diff options
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-04-02 19:54+0200\n" +"POT-Creation-Date: 2014-04-03 11:18+0200\n" "PO-Revision-Date: 2014-03-24 14:23+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4839,11 +4839,11 @@ msgstr "ejecuta un comando silenciosamente" msgid "" "-list || [-sh|-nosh] [-bg|-nobg] [-stdin|-nostdin] [-buffer <name>] [-l|-o|-" -"n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-color ansi|auto|irc|weechat|" -"strip] [-rc|-norc] [-timeout <timeout>] [-name <name>] [-pipe <command>] [-" -"hsignal <name>] <command> || -in <id> <text> || -inclose <id> [<text>] || -" -"signal <id> <signal> || -kill <id> || -killall || -set <id> <property> " -"<value> || -del <id>|-all [<id>...]" +"n|-nf] [-cl|-nocl] [-sw|-nosw] [-ln|-noln] [-flush|-noflush] [-color ansi|" +"auto|irc|weechat|strip] [-rc|-norc] [-timeout <timeout>] [-name <name>] [-" +"pipe <command>] [-hsignal <name>] <command> || -in <id> <text> || -inclose " +"<id> [<text>] || -signal <id> <signal> || -kill <id> || -killall || -set " +"<id> <property> <value> || -del <id>|-all [<id>...]" msgstr "" msgid "" @@ -4874,6 +4874,8 @@ msgid "" " -nosw: don't switch to the output buffer\n" " -ln: display line numbers (default in new buffer only)\n" " -noln: don't display line numbers\n" +" -flush: display output of command in real time (default)\n" +"-noflush: display output of command after its end\n" " -color: action on ANSI colors in output:\n" " ansi: keep ANSI codes as-is\n" " auto: convert ANSI colors to WeeChat/IRC (default)\n" |