1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

irc: fix typo on field name in /help irc.look.list_buffer_sort

This commit is contained in:
Sébastien Helleu
2026-03-16 13:16:44 +01:00
parent 1532efea6d
commit c41d73e417
15 changed files with 83 additions and 47 deletions
+4 -3
View File
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:24+0100\n"
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -11310,8 +11310,9 @@ msgstr ""
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
#, fuzzy
+11 -3
View File
@@ -28,7 +28,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:38+0100\n"
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
"Language-Team: German <kde-i18n-de@kde.org>\n"
@@ -12516,11 +12516,19 @@ msgstr ""
msgid "left/right scroll in /list buffer (percent of width)"
msgstr "links/rechts im /list Buffer scrollen (prozentual zur Breite)"
#, fuzzy
#| msgid ""
#| "comma-separated list of fields to sort channels (see /help list for a "
#| "list of fields); char \"-\" can be used before field to reverse order, "
#| "char \"~\" can be used to do a case-insensitive comparison; example: \"-"
#| "count,~name\" for biggest channels first then case-insensitive sort on "
#| "name"
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
"Durch Kommas getrennte Liste von Feldern zum Sortieren von Kanälen (eine "
"Liste von Feldern finden Sie in /help list); Zeichen „-“ kann vor dem Feld "
+4 -3
View File
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:24+0100\n"
"Last-Translator: Santiago Forero <santiago@forero.xyz>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -11554,8 +11554,9 @@ msgstr ""
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
#, fuzzy
+8 -6
View File
@@ -23,8 +23,8 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"PO-Revision-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-16 13:15+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -12293,14 +12293,16 @@ msgstr ""
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
"liste de champs séparés par des virgules pour trier les options (voir /help "
"list pour la liste des champs) ; le caractère \"-\" peut être utilisé pour "
"inverser l'ordre, le caractère \"~\" peut être utilisé pour effectuer une "
"comparaison insensible à la casse ; exemple : \"-count,~name\" pour les plus "
"gros canaux en premier puis tri insensible à la casse sur le nom"
"comparaison insensible à la casse ; exemple : \"-users,~name2\" pour les "
"plus gros canaux en premier puis tri insensible à la casse sur le nom de "
"canal sans le préfixe"
msgid "strip channel topic colors in /list buffer"
msgstr "supprimer les couleurs des titres des canaux dans le tampon /list"
+4 -3
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-08 08:59+0100\n"
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -10829,8 +10829,9 @@ msgstr ""
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
#, fuzzy
+4 -3
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:24+0100\n"
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -11580,8 +11580,9 @@ msgstr ""
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
#, fuzzy
+4 -3
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:24+0100\n"
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
"Language-Team: Japanese <https://github.com/l/weechat/tree/master/"
@@ -12013,8 +12013,9 @@ msgstr "fset バッファの左右スクロール量 (横幅の割合)"
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
"ソートオプションのコンマ区切りリスト (フィールドのリストは /help fset を参照"
"してください); フィールドの先頭に \"-\" 文字を付けることでソート順を逆にする"
+11 -3
View File
@@ -24,7 +24,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:25+0100\n"
"Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -11908,11 +11908,19 @@ msgstr ""
msgid "left/right scroll in /list buffer (percent of width)"
msgstr "przewinięcie w lewo/prawo w buforze /list (procent szerokości)"
#, fuzzy
#| msgid ""
#| "comma-separated list of fields to sort channels (see /help list for a "
#| "list of fields); char \"-\" can be used before field to reverse order, "
#| "char \"~\" can be used to do a case-insensitive comparison; example: \"-"
#| "count,~name\" for biggest channels first then case-insensitive sort on "
#| "name"
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
"oddzielona przecinkami lista pól do sortowania kanałów (listę pól można "
"znaleźć w wyniku polecenia /help list); znak „-” użyty przed nazwą pola "
+4 -3
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:24+0100\n"
"Last-Translator: Vasco Almeida <vascomalmeida@sapo.pt>\n"
"Language-Team: Portuguese <>\n"
@@ -11940,8 +11940,9 @@ msgstr ""
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
#, fuzzy
+4 -3
View File
@@ -46,7 +46,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:19+0100\n"
"Last-Translator: Érico Nogueira <ericonr@disroot.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -11186,8 +11186,9 @@ msgstr ""
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
#, fuzzy
+4 -3
View File
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-08 08:59+0100\n"
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -10870,8 +10870,9 @@ msgstr ""
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
#, fuzzy
+11 -3
View File
@@ -22,7 +22,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:26+0100\n"
"Last-Translator: Ivan Pešić <ivan.pesic@gmail.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -11898,11 +11898,19 @@ msgstr ""
msgid "left/right scroll in /list buffer (percent of width)"
msgstr "скроловање у лево/десно у /list баферу (проценат ширине)"
#, fuzzy
#| msgid ""
#| "comma-separated list of fields to sort channels (see /help list for a "
#| "list of fields); char \"-\" can be used before field to reverse order, "
#| "char \"~\" can be used to do a case-insensitive comparison; example: \"-"
#| "count,~name\" for biggest channels first then case-insensitive sort on "
#| "name"
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
"листа поља за сортирање канала раздвојених запетама (погледајте /help list "
"за листу поља); карактер „-” може да се користи испред поља чиме се обрће "
+4 -3
View File
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\n"
"PO-Revision-Date: 2026-03-12 20:24+0100\n"
"Last-Translator: Emir SARI <emir_sari@icloud.com>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -12087,8 +12087,9 @@ msgstr "fset arabelleğinde sola/sağa kaydırma (genişlik yüzdesi)"
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
"seçenekleri sıralamak için kullanılan alanların virgülle ayrılmış listesi "
"(alanların bir listesi için bkz. /help fset); sıralamayı tersine çevirmek "
+4 -3
View File
@@ -23,7 +23,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
"POT-Creation-Date: 2026-03-13 23:38+0100\n"
"POT-Creation-Date: 2026-03-16 13:15+0100\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"
@@ -9859,8 +9859,9 @@ msgstr ""
msgid ""
"comma-separated list of fields to sort channels (see /help list for a list "
"of fields); char \"-\" can be used before field to reverse order, char \"~\" "
"can be used to do a case-insensitive comparison; example: \"-count,~name\" "
"for biggest channels first then case-insensitive sort on name"
"can be used to do a case-insensitive comparison; example: \"-users,~name2\" "
"for biggest channels first then case-insensitive sort on channel name "
"without prefix"
msgstr ""
msgid "strip channel topic colors in /list buffer"
+2 -2
View File
@@ -3547,8 +3547,8 @@ irc_config_init (void)
N_("comma-separated list of fields to sort channels (see /help list "
"for a list of fields); char \"-\" can be used before field to "
"reverse order, char \"~\" can be used to do a case-insensitive "
"comparison; example: \"-count,~name\" for biggest channels "
"first then case-insensitive sort on name"),
"comparison; example: \"-users,~name2\" for biggest channels "
"first then case-insensitive sort on channel name without prefix"),
NULL, 0, 0, "~name2", NULL, 0,
NULL, NULL, NULL,
NULL, NULL, NULL,