diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-14 07:58:21 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-07-14 07:58:21 +0200 |
commit | a02743b229ac5b9d7710590e1e3f57caf710652a (patch) | |
tree | faea4b6ec506696eb548a6cdf0635faafa9d35ee /po/weechat.pot | |
parent | 3fb322be8f278f63b88b0c212d17d9f1d08d609a (diff) | |
download | weechat-a02743b229ac5b9d7710590e1e3f57caf710652a.zip |
core: add option weechat.look.confirm_upgrade (closes #463)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 3be536fc5..c78265181 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-07-10 17:57+0200\n" +"POT-Creation-Date: 2015-07-14 07:44+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" @@ -724,7 +724,7 @@ msgstr "" #, c-format msgid "" -"%sYou must confirm quit command with extra argument \"-yes\" (see /help quit)" +"%sYou must confirm /%s command with extra argument \"-yes\" (see /help %s)" msgstr "" #, c-format @@ -1888,10 +1888,11 @@ msgstr "" msgid "upgrade WeeChat without disconnecting from servers" msgstr "" -msgid "[<path_to_binary>|-quit]" +msgid "[-yes] [<path_to_binary>|-quit]" msgstr "" msgid "" +" -yes: required if option weechat.look.confirm_upgrade is enabled\n" "path_to_binary: path to WeeChat binary (default is current binary)\n" " -dummy: do nothing (option used to prevent accidental completion " "with \"-quit\")\n" @@ -2357,6 +2358,11 @@ msgid "" "help quit)" msgstr "" +msgid "" +"if set, /upgrade command must be confirmed with extra argument \"-yes" +"\" (see /help upgrade)" +msgstr "" + msgid "display special message when day changes" msgstr "" |