diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-11 19:08:49 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-11 19:08:49 +0100 |
commit | dcd7ff81b363498cd2d89d45410f1992fa35de7e (patch) | |
tree | 92b85827717338b2dbcbc59d45bb9f4b14cebed9 /po/it.po | |
parent | 58f1403414f4868c6f5888c476852a60ab976ef4 (diff) | |
download | weechat-dcd7ff81b363498cd2d89d45410f1992fa35de7e.zip |
core: update translations
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 40 |
1 files changed, 36 insertions, 4 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-12-11 13:16+0100\n" +"POT-Creation-Date: 2013-12-11 19:07+0100\n" "PO-Revision-Date: 2013-11-09 10:18+0100\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -189,6 +189,10 @@ msgstr "%sErrore: impossibile scorrere la barra \"%s\"" msgid "%sError: unknown option for \"%s\" command" msgstr "%sErrore: opzione sconosciuta per il comando \"%s\"" +#, fuzzy, c-format +msgid "%sError: buffer number %d is out of range (it must be between 1 and %d)" +msgstr "%sNumero colore \"%s\" non valido (deve essere compresto tra %d e %d)" + msgid "Buffers list:" msgstr "Elenco buffer:" @@ -205,6 +209,12 @@ msgid "%sError: buffer not found" msgstr "%sErrore: buffer non trovato" #, c-format +msgid "" +"%sError: renumbering is allowed only if option weechat.look." +"buffer_auto_renumber is off" +msgstr "" + +#, c-format msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sErrore: il buffer principale di WeeChat non può essere chiuso" @@ -1014,17 +1024,20 @@ msgstr "" msgid "manage buffers" msgstr "gestione dei buffer" +#, fuzzy msgid "" "list || clear [<number>|<name>|-merged|-all] || move|merge <number> || swap " -"<number1>|<name1> [<number2>|<name2>] || unmerge [<number>|-all] || close " -"[<n1>[-<n2>]|<name>] || notify <level> || localvar || set <property> <value> " -"|| get <property> || <number>|<name>" +"<number1>|<name1> [<number2>|<name2>] || unmerge [<number>|-all] || renumber " +"[<number1> [<number2> [<start>]]] || close [<n1>[-<n2>]|<name>] || notify " +"<level> || localvar || set <property> <value> || get <property> || <number>|" +"<name>" msgstr "" "list || clear [<numero>|<nome>|-merged|-all] || move|merge <numero> || swap " "<numero1>|<nome1> [<numero2>|<nome2>] || unmerge [<numero>|-all] || close " "[<n1>[-<n2>]|<nome>] || notify <livello> || localvar || set <proprietà> " "<valore> || get <proprietà> || <numero>|<nome>" +#, fuzzy msgid "" " list: list buffers (without argument, this list is displayed)\n" " clear: clear buffer content (number for a buffer, -merged for merged " @@ -1036,6 +1049,8 @@ msgid "" "both buffers)\n" " (by default ctrl-x switches between merged buffers)\n" " unmerge: unmerge buffer from other buffers which have same number\n" +"renumber: renumber buffers (works only if option weechat.look." +"buffer_auto_renumber is off)\n" " close: close buffer (number/range or name is optional)\n" " notify: set notify level for current buffer: this level determines whether " "buffer will be added to hotlist or not:\n" @@ -2759,6 +2774,12 @@ msgstr "" "(per le barre che hanno il riempimento \"horizontal\")" msgid "" +"automatically renumber buffers to have only consecutive numbers and start " +"with number 1; if disabled, gaps between buffer numbers are allowed and the " +"first buffer can have a number greater than 1" +msgstr "" + +msgid "" "default notify level for buffers (used to tell WeeChat if buffer must be " "displayed in hotlist or not, according to importance of message): all=all " "messages (default), message=messages+highlights, highlight=highlights only, " @@ -2770,6 +2791,13 @@ msgstr "" "message=messaggi+notifiche, highlight=solo notifiche, none=non viene mai " "visualizzato nella hotlist" +msgid "" +"position of a new buffer: end = after the end of list (number = last number " +"+ 1) (default), first_gap = at first available number in the list (after the " +"end of list if no number is available); this option is used only if the " +"buffer has no layout number" +msgstr "" + msgid "default text search in buffer: case sensitive or not" msgstr "" @@ -4258,6 +4286,10 @@ msgid "%sError: a buffer with same name (%s) already exists" msgstr "%sErrore: un buffer con lo stesso nome (%s) esiste già" #, c-format +msgid "%sError: maximum number of buffers is reached (%d)" +msgstr "" + +#, c-format msgid "%sError: it is only possible to merge buffers with formatted content" msgstr "%sErrore: è possibile solo unire i buffer con il contenuto formattato" |