From fd5873476f8c4cedd7912013e22e02d2baab07da Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Sun, 10 Apr 2022 00:22:48 -0500 Subject: [PATCH 1/8] Add /textcolor command and supporting text elements for English --- compiled/dat/KIEnglish.loc | 15 +++++++++++++++ compiled/dat/KIFrench.loc | 10 ++++++++++ compiled/dat/KIGerman.loc | 10 ++++++++++ compiled/dat/KIItalian.loc | 10 ++++++++++ compiled/dat/KISpanish.loc | 10 ++++++++++ 5 files changed, 55 insertions(+) diff --git a/compiled/dat/KIEnglish.loc b/compiled/dat/KIEnglish.loc index 88e89327..d02d67f0 100644 --- a/compiled/dat/KIEnglish.loc +++ b/compiled/dat/KIEnglish.loc @@ -139,6 +139,12 @@ TO: + + Text color now set to default color(s). + + + Text color now set to %1s. + (%1s is offline and cannot be reached for chatting.) @@ -204,6 +210,12 @@ /reply + + /textcolor + + + default + /startlog @@ -717,6 +729,9 @@ You have been disconnected because someone else is currently using your account. #02 + + You must specify a valid color name, a valid 3- or 6-character hexadecimal color, a triplet of decimal numbers between 0 and 1, or "default". + You must specify a folder to dump logs to diff --git a/compiled/dat/KIFrench.loc b/compiled/dat/KIFrench.loc index e6c035c5..34fc0e84 100644 --- a/compiled/dat/KIFrench.loc +++ b/compiled/dat/KIFrench.loc @@ -138,6 +138,10 @@ À : + + + + (%1s est hors ligne. Conversation impossible.) @@ -193,6 +197,10 @@ /répondre + + + + /démarrerlog @@ -626,6 +634,8 @@ Vous avez été déconnecté(e) car quelqu'un d'autre utilise déjà votre compte. #02 + + diff --git a/compiled/dat/KIGerman.loc b/compiled/dat/KIGerman.loc index 6b54673f..1feb622d 100644 --- a/compiled/dat/KIGerman.loc +++ b/compiled/dat/KIGerman.loc @@ -138,6 +138,10 @@ AN: + + + + (%1s ist offline und nicht für einen Chat verfügbar.) @@ -193,6 +197,10 @@ /antworten + + + + /protokollan @@ -628,6 +636,8 @@ Ihre Verbindung wurde getrennt, da Ihr Konto bereits benutzt wird. #02 + + diff --git a/compiled/dat/KIItalian.loc b/compiled/dat/KIItalian.loc index 8cb9364f..d2913e22 100644 --- a/compiled/dat/KIItalian.loc +++ b/compiled/dat/KIItalian.loc @@ -132,6 +132,10 @@ A: + + + + (%1s è offline e non può essere raggiunto in chat.) @@ -187,6 +191,10 @@ /reply + + + + /startlog @@ -588,6 +596,8 @@ + + diff --git a/compiled/dat/KISpanish.loc b/compiled/dat/KISpanish.loc index 171ec2ff..d769727c 100644 --- a/compiled/dat/KISpanish.loc +++ b/compiled/dat/KISpanish.loc @@ -132,6 +132,10 @@ A: + + + + (No puedo encontrar a "%1s" en ninguna de las listas de jugadores.) @@ -187,6 +191,10 @@ /responder + + + + /iniciar registro @@ -587,6 +595,8 @@ + + From 8550aa42143a07a4e147be8a1b15eaf4488f3f8a Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Tue, 12 Apr 2022 19:57:52 -0500 Subject: [PATCH 2/8] Apply wording suggestion, rework usage error text, and add partial German support --- compiled/dat/GlobalEnglish.loc | 62 ++++++++++++++++++++++++++++++++++ compiled/dat/GlobalGerman.loc | 62 ++++++++++++++++++++++++++++++++++ compiled/dat/KIEnglish.loc | 4 +-- compiled/dat/KIGerman.loc | 1 + 4 files changed, 127 insertions(+), 2 deletions(-) diff --git a/compiled/dat/GlobalEnglish.loc b/compiled/dat/GlobalEnglish.loc index 3498b219..d31e5bb5 100644 --- a/compiled/dat/GlobalEnglish.loc +++ b/compiled/dat/GlobalEnglish.loc @@ -48,6 +48,68 @@ Tokotah Alley + + + black + + + blue + + + brown + + + cyan + + + darkbrown + + + darkgreen + + + darkpurple + + + gray + + + green + + + magenta + + + maroon + + + navyblue + + + orange + + + pink + + + red + + + slateblue + + + steelblue + + + tan + + + white + + + yellow + + Folder of Age Journals diff --git a/compiled/dat/GlobalGerman.loc b/compiled/dat/GlobalGerman.loc index d563f1f7..f3606529 100644 --- a/compiled/dat/GlobalGerman.loc +++ b/compiled/dat/GlobalGerman.loc @@ -48,6 +48,68 @@ Tokotah-Straße + + + schwarz + + + blau + + + braun + + + zyan + + + dunkelbraun + + + dunkelgrün + + + lila + + + grau + + + grün + + + magenta + + + purpurrot + + + dunkelblau + + + orange + + + rosa + + + rot + + + himmelsblau + + + türkis + + + ocker + + + weiß + + + gelb + + Ordner der Welten-Journale diff --git a/compiled/dat/KIEnglish.loc b/compiled/dat/KIEnglish.loc index d02d67f0..d455588f 100644 --- a/compiled/dat/KIEnglish.loc +++ b/compiled/dat/KIEnglish.loc @@ -140,7 +140,7 @@ TO: - Text color now set to default color(s). + Text color reset to default color(s). Text color now set to %1s. @@ -730,7 +730,7 @@ #02 - You must specify a valid color name, a valid 3- or 6-character hexadecimal color, a triplet of decimal numbers between 0 and 1, or "default". + You must specify one of the following: a valid color name, a valid 3- or 6-character hexadecimal color, a set of three decimal numbers between 0 and 1, a set of three integers between 0 and 255, or "default". You must specify a folder to dump logs to diff --git a/compiled/dat/KIGerman.loc b/compiled/dat/KIGerman.loc index 1feb622d..99c683a0 100644 --- a/compiled/dat/KIGerman.loc +++ b/compiled/dat/KIGerman.loc @@ -198,6 +198,7 @@ /antworten + /textfarbe From 6de271a1f10f53d4c50f95846411bfa5b578fc26 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Wed, 13 Apr 2022 21:59:57 -0500 Subject: [PATCH 3/8] Rename some English color names for clarity, add French translations (from skyisblu), add more German translations (from dgelessus) --- compiled/dat/GlobalEnglish.loc | 4 +-- compiled/dat/GlobalFrench.loc | 62 ++++++++++++++++++++++++++++++++++ compiled/dat/GlobalSpanish.loc | 54 +++++++++++++++++++++++++++++ compiled/dat/KIFrench.loc | 5 +++ compiled/dat/KIGerman.loc | 4 +++ 5 files changed, 127 insertions(+), 2 deletions(-) diff --git a/compiled/dat/GlobalEnglish.loc b/compiled/dat/GlobalEnglish.loc index d31e5bb5..419be814 100644 --- a/compiled/dat/GlobalEnglish.loc +++ b/compiled/dat/GlobalEnglish.loc @@ -95,10 +95,10 @@ red - slateblue + skyblue - steelblue + teal tan diff --git a/compiled/dat/GlobalFrench.loc b/compiled/dat/GlobalFrench.loc index d4e3a713..19a34d81 100644 --- a/compiled/dat/GlobalFrench.loc +++ b/compiled/dat/GlobalFrench.loc @@ -48,6 +48,68 @@ Allée Tokotah + + + noir + + + bleu + + + marron + + + cyan + + + brunfoncé + + + vertforêt + + + violet + + + gris + + + vert + + + magenta + + + pourpre + + + bleumarin + + + orange + + + rose + + + rouge + + + bleuciel + + + turquoise + + + beige + + + blanc + + + jaune + + Dossiers des journaux d'Âges diff --git a/compiled/dat/GlobalSpanish.loc b/compiled/dat/GlobalSpanish.loc index 2693763f..40e84315 100644 --- a/compiled/dat/GlobalSpanish.loc +++ b/compiled/dat/GlobalSpanish.loc @@ -60,6 +60,60 @@ Usuario definido + + + negro + + + azul + + + marrón + + + + + + + verdeoscuro + + + + + gris + + + verde + + + magenta + + + + + + + naranja + + + rosa + + + rojo + + + + + + + + + blanco + + + amarillo + + \%d/\%m/\%y diff --git a/compiled/dat/KIFrench.loc b/compiled/dat/KIFrench.loc index 34fc0e84..90f5a6a2 100644 --- a/compiled/dat/KIFrench.loc +++ b/compiled/dat/KIFrench.loc @@ -139,8 +139,10 @@ À : + Couleur du texte réinitialisée à la ou aux couleurs défaut. + Couleur du texte est définie à %1s. (%1s est hors ligne. Conversation impossible.) @@ -198,8 +200,10 @@ /répondre + /couleurtexte + défaut /démarrerlog @@ -636,6 +640,7 @@ #02 + Vous devez spécifier l'un des éléments suivants : un nom de couleur valide, un code couleur HEX valide de 3 ou 6 caractères, un ensemble de trois nombres décimaux compris entre 0 et 1, un ensemble de trois nombres entiers compris entre 0 et 255, ou "défaut". diff --git a/compiled/dat/KIGerman.loc b/compiled/dat/KIGerman.loc index 99c683a0..1cbd3b99 100644 --- a/compiled/dat/KIGerman.loc +++ b/compiled/dat/KIGerman.loc @@ -139,8 +139,10 @@ AN: + Textfarbe(n) auf Standard zurückgesetzt. + Textfarbe auf %1s geändert. (%1s ist offline und nicht für einen Chat verfügbar.) @@ -201,6 +203,7 @@ /textfarbe + standard /protokollan @@ -639,6 +642,7 @@ #02 + Die Textfarbe muss in einem der folgenden Formate angegeben werden: ein gültiger Farbname, eine gültige Hexadezimalfarbe aus 3 oder 6 Zeichen, drei Dezimalzahlen zwischen 0 und 1, drei Ganzzahlen zwischen 0 und 255, oder "Standard". From 2096124d003fc405aea05c764d0989c3adece837 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Wed, 13 Apr 2022 22:03:34 -0500 Subject: [PATCH 4/8] Fix GlobalSpanish.loc formatting using plLocalizationEditor --- compiled/dat/GlobalSpanish.loc | 108 ++++++++++++++++----------------- 1 file changed, 54 insertions(+), 54 deletions(-) diff --git a/compiled/dat/GlobalSpanish.loc b/compiled/dat/GlobalSpanish.loc index 40e84315..dd00339b 100644 --- a/compiled/dat/GlobalSpanish.loc +++ b/compiled/dat/GlobalSpanish.loc @@ -1,6 +1,60 @@ + + + negro + + + azul + + + marrón + + + + + + + verdeoscuro + + + + + gris + + + verde + + + magenta + + + + + + + naranja + + + rosa + + + rojo + + + + + + + + + blanco + + + amarillo + + Carpeta de documentación de las Eras @@ -60,60 +114,6 @@ Usuario definido - - - negro - - - azul - - - marrón - - - - - - - verdeoscuro - - - - - gris - - - verde - - - magenta - - - - - - - naranja - - - rosa - - - rojo - - - - - - - - - blanco - - - amarillo - - \%d/\%m/\%y From 5068c33a1b58e9c35a7df5d356c84ad2d8f4a882 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Thu, 14 Apr 2022 09:50:35 -0500 Subject: [PATCH 5/8] Adjust English and French color reset message for brevity, add Italian translations (by aurora and Korovev) --- compiled/dat/GlobalItalian.loc | 62 ++++++++++++++++++++++++++++++++++ compiled/dat/KIEnglish.loc | 2 +- compiled/dat/KIFrench.loc | 2 +- compiled/dat/KIItalian.loc | 5 +++ 4 files changed, 69 insertions(+), 2 deletions(-) diff --git a/compiled/dat/GlobalItalian.loc b/compiled/dat/GlobalItalian.loc index 6bbbd257..0a26744c 100644 --- a/compiled/dat/GlobalItalian.loc +++ b/compiled/dat/GlobalItalian.loc @@ -1,6 +1,68 @@ + + + nero + + + blu + + + marrone + + + ciano + + + marronescuro + + + verdescuro + + + violascuro + + + grigio + + + verde + + + magenta + + + bordeaux + + + blumarino + + + arancione + + + rosa + + + rosso + + + bluardesia + + + bluacciaio + + + beige + + + bianco + + + giallo + + Cartella dei Diari delle Età diff --git a/compiled/dat/KIEnglish.loc b/compiled/dat/KIEnglish.loc index d455588f..08584033 100644 --- a/compiled/dat/KIEnglish.loc +++ b/compiled/dat/KIEnglish.loc @@ -140,7 +140,7 @@ TO: - Text color reset to default color(s). + Text reset to default color(s). Text color now set to %1s. diff --git a/compiled/dat/KIFrench.loc b/compiled/dat/KIFrench.loc index 90f5a6a2..713b2ac9 100644 --- a/compiled/dat/KIFrench.loc +++ b/compiled/dat/KIFrench.loc @@ -139,7 +139,7 @@ À : - Couleur du texte réinitialisée à la ou aux couleurs défaut. + Texte réinitialisée à la ou aux couleurs défaut. Couleur du texte est définie à %1s. diff --git a/compiled/dat/KIItalian.loc b/compiled/dat/KIItalian.loc index d2913e22..a0ecc28c 100644 --- a/compiled/dat/KIItalian.loc +++ b/compiled/dat/KIItalian.loc @@ -133,8 +133,10 @@ A: + Testo reimpostato al/ai colore/i predefinito/i. + Colore del testo impostato a %1s. (%1s è offline e non può essere raggiunto in chat.) @@ -192,8 +194,10 @@ /reply + /coloretesto + predefinito /startlog @@ -597,6 +601,7 @@ + Devi specificare uno dei seguenti: un nome valido di colore, una sequenza esadecimale valida di 3 o 6 caratteri, un gruppo di tre numeri decimali tra 0 e 1, un gruppo di tre interi tra 0 e 255, o "predefinito". From 4b4e003ee6c713bff0f76661e93d38eee3e2e5ed Mon Sep 17 00:00:00 2001 From: ZarothYe <94947971+ZarothYe@users.noreply.github.com> Date: Thu, 14 Apr 2022 22:51:50 -0500 Subject: [PATCH 6/8] Apply suggestions from code review Co-authored-by: Adam Johnson --- compiled/dat/GlobalSpanish.loc | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/compiled/dat/GlobalSpanish.loc b/compiled/dat/GlobalSpanish.loc index dd00339b..1d184ac2 100644 --- a/compiled/dat/GlobalSpanish.loc +++ b/compiled/dat/GlobalSpanish.loc @@ -9,17 +9,15 @@ azul - marrón - - + café + cian verdeoscuro - - + morado gris @@ -29,12 +27,10 @@ magenta - - - - + granate + azulmarino - naranja + anaranjado rosa @@ -44,10 +40,8 @@ - - - - + verdeazulado + caféclaro blanco From 2749b542066b60e3f61e42254692993dd90b9eb1 Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Thu, 14 Apr 2022 23:59:56 -0500 Subject: [PATCH 7/8] Add valid color name list to command usage messages, fix Spanish loc elements and add simple command name and default arg, change English darkpurple to purple --- compiled/dat/GlobalEnglish.loc | 2 +- compiled/dat/GlobalSpanish.loc | 26 ++++++++++++++++++++------ compiled/dat/KIEnglish.loc | 2 +- compiled/dat/KIFrench.loc | 2 +- compiled/dat/KIGerman.loc | 2 +- compiled/dat/KIItalian.loc | 2 +- compiled/dat/KISpanish.loc | 3 +++ 7 files changed, 28 insertions(+), 11 deletions(-) diff --git a/compiled/dat/GlobalEnglish.loc b/compiled/dat/GlobalEnglish.loc index 419be814..e4ee0e5e 100644 --- a/compiled/dat/GlobalEnglish.loc +++ b/compiled/dat/GlobalEnglish.loc @@ -68,7 +68,7 @@ darkgreen - darkpurple + purple gray diff --git a/compiled/dat/GlobalSpanish.loc b/compiled/dat/GlobalSpanish.loc index 1d184ac2..835b5c10 100644 --- a/compiled/dat/GlobalSpanish.loc +++ b/compiled/dat/GlobalSpanish.loc @@ -11,13 +11,18 @@ café - cian + + cian + + caféoscuro verdeoscuro - morado + + morado + gris @@ -27,8 +32,12 @@ magenta - granate - azulmarino + + granate + + + azulmarino + anaranjado @@ -39,9 +48,14 @@ rojo + azulcielo + + + verdeazulado + + + caféclaro - verdeazulado - caféclaro blanco diff --git a/compiled/dat/KIEnglish.loc b/compiled/dat/KIEnglish.loc index 08584033..b707b634 100644 --- a/compiled/dat/KIEnglish.loc +++ b/compiled/dat/KIEnglish.loc @@ -730,7 +730,7 @@ #02 - You must specify one of the following: a valid color name, a valid 3- or 6-character hexadecimal color, a set of three decimal numbers between 0 and 1, a set of three integers between 0 and 255, or "default". + You must specify one of the following: a valid color name, a valid 3- or 6-character hexadecimal color, a set of three decimal numbers between 0 and 1, a set of three integers between 0 and 255, or "default". Valid color names are: black, blue, brown, cyan, darkbrown, darkgreen, purple, gray, green, magenta, maroon, navyblue, orange, pink, red, skyblue, teal, tan, white, and yellow. You must specify a folder to dump logs to diff --git a/compiled/dat/KIFrench.loc b/compiled/dat/KIFrench.loc index 713b2ac9..5b280d0a 100644 --- a/compiled/dat/KIFrench.loc +++ b/compiled/dat/KIFrench.loc @@ -640,7 +640,7 @@ #02 - Vous devez spécifier l'un des éléments suivants : un nom de couleur valide, un code couleur HEX valide de 3 ou 6 caractères, un ensemble de trois nombres décimaux compris entre 0 et 1, un ensemble de trois nombres entiers compris entre 0 et 255, ou "défaut". + Vous devez spécifier l'un des éléments suivants : un nom de couleur valide, un code couleur HEX valide de 3 ou 6 caractères, un ensemble de trois nombres décimaux compris entre 0 et 1, un ensemble de trois nombres entiers compris entre 0 et 255, ou "défaut". Les noms de couleurs valides sont : noir, bleu, marron, cyan, brunfoncé, vertforêt, violet, gris, vert, magenta, pourpre, bleumarin, orange, rose, rouge, bleuciel, turquoise, beige, blanc, et jaune. diff --git a/compiled/dat/KIGerman.loc b/compiled/dat/KIGerman.loc index 1cbd3b99..729dfe2c 100644 --- a/compiled/dat/KIGerman.loc +++ b/compiled/dat/KIGerman.loc @@ -642,7 +642,7 @@ #02 - Die Textfarbe muss in einem der folgenden Formate angegeben werden: ein gültiger Farbname, eine gültige Hexadezimalfarbe aus 3 oder 6 Zeichen, drei Dezimalzahlen zwischen 0 und 1, drei Ganzzahlen zwischen 0 und 255, oder "Standard". + Die Textfarbe muss in einem der folgenden Formate angegeben werden: ein gültiger Farbname, eine gültige Hexadezimalfarbe aus 3 oder 6 Zeichen, drei Dezimalzahlen zwischen 0 und 1, drei Ganzzahlen zwischen 0 und 255, oder "Standard". Die gültigen Farbnamen sind: schwarz, blau, braun, zyan, dunkelbraun, dunkelgrün, lila, grau, grün, magenta, purpurrot, orange, rosa, rot, himmelsblau, türkis, ocker, weiß, und gelb. diff --git a/compiled/dat/KIItalian.loc b/compiled/dat/KIItalian.loc index a0ecc28c..a077adf9 100644 --- a/compiled/dat/KIItalian.loc +++ b/compiled/dat/KIItalian.loc @@ -601,7 +601,7 @@ - Devi specificare uno dei seguenti: un nome valido di colore, una sequenza esadecimale valida di 3 o 6 caratteri, un gruppo di tre numeri decimali tra 0 e 1, un gruppo di tre interi tra 0 e 255, o "predefinito". + Devi specificare uno dei seguenti: un nome valido di colore, una sequenza esadecimale valida di 3 o 6 caratteri, un gruppo di tre numeri decimali tra 0 e 1, un gruppo di tre interi tra 0 e 255, o "predefinito". Nomi di colore validi sono: nero, blu, marrone, ciano, marronescuro, verdescuro, violascuro, grigio, verde, magenta, bordeaux, blumarino, arancione, rosa, rosso, bluardesia, bluacciaio, beige, bianco, e giallo diff --git a/compiled/dat/KISpanish.loc b/compiled/dat/KISpanish.loc index d769727c..e3d5218d 100644 --- a/compiled/dat/KISpanish.loc +++ b/compiled/dat/KISpanish.loc @@ -192,8 +192,10 @@ /responder + /colortexto + predeterminado /iniciar registro @@ -596,6 +598,7 @@ + Los nombres de colores válidos son: negro, azul, café, cian, caféoscuro, verdeoscuro, morado, gris, verde, magenta, granate, azulmarino, anaranjado, rosa, rojo, azulcielo, verdeazulado, caféclaro, blanco, y amarillo. From 19b4fb08c95875d07829c2b0154fe0308f86270d Mon Sep 17 00:00:00 2001 From: ZarothYe Date: Fri, 15 Apr 2022 15:17:47 -0500 Subject: [PATCH 8/8] Adjust grammar and a couple translated colors --- compiled/dat/GlobalGerman.loc | 2 +- compiled/dat/GlobalItalian.loc | 2 +- compiled/dat/KIFrench.loc | 2 +- compiled/dat/KIGerman.loc | 2 +- compiled/dat/KIItalian.loc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/compiled/dat/GlobalGerman.loc b/compiled/dat/GlobalGerman.loc index f3606529..5f969c55 100644 --- a/compiled/dat/GlobalGerman.loc +++ b/compiled/dat/GlobalGerman.loc @@ -95,7 +95,7 @@ rot - himmelsblau + himmelblau türkis diff --git a/compiled/dat/GlobalItalian.loc b/compiled/dat/GlobalItalian.loc index 0a26744c..394714cb 100644 --- a/compiled/dat/GlobalItalian.loc +++ b/compiled/dat/GlobalItalian.loc @@ -33,7 +33,7 @@ magenta - bordeaux + granata blumarino diff --git a/compiled/dat/KIFrench.loc b/compiled/dat/KIFrench.loc index 5b280d0a..668cb3a9 100644 --- a/compiled/dat/KIFrench.loc +++ b/compiled/dat/KIFrench.loc @@ -640,7 +640,7 @@ #02 - Vous devez spécifier l'un des éléments suivants : un nom de couleur valide, un code couleur HEX valide de 3 ou 6 caractères, un ensemble de trois nombres décimaux compris entre 0 et 1, un ensemble de trois nombres entiers compris entre 0 et 255, ou "défaut". Les noms de couleurs valides sont : noir, bleu, marron, cyan, brunfoncé, vertforêt, violet, gris, vert, magenta, pourpre, bleumarin, orange, rose, rouge, bleuciel, turquoise, beige, blanc, et jaune. + Vous devez spécifier l'un des éléments suivants : un nom de couleur valide, un code couleur HEX valide de 3 ou 6 caractères, un ensemble de trois nombres décimaux compris entre 0 et 1, un ensemble de trois nombres entiers compris entre 0 et 255, ou "défaut". Les noms des couleurs valides sont : noir, bleu, marron, cyan, brunfoncé, vertforêt, violet, gris, vert, magenta, pourpre, bleumarin, orange, rose, rouge, bleuciel, turquoise, beige, blanc, et jaune. diff --git a/compiled/dat/KIGerman.loc b/compiled/dat/KIGerman.loc index 729dfe2c..e138ee48 100644 --- a/compiled/dat/KIGerman.loc +++ b/compiled/dat/KIGerman.loc @@ -642,7 +642,7 @@ #02 - Die Textfarbe muss in einem der folgenden Formate angegeben werden: ein gültiger Farbname, eine gültige Hexadezimalfarbe aus 3 oder 6 Zeichen, drei Dezimalzahlen zwischen 0 und 1, drei Ganzzahlen zwischen 0 und 255, oder "Standard". Die gültigen Farbnamen sind: schwarz, blau, braun, zyan, dunkelbraun, dunkelgrün, lila, grau, grün, magenta, purpurrot, orange, rosa, rot, himmelsblau, türkis, ocker, weiß, und gelb. + Die Textfarbe muss in einem der folgenden Formate angegeben werden: ein gültiger Farbname, eine gültige Hexadezimalfarbe aus 3 oder 6 Zeichen, drei Dezimalzahlen zwischen 0 und 1, drei Ganzzahlen zwischen 0 und 255, oder "Standard". Die gültigen Farbnamen sind: schwarz, blau, braun, zyan, dunkelbraun, dunkelgrün, lila, grau, grün, magenta, purpurrot, orange, rosa, rot, himmelblau, türkis, ocker, weiß und gelb. diff --git a/compiled/dat/KIItalian.loc b/compiled/dat/KIItalian.loc index a077adf9..3105fafa 100644 --- a/compiled/dat/KIItalian.loc +++ b/compiled/dat/KIItalian.loc @@ -601,7 +601,7 @@ - Devi specificare uno dei seguenti: un nome valido di colore, una sequenza esadecimale valida di 3 o 6 caratteri, un gruppo di tre numeri decimali tra 0 e 1, un gruppo di tre interi tra 0 e 255, o "predefinito". Nomi di colore validi sono: nero, blu, marrone, ciano, marronescuro, verdescuro, violascuro, grigio, verde, magenta, bordeaux, blumarino, arancione, rosa, rosso, bluardesia, bluacciaio, beige, bianco, e giallo + Devi specificare uno dei seguenti: un nome valido di colore, una sequenza esadecimale valida di 3 o 6 caratteri, un gruppo di tre numeri decimali tra 0 e 1, un gruppo di tre interi tra 0 e 255, o "predefinito". Nomi di colore validi sono: nero, blu, marrone, ciano, marronescuro, verdescuro, violascuro, grigio, verde, magenta, granata, blumarino, arancione, rosa, rosso, bluardesia, bluacciaio, beige, bianco, e giallo.