diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-23 20:32:03 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-12-23 20:35:30 +0100 |
commit | c4626bc08ab972625cd8ada2a05cfc3b8436a63c (patch) | |
tree | b409176768b49bc4ebe5cea5e277127c0ca9374f /po/pl.po | |
parent | d7122cd6be8095d31a93e30e361ff1bcb31811bc (diff) | |
download | weechat-c4626bc08ab972625cd8ada2a05cfc3b8436a63c.zip |
scripts: add option "version" in script commands (closes #1075)
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-12-10 08:29+0100\n" +"POT-Creation-Date: 2017-12-23 20:29+0100\n" "PO-Revision-Date: 2017-11-15 07:23+0100\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -11438,13 +11438,15 @@ msgstr "opis opcji wtyczki" msgid "list/load/unload scripts" msgstr "list/load/unload skrypt" +#, fuzzy msgid "" "list|listfull [<name>] || load [-q] <filename> || autoload || reload|unload " -"[-q] [<name>]" +"[-q] [<name>] || version" msgstr "" "list|listfull [<nazwa>] || load [-q] <nazwapliku> || autoload || reload|" "unload [-q] [<nazwa>]" +#, fuzzy msgid "" " list: list loaded scripts\n" "listfull: list loaded scripts (verbose)\n" @@ -11456,6 +11458,7 @@ msgid "" "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" +" version: display the version of interpreter used\n" "\n" "Without argument, this command lists all loaded scripts." msgstr "" |