diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-06 13:58:26 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-06 14:07:57 +0100 |
commit | 9876a8d0a78a118f65a020c727c1fb079b9adcbd (patch) | |
tree | b55504f846ebfcbcc70766dc00f9ad6164ae14d1 /po/weechat.pot | |
parent | bab307bf1b5ac07c45fd2ddb78930831bddb9c4b (diff) | |
download | weechat-9876a8d0a78a118f65a020c727c1fb079b9adcbd.zip |
core: update translations (issue #128)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 48 |
1 files changed, 33 insertions, 15 deletions
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 <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\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 @@ -5132,6 +5132,10 @@ 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 "" @@ -8041,10 +8045,6 @@ 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 [<name>] || load [-q] <filename> || autoload || reload|unload " -"[-q] [<name>] || version" +"[-q] [<name>] || eval [-o|-oc] <code> || 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 "" @@ -9200,10 +9222,6 @@ 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 "" |