2011-10-12 02:55:30 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<!--
|
|
|
|
|
/*
|
|
|
|
|
**
|
|
|
|
|
** Copyright 2011, The Android Open Source Project
|
|
|
|
|
**
|
|
|
|
|
** Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
** you may not use this file except in compliance with the License.
|
|
|
|
|
** You may obtain a copy of the License at
|
|
|
|
|
**
|
|
|
|
|
** http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
**
|
|
|
|
|
** Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
** distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
** See the License for the specific language governing permissions and
|
|
|
|
|
** limitations under the License.
|
|
|
|
|
*/
|
|
|
|
|
-->
|
|
|
|
|
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
2012-12-11 03:46:23 +00:00
|
|
|
|
<!-- Label for "switch to alphabetic" key.
|
|
|
|
|
U+05D0: "א" HEBREW LETTER ALEF
|
|
|
|
|
U+05D1: "ב" HEBREW LETTER BET
|
|
|
|
|
U+05D2: "ג" HEBREW LETTER GIMEL -->
|
|
|
|
|
<string name="label_to_alpha_key">אבג</string>
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+2605: "★" BLACK STAR -->
|
|
|
|
|
<string name="more_keys_for_star">★</string>
|
2013-09-04 08:53:12 +00:00
|
|
|
|
<!-- U+00B1: "±" PLUS-MINUS SIGN
|
|
|
|
|
U+FB29: "﬩" HEBREW LETTER ALTERNATIVE PLUS SIGN -->
|
|
|
|
|
<string name="more_keys_for_plus">±,﬩</string>
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<!-- The all letters need to be mirrored are found at
|
|
|
|
|
http://www.unicode.org/Public/6.1.0/ucd/BidiMirroring.txt -->
|
2012-02-14 08:20:00 +00:00
|
|
|
|
<!-- U+2264: "≤" LESS-THAN OR EQUAL TO
|
|
|
|
|
U+2265: "≥" GREATER-THAN EQUAL TO
|
|
|
|
|
U+00AB: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
|
|
|
U+00BB: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
|
|
|
U+2039: "‹" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
2012-11-09 05:51:34 +00:00
|
|
|
|
U+203A: "›" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK -->
|
2014-02-10 08:48:35 +00:00
|
|
|
|
<string name="keyspec_left_parenthesis">(|)</string>
|
|
|
|
|
<string name="keyspec_right_parenthesis">)|(</string>
|
|
|
|
|
<string name="keyspec_left_square_bracket">[|]</string>
|
|
|
|
|
<string name="keyspec_right_square_bracket">]|[</string>
|
|
|
|
|
<string name="keyspec_left_curly_bracket">{|}</string>
|
|
|
|
|
<string name="keyspec_right_curly_bracket">}|{</string>
|
|
|
|
|
<string name="keyspec_less_than"><|></string>
|
|
|
|
|
<string name="keyspec_greater_than">>|<</string>
|
|
|
|
|
<string name="keyspec_less_than_equal">≤|≥</string>
|
|
|
|
|
<string name="keyspec_greater_than_equal">≥|≤</string>
|
|
|
|
|
<string name="keyspec_left_double_angle_quote">«|»</string>
|
|
|
|
|
<string name="keyspec_right_double_angle_quote">»|«</string>
|
|
|
|
|
<string name="keyspec_left_single_angle_quote">‹|›</string>
|
|
|
|
|
<string name="keyspec_right_single_angle_quote">›|‹</string>
|
|
|
|
|
<string name="single_quotes">!text/single_rqm_9qm</string>
|
|
|
|
|
<string name="double_quotes">!text/double_rqm_9qm</string>
|
2013-08-22 01:53:09 +00:00
|
|
|
|
<!-- U+20AA: "₪" NEW SHEQEL SIGN -->
|
2013-08-23 17:03:43 +00:00
|
|
|
|
<string name="keylabel_for_currency">₪</string>
|
2011-10-12 02:55:30 +00:00
|
|
|
|
</resources>
|