Home | History | Annotate | Download | only in values-ne
      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+0915: "" DEVANAGARI LETTER KA
     23          U+0916: "" DEVANAGARI LETTER KHA
     24          U+0917: "" DEVANAGARI LETTER GA -->
     25     <string name="label_to_alpha_key">&#x0915;&#x0916;&#x0917;</string>
     26     <!-- U+0967: "" DEVANAGARI DIGIT ONE -->
     27     <string name="keylabel_for_symbols_1">&#x0967;</string>
     28     <!-- U+0968: "" DEVANAGARI DIGIT TWO -->
     29     <string name="keylabel_for_symbols_2">&#x0968;</string>
     30     <!-- U+0969: "" DEVANAGARI DIGIT THREE -->
     31     <string name="keylabel_for_symbols_3">&#x0969;</string>
     32     <!-- U+096A: "" DEVANAGARI DIGIT FOUR -->
     33     <string name="keylabel_for_symbols_4">&#x096A;</string>
     34     <!-- U+096B: "" DEVANAGARI DIGIT FIVE -->
     35     <string name="keylabel_for_symbols_5">&#x096B;</string>
     36     <!-- U+096C: "" DEVANAGARI DIGIT SIX -->
     37     <string name="keylabel_for_symbols_6">&#x096C;</string>
     38     <!-- U+096D: "" DEVANAGARI DIGIT SEVEN -->
     39     <string name="keylabel_for_symbols_7">&#x096D;</string>
     40     <!-- U+096E: "" DEVANAGARI DIGIT EIGHT -->
     41     <string name="keylabel_for_symbols_8">&#x096E;</string>
     42     <!-- U+096F: "" DEVANAGARI DIGIT NINE -->
     43     <string name="keylabel_for_symbols_9">&#x096F;</string>
     44     <!-- U+0966: "" DEVANAGARI DIGIT ZERO -->
     45     <string name="keylabel_for_symbols_0">&#x0966;</string>
     46     <!-- Label for "switch to symbols" key. -->
     47     <string name="label_to_symbol_key">\?&#x0967;&#x0968;&#x0969;</string>
     48     <!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
     49          part because it'll be appended by the code. -->
     50     <string name="label_to_symbol_with_microphone_key">&#x0967;&#x0968;&#x0969;</string>
     51     <string name="additional_more_keys_for_symbols_1">1</string>
     52     <string name="additional_more_keys_for_symbols_2">2</string>
     53     <string name="additional_more_keys_for_symbols_3">3</string>
     54     <string name="additional_more_keys_for_symbols_4">4</string>
     55     <string name="additional_more_keys_for_symbols_5">5</string>
     56     <string name="additional_more_keys_for_symbols_6">6</string>
     57     <string name="additional_more_keys_for_symbols_7">7</string>
     58     <string name="additional_more_keys_for_symbols_8">8</string>
     59     <string name="additional_more_keys_for_symbols_9">9</string>
     60     <string name="additional_more_keys_for_symbols_0">0</string>
     61     <!-- U+0930/U+0941/U+002E "." NEPALESE RUPEE SIGN -->
     62     <string name="keylabel_for_currency">&#x0930;&#x0941;&#x002E;</string>
     63 </resources>
     64