aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authordaneren2005 <daneren2005@gmail.com>2014-04-09 10:04:22 -0700
committerdaneren2005 <daneren2005@gmail.com>2014-04-09 10:04:22 -0700
commitcb72a3331eb90166cbc882f722200f101e051e21 (patch)
tree493a5eb4a9778d511198a178d67662fc427c30f3 /AndroidManifest.xml
parent5b2c0aa9c2de27653537a37b1d29dd12acfc853f (diff)
parentbc4e3e8e40fe538bb765c0a92dd3635a6b13a36d (diff)
downloaddsub-cb72a3331eb90166cbc882f722200f101e051e21.tar.gz
dsub-cb72a3331eb90166cbc882f722200f101e051e21.tar.bz2
dsub-cb72a3331eb90166cbc882f722200f101e051e21.zip
Merge pull request #330 from thknepper/master
Replace hard-coded strings with resource strings, update german translation
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1028ad06..271b91b3 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -176,22 +176,22 @@
android:authorities="github.daneren2005.dsub.provider.DSubSearchProvider"/>
<provider android:name="github.daneren2005.dsub.provider.PlaylistStubProvider"
android:authorities="github.daneren2005.dsub.playlists.provider"
- android:label="Playlists"
+ android:label="@string/button_bar.playlists"
android:exported="false"
android:syncable="true"/>
<provider android:name="github.daneren2005.dsub.provider.PodcastStubProvider"
android:authorities="github.daneren2005.dsub.podcasts.provider"
- android:label="Podcasts"
+ android:label="@string/button_bar.podcasts"
android:exported="false"
android:syncable="true"/>
<provider android:name="github.daneren2005.dsub.provider.StarredStubProvider"
android:authorities="github.daneren2005.dsub.starred.provider"
- android:label="Starred"
+ android:label="@string/main.albums_starred"
android:exported="false"
android:syncable="true"/>
<provider android:name="github.daneren2005.dsub.provider.MostRecentStubProvider"
android:authorities="github.daneren2005.dsub.mostrecent.provider"
- android:label="MostRecent"
+ android:label="@string/provider.most_recent"
android:exported="false"
android:syncable="true"/>