diff options
author | Peter Boström <pbos@kth.se> | 2012-12-20 18:18:33 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-20 18:18:33 +0100 |
commit | a67d97f16ec43ecd820342b75449b9a4cdee7e0d (patch) | |
tree | 0cfed507de9cec9ff5c179beb2934d454d913e34 /po/weechat.pot | |
parent | 0e726b43efad3a4b821bbfe5e5e669e1ba096dfb (diff) | |
download | weechat-a67d97f16ec43ecd820342b75449b9a4cdee7e0d.zip |
core: add option "diff" for command /set (list options with changed value)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 39 |
1 files changed, 28 insertions, 11 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index dbfb43b62..7197b3379 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-12-16 19:14+0100\n" +"POT-Creation-Date: 2012-12-20 17:20+0100\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" @@ -647,18 +647,30 @@ msgid "" "option to see a sublist)" msgstr "" -msgid "No configuration option found" +msgid "No option found" msgstr "" #, c-format -msgid "%s%d%s configuration option found matching with \"%s\"" -msgid_plural "%s%d%s configuration options found matching with \"%s\"" +msgid "%s%d%s option with value changed (matching with \"%s\")" +msgid_plural "%s%d%s options with value changed (matching with \"%s\")" msgstr[0] "" msgstr[1] "" #, c-format -msgid "%s%d%s configuration option found" -msgid_plural "%s%d%s configuration options found" +msgid "%s%d%s option (matching with \"%s\")" +msgid_plural "%s%d%s options (matching with \"%s\")" +msgstr[0] "" +msgstr[1] "" + +#, c-format +msgid "%s%d%s option" +msgid_plural "%s%d%s options" +msgstr[0] "" +msgstr[1] "" + +#, c-format +msgid "%s%d%s option with value changed" +msgid_plural "%s%d%s options with value changed" msgstr[0] "" msgstr[1] "" @@ -667,7 +679,7 @@ msgid "%sError: failed to set option \"%s\"" msgstr "" #, c-format -msgid "%sError: configuration option \"%s\" not found" +msgid "%sError: option \"%s\" not found" msgstr "" msgid "Option changed: " @@ -1456,18 +1468,19 @@ msgstr "" msgid "set config options" msgstr "" -msgid "[<option> [<value>]]" +msgid "[<option> [<value>]] || diff [<option> [<option>...]]" msgstr "" msgid "" "option: name of an option (can start or end with '*' to list many options)\n" " value: new value for option\n" +" diff: display only changed options\n" "\n" "New value can be, according to variable type:\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" +" 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.\n" @@ -1476,7 +1489,11 @@ msgid "" " display options about highlight:\n" " /set *highlight*\n" " add a word to highlight:\n" -" /set weechat.look.highlight \"word\"" +" /set weechat.look.highlight \"word\"\n" +" display changed options:\n" +" /set diff\n" +" display changed options in irc plugin:\n" +" /set diff irc.*" msgstr "" msgid "unset/reset config options" |