From dba94f0c5d8bb862087e5c84ead187751e17ac1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 16 May 2020 13:40:08 +0200 Subject: [PATCH] core: add color in /buffer output for notification level, update translations (issue #1505) --- doc/de/includes/autogen_user_commands.de.adoc | 88 ++++++------- doc/en/includes/autogen_user_commands.en.adoc | 4 +- doc/fr/includes/autogen_user_commands.fr.adoc | 4 +- doc/it/includes/autogen_user_commands.it.adoc | 4 +- doc/ja/includes/autogen_user_commands.ja.adoc | 88 ++++++------- doc/pl/includes/autogen_user_commands.pl.adoc | 118 +++++++++--------- po/cs.po | 18 +-- po/de.po | 20 +-- po/es.po | 16 ++- po/fr.po | 27 ++-- po/hu.po | 16 ++- po/it.po | 16 ++- po/ja.po | 20 +-- po/pl.po | 20 +-- po/pt.po | 18 +-- po/pt_BR.po | 16 ++- po/ru.po | 16 ++- po/tr.po | 16 ++- po/weechat.pot | 16 ++- src/core/wee-command.c | 35 +++--- 20 files changed, 319 insertions(+), 257 deletions(-) diff --git a/doc/de/includes/autogen_user_commands.de.adoc b/doc/de/includes/autogen_user_commands.de.adoc index 618517f3a..97e393a2b 100644 --- a/doc/de/includes/autogen_user_commands.de.adoc +++ b/doc/de/includes/autogen_user_commands.de.adoc @@ -1096,68 +1096,68 @@ Beispiele: unhide [||-all [|...]] renumber [ [ []]] close [[-]|...] - notify + notify [] localvar [|] set [] get |-|+| - list: alle geöffneten Buffer werden aufgelistet (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben) - add: öffnet einen neuen Buffer (dieser kann mit "/buffer close" oder "q" in der Eingabezeile, beendet werden) - clear: leert den Inhalt des Buffers (entweder durch Angabe der entsprechenden Nummer des Buffers oder "-merged " für zusammengefügte Buffer oder "-all" für alle Buffer. Ohne Angabe eines Arguments wird der aktuelle Buffer gelöscht) - move: Buffer in der Liste verschieben (kann auch relativ sein, z.B. -1); "-" = auf erste Position verschieben, "+" = auf letzte Position + 1 verschieben - swap: tauscht zwei Buffer miteinander aus (bei Angabe von nur einem Buffer (Buffernummer/-name), wird der aktuelle Buffer mit dem angegebenen Buffer getauscht) - cycle: springt in einer Schleife von einem Buffer zum nächsten, die in einer Liste angegeben werden - merge: fügt den aktuellen Buffer mit einem anderen Buffer zusammen (bei einem Chat-Buffer werden zwei Buffer zusammengefügt - (Bei der Standardtastenbelegung wird mittels "CTRL-x" zwischen zusammengefügten Buffern umgeschaltet) - unmerge: trennt Buffer wieder voneinander, falls zwei Buffer die selbe Nummer teilen - hide: versteckt einen Buffer - unhide: macht Buffer wieder sichtbar -renumber: Buffer werden umnummeriert (Einstellung weechat.look.buffer_auto_renumber muss deaktiviert sein) - close: Buffer schließen (Nummer oder Bereich ist optional) - notify: setzt den Status der Benachrichtigung für den aktuellen Buffer. Folgende Möglichkeiten bestimmen den Grad der Benachrichtigung und ob der Buffer in der Hotlist angezeigt wird: - none: keine Benachrichtigung - highlight: Benachrichtigung bei hervorgehobenen Nachrichten (Highlights) - message: Benachrichtigung bei Nachrichten von Usern + Highlights - all: Benachrichtigung bei allen Nachrichten - reset: Benachrichtigung auf Standardwert zurück setzen (all) -localvar: zeigt die lokalen Variablen für den aktuellen Buffer an - set: setzt eine Eigenschaft für den aktuellen Buffer - get: zeigt eine Eigenschaft für den aktuellen Buffer an - number: wechselt von einem Buffer zu einem anderen, mögliche Optionen: - '+': relativer Sprung um 'n'-Buffer - '-': relativer Sprung, um 'n'-Buffer - '*': wechselt zum Buffer mit der Nummer 'n'; nutzt die interne Einstellung "weechat.look.jump_current_to_previous_buffer" - -: springt zum ersten Buffer - +: springt zum letzten Buffer - name: wechselt zum Buffer mit dem angegebenen Namen (Name muss nicht vollständig sein!) + list: list buffers (without argument, this list is displayed) + add: add a new buffer (it can be closed with "/buffer close" or input "q") + clear: clear buffer content (number for a buffer, -merged for merged buffers, -all for all buffers, or nothing for current buffer) + move: move buffer in the list (may be relative, for example -1); "-" = move to first buffer number, "+" = move to last buffer number + 1 + swap: swap two buffers (swap with current buffer if only one number/name given) + cycle: jump loop between a list of buffers + merge: merge current buffer to another buffer (chat area will be mix of both buffers) + (by default ctrl-x switches between merged buffers) + unmerge: unmerge buffer from other buffers which have same number + hide: hide the buffer + unhide: unhide the buffer +renumber: renumber buffers (works only if option weechat.look.buffer_auto_renumber is off) + close: close buffer (number/range or name is optional) + notify: display or set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: + none: never + highlight: for highlights only + message: for messages from users + highlights + all: all messages + reset: reset to default value (all) +localvar: display local variables for the buffer + set: set a property for current buffer + get: display a property of current buffer + number: jump to buffer by number, possible prefix: + '+': relative jump, add number to current + '-': relative jump, sub number to current + '*': jump to number, using option "weechat.look.jump_current_to_previous_buffer" + -: jump to first buffer number + +: jump to last buffer number + name: jump to buffer by (partial) name -Beispiele: - leert den aktuellen Buffer: +Examples: + clear current buffer: /buffer clear - verschiebt Buffer auf Position 5: + move buffer to number 5: /buffer move 5 - tauscht Buffer 1 und 3: + swap buffer 1 with 3: /buffer swap 1 3 - tauscht Buffer #weechat und den aktuellen Buffer: + swap buffer #weechat with current buffer: /buffer swap #weechat - springt in einer Schleife zu den Buffern #chan1, #chan2, #chan3: + jump on #chan1, #chan2, #chan3 and loop: /buffer cycle #chan1 #chan2 #chan3 - verbindet Buffer mit dem Core-Buffer: + merge with core buffer: /buffer merge 1 - verbindet Buffer mit #weechat buffer: + merge with #weechat buffer: /buffer merge #weechat - trennt Buffer voneinander: + unmerge buffer: /buffer unmerge - schließt aktuellen Buffer: + close current buffer: /buffer close - schließt Buffer 5 bis 7: + close buffers 5 to 7: /buffer close 5-7 - springt zum Buffer: #weechat: + jump to #weechat: /buffer #weechat - springt zum nächsten Buffer: + jump to next buffer: /buffer +1 - springt zum letzten Buffer: + jump to last buffer number: /buffer + ---- diff --git a/doc/en/includes/autogen_user_commands.en.adoc b/doc/en/includes/autogen_user_commands.en.adoc index 427b99d4d..802291c37 100644 --- a/doc/en/includes/autogen_user_commands.en.adoc +++ b/doc/en/includes/autogen_user_commands.en.adoc @@ -1096,7 +1096,7 @@ Examples: unhide [||-all [|...]] renumber [ [ []]] close [[-]|...] - notify + notify [] localvar [|] set [] get @@ -1115,7 +1115,7 @@ Examples: unhide: unhide the buffer renumber: renumber buffers (works only if option weechat.look.buffer_auto_renumber is off) close: close buffer (number/range or name is optional) - notify: set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: + notify: display or set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: none: never highlight: for highlights only message: for messages from users + highlights diff --git a/doc/fr/includes/autogen_user_commands.fr.adoc b/doc/fr/includes/autogen_user_commands.fr.adoc index 31b0414e8..2b137074c 100644 --- a/doc/fr/includes/autogen_user_commands.fr.adoc +++ b/doc/fr/includes/autogen_user_commands.fr.adoc @@ -1096,7 +1096,7 @@ Exemples : unhide [||-all [|...]] renumber [ []] close [[-]|...] - notify + notify [] localvar [|] set [] get @@ -1115,7 +1115,7 @@ Exemples : unhide : démasquer le tampon renumber : renuméroter des tampons (fonctionne seulement si l'option weechat.look.buffer_auto_renumber est désactivée) close : fermer le tampon (nombre/intervalle ou nom optionnel) - notify : définir le niveau de notification pour le tampon courant : ce niveau détermine si le tampon doit être ajouté à la hotlist ou pas : + notify : afficher ou définir le niveau de notification pour le tampon courant : ce niveau détermine si le tampon doit être ajouté à la hotlist ou pas : none : jamais highlight : pour les highlights seulement message : pour les messages d'utilisateurs + highlights diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index 6424aaf87..cf41d11cf 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -1096,7 +1096,7 @@ Examples: unhide [||-all [|...]] renumber [ [ []]] close [[-]|...] - notify + notify [] localvar [|] set [] get @@ -1115,7 +1115,7 @@ Examples: unhide: unhide the buffer renumber: renumber buffers (works only if option weechat.look.buffer_auto_renumber is off) close: close buffer (number/range or name is optional) - notify: set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: + notify: display or set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: none: never highlight: for highlights only message: for messages from users + highlights diff --git a/doc/ja/includes/autogen_user_commands.ja.adoc b/doc/ja/includes/autogen_user_commands.ja.adoc index ac0bbc176..4cccd9cf1 100644 --- a/doc/ja/includes/autogen_user_commands.ja.adoc +++ b/doc/ja/includes/autogen_user_commands.ja.adoc @@ -1096,68 +1096,68 @@ message: 離席メッセージ (メッセージが無い場合は、離席状態 unhide [||-all [|...]] renumber [ [ []]] close [[-]|...] - notify + notify [] localvar [|] set [] get |-|+| - list: バッファをリストアップ (引数無しの場合、このリストが表示されます) - add: 新しいバッファを追加 (バッファを閉じるには "/buffer close" または "q" を使ってください) - clear: バッファの内容を削除 (number はバッファ番号、マージバッファに対しては -merged、全てのバッファに対しては -all、何も無ければ現在のバッファ) - move: リストにバッファを移動 (相対指定も可能、例えば -1); "-" = 最初のバッファ番号に移動、"+" = 最後のバッファ番号 + 1 に移動 - swap: 2 つのバッファを入れ替え (現在のバッファと引数で与えた番号/名称で指定されるバッファを入れ替える) - cycle: 指定したバッファ間でバッファを循環させる - merge: 現在のバッファを他のバッファにマージ (2 つのバッファのチャットエリアが一緒になります) - (デフォルトでは ctrl-x でマージバッファの切り替え) - unmerge: 同じ番号を持つ他のバッファとのマージを解除 - hide: バッファを隠す - unhide: バッファを隠すことを止める -renumber: バッファを記憶 (weechat.look.buffer_auto_renumber オプションがオフの場合にのみ有効) - close: バッファを閉じる (番号/範囲または名前は任意) - notify: 現在のバッファの通知レベルを設定: このレベルでバッファがホットリストに追加されるかどうかを定義します: - none: 通知しない - highlight: ハイライトがあった場合のみ通知 - message: ユーザからのメッセージとハイライトがあった場合に通知 - all: 全てのメッセージを通知 - reset: デフォルトの値 (all) にリセット -localvar: 現在のバッファのローカル変数を表示 - set: 現在のバッファのプロパティを設定 - get: 現在のバッファのプロパティを表示 - number: 番号でバッファ移動、可能なプレフィックス: - '+': 相対移動、現在の番号に数を足す - '-': 相対移動、現在の番号から数を引く - '*': 番号に移動、オプション "weechat.look.jump_current_to_previous_buffer" が使われる - -: 最初のバッファ番号に移動 - +: 最後のバッファ番号に移動 - name: バッファ名 (一部) でバッファに移動 + list: list buffers (without argument, this list is displayed) + add: add a new buffer (it can be closed with "/buffer close" or input "q") + clear: clear buffer content (number for a buffer, -merged for merged buffers, -all for all buffers, or nothing for current buffer) + move: move buffer in the list (may be relative, for example -1); "-" = move to first buffer number, "+" = move to last buffer number + 1 + swap: swap two buffers (swap with current buffer if only one number/name given) + cycle: jump loop between a list of buffers + merge: merge current buffer to another buffer (chat area will be mix of both buffers) + (by default ctrl-x switches between merged buffers) + unmerge: unmerge buffer from other buffers which have same number + hide: hide the buffer + unhide: unhide the buffer +renumber: renumber buffers (works only if option weechat.look.buffer_auto_renumber is off) + close: close buffer (number/range or name is optional) + notify: display or set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: + none: never + highlight: for highlights only + message: for messages from users + highlights + all: all messages + reset: reset to default value (all) +localvar: display local variables for the buffer + set: set a property for current buffer + get: display a property of current buffer + number: jump to buffer by number, possible prefix: + '+': relative jump, add number to current + '-': relative jump, sub number to current + '*': jump to number, using option "weechat.look.jump_current_to_previous_buffer" + -: jump to first buffer number + +: jump to last buffer number + name: jump to buffer by (partial) name -例: - 現在のバッファの内容を消去: +Examples: + clear current buffer: /buffer clear - バッファを 5 番に移動: + move buffer to number 5: /buffer move 5 - バッファ 1 番と 3 番を入れ替え: + swap buffer 1 with 3: /buffer swap 1 3 - 現在のバッファと #weechat バッファを入れ替え: + swap buffer #weechat with current buffer: /buffer swap #weechat - #chan1、#chan2、#chan3 に移動してそれを繰り返す: + jump on #chan1, #chan2, #chan3 and loop: /buffer cycle #chan1 #chan2 #chan3 - コアバッファとマージ: + merge with core buffer: /buffer merge 1 - #weechat バッファとマージ: + merge with #weechat buffer: /buffer merge #weechat - バッファマージの解除: + unmerge buffer: /buffer unmerge - 現在のバッファを閉じる: + close current buffer: /buffer close - バッファ番号 5 から 7 を閉じる: + close buffers 5 to 7: /buffer close 5-7 - #weechat バッファに移動: + jump to #weechat: /buffer #weechat - 次のバッファに移動: + jump to next buffer: /buffer +1 - 最後のバッファ番号に移動: + jump to last buffer number: /buffer + ---- diff --git a/doc/pl/includes/autogen_user_commands.pl.adoc b/doc/pl/includes/autogen_user_commands.pl.adoc index 1c7b46e9f..a10add604 100644 --- a/doc/pl/includes/autogen_user_commands.pl.adoc +++ b/doc/pl/includes/autogen_user_commands.pl.adoc @@ -1084,79 +1084,79 @@ Przykłady: ---- /buffer list - add [-free] [-switch] - clear [||-merged|-all [|...]] - move |-|+ - swap | [|] - cycle | [|...] - merge | - unmerge [|-all] - hide [||-all [|...]] - unhide [||-all [|...]] - renumber [ [ []]] - close [[-]|...] - notify - localvar - set [] - get - |-|+| + add [-free] [-switch] + clear [||-merged|-all [|...]] + move |-|+ + swap | [|] + cycle | [|...] + merge | + unmerge [|-all] + hide [||-all [|...]] + unhide [||-all [|...]] + renumber [ [ []]] + close [[-]|...] + notify [] + localvar [|] + set [] + get + |-|+| - list: wyświetla listę buforów (bez podania argumenty wyświetlana jest ta lista) - add: dodaje nowy bufor (może zostać zamknięty komendą "/buffer close" albo "q") - clear: czyści zawartość bufora (numer bufora, -merged dla połączonych buforów, -all dla wszystkich buforów, lub nic dla obecnego bufora) - move: przesuwa bufor na liście (może być względne, np -1); "-" = przesuwa na pierwszy numer, "+" = przesuwa na ostatni numer bufora +1 - swap: zamienia miejscami dwa bufory (zamienia z obecnym buforem, jeśli podano tylko jeden numer/nazwę) - cycle: przełącza w pętli między listą buforów - merge: łączy obecny bufor z innym (obszar rozmowy zostanie pomieszany między oba bufory) - (domyślnie ctrl-x przełącza pomiędzy połączonymi buforami) - unmerge: odłącza bufor od innych mających taki sam numer - hide: ukrywa bufor - unhide: przywraca ukryty bufor -renumber: zmienia numer bufora (działa tylko, jeśli opcja weechat.look.buffer_auto_renumber jest wyłączona) - close: zamyka bufor (numer/przedział są opcjonalne) - notify: ustawia poziom powiadomień dla obecnego bufora: ten poziom określa czy bufor zostanie dodany do hotlisty czy nie: - none: nigdy - highlight: tylko dla higlightów - message: wiadomości od użytkowników + highlighty - all: wszystkie wiadomości - reset: przywraca wartości domyślne (all) -localvar: wyświetla zmienne lokalne obecnego bufora - set: ustawia właściwość obecnego bufora - get: wyświetla właściwości obecnego bufora - numer: przechodzi do bufora o numerze, dostępne prefiksy: - '+': przejście względne, dodaje numer do obecnego - '-': przejście względne, odejmuje numer od obecnego - '*': przejście do numeru, używając opcji "weechat.look.jump_current_to_previous_buffer" - -: przejście do pierwszego bufora - +: przejście do ostatniego bufora - nazwa: przejście do bufora o (częściowej) nazwie + list: list buffers (without argument, this list is displayed) + add: add a new buffer (it can be closed with "/buffer close" or input "q") + clear: clear buffer content (number for a buffer, -merged for merged buffers, -all for all buffers, or nothing for current buffer) + move: move buffer in the list (may be relative, for example -1); "-" = move to first buffer number, "+" = move to last buffer number + 1 + swap: swap two buffers (swap with current buffer if only one number/name given) + cycle: jump loop between a list of buffers + merge: merge current buffer to another buffer (chat area will be mix of both buffers) + (by default ctrl-x switches between merged buffers) + unmerge: unmerge buffer from other buffers which have same number + hide: hide the buffer + unhide: unhide the buffer +renumber: renumber buffers (works only if option weechat.look.buffer_auto_renumber is off) + close: close buffer (number/range or name is optional) + notify: display or set notify level for current buffer: this level determines whether buffer will be added to hotlist or not: + none: never + highlight: for highlights only + message: for messages from users + highlights + all: all messages + reset: reset to default value (all) +localvar: display local variables for the buffer + set: set a property for current buffer + get: display a property of current buffer + number: jump to buffer by number, possible prefix: + '+': relative jump, add number to current + '-': relative jump, sub number to current + '*': jump to number, using option "weechat.look.jump_current_to_previous_buffer" + -: jump to first buffer number + +: jump to last buffer number + name: jump to buffer by (partial) name -Przykłady: - czyści zawartość obecnego bufora: +Examples: + clear current buffer: /buffer clear - przenosi bufor na numer 5: + move buffer to number 5: /buffer move 5 - zamienia bufor 1 z 3: + swap buffer 1 with 3: /buffer swap 1 3 - zamienia bufor #weechat z obecnym buforem: + swap buffer #weechat with current buffer: /buffer swap #weechat - przełącza w pętli między #chan1, #chan2, #chan3: + jump on #chan1, #chan2, #chan3 and loop: /buffer cycle #chan1 #chan2 #chan3 - łączy z głównym buforem: + merge with core buffer: /buffer merge 1 - łączy z buforem #weechat: + merge with #weechat buffer: /buffer merge #weechat - odłącza bufory: + unmerge buffer: /buffer unmerge - zamyka obecny bufor: + close current buffer: /buffer close - zamyka bufory od 5 do 7: + close buffers 5 to 7: /buffer close 5-7 - przechodzi do #weechat: + jump to #weechat: /buffer #weechat - przechodzi do następnego bufora: + jump to next buffer: /buffer +1 - przechodzi do ostatniego bufora: + jump to last buffer number: /buffer + ---- diff --git a/po/cs.po b/po/cs.po index ec0906c5f..a808c40ec 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -408,8 +408,8 @@ msgstr "%sChyba: bufer číslo %d je mimo rozsah (musí být mezi 1 a %d)" msgid "Buffers list:" msgstr "Seznam buferů:" -#, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +#, fuzzy, c-format +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr " %s[%s%d%s]%s %s%s.%s%s%s (notifikace: %s)%s%s" #, c-format @@ -436,6 +436,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sChyba: hlavní bufer WeeChat nemůže být zavřen" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "%sTéma pro %s%s%s nastaveno %s" + #, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sChyba: nemohu nastavit úroveň \"%s\" notifikací" @@ -1243,8 +1247,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" "list || clear [<číslo>|-merged|-all] || move|merge <číslo> || unmerge " "[<číslo>] || close [[-]] || notify <úroveň> || localvar || set " @@ -1271,8 +1275,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/de.po b/po/de.po index 17b69338e..93fdecbcd 100644 --- a/po/de.po +++ b/po/de.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-05-08 19:58+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -448,8 +448,8 @@ msgstr "" msgid "Buffers list:" msgstr "Liste der vorhandenen Buffer:" -#, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +#, fuzzy, c-format +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr " %s[%s%d%s]%s %s%s.%s%s%s (Benachrichtigung: %s)%s%s" #, c-format @@ -476,6 +476,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sFehler: Der Hauptbuffer von WeeChat kann nicht geschlossen werden" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "%sDas Thema von %s%s%s lautet: \"%s%s%s\"" + #, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sFehler: Benachrichtigungsstufe, \"%s\", kann nicht gesetzt werden" @@ -1286,6 +1290,7 @@ msgstr "" msgid "manage buffers" msgstr "Buffer verwalten" +#, fuzzy msgid "" "list || add [-free] [-switch] || clear [||-merged|-all " "[|...]] || move |-|+ || swap | " @@ -1293,8 +1298,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" "list || add [-free] [-switch] || clear [||-merged|-all " "[|...]] || move |-|+ || swap | " @@ -1305,6 +1310,7 @@ msgstr "" "...] || notify || localvar [|] || set " "[] || get || |-|+|" +#, fuzzy msgid "" " list: list buffers (without argument, this list is displayed)\n" " add: add a new buffer (it can be closed with \"/buffer close\" or input " @@ -1325,8 +1331,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/es.po b/po/es.po index 154c77bbb..3e7922e08 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -401,7 +401,7 @@ msgid "Buffers list:" msgstr "Lista de buffers:" #, fuzzy, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr " %s[%s%d%s]%s (%s) %s%s%s (aviso: %s)" #, c-format @@ -426,6 +426,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sError: el buffer principal de WeeChat no puede ser cerrado" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "%sEl tema para %s%s%s es \"%s%s\"" + #, fuzzy, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sError: no se pudo configurar la opción \"%s\" en la barra \"%s\"" @@ -1239,8 +1243,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" "list || clear [||-merged|-all] || move|merge || " "swap| [|] || unmerge [|-all] || " @@ -1268,8 +1272,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/fr.po b/po/fr.po index ef2f89b81..842884a28 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" -"PO-Revision-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" +"PO-Revision-Date: 2020-05-16 13:39+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -434,8 +434,8 @@ msgid "Buffers list:" msgstr "Liste des tampons :" #, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" -msgstr " %s[%s%d%s]%s %s%s.%s%s%s (notification : %s)%s%s" +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" +msgstr " %s[%s%d%s]%s %s%s.%s%s%s (notification : %s%s%s)%s%s" #, c-format msgid "%sError: name \"%s\" is reserved for WeeChat" @@ -461,6 +461,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sErreur : le tampon principal de WeeChat ne peut pas être fermé" +#, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "Notification pour \"%s%s%s\" : \"%s%s%s\"" + #, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sErreur : impossible de définir le niveau de notification \"%s\"" @@ -1271,8 +1275,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" "list || add [-free] [-switch] || clear [||-merged|-all " "[|...]] || move |-|+ || swap | " @@ -1280,7 +1284,7 @@ msgstr "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] || " "renumber [ []] || close [[-]|...] || " -"notify || localvar [|] || set [] " +"notify [] || localvar [|] || set [] " "|| get || |" msgid "" @@ -1303,8 +1307,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" @@ -1373,8 +1377,9 @@ msgstr "" "renumber : renuméroter des tampons (fonctionne seulement si l'option weechat." "look.buffer_auto_renumber est désactivée)\n" " close : fermer le tampon (nombre/intervalle ou nom optionnel)\n" -" notify : définir le niveau de notification pour le tampon courant : ce " -"niveau détermine si le tampon doit être ajouté à la hotlist ou pas :\n" +" notify : afficher ou définir le niveau de notification pour le tampon " +"courant : ce niveau détermine si le tampon doit être ajouté à la hotlist ou " +"pas :\n" " none : jamais\n" " highlight : pour les highlights seulement\n" " message : pour les messages d'utilisateurs + highlights\n" diff --git a/po/hu.po b/po/hu.po index b5f6cca50..3aa8ef59a 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -398,7 +398,7 @@ msgid "Buffers list:" msgstr "" #, fuzzy, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr "%s%s %s(%s%s%s)%s kilépett" #, c-format @@ -423,6 +423,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "A %s%s%s szoba témája: " + #, fuzzy, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%s ismeretlen opció a \"%s\" parancsnak\n" @@ -1211,8 +1215,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" #, fuzzy @@ -1236,8 +1240,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/it.po b/po/it.po index d7e63bc2b..549d13cdc 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -393,7 +393,7 @@ msgid "Buffers list:" msgstr "Elenco buffer:" #, fuzzy, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr " %s[%s%d%s]%s (%s) %s%s%s (notifica: %s)" #, c-format @@ -418,6 +418,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sErrore: il buffer principale di WeeChat non può essere chiuso" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "%sL'argomento per %s%s%s è \"%s%s\"" + #, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sErrore: impossibile impostare il livello di notifica \"%s\"" @@ -1217,8 +1221,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" "list || clear [||-merged|-all] || move|merge || swap " "| [|] || unmerge [|-all] || close " @@ -1246,8 +1250,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/ja.po b/po/ja.po index e5cff833e..f9e0c2d48 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese || clear [||-merged|-all " "[|...]] || move |-|+ || swap | " @@ -1243,8 +1248,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" "list || add [-free] [-switch] || clear [||-merged|-all " "[|...]] || move |-|+ || swap | " @@ -1255,6 +1260,7 @@ msgstr "" "...] || notify || localvar [|] || set " "[] || get || |-|+|" +#, fuzzy msgid "" " list: list buffers (without argument, this list is displayed)\n" " add: add a new buffer (it can be closed with \"/buffer close\" or input " @@ -1275,8 +1281,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/pl.po b/po/pl.po index cf6b56a20..7139c19f6 100644 --- a/po/pl.po +++ b/po/pl.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: Polish \n" @@ -426,8 +426,8 @@ msgstr "" msgid "Buffers list:" msgstr "Lista buforów:" -#, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +#, fuzzy, c-format +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr " %s[%s%d%s]%s %s%s.%s%s%s (powiadomienie: %s)%s%s" #, c-format @@ -454,6 +454,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sBłąd: główny bufor WeeChat nie może zostać zamknięty" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "%sTemat kanału %s%s%s to \"%s%s%s\"" + #, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sBłąd: nie można ustawić poziomu powiadomień \"%s\"" @@ -1260,6 +1264,7 @@ msgstr "" msgid "manage buffers" msgstr "zarządzaj buforami" +#, fuzzy msgid "" "list || add [-free] [-switch] || clear [||-merged|-all " "[|...]] || move |-|+ || swap | " @@ -1267,8 +1272,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" "list || add [-free] [-switch] || clear [||-merged|-all " "[|...]] || move |-|+ || swap | " @@ -1279,6 +1284,7 @@ msgstr "" "...] || notify || localvar || set [] || get " " || |-|+|" +#, fuzzy msgid "" " list: list buffers (without argument, this list is displayed)\n" " add: add a new buffer (it can be closed with \"/buffer close\" or input " @@ -1299,8 +1305,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/pt.po b/po/pt.po index 82b345620..af89deb2b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Vasco Almeida \n" "Language-Team: Portuguese <>\n" @@ -411,8 +411,8 @@ msgstr "" msgid "Buffers list:" msgstr "Lista de buffers:" -#, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +#, fuzzy, c-format +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr " %s[%s%d%s]%s %s%s.%s%s%s (notificação: %s)%s%s" #, c-format @@ -439,6 +439,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sErro: o buffer principal do WeeChat não pode ser fechado" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "%sO tópico de %s%s%s é \"%s%s%s\"" + #, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sErro: não foi possível definir o nível de notificação \"%s\"" @@ -1243,8 +1247,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" "list || clear [||-merged|-all [|...]] || move " "|-|+ || swap | [|] || cycle |" @@ -1275,8 +1279,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 652ba3665..0d6e31ffa 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-18 11:34+0200\n" "Last-Translator: Eduardo Elias \n" "Language-Team: weechat-dev \n" @@ -425,7 +425,7 @@ msgid "Buffers list:" msgstr "Lista de buffers:" #, fuzzy, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr " %s[%s%d%s]%s (%s) %s%s%s (notificar: %s)" #, c-format @@ -450,6 +450,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sErro: o buffer principal do WeeChat não pode ser fechado" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "%sTópico para o canal %s%s%s é \"%s%s\"" + #, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sErro: incapaz de configurar o nível de notificação \"%s\"" @@ -1260,8 +1264,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" "list || clear [||-merged|-all] || move|merge || swap " "| [|] || unmerge [|-all] || close " @@ -1290,8 +1294,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/ru.po b/po/ru.po index caf5c5098..8b4759e26 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2020-04-28 16:40+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -407,7 +407,7 @@ msgid "Buffers list:" msgstr "Список буферов:" #, fuzzy, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr "%s%s %s(%s%s%s)%s вышел" #, c-format @@ -432,6 +432,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "%sОшибка: нельзя закрыть основной буфер WeeChat" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "Тема канала %s%s%s: " + #, fuzzy, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%s неизвестный параметр для команды \"%s\"\n" @@ -1232,8 +1236,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" #, fuzzy @@ -1257,8 +1261,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/tr.po b/po/tr.po index d859c9885..ead5a3ef5 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: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2019-11-03 08:38+0100\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -360,7 +360,7 @@ msgid "Buffers list:" msgstr "" #, fuzzy, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)" #, c-format @@ -385,6 +385,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "" +#, fuzzy, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "%s %s%s%s kanalının konusu \"%s%s\"" + #, fuzzy, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "%sHata: dosya \"%s\" oluşturulamaz" @@ -1100,8 +1104,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" msgid "" @@ -1124,8 +1128,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/po/weechat.pot b/po/weechat.pot index f134a3e0d..28ece15ab 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: 2020-05-05 20:43+0200\n" +"POT-Creation-Date: 2020-05-16 13:39+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -358,7 +358,7 @@ msgid "Buffers list:" msgstr "" #, c-format -msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s" +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s" msgstr "" #, c-format @@ -383,6 +383,10 @@ msgstr "" msgid "%sError: WeeChat main buffer can't be closed" msgstr "" +#, c-format +msgid "Notify for \"%s%s%s\": \"%s%s%s\"" +msgstr "" + #, c-format msgid "%sError: unable to set notify level \"%s\"" msgstr "" @@ -1104,8 +1108,8 @@ msgid "" "| || unmerge [|-all] || hide [||-all " "[|...]] || unhide [||-all [|...]] " "|| renumber [ [ []]] || close [[-]|" -"...] || notify || localvar [|] || set " -"[] || get || |-|+|" +"...] || notify [] || localvar [|] || set " +" [] || get || |-|+|" msgstr "" msgid "" @@ -1128,8 +1132,8 @@ msgid "" "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" +" notify: display or set notify level for current buffer: this level " +"determines whether buffer will be added to hotlist or not:\n" " none: never\n" " highlight: for highlights only\n" " message: for messages from users + highlights\n" diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 6dd4948cd..962d69f97 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -567,22 +567,25 @@ COMMAND_CALLBACK(buffer) for (ptr_buffer = gui_buffers; ptr_buffer; ptr_buffer = ptr_buffer->next_buffer) { - gui_chat_printf (NULL, - _(" %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)%s%s"), - GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS), - GUI_COLOR(GUI_COLOR_CHAT), - ptr_buffer->number, - GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS), - GUI_COLOR(GUI_COLOR_CHAT_BUFFER), - gui_buffer_get_plugin_name (ptr_buffer), - GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS), - GUI_COLOR(GUI_COLOR_CHAT_BUFFER), - ptr_buffer->name, - GUI_COLOR(GUI_COLOR_CHAT), - gui_buffer_notify_string[ptr_buffer->notify], - (ptr_buffer->hidden) ? " " : "", - /* TRANSLATORS: "hidden" is displayed in list of buffers */ - (ptr_buffer->hidden) ? _("(hidden)") : ""); + gui_chat_printf ( + NULL, + _(" %s[%s%d%s]%s %s%s.%s%s%s (notify: %s%s%s)%s%s"), + GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS), + GUI_COLOR(GUI_COLOR_CHAT), + ptr_buffer->number, + GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS), + GUI_COLOR(GUI_COLOR_CHAT_BUFFER), + gui_buffer_get_plugin_name (ptr_buffer), + GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS), + GUI_COLOR(GUI_COLOR_CHAT_BUFFER), + ptr_buffer->name, + GUI_COLOR(GUI_COLOR_CHAT), + GUI_COLOR(GUI_COLOR_CHAT_VALUE), + gui_buffer_notify_string[ptr_buffer->notify], + GUI_COLOR(GUI_COLOR_CHAT), + (ptr_buffer->hidden) ? " " : "", + /* TRANSLATORS: "hidden" is displayed in list of buffers */ + (ptr_buffer->hidden) ? _("(hidden)") : ""); } return WEECHAT_RC_OK;