summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorChris Wren <cwren@android.com>2012-09-26 10:25:53 -0400
committerChris Wren <cwren@android.com>2012-09-26 11:52:00 -0400
commitb8235acb0fdc33c50e864ec801b93b9750d7600c (patch)
tree21222f984fc0a5653732609d35fb731beb76ef4c /res/values
parentcbbd63fc12c8e6bf4f329d82b4d101bf5e00643f (diff)
downloadandroid_packages_screensavers_PhotoTable-b8235acb0fdc33c50e864ec801b93b9750d7600c.tar.gz
android_packages_screensavers_PhotoTable-b8235acb0fdc33c50e864ec801b93b9750d7600c.tar.bz2
android_packages_screensavers_PhotoTable-b8235acb0fdc33c50e864ec801b93b9750d7600c.zip
refine handling of exceptional cases: no settings, network failure, load error.
Bug: 7194196 Bug: 7152553 Change-Id: I4335e46fe3a61a09ce3b14a02bb199a84126e53f
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d42b7cc..858d6c1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14,13 +14,30 @@
limitations under the License.
-->
<resources>
+ <!-- Name of the package of photo screensavers, shown in for Settings > Apps. [CHAR LIMIT=40] -->
<string name="app_name">Photo Screensavers</string>
+
+ <!-- Name of the Photo Table screensaver, which tosses photos onto a table. [CHAR LIMIT=40] -->
<string name="table_screensaver_name">Photo Table</string>
+
+ <!-- Name of the Photo Frame screensaver, which cross-fades between images. [CHAR LIMIT=40] -->
<string name="flipper_screensaver_name">Photo Frame</string>
+
+ <!-- Name of the album that contains all g+ post photos, copy from Gallery. -->
<string name="posts_album_name">Photos from Posts</string>
+
+ <!-- Name of the album that contains instant upload photos, copy from Gallery. -->
<string name="uploads_album_name">Instant Uploads</string>
+
+ <!-- Name for an album that doesn't seem to have any name at all. -->
<string name="unknown_album_name">Unnamed Album</string>
+
+ <!-- Name for photos baked into the app. -->
<string name="stock_photo_album_name">Stock Photos</string>
+
+ <!-- Name for photos that are stored on this device, copy from Gallery. -->
<string name="local_source_name">Photos on Device</string>
- <string name="stock_photo_thumbnail_url">https://lh4.googleusercontent.com/-Wd4RWlOXkSo/STt6r8uEJBI/AAAAAAAABJk/2An3QS-aD5c/s256/044_002.jpg</string>
+
+ <!-- Instruct the user to configure the screensaver in settings to see photos. -->
+ <string name="need_to_configure">No photos selected.</string>
</resources>