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-06-28 14:48+0200\n" +"POT-Creation-Date: 2014-06-29 11:41+0200\n" "PO-Revision-Date: 2014-06-28 13:18+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1403,8 +1403,8 @@ msgstr "" " term: muestra información sobre la terminal.\n" " windows: muestra el árbol de ventanas." -msgid "evaluate expression and send result to buffer" -msgstr "evaluar la expresión y enviar el resultado al buffer" +msgid "evaluate expression" +msgstr "" msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>" msgstr "" @@ -1414,7 +1414,7 @@ msgid "" " -c: evaluate as condition: use operators and parentheses, return a " "boolean value (\"0\" or \"1\")\n" "expression: expression to evaluate, variables with format ${variable} are " -"replaced (see below)\n" +"replaced (see below); many commands can be separated by semicolons\n" " operator: a logical or comparison operator:\n" " - logical operators:\n" " && boolean \"and\"\n" @@ -10991,3 +10991,6 @@ msgstr "%s%s: no es posible configurar la opción \"nonblock\" para el socket" #, c-format msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s%s: tiempo de espera máximo para \"%s\" con %s" + +#~ msgid "evaluate expression and send result to buffer" +#~ msgstr "evaluar la expresión y enviar el resultado al buffer" |