diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-10 13:02:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-10 13:02:35 +0200 |
commit | e057c16b36a19f4c08fe81907026c3e2c257b07b (patch) | |
tree | 3bded1be28f45677f2c6df69056ad702caf06c87 /po/de.po | |
parent | c4cade35503caa0ec623a8d1951e42994134ad9b (diff) | |
download | weechat-e057c16b36a19f4c08fe81907026c3e2c257b07b.zip |
api: add info "uptime_current"
This info returns time duration between the start of the current WeeChat
process and now (so upgrades with /upgrade are ignored).
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 40 |
1 files changed, 10 insertions, 30 deletions
@@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-06-18 16:05+0200\n" +"POT-Creation-Date: 2022-07-10 12:31+0200\n" "PO-Revision-Date: 2022-06-20 13:39+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -8684,9 +8684,6 @@ msgstr "" msgid "configure the \"autojoin\" server option" msgstr "Konfigurieren der Serveroption \"autojoin\"" -#| msgid "" -#| "add [<channel1> [<channel2>...]] || addraw <channel1>[,<channel2>...] " -#| "[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || save || sort" msgid "" "add [<channel1> [<channel2>...]] || addraw <channel1>[,<channel2>...] " "[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || apply || sort" @@ -8694,28 +8691,6 @@ msgstr "" "add [<channel1> [<channel2>...]] || addraw <channel1>[,<channel2>...] " "[<key1>[,<key2>...]] || del [<channel1> [<channel2>...]] || apply || sort" -#| msgid "" -#| " add: add current channel or a list of channels (with optional keys) " -#| "to the autojoin option; if you are on the channel and the key is not " -#| "provided, the key is read in the channel\n" -#| " addraw: use the IRC raw format (same as /join command): all channels " -#| "separated by commas, optional keys separated by commas\n" -#| " del: delete current channel or a list of channels from the autojoin " -#| "option\n" -#| "channel: channel name\n" -#| " key: key for the channel\n" -#| " save: save currently joined channels in the autojoin option\n" -#| " sort: sort alphabetically channels in the autojoin option\n" -#| "\n" -#| "Examples:\n" -#| " /autojoin add\n" -#| " /autojoin add #test\n" -#| " /autojoin add #chan1 #chan2\n" -#| " /autojoin addraw #chan1,#chan2,#chan3 key1,key2\n" -#| " /autojoin del\n" -#| " /autojoin del #chan1\n" -#| " /autojoin save\n" -#| " /autojoin sort" msgid "" " add: add current channel or a list of channels (with optional keys) to " "the autojoin option; if you are on the channel and the key is not provided, " @@ -12966,6 +12941,13 @@ msgid "\"days\" (number of days) or \"seconds\" (number of seconds) (optional)" msgstr "" "\"days\" (Anzahl der Tage) oder \"seconds\" (Anzahl der Sekunden) (optional)" +#, fuzzy +#| msgid "WeeChat uptime (format: \"days:hh:mm:ss\")" +msgid "" +"WeeChat uptime for the current process only (upgrades with /upgrade command " +"are ignored) (format: \"days:hh:mm:ss\")" +msgstr "Laufzeit von WeeChat (Format: \"days:hh:mm:ss\")" + msgid "generate a Time-based One-Time Password (TOTP)" msgstr "generiert ein Time-based One-Time Passwort (TOTP)" @@ -15347,8 +15329,7 @@ msgstr "verwaltet Trigger, das Schweizer Armeemesser für WeeChat" msgid "" "list|listfull|listdefault || add|addoff|addreplace <name> <hook> " -"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<" -"return_code>\" [\"<post_action>\"]]]]]] " +"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] " "|| addinput [<hook>] || input|output|recreate <name> || set <name> <option> " "<value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|-" "all [<name>...]] || restart <name>|-all [<name>...] || show <name> || del " @@ -15356,8 +15337,7 @@ msgid "" "monitor [<filter>]" msgstr "" "list|listfull|listdefault || add|addoff|addreplace <name> <hook> " -"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<" -"return_code>\" [\"<post_action>\"]]]]]] " +"[\"<arguments>\" [\"<conditions>\" [\"<regex>\" [\"<command>\" [\"<return_code>\" [\"<post_action>\"]]]]]] " "|| addinput [<hook>] || input|output|recreate <name> || set <name> <option> " "<value> || rename|copy <name> <new_name> || enable|disable|toggle [<name>|-" "all [<name>...]] || restart <name>|-all [<name>...] || show <name> || del " |