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