blob: 7e69de21f093edf6dd9671ec26973af940f28c74 [file] [log] [blame]
Chiao Cheng5a6b5192012-09-05 16:10:50 -07001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2012 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
19 <!-- Toast shown when text is copied to the clipboard [CHAR LIMIT=64] -->
20 <string name="toast_text_copied">Text copied</string>
21
Chiao Cheng26ae5e22012-10-29 18:13:52 -070022
23 <!-- Action string for calling a custom phone number -->
24 <string name="call_custom">Call
25 <xliff:g id="custom">%s</xliff:g>
26 </string>
27 <!-- Action string for calling a home phone number -->
28 <string name="call_home">Call home</string>
29 <!-- Action string for calling a mobile phone number -->
30 <string name="call_mobile">Call mobile</string>
31 <!-- Action string for calling a work phone number -->
32 <string name="call_work">Call work</string>
33 <!-- Action string for calling a work fax phone number -->
34 <string name="call_fax_work">Call work fax</string>
35 <!-- Action string for calling a home fax phone number -->
36 <string name="call_fax_home">Call home fax</string>
37 <!-- Action string for calling a pager phone number -->
38 <string name="call_pager">Call pager</string>
39 <!-- Action string for calling an other phone number -->
40 <string name="call_other">Call</string>
41 <!-- Action string for calling a callback number -->
42 <string name="call_callback">Call callback</string>
43 <!-- Action string for calling a car phone number -->
44 <string name="call_car">Call car</string>
45 <!-- Action string for calling a company main phone number -->
46 <string name="call_company_main">Call company main</string>
47 <!-- Action string for calling a ISDN phone number -->
48 <string name="call_isdn">Call ISDN</string>
49 <!-- Action string for calling a main phone number -->
50 <string name="call_main">Call main</string>
51 <!-- Action string for calling an other fax phone number -->
52 <string name="call_other_fax">Call fax</string>
53 <!-- Action string for calling a radio phone number -->
54 <string name="call_radio">Call radio</string>
55 <!-- Action string for calling a Telex phone number -->
56 <string name="call_telex">Call telex</string>
57 <!-- Action string for calling a TTY/TDD phone number -->
58 <string name="call_tty_tdd">Call TTY/TDD</string>
59 <!-- Action string for calling a work mobile phone number -->
60 <string name="call_work_mobile">Call work mobile</string>
61 <!-- Action string for calling a work pager phone number -->
62 <string name="call_work_pager">Call work pager</string>
63 <!-- Action string for calling an assistant phone number -->
64 <string name="call_assistant">Call
65 <xliff:g id="assistant">%s</xliff:g>
66 </string>
67 <!-- Action string for calling a MMS phone number -->
68 <string name="call_mms">Call MMS</string>
69
70 <!-- Action string for sending an SMS to a custom phone number -->
71 <string name="sms_custom">Text
72 <xliff:g id="custom">%s</xliff:g>
73 </string>
74 <!-- Action string for sending an SMS to a home phone number -->
75 <string name="sms_home">Text home</string>
76 <!-- Action string for sending an SMS to a mobile phone number -->
77 <string name="sms_mobile">Text mobile</string>
78 <!-- Action string for sending an SMS to a work phone number -->
79 <string name="sms_work">Text work</string>
80 <!-- Action string for sending an SMS to a work fax phone number -->
81 <string name="sms_fax_work">Text work fax</string>
82 <!-- Action string for sending an SMS to a home fax phone number -->
83 <string name="sms_fax_home">Text home fax</string>
84 <!-- Action string for sending an SMS to a pager phone number -->
85 <string name="sms_pager">Text pager</string>
86 <!-- Action string for sending an SMS to an other phone number -->
87 <string name="sms_other">Text</string>
88 <!-- Action string for sending an SMS to a callback number -->
89 <string name="sms_callback">Text callback</string>
90 <!-- Action string for sending an SMS to a car phone number -->
91 <string name="sms_car">Text car</string>
92 <!-- Action string for sending an SMS to a company main phone number -->
93 <string name="sms_company_main">Text company main</string>
94 <!-- Action string for sending an SMS to a ISDN phone number -->
95 <string name="sms_isdn">Text ISDN</string>
96 <!-- Action string for sending an SMS to a main phone number -->
97 <string name="sms_main">Text main</string>
98 <!-- Action string for sending an SMS to an other fax phone number -->
99 <string name="sms_other_fax">Text fax</string>
100 <!-- Action string for sending an SMS to a radio phone number -->
101 <string name="sms_radio">Text radio</string>
102 <!-- Action string for sending an SMS to a Telex phone number -->
103 <string name="sms_telex">Text telex</string>
104 <!-- Action string for sending an SMS to a TTY/TDD phone number -->
105 <string name="sms_tty_tdd">Text TTY/TDD</string>
106 <!-- Action string for sending an SMS to a work mobile phone number -->
107 <string name="sms_work_mobile">Text work mobile</string>
108 <!-- Action string for sending an SMS to a work pager phone number -->
109 <string name="sms_work_pager">Text work pager</string>
110 <!-- Action string for sending an SMS to an assistant phone number -->
111 <string name="sms_assistant">Text
112 <xliff:g id="assistant">%s</xliff:g>
113 </string>
114 <!-- Action string for sending an SMS to a MMS phone number -->
115 <string name="sms_mms">Text MMS</string>
116
Chiao Cheng5a6b5192012-09-05 16:10:50 -0700117</resources>