mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 01:41:23 +02:00
port: use own modules for record and network setup
- changes on locales - moved functions int safe_mkdir() and int check_dir from neutrino.cpp into settings_helper.cpp/ - /gui/makefile.am: added network_setup.cpp and record_setup.cpp - small whitespace clean ups and useles comments removed - TODO: Filename Templates in record settings git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@958 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -796,11 +796,15 @@ const char *locale_real_names[] = {
|
||||
"movieplayer.vlchelp8",
|
||||
"movieplayer.vlchelp9",
|
||||
"movieplayer.wrongvlcversion",
|
||||
"networkmenu.apply_settings",
|
||||
"networkmenu.apply_settings_now",
|
||||
"networkmenu.broadcast",
|
||||
"networkmenu.dhcp",
|
||||
"networkmenu.error_no_address",
|
||||
"networkmenu.gateway",
|
||||
"networkmenu.head",
|
||||
"networkmenu.hostname",
|
||||
"networkmenu.inactive_network",
|
||||
"networkmenu.ipaddress",
|
||||
"networkmenu.mount",
|
||||
"networkmenu.nameserver",
|
||||
@@ -813,6 +817,7 @@ const char *locale_real_names[] = {
|
||||
"networkmenu.ntpserver_hint1",
|
||||
"networkmenu.ntpserver_hint2",
|
||||
"networkmenu.ntptitle",
|
||||
"networkmenu.reset_settings_now",
|
||||
"networkmenu.setupnow",
|
||||
"networkmenu.setuponstartup",
|
||||
"networkmenu.show",
|
||||
@@ -846,6 +851,8 @@ const char *locale_real_names[] = {
|
||||
"nvodselector.subservice",
|
||||
"options.default",
|
||||
"options.fb",
|
||||
"options.ntp_off",
|
||||
"options.ntp_on",
|
||||
"options.null",
|
||||
"options.off",
|
||||
"options.on",
|
||||
@@ -927,6 +934,7 @@ const char *locale_real_names[] = {
|
||||
"recordingmenu.no_scart",
|
||||
"recordingmenu.off",
|
||||
"recordingmenu.record_in_spts_mode",
|
||||
"recordingmenu.record_is_running",
|
||||
"recordingmenu.recording_type",
|
||||
"recordingmenu.ringbuffers",
|
||||
"recordingmenu.save_in_channeldir",
|
||||
@@ -941,6 +949,7 @@ const char *locale_real_names[] = {
|
||||
"recordingmenu.stopsectionsd",
|
||||
"recordingmenu.stream_vtxt_pid",
|
||||
"recordingmenu.stream_pmt_pid",
|
||||
"recordingmenu.timeshift",
|
||||
"recordingmenu.use_fdatasync",
|
||||
"recordingmenu.use_o_sync",
|
||||
"recordingmenu.vcr",
|
||||
|
Reference in New Issue
Block a user