blob: 92dcee9c29d3724076b148fc127f6273783dc501 [file] [log] [blame]
Jeff Sharkeye22d02e2013-04-26 16:54:55 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Jeff Sharkeyc317af82013-07-01 16:56:54 -070017<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070018 <!-- Title of the documents application [CHAR LIMIT=32] -->
Steve McKay623cd132016-07-15 15:43:52 -070019 <string name="app_label">Files</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070020
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070021 <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070022 <string name="title_open">Open from</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070023 <!-- Action bar title prompting user to choose a location to save a document to [CHAR LIMIT=32] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070024 <string name="title_save">Save to</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070025
Garfield Tanb1f140c2016-09-21 10:54:54 -070026 <!-- Menu item that creates a new directory/folder at the current location [CHAR LIMIT=28] -->
Steve McKaye9809272015-10-01 11:39:24 -070027 <string name="menu_create_dir">New folder</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070028 <!-- Menu item that switches view to show documents as a large-format grid of thumbnails [CHAR LIMIT=28] -->
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070029 <string name="menu_grid">Grid view</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070030 <!-- Menu item that switches view to show documents as a list [CHAR LIMIT=28] -->
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070031 <string name="menu_list">List view</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070032 <!-- Menu item that enters a mode to search for documents [CHAR LIMIT=28] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070033 <string name="menu_search">Search</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070034 <!-- Menu item that opens settings/options for a device (like an SD card). [CHAR LIMIT=28] -->
Steve McKay36787542016-01-29 18:15:39 -080035 <string name="menu_settings">Storage settings</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070036
Garfield Tanb1f140c2016-09-21 10:54:54 -070037 <!-- Menu item title that opens the selected documents [CHAR LIMIT=28] -->
Jeff Sharkeyc317af82013-07-01 16:56:54 -070038 <string name="menu_open">Open</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070039 <!-- Menu item title that shows a chooser to user to pick the app to open the selected documents. [CHAR LIMIT=28] -->
Garfield Tan06c4b112016-09-14 11:05:58 -070040 <string name="menu_open_with">Open with</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070041 <!-- Menu item title that opens a doc in new window. [CHAR LIMIT=28] -->
Garfield Tan06c4b112016-09-14 11:05:58 -070042 <string name="menu_open_in_new_window">Open in new window</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070043 <!-- Menu item title that saves the current document [CHAR LIMIT=28] -->
Jeff Sharkeyc317af82013-07-01 16:56:54 -070044 <string name="menu_save">Save</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070045 <!-- Menu item title that shares the selected documents [CHAR LIMIT=28] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -070046 <string name="menu_share">Share</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070047 <!-- Menu item title that deletes the selected documents [CHAR LIMIT=28] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -070048 <string name="menu_delete">Delete</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070049 <!-- Menu item title that selects all documents in the current directory [CHAR LIMIT=28] -->
Jeff Sharkey584aeaa2015-06-10 14:21:27 -070050 <string name="menu_select_all">Select all</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070051 <!-- Menu item title that copies the selected documents [CHAR LIMIT=28] -->
Ben Kwa41b26c12015-03-31 10:11:43 -070052 <string name="menu_copy">Copy to\u2026</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070053 <!-- Menu item title that moves the selected documents [CHAR LIMIT=28] -->
Ben Kwacb4461f2015-05-05 11:50:11 -070054 <string name="menu_move">Move to\u2026</string>
Tomasz Mikolajewski26640ab2017-02-06 10:37:59 +090055 <!-- Menu item title that compresses the selected documents to the current directory [CHAR LIMIT=28] -->
56 <string name="menu_compress">Compress</string>
Tomasz Mikolajewski5a8e3782017-01-24 12:40:55 +090057 <!-- Menu item title that extracts the selected documents [CHAR LIMIT=28] -->
58 <string name="menu_extract">Extract to\u2026</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070059 <!-- Menu item that renames the selected document [CHAR LIMIT=28] -->
Garfield Tan06c4b112016-09-14 11:05:58 -070060 <string name="menu_rename">Rename</string>
Jeff Sharkeyc317af82013-07-01 16:56:54 -070061
Garfield Tanb1f140c2016-09-21 10:54:54 -070062 <!-- Menu item title that creates a new window in the activity [CHAR LIMIT=28] -->
Steve McKayf2c8b0d2015-09-23 15:44:24 -070063 <string name="menu_new_window">New window</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070064 <!-- Menu item title that cuts the selected documents to clipboard [CHAR LIMIT=28] -->
Ben Linebf2a172016-06-03 13:46:52 -070065 <string name="menu_cut_to_clipboard">Cut</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070066 <!-- Menu item title that copies the selected documents to clipboard [CHAR LIMIT=28] -->
Steve McKay1f199482015-05-20 15:58:42 -070067 <string name="menu_copy_to_clipboard">Copy</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070068 <!-- Menu item title that pastes files from the clipboard [CHAR LIMIT=28] -->
Steve McKay1f199482015-05-20 15:58:42 -070069 <string name="menu_paste_from_clipboard">Paste</string>
Garfield Tanb1f140c2016-09-21 10:54:54 -070070 <!-- Menu item title that pastes files into the selected folder [CHAR LIMIT=28] -->
Ben Linb2dfa122016-08-11 17:42:57 -070071 <string name="menu_paste_into_folder">Paste into folder</string>
Steve McKay1f199482015-05-20 15:58:42 -070072
Steve McKay4aba9472016-08-09 07:18:57 -070073 <!-- Translators asked for a length exemption for the show/hide internal storage strings.
74 Thus the CHAR LIMIT=24/30 deviation is 'splained. -->
75 <!-- Menu item that reveals internal storage built into the device [CHAR LIMIT=30] -->
Steve McKay162445d2016-01-26 17:44:57 -080076 <string name="menu_advanced_show">Show internal storage</string>
Steve McKay4aba9472016-08-09 07:18:57 -070077 <!-- Menu item that hides internal storage built into the device [CHAR LIMIT=30] -->
Steve McKay162445d2016-01-26 17:44:57 -080078 <string name="menu_advanced_hide">Hide internal storage</string>
Jeff Sharkeye8d13ea2014-08-08 15:10:03 -070079
Daichi Hirono4e2bb182015-05-27 15:20:10 -070080 <!-- Button label that select the current directory [CHAR LIMIT=24] -->
81 <string name="button_select">Select</string>
Ben Kwa0e66b9b2015-05-18 13:18:05 -070082 <!-- Button label that copies files to the current directory [CHAR LIMIT=24] -->
Daichi Hirono676453c2015-04-14 12:16:59 +090083 <string name="button_copy">Copy</string>
Tomasz Mikolajewskibc7eb5f2017-01-27 16:29:30 +090084 <!-- Button label that compresses files to the current directory [CHAR LIMIT=24] -->
85 <string name="button_compress">Compress</string>
86 <!-- Button label that extracts files to the current directory [CHAR LIMIT=24] -->
87 <string name="button_extract">Extract</string>
Ben Kwa0e66b9b2015-05-18 13:18:05 -070088 <!-- Button label that moves files to the current directory [CHAR LIMIT=24] -->
89 <string name="button_move">Move</string>
Ben Kwac42fa402015-09-16 08:04:37 -070090 <!-- Button label that hides the error bar [CHAR LIMIT=24] -->
91 <string name="button_dismiss">Dismiss</string>
Ben Kwa2f975262015-09-16 13:15:38 -070092 <string name="button_retry">Try Again</string>
Steve McKay97b4be42016-01-20 15:09:35 -080093
Garfield, Tan61f564b2016-08-16 13:36:15 -070094 <!-- A string used to show user that currently documents are not sorted in any given order. [CHAR_LIMIT=30] -->
95 <string name="not_sorted">Not sorted</string>
Garfield, Tan171e6f52016-07-29 14:44:58 -070096 <!-- Table header for file name [CHAR_LIMIT=24] -->
Garfield, Tan11d23482016-08-05 09:33:29 -070097 <string name="sort_dimension_name">Name</string>
Garfield, Tan171e6f52016-07-29 14:44:58 -070098 <!-- Table header for metadata of downloaded files, such as download source and progress. [CHAR_LIMIT=24] -->
Garfield, Tan11d23482016-08-05 09:33:29 -070099 <string name="sort_dimension_summary">Summary</string>
Garfield Tan8ff8a042016-09-21 14:17:10 -0700100 <!-- Table header for last modified time. [CHAR_LIMIT=18] -->
Garfield, Tan11d23482016-08-05 09:33:29 -0700101 <string name="sort_dimension_date">Modified</string>
102 <!-- Table header for file size. [CHAR_LIMIT=12] -->
103 <string name="sort_dimension_size">Size</string>
Garfield, Tan171e6f52016-07-29 14:44:58 -0700104
105 <!-- content description to describe ascending sorting used with upward arrow in table header. -->
106 <string name="sort_direction_ascending">Ascending</string>
107 <!-- content description to describe descending sorting used with downward arrow in table header. -->
108 <string name="sort_direction_descending">Descending</string>
109
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700110 <!-- Accessibility title to open the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey78278212013-08-01 11:01:47 -0700111 <string name="drawer_open">Show roots</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700112 <!-- Accessibility title to close the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey78278212013-08-01 11:01:47 -0700113 <string name="drawer_close">Hide roots</string>
114
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700115 <!-- Toast shown when saving a document failed with an error [CHAR LIMIT=48] -->
Jeff Sharkey78278212013-08-01 11:01:47 -0700116 <string name="save_error">Failed to save document</string>
Jeff Sharkey38ec2522013-09-24 12:07:12 -0700117 <!-- Toast shown when creating a folder failed with an error [CHAR LIMIT=48] -->
118 <string name="create_error">Failed to create folder</string>
Jeff Sharkey3fd11772013-09-30 14:26:27 -0700119 <!-- Error message shown when querying for a list of documents failed [CHAR LIMIT=48] -->
Ben Kwaabee34d2016-02-04 19:06:56 -0800120 <string name="query_error">Can\u2019t load content at the moment</string>
Jeff Sharkey3c28b792013-07-01 17:22:02 -0700121
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700122 <!-- Title of storage root location that contains recently modified or used documents [CHAR LIMIT=24] -->
Jeff Sharkeya5defe32013-08-05 17:56:48 -0700123 <string name="root_recent">Recent</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700124 <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -0700125 <string name="root_available_bytes"><xliff:g id="size" example="3GB">%1$s</xliff:g> free</string>
Jeff Sharkeya5defe32013-08-05 17:56:48 -0700126
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700127 <!-- Header title for list of storage roots that contains cloud services [CHAR LIMIT=24] -->
128 <string name="root_type_service">Storage services</string>
129 <!-- Header title for list of storage roots that contains shortcuts to documents that may be available elsewhere [CHAR LIMIT=24] -->
Jeff Sharkey76112212013-08-06 11:26:10 -0700130 <string name="root_type_shortcut">Shortcuts</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700131 <!-- Header title for list of storage roots that contains physical devices [CHAR LIMIT=24] -->
Jeff Sharkey76112212013-08-06 11:26:10 -0700132 <string name="root_type_device">Devices</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700133 <!-- Header title for list of additional apps that can provide documents [CHAR LIMIT=24] -->
Jeff Sharkey1d890e02013-08-15 11:24:03 -0700134 <string name="root_type_apps">More apps</string>
Jeff Sharkey76112212013-08-06 11:26:10 -0700135
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700136 <!-- Text shown when a directory of documents is empty [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -0700137 <string name="empty">No items</string>
Steve McKay096c78b2016-01-21 18:46:15 -0800138 <!-- Text shown when a file search returns no items [CHAR LIMIT=32] -->
139 <string name="no_results">No matches in %1$s</string>
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -0700140
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700141 <!-- Toast shown when no app can be found to open the selected document [CHAR LIMIT=48] -->
Ben Kwafed92f92016-02-05 08:02:21 -0800142 <string name="toast_no_application">Can\u2019t open file</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700143 <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -0700144 <string name="toast_failed_delete">Unable to delete some documents</string>
145
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700146 <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] -->
Jeff Sharkeyb3620442013-09-01 18:41:04 -0700147 <string name="share_via">Share via</string>
148
Ben Kwa41b26c12015-03-31 10:11:43 -0700149 <!-- Title of the copy notification [CHAR LIMIT=24] -->
150 <string name="copy_notification_title">Copying files</string>
Tomasz Mikolajewskied11f1c2017-01-30 11:07:04 +0900151 <!-- Title of the compress notification [CHAR LIMIT=24] -->
152 <string name="compress_notification_title">Compressing files</string>
Ben Kwacf870112015-05-28 16:18:59 -0700153 <!-- Title of the move notification [CHAR LIMIT=24] -->
154 <string name="move_notification_title">Moving files</string>
Steve McKay003097d2016-02-23 10:06:50 -0800155 <!-- Title of the move notification [CHAR LIMIT=24] -->
156 <string name="delete_notification_title">Deleting files</string>
Ben Kwa41b26c12015-03-31 10:11:43 -0700157 <!-- Text shown on the copy notification to indicate remaining time, in minutes [CHAR LIMIT=24] -->
158 <string name="copy_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
159 <!-- Toast shown when a file copy is kicked off -->
160 <plurals name="copy_begin">
Tomasz Mikolajewski434fab42015-04-21 14:25:24 +0200161 <item quantity="one">Copying <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
162 <item quantity="other">Copying <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
Ben Kwa41b26c12015-03-31 10:11:43 -0700163 </plurals>
Tomasz Mikolajewskibc7eb5f2017-01-27 16:29:30 +0900164 <!-- Toast shown when a file compressing is kicked off -->
165 <plurals name="compress_begin">
166 <item quantity="one">Compressing <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
167 <item quantity="other">Compressing <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
168 </plurals>
169 <!-- Toast shown when a file extracting is kicked off -->
170 <plurals name="extract_begin">
171 <item quantity="one">Extracting <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
172 <item quantity="other">Extracting <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
173 </plurals>
174 <!-- Toast shown when a file move is kicked off -->
Ben Kwacb4461f2015-05-05 11:50:11 -0700175 <plurals name="move_begin">
176 <item quantity="one">Moving <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
177 <item quantity="other">Moving <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
178 </plurals>
Ben Kwa91923182015-08-27 16:06:33 -0700179 <!-- Text shown when files are deleted -->
180 <plurals name="deleting">
181 <item quantity="one">Deleting <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
182 <item quantity="other">Deleting <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
183 </plurals>
184 <!-- Text shown for the undo button -->
185 <string name="undo">Undo</string>
Ben Kwacf870112015-05-28 16:18:59 -0700186 <!-- Text shown on the notification while DocumentsUI performs setup in preparation for copying files [CHAR LIMIT=32] -->
Ben Kwaf527c632015-04-08 15:03:35 -0700187 <string name="copy_preparing">Preparing for copy\u2026</string>
Tomasz Mikolajewskied11f1c2017-01-30 11:07:04 +0900188 <!-- Text shown on the notification while DocumentsUI performs setup in preparation for compressing files [CHAR LIMIT=32] -->
189 <string name="compress_preparing">Preparing for compress\u2026</string>
Ben Kwacf870112015-05-28 16:18:59 -0700190 <!-- Text shown on the notification while DocumentsUI performs setup in preparation for moving files [CHAR LIMIT=32] -->
191 <string name="move_preparing">Preparing for move\u2026</string>
Steve McKay97b4be42016-01-20 15:09:35 -0800192 <!-- Text shown on the notification while DocumentsUI performs setup in preparation for deleting files [CHAR LIMIT=32] -->
193 <string name="delete_preparing">Preparing for delete\u2026</string>
Garfield, Tan48ef36f2016-06-09 12:04:22 -0700194 <!-- Text progress shown on the notification while DocumentsUI is deleting files. -->
195 <string name="delete_progress"><xliff:g id="count" example="3">%1$d</xliff:g> / <xliff:g id="totalCount" example="5">%2$d</xliff:g></string>
Tomasz Mikolajewski332d8192015-04-13 19:38:43 +0900196 <!-- Title of the copy error notification [CHAR LIMIT=48] -->
197 <plurals name="copy_error_notification_title">
Ben Kwafed92f92016-02-05 08:02:21 -0800198 <item quantity="one">Couldn\u2019t copy <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
199 <item quantity="other">Couldn\u2019t copy <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
Tomasz Mikolajewski332d8192015-04-13 19:38:43 +0900200 </plurals>
Tomasz Mikolajewskied11f1c2017-01-30 11:07:04 +0900201 <!-- Title of the compress error notification [CHAR LIMIT=48] -->
202 <plurals name="compress_error_notification_title">
203 <item quantity="one">Couldn\u2019t compress <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
204 <item quantity="other">Couldn\u2019t compress <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
205 </plurals>
Ben Kwacf870112015-05-28 16:18:59 -0700206 <!-- Title of the move error notification [CHAR LIMIT=48] -->
207 <plurals name="move_error_notification_title">
Ben Kwafed92f92016-02-05 08:02:21 -0800208 <item quantity="one">Couldn\u2019t move <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
209 <item quantity="other">Couldn\u2019t move <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
Ben Kwacf870112015-05-28 16:18:59 -0700210 </plurals>
Steve McKay97b4be42016-01-20 15:09:35 -0800211 <!-- Title of the delete error notification [CHAR LIMIT=48] -->
212 <plurals name="delete_error_notification_title">
Ben Kwafed92f92016-02-05 08:02:21 -0800213 <item quantity="one">Couldn\u2019t delete <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
214 <item quantity="other">Couldn\u2019t delete <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
Steve McKay97b4be42016-01-20 15:09:35 -0800215 </plurals>
Tomasz Mikolajewski332d8192015-04-13 19:38:43 +0900216 <!-- Second line for notifications saying that more information will be shown after touching [CHAR LIMIT=48] -->
Steve McKayca524092016-01-22 15:44:31 -0800217 <string name="notification_touch_for_details">Tap to view details</string>
Tomasz Mikolajewskic7cfd442016-01-25 16:25:25 +0900218 <!-- Label of the close dialog button.[CHAR LIMIT=24] -->
219 <string name="close">Close</string>
Tomasz Mikolajewski332d8192015-04-13 19:38:43 +0900220 <!-- Contents of the copying failure alert dialog. [CHAR LIMIT=48] -->
Tomasz Mikolajewskic0fe4592017-01-31 16:50:57 +0900221 <plurals name="copy_failure_alert_content">
222 <item quantity="one">This file wasn\u2019t copied: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
223 <item quantity="other">These files weren\u2019t copied: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
224 </plurals>
Tomasz Mikolajewskibc7eb5f2017-01-27 16:29:30 +0900225 <!-- Contents of the compressing failure alert dialog. [CHAR LIMIT=48] -->
Tomasz Mikolajewskic0fe4592017-01-31 16:50:57 +0900226 <plurals name="compress_failure_alert_content">
227 <item quantity="one">This file wasn\u2019t compressed: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
228 <item quantity="other">These files weren\u2019t compressed: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
229 </plurals>
Tomasz Mikolajewskibc7eb5f2017-01-27 16:29:30 +0900230 <!-- Contents of the extracting failure alert dialog. [CHAR LIMIT=48] -->
Tomasz Mikolajewskic0fe4592017-01-31 16:50:57 +0900231 <plurals name="extract_failure_alert_content">
232 <item quantity="one">This file wasn\u2019t extracted: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
233 <item quantity="other">These files weren\u2019t extracted: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
234 </plurals>
Ben Kwacf870112015-05-28 16:18:59 -0700235 <!-- Contents of the moving failure alert dialog. [CHAR LIMIT=48] -->
Tomasz Mikolajewskic0fe4592017-01-31 16:50:57 +0900236 <plurals name="move_failure_alert_content">
237 <item quantity="one">This file wasn\u2019t moved: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
238 <item quantity="other">These files weren\u2019t moved: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
239 </plurals>
240 <!-- Contents of the deleting failure alert dialog. [CHAR LIMIT=48] -->
241 <plurals name="delete_failure_alert_content">
242 <item quantity="one">This file wasn\u2019t deleted: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
243 <item quantity="other">These files weren\u2019t deleted: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
244 </plurals>
Tomasz Mikolajewskidd2b31c2016-01-22 16:22:51 +0900245 <!-- Contents of the copying warning dialog due to converted files. [CHAR LIMIT=64] -->
Tomasz Mikolajewskic0fe4592017-01-31 16:50:57 +0900246 <plurals name="copy_converted_warning_content">
247 <item quantity="one">This file was converted to another format: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
248 <item quantity="other">These files were converted to another format: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
249 </plurals>
Steve McKay0599a442015-05-05 14:50:00 -0700250 <!-- Toast shown when a user copies files to clipboard. -->
251 <plurals name="clipboard_files_clipped">
252 <item quantity="one">Copied <xliff:g id="count" example="1">%1$d</xliff:g> file to clipboard.</item>
253 <item quantity="other">Copied <xliff:g id="count" example="3">%1$d</xliff:g> files to clipboard.</item>
254 </plurals>
Ben Lin68689622016-11-09 16:10:38 -0800255 <!-- Toast shown when the file operation is not supported [CHAR LIMIT=48] -->
256 <string name="file_operation_error">File operation is not supported.</string>
Aga Wronska3c237182016-01-20 16:32:33 -0800257 <!-- Toast shown when renaming document failed with an error [CHAR LIMIT=48] -->
258 <string name="rename_error">Failed to rename document</string>
Ben Lin5668b862016-06-28 17:12:52 -0700259 <!-- Context Menu item that ejects the root selected [CHAR LIMIT=24] -->
260 <string name="menu_eject_root">Eject</string>
Tomasz Mikolajewskidd2b31c2016-01-22 16:22:51 +0900261 <!-- First line for notifications saying that some files were converted to a different format
262 during a copy. [CHAR LIMIT=48] -->
263 <string name="notification_copy_files_converted_title">Some files were converted</string>
Felipe Lemea4f4d7e2016-01-22 16:49:55 -0800264
Felipe Leme0bdb7c32016-03-09 17:40:49 -0800265 <!-- Text in an alert dialog asking user to grant app access to a given directory in an external storage volume -->
Felipe Lemea4f4d7e2016-01-22 16:49:55 -0800266 <string name="open_external_dialog_request">Grant <xliff:g id="appName" example="System Settings"><b>^1</b></xliff:g>
Felipe Leme0bdb7c32016-03-09 17:40:49 -0800267 access to <xliff:g id="directory" example="Pictures"><i>^2</i></xliff:g> directory on
Felipe Lemea4f4d7e2016-01-22 16:49:55 -0800268 <xliff:g id="storage" example="SD Card"><i>^3</i></xliff:g>?</string>
Felipe Leme8216cea2016-03-29 19:06:02 -0700269 <!-- Text in an alert dialog asking user to grant app access to a given directory in the internal storage -->
270 <string name="open_external_dialog_request_primary_volume">Grant <xliff:g id="appName" example="System Settings"><b>^1</b></xliff:g>
271 access to <xliff:g id="directory" example="Pictures"><i>^2</i></xliff:g> directory?</string>
Felipe Lemeb59a8a62016-03-17 18:56:20 -0700272 <!-- Text in an alert dialog asking user to grant app access to all data in an external storage volume -->
273 <string name="open_external_dialog_root_request">Grant <xliff:g id="appName" example="System Settings"><b>^1</b></xliff:g>
274 access to your data, including photos and videos, on <xliff:g id="storage" example="SD Card"><i>^2</i></xliff:g>?</string>
Felipe Leme0bdb7c32016-03-09 17:40:49 -0800275 <!-- Checkbox that allows user to not be questioned about the directory access request again -->
276 <string name="never_ask_again">Don\'t ask again</string>
Felipe Lemea4f4d7e2016-01-22 16:49:55 -0800277 <!-- Text in the button asking user to allow access to a given directory. -->
278 <string name="allow">Allow</string>
279 <!-- Text in the button asking user to deny access to a given directory. -->
280 <string name="deny">Deny</string>
Steve McKay003097d2016-02-23 10:06:50 -0800281 <!-- Dialog text shown to users when asking if they want to delete files (a confirmation). -->
Aga Wronska123fead2016-03-08 15:45:29 -0800282 <!-- Label text showing user how many items are selected. Can be one or more elements. -->
283 <plurals name="elements_selected">
284 <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> selected</item>
285 <item quantity="other"><xliff:g id="count" example="3">%1$d</xliff:g> selected</item>
286 </plurals>
Aga Wronska57ab0462016-03-17 13:45:32 -0700287
Ben Kwad2abdc22016-03-29 15:42:39 -0700288 <!-- Label text showing user how many items are being dragged. Can be one or more elements. -->
289 <plurals name="elements_dragged">
290 <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> item</item>
291 <item quantity="other"><xliff:g id="count" example="3">%1$d</xliff:g> items</item>
292 </plurals>
293
Aga Wronska57ab0462016-03-17 13:45:32 -0700294 <!-- Dialog text shown to users when asking if they want to delete a file (a confirmation) -->
295 <string name="delete_filename_confirmation_message">Delete \"<xliff:g id="name" example="cat.jpg">%1$s</xliff:g>\"?</string>
296 <!-- Dialog text shown to users when asking if they want to delete a folder (a confirmation) -->
297 <string name="delete_foldername_confirmation_message">Delete folder \"<xliff:g id="name" example="Photos">%1$s</xliff:g>\" and its contents?</string>
298 <!-- Dialog text shown to users when asking if they want to delete files (a confirmation). -->
299 <plurals name="delete_files_confirmation_message">
300 <item quantity="one">Delete <xliff:g id="count" example="1">%1$d</xliff:g> file?</item>
301 <item quantity="other">Delete <xliff:g id="count" example="3">%1$d</xliff:g> files?</item>
302 </plurals>
303 <!-- Dialog text shown to users when asking if they want to delete folders (a confirmation). -->
304 <plurals name="delete_folders_confirmation_message">
305 <item quantity="one">Delete <xliff:g id="count" example="1">%1$d</xliff:g> folder and its contents?</item>
306 <item quantity="other">Delete <xliff:g id="count" example="3">%1$d</xliff:g> folders and their contents?</item>
307 </plurals>
308 <!-- Dialog text shown to users when asking if they want to delete mixed type items: files and folders (a confirmation). -->
309 <plurals name="delete_items_confirmation_message">
310 <item quantity="one">Delete <xliff:g id="count" example="1">%1$d</xliff:g> item?</item>
311 <item quantity="other">Delete <xliff:g id="count" example="3">%1$d</xliff:g> items?</item>
312 </plurals>
Garfield Tan2e3cf1d2016-10-21 15:25:26 -0700313
Jon Mann5f348ec2017-02-24 14:10:33 -0800314 <!-- Shortcut label of Images root folder -->
315 <string name="images_shortcut_label">Images</string>
Tomasz Mikolajewski55b6b482016-12-13 18:38:41 +0900316
317 <!-- Error message shown when an archive fails to load -->
318 <string name="archive_loading_failed">Unable to open archive for browsing. File is either corrupt, or an unsupported format.</string>
Ben Linf8f06e92017-01-27 17:15:48 -0800319
320 <!-- Error message displayed in rename dialog when there is a conflict with an existing file. -->
321 <string name="name_conflict">A file with this name already exists.</string>
322
323 <!-- Error message shown when more authentication is necessary to view files -->
324 <string name="authentication_required">Authentification is required to see the content of this directory</string>
325
326 <!-- Text shown on button to open an application -->
327 <string name="open_app">Open <xliff:g id="name" example="Cloud Storage">%1$s</xliff:g></string>
Jeff Sharkeye22d02e2013-04-26 16:54:55 -0700328</resources>