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/ikiwiki.pot | |
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/ikiwiki.pot')
-rw-r--r-- | po/ikiwiki.pot | 39 |
1 files changed, 19 insertions, 20 deletions
diff --git a/po/ikiwiki.pot b/po/ikiwiki.pot index 43fe172ba..a77f9d883 100644 --- a/po/ikiwiki.pot +++ b/po/ikiwiki.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-01-31 02:17-0500\n" +"POT-Creation-Date: 2007-02-01 21:30-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -16,42 +16,36 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\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 "" - -#: ../IkiWiki/CGI.pm:140 +#: ../IkiWiki/CGI.pm:152 msgid "You need to log in first." msgstr "" -#: ../IkiWiki/CGI.pm:257 +#: ../IkiWiki/CGI.pm:262 msgid "Preferences saved." msgstr "" -#: ../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 "" -#: ../IkiWiki/CGI.pm:446 +#: ../IkiWiki/CGI.pm:457 #, perl-format msgid "creating %s" msgstr "" -#: ../IkiWiki/CGI.pm:463 ../IkiWiki/CGI.pm:506 +#: ../IkiWiki/CGI.pm:474 ../IkiWiki/CGI.pm:517 #, perl-format msgid "editing %s" msgstr "" -#: ../IkiWiki/CGI.pm:629 +#: ../IkiWiki/CGI.pm:625 msgid "You are banned." msgstr "" -#: ../IkiWiki/CGI.pm:656 +#: ../IkiWiki/CGI.pm:657 msgid "login failed, perhaps you need to turn on cookies?" msgstr "" @@ -139,6 +133,11 @@ msgstr "" msgid "linkmap failed to run dot" msgstr "" +#: ../IkiWiki/Plugin/lockedit.pm:24 +#, perl-format +msgid "%s is locked by %s and cannot be edited" +msgstr "" + #: ../IkiWiki/Plugin/mdwn.pm:37 #, perl-format msgid "failed to load Markdown.pm perl module (%s) or /usr/bin/markdown (%s)" @@ -365,11 +364,11 @@ msgstr "" msgid "usage: ikiwiki [options] source dest" msgstr "" -#: ../IkiWiki.pm:103 +#: ../IkiWiki.pm:102 msgid "Must specify url to wiki with --url when using --cgi" msgstr "" -#: ../IkiWiki.pm:148 ../IkiWiki.pm:149 +#: ../IkiWiki.pm:147 ../IkiWiki.pm:148 msgid "Error" msgstr "" @@ -377,7 +376,7 @@ msgstr "" #. 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 "" |