diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-26 21:43:39 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-02-26 21:43:39 +0100 |
commit | e890ac0a81dba1ad9810249eb89ead63b9e53c1f (patch) | |
tree | f9c604c6409245edc651cd0970877c07536c8149 /po/pl.po | |
parent | 0e641e0c45607dffd7bd4c7a9961646ea8f92392 (diff) | |
download | weechat-e890ac0a81dba1ad9810249eb89ead63b9e53c1f.zip |
xfer: fix freeze of DCC file received: use non-blocking socket after connection to sender and ensure the ACK is properly sent (bug #38340)
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-02-24 22:17+0100\n" +"POT-Creation-Date: 2013-02-26 21:38+0100\n" "PO-Revision-Date: 2013-02-23 11:11+0100\n" "Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -8842,6 +8842,14 @@ msgstr "%s: wtyczka \"%s\" nie załadowana" msgid "%s: script \"%s\" is not loaded" msgstr "%s: skrypt \"%s\" nie załadowany" +#, c-format +msgid "%s: script \"%s\" not found" +msgstr "%s: nie znaleziono skryptu \"%s\"" + +#, c-format +msgid "%s: script \"%s\" is not installed" +msgstr "%s: skrypt \"%s\" nie zainstalowany" + #, fuzzy, c-format msgid "%s: autoload enabled for script \"%s\"" msgstr "%s: nieznany język dla skryptu \"%s\"" @@ -8851,10 +8859,6 @@ msgid "%s: autoload disabled for script \"%s\"" msgstr "%s: nieznany język dla skryptu \"%s\"" #, c-format -msgid "%s: script \"%s\" not found" -msgstr "%s: nie znaleziono skryptu \"%s\"" - -#, c-format msgid "%s%s: error downloading script \"%s\": %s" msgstr "%s%s: błąd podczas pobierania skryptu \"%s\": %s" @@ -8870,10 +8874,6 @@ msgid "%s: downloading script \"%s\"..." msgstr "%s: pobieram skrypt \"%s\"..." #, c-format -msgid "%s: script \"%s\" is not installed" -msgstr "%s: skrypt \"%s\" nie zainstalowany" - -#, c-format msgid "%s: script \"%s\" is held" msgstr "%s: skrypt \"%s\" wystrzymano" @@ -9725,6 +9725,10 @@ msgstr "%s%s: nie można otrzymać bloku od nadawcy" msgid "%s%s: unable to write local file" msgstr "%s%s: nie można zapisać pliku" +#, fuzzy, c-format +msgid "%s%s: unable to send ACK to sender" +msgstr "%s%s: nie można połączyć z nadawcą" + #, c-format msgid "%s%s: unable to fork" msgstr "%s%s: nie można uruchomić procesu potomnego" |