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 <!-- U+0449: "щ" CYRILLIC SMALL LETTER SHCHA --> 22 <string name="keyspec_east_slavic_row1_9">щ</string> 23 <!-- U+044B: "ы" CYRILLIC SMALL LETTER YERU --> 24 <string name="keyspec_east_slavic_row2_2">ы</string> 25 <!-- U+044D: "э" CYRILLIC SMALL LETTER E --> 26 <string name="keyspec_east_slavic_row2_11">э</string> 27 <!-- U+0438: "и" CYRILLIC SMALL LETTER I --> 28 <string name="keyspec_east_slavic_row3_5">и</string> 29 <!-- U+04AF: "ү" CYRILLIC SMALL LETTER STRAIGHT U 30 U+04B1: "ұ" CYRILLIC SMALL LETTER STRAIGHT U WITH STROKE --> 31 <string name="morekeys_cyrillic_u">ү,ұ</string> 32 <!-- U+049B: "қ" CYRILLIC SMALL LETTER KA WITH DESCENDER --> 33 <string name="morekeys_cyrillic_ka">қ</string> 34 <!-- U+0451: "ё" CYRILLIC SMALL LETTER IO --> 35 <string name="morekeys_cyrillic_ie">ё</string> 36 <!-- U+04A3: "ң" CYRILLIC SMALL LETTER EN WITH DESCENDER --> 37 <string name="morekeys_cyrillic_en">ң</string> 38 <!-- U+0493: "ғ" CYRILLIC SMALL LETTER GHE WITH STROKE --> 39 <string name="morekeys_cyrillic_ghe">ғ</string> 40 <!-- U+0456: "і" CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I --> 41 <string name="morekeys_east_slavic_row2_2">і</string> 42 <!-- U+04D9: "ә" CYRILLIC SMALL LETTER SCHWA --> 43 <string name="morekeys_cyrillic_a">ә</string> 44 <!-- U+04E9: "ө" CYRILLIC SMALL LETTER BARRED O --> 45 <string name="morekeys_cyrillic_o">ө</string> 46 <!-- U+04BB: "һ" CYRILLIC SMALL LETTER SHHA --> 47 <string name="morekeys_east_slavic_row2_11">һ</string> 48 <!-- U+044A: "ъ" CYRILLIC SMALL LETTER HARD SIGN --> 49 <string name="morekeys_cyrillic_soft_sign">ъ</string> 50 <!-- Label for "switch to alphabetic" key. 51 U+0410: "А" CYRILLIC CAPITAL LETTER A 52 U+0411: "Б" CYRILLIC CAPITAL LETTER BE 53 U+0412: "В" CYRILLIC CAPITAL LETTER VE --> 54 <string name="keylabel_to_alpha">АБВ</string> 55</resources> 56