2013-08-29 09:01:16 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2013, 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">
|
2014-02-12 07:04:13 +00:00
|
|
|
|
<!-- Label for "switch to alphabetic" key.
|
|
|
|
|
U+0531: "Ա" ARMENIAN CAPITAL LETTER AYB
|
|
|
|
|
U+0532: "Բ" ARMENIAN CAPITAL LETTER BEN
|
|
|
|
|
U+0533: "Գ" ARMENIAN CAPITAL LETTER GIM -->
|
|
|
|
|
<string name="label_to_alpha_key">ԱԲԳ</string>
|
2014-03-20 03:03:06 +00:00
|
|
|
|
<!-- U+055E: "՞" ARMENIAN QUESTION MARK
|
|
|
|
|
U+055C: "՜" ARMENIAN EXCLAMATION MARK
|
|
|
|
|
U+055A: "՚" ARMENIAN APOSTROPHE
|
|
|
|
|
U+0559: "ՙ" ARMENIAN MODIFIER LETTER LEFT HALF RING
|
|
|
|
|
U+055D: "՝" ARMENIAN COMMA
|
|
|
|
|
U+055B: "՛" ARMENIAN EMPHASIS MARK
|
|
|
|
|
U+058A: "֊" ARMENIAN HYPHEN
|
|
|
|
|
U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
|
|
|
U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
|
|
|
U+055F: "՟" ARMENIAN ABBREVIATION MARK -->
|
|
|
|
|
<string name="more_keys_for_punctuation">"!autoColumnOrder!8,\\,,՞,՜,.,՚,ՙ,?,!,՝,՛,֊,»,«,՟,;,:"</string>
|
|
|
|
|
<!-- U+055E: "՞" ARMENIAN QUESTION MARK
|
|
|
|
|
U+00BF: "¿" INVERTED QUESTION MARK -->
|
2013-12-13 08:09:16 +00:00
|
|
|
|
<string name="more_keys_for_question">՞,¿</string>
|
2014-03-20 03:03:06 +00:00
|
|
|
|
<!-- U+055C: "՜" ARMENIAN EXCLAMATION MARK
|
|
|
|
|
U+00A1: "¡" INVERTED EXCLAMATION MARK -->
|
2013-12-13 08:09:16 +00:00
|
|
|
|
<string name="more_keys_for_exclamation">՜,¡</string>
|
2013-09-24 09:11:12 +00:00
|
|
|
|
<!-- U+058F: "֏" ARMENIAN DRAM SIGN -->
|
|
|
|
|
<!-- TODO: Enable this when we have glyph for the following letter
|
|
|
|
|
<string name="keylabel_for_currency">֏</string>
|
|
|
|
|
-->
|
2013-12-13 08:09:16 +00:00
|
|
|
|
<!-- U+055D: "՝" ARMENIAN COMMA -->
|
|
|
|
|
<string name="keylabel_for_tablet_comma">՝</string>
|
|
|
|
|
<!-- U+0589: "։" ARMENIAN FULL STOP -->
|
|
|
|
|
<string name="keylabel_for_period">։</string>
|
|
|
|
|
<string name="keylabel_for_tablet_period">։</string>
|
|
|
|
|
<string name="more_keys_for_tablet_period">!text/more_keys_for_punctuation</string>
|
2013-08-29 09:01:16 +00:00
|
|
|
|
</resources>
|