1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 2018 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 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <string name="test_volume_call" translatable="false">Call Volume</string> 19 <string name="test_volume_music" translatable="false">Music Volume</string> 20 21 <!-- AccountListPreferenceControllerTest, AddAccountPreferenceControllerTest, and AccountSettingsFragmentTest --> 22 <string name="account_type1_label" translatable="false">Type 1</string> 23 <string name="account_type2_label" translatable="false">Type 2</string> 24 <string name="account_type3_label" translatable="false">Type 3</string> 25 26 <string name="bt_rename_dialog_title" translatable="false">Rename Title</string> 27 <string name="bt_profile_name" translatable="false">Profile Name</string> 28 29 <string name="test_positive_button_label" translatable="false">Positive Button</string> 30 <string name="test_negative_button_label" translatable="false">Negative Button</string> 31 <string name="test_neutral_button_label" translatable="false">Neutral Button</string> 32 33 <string name="fake_title" translatable="false">fake_title</string> 34 <string name="fake_summary" translatable="false">fake_summary</string> 35 <string name="fake_category" translatable="false">fake_category</string> 36</resources> 37