blob: a4acb604c1ef76880321e13ed2433573b0a186d6 [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] -->
Jeff Sharkeye22d02e2013-04-26 16:54:55 -070019 <string name="app_label">Documents</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070020
Steve McKay52cbfb82015-07-27 12:02:37 -070021 <!-- Title of the standalone files activity. [CHAR LIMIT=32] -->
22 <string name="files_label">Files</string>
23
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070024 <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070025 <string name="title_open">Open from</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070026 <!-- Action bar title prompting user to choose a location to save a document to [CHAR LIMIT=32] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070027 <string name="title_save">Save to</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070028
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070029 <!-- Menu item that creates a new directory/folder at the current location [CHAR LIMIT=24] -->
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070030 <string name="menu_create_dir">Create folder</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070031 <!-- Menu item that switches view to show documents as a large-format grid of thumbnails [CHAR LIMIT=24] -->
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070032 <string name="menu_grid">Grid view</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070033 <!-- Menu item that switches view to show documents as a list [CHAR LIMIT=24] -->
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070034 <string name="menu_list">List view</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070035 <!-- Menu item that switches the criteria with which documents are sorted [CHAR LIMIT=24] -->
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070036 <string name="menu_sort">Sort by</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070037 <!-- Menu item that enters a mode to search for documents [CHAR LIMIT=24] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070038 <string name="menu_search">Search</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070039 <!-- Menu item that enters activity to change settings [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -070040 <string name="menu_settings">Settings</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070041
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070042 <!-- Menu item title that opens the selected documents [CHAR LIMIT=24] -->
Jeff Sharkeyc317af82013-07-01 16:56:54 -070043 <string name="menu_open">Open</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070044 <!-- Menu item title that saves the current document [CHAR LIMIT=24] -->
Jeff Sharkeyc317af82013-07-01 16:56:54 -070045 <string name="menu_save">Save</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070046 <!-- Menu item title that shares the selected documents [CHAR LIMIT=24] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -070047 <string name="menu_share">Share</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070048 <!-- Menu item title that deletes the selected documents [CHAR LIMIT=24] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -070049 <string name="menu_delete">Delete</string>
Ben Kwa512a6ba2015-03-31 08:15:21 -070050 <!-- Menu item title that selects all documents in the current directory [CHAR LIMIT=24] -->
Jeff Sharkey584aeaa2015-06-10 14:21:27 -070051 <string name="menu_select_all">Select all</string>
Ben Kwa41b26c12015-03-31 10:11:43 -070052 <!-- Menu item title that copies the selected documents [CHAR LIMIT=24] -->
53 <string name="menu_copy">Copy to\u2026</string>
Ben Kwacb4461f2015-05-05 11:50:11 -070054 <!-- Menu item title that moves the selected documents [CHAR LIMIT=24] -->
55 <string name="menu_move">Move to\u2026</string>
Jeff Sharkeyc317af82013-07-01 16:56:54 -070056
Steve McKayf2c8b0d2015-09-23 15:44:24 -070057 <!-- Menu item title that creates a new window in the activity [CHAR LIMIT=24] -->
58 <string name="menu_new_window">New window</string>
Steve McKay1f199482015-05-20 15:58:42 -070059 <!-- Menu item title that copies the selected documents to clipboard [CHAR LIMIT=24] -->
60 <string name="menu_copy_to_clipboard">Copy</string>
61 <!-- Menu item title that pastes files from the clipboard [CHAR LIMIT=24] -->
62 <string name="menu_paste_from_clipboard">Paste</string>
63
Jeff Sharkeye8d13ea2014-08-08 15:10:03 -070064 <!-- Menu item that reveals internal storage built into the device [CHAR LIMIT=24] -->
65 <string name="menu_advanced_show" product="nosdcard">Show internal storage</string>
66 <!-- Menu item that reveals SD cards built into the device [CHAR LIMIT=24] -->
67 <string name="menu_advanced_show" product="default">Show SD card</string>
68 <!-- Menu item that hides internal storage built into the device [CHAR LIMIT=24] -->
69 <string name="menu_advanced_hide" product="nosdcard">Hide internal storage</string>
70 <!-- Menu item that hides SD cards built into the device [CHAR LIMIT=24] -->
71 <string name="menu_advanced_hide" product="default">Hide SD card</string>
72
73 <!-- Menu item that reveals the sizes of displayed files [CHAR LIMIT=24] -->
74 <string name="menu_file_size_show">Show file size</string>
75 <!-- Menu item that hides the sizes of displayed files [CHAR LIMIT=24] -->
76 <string name="menu_file_size_hide">Hide file size</string>
77
Daichi Hirono4e2bb182015-05-27 15:20:10 -070078 <!-- Button label that select the current directory [CHAR LIMIT=24] -->
79 <string name="button_select">Select</string>
Ben Kwa0e66b9b2015-05-18 13:18:05 -070080 <!-- Button label that copies files to the current directory [CHAR LIMIT=24] -->
Daichi Hirono676453c2015-04-14 12:16:59 +090081 <string name="button_copy">Copy</string>
Ben Kwa0e66b9b2015-05-18 13:18:05 -070082 <!-- Button label that moves files to the current directory [CHAR LIMIT=24] -->
83 <string name="button_move">Move</string>
Ben Kwac42fa402015-09-16 08:04:37 -070084 <!-- Button label that hides the error bar [CHAR LIMIT=24] -->
85 <string name="button_dismiss">Dismiss</string>
Ben Kwa2f975262015-09-16 13:15:38 -070086 <string name="button_retry">Try Again</string>
87
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070088 <!-- Mode that sorts documents by their display name alphabetically [CHAR LIMIT=24] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070089 <string name="sort_name">By name</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070090 <!-- Mode that sorts documents by their last modified time in descending order; most recent first [CHAR LIMIT=24] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070091 <string name="sort_date">By date modified</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070092 <!-- Mode that sorts documents by their file size in descending order; largest first [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -070093 <string name="sort_size">By size</string>
Jeff Sharkey46165b52013-07-31 20:53:22 -070094
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070095 <!-- Accessibility title to open the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey78278212013-08-01 11:01:47 -070096 <string name="drawer_open">Show roots</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070097 <!-- Accessibility title to close the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey78278212013-08-01 11:01:47 -070098 <string name="drawer_close">Hide roots</string>
99
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700100 <!-- Toast shown when saving a document failed with an error [CHAR LIMIT=48] -->
Jeff Sharkey78278212013-08-01 11:01:47 -0700101 <string name="save_error">Failed to save document</string>
Jeff Sharkey38ec2522013-09-24 12:07:12 -0700102 <!-- Toast shown when creating a folder failed with an error [CHAR LIMIT=48] -->
103 <string name="create_error">Failed to create folder</string>
Jeff Sharkey3fd11772013-09-30 14:26:27 -0700104 <!-- Error message shown when querying for a list of documents failed [CHAR LIMIT=48] -->
105 <string name="query_error">Failed to query documents</string>
Jeff Sharkey3c28b792013-07-01 17:22:02 -0700106
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700107 <!-- Title of storage root location that contains recently modified or used documents [CHAR LIMIT=24] -->
Jeff Sharkeya5defe32013-08-05 17:56:48 -0700108 <string name="root_recent">Recent</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700109 <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -0700110 <string name="root_available_bytes"><xliff:g id="size" example="3GB">%1$s</xliff:g> free</string>
Jeff Sharkeya5defe32013-08-05 17:56:48 -0700111
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700112 <!-- Header title for list of storage roots that contains cloud services [CHAR LIMIT=24] -->
113 <string name="root_type_service">Storage services</string>
114 <!-- 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 -0700115 <string name="root_type_shortcut">Shortcuts</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700116 <!-- Header title for list of storage roots that contains physical devices [CHAR LIMIT=24] -->
Jeff Sharkey76112212013-08-06 11:26:10 -0700117 <string name="root_type_device">Devices</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700118 <!-- Header title for list of additional apps that can provide documents [CHAR LIMIT=24] -->
Jeff Sharkey1d890e02013-08-15 11:24:03 -0700119 <string name="root_type_apps">More apps</string>
Jeff Sharkey76112212013-08-06 11:26:10 -0700120
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700121 <!-- Text shown when a directory of documents is empty [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -0700122 <string name="empty">No items</string>
123
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700124 <!-- Toast shown when no app can be found to open the selected document [CHAR LIMIT=48] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -0700125 <string name="toast_no_application">Can\'t open file</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700126 <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -0700127 <string name="toast_failed_delete">Unable to delete some documents</string>
128
Jeff Sharkey5e1884d2013-09-10 17:56:39 -0700129 <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] -->
Jeff Sharkeyb3620442013-09-01 18:41:04 -0700130 <string name="share_via">Share via</string>
131
Ben Kwa41b26c12015-03-31 10:11:43 -0700132 <!-- Title of the copy notification [CHAR LIMIT=24] -->
133 <string name="copy_notification_title">Copying files</string>
Ben Kwacf870112015-05-28 16:18:59 -0700134 <!-- Title of the move notification [CHAR LIMIT=24] -->
135 <string name="move_notification_title">Moving files</string>
Ben Kwa41b26c12015-03-31 10:11:43 -0700136 <!-- Text shown on the copy notification to indicate remaining time, in minutes [CHAR LIMIT=24] -->
137 <string name="copy_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
138 <!-- Toast shown when a file copy is kicked off -->
139 <plurals name="copy_begin">
Tomasz Mikolajewski434fab42015-04-21 14:25:24 +0200140 <item quantity="one">Copying <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
141 <item quantity="other">Copying <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
Ben Kwa41b26c12015-03-31 10:11:43 -0700142 </plurals>
Ben Kwacb4461f2015-05-05 11:50:11 -0700143 <plurals name="move_begin">
144 <item quantity="one">Moving <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
145 <item quantity="other">Moving <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
146 </plurals>
Ben Kwa91923182015-08-27 16:06:33 -0700147 <!-- Text shown when files are deleted -->
148 <plurals name="deleting">
149 <item quantity="one">Deleting <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
150 <item quantity="other">Deleting <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
151 </plurals>
152 <!-- Text shown for the undo button -->
153 <string name="undo">Undo</string>
Ben Kwacf870112015-05-28 16:18:59 -0700154 <!-- Text shown on the notification while DocumentsUI performs setup in preparation for copying files [CHAR LIMIT=32] -->
Ben Kwaf527c632015-04-08 15:03:35 -0700155 <string name="copy_preparing">Preparing for copy\u2026</string>
Ben Kwacf870112015-05-28 16:18:59 -0700156 <!-- Text shown on the notification while DocumentsUI performs setup in preparation for moving files [CHAR LIMIT=32] -->
157 <string name="move_preparing">Preparing for move\u2026</string>
Tomasz Mikolajewski332d8192015-04-13 19:38:43 +0900158 <!-- Title of the copy error notification [CHAR LIMIT=48] -->
159 <plurals name="copy_error_notification_title">
Tomasz Mikolajewski434fab42015-04-21 14:25:24 +0200160 <item quantity="one">Couldn\'t copy <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
161 <item quantity="other">Couldn\'t copy <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
Tomasz Mikolajewski332d8192015-04-13 19:38:43 +0900162 </plurals>
Ben Kwacf870112015-05-28 16:18:59 -0700163 <!-- Title of the move error notification [CHAR LIMIT=48] -->
164 <plurals name="move_error_notification_title">
165 <item quantity="one">Couldn\'t move <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
166 <item quantity="other">Couldn\'t move <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
167 </plurals>
Tomasz Mikolajewski332d8192015-04-13 19:38:43 +0900168 <!-- Second line for notifications saying that more information will be shown after touching [CHAR LIMIT=48] -->
169 <string name="notification_touch_for_details">Touch to view details</string>
170 <!-- Label of a dialog button for retrying a failed operation [CHAR LIMIT=24] -->
171 <string name="retry">Retry</string>
Tomasz Mikolajewski332d8192015-04-13 19:38:43 +0900172 <!-- Contents of the copying failure alert dialog. [CHAR LIMIT=48] -->
Tomasz Mikolajewski434fab42015-04-21 14:25:24 +0200173 <string name="copy_failure_alert_content">These files weren\'t copied: <xliff:g id="list">%1$s</xliff:g></string>
Ben Kwacf870112015-05-28 16:18:59 -0700174 <!-- Contents of the moving failure alert dialog. [CHAR LIMIT=48] -->
175 <string name="move_failure_alert_content">These files weren\'t moved: <xliff:g id="list">%1$s</xliff:g></string>
Steve McKay0599a442015-05-05 14:50:00 -0700176 <!-- Toast shown when a user copies files to clipboard. -->
177 <plurals name="clipboard_files_clipped">
178 <item quantity="one">Copied <xliff:g id="count" example="1">%1$d</xliff:g> file to clipboard.</item>
179 <item quantity="other">Copied <xliff:g id="count" example="3">%1$d</xliff:g> files to clipboard.</item>
180 </plurals>
181 <!-- Toast shown when a user tries to paste files into an unsupported location. -->
Steve McKay75d6e0d2015-06-03 11:21:53 -0700182 <string name="clipboard_files_cannot_paste">Cannot paste the selected files in this location.</string>
Jeff Sharkeye22d02e2013-04-26 16:54:55 -0700183</resources>