diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-14 10:50:49 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-14 10:50:49 +0200 |
commit | f4dc85a3cb6d17b219f94fb01f3109878f79a7a3 (patch) | |
tree | 068bc9cd93c9dd6127f84949dbc3fc17c0af575d /po/fr.po | |
parent | 788f634fbc9b5931077a39465d3a211274e8a0a6 (diff) | |
download | weechat-f4dc85a3cb6d17b219f94fb01f3109878f79a7a3.zip |
charset: do not allow "UTF-8" in charset options (useless because UTF-8 is the internal WeeChat charset)
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.9-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-07-13 10:55+0200\n" -"PO-Revision-Date: 2012-07-13 10:57+0200\n" +"POT-Creation-Date: 2012-07-14 10:46+0200\n" +"PO-Revision-Date: 2012-07-14 10:46+0200\n" "Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: French\n" @@ -3990,6 +3990,16 @@ msgid "%s%s: not enough memory to create new speller" msgstr "%s%s: pas assez de mémoire pour créer un nouveau speller" #, c-format +msgid "" +"%s%s: UTF-8 is now allowed in charset options (it is internal and default " +"charset: default encode is UTF-8 and decode of UTF-8 is OK even if you " +"specify another charset to decode)" +msgstr "" +"%s%s: UTF-8 n'est pas autorisé dans les options de charset (c'est le charset " +"interne et par défaut: l'encodage par défaut est UTF-8 et le décodage " +"d'UTF-8 est OK même si vous spécifiez un autre charset à décoder)" + +#, c-format msgid "%s%s: error creating charset \"%s\" => \"%s\"" msgstr "%s%s: erreur en création du charset \"%s\" => \"%s\"" |