Merge pull request #659 from MCelliotG/main
This commit is contained in:
+2
-2
@@ -110,7 +110,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
||||
case 3: // Monochrome theme
|
||||
PrimaryColor = White;
|
||||
PrimaryColorSmooth = Black;
|
||||
SecondaryColor = PureGrey;
|
||||
SecondaryColor = White;
|
||||
SecondaryColorSmooth = Black;
|
||||
FrameColor = GreenGrey;
|
||||
GreyoutColor = PaleGrey;
|
||||
@@ -127,7 +127,7 @@ void doTheme() { // Use this to put your own colors in: http://www.barth-dev.de
|
||||
StereoColorSmooth = Black;
|
||||
RDSColor = White;
|
||||
RDSColorSmooth = Black;
|
||||
RDSDropoutColor = PureGrey;
|
||||
RDSDropoutColor = PaleGrey;
|
||||
RDSDropoutColorSmooth = Black;
|
||||
BarSignificantColor = Red;
|
||||
BarInsignificantColor = Green;
|
||||
|
||||
+4
-4
@@ -1423,7 +1423,7 @@ static const char* const myLanguage[18][282] PROGMEM = {
|
||||
"Αποφυγή διπλού PI", // 278
|
||||
"Εύρος", // 279
|
||||
"Πλήρης", // 280
|
||||
"Wait time on\nsignal only" // 281
|
||||
"Αναμονή μόνο σε\nυπάρξη σήματος" // 281
|
||||
},
|
||||
|
||||
{ "Română", // Romanian
|
||||
@@ -2843,7 +2843,7 @@ static const char* const myLanguage[18][282] PROGMEM = {
|
||||
"Prévenir double PI", // 278
|
||||
"Plage", // 279
|
||||
"Complet", // 280
|
||||
"Wait time on\nsignal only" // 281
|
||||
"Attendre que lorsque\nle signal existe" // 281
|
||||
|
||||
},
|
||||
|
||||
@@ -4832,7 +4832,7 @@ static const char* const myLanguage[18][282] PROGMEM = {
|
||||
"Prevenir doble PI", // 278
|
||||
"Rango", // 279
|
||||
"Completo", // 280
|
||||
"Wait time on\nsignal only" // 281
|
||||
"Tiempo de espera\ncuando la señal" // 281
|
||||
|
||||
},
|
||||
|
||||
@@ -5117,7 +5117,7 @@ static const char* const myLanguage[18][282] PROGMEM = {
|
||||
"Prevenir PI duplo", // 278
|
||||
"Intervalo", // 279
|
||||
"Completo", // 280
|
||||
"Wait time on\nsignal only" // 281
|
||||
"Espera tempo apenas\nquando sinal" // 281
|
||||
}
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user