From 23d920c759303602c2a6cde38983b2aa4dbb82c2 Mon Sep 17 00:00:00 2001 From: lado Date: Tue, 9 Jun 2015 14:07:14 +0200 Subject: StudioStructur --- vdrmanager/app/src/main/res/values/arrays.xml | 52 ++ vdrmanager/app/src/main/res/values/attrs.xml | 83 ++++ vdrmanager/app/src/main/res/values/backup.xml | 61 +++ vdrmanager/app/src/main/res/values/colors.xml | 12 + vdrmanager/app/src/main/res/values/defaults.xml | 39 ++ vdrmanager/app/src/main/res/values/integers.xml | 4 + .../app/src/main/res/values/no_translate.xml | 17 + .../app/src/main/res/values/preferences_keys.xml | 58 +++ vdrmanager/app/src/main/res/values/strings.xml | 539 +++++++++++++++++++++ vdrmanager/app/src/main/res/values/styles.xml | 103 ++++ vdrmanager/app/src/main/res/values/timers.xml | 15 + 11 files changed, 983 insertions(+) create mode 100644 vdrmanager/app/src/main/res/values/arrays.xml create mode 100644 vdrmanager/app/src/main/res/values/attrs.xml create mode 100644 vdrmanager/app/src/main/res/values/backup.xml create mode 100644 vdrmanager/app/src/main/res/values/colors.xml create mode 100644 vdrmanager/app/src/main/res/values/defaults.xml create mode 100644 vdrmanager/app/src/main/res/values/integers.xml create mode 100644 vdrmanager/app/src/main/res/values/no_translate.xml create mode 100644 vdrmanager/app/src/main/res/values/preferences_keys.xml create mode 100644 vdrmanager/app/src/main/res/values/strings.xml create mode 100644 vdrmanager/app/src/main/res/values/styles.xml create mode 100644 vdrmanager/app/src/main/res/values/timers.xml (limited to 'vdrmanager/app/src/main/res/values') diff --git a/vdrmanager/app/src/main/res/values/arrays.xml b/vdrmanager/app/src/main/res/values/arrays.xml new file mode 100644 index 0000000..d7f1344 --- /dev/null +++ b/vdrmanager/app/src/main/res/values/arrays.xml @@ -0,0 +1,52 @@ + + + + + url + wol + + + en + de + fr + it + uk + + + + EXT + EXTERN + + + + akas.imdb.com + imdb.com + uk.imdb.com + imdb.de + imdb.es + imdb.fr + imdb.it + imdb.pt + + + + + vdr-live + vdr-streamdev + vdr-smarttvweb + + + + most + last + + + progressive + has + hls + + + + + + \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/attrs.xml b/vdrmanager/app/src/main/res/values/attrs.xml new file mode 100644 index 0000000..dbd8d1a --- /dev/null +++ b/vdrmanager/app/src/main/res/values/attrs.xml @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vdrmanager/app/src/main/res/values/backup.xml b/vdrmanager/app/src/main/res/values/backup.xml new file mode 100644 index 0000000..35c7d97 --- /dev/null +++ b/vdrmanager/app/src/main/res/values/backup.xml @@ -0,0 +1,61 @@ + + + + Please wait... + Are you sure? + + + The operation was canceled. + No SD card is found. + Unable to import from SD card. + No file found in %1$s. + Importing from SD card... + Finished importing from SD card. + Unable to save to SD card. + Unable to create a directory on SD card. + Saving to SD card... + Finished saving to SD card. + + + Backup/Restore your data and settings + Backup now + Creates a snapshot of the current data and the settings + Writing all data and settings... + Restore now + Restore a snapshot of the settings and the data + + Backup + Restoring a backup from the SD card will overwrite all your current data and settings. + No backup found. + Reading all data and settings... + Select a backup to restore + settingsBackup + settingsBackupNow + settingsBackupRestore + Choose a backup file + + \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/colors.xml b/vdrmanager/app/src/main/res/values/colors.xml new file mode 100644 index 0000000..4a6db26 --- /dev/null +++ b/vdrmanager/app/src/main/res/values/colors.xml @@ -0,0 +1,12 @@ + + + + #000 + #fff + + #F00 + #008000 + #FFFF00 + #0000FF + + \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/defaults.xml b/vdrmanager/app/src/main/res/values/defaults.xml new file mode 100644 index 0000000..d78ad73 --- /dev/null +++ b/vdrmanager/app/src/main/res/values/defaults.xml @@ -0,0 +1,39 @@ + + + + + true + #FFFFFFFF + 0 + 3dp + false + #FFDDDDDD + 1dp + + 4dp + #FF6899FF + 1px + 1 + 7dp + 10dp + 5dp + #FFFFFFFF + true + #FFAAAAAA + 12dp + 5dp + 0dp + \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/integers.xml b/vdrmanager/app/src/main/res/values/integers.xml new file mode 100644 index 0000000..807a6a9 --- /dev/null +++ b/vdrmanager/app/src/main/res/values/integers.xml @@ -0,0 +1,4 @@ + + + 6419 + diff --git a/vdrmanager/app/src/main/res/values/no_translate.xml b/vdrmanager/app/src/main/res/values/no_translate.xml new file mode 100644 index 0000000..d416c8b --- /dev/null +++ b/vdrmanager/app/src/main/res/values/no_translate.xml @@ -0,0 +1,17 @@ + + + + wol + 6420 + + + TS + PES + ES + PS + + + key_vdr_stream_proxy + key_timezone + + \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/preferences_keys.xml b/vdrmanager/app/src/main/res/values/preferences_keys.xml new file mode 100644 index 0000000..1512b76 --- /dev/null +++ b/vdrmanager/app/src/main/res/values/preferences_keys.xml @@ -0,0 +1,58 @@ + + + + vdr_host + vdr_name + vdr_port + vdr_password + vdr_secure + stream_format + stream_port + + alive_check_enabled + alive_check_interval + + limit_channels + last_channel + + + timer_pre_start_buffer + timer_post_end_buffer + timer_default_priority + timer_default_primary_limit + timer_default_lifetime + + epg_search_times + key_current_vdr_id + + + key_streaming_password + key_streaming_username + key_vdr_encoding + + key_wakeup_enabled + key_wakeup_url + key_wakeup_user + key_wakeup_password + key_wakeup_method + key_wol_custom_broadcast + key_wakeup_wol_mac + + + key_enable_24h + key_channels_show_channel_numbers + key_gui_quit_on_back + key_qui_show_imdb_button + key_qui_show_omdb_button + key_qui_show_tmdb_button + key_qui_imdb_url + key_gui_custom_locale + + + key_conntimeout_key + key_vdr_readtimeout + key_vdr_timeout + + key_gui_max_recent_channels + key_clear_term_after_search + diff --git a/vdrmanager/app/src/main/res/values/strings.xml b/vdrmanager/app/src/main/res/values/strings.xml new file mode 100644 index 0000000..0fd460c --- /dev/null +++ b/vdrmanager/app/src/main/res/values/strings.xml @@ -0,0 +1,539 @@ + + + + Channels + Timers + Recordings + EPG list + EPG search + Wakeup + Remote + VDR-Manager + Show EPG + Live stream + Hide + Hide permanent + Hide + Hide permanent + Group by + Group + Provider + Name + Source + By Channel + By Date + All Channels + Group by %1$s + Delete + Current: + \nCurrent: %1$s + <not set> + No connection + Connection aborted. + Retry + Refresh + Done + Share + Add to calendar + Reruns + Share EPG Entry + About "VDR-Manager" Software for Android\n + This is Version %1$s\n + If you have a VDR at home reachable + over the internet and own a mobile phone running Android then you possibly find this program useful. + For further details visit http://projects.vdr-developer.org/projects/vdr-manager/wiki. + Author:\n + bju<herrlado@gmail.com> + herrlado<herrlado@gmail.com> + About + No data connection + Update will start in one second + Search EPG + Search times + Create timer + Record + Delete timer + Modify timer + Enable timer + Disable timer + Nothing found… + An error occurred, check logs… + End + Beginning + Add time + Custom times + + + What\'s on at + Now + Next + Ad Hoc + Channel + Search results + + + Share + IMDb Search + OMDB Search + TMDb Search + Stream + Add timer + Modify timer + + + Search + %1$s min + %1$s/%2$s min + %1$s, %2$s/%3$s + EPG by channel + EPG Search + EPG Search: \'%1$s\' + EPG by time + EPG by time: \'%1$s\' + Search EPG + Search VDR EPG + %1$s, %2$s items + %1$s, %2$s/%3$s + New timer + The communication with VDR has caused an error: %1$s + Live TV + Needs streamdev-server on VDR and an external + player such as VPlayer + Streamformat + Streaming Port + Default 3000. The access must be enabled in + streamdevhosts.conf. + + + TS + PES + ES + PS + + + remux_enable + remux_command + remux_parameter + Stream + Choose Audio Track + via %s + as %s + Remux + Enable Remux + Enable streaming via remux (e.g. externremux.sh) + Command + Typically EXT or Extern e.g. http://vdr:3000/EXT/1 + Parameter + Control Streaming quality. E.g. http://vdr:3000/EXT;DSL1000/1 + Preferences + Info + Exit + Switch Device + Switch to… + Can not load selected device :( + Switched to %1$s + Define one or more VDR Devices. + VDR Devices + + + Network settings + VDR host + Host running VDR + VDR plugin port + Port for connections to VDR plugin + VDR plugin password + Password for the VDR plugin + Secure connect + Use SSL for connections + + + Channel settings + Limit channels + Use only given channels + Channel filter + Comma separated channelnumbers or ranges (separator \'-\'). A.e. 1,2,4-10 + + + Remote VDR host wakeup + Can remote wakeup VDR + Enables to remote wakeup the VDR host + URL for remote wakeup + URL for a request doing the wakeup + Wakeup user + User for remote wakeup + Wakeup password + Password for remote wakeup + Wakeup method + Choose a method to wakeup the vdr host + + + Call a URL + WOL + + + Destination IP address + Unless you have static ARP tables you should use some kind of broadcast address. + MAC-Address + MAC-Address of the VDR host. Use \':\' or \'-\' or a space as separator. + + + Timer defaults + Margin at start + Minutes recording starts before the beginning of + the broadcast + Margin at stop + Minutes recording stops after the end of the + broadcast + Default priority + Default priority + Default primary limit + Default primary limit + Default lifetime + Default lifetime + + + GUI Settings + Use 24-hour format + 13:00 + 1:00 PM + Show channel numbers + Show channel numbers in the channel list. + Quit on back button + Back button quits the VDR-Manager + Back button does not quit VDR-Manager + Show IMDb Button + IMDb Button is shown + IMDb Button is not shown + IMDb Site + Which IMDb site to search. + Show OMDB Button + OMDB Button is shown + OMDB Button is not shown + Show TMDb Button + TMDb Button is shown + TMDb Button is not shown + Custom language + Set a custom language. + + + International + imdb.com + uk.imdb.com + imdb.de + imdb.es + imdb.fr + imdb.it + imdb.pt + + + + + English + German + French + Italian + Ukrainian + + + EXT + EXTERN (deprecated) + + + Advanced + Advanced settings + Connection Timeout + How long (in seconds) to wait before the connection is established? + Read Timeout + How long (in seconds) to wait for every read line operation? + Total timeout + How long (in seconds) to wait for a whole I/O operation, before it gets aborted? + Streamdev password + Set your streamdev server password. (a.e. -a \'username:password\') + Streamdev username + Set your streamdev server username. (a.e. -a \'username:password\') + Character encoding + Character encoding of your VDR device. Default is utf-8. + New VDR + No VDR Devices + VDR devices + Device + Name + A name for this device + Delete this device? + Streaming of recordings + Streaming of recordings + Enable Streaming of recordings + + + live plugin + streamdev plugin + smarttvweb plugin + + + + + + Progressive + MPEG-DASH + Apple HLS + + + Streaming method + Currently Streaming over VDR live and or streamdev plugin is supported + VDR live plugin port + VDR live plugin has default port 8008. + + + Connecting… + Connection failed! + Connection timeout! + Login. + Login failed. + Loading EPG… + Loading timers… + Loading recordings… + Switching… + Loading channels… + Loading… + Disconnecting… + Initiating wakeup request… + Wakeup request sent + Error sending wakeup request: %1$s + Saving timer… + Deleting timer… + Deleting recording… + Enabling timer… + Updating timer… + Disabling timer… + Connection finished abnormal + Connection finished abnormal: %1$s + Loaded from cache. + Delete + Stream + Recent channels + No history… + Max. recent channels + How many channels should be kept in the recent channels? + Day + + + Every day + + + Never + + + ", " + Repeat + Use VPS: + Priority: + Lifetime: + e.g. 99 + e.g. 50 + %1$s (VPS) + Switch to + Switched to %s + Switching to %1$s failed: %2$s + Switch to + Sort + Sort by + Time + Channel + Alphabet + Chanellist + Clear Search History + VDR host not defined + Processing… + + + Mostly used + Last used + + + Time + Alphabet + + + Time + Alphabet + Channel + + + Channels + Alphabet + + + By Time + By Alphabet + + + Sort by last used or mostly used + Recent Channels Sorting + + + Group + Provider + Source + Name + + + Channels + EPG by Time + EPG by Channel + Recordings + Timers + Remote + + + Filter + Audio Tracks: %1$s + D + The time zone used on the server. It is important if you travel and modify timers from another time zone. + Select server time zone + Sort alphabetically + Sort by time zone + Probing %1$s … + No results… + Recording started + Set time + + + + + + Certificate warning + The server certificate was not accepted:\n\n +Hostname:\n + %1$s\n +Valid from:\n + %2$s\n +Valid until:\n + %3$s\n\n +What do you want to do? + Accept once + Accept forever + Abort + + + Movie/Drama + Detective/Thriller + Adventure/Western/War + Science Fiction/Fantasy/Horror + Comedy + Soap/Melodrama/Folkloric + Romance + Serious/Classical/Religious/Historical Movie/Drama + Adult Movie/Drama + News/Current Affairs + News/Weather Report + News Magazine + Documentary + Discussion/Inverview/Debate + Show/Game Show + Game Show/Quiz/Contest + Variety Show + Talk Show + Sports + Special Event + Sport Magazine + Football/Soccer + Tennis/Squash + Team Sports + Athletics + Motor Sport + Water Sport + Winter Sports + Equestrian + Martial Sports + Children\'s/Youth Programme + Pre-school Children\'s Programme + Entertainment Programme for 6 to 14 + Entertainment Programme for 10 to 16 + Informational/Educational/School Programme + Cartoons/Puppets + Music/Ballet/Dance + Rock/Pop + Serious/Classical Music + Folk/Tradional Music + Jazz + Musical/Opera + Ballet + Arts/Culture + Performing Arts + Fine Arts + Religion + Popular Culture/Traditional Arts + Literature + Film/Cinema + Experimental Film/Video + Broadcasting/Press + New Media + Arts/Culture Magazine + Fashion + Social/Political/Economics + Magazine/Report/Documentary + Economics/Social Advisory + Remarkable People + Education/Science/Factual + Nature/Animals/Environment + Technology/Natural Sciences + Medicine/Physiology/Psychology + Foreign Countries/Expeditions + Social/Spiritual Sciences + Further Education + Languages + Leisure/Hobbies + Tourism/Travel + Handicraft + Motoring + Fitness & Health + Cooking + Advertisement/Shopping + Gardening + Original Language + Black & White + Unpublished + Live Broadcast + + + type to filter + Free %1$s GB of %2$s GB (%3$s%%) + Drive + Sad + Search + Clear Term after Search + Search term remains after peforming search + Term gets cleared after performing search + Open navigation drawer + Close navigation drawer + Web search + VDR smarttvweb plugin has default port 8000 + Smarttvweb port + Smarttvweb Stream Type + Supported methods: \'Progressive\', \'MPEG-DASH \/ OIPF HAS\', \'Apple HLS\' + Remote Control + Shows the remote control view if enabled + Enable VDR remote control + SVDRP Port + Default is 6419 + Label + HITK Command + Reset + Export + Import + \'Back\' is \'Back\' HITK + Longpress on Back Button to leave the remote. + Not Yet Implemented + \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/styles.xml b/vdrmanager/app/src/main/res/values/styles.xml new file mode 100644 index 0000000..35644d4 --- /dev/null +++ b/vdrmanager/app/src/main/res/values/styles.xml @@ -0,0 +1,103 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/vdrmanager/app/src/main/res/values/timers.xml b/vdrmanager/app/src/main/res/values/timers.xml new file mode 100644 index 0000000..b091acd --- /dev/null +++ b/vdrmanager/app/src/main/res/values/timers.xml @@ -0,0 +1,15 @@ + + + + Title: + Channel: + Start: + End: + + Create timer + Save changes + Delete timer + + Create a new timer + Modify a timer + -- cgit v1.2.3