diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-05 20:37:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-08-05 20:37:59 +0200 |
commit | c4773e63d8a67cc870878b9a4465ea8d75e88d05 (patch) | |
tree | ab7e191de765424753d8f912cc640f254435d1a1 /po/it.po | |
parent | 227f8ac604c11bebf5b248e28caf0d59576f2ba8 (diff) | |
download | weechat-c4773e63d8a67cc870878b9a4465ea8d75e88d05.zip |
rmodifier: add option "missing" for command /rmodifier
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-08-04 12:44+0200\n" +"POT-Creation-Date: 2013-08-05 08:28+0200\n" "PO-Revision-Date: 2013-07-31 18:41+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -8826,16 +8826,24 @@ msgstr "" "%sErrore: l'argomento \"-yes\" รจ richiesto per ripristinare gli rmodifier " "predefiniti (motivi di sicurezza)" +#, fuzzy, c-format +msgid "%d rmodifier added" +msgid_plural "%d rmodifiers added" +msgstr[0] "%d rmodifier eliminati" +msgstr[1] "%d rmodifier eliminati" + msgid "alter modifier strings with regular expressions" msgstr "sostituisce le stringhe del modificatore con le espressioni regolari" +#, fuzzy msgid "" "list|listdefault || add <name> <modifiers> <groups> <regex> || del <name>|-" -"all [<name>...] || default -yes" +"all [<name>...] || missing || default -yes" 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" @@ -8849,6 +8857,7 @@ msgid "" "become case sensitive)\n" " del: delete a rmodifier\n" " -all: delete all rmodifiers\n" +" missing: add missing rmodifiers\n" " default: restore default rmodifiers\n" "\n" "Examples:\n" |