diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-19 17:40:13 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-09-19 17:40:13 +0200 |
commit | 1dc99c1dc2a95ccd117c444e08940889dcaf5778 (patch) | |
tree | f9c158a79879a83cdf294a07bf7ecd6aaba97418 /po/hu.po | |
parent | 34c9a061d90b5e3f62a0d8e6daae20a91d8f936e (diff) | |
download | weechat-1dc99c1dc2a95ccd117c444e08940889dcaf5778.zip |
charset: allow "UTF-8" in charset encoding options (still forbidden in decoding options)
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.9-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-09-04 13:19+0200\n" +"POT-Creation-Date: 2012-09-19 14:48+0200\n" "PO-Revision-Date: 2012-08-20 15:20+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3428,19 +3428,23 @@ msgstr "WeeChat szlogen" #, c-format msgid "" -"%s%s: UTF-8 is not 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)" +"%s%s: UTF-8 is not allowed in charset decoding options (it is internal and " +"default charset: decode of UTF-8 is OK even if you specify another charset " +"to decode)" msgstr "" #, fuzzy, c-format msgid "%s%s: error creating charset \"%s\" => \"%s\"" msgstr "%s nincs elég memória az információs pult üzenethez\n" -msgid "global decoding charset" +msgid "" +"global decoding charset: charset used to decode incoming messages (if " +"decoding fails, fallback is UTF-8 because it is the WeeChat internal charset)" msgstr "" -msgid "global encoding charset" +msgid "" +"global encoding charset: charset used to encode outgoing messages (if empty, " +"default is UTF-8 because it is the WeeChat internal charset)" msgstr "" #, fuzzy, c-format |