locals: add locale for rotor options menu hints

Origin commit data
------------------
Commit: 476f6f8da9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-03-04 (Tue, 04 Mar 2014)
This commit is contained in:
[CST] Focus
2014-03-04 12:54:38 +04:00
parent bd8ed0ffcd
commit b7b192d9e0
3 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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,

View File

@@ -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",