1<?xml version="1.0" encoding="utf-8"?> 2<!-- 3 ~ Copyright (C) 2018 The Android Open Source Project 4 ~ 5 ~ Licensed under the Apache License, Version 2.0 (the "License"); 6 ~ you may not use this file except in compliance with the License. 7 ~ You may obtain a copy of the License at 8 ~ 9 ~ http://www.apache.org/licenses/LICENSE-2.0 10 ~ 11 ~ Unless required by applicable law or agreed to in writing, software 12 ~ distributed under the License is distributed on an "AS IS" BASIS, 13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 ~ See the License for the specific language governing permissions and 15 ~ limitations under the License 16 --> 17<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 18 <!-- Contact preferences related strings --> 19 20 <!-- Label of the "sort by" display option --> 21 <string name="display_options_sort_list_by">Sort by</string> 22 23 <string translatable="false" name="display_options_sort_list_by_key">android.contacts.SORT_ORDER</string> 24 25 <!-- An allowable value for the "sort list by" contact display option --> 26 <string name="display_options_sort_by_given_name">First name</string> 27 28 <string translatable="false" name="display_options_sort_by_given_name_value">sort_by_given_name</string> 29 30 <!-- An allowable value for the "sort list by" contact display option --> 31 <string name="display_options_sort_by_family_name">Last name</string> 32 33 <string translatable="false" name="display_options_sort_by_family_name_value">sort_by_family_name</string> 34 35 <!-- Label of the "name format" display option [CHAR LIMIT=64]--> 36 <string name="display_options_view_names_as">Name format</string> 37 <string translatable="false" name="display_options_view_names_as_key">android.contacts.DISPLAY_ORDER</string> 38 39 <!-- An allowable value for the "view names as" contact display option --> 40 <string name="display_options_view_given_name_first">First name first</string> 41 42 <string translatable="false" name="display_options_view_given_name_first_value">view_given_name_first</string> 43 44 <!-- An allowable value for the "view names as" contact display option --> 45 <string name="display_options_view_family_name_first">Last name first</string> 46 47 <string translatable="false" name="display_options_view_family_name_first_value">view_family_name_first</string> 48</resources> 49