diff options
Diffstat (limited to 'packages/DocumentsUI/res/values-en-rIN/strings.xml')
-rw-r--r-- | packages/DocumentsUI/res/values-en-rIN/strings.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/DocumentsUI/res/values-en-rIN/strings.xml b/packages/DocumentsUI/res/values-en-rIN/strings.xml index 79805c1..7af8c4e 100644 --- a/packages/DocumentsUI/res/values-en-rIN/strings.xml +++ b/packages/DocumentsUI/res/values-en-rIN/strings.xml @@ -65,9 +65,11 @@ <item quantity="one">Copying <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item> </plurals> <string name="copy_preparing" msgid="3896202461003039386">"Preparing for copy…"</string> - <!-- no translation found for copy_error_notification_title (5267616889076217261) --> + <plurals name="copy_error_notification_title" formatted="false" msgid="5267616889076217261"> + <item quantity="other">Couldn\'t copy <xliff:g id="COUNT_1">%1$d</xliff:g> files</item> + <item quantity="one">Couldn\'t copy <xliff:g id="COUNT_0">%1$d</xliff:g> file</item> + </plurals> <string name="notification_touch_for_details" msgid="4483108577842961665">"Touch to view details"</string> <string name="retry" msgid="7564024179122207376">"Retry"</string> - <!-- no translation found for copy_failure_alert_content (3715575000297709082) --> - <skip /> + <string name="copy_failure_alert_content" msgid="3715575000297709082">"These files weren\'t copied: <xliff:g id="LIST">%1$s</xliff:g>"</string> </resources> |