aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorThomas Knepper <thknepper@gmx.de>2014-04-05 15:52:00 +0200
committerThomas Knepper <thknepper@gmx.de>2014-04-05 15:52:00 +0200
commit45979d1fe67a75cf215060bacf57bd68411ab30f (patch)
tree10d5ed2f588a4119ebd09fba5db230c4b4c69d7f /res
parente2c0547795499cd29ae3dd0d850e4a521d72496f (diff)
downloaddsub-45979d1fe67a75cf215060bacf57bd68411ab30f.tar.gz
dsub-45979d1fe67a75cf215060bacf57bd68411ab30f.tar.bz2
dsub-45979d1fe67a75cf215060bacf57bd68411ab30f.zip
Use resource string instead of hard code
Diffstat (limited to 'res')
-rw-r--r--res/values-de/strings.xml3
-rw-r--r--res/values/strings.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index 96cca428..494ad2c4 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -21,7 +21,8 @@
<string name="common.play_external">Video abspielen</string>
<string name="common.stream_external">Video streamen</string>
<string name="common.confirm">Bestätigen</string>
- <string name="common.confirm_message">Wollen Sie %1$s %2$s?</string>
+ <string name="common.confirm_message">Wollen Sie %2$s %1$s?</string>
+ <string name="common.confirm_message_cache">den Cache</string>
<string name="common.empty">Nicht gefunden</string>
<string name="common.warning">Warnung</string>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5b2d9b15..a7f5c2f6 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -22,6 +22,7 @@
<string name="common.stream_external">Stream Video</string>
<string name="common.confirm">Confirm</string>
<string name="common.confirm_message">Do you want to %1$s %2$s?</string>
+ <string name="common.confirm_message_cache">cache</string>
<string name="common.empty">None found</string>
<string name="common.warning">Warning</string>