summaryrefslogtreecommitdiff
path: root/po/es.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2024-03-15 21:43:32 +0100
committerSébastien Helleu <flashcode@flashtux.org>2024-03-15 21:44:14 +0100
commit41fb29bbd0aac35e7365ea28e7987465c93ee9bb (patch)
treeb99365ad138bd31fe7d98d0beaf56a6a65d6a7e1 /po/es.po
parentea86f75319ad470112697f2a06928e7b1dbf4914 (diff)
downloadweechat-41fb29bbd0aac35e7365ea28e7987465c93ee9bb.zip
core: convert option weechat.look.hotlist_sort to a list of fields (closes #2097)
Diffstat (limited to 'po/es.po')
-rw-r--r--po/es.po24
1 files changed, 15 insertions, 9 deletions
diff --git a/po/es.po b/po/es.po
index e34ef9591..95c3f770f 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: 2024-03-06 22:50+0100\n"
+"POT-Creation-Date: 2024-03-15 19:13+0100\n"
"PO-Revision-Date: 2024-03-06 20:32+0100\n"
"Last-Translator: Santiago Forero <santiago@forero.xyz>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -4226,6 +4226,10 @@ msgstr ""
msgid "Command converted for key \"%s\": \"%s\" => \"%s\""
msgstr "Comando para el atajo: \"%s\""
+#, c-format
+msgid "Value of option \"%s.%s.%s\" has been converted: \"%s\" => \"%s\""
+msgstr ""
+
msgid "debug level for plugin (\"core\" for WeeChat core)"
msgstr "nivel de depurado para el plugin (\"core\" para el núcleo de WeeChat)"
@@ -4689,10 +4693,12 @@ msgstr ""
"en la lista de actividad (empieza después del primer '.' en el nombre)"
msgid ""
-"sort of hotlist: group_time_*: group by notify level (highlights first) then "
-"sort by time, group_number_*: group by notify level (highlights first) then "
-"sort by number, number_*: sort by number; asc = ascending sort, desc = "
-"descending sort"
+"comma-separated list of fields to sort hotlist; each field is a hdata "
+"variable of hotlist (\"var\") or a hdata variable of buffer (\"buffer."
+"var\"); char \"-\" can be used before field to reverse order, char \"~\" can "
+"be used to do a case insensitive comparison; examples: \"-priority,buffer."
+"number\" for sort on hotlist priority then by buffer number, \"-~buffer."
+"full_name\" for case insensitive and reverse sort on buffer full name"
msgstr ""
#, fuzzy
@@ -13068,10 +13074,6 @@ msgstr "puntero del registro (opcional)"
msgid "Support of lua scripts"
msgstr "Soporte para scripts en lua"
-#, c-format
-msgid "%s%s: unable to redirect stdout and stderr"
-msgstr "%s%s: no es posible redirigir stdout y stderr"
-
#, fuzzy, c-format
msgid "%s%s: unable to load source code"
msgstr "%s%s: no es posible cargar el archivo \"%s\""
@@ -13827,6 +13829,10 @@ msgid "%s%s: unable to redirect stderr"
msgstr "%s%s: no es posible redirigir la salida stderr"
#, c-format
+msgid "%s%s: unable to redirect stdout and stderr"
+msgstr "%s%s: no es posible redirigir stdout y stderr"
+
+#, c-format
msgid "%s%s: unable to launch global interpreter"
msgstr "%s%s: no es posible iniciar el intérprete global"