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-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u2605: "★" BLACK STAR -->
|
|
|
|
|
<string name="more_keys_for_star">\u2605</string>
|
|
|
|
|
<!-- \u00b1: "±" PLUS-MINUS SIGN
|
|
|
|
|
\ufb29: "﬩" HEBREW LETTER ALTERNATIVE PLUS SIGN -->
|
|
|
|
|
<string name="more_keys_for_plus">\u00b1,\ufb29</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-09 16:08:01 +00:00
|
|
|
|
<!-- 0x0029: ")" RIGHT PARENTHESIS -->
|
2012-02-07 11:42:07 +00:00
|
|
|
|
<integer name="keycode_for_left_parenthesis">0x0029</integer>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- 0x0028: "(" LEFT PARENTHESIS -->
|
2012-02-07 11:42:07 +00:00
|
|
|
|
<integer name="keycode_for_right_parenthesis">0x0028</integer>
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<string name="more_keys_for_left_parenthesis">[|],{|},<|></string>
|
|
|
|
|
<string name="more_keys_for_right_parenthesis">]|[,}|{,>|<</string>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- 0x003e: ">" GREATER-THAN SIGN -->
|
2012-02-07 11:42:07 +00:00
|
|
|
|
<integer name="keycode_for_less_than">0x003e</integer>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- 0x003c: "<" LESS-THAN SIGN -->
|
2012-02-07 11:42:07 +00:00
|
|
|
|
<integer name="keycode_for_greater_than">0x003c</integer>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- \u2264: "≤" LESS-THAN OR EQUAL TO
|
|
|
|
|
\u2265: "≥" GREATER-THAN EQUAL TO
|
|
|
|
|
\u00ab: "«" LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
|
|
|
\u00bb: "»" RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK
|
|
|
|
|
\u2039: "‹" SINGLE LEFT-POINTING ANGLE QUOTATION MARK
|
|
|
|
|
\u203a: "›" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
2012-02-01 10:43:58 +00:00
|
|
|
|
The following characters don't need BIDI mirroring.
|
2012-02-09 16:08:01 +00:00
|
|
|
|
\u2018: "‘" LEFT SINGLE QUOTATION MARK
|
|
|
|
|
\u2019: "’" RIGHT SINGLE QUOTATION MARK
|
|
|
|
|
\u201a: "‚" SINGLE LOW-9 QUOTATION MARK
|
|
|
|
|
\u201b: "‛" SINGLE HIGH-REVERSED-9 QUOTATION MARK
|
|
|
|
|
\u201c: "“" LEFT DOUBLE QUOTATION MARK
|
|
|
|
|
\u201d: "”" RIGHT DOUBLE QUOTATION MARK
|
|
|
|
|
\u201e: "„" DOUBLE LOW-9 QUOTATION MARK
|
|
|
|
|
\u201f: "‟" DOUBLE HIGH-REVERSED-9 QUOTATION MARK -->
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<string name="more_keys_for_less_than">\u2264|\u2265,\u00ab|\u00bb,\u2039|\u203a</string>
|
|
|
|
|
<string name="more_keys_for_greater_than">\u2265|\u2264,\u00bb|\u00ab,\u203a|\u2039</string>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- 0x005d: "]" RIGHT SQUARE BRACKET -->
|
2012-02-07 11:42:07 +00:00
|
|
|
|
<integer name="keycode_for_left_square_bracket">0x005d</integer>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- 0x005b: "[" LEFT SQUARE BRACKET -->
|
2012-02-07 11:42:07 +00:00
|
|
|
|
<integer name="keycode_for_right_square_bracket">0x005b</integer>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- 0x007d: "}" RIGHT CURLY BRACKET -->
|
2012-02-07 11:42:07 +00:00
|
|
|
|
<integer name="keycode_for_left_curly_bracket">0x007d</integer>
|
2012-02-09 16:08:01 +00:00
|
|
|
|
<!-- 0x007b: "{" LEFT CURLY BRACKET -->
|
2012-02-07 11:42:07 +00:00
|
|
|
|
<integer name="keycode_for_right_curly_bracket">0x007b</integer>
|
2012-02-01 10:43:58 +00:00
|
|
|
|
<!-- Note: Neither DroidSans nor Roboto have a glyph for DOUBLE HIGH-REVERSED-9 QUOTATION MARK. -->
|
|
|
|
|
<!-- <string name="more_keys_for_double_quote">\u201c,\u201d,\u201e,\u201f,\u00ab,\u00bb</string> -->
|
|
|
|
|
<!-- The 4-more keys will be displayed in order of "3,1,2,4". -->
|
|
|
|
|
<string name="more_keys_for_double_quote">\u201d,\u00ab|\u00bb,\u201c,\u00bb|\u00ab</string>
|
|
|
|
|
<!-- Note: Neither DroidSans nor Roboto have a glyph for DOUBLE HIGH-REVERSED-9 QUOTATION MARK. -->
|
|
|
|
|
<!-- <string name="more_keys_for_tablet_double_quote">\u201c,\u201d,\u201e,\u201f,\u00ab,\u00bb,\u2018,\u2019,\u201a,\u201b</string> -->
|
|
|
|
|
<!-- The 8-more keys with maxMoreKeysColumn=4 will be displayed in order of "3,1,2,4|7,5,6,8". -->
|
|
|
|
|
<string name="more_keys_for_tablet_double_quote">\u201d,\u00ab|\u00bb,\u201c,\u00bb|\u00ab,\u2019,\u201a,\u2018,\u201b</string>
|
2011-10-12 02:55:30 +00:00
|
|
|
|
</resources>
|