diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 12 |
1 files changed, 8 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 14:48+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -1436,18 +1436,19 @@ msgstr "" " term: gibt Informationen über das Terminal und verfügbare Farben aus\n" " windows: zeigt die Fensterstruktur an" -msgid "evaluate expression and send result to buffer" -msgstr "wertet eine Expression aus und zeigt das Resultat im Buffer an" +msgid "evaluate expression" +msgstr "" msgid "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>" msgstr "[-n] <expression> || [-n] -c <expression1> <operator> <expression2>" +#, fuzzy msgid "" " -n: display result without sending it to buffer (debug mode)\n" " -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" @@ -12074,3 +12075,6 @@ msgstr "" #, c-format msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s%s: Zeitüberschreitung für \"%s\" mit %s" + +#~ msgid "evaluate expression and send result to buffer" +#~ msgstr "wertet eine Expression aus und zeigt das Resultat im Buffer an" |