diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-13 00:11:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-13 00:11:11 +0200 |
commit | 6b624561191522f1df38a564f275a67ddaadf5ff (patch) | |
tree | 8ed18dd28d8efcc80a78974f4f378586b4adaa91 /po/tr.po | |
parent | 1df1903d230c4f8dbd0876b8bbc3454aa1af389c (diff) | |
download | weechat-6b624561191522f1df38a564f275a67ddaadf5ff.zip |
Revert "core: add option "-save" in command /upgrade (closes #1630)"
This reverts commit 1df1903d230c4f8dbd0876b8bbc3454aa1af389c.
This is not so easy to implement: it requires saving state of plugins, and
plugins like irc can not save the connected state (except in a real upgrade
case where the sockets are still valid after exec of the new binary).
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 17 |
1 files changed, 7 insertions, 10 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-04-12 20:29+0200\n" +"POT-Creation-Date: 2021-04-11 09:28+0200\n" "PO-Revision-Date: 2021-02-06 15:55+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -958,10 +958,6 @@ msgstr "" msgid "%d option(s) reset, %d option(s) removed" msgstr "" -#, fuzzy, c-format -msgid "%sUnable to save WeeChat session (files *.upgrade)" -msgstr "%sHata: dosya \"%s\" oluşturulamaz" - #, c-format msgid "" "%sCan't upgrade: there is one or more background process (hook type " @@ -985,6 +981,10 @@ msgstr "" msgid "Upgrading WeeChat with binary file: \"%s\"..." msgstr "" +#, fuzzy, c-format +msgid "%sUnable to save session in file" +msgstr "%sHata: dosya \"%s\" oluşturulamaz" + #, c-format msgid "***** Error: exec failed (program: \"%s\"), exiting WeeChat" msgstr "" @@ -2083,12 +2083,10 @@ msgid "" " /unset -mask weechat.color.*" msgstr "" -msgid "" -"save WeeChat session and reload the WeeChat binary without disconnecting " -"from servers" +msgid "reload the WeeChat binary without disconnecting from servers" msgstr "" -msgid "[-yes] [<path_to_binary>|-save|-quit]" +msgid "[-yes] [<path_to_binary>|-quit]" msgstr "" msgid "" @@ -2097,7 +2095,6 @@ 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" |