summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values-de/cm_strings.xml4
-rw-r--r--res/values-nl/cm_strings.xml3
2 files changed, 5 insertions, 2 deletions
diff --git a/res/values-de/cm_strings.xml b/res/values-de/cm_strings.xml
index 0c702bc0..c37999fc 100644
--- a/res/values-de/cm_strings.xml
+++ b/res/values-de/cm_strings.xml
@@ -18,6 +18,6 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</string>
<string name="download_paused">Angehalten</string>
- <string name="download_paused_percent">Angehalten: <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
- <string name="download_queued_percent">In der Warteschlange: <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_paused_percent">Angehalten: <xliff:g id="number">%d</xliff:g> <xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">In der Warteschlange: <xliff:g id="number">%d</xliff:g> <xliff:g id="percent">%%</xliff:g></string>
</resources>
diff --git a/res/values-nl/cm_strings.xml b/res/values-nl/cm_strings.xml
index 9d6c3b84..b78bf07b 100644
--- a/res/values-nl/cm_strings.xml
+++ b/res/values-nl/cm_strings.xml
@@ -17,4 +17,7 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="download_speed_text"><xliff:g id="text">%1$s</xliff:g>, <xliff:g id="size" example="230 kB">%2$s</xliff:g>/s</string>
+ <string name="download_paused">Onderbroken</string>
+ <string name="download_paused_percent">Onderbroken, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+ <string name="download_queued_percent">In de wachtrij, <xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
</resources>