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="label_to_alpha_key">אבג</string> 26 <!-- U+2605: "" BLACK STAR --> 27 <string name="more_keys_for_star">★</string> 28 <!-- U+00B1: "" PLUS-MINUS SIGN 29 U+FB29: "" HEBREW LETTER ALTERNATIVE PLUS SIGN --> 30 <string name="more_keys_for_plus">±,﬩</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 <string name="more_keys_for_left_parenthesis">!fixedColumnOrder!3,<|>,{|},[|]</string> 34 <string name="more_keys_for_right_parenthesis">!fixedColumnOrder!3,>|<,}|{,]|[</string> 35 <!-- U+2264: "" LESS-THAN OR EQUAL TO 36 U+2265: "" GREATER-THAN EQUAL TO 37 U+00AB: "" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK 38 U+00BB: "" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK 39 U+2039: "" SINGLE LEFT-POINTING ANGLE QUOTATION MARK 40 U+203A: "" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK --> 41 <string name="more_keys_for_less_than">!fixedColumnOrder!3,‹|›,≤|≥,«|»</string> 42 <string name="more_keys_for_greater_than">!fixedColumnOrder!3,›|‹,≥|≤,»|«</string> 43 <!-- The following characters don't need BIDI mirroring. 44 U+2018: "" LEFT SINGLE QUOTATION MARK 45 U+2019: "" RIGHT SINGLE QUOTATION MARK 46 U+201A: "" SINGLE LOW-9 QUOTATION MARK 47 U+201C: "" LEFT DOUBLE QUOTATION MARK 48 U+201D: "" RIGHT DOUBLE QUOTATION MARK 49 U+201E: "" DOUBLE LOW-9 QUOTATION MARK --> 50 <string name="single_quotes">‘,’,‚</string> 51 <string name="double_quotes">“,”,„</string> 52 <string name="single_angle_quotes">!text/single_laqm_raqm_rtl</string> 53 <string name="double_angle_quotes">!text/double_laqm_raqm_rtl</string> 54 <!-- U+20AA: "" NEW SHEQEL SIGN --> 55 <string name="keylabel_for_currency">₪</string> 56 <string name="keyhintlabel_for_tablet_comma">!</string> 57 <string name="more_keys_for_tablet_comma">!</string> 58 <string name="keyhintlabel_for_period">\?</string> 59 <string name="more_keys_for_period">\?</string> 60 </resources> 61