diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-02 02:33:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-02-02 02:33:03 +0000 |
commit | 5f162cfd344f6b75fa39a57be4b3d488cadd1535 (patch) | |
tree | 56528c6b3fad333fc32ee4a774a0130bbfaa6131 /po/pl.po | |
parent | 930ca4d85f90ddf83cfaab7061a9ac49ee04313a (diff) | |
download | ikiwiki-5f162cfd344f6b75fa39a57be4b3d488cadd1535.tar ikiwiki-5f162cfd344f6b75fa39a57be4b3d488cadd1535.tar.gz |
* Add canedit hook, allowing arbitrary controls over when a page can be
edited.
* Move code forcing signing before edit to a new "signinedit" plugin, and
code checking for locked pages into a new "lockedit" plugin. Both are
enabled by default.
* Remove the anonok config setting. This is now implemented by a new
"anonok" plugin. Anyone with a wiki allowing anonymous edits should
change their configs to enable this new plugin.
* Add an opendiscussion plugin that allows anonymous users to edit
discussion pages, on a wiki that is otherwise wouldn't allow it.
* Lots of CGI code reorg and cleanup.
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 43 |
1 files changed, 21 insertions, 22 deletions
@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ikiwiki 1.37\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-31 02:17-0500\n" +"POT-Creation-Date: 2007-02-01 21:27-0500\n" "PO-Revision-Date: 2007-01-05 16:33+100\n" "Last-Translator: Paweł Tęcza <ptecza@net.icm.edu.pl>\n" "Language-Team: Debian L10n Polish <debian-l10n-polish@lists.debian.org>\n" @@ -16,44 +16,36 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#. translators: The first parameter is a page name, -#. translators: second is the user who locked it. -#: ../IkiWiki/CGI.pm:51 -#, perl-format -msgid "%s is locked by %s and cannot be edited" -msgstr "" -"strona %s jest tymczasowo zablokowana przez użytkownika %s i nie może być " -"teraz edytowana" - -#: ../IkiWiki/CGI.pm:140 +#: ../IkiWiki/CGI.pm:152 msgid "You need to log in first." msgstr "Konieczne jest zalogowanie się." -#: ../IkiWiki/CGI.pm:257 +#: ../IkiWiki/CGI.pm:262 msgid "Preferences saved." msgstr "Ustawienia zostały zapisane." -#: ../IkiWiki/CGI.pm:407 ../IkiWiki/Plugin/brokenlinks.pm:24 -#: ../IkiWiki/Plugin/inline.pm:160 ../IkiWiki/Plugin/orphans.pm:28 -#: ../IkiWiki/Render.pm:97 ../IkiWiki/Render.pm:165 +#: ../IkiWiki/CGI.pm:412 ../IkiWiki/Plugin/brokenlinks.pm:24 +#: ../IkiWiki/Plugin/inline.pm:160 ../IkiWiki/Plugin/opendiscussion.pm:17 +#: ../IkiWiki/Plugin/orphans.pm:28 ../IkiWiki/Render.pm:97 +#: ../IkiWiki/Render.pm:165 msgid "discussion" msgstr "dyskusja" -#: ../IkiWiki/CGI.pm:446 +#: ../IkiWiki/CGI.pm:457 #, perl-format msgid "creating %s" msgstr "tworzenie strony %s" -#: ../IkiWiki/CGI.pm:463 ../IkiWiki/CGI.pm:506 +#: ../IkiWiki/CGI.pm:474 ../IkiWiki/CGI.pm:517 #, perl-format msgid "editing %s" msgstr "edycja strony %s" -#: ../IkiWiki/CGI.pm:629 +#: ../IkiWiki/CGI.pm:625 msgid "You are banned." msgstr "Dostęp został zabroniony przez administratora." -#: ../IkiWiki/CGI.pm:656 +#: ../IkiWiki/CGI.pm:657 msgid "login failed, perhaps you need to turn on cookies?" msgstr "" @@ -145,6 +137,13 @@ msgstr "Niezainstalowany moduł RPC::XML::Client, brak możliwości pingowania" msgid "linkmap failed to run dot" msgstr "awaria wtyczki linkmap" +#: ../IkiWiki/Plugin/lockedit.pm:24 +#, perl-format +msgid "%s is locked by %s and cannot be edited" +msgstr "" +"strona %s jest tymczasowo zablokowana przez użytkownika %s i nie może być " +"teraz edytowana" + #: ../IkiWiki/Plugin/mdwn.pm:37 #, perl-format msgid "failed to load Markdown.pm perl module (%s) or /usr/bin/markdown (%s)" @@ -376,13 +375,13 @@ msgstr "strona pomyślnie utworzona %s" msgid "usage: ikiwiki [options] source dest" msgstr "użycie: ikiwiki [parametry] źródło cel" -#: ../IkiWiki.pm:103 +#: ../IkiWiki.pm:102 msgid "Must specify url to wiki with --url when using --cgi" msgstr "" "Użycie parametru --cgi wymaga podania adresu URL do wiki za pomocą parametru " "--url" -#: ../IkiWiki.pm:148 ../IkiWiki.pm:149 +#: ../IkiWiki.pm:147 ../IkiWiki.pm:148 msgid "Error" msgstr "Błąd" @@ -390,7 +389,7 @@ msgstr "Błąd" #. translators: preprocessor directive name, #. translators: the second a page name, the #. translators: third a number. -#: ../IkiWiki.pm:528 +#: ../IkiWiki.pm:527 #, perl-format msgid "%s preprocessing loop detected on %s at depth %i" msgstr "polecenie preprocesora %s wykryte w %s na głębokości %i" |