1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 05:16:38 +02:00

core: update translations

This commit is contained in:
Sébastien Helleu
2017-03-25 15:12:47 +01:00
parent f54ed11f1d
commit fb66eeec79
34 changed files with 2391 additions and 529 deletions
+6 -6
View File
@@ -70,7 +70,7 @@ buflist_command_init ()
"buflist",
N_("bar item with list of buffers"),
"refresh",
N_("refresh: force the refresh of the buflist bar item\n"
N_("refresh: force the refresh of the \"buflist\" bar item\n"
"\n"
"The lines with buffers are displayed using string evaluation "
"(see /help eval for the format), with two main options:\n"
@@ -92,19 +92,19 @@ buflist_command_init ()
"buflist.format.buffer_current to just change the background color "
"for example\n"
" - ${number}: indented number, for example \" 1\" if there "
"are between 10 and 99 buffers opened\n"
"are between 10 and 99 buffers\n"
" - ${indent}: indentation for name (channel and private "
"buffers are indented)\n"
" - ${name}: the short name (if set), with a fallback on the "
"name\n"
" - ${color_hotlist}: the color depending on the highest "
"hotlist level for the buffer, which is the content of option "
"buflist.format.hotlist_xxx (xxx is the level)\n"
"hotlist level for the buffer (evaluation of option "
"buflist.format.hotlist_xxx where xxx is the level)\n"
" - ${format_hotlist}: the formatted hotlist (evaluation "
"of option buflist.format.hotlist)\n"
" - ${hotlist}: the raw hotlist\n"
" - ${format_lag}: the lag for an IRC server buffer "
"(empty if there's no lag)\n"),
" - ${format_lag}: the lag for an IRC server buffer, empty if "
"there's no lag (evaluation of option buflist.format.lag)"),
"refresh",
&buflist_command_buflist, NULL, NULL);
}
+1 -1
View File
@@ -247,7 +247,7 @@ buflist_config_init ()
buflist_config_format_lag = weechat_config_new_option (
buflist_config_file, ptr_section,
"lag", "string",
N_("format for lag on an irc server buffer "
N_("format for lag on an IRC server buffer "
"(note: content is evaluated, see /help buflist)"),
NULL, 0, 0,
" ${color:green}[${color:brown}${lag}${color:green}]",