diff options
author | Thomas Knepper <thknepper@gmx.de> | 2014-04-09 11:17:53 +0200 |
---|---|---|
committer | Thomas Knepper <thknepper@gmx.de> | 2014-04-09 11:17:53 +0200 |
commit | 1f8ad0577fcab7cd6a4b43b6935ec4f3d5dbf884 (patch) | |
tree | 37e51646828d6e4acad3fccdcd911e5e02606be6 /res | |
parent | 035d49df7ee3c9947e48f5c552618fd67d4bd990 (diff) | |
download | dsub-1f8ad0577fcab7cd6a4b43b6935ec4f3d5dbf884.tar.gz dsub-1f8ad0577fcab7cd6a4b43b6935ec4f3d5dbf884.tar.bz2 dsub-1f8ad0577fcab7cd6a4b43b6935ec4f3d5dbf884.zip |
Revert "Use resource string instead of hard code"
This reverts commit 8d31d2edebd352b12693914516351399ae3f965d.
Diffstat (limited to 'res')
-rw-r--r-- | res/values-de/strings.xml | 2 | ||||
-rw-r--r-- | res/values/strings.xml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index ce60bb59..3d324cbc 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -198,8 +198,6 @@ <string name="download.downloading_summary_expanded">Aktuell: %1$s
\nGeschätzte Größe: %2$s</string>
<string name="download.failed_to_load">Laden fehlgeschlagen</string>
- <string name="download.title_now_playing">Aktuelles Lied</string>
- <string name="download.title_downloading">Aktive Downloads</string>
<string name="sync.title">DSub: Neue Medien verfügbar</string>
<string name="sync.new_podcasts">Neuer Podcast: %s</string>
diff --git a/res/values/strings.xml b/res/values/strings.xml index a7f5c2f6..87c7c8e0 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -198,8 +198,6 @@ <string name="download.downloading_summary_expanded">Current: %1$s
\nEstimated Size: %2$s</string>
<string name="download.failed_to_load">Failed to load</string>
- <string name="download.title_now_playing">Now Playing</string>
- <string name="download.title_downloading">Downloading</string>
<string name="sync.title">DSub: New media is available</string>
<string name="sync.new_podcasts">New podcasts: %s</string>
|