From 9876a8d0a78a118f65a020c727c1fb079b9adcbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 6 Jan 2018 13:58:26 +0100 Subject: core: update translations (issue #128) --- po/weechat.pot | 48 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 15 deletions(-) (limited to 'po/weechat.pot') diff --git a/po/weechat.pot b/po/weechat.pot index 5e6da1701..53f3d29fe 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-12-23 21:13+0100\n" +"POT-Creation-Date: 2018-01-06 14:03+0100\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -5120,7 +5120,7 @@ msgid "Support of scheme scripts (with Guile)" msgstr "" #, c-format -msgid "%s: stdout/stderr: %s%s" +msgid "%s: stdout/stderr: %s" msgstr "" #, c-format @@ -5131,6 +5131,10 @@ msgstr "" msgid "%s%s: error in function \"%s\"" msgstr "" +#, c-format +msgid "%s%s: script \"%s\" not found" +msgstr "" + #, c-format msgid "%s: loading script \"%s\"" msgstr "" @@ -8040,10 +8044,6 @@ msgstr "" msgid "%s%s: unable to run function \"%s\"" msgstr "" -#, c-format -msgid "%s%s: script \"%s\" not found" -msgstr "" - #, c-format msgid "%s%s: unable to create new sub-interpreter" msgstr "" @@ -8056,6 +8056,10 @@ msgstr "" msgid "%s%s: unable to execute file \"%s\"" msgstr "" +#, c-format +msgid "%sCommand \"/%s eval\" is not yet implemented" +msgstr "" + msgid "Log buffers to files" msgstr "" @@ -8225,19 +8229,27 @@ msgstr "" msgid "%s%s: unable to redirect stdout and stderr" msgstr "" +#, c-format +msgid "%s%s: unable to load source code" +msgstr "" + +#, c-format +msgid "%s%s: unable to execute source code" +msgstr "" + msgid "Support of perl scripts" msgstr "" #, c-format -msgid "%s%s: function \"%s\" must return one valid value (%d)" +msgid "%s%s: not enough memory in function \"%s\"" msgstr "" #, c-format -msgid "%s%s: function \"%s\" is internally misused" +msgid "%s: warning:" msgstr "" #, c-format -msgid "%s%s: not enough memory in function \"%s\"" +msgid "%s: error:" msgstr "" #, c-format @@ -8605,7 +8617,7 @@ msgstr "" msgid "" "list|listfull [] || load [-q] || autoload || reload|unload " -"[-q] [] || version" +"[-q] [] || eval [-o|-oc] || version" msgstr "" msgid "" @@ -8617,8 +8629,12 @@ msgid "" "all scripts in \"autoload\" directory)\n" " unload: unload a script (if no name given, unload all scripts)\n" "filename: script (file) to load\n" -" name: a script name (name used in call to \"register\" function)\n" " -q: quiet mode: do not display messages\n" +" name: a script name (name used in call to \"register\" function)\n" +" eval: evaluate source code and display result on current buffer\n" +" -o: send evaluation result to the buffer without executing commands\n" +" -oc: send evaluation result to the buffer and execute commands\n" +" code: source code to evaluate\n" " version: display the version of interpreter used\n" "\n" "Without argument, this command lists all loaded scripts." @@ -8633,6 +8649,12 @@ msgstr "" msgid "script name (wildcard \"*\" is allowed) (optional)" msgstr "" +msgid "evaluation of source code" +msgstr "" + +msgid "source code to execute" +msgstr "" + msgid "name of the interpreter used" msgstr "" @@ -9199,10 +9221,6 @@ msgstr "" msgid "Support of ruby scripts" msgstr "" -#, c-format -msgid "%s%s: stdout/stderr: %s%s" -msgstr "" - #, c-format msgid "%s%s: unable to read file \"%s\"" msgstr "" -- cgit v1.2.3