diff --git a/src/Context.cpp b/src/Context.cpp index 87cd64d4f..1d24ae366 100644 --- a/src/Context.cpp +++ b/src/Context.cpp @@ -1125,7 +1125,7 @@ void Context::createDefaultConfig () // Write out the new file. if (! File::write (rc_file._data, contents.str ())) - throw format (STRING_CONFIG_BAD_WRITE, rc_file._data); + throw format ("Could not write to '{1}'.", rc_file._data); } // Create data location, if necessary. diff --git a/src/l10n/deu-DEU.h b/src/l10n/deu-DEU.h index 06ed84708..0cc8af8f9 100644 --- a/src/l10n/deu-DEU.h +++ b/src/l10n/deu-DEU.h @@ -578,7 +578,6 @@ #define STRING_CONFIG_READ_INCLUDE "Konnte eingebundene Datei '{1}' nicht lesen." #define STRING_CONFIG_INCLUDE_PATH "Nur Dateien mit absolutem Pfad können eingebunden werden, nicht '{1}'" #define STRING_CONFIG_BAD_ENTRY "Fehlerhafter Eintrag '{1}' in Konfigurationsdatei." -#define STRING_CONFIG_BAD_WRITE "Konnte '{1}' nicht beschreiben." #define STRING_CONFIG_DEPRECATED_COL "Ihre .taskrc-Datei enthält Repots mit veralteten Spalten. Bitte entfernen Sie entry_time, start_time oder end_time in:" #define STRING_CONFIG_DEPRECATED_VAR "Ihre .taskrc-Datei enthält veraltete Optionen:" diff --git a/src/l10n/eng-USA.h b/src/l10n/eng-USA.h index 703a5182c..9c8132ee6 100644 --- a/src/l10n/eng-USA.h +++ b/src/l10n/eng-USA.h @@ -576,7 +576,6 @@ #define STRING_CONFIG_READ_INCLUDE "Could not read include file '{1}'." #define STRING_CONFIG_INCLUDE_PATH "Can only include files with absolute paths, not '{1}'" #define STRING_CONFIG_BAD_ENTRY "Malformed entry '{1}' in config file." -#define STRING_CONFIG_BAD_WRITE "Could not write to '{1}'." #define STRING_CONFIG_DEPRECATED_COL "Your .taskrc file contains reports with deprecated columns. Please check for entry_time, start_time or end_time in:" #define STRING_CONFIG_DEPRECATED_VAR "Your .taskrc file contains variables that are deprecated:" diff --git a/src/l10n/epo-RUS.h b/src/l10n/epo-RUS.h index 6ceca244c..cb9495dcf 100644 --- a/src/l10n/epo-RUS.h +++ b/src/l10n/epo-RUS.h @@ -578,7 +578,6 @@ #define STRING_CONFIG_READ_INCLUDE "Ne povis legi enkluzivitan dosieron '{1}'." #define STRING_CONFIG_INCLUDE_PATH "Oni sole povas enkluzivi dosierojn kun absoluta pado, ne '{1}'" #define STRING_CONFIG_BAD_ENTRY "Malbone formita enskribo '{1}' en agorda dosiero." -#define STRING_CONFIG_BAD_WRITE "Ne povis skribi al '{1}'." #define STRING_CONFIG_DEPRECATED_COL "Via dosiero .taskrc enhavas raportojn kun arkaikaj kolumnoj. Bonvolu serĉi entry_time, start_time, aŭ end_time ĉe:" #define STRING_CONFIG_DEPRECATED_VAR "Via dosiero .taskrc enhavas arkaikajn variablojn:" diff --git a/src/l10n/esp-ESP.h b/src/l10n/esp-ESP.h index e025136bb..a29bb150b 100644 --- a/src/l10n/esp-ESP.h +++ b/src/l10n/esp-ESP.h @@ -590,7 +590,6 @@ #define STRING_CONFIG_READ_INCLUDE "No se pudo leer el archivo include '{1}'." #define STRING_CONFIG_INCLUDE_PATH "Sólo se pueden incluir archivos con paths absolutos, no '{1}'" #define STRING_CONFIG_BAD_ENTRY "Formato incorrecto en entrada '{1}' en archivo de configuración." -#define STRING_CONFIG_BAD_WRITE "No se pudo escribir a '{1}'." #define STRING_CONFIG_DEPRECATED_COL "Su archivo .taskrc contiene informes con columnas en desuso. Por favor, consulte entry_time, start_time o end_time en:" #define STRING_CONFIG_DEPRECATED_VAR "Su archivo .taskrc contiene variables que están en desuso:" diff --git a/src/l10n/fra-FRA.h b/src/l10n/fra-FRA.h index cae76286e..d6e3c7376 100644 --- a/src/l10n/fra-FRA.h +++ b/src/l10n/fra-FRA.h @@ -580,7 +580,6 @@ #define STRING_CONFIG_READ_INCLUDE "Could not read include file '{1}'." #define STRING_CONFIG_INCLUDE_PATH "Can only include files with absolute paths, not '{1}'" #define STRING_CONFIG_BAD_ENTRY "Malformed entry '{1}' in config file." -#define STRING_CONFIG_BAD_WRITE "Could not write to '{1}'." #define STRING_CONFIG_DEPRECATED_COL "Your .taskrc file contains reports with deprecated columns. Please check for entry_time, start_time or end_time in:" #define STRING_CONFIG_DEPRECATED_VAR "Your .taskrc file contains variables that are deprecated:" diff --git a/src/l10n/ita-ITA.h b/src/l10n/ita-ITA.h index 31a46e12c..decf7e344 100644 --- a/src/l10n/ita-ITA.h +++ b/src/l10n/ita-ITA.h @@ -579,7 +579,6 @@ #define STRING_CONFIG_READ_INCLUDE "Impossibile leggere il file di inclusione '{1}'." #define STRING_CONFIG_INCLUDE_PATH "E` possibile includere solo file con percorso assoluto, non '{1}'" #define STRING_CONFIG_BAD_ENTRY "Voce malformata '{1}' nel file di configurazione." -#define STRING_CONFIG_BAD_WRITE "Impossibile scrivere su'{1}'." #define STRING_CONFIG_DEPRECATED_COL "Il file .taskrc contiene report con nomi di colonna deprecati. Verificare entry_time, start_time o end_time in:" #define STRING_CONFIG_DEPRECATED_VAR "Il file .taskrc contiene variabili deprecate:" diff --git a/src/l10n/jpn-JPN.h b/src/l10n/jpn-JPN.h index 0172ed411..5776550cf 100644 --- a/src/l10n/jpn-JPN.h +++ b/src/l10n/jpn-JPN.h @@ -580,7 +580,6 @@ #define STRING_CONFIG_READ_INCLUDE "インクルードファイル '{1}' が読み込めません。" #define STRING_CONFIG_INCLUDE_PATH "Can only include files with absolute paths, not '{1}'" #define STRING_CONFIG_BAD_ENTRY "Malformed entry '{1}' in config file." -#define STRING_CONFIG_BAD_WRITE "'{1}' へ書き込みできません。" #define STRING_CONFIG_DEPRECATED_COL "Your .taskrc file contains reports with deprecated columns. Please check for entry_time, start_time or end_time in:" #define STRING_CONFIG_DEPRECATED_VAR "Your .taskrc file contains variables that are deprecated:" diff --git a/src/l10n/pol-POL.h b/src/l10n/pol-POL.h index f7862c941..3a613d3d9 100644 --- a/src/l10n/pol-POL.h +++ b/src/l10n/pol-POL.h @@ -580,7 +580,6 @@ #define STRING_CONFIG_READ_INCLUDE "Nie można przeczytać dołączonego pliku '{1}'." #define STRING_CONFIG_INCLUDE_PATH "Scieżka dołączanych plików musi mieć postać adresu bezwzględnego, nie '{1}'" #define STRING_CONFIG_BAD_ENTRY "Uszkodzony wpis '{1}' w pliku konfiguracyjnym." -#define STRING_CONFIG_BAD_WRITE "Nie można pisać do '{1}'." #define STRING_CONFIG_DEPRECATED_COL "Twój plik .taskrc zawiera raport z przestarzałymi nazwami kolumn. Sprawdź proszę entry_time, start_time lub end_time w:" #define STRING_CONFIG_DEPRECATED_VAR "Twój plik .taskrc zawiera przestarzałe zmienne:" diff --git a/src/l10n/por-PRT.h b/src/l10n/por-PRT.h index 139a24bce..21c71954e 100644 --- a/src/l10n/por-PRT.h +++ b/src/l10n/por-PRT.h @@ -580,7 +580,6 @@ #define STRING_CONFIG_READ_INCLUDE "Não foi possível ler o ficheiro incluído '{1}'." #define STRING_CONFIG_INCLUDE_PATH "Apenas é permitido incluir ficheiros com caminhos absolutos, não '{1}'" #define STRING_CONFIG_BAD_ENTRY "Entrada anómala '{1}' no ficheiro de configuração." -#define STRING_CONFIG_BAD_WRITE "Não foi possível escrever para '{1}'." #define STRING_CONFIG_DEPRECATED_COL "O seu ficheiro .taskrc contém relatórios com colunas obsoletas. Verifique entry_time, start_time e end_time em:" #define STRING_CONFIG_DEPRECATED_VAR "O seu ficheiro .taskrc contém variáveis obsoletas:"