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 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> 17 <!-- Name of the phone dialer application [CHAR LIMIT=30]--> 18 <string name="phone_app_name">Phone</string> 19 <!-- Full-screen error text for when the phone can not be used because Bluetooth isn't connected [CHAR LIMIT=NONE]--> 20 <string name="no_hfp">To make or receive calls, connect your phone to your car via Bluetooth.</string> 21 <!-- Error text shown on the dialer facet for when bluetooth is disabled --> 22 <string name="bluetooth_disabled">To make or receive calls, turn Bluetooth on.</string> 23 <!-- Error text shown on the dialer facet for when bluetooth is not paired --> 24 <string name="bluetooth_unpaired">To make or receive calls, pair your phone with the car.</string> 25 <!-- Toast text when a call failed because the network isn't available [CHAR LIMIT=40] --> 26 <string name="error_network_not_available">Network not available.</string> 27 <!-- Toast text when a call failed because the phone is in airplane mode [CHAR LIMIT=40] --> 28 <string name="error_airplane_mode">Phone is in airplane mode.</string> 29 <!-- Toast text when a call failed because bluetooth hfp is not available [CHAR LIMIT=40] --> 30 <string name="error_no_hfp">Bluetooth is not connected.</string> 31 <!-- Call status shown while a call is ongoing [CHAR LIMIT=40] --> 32 <string name="phone_label_with_info"> 33 <xliff:g id="label" example="Mobile">%1$s</xliff:g> 34 " \u00B7 " 35 <xliff:g id="duration" example="1:20">%2$s</xliff:g> 36 </string> 37 <!-- Text displayed when the call log is empty. [CHAR LIMIT=40] --> 38 <string name="recent_calls_empty">Your call log is empty.</string> 39 <!-- Text displayed when the speed dial is empty. [CHAR LIMIT=100] --> 40 <string name="speed_dial_empty">Speed Dial provides one-touch dialing for favorites and numbers you call often</string> 41 42 <!-- Status label for phone state [CHAR LIMIT=20] --> 43 <string name="call_state_connecting">Connecting</string> 44 <!-- Status label for phone state [CHAR LIMIT=20] --> 45 <string name="call_state_dialing">Dialing</string> 46 <!-- Status label for phone state [CHAR LIMIT=20] --> 47 <string name="call_state_hold">On Hold</string> 48 <!-- Status label for phone state [CHAR LIMIT=20] --> 49 <string name="call_state_call_ended">Call Ended</string> 50 <!-- Status label for phone state [CHAR LIMIT=20] --> 51 <string name="call_state_call_active">Connected</string> 52 <!-- Status label for phone state [CHAR LIMIT=20] --> 53 <string name="call_state_call_ringing">Ringing</string> 54 <!-- Status label for phone state [CHAR LIMIT=20] --> 55 <string name="call_state_call_ending">Disconnecting</string> 56 57 <!-- Decline an in coming call [CHAR LIMIT=20] --> 58 <string name="decline_call">Decline</string> 59 <!-- Answer an in coming call [CHAR LIMIT=20] --> 60 <string name="answer_call">Answer</string> 61 62 <!-- Label for voicemail [CHAR LIMIT=30] --> 63 <string name="voicemail">Voicemail</string> 64 <!-- Label for current phone call [CHAR LIMIT=30] --> 65 <!-- Label for incoming call [CHAR LIMIT=30] --> 66 <!-- Label for a recent call card [CHAR LIMIT=30] --> 67 <!-- Label for button to answer a phone call [CHAR LIMIT=30] --> 68 <!-- Label for button to reject a phone call [CHAR LIMIT=30] --> 69 <!-- Label for when a call is coming from an unknown caller [CHAR LIMIT=30] --> 70 <string name="unknown">Unknown</string> 71 <!-- Label for when a call is a conference call [CHAR LIMIT=30] --> 72 <string name="conference_call">Conference call</string> 73 74 <!-- Audio route --> 75 <!-- Label for routing phone audio to the vehicle [CHAR LIMIT=30] --> 76 <string name="audio_route_vehicle">Vehicle bluetooth</string> 77 <!-- Label for routing phone audio to the phone speaker [CHAR LIMIT=30] --> 78 <string name="audio_route_phone_speaker">Speaker phone</string> 79 <!-- Label for routing phone audio to the phone earpiece. [CHAR LIMIT=30] --> 80 <string name="audio_route_handset">Handset</string> 81 82 <!-- Menu label for the call history [CHAR LIMIT=30] --> 83 <string name="calllog_all">Call History</string> 84 <!-- Menu label for the missed call history [CHAR LIMIT=30] --> 85 <string name="calllog_missed">Missed</string> 86 <!-- Menu label for the favorites [CHAR LIMIT=30] --> 87 <string name="calllog_favorites">Favorites</string> 88 <!-- Menu label for dial a number [CHAR LIMIT=30] --> 89 <string name="calllog_dial_number">Dialpad</string> 90 <!-- Button label to dial a manually entered phone number --> 91 <string name="dial_a_number">Dial a number</string> 92 93 <!-- Menu label for the call history [CHAR LIMIT=30] --> 94 <string name="contact_menu_label">Contact</string> 95 96 <!-- Titles --> 97 <!-- Title for the favorites [CHAR LIMIT=30] --> 98 <string name="favorites_title">Favorites</string> 99 <!-- Title for the call history [CHAR LIMIT=30] --> 100 <string name="call_history_title">Call History</string> 101 <!-- Title for the missed call history [CHAR LIMIT=30] --> 102 <string name="missed_call_title">Missed</string> 103 <!-- Title for the contacts [CHAR LIMIT=30] --> 104 <string name="contacts_title">Contacts</string> 105 <!-- Title for the dialpad [CHAR LIMIT=30] --> 106 <string name="dialpad_title">Dialpad</string> 107 <!-- Title for the in call [CHAR LIMIT=30] --> 108 <string name="in_call_title">In Call</string> 109 110 <!-- TODO: we do not need to localize this, figure out how to build ignoring it --> 111 <string name="one">1</string> 112 <string name="two">2</string> 113 <string name="three">3</string> 114 <string name="four">4</string> 115 <string name="five">5</string> 116 <string name="six">6</string> 117 <string name="seven">7</string> 118 <string name="eight">8</string> 119 <string name="nine">9</string> 120 <string name="zero">0</string> 121 <string name="star">*</string> 122 <string name="pound">#</string> 123 124 <string name="two_letters">ABC</string> 125 <string name="three_letters">DEF</string> 126 <string name="four_letters">GHI</string> 127 <string name="five_letters">JKL</string> 128 <string name="six_letters">MNO</string> 129 <string name="seven_letters">PQRS</string> 130 <string name="eight_letters">TUV</string> 131 <string name="nine_letters">WXYZ</string> 132 <string name="zero_letters">+</string> 133 134 <!-- Using spaces here so that the positioning of the number is consistent. --> 135 <string name="star_letters"> </string> 136 <string name="pound_letters"> </string> 137 138 <string name="search_title">Search contacts</string> 139 <string name="search_hint">Search contacts</string> 140 <string name="type_home">Home</string> 141 <string name="type_work">Work</string> 142 <string name="type_mobile">Mobile</string> 143 <string name="type_other">Other</string> 144 </resources> 145