1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

fset: fix name of format options in /help fset

This commit is contained in:
Sébastien Helleu
2017-06-26 21:59:47 +02:00
parent a727248624
commit 579a9a9f27
20 changed files with 56 additions and 93 deletions
+2 -3
View File
@@ -56,9 +56,8 @@
c:xxx show only options matching the evaluated condition "xxx", using following variables: file, section, option, name, parent_name, type, type_en, type_short (bool/int/str/col), type_tiny (b/i/s/c), default_value, default_value_undef, value, quoted_value, value_undef, value_changed, parent_value, min, max, description, description2, description_en, description_en2, string_values
The lines with options are displayed using string evaluation (see /help eval for the format), with these options:
- fset.format.option{1,2}: formats for an option which is not marked nor the selected line
- fset.format.option_marked{1,2}: formats for a marked option
- fset.format.option_selected{1,2}: formats for the selected option
- fset.format.option1: first format for an option
- fset.format.option2: second format for an option
The following variables can be used in these options:
- option data, with color and padded by spaces on the right:
+2 -3
View File
@@ -56,9 +56,8 @@
c:xxx show only options matching the evaluated condition "xxx", using following variables: file, section, option, name, parent_name, type, type_en, type_short (bool/int/str/col), type_tiny (b/i/s/c), default_value, default_value_undef, value, quoted_value, value_undef, value_changed, parent_value, min, max, description, description2, description_en, description_en2, string_values
The lines with options are displayed using string evaluation (see /help eval for the format), with these options:
- fset.format.option{1,2}: formats for an option which is not marked nor the selected line
- fset.format.option_marked{1,2}: formats for a marked option
- fset.format.option_selected{1,2}: formats for the selected option
- fset.format.option1: first format for an option
- fset.format.option2: second format for an option
The following variables can be used in these options:
- option data, with color and padded by spaces on the right:
+2 -3
View File
@@ -56,9 +56,8 @@
c:xxx afficher seulement les options qui correspondent à la condition évaluée "xxx", en utilisant les variables suiantes : file, section, option, name, parent_name, type, type_en, type_short (bool/int/str/col), type_tiny (b/i/s/c), default_value, default_value_undef, value, quoted_value, value_undef, value_changed, parent_value, min, max, description, description2, description_en, description_en2, string_values
Les lignes avec des options sont affichées en utilisant l'évaluation de chaîne (voir /help eval pour le format), avec ces options :
- fset.format.option{1,2} : formats pour une option qui n'est pas marquée ni sur la ligne sélectionnée
- fset.format.option_marked{1,2} : formats pour une option marquée
- fset.format.option_selected{1,2} : formats pour une option sélectionnée
- fset.format.option1 : premier format pour une option
- fset.format.option2 : second format pour une option
Les variables suivantes peuvent être utilisées dans ces options :
- données de l'option, avec couleur et alignées avec des espaces sur la droite :
+2 -3
View File
@@ -56,9 +56,8 @@
c:xxx show only options matching the evaluated condition "xxx", using following variables: file, section, option, name, parent_name, type, type_en, type_short (bool/int/str/col), type_tiny (b/i/s/c), default_value, default_value_undef, value, quoted_value, value_undef, value_changed, parent_value, min, max, description, description2, description_en, description_en2, string_values
The lines with options are displayed using string evaluation (see /help eval for the format), with these options:
- fset.format.option{1,2}: formats for an option which is not marked nor the selected line
- fset.format.option_marked{1,2}: formats for a marked option
- fset.format.option_selected{1,2}: formats for the selected option
- fset.format.option1: first format for an option
- fset.format.option2: second format for an option
The following variables can be used in these options:
- option data, with color and padded by spaces on the right:
+2 -3
View File
@@ -56,9 +56,8 @@
c:xxx show only options matching the evaluated condition "xxx", using following variables: file, section, option, name, parent_name, type, type_en, type_short (bool/int/str/col), type_tiny (b/i/s/c), default_value, default_value_undef, value, quoted_value, value_undef, value_changed, parent_value, min, max, description, description2, description_en, description_en2, string_values
The lines with options are displayed using string evaluation (see /help eval for the format), with these options:
- fset.format.option{1,2}: formats for an option which is not marked nor the selected line
- fset.format.option_marked{1,2}: formats for a marked option
- fset.format.option_selected{1,2}: formats for the selected option
- fset.format.option1: first format for an option
- fset.format.option2: second format for an option
The following variables can be used in these options:
- option data, with color and padded by spaces on the right:
+2 -3
View File
@@ -56,9 +56,8 @@
c:xxx show only options matching the evaluated condition "xxx", using following variables: file, section, option, name, parent_name, type, type_en, type_short (bool/int/str/col), type_tiny (b/i/s/c), default_value, default_value_undef, value, quoted_value, value_undef, value_changed, parent_value, min, max, description, description2, description_en, description_en2, string_values
The lines with options are displayed using string evaluation (see /help eval for the format), with these options:
- fset.format.option{1,2}: formats for an option which is not marked nor the selected line
- fset.format.option_marked{1,2}: formats for a marked option
- fset.format.option_selected{1,2}: formats for the selected option
- fset.format.option1: first format for an option
- fset.format.option2: second format for an option
The following variables can be used in these options:
- option data, with color and padded by spaces on the right:
+3 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-23 11:58+0200\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5546,10 +5546,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -19,7 +19,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-24 00:57+0200\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -6688,10 +6688,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-23 11:58+0200\n"
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5762,10 +5762,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+6 -10
View File
@@ -21,8 +21,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"PO-Revision-Date: 2017-06-25 23:19+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-26 21:57+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -6559,10 +6559,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
@@ -6746,10 +6744,8 @@ msgstr ""
"\n"
"Les lignes avec des options sont affichées en utilisant l'évaluation de "
"chaîne (voir /help eval pour le format), avec ces options :\n"
" - fset.format.option{1,2} : formats pour une option qui n'est pas marquée "
"ni sur la ligne sélectionnée\n"
" - fset.format.option_marked{1,2} : formats pour une option marquée\n"
" - fset.format.option_selected{1,2} : formats pour une option sélectionnée\n"
" - fset.format.option1 : premier format pour une option\n"
" - fset.format.option2 : second format pour une option\n"
"\n"
"Les variables suivantes peuvent être utilisées dans ces options :\n"
" - données de l'option, avec couleur et alignées avec des espaces sur la "
+3 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-23 11:58+0200\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5080,10 +5080,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-23 11:58+0200\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5933,10 +5933,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-25 09:00+0900\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -6256,10 +6256,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-23 11:58+0200\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -6393,10 +6393,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-23 11:58+0200\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -6289,10 +6289,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-23 11:58+0200\n"
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5726,10 +5726,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-23 11:58+0200\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -5118,10 +5118,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -20,7 +20,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2017-06-23 11:58+0200\n"
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4663,10 +4663,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+3 -5
View File
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2017-06-25 22:26+0200\n"
"POT-Creation-Date: 2017-06-26 21:55+0200\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4641,10 +4641,8 @@ msgid ""
"\n"
"The lines with options are displayed using string evaluation (see /help eval "
"for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not marked nor "
"the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"
+2 -5
View File
@@ -661,11 +661,8 @@ fset_command_init ()
"\n"
"The lines with options are displayed using string evaluation "
"(see /help eval for the format), with these options:\n"
" - fset.format.option{1,2}: formats for an option which is not "
"marked nor the selected line\n"
" - fset.format.option_marked{1,2}: formats for a marked option\n"
" - fset.format.option_selected{1,2}: formats for the selected "
"option\n"
" - fset.format.option1: first format for an option\n"
" - fset.format.option2: second format for an option\n"
"\n"
"The following variables can be used in these options:\n"
" - option data, with color and padded by spaces on the right:\n"