mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 05:46:38 +02:00
rmodifier: add info about "groups" in /help rmodifier
This commit is contained in:
@@ -6,23 +6,23 @@
|
||||
del <name>|-all [<name>...]
|
||||
default -yes
|
||||
|
||||
list: zeigt alle rmodifier an
|
||||
listdefault: zeigt die Standardeinstellung für rmodifier an
|
||||
add: einen rmodifier hinzufügen
|
||||
name: Name des rmodifier
|
||||
modifiers: durch Kommata getrennte Liste der modifier
|
||||
groups: Aktion auf Gruppen anwenden: durch Kommata getrennte Liste der Gruppen (von 1 bis 9). Optional kann nach der Nummer für die Gruppe ein "*" gesetzt werden um diese Gruppe auszublenden
|
||||
regex: regulärer Ausdruck (zwischen Groß- und Kleinschreibung wird nicht unterschieden. Um zwischen Groß- und Kleinschreibung zu unterscheiden muss zu Beginn "(?-i)" genutzt werden)
|
||||
del: löscht einen rmodifier Eintrag
|
||||
-all: löscht alle rmodifiers Einträge
|
||||
default: setzt die rmodifier auf seine Standardwerte zurück
|
||||
list: list all rmodifiers
|
||||
listdefault: list default rmodifiers
|
||||
add: add a rmodifier
|
||||
name: name of rmodifier
|
||||
modifiers: comma separated list of modifiers
|
||||
groups: action on groups captured in regular expression (inside parentheses): comma separated list of groups (from 1 to 9) with optional "*" after number to hide the group
|
||||
regex: regular expression (case insensitive, can start by "(?-i)" to become case sensitive)
|
||||
del: delete a rmodifier
|
||||
-all: delete all rmodifiers
|
||||
default: restore default rmodifiers
|
||||
|
||||
Beispiele:
|
||||
verbirgt die Eingabe nach dem Befehl /passwort:
|
||||
/rmodifier add passwort input_text_display 1,2* ^(/passwort +)(.*)
|
||||
lösche rmodifier "passwort":
|
||||
/rmodifier del passwort
|
||||
lösche alle rmodifiers:
|
||||
Examples:
|
||||
hide everything typed after a command /password:
|
||||
/rmodifier add password input_text_display 1,2* ^(/password +)(.*)
|
||||
delete rmodifier "password":
|
||||
/rmodifier del password
|
||||
delete all rmodifiers:
|
||||
/rmodifier del -all
|
||||
........................................
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ listdefault: list default rmodifiers
|
||||
add: add a rmodifier
|
||||
name: name of rmodifier
|
||||
modifiers: comma separated list of modifiers
|
||||
groups: action on groups found: comma separated list of groups (from 1 to 9) with optional "*" after number to hide group
|
||||
groups: action on groups captured in regular expression (inside parentheses): comma separated list of groups (from 1 to 9) with optional "*" after number to hide the group
|
||||
regex: regular expression (case insensitive, can start by "(?-i)" to become case sensitive)
|
||||
del: delete a rmodifier
|
||||
-all: delete all rmodifiers
|
||||
|
||||
@@ -11,7 +11,7 @@ listdefault: lister les rmodifiers par défaut
|
||||
add: ajouter un rmodifier
|
||||
name: nom du rmodifier
|
||||
modifiers: liste de modifiers (séparés par une virgule)
|
||||
groupes: action sur les groupes trouvés: liste de groupes (séparés par une virgule) (de 1 à 9) avec en option "*" après le nombre pour cacher le groupe
|
||||
groupes: action sur les groupes capturés dans l'expression régulière (entre parenthèses): liste de groupes (séparés par une virgule) (de 1 à 9) avec en option "*" après le nombre pour cacher le groupe
|
||||
regex: expression régulière (insensible à la casse, peut commencer par "(?-i)" pour devenir sensible à la casse)
|
||||
del: supprimer un rmodifier
|
||||
-all: supprimer tous les rmodifiers
|
||||
|
||||
@@ -6,23 +6,23 @@
|
||||
del <nome>|-all [<nome>...]
|
||||
default -yes
|
||||
|
||||
list: elenca tutti gli rmodifier
|
||||
listdefault: elenca gli rmodifier predefiniti
|
||||
add: aggiunge un rmodifier
|
||||
nome: nome rmodifier
|
||||
modifier: elenco separato da virgole di modificatori
|
||||
gruppi: azione sui gruppi trovati: elenco separato da virgole di gruppi (da 1 a 9) con "*" opzionale dopo il numero per nascondere il gruppo
|
||||
regex: espressione regolare (non sensibile alle maiuscole, può iniziare con "(?-i)" per diventare sensibile alle maiuscole
|
||||
del: elimina rmodifier
|
||||
-all: elimina tutti gli rmodifier
|
||||
default: ripristina gli rmodifier predefiniti
|
||||
list: list all rmodifiers
|
||||
listdefault: list default rmodifiers
|
||||
add: add a rmodifier
|
||||
name: name of rmodifier
|
||||
modifiers: comma separated list of modifiers
|
||||
groups: action on groups captured in regular expression (inside parentheses): comma separated list of groups (from 1 to 9) with optional "*" after number to hide the group
|
||||
regex: regular expression (case insensitive, can start by "(?-i)" to become case sensitive)
|
||||
del: delete a rmodifier
|
||||
-all: delete all rmodifiers
|
||||
default: restore default rmodifiers
|
||||
|
||||
Esempi:
|
||||
nasconde ciò che viene digitato dopo il comando /password:
|
||||
Examples:
|
||||
hide everything typed after a command /password:
|
||||
/rmodifier add password input_text_display 1,2* ^(/password +)(.*)
|
||||
elimina rmodifier "password":
|
||||
delete rmodifier "password":
|
||||
/rmodifier del password
|
||||
elimina tutti gli rmodifier:
|
||||
delete all rmodifiers:
|
||||
/rmodifier del -all
|
||||
........................................
|
||||
|
||||
|
||||
@@ -6,23 +6,23 @@
|
||||
del <name>|-all [<name>...]
|
||||
default -yes
|
||||
|
||||
list: 全ての rmodifier をリストアップ
|
||||
listdefault: デフォルトの rmodifier をリストアップ
|
||||
add: rmodifier を追加
|
||||
name: rmodifier の名前
|
||||
modifiers: rmodifier のコンマ区切りリスト
|
||||
groups: グループに対するアクション: グループ (1 から 9) のコンマ区切りリスト、グループを隠すにはオプションで番号の後ろに "*" をつける
|
||||
regex: 正規表現 (大文字小文字の区別無し、"(?-i)" で始めれば区別有り)
|
||||
del: rmodifier を削除
|
||||
-all: 全ての rmodifier を削除
|
||||
default: デフォルトの rmodifier に戻す
|
||||
list: list all rmodifiers
|
||||
listdefault: list default rmodifiers
|
||||
add: add a rmodifier
|
||||
name: name of rmodifier
|
||||
modifiers: comma separated list of modifiers
|
||||
groups: action on groups captured in regular expression (inside parentheses): comma separated list of groups (from 1 to 9) with optional "*" after number to hide the group
|
||||
regex: regular expression (case insensitive, can start by "(?-i)" to become case sensitive)
|
||||
del: delete a rmodifier
|
||||
-all: delete all rmodifiers
|
||||
default: restore default rmodifiers
|
||||
|
||||
例:
|
||||
コマンド /password に続く入力は全て隠す:
|
||||
Examples:
|
||||
hide everything typed after a command /password:
|
||||
/rmodifier add password input_text_display 1,2* ^(/password +)(.*)
|
||||
rmodifier "password" を削除:
|
||||
delete rmodifier "password":
|
||||
/rmodifier del password
|
||||
全ての rmodifiers を削除:
|
||||
delete all rmodifiers:
|
||||
/rmodifier del -all
|
||||
........................................
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-16 17:49+0100\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8165,8 +8165,9 @@ msgid ""
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-17 08:20+0100\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <weechatter@arcor.de>\n"
|
||||
@@ -8913,14 +8913,16 @@ msgstr ""
|
||||
"list|listdefault || add <name> <modifiers> <groups> <regex> || del <name>|-"
|
||||
"all [<name>...] || default -yes"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list all rmodifiers\n"
|
||||
"listdefault: list default rmodifiers\n"
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-17 08:20+0100\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8422,14 +8422,16 @@ msgstr ""
|
||||
"list|listdefault || add <nombre> <modificadores> <grupos> <regex> || del "
|
||||
"<nombre>|-all [<nombre>...] || default -yes"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list all rmodifiers\n"
|
||||
"listdefault: list default rmodifiers\n"
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"PO-Revision-Date: 2013-03-17 12:46+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-17 13:01+0100\n"
|
||||
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -8677,8 +8677,9 @@ msgid ""
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
@@ -8698,9 +8699,9 @@ msgstr ""
|
||||
" add: ajouter un rmodifier\n"
|
||||
" name: nom du rmodifier\n"
|
||||
" modifiers: liste de modifiers (séparés par une virgule)\n"
|
||||
" groupes: action sur les groupes trouvés: liste de groupes (séparés par "
|
||||
"une virgule) (de 1 à 9) avec en option \"*\" après le nombre pour cacher le "
|
||||
"groupe\n"
|
||||
" groupes: action sur les groupes capturés dans l'expression régulière "
|
||||
"(entre parenthèses): liste de groupes (séparés par une virgule) (de 1 à 9) "
|
||||
"avec en option \"*\" après le nombre pour cacher le groupe\n"
|
||||
" regex: expression régulière (insensible à la casse, peut commencer par "
|
||||
"\"(?-i)\" pour devenir sensible à la casse)\n"
|
||||
" del: supprimer un rmodifier\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-16 17:50+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -7639,8 +7639,9 @@ msgid ""
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-17 08:20+0100\n"
|
||||
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8450,14 +8450,16 @@ msgstr ""
|
||||
"list|listdefault || add <nome> <modifier> <gruppi> <regex> || del <nome>|-"
|
||||
"all [<nome>...] || default -yes"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list all rmodifiers\n"
|
||||
"listdefault: list default rmodifiers\n"
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-17 08:20+0100\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
|
||||
@@ -8365,14 +8365,16 @@ msgstr ""
|
||||
"list|listdefault || add <name> <modifiers> <groups> <regex> || del <name>|-"
|
||||
"all [<name>...] || default -yes"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list all rmodifiers\n"
|
||||
"listdefault: list default rmodifiers\n"
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-17 08:20+0100\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8514,14 +8514,16 @@ msgstr ""
|
||||
"list|listdefault || add <nazwa> <modyfikatory> <grupy> <regex> || del "
|
||||
"<nazwa>|-all [<nazwa>...] || default -yes"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
" list: list all rmodifiers\n"
|
||||
"listdefault: list default rmodifiers\n"
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
+4
-3
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-17 08:20+0100\n"
|
||||
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -7808,8 +7808,9 @@ msgid ""
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-03-16 17:50+0100\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -7663,8 +7663,9 @@ msgid ""
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
+4
-3
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2013-03-17 12:45+0100\n"
|
||||
"POT-Creation-Date: 2013-03-17 13:00+0100\n"
|
||||
"PO-Revision-Date: 2013-02-14 18:20+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -6758,8 +6758,9 @@ msgid ""
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated list of groups (from 1 "
|
||||
"to 9) with optional \"*\" after number to hide group\n"
|
||||
" groups: action on groups captured in regular expression (inside "
|
||||
"parentheses): comma separated list of groups (from 1 to 9) with optional \"*"
|
||||
"\" after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, can start by \"(?-i)\" to "
|
||||
"become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
@@ -241,9 +241,10 @@ rmodifier_command_init ()
|
||||
" add: add a rmodifier\n"
|
||||
" name: name of rmodifier\n"
|
||||
" modifiers: comma separated list of modifiers\n"
|
||||
" groups: action on groups found: comma separated "
|
||||
" groups: action on groups captured in regular "
|
||||
"expression (inside parentheses): comma separated "
|
||||
"list of groups (from 1 to 9) with optional \"*\" "
|
||||
"after number to hide group\n"
|
||||
"after number to hide the group\n"
|
||||
" regex: regular expression (case insensitive, "
|
||||
"can start by \"(?-i)\" to become case sensitive)\n"
|
||||
" del: delete a rmodifier\n"
|
||||
|
||||
Reference in New Issue
Block a user