From 5f162cfd344f6b75fa39a57be4b3d488cadd1535 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 2 Feb 2007 02:33:03 +0000 Subject: * 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. --- po/es.po | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) (limited to 'po/es.po') diff --git a/po/es.po b/po/es.po index d2ba0745a..75387d161 100644 --- a/po/es.po +++ b/po/es.po @@ -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-03 09:37+0100\n" "Last-Translator: Víctor Moral \n" "Language-Team: spanish \n" @@ -16,42 +16,36 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\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 "La página %s está bloqueada por %s y no puede modificarse" - -#: ../IkiWiki/CGI.pm:140 +#: ../IkiWiki/CGI.pm:152 msgid "You need to log in first." msgstr "Antes es necesario identificarse" -#: ../IkiWiki/CGI.pm:257 +#: ../IkiWiki/CGI.pm:262 msgid "Preferences saved." msgstr "Las preferencias se han guardado." -#: ../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 "comentarios" -#: ../IkiWiki/CGI.pm:446 +#: ../IkiWiki/CGI.pm:457 #, perl-format msgid "creating %s" msgstr "creando página %s" -#: ../IkiWiki/CGI.pm:463 ../IkiWiki/CGI.pm:506 +#: ../IkiWiki/CGI.pm:474 ../IkiWiki/CGI.pm:517 #, perl-format msgid "editing %s" msgstr "modificando página %s" -#: ../IkiWiki/CGI.pm:629 +#: ../IkiWiki/CGI.pm:625 msgid "You are banned." msgstr "Ha sido expulsado." -#: ../IkiWiki/CGI.pm:656 +#: ../IkiWiki/CGI.pm:657 msgid "login failed, perhaps you need to turn on cookies?" msgstr "" @@ -142,6 +136,11 @@ msgstr "No he encontrado el componente RPC::XML::Client, no envío señal alguna msgid "linkmap failed to run dot" msgstr "El complemento linkmap no ha podido ejecutar el programa dot" +#: ../IkiWiki/Plugin/lockedit.pm:24 +#, perl-format +msgid "%s is locked by %s and cannot be edited" +msgstr "La página %s está bloqueada por %s y no puede modificarse" + #: ../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 "creado con éxito el programa envoltorio %s" msgid "usage: ikiwiki [options] source dest" msgstr "uso: ikiwiki [opciones] origen destino" -#: ../IkiWiki.pm:103 +#: ../IkiWiki.pm:102 msgid "Must specify url to wiki with --url when using --cgi" msgstr "" "Es obligatorio especicar un url al wiki con el parámetro --url si se utiliza " "el parámetro --cgi" -#: ../IkiWiki.pm:148 ../IkiWiki.pm:149 +#: ../IkiWiki.pm:147 ../IkiWiki.pm:148 msgid "Error" msgstr "Error" @@ -389,7 +388,7 @@ msgstr "Error" #. 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 "" -- cgit v1.2.3