blob: 0e127679610f2b4384b83c6ecaf13ae6d167e058 [file] [log] [blame]
satoke05b3f42012-01-31 17:15:43 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2012, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21
22 <string-array name="additional_proximitychars">
23 <!-- Empty entry terminates the proximity chars array. -->
24
25 <!-- Additional proximity chars for a -->
26 <item>a</item>
27 <item>e</item>
28 <item>i</item>
29 <item>o</item>
30 <item>u</item>
31 <item></item>
32 <!-- Additional proximity chars for e -->
33 <item>e</item>
34 <item>a</item>
35 <item>i</item>
36 <item>o</item>
37 <item>u</item>
38 <item></item>
39 <!-- Additional proximity chars for i -->
40 <item>i</item>
41 <item>a</item>
42 <item>e</item>
43 <item>o</item>
44 <item>u</item>
45 <item></item>
46 <!-- Additional proximity chars for o -->
47 <item>o</item>
48 <item>a</item>
49 <item>e</item>
50 <item>i</item>
51 <item>u</item>
52 <item></item>
53 <!-- Additional proximity chars for u -->
54 <item>u</item>
55 <item>a</item>
56 <item>e</item>
57 <item>i</item>
58 <item>o</item>
59 <item></item>
60 </string-array>
61
62</resources>