1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +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
@@ -823,7 +823,7 @@ weechat_php_reload_name (const char *name)
}
/*
* Evaluates PHP code.
* Evaluates PHP source code.
*
* Returns:
* 1: OK
@@ -978,8 +978,9 @@ weechat_php_command_cb (const void *pointer, void *data,
WEECHAT_COMMAND_ERROR;
/* TODO: implement /php eval */
weechat_printf (NULL,
"%sCommand \"/php eval\" is not yet implemented",
weechat_prefix ("error"));
_("%sCommand \"/%s eval\" is not yet implemented"),
weechat_prefix ("error"),
weechat_php_plugin->name);
}
else
WEECHAT_COMMAND_ERROR;