blob: 3dc111aa97039802e6248b10b5b18dfcb10ecd4b [file] [log] [blame]
Jeff Sharkey9e0036e2013-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 Sharkeybe8b12e2013-07-01 16:56:54 -070017<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Jeff Sharkeyed903212013-09-10 17:56:39 -070018 <!-- Title of the documents application [CHAR LIMIT=32] -->
Jeff Sharkey9e0036e2013-04-26 16:54:55 -070019 <string name="app_label">Documents</string>
Jeff Sharkey54e55b72013-06-30 20:02:59 -070020
Steve McKay82532432015-07-27 12:02:37 -070021 <!-- Title of the standalone files activity. [CHAR LIMIT=32] -->
22 <string name="files_label">Files</string>
23
Steve McKay8fd086a2015-12-04 11:19:09 -080024 <!-- Title of the standalone downloads activity. [CHAR LIMIT=32] -->
25 <string name="downloads_label">Downloads</string>
26
Jeff Sharkeyed903212013-09-10 17:56:39 -070027 <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] -->
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070028 <string name="title_open">Open from</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070029 <!-- Action bar title prompting user to choose a location to save a document to [CHAR LIMIT=32] -->
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070030 <string name="title_save">Save to</string>
Jeff Sharkey54e55b72013-06-30 20:02:59 -070031
Jeff Sharkeyed903212013-09-10 17:56:39 -070032 <!-- Menu item that creates a new directory/folder at the current location [CHAR LIMIT=24] -->
Steve McKay5bbae102015-10-01 11:39:24 -070033 <string name="menu_create_dir">New folder</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070034 <!-- Menu item that switches view to show documents as a large-format grid of thumbnails [CHAR LIMIT=24] -->
Jeff Sharkey54e55b72013-06-30 20:02:59 -070035 <string name="menu_grid">Grid view</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070036 <!-- Menu item that switches view to show documents as a list [CHAR LIMIT=24] -->
Jeff Sharkey54e55b72013-06-30 20:02:59 -070037 <string name="menu_list">List view</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070038 <!-- Menu item that switches the criteria with which documents are sorted [CHAR LIMIT=24] -->
Jeff Sharkey54e55b72013-06-30 20:02:59 -070039 <string name="menu_sort">Sort by</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070040 <!-- Menu item that enters a mode to search for documents [CHAR LIMIT=24] -->
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070041 <string name="menu_search">Search</string>
Steve McKayefa17612016-01-29 18:15:39 -080042 <!-- Menu item that enters activity to change settings for current root [CHAR LIMIT=24] -->
43 <string name="menu_settings">Storage settings</string>
Jeff Sharkey54e55b72013-06-30 20:02:59 -070044
Jeff Sharkeyed903212013-09-10 17:56:39 -070045 <!-- Menu item title that opens the selected documents [CHAR LIMIT=24] -->
Jeff Sharkeybe8b12e2013-07-01 16:56:54 -070046 <string name="menu_open">Open</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070047 <!-- Menu item title that saves the current document [CHAR LIMIT=24] -->
Jeff Sharkeybe8b12e2013-07-01 16:56:54 -070048 <string name="menu_save">Save</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070049 <!-- Menu item title that shares the selected documents [CHAR LIMIT=24] -->
Jeff Sharkey4eb407a2013-08-18 17:38:20 -070050 <string name="menu_share">Share</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070051 <!-- Menu item title that deletes the selected documents [CHAR LIMIT=24] -->
Jeff Sharkey4eb407a2013-08-18 17:38:20 -070052 <string name="menu_delete">Delete</string>
Ben Kwa3bcc94882015-03-31 08:15:21 -070053 <!-- Menu item title that selects all documents in the current directory [CHAR LIMIT=24] -->
Jeff Sharkey5fc24732015-06-10 14:21:27 -070054 <string name="menu_select_all">Select all</string>
Ben Kwad99109f2015-03-31 10:11:43 -070055 <!-- Menu item title that copies the selected documents [CHAR LIMIT=24] -->
56 <string name="menu_copy">Copy to\u2026</string>
Ben Kwa0b4a3c42015-05-05 11:50:11 -070057 <!-- Menu item title that moves the selected documents [CHAR LIMIT=24] -->
58 <string name="menu_move">Move to\u2026</string>
Jeff Sharkeybe8b12e2013-07-01 16:56:54 -070059
Steve McKay9f9d5b42015-09-23 15:44:24 -070060 <!-- Menu item title that creates a new window in the activity [CHAR LIMIT=24] -->
61 <string name="menu_new_window">New window</string>
Steve McKaybdbd0ff2015-05-20 15:58:42 -070062 <!-- Menu item title that copies the selected documents to clipboard [CHAR LIMIT=24] -->
63 <string name="menu_copy_to_clipboard">Copy</string>
64 <!-- Menu item title that pastes files from the clipboard [CHAR LIMIT=24] -->
65 <string name="menu_paste_from_clipboard">Paste</string>
66
Jeff Sharkey669f8e72014-08-08 15:10:03 -070067 <!-- Menu item that reveals internal storage built into the device [CHAR LIMIT=24] -->
Steve McKaye3a798c2016-01-26 17:44:57 -080068 <string name="menu_advanced_show">Show internal storage</string>
Jeff Sharkey669f8e72014-08-08 15:10:03 -070069 <!-- Menu item that hides internal storage built into the device [CHAR LIMIT=24] -->
Steve McKaye3a798c2016-01-26 17:44:57 -080070 <string name="menu_advanced_hide">Hide internal storage</string>
Jeff Sharkey669f8e72014-08-08 15:10:03 -070071
72 <!-- Menu item that reveals the sizes of displayed files [CHAR LIMIT=24] -->
73 <string name="menu_file_size_show">Show file size</string>
74 <!-- Menu item that hides the sizes of displayed files [CHAR LIMIT=24] -->
75 <string name="menu_file_size_hide">Hide file size</string>
76
Daichi Hironoac990ce2015-05-27 15:20:10 -070077 <!-- Button label that select the current directory [CHAR LIMIT=24] -->
78 <string name="button_select">Select</string>
Ben Kwacc345212015-05-18 13:18:05 -070079 <!-- Button label that copies files to the current directory [CHAR LIMIT=24] -->
Daichi Hironode021ab2015-04-14 12:16:59 +090080 <string name="button_copy">Copy</string>
Ben Kwacc345212015-05-18 13:18:05 -070081 <!-- Button label that moves files to the current directory [CHAR LIMIT=24] -->
82 <string name="button_move">Move</string>
Ben Kwa3b19e312015-09-16 08:04:37 -070083 <!-- Button label that hides the error bar [CHAR LIMIT=24] -->
84 <string name="button_dismiss">Dismiss</string>
Ben Kwa91bec532015-09-16 13:15:38 -070085 <string name="button_retry">Try Again</string>
Steve McKay35645432016-01-20 15:09:35 -080086
Jeff Sharkeyed903212013-09-10 17:56:39 -070087 <!-- Mode that sorts documents by their display name alphabetically [CHAR LIMIT=24] -->
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070088 <string name="sort_name">By name</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070089 <!-- Mode that sorts documents by their last modified time in descending order; most recent first [CHAR LIMIT=24] -->
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070090 <string name="sort_date">By date modified</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070091 <!-- Mode that sorts documents by their file size in descending order; largest first [CHAR LIMIT=24] -->
Jeff Sharkey9fb567b2013-08-07 16:22:02 -070092 <string name="sort_size">By size</string>
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070093
Jeff Sharkeyed903212013-09-10 17:56:39 -070094 <!-- Accessibility title to open the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey7e258b32013-08-01 11:01:47 -070095 <string name="drawer_open">Show roots</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070096 <!-- Accessibility title to close the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey7e258b32013-08-01 11:01:47 -070097 <string name="drawer_close">Hide roots</string>
98
Jeff Sharkeyed903212013-09-10 17:56:39 -070099 <!-- Toast shown when saving a document failed with an error [CHAR LIMIT=48] -->
Jeff Sharkey7e258b32013-08-01 11:01:47 -0700100 <string name="save_error">Failed to save document</string>
Jeff Sharkeydeffade2013-09-24 12:07:12 -0700101 <!-- Toast shown when creating a folder failed with an error [CHAR LIMIT=48] -->
102 <string name="create_error">Failed to create folder</string>
Jeff Sharkey7aa76012013-09-30 14:26:27 -0700103 <!-- Error message shown when querying for a list of documents failed [CHAR LIMIT=48] -->
Ben Kwac9b3bde2016-02-04 19:06:56 -0800104 <string name="query_error">Can\u2019t load content at the moment</string>
Jeff Sharkey14827892013-07-01 17:22:02 -0700105
Jeff Sharkeyed903212013-09-10 17:56:39 -0700106 <!-- Title of storage root location that contains recently modified or used documents [CHAR LIMIT=24] -->
Jeff Sharkeyef7184a2013-08-05 17:56:48 -0700107 <string name="root_recent">Recent</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -0700108 <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] -->
Jeff Sharkey9fb567b2013-08-07 16:22:02 -0700109 <string name="root_available_bytes"><xliff:g id="size" example="3GB">%1$s</xliff:g> free</string>
Jeff Sharkeyef7184a2013-08-05 17:56:48 -0700110
Jeff Sharkeyed903212013-09-10 17:56:39 -0700111 <!-- Header title for list of storage roots that contains cloud services [CHAR LIMIT=24] -->
112 <string name="root_type_service">Storage services</string>
113 <!-- Header title for list of storage roots that contains shortcuts to documents that may be available elsewhere [CHAR LIMIT=24] -->
Jeff Sharkey66516692013-08-06 11:26:10 -0700114 <string name="root_type_shortcut">Shortcuts</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -0700115 <!-- Header title for list of storage roots that contains physical devices [CHAR LIMIT=24] -->
Jeff Sharkey66516692013-08-06 11:26:10 -0700116 <string name="root_type_device">Devices</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -0700117 <!-- Header title for list of additional apps that can provide documents [CHAR LIMIT=24] -->
Jeff Sharkey54ca29a2013-08-15 11:24:03 -0700118 <string name="root_type_apps">More apps</string>
Jeff Sharkey66516692013-08-06 11:26:10 -0700119
Jeff Sharkeyed903212013-09-10 17:56:39 -0700120 <!-- Text shown when a directory of documents is empty [CHAR LIMIT=24] -->
Jeff Sharkey9fb567b2013-08-07 16:22:02 -0700121 <string name="empty">No items</string>
Steve McKay9ed88a42016-01-21 18:46:15 -0800122 <!-- Text shown when a file search returns no items [CHAR LIMIT=32] -->
123 <string name="no_results">No matches in %1$s</string>
Jeff Sharkey9fb567b2013-08-07 16:22:02 -0700124
Jeff Sharkeyed903212013-09-10 17:56:39 -0700125 <!-- Toast shown when no app can be found to open the selected document [CHAR LIMIT=48] -->
Ben Kwafd53fde2016-02-05 08:02:21 -0800126 <string name="toast_no_application">Can\u2019t open file</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -0700127 <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] -->
Jeff Sharkey4eb407a2013-08-18 17:38:20 -0700128 <string name="toast_failed_delete">Unable to delete some documents</string>
129
Jeff Sharkeyed903212013-09-10 17:56:39 -0700130 <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] -->
Jeff Sharkeyb5133112013-09-01 18:41:04 -0700131 <string name="share_via">Share via</string>
132
Ben Kwad99109f2015-03-31 10:11:43 -0700133 <!-- Title of the copy notification [CHAR LIMIT=24] -->
134 <string name="copy_notification_title">Copying files</string>
Ben Kwa05b7b152015-05-28 16:18:59 -0700135 <!-- Title of the move notification [CHAR LIMIT=24] -->
136 <string name="move_notification_title">Moving files</string>
Steve McKay7a3b8112016-02-23 10:06:50 -0800137 <!-- Title of the move notification [CHAR LIMIT=24] -->
138 <string name="delete_notification_title">Deleting files</string>
Ben Kwad99109f2015-03-31 10:11:43 -0700139 <!-- Text shown on the copy notification to indicate remaining time, in minutes [CHAR LIMIT=24] -->
140 <string name="copy_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
141 <!-- Toast shown when a file copy is kicked off -->
142 <plurals name="copy_begin">
Tomasz Mikolajewskieafb2672015-04-21 14:25:24 +0200143 <item quantity="one">Copying <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
144 <item quantity="other">Copying <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
Ben Kwad99109f2015-03-31 10:11:43 -0700145 </plurals>
Ben Kwa0b4a3c42015-05-05 11:50:11 -0700146 <plurals name="move_begin">
147 <item quantity="one">Moving <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
148 <item quantity="other">Moving <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
149 </plurals>
Ben Kwa304895a2015-08-27 16:06:33 -0700150 <!-- Text shown when files are deleted -->
151 <plurals name="deleting">
152 <item quantity="one">Deleting <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
153 <item quantity="other">Deleting <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
154 </plurals>
155 <!-- Text shown for the undo button -->
156 <string name="undo">Undo</string>
Ben Kwa05b7b152015-05-28 16:18:59 -0700157 <!-- Text shown on the notification while DocumentsUI performs setup in preparation for copying files [CHAR LIMIT=32] -->
Ben Kwa726cf702015-04-08 15:03:35 -0700158 <string name="copy_preparing">Preparing for copy\u2026</string>
Ben Kwa05b7b152015-05-28 16:18:59 -0700159 <!-- Text shown on the notification while DocumentsUI performs setup in preparation for moving files [CHAR LIMIT=32] -->
160 <string name="move_preparing">Preparing for move\u2026</string>
Steve McKay35645432016-01-20 15:09:35 -0800161 <!-- Text shown on the notification while DocumentsUI performs setup in preparation for deleting files [CHAR LIMIT=32] -->
162 <string name="delete_preparing">Preparing for delete\u2026</string>
Tomasz Mikolajewski61686592015-04-13 19:38:43 +0900163 <!-- Title of the copy error notification [CHAR LIMIT=48] -->
164 <plurals name="copy_error_notification_title">
Ben Kwafd53fde2016-02-05 08:02:21 -0800165 <item quantity="one">Couldn\u2019t copy <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
166 <item quantity="other">Couldn\u2019t copy <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
Tomasz Mikolajewski61686592015-04-13 19:38:43 +0900167 </plurals>
Ben Kwa05b7b152015-05-28 16:18:59 -0700168 <!-- Title of the move error notification [CHAR LIMIT=48] -->
169 <plurals name="move_error_notification_title">
Ben Kwafd53fde2016-02-05 08:02:21 -0800170 <item quantity="one">Couldn\u2019t move <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
171 <item quantity="other">Couldn\u2019t move <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
Ben Kwa05b7b152015-05-28 16:18:59 -0700172 </plurals>
Steve McKay35645432016-01-20 15:09:35 -0800173 <!-- Title of the delete error notification [CHAR LIMIT=48] -->
174 <plurals name="delete_error_notification_title">
Ben Kwafd53fde2016-02-05 08:02:21 -0800175 <item quantity="one">Couldn\u2019t delete <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
176 <item quantity="other">Couldn\u2019t delete <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
Steve McKay35645432016-01-20 15:09:35 -0800177 </plurals>
Tomasz Mikolajewski61686592015-04-13 19:38:43 +0900178 <!-- Second line for notifications saying that more information will be shown after touching [CHAR LIMIT=48] -->
Steve McKay9814a1a2016-01-22 15:44:31 -0800179 <string name="notification_touch_for_details">Tap to view details</string>
Tomasz Mikolajewskiaf231f02016-01-25 16:25:25 +0900180 <!-- Label of the close dialog button.[CHAR LIMIT=24] -->
181 <string name="close">Close</string>
Tomasz Mikolajewski61686592015-04-13 19:38:43 +0900182 <!-- Contents of the copying failure alert dialog. [CHAR LIMIT=48] -->
Ben Kwafd53fde2016-02-05 08:02:21 -0800183 <string name="copy_failure_alert_content">These files weren\u2019t copied: <xliff:g id="list">%1$s</xliff:g></string>
Ben Kwa05b7b152015-05-28 16:18:59 -0700184 <!-- Contents of the moving failure alert dialog. [CHAR LIMIT=48] -->
Ben Kwafd53fde2016-02-05 08:02:21 -0800185 <string name="move_failure_alert_content">These files weren\u2019t moved: <xliff:g id="list">%1$s</xliff:g></string>
Tomasz Mikolajewski748ea8c2016-01-22 16:22:51 +0900186 <!-- Contents of the copying warning dialog due to converted files. [CHAR LIMIT=64] -->
187 <string name="copy_converted_warning_content">These files were converted to another format: <xliff:g id="list" example="Document.pdf, Photo.jpg, Song.ogg">%1$s</xliff:g></string>
Steve McKay3da8afc2015-05-05 14:50:00 -0700188 <!-- Toast shown when a user copies files to clipboard. -->
189 <plurals name="clipboard_files_clipped">
190 <item quantity="one">Copied <xliff:g id="count" example="1">%1$d</xliff:g> file to clipboard.</item>
191 <item quantity="other">Copied <xliff:g id="count" example="3">%1$d</xliff:g> files to clipboard.</item>
192 </plurals>
193 <!-- Toast shown when a user tries to paste files into an unsupported location. -->
Steve McKay549636b2015-06-03 11:21:53 -0700194 <string name="clipboard_files_cannot_paste">Cannot paste the selected files in this location.</string>
Aga Wronska3b327ef2016-01-20 16:32:33 -0800195 <!-- Menu item that renames the selected document [CHAR LIMIT=24] -->
196 <string name="menu_rename">Rename</string>
197 <!-- Toast shown when renaming document failed with an error [CHAR LIMIT=48] -->
198 <string name="rename_error">Failed to rename document</string>
Tomasz Mikolajewski748ea8c2016-01-22 16:22:51 +0900199 <!-- First line for notifications saying that some files were converted to a different format
200 during a copy. [CHAR LIMIT=48] -->
201 <string name="notification_copy_files_converted_title">Some files were converted</string>
Felipe Lemeb012f912016-01-22 16:49:55 -0800202
203 <!-- DO NOT TRANSLATE - final phrase has not been decided yet (b/26750152) -->
204 <string name="open_external_dialog_request">Grant <xliff:g id="appName" example="System Settings"><b>^1</b></xliff:g>
205 access to <xliff:g id="directory" example="Pictures"><i>^2</i></xliff:g> folder on
206 <xliff:g id="storage" example="SD Card"><i>^3</i></xliff:g>?</string>
207 <!-- Text in the button asking user to allow access to a given directory. -->
208 <string name="allow">Allow</string>
209 <!-- Text in the button asking user to deny access to a given directory. -->
210 <string name="deny">Deny</string>
Steve McKay7a3b8112016-02-23 10:06:50 -0800211 <!-- Dialog title shown to users when asking if they want to delete files (a confirmation). -->
212 <string name="delete_confirmation_title">Delete files?</string>
213 <!-- Dialog text shown to users when asking if they want to delete files (a confirmation). -->
214 <plurals name="delete_confirmation_message">
215 <item quantity="one">Are you sure you want to delete <xliff:g id="count" example="1">%1$d</xliff:g> file?</item>
216 <item quantity="other">Are you sure you want to delete <xliff:g id="count" example="3">%1$d</xliff:g> files?</item>
217 </plurals>
Jeff Sharkey9e0036e2013-04-26 16:54:55 -0700218</resources>