summaryrefslogtreecommitdiff
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorRoberto Perez <robertoalexis@google.com>2018-05-04 18:54:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-05-04 18:54:44 +0000
commit214fcde1072c0aa31730f7960105d31cc403cfb8 (patch)
tree6fe5e3baa2a603d810abfddb66d2955bf09754ca /res/values/strings.xml
parentda82c06b85e1ee2b608c679b4cef4c353f481ecf (diff)
parent450c73a79e566f1c4a8758648525b457005e9f9a (diff)
downloadMedia-214fcde1072c0aa31730f7960105d31cc403cfb8.tar.gz
Merge "DO NOT MERGE Remember last browsed application and improving transitions." into pi-dev
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 84d60fd..bdc7e92 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -17,7 +17,7 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Music -->
<!-- Prompt text to display when the user hasn't picked any songs to play yet. [CHAR LIMIT=57]-->
- <string name="nothing_to_play">To play something, open the menu at the top left.</string>
+ <string name="nothing_to_play">This folder is empty.</string>
<!-- Prompt text to display when we failed to connect to a media app. [CHAR LIMIT=50]-->
<string name="cannot_connect_to_app"><xliff:g name="app">%s</xliff:g> doesn\'t seem to be working right now.</string>
<!-- Prompt text to display when connecting to a media app. [CHAR LIMIT=50] -->
@@ -28,4 +28,6 @@
<string name="unknown_error">Something went wrong</string>
<!-- Text of the button displayed at the bottom of a media browse section to provide access to additional items. [CHAR LIMIT=100] -->
<string name="media_browse_more">More …</string>
+ <!-- Media template title -->
+ <string name="media_app_title">Media</string>
</resources>