diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-09-20 21:31+0200\n" +"POT-Creation-Date: 2019-09-21 07:54+0200\n" "PO-Revision-Date: 2019-09-20 23:09+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -1661,6 +1661,7 @@ msgstr "evaluierter Ausdruck" msgid "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>" msgstr "[-n|-s] <expression> || [-n] -c <expression1> <operator> <expression2>" +#, fuzzy msgid "" " -n: display result without sending it to buffer (debug mode)\n" " -s: split expression before evaluating it (many commands can be " @@ -1708,18 +1709,19 @@ msgid "" "or \"cutscr:+max,suffix,string\")\n" " 5. a reversed string (format: \"rev:xxx\")\n" " 6. a repeated string (format: \"repeat:count,string\")\n" -" 7. a color (format: \"color:xxx\", see \"Plugin API reference\", function " +" 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n" +" 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function " "\"color\")\n" -" 8. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 9. current date/time (format: \"date\" or \"date:format\")\n" -" 10. an environment variable (format: \"env:XXX\")\n" -" 11. a ternary operator (format: \"if:condition?value_if_true:value_if_false" +" 9. an info (format: \"info:name,arguments\", arguments are optional)\n" +" 10. current date/time (format: \"date\" or \"date:format\")\n" +" 11. an environment variable (format: \"env:XXX\")\n" +" 12. a ternary operator (format: \"if:condition?value_if_true:value_if_false" "\")\n" -" 12. result of an expression with parentheses and operators + - * / // % " +" 13. result of an expression with parentheses and operators + - * / // % " "(format: \"calc:xxx\")\n" -" 13. an option (format: \"file.section.option\")\n" -" 14. a local variable in buffer\n" -" 15. a hdata name/variable (the value is automatically converted to " +" 14. an option (format: \"file.section.option\")\n" +" 15. a local variable in buffer\n" +" 16. a hdata name/variable (the value is automatically converted to " "string), by default \"window\" and \"buffer\" point to current window/" "buffer.\n" "Format for hdata can be one of following:\n" @@ -1754,6 +1756,7 @@ msgid "" " /eval -n ${if:${info:term_width}>80?big:small} ==> big\n" " /eval -n ${rev:Hello} ==> olleH\n" " /eval -n ${repeat:5,-} ==> -----\n" +" /eval -n ${length:test} ==> 4\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" "\n" "Examples (conditions):\n" |