Home | History | Annotate | Download | only in values-iw
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 **
      5 ** Copyright 2011, 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+05D0: "" HEBREW LETTER ALEF
     23          U+05D1: "" HEBREW LETTER BET
     24          U+05D2: "" HEBREW LETTER GIMEL -->
     25     <string name="keylabel_to_alpha">&#x05D0;&#x05D1;&#x05D2;</string>
     26     <!-- U+2605: "" BLACK STAR -->
     27     <string name="morekeys_star">&#x2605;</string>
     28     <!-- U+00B1: "" PLUS-MINUS SIGN
     29          U+FB29: "" HEBREW LETTER ALTERNATIVE PLUS SIGN -->
     30     <string name="morekeys_plus">&#x00B1;,&#xFB29;</string>
     31     <!-- The all letters need to be mirrored are found at
     32          http://www.unicode.org/Public/6.1.0/ucd/BidiMirroring.txt -->
     33     <!-- U+2264: "" LESS-THAN OR EQUAL TO
     34          U+2265: "" GREATER-THAN EQUAL TO
     35          U+00AB: "" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
     36          U+00BB: "" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
     37          U+2039: "" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
     38          U+203A: "" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -->
     39     <string name="keyspec_left_parenthesis">(|)</string>
     40     <string name="keyspec_right_parenthesis">)|(</string>
     41     <string name="keyspec_left_square_bracket">[|]</string>
     42     <string name="keyspec_right_square_bracket">]|[</string>
     43     <string name="keyspec_left_curly_bracket">{|}</string>
     44     <string name="keyspec_right_curly_bracket">}|{</string>
     45     <string name="keyspec_less_than">&lt;|&gt;</string>
     46     <string name="keyspec_greater_than">&gt;|&lt;</string>
     47     <string name="keyspec_less_than_equal">&#x2264;|&#x2265;</string>
     48     <string name="keyspec_greater_than_equal">&#x2265;|&#x2264;</string>
     49     <string name="keyspec_left_double_angle_quote">&#x00AB;|&#x00BB;</string>
     50     <string name="keyspec_right_double_angle_quote">&#x00BB;|&#x00AB;</string>
     51     <string name="keyspec_left_single_angle_quote">&#x2039;|&#x203A;</string>
     52     <string name="keyspec_right_single_angle_quote">&#x203A;|&#x2039;</string>
     53     <string name="single_quotes">!text/single_rqm_9qm</string>
     54     <string name="double_quotes">!text/double_rqm_9qm</string>
     55     <!-- U+20AA: "" NEW SHEQEL SIGN -->
     56     <string name="keyspec_currency">&#x20AA;</string>
     57 </resources>
     58