1 <?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 <!-- Label for "switch to alphabetic" key. 22 U+0915: "" DEVANAGARI LETTER KA 23 U+0916: "" DEVANAGARI LETTER KHA 24 U+0917: "" DEVANAGARI LETTER GA --> 25 <string name="keylabel_to_alpha">कखग</string> 26 <!-- U+0967: "" DEVANAGARI DIGIT ONE --> 27 <string name="keyspec_symbols_1">१</string> 28 <!-- U+0968: "" DEVANAGARI DIGIT TWO --> 29 <string name="keyspec_symbols_2">२</string> 30 <!-- U+0969: "" DEVANAGARI DIGIT THREE --> 31 <string name="keyspec_symbols_3">३</string> 32 <!-- U+096A: "" DEVANAGARI DIGIT FOUR --> 33 <string name="keyspec_symbols_4">४</string> 34 <!-- U+096B: "" DEVANAGARI DIGIT FIVE --> 35 <string name="keyspec_symbols_5">५</string> 36 <!-- U+096C: "" DEVANAGARI DIGIT SIX --> 37 <string name="keyspec_symbols_6">६</string> 38 <!-- U+096D: "" DEVANAGARI DIGIT SEVEN --> 39 <string name="keyspec_symbols_7">७</string> 40 <!-- U+096E: "" DEVANAGARI DIGIT EIGHT --> 41 <string name="keyspec_symbols_8">८</string> 42 <!-- U+096F: "" DEVANAGARI DIGIT NINE --> 43 <string name="keyspec_symbols_9">९</string> 44 <!-- U+0966: "" DEVANAGARI DIGIT ZERO --> 45 <string name="keyspec_symbols_0">०</string> 46 <!-- Label for "switch to symbols" key. --> 47 <string name="keylabel_to_symbol">?१२३</string> 48 <string name="additional_morekeys_symbols_1">1</string> 49 <string name="additional_morekeys_symbols_2">2</string> 50 <string name="additional_morekeys_symbols_3">3</string> 51 <string name="additional_morekeys_symbols_4">4</string> 52 <string name="additional_morekeys_symbols_5">5</string> 53 <string name="additional_morekeys_symbols_6">6</string> 54 <string name="additional_morekeys_symbols_7">7</string> 55 <string name="additional_morekeys_symbols_8">8</string> 56 <string name="additional_morekeys_symbols_9">9</string> 57 <string name="additional_morekeys_symbols_0">0</string> 58 <!-- U+20B9: "" INDIAN RUPEE SIGN --> 59 <string name="keyspec_currency">₹</string> 60 </resources> 61