diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-04 09:59:03 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-06-04 09:59:03 +0200 |
commit | c681c660c6afefbf14c65907caedfe1ba887709f (patch) | |
tree | c2210a52b08e4b66a20469aa91c4fbb435f2cb3c /po/cs.po | |
parent | 9076f359537a1601da7316f0e02fc76104d0db0e (diff) | |
download | weechat-c681c660c6afefbf14c65907caedfe1ba887709f.zip |
alias: prohibit names beginning with "#" for aliases (bug #36584)
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 19 |
1 files changed, 10 insertions, 9 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-06-03 09:00+0200\n" +"POT-Creation-Date: 2012-06-04 09:57+0200\n" "PO-Revision-Date: 2012-06-03 09:49+0200\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3397,14 +3397,6 @@ msgstr[2] "normálních" msgid "Debug disabled for cursor mode" msgstr "Ladění vypnuto pro \"%s\"" -#, fuzzy, c-format -msgid "Debug enabled for mouse (%s)" -msgstr "Ladění vypnuto pro \"%s\"" - -#, fuzzy -msgid "Debug disabled for mouse" -msgstr "Ladění vypnuto pro \"%s\"" - msgid "Error: not enough memory to add a buffer to hotlist" msgstr "Chyba: nedostatek paměti pro přidáni bufferu do hotlistu" @@ -3435,6 +3427,14 @@ msgstr "výchozí příkaz:" msgid "Not enough memory for new line" msgstr "Nedostatek paměti pro nový řádek" +#, fuzzy, c-format +msgid "Debug enabled for mouse (%s)" +msgstr "Ladění vypnuto pro \"%s\"" + +#, fuzzy +msgid "Debug disabled for mouse" +msgstr "Ladění vypnuto pro \"%s\"" + #, c-format msgid "%s%s: error, circular reference when calling alias \"%s\"" msgstr "%s%s: chyba, cyklický odkaz při volání aliasu \"%s\"" @@ -3483,6 +3483,7 @@ msgid "" " note: you can use %%command to use completion of an existing " "command\n" " alias: name of alias (can start or end with \"*\" for alias listing)\n" +" note: the name can not start with \"#\"\n" " command: command name with arguments (many commands can be separated by " "semicolons)\n" "\n" |