am ac3720ce: Fix layout switch keys\' label of no language subtype keyboard
* commit 'ac3720ce6d5d9a0084c9275d0e0f3e846c5b27c6': Fix layout switch keys' label of no language subtype keyboardmain
commit
4bfc89b5bd
|
@ -147,13 +147,6 @@
|
|||
<string name="label_done_key">Done</string>
|
||||
<!-- Label for soft enter key when it performs SEND action. Must be short to fit on key! [CHAR LIMIT=5] -->
|
||||
<string name="label_send_key">Send</string>
|
||||
<!-- Label for "switch to alphabetic" key. Must be short to fit on key! [CHAR LIMIT=3] -->
|
||||
<string name="label_to_alpha_key">ABC</string>
|
||||
<!-- Label for "switch to symbols" key. Must be short to fit on key! [CHAR LIMIT=4] -->
|
||||
<string name="label_to_symbol_key">\?123</string>
|
||||
<!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
|
||||
part because it'll be appended by the code. Must be short to fit on key! [CHAR LIMIT=3] -->
|
||||
<string name="label_to_symbol_with_microphone_key">123</string>
|
||||
<!-- Label for "Pause" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5] -->
|
||||
<string name="label_pause_key">Pause</string>
|
||||
<!-- Label for "Wait" key of phone number keyboard. Must be short to fit on key! [CHAR LIMIT=5]-->
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -97,9 +97,6 @@ public final class KeyboardTextsSet {
|
|||
"label_done_key",
|
||||
"label_previous_key",
|
||||
// Other labels.
|
||||
"label_to_alpha_key",
|
||||
"label_to_symbol_key",
|
||||
"label_to_symbol_with_microphone_key",
|
||||
"label_pause_key",
|
||||
"label_wait_key",
|
||||
};
|
||||
|
|
|
@ -18,6 +18,12 @@
|
|||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0623: "ا" ARABIC LETTER ALEF
|
||||
U+200C: ZERO WIDTH NON-JOINER
|
||||
U+0628: "ب" ARABIC LETTER BEH
|
||||
U+062C: "پ" ARABIC LETTER PEH -->
|
||||
<string name="label_to_alpha_key">أ‌ب‌ج</string>
|
||||
<!-- U+0661: "١" ARABIC-INDIC DIGIT ONE -->
|
||||
<string name="keylabel_for_symbols_1">١</string>
|
||||
<!-- U+0662: "٢" ARABIC-INDIC DIGIT TWO -->
|
||||
|
@ -38,6 +44,12 @@
|
|||
<string name="keylabel_for_symbols_9">٩</string>
|
||||
<!-- U+0660: "٠" ARABIC-INDIC DIGIT ZERO -->
|
||||
<string name="keylabel_for_symbols_0">٠</string>
|
||||
<!-- Label for "switch to symbols" key.
|
||||
U+061F: "؟" ARABIC QUESTION MARK -->
|
||||
<string name="label_to_symbol_key">٣٢١؟</string>
|
||||
<!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
|
||||
part because it'll be appended by the code. -->
|
||||
<string name="label_to_symbol_with_microphone_key">٣٢١</string>
|
||||
<string name="additional_more_keys_for_symbols_1">1</string>
|
||||
<string name="additional_more_keys_for_symbols_2">2</string>
|
||||
<string name="additional_more_keys_for_symbols_3">3</string>
|
||||
|
|
|
@ -32,4 +32,9 @@
|
|||
<string name="more_keys_for_cyrillic_ie">ё</string>
|
||||
<!-- U+044A: "ъ" CYRILLIC SMALL LETTER HARD SIGN -->
|
||||
<string name="more_keys_for_cyrillic_soft_sign">ъ</string>
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0410: "А" CYRILLIC CAPITAL LETTER A
|
||||
U+0411: "Б" CYRILLIC CAPITAL LETTER BE
|
||||
U+0412: "В" CYRILLIC CAPITAL LETTER VE -->
|
||||
<string name="label_to_alpha_key">АБВ</string>
|
||||
</resources>
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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">
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0410: "А" CYRILLIC CAPITAL LETTER A
|
||||
U+0411: "Б" CYRILLIC CAPITAL LETTER BE
|
||||
U+0412: "В" CYRILLIC CAPITAL LETTER VE -->
|
||||
<string name="label_to_alpha_key">АБВ</string>
|
||||
</resources>
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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">
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0391: "Α" GREEK CAPITAL LETTER ALPHA
|
||||
U+0392: "Β" GREEK CAPITAL LETTER BETA
|
||||
U+0393: "Γ" GREEK CAPITAL LETTER GAMMA -->
|
||||
<string name="label_to_alpha_key">ΑΒΓ</string>
|
||||
</resources>
|
|
@ -18,6 +18,12 @@
|
|||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0627: "ا" ARABIC LETTER ALEF
|
||||
U+200C: ZERO WIDTH NON-JOINER
|
||||
U+0628: "ب" ARABIC LETTER BEH
|
||||
U+067E: "پ" ARABIC LETTER PEH -->
|
||||
<string name="label_to_alpha_key">ا‌ب‌پ</string>
|
||||
<!-- U+06F1: "۱" EXTENDED ARABIC-INDIC DIGIT ONE -->
|
||||
<string name="keylabel_for_symbols_1">۱</string>
|
||||
<!-- U+06F2: "۲" EXTENDED ARABIC-INDIC DIGIT TWO -->
|
||||
|
@ -38,6 +44,12 @@
|
|||
<string name="keylabel_for_symbols_9">۹</string>
|
||||
<!-- U+06F0: "۰" EXTENDED ARABIC-INDIC DIGIT ZERO -->
|
||||
<string name="keylabel_for_symbols_0">۰</string>
|
||||
<!-- Label for "switch to symbols" key.
|
||||
U+061F: "؟" ARABIC QUESTION MARK -->
|
||||
<string name="label_to_symbol_key">۳۲۱؟</string>
|
||||
<!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
|
||||
part because it'll be appended by the code. -->
|
||||
<string name="label_to_symbol_with_microphone_key">۳۲۱</string>
|
||||
<string name="additional_more_keys_for_symbols_1">1</string>
|
||||
<string name="additional_more_keys_for_symbols_2">2</string>
|
||||
<string name="additional_more_keys_for_symbols_3">3</string>
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0915: "क" DEVANAGARI LETTER KA
|
||||
U+0916: "ख" DEVANAGARI LETTER KHA
|
||||
U+0917: "ग" DEVANAGARI LETTER GA -->
|
||||
<string name="label_to_alpha_key">कखग</string>
|
||||
<!-- U+0967: "१" DEVANAGARI DIGIT ONE -->
|
||||
<string name="keylabel_for_symbols_1">१</string>
|
||||
<!-- U+0968: "२" DEVANAGARI DIGIT TWO -->
|
||||
|
@ -38,6 +43,11 @@
|
|||
<string name="keylabel_for_symbols_9">९</string>
|
||||
<!-- U+0966: "०" DEVANAGARI DIGIT ZERO -->
|
||||
<string name="keylabel_for_symbols_0">०</string>
|
||||
<!-- Label for "switch to symbols" key. -->
|
||||
<string name="label_to_symbol_key">\?१२३</string>
|
||||
<!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
|
||||
part because it'll be appended by the code. -->
|
||||
<string name="label_to_symbol_with_microphone_key">१२३</string>
|
||||
<string name="additional_more_keys_for_symbols_1">1</string>
|
||||
<string name="additional_more_keys_for_symbols_2">2</string>
|
||||
<string name="additional_more_keys_for_symbols_3">3</string>
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- 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>
|
||||
<!-- U+2605: "★" BLACK STAR -->
|
||||
<string name="more_keys_for_star">★</string>
|
||||
<!-- U+00B1: "±" PLUS-MINUS SIGN
|
||||
|
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
/*
|
||||
**
|
||||
** Copyright 2012, 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">
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+10D0: "ა" GEORGIAN LETTER AN
|
||||
U+10D1: "ბ" GEORGIAN LETTER BAN
|
||||
U+10D2: "გ" GEORGIAN LETTER GAN -->
|
||||
<string name="label_to_alpha_key">აბგ</string>
|
||||
</resources>
|
|
@ -38,4 +38,9 @@
|
|||
<string name="more_keys_for_cyrillic_o">ө</string>
|
||||
<!-- U+044A: "ъ" CYRILLIC SMALL LETTER HARD SIGN -->
|
||||
<string name="more_keys_for_cyrillic_soft_sign">ъ</string>
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0410: "А" CYRILLIC CAPITAL LETTER A
|
||||
U+0411: "Б" CYRILLIC CAPITAL LETTER BE
|
||||
U+0412: "В" CYRILLIC CAPITAL LETTER VE -->
|
||||
<string name="label_to_alpha_key">АБВ</string>
|
||||
</resources>
|
||||
|
|
|
@ -30,6 +30,11 @@
|
|||
<string name="more_keys_for_cyrillic_ie">ѐ</string>
|
||||
<!-- U+045D: "ѝ" CYRILLIC SMALL LETTER I WITH GRAVE -->
|
||||
<string name="more_keys_for_cyrillic_i">ѝ</string>
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0410: "А" CYRILLIC CAPITAL LETTER A
|
||||
U+0411: "Б" CYRILLIC CAPITAL LETTER BE
|
||||
U+0412: "В" CYRILLIC CAPITAL LETTER VE -->
|
||||
<string name="label_to_alpha_key">АБВ</string>
|
||||
<!-- U+2018: "‘" LEFT SINGLE QUOTATION MARK
|
||||
U+2019: "’" RIGHT SINGLE QUOTATION MARK
|
||||
U+201A: "‚" SINGLE LOW-9 QUOTATION MARK
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0410: "А" CYRILLIC CAPITAL LETTER A
|
||||
U+0411: "Б" CYRILLIC CAPITAL LETTER BE
|
||||
U+0412: "В" CYRILLIC CAPITAL LETTER VE -->
|
||||
<string name="label_to_alpha_key">АБВ</string>
|
||||
<!-- U+20AE: "₮" TUGRIK SIGN -->
|
||||
<string name="keylabel_for_currency_generic">₮</string>
|
||||
</resources>
|
||||
|
|
|
@ -32,4 +32,9 @@
|
|||
<string name="more_keys_for_cyrillic_ie">ё</string>
|
||||
<!-- U+044A: "ъ" CYRILLIC SMALL LETTER HARD SIGN -->
|
||||
<string name="more_keys_for_cyrillic_soft_sign">ъ</string>
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0410: "А" CYRILLIC CAPITAL LETTER A
|
||||
U+0411: "Б" CYRILLIC CAPITAL LETTER BE
|
||||
U+0412: "В" CYRILLIC CAPITAL LETTER VE -->
|
||||
<string name="label_to_alpha_key">АБВ</string>
|
||||
</resources>
|
||||
|
|
|
@ -49,6 +49,11 @@
|
|||
<!-- U+045D: "ѝ" CYRILLIC SMALL LETTER I WITH GRAVE -->
|
||||
<string name="more_keys_for_cyrillic_i">ѝ</string>
|
||||
<!-- END: More keys definitions for Serbian (Cyrillic) -->
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0410: "А" CYRILLIC CAPITAL LETTER A
|
||||
U+0411: "Б" CYRILLIC CAPITAL LETTER BE
|
||||
U+0412: "В" CYRILLIC CAPITAL LETTER VE -->
|
||||
<string name="label_to_alpha_key">АБВ</string>
|
||||
<!-- U+2018: "‘" LEFT SINGLE QUOTATION MARK
|
||||
U+2019: "’" RIGHT SINGLE QUOTATION MARK
|
||||
U+201A: "‚" SINGLE LOW-9 QUOTATION MARK
|
||||
|
|
|
@ -18,6 +18,11 @@
|
|||
*/
|
||||
-->
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0E01: "ก" THAI CHARACTER KO KAI
|
||||
U+0E02: "ข" THAI CHARACTER KHO KHAI
|
||||
U+0E04: "ค" THAI CHARACTER KHO KHWAI -->
|
||||
<string name="label_to_alpha_key">กขค</string>
|
||||
<!-- U+0E3F: "฿" THAI CURRENCY SYMBOL BAHT -->
|
||||
<string name="keylabel_for_currency_generic">฿</string>
|
||||
</resources>
|
||||
|
|
|
@ -36,4 +36,9 @@
|
|||
<string name="more_keys_for_cyrillic_soft_sign">ъ</string>
|
||||
<!-- U+20B4: "₴" HRYVNIA SIGN -->
|
||||
<string name="keylabel_for_currency_generic">₴</string>
|
||||
<!-- Label for "switch to alphabetic" key.
|
||||
U+0410: "А" CYRILLIC CAPITAL LETTER A
|
||||
U+0411: "Б" CYRILLIC CAPITAL LETTER BE
|
||||
U+0412: "В" CYRILLIC CAPITAL LETTER VE -->
|
||||
<string name="label_to_alpha_key">АБВ</string>
|
||||
</resources>
|
||||
|
|
|
@ -60,6 +60,8 @@
|
|||
<string name="keylabel_for_south_slavic_row3_8"></string>
|
||||
<string name="more_keys_for_cyrillic_ie"></string>
|
||||
<string name="more_keys_for_cyrillic_i"></string>
|
||||
<!-- Label for "switch to alphabetic" key. -->
|
||||
<string name="label_to_alpha_key">ABC</string>
|
||||
<string name="more_keys_for_single_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_double_quote">!fixedColumnOrder!6,“,”,„,‟,«,»</string> -->
|
||||
|
@ -121,6 +123,11 @@
|
|||
<string name="keylabel_for_symbols_8">8</string>
|
||||
<string name="keylabel_for_symbols_9">9</string>
|
||||
<string name="keylabel_for_symbols_0">0</string>
|
||||
<!-- Label for "switch to symbols" key. -->
|
||||
<string name="label_to_symbol_key">\?123</string>
|
||||
<!-- Label for "switch to symbols with microphone" key. This string shouldn't include the "mic"
|
||||
part because it'll be appended by the code. -->
|
||||
<string name="label_to_symbol_with_microphone_key">123</string>
|
||||
<string name="additional_more_keys_for_symbols_1"></string>
|
||||
<string name="additional_more_keys_for_symbols_2"></string>
|
||||
<string name="additional_more_keys_for_symbols_3"></string>
|
||||
|
|
Loading…
Reference in New Issue