summaryrefslogtreecommitdiff
path: root/car-broadcastradio-support/res
diff options
context:
space:
mode:
authorTomasz Wasilczyk <twasilczyk@google.com>2018-05-03 12:56:04 -0700
committerTomasz Wasilczyk <twasilczyk@google.com>2018-05-07 11:10:54 -0700
commitf11da2ad7168c9f76518bac3bb63f9da9698109b (patch)
tree671b18652a4ce43475841c8a678f5aae060bc164 /car-broadcastradio-support/res
parentd1e574cb3fb8cac41085cc6daf4be528f3d66466 (diff)
downloadsystemlibs-f11da2ad7168c9f76518bac3bb63f9da9698109b.tar.gz
Extract car-broadcastradio-support lib from the radio app.
Bug: 75970985 Test: full build, flash and run radio app Change-Id: I5e1e6a9c392235a8eb30d5207d10d6adb0c063ee Merged-In: I5e1e6a9c392235a8eb30d5207d10d6adb0c063ee
Diffstat (limited to 'car-broadcastradio-support/res')
-rw-r--r--car-broadcastradio-support/res/values/strings.xml28
1 files changed, 28 insertions, 0 deletions
diff --git a/car-broadcastradio-support/res/values/strings.xml b/car-broadcastradio-support/res/values/strings.xml
new file mode 100644
index 0000000..229d701
--- /dev/null
+++ b/car-broadcastradio-support/res/values/strings.xml
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2018 The Android Open Source Project
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <!-- Text to denote the AM radio band. -->
+ <string name="radio_am_text">AM</string>
+
+ <!-- Text to denote the FM radio band. -->
+ <string name="radio_fm_text">FM</string>
+
+ <!-- Text to denote the list of programs (stations). -->
+ <string name="program_list_text">Stations</string>
+
+ <!-- Text to denote the list of favorite programs (stations). -->
+ <string name="favorites_list_text">Favorites</string>
+</resources>