1<?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
17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
18    <!-- Title of the Files application [CHAR LIMIT=32] -->
19    <string name="files_label">Files</string>
20
21    <!-- Title of the Downloads application, which sometimes Files is known as [CHAR LIMIT=16] -->
22    <string name="downloads_label">Downloads</string>
23
24    <!-- Title of the documents application [CHAR LIMIT=32] -->
25    <string name="app_label">@string/files_label</string>
26
27    <!-- Title of the documents application [CHAR LIMIT=32] -->
28    <string name="launcher_label">@string/files_label</string>
29
30    <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] -->
31    <string name="title_open">Open from</string>
32    <!-- Action bar title prompting user to choose a location to save a document to [CHAR LIMIT=32] -->
33    <string name="title_save">Save to</string>
34
35    <!-- Menu item that creates a new directory/folder at the current location [CHAR LIMIT=28] -->
36    <string name="menu_create_dir">New folder</string>
37    <!-- Menu item that switches view to show documents as a large-format grid of thumbnails [CHAR LIMIT=28] -->
38    <string name="menu_grid">Grid view</string>
39    <!-- Menu item that switches view to show documents as a list [CHAR LIMIT=28] -->
40    <string name="menu_list">List view</string>
41    <!-- Menu item that enters a mode to search for documents [CHAR LIMIT=28] -->
42    <string name="menu_search">Search</string>
43    <!-- Menu item that opens settings/options for a device (like an SD card). [CHAR LIMIT=28] -->
44    <string name="menu_settings">Storage settings</string>
45
46    <!-- Menu item title that opens the selected documents [CHAR LIMIT=28] -->
47    <string name="menu_open">Open</string>
48    <!-- Menu item title that shows a chooser to user to pick the app to open the selected documents. [CHAR LIMIT=28] -->
49    <string name="menu_open_with">Open with</string>
50    <!-- Menu item title that opens a doc in new window. [CHAR LIMIT=28] -->
51    <string name="menu_open_in_new_window">Open in new window</string>
52    <!-- Menu item title that saves the current document [CHAR LIMIT=28] -->
53    <string name="menu_save">Save</string>
54    <!-- Menu item title that shares the selected documents [CHAR LIMIT=28] -->
55    <string name="menu_share">Share</string>
56    <!-- Menu item title that deletes the selected documents [CHAR LIMIT=28] -->
57    <string name="menu_delete">Delete</string>
58    <!-- Menu item title that selects all documents in the current directory [CHAR LIMIT=28] -->
59    <string name="menu_select_all">Select all</string>
60    <!-- Menu item title that deselects all documents in the current directory [CHAR LIMIT=28] -->
61    <string name="menu_deselect_all">Deselect all</string>
62    <!-- Menu item title that selects documents in the current directory [CHAR LIMIT=28] -->
63    <string name="menu_select">Select</string>
64    <!-- Menu item title that sort documents in the current directory [CHAR LIMIT=28] -->
65    <string name="menu_sort">Sort by...</string>
66    <!-- Menu item title that copies the selected documents [CHAR LIMIT=28] -->
67    <string name="menu_copy">Copy to\u2026</string>
68    <!-- Menu item title that moves the selected documents [CHAR LIMIT=28] -->
69    <string name="menu_move">Move to\u2026</string>
70    <!-- Menu item title that compresses the selected documents to the current directory [CHAR LIMIT=28] -->
71    <string name="menu_compress">Compress</string>
72    <!-- Menu item title that extracts the selected documents [CHAR LIMIT=28] -->
73    <string name="menu_extract">Extract to\u2026</string>
74    <!-- Menu item that renames the selected document [CHAR LIMIT=28] -->
75    <string name="menu_rename">Rename</string>
76    <!-- Menu item that displays properties about the selected document [CHAR LIMIT=28] -->
77    <string name="menu_inspect">Get info</string>
78    <!-- Menu item that shows hidden files [CHAR LIMIT=36] -->
79    <string name="menu_show_hidden_files">Show hidden files</string>
80    <!-- Menu item that hides hidden files [CHAR LIMIT=36] -->
81    <string name="menu_hide_hidden_files">Don\u2019t show hidden files</string>
82    <!-- Menu item that renames the selected document [CHAR LIMIT=28] -->
83    <string name="menu_view_in_owner">View in <xliff:g id="source" example="Google Drive">%1$s</xliff:g></string>
84
85    <!-- Menu item title that creates a new window in the activity [CHAR LIMIT=28] -->
86    <string name="menu_new_window">New window</string>
87    <!-- Menu item title that cuts the selected documents to clipboard [CHAR LIMIT=28] -->
88    <string name="menu_cut_to_clipboard">Cut</string>
89    <!-- Menu item title that copies the selected documents to clipboard [CHAR LIMIT=28] -->
90    <string name="menu_copy_to_clipboard">Copy</string>
91    <!-- Menu item title that pastes files from the clipboard [CHAR LIMIT=28] -->
92    <string name="menu_paste_from_clipboard">Paste</string>
93    <!-- Menu item title that pastes files into the selected folder [CHAR LIMIT=28] -->
94    <string name="menu_paste_into_folder">Paste into folder</string>
95
96    <!-- Translators asked for a length exemption for the show/hide internal storage strings.
97         Thus the CHAR LIMIT=24/30 deviation is 'splained. -->
98    <!-- Menu item that reveals internal storage built into the device [CHAR LIMIT=30] -->
99    <string name="menu_advanced_show">Show internal storage</string>
100    <!-- Menu item that hides internal storage built into the device [CHAR LIMIT=30] -->
101    <string name="menu_advanced_hide">Hide internal storage</string>
102
103    <!-- Button label that select the current directory [CHAR LIMIT=24] -->
104    <string name="button_select">Select</string>
105    <!-- Button label that copies files to the current directory [CHAR LIMIT=24] -->
106    <string name="button_copy">Copy</string>
107    <!-- Button label that compresses files to the current directory [CHAR LIMIT=24] -->
108    <string name="button_compress">Compress</string>
109    <!-- Button label that extracts files to the current directory [CHAR LIMIT=24] -->
110    <string name="button_extract">Extract</string>
111    <!-- Button label that moves files to the current directory [CHAR LIMIT=24] -->
112    <string name="button_move">Move</string>
113    <!-- Button label that hides the error bar [CHAR LIMIT=24] -->
114    <string name="button_dismiss">Dismiss</string>
115    <string name="button_retry">Try Again</string>
116    <!-- Button label that removes the default application to open a file. -->
117    <string name="button_clear">Clear</string>
118    <!-- Button label that show in the providers service. Many providers have their own app such
119     as google drive. Pressing this button would open in the file in the providers app. -->
120    <string name="button_show_provider">Show in provider</string>
121    <!-- Button label that do back action [CHAR LIMIT=24] -->
122    <string name="button_back">Back</string>
123
124    <!-- A string used to show user that currently documents are not sorted in any given order. [CHAR_LIMIT=30] -->
125    <string name="not_sorted">Not sorted</string>
126    <!-- Table header for file name [CHAR_LIMIT=24] -->
127    <string name="sort_dimension_name">Name</string>
128    <!-- Table header for metadata of downloaded files, such as download source and progress. [CHAR_LIMIT=24] -->
129    <string name="sort_dimension_summary">Summary</string>
130    <!-- Table header for file type. [CHAR_LIMIT=12] -->
131    <string name="sort_dimension_file_type">Type</string>
132    <!-- Table header for file size. [CHAR_LIMIT=12] -->
133    <string name="sort_dimension_size">Size</string>
134    <!-- Table header for last modified time. [CHAR_LIMIT=18] -->
135    <string name="sort_dimension_date">Modified</string>
136    <!-- Bottom sheet list title for file name ascending [CHAR_LIMIT=42] -->
137    <string name="sort_dimension_name_ascending">File name (A to Z)</string>
138    <!-- Bottom sheet list title for file type name ascending [CHAR_LIMIT=42] -->
139    <string name="sort_dimension_file_type_ascending">Type (A to Z)</string>
140    <!-- Bottom sheet list title for size ascending [CHAR_LIMIT=42] -->
141    <string name="sort_dimension_size_ascending">Size (smallest first)</string>
142    <!-- Bottom sheet list title for date ascending [CHAR_LIMIT=42] -->
143    <string name="sort_dimension_date_ascending">Modified (oldest first)</string>
144    <!-- Bottom sheet list title for file name descending [CHAR_LIMIT=42] -->
145    <string name="sort_dimension_name_descending">File name (Z to A)</string>
146    <!-- Bottom sheet list title for file type name descending [CHAR_LIMIT=42] -->
147    <string name="sort_dimension_file_type_descending">Type (Z to A)</string>
148    <!-- Bottom sheet list title for size descending [CHAR_LIMIT=42] -->
149    <string name="sort_dimension_size_descending">Size (largest first)</string>
150    <!-- Bottom sheet list title for date descending [CHAR_LIMIT=42] -->
151    <string name="sort_dimension_date_descending">Modified (newest first)</string>
152    <!-- Bottom sheet dialog title [CHAR_LIMIT=42] -->
153    <string name="sort_dimension_dialog_title">Sort by</string>
154    <!-- Dropdown sort wiget button title. [CHAR_LIMIT=60] -->
155    <string name="sort_dimension_button_title">Sorted by <xliff:g id="label" example="File name (A to Z)">%s</xliff:g></string>
156
157    <!--Table header for number of items in a folder.-->
158    <string name="directory_items">Number of items</string>
159
160    <!-- content description to describe ascending sorting used with upward arrow in table header. -->
161    <string name="sort_direction_ascending">Ascending</string>
162    <!-- content description to describe descending sorting used with downward arrow in table header. -->
163    <string name="sort_direction_descending">Descending</string>
164
165    <!-- content description to describe the action icon to open the app on the root item. -->
166    <string name="open_external_app">Open <xliff:g id="appName" example="Drive">%1$s</xliff:g></string>
167
168    <!-- Accessibility title to open the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
169    <string name="drawer_open">Show roots</string>
170    <!-- Accessibility title to close the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
171    <string name="drawer_close">Hide roots</string>
172
173    <!-- Toast shown when saving a document failed with an error [CHAR LIMIT=48] -->
174    <string name="save_error">Failed to save document</string>
175    <!-- Toast shown when creating a folder failed with an error [CHAR LIMIT=48] -->
176    <string name="create_error">Failed to create folder</string>
177    <!-- Error message shown when querying for a list of documents failed [CHAR LIMIT=48] -->
178    <string name="query_error">Can\u2019t load content at the moment</string>
179
180    <!-- Title of an error message. This screen is shown when the user's work profile is paused. [CHAR LIMIT=72] -->
181    <string name="quiet_mode_error_title">Work profile is paused</string>
182    <!-- Button text shown on a button when work profile is paused. Tapping the button will switch on the work profile [CHAR LIMIT=48] -->
183    <string name="quiet_mode_button">Turn on</string>
184
185    <!-- Error message title shown when a user's IT admin does not allow the user to select work files from a personal app. [CHAR LIMIT=72] -->
186    <string name="cant_select_work_files_error_title">Can\u2019t select work files</string>
187    <!-- Error message that's shown when the user's IT admin doesn't allow the user to select work files from a personal app. [CHAR LIMIT=200] -->
188    <string name="cant_select_work_files_error_message">Your IT admin doesn\u2019t allow you to
189        access work files from a personal app
190    </string>
191
192    <!-- Error message title shown when the user's IT admin doesn't allow them to select personal files from a work app. [CHAR LIMIT=72] -->
193    <string name="cant_select_personal_files_error_title">Can\u2019t select personal files</string>
194    <!-- Error message that's shown when the user's IT admin doesn't allow the user to select personal files from a work app. [CHAR LIMIT=200] -->
195    <string name="cant_select_personal_files_error_message">Your IT admin doesn\u2019t allow you to
196        access personal files from a work app
197    </string>
198
199    <!-- Error message title shown when the admin does not allow the user to save files from their personal profile to their work profile. [CHAR LIMIT=72] -->
200    <string name="cant_save_to_work_error_title">Can\u2019t save to work profile</string>
201    <!-- Error message shown when the user's IT admin doesn't allow the user to save files from their personal profile to their work profile. [CHAR LIMIT=200] -->
202    <string name="cant_save_to_work_error_message">Your IT admin doesn\u2019t allow you to save
203        personal files to your work profile
204    </string>
205
206    <!-- Error message title shown when the admin does not allow the user to save files from their work profile to their personal profile. [CHAR LIMIT=72] -->
207    <string name="cant_save_to_personal_error_title">Can\u2019t save to personal profile</string>
208    <!-- Error message shown when the user's IT admin doesn't allow the user to save files from their work profile to their personal profile. [CHAR LIMIT=200] -->
209    <string name="cant_save_to_personal_error_message">Your IT admin doesn\u2019t allow you to save
210        work files to your personal profile
211    </string>
212
213    <!-- Error message title. This message is shown when a user tries to do something on their work device, but that action isn't allowed by their IT admin. [CHAR LIMIT=72] -->
214    <string name="cross_profile_action_not_allowed_title">This action isn\u2019t allowed</string>
215    <!-- Error message. This message is shown when a user tries to do something on their work device, but that action isn't allowed by their IT admin. [CHAR LIMIT=200] -->
216    <string name="cross_profile_action_not_allowed_message">To learn more, contact your IT admin</string>
217
218    <!-- Title of storage root location that contains recently modified or used documents [CHAR LIMIT=24] -->
219    <string name="root_recent">Recent</string>
220    <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] -->
221    <string name="root_available_bytes"><xliff:g id="size" example="3GB">%1$s</xliff:g> free</string>
222
223    <!-- Header title for list of storage roots that contains cloud services [CHAR LIMIT=24] -->
224    <string name="root_type_service">Storage services</string>
225    <!-- Header title for list of storage roots that contains shortcuts to documents that may be available elsewhere [CHAR LIMIT=24] -->
226    <string name="root_type_shortcut">Shortcuts</string>
227    <!-- Header title for list of storage roots that contains physical devices [CHAR LIMIT=24] -->
228    <string name="root_type_device">Devices</string>
229    <!-- Header title for list of additional apps that can provide documents [CHAR LIMIT=24] -->
230    <string name="root_type_apps">More apps</string>
231
232    <!-- Text shown when a directory of documents is empty [CHAR LIMIT=24] -->
233    <string name="empty">No items</string>
234    <!-- Text shown when a file search returns no items [CHAR LIMIT=32] -->
235    <string name="no_results">No matches in %1$s</string>
236
237    <!-- Toast shown when no app can be found to open the selected document [CHAR LIMIT=48] -->
238    <string name="toast_no_application">Can\u2019t open file</string>
239    <!-- Toast notifying that it's impossible to open files inside archives [CHAR LIMIT=48] -->
240    <string name="toast_view_in_archives_unsupported">Cannot open files in archives</string>
241    <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] -->
242    <string name="toast_failed_delete">Unable to delete some documents</string>
243    <!-- Toast shown when user want to share files amount over limit [CHAR LIMIT=60] -->
244    <string name="toast_share_over_limit">Can\u2019t share more than <xliff:g id="count" example="1">%1$d</xliff:g> files</string>
245
246    <!-- Toast shown when a document is not allowed to share across users. This is a last-resort toast and not expected to be shown. [CHAR LIMIT=48] -->
247    <string name="toast_action_not_allowed">Action not allowed</string>
248
249    <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] -->
250    <string name="share_via">Share via</string>
251
252    <!-- Title of the copy notification [CHAR LIMIT=24] -->
253    <string name="copy_notification_title">Copying files</string>
254    <!-- Title of the compress notification [CHAR LIMIT=24] -->
255    <string name="compress_notification_title">Compressing files</string>
256    <!-- Title of the extract notification [CHAR LIMIT=24] -->
257    <string name="extract_notification_title">Extracting files</string>
258    <!-- Title of the move notification [CHAR LIMIT=24] -->
259    <string name="move_notification_title">Moving files</string>
260    <!-- Title of the move notification [CHAR LIMIT=24] -->
261    <string name="delete_notification_title">Deleting files</string>
262    <!-- Text shown on the copy notification to indicate remaining time, in minutes [CHAR LIMIT=24] -->
263    <string name="copy_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
264    <!-- Toast shown when a file copy is kicked off -->
265    <plurals name="copy_begin">
266        <item quantity="one">Copying <xliff:g id="count" example="1">%1$d</xliff:g> item.</item>
267        <item quantity="other">Copying <xliff:g id="count" example="3">%1$d</xliff:g> items.</item>
268    </plurals>
269    <!-- Toast shown when a file compressing is kicked off -->
270    <plurals name="compress_begin">
271        <item quantity="one">Compressing <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
272        <item quantity="other">Compressing <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
273    </plurals>
274    <!-- Toast shown when a file extracting is kicked off -->
275    <plurals name="extract_begin">
276        <item quantity="one">Extracting <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
277        <item quantity="other">Extracting <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
278    </plurals>
279    <!-- Toast shown when a file move is kicked off -->
280    <plurals name="move_begin">
281        <item quantity="one">Moving <xliff:g id="count" example="1">%1$d</xliff:g> item.</item>
282        <item quantity="other">Moving <xliff:g id="count" example="3">%1$d</xliff:g> items.</item>
283    </plurals>
284    <!-- Text shown when files are deleted -->
285    <plurals name="deleting">
286        <item quantity="one">Deleting <xliff:g id="count" example="1">%1$d</xliff:g> item.</item>
287        <item quantity="other">Deleting <xliff:g id="count" example="3">%1$d</xliff:g> items.</item>
288    </plurals>
289    <!-- Text shown for the undo button -->
290    <string name="undo">Undo</string>
291    <!-- Text shown on the notification while DocumentsUI performs setup in preparation for copying files [CHAR LIMIT=32] -->
292    <string name="copy_preparing">Preparing...</string>
293    <!-- Text shown on the notification while DocumentsUI performs setup in preparation for compressing files [CHAR LIMIT=32] -->
294    <string name="compress_preparing">Preparing...</string>
295    <!-- Text shown on the notification while DocumentsUI performs setup in preparation for extracting files [CHAR LIMIT=32] -->
296    <string name="extract_preparing">Preparing...</string>
297    <!-- Text shown on the notification while DocumentsUI performs setup in preparation for moving files [CHAR LIMIT=32] -->
298    <string name="move_preparing">Preparing...</string>
299    <!-- Text shown on the notification while DocumentsUI performs setup in preparation for deleting files [CHAR LIMIT=32] -->
300    <string name="delete_preparing">Preparing...</string>
301    <!-- Text progress shown on the notification while DocumentsUI is deleting files. -->
302    <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>
303    <!-- Title of the copy error notification [CHAR LIMIT=48] -->
304    <plurals name="copy_error_notification_title">
305        <item quantity="one">Couldn\u2019t copy <xliff:g id="count" example="1">%1$d</xliff:g> item</item>
306        <item quantity="other">Couldn\u2019t copy <xliff:g id="count" example="2">%1$d</xliff:g> items</item>
307    </plurals>
308    <!-- Title of the compress error notification [CHAR LIMIT=48] -->
309    <plurals name="compress_error_notification_title">
310        <item quantity="one">Couldn\u2019t compress <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
311        <item quantity="other">Couldn\u2019t compress <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
312    </plurals>
313    <!-- Title of the move error notification [CHAR LIMIT=48] -->
314    <plurals name="move_error_notification_title">
315        <item quantity="one">Couldn\u2019t move <xliff:g id="count" example="1">%1$d</xliff:g> item</item>
316        <item quantity="other">Couldn\u2019t move <xliff:g id="count" example="2">%1$d</xliff:g> items</item>
317    </plurals>
318    <!-- Title of the delete error notification [CHAR LIMIT=48] -->
319    <plurals name="delete_error_notification_title">
320        <item quantity="one">Couldn\u2019t delete <xliff:g id="count" example="1">%1$d</xliff:g> item</item>
321        <item quantity="other">Couldn\u2019t delete <xliff:g id="count" example="2">%1$d</xliff:g> items</item>
322    </plurals>
323    <!-- Second line for notifications saying that more information will be shown after touching [CHAR LIMIT=48] -->
324    <string name="notification_touch_for_details">Tap to view details</string>
325    <!-- Label of the close dialog button.[CHAR LIMIT=24] -->
326    <string name="close">Close</string>
327    <!-- Contents of the copying failure alert dialog. [CHAR LIMIT=48] -->
328    <plurals name="copy_failure_alert_content">
329        <item quantity="one">This file wasn\u2019t copied: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
330        <item quantity="other">These files weren\u2019t copied: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
331    </plurals>
332    <!-- Contents of the compressing failure alert dialog. [CHAR LIMIT=48] -->
333    <plurals name="compress_failure_alert_content">
334        <item quantity="one">This file wasn\u2019t compressed: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
335        <item quantity="other">These files weren\u2019t compressed: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
336    </plurals>
337    <!-- Contents of the extracting failure alert dialog. [CHAR LIMIT=48] -->
338    <plurals name="extract_failure_alert_content">
339        <item quantity="one">This file wasn\u2019t extracted: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
340        <item quantity="other">These files weren\u2019t extracted: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
341    </plurals>
342    <!-- Contents of the moving failure alert dialog. [CHAR LIMIT=48] -->
343    <plurals name="move_failure_alert_content">
344        <item quantity="one">This file wasn\u2019t moved: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
345        <item quantity="other">These files weren\u2019t moved: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
346    </plurals>
347    <!-- Contents of the deleting failure alert dialog. [CHAR LIMIT=48] -->
348    <plurals name="delete_failure_alert_content">
349        <item quantity="one">This file wasn\u2019t deleted: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
350        <item quantity="other">These files weren\u2019t deleted: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></item>
351    </plurals>
352    <!-- Contents of the copying warning dialog due to converted files. [CHAR LIMIT=64] -->
353    <plurals name="copy_converted_warning_content">
354        <item quantity="one">This file was converted to another format: <xliff:g id="list" example="Document.pdf">%1$s</xliff:g></item>
355        <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>
356    </plurals>
357    <!-- Toast shown when a user copies files to clipboard. -->
358    <plurals name="clipboard_files_clipped">
359        <item quantity="one">Copied <xliff:g id="count" example="1">%1$d</xliff:g> item to clipboard.</item>
360        <item quantity="other">Copied <xliff:g id="count" example="3">%1$d</xliff:g> items to clipboard.</item>
361    </plurals>
362    <!-- Toast shown when the file operation is not supported [CHAR LIMIT=48] -->
363    <string name="file_operation_rejected">File operation is not supported.</string>
364    <!-- Toast shown when the file operation is not supported [CHAR LIMIT=48] -->
365    <string name="file_operation_error">File operation failed.</string>
366    <!-- Toast shown when renaming document failed with an error [CHAR LIMIT=48] -->
367    <string name="rename_error">Failed to rename document</string>
368    <!-- Context Menu item that ejects the root selected [CHAR LIMIT=24] -->
369    <string name="menu_eject_root">Eject</string>
370    <!-- First line for notifications saying that some files were converted to a different format
371         during a copy. [CHAR LIMIT=48] -->
372    <string name="notification_copy_files_converted_title">Some files were converted</string>
373
374    <!-- Text in an alert dialog asking user to grant app access to a given directory in an external storage volume -->
375    <string name="open_external_dialog_request">Grant <xliff:g id="appName" example="System Settings"><b>^1</b></xliff:g>
376        access to <xliff:g id="directory" example="Pictures"><i>^2</i></xliff:g> directory on
377        <xliff:g id="storage" example="SD Card"><i>^3</i></xliff:g>?</string>
378    <!-- Text in an alert dialog asking user to grant app access to a given directory in the internal storage -->
379    <string name="open_external_dialog_request_primary_volume">Grant <xliff:g id="appName" example="System Settings"><b>^1</b></xliff:g>
380        access to <xliff:g id="directory" example="Pictures"><i>^2</i></xliff:g> directory?</string>
381    <!-- Text in an alert dialog asking user to grant app access to all data in an external storage volume -->
382    <string name="open_external_dialog_root_request">Grant <xliff:g id="appName" example="System Settings"><b>^1</b></xliff:g>
383        access to your data, including photos and videos, on <xliff:g id="storage" example="SD Card"><i>^2</i></xliff:g>?</string>
384    <!-- Text in the button asking user to allow access to a given directory. -->
385    <string name="allow">Allow</string>
386    <!-- Text in the button asking user to deny access to a given directory. -->
387    <string name="deny">Deny</string>
388    <!-- Dialog text shown to users when asking if they want to delete files (a confirmation). -->
389    <!-- Label text showing user how many items are selected. Can be one or more elements. -->
390    <plurals name="elements_selected">
391        <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> selected</item>
392        <item quantity="other"><xliff:g id="count" example="3">%1$d</xliff:g> selected</item>
393    </plurals>
394
395    <!-- Label text showing user how many items are being dragged. Can be one or more elements. -->
396    <plurals name="elements_dragged">
397        <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> item</item>
398        <item quantity="other"><xliff:g id="count" example="3">%1$d</xliff:g> items</item>
399    </plurals>
400
401    <!-- Dialog text shown to users when asking if they want to delete a file (a confirmation) -->
402    <string name="delete_filename_confirmation_message">Delete \"<xliff:g id="name" example="cat.jpg">%1$s</xliff:g>\"?</string>
403    <!-- Dialog text shown to users when asking if they want to delete a folder (a confirmation) -->
404    <string name="delete_foldername_confirmation_message">Delete folder \"<xliff:g id="name" example="Photos">%1$s</xliff:g>\" and its contents?</string>
405    <!-- Dialog text shown to users when asking if they want to delete files (a confirmation). -->
406    <plurals name="delete_files_confirmation_message">
407        <item quantity="one">Delete <xliff:g id="count" example="1">%1$d</xliff:g> file?</item>
408        <item quantity="other">Delete <xliff:g id="count" example="3">%1$d</xliff:g> files?</item>
409    </plurals>
410    <!-- Dialog text shown to users when asking if they want to delete folders (a confirmation). -->
411    <plurals name="delete_folders_confirmation_message">
412        <item quantity="one">Delete <xliff:g id="count" example="1">%1$d</xliff:g> folder and its contents?</item>
413        <item quantity="other">Delete <xliff:g id="count" example="3">%1$d</xliff:g> folders and their contents?</item>
414    </plurals>
415    <!-- Dialog text shown to users when asking if they want to delete mixed type items: files and folders (a confirmation). -->
416    <plurals name="delete_items_confirmation_message">
417        <item quantity="one">Delete <xliff:g id="count" example="1">%1$d</xliff:g> item?</item>
418        <item quantity="other">Delete <xliff:g id="count" example="3">%1$d</xliff:g> items?</item>
419    </plurals>
420
421    <!-- Shortcut label of Images root folder -->
422    <string name="images_shortcut_label">Images</string>
423
424    <!-- Error message shown when an archive fails to load -->
425    <string name="archive_loading_failed">Unable to open archive for browsing. File is either corrupt, or an unsupported format.</string>
426
427    <!-- Error message displayed in rename dialog when there is a conflict with an existing file. -->
428    <string name="name_conflict">A file with this name already exists.</string>
429
430    <!-- Error message shown when more authentication is necessary to view files  -->
431    <string name="authentication_required">To view this directory, sign in to <xliff:g id="name" example="Cloud Storage">%1$s</xliff:g></string>
432
433    <!-- Error message shown when content cannot be displayed due to lack of authentication -->
434    <string name="cant_display_content">Can\u2019t display contents</string>
435
436    <!-- Text shown on button to open an application that needs user to sign in -->
437    <string name="sign_in">Sign in</string>
438
439    <!-- File name of an archive file created when compressing files, without the file extension (.zip). -->
440    <string name="new_archive_file_name">archive<xliff:g id="extension" example=".zip">%s</xliff:g></string>
441
442    <!-- Dialog text shown when confirming if they want to overwrite a file -->
443    <string name="overwrite_file_confirmation_message">Overwrite <xliff:g id="name" example="foobar.txt">%1$s</xliff:g>?</string>
444
445    <!-- Button for continuing a file operation in background, eg. copying, moving or extracting. [CHAR LIMIT=48] -->
446    <string name="continue_in_background">Continue in background</string>
447
448    <!-- Label describing the number of selected items [CHAR LIMIT=48] -->
449    <plurals name="selected_count">
450        <item quantity="one"><xliff:g id="count" example="1">%1$d</xliff:g> selected</item>
451        <item quantity="other"><xliff:g id="count" example="3">%1$d</xliff:g> selected</item>
452    </plurals>
453
454    <!-- Header title for list of documents in recent root. [CHAR_LIMIT=60] -->
455    <string name="root_info_header_recent">Recent files</string>
456    <!-- Header title for list of documents in global searching. [CHAR_LIMIT=60] -->
457    <string name="root_info_header_global_search">Files</string>
458    <!-- Header title for list of documents in downloads root. [CHAR_LIMIT=60] -->
459    <string name="root_info_header_downloads">Files in Downloads</string>
460    <!-- Header title for list of documents in storage type root. [CHAR_LIMIT=60] -->
461    <string name="root_info_header_storage">Files on <xliff:g id="device" example="Pixel">%1$s</xliff:g></string>
462    <!-- Header title for list of documents in folder. [CHAR_LIMIT=60] -->
463    <string name="root_info_header_folder">Files in <xliff:g id="folder" example="DCIM">%1$s</xliff:g></string>
464    <!-- Header title for list of documents 3rd party provider root eg. Drive, Box. [CHAR_LIMIT=60] -->
465    <string name="root_info_header_app">Files from <xliff:g id="label" example="Drive">%1$s</xliff:g></string>
466    <!-- Header title for list of documents 3rd party provider root eg. Drive, Box. with root summary. The summary is usually present by email account[CHAR_LIMIT=60] -->
467    <string name="root_info_header_app_with_summary">Files from <xliff:g id="label" example="Drive">%1$s</xliff:g> / <xliff:g id="summary" example="example@com">%2$s</xliff:g></string>
468    <!-- On photo picking state, the header title for list of documents in recent root. [CHAR_LIMIT=60] -->
469    <string name="root_info_header_image_recent">Recent images</string>
470    <!-- On photo picking state, the header title for list of documents in global searching. [CHAR_LIMIT=60] -->
471    <string name="root_info_header_image_global_search">Images</string>
472    <!-- On photo picking state, the header title for list of documents in downloads root. [CHAR_LIMIT=60] -->
473    <string name="root_info_header_image_downloads">Images in Downloads</string>
474    <!-- On photo picking state, the header title for list of documents in storage type root. [CHAR_LIMIT=60] -->
475    <string name="root_info_header_image_storage">Images on <xliff:g id="device" example="Pixel">%1$s</xliff:g></string>
476    <!-- On photo picking state, the header title for list of documents in folder. [CHAR_LIMIT=60] -->
477    <string name="root_info_header_image_folder">Images in <xliff:g id="folder" example="DCIM">%1$s</xliff:g></string>
478    <!-- On photo picking state, the header title for list of documents 3rd party provider root eg. Drive, Box. [CHAR_LIMIT=60] -->
479    <string name="root_info_header_image_app">Images from <xliff:g id="label" example="Drive">%1$s</xliff:g></string>
480    <!-- On photo picking state, the header title for list of documents 3rd party provider root eg. Drive, Box. with root summary. The summary is usually present by email account[CHAR_LIMIT=60] -->
481    <string name="root_info_header_image_app_with_summary">Images from <xliff:g id="label" example="Drive">%1$s</xliff:g> / <xliff:g id="summary" example="example@com">%2$s</xliff:g></string>
482
483    <!-- Title for images chip. [CHAR_LIMIT=25] -->
484    <string name="chip_title_images">Images</string>
485    <!-- Title for audio chip. [CHAR_LIMIT=25] -->
486    <string name="chip_title_audio">Audio</string>
487    <!-- Title for videos chip. [CHAR_LIMIT=25] -->
488    <string name="chip_title_videos">Videos</string>
489    <!-- Title for image chip. [CHAR_LIMIT=25] -->
490    <string name="chip_title_documents">Documents</string>
491    <!-- Title for large file chip. [CHAR_LIMIT=25] -->
492    <string name="chip_title_large_files">Large files</string>
493    <!-- Title for from this week chip. [CHAR_LIMIT=25] -->
494    <string name="chip_title_from_this_week">This week</string>
495
496    <!-- Hint on text input field for create new folder. [CHAR_LIMIT=48] -->
497    <string name="input_hint_new_folder">Folder name</string>
498    <!-- Hint on text input field for rename the file or the folder. [CHAR_LIMIT=48] -->
499    <string name="input_hint_rename">New name</string>
500
501    <!-- Content description for preview function. -->
502    <string name="preview_file">Preview the file <xliff:g id="fileName" example="example.jpg">%1$s</xliff:g></string>
503    <!-- Content description text that's spoken by a screen reader. This text is for previewing a work file before opening it. -->
504    <string name="preview_work_file">Preview the work file <xliff:g id="fileName" example="example.jpg">%1$s</xliff:g></string>
505
506    <!-- Apps row title. [CHAR_LIMIT=60] -->
507    <string name="apps_row_title">Browse files in other apps</string>
508
509    <!-- The default name to present the anonymous application-->
510    <string name="anonymous_application">Anonymous</string>
511    <!-- Button text show on open document tree flow. [CHAR_LIMIT=48] -->
512    <string name="open_tree_button">Use this folder</string>
513    <!-- Confrim dialog title show on open document tree flow. [CHAR_LIMIT=80] -->
514    <string name="open_tree_dialog_title">Allow <xliff:g id="appName" example="Drive">%1$s</xliff:g> to access files in <xliff:g id="directory" example="DCIM">%2$s</xliff:g>?</string>
515    <!-- Confrim dialog message show on open document tree flow.-->
516    <string name="open_tree_dialog_message">This will let <xliff:g id="appName" example="Drive">%1$s</xliff:g> access current and future content stored in <xliff:g id="directory" example="DCIM">%2$s</xliff:g>.</string>
517    <!-- Header message title show on open document tree flow when directory is blocked. [CHAR_LIMIT=48] -->
518    <string name="directory_blocked_header_title">Can\u2019t use this folder</string>
519    <!-- Header message subtitle show on open document tree flow when directory is blocked. [CHAR_LIMIT=90]-->
520    <string name="directory_blocked_header_subtitle">To protect your privacy, choose another folder</string>
521    <!-- Button text for the "create new folder" button. [CHAR_LIMIT=48] -->
522    <string name="create_new_folder_button">Create new folder</string>
523
524
525    <!-- Search hint on search view. [CHAR LIMIT=48] -->
526    <string name="search_bar_hint">Search this phone</string>
527
528    <!-- Content description for deleting search history. [CHAR_LIMIT=60] -->
529    <string name="delete_search_history">Delete search history <xliff:g id="text" example="image">%1$s</xliff:g></string>
530
531    <!-- Label in tab and sidebar to indicate personal content [CHAR LIMIT=40] -->
532    <string name="personal_tab">Personal</string>
533
534    <!-- Label in tab and sidebar tab to indicate work content [CHAR LIMIT=40] -->
535    <string name="work_tab">Work</string>
536
537    <!-- Accessibility label to indicate the subject(e.g. file/folder) is from work profile -->
538    <string name="a11y_work">Work</string>
539
540    <!-- Snackbar shown when users drag and drop files from another app
541    to DocumentsUI. [CHAR_LIMIT=100] -->
542    <string name="drag_from_another_app">You can\u2019t move files from another app.</string>
543</resources>
544