timeshift: unify config keywords and locales

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6755b49e20
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-01-15 (Tue, 15 Jan 2019)

Origin message was:
------------------
- timeshift: unify config keywords and locales

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

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2019-01-15 23:39:10 +01:00
parent d64960d7de
commit 9ec8edc7ea
10 changed files with 52 additions and 38 deletions

View File

@@ -522,6 +522,13 @@ struct SNeutrinoSettings
std::string recording_filename_template;
int recording_already_found_check;
// timeshift
int timeshift_pause;
int timeshift_auto;
int timeshift_temp;
int timeshift_delete;
int timeshift_hours;
int filesystem_is_utf8;
// default plugin for ts-movieplayer (red button)
std::string movieplayer_plugin;
@@ -559,12 +566,7 @@ struct SNeutrinoSettings
int key_power_off;
int key_standby_off_add;
int menu_left_exit;
int timeshift_pause;
int auto_timeshift;
int temp_timeshift;
int auto_delete;
int record_hours;
int timeshift_hours;
int key_record;
int key_help;
int key_next43mode;