diff --git a/src/en-US.h b/src/en-US.h index 3d57dc396..e55cf35ec 100644 --- a/src/en-US.h +++ b/src/en-US.h @@ -398,7 +398,6 @@ #define STRING_CMD_IMPORT_SUMMARY "Imported {1} tasks." #define STRING_CMD_IMPORT_NOFILE "You must specify a file to import." #define STRING_CMD_IMPORT_FILE "Importing '{1}'" -#define STRING_CMD_IMPORT_NOT_JSON "Not a JSON object: {1}" #define STRING_TASK_NO_DESC "Annotation is missing a description: {1}" #define STRING_TASK_NO_ENTRY "Annotation is missing an entry date: {1}" #define STRING_CMD_SHELL_HELP1 "Enter any task command (such as 'list'), or hit 'Enter'." @@ -561,7 +560,6 @@ // Date #define STRING_DATE_INVALID_FORMAT "'{1}' is not a valid date in the '{2}' format." #define STRING_DATE_BAD_WEEKSTART "The 'weekstart' configuration variable may only contain 'Sunday' or 'Monday'." -#define STRING_DATE_TOO_MUCH "The date is too far into the future." #define STRING_DATE_JANUARY_LONG "january" #define STRING_DATE_FEBRUARY_LONG "february" @@ -697,7 +695,6 @@ // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Error: " #define STRING_UNKNOWN_ERROR "Unknown error." -#define STRING_NO_HOME "Could not read home directory from the passwd file." #define STRING_TRIVIAL_INPUT "You must specify a command or a task to modify." #define STRING_ASSUME_INFO "No command specified - assuming 'information'." #define STRING_INFINITE_LOOP "Terminated substitution because more than {1} changes were made - infinite loop protection." @@ -760,9 +757,6 @@ #define STRING_JSON_MISSING_OPEN "Error: expected '{' or '[' at position {1}" #define STRING_JSON_EXTRA_CHARACTERS "Error: extra characters found at position {1}" -// Legacy -#define STRING_LEGACY_FEATURE "Note: the '{1}' feature is deprecated." - // Record #define STRING_RECORD_EMPTY "Empty record in input." #define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line." @@ -774,7 +768,6 @@ #define STRING_CMD_SHOW_NONE "No matching configuration variables." #define STRING_CMD_SHOW_UNREC "Your .taskrc file contains these unrecognized variables:" #define STRING_CMD_SHOW_DIFFER "Some of your .taskrc variables differ from the default values." -#define STRING_CMD_SHOW_HOOKS "Your .taskrc file contains these missing or unreadable hook scripts:" #define STRING_CMD_SHOW_EMPTY "Configuration error: .taskrc contains no entries." #define STRING_CMD_SHOW_DIFFER_COLOR "These are highlighted in {1} above." #define STRING_CMD_SHOW_CONFIG_ERROR "Configuration error: {1} contains an unrecognized value '{2}'." diff --git a/src/es-ES.h b/src/es-ES.h index ad6e95356..c4403c919 100644 --- a/src/es-ES.h +++ b/src/es-ES.h @@ -408,7 +408,6 @@ #define STRING_CMD_IMPORT_SUMMARY "Importadas {1} tareas." #define STRING_CMD_IMPORT_NOFILE "Debe especificar un archivo a importar." #define STRING_CMD_IMPORT_FILE "Importando '{1}'" -#define STRING_CMD_IMPORT_NOT_JSON "No es un objeto JSON: {1}" #define STRING_TASK_NO_DESC "La anotación carece de descripción: {1}" #define STRING_TASK_NO_ENTRY "La anotación carece de fecha de entrada: {1}" #define STRING_CMD_SHELL_HELP1 "Escriba un comando de task (como 'list'), o pulse 'Enter'." @@ -575,7 +574,6 @@ // Date #define STRING_DATE_INVALID_FORMAT "'{1}' no es una fecha válida según el formato '{2}'." #define STRING_DATE_BAD_WEEKSTART "La variable de configuración 'weekstart' solamente puede contener 'Sunday' (domingo) o 'Monday' (lunes)." -#define STRING_DATE_TOO_MUCH "La fecha está demasiado alejada en el futuro." #define STRING_DATE_JANUARY_LONG "enero" #define STRING_DATE_FEBRUARY_LONG "febrero" @@ -711,7 +709,6 @@ // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Error: " #define STRING_UNKNOWN_ERROR "Error desconocido." -#define STRING_NO_HOME "No se pudo leer el directorio personal en el archivo passwd." #define STRING_TRIVIAL_INPUT "Debe especificar un comando o una tarea a modificar." #define STRING_ASSUME_INFO "No especificó un comando - asumido 'information'." #define STRING_INFINITE_LOOP "Sustitución terminada debido a que se hicieron más de {1} cambios - protección contra ciclo eterno." @@ -774,9 +771,6 @@ #define STRING_JSON_MISSING_OPEN "Error: se esperaba '{' or '[' en posición {1}" #define STRING_JSON_EXTRA_CHARACTERS "Error: encontrados caracteres extra en posición {1}" -// Legacy -#define STRING_LEGACY_FEATURE "Note: la función '{1}' está en desuso." - // Record #define STRING_RECORD_EMPTY "Registro vacío en la entrada." #define STRING_RECORD_JUNK_AT_EOL "Caracteres no reconocidos al final de línea." @@ -788,7 +782,6 @@ #define STRING_CMD_SHOW_NONE "No hay variables de configuración que coincidan." #define STRING_CMD_SHOW_UNREC "Su archivo .taskrc contiene estas variables no reconocidas:" #define STRING_CMD_SHOW_DIFFER "Algunas de sus variables .taskrc difieren de los valores por defecto." -#define STRING_CMD_SHOW_HOOKS "Su archivo .taskrc contiene estos hook scripts que faltan o no se pueden leer:" #define STRING_CMD_SHOW_EMPTY "Error de configuración: .taskrc no contiene ninguna entrada." #define STRING_CMD_SHOW_DIFFER_COLOR "Las cambiadas aparecen resaltadas en {1} más arriba." #define STRING_CMD_SHOW_CONFIG_ERROR "Error de configuración: {1} contiene un valor '{2}' no reconocido." diff --git a/src/fr-FR.h b/src/fr-FR.h index eb54f90ce..a7a5a7adc 100644 --- a/src/fr-FR.h +++ b/src/fr-FR.h @@ -398,7 +398,6 @@ #define STRING_CMD_IMPORT_SUMMARY "Imported {1} tasks." #define STRING_CMD_IMPORT_NOFILE "You must specify a file to import." #define STRING_CMD_IMPORT_FILE "Importing '{1}'" -#define STRING_CMD_IMPORT_NOT_JSON "Not a JSON object: {1}" #define STRING_TASK_NO_DESC "Annotation is missing a description: {1}" #define STRING_TASK_NO_ENTRY "Annotation is missing an entry date: {1}" #define STRING_CMD_SHELL_HELP1 "Enter any task command (such as 'list'), or hit 'Enter'." @@ -561,7 +560,6 @@ // Date #define STRING_DATE_INVALID_FORMAT "'{1}' n'est pas une date au format '{2}'." #define STRING_DATE_BAD_WEEKSTART "La variable de configuration 'weekstart' ne peut contenir que 'dimanche' ou 'lundi'." -#define STRING_DATE_TOO_MUCH "The date is too far into the future." #define STRING_DATE_JANUARY_LONG "janvier" #define STRING_DATE_FEBRUARY_LONG "février" @@ -697,7 +695,6 @@ // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Error: " #define STRING_UNKNOWN_ERROR "Unknown error." -#define STRING_NO_HOME "Could not read home directory from the passwd file." #define STRING_TRIVIAL_INPUT "You must specify a command or a task to modify." #define STRING_ASSUME_INFO "No command specified - assuming 'information'." #define STRING_INFINITE_LOOP "Terminated substitution because more than {1} changes were made - infinite loop protection." @@ -760,9 +757,6 @@ #define STRING_JSON_MISSING_OPEN "Error: expected '{' or '[' at position {1}" #define STRING_JSON_EXTRA_CHARACTERS "Error: extra characters found at position {1}" -// Legacy -#define STRING_LEGACY_FEATURE "Note: the '{1}' feature is deprecated." - // Record #define STRING_RECORD_EMPTY "Empty record in input." #define STRING_RECORD_JUNK_AT_EOL "Unrecognized characters at end of line." @@ -774,7 +768,6 @@ #define STRING_CMD_SHOW_NONE "No matching configuration variables." #define STRING_CMD_SHOW_UNREC "Your .taskrc file contains these unrecognized variables:" #define STRING_CMD_SHOW_DIFFER "Some of your .taskrc variables differ from the default values." -#define STRING_CMD_SHOW_HOOKS "Your .taskrc file contains these missing or unreadable hook scripts:" #define STRING_CMD_SHOW_EMPTY "Configuration error: .taskrc contains no entries." #define STRING_CMD_SHOW_DIFFER_COLOR "These are highlighted in {1} above." #define STRING_CMD_SHOW_CONFIG_ERROR "Configuration error: {1} contains an unrecognized value '{2}'." diff --git a/src/it-IT.h b/src/it-IT.h index 2e595396d..601032fd5 100644 --- a/src/it-IT.h +++ b/src/it-IT.h @@ -399,7 +399,6 @@ #define STRING_CMD_IMPORT_SUMMARY "Importati {1} task." #define STRING_CMD_IMPORT_NOFILE "Specificare il file da importare." #define STRING_CMD_IMPORT_FILE "Importazione di '{1}'" -#define STRING_CMD_IMPORT_NOT_JSON "Non è un oggetto JSON: {1}" #define STRING_TASK_NO_DESC "Annotazione senza descrizione: {1}" #define STRING_TASK_NO_ENTRY "Annotazione senza data di immissione: {1}" #define STRING_CMD_SHELL_HELP1 "Inserisci un comando (es. 'list'), o premi 'Enter'." @@ -562,7 +561,6 @@ // Date #define STRING_DATE_INVALID_FORMAT "'{1}' non è una data valida nel formato '{2}'." #define STRING_DATE_BAD_WEEKSTART "La variabile di configurazione 'weekstart' può solo contenere 'Domenica' o 'Lunedì'." -#define STRING_DATE_TOO_MUCH "La data è troppo avanti nel futuro." #define STRING_DATE_JANUARY_LONG "gennaio" #define STRING_DATE_FEBRUARY_LONG "febbraio" @@ -698,7 +696,6 @@ // TODO Move each of these to appropriate section. #define STRING_ERROR_PREFIX "Errore: " #define STRING_UNKNOWN_ERROR "Errore sconosciuto." -#define STRING_NO_HOME "Impossibile leggere la home directory dal file passwd" #define STRING_TRIVIAL_INPUT "Specificare un comando o un task da modificare" #define STRING_ASSUME_INFO "Nessun comando specificato - si assume 'information'." #define STRING_INFINITE_LOOP "Sostituzione terminata poiché più di {1} modifiche sono state fatte - protezione da ciclo infinito" @@ -761,9 +758,6 @@ #define STRING_JSON_MISSING_OPEN "Errore: atteso '{' o '[' alla posizione {1}" #define STRING_JSON_EXTRA_CHARACTERS "Errore: caratteri in eccesso alla posizione {1}" -// Legacy -#define STRING_LEGACY_FEATURE "Nota: la funzionalità '{1}' è deprecata." - // Record #define STRING_RECORD_EMPTY "Voce vuota in ingresso." #define STRING_RECORD_JUNK_AT_EOL "Carattere non riconosciuto a fine riga." @@ -775,7 +769,6 @@ #define STRING_CMD_SHOW_NONE "Variabile di configurazione non corrispondente." #define STRING_CMD_SHOW_UNREC "Il file .taskrc contiene variabili non riconosciute:" #define STRING_CMD_SHOW_DIFFER "Alcune variabili in .taskrc hanno valore diverso dal default." -#define STRING_CMD_SHOW_HOOKS "Il file .taskrc contiene script di aggancio mancanti o non leggibili:" #define STRING_CMD_SHOW_EMPTY "Errore di configurazione: .taskrc è vuoto." #define STRING_CMD_SHOW_DIFFER_COLOR "Evidenziate sopra in {1}." #define STRING_CMD_SHOW_CONFIG_ERROR "Errore di configurazione: {1} contiene un valore non riconosciuto '{2}'."