diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-20 11:00:24 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-02-20 11:00:24 +0100 |
commit | f376893681a09960e0797dbabee5203b29f2234f (patch) | |
tree | f8bd4e53e0a6fa2faa908bfff62721c65bd8fcd4 /po/hu.po | |
parent | 975b9c891209631909ebf6462edb3b072019f2e3 (diff) | |
download | weechat-f376893681a09960e0797dbabee5203b29f2234f.zip |
core: add option "-beep" in command /print
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-02-19 10:29+0100\n" +"POT-Creation-Date: 2014-02-20 10:47+0100\n" "PO-Revision-Date: 2014-02-16 11:21+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1650,7 +1650,8 @@ msgstr "szerver nevének színe" msgid "" "[-buffer <number>|<name>] [-core] [-escape] [-date <date>] [-tags <tags>] [-" -"action|-error|-join|-network|-quit] [<text>] || -stdout|-stderr [<text>]" +"action|-error|-join|-network|-quit] [<text>] || -stdout|-stderr [<text>] || -" +"beep" msgstr "" msgid "" @@ -1666,9 +1667,11 @@ msgid "" " time: hh:mm:ss (example: 04:32:55)\n" " -tags: comma-separated list of tags (see /help filter for a list of tags " "most commonly used)\n" -" text: text to display (prefix and message must be separated by \\t)\n" +" text: text to display (prefix and message must be separated by \"\\t\", " +"if text starts with \"-\", then add a \"\\\" before)\n" "-stdout: display text on stdout (escaped chars are interpreted)\n" "-stderr: display text on stderr (escaped chars are interpreted)\n" +" -beep: alias of \"-stderr \\a\"\n" "\n" "The options -action ... -quit use the prefix defined in options \"weechat." "look.prefix_*\".\n" @@ -1689,7 +1692,7 @@ msgid "" " display a snowman (U+2603):\n" " /print -escape \\u2603\n" " send alert (BEL):\n" -" /print -stderr \\a" +" /print -beep" msgstr "" #, fuzzy |