You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
2.1 KiB
44 lines
2.1 KiB
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!-- Copyright (C) 2015 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
|
<!-- Label for when a call is coming from an unknown caller [CHAR LIMIT=30] -->
|
|
<string name="unknown">Unknown</string>
|
|
<!-- Label for voicemail [CHAR LIMIT=30] -->
|
|
<string name="voicemail">Voicemail</string>
|
|
|
|
<!-- Call status shown while a call is ongoing [CHAR LIMIT=40] -->
|
|
<string name="phone_label_with_info">
|
|
<xliff:g id="label" example="Mobile">%1$s</xliff:g>
|
|
" \u00B7 "
|
|
<xliff:g id="duration" example="1:20">%2$s</xliff:g>
|
|
</string>
|
|
|
|
|
|
<!-- Status label for phone state. … is an ellipsis. [CHAR LIMIT=25] -->
|
|
<string name="call_state_connecting">Connecting…</string>
|
|
<!-- Status label for phone state. … is an ellipsis. [CHAR LIMIT=25] -->
|
|
<string name="call_state_dialing">Dialing…</string>
|
|
<!-- Status label for phone state [CHAR LIMIT=25] -->
|
|
<string name="call_state_hold">On hold</string>
|
|
<!-- Status label for phone state [CHAR LIMIT=25] -->
|
|
<string name="call_state_call_ended">Call ended</string>
|
|
<!-- Status label for phone state [CHAR LIMIT=25] -->
|
|
<string name="call_state_call_active">Connected</string>
|
|
<!-- Status label for phone state. … is an ellipsis. [CHAR LIMIT=25] -->
|
|
<string name="call_state_call_ringing">Ringing…</string>
|
|
<!-- Status label for phone state. … is an ellipsis. [CHAR LIMIT=25] -->
|
|
<string name="call_state_call_ending">Disconnecting…</string>
|
|
</resources> |