summaryrefslogtreecommitdiff
path: root/po/de.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/de.po')
-rw-r--r--po/de.po25
1 files changed, 15 insertions, 10 deletions
diff --git a/po/de.po b/po/de.po
index f14e885fe..8f8e33a83 100644
--- a/po/de.po
+++ b/po/de.po
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2015-06-28 09:11+0200\n"
+"POT-Creation-Date: 2015-06-30 07:49+0200\n"
"PO-Revision-Date: 2015-06-26 23:27+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <>\n"
@@ -1544,6 +1544,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 "
@@ -1577,15 +1578,18 @@ msgid ""
"\n"
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority:\n"
-" 1. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
-" 2. a string with chars to hide (format: \"hide:char,string\")\n"
-" 3. a color (format: \"color:xxx\")\n"
-" 4. an info (format: \"info:name,arguments\", arguments are optional)\n"
-" 5. an environment variable (format: \"env:XXX\")\n"
-" 6. an option (format: \"file.section.option\")\n"
-" 7. a local variable in buffer\n"
-" 8. a hdata name/variable (the value is automatically converted to string), "
-"by default \"window\" and \"buffer\" point to current window/buffer.\n"
+" 1. an evaluated sub-string (format: \"eval:xxx\")\n"
+" 2. a string with escaped chars (format: \"esc:xxx\" or \"\\xxx\")\n"
+" 3. a string with chars to hide (format: \"hide:char,string\")\n"
+" 4. a color (format: \"color:xxx\")\n"
+" 5. an info (format: \"info:name,arguments\", arguments are optional)\n"
+" 6. current date/time (format: \"date\" or \"date:format\")\n"
+" 7. an environment variable (format: \"env:XXX\")\n"
+" 8. an option (format: \"file.section.option\")\n"
+" 9. a local variable in buffer\n"
+" 10. 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"
" hdata.var1.var2...: start with a hdata (pointer must be known), and ask "
"variables one after one (other hdata can be followed)\n"
@@ -1611,6 +1615,7 @@ msgid ""
" /eval -n ${window.buffer.number} ==> 1\n"
" /eval -n ${\\t} ==> <tab>\n"
" /eval -n ${hide:-,${relay.network.password}} ==> --------\n"
+" /eval -n ${date:%H:%M:%S} ==> 07:46:40\n"
"\n"
"Examples (conditions):\n"
" /eval -n -c ${window.buffer.number} > 2 ==> 0\n"