diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-15 21:43:32 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-03-15 21:44:14 +0100 |
commit | 41fb29bbd0aac35e7365ea28e7987465c93ee9bb (patch) | |
tree | b99365ad138bd31fe7d98d0beaf56a6a65d6a7e1 /po/cs.po | |
parent | ea86f75319ad470112697f2a06928e7b1dbf4914 (diff) | |
download | weechat-41fb29bbd0aac35e7365ea28e7987465c93ee9bb.zip |
core: convert option weechat.look.hotlist_sort to a list of fields (closes #2097)
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 24 |
1 files changed, 15 insertions, 9 deletions
@@ -21,7 +21,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: Ondřej Súkup <mimi.vx@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4123,6 +4123,10 @@ msgstr "" msgid "Command converted for key \"%s\": \"%s\" => \"%s\"" msgstr "příkaz pro klávesu: \"%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 "úroveň ladění pro plugin (\"core\" pro jádro WeeChat)" @@ -4561,10 +4565,12 @@ msgstr "" "hotlistu (začíná po první '.' ve jméně)" 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 @@ -12766,10 +12772,6 @@ msgstr "ukazatel logeru (volitelné)" msgid "Support of lua scripts" msgstr "podpora skriptů v lua" -#, c-format -msgid "%s%s: unable to redirect stdout and stderr" -msgstr "%s%s: nemohu přesměrovat stdout a stderr" - #, fuzzy, c-format msgid "%s%s: unable to load source code" msgstr "%s%s: nemůžu načíst soubor \"%s\"" @@ -13511,6 +13513,10 @@ msgid "%s%s: unable to redirect stderr" msgstr "%s%s: nemohu přesměrovat stderr" #, c-format +msgid "%s%s: unable to redirect stdout and stderr" +msgstr "%s%s: nemohu přesměrovat stdout a stderr" + +#, c-format msgid "%s%s: unable to launch global interpreter" msgstr "%s%s: nemohu spustit globální interpreter" |