summaryrefslogtreecommitdiffstats
path: root/tests/res/values/donottranslate_strings.xml
blob: 8557fd6cf6ba7ba3d30b3d702bbb69701eaaba52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 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">

    <string name="contactsIntents">Contacts Intents</string>
    <string name="result">Result returned by activity</string>

    <string-array name="allIntents">
        <!-- List modes -->
        <item>LIST_DEFAULT</item>
        <item>LIST_ALL_CONTACTS_ACTION</item>
        <item>LIST_CONTACTS_WITH_PHONES_ACTION</item>
        <item>LIST_STARRED_ACTION</item>
        <item>LIST_FREQUENT_ACTION</item>
        <item>LIST_STREQUENT_ACTION</item>
        <item>ACTION_PICK: contact</item>
        <item>ACTION_PICK: contact (legacy)</item>
        <item>ACTION_PICK: phone</item>
        <item>ACTION_PICK: phone (legacy)</item>
        <item>ACTION_PICK: postal</item>
        <item>ACTION_PICK: postal (legacy)</item>
        <item>ACTION_CREATE_SHORTCUT: contact</item>
        <item>ACTION_CREATE_SHORTCUT: dial</item>
        <item>ACTION_CREATE_SHORTCUT: message</item>
        <item>ACTION_GET_CONTENT: contact</item>
        <item>ACTION_GET_CONTENT: contact (legacy)</item>
        <item>ACTION_GET_CONTENT: phone</item>
        <item>ACTION_GET_CONTENT: phone (legacy)</item>
        <item>ACTION_GET_CONTENT: postal</item>
        <item>ACTION_GET_CONTENT: postal (legacy)</item>
        <item>ACTION_INSERT_OR_EDIT</item>
        <item>ACTION_SEARCH (call button)</item>
        <item>ACTION_SEARCH: contact</item>
        <item>ACTION_SEARCH: email</item>
        <item>ACTION_SEARCH: phone</item>
        <item>SEARCH_SUGGESTION_CLICKED (call button)</item>
        <item>SEARCH_SUGGESTION_CLICKED: contact</item>
        <item>SEARCH_SUGGESTION_DIAL_NUMBER_CLICKED</item>
        <item>SEARCH_SUGGESTION_CREATE_CONTACT_CLICKED</item>
        <item>TODO: JOIN_CONTACT</item>

        <!-- Edit Contact -->
        <item>EDIT (content uri with only id)</item>
        <item>EDIT (lookup uri without id)</item>
        <item>EDIT (lookup uri)</item>
        <item>EDIT (called for raw contact)</item>
        <item>EDIT (legacy style uri)</item>
        <item>EDIT (create new contact)</item>
        <item>EDIT (create new contact with data)</item>
        <item>EDIT (create new contact for account)</item>
        <item>EDIT (create new contact for account with data)</item>
        <item>EDIT (create new raw contact)</item>
        <item>EDIT (create new legacy)</item>

        <!-- View Contact -->
        <item>VIEW (content uri with only id)</item>
        <item>VIEW (lookup uri without id)</item>
        <item>VIEW (lookup uri)</item>
        <item>VIEW (called for raw contact)</item>
        <item>VIEW (legacy style uri)</item>

        <!-- Various ways to start Contacts -->
        <item>DIAL</item>
        <item>DIAL phone (deprecated)</item>
        <item>DIAL person (deprecated)</item>
        <item>DIAL voicemail</item>
        <item>CALL BUTTON</item>
        <item>DIAL tel</item>
        <item>VIEW tel</item>
        <item>VIEW calls (call-log after a phone call)</item>
    </string-array>

    <string name="pinnedHeaderList">Pinned Headers</string>
    <string name="quickContactTests">Quick Contact modes</string>
    <string name="pickContact">Pick contact</string>

    <string-array name="pinnedHeaderUseCases">
        <item>One short section - no headers</item>
        <item>Two short sections with headers</item>
        <item>Five short sections with headers</item>
    </string-array>
</resources>