Mercurial > moin > 1.9
changeset 289:68e1e5e19540
i18n update
imported from: moin--main--1.5--patch-293
line wrap: on
line diff
--- a/MoinMoin/i18n/MoinMoin.pot Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/MoinMoin.pot Sun Dec 04 20:47:41 2005 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\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" @@ -1236,6 +1236,17 @@ msgid "No wanted pages in this wiki." msgstr "" +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr ""
--- a/MoinMoin/i18n/POTFILES.in Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/POTFILES.in Sun Dec 04 20:47:41 2005 +0000 @@ -59,6 +59,7 @@ parser/plain.py parser/python.py +parser/rst.py parser/wiki.py parser/xslt.py
--- a/MoinMoin/i18n/ca.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/ca.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: moin 0.3.5rc1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-10-04 23:00+0200\n" "Last-Translator: Jordi Mallach <jordi@sindominio.net>\n" "Language-Team: Catalan <ca@dodds.net>\n" @@ -1384,6 +1384,17 @@ msgid "No wanted pages in this wiki." msgstr "No hi ha cap pàgina dessitjada en aquest wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**S'ha superat el nombre màxim de includes permès**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**No s'ha trobat la pàgina referenciada: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "" @@ -1703,12 +1714,6 @@ #~ "Per a desubscriure, aneu al vostre perfil i suprimiu l'element que " #~ "concorde amb aquesta pàgina de la pàgina de subscripcions." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**S'ha superat el nombre màxim de includes permès**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**No s'ha trobat la pàgina referenciada: %s**" - #~ msgid "Quicklink" #~ msgstr "Enllaç ràpid"
--- a/MoinMoin/i18n/ca.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/ca.py Sun Dec 04 20:47:41 2005 +0000 @@ -749,6 +749,10 @@ '''Descarregueu una exportació en XML d\'aquest wiki''', '''No wanted pages in this wiki.''': '''No hi ha cap pàgina dessitjada en aquest wiki.''', +'''**Maximum number of allowed includes exceeded**''': +'''**S\'ha superat el nombre màxim de includes permès**''', +'''**Could not find the referenced page: %s**''': +'''**No s\'ha trobat la pàgina referenciada: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''S\'esperava «%(wanted)s» després de «%(key)s», s\'ha obtingut «%(token)s»''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/cz.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/cz.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: \n" "Last-Translator: Jan Blaha <Jan.Blaha@unet.cz>\n" "Language-Team: Czech <moin@lists.sourceforge.net>\n" @@ -1343,6 +1343,17 @@ msgid "No wanted pages in this wiki." msgstr "V této wiki neexitují žádné žádoucí stránky." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**Překročen maximální počet povolených includes**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**Nemohu najít odkazovanou stránku: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Očekáváno \"%(wanted)s\" po \"%(key)s\", získáno \"%(token)s\"" @@ -1661,12 +1672,6 @@ #~ "Pokud chcete zrušit odběr, běžte do svého profilu a smažte tuto stránku " #~ "ze seznamu odebíraných stránek." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**Překročen maximální počet povolených includes**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**Nemohu najít odkazovanou stránku: %s**" - #~ msgid "Quicklink" #~ msgstr "Pohotový odkaz"
--- a/MoinMoin/i18n/cz.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/cz.py Sun Dec 04 20:47:41 2005 +0000 @@ -746,6 +746,10 @@ '''Download XML exportu této wiki''', '''No wanted pages in this wiki.''': '''V této wiki neexitují žádné žádoucí stránky.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Překročen maximální počet povolených includes**''', +'''**Could not find the referenced page: %s**''': +'''**Nemohu najít odkazovanou stránku: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Očekáváno "%(wanted)s" po "%(key)s", získáno "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/da.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/da.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-11-18 21:40+0100\n" "Last-Translator: Jonas Smedegaard <dr@jones.dk>\n" "Language-Team: Danish <moin-devel@lists.sourceforge.net>\n" @@ -1364,6 +1364,17 @@ msgid "No wanted pages in this wiki." msgstr "Ingen ønskede sider i denne wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Forventede \"%(wanted)s\"·efter·\"%(key)s\",·fik \"%(token)s\""
--- a/MoinMoin/i18n/de.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/de.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-09-21 00:00+0100\n" "Last-Translator: Thomas Waldmann <tw-public@gmx.de>\n" "Language-Team: German <moin-devel@lists.sourceforge.net>\n" @@ -434,7 +434,7 @@ msgstr "Editor per Doppelklick öffnen" msgid "Jump to last visited page instead of frontpage" -msgstr "" +msgstr "Springe zur letztbesuchten Seite anstatt zur Startseite" msgid "Show question mark for non-existing pagelinks" msgstr "Verweise auf unbekannte Seiten mit Fragezeichen markieren" @@ -598,7 +598,7 @@ #, python-format msgid "Account \"%s\" is disabled." -msgstr "" +msgstr "Konto \"%s\" ist deaktiviert." msgid "Sorry, wrong password." msgstr "Falsches Passwort." @@ -611,6 +611,8 @@ msgid "Use UserPreferences to change your settings or create an account." msgstr "" +"Benutzen Sie BenutzerEinstellungen, um Ihre Einstellungen zu ändern oder ein " +"Konto zu erzeugen." msgid "Empty user name. Please enter a user name." msgstr "Leerer Benutzername, bitte geben Sie einen Benutzernamen ein." @@ -1397,6 +1399,19 @@ msgid "No wanted pages in this wiki." msgstr "Es existieren keine gewünschten Seiten in diesem Wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" +"Anzeigen von reStructured Text ist nicht möglich, bitte installieren Sie " +"docutils." + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**Maximale Anzahl erlaubter Includes überschritten**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**Konnte die referenzierte Seite nicht finden: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Erwartete \"%(wanted)s\" nach \"%(key)s\", bekam \"%(token)s\"" @@ -1677,52 +1692,3 @@ msgid "SpellCheck" msgstr "RechtSchreibung" - -#~ msgid "Remember last page visited" -#~ msgstr "Zuletzt besuchte Seite merken" - -#~ msgid "Parent Page" -#~ msgstr "Übergeordnete Seite" - -#~ msgid "Trail" -#~ msgstr "Trail" - -#~ msgid "" -#~ "You didn't create a user profile yet. Select UserPreferences in the upper " -#~ "right corner to create a profile." -#~ msgstr "" -#~ "Sie haben noch kein Profil angelegt. Wählen Sie BenutzerEinstellungen in " -#~ "der oberen rechten Ecke, um ein Profil anzulegen." - -#~ msgid "" -#~ "This wiki is not enabled for mail processing. Contact the owner of the " -#~ "wiki, who can either enable email, or remove the \"Subscribe\" icon." -#~ msgstr "" -#~ "In diesem Wiki ist Mail-Verarbeitung nicht eingeschaltet. Bitte " -#~ "kontaktieren Sie den Eigentümer des Wiki, der dann entweder die " -#~ "Mailfunktionen einschalten oder das \"Abonnieren\"-Symbol entfernen kann." - -#~ msgid "" -#~ "You didn't enter an email address in your profile. Select your name " -#~ "(UserPreferences) in the upper right corner and enter a valid email " -#~ "address." -#~ msgstr "" -#~ "Sie haben keine E-Mail-Adresse in Ihrem Profil eingegeben. Wählen Sie " -#~ "Ihren Namen (BenutzerEinstellungen) in der rechten oberen Ecke an und " -#~ "geben Sie eine gültige E-Mail-Adresse ein." - -#~ msgid "" -#~ "To unsubscribe, go to your profile and delete the item matching this page " -#~ "from the subscription list." -#~ msgstr "" -#~ "Um das Abo zu kündigen, muss der auf die Seite passende Eintrag aus der " -#~ "Abo-Liste der persönlichen Einstellungen entfernt werden." - -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**Maximale Anzahl erlaubter Includesi überschritten**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**Konnte die referenzierte Seite nicht finden: %s**" - -#~ msgid "Quicklink" -#~ msgstr "Expressverweis"
--- a/MoinMoin/i18n/de.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/de.py Sun Dec 04 20:47:41 2005 +0000 @@ -243,6 +243,8 @@ '''Veröffentliche meine E-Mail-Adresse (nicht meine Wiki-Homepage) in der Autoren-Info''', '''Open editor on double click''': '''Editor per Doppelklick öffnen''', +'''Jump to last visited page instead of frontpage''': +'''Springe zur letztbesuchten Seite anstatt zur Startseite''', '''Show question mark for non-existing pagelinks''': '''Verweise auf unbekannte Seiten mit Fragezeichen markieren''', '''Show page trail''': @@ -344,12 +346,16 @@ '''Unbekannter Benutzername: {{{"%s"}}}. Bitte geben Sie Benutzernamen und Passwort ein.''', '''Missing password. Please enter user name and password.''': '''Fehlendes Passwort. Bitte Benutzername und Passwort eingeben.''', +'''Account "%s" is disabled.''': +'''Konto "%s" ist deaktiviert.''', '''Sorry, wrong password.''': '''Falsches Passwort.''', '''Bad relogin URL.''': '''Ungültige Relogin-URL.''', '''Unknown user.''': '''Unbekannter Benutzer.''', +'''Use UserPreferences to change your settings or create an account.''': +'''Benutzen Sie BenutzerEinstellungen, um Ihre Einstellungen zu ändern oder ein Konto zu erzeugen.''', '''Empty user name. Please enter a user name.''': '''Leerer Benutzername, bitte geben Sie einen Benutzernamen ein.''', '''This user name already belongs to somebody else.''': @@ -794,6 +800,12 @@ '''XML-Export des Wiki-Inhalts herunter laden''', '''No wanted pages in this wiki.''': '''Es existieren keine gewünschten Seiten in diesem Wiki.''', +'''Rendering of reStructured text is not possible, please install docutils.''': +'''Anzeigen von reStructured Text ist nicht möglich, bitte installieren Sie docutils.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Maximale Anzahl erlaubter Includes überschritten**''', +'''**Could not find the referenced page: %s**''': +'''**Konnte die referenzierte Seite nicht finden: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Erwartete "%(wanted)s" nach "%(key)s", bekam "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/en.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/en.po Sun Dec 04 20:47:41 2005 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-01-8 00:00+0100\n" "Last-Translator: Thomas Waldmann <tw-public@gmx.de>\n" "Language-Team: German <moin-devel@lists.sourceforge.net>\n" @@ -1244,6 +1244,17 @@ msgid "No wanted pages in this wiki." msgstr "" +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr ""
--- a/MoinMoin/i18n/en.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/en.py Sun Dec 04 20:47:41 2005 +0000 @@ -794,6 +794,12 @@ '''Download XML export of this wiki''', '''No wanted pages in this wiki.''': '''No wanted pages in this wiki.''', +'''Rendering of reStructured text is not possible, please install docutils.''': +'''Rendering of reStructured text is not possible, please install docutils.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Maximum number of allowed includes exceeded**''', +'''**Could not find the referenced page: %s**''': +'''**Could not find the referenced page: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/es.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/es.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-11-11 07:18+0500\n" "Last-Translator: Igor TAmara <igor@tamarapatino.org>\n" "Language-Team: Spanish <moin-devel@lists.sourceforge.net>\n" @@ -1382,6 +1382,17 @@ msgid "No wanted pages in this wiki." msgstr "No existen páginas-por-crear en este wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**Excedido el número máximo de 'includes' permitidos" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**No se encontró la página referenciada: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "" @@ -1704,12 +1715,6 @@ #~ "Para cancelar su suscripción, visite su Perfil y elimine esta página de " #~ "su lista de suscripción." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**Excedido el número máximo de 'includes' permitidos" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**No se encontró la página referenciada: %s**" - #~ msgid "Quicklink" #~ msgstr "Enlaces rápidos"
--- a/MoinMoin/i18n/es.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/es.py Sun Dec 04 20:47:41 2005 +0000 @@ -799,6 +799,10 @@ '''Bajar XML exportado de este wiki''', '''No wanted pages in this wiki.''': '''No existen páginas-por-crear en este wiki.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Excedido el número máximo de \'includes\' permitidos''', +'''**Could not find the referenced page: %s**''': +'''**No se encontró la página referenciada: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Esperaba "%(wanted)s" después de "%(key)s", he encontrado "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/fa.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/fa.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: 1.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-11-06 17:11+0330\n" "Last-Translator: Mehdi Hassanpour <h.mehdi@gmail.com>\n" "Language-Team: Persian <h.mehdi@gmail.com>\n" @@ -1368,6 +1368,17 @@ msgid "No wanted pages in this wiki." msgstr "در این ویکی صفحه ای مورد نیاز نیست." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Expected·\"%(wanted)s\"·after·\"%(key)s\",·got·\"%(token)s\""
--- a/MoinMoin/i18n/fi.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/fi.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-03-09 15:48:42+0200\n" "Last-Translator: Tuukka Hastrup <Tuukka.Hastrup@iki.fi>\n" "Language-Team: Finnish <moin-devel@lists.sourceforge.net>\n" @@ -1363,6 +1363,17 @@ msgid "No wanted pages in this wiki." msgstr "Tässä wikissä ei ole toivottu sivuja." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**Sisällytysten maksimimäärä ylitetty**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**Viitattua sivua ei löydy: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Odotettiin \"%(wanted)s\" \"%(key)s\":n jälkeen, saatiin \"%(token)s\"" @@ -1684,12 +1695,6 @@ #~ "Poistaaksesi tilauksen, mene tietoihisi ja poista tämä sivu tilausten " #~ "luettelosta." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**Sisällytysten maksimimäärä ylitetty**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**Viitattua sivua ei löydy: %s**" - #, fuzzy #~ msgid "Quicklink" #~ msgstr "Pikalinkit"
--- a/MoinMoin/i18n/fi.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/fi.py Sun Dec 04 20:47:41 2005 +0000 @@ -793,6 +793,10 @@ '''Lataa tämän wikin XML-vienti''', '''No wanted pages in this wiki.''': '''Tässä wikissä ei ole toivottu sivuja.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Sisällytysten maksimimäärä ylitetty**''', +'''**Could not find the referenced page: %s**''': +'''**Viitattua sivua ei löydy: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Odotettiin "%(wanted)s" "%(key)s":n jälkeen, saatiin "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/fr.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/fr.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-11-12 01:36+0100\n" "Last-Translator: JPG <fevrier@tigreraye.org>\n" "Language-Team: \n" @@ -1405,6 +1405,17 @@ msgid "No wanted pages in this wiki." msgstr "Aucune page référencée ne reste à créer." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr ""
--- a/MoinMoin/i18n/he.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/he.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-07-31 00:00+0200\n" "Last-Translator: Nir Soffer <nirs@freeshell.org>\n" "Language-Team: Hebrew <moin-devel@lists.sourceforge.net>\n" @@ -1328,6 +1328,17 @@ msgid "No wanted pages in this wiki." msgstr "אין בוויקי הזה קישורים לדפים חסרים." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**מספר גדול מידי של קבצים מוכללים**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**אין אפשרות למצוא את הדף המוכלל: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "ציפיתי ל–\"%(wanted)s\" לאחר \"%(key)s\", קיבלתי \"%(token)s\"" @@ -1650,12 +1661,6 @@ #~ "לביטול המנוי גשו לדף \"העדפות משתמש\" ומחקו את שם הדף מרשימת הדפים " #~ "המנויים." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**מספר גדול מידי של קבצים מוכללים**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**אין אפשרות למצוא את הדף המוכלל: %s**" - #, fuzzy #~ msgid "Quicklink" #~ msgstr "סימניות"
--- a/MoinMoin/i18n/he.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/he.py Sun Dec 04 20:47:41 2005 +0000 @@ -674,6 +674,10 @@ '''יצא את תוכן הוויקי במבנה XML''', '''No wanted pages in this wiki.''': '''אין בוויקי הזה קישורים לדפים חסרים.''', +'''**Maximum number of allowed includes exceeded**''': +'''**מספר גדול מידי של קבצים מוכללים**''', +'''**Could not find the referenced page: %s**''': +'''**אין אפשרות למצוא את הדף המוכלל: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''ציפיתי ל–"%(wanted)s" לאחר "%(key)s", קיבלתי "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/hu.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/hu.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-07-01 13:20+0200\n" "Last-Translator: VOROSBARANYI Zoltan <http://vbzo.li/>\n" "Language-Team: Hungarian <HU@li.org>\n" @@ -1366,6 +1366,19 @@ msgid "No wanted pages in this wiki." msgstr "Ebben a wikiben nincsenek kívánt lapok." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" +"Az beágyazott dokumentumok (include-ok) száma több, mint amennyi " +"engedélyezett**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**A hivatkozott lap (%s) nem található**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "\"%(wanted)s\" helyett \"%(token)s\" szerepel \"%(key)s\" után" @@ -1697,14 +1710,6 @@ #~ "Az előfizetés lemondásához lépjen be a profiljához és törölje ezt a lapot " #~ "az előfizetési listából." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "" -#~ "Az beágyazott dokumentumok (include-ok) száma több, mint amennyi " -#~ "engedélyezett**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**A hivatkozott lap (%s) nem található**" - #, fuzzy #~ msgid "Quicklink" #~ msgstr "Gyorskapcsok (-linkek)"
--- a/MoinMoin/i18n/hu.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/hu.py Sun Dec 04 20:47:41 2005 +0000 @@ -664,6 +664,10 @@ '''A wiki XML-exportjának letöltése''', '''No wanted pages in this wiki.''': '''Ebben a wikiben nincsenek kívánt lapok.''', +'''**Maximum number of allowed includes exceeded**''': +'''Az beágyazott dokumentumok (include-ok) száma több, mint amennyi engedélyezett**''', +'''**Could not find the referenced page: %s**''': +'''**A hivatkozott lap (%s) nem található**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''"%(wanted)s" helyett "%(token)s" szerepel "%(key)s" után''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/it.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/it.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2004-11-21 22:09+0100\n" "Last-Translator: gian paolo ciceri <gp.ciceri@acm.org>\n" "Language-Team: Italian <moin-devel@lists.sourceforge.net>\n" @@ -1373,6 +1373,17 @@ msgid "No wanted pages in this wiki." msgstr "Non ci sono pagine \"non scritte\" in questo wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**Superato il limite massimo di inclusioni consentite**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**Impossibile trovare la pagina referenziata: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Atteso \"%(wanted)s\" per \"%(key)s\", trovato \"%(token)s\"" @@ -1703,12 +1714,6 @@ #~ "Per rimuoverti, vai nel tuo profilo e cancella questa pagina dalla " #~ "listadelle pagine a cui sei abbonato." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**Superato il limite massimo di inclusioni consentite**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**Impossibile trovare la pagina referenziata: %s**" - #, fuzzy #~ msgid "Quicklink" #~ msgstr "Collegamenti rapidi"
--- a/MoinMoin/i18n/it.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/it.py Sun Dec 04 20:47:41 2005 +0000 @@ -650,6 +650,10 @@ '''Scarica una versione XML di questo wiki''', '''No wanted pages in this wiki.''': '''Non ci sono pagine "non scritte" in questo wiki.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Superato il limite massimo di inclusioni consentite**''', +'''**Could not find the referenced page: %s**''': +'''**Impossibile trovare la pagina referenziata: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Atteso "%(wanted)s" per "%(key)s", trovato "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/ja.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/ja.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-11-20 00:10+0900\n" "Last-Translator: Fujio Nobori <toh@fuji-climb.org>\n" "Language-Team: Japanese <moin-devel@lists.sourceforge.net>\n" @@ -1363,6 +1363,17 @@ msgid "No wanted pages in this wiki." msgstr "このwikiに参照先がないページはありません。" +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**インクルードの許容数を越えました**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**参照されたページ(%s)が見つかりませんでした**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "" @@ -1683,12 +1694,6 @@ #~ "購読を停止するには、ユーザプロファイルのページにて、このページにマッチする" #~ "項目を購読リストから削除してください。" -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**インクルードの許容数を越えました**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**参照されたページ(%s)が見つかりませんでした**" - #~ msgid "Quicklink" #~ msgstr "クイックリンク"
--- a/MoinMoin/i18n/ja.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/ja.py Sun Dec 04 20:47:41 2005 +0000 @@ -793,6 +793,10 @@ '''このwikiのXML exportをダウンロード''', '''No wanted pages in this wiki.''': '''このwikiに参照先がないページはありません。''', +'''**Maximum number of allowed includes exceeded**''': +'''**インクルードの許容数を越えました**''', +'''**Could not find the referenced page: %s**''': +'''**参照されたページ(%s)が見つかりませんでした**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''"%(key)s"の後には"%(wanted)s"が必要です("%(token)s"が指定されました)。''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/ko.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/ko.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2004-11-27 16:28+0900\n" "Last-Translator: Hye-Shik Chang <perky@FreeBSD.org>\n" "Language-Team: Korean <moin-devel@lists.sourceforge.net>\n" @@ -1348,6 +1348,17 @@ msgid "No wanted pages in this wiki." msgstr "이 위키에는 수배중인 글이 없습니다." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr ""
--- a/MoinMoin/i18n/lv.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/lv.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-09-07 00:00+0200\n" "Last-Translator: Viktors Kalnacs <v.kalnacs@datapro.lv>\n" "Language-Team: Latvian <r.cirskis@datapro.lv>\n" @@ -1366,6 +1366,17 @@ msgid "No wanted pages in this wiki." msgstr "Šajā viki pieprasīto lapu nav." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**Pārsniegts maksimālais pieļaujamo iekļaušanu skaits**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**Nevaru atrast lapu pēc atsauces: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Nepieciešams \"%(wanted)s\" pēc \"%(key)s\", nevis \"%(token)s\"" @@ -1690,12 +1701,6 @@ #~ "Lai atrakstītos, atveriet savu profilu un pierakstu sarakstā izdzēsiet " #~ "ierakstus, kas saskan ar šo lapu." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**Pārsniegts maksimālais pieļaujamo iekļaušanu skaits**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**Nevaru atrast lapu pēc atsauces: %s**" - #~ msgid "Quicklink" #~ msgstr "Ātrsaite"
--- a/MoinMoin/i18n/lv.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/lv.py Sun Dec 04 20:47:41 2005 +0000 @@ -797,6 +797,10 @@ '''Lejupielādēt XML eksportu no šī wiki''', '''No wanted pages in this wiki.''': '''Šajā viki pieprasīto lapu nav.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Pārsniegts maksimālais pieļaujamo iekļaušanu skaits**''', +'''**Could not find the referenced page: %s**''': +'''**Nevaru atrast lapu pēc atsauces: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Nepieciešams "%(wanted)s" pēc "%(key)s", nevis "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/nb.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/nb.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2004-12-01 21:30+0200\n" "Last-Translator: Joerg Cassens <jmt@cassens.org>\n" "Language-Team: Norwegian <moinmoin-nb@cassens.org>\n" @@ -1351,6 +1351,17 @@ msgid "No wanted pages in this wiki." msgstr "Ingen ønskede sider i denne wikien." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Forventet \"%(wanted)s\" etter \"%(key)s\", fikk \"%(token)s\""
--- a/MoinMoin/i18n/nl.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/nl.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-03-13 17:43+0200\n" "Last-Translator: Reinout van Schouwen <reinout@cs.vu.nl>\n" "Language-Team: Dutch <vertaling@vrijschrift.org>\n" @@ -1375,6 +1375,17 @@ msgid "No wanted pages in this wiki." msgstr "Geen gewenste pagina's in deze wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**Maximum aantal toegestane includes overschreden**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**Kan pagina waarnaar gerefereerd wordt niet vinden: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Er werd \"%(wanted)s\" na \"%(key)s\" verwacht, er kwam \"%(token)s\"" @@ -1699,12 +1710,6 @@ #~ "Om op te zeggen, ga naar uw profiel en verwijder deze pagina uit de lijst " #~ "met abonnementen." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**Maximum aantal toegestane includes overschreden**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**Kan pagina waarnaar gerefereerd wordt niet vinden: %s**" - #, fuzzy #~ msgid "Quicklink" #~ msgstr "Snelkoppelingen"
--- a/MoinMoin/i18n/nl.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/nl.py Sun Dec 04 20:47:41 2005 +0000 @@ -654,6 +654,10 @@ '''Download een export naar XML van deze wiki''', '''No wanted pages in this wiki.''': '''Geen gewenste pagina\'s in deze wiki.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Maximum aantal toegestane includes overschreden**''', +'''**Could not find the referenced page: %s**''': +'''**Kan pagina waarnaar gerefereerd wordt niet vinden: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Er werd "%(wanted)s" na "%(key)s" verwacht, er kwam "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/pl.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/pl.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: 1.5.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-11-30 23:50+0100\n" "Last-Translator: S.P. <sergiusz-keyword-moinmoin.69c762@pawlowicz.name>\n" "Language-Team: Polish <sergiusz-keyword-moinmoin.69c762@pawlowicz.name>\n" @@ -365,8 +365,8 @@ "This page is currently ''locked'' for editing by %(owner)s until %(timestamp)" "s, i.e. for %(mins_valid)d minute(s)." msgstr "" -"Ta strona jest obecnie ''zablokowana'' w celu edycji przez %(owner)s do " -"%(timestamp)s, to jest przez %(mins_valid)d minut." +"Ta strona jest obecnie ''zablokowana'' w celu edycji przez %(owner)s do %" +"(timestamp)s, to jest przez %(mins_valid)d minut." #, python-format msgid "" @@ -1367,6 +1367,17 @@ msgid "No wanted pages in this wiki." msgstr "Brak poszukiwanych stron w tym wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Spodziewane \"%(wanted)s\" po \"%(key)s\", otrzymano \"%(token)s\""
--- a/MoinMoin/i18n/pt.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/pt.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-04-17 00:00+0100\n" "Last-Translator: Leonardo Gregianin\n" "Language-Team: Portuguese <moin-devel@lists.sourceforge.net>\n" @@ -1368,6 +1368,17 @@ msgid "No wanted pages in this wiki." msgstr "Não existem páginas-a-criar neste wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**Excedido o número máximo de 'inclusões' permitidas" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**Não foi encontrada a página referenciada: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Espere \"%(wanted)s\" depois de \"%(key)s\", encontrado \"%(token)s\"" @@ -1700,12 +1711,6 @@ #~ "Para se desincrever, visite seu Perfil e elimine esta página da lista de " #~ "inscrições." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**Excedido o número máximo de 'inclusões' permitidas" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**Não foi encontrada a página referenciada: %s**" - #, fuzzy #~ msgid "Quicklink" #~ msgstr "Links rápidos"
--- a/MoinMoin/i18n/pt.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/pt.py Sun Dec 04 20:47:41 2005 +0000 @@ -655,6 +655,10 @@ '''Download do XML exportado deste wiki''', '''No wanted pages in this wiki.''': '''Não existem páginas-a-criar neste wiki.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Excedido o número máximo de \'inclusões\' permitidas''', +'''**Could not find the referenced page: %s**''': +'''**Não foi encontrada a página referenciada: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Espere "%(wanted)s" depois de "%(key)s", encontrado "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/pt_br.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/pt_br.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-11-18 20:25 (UTC)\n" "Last-Translator: Leonardo Gregianin <leonardo@riseup.net>\n" "Language-Team: Português Brasileiro <moin-devel@lists.sourceforge.net\n" @@ -1383,6 +1383,17 @@ msgid "No wanted pages in this wiki." msgstr "Nenhuma página solicitada neste wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**O número máximo de inserções permitidas foi excedida**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**Não foi possível encontrar a página referenciada: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Esperado \"%(wanted)s\" depois de \"%(key)s\", obtido \"%(token)s\"" @@ -1703,12 +1714,6 @@ #~ "Para remover a inscrição, vá para seu perfil e apague esta página da " #~ "lista de páginas inscritas." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**O número máximo de inserções permitidas foi excedida**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**Não foi possível encontrar a página referenciada: %s**" - #~ msgid "Quicklink" #~ msgstr "Links rápidos"
--- a/MoinMoin/i18n/pt_br.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/pt_br.py Sun Dec 04 20:47:41 2005 +0000 @@ -801,6 +801,10 @@ '''Baixar arquivo XML exportado desta wiki''', '''No wanted pages in this wiki.''': '''Nenhuma página solicitada neste wiki.''', +'''**Maximum number of allowed includes exceeded**''': +'''**O número máximo de inserções permitidas foi excedida**''', +'''**Could not find the referenced page: %s**''': +'''**Não foi possível encontrar a página referenciada: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Esperado "%(wanted)s" depois de "%(key)s", obtido "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/ro.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/ro.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-08-18 14:19+EET\n" "Last-Translator: Ovidiu Sabou <ovidiu.sabou@gmail.com>\n" "Language-Team: Romanian <ovidiu.sabou@gmail.com>\n" @@ -1393,6 +1393,17 @@ msgid "No wanted pages in this wiki." msgstr "Nici o pagină dorită în acest wiki." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**Numărul maxim de incluziuni acceptate a fost depăşit**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**Pagina de referinţă %s nu a putut fi găsită**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Trebuie \"%(wanted)s\" după \"%(key)s\", s-a primit \"%(token)s\"" @@ -1720,12 +1731,6 @@ #~ "Pentru a renunţa, ştergeţi această pagină din lista de înregistrări din " #~ "profilul dumneavoastră." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**Numărul maxim de incluziuni acceptate a fost depăşit**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**Pagina de referinţă %s nu a putut fi găsită**" - #, fuzzy #~ msgid "Quicklink" #~ msgstr "Legături rapide"
--- a/MoinMoin/i18n/ro.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/ro.py Sun Dec 04 20:47:41 2005 +0000 @@ -697,6 +697,10 @@ '''Descărcare export XML pentru acest wiki''', '''No wanted pages in this wiki.''': '''Nici o pagină dorită în acest wiki.''', +'''**Maximum number of allowed includes exceeded**''': +'''**Numărul maxim de incluziuni acceptate a fost depăşit**''', +'''**Could not find the referenced page: %s**''': +'''**Pagina de referinţă %s nu a putut fi găsită**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''Trebuie "%(wanted)s" după "%(key)s", s-a primit "%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/ru.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/ru.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-11-09 23:54-0800\n" "Last-Translator: Mike Rovner <mrovner@hotmail.com>\n" "Language-Team: Russian <moin-devel@lists.sourceforge.net>\n" @@ -1358,6 +1358,17 @@ msgid "No wanted pages in this wiki." msgstr "В этом вики нет требуемых страниц." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Нужно \"%(wanted)s\" после \"%(key)s\", а не \"%(token)s\""
--- a/MoinMoin/i18n/sr.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/sr.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2004-11-16 17:53+0200\n" "Last-Translator: Thomas W. Horna <sarman@t-online.de>\n" "Language-Team: Serbian <moin-devel@lists.sourceforge.net>\n" @@ -1340,6 +1340,17 @@ msgid "No wanted pages in this wiki." msgstr "Nema željenih stranica u ovom vikiju." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Očekivane \"%(wanted)s\" posle \"%(key)s\", dobi \"%(token)s\""
--- a/MoinMoin/i18n/sv.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/sv.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2005-11-18 23:08+0100\n" "Last-Translator: Per Olofsson <pelle@debian.org>\n" "Language-Team: Swedish <moin-devel@lists.sourceforge.net>\n" @@ -1373,6 +1373,17 @@ msgid "No wanted pages in this wiki." msgstr "Inga önskade sidor i den här wikin." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "Förväntade \"%(wanted)s\" efter \"%(key)s\", hittade \"%(token)s\""
--- a/MoinMoin/i18n/vi.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/vi.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2004-11-19 21:03+0800\n" "Last-Translator: Nam T. Nguyen <nnt@nntsoft.com>\n" "Language-Team: Vietnamese <moin-devel@lists.sourceforge.net>\n" @@ -1357,6 +1357,17 @@ msgid "No wanted pages in this wiki." msgstr "Không có trang cần tạo trong wiki này." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr ""
--- a/MoinMoin/i18n/zh.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/zh.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.5\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2004-12-05 22:41+0100\n" "Last-Translator: Jun Hu <j.hu@tue.nl>\n" "Language-Team: Chinese <moin-devel@lists.sourceforge.net>\n" @@ -1330,6 +1330,17 @@ msgid "No wanted pages in this wiki." msgstr "本维基中没有未定义的网页." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "**太多的包含(include)**" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "**未能找到引用的网页: %s**" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "\"%(key)s\"后面应该接\"%(wanted)s\", 但却接着\"%(token)s\"" @@ -1641,12 +1652,6 @@ #~ "from the subscription list." #~ msgstr "如果要取消订阅, 请修改您的用户设置, 并从订阅清单中删除匹配此页的项." -#~ msgid "**Maximum number of allowed includes exceeded**" -#~ msgstr "**太多的包含(include)**" - -#~ msgid "**Could not find the referenced page: %s**" -#~ msgstr "**未能找到引用的网页: %s**" - #~ msgid "Quicklink" #~ msgstr "快捷链接"
--- a/MoinMoin/i18n/zh.py Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/zh.py Sun Dec 04 20:47:41 2005 +0000 @@ -798,6 +798,10 @@ '''下载本维基的XML输出''', '''No wanted pages in this wiki.''': '''本维基中没有未定义的网页.''', +'''**Maximum number of allowed includes exceeded**''': +'''**太多的包含(include)**''', +'''**Could not find the referenced page: %s**''': +'''**未能找到引用的网页: %s**''', '''Expected "%(wanted)s" after "%(key)s", got "%(token)s"''': '''"%(key)s"后面应该接"%(wanted)s", 但却接着"%(token)s"''', '''Expected an integer "%(key)s" before "%(token)s"''':
--- a/MoinMoin/i18n/zh_tw.po Sun Dec 04 20:15:02 2005 +0000 +++ b/MoinMoin/i18n/zh_tw.po Sun Dec 04 20:47:41 2005 +0000 @@ -13,7 +13,7 @@ msgstr "" "Project-Id-Version: MoinMoin 1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-18 20:41+0100\n" +"POT-Creation-Date: 2005-12-04 22:17+0100\n" "PO-Revision-Date: 2004-11-29 05:38+0800\n" "Last-Translator: Lin Zhemin <ljm@ljm.idv.tw>\n" "Language-Team: Chinese/Taiwan <moin-devel@lists.sourceforge.net>\n" @@ -1332,6 +1332,17 @@ msgid "No wanted pages in this wiki." msgstr "本 wiki 沒有未定義的頁面." +msgid "" +"Rendering of reStructured text is not possible, please install docutils." +msgstr "" + +msgid "**Maximum number of allowed includes exceeded**" +msgstr "" + +#, python-format +msgid "**Could not find the referenced page: %s**" +msgstr "" + #, python-format msgid "Expected \"%(wanted)s\" after \"%(key)s\", got \"%(token)s\"" msgstr "\"%(key)s\" 後面應該接 \"%(wanted)s\", 但卻接著 \"%(token)s\""