70 lines
4.1 KiB
XML
70 lines
4.1 KiB
XML
<?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">
|
||
<!-- U+2605: "★" BLACK STAR -->
|
||
<string name="more_keys_for_star">★</string>
|
||
<!-- U+00B1: "±" PLUS-MINUS SIGN
|
||
U+FB29: "﬩" HEBREW LETTER ALTERNATIVE PLUS SIGN -->
|
||
<string name="more_keys_for_plus">±,﬩</string>
|
||
<!-- The all letters need to be mirrored are found at
|
||
http://www.unicode.org/Public/6.1.0/ucd/BidiMirroring.txt -->
|
||
<!-- U+0029: ")" RIGHT PARENTHESIS -->
|
||
<integer name="keycode_for_left_parenthesis">0x0029</integer>
|
||
<!-- U+0028: "(" LEFT PARENTHESIS -->
|
||
<integer name="keycode_for_right_parenthesis">0x0028</integer>
|
||
<string name="more_keys_for_left_parenthesis">!fixedColumnOrder!3,<|>,{|},[|]</string>
|
||
<string name="more_keys_for_right_parenthesis">!fixedColumnOrder!3,>|<,}|{,]|[</string>
|
||
<!-- U+003E: ">" GREATER-THAN SIGN -->
|
||
<integer name="keycode_for_less_than">0x003E</integer>
|
||
<!-- U+003C: "<" LESS-THAN SIGN -->
|
||
<integer name="keycode_for_greater_than">0x003C</integer>
|
||
<!-- 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
|
||
U+203A: "›" SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
||
The following characters don't need BIDI mirroring.
|
||
U+2018: "‘" LEFT SINGLE QUOTATION MARK
|
||
U+2019: "’" RIGHT SINGLE QUOTATION MARK
|
||
U+201A: "‚" SINGLE LOW-9 QUOTATION MARK
|
||
U+201B: "‛" SINGLE HIGH-REVERSED-9 QUOTATION MARK
|
||
U+201C: "“" LEFT DOUBLE QUOTATION MARK
|
||
U+201D: "”" RIGHT DOUBLE QUOTATION MARK
|
||
U+201E: "„" DOUBLE LOW-9 QUOTATION MARK
|
||
U+201F: "‟" DOUBLE HIGH-REVERSED-9 QUOTATION MARK -->
|
||
<string name="more_keys_for_less_than">!fixedColumnOrder!3,‹|›,≤|≥,«|»</string>
|
||
<string name="more_keys_for_greater_than">!fixedColumnOrder!3,›|‹,≥|≤,»|«</string>
|
||
<!-- U+005D: "]" RIGHT SQUARE BRACKET -->
|
||
<integer name="keycode_for_left_square_bracket">0x005D</integer>
|
||
<!-- U+005B: "[" LEFT SQUARE BRACKET -->
|
||
<integer name="keycode_for_right_square_bracket">0x005B</integer>
|
||
<!-- U+007D: "}" RIGHT CURLY BRACKET -->
|
||
<integer name="keycode_for_left_curly_bracket">0x007D</integer>
|
||
<!-- U+007B: "{" LEFT CURLY BRACKET -->
|
||
<integer name="keycode_for_right_curly_bracket">0x007B</integer>
|
||
<!-- TODO: Neither DroidSans nor Roboto have the glyph for U+201F DOUBLE HIGH-REVERSED-9 QUOTATION MARK -->
|
||
<!-- <string name="more_keys_for_double_quote">“,”,„,‟,«|»,»|«</string> -->
|
||
<string name="more_keys_for_double_quote">!fixedColumnOrder!4,“,”,«|»,»|«</string>
|
||
<!-- TODO: Neither DroidSans nor Roboto have the glyph for U+201F DOUBLE HIGH-REVERSED-9 QUOTATION MARK -->
|
||
<!-- <string name="more_keys_for_tablet_double_quote">!fixedColumnOrder!6,“,”,„,‟,«|»,»|«;,‘,’,‚,‛</string> -->
|
||
<string name="more_keys_for_tablet_double_quote">!fixedColumnOrder!4,“,”,«|»,»|«,‘,’,‚,‛</string>
|
||
</resources>
|