diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-28 16:11:51 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-28 16:11:51 +0200 |
commit | df7b14e41ce30d78608b6ae2aef95951d1f1fcc2 (patch) | |
tree | ffd7599ba3a710cbde6589a2ead209c6b69dd235 /po/pl.po | |
parent | 5073048428b51f30a800ef0aa4531908a58a0095 (diff) | |
download | weechat-df7b14e41ce30d78608b6ae2aef95951d1f1fcc2.zip |
script: add option "script.look.display_source" (display source code with detail of script, enabled by default)
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 22 |
1 files changed, 21 insertions, 1 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-25 19:27+0200\n" +"POT-Creation-Date: 2012-08-28 16:10+0200\n" "PO-Revision-Date: 2012-08-20 15:20+0200\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -8425,6 +8425,17 @@ msgstr "%s%s: nie znaleziono skryptu \"%s\"" msgid "%s: script \"%s\" is not held any more" msgstr "%s%s: skrypt \"%s\" nie załadowany" +#, fuzzy +msgid "Error: file not found" +msgstr "%sBłąd: nie odnaleziono filtru \"%s\"" + +msgid "Source code:" +msgstr "" + +#, fuzzy +msgid "Downloading script..." +msgstr "%s: wyładowuję skrypt \"%s\"" + #, 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ć!" @@ -8439,6 +8450,10 @@ msgstr "" msgid "Version" msgstr "" +#, fuzzy +msgid "Version loaded" +msgstr "Załadowane wtyczki:" + msgid "Author" msgstr "" @@ -8613,6 +8628,11 @@ msgid "" msgstr "" msgid "" +"display source code of script on buffer with detail on a script (script is " +"downloaded in a temporary file when detail on script is displayed)" +msgstr "" + +msgid "" "quiet actions on script buffer: do not display messages on core buffer when " "scripts are installed/removed/loaded/unloaded (only errors are displayed)" msgstr "" |