diff --git a/doc/de/autogen/user/weechat_options.asciidoc b/doc/de/autogen/user/weechat_options.asciidoc index 7ee42322f..348d12753 100644 --- a/doc/de/autogen/user/weechat_options.asciidoc +++ b/doc/de/autogen/user/weechat_options.asciidoc @@ -283,6 +283,11 @@ ** Typ: Farbe ** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "/" für kursiv, "_" für unterstrichen (Standardwert: `yellow`) +* [[option_weechat.color.status_mouse]] *weechat.color.status_mouse* +** Beschreibung: `text color for mouse indicator in status bar` +** Typ: Farbe +** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "/" für kursiv, "_" für unterstrichen (Standardwert: `green`) + * [[option_weechat.color.status_name]] *weechat.color.status_name* ** Beschreibung: `Farbe des aktuellen Buffer-Namens in der Statuszeile` ** Typ: Farbe @@ -668,6 +673,11 @@ ** Typ: Zeichenkette ** Werte: beliebige Zeichenkette (Standardwert: `"!"`) +* [[option_weechat.look.item_mouse_status]] *weechat.look.item_mouse_status* +** Beschreibung: `string used to show if mouse is enabled (bar item "mouse_status")` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `"M"`) + * [[option_weechat.look.item_time_format]] *weechat.look.item_time_format* ** Beschreibung: `Format für die Zeitanzeige des Bar-Items, "time" (siehe man strftime, welche Platzhalter für das Datum und die Uhrzeit verwendet werden)` ** Typ: Zeichenkette diff --git a/doc/en/autogen/user/weechat_options.asciidoc b/doc/en/autogen/user/weechat_options.asciidoc index d220726ae..62c9b2aac 100644 --- a/doc/en/autogen/user/weechat_options.asciidoc +++ b/doc/en/autogen/user/weechat_options.asciidoc @@ -283,6 +283,11 @@ ** type: color ** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (default value: `yellow`) +* [[option_weechat.color.status_mouse]] *weechat.color.status_mouse* +** description: `text color for mouse indicator in status bar` +** type: color +** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (default value: `green`) + * [[option_weechat.color.status_name]] *weechat.color.status_name* ** description: `text color for current buffer name in status bar` ** type: color @@ -668,6 +673,11 @@ ** type: string ** values: any string (default value: `"!"`) +* [[option_weechat.look.item_mouse_status]] *weechat.look.item_mouse_status* +** description: `string used to show if mouse is enabled (bar item "mouse_status")` +** type: string +** values: any string (default value: `"M"`) + * [[option_weechat.look.item_time_format]] *weechat.look.item_time_format* ** description: `time format for "time" bar item (see man strftime for date/time specifiers)` ** type: string diff --git a/doc/fr/autogen/user/weechat_options.asciidoc b/doc/fr/autogen/user/weechat_options.asciidoc index 043535350..de984440c 100644 --- a/doc/fr/autogen/user/weechat_options.asciidoc +++ b/doc/fr/autogen/user/weechat_options.asciidoc @@ -283,6 +283,11 @@ ** type: couleur ** valeurs: un nom de couleur WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numéro de couleur du terminal ou un alias ; des attributs sont autorisés avant la couleur (seulement pour la couleur du texte, pas le fond) : "*" pour le gras, "!" pour la vidéo inverse, "/" pour l'italique, "_" pour le souligné (valeur par défaut: `yellow`) +* [[option_weechat.color.status_mouse]] *weechat.color.status_mouse* +** description: `couleur du texte pour l'indicateur de la souris dans la barre de statut` +** type: couleur +** valeurs: un nom de couleur WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numéro de couleur du terminal ou un alias ; des attributs sont autorisés avant la couleur (seulement pour la couleur du texte, pas le fond) : "*" pour le gras, "!" pour la vidéo inverse, "/" pour l'italique, "_" pour le souligné (valeur par défaut: `green`) + * [[option_weechat.color.status_name]] *weechat.color.status_name* ** description: `couleur du texte pour le nom du tampon courant dans la barre de statut` ** type: couleur @@ -668,6 +673,11 @@ ** type: chaîne ** valeurs: toute chaîne (valeur par défaut: `"!"`) +* [[option_weechat.look.item_mouse_status]] *weechat.look.item_mouse_status* +** description: `chaîne utilisée pour montrer si la souris est activée (objet de barre "mouse_status")` +** type: chaîne +** valeurs: toute chaîne (valeur par défaut: `"M"`) + * [[option_weechat.look.item_time_format]] *weechat.look.item_time_format* ** description: `format de date/heure pour l'objet de barre "time" (voir man strftime pour le format de date/heure)` ** type: chaîne diff --git a/doc/it/autogen/user/weechat_options.asciidoc b/doc/it/autogen/user/weechat_options.asciidoc index be68c4905..b12df35ae 100644 --- a/doc/it/autogen/user/weechat_options.asciidoc +++ b/doc/it/autogen/user/weechat_options.asciidoc @@ -283,6 +283,11 @@ ** tipo: colore ** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (valore predefinito: `yellow`) +* [[option_weechat.color.status_mouse]] *weechat.color.status_mouse* +** descrizione: `text color for mouse indicator in status bar` +** tipo: colore +** valori: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "/" for italic, "_" for underline (valore predefinito: `green`) + * [[option_weechat.color.status_name]] *weechat.color.status_name* ** descrizione: `colore del testo per il nome del buffer corrente nella barra di stato` ** tipo: colore @@ -668,6 +673,11 @@ ** tipo: stringa ** valori: qualsiasi stringa (valore predefinito: `"!"`) +* [[option_weechat.look.item_mouse_status]] *weechat.look.item_mouse_status* +** descrizione: `string used to show if mouse is enabled (bar item "mouse_status")` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `"M"`) + * [[option_weechat.look.item_time_format]] *weechat.look.item_time_format* ** descrizione: `formato dell'ora per l'elemento barra "time" (consultare man strftime per gli specificatori data/ora)` ** tipo: stringa diff --git a/doc/ja/autogen/user/weechat_options.asciidoc b/doc/ja/autogen/user/weechat_options.asciidoc index 9f80dc6de..7c4f4f946 100644 --- a/doc/ja/autogen/user/weechat_options.asciidoc +++ b/doc/ja/autogen/user/weechat_options.asciidoc @@ -283,6 +283,11 @@ ** タイプ: 色 ** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、ターミナル色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_" (デフォルト値: `yellow`) +* [[option_weechat.color.status_mouse]] *weechat.color.status_mouse* +** 説明: `text color for mouse indicator in status bar` +** タイプ: 色 +** 値: WeeChat の色名 (default、black、(dark)gray、white、(light)red、(light)green、brown、yellow、(light)blue、(light)magenta、(light)cyan) 、ターミナル色番号またはその別名; 色の前に属性を置くことができます (テキスト前景色のみ、背景色は出来ません): 太字は "*"、反転は "!"、イタリックは "/"、下線は "_" (デフォルト値: `green`) + * [[option_weechat.color.status_name]] *weechat.color.status_name* ** 説明: `ステータスバーの現在のバッファ名のテキスト色` ** タイプ: 色 @@ -668,6 +673,11 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"!"`) +* [[option_weechat.look.item_mouse_status]] *weechat.look.item_mouse_status* +** 説明: `string used to show if mouse is enabled (bar item "mouse_status")` +** タイプ: 文字列 +** 値: 未制約文字列 (デフォルト値: `"M"`) + * [[option_weechat.look.item_time_format]] *weechat.look.item_time_format* ** 説明: `"time" バーアイテムの時間フォーマット (日付/時間指定子は strftime の man を参照)` ** タイプ: 文字列 diff --git a/doc/pl/autogen/user/weechat_options.asciidoc b/doc/pl/autogen/user/weechat_options.asciidoc index 75c564119..acda6b4fe 100644 --- a/doc/pl/autogen/user/weechat_options.asciidoc +++ b/doc/pl/autogen/user/weechat_options.asciidoc @@ -283,6 +283,11 @@ ** typ: kolor ** wartości: nazwa koloru WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), numer koloru terminala albo alias; atrybuty dozwolone przed kolorem (tylko dla kolorów testu, nie tła): "*" pogrubienie, "!" odwrócenie, "/" pochylenie, "_" podkreślenie (domyślna wartość: `yellow`) +* [[option_weechat.color.status_mouse]] *weechat.color.status_mouse* +** opis: `text color for mouse indicator in status bar` +** typ: kolor +** wartości: nazwa koloru WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), numer koloru terminala albo alias; atrybuty dozwolone przed kolorem (tylko dla kolorów testu, nie tła): "*" pogrubienie, "!" odwrócenie, "/" pochylenie, "_" podkreślenie (domyślna wartość: `green`) + * [[option_weechat.color.status_name]] *weechat.color.status_name* ** opis: `kolor nazwy obecnego bufora w pasku statusu` ** typ: kolor @@ -668,6 +673,11 @@ ** typ: ciąg ** wartości: dowolny ciąg (domyślna wartość: `"!"`) +* [[option_weechat.look.item_mouse_status]] *weechat.look.item_mouse_status* +** opis: `string used to show if mouse is enabled (bar item "mouse_status")` +** typ: ciąg +** wartości: dowolny ciąg (domyślna wartość: `"M"`) + * [[option_weechat.look.item_time_format]] *weechat.look.item_time_format* ** opis: `format czasu dla elementu paska "time" (zobacz man strftime dla specyfikatorów daty/czasu)` ** typ: ciąg diff --git a/po/cs.po b/po/cs.po index be35ea2c8..88271a609 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-11-01 11:58+0100\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -3069,6 +3069,9 @@ msgstr "" msgid "string used to show zoom on merged buffer (bar item \"buffer_zoom\")" msgstr "" +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -3502,6 +3505,10 @@ msgstr "barva textu pro buffer se soukromou zprávou (status bar)" msgid "text color for filter indicator in status bar" msgstr "barva textu pro indikátor filtru ve stavovém řádku" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "barva textu pro indikátor filtru ve stavovém řádku" + msgid "text color for current buffer name in status bar" msgstr "barva textu pro aktuální jméno bufferu ve stavovém řádku" diff --git a/po/de.po b/po/de.po index 61a770a35..455bf8cad 100644 --- a/po/de.po +++ b/po/de.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-11-01 21:20+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -3608,6 +3608,12 @@ msgstr "" "Zeichen mit welchem signalisiert wird ob im aktuellen Buffer der Zoom " "aktiviert ist (durch Bar-Item \"buffer_zoom\")" +#, fuzzy +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" +"Zeichen mit welchem signalisiert wird ob im aktuellen Buffer der Zoom " +"aktiviert ist (durch Bar-Item \"buffer_zoom\")" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -4128,6 +4134,10 @@ msgstr "Farbe eines Buffers mit privater Nachricht (Statusbar)" msgid "text color for filter indicator in status bar" msgstr "Farbe des Filterkennzeichens in der Statuszeile" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "Farbe des Filterkennzeichens in der Statuszeile" + msgid "text color for current buffer name in status bar" msgstr "Farbe des aktuellen Buffer-Namens in der Statuszeile" diff --git a/po/es.po b/po/es.po index 20f3dc065..eb4830a48 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: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-11-01 11:58+0100\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -3240,6 +3240,12 @@ msgstr "" "cadena a usar para indicar que algunas líneas están filtradas en el buffer " "actual (elemento de barra \"buffer_filter\")" +#, fuzzy +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" +"cadena a usar para indicar que algunas líneas están filtradas en el buffer " +"actual (elemento de barra \"buffer_filter\")" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -3709,6 +3715,10 @@ msgstr "color para un buffer con un mensaje privado (barra de estado)" msgid "text color for filter indicator in status bar" msgstr "color para el indicador de filtro en la barra de estado" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "color para el indicador de filtro en la barra de estado" + msgid "text color for current buffer name in status bar" msgstr "color para el nombre del buffer actual en la barra de estado" diff --git a/po/fr.po b/po/fr.po index f562f2300..e91239577 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: 2014-11-02 11:09+0100\n" -"PO-Revision-Date: 2014-11-02 11:10+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" +"PO-Revision-Date: 2014-11-06 20:23+0100\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -3516,6 +3516,11 @@ msgstr "" "chaîne utilisée pour montrer le zoom sur un tampon mélangé (objet de barre " "\"buffer_zoom\")" +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" +"chaîne utilisée pour montrer si la souris est activée (objet de barre " +"\"mouse_status\")" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -4031,6 +4036,10 @@ msgstr "" msgid "text color for filter indicator in status bar" msgstr "couleur du texte pour l'indicateur de filtrage dans la barre de statut" +msgid "text color for mouse indicator in status bar" +msgstr "" +"couleur du texte pour l'indicateur de la souris dans la barre de statut" + msgid "text color for current buffer name in status bar" msgstr "couleur du texte pour le nom du tampon courant dans la barre de statut" diff --git a/po/hu.po b/po/hu.po index f035640e7..c56832497 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: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-11-01 11:58+0100\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -2689,6 +2689,9 @@ msgstr "" msgid "string used to show zoom on merged buffer (bar item \"buffer_zoom\")" msgstr "" +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -3128,6 +3131,10 @@ msgstr "személyes üzenetet tartalmazó ablak színe (státuszsor)" msgid "text color for filter indicator in status bar" msgstr "aktuális szoba színe a státuszsorban" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "aktuális szoba színe a státuszsorban" + #, fuzzy msgid "text color for current buffer name in status bar" msgstr "aktuális szoba színe a státuszsorban" diff --git a/po/it.po b/po/it.po index e188939e3..fb8de4f0a 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: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-11-01 11:58+0100\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -3330,6 +3330,12 @@ msgstr "" "stringa usata per mostrare che alcune righe sono state filtrate nel buffer " "corrente (elemento barra \"buffer_filter\")" +#, fuzzy +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" +"stringa usata per mostrare che alcune righe sono state filtrate nel buffer " +"corrente (elemento barra \"buffer_filter\")" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -3817,6 +3823,10 @@ msgstr "" msgid "text color for filter indicator in status bar" msgstr "colore del testo per l'indicatore di filtro nella barra di stato" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "colore del testo per l'indicatore di filtro nella barra di stato" + msgid "text color for current buffer name in status bar" msgstr "colore del testo per il nome del buffer corrente nella barra di stato" diff --git a/po/ja.po b/po/ja.po index 4d1aa9269..41e4bf842 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: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-11-01 11:58+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -3403,6 +3403,12 @@ msgstr "" "マージされたバッファでズームされたことを示す文字列 (バーアイテム " "\"buffer_zoom\")" +#, fuzzy +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" +"マージされたバッファでズームされたことを示す文字列 (バーアイテム " +"\"buffer_zoom\")" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -3868,6 +3874,10 @@ msgstr "" msgid "text color for filter indicator in status bar" msgstr "ステータスバーのフィルタ表示のテキスト色" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "ステータスバーのフィルタ表示のテキスト色" + msgid "text color for current buffer name in status bar" msgstr "ステータスバーの現在のバッファ名のテキスト色" diff --git a/po/pl.po b/po/pl.po index f2ae8b324..51b53eecd 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-11-01 11:58+0100\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" @@ -3479,6 +3479,12 @@ msgstr "" "ciąg użyty do pokazania przybliżenia w połączonym buforze (element paska " "\"buffer_zoom\")" +#, fuzzy +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" +"ciąg użyty do pokazania przybliżenia w połączonym buforze (element paska " +"\"buffer_zoom\")" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -3960,6 +3966,10 @@ msgstr "kolor bufora z prywatną wiadomością (pasek statusu)" msgid "text color for filter indicator in status bar" msgstr "kolor wskaźnika filtru w pasku statusu" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "kolor wskaźnika filtru w pasku statusu" + msgid "text color for current buffer name in status bar" msgstr "kolor nazwy obecnego bufora w pasku statusu" diff --git a/po/pt_BR.po b/po/pt_BR.po index 57eb58059..dbfd82e46 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: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-11-01 11:59+0100\n" "Last-Translator: Sergio Durigan Junior \n" "Language-Team: weechat-dev \n" @@ -3161,6 +3161,9 @@ msgstr "" msgid "string used to show zoom on merged buffer (bar item \"buffer_zoom\")" msgstr "" +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -3607,6 +3610,10 @@ msgstr "cor de texto para buffer com mensagens privadas (barra de status)" msgid "text color for filter indicator in status bar" msgstr "cor de texto para indicador de filtro na barra de status" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "cor de texto para indicador de filtro na barra de status" + msgid "text color for current buffer name in status bar" msgstr "cor de texto para o nome do buffer atual na barra de status" diff --git a/po/ru.po b/po/ru.po index e01f4a58f..527472769 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: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-11-01 11:59+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -2718,6 +2718,9 @@ msgstr "" msgid "string used to show zoom on merged buffer (bar item \"buffer_zoom\")" msgstr "" +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -3158,6 +3161,10 @@ msgstr "цвет окна с личными сообщениями (в стро msgid "text color for filter indicator in status bar" msgstr "цвет текущего канала в строке состояния" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "цвет текущего канала в строке состояния" + #, fuzzy msgid "text color for current buffer name in status bar" msgstr "цвет текущего канала в строке состояния" diff --git a/po/tr.po b/po/tr.po index a169801f0..9d9a7a866 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-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-07-25 07:50+0200\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -2433,6 +2433,9 @@ msgstr "" msgid "string used to show zoom on merged buffer (bar item \"buffer_zoom\")" msgstr "" +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -2813,6 +2816,10 @@ msgstr "" msgid "text color for filter indicator in status bar" msgstr "" +#, fuzzy +msgid "text color for mouse indicator in status bar" +msgstr "zaman için metin rengi (durum çubuğu)" + msgid "text color for current buffer name in status bar" msgstr "" diff --git a/po/weechat.pot b/po/weechat.pot index 557f32601..1ab6bde1f 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: 2014-11-02 11:09+0100\n" +"POT-Creation-Date: 2014-11-06 20:22+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -2432,6 +2432,9 @@ msgstr "" msgid "string used to show zoom on merged buffer (bar item \"buffer_zoom\")" msgstr "" +msgid "string used to show if mouse is enabled (bar item \"mouse_status\")" +msgstr "" + msgid "" "jump to previous buffer displayed when jumping to current buffer number " "with /buffer *N (where N is a buffer number), to easily switch to another " @@ -2812,6 +2815,9 @@ msgstr "" msgid "text color for filter indicator in status bar" msgstr "" +msgid "text color for mouse indicator in status bar" +msgstr "" + msgid "text color for current buffer name in status bar" msgstr "" diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 60d3359ef..163115683 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2442,7 +2442,7 @@ config_weechat_init_options () config_look_item_mouse_status = config_file_new_option ( weechat_config_file, ptr_section, "item_mouse_status", "string", - N_("string used to show if mouse is enabled/disabled" + N_("string used to show if mouse is enabled " "(bar item \"mouse_status\")"), NULL, 0, 0, "M", NULL, 0, NULL, NULL, &config_change_buffer_content, NULL, NULL, NULL); config_look_jump_current_to_previous_buffer = config_file_new_option (