aboutsummaryrefslogtreecommitdiff
path: root/usbtuner-res/values
diff options
context:
space:
mode:
authorNick Chalko <nchalko@google.com>2016-10-26 14:03:09 -0700
committerNick Chalko <nchalko@google.com>2016-10-31 10:36:49 -0700
commitd41f0075a7d2ea826204e81fcec57d0aa57171a9 (patch)
treecb30cfbafd80e01d314868cdc36e783d39981119 /usbtuner-res/values
parent5e0ec06a797e3497da94390c63c7072de442695b (diff)
downloadTV-d41f0075a7d2ea826204e81fcec57d0aa57171a9.tar.gz
Sync to ub-tv-killing at 6f6e46557accb62c9548e4177d6005aa944dbf33
Change-Id: I873644d6d9d0110c981ef6075cb4019c16bbb94b
Diffstat (limited to 'usbtuner-res/values')
-rw-r--r--usbtuner-res/values/strings.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/usbtuner-res/values/strings.xml b/usbtuner-res/values/strings.xml
index 51bbc55e..e3a8586d 100644
--- a/usbtuner-res/values/strings.xml
+++ b/usbtuner-res/values/strings.xml
@@ -42,9 +42,9 @@
found across application versions, hence a user is required to rescan the channels -->
<string name="ut_rescan_needed">Tuner software has been recently updated. Please re-scan the
channels.</string>
- <!-- Message that says audio of the current channel is not available due to TV device
- lacking the support of the feature AC3 audio passthrough -->
- <string name="ut_ac3_passthrough_unavailable">AC3 audio not available</string>
+ <!-- Message that says audio of the current channel is not available due to surround sound
+ of TV device disabled -->
+ <string name="ut_surround_sound_disabled">Enable surround sound in system sound settings to enable audio</string>
<!-- Usb Tuner setup common UI breadcrumb -->
<string name="ut_setup_breadcrumb">Channel tuner setup</string>
<!-- Title for TV Tuner main setup menu when no channel exists -->
@@ -111,6 +111,9 @@
<string name="ut_channel_scan">USB channel tuner setup</string>
<!-- Message that says channel is not yet scanned during channel scanning process -->
<string name="ut_channel_scan_time">This may take several minutes</string>
+ <!-- Message that says Tuner is not available -->
+ <string name="ut_channel_scan_tuner_unavailable">Tuner is temporarily not available or already
+ used by recording.</string>
<!-- Message that says channels are found during channel scanning process -->
<plurals name="ut_channel_scan_message">
<item quantity="one">%1$d channel found</item>
@@ -167,4 +170,4 @@
<!-- Message when usb tuner device is unplugged. [CHAR LIMIT=NONE] -->
<string name="msg_usb_device_detached">USB TV tuner disconnected.</string>
-</resources> \ No newline at end of file
+</resources>