From 21b766bf96d780eb7b9c446daa66eaa8f8accfad Mon Sep 17 00:00:00 2001 From: Jose Riha Date: Thu, 23 Nov 2017 10:05:13 +0100 Subject: [PATCH] Add Slovak translation (#136) --- workspace/TS100/src/Translation.c | 35 +++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/workspace/TS100/src/Translation.c b/workspace/TS100/src/Translation.c index 3555b830..c4709083 100644 --- a/workspace/TS100/src/Translation.c +++ b/workspace/TS100/src/Translation.c @@ -245,6 +245,41 @@ const char* SleepingAdvancedString = "Ruhemodus...";// <=17 chars const char* WarningSimpleString = "HEIß";//Must be <= 4 chars const char* WarningAdvancedString = "Achtung! Spitze Heiß!"; +const char SettingTrueChar = 'T'; +const char SettingFalseChar = 'F'; +const char SettingRightChar = 'R'; +const char SettingLeftChar = 'L'; +const char SettingAutoChar = 'A'; +#endif +#ifdef LANG_SK +const char* SettingsLongNames[16] = { + /*These are all the help text for all the settings.*/ + /*No requirements on spacing or length*/ + "Zdroj napatia. Nastavit napatie pre vypnutie (cutoff) ", + "Kludova teplota (v nastavenych jednotkach)", + "Kludovy rezim po ", + "Cas na vypnutie ", + "Citlivost detekcie pohybu <0=Vyp, 1=Min ... 9=Max>", + "Jednotky merania teploty ", + "Zobrazit detailne informacie v kludovom rezime ", //Detailed Information + "Orientacia displeja ", + "Povolit tlacidlo pre prudky nahrev ", + "Cielova teplota pre prudky nahrev (v nastavenych jednotkach)", + "Pri starte spustit rezim spajkovania ", + "Blikanie ukazovatela teploty pocas chladnutia hrotu " + "Kalibracia posunu hrotu",//Calibrate Tip + "Tovarenske nastavenia",//Reset Settings + "Kalibracia VIN. Kratke stlacenie meni nastavenie, dlhe stlacenie pre navrat",//VIN Cal + "Zobrazenie detailov pocas spajkovania ",//ADV SLD +}; + +const char* SettingsCalibrationWarning = "Najprv sa prosim uistite, ze hrot ma izbovu teplotu!"; +const char* UVLOWarningString = "LOW VOLT";//Fixed width 8 chars +const char* SleepingSimpleString = "Chrr";// Must be <= 4 chars +const char* SleepingAdvancedString = "Kludovy rezim...";// <=17 chars +const char* WarningSimpleString = "HOT!";//Must be <= 4 chars +const char* WarningAdvancedString = "Pozor! Hrot je horuci!"; + const char SettingTrueChar = 'T'; const char SettingFalseChar = 'F'; const char SettingRightChar = 'R';