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/fr.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/fr.po')
-rw-r--r-- | po/fr.po | 39 |
1 files changed, 19 insertions, 20 deletions
@@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: ikiwiki\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-22 22:12+0100\n" "Last-Translator: Jean-Luc Coulon (f5ibh) <jean-luc.coulon@wanadoo.fr>\n" "Language-Team: French <debian-l10n-french@lists.debian.org>\n" @@ -17,42 +17,36 @@ msgstr "" "X-Poedit-Language: French\n" "X-Poedit-Country: FRANCE\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 "%s est verrouillé par %s et ne peut être édité" - -#: ../IkiWiki/CGI.pm:140 +#: ../IkiWiki/CGI.pm:152 msgid "You need to log in first." msgstr "Vous devez d'abord vous identifier." -#: ../IkiWiki/CGI.pm:257 +#: ../IkiWiki/CGI.pm:262 msgid "Preferences saved." msgstr "Les préférences ont été enregistrées." -#: ../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 "Discussion" -#: ../IkiWiki/CGI.pm:446 +#: ../IkiWiki/CGI.pm:457 #, perl-format msgid "creating %s" msgstr "Création de %s" -#: ../IkiWiki/CGI.pm:463 ../IkiWiki/CGI.pm:506 +#: ../IkiWiki/CGI.pm:474 ../IkiWiki/CGI.pm:517 #, perl-format msgid "editing %s" msgstr "Édition de %s" -#: ../IkiWiki/CGI.pm:629 +#: ../IkiWiki/CGI.pm:625 msgid "You are banned." msgstr "Vous avez été banni." -#: ../IkiWiki/CGI.pm:656 +#: ../IkiWiki/CGI.pm:657 msgid "login failed, perhaps you need to turn on cookies?" msgstr "" "Échec de l'identification, vous devriez peut-être autoriser les cookies." @@ -143,6 +137,11 @@ msgstr "RPC::XML::Client introuvable, pas de réponse au ping" msgid "linkmap failed to run dot" msgstr "Échec de lancement de dot par linkmap" +#: ../IkiWiki/Plugin/lockedit.pm:24 +#, perl-format +msgid "%s is locked by %s and cannot be edited" +msgstr "%s est verrouillé par %s et ne peut être édité" + #: ../IkiWiki/Plugin/mdwn.pm:37 #, perl-format msgid "failed to load Markdown.pm perl module (%s) or /usr/bin/markdown (%s)" @@ -375,13 +374,13 @@ msgstr "%s a été créé avec succès" msgid "usage: ikiwiki [options] source dest" msgstr "Syntaxe : ikiwiki [options] source destination" -#: ../IkiWiki.pm:103 +#: ../IkiWiki.pm:102 msgid "Must specify url to wiki with --url when using --cgi" msgstr "" "Vous devez indiquer une url vers le wiki par --url lors de l'utilisation de " "--cgi" -#: ../IkiWiki.pm:148 ../IkiWiki.pm:149 +#: ../IkiWiki.pm:147 ../IkiWiki.pm:148 msgid "Error" msgstr "Erreur" @@ -389,7 +388,7 @@ msgstr "Erreur" #. 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 "" |