diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-29 20:00:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-29 20:00:36 +0200 |
commit | 0436fff31b5ef7814391dd1a666cccfaa0f2ff67 (patch) | |
tree | b35d434bf752b033a4c277a46af63db70902d77f /po/es.po | |
parent | 454a4b14b28a476cf274ed894275e63093a4a053 (diff) | |
download | weechat-0436fff31b5ef7814391dd1a666cccfaa0f2ff67.zip |
buflist: add option buflist.format.number
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 10 |
1 files changed, 9 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: 2017-03-27 21:10+0200\n" +"POT-Creation-Date: 2017-03-29 19:58+0200\n" "PO-Revision-Date: 2017-01-06 22:01+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5117,6 +5117,8 @@ msgid "" " - ${format_buffer}: the evaluated value of option buflist.format.buffer; " "this can be used in option buflist.format.buffer_current to just change the " "background color for example\n" +" - ${format_number}: indented number with separator (evaluation of option " +"buflist.format.number)\n" " - ${number}: indented number, for example \" 1\" if there are between 10 " "and 99 buffers\n" " - ${indent}: indentation for name (channel and private buffers are " @@ -5207,6 +5209,12 @@ msgid "" "help buflist)" msgstr "comando ejecutado cuando WeeChat inicia, antes de cargar los plugins" +#, fuzzy +msgid "" +"format for buffer number, ${number} is the indented number (note: content is " +"evaluated, see /help buflist)" +msgstr "comando ejecutado cuando WeeChat inicia, antes de cargar los plugins" + msgid "Charset conversions" msgstr "Conversiones de mapa de caracteres" |