diff options
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -22,7 +22,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: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1975,7 +1975,8 @@ msgstr "color del texto en el buffer del repetidor" 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 "" @@ -1991,9 +1992,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" @@ -2014,7 +2017,7 @@ msgid "" " display a snowman (U+2603):\n" " /print -escape \\u2603\n" " send alert (BEL):\n" -" /print -stderr \\a" +" /print -beep" msgstr "" msgid "manage proxies" |