2009-03-13 22:11:42 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
/*
|
|
|
|
**
|
|
|
|
** Copyright 2009, 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">
|
2013-12-13 08:09:16 +00:00
|
|
|
<!-- For backward compatibility.
|
|
|
|
See {@link SettingsValues#needsToShowVoiceInputKey(SharedPreferences,Resources)} -->
|
2010-12-11 08:06:24 +00:00
|
|
|
<string name="voice_mode_main">0</string>
|
|
|
|
|
2014-08-12 13:28:53 +00:00
|
|
|
<!-- Title for Android keyboard debug settings activity / dialog -->
|
|
|
|
<string name="english_ime_debug_settings">Android Keyboard Debug settings</string>
|
2010-12-11 08:06:24 +00:00
|
|
|
<string name="prefs_debug_mode">Debug Mode</string>
|
2012-01-16 08:18:40 +00:00
|
|
|
<string name="prefs_force_non_distinct_multitouch">Force non-distinct multitouch</string>
|
2014-08-12 13:28:53 +00:00
|
|
|
<string name="prefs_force_physical_keyboard_special_key">Force physical keyboard special key</string>
|
2014-08-13 06:24:14 +00:00
|
|
|
<string name="prefs_show_ui_to_accept_typed_word">Show UI to accept typed word</string>
|
2010-11-13 10:09:30 +00:00
|
|
|
|
2012-05-06 16:47:14 +00:00
|
|
|
<!-- Subtype locale display name exceptions.
|
2013-01-23 06:41:43 +00:00
|
|
|
For each exception, there should be related string resources for display name that may have
|
|
|
|
explicit keyboard layout. The string resource name must be "subtype_<locale>" or
|
|
|
|
"subtype_with_layout_<locale>. Please refer to strings.xml for these resources. -->
|
2011-01-14 07:12:36 +00:00
|
|
|
<string-array name="subtype_locale_exception_keys">
|
|
|
|
<item>en_US</item>
|
|
|
|
<item>en_GB</item>
|
2012-11-19 02:25:30 +00:00
|
|
|
<item>es_US</item>
|
2011-01-14 07:12:36 +00:00
|
|
|
</string-array>
|
2011-07-23 08:42:23 +00:00
|
|
|
|
|
|
|
<!-- Generic subtype label -->
|
|
|
|
<string name="subtype_generic">%s</string>
|
2012-04-20 09:25:05 +00:00
|
|
|
|
|
|
|
<!-- Predefined keyboard layouts for additional subtype -->
|
|
|
|
<string-array name="predefined_layouts">
|
|
|
|
<item>qwerty</item>
|
|
|
|
<item>qwertz</item>
|
|
|
|
<item>azerty</item>
|
|
|
|
<item>dvorak</item>
|
2012-04-23 02:44:49 +00:00
|
|
|
<item>colemak</item>
|
2012-04-23 04:52:26 +00:00
|
|
|
<item>pcqwerty</item>
|
2012-04-20 09:25:05 +00:00
|
|
|
</string-array>
|
|
|
|
<!-- Predefined keyboard layout display names -->
|
|
|
|
<string-array name="predefined_layout_display_names">
|
|
|
|
<item>QWERTY</item>
|
|
|
|
<item>QWERTZ</item>
|
|
|
|
<item>AZERTY</item>
|
|
|
|
<item>Dvorak</item>
|
2012-04-23 02:44:49 +00:00
|
|
|
<item>Colemak</item>
|
2012-04-23 04:52:26 +00:00
|
|
|
<item>PC</item>
|
2012-04-20 09:25:05 +00:00
|
|
|
</string-array>
|
|
|
|
<!-- Description for generic subtype that has predefined layout.
|
2012-04-25 05:17:49 +00:00
|
|
|
The string resource name must be "subtype_generic_<layout name>".
|
|
|
|
The string resource with "No language" also must be added to strings.xml and the resource
|
|
|
|
name must be "subtype_no_language_<layout name>" -->
|
2012-01-10 09:13:34 +00:00
|
|
|
<string name="subtype_generic_qwerty">%s (QWERTY)</string>
|
2012-04-11 09:21:10 +00:00
|
|
|
<string name="subtype_generic_qwertz">%s (QWERTZ)</string>
|
|
|
|
<string name="subtype_generic_azerty">%s (AZERTY)</string>
|
2012-04-19 11:16:35 +00:00
|
|
|
<string name="subtype_generic_dvorak">%s (Dvorak)</string>
|
2012-04-23 02:44:49 +00:00
|
|
|
<string name="subtype_generic_colemak">%s (Colemak)</string>
|
2012-04-23 04:52:26 +00:00
|
|
|
<string name="subtype_generic_pcqwerty">%s (PC)</string>
|
2011-08-11 12:48:59 +00:00
|
|
|
|
2012-05-11 03:15:30 +00:00
|
|
|
<!-- Description for Bulgarian (BDS) subtype. -->
|
|
|
|
<string name="subtype_bulgarian_bds">%s (BDS)</string>
|
|
|
|
|
2012-06-28 03:03:11 +00:00
|
|
|
<!-- Compatibility map from subtypeLocale:subtypeExtraValue to keyboardLayoutSet -->
|
|
|
|
<string-array name="locale_and_extra_value_to_keyboard_layout_set_map">
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>en_US:TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwerty</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>en_GB:TrySuppressingImeSwitcher,AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwerty</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>ar:SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>arabic</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>cs:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwertz</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>da:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>nordic</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>de:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwertz</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>es:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>spanish</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>fi:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>nordic</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>fr:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>azerty</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>fr_CA:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwerty</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>hr:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwertz</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>hu:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwertz</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>it:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwerty</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>iw:SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>hebrew</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>nb:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>nordic</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>nl:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwerty</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>pl:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwerty</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>ru:SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>east_slavic</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>sr:SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>south_slavic</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>sv:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>nordic</item>
|
2013-09-19 02:45:03 +00:00
|
|
|
<item>tr:AsciiCapable,SupportTouchPositionCorrection,EmojiCapable</item>
|
2012-06-28 03:03:11 +00:00
|
|
|
<item>qwerty</item>
|
|
|
|
</string-array>
|
2009-03-13 22:11:42 +00:00
|
|
|
</resources>
|