From df3459dc3b351bfecc8b61e5a2904fb0cbb7a8e6 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 30 Oct 2010 12:10:31 +0200 Subject: [PATCH] Localize Sucess, Time, Todo, Topic, Url, Unix, User, Utilities, and Web into French --- plugins/Success/locale/fr.po | 30 +++ plugins/Time/locale/fr.po | 108 +++++++++ plugins/Todo/locale/fr.po | 141 ++++++++++++ plugins/Topic/locale/fr.po | 391 +++++++++++++++++++++++++++++++++ plugins/URL/locale/fr.po | 60 +++++ plugins/Unix/locale/fr.po | 210 ++++++++++++++++++ plugins/User/locale/fr.po | 323 +++++++++++++++++++++++++++ plugins/Utilities/locale/fr.po | 91 ++++++++ plugins/Web/locale/fr.po | 167 ++++++++++++++ 9 files changed, 1521 insertions(+) create mode 100644 plugins/Success/locale/fr.po create mode 100644 plugins/Time/locale/fr.po create mode 100644 plugins/Todo/locale/fr.po create mode 100644 plugins/Topic/locale/fr.po create mode 100644 plugins/URL/locale/fr.po create mode 100644 plugins/Unix/locale/fr.po create mode 100644 plugins/User/locale/fr.po create mode 100644 plugins/Utilities/locale/fr.po create mode 100644 plugins/Web/locale/fr.po diff --git a/plugins/Success/locale/fr.po b/plugins/Success/locale/fr.po new file mode 100644 index 000000000..94218851c --- /dev/null +++ b/plugins/Success/locale/fr.po @@ -0,0 +1,30 @@ +msgid "" +msgstr "" +"Project-Id-Version: Supybot-fr\n" +"POT-Creation-Date: 2010-10-20 09:09+CEST\n" +"PO-Revision-Date: \n" +"Last-Translator: Valentin Lorentz \n" +"Language-Team: Supybot-fr \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Français\n" +"X-Poedit-Country: France\n" +"X-Poedit-SourceCharset: ASCII\n" + +#: config.py:49 +msgid "" +"Determines whether the bot will prefix the nick\n" +" of the user giving an invalid command to the success response." +msgstr "Détermine si le bot utilisera le nick de l'utilisateur donnant une commande invalide comme préfixe pour la réponse de Success." + +#: plugin.py:39 +msgid "" +"This plugin was written initially to work with MoobotFactoids, the two\n" +" of them to provide a similar-to-moobot-and-blootbot interface for factoids.\n" +" Basically, it replaces the standard 'The operation succeeded.' messages\n" +" with messages kept in a database, able to give more personable\n" +" responses." +msgstr "Ce plugin était à l'origine écrit pour fonctionner avec MoobotFactoids, qui fournit une interface similaire à celle de moobot et blootbot pour les factoids. Il remplacement le message 'the operation succeeded.' par un message stoché dans la base de données, ce qui vous permet d'en avoir un plus personnalisable." + diff --git a/plugins/Time/locale/fr.po b/plugins/Time/locale/fr.po new file mode 100644 index 000000000..40929781a --- /dev/null +++ b/plugins/Time/locale/fr.po @@ -0,0 +1,108 @@ +msgid "" +msgstr "" +"Project-Id-Version: Supybot-fr\n" +"POT-Creation-Date: 2010-10-20 09:38+CEST\n" +"PO-Revision-Date: \n" +"Last-Translator: Valentin Lorentz \n" +"Language-Team: Supybot-fr \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Français\n" +"X-Poedit-Country: France\n" +"X-Poedit-SourceCharset: ASCII\n" + +#: config.py:45 +msgid "" +"Determines the\n" +" format string for timestamps. Refer to the Python documentation for the\n" +" time module to see what formats are accepted. If you set this variable to\n" +" the empty string, the timestamp will not be shown." +msgstr "Détermine la chaîne de format pour les timestamps. Référez-vous à la documentation du module Python time pour voir quels formats sont acceptés. Si vous définissez cette variable à une chaîne vide, le timestamp ne sera pas affiché." + +#: plugin.py:60 +msgid "" +"[y] [w] [d] [h] [m] [s]\n" +"\n" +" Returns the number of seconds in the number of , ,\n" +" , , , and given. An example usage is\n" +" \"seconds 2h 30m\", which would return 9000, which is '3600*2 + 30*60'.\n" +" Useful for scheduling events at a given number of seconds in the\n" +" future.\n" +" " +msgstr "" +"[y] [w] [d] [h] [m] [s]\n" +"\n" +"Retourne le nombre de secondes de la date donnée. Un exemple d'utilisation est \"seconds 2h 30m\", ce qui retournera 9000. Utile pour planifier des évènement à un certain nombre de secondes dans le futur." + +#: plugin.py:95 +msgid "" +"