summaryrefslogtreecommitdiff
path: root/po/weechat.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/weechat.pot')
-rw-r--r--po/weechat.pot24
1 files changed, 14 insertions, 10 deletions
diff --git a/po/weechat.pot b/po/weechat.pot
index a05dd7857..eac02c5c3 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -21,7 +21,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: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1258,15 +1258,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"
@@ -1292,6 +1295,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"