l10n: Eliminated STRING_UDA_TYPE

This commit is contained in:
Paul Beckingham 2018-01-20 14:15:34 -05:00
parent aad6a6d078
commit 6cf8f18196
10 changed files with 1 additions and 10 deletions

View file

@ -223,7 +223,7 @@ Column* Column::uda (const std::string& name)
return c;
}
else if (type != "")
throw std::string (STRING_UDA_TYPE);
throw std::string ("User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'.");
return NULL;
}

View file

@ -482,7 +482,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_UDA_TYPE "UDAs müssen vom Typ 'string', 'date', 'duration' oder 'numeric' sein."
#define STRING_UDA_COLLISION "Das UDA '{1}' hat den selben Namen wie eine eingebaute Eigenschaft, und ist daher nicht erlaubt."
#define STRING_INVALID_MOD "Die '{1}'-Eigenschaft erlaubt keinen Wert '{2}'."
#define STRING_ERROR_DETAILS "Die Option 'calendar.details.report' muss einen einzelnen Report-Namen enthalten."

View file

@ -479,7 +479,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_UDA_TYPE "User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'."
#define STRING_UDA_COLLISION "The UDA named '{1}' is the same as a core attribute, and is not permitted."
#define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'."
#define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name."

View file

@ -482,7 +482,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_UDA_TYPE "La tipo de uzanto-definitaj atributoj devas esti 'string', 'date', 'duration', aŭ 'numeric'."
#define STRING_UDA_COLLISION "UDA '{1}' kaj enkonstruita atributo havas la saman nomon. Tio estas malpermesita."
#define STRING_INVALID_MOD "Atributo '{1}' ne permesas valoron '{2}'."
#define STRING_ERROR_DETAILS "Agordo 'calendar.details.report' devas enhavi sole unu raportnomon."

View file

@ -494,7 +494,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_UDA_TYPE "Los atributos definidos por el usuario solamente pueden ser de los tipos 'string', 'date', 'duration' o 'numeric'."
#define STRING_UDA_COLLISION "El UDA denominado '{1}' es el mismo que un atributo del núcleo, y no está permitido."
#define STRING_INVALID_MOD "El atributo '{1}' no admite un valor '{2}'."
#define STRING_ERROR_DETAILS "El ajuste 'calendar.details.report' debe contener un único nombre de informe."

View file

@ -504,7 +504,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_UDA_TYPE "User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'."
#define STRING_UDA_COLLISION "L'ADU nommé '{1}' est le même qu'un attribut du noyau, et ce n'est pas autorisé."
#define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'."
#define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name."

View file

@ -483,7 +483,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_UDA_TYPE "Gli User defined attribute possono solo essere di tipo 'string', 'date', 'duration' o 'numeric'."
#define STRING_UDA_COLLISION "L'UDA '{1}' ha lo stesso nome di un attributo di sistema, e ciò non è permesso."
#define STRING_INVALID_MOD "L'attributo '{1}' non ammette un valore pari a '{2}'."
#define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name."

View file

@ -484,7 +484,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_UDA_TYPE "User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'."
#define STRING_UDA_COLLISION "The UDA named '{1}' is the same as a core attribute, and is not permitted."
#define STRING_INVALID_MOD "The '{1}' attribute does not allow a value of '{2}'."
#define STRING_ERROR_DETAILS "The setting 'calendar.details.report' must contain a single report name."

View file

@ -484,7 +484,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_UDA_TYPE "Atrybuty definiowane przez użytkownika mogą być typu 'string', 'date', 'duration' lub 'numeric'."
#define STRING_UDA_COLLISION "Nazwa UDA '{1}' jest jedną z nazw atrybutów podstawowych i dlatego jest niedozwolona."
#define STRING_INVALID_MOD "Atrybut '{1}' nie zezwala na wartość '{2}'."
#define STRING_ERROR_DETAILS "Zmienna 'calendar.details.report' musi zawierać nazwę raportu."

View file

@ -484,7 +484,6 @@
// Errors
// TODO Move each of these to appropriate section.
#define STRING_UDA_TYPE "Atributos definidos pelo utilizador (UDAs) apenas podem ser do tipo 'texto', 'data', 'duração' ou 'numérico'."
#define STRING_UDA_COLLISION "O UDA '{1}' tem o mesmo nome que um atributo interno, tal não é permitido."
#define STRING_INVALID_MOD "O atributo '{1}' não permite o valor '{2}'."
#define STRING_ERROR_DETAILS "A definição 'calendar.details.report' pode apenas indicar um nome de relatório."