All plugins: Update .pot files and rename Supybot-fr to Limnora in French translation files.

This commit is contained in:
Valentin Lorentz 2014-01-21 16:48:13 +01:00
parent 35c7b52e14
commit 8b06bd52f0
116 changed files with 946 additions and 807 deletions

View File

@ -1,7 +1,7 @@
# Valentin Lorentz <progval@progval.net>, 2012. # Valentin Lorentz <progval@progval.net>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-04-21 16:00+CEST\n" "POT-Creation-Date: 2013-04-21 16:00+CEST\n"
"PO-Revision-Date: 2013-04-21 16:01+0100\n" "PO-Revision-Date: 2013-04-21 16:01+0100\n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"

View File

@ -1,6 +1,6 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-10-30 19:20+CET\n" "POT-Creation-Date: 2011-10-30 19:20+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -185,7 +185,7 @@ msgstr ""
msgid "I'm not currently globally ignoring anyone." msgid "I'm not currently globally ignoring anyone."
msgstr "" msgstr ""
#: plugin.py:362 #: plugin.py:360 plugin.py:371
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-07-31 19:09+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,57 +15,80 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: plugin.py:124 plugin.py:334 #: config.py:55
msgid ""
"The maximum number of words allowed in a\n"
" command name. Setting this to an high value may slow down your bot\n"
" on long commands."
msgstr ""
#: plugin.py:129 plugin.py:368
msgid "This Aka already exists." msgid "This Aka already exists."
msgstr "" msgstr ""
#: plugin.py:149 plugin.py:165 plugin.py:181 #: plugin.py:156 plugin.py:173 plugin.py:190
msgid "This Aka does not exist" msgid "This Aka does not exist"
msgstr "" msgstr ""
#: plugin.py:151 #: plugin.py:158
msgid "This Aka is already locked." msgid "This Aka is already locked."
msgstr "" msgstr ""
#: plugin.py:167 #: plugin.py:175
msgid "This Aka is already unlocked." msgid "This Aka is already unlocked."
msgstr "" msgstr ""
#: plugin.py:226 #: plugin.py:235
#, docstring #, docstring
msgid "" msgid ""
"Add the help for \"@plugin help Aka\" here\n" "Add the help for \"@plugin help Aka\" here\n"
" This should describe *how* to use this plugin." " This should describe *how* to use this plugin."
msgstr "" msgstr ""
#: plugin.py:312 #: plugin.py:342
msgid "You've attempted more nesting than is currently allowed on this bot."
msgstr ""
#: plugin.py:346
msgid " at least" msgid " at least"
msgstr "" msgstr ""
#: plugin.py:321 #: plugin.py:355
msgid "Locked by %s at %s" msgid "Locked by %s at %s"
msgstr "" msgstr ""
#: plugin.py:324 #: plugin.py:358
msgid "" msgid ""
"<an alias,%s %n>\n" "<an alias,%s %n>\n"
"\n" "\n"
"Alias for %q.%s" "Alias for %q.%s"
msgstr "" msgstr ""
#: plugin.py:325 #: plugin.py:359
msgid "argument" msgid "argument"
msgstr "" msgstr ""
#: plugin.py:331 #: plugin.py:365
msgid "You can't overwrite commands in this plugin." msgid "You can't overwrite commands in this plugin."
msgstr "" msgstr ""
#: plugin.py:344 #: plugin.py:370
msgid "This Aka has too many spaces in its name."
msgstr ""
#: plugin.py:375
msgid "Can't mix $* and optional args (@1, etc.)"
msgstr ""
#: plugin.py:377
msgid "There can be only one $* in an alias."
msgstr ""
#: plugin.py:384
msgid "This Aka is locked." msgid "This Aka is locked."
msgstr "" msgstr ""
#: plugin.py:348 #: plugin.py:388
#, docstring #, docstring
msgid "" msgid ""
"[--channel <#channel>] <name> <command>\n" "[--channel <#channel>] <name> <command>\n"
@ -80,11 +103,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:362 plugin.py:388 plugin.py:420 plugin.py:443 #: plugin.py:402 plugin.py:428 plugin.py:460 plugin.py:483
msgid "%r is not a valid channel." msgid "%r is not a valid channel."
msgstr "" msgstr ""
#: plugin.py:380 #: plugin.py:420
#, docstring #, docstring
msgid "" msgid ""
"[--channel <#channel>] <name>\n" "[--channel <#channel>] <name>\n"
@ -93,14 +116,14 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:402 #: plugin.py:442
#, docstring #, docstring
msgid "" msgid ""
"Check if the user has any of the required capabilities to manage\n" "Check if the user has any of the required capabilities to manage\n"
" the regexp database." " the regexp database."
msgstr "" msgstr ""
#: plugin.py:412 #: plugin.py:452
#, docstring #, docstring
msgid "" msgid ""
"[--channel <#channel>] <alias>\n" "[--channel <#channel>] <alias>\n"
@ -109,7 +132,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:435 #: plugin.py:475
#, docstring #, docstring
msgid "" msgid ""
"[--channel <#channel>] <alias>\n" "[--channel <#channel>] <alias>\n"
@ -118,7 +141,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:458 #: plugin.py:498
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -126,11 +149,11 @@ msgid ""
" Imports the Alias database into Aka's, and clean the former." " Imports the Alias database into Aka's, and clean the former."
msgstr "" msgstr ""
#: plugin.py:463 #: plugin.py:503
msgid "Alias plugin is not loaded." msgid "Alias plugin is not loaded."
msgstr "" msgstr ""
#: plugin.py:473 #: plugin.py:513
msgid "Error occured when importing the %n: %L" msgid "Error occured when importing the %n: %L"
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-02 19:04+CET\n" "POT-Creation-Date: 2013-03-02 19:04+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-10-07 18:48+EEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,7 +15,7 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: plugin.py:45 #: plugin.py:46
#, docstring #, docstring
msgid "" msgid ""
"Returns the channel the msg came over or the channel given in args.\n" "Returns the channel the msg came over or the channel given in args.\n"
@ -25,29 +25,33 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:107 #: plugin.py:108
#, docstring #, docstring
msgid "" msgid ""
"Encodes [a-z0-9.]+ into [a-z][a-z0-9].\n" "Encodes [a-z0-9.]+ into [a-z][a-z0-9].\n"
" Format: a<number of escaped chars>a(<index>d)+<word without dots>." " Format: a<number of escaped chars>a(<index>d)+<word without dots>."
msgstr "" msgstr ""
#: plugin.py:217 #: plugin.py:219
msgid "You've attempted more nesting than is currently allowed on this bot."
msgstr ""
#: plugin.py:224
msgid " at least" msgid " at least"
msgstr "" msgstr ""
#: plugin.py:218 #: plugin.py:226 plugin.py:231
msgid "" msgid ""
"<an alias,%s %n>\n" "<an alias,%s %n>\n"
"\n" "\n"
"Alias for %q." "Alias for %q."
msgstr "" msgstr ""
#: plugin.py:219 #: plugin.py:227 plugin.py:232
msgid "argument" msgid "argument"
msgstr "" msgstr ""
#: plugin.py:287 #: plugin.py:300
#, docstring #, docstring
msgid "" msgid ""
"<alias>\n" "<alias>\n"
@ -56,11 +60,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:296 plugin.py:310 #: plugin.py:309 plugin.py:323
msgid "There is no such alias." msgid "There is no such alias."
msgstr "" msgstr ""
#: plugin.py:301 #: plugin.py:314
#, docstring #, docstring
msgid "" msgid ""
"<alias>\n" "<alias>\n"
@ -69,11 +73,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:319 #: plugin.py:335
msgid "That name isn't valid. Try %q instead." msgid "That name isn't valid. Try %q instead."
msgstr "" msgstr ""
#: plugin.py:363 #: plugin.py:383
#, docstring #, docstring
msgid "" msgid ""
"<name> <command>\n" "<name> <command>\n"
@ -87,7 +91,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:386 #: plugin.py:406
#, docstring #, docstring
msgid "" msgid ""
"<name>\n" "<name>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-06-09 18:26+CEST\n" "POT-Creation-Date: 2011-06-09 18:26+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-06-09 18:26+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -42,7 +42,7 @@ msgid ""
" messages to other users." " messages to other users."
msgstr "" msgstr ""
#: plugin.py:40 #: plugin.py:41
#, docstring #, docstring
msgid "" msgid ""
"This plugin allows users to act through the bot anonymously. The 'do'\n" "This plugin allows users to act through the bot anonymously. The 'do'\n"
@ -58,23 +58,23 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:64 #: plugin.py:65
msgid "You must be in %s to %q in there." msgid "You must be in %s to %q in there."
msgstr "" msgstr ""
#: plugin.py:68 #: plugin.py:69
msgid "I'm lobotomized in %s." msgid "I'm lobotomized in %s."
msgstr "" msgstr ""
#: plugin.py:71 #: plugin.py:72
msgid "That channel has set its capabilities so as to disallow the use of this plugin." msgid "That channel has set its capabilities so as to disallow the use of this plugin."
msgstr "" msgstr ""
#: plugin.py:74 #: plugin.py:75
msgid "%q cannot be used to send private messages." msgid "%q cannot be used to send private messages."
msgstr "" msgstr ""
#: plugin.py:80 #: plugin.py:81
#, docstring #, docstring
msgid "" msgid ""
"<channel|nick> <text>\n" "<channel|nick> <text>\n"
@ -84,7 +84,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:94 #: plugin.py:95
#, docstring #, docstring
msgid "" msgid ""
"<channel> <action>\n" "<channel> <action>\n"

View File

@ -1,7 +1,7 @@
# Valentin Lorentz <progval@progval.net>, 2012. # Valentin Lorentz <progval@progval.net>, 2012.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-03 19:39+CET\n" "POT-Creation-Date: 2013-03-03 19:39+CET\n"
"PO-Revision-Date: 2013-03-03 19:45+0100\n" "PO-Revision-Date: 2013-03-03 19:45+0100\n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-10-07 18:54+EEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -29,60 +29,67 @@ msgstr ""
#: config.py:52 #: config.py:52
msgid "" msgid ""
"Determines whether the bot will\n"
" check for 'alternative capabilities' (ie. autoop, autohalfop,\n"
" autovoice) in addition to/instead of classic ones."
msgstr ""
#: config.py:56
msgid ""
"Determines whether the bot will \"fall\n" "Determines whether the bot will \"fall\n"
" through\" to halfop/voicing when auto-opping is turned off but\n" " through\" to halfop/voicing when auto-opping is turned off but\n"
" auto-halfopping/voicing are turned on." " auto-halfopping/voicing are turned on."
msgstr "" msgstr ""
#: config.py:56 #: config.py:60
msgid "" msgid ""
"Determines whether the bot will automatically\n" "Determines whether the bot will automatically\n"
" op people with the <channel>,op capability when they join the channel.\n" " op people with the <channel>,op capability when they join the channel.\n"
" " " "
msgstr "" msgstr ""
#: config.py:60 #: config.py:64
msgid "" msgid ""
"Determines whether the bot will automatically\n" "Determines whether the bot will automatically\n"
" halfop people with the <channel>,halfop capability when they join the\n" " halfop people with the <channel>,halfop capability when they join the\n"
" channel." " channel."
msgstr "" msgstr ""
#: config.py:64 #: config.py:68
msgid "" msgid ""
"Determines whether the bot will automatically\n" "Determines whether the bot will automatically\n"
" voice people with the <channel>,voice capability when they join the\n" " voice people with the <channel>,voice capability when they join the\n"
" channel." " channel."
msgstr "" msgstr ""
#: config.py:68 #: config.py:72
msgid "" msgid ""
"Determines whether the bot will automatically\n" "Determines whether the bot will automatically\n"
" ban people who join the channel and are on the banlist." " ban people who join the channel and are on the banlist."
msgstr "" msgstr ""
#: config.py:71 #: config.py:75
msgid "" msgid ""
"Determines how many seconds the bot\n" "Determines how many seconds the bot\n"
" will automatically ban a person when banning." " will automatically ban a person when banning."
msgstr "" msgstr ""
#: config.py:75 #: config.py:79
msgid "" msgid ""
"Determines how many seconds the bot will wait\n" "Determines how many seconds the bot will wait\n"
" before applying a mode. Has no effect on bans." " before applying a mode. Has no effect on bans."
msgstr "" msgstr ""
#: config.py:79 #: config.py:83
msgid "" msgid ""
"Extra modes that will be\n" "Extra modes that will be\n"
" applied to a user. Example syntax: user1+o-v user2+v user3-v" " applied to a user. Example syntax: user1+o-v user2+v user3-v"
msgstr "" msgstr ""
#: plugin.py:64 #: plugin.py:78
#, docstring #, docstring
msgid "" msgid ""
"Determines whether or not a mode has already\n" "Determines whether or not a mode has already\n"
" been applied." " been applied."
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,21 +15,21 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: config.py:40 #: config.py:42
msgid "Would you like to add some bad words?" msgid "Would you like to add some bad words?"
msgstr "" msgstr ""
#: config.py:41 #: config.py:43
msgid "What words? (separate individual words by spaces)" msgid "What words? (separate individual words by spaces)"
msgstr "" msgstr ""
#: config.py:53 #: config.py:55
msgid "" msgid ""
"Determines what words are\n" "Determines what words are\n"
" considered to be 'bad' so the bot won't say them." " considered to be 'bad' so the bot won't say them."
msgstr "" msgstr ""
#: config.py:56 #: config.py:58
msgid "" msgid ""
"Determines whether the bot will require bad\n" "Determines whether the bot will require bad\n"
" words to be independent words, or whether it will censor them within other\n" " words to be independent words, or whether it will censor them within other\n"
@ -40,14 +40,14 @@ msgid ""
" plugin." " plugin."
msgstr "" msgstr ""
#: config.py:73 #: config.py:75
msgid "" msgid ""
"Determines what characters will replace bad words; a\n" "Determines what characters will replace bad words; a\n"
" chunk of these characters matching the size of the replaced bad word will\n" " chunk of these characters matching the size of the replaced bad word will\n"
" be used to replace the bad words you've configured." " be used to replace the bad words you've configured."
msgstr "" msgstr ""
#: config.py:81 #: config.py:83
msgid "" msgid ""
"Determines the manner in which\n" "Determines the manner in which\n"
" bad words will be replaced. 'nastyCharacters' (the default) will replace a\n" " bad words will be replaced. 'nastyCharacters' (the default) will replace a\n"
@ -58,13 +58,13 @@ msgid ""
" supybot.plugins.BadWords.simpleReplacement." " supybot.plugins.BadWords.simpleReplacement."
msgstr "" msgstr ""
#: config.py:89 #: config.py:91
msgid "" msgid ""
"Determines what word will replace bad\n" "Determines what word will replace bad\n"
" words if the replacement method is 'simple'." " words if the replacement method is 'simple'."
msgstr "" msgstr ""
#: config.py:92 #: config.py:94
msgid "" msgid ""
"Determines whether the bot will strip\n" "Determines whether the bot will strip\n"
" formatting characters from messages before it checks them for bad words.\n" " formatting characters from messages before it checks them for bad words.\n"
@ -73,20 +73,20 @@ msgid ""
" plugins that do coloring or bolding of text." " plugins that do coloring or bolding of text."
msgstr "" msgstr ""
#: config.py:99 #: config.py:101
msgid "" msgid ""
"Determines whether the bot will kick people with\n" "Determines whether the bot will kick people with\n"
" a warning when they use bad words." " a warning when they use bad words."
msgstr "" msgstr ""
#: config.py:102 #: config.py:104
msgid "" msgid ""
"You have been kicked for using a word\n" "You have been kicked for using a word\n"
" prohibited in the presence of this bot. Please use more appropriate\n" " prohibited in the presence of this bot. Please use more appropriate\n"
" language in the future." " language in the future."
msgstr "" msgstr ""
#: config.py:104 #: config.py:106
msgid "" msgid ""
"Determines the kick message used by the\n" "Determines the kick message used by the\n"
" bot when kicking users for saying bad words." " bot when kicking users for saying bad words."
@ -100,7 +100,7 @@ msgid ""
" has op." " has op."
msgstr "" msgstr ""
#: plugin.py:114 #: plugin.py:115
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -109,11 +109,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:124 #: plugin.py:125
msgid "I'm not currently censoring any bad words." msgid "I'm not currently censoring any bad words."
msgstr "" msgstr ""
#: plugin.py:129 #: plugin.py:130
#, docstring #, docstring
msgid "" msgid ""
"<word> [<word> ...]\n" "<word> [<word> ...]\n"
@ -122,7 +122,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:141 #: plugin.py:142
#, docstring #, docstring
msgid "" msgid ""
"<word> [<word> ...]\n" "<word> [<word> ...]\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-03 19:39+CET\n" "POT-Creation-Date: 2013-03-03 19:39+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-03-03 19:39+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -21,7 +21,7 @@ msgid ""
" rejoin a channel whenever it's kicked from the channel." " rejoin a channel whenever it's kicked from the channel."
msgstr "" msgstr ""
#: plugin.py:69 #: plugin.py:74
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <mode> [<arg> ...]\n" "[<channel>] <mode> [<arg> ...]\n"
@ -32,11 +32,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:76 #: plugin.py:81
msgid "change the mode" msgid "change the mode"
msgstr "" msgstr ""
#: plugin.py:80 #: plugin.py:85
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<limit>]\n" "[<channel>] [<limit>]\n"
@ -47,11 +47,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:90 #: plugin.py:95
msgid "change the limit" msgid "change the limit"
msgstr "" msgstr ""
#: plugin.py:95 #: plugin.py:100
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -62,11 +62,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:102 #: plugin.py:107
msgid "moderate the channel" msgid "moderate the channel"
msgstr "" msgstr ""
#: plugin.py:106 #: plugin.py:111
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -77,11 +77,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:114 #: plugin.py:119
msgid "unmoderate the channel" msgid "unmoderate the channel"
msgstr "" msgstr ""
#: plugin.py:118 #: plugin.py:123
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<key>]\n" "[<channel>] [<key>]\n"
@ -92,11 +92,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:130 #: plugin.py:135
msgid "change the keyword" msgid "change the keyword"
msgstr "" msgstr ""
#: plugin.py:135 #: plugin.py:140
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<nick> ...]\n" "[<channel>] [<nick> ...]\n"
@ -108,11 +108,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:147 #: plugin.py:152
msgid "op someone" msgid "op someone"
msgstr "" msgstr ""
#: plugin.py:151 #: plugin.py:156
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<nick> ...]\n" "[<channel>] [<nick> ...]\n"
@ -124,11 +124,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:163 #: plugin.py:168
msgid "halfop someone" msgid "halfop someone"
msgstr "" msgstr ""
#: plugin.py:184 #: plugin.py:189
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<nick> ...]\n" "[<channel>] [<nick> ...]\n"
@ -140,11 +140,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:192 #: plugin.py:197
msgid "voice someone" msgid "voice someone"
msgstr "" msgstr ""
#: plugin.py:197 #: plugin.py:202
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<nick> ...]\n" "[<channel>] [<nick> ...]\n"
@ -155,15 +155,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:204 #: plugin.py:209
msgid "I cowardly refuse to deop myself. If you really want me deopped, tell me to op you and then deop me yourself." msgid "I cowardly refuse to deop myself. If you really want me deopped, tell me to op you and then deop me yourself."
msgstr "" msgstr ""
#: plugin.py:212 #: plugin.py:217
msgid "deop someone" msgid "deop someone"
msgstr "" msgstr ""
#: plugin.py:217 #: plugin.py:222
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<nick> ...]\n" "[<channel>] [<nick> ...]\n"
@ -174,15 +174,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:224 #: plugin.py:229
msgid "I cowardly refuse to dehalfop myself. If you really want me dehalfopped, tell me to op you and then dehalfop me yourself." msgid "I cowardly refuse to dehalfop myself. If you really want me dehalfopped, tell me to op you and then dehalfop me yourself."
msgstr "" msgstr ""
#: plugin.py:232 #: plugin.py:237
msgid "dehalfop someone" msgid "dehalfop someone"
msgstr "" msgstr ""
#: plugin.py:237 #: plugin.py:242
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<nick> ...]\n" "[<channel>] [<nick> ...]\n"
@ -193,11 +193,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:244 #: plugin.py:249
msgid "I cowardly refuse to devoice myself. If you really want me devoiced, tell me to op you and then devoice me yourself." msgid "I cowardly refuse to devoice myself. If you really want me devoiced, tell me to op you and then devoice me yourself."
msgstr "" msgstr ""
#: plugin.py:253 #: plugin.py:258
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -208,7 +208,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:266 #: plugin.py:271
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <nick>[, <nick>, ...] [<reason>]\n" "[<channel>] <nick>[, <nick>, ...] [<reason>]\n"
@ -220,19 +220,19 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:274 #: plugin.py:279
msgid "I cowardly refuse to kick myself." msgid "I cowardly refuse to kick myself."
msgstr "" msgstr ""
#: plugin.py:279 #: plugin.py:284
msgid "The reason you gave is longer than the allowed length for a KICK reason on this server." msgid "The reason you gave is longer than the allowed length for a KICK reason on this server."
msgstr "" msgstr ""
#: plugin.py:284 #: plugin.py:289
msgid "kick someone" msgid "kick someone"
msgstr "" msgstr ""
#: plugin.py:290 #: plugin.py:295
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [--{exact,nick,user,host}] <nick> [<seconds>] [<reason>]\n" "[<channel>] [--{exact,nick,user,host}] <nick> [<seconds>] [<reason>]\n"
@ -249,11 +249,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:307 #: plugin.py:312
msgid "kick or ban someone" msgid "kick or ban someone"
msgstr "" msgstr ""
#: plugin.py:315 #: plugin.py:320
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [--{exact,nick,user,host}] <nick> [<seconds>]\n" "[<channel>] [--{exact,nick,user,host}] <nick> [<seconds>]\n"
@ -269,27 +269,27 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:331 #: plugin.py:336
msgid "ban someone" msgid "ban someone"
msgstr "" msgstr ""
#: plugin.py:351 #: plugin.py:356
msgid "I haven't seen %s." msgid "I haven't seen %s."
msgstr "" msgstr ""
#: plugin.py:361 #: plugin.py:366
msgid "I cowardly refuse to kickban myself." msgid "I cowardly refuse to kickban myself."
msgstr "" msgstr ""
#: plugin.py:370 #: plugin.py:375
msgid "I cowardly refuse to ban myself." msgid "I cowardly refuse to ban myself."
msgstr "" msgstr ""
#: plugin.py:398 #: plugin.py:403
msgid "%s has %s too, you can't ban him/her/it." msgid "%s has %s too, you can't ban him/her/it."
msgstr "" msgstr ""
#: plugin.py:410 #: plugin.py:415
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<hostmask|--all>]\n" "[<channel>] [<hostmask|--all>]\n"
@ -302,19 +302,19 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:430 #: plugin.py:435
msgid "All bans on %s matching %s have been removed." msgid "All bans on %s matching %s have been removed."
msgstr "" msgstr ""
#: plugin.py:434 #: plugin.py:439
msgid "No bans matching %s were found on %s." msgid "No bans matching %s were found on %s."
msgstr "" msgstr ""
#: plugin.py:437 #: plugin.py:442
msgid "unban someone" msgid "unban someone"
msgstr "" msgstr ""
#: plugin.py:444 #: plugin.py:449
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -323,11 +323,11 @@ msgid ""
" If <channel> is not given, it defaults to the current channel." " If <channel> is not given, it defaults to the current channel."
msgstr "" msgstr ""
#: plugin.py:448 #: plugin.py:453
msgid "No bans." msgid "No bans."
msgstr "" msgstr ""
#: plugin.py:453 #: plugin.py:458
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <nick>\n" "[<channel>] <nick>\n"
@ -338,19 +338,19 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:462 #: plugin.py:467
msgid "invite someone" msgid "invite someone"
msgstr "" msgstr ""
#: plugin.py:481 #: plugin.py:486
msgid "%s is already in %s." msgid "%s is already in %s."
msgstr "" msgstr ""
#: plugin.py:488 #: plugin.py:493
msgid "There is no %s on this network." msgid "There is no %s on this network."
msgstr "" msgstr ""
#: plugin.py:500 #: plugin.py:505
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -362,7 +362,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:515 #: plugin.py:520
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -374,7 +374,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:530 #: plugin.py:535
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -383,15 +383,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:545 #: plugin.py:550
msgid "I'm currently lobotomized in %L." msgid "I'm currently lobotomized in %L."
msgstr "" msgstr ""
#: plugin.py:548 #: plugin.py:553
msgid "I'm not currently lobotomized in any channels that you're in." msgid "I'm not currently lobotomized in any channels that you're in."
msgstr "" msgstr ""
#: plugin.py:555 #: plugin.py:560
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <nick|hostmask> [<expires>]\n" "[<channel>] <nick|hostmask> [<expires>]\n"
@ -408,7 +408,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:575 #: plugin.py:580
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <hostmask>\n" "[<channel>] <hostmask>\n"
@ -419,11 +419,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:587 #: plugin.py:592
msgid "There are no persistent bans for that hostmask." msgid "There are no persistent bans for that hostmask."
msgstr "" msgstr ""
#: plugin.py:592 #: plugin.py:597
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -433,19 +433,19 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:602 #: plugin.py:607
msgid "%q (expires %t)" msgid "%q (expires %t)"
msgstr "" msgstr ""
#: plugin.py:605 #: plugin.py:610
msgid "%q (never expires)" msgid "%q (never expires)"
msgstr "" msgstr ""
#: plugin.py:609 #: plugin.py:614
msgid "There are no persistent bans on %s." msgid "There are no persistent bans on %s."
msgstr "" msgstr ""
#: plugin.py:616 #: plugin.py:621
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <nick|hostmask> [<expires>]\n" "[<channel>] <nick|hostmask> [<expires>]\n"
@ -460,7 +460,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:634 #: plugin.py:639
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <hostmask>\n" "[<channel>] <hostmask>\n"
@ -471,11 +471,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:646 #: plugin.py:651
msgid "There are no ignores for that hostmask." msgid "There are no ignores for that hostmask."
msgstr "" msgstr ""
#: plugin.py:651 #: plugin.py:656
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -486,11 +486,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:660 #: plugin.py:665
msgid "I'm not currently ignoring any hostmasks in %q" msgid "I'm not currently ignoring any hostmasks in %q"
msgstr "" msgstr ""
#: plugin.py:671 #: plugin.py:676
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <nick|username> <capability> [<capability> ...]\n" "[<channel>] <nick|username> <capability> [<capability> ...]\n"
@ -502,7 +502,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:687 #: plugin.py:692
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <name|hostmask> <capability> [<capability> ...]\n" "[<channel>] <name|hostmask> <capability> [<capability> ...]\n"
@ -514,11 +514,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:706 #: plugin.py:711
msgid "That user didn't have the %L %s." msgid "That user didn't have the %L %s."
msgstr "" msgstr ""
#: plugin.py:715 #: plugin.py:720
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] {True|False}\n" "[<channel>] {True|False}\n"
@ -530,7 +530,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:733 #: plugin.py:738
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <capability> [<capability> ...]\n" "[<channel>] <capability> [<capability> ...]\n"
@ -541,7 +541,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:748 #: plugin.py:753
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <capability> [<capability> ...]\n" "[<channel>] <capability> [<capability> ...]\n"
@ -553,15 +553,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:764 #: plugin.py:769
msgid "capability" msgid "capability"
msgstr "" msgstr ""
#: plugin.py:767 #: plugin.py:772
msgid "I do not know about the %L %s." msgid "I do not know about the %L %s."
msgstr "" msgstr ""
#: plugin.py:774 #: plugin.py:779
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -571,7 +571,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:786 #: plugin.py:791
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<plugin>] [<command>]\n" "[<channel>] [<plugin>] [<command>]\n"
@ -584,15 +584,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:802 plugin.py:841 #: plugin.py:807 plugin.py:846
msgid "The %s plugin does not have a command called %s." msgid "The %s plugin does not have a command called %s."
msgstr "" msgstr ""
#: plugin.py:809 plugin.py:848 #: plugin.py:814 plugin.py:853
msgid "No plugin or command named %s could be found." msgid "No plugin or command named %s could be found."
msgstr "" msgstr ""
#: plugin.py:825 #: plugin.py:830
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<plugin>] [<command>]\n" "[<channel>] [<plugin>] [<command>]\n"
@ -605,11 +605,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:862 #: plugin.py:867
msgid "%s was not disabled." msgid "%s was not disabled."
msgstr "" msgstr ""
#: plugin.py:871 #: plugin.py:876
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [--count]\n" "[<channel>] [--count]\n"
@ -620,26 +620,26 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:883 #: plugin.py:888
msgid "You don't have access to that information." msgid "You don't have access to that information."
msgstr "" msgstr ""
#: plugin.py:897 #: plugin.py:902
#, docstring #, docstring
msgid "" msgid ""
"Internal message for notifying all the #channel,ops in a channel of\n" "Internal message for notifying all the #channel,ops in a channel of\n"
" a given situation." " a given situation."
msgstr "" msgstr ""
#: plugin.py:900 #: plugin.py:905
msgid "Alert to all %s ops: %s" msgid "Alert to all %s ops: %s"
msgstr "" msgstr ""
#: plugin.py:902 #: plugin.py:907
msgid " (from %s)" msgid " (from %s)"
msgstr "" msgstr ""
#: plugin.py:910 #: plugin.py:915
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <text>\n" "[<channel>] <text>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-02 19:04+CET\n" "POT-Creation-Date: 2013-03-02 19:04+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-10-07 18:37+EEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -4,7 +4,7 @@ msgstr ""
"POT-Creation-Date: 2011-06-28 19:37+CEST\n" "POT-Creation-Date: 2011-06-28 19:37+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-03 19:39+CET\n" "POT-Creation-Date: 2013-03-03 19:39+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-03-03 19:39+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Mika Suomalainen <mika.henrik.mainio@hotmail.com>\n" "Last-Translator: Mika Suomalainen <mika.henrik.mainio@hotmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,41 +15,41 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: plugin.py:77 #: plugin.py:81
#, docstring #, docstring
msgid "\001PING ?(.*)\001" msgid "\001PING ?(.*)\001"
msgstr "" msgstr ""
#: plugin.py:86 #: plugin.py:90
#, docstring #, docstring
msgid "\001VERSION\001" msgid "\001VERSION\001"
msgstr "" msgstr ""
#: plugin.py:91 #: plugin.py:95
#, docstring #, docstring
msgid "\001USERINFO\001" msgid "\001USERINFO\001"
msgstr "" msgstr ""
#: plugin.py:96 #: plugin.py:100
#, docstring #, docstring
msgid "\001TIME\001" msgid "\001TIME\001"
msgstr "" msgstr ""
#: plugin.py:101 #: plugin.py:105
#, docstring #, docstring
msgid "\001FINGER\001" msgid "\001FINGER\001"
msgstr "" msgstr ""
#: plugin.py:104 #: plugin.py:108
msgid "Supybot, the best Python IRC bot in existence!" msgid "Supybot, the best Python IRC bot in existence!"
msgstr "" msgstr ""
#: plugin.py:107 #: plugin.py:111
#, docstring #, docstring
msgid "\001SOURCE\001" msgid "\001SOURCE\001"
msgstr "" msgstr ""
#: plugin.py:123 #: plugin.py:127
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [--nicks]\n" "[<channel>] [--nicks]\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-06-28 19:40+CEST\n" "POT-Creation-Date: 2011-06-28 19:40+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-06-28 19:40+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -36,7 +36,7 @@ msgid ""
" will use all dictionaries to define words." " will use all dictionaries to define words."
msgstr "" msgstr ""
#: plugin.py:54 #: plugin.py:49
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -45,7 +45,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:70 #: plugin.py:65
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -54,7 +54,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:85 #: plugin.py:80
#, docstring #, docstring
msgid "" msgid ""
"[<dictionary>] <word>\n" "[<dictionary>] <word>\n"
@ -64,23 +64,23 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:108 #: plugin.py:103
msgid "You must give a word to define." msgid "You must give a word to define."
msgstr "" msgstr ""
#: plugin.py:114 #: plugin.py:109
msgid "No definition for %q could be found." msgid "No definition for %q could be found."
msgstr "" msgstr ""
#: plugin.py:117 #: plugin.py:112
msgid "No definition for %q could be found in %s" msgid "No definition for %q could be found in %s"
msgstr "" msgstr ""
#: plugin.py:129 #: plugin.py:124
msgid "%L responded: %s" msgid "%L responded: %s"
msgstr "" msgstr ""
#: plugin.py:136 #: plugin.py:131
#, docstring #, docstring
msgid "" msgid ""
"<word> [<word> ...]\n" "<word> [<word> ...]\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 10:48+CEST\n" "POT-Creation-Date: 2010-10-17 10:48+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-06-28 19:40+CEST\n" "POT-Creation-Date: 2011-06-28 19:40+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -39,7 +39,7 @@ msgid ""
" in a word before it will be shrunken by the shrink command/filter." " in a word before it will be shrunken by the shrink command/filter."
msgstr "" msgstr ""
#: plugin.py:50 #: plugin.py:52
#, docstring #, docstring
msgid "" msgid ""
"This plugin offers several commands which transform text in some way.\n" "This plugin offers several commands which transform text in some way.\n"
@ -49,7 +49,7 @@ msgid ""
" Not very useful, but definitely quite fun :)" " Not very useful, but definitely quite fun :)"
msgstr "" msgstr ""
#: plugin.py:84 #: plugin.py:86
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<command>]\n" "[<channel>] [<command>]\n"
@ -60,11 +60,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:97 #: plugin.py:99
msgid "That's not a valid filter command." msgid "That's not a valid filter command."
msgstr "" msgstr ""
#: plugin.py:107 #: plugin.py:110
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -75,7 +75,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:119 #: plugin.py:121
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -84,7 +84,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:129 #: plugin.py:131
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -93,7 +93,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:142 #: plugin.py:144
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -102,7 +102,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:168 #: plugin.py:169
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -112,7 +112,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:179 #: plugin.py:183
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -122,7 +122,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:189 #: plugin.py:194
#, docstring #, docstring
msgid "" msgid ""
"<hexstring>\n" "<hexstring>\n"
@ -132,11 +132,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:197 #: plugin.py:203
msgid "Invalid input." msgid "Invalid input."
msgstr "" msgstr ""
#: plugin.py:202 #: plugin.py:209
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -147,7 +147,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:213 #: plugin.py:222
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -156,7 +156,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:244 #: plugin.py:254
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -165,7 +165,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:264 #: plugin.py:274
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -174,7 +174,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:280 #: plugin.py:290
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -184,7 +184,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:345 #: plugin.py:355
#, docstring #, docstring
msgid "" msgid ""
"<Morse code text>\n" "<Morse code text>\n"
@ -193,7 +193,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:362 #: plugin.py:372
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -202,7 +202,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:374 #: plugin.py:384
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -211,7 +211,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:391 #: plugin.py:402
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -220,7 +220,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:401 #: plugin.py:412
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -229,7 +229,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:412 #: plugin.py:427
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -238,7 +238,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:421 #: plugin.py:436
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -247,7 +247,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:448 #: plugin.py:463
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -256,279 +256,279 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:544 #: plugin.py:559
msgid "ay" msgid "ay"
msgstr "" msgstr ""
#: plugin.py:544 #: plugin.py:559
msgid "bee" msgid "bee"
msgstr "" msgstr ""
#: plugin.py:544 #: plugin.py:559
msgid "dee" msgid "dee"
msgstr "" msgstr ""
#: plugin.py:544 #: plugin.py:559
msgid "see" msgid "see"
msgstr "" msgstr ""
#: plugin.py:545 #: plugin.py:560
msgid "aych" msgid "aych"
msgstr "" msgstr ""
#: plugin.py:545 #: plugin.py:560
msgid "ee" msgid "ee"
msgstr "" msgstr ""
#: plugin.py:545 #: plugin.py:560
msgid "eff" msgid "eff"
msgstr "" msgstr ""
#: plugin.py:545 #: plugin.py:560
msgid "gee" msgid "gee"
msgstr "" msgstr ""
#: plugin.py:546 #: plugin.py:561
msgid "ell" msgid "ell"
msgstr "" msgstr ""
#: plugin.py:546 #: plugin.py:561
msgid "eye" msgid "eye"
msgstr "" msgstr ""
#: plugin.py:546 #: plugin.py:561
msgid "jay" msgid "jay"
msgstr "" msgstr ""
#: plugin.py:546 #: plugin.py:561
msgid "kay" msgid "kay"
msgstr "" msgstr ""
#: plugin.py:547 #: plugin.py:562
msgid "cue" msgid "cue"
msgstr "" msgstr ""
#: plugin.py:547 #: plugin.py:562
msgid "em" msgid "em"
msgstr "" msgstr ""
#: plugin.py:547 #: plugin.py:562
msgid "en" msgid "en"
msgstr "" msgstr ""
#: plugin.py:547 #: plugin.py:562
msgid "oh" msgid "oh"
msgstr "" msgstr ""
#: plugin.py:547 #: plugin.py:562
msgid "pee" msgid "pee"
msgstr "" msgstr ""
#: plugin.py:548 #: plugin.py:563
msgid "arr" msgid "arr"
msgstr "" msgstr ""
#: plugin.py:548 #: plugin.py:563
msgid "ess" msgid "ess"
msgstr "" msgstr ""
#: plugin.py:548 #: plugin.py:563
msgid "tee" msgid "tee"
msgstr "" msgstr ""
#: plugin.py:548 #: plugin.py:563
msgid "you" msgid "you"
msgstr "" msgstr ""
#: plugin.py:549 #: plugin.py:564
msgid "double-you" msgid "double-you"
msgstr "" msgstr ""
#: plugin.py:549 #: plugin.py:564
msgid "ecks" msgid "ecks"
msgstr "" msgstr ""
#: plugin.py:549 #: plugin.py:564
msgid "vee" msgid "vee"
msgstr "" msgstr ""
#: plugin.py:549 #: plugin.py:564
msgid "why" msgid "why"
msgstr "" msgstr ""
#: plugin.py:550 #: plugin.py:565
msgid "zee" msgid "zee"
msgstr "" msgstr ""
#: plugin.py:555 #: plugin.py:570
msgid "exclamation point" msgid "exclamation point"
msgstr "" msgstr ""
#: plugin.py:556 #: plugin.py:571
msgid "quote" msgid "quote"
msgstr "" msgstr ""
#: plugin.py:557 #: plugin.py:572
msgid "pound" msgid "pound"
msgstr "" msgstr ""
#: plugin.py:558 #: plugin.py:573
msgid "dollar sign" msgid "dollar sign"
msgstr "" msgstr ""
#: plugin.py:559 #: plugin.py:574
msgid "percent" msgid "percent"
msgstr "" msgstr ""
#: plugin.py:560 #: plugin.py:575
msgid "ampersand" msgid "ampersand"
msgstr "" msgstr ""
#: plugin.py:561 #: plugin.py:576
msgid "single quote" msgid "single quote"
msgstr "" msgstr ""
#: plugin.py:562 #: plugin.py:577
msgid "left paren" msgid "left paren"
msgstr "" msgstr ""
#: plugin.py:563 #: plugin.py:578
msgid "right paren" msgid "right paren"
msgstr "" msgstr ""
#: plugin.py:564 #: plugin.py:579
msgid "asterisk" msgid "asterisk"
msgstr "" msgstr ""
#: plugin.py:565 #: plugin.py:580
msgid "plus" msgid "plus"
msgstr "" msgstr ""
#: plugin.py:566 #: plugin.py:581
msgid "comma" msgid "comma"
msgstr "" msgstr ""
#: plugin.py:567 #: plugin.py:582
msgid "minus" msgid "minus"
msgstr "" msgstr ""
#: plugin.py:568 #: plugin.py:583
msgid "period" msgid "period"
msgstr "" msgstr ""
#: plugin.py:569 #: plugin.py:584
msgid "slash" msgid "slash"
msgstr "" msgstr ""
#: plugin.py:570 #: plugin.py:585
msgid "colon" msgid "colon"
msgstr "" msgstr ""
#: plugin.py:571 #: plugin.py:586
msgid "semicolon" msgid "semicolon"
msgstr "" msgstr ""
#: plugin.py:572 #: plugin.py:587
msgid "less than" msgid "less than"
msgstr "" msgstr ""
#: plugin.py:573 #: plugin.py:588
msgid "equals" msgid "equals"
msgstr "" msgstr ""
#: plugin.py:574 #: plugin.py:589
msgid "greater than" msgid "greater than"
msgstr "" msgstr ""
#: plugin.py:575 #: plugin.py:590
msgid "question mark" msgid "question mark"
msgstr "" msgstr ""
#: plugin.py:576 #: plugin.py:591
msgid "at" msgid "at"
msgstr "" msgstr ""
#: plugin.py:577 #: plugin.py:592
msgid "left bracket" msgid "left bracket"
msgstr "" msgstr ""
#: plugin.py:578 #: plugin.py:593
msgid "backslash" msgid "backslash"
msgstr "" msgstr ""
#: plugin.py:579 #: plugin.py:594
msgid "right bracket" msgid "right bracket"
msgstr "" msgstr ""
#: plugin.py:580 #: plugin.py:595
msgid "caret" msgid "caret"
msgstr "" msgstr ""
#: plugin.py:581 #: plugin.py:596
msgid "underscore" msgid "underscore"
msgstr "" msgstr ""
#: plugin.py:582 #: plugin.py:597
msgid "backtick" msgid "backtick"
msgstr "" msgstr ""
#: plugin.py:583 #: plugin.py:598
msgid "left brace" msgid "left brace"
msgstr "" msgstr ""
#: plugin.py:584 #: plugin.py:599
msgid "pipe" msgid "pipe"
msgstr "" msgstr ""
#: plugin.py:585 #: plugin.py:600
msgid "right brace" msgid "right brace"
msgstr "" msgstr ""
#: plugin.py:586 #: plugin.py:601
msgid "tilde" msgid "tilde"
msgstr "" msgstr ""
#: plugin.py:589 #: plugin.py:604
msgid "one" msgid "one"
msgstr "" msgstr ""
#: plugin.py:589 #: plugin.py:604
msgid "three" msgid "three"
msgstr "" msgstr ""
#: plugin.py:589 #: plugin.py:604
msgid "two" msgid "two"
msgstr "" msgstr ""
#: plugin.py:589 #: plugin.py:604
msgid "zero" msgid "zero"
msgstr "" msgstr ""
#: plugin.py:590 #: plugin.py:605
msgid "five" msgid "five"
msgstr "" msgstr ""
#: plugin.py:590 #: plugin.py:605
msgid "four" msgid "four"
msgstr "" msgstr ""
#: plugin.py:590 #: plugin.py:605
msgid "seven" msgid "seven"
msgstr "" msgstr ""
#: plugin.py:590 #: plugin.py:605
msgid "six" msgid "six"
msgstr "" msgstr ""
#: plugin.py:591 #: plugin.py:606
msgid "eight" msgid "eight"
msgstr "" msgstr ""
#: plugin.py:591 #: plugin.py:606
msgid "nine" msgid "nine"
msgstr "" msgstr ""
#: plugin.py:595 #: plugin.py:610
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -537,7 +537,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:625 #: plugin.py:640
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -546,7 +546,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:634 #: plugin.py:649
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -557,7 +557,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:653 #: plugin.py:668
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -566,7 +566,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:702 #: plugin.py:717
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-08-10 11:27+CEST\n" "POT-Creation-Date: 2011-08-10 11:27+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,7 +15,7 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: plugin.py:46 #: plugin.py:47
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -24,15 +24,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:51 #: plugin.py:52
msgid "heads" msgid "heads"
msgstr "" msgstr ""
#: plugin.py:53 #: plugin.py:54
msgid "tails" msgid "tails"
msgstr "" msgstr ""
#: plugin.py:58 #: plugin.py:59
#, docstring #, docstring
msgid "" msgid ""
"<dice>d<sides>\n" "<dice>d<sides>\n"
@ -43,35 +43,35 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:66 #: plugin.py:67
msgid "You can't roll more than 1000 dice." msgid "You can't roll more than 1000 dice."
msgstr "" msgstr ""
#: plugin.py:68 #: plugin.py:69
msgid "Dice can't have more than 100 sides." msgid "Dice can't have more than 100 sides."
msgstr "" msgstr ""
#: plugin.py:70 #: plugin.py:71
msgid "Dice can't have fewer than 3 sides." msgid "Dice can't have fewer than 3 sides."
msgstr "" msgstr ""
#: plugin.py:78 #: plugin.py:79
msgid "Dice must be of the form <dice>d<sides>" msgid "Dice must be of the form <dice>d<sides>"
msgstr "" msgstr ""
#: plugin.py:82 #: plugin.py:83
msgid "It is possible.|Yes!|Of course.|Naturally.|Obviously.|It shall be.|The outlook is good.|It is so.|One would be wise to think so.|The answer is certainly yes." msgid "It is possible.|Yes!|Of course.|Naturally.|Obviously.|It shall be.|The outlook is good.|It is so.|One would be wise to think so.|The answer is certainly yes."
msgstr "" msgstr ""
#: plugin.py:86 #: plugin.py:87
msgid "In your dreams.|I doubt it very much.|No chance.|The outlook is poor.|Unlikely.|About as likely as pigs flying.|You're kidding, right?|NO!|NO.|No.|The answer is a resounding no." msgid "In your dreams.|I doubt it very much.|No chance.|The outlook is poor.|Unlikely.|About as likely as pigs flying.|You're kidding, right?|NO!|NO.|No.|The answer is a resounding no."
msgstr "" msgstr ""
#: plugin.py:90 #: plugin.py:91
msgid "Maybe...|No clue.|_I_ don't know.|The outlook is hazy, please ask again later.|What are you asking me for?|Come again?|You know the answer better than I.|The answer is def-- oooh! shiny thing!" msgid "Maybe...|No clue.|_I_ don't know.|The outlook is hazy, please ask again later.|What are you asking me for?|Come again?|You know the answer better than I.|The answer is def-- oooh! shiny thing!"
msgstr "" msgstr ""
#: plugin.py:107 #: plugin.py:108
#, docstring #, docstring
msgid "" msgid ""
"[<question>]\n" "[<question>]\n"
@ -80,7 +80,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:121 #: plugin.py:122
#, docstring #, docstring
msgid "" msgid ""
"[spin]\n" "[spin]\n"
@ -90,23 +90,23 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:128 #: plugin.py:129
msgid "*SPIN* Are you feeling lucky?" msgid "*SPIN* Are you feeling lucky?"
msgstr "" msgstr ""
#: plugin.py:137 #: plugin.py:139
msgid "*BANG* Hey, who put a blank in here?!" msgid "*BANG* Hey, who put a blank in here?!"
msgstr "" msgstr ""
#: plugin.py:139 #: plugin.py:141
msgid "reloads and spins the chambers." msgid "reloads and spins the chambers."
msgstr "" msgstr ""
#: plugin.py:141 #: plugin.py:143
msgid "*click*" msgid "*click*"
msgstr "" msgstr ""
#: plugin.py:148 #: plugin.py:150
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -118,11 +118,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:167 #: plugin.py:169
msgid "Your current monologue is at least %n long." msgid "Your current monologue is at least %n long."
msgstr "" msgstr ""
#: plugin.py:168 #: plugin.py:170
msgid "line" msgid "line"
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-03 19:38+CET\n" "POT-Creation-Date: 2013-03-03 19:38+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -93,7 +93,7 @@ msgid ""
" 'off' - no filtering" " 'off' - no filtering"
msgstr "" msgstr ""
#: plugin.py:83 #: plugin.py:84
#, docstring #, docstring
msgid "" msgid ""
"Perform a search using Google's AJAX API.\n" "Perform a search using Google's AJAX API.\n"
@ -107,15 +107,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:122 plugin.py:188 #: plugin.py:123 plugin.py:189
msgid "We broke The Google!" msgid "We broke The Google!"
msgstr "" msgstr ""
#: plugin.py:147 #: plugin.py:148
msgid "No matches found." msgid "No matches found."
msgstr "" msgstr ""
#: plugin.py:155 #: plugin.py:156
#, docstring #, docstring
msgid "" msgid ""
"[--snippet] <search>\n" "[--snippet] <search>\n"
@ -125,11 +125,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:172 #: plugin.py:173
msgid "Google found nothing." msgid "Google found nothing."
msgstr "" msgstr ""
#: plugin.py:177 #: plugin.py:178
#, docstring #, docstring
msgid "" msgid ""
"<search> [--{filter,language} <value>]\n" "<search> [--{filter,language} <value>]\n"
@ -140,7 +140,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:205 #: plugin.py:206
#, docstring #, docstring
msgid "" msgid ""
"<url>\n" "<url>\n"
@ -149,11 +149,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:216 #: plugin.py:217
msgid "Google seems to have no cache for that site." msgid "Google seems to have no cache for that site."
msgstr "" msgstr ""
#: plugin.py:221 #: plugin.py:222
#, docstring #, docstring
msgid "" msgid ""
"<search string> <search string> [<search string> ...]\n" "<search string> <search string> [<search string> ...]\n"
@ -163,7 +163,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:244 #: plugin.py:245
#, docstring #, docstring
msgid "" msgid ""
"<source language> [to] <target language> <text>\n" "<source language> [to] <target language> <text>\n"
@ -173,12 +173,12 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:280 #: plugin.py:283
#, docstring #, docstring
msgid "^google\\s+(.*)$" msgid "^google\\s+(.*)$"
msgstr "" msgstr ""
#: plugin.py:311 #: plugin.py:310
#, docstring #, docstring
msgid "" msgid ""
"<expression>\n" "<expression>\n"
@ -187,11 +187,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:347 #: plugin.py:345
msgid "Google says: Error: %s."
msgstr ""
#: plugin.py:354
#, docstring #, docstring
msgid "" msgid ""
"<phone number>\n" "<phone number>\n"
@ -200,7 +196,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:371 #: plugin.py:362
msgid "Google's phonebook didn't come up with anything." msgid "Google's phonebook didn't come up with anything."
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 15:21+CEST\n" "POT-Creation-Date: 2010-10-17 15:21+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 15:20+CEST\n" "POT-Creation-Date: 2010-10-17 15:20+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,12 +15,12 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: plugin.py:42 #: plugin.py:43
#, docstring #, docstring
msgid "Add the help for \"@help Internet\" here." msgid "Add the help for \"@help Internet\" here."
msgstr "" msgstr ""
#: plugin.py:46 #: plugin.py:47
#, docstring #, docstring
msgid "" msgid ""
"<host|ip>\n" "<host|ip>\n"
@ -29,11 +29,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:53 plugin.py:60 plugin.py:64 #: plugin.py:54 plugin.py:62
msgid "Host not found." msgid "Host not found."
msgstr "" msgstr ""
#: plugin.py:76 #: plugin.py:74
#, docstring #, docstring
msgid "" msgid ""
"<domain>\n" "<domain>\n"
@ -42,39 +42,39 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:82 #: plugin.py:80
msgid "domain" msgid "domain"
msgstr "" msgstr ""
#: plugin.py:111 #: plugin.py:120
msgid "updated %s" msgid "updated %s"
msgstr "" msgstr ""
#: plugin.py:114 #: plugin.py:123
msgid "registered %s" msgid "registered %s"
msgstr "" msgstr ""
#: plugin.py:117 #: plugin.py:126
msgid "expires %s" msgid "expires %s"
msgstr "" msgstr ""
#: plugin.py:137 #: plugin.py:146
msgid " <registered at %s>" msgid " <registered at %s>"
msgstr "" msgstr ""
#: plugin.py:139 #: plugin.py:148
msgid " <registered by %s>" msgid " <registered by %s>"
msgstr "" msgstr ""
#: plugin.py:144 #: plugin.py:153
msgid "%s%s is %L." msgid "%s%s is %L."
msgstr "" msgstr ""
#: plugin.py:147 #: plugin.py:156
msgid "I couldn't find such a domain." msgid "I couldn't find such a domain."
msgstr "" msgstr ""
#: plugin.py:152 #: plugin.py:161
#, docstring #, docstring
msgid "" msgid ""
"<ip>\n" "<ip>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-08-10 11:27+CEST\n" "POT-Creation-Date: 2011-08-10 11:27+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 15:21+CEST\n" "POT-Creation-Date: 2010-10-17 15:21+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-08-10 11:28+CEST\n" "POT-Creation-Date: 2011-08-10 11:28+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -50,10 +50,6 @@ msgid ""
" Note plugin." " Note plugin."
msgstr "" msgstr ""
#: plugin.py:84
msgid "%s ago"
msgstr ""
#: plugin.py:86 #: plugin.py:86
msgid "just now" msgid "just now"
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 15:35+CEST\n" "POT-Creation-Date: 2010-10-17 15:35+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 15:35+CEST\n" "POT-Creation-Date: 2010-10-17 15:35+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,7 +15,7 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: plugin.py:52 #: plugin.py:55
#, docstring #, docstring
msgid "" msgid ""
"<fromBase> [<toBase>] <number>\n" "<fromBase> [<toBase>] <number>\n"
@ -25,23 +25,23 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:63 #: plugin.py:66
msgid "Invalid <number> for base %s: %s" msgid "Invalid <number> for base %s: %s"
msgstr "" msgstr ""
#: plugin.py:69 #: plugin.py:72
#, docstring #, docstring
msgid "Convert a decimal number to another base; returns a string." msgid "Convert a decimal number to another base; returns a string."
msgstr "" msgstr ""
#: plugin.py:90 #: plugin.py:93
#, docstring #, docstring
msgid "" msgid ""
"Convert a number from any base, 2 through 36, to any other\n" "Convert a number from any base, 2 through 36, to any other\n"
" base, 2 through 36. Returns a string." " base, 2 through 36. Returns a string."
msgstr "" msgstr ""
#: plugin.py:157 #: plugin.py:167
#, docstring #, docstring
msgid "" msgid ""
"<math expression>\n" "<math expression>\n"
@ -54,27 +54,31 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:166 plugin.py:220 #: plugin.py:178
msgid "There's no reason you should have fancy non-ASCII characters in your mathematical expression. Please remove them."
msgstr ""
#: plugin.py:183 plugin.py:237
msgid "There's really no reason why you should have underscores or brackets in your mathematical expression. Please remove them." msgid "There's really no reason why you should have underscores or brackets in your mathematical expression. Please remove them."
msgstr "" msgstr ""
#: plugin.py:172 plugin.py:228 #: plugin.py:189 plugin.py:245
msgid "You can't use lambda in this command." msgid "You can't use lambda in this command."
msgstr "" msgstr ""
#: plugin.py:202 plugin.py:236 #: plugin.py:219 plugin.py:253
msgid "The answer exceeded %s or so." msgid "The answer exceeded %s or so."
msgstr "" msgstr ""
#: plugin.py:204 plugin.py:238 #: plugin.py:221 plugin.py:255
msgid "Something in there wasn't a valid number." msgid "Something in there wasn't a valid number."
msgstr "" msgstr ""
#: plugin.py:206 plugin.py:240 #: plugin.py:223 plugin.py:257
msgid "%s is not a defined function." msgid "%s is not a defined function."
msgstr "" msgstr ""
#: plugin.py:213 #: plugin.py:230
#, docstring #, docstring
msgid "" msgid ""
"<math expression>\n" "<math expression>\n"
@ -85,7 +89,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:250 #: plugin.py:267
#, docstring #, docstring
msgid "" msgid ""
"<rpn math expression>\n" "<rpn math expression>\n"
@ -94,19 +98,19 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:275 #: plugin.py:292
msgid "Not enough arguments for %s" msgid "Not enough arguments for %s"
msgstr "" msgstr ""
#: plugin.py:288 #: plugin.py:305
msgid "%q is not a defined function." msgid "%q is not a defined function."
msgstr "" msgstr ""
#: plugin.py:295 #: plugin.py:312
msgid "Stack: [%s]" msgid "Stack: [%s]"
msgstr "" msgstr ""
#: plugin.py:299 #: plugin.py:316
#, docstring #, docstring
msgid "" msgid ""
"[<number>] <unit> to <other unit>\n" "[<number>] <unit> to <other unit>\n"
@ -116,7 +120,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:314 #: plugin.py:346
#, docstring #, docstring
msgid "" msgid ""
" [<type>]\n" " [<type>]\n"

View File

@ -4,7 +4,7 @@ msgstr ""
"POT-Creation-Date: 2013-03-02 19:04+CET\n" "POT-Creation-Date: 2013-03-02 19:04+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,70 +1,102 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2012-07-30 11:30+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: \n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Français\n"
"X-Poedit-Country: France\n"
"X-Poedit-SourceCharset: ASCII\n" "X-Poedit-SourceCharset: ASCII\n"
"X-Generator: Poedit 1.5.4\n"
#: config.py:45 #: config.py:45
msgid "" msgid ""
"Determines how many messages the bot\n"
" will issue when using the 'more' command."
msgstr ""
"Détermine combien de message le bot enverra lorsque lon utilise la commande "
 more »."
#: config.py:48
msgid ""
"Determines whether the bot will list private\n" "Determines whether the bot will list private\n"
" plugins with the list command if given the --private switch. If this is\n" " plugins with the list command if given the --private switch. If this "
"is\n"
" disabled, non-owner users should be unable to see what private plugins\n" " disabled, non-owner users should be unable to see what private plugins\n"
" are loaded." " are loaded."
msgstr "Détermine si le bot listera les plugins privés dans la commande 'list', si l'option --private est donné. Si cette variable est désactivée, les utilisateurs non-owner ne pourront pas voir quels plugins privés sont chargés." msgstr ""
"Détermine si le bot listera les plugins privés dans la commande 'list', si "
"l'option --private est donné. Si cette variable est désactivée, les "
"utilisateurs non-owner ne pourront pas voir quels plugins privés sont "
"chargés."
#: config.py:50 #: config.py:53
msgid "" msgid ""
"Determines whether the bot will list unloaded\n" "Determines whether the bot will list unloaded\n"
" plugins with the list command if given the --unloaded switch. If this is\n" " plugins with the list command if given the --unloaded switch. If this "
"is\n"
" disabled, non-owner users should be unable to see what unloaded plugins\n" " disabled, non-owner users should be unable to see what unloaded plugins\n"
" are available." " are available."
msgstr "Détermine si le bot listera les plugins déchargés dans la commande 'list', si l'option --unloaded est donné. Si cette variable est désactivée, les utilisateurs non-owner ne pourront pas voir quels plugins déchargés sont présents." msgstr ""
"Détermine si le bot listera les plugins déchargés dans la commande 'list', "
"si l'option --unloaded est donné. Si cette variable est désactivée, les "
"utilisateurs non-owner ne pourront pas voir quels plugins déchargés sont "
"présents."
#: config.py:55 #: config.py:58
msgid "" msgid ""
"Determines the format string for\n" "Determines the format string for\n"
" timestamps in the Misc.last command. Refer to the Python documentation\n" " timestamps in the Misc.last command. Refer to the Python documentation\n"
" for the time module to see what formats are accepted. If you set this\n" " for the time module to see what formats are accepted. If you set this\n"
" variable to the empty string, the timestamp will not be shown." " variable to the empty string, the timestamp will not be shown."
msgstr "Détermine la chaîne de formattage pour les timestamps de la commande Misc.last. Référez-vous à la documentation de Python sur le module 'time' pour voir quels formats sont acceptés. Si vous définissez cette variable pour être une chaîne vide, le timestamp ne sera pas affiché." msgstr ""
"Détermine la chaîne de formattage pour les timestamps de la commande Misc."
"last. Référez-vous à la documentation de Python sur le module 'time' pour "
"voir quels formats sont acceptés. Si vous définissez cette variable pour "
"être une chaîne vide, le timestamp ne sera pas affiché."
#: config.py:62 #: config.py:65
msgid "" msgid ""
"Determines whether or not\n" "Determines whether or not\n"
" the timestamp will be included in the output of last when it is part of a\n" " the timestamp will be included in the output of last when it is part of "
"a\n"
" nested command" " nested command"
msgstr "Détermine si le timestamp sera inclu dans la sortie de 'last' lorsqu'il est dans une commande imbriquée." msgstr ""
"Détermine si le timestamp sera inclu dans la sortie de 'last' lorsqu'il est "
"dans une commande imbriquée."
#: config.py:66 #: config.py:69
msgid "" msgid ""
"Determines whether or not the\n" "Determines whether or not the\n"
" nick will be included in the output of last when it is part of a nested\n" " nick will be included in the output of last when it is part of a nested\n"
" command" " command"
msgstr "Détermine si le nick est inclu dans la sortie de 'last' lorsqu'il est dans une commande imbriquée." msgstr ""
"Détermine si le nick est inclu dans la sortie de 'last' lorsqu'il est dans "
"une commande imbriquée."
#: plugin.py:105 #: plugin.py:112
msgid "You've given me %s invalid commands within the last minute; I'm now ignoring you for %s." msgid ""
msgstr "Vous m'avez donné %s commandes invalides dans la dernière minute, je vous ignore maitenant pendant %s." "You've given me %s invalid commands within the last %i seconds; I'm now "
"ignoring you for %s."
msgstr ""
"Vous m'avez donné %s commandes invalides durant les %i dernières secondes, "
"je vous ignore maintenant pendant %s."
#: plugin.py:144 #: plugin.py:154
msgid "The %q plugin is loaded, but there is no command named %q in it. Try \"list %s\" to see the commands in the %q plugin." msgid ""
msgstr "Le plugin %q est chargé, mais il n'a pas de commande appelée %q. Essayez \"list %s\" pour voir les commandes dans le plugin %q." "The %q plugin is loaded, but there is no command named %q in it. Try \"list "
"%s\" to see the commands in the %q plugin."
msgstr ""
"Le plugin %q est chargé, mais il n'a pas de commande appelée %q. Essayez "
"\"list %s\" pour voir les commandes dans le plugin %q."
#: plugin.py:150 #: plugin.py:160 plugin.py:163
#: plugin.py:153
msgid "command" msgid "command"
msgstr "commande" msgstr "commande"
#: plugin.py:170 #: plugin.py:180
msgid "" msgid ""
"[--private] [--unloaded] [<plugin>]\n" "[--private] [--unloaded] [<plugin>]\n"
"\n" "\n"
@ -76,25 +108,36 @@ msgid ""
msgstr "" msgstr ""
"[--private] [--unloaded] [<plugin>]\n" "[--private] [--unloaded] [<plugin>]\n"
"\n" "\n"
"Liste les commandes disponibles dans le plugin donné. Si aucun plugin n'est donné, liste les plugins publics. Si --private est donné, il liste les plugins privés. Si --unloaded est donné, il liste les plugins disponibles qui ne sont pas chargés." "Liste les commandes disponibles dans le plugin donné. Si aucun plugin n'est "
"donné, liste les plugins publics. Si --private est donné, il liste les "
"plugins privés. Si --unloaded est donné, il liste les plugins disponibles "
"qui ne sont pas chargés."
#: plugin.py:191 #: plugin.py:201
msgid "--private and --unloaded are uncompatible options." msgid "--private and --unloaded are uncompatible options."
msgstr "--private et --unloaded ne sont pas des options compatibles." msgstr "--private et --unloaded ne sont pas des options compatibles."
#: plugin.py:222 #: plugin.py:232
msgid "There are no private plugins." msgid "There are no private plugins."
msgstr "Il n'y a pas de plugin privé." msgstr "Il n'y a pas de plugin privé."
#: plugin.py:224 #: plugin.py:234
msgid "There are no public plugins." msgid "There are no public plugins."
msgstr "Il n'y a pas de plugin privé." msgstr "Il n'y a pas de plugin privé."
#: plugin.py:231 #: plugin.py:241
msgid "That plugin exists, but has no commands. This probably means that it has some configuration variables that can be changed in order to modify its behavior. Try \"config list supybot.plugins.%s\" to see what configuration variables it has." msgid ""
msgstr "Ce plugin existe, mais n'a pas de commande. Cela signifie probablement qu'il a des variables de configuration qui peuvent être changés pour modifier son comportement. Essayez \"config list supybot.plugins.%s\" pour voir quelles variables de configuration il a." "That plugin exists, but has no commands. This probably means that it has "
"some configuration variables that can be changed in order to modify its "
"behavior. Try \"config list supybot.plugins.%s\" to see what configuration "
"variables it has."
msgstr ""
"Ce plugin existe, mais n'a pas de commande. Cela signifie probablement qu'il "
"a des variables de configuration qui peuvent être changés pour modifier son "
"comportement. Essayez \"config list supybot.plugins.%s\" pour voir quelles "
"variables de configuration il a."
#: plugin.py:243 #: plugin.py:253
msgid "" msgid ""
"<string>\n" "<string>\n"
"\n" "\n"
@ -104,33 +147,45 @@ msgid ""
msgstr "" msgstr ""
"<chaîne>\n" "<chaîne>\n"
"\n" "\n"
"Recherche la <chaîne> dans les commandes actuellement fournies par le bot et retourne une list des commandes contenant cette chaîne." "Recherche la <chaîne> dans les commandes actuellement fournies par le bot et "
"retourne une list des commandes contenant cette chaîne."
#: plugin.py:262 #: plugin.py:272
msgid "No appropriate commands were found." msgid "No appropriate commands were found."
msgstr "Aucune commande appropriée n'a été trouvée." msgstr "Aucune commande appropriée n'a été trouvée."
#: plugin.py:267 #: plugin.py:277
msgid "" msgid ""
"[<plugin>] [<command>]\n" "[<plugin>] [<command>]\n"
"\n" "\n"
" This command gives a useful description of what <command> does.\n" " This command gives a useful description of what <command> does.\n"
" <plugin> is only necessary if the command is in more than one plugin.\n" " <plugin> is only necessary if the command is in more than one "
"plugin.\n"
"\n"
" You may also want to use the 'list' command to list all available\n"
" plugins and commands.\n"
" " " "
msgstr "" msgstr ""
"[<plugin>] [<commande>]\n" "[<plugin>] [<commande>]\n"
"\n" "\n"
"Cette commande donne une description utile de ce que fait la <commande>. <plugin> n'est nécessaire que si la commande est présente dans plus d'un plugin." "Cette commande donne une description utile de ce que fait la <commande>. "
"<plugin> n'est nécessaire que si la commande est présente dans plus d'un "
"plugin.Il se peut que vous vouliez utiliser la commande « list » pour lister "
"tous les plugins et commandes disponibles."
#: plugin.py:277 #: plugin.py:290
msgid "That command exists in the %L plugins. Please specify exactly which plugin command you want help with." msgid ""
msgstr "Cette commande existe dans les plugins %L. Veuillez spécifier dans quel plugin se trouve la commande pour laquelle vous cherchez de l'aide." "That command exists in the %L plugins. Please specify exactly which plugin "
"command you want help with."
msgstr ""
"Cette commande existe dans les plugins %L. Veuillez spécifier dans quel "
"plugin se trouve la commande pour laquelle vous cherchez de l'aide."
#: plugin.py:284 #: plugin.py:297
msgid "There is no command %q." msgid "There is no command %q."
msgstr "Il n'y a pas de commande %q." msgstr "Il n'y a pas de commande %q."
#: plugin.py:290 #: plugin.py:303
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
"\n" "\n"
@ -141,23 +196,26 @@ msgstr ""
"\n" "\n"
"Retourne la version actuelle du bot" "Retourne la version actuelle du bot"
#: plugin.py:306 #: plugin.py:320
msgid "The newest versions available online are %s." msgid "The newest versions available online are %s."
msgstr "Les dernières versions disponibles en ligne sont %s." msgstr "Les dernières versions disponibles en ligne sont %s."
#: plugin.py:307 #: plugin.py:321
msgid "%s (in %s)" msgid "%s (in %s)"
msgstr "%s (dans %s)" msgstr "%s (dans %s)"
#: plugin.py:311 #: plugin.py:325
msgid "I couldn't fetch the newest version from the Limnoria repository." msgid "I couldn't fetch the newest version from the Limnoria repository."
msgstr "Je ne peux récupérer la dernière version sur le dépôt de Limnoria." msgstr "Je ne peux récupérer la dernière version sur le dépôt de Limnoria."
#: plugin.py:313 #: plugin.py:327
msgid "The current (running) version of this Supybot is %s. %s" msgid ""
msgstr "La version de ce Supybot est %s. %s" "The current (running) version of this Supybot is %s, running on Python %s. "
"%s"
msgstr ""
"La version actuelle de ce Supybot est %s, fonctionnant sur Python %s. %s"
#: plugin.py:320 #: plugin.py:335
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
"\n" "\n"
@ -168,74 +226,116 @@ msgstr ""
"\n" "\n"
"Retourne une URL disant où trouver Limnoria." "Retourne une URL disant où trouver Limnoria."
#: plugin.py:324 #: plugin.py:339
msgid "My source is at https://github.com/ProgVal/Limnoria" msgid "My source is at https://github.com/ProgVal/Limnoria"
msgstr "Ma source est disponible sur https://github.com/ProgVal/Limnoria" msgstr "Ma source est disponible sur https://github.com/ProgVal/Limnoria"
#: plugin.py:329 #: plugin.py:344
msgid "" msgid ""
"[<nick>]\n" "[<nick>]\n"
"\n" "\n"
" If the last command was truncated due to IRC message length\n" " If the last command was truncated due to IRC message length\n"
" limitations, returns the next chunk of the result of the last command.\n" " limitations, returns the next chunk of the result of the last "
" If <nick> is given, it takes the continuation of the last command from\n" "command.\n"
" If <nick> is given, it takes the continuation of the last command "
"from\n"
" <nick> instead of the person sending this message.\n" " <nick> instead of the person sending this message.\n"
" " " "
msgstr "" msgstr ""
"[<nick>]\n" "[<nick>]\n"
"\n" "\n"
"Si la dernière commande était tronquée par les limitations de taille des messages sur IRC, retourne le morceau suivant résultant de la dernière commande. Si le <nick> est donné, continue la dernière commande du <nick> plutôt que de la personne envoyant ce message." "Si la dernière commande était tronquée par les limitations de taille des "
"messages sur IRC, retourne le morceau suivant résultant de la dernière "
"commande. Si le <nick> est donné, continue la dernière commande du <nick> "
"plutôt que de la personne envoyant ce message."
#: plugin.py:343 #: plugin.py:358
msgid "%s has no public mores." msgid "%s has no public mores."
msgstr "%s n'a pas de 'more' public." msgstr "%s n'a pas de 'more' public."
#: plugin.py:346 #: plugin.py:361
msgid "Sorry, I can't find any mores for %s" msgid "Sorry, I can't find any mores for %s"
msgstr "Désolé, je ne peux trouver de 'more' pour %s" msgstr "Désolé, je ne peux trouver de 'more' pour %s"
#: plugin.py:353 #: plugin.py:369
msgid "1 more message" msgid "1 more message"
msgstr "1 autre message" msgstr "1 autre message"
#: plugin.py:355 #: plugin.py:371
msgid "%i more messages" msgid "%i more messages"
msgstr "%i autres messages" msgstr "%i autres messages"
#: plugin.py:359 #: plugin.py:375
msgid "You haven't asked me a command; perhaps you want to see someone else's more. To do so, call this command with that person's nick." msgid ""
msgstr "Vous ne m'avez donné aucune commande. Peut-être que vous voulez voir celle de quelqu'un d'autre. Pour cela, appelez cette commande en ajoutant le nick de cette personne." "You haven't asked me a command; perhaps you want to see someone else's "
"more. To do so, call this command with that person's nick."
msgstr ""
"Vous ne m'avez donné aucune commande. Peut-être que vous voulez voir celle "
"de quelqu'un d'autre. Pour cela, appelez cette commande en ajoutant le nick "
"de cette personne."
#: plugin.py:363 #: plugin.py:379
msgid "That's all, there is no more." msgid "That's all, there is no more."
msgstr "C'est tout, il n'y a plus de 'more'" msgstr "C'est tout, il n'y a plus de 'more'"
#: plugin.py:373 #: plugin.py:389
msgid "" msgid ""
"[--{from,in,on,with,without,regexp} <value>] [--nolimit]\n" "[--{from,in,on,with,without,regexp} <value>] [--nolimit]\n"
"\n" "\n"
" Returns the last message matching the given criteria. --from requires\n" " Returns the last message matching the given criteria. --from "
" a nick from whom the message came; --in requires a channel the message\n" "requires\n"
" was sent to; --on requires a network the message was sent on; --with\n" " a nick from whom the message came; --in requires a channel the "
" requires some string that had to be in the message; --regexp requires\n" "message\n"
" was sent to; --on requires a network the message was sent on; --"
"with\n"
" requires some string that had to be in the message; --regexp "
"requires\n"
" a regular expression the message must match; --nolimit returns all\n" " a regular expression the message must match; --nolimit returns all\n"
" the messages that can be found. By default, the channel this command is\n" " the messages that can be found. By default, the channel this "
"command is\n"
" given in is searched.\n" " given in is searched.\n"
" " " "
msgstr "" msgstr ""
"[--{from,in,on,with,without,regexp} <valeur>] [--nolimit]\n" "[--{from,in,on,with,without,regexp} <valeur>] [--nolimit]\n"
"\n" "\n"
"Retourne le dernier message correspondant aux critères donnés. --from requiert le nick de la personne qui a envoyé le message ; --in requiert le canal sur lequel a été envoyé le message ; --with requiert une chaîne qui doit être dans le message --regexp requiert une expression régulière à laquelle le message doit correspondre ; --nolimit retourne tous les messages qui peuvent être trouvés. Par défaut, recherche dans les logs du canal sur lequel est envoyée cette commande." "Retourne le dernier message correspondant aux critères donnés. --from "
"requiert le nick de la personne qui a envoyé le message ; --in requiert le "
"canal sur lequel a été envoyé le message ; --with requiert une chaîne qui "
"doit être dans le message --regexp requiert une expression régulière à "
"laquelle le message doit correspondre ; --nolimit retourne tous les messages "
"qui peuvent être trouvés. Par défaut, recherche dans les logs du canal sur "
"lequel est envoyée cette commande."
#: plugin.py:475 #: plugin.py:484
msgid "The regular expression timed out." msgid "The regular expression timed out."
msgstr "L'expression régulière a pris trop de temps à être évaluée." msgstr "L'expression régulière a pris trop de temps à être évaluée."
#: plugin.py:488 #: plugin.py:497
msgid "I couldn't find a message matching that criteria in my history of %s messages." msgid ""
msgstr "Je ne peux trouver de message correspondant à ce critère dans mon historique de %s messages." "I couldn't find a message matching that criteria in my history of %s "
"messages."
msgstr ""
"Je ne peux trouver de message correspondant à ce critère dans mon historique "
"de %s messages."
#: plugin.py:503 #: plugin.py:516
msgid "Hey, just give the command. No need for the tell."
msgstr ""
"Oh, contentes-toi de me donner la commande. Pas besoin d'utiliser 'tell'."
#: plugin.py:521
msgid "You just told me, why should I tell myself?"
msgstr "Vous venez de me le dire, pourquoi devrais-je me le dire moi-même ?"
#: plugin.py:526
msgid "I haven't seen %s, I'll let you do the telling."
msgstr "Je n'ai pas vu %s, je vous laisse lui dire."
#: plugin.py:531
msgid "%s wants me to tell you: %s"
msgstr "%s veut que je vous dise : %s"
#: plugin.py:537
msgid "" msgid ""
"<nick> <text>\n" "<nick> <text>\n"
"\n" "\n"
@ -247,23 +347,20 @@ msgstr ""
"\n" "\n"
"Dit le <texte> au <nick>. Utile si vous utilisez des commandes imbriquées." "Dit le <texte> au <nick>. Utile si vous utilisez des commandes imbriquées."
#: plugin.py:513 #: plugin.py:547
msgid "Hey, just give the command. No need for the tell." msgid ""
msgstr "Oh, contentes-toi de me donner la commande. Pas besoin d'utiliser 'tell'." "<nick> <text>\n"
"\n"
" Tells the <nick> whatever <text> is, in a notice. Use nested\n"
" commands to your benefit here.\n"
" "
msgstr ""
"<nick> <texte>\n"
"\n"
"Dit le <texte> à <nick>, dans une notice. Utile si vous utilisez des "
"commandes imbriquées."
#: plugin.py:518 #: plugin.py:557
msgid "You just told me, why should I tell myself?"
msgstr "Vous venez de me le dire, pourquoi devrais-je me le dire moi-même ?"
#: plugin.py:523
msgid "I haven't seen %s, I'll let you do the telling."
msgstr "Je n'ai pas vu %s, je vous laisse lui dire."
#: plugin.py:528
msgid "%s wants me to tell you: %s"
msgstr "%s veut que je vous dise : %s"
#: plugin.py:535
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
"\n" "\n"
@ -274,26 +371,27 @@ msgstr ""
"\n" "\n"
"Vérifie si le bot est encore en vie." "Vérifie si le bot est encore en vie."
#: plugin.py:539 #: plugin.py:561
msgid "pong" msgid "pong"
msgstr "pong" msgstr "pong"
#: plugin.py:543 #: plugin.py:565
msgid "" msgid ""
"[<channel>] <beginning> [--match-case]\n" "[<channel>] <beginning> [--match-case]\n"
"\n" "\n"
" Returns the nick of someone on the channel whose nick begins with the\n" " Returns the nick of someone on the channel whose nick begins with "
"the\n"
" given <beginning>.\n" " given <beginning>.\n"
" <channel> defaults to the current channel." " <channel> defaults to the current channel."
msgstr "" msgstr ""
"[<canal>] <lettres> [--match-case]\n" "[<canal>] <lettres> [--match-case]\n"
"Retourne le nick de quelqu'un dans le salon dont le nick commence par les <lettres> indiquées. <channel> correspond par défaut au salon actuel." "Retourne le nick de quelqu'un dans le salon dont le nick commence par les "
"<lettres> indiquées. <channel> correspond par défaut au salon actuel."
#: plugin.py:549 #: plugin.py:571
msgid "I'm not even in %s." msgid "I'm not even in %s."
msgstr "Je ne suis pas dans %s." msgstr "Je ne suis pas dans %s."
#: plugin.py:561 #: plugin.py:583
msgid "No such nick." msgid "No such nick."
msgstr "Ce nick n'existe pas." msgstr "Ce nick n'existe pas."

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -143,23 +143,23 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:318 #: plugin.py:320
msgid "The newest versions available online are %s." msgid "The newest versions available online are %s."
msgstr "" msgstr ""
#: plugin.py:319 #: plugin.py:321
msgid "%s (in %s)" msgid "%s (in %s)"
msgstr "" msgstr ""
#: plugin.py:323 #: plugin.py:325
msgid "I couldn't fetch the newest version from the Limnoria repository." msgid "I couldn't fetch the newest version from the Limnoria repository."
msgstr "" msgstr ""
#: plugin.py:325 #: plugin.py:327
msgid "The current (running) version of this Supybot is %s, running on Python %s. %s" msgid "The current (running) version of this Supybot is %s, running on Python %s. %s"
msgstr "" msgstr ""
#: plugin.py:333 #: plugin.py:335
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -168,11 +168,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:337 #: plugin.py:339
msgid "My source is at https://github.com/ProgVal/Limnoria" msgid "My source is at https://github.com/ProgVal/Limnoria"
msgstr "" msgstr ""
#: plugin.py:342 #: plugin.py:344
#, docstring #, docstring
msgid "" msgid ""
"[<nick>]\n" "[<nick>]\n"
@ -184,31 +184,31 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:356 #: plugin.py:358
msgid "%s has no public mores." msgid "%s has no public mores."
msgstr "" msgstr ""
#: plugin.py:359 #: plugin.py:361
msgid "Sorry, I can't find any mores for %s" msgid "Sorry, I can't find any mores for %s"
msgstr "" msgstr ""
#: plugin.py:367 #: plugin.py:369
msgid "1 more message" msgid "1 more message"
msgstr "" msgstr ""
#: plugin.py:369 #: plugin.py:371
msgid "%i more messages" msgid "%i more messages"
msgstr "" msgstr ""
#: plugin.py:373 #: plugin.py:375
msgid "You haven't asked me a command; perhaps you want to see someone else's more. To do so, call this command with that person's nick." msgid "You haven't asked me a command; perhaps you want to see someone else's more. To do so, call this command with that person's nick."
msgstr "" msgstr ""
#: plugin.py:377 #: plugin.py:379
msgid "That's all, there is no more." msgid "That's all, there is no more."
msgstr "" msgstr ""
#: plugin.py:387 #: plugin.py:389
#, docstring #, docstring
msgid "" msgid ""
"[--{from,in,on,with,without,regexp} <value>] [--nolimit]\n" "[--{from,in,on,with,without,regexp} <value>] [--nolimit]\n"
@ -223,15 +223,31 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:482 #: plugin.py:484
msgid "The regular expression timed out." msgid "The regular expression timed out."
msgstr "" msgstr ""
#: plugin.py:495 #: plugin.py:497
msgid "I couldn't find a message matching that criteria in my history of %s messages." msgid "I couldn't find a message matching that criteria in my history of %s messages."
msgstr "" msgstr ""
#: plugin.py:510 #: plugin.py:516
msgid "Hey, just give the command. No need for the tell."
msgstr ""
#: plugin.py:521
msgid "You just told me, why should I tell myself?"
msgstr ""
#: plugin.py:526
msgid "I haven't seen %s, I'll let you do the telling."
msgstr ""
#: plugin.py:531
msgid "%s wants me to tell you: %s"
msgstr ""
#: plugin.py:537
#, docstring #, docstring
msgid "" msgid ""
"<nick> <text>\n" "<nick> <text>\n"
@ -241,23 +257,17 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:520 #: plugin.py:547
msgid "Hey, just give the command. No need for the tell." #, docstring
msgid ""
"<nick> <text>\n"
"\n"
" Tells the <nick> whatever <text> is, in a notice. Use nested\n"
" commands to your benefit here.\n"
" "
msgstr "" msgstr ""
#: plugin.py:525 #: plugin.py:557
msgid "You just told me, why should I tell myself?"
msgstr ""
#: plugin.py:530
msgid "I haven't seen %s, I'll let you do the telling."
msgstr ""
#: plugin.py:535
msgid "%s wants me to tell you: %s"
msgstr ""
#: plugin.py:542
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -266,11 +276,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:546 #: plugin.py:561
msgid "pong" msgid "pong"
msgstr "" msgstr ""
#: plugin.py:550 #: plugin.py:565
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <beginning> [--match-case]\n" "[<channel>] <beginning> [--match-case]\n"
@ -280,11 +290,11 @@ msgid ""
" <channel> defaults to the current channel." " <channel> defaults to the current channel."
msgstr "" msgstr ""
#: plugin.py:556 #: plugin.py:571
msgid "I'm not even in %s." msgid "I'm not even in %s."
msgstr "" msgstr ""
#: plugin.py:568 #: plugin.py:583
msgid "No such nick." msgid "No such nick."
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-02 19:04+CET\n" "POT-Creation-Date: 2013-03-02 19:04+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -28,38 +28,38 @@ msgid ""
" when the 'most' command is called." " when the 'most' command is called."
msgstr "" msgstr ""
#: plugin.py:289 #: plugin.py:285
#, docstring #, docstring
msgid "" msgid ""
"Add the help for \"@help MoobotFactoids\" here (assuming you don't implement a MoobotFactoids\n" "Add the help for \"@help MoobotFactoids\" here (assuming you don't implement a MoobotFactoids\n"
" command). This should describe *how* to use this plugin." " command). This should describe *how* to use this plugin."
msgstr "" msgstr ""
#: plugin.py:346 #: plugin.py:342
msgid "%s is %s" msgid "%s is %s"
msgstr "" msgstr ""
#: plugin.py:365 #: plugin.py:361
msgid "Factoid %q is locked." msgid "Factoid %q is locked."
msgstr "" msgstr ""
#: plugin.py:372 #: plugin.py:368
msgid "Factoid %q not found." msgid "Factoid %q not found."
msgstr "" msgstr ""
#: plugin.py:382 #: plugin.py:378
msgid "Missing an 'is' or '_is_'." msgid "Missing an 'is' or '_is_'."
msgstr "" msgstr ""
#: plugin.py:398 #: plugin.py:394
msgid "Factoid %q already exists." msgid "Factoid %q already exists."
msgstr "" msgstr ""
#: plugin.py:432 #: plugin.py:428
msgid "%s, or %s" msgid "%s, or %s"
msgstr "" msgstr ""
#: plugin.py:453 #: plugin.py:449
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <factoid key>\n" "[<channel>] <factoid key>\n"
@ -70,7 +70,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:466 #: plugin.py:462
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <factoid key>\n" "[<channel>] <factoid key>\n"
@ -81,39 +81,39 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:477 plugin.py:517 #: plugin.py:473 plugin.py:513
msgid "No such factoid: %q" msgid "No such factoid: %q"
msgstr "" msgstr ""
#: plugin.py:486 #: plugin.py:482
msgid "Created by %s on %s." msgid "Created by %s on %s."
msgstr "" msgstr ""
#: plugin.py:492 #: plugin.py:488
msgid " Last modified by %s on %s." msgid " Last modified by %s on %s."
msgstr "" msgstr ""
#: plugin.py:500 #: plugin.py:496
msgid " Last requested by %s on %s, requested %n." msgid " Last requested by %s on %s, requested %n."
msgstr "" msgstr ""
#: plugin.py:507 #: plugin.py:503
msgid " Locked by %s on %s." msgid " Locked by %s on %s."
msgstr "" msgstr ""
#: plugin.py:522 #: plugin.py:518
msgid "Factoid %q is already locked." msgid "Factoid %q is already locked."
msgstr "" msgstr ""
#: plugin.py:525 #: plugin.py:521
msgid "Factoid %q is not locked." msgid "Factoid %q is not locked."
msgstr "" msgstr ""
#: plugin.py:535 #: plugin.py:531
msgid "Cannot %s someone else's factoid unless you are an admin." msgid "Cannot %s someone else's factoid unless you are an admin."
msgstr "" msgstr ""
#: plugin.py:547 #: plugin.py:543
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <factoid key>\n" "[<channel>] <factoid key>\n"
@ -124,7 +124,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:558 #: plugin.py:554
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <factoid key>\n" "[<channel>] <factoid key>\n"
@ -135,7 +135,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:569 #: plugin.py:565
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] {popular|authored|recent}\n" "[<channel>] {popular|authored|recent}\n"
@ -148,51 +148,51 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:591 #: plugin.py:587
msgid "author" msgid "author"
msgstr "" msgstr ""
#: plugin.py:593 #: plugin.py:589
msgid "authors" msgid "authors"
msgstr "" msgstr ""
#: plugin.py:594 #: plugin.py:590
msgid "Most prolific %s: %L" msgid "Most prolific %s: %L"
msgstr "" msgstr ""
#: plugin.py:596 plugin.py:608 #: plugin.py:592 plugin.py:604
msgid "There are no factoids in my database." msgid "There are no factoids in my database."
msgstr "" msgstr ""
#: plugin.py:603 #: plugin.py:599
msgid "latest factoid" msgid "latest factoid"
msgstr "" msgstr ""
#: plugin.py:605 #: plugin.py:601
msgid "latest factoids" msgid "latest factoids"
msgstr "" msgstr ""
#: plugin.py:606 #: plugin.py:602
msgid "%s: %L" msgid "%i %s: %L"
msgstr "" msgstr ""
#: plugin.py:615 #: plugin.py:611
msgid "requested factoid" msgid "requested factoid"
msgstr "" msgstr ""
#: plugin.py:617 #: plugin.py:613
msgid "requested factoids" msgid "requested factoids"
msgstr "" msgstr ""
#: plugin.py:618 #: plugin.py:614
msgid "Top %s: %L" msgid "Top %i %s: %L"
msgstr "" msgstr ""
#: plugin.py:620 #: plugin.py:616
msgid "No factoids have been requested from my database." msgid "No factoids have been requested from my database."
msgstr "" msgstr ""
#: plugin.py:624 #: plugin.py:620
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <author name>\n" "[<channel>] <author name>\n"
@ -204,15 +204,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:637 #: plugin.py:633
msgid "No factoids by %q found." msgid "No factoids by %q found."
msgstr "" msgstr ""
#: plugin.py:640 #: plugin.py:636
msgid "Author search for %q (%i found): %L" msgid "Author search for %q (%i found): %L"
msgstr "" msgstr ""
#: plugin.py:647 #: plugin.py:643
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <text>\n" "[<channel>] <text>\n"
@ -223,15 +223,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:655 #: plugin.py:651
msgid "No keys matching %q found." msgid "No keys matching %q found."
msgstr "" msgstr ""
#: plugin.py:662 #: plugin.py:658
msgid "Key search for %q (%i found): %L" msgid "Key search for %q (%i found): %L"
msgstr "" msgstr ""
#: plugin.py:669 #: plugin.py:665
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <text>\n" "[<channel>] <text>\n"
@ -242,15 +242,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:677 #: plugin.py:673
msgid "No values matching %q found." msgid "No values matching %q found."
msgstr "" msgstr ""
#: plugin.py:680 #: plugin.py:676
msgid "Value search for %q (%i found): %L" msgid "Value search for %q (%i found): %L"
msgstr "" msgstr ""
#: plugin.py:687 #: plugin.py:683
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <factoid key>\n" "[<channel>] <factoid key>\n"
@ -260,7 +260,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:700 #: plugin.py:696
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -271,7 +271,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:708 #: plugin.py:704
msgid "No factoids in the database." msgid "No factoids in the database."
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2012-07-04 19:47+CEST\n" "POT-Creation-Date: 2012-07-04 19:47+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 16:53+CEST\n" "POT-Creation-Date: 2010-10-17 16:53+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 16:58+CEST\n" "POT-Creation-Date: 2010-10-17 16:58+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 18:28+CEST\n" "POT-Creation-Date: 2010-10-17 18:28+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,7 +15,7 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: plugin.py:84 #: plugin.py:87
#, docstring #, docstring
msgid "" msgid ""
"[<nick>]\n" "[<nick>]\n"
@ -25,7 +25,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:226 #: plugin.py:230
msgid "The \"lame nick-o-meter\" reading for \"%s\" is %s%%." msgid "The \"lame nick-o-meter\" reading for \"%s\" is %s%%."
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-29 13:54+CEST\n" "POT-Creation-Date: 2010-10-29 13:54+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -65,7 +65,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:324 #: plugin.py:326
#, docstring #, docstring
msgid "" msgid ""
"[--{old,sent}] [--{from,to} <user>]\n" "[--{old,sent}] [--{from,to} <user>]\n"
@ -77,7 +77,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:365 #: plugin.py:367
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2012-03-11 20:58+UTC\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -15,7 +15,7 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n" "Generated-By: pygettext.py 1.5\n"
#: plugin.py:273 #: plugin.py:274
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -25,7 +25,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:283 #: plugin.py:284
#, docstring #, docstring
msgid "" msgid ""
"<text>\n" "<text>\n"
@ -35,7 +35,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:298 #: plugin.py:299
#, docstring #, docstring
msgid "" msgid ""
"[--remove] <command> [<plugin>]\n" "[--remove] <command> [<plugin>]\n"
@ -47,7 +47,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:336 #: plugin.py:337
#, docstring #, docstring
msgid "" msgid ""
"<string to be sent to the server>\n" "<string to be sent to the server>\n"
@ -56,7 +56,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:350 #: plugin.py:351
#, docstring #, docstring
msgid "" msgid ""
"[<text>]\n" "[<text>]\n"
@ -67,7 +67,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:366 #: plugin.py:367
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -77,7 +77,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:376 #: plugin.py:377
#, docstring #, docstring
msgid "" msgid ""
"[<level>]\n" "[<level>]\n"
@ -89,7 +89,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:415 #: plugin.py:416
#, docstring #, docstring
msgid "" msgid ""
"[--deprecated] <plugin>\n" "[--deprecated] <plugin>\n"
@ -101,7 +101,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:450 #: plugin.py:451
#, docstring #, docstring
msgid "" msgid ""
"<plugin>\n" "<plugin>\n"
@ -111,7 +111,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:479 #: plugin.py:482
#, docstring #, docstring
msgid "" msgid ""
"<plugin>\n" "<plugin>\n"
@ -122,7 +122,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:503 #: plugin.py:506
#, docstring #, docstring
msgid "" msgid ""
"{add|remove} <capability>\n" "{add|remove} <capability>\n"
@ -133,7 +133,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:528 #: plugin.py:531
#, docstring #, docstring
msgid "" msgid ""
"[<plugin>] <command>\n" "[<plugin>] <command>\n"
@ -146,7 +146,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:555 #: plugin.py:558
#, docstring #, docstring
msgid "" msgid ""
"[<plugin>] <command>\n" "[<plugin>] <command>\n"
@ -157,7 +157,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:574 #: plugin.py:577
#, docstring #, docstring
msgid "" msgid ""
"<plugin> <command> <new name>\n" "<plugin> <command> <new name>\n"
@ -166,7 +166,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:591 #: plugin.py:594
#, docstring #, docstring
msgid "" msgid ""
"<plugin>\n" "<plugin>\n"
@ -176,7 +176,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:604 #: plugin.py:607
#, docstring #, docstring
msgid "" msgid ""
"takes no argument\n" "takes no argument\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2011-02-26 09:49+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 18:33+CEST\n" "POT-Creation-Date: 2010-10-17 18:33+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 18:34+CEST\n" "POT-Creation-Date: 2010-10-17 18:34+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 18:34+CEST\n" "POT-Creation-Date: 2010-10-17 18:34+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-17 18:36+CEST\n" "POT-Creation-Date: 2010-10-17 18:36+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -44,16 +44,16 @@ msgid ""
" random grabbing." " random grabbing."
msgstr "" msgstr ""
#: plugin.py:66 #: plugin.py:63
msgid "%s (Said by: %s; grabbed by %s at %t)" msgid "%s (Said by: %s; grabbed by %s at %t)"
msgstr "" msgstr ""
#: plugin.py:226 #: plugin.py:223
#, docstring #, docstring
msgid "Add the help for \"@help QuoteGrabs\" here." msgid "Add the help for \"@help QuoteGrabs\" here."
msgstr "" msgstr ""
#: plugin.py:265 #: plugin.py:262
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <nick>\n" "[<channel>] <nick>\n"
@ -64,15 +64,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:278 #: plugin.py:275
msgid "You can't quote grab yourself." msgid "You can't quote grab yourself."
msgstr "" msgstr ""
#: plugin.py:285 #: plugin.py:282
msgid "I couldn't find a proper message to grab." msgid "I couldn't find a proper message to grab."
msgstr "" msgstr ""
#: plugin.py:290 #: plugin.py:287
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <number>\n" "[<channel>] <number>\n"
@ -83,15 +83,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:301 #: plugin.py:298
msgid "Nothing to ungrab." msgid "Nothing to ungrab."
msgstr "" msgstr ""
#: plugin.py:303 #: plugin.py:300
msgid "Invalid grab number." msgid "Invalid grab number."
msgstr "" msgstr ""
#: plugin.py:308 #: plugin.py:305
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <nick>\n" "[<channel>] <nick>\n"
@ -101,11 +101,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:316 #: plugin.py:313
msgid "I couldn't find a matching quotegrab for %s." msgid "I couldn't find a matching quotegrab for %s."
msgstr "" msgstr ""
#: plugin.py:322 #: plugin.py:319
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <nick>\n" "[<channel>] <nick>\n"
@ -117,11 +117,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:339 #: plugin.py:336
msgid "I couldn't find any quotegrabs for %s." msgid "I couldn't find any quotegrabs for %s."
msgstr "" msgstr ""
#: plugin.py:345 #: plugin.py:342
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] [<nick>]\n" "[<channel>] [<nick>]\n"
@ -132,15 +132,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:355 #: plugin.py:352
msgid "Couldn't get a random quote for that nick." msgid "Couldn't get a random quote for that nick."
msgstr "" msgstr ""
#: plugin.py:357 #: plugin.py:354
msgid "Couldn't get a random quote. Are there any grabbed quotes in the database?" msgid "Couldn't get a random quote. Are there any grabbed quotes in the database?"
msgstr "" msgstr ""
#: plugin.py:363 #: plugin.py:360
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <id>\n" "[<channel>] <id>\n"
@ -150,11 +150,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:371 #: plugin.py:368
msgid "No quotegrab for id %s" msgid "No quotegrab for id %s"
msgstr "" msgstr ""
#: plugin.py:377 #: plugin.py:374
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <text>\n" "[<channel>] <text>\n"
@ -164,7 +164,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:392 #: plugin.py:389
msgid "No quotegrabs matching %s" msgid "No quotegrabs matching %s"
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2012-07-31 19:07+UTC\n" "POT-Creation-Date: 2012-07-31 19:07+UTC\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-07-25 11:34+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -121,7 +121,7 @@ msgid ""
" announced." " announced."
msgstr "" msgstr ""
#: plugin.py:63 #: plugin.py:57
#, docstring #, docstring
msgid "" msgid ""
"This plugin is useful both for announcing updates to RSS feeds in a\n" "This plugin is useful both for announcing updates to RSS feeds in a\n"
@ -130,12 +130,12 @@ msgid ""
" command to determine what feeds should be announced in a given channel." " command to determine what feeds should be announced in a given channel."
msgstr "" msgstr ""
#: plugin.py:320 #: plugin.py:325
#, docstring #, docstring
msgid "Return feed items, sorted according to sortFeedItems." msgid "Return feed items, sorted according to sortFeedItems."
msgstr "" msgstr ""
#: plugin.py:373 #: plugin.py:378
#, docstring #, docstring
msgid "" msgid ""
"<name> <url>\n" "<name> <url>\n"
@ -145,7 +145,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:384 #: plugin.py:389
#, docstring #, docstring
msgid "" msgid ""
"<name>\n" "<name>\n"
@ -155,11 +155,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:390 #: plugin.py:395
msgid "That's not a valid RSS feed command name." msgid "That's not a valid RSS feed command name."
msgstr "" msgstr ""
#: plugin.py:401 #: plugin.py:406
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -169,11 +169,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:408 #: plugin.py:413
msgid "I am currently not announcing any feeds." msgid "I am currently not announcing any feeds."
msgstr "" msgstr ""
#: plugin.py:413 #: plugin.py:418
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <name|url> [<name|url> ...]\n" "[<channel>] <name|url> [<name|url> ...]\n"
@ -185,7 +185,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:431 #: plugin.py:436
#, docstring #, docstring
msgid "" msgid ""
"[<channel>] <name|url> [<name|url> ...]\n" "[<channel>] <name|url> [<name|url> ...]\n"
@ -197,7 +197,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:449 #: plugin.py:454
#, docstring #, docstring
msgid "" msgid ""
"<url> [<number of headlines>]\n" "<url> [<number of headlines>]\n"
@ -207,11 +207,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:462 #: plugin.py:467
msgid "Couldn't get RSS feed." msgid "Couldn't get RSS feed."
msgstr "" msgstr ""
#: plugin.py:477 #: plugin.py:482
#, docstring #, docstring
msgid "" msgid ""
"<url|feed>\n" "<url|feed>\n"
@ -221,11 +221,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:490 #: plugin.py:495
msgid "I couldn't retrieve that RSS feed." msgid "I couldn't retrieve that RSS feed."
msgstr "" msgstr ""
#: plugin.py:503 #: plugin.py:508
msgid "Title: %s; URL: %u; Description: %s; Last updated: %s." msgid "Title: %s; URL: %u; Description: %s; Last updated: %s."
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-19 19:27+CEST\n" "POT-Creation-Date: 2010-10-19 19:27+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2011-08-10 11:27+CEST\n" "POT-Creation-Date: 2011-08-10 11:27+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-08-10 11:27+CEST\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-19 19:28+CEST\n" "POT-Creation-Date: 2010-10-19 19:28+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-03 19:39+CET\n" "POT-Creation-Date: 2013-03-03 19:39+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-20 08:55+CEST\n" "POT-Creation-Date: 2010-10-20 08:55+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -114,11 +114,11 @@ msgid ""
" necessary if the bot is properly configured." " necessary if the bot is properly configured."
msgstr "" msgstr ""
#: plugin.py:402 #: plugin.py:406
msgid "You must set supybot.plugins.Services.ChanServ before I'm able to send the %s command." msgid "You must set supybot.plugins.Services.ChanServ before I'm able to send the %s command."
msgstr "" msgstr ""
#: plugin.py:408 #: plugin.py:412
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -128,11 +128,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:414 #: plugin.py:418
msgid "I'm already opped in %s." msgid "I'm already opped in %s."
msgstr "" msgstr ""
#: plugin.py:421 #: plugin.py:425
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -142,11 +142,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:427 #: plugin.py:431
msgid "I'm already voiced in %s." msgid "I'm already voiced in %s."
msgstr "" msgstr ""
#: plugin.py:444 #: plugin.py:448
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -158,7 +158,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:465 #: plugin.py:469
#, docstring #, docstring
msgid "" msgid ""
"[<channel>]\n" "[<channel>]\n"
@ -170,7 +170,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:486 #: plugin.py:490
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -179,15 +179,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:495 #: plugin.py:499
msgid "I don't have a configured password for my current nick." msgid "I don't have a configured password for my current nick."
msgstr "" msgstr ""
#: plugin.py:498 #: plugin.py:502
msgid "You must set supybot.plugins.Services.NickServ before I'm able to do identify." msgid "You must set supybot.plugins.Services.NickServ before I'm able to do identify."
msgstr "" msgstr ""
#: plugin.py:504 #: plugin.py:508
#, docstring #, docstring
msgid "" msgid ""
"[<nick>]\n" "[<nick>]\n"
@ -197,15 +197,15 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:513 #: plugin.py:517
msgid "I cowardly refuse to ghost myself." msgid "I cowardly refuse to ghost myself."
msgstr "" msgstr ""
#: plugin.py:518 #: plugin.py:522
msgid "You must set supybot.plugins.Services.NickServ before I'm able to ghost a nick." msgid "You must set supybot.plugins.Services.NickServ before I'm able to ghost a nick."
msgstr "" msgstr ""
#: plugin.py:524 #: plugin.py:528
#, docstring #, docstring
msgid "" msgid ""
"<nick> [<password>]\n" "<nick> [<password>]\n"
@ -215,11 +215,11 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:534 #: plugin.py:538
msgid "That nick was not configured with a password." msgid "That nick was not configured with a password."
msgstr "" msgstr ""
#: plugin.py:545 #: plugin.py:549
#, docstring #, docstring
msgid "" msgid ""
"takes no arguments\n" "takes no arguments\n"
@ -229,7 +229,7 @@ msgid ""
" " " "
msgstr "" msgstr ""
#: plugin.py:555 #: plugin.py:559
msgid "I'm not currently configured for any nicks." msgid "I'm not currently configured for any nicks."
msgstr "" msgstr ""

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-03 19:39+CET\n" "POT-Creation-Date: 2013-03-03 19:39+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n" "POT-Creation-Date: 2012-03-11 20:58+UTC\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2013-03-03 19:37+CET\n" "POT-Creation-Date: 2013-03-03 19:37+CET\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-11-26 23:54+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

View File

@ -1,10 +1,10 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: Supybot-fr\n" "Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2010-10-20 09:09+CEST\n" "POT-Creation-Date: 2010-10-20 09:09+CEST\n"
"PO-Revision-Date: \n" "PO-Revision-Date: \n"
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n" "Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
"Language-Team: Supybot-fr <progval@gmail.com>\n" "Language-Team: Limnoria <progval@gmail.com>\n"
"Language: \n" "Language: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2011-02-26 09:49+CET\n" "POT-Creation-Date: 2014-01-21 16:39+CET\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"

Some files were not shown because too many files have changed in this diff Show More