mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
L10N: Removed unused strings
This commit is contained in:
parent
54aaac9964
commit
1efeea3884
9 changed files with 0 additions and 72 deletions
|
@ -162,12 +162,6 @@
|
|||
#define STRING_VARIANT_MOD_ZERO "Divisionsrest von null kann nicht berechnet werden"
|
||||
#define STRING_VARIANT_SQRT_NEG "Quadratwurzel einer negativen Zahl kann nicht berechnet werden."
|
||||
|
||||
// Dates
|
||||
//
|
||||
// These are errors generated when parsing date values.
|
||||
#define STRING_DATES_MONTH_31 "Fehler: Kein Monat hat mehr als 31 Tage."
|
||||
#define STRING_DATES_ORD_MISMATCH "Fehler: Zahl und Ordinalsuffix passen nicht (z.B., '1st', nicht '1nd')."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "Farbe '{1}' nicht erkannt."
|
||||
|
||||
|
@ -501,7 +495,6 @@
|
|||
// STRING_CMD_DIAG_* strings all appear on the 'diag' command output.
|
||||
#define STRING_CMD_DIAG_USAGE "Platform, build and environment details"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Platform"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<unknown>"
|
||||
#define STRING_CMD_DIAG_COMPILER "Compiler"
|
||||
#define STRING_CMD_DIAG_VERSION "Version"
|
||||
#define STRING_CMD_DIAG_CAPS "Caps"
|
||||
|
@ -760,7 +753,6 @@
|
|||
#define STRING_ASSUME_INFO "Kein Befehl angegeben - nehme 'information' an."
|
||||
#define STRING_INFINITE_LOOP "Beende Ersetzung, weil mehr als {1} Änderungen durchgeführt wurden - Schutz vor Endlosschleifen."
|
||||
#define STRING_UDA_TYPE "UDAs müssen vom Typ 'string', 'date', 'duration' oder 'numeric' sein."
|
||||
#define STRING_UDA_TYPE_MISSING "uda.{1}.type nicht gefunden. Das UDA '{1}' muss einen festgelegten Typ haben."
|
||||
#define STRING_UDA_NUMERIC "Der Wert '{1}' ist kein zulässiger Zahlenwert."
|
||||
#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}'."
|
||||
|
|
|
@ -162,12 +162,6 @@
|
|||
#define STRING_VARIANT_MOD_ZERO "Cannot modulo zero"
|
||||
#define STRING_VARIANT_SQRT_NEG "Cannot take the square root of a negative number."
|
||||
|
||||
// Dates
|
||||
//
|
||||
// These are errors generated when parsing date values.
|
||||
#define STRING_DATES_MONTH_31 "Error: no month has more than 31 days."
|
||||
#define STRING_DATES_ORD_MISMATCH "Error: number and ordinal don't match (e.g., '1st', not '1nd')."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "The color '{1}' is not recognized."
|
||||
|
||||
|
@ -499,7 +493,6 @@
|
|||
// STRING_CMD_DIAG_* strings all appear on the 'diag' command output.
|
||||
#define STRING_CMD_DIAG_USAGE "Platform, build and environment details"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Platform"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<unknown>"
|
||||
#define STRING_CMD_DIAG_COMPILER "Compiler"
|
||||
#define STRING_CMD_DIAG_VERSION "Version"
|
||||
#define STRING_CMD_DIAG_CAPS "Caps"
|
||||
|
@ -758,7 +751,6 @@
|
|||
#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."
|
||||
#define STRING_UDA_TYPE "User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'."
|
||||
#define STRING_UDA_TYPE_MISSING "uda.{1}.type not found. The UDA '{1}' must have a type specified."
|
||||
#define STRING_UDA_NUMERIC "The value '{1}' is not a valid numeric value."
|
||||
#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}'."
|
||||
|
|
|
@ -162,12 +162,6 @@
|
|||
#define STRING_VARIANT_MOD_ZERO "Ne povas moduli nulon"
|
||||
#define STRING_VARIANT_SQRT_NEG "Ne povas kalkuli kvadratan radikon de negativa nombro."
|
||||
|
||||
// Dates
|
||||
//
|
||||
// These are errors generated when parsing date values.
|
||||
#define STRING_DATES_MONTH_31 "Eraro: nenia monato havas pli de 31 tagojn."
|
||||
#define STRING_DATES_ORD_MISMATCH "Eraro: la ordosufikso ne kongruas kun la nombro (ĝuste '1st', malĝuste '1nd')."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "Koloro '{1}' ne rekonata."
|
||||
|
||||
|
@ -501,7 +495,6 @@
|
|||
// STRING_CMD_DIAG_* strings all appear on the 'diag' command output.
|
||||
#define STRING_CMD_DIAG_USAGE "Platform, build and environment details"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Platform"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<unknown>"
|
||||
#define STRING_CMD_DIAG_COMPILER "Compiler"
|
||||
#define STRING_CMD_DIAG_VERSION "Version"
|
||||
#define STRING_CMD_DIAG_CAPS "Caps"
|
||||
|
@ -760,7 +753,6 @@
|
|||
#define STRING_ASSUME_INFO "Nenia komando specifita. Supozanta 'information'."
|
||||
#define STRING_INFINITE_LOOP "Finis anstataŭon ĉar ekzistas pli de {1} ŝanĝoj - protekto kontraŭ senfina ripeton."
|
||||
#define STRING_UDA_TYPE "La tipo de uzanto-definitaj atributoj devas esti 'string', 'date', 'duration', aŭ 'numeric'."
|
||||
#define STRING_UDA_TYPE_MISSING "Ne trovis uda.{1}.type. Oni devas specifid la tipo de UDA '{1}'."
|
||||
#define STRING_UDA_NUMERIC "Valoro '{1}' ne estas valida nombra valoro."
|
||||
#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}'."
|
||||
|
|
|
@ -162,12 +162,6 @@
|
|||
#define STRING_VARIANT_MOD_ZERO "No se puede modular cero"
|
||||
#define STRING_VARIANT_SQRT_NEG "No se puede calcular la raíz cuadrada de un tipo desconocido"
|
||||
|
||||
// Dates
|
||||
//
|
||||
// These are errors generated when parsing date values.
|
||||
#define STRING_DATES_MONTH_31 "Error: no hay ningún mes que tenga más de 31 días."
|
||||
#define STRING_DATES_ORD_MISMATCH "Error: el sufijo ordinal no corresponde al número (i.e. '1st', no '1nd')."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "El color '{1}' no se reconoce."
|
||||
|
||||
|
@ -507,7 +501,6 @@
|
|||
#define STRING_CMD_SYNC_TRUST_OBS "Los ajustes de 'taskd.trust' ahora solo pueden contener uno de los valores 'strict', 'ignore hostname' o 'allow all'."
|
||||
#define STRING_CMD_DIAG_USAGE "Detalles de plataforma, construcción y entorno"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Plataforma"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<desconocido>"
|
||||
#define STRING_CMD_DIAG_COMPILER "Compilador"
|
||||
#define STRING_CMD_DIAG_VERSION "Versión"
|
||||
#define STRING_CMD_DIAG_CAPS "Capacidades"
|
||||
|
@ -769,7 +762,6 @@
|
|||
#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."
|
||||
#define STRING_UDA_TYPE "Los atributos definidos por el usuario solamente pueden ser de los tipos 'string', 'date', 'duration' o 'numeric'."
|
||||
#define STRING_UDA_TYPE_MISSING "No se encontró uda.{1}.type . El UDA '{1}' debe tener algún tipo especificado."
|
||||
#define STRING_UDA_NUMERIC "El valor '{1}' no es un valor numérico válido."
|
||||
#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}'."
|
||||
|
|
|
@ -162,12 +162,6 @@
|
|||
#define STRING_VARIANT_MOD_ZERO "Ne peut pas moduler zéro"
|
||||
#define STRING_VARIANT_SQRT_NEG "Ne peut pas calculer la racine carrée d'un nombre négatif."
|
||||
|
||||
// Dates
|
||||
//
|
||||
// These are errors generated when parsing date values.
|
||||
#define STRING_DATES_MONTH_31 "Erreur : aucun mois n'a plus de 31 jours."
|
||||
#define STRING_DATES_ORD_MISMATCH "Erreur : le nombre ne correspond pas à l'ordinal (ie '1st', pas '1nd')."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "La couleur '{1}' n'est pas reconnue."
|
||||
|
||||
|
@ -501,7 +495,6 @@
|
|||
// STRING_CMD_DIAG_* strings all appear on the 'diag' command output.
|
||||
#define STRING_CMD_DIAG_USAGE "Platform, build and environment details"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Platform"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<unknown>"
|
||||
#define STRING_CMD_DIAG_COMPILER "Compiler"
|
||||
#define STRING_CMD_DIAG_VERSION "Version"
|
||||
#define STRING_CMD_DIAG_CAPS "Caps"
|
||||
|
@ -760,7 +753,6 @@
|
|||
#define STRING_ASSUME_INFO "No command specified - assuming 'information'."
|
||||
#define STRING_INFINITE_LOOP "Substitution arrêté parce que plus de {1} changements ont été faits - protection contre les boucles infinies."
|
||||
#define STRING_UDA_TYPE "User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'."
|
||||
#define STRING_UDA_TYPE_MISSING "uda.{1}.type introuvable. L'ADU '{1}' doit avoir un type déclaré."
|
||||
#define STRING_UDA_NUMERIC "The value '{1}' is not a valid numeric value."
|
||||
#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}'."
|
||||
|
|
|
@ -162,12 +162,6 @@
|
|||
#define STRING_VARIANT_MOD_ZERO "Cannot modulo zero"
|
||||
#define STRING_VARIANT_SQRT_NEG "Cannot take the square root of a negative number."
|
||||
|
||||
// Dates
|
||||
//
|
||||
// These are errors generated when parsing date values.
|
||||
#define STRING_DATES_MONTH_31 "Error: no month has more than 31 days."
|
||||
#define STRING_DATES_ORD_MISMATCH "Error: number and ordinal don't match (e.g., '1st', not '1nd')."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "Il colore '{1}' non è riconosciuto."
|
||||
|
||||
|
@ -500,7 +494,6 @@
|
|||
// STRING_CMD_DIAG_* strings all appear on the 'diag' command output.
|
||||
#define STRING_CMD_DIAG_USAGE "Dettagli su piattaforma, build e ambiente"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Piattaforma"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<sconoscito>"
|
||||
#define STRING_CMD_DIAG_COMPILER "Compilatore"
|
||||
#define STRING_CMD_DIAG_VERSION "Versione"
|
||||
#define STRING_CMD_DIAG_CAPS "Caps"
|
||||
|
@ -759,7 +752,6 @@
|
|||
#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"
|
||||
#define STRING_UDA_TYPE "Gli User defined attribute possono solo essere di tipo 'string', 'date', 'duration' o 'numeric'."
|
||||
#define STRING_UDA_TYPE_MISSING "uda.{1}.type non trovato. L'UDA '{1}' deve avere un tipo specificato."
|
||||
#define STRING_UDA_NUMERIC "Il valore '{1}' non è un valore numerico valido."
|
||||
#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}'."
|
||||
|
|
|
@ -162,12 +162,6 @@
|
|||
#define STRING_VARIANT_MOD_ZERO "零で剰余を取ることは出来ません。"
|
||||
#define STRING_VARIANT_SQRT_NEG "負の数は平方根を計算できません。"
|
||||
|
||||
// Dates
|
||||
//
|
||||
// These are errors generated when parsing date values.
|
||||
#define STRING_DATES_MONTH_31 "エラー: 月の日付は31日まで。"
|
||||
#define STRING_DATES_ORD_MISMATCH "Error: number and ordinal don't match (e.g., '1st', not '1nd')."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "The color '{1}' is not recognized."
|
||||
|
||||
|
@ -501,7 +495,6 @@
|
|||
// STRING_CMD_DIAG_* strings all appear on the 'diag' command output.
|
||||
#define STRING_CMD_DIAG_USAGE "Platform, build and environment details"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Platform"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<unknown>"
|
||||
#define STRING_CMD_DIAG_COMPILER "Compiler"
|
||||
#define STRING_CMD_DIAG_VERSION "Version"
|
||||
#define STRING_CMD_DIAG_CAPS "Caps"
|
||||
|
@ -760,7 +753,6 @@
|
|||
#define STRING_ASSUME_INFO "コマンドが指定されていません - 'information' を仮定します。"
|
||||
#define STRING_INFINITE_LOOP "Terminated substitution because more than {1} changes were made - infinite loop protection."
|
||||
#define STRING_UDA_TYPE "User defined attributes may only be of type 'string', 'date', 'duration' or 'numeric'."
|
||||
#define STRING_UDA_TYPE_MISSING "uda.{1}.type not found. The UDA '{1}' must have a type specified."
|
||||
#define STRING_UDA_NUMERIC "The value '{1}' is not a valid numeric value."
|
||||
#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}'."
|
||||
|
|
|
@ -162,12 +162,6 @@
|
|||
#define STRING_VARIANT_MOD_ZERO "Nie można uzyskać modulo z zera"
|
||||
#define STRING_VARIANT_SQRT_NEG "Nie można wyciągnąć pierwiastka kwadratowego z wartości ujemnej."
|
||||
|
||||
// Dates
|
||||
//
|
||||
// These are errors generated when parsing date values.
|
||||
#define STRING_DATES_MONTH_31 "Błąd: żaden miesiąc nie ma więcej niż 31 dni."
|
||||
#define STRING_DATES_ORD_MISMATCH "Błąd: niepoprawny sufix (np., '1st', nie '1nd')."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "Kolor '{1}' nie został rozpoznany."
|
||||
|
||||
|
@ -501,7 +495,6 @@
|
|||
// STRING_CMD_DIAG_* strings all appear on the 'diag' command output.
|
||||
#define STRING_CMD_DIAG_USAGE "Szczegóły platformy i środowiska budowania"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Platforma"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<nieznane>"
|
||||
#define STRING_CMD_DIAG_COMPILER "Kompilator"
|
||||
#define STRING_CMD_DIAG_VERSION "Wersja"
|
||||
#define STRING_CMD_DIAG_CAPS "Flagi"
|
||||
|
@ -760,7 +753,6 @@
|
|||
#define STRING_ASSUME_INFO "Nie podano polecenia - zakładam 'information'."
|
||||
#define STRING_INFINITE_LOOP "Podstawienie anulowane ponieważ wykonano więcej niż {1} zmian - zabezpieczenie przed zapętleniem."
|
||||
#define STRING_UDA_TYPE "Atrybuty definiowane przez użytkownika mogą być typu 'string', 'date', 'duration' lub 'numeric'."
|
||||
#define STRING_UDA_TYPE_MISSING "uda.{1}.type nie znaleziony. UDA '{1}' musi posiadać typ."
|
||||
#define STRING_UDA_NUMERIC "Wartość '{1}' nie jest poprawną wartością numeryczną."
|
||||
#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}'."
|
||||
|
|
|
@ -162,12 +162,6 @@
|
|||
#define STRING_VARIANT_MOD_ZERO "Impossível calcular módulo de zero"
|
||||
#define STRING_VARIANT_SQRT_NEG "Impossível calcular a raiz quadrada de um número negativo."
|
||||
|
||||
// Dates
|
||||
//
|
||||
// These are errors generated when parsing date values.
|
||||
#define STRING_DATES_MONTH_31 "Erro: nenhum mês tem mais de 31 dias."
|
||||
#define STRING_DATES_ORD_MISMATCH "Erro: correspondencia inválida entre número e ordinal (usar '1st', e não '1nd')."
|
||||
|
||||
// Color
|
||||
#define STRING_COLOR_UNRECOGNIZED "A cor '{1}' não é reconhecida."
|
||||
|
||||
|
@ -501,7 +495,6 @@
|
|||
// STRING_CMD_DIAG_* strings all appear on the 'diag' command output.
|
||||
#define STRING_CMD_DIAG_USAGE "Plataforma, versão e detalhes de ambiente"
|
||||
#define STRING_CMD_DIAG_PLATFORM "Plataforma"
|
||||
#define STRING_CMD_DIAG_UNKNOWN "<desconhecido>"
|
||||
#define STRING_CMD_DIAG_COMPILER "Compilador"
|
||||
#define STRING_CMD_DIAG_VERSION "Versão"
|
||||
#define STRING_CMD_DIAG_CAPS "Capacidades"
|
||||
|
@ -760,7 +753,6 @@
|
|||
#define STRING_ASSUME_INFO "Nenhum comando especificado - assumindo 'information'."
|
||||
#define STRING_INFINITE_LOOP "Substituição terminada. Efectuadas mais de {1} alterações - protecção de ciclos infinitos."
|
||||
#define STRING_UDA_TYPE "Atributos definidos pelo utilizador (UDAs) apenas podem ser do tipo 'texto', 'data', 'duração' ou 'numérico'."
|
||||
#define STRING_UDA_TYPE_MISSING "uda.{1}.type não encontrado. É necessário especificar um tipo no 'UDA' '{1}'."
|
||||
#define STRING_UDA_NUMERIC "O valor '{1}' não é um valor numérico válido."
|
||||
#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}'."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue