summaryrefslogtreecommitdiff
path: root/po/tr.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-24 12:53:23 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-24 12:53:23 +0100
commit97cede06b5b6d7866679b1f8b625b3153b0ade7c (patch)
tree97120a9925918b013a8729a8d1df14d10fbd531b /po/tr.po
parentd49c3eaac6df0e7eb225abbfc080cd8abf6e51bb (diff)
downloadweechat-97cede06b5b6d7866679b1f8b625b3153b0ade7c.zip
core: add support of escaped unicode chars in commands /print and "/input insert"
Diffstat (limited to 'po/tr.po')
-rw-r--r--po/tr.po15
1 files changed, 10 insertions, 5 deletions
diff --git a/po/tr.po b/po/tr.po
index 8eb9f1dc2..905145ae6 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2014-01-23 11:24+0100\n"
+"POT-Creation-Date: 2014-01-24 10:38+0100\n"
"PO-Revision-Date: 2014-01-06 10:17+0100\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -1305,7 +1305,8 @@ msgid ""
" switch_active_buffer: switch to next merged buffer\n"
" switch_active_buffer_previous: switch to previous merged buffer\n"
" zoom_merged_buffer: zoom on merged buffer\n"
-" insert: insert text in command line\n"
+" insert: insert text in command line (escaped chars are allowed, see /help "
+"print)\n"
" paste_start: start paste (bracketed paste mode)\n"
" paste_stop: stop paste (bracketed paste mode)\n"
"\n"
@@ -1498,13 +1499,15 @@ msgid ""
" -tags: comma-separated list of tags (see /help filter for a list of tags "
"most commonly used)\n"
" text: text to display (prefix and message must be separated by \\t)\n"
-"-stdout: display text on stdout (not in a buffer)\n"
-"-stderr: display text on stderr (not in a buffer)\n"
+"-stdout: display text on stdout (escaped chars are interpreted)\n"
+"-stderr: display text on stderr (escaped chars are interpreted)\n"
"\n"
"The options -action ... -quit use the prefix defined in options \"weechat."
"look.prefix_*\".\n"
"\n"
-"With options -stdout and -stderr, escaped chars are always interpreted.\n"
+"Following escaped chars are supported:\n"
+" \\\" \\\\ \\a \\b \\e \\f \\n \\r \\t \\v \\0ooo \\xhh \\uhhhh "
+"\\Uhhhhhhhh\n"
"\n"
"Examples:\n"
" display a reminder on core buffer with a highlight:\n"
@@ -1515,6 +1518,8 @@ msgid ""
" /print -core abc\\tThe message\n"
" display a message on channel #weechat:\n"
" /print -buffer irc.freenode.#weechat Message on #weechat\n"
+" display a snowman (U+2603):\n"
+" /print -escape \\u2603\n"
" send alert (BEL):\n"
" /print -stderr \\a"
msgstr ""