1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-25 12:26:40 +02:00

Add some notes for translators in gettext files

This commit is contained in:
Sebastien Helleu
2010-06-10 12:41:28 +02:00
parent 5528243362
commit 9def214c11
16 changed files with 200 additions and 60 deletions
+2 -2
View File
@@ -1052,7 +1052,7 @@ script_display_list (struct t_weechat_plugin *weechat_plugin,
weechat_printf (NULL, "");
weechat_printf (NULL,
/* TRANSLATORS: %s is language (for example "perl") */
/* TRANSLATORS: "%s" is language (for example "perl") */
_("%s scripts loaded:"),
weechat_plugin->name);
if (scripts)
@@ -1101,7 +1101,7 @@ script_display_short_list (struct t_weechat_plugin *weechat_plugin,
if (scripts)
{
/* TRANSLATORS: %s is language (for example "perl") */
/* TRANSLATORS: "%s" is language (for example "perl") */
scripts_loaded = _("%s scripts loaded:");
length = strlen (scripts_loaded) + strlen (weechat_plugin->name) + 1;