| Daichi Hirono | c00d5d4 | 2015-05-28 11:17:41 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2015 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 | |
| Daichi Hirono | 17c8d8b | 2015-10-12 11:28:46 -0700 | [diff] [blame] | 17 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| Daichi Hirono | c00d5d4 | 2015-05-28 11:17:41 -0700 | [diff] [blame] | 18 | <!-- Title of the external storage application [CHAR LIMIT=32] --> |
| Daichi Hirono | e6bffff | 2016-01-25 16:06:57 +0900 | [diff] [blame] | 19 | <string name="app_label">Files</string> |
| Daichi Hirono | 17c8d8b | 2015-10-12 11:28:46 -0700 | [diff] [blame] | 20 | <!-- Name of MTP root shown in UI. Please align the two strings (device |
| 21 | model and storage name) in proper order in the language. |
| 22 | [CHAR LIMIT=32] --> |
| 23 | <string name="root_name"><xliff:g id="device_model" example="Nexus 9">%1$s</xliff:g> <xliff:g id="storage_name" example="Internal Storage">%2$s</xliff:g></string> |
| Daichi Hirono | e6bffff | 2016-01-25 16:06:57 +0900 | [diff] [blame] | 24 | <!-- Title of notification showing Files app is accessing files in a MTP device. [CHAR LIMIT=60]--> |
| 25 | <string name="accessing_notification_title">Accessing files from <xliff:g id="device_model" example="Nexus 9">%1$s</xliff:g></string> |
| 26 | <!-- Description of notification showing Files app is accessing files in a MTP device. [CHAR LIMIT=60]--> |
| 27 | <string name="accessing_notification_description">Don\'t disconnect the device</string> |
| Daichi Hirono | c00d5d4 | 2015-05-28 11:17:41 -0700 | [diff] [blame] | 28 | </resources> |