summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2009-08-27 17:26:16 -0700
committerEric Fischer <enf@google.com>2009-08-27 17:26:16 -0700
commit5761e46f88aa2f216d8d22288435c497153931c7 (patch)
treeb7d0b2b21f012c9d685db17c15c270730aad9e6b /res
parent28a3d53eca1fedf9b6ad5513db4bc1834e9d92fa (diff)
downloadandroid_packages_providers_DownloadProvider-5761e46f88aa2f216d8d22288435c497153931c7.tar.gz
android_packages_providers_DownloadProvider-5761e46f88aa2f216d8d22288435c497153931c7.tar.bz2
android_packages_providers_DownloadProvider-5761e46f88aa2f216d8d22288435c497153931c7.zip
Armor string format tokens with translation placeholders.
Change-Id: I39f5b8edf8af4fe5469ae42275dade1b753f696a
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 09dc66a4..f340c95a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<resources>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- This is the name of the Download Manager application. -->
<string name="app_label">Download Manager</string>
@@ -102,7 +102,7 @@
downloads beyond the first two, i.e. "[title], [title] and [n] more".
This is the " and [n] more" part, including the leading space, and it's
used regardless of the number of additional downloads. -->
- <string name="notification_filename_extras">" and %d more"</string>
+ <string name="notification_filename_extras">" and <xliff:g id="number" example="27">%d</xliff:g> more"</string>
<!-- When a download completes, a notification is displayed, and this
string is used to indicate that the download successfully completed.