From: <var...@us...> - 2011-12-20 18:54:40
|
Revision: 8215 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8215&view=rev Author: vargenau Date: 2011-12-20 18:54:32 +0000 (Tue, 20 Dec 2011) Log Message: ----------- Update translations Modified Paths: -------------- trunk/locale/de/LC_MESSAGES/phpwiki.mo trunk/locale/es/LC_MESSAGES/phpwiki.mo trunk/locale/fr/LC_MESSAGES/phpwiki.mo trunk/locale/fr/LC_MESSAGES/phpwiki.php trunk/locale/it/LC_MESSAGES/phpwiki.mo trunk/locale/ja/LC_MESSAGES/phpwiki.mo trunk/locale/nl/LC_MESSAGES/phpwiki.mo trunk/locale/po/de.po trunk/locale/po/es.po trunk/locale/po/fr.po trunk/locale/po/it.po trunk/locale/po/ja.po trunk/locale/po/nl.po trunk/locale/po/phpwiki.pot trunk/locale/po/sv.po trunk/locale/po/zh.po trunk/locale/sv/LC_MESSAGES/phpwiki.mo trunk/locale/zh/LC_MESSAGES/phpwiki.mo Modified: trunk/locale/de/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.php =================================================================== --- trunk/locale/fr/LC_MESSAGES/phpwiki.php 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/fr/LC_MESSAGES/phpwiki.php 2011-12-20 18:54:32 UTC (rev 8215) @@ -304,8 +304,8 @@ $locale["Couldn't rename page '%s' to '%s'."] = "Impossible de renommer la page '%s' en '%s'."; $locale["Couldn't start commandline '%s'"] = "Impossible de lancer la ligne de commande '%s'"; $locale["Count"] = "Nombre"; -$locale["Create Page"] = "Créer une page"; -$locale["Create a Wiki page by the provided name."] = "Créer une PageWiki avec le nom demandé."; +$locale["Create Page"] = "Créer la page"; +$locale["Create a Wiki page by the provided name."] = "Créer une page wiki avec le nom demandé."; $locale["Create a Wiki page."] = "Créer une page wiki"; $locale["Create a new (sub)page"] = "Créer une nouvelle (sous-)page"; $locale["Create redirect from old to new name?"] = "Créer une redirection de l'ancien nom vers le nouveau ?"; @@ -359,7 +359,7 @@ $locale["Do not send minor modifications"] = "Ne pas envoyer les modifications mineures"; $locale["Do not send my own modifications"] = "Ne pas envoyer mes propres modifications"; $locale["Do you %s want to add this page \"%s\" to your WatchList?"] = "Voulez-vous %s ajouter la page « %s » à votre liste de suivi ?"; -$locale["Do you really want to create the page '%s'?"] = "Voulez-vous réellement crééer la page '%s' ?"; +$locale["Do you really want to create the page '%s'?"] = "Voulez-vous réellement créer la page '%s' ?"; $locale["Do you really want to reset all your UserPreferences?"] = "Voulez-vous réellement réinitialiser toutes vos préférences ?"; $locale["Do you really want to reset the password of user %s?"] = "Voulez-vous réellement réinitialiser les mot de passe de %s ?"; $locale["Don't cache this page."] = "Ne pas mettre en cache cette page."; @@ -377,7 +377,7 @@ $locale["Dumping Pages"] = "Récupération des pages"; $locale["Dumping html pages"] = "Récupération des pages HTML"; $locale["Dumping serial pages"] = "Récupération des pages sérialisées"; -$locale["Dynamically include the content from another wiki page."] = "Inclure dynamiquement le texte d'une autre PageWiki."; +$locale["Dynamically include the content from another wiki page."] = "Inclure dynamiquement le texte d'une autre page wiki."; $locale["E-mail"] = "Adresse électronique"; $locale["E-mail Notification"] = "Courriel de notification"; $locale["E-mail address '%s' is not properly formatted"] = "L'adresse électronique '%s' ne semble pas être bien formée."; @@ -403,7 +403,7 @@ $locale["Elapsed time: %s s"] = "Temps écoulé : %s s"; $locale["Email not yet verified."] = "Adresse électronique pas encore vérifiée."; $locale["Email verified."] = "Adresse électronique vérifiée."; -$locale["Embed hidden comments in WikiPages."] = "Cacher des commentaires dans une PageWiki."; +$locale["Embed hidden comments in WikiPages."] = "Cacher des commentaires dans une page wiki."; $locale["Empty Preferences or format of UserPreferences cookie not recognised."] = "PréférencesUtilisateurs vides, le cookie peut etre mal reconnu."; $locale["Empty link to: %s"] = "Lien vide vers : %s"; $locale["Empty pagename!"] = "Nom de page vide !"; @@ -539,7 +539,7 @@ $locale["In total there are %d user sessions online. :: Unique %d Registered and %d Guests"] = "Au total: %d utilisateurs en ligne. :: %d enregistré(s) et %d invité(s)"; $locale["Include an external web page within the body of a wiki page."] = "Inclure une page externe dans le corps de la WikiPage."; $locale["Include recursively all linked pages starting at %s"] = "Créer une carte du site commençant à %s"; -$locale["Include text from another wiki page."] = "Inclure le texte d'une autre PageWiki."; +$locale["Include text from another wiki page."] = "Inclure le texte d'une autre page wiki."; $locale["IncludePage"] = "InclureUnePage"; $locale["IncludePages"] = "InclurePages"; $locale["IncludeSiteMap"] = "CarteDuSite"; @@ -608,7 +608,7 @@ $locale["List all pages which link to %s."] = "Liste des pages liées à %s."; $locale["List all recent changes in this wiki."] = "Montrer tous les changements récents de ce wiki."; $locale["List all recent edits in this wiki."] = "Afficher les dernières modifications de ce wiki."; -$locale["List of pages created by [%s] (%d total):"] = "Liste des pages créé près [%s] (%d au total) :"; +$locale["List of pages created by [%s] (%d total):"] = "Liste des pages créées par [%s] (%d au total) :"; $locale["List of pages last edited by [%s] (%d total):"] = "Liste des pages modifiées en dernier par [%s] (%d au total) :"; $locale["List of pages owned by [%s] (%d total):"] = "Liste des pages possédées par [%s] (%d au total) :"; $locale["List of plugins on this wiki"] = "Liste des greffons de ce wiki"; Modified: trunk/locale/it/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/po/de.po =================================================================== --- trunk/locale/po/de.po 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/po/de.po 2011-12-20 18:54:32 UTC (rev 8215) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0RC1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-16 14:29+0100\n" +"POT-Creation-Date: 2011-12-20 19:53+0100\n" "PO-Revision-Date: 2000-10-31 02:23+0200\n" "Last-Translator: Reini Urban <ru...@x-...>, Carsten Klapp " "<car...@us...>, Helmer Pardun <pardunpress@t-online." Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/po/es.po 2011-12-20 18:54:32 UTC (rev 8215) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0RC1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-16 14:29+0100\n" +"POT-Creation-Date: 2011-12-20 19:53+0100\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/po/fr.po 2011-12-20 18:54:32 UTC (rev 8215) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0RC1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-16 14:29+0100\n" +"POT-Creation-Date: 2011-12-20 19:53+0100\n" "PO-Revision-Date: 2004-06-22 21:10+0200\n" "Last-Translator: Pierrick Meignen <mei...@wa...>, Roland " "Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6." Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/po/it.po 2011-12-20 18:54:32 UTC (rev 8215) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0RC1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-16 14:29+0100\n" +"POT-Creation-Date: 2011-12-20 19:53+0100\n" "PO-Revision-Date: 2005-02-12 16:23+0100\n" "Last-Translator: Antonio Bonifati ant[(at)]monitor.deis.unical.it\n" "Language-Team: \n" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/po/ja.po 2011-12-20 18:54:32 UTC (rev 8215) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0RC1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-16 14:29+0100\n" +"POT-Creation-Date: 2011-12-20 19:53+0100\n" "PO-Revision-Date: 2003-06-07 09:01+0900\n" "Last-Translator: Tadashi Jokagi <web...@el...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/po/nl.po 2011-12-20 18:54:32 UTC (rev 8215) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0RC1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-16 14:29+0100\n" +"POT-Creation-Date: 2011-12-20 19:53+0100\n" "PO-Revision-Date: 2000-09-30 02:23+0200\n" "Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n" "Language-Team: Dutch <nl...@li...>\n" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/po/phpwiki.pot 2011-12-20 18:54:32 UTC (rev 8215) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.4.0RC1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-16 14:29+0100\n" +"POT-Creation-Date: 2011-12-20 19:53+0100\n" "PO-Revision-Date: 2002-12-14 17:51-0500\n" "Last-Translator: Reini Urban <ru...@us...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/po/sv.po 2011-12-20 18:54:32 UTC (rev 8215) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0RC1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-16 14:29+0100\n" +"POT-Creation-Date: 2011-12-20 19:53+0100\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2011-12-20 18:53:14 UTC (rev 8214) +++ trunk/locale/po/zh.po 2011-12-20 18:54:32 UTC (rev 8215) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.4.0RC1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-16 14:29+0100\n" +"POT-Creation-Date: 2011-12-20 19:53+0100\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |