blob: 2de3af94484fa0ff0675c862aa6b8d65c714d465 [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
Jeff Sharkeyed903212013-09-10 17:56:39 -070021 <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] -->
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070022 <string name="title_open">Open from</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070023 <!-- Action bar title prompting user to choose a location to save a document to [CHAR LIMIT=32] -->
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070024 <string name="title_save">Save to</string>
Jeff Sharkey54e55b72013-06-30 20:02:59 -070025
Jeff Sharkeyed903212013-09-10 17:56:39 -070026 <!-- Menu item that creates a new directory/folder at the current location [CHAR LIMIT=24] -->
Jeff Sharkey54e55b72013-06-30 20:02:59 -070027 <string name="menu_create_dir">Create folder</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070028 <!-- 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 -070029 <string name="menu_grid">Grid view</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070030 <!-- Menu item that switches view to show documents as a list [CHAR LIMIT=24] -->
Jeff Sharkey54e55b72013-06-30 20:02:59 -070031 <string name="menu_list">List view</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070032 <!-- Menu item that switches the criteria with which documents are sorted [CHAR LIMIT=24] -->
Jeff Sharkey54e55b72013-06-30 20:02:59 -070033 <string name="menu_sort">Sort by</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070034 <!-- Menu item that enters a mode to search for documents [CHAR LIMIT=24] -->
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070035 <string name="menu_search">Search</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070036 <!-- Menu item that enters activity to change settings [CHAR LIMIT=24] -->
Jeff Sharkey9fb567b2013-08-07 16:22:02 -070037 <string name="menu_settings">Settings</string>
Jeff Sharkey54e55b72013-06-30 20:02:59 -070038
Jeff Sharkeyed903212013-09-10 17:56:39 -070039 <!-- Menu item title that opens the selected documents [CHAR LIMIT=24] -->
Jeff Sharkeybe8b12e2013-07-01 16:56:54 -070040 <string name="menu_open">Open</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070041 <!-- Menu item title that saves the current document [CHAR LIMIT=24] -->
Jeff Sharkeybe8b12e2013-07-01 16:56:54 -070042 <string name="menu_save">Save</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070043 <!-- Menu item title that shares the selected documents [CHAR LIMIT=24] -->
Jeff Sharkey4eb407a2013-08-18 17:38:20 -070044 <string name="menu_share">Share</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070045 <!-- Menu item title that deletes the selected documents [CHAR LIMIT=24] -->
Jeff Sharkey4eb407a2013-08-18 17:38:20 -070046 <string name="menu_delete">Delete</string>
Jeff Sharkey21de56a2014-04-05 19:05:24 -070047 <!-- Menu item title that selects the current directory [CHAR LIMIT=48] -->
48 <string name="menu_select">Select \"<xliff:g id="directory" example="My Directory">^1</xliff:g>\"</string>
Ben Kwa3bcc94882015-03-31 08:15:21 -070049 <!-- Menu item title that selects all documents in the current directory [CHAR LIMIT=24] -->
50 <string name="menu_select_all">Select All</string>
Ben Kwad99109f2015-03-31 10:11:43 -070051 <!-- Menu item title that copies the selected documents [CHAR LIMIT=24] -->
52 <string name="menu_copy">Copy to\u2026</string>
Jeff Sharkeybe8b12e2013-07-01 16:56:54 -070053
Jeff Sharkey669f8e72014-08-08 15:10:03 -070054 <!-- Menu item that reveals internal storage built into the device [CHAR LIMIT=24] -->
55 <string name="menu_advanced_show" product="nosdcard">Show internal storage</string>
56 <!-- Menu item that reveals SD cards built into the device [CHAR LIMIT=24] -->
57 <string name="menu_advanced_show" product="default">Show SD card</string>
58 <!-- Menu item that hides internal storage built into the device [CHAR LIMIT=24] -->
59 <string name="menu_advanced_hide" product="nosdcard">Hide internal storage</string>
60 <!-- Menu item that hides SD cards built into the device [CHAR LIMIT=24] -->
61 <string name="menu_advanced_hide" product="default">Hide SD card</string>
62
63 <!-- Menu item that reveals the sizes of displayed files [CHAR LIMIT=24] -->
64 <string name="menu_file_size_show">Show file size</string>
65 <!-- Menu item that hides the sizes of displayed files [CHAR LIMIT=24] -->
66 <string name="menu_file_size_hide">Hide file size</string>
67
Daichi Hironode021ab2015-04-14 12:16:59 +090068 <!-- Button label that copies files to the current directory [CHAR LIMIT=48] -->
69 <string name="button_copy">Copy</string>
70
Jeff Sharkeyed903212013-09-10 17:56:39 -070071 <!-- Action mode title summarizing the number of documents selected [CHAR LIMIT=32] -->
Jeff Sharkeybe8b12e2013-07-01 16:56:54 -070072 <string name="mode_selected_count"><xliff:g id="count" example="3">%1$d</xliff:g> selected</string>
Jeff Sharkey54e55b72013-06-30 20:02:59 -070073
Jeff Sharkeyed903212013-09-10 17:56:39 -070074 <!-- Mode that sorts documents by their display name alphabetically [CHAR LIMIT=24] -->
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070075 <string name="sort_name">By name</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070076 <!-- 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 -070077 <string name="sort_date">By date modified</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070078 <!-- Mode that sorts documents by their file size in descending order; largest first [CHAR LIMIT=24] -->
Jeff Sharkey9fb567b2013-08-07 16:22:02 -070079 <string name="sort_size">By size</string>
Jeff Sharkeybc2971d2013-07-31 20:53:22 -070080
Jeff Sharkeyed903212013-09-10 17:56:39 -070081 <!-- Accessibility title to open the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey7e258b32013-08-01 11:01:47 -070082 <string name="drawer_open">Show roots</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070083 <!-- Accessibility title to close the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey7e258b32013-08-01 11:01:47 -070084 <string name="drawer_close">Hide roots</string>
85
Jeff Sharkeyed903212013-09-10 17:56:39 -070086 <!-- Toast shown when saving a document failed with an error [CHAR LIMIT=48] -->
Jeff Sharkey7e258b32013-08-01 11:01:47 -070087 <string name="save_error">Failed to save document</string>
Jeff Sharkeydeffade2013-09-24 12:07:12 -070088 <!-- Toast shown when creating a folder failed with an error [CHAR LIMIT=48] -->
89 <string name="create_error">Failed to create folder</string>
Jeff Sharkey7aa76012013-09-30 14:26:27 -070090 <!-- Error message shown when querying for a list of documents failed [CHAR LIMIT=48] -->
91 <string name="query_error">Failed to query documents</string>
Jeff Sharkey14827892013-07-01 17:22:02 -070092
Jeff Sharkeyed903212013-09-10 17:56:39 -070093 <!-- Title of storage root location that contains recently modified or used documents [CHAR LIMIT=24] -->
Jeff Sharkeyef7184a2013-08-05 17:56:48 -070094 <string name="root_recent">Recent</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -070095 <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] -->
Jeff Sharkey9fb567b2013-08-07 16:22:02 -070096 <string name="root_available_bytes"><xliff:g id="size" example="3GB">%1$s</xliff:g> free</string>
Jeff Sharkeyef7184a2013-08-05 17:56:48 -070097
Jeff Sharkeyed903212013-09-10 17:56:39 -070098 <!-- Header title for list of storage roots that contains cloud services [CHAR LIMIT=24] -->
99 <string name="root_type_service">Storage services</string>
100 <!-- 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 -0700101 <string name="root_type_shortcut">Shortcuts</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -0700102 <!-- Header title for list of storage roots that contains physical devices [CHAR LIMIT=24] -->
Jeff Sharkey66516692013-08-06 11:26:10 -0700103 <string name="root_type_device">Devices</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -0700104 <!-- Header title for list of additional apps that can provide documents [CHAR LIMIT=24] -->
Jeff Sharkey54ca29a2013-08-15 11:24:03 -0700105 <string name="root_type_apps">More apps</string>
Jeff Sharkey66516692013-08-06 11:26:10 -0700106
Jeff Sharkeyed903212013-09-10 17:56:39 -0700107 <!-- Text shown when a directory of documents is empty [CHAR LIMIT=24] -->
Jeff Sharkey9fb567b2013-08-07 16:22:02 -0700108 <string name="empty">No items</string>
109
Jeff Sharkeyed903212013-09-10 17:56:39 -0700110 <!-- Toast shown when no app can be found to open the selected document [CHAR LIMIT=48] -->
Jeff Sharkey4eb407a2013-08-18 17:38:20 -0700111 <string name="toast_no_application">Can\'t open file</string>
Jeff Sharkeyed903212013-09-10 17:56:39 -0700112 <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] -->
Jeff Sharkey4eb407a2013-08-18 17:38:20 -0700113 <string name="toast_failed_delete">Unable to delete some documents</string>
114
Jeff Sharkeyed903212013-09-10 17:56:39 -0700115 <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] -->
Jeff Sharkeyb5133112013-09-01 18:41:04 -0700116 <string name="share_via">Share via</string>
117
Ben Kwad99109f2015-03-31 10:11:43 -0700118 <!-- Title of the copy notification [CHAR LIMIT=24] -->
119 <string name="copy_notification_title">Copying files</string>
120 <!-- Text shown on the copy notification to indicate remaining time, in minutes [CHAR LIMIT=24] -->
121 <string name="copy_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
122 <!-- Toast shown when a file copy is kicked off -->
123 <plurals name="copy_begin">
124 <item quantity="one">Copying <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
125 <item quantity="other">Copying <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
126 </plurals>
Ben Kwa726cf702015-04-08 15:03:35 -0700127 <!-- Text shown on the copy notification while DocumentsUI performs setup in preparation for copying files [CHAR LIMIT=32] -->
128 <string name="copy_preparing">Preparing for copy\u2026</string>
Ben Kwad99109f2015-03-31 10:11:43 -0700129
Jeff Sharkey9e0036e2013-04-26 16:54:55 -0700130</resources>