From ad8e146cda0e80b45ffda7f8df11dd46c6de8c0d Mon Sep 17 00:00:00 2001 From: "[CST] Focus" Date: Mon, 10 Sep 2012 19:18:32 +0400 Subject: [PATCH] locals: add hint for rotor move voltage Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e1b5dde7d9cf89378335db315cb8d91e45127483 Author: [CST] Focus Date: 2012-09-10 (Mon, 10 Sep 2012) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- data/locale/english.locale | 1 + src/system/locals.h | 1 + src/system/locals_intern.h | 1 + 3 files changed, 3 insertions(+) diff --git a/data/locale/english.locale b/data/locale/english.locale index 98be2cca6..3219c99bb 100644 --- a/data/locale/english.locale +++ b/data/locale/english.locale @@ -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_manual Manual transponder scan using\nselected parameters 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_motorpos Select stored position number for\nthis satellite menu.hint_scan_nid Enter decimal network ID diff --git a/src/system/locals.h b/src/system/locals.h index 39ab0ca6d..fc39162e1 100644 --- a/src/system/locals.h +++ b/src/system/locals.h @@ -1003,6 +1003,7 @@ typedef enum LOCALE_MENU_HINT_SCAN_LONGITUDE, LOCALE_MENU_HINT_SCAN_MANUAL, LOCALE_MENU_HINT_SCAN_MOD, + LOCALE_MENU_HINT_SCAN_MOTOR_18V, LOCALE_MENU_HINT_SCAN_MOTOR_SPEED, LOCALE_MENU_HINT_SCAN_MOTORPOS, LOCALE_MENU_HINT_SCAN_NID, diff --git a/src/system/locals_intern.h b/src/system/locals_intern.h index 48c4d9a98..eedc2a634 100644 --- a/src/system/locals_intern.h +++ b/src/system/locals_intern.h @@ -1003,6 +1003,7 @@ const char * locale_real_names[] = "menu.hint_scan_longitude", "menu.hint_scan_manual", "menu.hint_scan_mod", + "menu.hint_scan_motor_18v", "menu.hint_scan_motor_speed", "menu.hint_scan_motorpos", "menu.hint_scan_nid",