diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-26 19:01:25 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-03-26 19:01:25 +0100 |
commit | b9e65ec63d3020251d34ed79a4fb8868d8b7e2be (patch) | |
tree | 99d406d0fd6ce3befc9fb93dee4679f2fdb19de6 /po/cs.po | |
parent | 24135801b49cda825146ea9e831f7927ff945dbe (diff) | |
download | weechat-b9e65ec63d3020251d34ed79a4fb8868d8b7e2be.zip |
Fix bug with writing of configuration files when disk is full (bug #29331)
Diffstat (limited to 'po/cs.po')
-rw-r--r-- | po/cs.po | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.2-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2010-03-25 10:20+0100\n" +"POT-Creation-Date: 2010-03-26 10:59+0100\n" "PO-Revision-Date: 2010-03-23 10:19+0100\n" "Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2106,10 +2106,6 @@ msgid "%sError reading configuration" msgstr "%sChyba: čtení konfigurace" #, c-format -msgid "%sError: cannot create file \"%s\"" -msgstr "%sChyba: nemohu vytvořit soubor \"%s\"" - -#, c-format msgid "Writing configuration file %s %s" msgstr "Zapisuji soubor s nastavením %s %s" @@ -2117,6 +2113,14 @@ msgid "(default options)" msgstr "(výchozí volby)" #, c-format +msgid "%sError: cannot create file \"%s\"" +msgstr "%sChyba: nemohu vytvořit soubor \"%s\"" + +#, fuzzy, c-format +msgid "%sError writing configuration file \"%s\"" +msgstr "%s%s: chyba při vytváření konfiguračního souboru" + +#, c-format msgid "%sWarning: configuration file \"%s\" not found" msgstr "%sUpozornění: konfigurační soubor \"%s\" nenalezen" |