diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/cs.po | 15 | ||||
-rw-r--r-- | po/de.po | 37 | ||||
-rw-r--r-- | po/es.po | 15 | ||||
-rw-r--r-- | po/fr.po | 30 | ||||
-rw-r--r-- | po/hu.po | 15 | ||||
-rw-r--r-- | po/it.po | 15 | ||||
-rw-r--r-- | po/ja.po | 15 | ||||
-rw-r--r-- | po/pl.po | 37 | ||||
-rw-r--r-- | po/pt.po | 15 | ||||
-rw-r--r-- | po/pt_BR.po | 15 | ||||
-rw-r--r-- | po/ru.po | 15 | ||||
-rw-r--r-- | po/sr.po | 37 | ||||
-rw-r--r-- | po/tr.po | 37 | ||||
-rw-r--r-- | po/weechat.pot | 15 |
14 files changed, 253 insertions, 60 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-06-18 16:11+0200\n" "Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6993,7 +6993,8 @@ msgstr "ls || list || req|ack [<schopnost> [<schopnost>...]] || clear || end" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -7008,8 +7009,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" msgid "connect to IRC server(s)" @@ -25,7 +25,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-07-28 13:30+0200\n" "Last-Translator: Nils Görs <weechatter@arcor.de>\n" "Language-Team: German <kde-i18n-de@kde.org>\n" @@ -8872,10 +8872,33 @@ 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 capability\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, cap-" +#| "notify, chghost, 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" +#| " /cap\n" +#| " /cap req multi-prefix away-notify" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -8890,8 +8913,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" " ls: führt alle Fähigkeiten auf die vom Server unterstützt werden\n" " list: führt alle Fähigkeiten auf die aktuell genutzt werden\n" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-06-18 16:11+0200\n" "Last-Translator: Santiago Forero <santiago@forero.xyz>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7561,7 +7561,8 @@ msgstr "" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -7576,8 +7577,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" msgid "connect to IRC server(s)" @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" -"PO-Revision-Date: 2022-07-31 09:55+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" +"PO-Revision-Date: 2022-08-03 21:17+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -8625,7 +8625,8 @@ msgstr "ls || list || req|ack [<capacité> [<capacité>...]] || end" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -8640,12 +8641,19 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" " ls : lister les capacités supportées par le serveur\n" " list : lister les capacités actuellement activées\n" -" req : demander une capacité\n" +" req : demander une nouvelle capacité ou supprimer une capacité (si elle " +"commence par \"-\", par exemple : \"-multi-prefix\")\n" " ack : accuser réception de capacités qui nécessitent un accusé de " "réception du client\n" " end : terminer la négociation de capacité\n" @@ -8661,8 +8669,14 @@ msgstr "" "l'option irc.server.xxx.capabilities).\n" "\n" "Exemples :\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" afficher les capacités supportées et activées :\n" +" /cap\n" +" demander les capacités multi-prefix et away-notify :\n" +" /cap req multi-prefix away-notify\n" +" demander la capacité extended-join, supprimer la capacité multi-prefix :\n" +" /cap req extended-join -multi-prefix\n" +" supprimer la capacité away-notify :\n" +" /cap req -away-notify" msgid "connect to IRC server(s)" msgstr "se connecter à un/plusieurs serveur(s) IRC" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-04-24 10:20+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6492,7 +6492,8 @@ msgstr "" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -6507,8 +6508,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" #, fuzzy @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-04-24 10:20+0200\n" "Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7335,7 +7335,8 @@ msgstr "" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -7350,8 +7351,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" msgid "connect to IRC server(s)" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-06-18 16:12+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/weechat/tree/master/" @@ -8174,7 +8174,8 @@ msgstr "ls || list || req|ack [<capability> [<capability>...]] || end" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -8189,8 +8190,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" " ls: サーバがサポートする機能をリスト\n" " list: 現在有効化されている機能をリスト\n" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-06-18 16:12+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -8616,10 +8616,33 @@ msgstr "negocjacja możliwości klienta" msgid "ls || list || req|ack [<capability> [<capability>...]] || end" msgstr "ls || list || req|ack [<opcja> [<opcja>...]] || end" +#, fuzzy +#| msgid "" +#| " ls: list the capabilities supported by the server\n" +#| " list: list the capabilities currently enabled\n" +#| " req: request a capability\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, cap-" +#| "notify, chghost, 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" +#| " /cap\n" +#| " /cap req multi-prefix away-notify" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -8634,8 +8657,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" " ls: wyświetla opcje wspierane przez serwer\n" " list: wyświetla obecnie włączone opcje\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-06-18 16:12+0200\n" "Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n" "Language-Team: Portuguese <>\n" @@ -7941,7 +7941,8 @@ msgstr "ls || list || req|ack [<capacidade> [<capacidade>...]] || end" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -7956,8 +7957,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" " ls: lista de capacidades suportadas pelo servidor\n" " list: lista de capacidades ativadas atualmente\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index a8352e6ee..11b9235bb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-04-24 10:20+0200\n" "Last-Translator: Érico Nogueira <ericonr@disroot.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -7167,7 +7167,8 @@ msgstr "" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -7182,8 +7183,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" msgid "connect to IRC server(s)" @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-04-24 10:20+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -6534,7 +6534,8 @@ msgstr "" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -6549,8 +6550,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" #, fuzzy @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-07-06 08:29+0400\n" "Last-Translator: Ivan Pešić <ivan.pesic@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -8477,10 +8477,33 @@ msgstr "преговарање могућности клијента" msgid "ls || list || req|ack [<capability> [<capability>...]] || end" msgstr "ls || list || req|ack [<могућност> [<могућност>...]] || end" +#, fuzzy +#| msgid "" +#| " ls: list the capabilities supported by the server\n" +#| " list: list the capabilities currently enabled\n" +#| " req: request a capability\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, cap-" +#| "notify, chghost, 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" +#| " /cap\n" +#| " /cap req multi-prefix away-notify" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -8495,8 +8518,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" " ls: исписује могућности које подржава сервер\n" " list: исписује могућности које су тренутно укључене\n" @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2022-07-27 23:00+0300\n" "Last-Translator: Emir SARI <emir_sari@icloud.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -8334,10 +8334,33 @@ msgstr "istemci yeteneği pazarlığı" msgid "ls || list || req|ack [<capability> [<capability>...]] || end" msgstr "ls || list || req|ack [<yetenek> [<yetenek>...]] || end" +#, fuzzy +#| msgid "" +#| " ls: list the capabilities supported by the server\n" +#| " list: list the capabilities currently enabled\n" +#| " req: request a capability\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, cap-" +#| "notify, chghost, 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" +#| " /cap\n" +#| " /cap req multi-prefix away-notify" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -8352,8 +8375,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" " ls: Sunucu tarafından desteklenen yetenekleri listele\n" " list: Şu anda etkin olan yetenekleri listele\n" diff --git a/po/weechat.pot b/po/weechat.pot index 616ba1d2d..e2144218f 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-31 09:53+0200\n" +"POT-Creation-Date: 2022-08-03 16:55+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5979,7 +5979,8 @@ msgstr "" msgid "" " ls: list the capabilities supported by the server\n" " list: list the capabilities currently enabled\n" -" req: request a capability\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" @@ -5994,8 +5995,14 @@ msgid "" "capabilities).\n" "\n" "Examples:\n" -" /cap\n" -" /cap req multi-prefix away-notify" +" 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" msgstr "" msgid "connect to IRC server(s)" |