diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 13:36:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-06 13:36:35 +0200 |
commit | 53360a790936d558414aacd77430437403b41214 (patch) | |
tree | 5a91c14fa894816bb52c5e0a91325a5268ffc29e /po/pl.po | |
parent | 529af3961291badcf92f51040b12bb6e1540d00f (diff) | |
download | weechat-53360a790936d558414aacd77430437403b41214.zip |
logger: fix write in log file if it has been deleted or renamed (closes #123)
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-10-06 09:20+0200\n" +"POT-Creation-Date: 2019-10-06 13:24+0200\n" "PO-Revision-Date: 2019-09-22 18:54+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -11035,6 +11035,10 @@ msgstr "%s%s: nie można utworzyć katalogu dla logów (\"%s\")" msgid "%s%s: unable to write log file \"%s\": %s" msgstr "%s%s: nie można zapisać pliku z logiem \"%s\": %s" +#, fuzzy, c-format +msgid "%s%s: unable to get file status of log file \"%s\": %s" +msgstr "%s%s: nie można zapisać pliku z logiem \"%s\": %s" + #, c-format msgid "%s\t**** Beginning of log ****" msgstr "%s\t**** Początek logu ****" |