diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-17 09:55:02 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-17 09:55:02 +0200 |
commit | 2485831d4aef6eded3d5efea3ef81ff3c1d87e00 (patch) | |
tree | 8185866f2e06d2fa566f108251136e9fc1e962a8 /po/pl.po | |
parent | 43894db0bcd3fb89ea99413fc34af826938ef3c3 (diff) | |
download | weechat-2485831d4aef6eded3d5efea3ef81ff3c1d87e00.zip |
script: add option "reload" for command /script, fix completion of /script, add examples in /help script
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 30 |
1 files changed, 21 insertions, 9 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.9-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-08-16 12:18+0200\n" +"POT-Creation-Date: 2012-08-17 08:43+0200\n" "PO-Revision-Date: 2012-08-16 12:01+0200\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -8397,6 +8397,10 @@ msgid "%s: unknown language for script \"%s\"" msgstr "%s: wyładowuję skrypt \"%s\"" #, fuzzy, c-format +msgid "%s: script \"%s\" is not loaded" +msgstr "%s%s: skrypt \"%s\" nie załadowany" + +#, fuzzy, c-format msgid "%s%s: error downloading script \"%s\": %s" msgstr "%s: wyładowuję skrypt \"%s\"" @@ -8417,14 +8421,10 @@ msgid "%s: script \"%s\" not found" msgstr "%s%s: nie znaleziono skryptu \"%s\"" #, fuzzy, c-format -msgid "%s: script \"%s\" not held any more" +msgid "%s: script \"%s\" is not held any more" msgstr "%s%s: skrypt \"%s\" nie załadowany" #, fuzzy, c-format -msgid "%s: script \"%s\" held" -msgstr "%s: skrypt \"%s\" wyładowano" - -#, fuzzy, c-format msgid "%s: script \"%s\" is already installed and up-to-date" msgstr "%s%s: serwer \"%s\" już istnieje, nie mogę go utworzyć!" @@ -8518,8 +8518,8 @@ msgid "WeeChat scripts manager" msgstr "Strona WeeChat" msgid "" -"list || show <script> || load|unload <script> [<script>...] || install|" -"remove|hold <script> [<script>...] || upgrade || update" +"list || show <script> || load|unload|reload <script> [<script>...] || " +"install|remove|hold <script> [<script>...] || upgrade || update" msgstr "" msgid "" @@ -8527,6 +8527,7 @@ msgid "" " show: show detailed info about a script\n" " load: load script(s)\n" " unload: unload script(s)\n" +" reload: reload script(s)\n" " install: install/upgrade script(s)\n" " remove: remove script(s)\n" " hold: hold/unhold script(s) (a script held will not be upgraded any more " @@ -8561,7 +8562,14 @@ msgid "" " s: reset sort (use default sort)\n" " word(s) filter scripts: search word(s) in scripts (description, " "tags, ...)\n" -" * remove filter" +" * remove filter\n" +"\n" +"Examples:\n" +" /script install iset.pl buffers.pl\n" +" /script remove iset.pl\n" +" /script hold urlserver.py\n" +" /script reload urlserver\n" +" /script upgrade" msgstr "" #, fuzzy @@ -9157,3 +9165,7 @@ msgstr "Typ" msgid "Constants" msgstr "Stałe" + +#, fuzzy +#~ msgid "%s: script \"%s\" held" +#~ msgstr "%s: skrypt \"%s\" wyładowano" |