diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-19 13:55:27 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-09-19 15:11:51 +0200 |
commit | e900579fbaf1185aaefb9dc0463bbeadfd9fe1a8 (patch) | |
tree | f2cbb7067ef1348f6a975497a20096b59d0538db /po/pl.po | |
parent | 252feedde4ed4c67c2790da16aec955cc39ba098 (diff) | |
download | weechat-e900579fbaf1185aaefb9dc0463bbeadfd9fe1a8.zip |
relay: add support of secured data in option relay.network.password (evaluate content) (patch from Nils Görs)
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.2-rc1\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-09-01 15:56+0200\n" +"POT-Creation-Date: 2013-09-19 13:49+0200\n" "PO-Revision-Date: 2013-09-02 21:21+0200\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -29,7 +29,8 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 " +"|| n%100>=20) ? 1 : 2);\n" "X-Generator: Poedit 1.5.5\n" #. TRANSLATORS: "%s %s" after "compiled on" is date and time @@ -2145,6 +2146,7 @@ msgstr "" "passphrase <hasło>|-delete || decrypt <hasło>|-discard || set <nazwa> " "<wartość> || del <nazwa>" +#, fuzzy msgid "" "passphrase: change the passphrase (without passphrase, data is stored as " "plain text in file sec.conf)\n" @@ -2166,6 +2168,7 @@ msgid "" " - command line argument \"--run-command\"\n" " - irc server options: autojoin, command, password, sasl_{username|" "password}\n" +" - option relay.network.password\n" " - options weechat.startup.command_{before|after}_plugins\n" " - command /eval.\n" "\n" @@ -8811,9 +8814,10 @@ msgstr "" msgid "maximum number of clients connecting to a port" msgstr "maksymalna ilość klientów łączących się na port" +#, fuzzy msgid "" "password required by clients to access this relay (empty value means no " -"password required)" +"password required) (note: content is evaluated, see /help eval)" msgstr "" "hasło wymagane od klientów do połączenia z tym pośrednikiem (pusta wartość " "oznacza brak wymaganego hasła)" |