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

core: update translations (issue #128)

This commit is contained in:
Sébastien Helleu
2018-01-06 13:58:26 +01:00
parent bab307bf1b
commit 9876a8d0a7
76 changed files with 1120 additions and 522 deletions
+4 -3
View File
@@ -528,7 +528,7 @@ weechat_js_reload_name (const char *name)
}
/*
* Evaluates javascript code.
* Evaluates javascript source code.
*
* Returns:
* 1: OK
@@ -683,8 +683,9 @@ weechat_js_command_cb (const void *pointer, void *data,
WEECHAT_COMMAND_ERROR;
/* TODO: implement /javascript eval */
weechat_printf (NULL,
"%sCommand \"/javascript eval\" is not yet implemented",
weechat_prefix ("error"));
_("%sCommand \"/%s eval\" is not yet implemented"),
weechat_prefix ("error"),
weechat_js_plugin->name);
}
else
WEECHAT_COMMAND_ERROR;