summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/arrays.xml
blob: 3c960442c1e828e1e0a43b70d1c0d08a7ca6e5e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<resources>
	<!--  Keep the order the same as the TYPE_ constants in VPNProfile -->
    <string-array name="verb_to_be">
        <item>am</item>
        <item>are</item>
        <item>is</item>
        <item>are</item>
        <item>are</item>
        <item>are</item>
    </string-array>

    <string-array name="personal_pronouns">
        <item>I</item>
        <item>You</item>
        <item>He</item>
        <item>We</item>
        <item>You</item>
        <item>They</item>
    </string-array>
</resources>