locals: add locale for timeshift record duration

This commit is contained in:
[CST] Focus
2014-03-11 15:51:24 +04:00
parent 87d5f4feb9
commit cc6848624a
3 changed files with 8 additions and 2 deletions

View File

@@ -431,6 +431,7 @@ typedef enum
LOCALE_EXTRA_MENU_LEFT_EXIT,
LOCALE_EXTRA_NORTH,
LOCALE_EXTRA_RECORD_TIME,
LOCALE_EXTRA_RECORD_TIME_TS,
LOCALE_EXTRA_ROTOR_SWAP,
LOCALE_EXTRA_ROUNDED_CORNERS,
LOCALE_EXTRA_ROUNDED_CORNERS_OFF,
@@ -1091,6 +1092,7 @@ typedef enum
LOCALE_MENU_HINT_RECORD_STARTSTOP_MSG,
LOCALE_MENU_HINT_RECORD_TDIR,
LOCALE_MENU_HINT_RECORD_TIME,
LOCALE_MENU_HINT_RECORD_TIME_TS,
LOCALE_MENU_HINT_RECORD_TIMEAFTER,
LOCALE_MENU_HINT_RECORD_TIMEBEFORE,
LOCALE_MENU_HINT_RECORD_TIMER,

View File

@@ -431,6 +431,7 @@ const char * locale_real_names[] =
"extra.menu_left_exit",
"extra.north",
"extra.record_time",
"extra.record_time_ts",
"extra.rotor_swap",
"extra.rounded_corners",
"extra.rounded_corners_off",
@@ -1091,6 +1092,7 @@ const char * locale_real_names[] =
"menu.hint_record_startstop_msg",
"menu.hint_record_tdir",
"menu.hint_record_time",
"menu.hint_record_time_ts",
"menu.hint_record_timeafter",
"menu.hint_record_timebefore",
"menu.hint_record_timer",