diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-12 20:48:32 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-12 20:48:32 +0200 |
commit | 1df1903d230c4f8dbd0876b8bbc3454aa1af389c (patch) | |
tree | b618b916bafe6c1dd6733023adacb7a28351e385 /po/cs.po | |
parent | ae39b7ce61a6c1d399ab49c00e17a206088dd5fb (diff) | |
download | weechat-1df1903d230c4f8dbd0876b8bbc3454aa1af389c.zip |
core: add option "-save" in command /upgrade (closes #1630)
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 18 |
1 files changed, 11 insertions, 7 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-04-11 09:28+0200\n" +"POT-Creation-Date: 2021-04-12 20:29+0200\n" "PO-Revision-Date: 2021-02-06 15:55+0100\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1030,6 +1030,10 @@ msgstr "%sReset všech nastavení není povolen" msgid "%d option(s) reset, %d option(s) removed" msgstr "%d volba/volby resetovány, %d volba/volby smazány" +#, fuzzy, c-format +msgid "%sUnable to save WeeChat session (files *.upgrade)" +msgstr "%sChyba: nemohu uložit sezení do souboru" + #, c-format msgid "" "%sCan't upgrade: there is one or more background process (hook type " @@ -1056,10 +1060,6 @@ msgstr "%sNení specifikována binárka" msgid "Upgrading WeeChat with binary file: \"%s\"..." msgstr "Aktualizuji WeeChat s použitím binárního souboru: \"%s\"..." -#, fuzzy, c-format -msgid "%sUnable to save session in file" -msgstr "%sChyba: nemohu uložit sezení do souboru" - #, c-format msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "***** Chyba: exec selhal (program: \"%s\"), ukončuji WeeChat" @@ -2568,10 +2568,13 @@ msgstr "" " /unset weechat.color.*" #, fuzzy -msgid "reload the WeeChat binary without disconnecting from servers" +msgid "" +"save WeeChat session and reload the WeeChat binary without disconnecting " +"from servers" msgstr "aktualizovat WeeChat bez odpojení od serveru" -msgid "[-yes] [<path_to_binary>|-quit]" +#, fuzzy +msgid "[-yes] [<path_to_binary>|-save|-quit]" msgstr "[-yes][<cesta_k_binárce>|-quit]" #, fuzzy @@ -2581,6 +2584,7 @@ msgid "" "path_to_binary: path to WeeChat binary (default is current binary)\n" " -dummy: do nothing (option used to prevent accidental completion " "with \"-quit\")\n" +" -save: only save the session (do not quit not reload WeeChat)\n" " -quit: close *ALL* connections, save session and quit WeeChat, " "which makes possible a delayed restoration (see below)\n" "\n" |