summaryrefslogtreecommitdiffstats
path: root/packages/DocumentsUI/res
diff options
context:
space:
mode:
authorTomasz Mikolajewski <mtomasz@google.com>2015-04-15 04:02:13 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-15 04:02:14 +0000
commit3b5adaaca1653969cb12befc5f2a6dda31c90605 (patch)
tree92652db059df5f151dfb497bb01eae3718aff63e /packages/DocumentsUI/res
parent738ed14290c06a9c19da4b61b5b57dad1b4208aa (diff)
parent61686593fd32babb6e86754ea5bfa6bc95cd3690 (diff)
downloadframeworks_base-3b5adaaca1653969cb12befc5f2a6dda31c90605.zip
frameworks_base-3b5adaaca1653969cb12befc5f2a6dda31c90605.tar.gz
frameworks_base-3b5adaaca1653969cb12befc5f2a6dda31c90605.tar.bz2
Merge "Add an initial version of the copy failure dialog to DocumentsUI."
Diffstat (limited to 'packages/DocumentsUI/res')
-rw-r--r--packages/DocumentsUI/res/values/strings.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/packages/DocumentsUI/res/values/strings.xml b/packages/DocumentsUI/res/values/strings.xml
index 2de3af9..062d433 100644
--- a/packages/DocumentsUI/res/values/strings.xml
+++ b/packages/DocumentsUI/res/values/strings.xml
@@ -126,5 +126,17 @@
</plurals>
<!-- Text shown on the copy notification while DocumentsUI performs setup in preparation for copying files [CHAR LIMIT=32] -->
<string name="copy_preparing">Preparing for copy\u2026</string>
-
+ <!-- Title of the copy error notification [CHAR LIMIT=48] -->
+ <plurals name="copy_error_notification_title">
+ <item quantity="one">Error copying <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
+ <item quantity="other">Error copying <xliff:g id="count" example="1">%1$d</xliff:g> files.</item>
+ </plurals>
+ <!-- Second line for notifications saying that more information will be shown after touching [CHAR LIMIT=48] -->
+ <string name="notification_touch_for_details">Touch to view details</string>
+ <!-- Label of a dialog button for retrying a failed operation [CHAR LIMIT=24] -->
+ <string name="retry">Retry</string>
+ <!-- Title of the copying failure alert dialog. [CHAR LIMIT=48] -->
+ <string name="copy_failure_alert_title">Error copying files</string>
+ <!-- Contents of the copying failure alert dialog. [CHAR LIMIT=48] -->
+ <string name="copy_failure_alert_content">Following files are not copied: <xliff:g id="list">%1$s</xliff:g></string>
</resources>