diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-31 09:58:29 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-07-31 09:58:29 +0200 |
commit | e77ea9dc26b1238708c841e395eb3544c0519452 (patch) | |
tree | 0c3d71cffbeece63406cd3bc0a2a4f2cfd453693 /po/es.po | |
parent | 324f0aaa2d22de33de7b356fb13c3e795750f69b (diff) | |
download | weechat-e77ea9dc26b1238708c841e395eb3544c0519452.zip |
buflist: add variable "${hotlist_priority_number}" (integer version of "${hotlist_priority}")
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2022-07-27 21:18+0200\n" +"POT-Creation-Date: 2022-07-31 09:53+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" @@ -5724,6 +5724,8 @@ msgid "" " - ${hotlist}: the raw hotlist\n" " - ${hotlist_priority}: \"none\", \"low\", \"message\", \"private\" or " "\"highlight\"\n" +" - ${hotlist_priority_number}: -1 = none, 0 = low, 1 = message, 2 = " +"private, 3 = highlight\n" " - ${format_lag}: the lag for an IRC server buffer, empty if there's no " "lag (evaluation of option buflist.format.lag)\n" " - ${format_tls_version}: indicator of TLS version for a server buffer, " |