summaryrefslogtreecommitdiff
path: root/po/it.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-08-04 10:09:53 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-08-04 10:09:53 +0200
commit6ea81f4c8c1067471f50c936ed27e013ce50f222 (patch)
tree17e3fcc2b4c1d9daee2b5f074ba2a2beff81ec46 /po/it.po
parentdc878c5b69d498e3edb225e1997455510579deed (diff)
downloadweechat-6ea81f4c8c1067471f50c936ed27e013ce50f222.zip
api: add support of colors with format "${color:xxx}" in function string_eval_expression and command /eval
Diffstat (limited to 'po/it.po')
-rw-r--r--po/it.po9
1 files changed, 5 insertions, 4 deletions
diff --git a/po/it.po b/po/it.po
index 175f083a8..1e34cf5ab 100644
--- a/po/it.po
+++ b/po/it.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat 0.4.2-dev\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2013-08-03 15:05+0200\n"
+"POT-Creation-Date: 2013-08-04 09:08+0200\n"
"PO-Revision-Date: 2013-07-31 18:41+0200\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1327,9 +1327,10 @@ msgid ""
"\n"
"Some variables are replaced in expression, using the format ${variable}, "
"variable can be, by order of priority :\n"
-" 1. the name of an option (file.section.option)\n"
-" 2. the name of a local variable in buffer\n"
-" 3. a hdata name/variable (the value is automatically converted to string), "
+" 1. a color (format: color:xxx)\n"
+" 2. an option (format: file.section.option)\n"
+" 3. a local variable in buffer\n"
+" 4. 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 "