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     <!-- U+2605: "" BLACK STAR -->
     22     <string name="more_keys_for_star">&#x2605;</string>
     23     <!-- U+00B1: "" PLUS-MINUS SIGN
     24          U+FB29: "" HEBREW LETTER ALTERNATIVE PLUS SIGN -->
     25     <string name="more_keys_for_plus">&#x00B1;,&#xFB29;</string>
     26     <!-- The all letters need to be mirrored are found at
     27          http://www.unicode.org/Public/6.1.0/ucd/BidiMirroring.txt -->
     28     <string name="more_keys_for_left_parenthesis">!fixedColumnOrder!3,&lt;|&gt;,{|},[|]</string>
     29     <string name="more_keys_for_right_parenthesis">!fixedColumnOrder!3,&gt;|&lt;,}|{,]|[</string>
     30     <!-- U+2264: "" LESS-THAN OR EQUAL TO
     31          U+2265: "" GREATER-THAN EQUAL TO
     32          U+00AB: "" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
     33          U+00BB: "" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
     34          U+2039: "" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
     35          U+203A: "" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
     36          The following characters don't need BIDI mirroring.
     37          U+2018: "" LEFT SINGLE QUOTATION MARK
     38          U+2019: "" RIGHT SINGLE QUOTATION MARK
     39          U+201A: "" SINGLE LOW-9 QUOTATION MARK
     40          U+201B: "" SINGLE HIGH-REVERSED-9 QUOTATION MARK
     41          U+201C: "" LEFT DOUBLE QUOTATION MARK
     42          U+201D: "" RIGHT DOUBLE QUOTATION MARK
     43          U+201E: "" DOUBLE LOW-9 QUOTATION MARK
     44          U+201F: "" DOUBLE HIGH-REVERSED-9 QUOTATION MARK -->
     45     <string name="more_keys_for_less_than">!fixedColumnOrder!3,&#x2039;|&#x203A;,&#x2264;|&#x2265;,&#x00AB;|&#x00BB;</string>
     46     <string name="more_keys_for_greater_than">!fixedColumnOrder!3,&#x203A;|&#x2039;,&#x2265;|&#x2264;,&#x00BB;|&#x00AB;</string>
     47     <!-- TODO: Neither DroidSans nor Roboto have the glyph for U+201F DOUBLE HIGH-REVERSED-9 QUOTATION MARK -->
     48     <!-- <string name="more_keys_for_double_quote">&#x201C;,&#x201D;,&#x201E;,&#x201F;,&#x00AB;|&#x00BB;,&#x00BB;|&#x00AB;</string> -->
     49     <string name="more_keys_for_double_quote">!fixedColumnOrder!4,&#x201C;,&#x201D;,&#x00AB;|&#x00BB;,&#x00BB;|&#x00AB;</string>
     50     <!-- TODO: Neither DroidSans nor Roboto have the glyph for U+201F DOUBLE HIGH-REVERSED-9 QUOTATION MARK -->
     51     <!-- <string name="more_keys_for_tablet_double_quote">!fixedColumnOrder!6,&#x201C;,&#x201D;,&#x201E;,&#x201F;,&#x00AB;|&#x00BB;,&#x00BB|&#x00AB;;,&#x2018;,&#x2019;,&#x201A;,&#x201B;</string> -->
     52     <string name="more_keys_for_tablet_double_quote">!fixedColumnOrder!4,&#x201C;,&#x201D;,&#x00AB;|&#x00BB;,&#x00BB;|&#x00AB;,&#x2018;,&#x2019;,&#x201A;,&#x201B;</string>
     53 </resources>
     54