blob: 682ae4ab7ef2e8a903d08520a9797dff9c1582b2 [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
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
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070026 <!-- Menu item that creates a new directory/folder at the current location [CHAR LIMIT=24] -->
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070027 <string name="menu_create_dir">Create folder</string>
Jeff Sharkey5e1884d2013-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 Sharkey09c10bf2013-06-30 20:02:59 -070029 <string name="menu_grid">Grid view</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070030 <!-- Menu item that switches view to show documents as a list [CHAR LIMIT=24] -->
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070031 <string name="menu_list">List view</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070032 <!-- Menu item that switches the criteria with which documents are sorted [CHAR LIMIT=24] -->
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070033 <string name="menu_sort">Sort by</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070034 <!-- Menu item that enters a mode to search for documents [CHAR LIMIT=24] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070035 <string name="menu_search">Search</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070036 <!-- Menu item that enters activity to change settings [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -070037 <string name="menu_settings">Settings</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070038
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070039 <!-- Menu item title that opens the selected documents [CHAR LIMIT=24] -->
Jeff Sharkeyc317af82013-07-01 16:56:54 -070040 <string name="menu_open">Open</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070041 <!-- Menu item title that saves the current document [CHAR LIMIT=24] -->
Jeff Sharkeyc317af82013-07-01 16:56:54 -070042 <string name="menu_save">Save</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070043 <!-- Menu item title that shares the selected documents [CHAR LIMIT=24] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -070044 <string name="menu_share">Share</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070045 <!-- Menu item title that deletes the selected documents [CHAR LIMIT=24] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -070046 <string name="menu_delete">Delete</string>
Jeff Sharkeyc317af82013-07-01 16:56:54 -070047
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070048 <!-- Action mode title summarizing the number of documents selected [CHAR LIMIT=32] -->
Jeff Sharkeyc317af82013-07-01 16:56:54 -070049 <string name="mode_selected_count"><xliff:g id="count" example="3">%1$d</xliff:g> selected</string>
Jeff Sharkey09c10bf2013-06-30 20:02:59 -070050
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070051 <!-- Mode that sorts documents by their display name alphabetically [CHAR LIMIT=24] -->
Jeff Sharkey46165b52013-07-31 20:53:22 -070052 <string name="sort_name">By name</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070053 <!-- 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 -070054 <string name="sort_date">By date modified</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070055 <!-- Mode that sorts documents by their file size in descending order; largest first [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -070056 <string name="sort_size">By size</string>
Jeff Sharkey46165b52013-07-31 20:53:22 -070057
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070058 <!-- Accessibility title to open the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey78278212013-08-01 11:01:47 -070059 <string name="drawer_open">Show roots</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070060 <!-- Accessibility title to close the drawer showing all roots where documents can be stored [CHAR LIMIT=32] -->
Jeff Sharkey78278212013-08-01 11:01:47 -070061 <string name="drawer_close">Hide roots</string>
62
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070063 <!-- Toast shown when saving a document failed with an error [CHAR LIMIT=48] -->
Jeff Sharkey78278212013-08-01 11:01:47 -070064 <string name="save_error">Failed to save document</string>
Jeff Sharkey3c28b792013-07-01 17:22:02 -070065
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070066 <!-- Title of storage root location that contains recently modified or used documents [CHAR LIMIT=24] -->
Jeff Sharkeya5defe32013-08-05 17:56:48 -070067 <string name="root_recent">Recent</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070068 <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -070069 <string name="root_available_bytes"><xliff:g id="size" example="3GB">%1$s</xliff:g> free</string>
Jeff Sharkeya5defe32013-08-05 17:56:48 -070070
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070071 <!-- Header title for list of storage roots that contains cloud services [CHAR LIMIT=24] -->
72 <string name="root_type_service">Storage services</string>
73 <!-- 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 -070074 <string name="root_type_shortcut">Shortcuts</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070075 <!-- Header title for list of storage roots that contains physical devices [CHAR LIMIT=24] -->
Jeff Sharkey76112212013-08-06 11:26:10 -070076 <string name="root_type_device">Devices</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070077 <!-- Header title for list of additional apps that can provide documents [CHAR LIMIT=24] -->
Jeff Sharkey1d890e02013-08-15 11:24:03 -070078 <string name="root_type_apps">More apps</string>
Jeff Sharkey76112212013-08-06 11:26:10 -070079
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070080 <!-- Title for setting that will show all advanced storage devices [CHAR LIMIT=32] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -070081 <string name="pref_advanced_devices">Display advanced devices</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070082 <!-- Title for setting that will show file sizes for all documents [CHAR LIMIT=32] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -070083 <string name="pref_file_size">Display file size</string>
84 <string name="pref_device_size">Display device size</string>
85
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070086 <!-- Text shown when a directory of documents is empty [CHAR LIMIT=24] -->
Jeff Sharkeyc6cbdf12013-08-07 16:22:02 -070087 <string name="empty">No items</string>
88
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070089 <!-- Toast shown when no app can be found to open the selected document [CHAR LIMIT=48] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -070090 <string name="toast_no_application">Can\'t open file</string>
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070091 <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] -->
Jeff Sharkey873daa32013-08-18 17:38:20 -070092 <string name="toast_failed_delete">Unable to delete some documents</string>
93
Jeff Sharkey5e1884d2013-09-10 17:56:39 -070094 <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] -->
Jeff Sharkeyb3620442013-09-01 18:41:04 -070095 <string name="share_via">Share via</string>
96
Jeff Sharkeye22d02e2013-04-26 16:54:55 -070097</resources>