mirror of
https://github.com/weechat/weechat.git
synced 2026-07-02 15:53:12 +02:00
Fix help of /set command (remove french words)
This commit is contained in:
@@ -247,9 +247,10 @@ option: name of an option
|
||||
value: new value for option
|
||||
|
||||
New value can be, according to variable type:
|
||||
boolean: on, off ou toggle
|
||||
integer: number, ++number ou --number string : any string ("" for empty string)
|
||||
color : color name, ++number ou --number
|
||||
boolean: on, off or toggle
|
||||
integer: number, ++number or --number
|
||||
string : any string ("" for empty string)
|
||||
color : color name, ++number or --number
|
||||
|
||||
For all types, you can use null to remove option value (undefined value). This works only for some special plugin variables.
|
||||
</programlisting>
|
||||
|
||||
@@ -247,9 +247,10 @@ option: name of an option
|
||||
value: new value for option
|
||||
|
||||
New value can be, according to variable type:
|
||||
boolean: on, off ou toggle
|
||||
integer: number, ++number ou --number string : any string ("" for empty string)
|
||||
color : color name, ++number ou --number
|
||||
boolean: on, off or toggle
|
||||
integer: number, ++number or --number
|
||||
string : any string ("" for empty string)
|
||||
color : color name, ++number or --number
|
||||
|
||||
For all types, you can use null to remove option value (undefined value). This works only for some special plugin variables.
|
||||
</programlisting>
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.7-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2009-05-03 09:40+0200\n"
|
||||
"POT-Creation-Date: 2009-05-03 16:24+0200\n"
|
||||
"PO-Revision-Date: 2009-01-03 00:42+0100\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1111,10 +1111,10 @@ msgid ""
|
||||
" value: new value for option\n"
|
||||
"\n"
|
||||
"New value can be, according to variable type:\n"
|
||||
" boolean: on, off ou toggle\n"
|
||||
" integer: number, ++number ou --number string : any string (\"\" for empty "
|
||||
"string)\n"
|
||||
" color : color name, ++number ou --number\n"
|
||||
" boolean: on, off or toggle\n"
|
||||
" integer: number, ++number or --number\n"
|
||||
" string : any string (\"\" for empty string)\n"
|
||||
" color : color name, ++number or --number\n"
|
||||
"\n"
|
||||
"For all types, you can use null to remove option value (undefined value). "
|
||||
"This works only for some special plugin variables."
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.7-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2009-05-03 09:40+0200\n"
|
||||
"POT-Creation-Date: 2009-05-03 16:24+0200\n"
|
||||
"PO-Revision-Date: 2009-01-03 00:42+0100\n"
|
||||
"Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1133,10 +1133,10 @@ msgid ""
|
||||
" value: new value for option\n"
|
||||
"\n"
|
||||
"New value can be, according to variable type:\n"
|
||||
" boolean: on, off ou toggle\n"
|
||||
" integer: number, ++number ou --number string : any string (\"\" for empty "
|
||||
"string)\n"
|
||||
" color : color name, ++number ou --number\n"
|
||||
" boolean: on, off or toggle\n"
|
||||
" integer: number, ++number or --number\n"
|
||||
" string : any string (\"\" for empty string)\n"
|
||||
" color : color name, ++number or --number\n"
|
||||
"\n"
|
||||
"For all types, you can use null to remove option value (undefined value). "
|
||||
"This works only for some special plugin variables."
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.7-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2009-05-03 09:40+0200\n"
|
||||
"POT-Creation-Date: 2009-05-03 16:24+0200\n"
|
||||
"PO-Revision-Date: 2009-01-03 00:42+0100\n"
|
||||
"Last-Translator: Roberto González Cardenete <robert.glez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1114,10 +1114,10 @@ msgid ""
|
||||
" value: new value for option\n"
|
||||
"\n"
|
||||
"New value can be, according to variable type:\n"
|
||||
" boolean: on, off ou toggle\n"
|
||||
" integer: number, ++number ou --number string : any string (\"\" for empty "
|
||||
"string)\n"
|
||||
" color : color name, ++number ou --number\n"
|
||||
" boolean: on, off or toggle\n"
|
||||
" integer: number, ++number or --number\n"
|
||||
" string : any string (\"\" for empty string)\n"
|
||||
" color : color name, ++number or --number\n"
|
||||
"\n"
|
||||
"For all types, you can use null to remove option value (undefined value). "
|
||||
"This works only for some special plugin variables."
|
||||
|
||||
@@ -6,8 +6,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.7-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2009-05-03 09:40+0200\n"
|
||||
"PO-Revision-Date: 2009-05-03 09:41+0200\n"
|
||||
"POT-Creation-Date: 2009-05-03 16:24+0200\n"
|
||||
"PO-Revision-Date: 2009-05-03 16:24+0200\n"
|
||||
"Last-Translator: FlashCode <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -1206,10 +1206,10 @@ msgid ""
|
||||
" value: new value for option\n"
|
||||
"\n"
|
||||
"New value can be, according to variable type:\n"
|
||||
" boolean: on, off ou toggle\n"
|
||||
" integer: number, ++number ou --number string : any string (\"\" for empty "
|
||||
"string)\n"
|
||||
" color : color name, ++number ou --number\n"
|
||||
" boolean: on, off or toggle\n"
|
||||
" integer: number, ++number or --number\n"
|
||||
" string : any string (\"\" for empty string)\n"
|
||||
" color : color name, ++number or --number\n"
|
||||
"\n"
|
||||
"For all types, you can use null to remove option value (undefined value). "
|
||||
"This works only for some special plugin variables."
|
||||
|
||||
@@ -12,7 +12,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.7-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2009-05-03 09:40+0200\n"
|
||||
"POT-Creation-Date: 2009-05-03 16:24+0200\n"
|
||||
"PO-Revision-Date: 2009-01-03 00:42+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1148,10 +1148,10 @@ msgid ""
|
||||
" value: new value for option\n"
|
||||
"\n"
|
||||
"New value can be, according to variable type:\n"
|
||||
" boolean: on, off ou toggle\n"
|
||||
" integer: number, ++number ou --number string : any string (\"\" for empty "
|
||||
"string)\n"
|
||||
" color : color name, ++number ou --number\n"
|
||||
" boolean: on, off or toggle\n"
|
||||
" integer: number, ++number or --number\n"
|
||||
" string : any string (\"\" for empty string)\n"
|
||||
" color : color name, ++number or --number\n"
|
||||
"\n"
|
||||
"For all types, you can use null to remove option value (undefined value). "
|
||||
"This works only for some special plugin variables."
|
||||
|
||||
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.7-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2009-05-03 09:40+0200\n"
|
||||
"POT-Creation-Date: 2009-05-03 16:24+0200\n"
|
||||
"PO-Revision-Date: 2009-04-29 08:07+0200\n"
|
||||
"Last-Translator: <soltys@szluug.org>\n"
|
||||
"Language-Team: Polish\n"
|
||||
@@ -1020,10 +1020,10 @@ msgid ""
|
||||
" value: new value for option\n"
|
||||
"\n"
|
||||
"New value can be, according to variable type:\n"
|
||||
" boolean: on, off ou toggle\n"
|
||||
" integer: number, ++number ou --number string : any string (\"\" for empty "
|
||||
"string)\n"
|
||||
" color : color name, ++number ou --number\n"
|
||||
" boolean: on, off or toggle\n"
|
||||
" integer: number, ++number or --number\n"
|
||||
" string : any string (\"\" for empty string)\n"
|
||||
" color : color name, ++number or --number\n"
|
||||
"\n"
|
||||
"For all types, you can use null to remove option value (undefined value). "
|
||||
"This works only for some special plugin variables."
|
||||
|
||||
@@ -6,7 +6,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.2.7-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2009-05-03 09:40+0200\n"
|
||||
"POT-Creation-Date: 2009-05-03 16:24+0200\n"
|
||||
"PO-Revision-Date: 2009-01-03 00:42+0100\n"
|
||||
"Last-Translator: Pavel Shevchuk <stlwrt@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -1144,10 +1144,10 @@ msgid ""
|
||||
" value: new value for option\n"
|
||||
"\n"
|
||||
"New value can be, according to variable type:\n"
|
||||
" boolean: on, off ou toggle\n"
|
||||
" integer: number, ++number ou --number string : any string (\"\" for empty "
|
||||
"string)\n"
|
||||
" color : color name, ++number ou --number\n"
|
||||
" boolean: on, off or toggle\n"
|
||||
" integer: number, ++number or --number\n"
|
||||
" string : any string (\"\" for empty string)\n"
|
||||
" color : color name, ++number or --number\n"
|
||||
"\n"
|
||||
"For all types, you can use null to remove option value (undefined value). "
|
||||
"This works only for some special plugin variables."
|
||||
|
||||
+5
-5
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2009-05-03 09:40+0200\n"
|
||||
"POT-Creation-Date: 2009-05-03 16:24+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -988,10 +988,10 @@ msgid ""
|
||||
" value: new value for option\n"
|
||||
"\n"
|
||||
"New value can be, according to variable type:\n"
|
||||
" boolean: on, off ou toggle\n"
|
||||
" integer: number, ++number ou --number string : any string (\"\" for empty "
|
||||
"string)\n"
|
||||
" color : color name, ++number ou --number\n"
|
||||
" boolean: on, off or toggle\n"
|
||||
" integer: number, ++number or --number\n"
|
||||
" string : any string (\"\" for empty string)\n"
|
||||
" color : color name, ++number or --number\n"
|
||||
"\n"
|
||||
"For all types, you can use null to remove option value (undefined value). "
|
||||
"This works only for some special plugin variables."
|
||||
|
||||
@@ -3925,10 +3925,10 @@ command_init ()
|
||||
N_("option: name of an option\n"
|
||||
" value: new value for option\n\n"
|
||||
"New value can be, according to variable type:\n"
|
||||
" boolean: on, off ou toggle\n"
|
||||
" integer: number, ++number ou --number"
|
||||
" boolean: on, off or toggle\n"
|
||||
" integer: number, ++number or --number\n"
|
||||
" string : any string (\"\" for empty string)\n"
|
||||
" color : color name, ++number ou --number\n\n"
|
||||
" color : color name, ++number or --number\n\n"
|
||||
"For all types, you can use null to remove "
|
||||
"option value (undefined value). This works only "
|
||||
"for some special plugin variables."),
|
||||
|
||||
Reference in New Issue
Block a user