donottranslate-more-keys.xml revision 1c9e9ecdfbe0822b8eba2b5db8e21ef852252238
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2013, 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    <!-- Label for "switch to alphabetic" key.
22         U+0531: "Ա" ARMENIAN CAPITAL LETTER AYB
23         U+0532: "Բ" ARMENIAN CAPITAL LETTER BEN
24         U+0533: "Գ" ARMENIAN CAPITAL LETTER GIM -->
25    <string name="keylabel_to_alpha">&#x0531;&#x0532;&#x0533;</string>
26    <!-- U+055E: "՞" ARMENIAN QUESTION MARK
27         U+055C: "՜" ARMENIAN EXCLAMATION MARK
28         U+055A: "՚" ARMENIAN APOSTROPHE
29         U+0559: "ՙ" ARMENIAN MODIFIER LETTER LEFT HALF RING
30         U+055D: "՝" ARMENIAN COMMA
31         U+055B: "՛" ARMENIAN EMPHASIS MARK
32         U+058A: "֊" ARMENIAN HYPHEN
33         U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
34         U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
35         U+055F: "՟" ARMENIAN ABBREVIATION MARK -->
36    <string name="morekeys_punctuation">"!autoColumnOrder!8,\\,,&#x055E;,&#x055C;,.,&#x055A;,&#x0559;,?,!,&#x055D;,&#x055B;,&#x058A;,&#x00BB;,&#x00AB;,&#x055F;,;,:"</string>
37    <!-- U+055E: "՞" ARMENIAN QUESTION MARK
38         U+00BF: "¿" INVERTED QUESTION MARK -->
39    <string name="morekeys_question">&#x055E;,&#x00BF;</string>
40    <!-- U+055C: "՜" ARMENIAN EXCLAMATION MARK
41         U+00A1: "¡" INVERTED EXCLAMATION MARK -->
42    <string name="morekeys_exclamation">&#x055C;,&#x00A1;</string>
43    <!-- U+058F: "֏" ARMENIAN DRAM SIGN -->
44    <!-- TODO: Enable this when we have glyph for the following letter
45         <string name="keyspec_currency">&#x058F;</string>
46    -->
47    <!-- U+055D: "՝" ARMENIAN COMMA -->
48    <string name="keyspec_comma">&#x055D;</string>
49    <string name="keyspec_tablet_comma">&#x055D;</string>
50    <!-- U+0589: "։" ARMENIAN FULL STOP -->
51    <string name="keyspec_period">&#x0589;</string>
52    <string name="keyspec_tablet_period">&#x0589;</string>
53    <string name="morekeys_tablet_period">!text/morekeys_punctuation</string>
54</resources>
55