diff options
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 49 |
1 files changed, 26 insertions, 23 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-01-07 11:55+0100\n" +"POT-Creation-Date: 2018-01-08 21:58+0100\n" "PO-Revision-Date: 2018-01-06 13:50+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2217,35 +2217,38 @@ msgid "display text on a buffer" msgstr "colore del testo nei buffer relay" msgid "" -"[-buffer <number>|<name>] [-core|-current] [-y <line>] [-escape] [-date " -"<date>] [-tags <tags>] [-action|-error|-join|-network|-quit] [<text>] || -" -"stdout|-stderr [<text>] || -beep" +"[-buffer <number>|<name>] [-newbuffer <name>] [-free] [-switch] [-core|-" +"current] [-y <line>] [-escape] [-date <date>] [-tags <tags>] [-action|-" +"error|-join|-network|-quit] [<text>] || -stdout|-stderr [<text>] || -beep" msgstr "" msgid "" -" -buffer: display text in this buffer (default: buffer where command is " +" -buffer: display text in this buffer (default: buffer where command is " "executed)\n" -" -core: alias of \"-buffer core.weechat\"\n" -"-current: display text on current buffer\n" -" -y: display on a custom line (for buffer with free content only)\n" -" line: line number for buffer with free content (first line is 0, a " +"-newbuffer: create a new buffer and display text in this buffer\n" +" -free: create a buffer with free content (with -newbuffer only)\n" +" -switch: switch to the buffer\n" +" -core: alias of \"-buffer core.weechat\"\n" +" -current: display text on current buffer\n" +" -y: display on a custom line (for buffer with free content only)\n" +" line: line number for buffer with free content (first line is 0, a " "negative number displays after last line: -1 = after last line, -2 = two " "lines after last line, ...)\n" -" -escape: interpret escaped chars (for example \\a, \\07, \\x07)\n" -" -date: message date, format can be:\n" -" -n: 'n' seconds before now\n" -" +n: 'n' seconds in the future\n" -" n: 'n' seconds since the Epoch (see man time)\n" -" date/time (ISO 8601): yyyy-mm-ddThh:mm:ss, example: " +" -escape: interpret escaped chars (for example \\a, \\07, \\x07)\n" +" -date: message date, format can be:\n" +" -n: 'n' seconds before now\n" +" +n: 'n' seconds in the future\n" +" n: 'n' seconds since the Epoch (see man time)\n" +" date/time (ISO 8601): yyyy-mm-ddThh:mm:ss, example: " "2014-01-19T04:32:55\n" -" time: hh:mm:ss (example: 04:32:55)\n" -" -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\", " -"if text starts with \"-\", then add a \"\\\" before)\n" -" -stdout: display text on stdout (escaped chars are interpreted)\n" -" -stderr: display text on stderr (escaped chars are interpreted)\n" -" -beep: alias of \"-stderr \\a\"\n" +" time: hh:mm:ss (example: 04:32:55)\n" +" -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" +"\", if text starts with \"-\", then add a \"\\\" before)\n" +" -stdout: display text on stdout (escaped chars are interpreted)\n" +" -stderr: display text on stderr (escaped chars are interpreted)\n" +" -beep: alias of \"-stderr \\a\"\n" "\n" "The options -action ... -quit use the prefix defined in options \"weechat." "look.prefix_*\".\n" |