From 643376fc1da93cf3a60169995356da14aa572d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 11 Jul 2019 07:29:21 +0200 Subject: core: update translations (issue #1375) --- doc/de/autogen/plugin_api/infolists.adoc | 2 ++ doc/en/autogen/plugin_api/infolists.adoc | 2 ++ doc/fr/autogen/plugin_api/infolists.adoc | 2 ++ doc/it/autogen/plugin_api/infolists.adoc | 2 ++ doc/ja/autogen/plugin_api/infolists.adoc | 2 ++ doc/pl/autogen/plugin_api/infolists.adoc | 2 ++ po/POTFILES.in | 2 ++ po/cs.po | 10 +++++++++- po/de.po | 10 +++++++++- po/es.po | 10 +++++++++- po/fr.po | 10 ++++++++-- po/hu.po | 10 +++++++++- po/it.po | 10 +++++++++- po/ja.po | 10 +++++++++- po/pl.po | 10 +++++++++- po/pt.po | 10 +++++++++- po/pt_BR.po | 10 +++++++++- po/ru.po | 10 +++++++++- po/srcfiles.cmake | 2 ++ po/tr.po | 10 +++++++++- po/weechat.pot | 8 +++++++- src/plugins/buflist/buflist-info.c | 4 ++-- 22 files changed, 132 insertions(+), 16 deletions(-) diff --git a/doc/de/autogen/plugin_api/infolists.adoc b/doc/de/autogen/plugin_api/infolists.adoc index 82e754b85..54bae1309 100644 --- a/doc/de/autogen/plugin_api/infolists.adoc +++ b/doc/de/autogen/plugin_api/infolists.adoc @@ -10,6 +10,8 @@ | alias | alias_default | Liste der standardmäßigen Aliase | - | - +| buflist | buflist | list of buffers in a buflist bar item | - | buflist bar item name (optional) + | fset | fset_option | Auflistung der fset Optionen | fset Option-Pointer (optional) | Name einer Einstellung (Platzhalter "*" kann verwendet werden) (optional) | guile | guile_script | Liste der Skripten | Skript Pointer (optional) | Name des Skriptes (Platzhalter "*" kann verwendet werden) (optional) diff --git a/doc/en/autogen/plugin_api/infolists.adoc b/doc/en/autogen/plugin_api/infolists.adoc index b1f91a303..093335b36 100644 --- a/doc/en/autogen/plugin_api/infolists.adoc +++ b/doc/en/autogen/plugin_api/infolists.adoc @@ -10,6 +10,8 @@ | alias | alias_default | list of default aliases | - | - +| buflist | buflist | list of buffers in a buflist bar item | - | buflist bar item name (optional) + | fset | fset_option | list of fset options | fset option pointer (optional) | option name (wildcard "*" is allowed) (optional) | guile | guile_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional) diff --git a/doc/fr/autogen/plugin_api/infolists.adoc b/doc/fr/autogen/plugin_api/infolists.adoc index 0d8abbd84..62a609db7 100644 --- a/doc/fr/autogen/plugin_api/infolists.adoc +++ b/doc/fr/autogen/plugin_api/infolists.adoc @@ -10,6 +10,8 @@ | alias | alias_default | liste des alias par défaut | - | - +| buflist | buflist | liste des tampons dans un objet de barre buflist | - | nom d'objet de barre buflist (optionnel) + | fset | fset_option | liste des options fset | pointeur vers l'option fset (optionnel) | nom d'option (le caractère joker "*" est autorisé) (optionnel) | guile | guile_script | liste des scripts | pointeur vers le script (optionnel) | nom de script (le caractère joker "*" est autorisé) (optionnel) diff --git a/doc/it/autogen/plugin_api/infolists.adoc b/doc/it/autogen/plugin_api/infolists.adoc index e0e6e8db8..46feef194 100644 --- a/doc/it/autogen/plugin_api/infolists.adoc +++ b/doc/it/autogen/plugin_api/infolists.adoc @@ -10,6 +10,8 @@ | alias | alias_default | list of default aliases | - | - +| buflist | buflist | list of buffers in a buflist bar item | - | buflist bar item name (optional) + | fset | fset_option | list of fset options | fset option pointer (optional) | option name (wildcard "*" is allowed) (optional) | guile | guile_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) diff --git a/doc/ja/autogen/plugin_api/infolists.adoc b/doc/ja/autogen/plugin_api/infolists.adoc index 39d7a4c43..f6caeee22 100644 --- a/doc/ja/autogen/plugin_api/infolists.adoc +++ b/doc/ja/autogen/plugin_api/infolists.adoc @@ -10,6 +10,8 @@ | alias | alias_default | デフォルトで定義された別名のリスト | - | - +| buflist | buflist | list of buffers in a buflist bar item | - | buflist bar item name (optional) + | fset | fset_option | fset オプションのリスト | fset オプションポインタ (任意) | オプション名 (ワイルドカード "*" を使うことができます) (任意) | guile | guile_script | スクリプトのリスト | スクリプトポインタ (任意) | スクリプト名 (ワイルドカード "*" を使うことができます) (任意) diff --git a/doc/pl/autogen/plugin_api/infolists.adoc b/doc/pl/autogen/plugin_api/infolists.adoc index ca99a7529..516680482 100644 --- a/doc/pl/autogen/plugin_api/infolists.adoc +++ b/doc/pl/autogen/plugin_api/infolists.adoc @@ -10,6 +10,8 @@ | alias | alias_default | lista domyślnych aliasów | - | - +| buflist | buflist | list of buffers in a buflist bar item | - | buflist bar item name (optional) + | fset | fset_option | lista opcji fset | wskaźnik opcji fset (opcjonalne) | nazwa opcji (wildcard "*" jest dozwolony) (opcjonalne) | guile | guile_script | lista skryptów | wskaźnik skryptu (opcjonalne) | nazwa skryptu (wildcard "*" jest dozwolony) (opcjonalne) diff --git a/po/POTFILES.in b/po/POTFILES.in index a5bac2574..6d13cb5c2 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -155,6 +155,8 @@ ./src/plugins/buflist/buflist-command.h ./src/plugins/buflist/buflist-config.c ./src/plugins/buflist/buflist-config.h +./src/plugins/buflist/buflist-info.c +./src/plugins/buflist/buflist-info.h ./src/plugins/buflist/buflist-mouse.c ./src/plugins/buflist/buflist-mouse.h ./src/plugins/buflist/buflist.h diff --git a/po/cs.po b/po/cs.po index 6c73dc4fb..a113e3d79 100644 --- a/po/cs.po +++ b/po/cs.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-05-13 21:31+0200\n" "Last-Translator: Ondřej Súkup \n" "Language-Team: weechat-dev \n" @@ -5093,6 +5093,14 @@ msgid "" "evaluated, see /help buflist)" msgstr "příkaz spuštěný při startu WeeChat, před načtením pluginů" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "seznam bufferů v hotlistu" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "ukazatel položky pole (volitelný)" + msgid "Charset conversions" msgstr "konverze znakové sady" diff --git a/po/de.po b/po/de.po index c6757f174..ddec07e97 100644 --- a/po/de.po +++ b/po/de.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-06-22 08:39+0200\n" "Last-Translator: Nils Görs \n" "Language-Team: German \n" @@ -6161,6 +6161,14 @@ msgstr "" "${number} die eingerückte Nummer (Hinweis: Inhalt wird evaluiert, siehe /" "help buflist)" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "Liste der Buffer in Hotlist" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "Modelist Item Pointer (optional)" + msgid "Charset conversions" msgstr "Zeichensatzkonvertierung" diff --git a/po/es.po b/po/es.po index 666291fcf..e15ff5027 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-05-13 21:31+0200\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -5296,6 +5296,14 @@ msgid "" "evaluated, see /help buflist)" msgstr "comando ejecutado cuando WeeChat inicia, antes de cargar los plugins" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "lista de buffers en la lista de actividad" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "puntero del elemento de barra (opcional)" + msgid "Charset conversions" msgstr "Conversiones de mapa de caracteres" diff --git a/po/fr.po b/po/fr.po index 8250b8d02..990b60761 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" -"PO-Revision-Date: 2019-06-22 08:39+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" +"PO-Revision-Date: 2019-07-11 07:28+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -6015,6 +6015,12 @@ msgstr "" "format pour un numéro de tampon, ${number} est le numéro indenté (note : le " "contenu est évalué, voir /help buflist)" +msgid "list of buffers in a buflist bar item" +msgstr "liste des tampons dans un objet de barre buflist" + +msgid "buflist bar item name (optional)" +msgstr "nom d'objet de barre buflist (optionnel)" + msgid "Charset conversions" msgstr "Conversions de charset" diff --git a/po/hu.po b/po/hu.po index 6dc014aaf..3b1bfb45a 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-05-13 21:31+0200\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -4634,6 +4634,14 @@ msgid "" "evaluated, see /help buflist)" msgstr "felhasználónév az IRC szerveren" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "kiemelendő szavak listája" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "konfigurációs paraméterek beállítása" + #, fuzzy msgid "Charset conversions" msgstr "WeeChat szlogen" diff --git a/po/it.po b/po/it.po index 8c4997df7..dc43c7730 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-05-13 21:31+0200\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -5454,6 +5454,14 @@ msgstr "" "nome utente per il server proxy (nota: il contenuto viene valutato, " "consultare /help eval)" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "elenco dei buffer nella hotlist" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "puntatore all'elemento della barra (opzionale)" + msgid "Charset conversions" msgstr "Conversione del set caratteri" diff --git a/po/ja.po b/po/ja.po index a5d53e8e0..de139015b 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-06-22 08:40+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" "Language-Team: Polish \n" @@ -5875,6 +5875,14 @@ msgstr "" "format dla numeru bufora, ${number} to wyrównany numr (uwaga: zawartość jest " "przetwarzana, zobacz /help buflist)" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "lista buforów w hotliście" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "wskaźnik elementu modlisty (opcjonalne)" + msgid "Charset conversions" msgstr "Konwersja kodowania" diff --git a/po/pt.po b/po/pt.po index 99de311ee..29dfe1b79 100644 --- a/po/pt.po +++ b/po/pt.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-05-13 21:32+0200\n" "Last-Translator: Vasco Almeida \n" "Language-Team: Portuguese <>\n" @@ -5716,6 +5716,14 @@ msgid "" msgstr "" "nome real a usar no servidor (nota: o conteúdo é avaliado, ver /help eval)" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "lista de buffers na hotlist" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "ponteiro para o item da barra (opcional)" + msgid "Charset conversions" msgstr "Conversões de conjunto de carateres" diff --git a/po/pt_BR.po b/po/pt_BR.po index 23c27c0e7..b5ed06ea3 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: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-05-13 21:32+0200\n" "Last-Translator: Eduardo Elias \n" "Language-Team: weechat-dev \n" @@ -5272,6 +5272,14 @@ msgstr "" "comando executado quando o WeeChat inicia, antes do carregamento dos plugins " "(nota: conteúdo é avaliado, veja /help eval)" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "lista de buffers na lista de atividade" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "ponteiro do item da barra (opcional)" + #, fuzzy msgid "Charset conversions" msgstr "versão do WeeChat" diff --git a/po/ru.po b/po/ru.po index 4102a68a4..172da6936 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-05-13 21:32+0200\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -4671,6 +4671,14 @@ msgid "" "evaluated, see /help buflist)" msgstr "ник, используемый на IRC сервере" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "максимальная длина имён в хотлисте" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "настроить параметры конфигурации" + #, fuzzy msgid "Charset conversions" msgstr "слоган WeeChat" diff --git a/po/srcfiles.cmake b/po/srcfiles.cmake index 82cb32395..037ee003e 100644 --- a/po/srcfiles.cmake +++ b/po/srcfiles.cmake @@ -156,6 +156,8 @@ SET(WEECHAT_SOURCES ./src/plugins/buflist/buflist-command.h ./src/plugins/buflist/buflist-config.c ./src/plugins/buflist/buflist-config.h +./src/plugins/buflist/buflist-info.c +./src/plugins/buflist/buflist-info.h ./src/plugins/buflist/buflist-mouse.c ./src/plugins/buflist/buflist-mouse.h ./src/plugins/buflist/buflist.h diff --git a/po/tr.po b/po/tr.po index 8c2f8adb3..4534d1483 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2019-05-13 21:32+0200\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -4228,6 +4228,14 @@ msgid "" "evaluated, see /help buflist)" msgstr "" +#, fuzzy +msgid "list of buffers in a buflist bar item" +msgstr "İRC kanalı için varsayılan ayrılma iletisi" + +#, fuzzy +msgid "buflist bar item name (optional)" +msgstr "seçeneklerin listesi" + msgid "Charset conversions" msgstr "" diff --git a/po/weechat.pot b/po/weechat.pot index 87a62d961..7b94e3b73 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: 2019-06-22 08:38+0200\n" +"POT-Creation-Date: 2019-07-11 07:28+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -4212,6 +4212,12 @@ msgid "" "evaluated, see /help buflist)" msgstr "" +msgid "list of buffers in a buflist bar item" +msgstr "" + +msgid "buflist bar item name (optional)" +msgstr "" + msgid "Charset conversions" msgstr "" diff --git a/src/plugins/buflist/buflist-info.c b/src/plugins/buflist/buflist-info.c index 8e09bd8d7..2d189066b 100644 --- a/src/plugins/buflist/buflist-info.c +++ b/src/plugins/buflist/buflist-info.c @@ -118,8 +118,8 @@ void buflist_info_init () { weechat_hook_infolist ( - "buflist", N_("list of buffers in a buflist"), + "buflist", N_("list of buffers in a buflist bar item"), NULL, - N_("buflist item name (optional)"), + N_("buflist bar item name (optional)"), &buflist_info_infolist_buflist_cb, NULL, NULL); } -- cgit v1.2.3