mirror of
https://github.com/opentx/opentx.git
synced 2025-07-24 08:45:24 +03:00
Translations added. For information here is the command which allowes
these automatic changes: ../util/addtr.py TR_ENABLE_POPUP="Enable Popup" TR_DISABLE_POPUP="Disable Popup" TR_CURVE_PRESET="Preset..." TR_PRESET="Preset" TR_MIRROR="Mirror" TR_CLEAR="Clear" TR_RESET="Reset" TR_COPY_TRIMS_TO_OFS="Copy Trims To Offset" TR_CRITICALALARM
This commit is contained in:
parent
533f540c04
commit
bbc7302b89
13 changed files with 98 additions and 18 deletions
|
@ -3813,7 +3813,7 @@ void onLimitsMenu(const char *result)
|
||||||
ld->revert = false;
|
ld->revert = false;
|
||||||
ld->curve = 0;
|
ld->curve = 0;
|
||||||
}
|
}
|
||||||
else if (result == STR_COPY_TRIMS_TO_OFFSET) {
|
else if (result == STR_COPY_TRIMS_TO_OFS) {
|
||||||
copyTrimsToOffset(ch);
|
copyTrimsToOffset(ch);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3892,7 +3892,7 @@ void menuModelLimits(uint8_t event)
|
||||||
if (sub==k && m_posHorz < 0 && event==EVT_KEY_LONG(KEY_ENTER)) {
|
if (sub==k && m_posHorz < 0 && event==EVT_KEY_LONG(KEY_ENTER)) {
|
||||||
killEvents(event);
|
killEvents(event);
|
||||||
MENU_ADD_ITEM(STR_RESET);
|
MENU_ADD_ITEM(STR_RESET);
|
||||||
MENU_ADD_ITEM(STR_COPY_TRIMS_TO_OFFSET);
|
MENU_ADD_ITEM(STR_COPY_TRIMS_TO_OFS);
|
||||||
menuHandler = onLimitsMenu;
|
menuHandler = onLimitsMenu;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
|
|
@ -482,14 +482,14 @@ const pm_char STR_VIEW_TEXT[] PROGMEM = "View text";
|
||||||
const pm_char STR_CHANNELRANGE[] PROGMEM = TR_CHANNELRANGE;
|
const pm_char STR_CHANNELRANGE[] PROGMEM = TR_CHANNELRANGE;
|
||||||
const pm_char STR_LOWALARM[] PROGMEM = TR_LOWALARM;
|
const pm_char STR_LOWALARM[] PROGMEM = TR_LOWALARM;
|
||||||
const pm_char STR_CRITICALALARM[] PROGMEM = TR_CRITICALALARM;
|
const pm_char STR_CRITICALALARM[] PROGMEM = TR_CRITICALALARM;
|
||||||
const pm_char STR_ENABLE_POPUP[] PROGMEM = "Enable Popup";
|
const pm_char STR_ENABLE_POPUP[] PROGMEM = TR_ENABLE_POPUP;
|
||||||
const pm_char STR_DISABLE_POPUP[] PROGMEM = "Disable Popup";
|
const pm_char STR_DISABLE_POPUP[] PROGMEM = TR_DISABLE_POPUP;
|
||||||
const pm_char STR_CURVE_PRESET[] PROGMEM = "Preset...";
|
const pm_char STR_CURVE_PRESET[] PROGMEM = TR_CURVE_PRESET;
|
||||||
const pm_char STR_PRESET[] PROGMEM = "Preset";
|
const pm_char STR_PRESET[] PROGMEM = TR_PRESET;
|
||||||
const pm_char STR_MIRROR[] PROGMEM = "Mirror";
|
const pm_char STR_MIRROR[] PROGMEM = TR_MIRROR;
|
||||||
const pm_char STR_CLEAR[] PROGMEM = "Clear";
|
const pm_char STR_CLEAR[] PROGMEM = TR_CLEAR;
|
||||||
const pm_char STR_RESET[] PROGMEM = "Reset";
|
const pm_char STR_RESET[] PROGMEM = TR_RESET;
|
||||||
const pm_char STR_COPY_TRIMS_TO_OFFSET[] = "Copy Trims To Offset";
|
const pm_char STR_COPY_TRIMS_TO_OFS[] PROGMEM = TR_COPY_TRIMS_TO_OFS;
|
||||||
const pm_char STR_TOP_BAR[] PROGMEM = TR_TOP_BAR;
|
const pm_char STR_TOP_BAR[] PROGMEM = TR_TOP_BAR;
|
||||||
const pm_char STR_ALTITUDE[] PROGMEM = TR_ALTITUDE;
|
const pm_char STR_ALTITUDE[] PROGMEM = TR_ALTITUDE;
|
||||||
const pm_char STR_SCALE[] PROGMEM = "Scale";
|
const pm_char STR_SCALE[] PROGMEM = "Scale";
|
||||||
|
|
|
@ -658,14 +658,14 @@ extern const pm_char STR_VIEW_TEXT[];
|
||||||
extern const pm_char STR_CHANNELRANGE[];
|
extern const pm_char STR_CHANNELRANGE[];
|
||||||
extern const pm_char STR_LOWALARM[];
|
extern const pm_char STR_LOWALARM[];
|
||||||
extern const pm_char STR_CRITICALALARM[];
|
extern const pm_char STR_CRITICALALARM[];
|
||||||
extern const pm_char STR_ENABLE_POPUP[];
|
extern const pm_char STR_ENABLE_POPUP[];
|
||||||
extern const pm_char STR_DISABLE_POPUP[];
|
extern const pm_char STR_DISABLE_POPUP[];
|
||||||
extern const pm_char STR_CURVE_PRESET[];
|
extern const pm_char STR_CURVE_PRESET[];
|
||||||
extern const pm_char STR_PRESET[];
|
extern const pm_char STR_PRESET[];
|
||||||
extern const pm_char STR_MIRROR[];
|
extern const pm_char STR_MIRROR[];
|
||||||
extern const pm_char STR_CLEAR[];
|
extern const pm_char STR_CLEAR[];
|
||||||
extern const pm_char STR_RESET[];
|
extern const pm_char STR_RESET[];
|
||||||
extern const pm_char STR_COPY_TRIMS_TO_OFFSET[];
|
extern const pm_char STR_COPY_TRIMS_TO_OFS[];
|
||||||
extern const pm_char STR_TOP_BAR[];
|
extern const pm_char STR_TOP_BAR[];
|
||||||
extern const pm_char STR_ALTITUDE[];
|
extern const pm_char STR_ALTITUDE[];
|
||||||
extern const pm_char STR_SCALE[];
|
extern const pm_char STR_SCALE[];
|
||||||
|
|
|
@ -717,6 +717,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Rozsah kanálů"
|
#define TR_CHANNELRANGE INDENT "Rozsah kanálů"
|
||||||
#define TR_LOWALARM INDENT "Nízký Alarm"
|
#define TR_LOWALARM INDENT "Nízký Alarm"
|
||||||
#define TR_CRITICALALARM INDENT "Kritický Alarm"
|
#define TR_CRITICALALARM INDENT "Kritický Alarm"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
||||||
#define TR_PREFLIGHT "Předletová kontrola"
|
#define TR_PREFLIGHT "Předletová kontrola"
|
||||||
#define TR_CHECKLIST INDENT "Zobrazit poznámky"
|
#define TR_CHECKLIST INDENT "Zobrazit poznámky"
|
||||||
|
|
|
@ -717,6 +717,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Ausgangs Kanäle"
|
#define TR_CHANNELRANGE INDENT "Ausgangs Kanäle"
|
||||||
#define TR_LOWALARM INDENT "Low Alarm"
|
#define TR_LOWALARM INDENT "Low Alarm"
|
||||||
#define TR_CRITICALALARM INDENT "Kritisch Alarm"
|
#define TR_CRITICALALARM INDENT "Kritisch Alarm"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH INDENT "Speichern mAh"
|
#define TR_PERSISTENT_MAH INDENT "Speichern mAh"
|
||||||
#define TR_PREFLIGHT "Preflight Checks"
|
#define TR_PREFLIGHT "Preflight Checks"
|
||||||
#define TR_CHECKLIST INDENT "Display Checklist"
|
#define TR_CHECKLIST INDENT "Display Checklist"
|
||||||
|
|
|
@ -725,6 +725,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Channel Range"
|
#define TR_CHANNELRANGE INDENT "Channel Range"
|
||||||
#define TR_LOWALARM INDENT "Low Alarm"
|
#define TR_LOWALARM INDENT "Low Alarm"
|
||||||
#define TR_CRITICALALARM INDENT "Critical Alarm"
|
#define TR_CRITICALALARM INDENT "Critical Alarm"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
||||||
#define TR_PREFLIGHT "Preflight Checks"
|
#define TR_PREFLIGHT "Preflight Checks"
|
||||||
#define TR_CHECKLIST INDENT "Display Checklist"
|
#define TR_CHECKLIST INDENT "Display Checklist"
|
||||||
|
|
|
@ -715,6 +715,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Gama de canales"
|
#define TR_CHANNELRANGE INDENT "Gama de canales"
|
||||||
#define TR_LOWALARM INDENT "Alarma baja"
|
#define TR_LOWALARM INDENT "Alarma baja"
|
||||||
#define TR_CRITICALALARM INDENT "Alarma Critica"
|
#define TR_CRITICALALARM INDENT "Alarma Critica"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH INDENT "Valor mAh"
|
#define TR_PERSISTENT_MAH INDENT "Valor mAh"
|
||||||
#define TR_PREFLIGHT "Preflight Checks"
|
#define TR_PREFLIGHT "Preflight Checks"
|
||||||
#define TR_CHECKLIST INDENT "Display Checklist"
|
#define TR_CHECKLIST INDENT "Display Checklist"
|
||||||
|
|
|
@ -715,6 +715,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Channel Range"
|
#define TR_CHANNELRANGE INDENT "Channel Range"
|
||||||
#define TR_LOWALARM INDENT "Low Alarm"
|
#define TR_LOWALARM INDENT "Low Alarm"
|
||||||
#define TR_CRITICALALARM INDENT "Critical Alarm"
|
#define TR_CRITICALALARM INDENT "Critical Alarm"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
||||||
#define TR_PREFLIGHT "Preflight Checks"
|
#define TR_PREFLIGHT "Preflight Checks"
|
||||||
#define TR_CHECKLIST INDENT "Display Checklist"
|
#define TR_CHECKLIST INDENT "Display Checklist"
|
||||||
|
|
|
@ -722,6 +722,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Plage de canaux"
|
#define TR_CHANNELRANGE INDENT "Plage de canaux"
|
||||||
#define TR_LOWALARM INDENT "Alarme basse"
|
#define TR_LOWALARM INDENT "Alarme basse"
|
||||||
#define TR_CRITICALALARM INDENT "Alarme critique"
|
#define TR_CRITICALALARM INDENT "Alarme critique"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH TR(INDENT "Enr. mAh", INDENT "Enregistrer mAh")
|
#define TR_PERSISTENT_MAH TR(INDENT "Enr. mAh", INDENT "Enregistrer mAh")
|
||||||
#define TR_PREFLIGHT "Vérifications avant vol"
|
#define TR_PREFLIGHT "Vérifications avant vol"
|
||||||
#define TR_CHECKLIST INDENT "Afficher notes"
|
#define TR_CHECKLIST INDENT "Afficher notes"
|
||||||
|
|
|
@ -715,6 +715,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Numero Canali"
|
#define TR_CHANNELRANGE INDENT "Numero Canali"
|
||||||
#define TR_LOWALARM INDENT "Allarme Basso"
|
#define TR_LOWALARM INDENT "Allarme Basso"
|
||||||
#define TR_CRITICALALARM INDENT "Allarme Critico"
|
#define TR_CRITICALALARM INDENT "Allarme Critico"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
||||||
#define TR_PREFLIGHT "Preflight Checks"
|
#define TR_PREFLIGHT "Preflight Checks"
|
||||||
#define TR_CHECKLIST INDENT "Display Checklist"
|
#define TR_CHECKLIST INDENT "Display Checklist"
|
||||||
|
|
|
@ -715,6 +715,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Zakres kanału"
|
#define TR_CHANNELRANGE INDENT "Zakres kanału"
|
||||||
#define TR_LOWALARM INDENT "Alarm niski"
|
#define TR_LOWALARM INDENT "Alarm niski"
|
||||||
#define TR_CRITICALALARM INDENT "Alarm krytyczny"
|
#define TR_CRITICALALARM INDENT "Alarm krytyczny"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH INDENT "Zapisz mAh"
|
#define TR_PERSISTENT_MAH INDENT "Zapisz mAh"
|
||||||
#define TR_PREFLIGHT "Preflight Checks"
|
#define TR_PREFLIGHT "Preflight Checks"
|
||||||
#define TR_CHECKLIST INDENT "Display Checklist"
|
#define TR_CHECKLIST INDENT "Display Checklist"
|
||||||
|
|
|
@ -715,6 +715,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Channel Range"
|
#define TR_CHANNELRANGE INDENT "Channel Range"
|
||||||
#define TR_LOWALARM INDENT "Low Alarm"
|
#define TR_LOWALARM INDENT "Low Alarm"
|
||||||
#define TR_CRITICALALARM INDENT "Critical Alarm"
|
#define TR_CRITICALALARM INDENT "Critical Alarm"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
#define TR_PERSISTENT_MAH INDENT "Store mAh"
|
||||||
#define TR_PREFLIGHT "Preflight Checks"
|
#define TR_PREFLIGHT "Preflight Checks"
|
||||||
#define TR_CHECKLIST INDENT "Display Checklist"
|
#define TR_CHECKLIST INDENT "Display Checklist"
|
||||||
|
|
|
@ -717,6 +717,14 @@
|
||||||
#define TR_CHANNELRANGE INDENT "Kanalområde"
|
#define TR_CHANNELRANGE INDENT "Kanalområde"
|
||||||
#define TR_LOWALARM INDENT "Låg-alarm"
|
#define TR_LOWALARM INDENT "Låg-alarm"
|
||||||
#define TR_CRITICALALARM INDENT "Kritiskt alarm"
|
#define TR_CRITICALALARM INDENT "Kritiskt alarm"
|
||||||
|
#define TR_ENABLE_POPUP "Enable Popup"
|
||||||
|
#define TR_DISABLE_POPUP "Disable Popup"
|
||||||
|
#define TR_CURVE_PRESET "Preset..."
|
||||||
|
#define TR_PRESET "Preset"
|
||||||
|
#define TR_MIRROR "Mirror"
|
||||||
|
#define TR_CLEAR "Clear"
|
||||||
|
#define TR_RESET "Reset"
|
||||||
|
#define TR_COPY_TRIMS_TO_OFS "Copy Trims To Offset"
|
||||||
#define TR_PERSISTENT_MAH INDENT "Lagra mAh"
|
#define TR_PERSISTENT_MAH INDENT "Lagra mAh"
|
||||||
#define TR_PREFLIGHT "Startkontroller"
|
#define TR_PREFLIGHT "Startkontroller"
|
||||||
#define TR_CHECKLIST INDENT "Visa checklisa"
|
#define TR_CHECKLIST INDENT "Visa checklisa"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue