From 6b160def9227f3750449d5bba4240bf711cdd9dc Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sun, 10 Jul 2011 19:00:12 +0200 Subject: [PATCH] Misc: Update messages.pot and l10n-fr. --- plugins/Misc/locale/fr.po | 6 +++--- plugins/Misc/messages.pot | 4 ++-- src/version.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/Misc/locale/fr.po b/plugins/Misc/locale/fr.po index 304287d31..fbe78fc34 100644 --- a/plugins/Misc/locale/fr.po +++ b/plugins/Misc/locale/fr.po @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: Supybot-fr\n" -"POT-Creation-Date: 2011-06-06 19:05+CEST\n" +"POT-Creation-Date: 2011-07-10 18:59+CEST\n" "PO-Revision-Date: \n" "Last-Translator: Valentin Lorentz \n" "Language-Team: Supybot-fr \n" @@ -151,8 +151,8 @@ msgstr "" "Retourne une URL disant où trouver Supybot." #: plugin.py:243 -msgid "My source is at http://supybot.com/" -msgstr "Ma source est disponible sur http://supybot.com/" +msgid "My source is at https://github.com/ProgVal/Limnoria" +msgstr "Ma source est disponible sur https://github.com/ProgVal/Limnoria" #: plugin.py:248 msgid "" diff --git a/plugins/Misc/messages.pot b/plugins/Misc/messages.pot index 0cffa4cff..8303bdf02 100644 --- a/plugins/Misc/messages.pot +++ b/plugins/Misc/messages.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2011-06-06 19:05+CEST\n" +"POT-Creation-Date: 2011-07-10 18:59+CEST\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -143,7 +143,7 @@ msgid "" msgstr "" #: plugin.py:243 -msgid "My source is at http://supybot.com/" +msgid "My source is at https://github.com/ProgVal/Limnoria" msgstr "" #: plugin.py:248 diff --git a/src/version.py b/src/version.py index 00facad7e..61d6b234e 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-07-10T17:08:19+0200)' +version = '0.83.4.1+limnoria (2011-07-10T19:00:12+0200)'