blob: 43a420cf6d976bbdc4d9082ad127cb0d1f6f607b [file] [log] [blame]
Daichi Hironoc00d5d42015-05-28 11:17:41 -07001<?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 Hirono17c8d8b2015-10-12 11:28:46 -070017<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
Daichi Hironoc00d5d42015-05-28 11:17:41 -070018 <!-- Title of the external storage application [CHAR LIMIT=32] -->
Daichi Hironoe6bffff2016-01-25 16:06:57 +090019 <string name="app_label">Files</string>
Daichi Hirono17c8d8b2015-10-12 11:28:46 -070020 <!-- 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 Hironoe6bffff2016-01-25 16:06:57 +090024 <!-- 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 Hironoc00d5d42015-05-28 11:17:41 -070028</resources>