aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/values
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-05-14 21:15:04 -0700
committerScott Jackson <daneren2005@gmail.com>2013-05-14 21:15:04 -0700
commita1c400ce131a361a03584e9078001ea30e1e23af (patch)
treeaf23e3fc3abc1fd4bffebb50975f6b44a02479d0 /subsonic-android/res/values
parent560bd50c221f2d88dd873aab8d96d5acec7309cb (diff)
downloaddsub-a1c400ce131a361a03584e9078001ea30e1e23af.tar.gz
dsub-a1c400ce131a361a03584e9078001ea30e1e23af.tar.bz2
dsub-a1c400ce131a361a03584e9078001ea30e1e23af.zip
Added Change Log dialog that runs on first load with a new version
Diffstat (limited to 'subsonic-android/res/values')
-rw-r--r--subsonic-android/res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml
index 26b59e79..21dd4b88 100644
--- a/subsonic-android/res/values/strings.xml
+++ b/subsonic-android/res/values/strings.xml
@@ -311,6 +311,13 @@
<string name="util.bytes_format.kilobyte">0 KB</string>
<string name="util.bytes_format.byte">0 B</string>
+ <string name="changelog_full_title">Change Log</string>
+ <string name="changelog_title">What\'s New</string>
+ <string name="changelog_ok_button">OK</string>
+ <string name="changelog_show_full">Moreā€¦</string>
+
+ <string name="changelog_version_format" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">Version <xliff:g id="version_name">%s</xliff:g></string>
+
<plurals name="select_album_n_songs">
<item quantity="zero">No songs</item>
<item quantity="one">One song</item>