diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-18 20:59:56 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-10-18 20:59:56 +0200 |
commit | ed506558e82da74cf9d9ac0bd0ae87ddf822bd8b (patch) | |
tree | 09079c839097ed223a83f35afc79f6aacbfe5a7a /po/de.po | |
parent | 93d3198b70ce934e757cffba6a2fdec7adb20b42 (diff) | |
download | weechat-ed506558e82da74cf9d9ac0bd0ae87ddf822bd8b.zip |
core: add option "-quit" for command /upgrade (save session and quit without restarting WeeChat, for delayed restoration)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 30 |
1 files changed, 23 insertions, 7 deletions
@@ -23,7 +23,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.0-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-10-16 13:26+0200\n" +"POT-Creation-Date: 2012-10-18 20:40+0200\n" "PO-Revision-Date: 2012-09-29 11:42+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <weechatter@arcor.de>\n" @@ -2045,11 +2045,15 @@ msgstr "" msgid "upgrade WeeChat without disconnecting from servers" msgstr "Aktualisiert WeeChat ohne die Verbindung zum Server zu trennen" -msgid "[<path_to_binary>]" +#, fuzzy +msgid "[<path_to_binary>|-quit]" msgstr "[<path_to_binary>]" +#, fuzzy msgid "" "path_to_binary: path to WeeChat binary (default is current binary)\n" +" -quit: close *ALL* connections, save session and quit WeeChat, " +"which makes possible a delayed restoration (see below)\n" "\n" "This command upgrades and reloads a running WeeChat session. The new WeeChat " "binary must have been compiled or installed with a package manager before " @@ -2063,7 +2067,19 @@ msgid "" " 1. save session into files for core and plugins (buffers, history, ..)\n" " 2. unload all plugins (configuration files (*.conf) are written on disk)\n" " 3. save WeeChat configuration (weechat.conf)\n" -" 4. execute new WeeChat binary and reload session." +" 4. execute new WeeChat binary and reload session.\n" +"\n" +"With option \"-quit\", the process is slightly different:\n" +" 1. close *ALL* connections (irc, xfer, relay, ...)\n" +" 2. save session into files (*.upgrade)\n" +" 3. unload all plugins\n" +" 4. save WeeChat configuration\n" +" 5. quit WeeChat\n" +"Then later you can restore session with command: weechat-curses --upgrade\n" +"IMPORTANT: you must restore the session with exactly same configuration " +"(files *.conf).\n" +"It is possible to restore WeeChat session on another machine if you copy the " +"content of directory \"~/.weechat\"" msgstr "" "path_to_binary: Pfad zu einer ausführbaren WeeChat Binärdatei " "(Standardeinstellung ist die aktuell ausführbare Datei)\n" @@ -9437,6 +9453,10 @@ msgid "%s: chat closed with %s (%d.%d.%d.%d)" msgstr "%s: Chat mit %s (%d.%d.%d.%d) geschlossen" #, c-format +msgid "%s%s: aborting active xfer: \"%s\" from %s" +msgstr "%s%s: aktiver Transfer (xfer): \"%s\" von %s abgebrochen" + +#, c-format msgid "%s%s: not enough memory for new xfer" msgstr "" "%s%s: Für einen neuen Transfer steht nicht ausreichend Speicher zur Verfügung" @@ -9525,10 +9545,6 @@ msgstr "" "Transfer" #, c-format -msgid "%s%s: aborting active xfer: \"%s\" from %s" -msgstr "%s%s: aktiver Transfer (xfer): \"%s\" von %s abgebrochen" - -#, c-format msgid "%s%s: error sending data to \"%s\" via xfer chat" msgstr "%s%s: Fehler beim Senden von Daten an \"%s\" via Transfer-Chat" |