Jeff Sharkey | e22d02e | 2013-04-26 16:54:55 -0700 | [diff] [blame] | 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 | |
Jeff Sharkey | c317af8 | 2013-07-01 16:56:54 -0700 | [diff] [blame] | 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 18 | <!-- Title of the documents application [CHAR LIMIT=32] --> |
Jeff Sharkey | e22d02e | 2013-04-26 16:54:55 -0700 | [diff] [blame] | 19 | <string name="app_label">Documents</string> |
Jeff Sharkey | 09c10bf | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 20 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 21 | <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] --> |
Jeff Sharkey | 46165b5 | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 22 | <string name="title_open">Open from</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 23 | <!-- Action bar title prompting user to choose a location to save a document to [CHAR LIMIT=32] --> |
Jeff Sharkey | 46165b5 | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 24 | <string name="title_save">Save to</string> |
Jeff Sharkey | 09c10bf | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 25 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 26 | <!-- Menu item that creates a new directory/folder at the current location [CHAR LIMIT=24] --> |
Jeff Sharkey | 09c10bf | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 27 | <string name="menu_create_dir">Create folder</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 28 | <!-- Menu item that switches view to show documents as a large-format grid of thumbnails [CHAR LIMIT=24] --> |
Jeff Sharkey | 09c10bf | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 29 | <string name="menu_grid">Grid view</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 30 | <!-- Menu item that switches view to show documents as a list [CHAR LIMIT=24] --> |
Jeff Sharkey | 09c10bf | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 31 | <string name="menu_list">List view</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 32 | <!-- Menu item that switches the criteria with which documents are sorted [CHAR LIMIT=24] --> |
Jeff Sharkey | 09c10bf | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 33 | <string name="menu_sort">Sort by</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 34 | <!-- Menu item that enters a mode to search for documents [CHAR LIMIT=24] --> |
Jeff Sharkey | 46165b5 | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 35 | <string name="menu_search">Search</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 36 | <!-- Menu item that enters activity to change settings [CHAR LIMIT=24] --> |
Jeff Sharkey | c6cbdf1 | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 37 | <string name="menu_settings">Settings</string> |
Jeff Sharkey | 09c10bf | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 38 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 39 | <!-- Menu item title that opens the selected documents [CHAR LIMIT=24] --> |
Jeff Sharkey | c317af8 | 2013-07-01 16:56:54 -0700 | [diff] [blame] | 40 | <string name="menu_open">Open</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 41 | <!-- Menu item title that saves the current document [CHAR LIMIT=24] --> |
Jeff Sharkey | c317af8 | 2013-07-01 16:56:54 -0700 | [diff] [blame] | 42 | <string name="menu_save">Save</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 43 | <!-- Menu item title that shares the selected documents [CHAR LIMIT=24] --> |
Jeff Sharkey | 873daa3 | 2013-08-18 17:38:20 -0700 | [diff] [blame] | 44 | <string name="menu_share">Share</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 45 | <!-- Menu item title that deletes the selected documents [CHAR LIMIT=24] --> |
Jeff Sharkey | 873daa3 | 2013-08-18 17:38:20 -0700 | [diff] [blame] | 46 | <string name="menu_delete">Delete</string> |
Jeff Sharkey | c317af8 | 2013-07-01 16:56:54 -0700 | [diff] [blame] | 47 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 48 | <!-- Action mode title summarizing the number of documents selected [CHAR LIMIT=32] --> |
Jeff Sharkey | c317af8 | 2013-07-01 16:56:54 -0700 | [diff] [blame] | 49 | <string name="mode_selected_count"><xliff:g id="count" example="3">%1$d</xliff:g> selected</string> |
Jeff Sharkey | 09c10bf | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 50 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 51 | <!-- Mode that sorts documents by their display name alphabetically [CHAR LIMIT=24] --> |
Jeff Sharkey | 46165b5 | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 52 | <string name="sort_name">By name</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 53 | <!-- Mode that sorts documents by their last modified time in descending order; most recent first [CHAR LIMIT=24] --> |
Jeff Sharkey | 46165b5 | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 54 | <string name="sort_date">By date modified</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 55 | <!-- Mode that sorts documents by their file size in descending order; largest first [CHAR LIMIT=24] --> |
Jeff Sharkey | c6cbdf1 | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 56 | <string name="sort_size">By size</string> |
Jeff Sharkey | 46165b5 | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 57 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 58 | <!-- Accessibility title to open the drawer showing all roots where documents can be stored [CHAR LIMIT=32] --> |
Jeff Sharkey | 7827821 | 2013-08-01 11:01:47 -0700 | [diff] [blame] | 59 | <string name="drawer_open">Show roots</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 60 | <!-- Accessibility title to close the drawer showing all roots where documents can be stored [CHAR LIMIT=32] --> |
Jeff Sharkey | 7827821 | 2013-08-01 11:01:47 -0700 | [diff] [blame] | 61 | <string name="drawer_close">Hide roots</string> |
| 62 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 63 | <!-- Toast shown when saving a document failed with an error [CHAR LIMIT=48] --> |
Jeff Sharkey | 7827821 | 2013-08-01 11:01:47 -0700 | [diff] [blame] | 64 | <string name="save_error">Failed to save document</string> |
Jeff Sharkey | 3c28b79 | 2013-07-01 17:22:02 -0700 | [diff] [blame] | 65 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 66 | <!-- Title of storage root location that contains recently modified or used documents [CHAR LIMIT=24] --> |
Jeff Sharkey | a5defe3 | 2013-08-05 17:56:48 -0700 | [diff] [blame] | 67 | <string name="root_recent">Recent</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 68 | <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] --> |
Jeff Sharkey | c6cbdf1 | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 69 | <string name="root_available_bytes"><xliff:g id="size" example="3GB">%1$s</xliff:g> free</string> |
Jeff Sharkey | a5defe3 | 2013-08-05 17:56:48 -0700 | [diff] [blame] | 70 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 71 | <!-- 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 Sharkey | 7611221 | 2013-08-06 11:26:10 -0700 | [diff] [blame] | 74 | <string name="root_type_shortcut">Shortcuts</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 75 | <!-- Header title for list of storage roots that contains physical devices [CHAR LIMIT=24] --> |
Jeff Sharkey | 7611221 | 2013-08-06 11:26:10 -0700 | [diff] [blame] | 76 | <string name="root_type_device">Devices</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 77 | <!-- Header title for list of additional apps that can provide documents [CHAR LIMIT=24] --> |
Jeff Sharkey | 1d890e0 | 2013-08-15 11:24:03 -0700 | [diff] [blame] | 78 | <string name="root_type_apps">More apps</string> |
Jeff Sharkey | 7611221 | 2013-08-06 11:26:10 -0700 | [diff] [blame] | 79 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 80 | <!-- Title for setting that will show all advanced storage devices [CHAR LIMIT=32] --> |
Jeff Sharkey | c6cbdf1 | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 81 | <string name="pref_advanced_devices">Display advanced devices</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 82 | <!-- Title for setting that will show file sizes for all documents [CHAR LIMIT=32] --> |
Jeff Sharkey | c6cbdf1 | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 83 | <string name="pref_file_size">Display file size</string> |
| 84 | <string name="pref_device_size">Display device size</string> |
| 85 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 86 | <!-- Text shown when a directory of documents is empty [CHAR LIMIT=24] --> |
Jeff Sharkey | c6cbdf1 | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 87 | <string name="empty">No items</string> |
| 88 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 89 | <!-- Toast shown when no app can be found to open the selected document [CHAR LIMIT=48] --> |
Jeff Sharkey | 873daa3 | 2013-08-18 17:38:20 -0700 | [diff] [blame] | 90 | <string name="toast_no_application">Can\'t open file</string> |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 91 | <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] --> |
Jeff Sharkey | 873daa3 | 2013-08-18 17:38:20 -0700 | [diff] [blame] | 92 | <string name="toast_failed_delete">Unable to delete some documents</string> |
| 93 | |
Jeff Sharkey | 5e1884d | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 94 | <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] --> |
Jeff Sharkey | b362044 | 2013-09-01 18:41:04 -0700 | [diff] [blame] | 95 | <string name="share_via">Share via</string> |
| 96 | |
Jeff Sharkey | e22d02e | 2013-04-26 16:54:55 -0700 | [diff] [blame] | 97 | </resources> |