blob: 0c46053383afd8d9b85011fcd2813123554a6036 [file] [log] [blame]
Ben Gilad4937ff92013-12-12 12:05:37 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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">
Santos Cordoncb29c032014-05-29 20:20:06 -070018 <!-- Official label of the Telecomm/Phone app, as seen in "Manage Applications"
19 and other settings UIs. This is the "app name" used in notification, recents,
20 and app info screens. -->
21 <string name="telecommAppLabel" product="default">Phone</string>
Santos Cordona0e5f1a2014-03-31 21:43:00 -070022
23 <!-- Name for an "unknown" caller. -->
24 <string name="unknown">Unknown</string>
25
26 <!-- Notification strings -->
27 <!-- Missed call notification label, used when there's exactly one missed call -->
28 <string name="notification_missedCallTitle">Missed call</string>
29 <!-- Missed call notification label, used when there are two or more missed calls -->
30 <string name="notification_missedCallsTitle">Missed calls</string>
31 <!-- Missed call notification message used when there are multiple missed calls -->
32 <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
33 <!-- Missed call notification message used for a single missed call, including
34 the caller-id info from the missed call -->
35 <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
36 <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
37 The user will be able to call back to the person or the phone number.
38 [CHAR LIMIT=60] -->
39 <string name="notification_missedCall_call_back">Call back</string>
40 <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
41 The user will be able to send text messages using the phone number.
42 [CHAR LIMIT=60] -->
43 <string name="notification_missedCall_message">Message</string>
Santos Cordondeb8c892014-05-30 01:38:03 -070044
45 <!-- Content description of the call muted notification icon for
46 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
47 <string name="accessibility_call_muted">Call muted.</string>
48
49 <!-- Content description of the speakerphone enabled notification icon for
50 accessibility (not shown on the screen). [CHAR LIMIT=NONE] -->
51 <string name="accessibility_speakerphone_enabled">Speakerphone enabled.</string>
Ben Gilad4937ff92013-12-12 12:05:37 -080052</resources>