mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
core: change format of buffer name in output of /buffer
Now the full name of buffer is displayed, without parentheses around the plugin name. The old ouput was: [1] (core) weechat (notification: all) [1] (irc) server.freenode (notification: all) [2] (irc) freenode.#weechat (notification: all) Now it is: [1] core.weechat (notification: all) [1] irc.server.freenode (notification: all) [2] irc.freenode.#weechat (notification: all)
This commit is contained in:
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-18 21:20+0100\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -199,8 +199,8 @@ msgstr "%sNekorektní číslo barvy \"%s\" (musí být mezi %d a %d)"
|
||||
msgid "Buffers list:"
|
||||
msgstr "Seznam bufferů:"
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s (%s) %s%s%s (notifikace: %s)"
|
||||
|
||||
#, c-format
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.3-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-18 21:20+0100\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <weechatter@arcor.de>\n"
|
||||
@@ -210,8 +210,8 @@ msgstr ""
|
||||
msgid "Buffers list:"
|
||||
msgstr "Liste der vorhandenen Buffer:"
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s (%s) %s%s%s (Benachrichtigung: %s)"
|
||||
|
||||
#, c-format
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-18 21:21+0100\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -205,8 +205,8 @@ msgstr "%sNúmero de color \"%s\" inválido (debe ser entre %d y %d)"
|
||||
msgid "Buffers list:"
|
||||
msgstr "Lista de buffers:"
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s (%s) %s%s%s (aviso: %s)"
|
||||
|
||||
#, c-format
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"PO-Revision-Date: 2014-01-21 12:30+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-21 15:28+0100\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -202,8 +202,8 @@ msgid "Buffers list:"
|
||||
msgstr "Liste des tampons:"
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s (%s) %s%s%s (notification: %s)"
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s %s%s.%s%s%s (notification: %s)"
|
||||
|
||||
#, c-format
|
||||
msgid "%sError: incorrect buffer number"
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-06 10:16+0100\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -202,7 +202,7 @@ msgid "Buffers list:"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr "%s%s %s(%s%s%s)%s kilépett"
|
||||
|
||||
#, fuzzy, c-format
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-18 21:22+0100\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -196,8 +196,8 @@ msgstr "%sNumero colore \"%s\" non valido (deve essere compresto tra %d e %d)"
|
||||
msgid "Buffers list:"
|
||||
msgstr "Elenco buffer:"
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s (%s) %s%s%s (notifica: %s)"
|
||||
|
||||
#, c-format
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-18 21:22+0100\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
|
||||
@@ -198,8 +198,8 @@ msgstr ""
|
||||
msgid "Buffers list:"
|
||||
msgstr "バッファリスト:"
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s (%s) %s%s%s (通知: %s)"
|
||||
|
||||
#, c-format
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-18 21:23+0100\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -201,8 +201,8 @@ msgstr ""
|
||||
msgid "Buffers list:"
|
||||
msgstr "Lista buforów:"
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s (%s) %s%s%s (powiadomienia: %s)"
|
||||
|
||||
#, c-format
|
||||
|
||||
+3
-3
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-18 21:23+0100\n"
|
||||
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -224,8 +224,8 @@ msgstr "%sNúmero de cor inválido \"%s\" (precisa ser entre %d e %d)"
|
||||
msgid "Buffers list:"
|
||||
msgstr "Lista de buffers:"
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s (%s) %s%s%s (notificar: %s)"
|
||||
|
||||
#, c-format
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-06 10:17+0100\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -206,7 +206,7 @@ msgid "Buffers list:"
|
||||
msgstr "Список буферов:"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr "%s%s %s(%s%s%s)%s вышел"
|
||||
|
||||
#, fuzzy, c-format
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2014-01-06 10:17+0100\n"
|
||||
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -178,8 +178,8 @@ msgstr ""
|
||||
msgid "Buffers list:"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
#, fuzzy, c-format
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
|
||||
#, c-format
|
||||
|
||||
+2
-2
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.4.1-dev\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2014-01-21 12:29+0100\n"
|
||||
"POT-Creation-Date: 2014-01-21 15:28+0100\n"
|
||||
"PO-Revision-Date: 2013-02-14 18:20+0100\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -179,7 +179,7 @@ msgid "Buffers list:"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"
|
||||
msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
|
||||
@@ -565,13 +565,14 @@ COMMAND_CALLBACK(buffer)
|
||||
ptr_buffer = ptr_buffer->next_buffer)
|
||||
{
|
||||
gui_chat_printf (NULL,
|
||||
_(" %s[%s%d%s]%s (%s) %s%s%s (notify: %s)"),
|
||||
_(" %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)"),
|
||||
GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS),
|
||||
GUI_COLOR(GUI_COLOR_CHAT),
|
||||
ptr_buffer->number,
|
||||
GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS),
|
||||
GUI_COLOR(GUI_COLOR_CHAT),
|
||||
GUI_COLOR(GUI_COLOR_CHAT_BUFFER),
|
||||
gui_buffer_get_plugin_name (ptr_buffer),
|
||||
GUI_COLOR(GUI_COLOR_CHAT_DELIMITERS),
|
||||
GUI_COLOR(GUI_COLOR_CHAT_BUFFER),
|
||||
ptr_buffer->name,
|
||||
GUI_COLOR(GUI_COLOR_CHAT),
|
||||
|
||||
Reference in New Issue
Block a user