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/it.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/it.po')
-rw-r--r-- | po/it.po | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -8,7 +8,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-24 14:20+0100\n" "Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2158,10 +2158,6 @@ msgid "%sError reading configuration" msgstr "%sErrore nella lettura della configurazione" #, c-format -msgid "%sError: cannot create file \"%s\"" -msgstr "%sErrore: impossibile creare il file \"%s\"" - -#, c-format msgid "Writing configuration file %s %s" msgstr "Salvataggio del file di configurazione %s %s" @@ -2169,6 +2165,14 @@ msgid "(default options)" msgstr "(opzioni predefinite)" #, c-format +msgid "%sError: cannot create file \"%s\"" +msgstr "%sErrore: impossibile creare il file \"%s\"" + +#, fuzzy, c-format +msgid "%sError writing configuration file \"%s\"" +msgstr "%s%s: impossibile creare il file di configurazione" + +#, c-format msgid "%sWarning: configuration file \"%s\" not found" msgstr "%sAttenzione: file di configurazione \"%s\" non trovato" |