locals: add hint for rotor move voltage

Origin commit data
------------------
Branch: ni/coolstream
Commit: e1b5dde7d9
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-09-10 (Mon, 10 Sep 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-09-10 19:18:32 +04:00
parent b1f1858572
commit ad8e146cda
3 changed files with 3 additions and 0 deletions

View File

@@ -976,6 +976,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_longitude Enter your longtitude
menu.hint_scan_manual Manual transponder scan using\nselected parameters menu.hint_scan_manual Manual transponder scan using\nselected parameters
menu.hint_scan_mod Select transponder modulation menu.hint_scan_mod Select transponder modulation
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_motor_speed Rotor moving speed in 1/10 degree\nper second
menu.hint_scan_motorpos Select stored position number for\nthis satellite menu.hint_scan_motorpos Select stored position number for\nthis satellite
menu.hint_scan_nid Enter decimal network ID menu.hint_scan_nid Enter decimal network ID

View File

@@ -1003,6 +1003,7 @@ typedef enum
LOCALE_MENU_HINT_SCAN_LONGITUDE, LOCALE_MENU_HINT_SCAN_LONGITUDE,
LOCALE_MENU_HINT_SCAN_MANUAL, LOCALE_MENU_HINT_SCAN_MANUAL,
LOCALE_MENU_HINT_SCAN_MOD, LOCALE_MENU_HINT_SCAN_MOD,
LOCALE_MENU_HINT_SCAN_MOTOR_18V,
LOCALE_MENU_HINT_SCAN_MOTOR_SPEED, LOCALE_MENU_HINT_SCAN_MOTOR_SPEED,
LOCALE_MENU_HINT_SCAN_MOTORPOS, LOCALE_MENU_HINT_SCAN_MOTORPOS,
LOCALE_MENU_HINT_SCAN_NID, LOCALE_MENU_HINT_SCAN_NID,

View File

@@ -1003,6 +1003,7 @@ const char * locale_real_names[] =
"menu.hint_scan_longitude", "menu.hint_scan_longitude",
"menu.hint_scan_manual", "menu.hint_scan_manual",
"menu.hint_scan_mod", "menu.hint_scan_mod",
"menu.hint_scan_motor_18v",
"menu.hint_scan_motor_speed", "menu.hint_scan_motor_speed",
"menu.hint_scan_motorpos", "menu.hint_scan_motorpos",
"menu.hint_scan_nid", "menu.hint_scan_nid",