diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 43 |
1 files changed, 36 insertions, 7 deletions
@@ -26,7 +26,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-07-08 16:18+0200\n" +"POT-Creation-Date: 2023-07-10 14:05+0200\n" "PO-Revision-Date: 2023-07-05 21:23+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -548,7 +548,6 @@ msgstr "integer" msgid "string" msgstr "Zeichenkette" -#, c-format msgid "any string" msgstr "beliebige Zeichenkette" @@ -8550,7 +8549,7 @@ msgstr "" msgid "fset options" msgstr "fset Optionen" -#, fuzzy, c-format +#, fuzzy #| msgid "color" msgid "any color" msgstr "Farbe" @@ -9398,6 +9397,36 @@ msgstr "Aushandlung der Clientfähigkeit" msgid "ls || list || req|ack [<capability> [<capability>...]] || end" msgstr "ls || list || req|ack [<capability> [<capability>...]] || end" +#, fuzzy +#| msgid "" +#| " ls: list the capabilities supported by the server\n" +#| " list: list the capabilities currently enabled\n" +#| " req: request a new capability or remove a capability (if starting with " +#| "\"-\", for example: \"-multi-prefix\")\n" +#| " ack: acknowledge capabilities which require client-side " +#| "acknowledgement\n" +#| " end: end the capability negotiation\n" +#| "\n" +#| "Without argument, \"ls\" and \"list\" are sent.\n" +#| "\n" +#| "Capabilities supported by WeeChat are: account-notify, away-notify, " +#| "batch, cap-notify, chghost, draft/multiline, echo-message, extended-join, " +#| "invite-notify, message-tags, multi-prefix, server-time, setname, userhost-" +#| "in-names.\n" +#| "\n" +#| "The capabilities to automatically enable on servers can be set in option " +#| "irc.server_default.capabilities (or by server in option irc.server.xxx." +#| "capabilities).\n" +#| "\n" +#| "Examples:\n" +#| " display supported and enabled capabilities:\n" +#| " /cap\n" +#| " request capabilities multi-prefix and away-notify:\n" +#| " /cap req multi-prefix away-notify\n" +#| " request capability extended-join, remove capability multi-prefix:\n" +#| " /cap req extended-join -multi-prefix\n" +#| " remove capability away-notify:\n" +#| " /cap req -away-notify" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" @@ -9408,10 +9437,10 @@ msgid "" "\n" "Without argument, \"ls\" and \"list\" are sent.\n" "\n" -"Capabilities supported by WeeChat are: account-notify, away-notify, batch, " -"cap-notify, chghost, draft/multiline, echo-message, extended-join, invite-" -"notify, message-tags, multi-prefix, server-time, setname, userhost-in-" -"names.\n" +"Capabilities supported by WeeChat are: account-notify, account-tag, away-" +"notify, batch, cap-notify, chghost, draft/multiline, echo-message, extended-" +"join, invite-notify, message-tags, multi-prefix, server-time, setname, " +"userhost-in-names.\n" "\n" "The capabilities to automatically enable on servers can be set in option irc." "server_default.capabilities (or by server in option irc.server.xxx." |