strings.xml revision a0e5f1aa917decf6921e372a3fd5a43da51adecb
1<?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">
18    <!-- Official label of the Telecomm app, as seen in "Manage Applications"
19         and other settings UIs. -->
20    <string name="telecommAppLabel" product="default">Telecomm</string>
21
22    <!-- Name for an "unknown" caller. -->
23    <string name="unknown">Unknown</string>
24
25    <!-- Notification strings -->
26    <!-- Missed call notification label, used when there's exactly one missed call -->
27    <string name="notification_missedCallTitle">Missed call</string>
28    <!-- Missed call notification label, used when there are two or more missed calls -->
29    <string name="notification_missedCallsTitle">Missed calls</string>
30    <!-- Missed call notification message used when there are multiple missed calls -->
31    <string name="notification_missedCallsMsg"><xliff:g id="num_missed_calls">%s</xliff:g> missed calls</string>
32    <!-- Missed call notification message used for a single missed call, including
33         the caller-id info from the missed call -->
34    <string name="notification_missedCallTicker">Missed call from <xliff:g id="missed_call_from">%s</xliff:g></string>
35    <!-- Message for "call back" Action, which is displayed in the missed call notificaiton.
36         The user will be able to call back to the person or the phone number.
37         [CHAR LIMIT=60] -->
38    <string name="notification_missedCall_call_back">Call back</string>
39    <!-- Message for "reply via sms" action, which is displayed in the missed call notification.
40         The user will be able to send text messages using the phone number.
41         [CHAR LIMIT=60] -->
42    <string name="notification_missedCall_message">Message</string>
43</resources>
44