summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2009-11-12 18:46:14 -0800
committerJean-Baptiste Queru <jbq@google.com>2009-11-12 18:46:14 -0800
commitcf79a11f9fee88daf48aa71b1d521fc5e07bf839 (patch)
treeefc617bf851c98b42b699d414ee48831d26631b3 /res/values/strings.xml
parent89d4bc914ba0250e8d7a3c216e466799a985dd16 (diff)
downloadandroid_packages_providers_DownloadProvider-cf79a11f9fee88daf48aa71b1d521fc5e07bf839.tar.gz
android_packages_providers_DownloadProvider-cf79a11f9fee88daf48aa71b1d521fc5e07bf839.tar.bz2
android_packages_providers_DownloadProvider-cf79a11f9fee88daf48aa71b1d521fc5e07bf839.zip
eclair snapshot
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index e8abf5f5..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>
@@ -51,7 +51,7 @@
system applications but aren't necessary for regular applications
that just initiate plain downloads. -->
<string name="permdesc_downloadManagerAdvanced">Allows the application to
- access the download manager's advanced functions.
+ access the download manager\'s advanced functions.
Malicious applications can use this to disrupt downloads and access
private information.</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.