From 96817b00326b983299ce701532643f763259af89 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 16 Dec 2007 15:56:09 -0500 Subject: * meta: Drop support for "meta link", since supporting this for internal links required meta to be run during scan, which complicated its data storage, since it had to clear data stored during the scan pass to avoid duplicating it during the normal preprocessing pass. * If you used "meta link", you should switch to either "meta openid" (for openid delegations), or tags (for internal, invisible links). I assume that nobody really used "meta link" for external, non-openid links, since the htmlscrubber ate those. (Tell me differently and I'll consider bringing back that support.) * meta: Improved data storage. * meta: Drop the hackish filter hook that was used to clear stored data before preprocessing, this hack was ugly, and broken (cf: liw's disappearing openids). * aggregate: Convert filter hook to a needsbuild hook. --- po/cs.po | 66 ++++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 35 insertions(+), 31 deletions(-) (limited to 'po/cs.po') diff --git a/po/cs.po b/po/cs.po index 4fe8d6655..089bf1792 100644 --- a/po/cs.po +++ b/po/cs.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ikiwiki\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-12-12 16:47-0500\n" +"POT-Creation-Date: 2007-12-16 15:48-0500\n" "PO-Revision-Date: 2007-05-09 21:21+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -35,93 +35,93 @@ msgstr "Správce" msgid "Preferences saved." msgstr "Nastavení uloženo." -#: ../IkiWiki/CGI.pm:353 +#: ../IkiWiki/CGI.pm:350 #, perl-format msgid "%s is not an editable page" msgstr "%s není editovatelná stránka" -#: ../IkiWiki/CGI.pm:442 ../IkiWiki/Plugin/brokenlinks.pm:24 -#: ../IkiWiki/Plugin/inline.pm:230 ../IkiWiki/Plugin/opendiscussion.pm:17 +#: ../IkiWiki/CGI.pm:441 ../IkiWiki/Plugin/brokenlinks.pm:24 +#: ../IkiWiki/Plugin/inline.pm:232 ../IkiWiki/Plugin/opendiscussion.pm:17 #: ../IkiWiki/Plugin/orphans.pm:28 ../IkiWiki/Render.pm:98 #: ../IkiWiki/Render.pm:178 msgid "discussion" msgstr "diskuse" -#: ../IkiWiki/CGI.pm:488 +#: ../IkiWiki/CGI.pm:487 #, perl-format msgid "creating %s" msgstr "vytvářím %s" -#: ../IkiWiki/CGI.pm:506 ../IkiWiki/CGI.pm:525 ../IkiWiki/CGI.pm:535 -#: ../IkiWiki/CGI.pm:569 ../IkiWiki/CGI.pm:617 +#: ../IkiWiki/CGI.pm:505 ../IkiWiki/CGI.pm:524 ../IkiWiki/CGI.pm:534 +#: ../IkiWiki/CGI.pm:568 ../IkiWiki/CGI.pm:616 #, perl-format msgid "editing %s" msgstr "upravuji %s" -#: ../IkiWiki/CGI.pm:711 +#: ../IkiWiki/CGI.pm:710 msgid "You are banned." msgstr "Jste vyhoštěni." -#: ../IkiWiki/CGI.pm:731 +#: ../IkiWiki/CGI.pm:730 msgid "login failed, perhaps you need to turn on cookies?" msgstr "přihlášení selhalo; možná si musíte povolit cookies?" -#: ../IkiWiki/Plugin/aggregate.pm:69 +#: ../IkiWiki/Plugin/aggregate.pm:70 #, perl-format msgid "missing %s parameter" msgstr "chybí parametr %s" -#: ../IkiWiki/Plugin/aggregate.pm:97 +#: ../IkiWiki/Plugin/aggregate.pm:98 msgid "new feed" msgstr "nový zdroj" -#: ../IkiWiki/Plugin/aggregate.pm:111 +#: ../IkiWiki/Plugin/aggregate.pm:112 msgid "posts" msgstr "příspěvky" -#: ../IkiWiki/Plugin/aggregate.pm:113 +#: ../IkiWiki/Plugin/aggregate.pm:114 msgid "new" msgstr "nový" -#: ../IkiWiki/Plugin/aggregate.pm:230 +#: ../IkiWiki/Plugin/aggregate.pm:231 #, perl-format msgid "expiring %s (%s days old)" msgstr "expiruji %s (stará %s dnů)" -#: ../IkiWiki/Plugin/aggregate.pm:237 +#: ../IkiWiki/Plugin/aggregate.pm:238 #, perl-format msgid "expiring %s" msgstr "expiruji %s" -#: ../IkiWiki/Plugin/aggregate.pm:263 +#: ../IkiWiki/Plugin/aggregate.pm:264 #, perl-format msgid "processed ok at %s" msgstr "zpracováno ok %s" -#: ../IkiWiki/Plugin/aggregate.pm:268 +#: ../IkiWiki/Plugin/aggregate.pm:269 #, perl-format msgid "checking feed %s ..." msgstr "kontroluji zdroj %s ..." -#: ../IkiWiki/Plugin/aggregate.pm:273 +#: ../IkiWiki/Plugin/aggregate.pm:274 #, perl-format msgid "could not find feed at %s" msgstr "nemohu najít zdroj na %s" -#: ../IkiWiki/Plugin/aggregate.pm:288 +#: ../IkiWiki/Plugin/aggregate.pm:289 msgid "feed not found" msgstr "zdroj nebyl nalezen" -#: ../IkiWiki/Plugin/aggregate.pm:299 +#: ../IkiWiki/Plugin/aggregate.pm:300 #, perl-format msgid "(invalid UTF-8 stripped from feed)" msgstr "(neplatné UTF-8 bylo ze zdroje odstraněno)" -#: ../IkiWiki/Plugin/aggregate.pm:304 +#: ../IkiWiki/Plugin/aggregate.pm:305 msgid "feed crashed XML::Feed!" msgstr "zdroj shodil XML::Feed!" -#: ../IkiWiki/Plugin/aggregate.pm:377 +#: ../IkiWiki/Plugin/aggregate.pm:378 #, perl-format msgid "creating new page %s" msgstr "vytvářím novou stránku %s" @@ -206,20 +206,20 @@ msgstr "Při používání --rss nebo --atom musíte pomocí --url zadat url k w msgid "unknown sort type %s" msgstr "neznámý typ řazení %s" -#: ../IkiWiki/Plugin/inline.pm:191 +#: ../IkiWiki/Plugin/inline.pm:193 msgid "Add a new post titled:" msgstr "Přidat nový příspěvek nazvaný:" -#: ../IkiWiki/Plugin/inline.pm:207 +#: ../IkiWiki/Plugin/inline.pm:209 #, perl-format msgid "nonexistant template %s" msgstr "neexistující šablona %s" -#: ../IkiWiki/Plugin/inline.pm:238 ../IkiWiki/Render.pm:102 +#: ../IkiWiki/Plugin/inline.pm:240 ../IkiWiki/Render.pm:102 msgid "Discussion" msgstr "Diskuse" -#: ../IkiWiki/Plugin/inline.pm:452 +#: ../IkiWiki/Plugin/inline.pm:454 msgid "RPC::XML::Client not found, not pinging" msgstr "RPC::XML::Client nebyl nalezen, nepinkám" @@ -238,19 +238,23 @@ msgid "failed to load Markdown.pm perl module (%s) or /usr/bin/markdown (%s)" msgstr "" "selhalo nahrání perlového modulu Markdown.pm (%s) nebo /usr/bin/markdown (%s)" -#: ../IkiWiki/Plugin/meta.pm:80 +#: ../IkiWiki/Plugin/meta.pm:84 +msgid "stylesheet not found" +msgstr "styl nebyl nalezen" + +#: ../IkiWiki/Plugin/meta.pm:114 #, fuzzy msgid "redir page not found" msgstr "zdroj nebyl nalezen" -#: ../IkiWiki/Plugin/meta.pm:92 +#: ../IkiWiki/Plugin/meta.pm:126 #, fuzzy msgid "redir cycle is not allowed" msgstr "zdroj nebyl nalezen" -#: ../IkiWiki/Plugin/meta.pm:129 -msgid "stylesheet not found" -msgstr "styl nebyl nalezen" +#: ../IkiWiki/Plugin/meta.pm:143 +msgid "link is no longer supported" +msgstr "" #: ../IkiWiki/Plugin/mirrorlist.pm:23 msgid "Mirrors" -- cgit v1.2.3