From b7b192d9e04e5d57a09536bb3fce1b6ab450dafa Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Tue, 4 Mar 2014 12:54:38 +0400 Subject: [PATCH] locals: add locale for rotor options menu hints Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/476f6f8da9994a3e38730327770325cfcf0b6f91 Author: [CST] Focus Date: 2014-03-04 (Tue, 04 Mar 2014) --- data/locale/english.locale | 2 ++ src/system/locals.h | 2 ++ src/system/locals_intern.h | 2 ++ 3 files changed, 6 insertions(+) diff --git a/data/locale/english.locale b/data/locale/english.locale index fc08b9c6b..378f2083b 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -1116,6 +1116,7 @@ menu.hint_scan_logical_hd If both SD and HD channel versions present\nput HD to menu.hint_scan_longitude Enter your longtitude menu.hint_scan_manual Manual transponder scan using\nselected parameters menu.hint_scan_mod Select transponder modulation +menu.hint_scan_motor Rotor options, satellite finder menu.hint_scan_motor_18v Use 18V when moving rotor menu.hint_scan_motor_speed Rotor moving speed in 1/10 degree\nper second menu.hint_scan_motorpos Select stored position number for this satellite,\nignored, if USALS enabled @@ -1140,6 +1141,7 @@ menu.hint_scan_start Start scan. You can use 'exit' button to stop menu.hint_scan_test Test signal for this transponder menu.hint_scan_tpselect Select transponder to scan menu.hint_scan_uncommited Select uncommited input for\nthis satellite +menu.hint_scan_usals USALS options menu.hint_scan_usals_repeat Repeat usals move rotor commands\nif you expirience unstable rotor move menu.hint_scan_usalsall Use USALS for all satellites on this frontend menu.hint_scan_useusals Use USALS for this satellite,\nif ON, rotor position ignored diff --git a/src/system/locals.h b/src/system/locals.h index 3e2f597c1..836d540f4 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -1143,6 +1143,7 @@ typedef enum LOCALE_MENU_HINT_SCAN_LONGITUDE, LOCALE_MENU_HINT_SCAN_MANUAL, LOCALE_MENU_HINT_SCAN_MOD, + LOCALE_MENU_HINT_SCAN_MOTOR, LOCALE_MENU_HINT_SCAN_MOTOR_18V, LOCALE_MENU_HINT_SCAN_MOTOR_SPEED, LOCALE_MENU_HINT_SCAN_MOTORPOS, @@ -1167,6 +1168,7 @@ typedef enum LOCALE_MENU_HINT_SCAN_TEST, LOCALE_MENU_HINT_SCAN_TPSELECT, LOCALE_MENU_HINT_SCAN_UNCOMMITED, + LOCALE_MENU_HINT_SCAN_USALS, LOCALE_MENU_HINT_SCAN_USALS_REPEAT, LOCALE_MENU_HINT_SCAN_USALSALL, LOCALE_MENU_HINT_SCAN_USEUSALS, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 4ee6d219e..5dee89ea9 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -1143,6 +1143,7 @@ const char * locale_real_names[] = "menu.hint_scan_longitude", "menu.hint_scan_manual", "menu.hint_scan_mod", + "menu.hint_scan_motor", "menu.hint_scan_motor_18v", "menu.hint_scan_motor_speed", "menu.hint_scan_motorpos", @@ -1167,6 +1168,7 @@ const char * locale_real_names[] = "menu.hint_scan_test", "menu.hint_scan_tpselect", "menu.hint_scan_uncommited", + "menu.hint_scan_usals", "menu.hint_scan_usals_repeat", "menu.hint_scan_usalsall", "menu.hint_scan_useusals",