| Jeff Sharkey | 9e0036e | 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 | be8b12e | 2013-07-01 16:56:54 -0700 | [diff] [blame] | 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 18 | <!-- Title of the documents application [CHAR LIMIT=32] --> |
| Jeff Sharkey | 9e0036e | 2013-04-26 16:54:55 -0700 | [diff] [blame] | 19 | <string name="app_label">Documents</string> |
| Jeff Sharkey | 54e55b7 | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 20 | |
| Steve McKay | 8253243 | 2015-07-27 12:02:37 -0700 | [diff] [blame] | 21 | <!-- Title of the standalone files activity. [CHAR LIMIT=32] --> |
| 22 | <string name="files_label">Files</string> |
| 23 | |
| Steve McKay | 8fd086a | 2015-12-04 11:19:09 -0800 | [diff] [blame] | 24 | <!-- Title of the standalone downloads activity. [CHAR LIMIT=32] --> |
| 25 | <string name="downloads_label">Downloads</string> |
| 26 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 27 | <!-- Action bar title prompting user to choose a location to open a document from [CHAR LIMIT=32] --> |
| Jeff Sharkey | bc2971d | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 28 | <string name="title_open">Open from</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 29 | <!-- Action bar title prompting user to choose a location to save a document to [CHAR LIMIT=32] --> |
| Jeff Sharkey | bc2971d | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 30 | <string name="title_save">Save to</string> |
| Jeff Sharkey | 54e55b7 | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 31 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 32 | <!-- Menu item that creates a new directory/folder at the current location [CHAR LIMIT=24] --> |
| Steve McKay | 5bbae10 | 2015-10-01 11:39:24 -0700 | [diff] [blame] | 33 | <string name="menu_create_dir">New folder</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 34 | <!-- Menu item that switches view to show documents as a large-format grid of thumbnails [CHAR LIMIT=24] --> |
| Jeff Sharkey | 54e55b7 | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 35 | <string name="menu_grid">Grid view</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 36 | <!-- Menu item that switches view to show documents as a list [CHAR LIMIT=24] --> |
| Jeff Sharkey | 54e55b7 | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 37 | <string name="menu_list">List view</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 38 | <!-- Menu item that switches the criteria with which documents are sorted [CHAR LIMIT=24] --> |
| Jeff Sharkey | 54e55b7 | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 39 | <string name="menu_sort">Sort by</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 40 | <!-- Menu item that enters a mode to search for documents [CHAR LIMIT=24] --> |
| Jeff Sharkey | bc2971d | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 41 | <string name="menu_search">Search</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 42 | <!-- Menu item that enters activity to change settings [CHAR LIMIT=24] --> |
| Jeff Sharkey | 9fb567b | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 43 | <string name="menu_settings">Settings</string> |
| Jeff Sharkey | 54e55b7 | 2013-06-30 20:02:59 -0700 | [diff] [blame] | 44 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 45 | <!-- Menu item title that opens the selected documents [CHAR LIMIT=24] --> |
| Jeff Sharkey | be8b12e | 2013-07-01 16:56:54 -0700 | [diff] [blame] | 46 | <string name="menu_open">Open</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 47 | <!-- Menu item title that saves the current document [CHAR LIMIT=24] --> |
| Jeff Sharkey | be8b12e | 2013-07-01 16:56:54 -0700 | [diff] [blame] | 48 | <string name="menu_save">Save</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 49 | <!-- Menu item title that shares the selected documents [CHAR LIMIT=24] --> |
| Jeff Sharkey | 4eb407a | 2013-08-18 17:38:20 -0700 | [diff] [blame] | 50 | <string name="menu_share">Share</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 51 | <!-- Menu item title that deletes the selected documents [CHAR LIMIT=24] --> |
| Jeff Sharkey | 4eb407a | 2013-08-18 17:38:20 -0700 | [diff] [blame] | 52 | <string name="menu_delete">Delete</string> |
| Ben Kwa | 3bcc9488 | 2015-03-31 08:15:21 -0700 | [diff] [blame] | 53 | <!-- Menu item title that selects all documents in the current directory [CHAR LIMIT=24] --> |
| Jeff Sharkey | 5fc2473 | 2015-06-10 14:21:27 -0700 | [diff] [blame] | 54 | <string name="menu_select_all">Select all</string> |
| Ben Kwa | d99109f | 2015-03-31 10:11:43 -0700 | [diff] [blame] | 55 | <!-- Menu item title that copies the selected documents [CHAR LIMIT=24] --> |
| 56 | <string name="menu_copy">Copy to\u2026</string> |
| Ben Kwa | 0b4a3c4 | 2015-05-05 11:50:11 -0700 | [diff] [blame] | 57 | <!-- Menu item title that moves the selected documents [CHAR LIMIT=24] --> |
| 58 | <string name="menu_move">Move to\u2026</string> |
| Jeff Sharkey | be8b12e | 2013-07-01 16:56:54 -0700 | [diff] [blame] | 59 | |
| Steve McKay | 9f9d5b4 | 2015-09-23 15:44:24 -0700 | [diff] [blame] | 60 | <!-- Menu item title that creates a new window in the activity [CHAR LIMIT=24] --> |
| 61 | <string name="menu_new_window">New window</string> |
| Steve McKay | bdbd0ff | 2015-05-20 15:58:42 -0700 | [diff] [blame] | 62 | <!-- 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 Sharkey | 669f8e7 | 2014-08-08 15:10:03 -0700 | [diff] [blame] | 67 | <!-- Menu item that reveals internal storage built into the device [CHAR LIMIT=24] --> |
| 68 | <string name="menu_advanced_show" product="nosdcard">Show internal storage</string> |
| 69 | <!-- Menu item that reveals SD cards built into the device [CHAR LIMIT=24] --> |
| 70 | <string name="menu_advanced_show" product="default">Show SD card</string> |
| 71 | <!-- Menu item that hides internal storage built into the device [CHAR LIMIT=24] --> |
| 72 | <string name="menu_advanced_hide" product="nosdcard">Hide internal storage</string> |
| 73 | <!-- Menu item that hides SD cards built into the device [CHAR LIMIT=24] --> |
| 74 | <string name="menu_advanced_hide" product="default">Hide SD card</string> |
| 75 | |
| 76 | <!-- Menu item that reveals the sizes of displayed files [CHAR LIMIT=24] --> |
| 77 | <string name="menu_file_size_show">Show file size</string> |
| 78 | <!-- Menu item that hides the sizes of displayed files [CHAR LIMIT=24] --> |
| 79 | <string name="menu_file_size_hide">Hide file size</string> |
| 80 | |
| Daichi Hirono | ac990ce | 2015-05-27 15:20:10 -0700 | [diff] [blame] | 81 | <!-- Button label that select the current directory [CHAR LIMIT=24] --> |
| 82 | <string name="button_select">Select</string> |
| Ben Kwa | cc34521 | 2015-05-18 13:18:05 -0700 | [diff] [blame] | 83 | <!-- Button label that copies files to the current directory [CHAR LIMIT=24] --> |
| Daichi Hirono | de021ab | 2015-04-14 12:16:59 +0900 | [diff] [blame] | 84 | <string name="button_copy">Copy</string> |
| Ben Kwa | cc34521 | 2015-05-18 13:18:05 -0700 | [diff] [blame] | 85 | <!-- Button label that moves files to the current directory [CHAR LIMIT=24] --> |
| 86 | <string name="button_move">Move</string> |
| Ben Kwa | 3b19e31 | 2015-09-16 08:04:37 -0700 | [diff] [blame] | 87 | <!-- Button label that hides the error bar [CHAR LIMIT=24] --> |
| 88 | <string name="button_dismiss">Dismiss</string> |
| Ben Kwa | 91bec53 | 2015-09-16 13:15:38 -0700 | [diff] [blame] | 89 | <string name="button_retry">Try Again</string> |
| Steve McKay | 3564543 | 2016-01-20 15:09:35 -0800 | [diff] [blame] | 90 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 91 | <!-- Mode that sorts documents by their display name alphabetically [CHAR LIMIT=24] --> |
| Jeff Sharkey | bc2971d | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 92 | <string name="sort_name">By name</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 93 | <!-- Mode that sorts documents by their last modified time in descending order; most recent first [CHAR LIMIT=24] --> |
| Jeff Sharkey | bc2971d | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 94 | <string name="sort_date">By date modified</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 95 | <!-- Mode that sorts documents by their file size in descending order; largest first [CHAR LIMIT=24] --> |
| Jeff Sharkey | 9fb567b | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 96 | <string name="sort_size">By size</string> |
| Jeff Sharkey | bc2971d | 2013-07-31 20:53:22 -0700 | [diff] [blame] | 97 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 98 | <!-- Accessibility title to open the drawer showing all roots where documents can be stored [CHAR LIMIT=32] --> |
| Jeff Sharkey | 7e258b3 | 2013-08-01 11:01:47 -0700 | [diff] [blame] | 99 | <string name="drawer_open">Show roots</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 100 | <!-- Accessibility title to close the drawer showing all roots where documents can be stored [CHAR LIMIT=32] --> |
| Jeff Sharkey | 7e258b3 | 2013-08-01 11:01:47 -0700 | [diff] [blame] | 101 | <string name="drawer_close">Hide roots</string> |
| 102 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 103 | <!-- Toast shown when saving a document failed with an error [CHAR LIMIT=48] --> |
| Jeff Sharkey | 7e258b3 | 2013-08-01 11:01:47 -0700 | [diff] [blame] | 104 | <string name="save_error">Failed to save document</string> |
| Jeff Sharkey | deffade | 2013-09-24 12:07:12 -0700 | [diff] [blame] | 105 | <!-- Toast shown when creating a folder failed with an error [CHAR LIMIT=48] --> |
| 106 | <string name="create_error">Failed to create folder</string> |
| Jeff Sharkey | 7aa7601 | 2013-09-30 14:26:27 -0700 | [diff] [blame] | 107 | <!-- Error message shown when querying for a list of documents failed [CHAR LIMIT=48] --> |
| 108 | <string name="query_error">Failed to query documents</string> |
| Jeff Sharkey | 1482789 | 2013-07-01 17:22:02 -0700 | [diff] [blame] | 109 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 110 | <!-- Title of storage root location that contains recently modified or used documents [CHAR LIMIT=24] --> |
| Jeff Sharkey | ef7184a | 2013-08-05 17:56:48 -0700 | [diff] [blame] | 111 | <string name="root_recent">Recent</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 112 | <!-- Subtitle of storage root indicating the total free space available, in bytes [CHAR LIMIT=24] --> |
| Jeff Sharkey | 9fb567b | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 113 | <string name="root_available_bytes"><xliff:g id="size" example="3GB">%1$s</xliff:g> free</string> |
| Jeff Sharkey | ef7184a | 2013-08-05 17:56:48 -0700 | [diff] [blame] | 114 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 115 | <!-- Header title for list of storage roots that contains cloud services [CHAR LIMIT=24] --> |
| 116 | <string name="root_type_service">Storage services</string> |
| 117 | <!-- Header title for list of storage roots that contains shortcuts to documents that may be available elsewhere [CHAR LIMIT=24] --> |
| Jeff Sharkey | 6651669 | 2013-08-06 11:26:10 -0700 | [diff] [blame] | 118 | <string name="root_type_shortcut">Shortcuts</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 119 | <!-- Header title for list of storage roots that contains physical devices [CHAR LIMIT=24] --> |
| Jeff Sharkey | 6651669 | 2013-08-06 11:26:10 -0700 | [diff] [blame] | 120 | <string name="root_type_device">Devices</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 121 | <!-- Header title for list of additional apps that can provide documents [CHAR LIMIT=24] --> |
| Jeff Sharkey | 54ca29a | 2013-08-15 11:24:03 -0700 | [diff] [blame] | 122 | <string name="root_type_apps">More apps</string> |
| Jeff Sharkey | 6651669 | 2013-08-06 11:26:10 -0700 | [diff] [blame] | 123 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 124 | <!-- Text shown when a directory of documents is empty [CHAR LIMIT=24] --> |
| Jeff Sharkey | 9fb567b | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 125 | <string name="empty">No items</string> |
| Steve McKay | 9ed88a4 | 2016-01-21 18:46:15 -0800 | [diff] [blame] | 126 | <!-- Text shown when a file search returns no items [CHAR LIMIT=32] --> |
| 127 | <string name="no_results">No matches in %1$s</string> |
| Jeff Sharkey | 9fb567b | 2013-08-07 16:22:02 -0700 | [diff] [blame] | 128 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 129 | <!-- Toast shown when no app can be found to open the selected document [CHAR LIMIT=48] --> |
| Jeff Sharkey | 4eb407a | 2013-08-18 17:38:20 -0700 | [diff] [blame] | 130 | <string name="toast_no_application">Can\'t open file</string> |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 131 | <!-- Toast shown when some of the selected documents failed to be deleted [CHAR LIMIT=48] --> |
| Jeff Sharkey | 4eb407a | 2013-08-18 17:38:20 -0700 | [diff] [blame] | 132 | <string name="toast_failed_delete">Unable to delete some documents</string> |
| 133 | |
| Jeff Sharkey | ed90321 | 2013-09-10 17:56:39 -0700 | [diff] [blame] | 134 | <!-- Title of dialog when prompting user to select an app to share documents with [CHAR LIMIT=32] --> |
| Jeff Sharkey | b513311 | 2013-09-01 18:41:04 -0700 | [diff] [blame] | 135 | <string name="share_via">Share via</string> |
| 136 | |
| Ben Kwa | d99109f | 2015-03-31 10:11:43 -0700 | [diff] [blame] | 137 | <!-- Title of the copy notification [CHAR LIMIT=24] --> |
| 138 | <string name="copy_notification_title">Copying files</string> |
| Ben Kwa | 05b7b15 | 2015-05-28 16:18:59 -0700 | [diff] [blame] | 139 | <!-- Title of the move notification [CHAR LIMIT=24] --> |
| 140 | <string name="move_notification_title">Moving files</string> |
| Ben Kwa | d99109f | 2015-03-31 10:11:43 -0700 | [diff] [blame] | 141 | <!-- Text shown on the copy notification to indicate remaining time, in minutes [CHAR LIMIT=24] --> |
| 142 | <string name="copy_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string> |
| 143 | <!-- Toast shown when a file copy is kicked off --> |
| 144 | <plurals name="copy_begin"> |
| Tomasz Mikolajewski | eafb267 | 2015-04-21 14:25:24 +0200 | [diff] [blame] | 145 | <item quantity="one">Copying <xliff:g id="count" example="1">%1$d</xliff:g> file.</item> |
| 146 | <item quantity="other">Copying <xliff:g id="count" example="3">%1$d</xliff:g> files.</item> |
| Ben Kwa | d99109f | 2015-03-31 10:11:43 -0700 | [diff] [blame] | 147 | </plurals> |
| Ben Kwa | 0b4a3c4 | 2015-05-05 11:50:11 -0700 | [diff] [blame] | 148 | <plurals name="move_begin"> |
| 149 | <item quantity="one">Moving <xliff:g id="count" example="1">%1$d</xliff:g> file.</item> |
| 150 | <item quantity="other">Moving <xliff:g id="count" example="3">%1$d</xliff:g> files.</item> |
| 151 | </plurals> |
| Ben Kwa | 304895a | 2015-08-27 16:06:33 -0700 | [diff] [blame] | 152 | <!-- Text shown when files are deleted --> |
| 153 | <plurals name="deleting"> |
| 154 | <item quantity="one">Deleting <xliff:g id="count" example="1">%1$d</xliff:g> file.</item> |
| 155 | <item quantity="other">Deleting <xliff:g id="count" example="3">%1$d</xliff:g> files.</item> |
| 156 | </plurals> |
| 157 | <!-- Text shown for the undo button --> |
| 158 | <string name="undo">Undo</string> |
| Ben Kwa | 05b7b15 | 2015-05-28 16:18:59 -0700 | [diff] [blame] | 159 | <!-- Text shown on the notification while DocumentsUI performs setup in preparation for copying files [CHAR LIMIT=32] --> |
| Ben Kwa | 726cf70 | 2015-04-08 15:03:35 -0700 | [diff] [blame] | 160 | <string name="copy_preparing">Preparing for copy\u2026</string> |
| Ben Kwa | 05b7b15 | 2015-05-28 16:18:59 -0700 | [diff] [blame] | 161 | <!-- Text shown on the notification while DocumentsUI performs setup in preparation for moving files [CHAR LIMIT=32] --> |
| 162 | <string name="move_preparing">Preparing for move\u2026</string> |
| Steve McKay | 3564543 | 2016-01-20 15:09:35 -0800 | [diff] [blame] | 163 | <!-- Text shown on the notification while DocumentsUI performs setup in preparation for deleting files [CHAR LIMIT=32] --> |
| 164 | <string name="delete_preparing">Preparing for delete\u2026</string> |
| Tomasz Mikolajewski | 6168659 | 2015-04-13 19:38:43 +0900 | [diff] [blame] | 165 | <!-- Title of the copy error notification [CHAR LIMIT=48] --> |
| 166 | <plurals name="copy_error_notification_title"> |
| Tomasz Mikolajewski | eafb267 | 2015-04-21 14:25:24 +0200 | [diff] [blame] | 167 | <item quantity="one">Couldn\'t copy <xliff:g id="count" example="1">%1$d</xliff:g> file</item> |
| 168 | <item quantity="other">Couldn\'t copy <xliff:g id="count" example="2">%1$d</xliff:g> files</item> |
| Tomasz Mikolajewski | 6168659 | 2015-04-13 19:38:43 +0900 | [diff] [blame] | 169 | </plurals> |
| Ben Kwa | 05b7b15 | 2015-05-28 16:18:59 -0700 | [diff] [blame] | 170 | <!-- Title of the move error notification [CHAR LIMIT=48] --> |
| 171 | <plurals name="move_error_notification_title"> |
| 172 | <item quantity="one">Couldn\'t move <xliff:g id="count" example="1">%1$d</xliff:g> file</item> |
| 173 | <item quantity="other">Couldn\'t move <xliff:g id="count" example="2">%1$d</xliff:g> files</item> |
| 174 | </plurals> |
| Steve McKay | 3564543 | 2016-01-20 15:09:35 -0800 | [diff] [blame] | 175 | <!-- Title of the delete error notification [CHAR LIMIT=48] --> |
| 176 | <plurals name="delete_error_notification_title"> |
| 177 | <item quantity="one">Couldn\'t delete <xliff:g id="count" example="1">%1$d</xliff:g> file</item> |
| 178 | <item quantity="other">Couldn\'t delete <xliff:g id="count" example="2">%1$d</xliff:g> files</item> |
| 179 | </plurals> |
| Tomasz Mikolajewski | 6168659 | 2015-04-13 19:38:43 +0900 | [diff] [blame] | 180 | <!-- Second line for notifications saying that more information will be shown after touching [CHAR LIMIT=48] --> |
| Steve McKay | 9814a1a | 2016-01-22 15:44:31 -0800 | [diff] [blame] | 181 | <string name="notification_touch_for_details">Tap to view details</string> |
| Tomasz Mikolajewski | af231f0 | 2016-01-25 16:25:25 +0900 | [diff] [blame] | 182 | <!-- Label of the close dialog button.[CHAR LIMIT=24] --> |
| 183 | <string name="close">Close</string> |
| Tomasz Mikolajewski | 6168659 | 2015-04-13 19:38:43 +0900 | [diff] [blame] | 184 | <!-- Contents of the copying failure alert dialog. [CHAR LIMIT=48] --> |
| Tomasz Mikolajewski | eafb267 | 2015-04-21 14:25:24 +0200 | [diff] [blame] | 185 | <string name="copy_failure_alert_content">These files weren\'t copied: <xliff:g id="list">%1$s</xliff:g></string> |
| Ben Kwa | 05b7b15 | 2015-05-28 16:18:59 -0700 | [diff] [blame] | 186 | <!-- Contents of the moving failure alert dialog. [CHAR LIMIT=48] --> |
| 187 | <string name="move_failure_alert_content">These files weren\'t moved: <xliff:g id="list">%1$s</xliff:g></string> |
| Steve McKay | 3da8afc | 2015-05-05 14:50:00 -0700 | [diff] [blame] | 188 | <!-- 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 McKay | 549636b | 2015-06-03 11:21:53 -0700 | [diff] [blame] | 194 | <string name="clipboard_files_cannot_paste">Cannot paste the selected files in this location.</string> |
| Aga Wronska | 3b327ef | 2016-01-20 16:32:33 -0800 | [diff] [blame] | 195 | <!-- 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> |
| Jeff Sharkey | 9e0036e | 2013-04-26 16:54:55 -0700 | [diff] [blame] | 199 | </resources> |