diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-17 08:59:42 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-26 21:35:49 +0200 |
commit | 54dd19da92a2200e226232a78c901719f96d332c (patch) | |
tree | be6542540c3cce4dfd5c3b976e15e6728fece995 /po/es.po | |
parent | bc4294e297810c7b419d000d9e5bd8e3f7505820 (diff) | |
download | weechat-54dd19da92a2200e226232a78c901719f96d332c.zip |
api: add info "buffer" (closes #1962)
This info returns a pointer buffer with its full name.
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -22,8 +22,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2023-06-17 11:44+0200\n" -"PO-Revision-Date: 2023-06-17 11:47+0200\n" +"POT-Creation-Date: 2023-06-26 21:34+0200\n" +"PO-Revision-Date: 2023-06-26 21:34+0200\n" "Last-Translator: Santiago Forero <santiago@forero.xyz>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: es\n" @@ -11883,6 +11883,14 @@ msgid "" "by the user (option \"-s\" or \"--no-script\")" msgstr "" +msgid "buffer pointer" +msgstr "puntero del buffer" + +#, fuzzy +#| msgid "buffer local variables" +msgid "buffer full name" +msgstr "Variables del buffer local" + msgid "terminal charset" msgstr "set de caracteres de la terminal" @@ -12040,9 +12048,6 @@ msgstr "" msgid "lines of a buffer" msgstr "líneas de un buffer" -msgid "buffer pointer" -msgstr "puntero del buffer" - msgid "list of filters" msgstr "lista de filtros" |