blob: 4ffca10c858a35415109899b85a26fdf6af13568 [file] [log] [blame]
Tadashi G. Takaoka1c1d37c2014-04-17 12:26:21 +09001<?xml version="1.0" encoding="utf-8"?>
2<!--
3/*
4**
5** Copyright 2014, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License");
8** you may not use this file except in compliance with the License.
9** You may obtain a copy of the License at
10**
11** http://www.apache.org/licenses/LICENSE-2.0
12**
13** Unless required by applicable law or agreed to in writing, software
14** distributed under the License is distributed on an "AS IS" BASIS,
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16** See the License for the specific language governing permissions and
17** limitations under the License.
18*/
19-->
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21 <!-- Spoken description to let the user know that when typing in a password, they can plug in a headset in to hear spoken descriptions of the keys they type. [CHAR LIMIT=NONE] -->
22 <string name="spoken_use_headphones">Plug in a headset to hear password keys spoken aloud.</string>
23
24 <!-- Spoken description for the currently entered text -->
25 <string name="spoken_current_text_is">Current text is "%s"</string>
26 <!-- Spoken description when there is no text entered -->
27 <string name="spoken_no_text_entered">No text entered</string>
28
29 <!-- Spoken description to let the user know what auto-correction will be performed when a key is pressed. An auto-correction replaces a single word with one or more words. -->
30 <string name="spoken_auto_correct"><xliff:g id="KEY_NAME" example="Space">%1$s</xliff:g> corrects <xliff:g id="ORIGINAL_WORD">%2$s</xliff:g> to <xliff:g id="CORRECTED_WORD">%3$s</xliff:g></string>
31 <!-- Spoken description used during obscured (e.g. password) entry to let the user know that auto-correction will be performed when a key is pressed. -->
32 <string name="spoken_auto_correct_obscured"><xliff:g id="KEY_NAME" example="Space">%1$s</xliff:g> performs auto-correction</string>
33
34 <!-- Spoken description for unknown keyboard keys. -->
35 <string name="spoken_description_unknown">Key code %d</string>
36 <!-- Spoken description for the "Shift" keyboard key when "Shift" is off. -->
37 <string name="spoken_description_shift">Shift</string>
38 <!-- Spoken description for the "Shift" keyboard key when "Shift" is on. -->
39 <string name="spoken_description_shift_shifted">Shift on (tap to disable)</string>
40 <!-- Spoken description for the "Shift" keyboard key when "Caps lock" is on. -->
41 <string name="spoken_description_caps_lock">Caps lock on (tap to disable)</string>
42 <!-- Spoken description for the "Delete" keyboard key. -->
43 <string name="spoken_description_delete">Delete</string>
44 <!-- Spoken description for the "To Symbol" keyboard key. -->
45 <string name="spoken_description_to_symbol">Symbols</string>
46 <!-- Spoken description for the "To Alpha" keyboard key. -->
47 <string name="spoken_description_to_alpha">Letters</string>
48 <!-- Spoken description for the "To Numbers" keyboard key. -->
49 <string name="spoken_description_to_numeric">Numbers</string>
50 <!-- Spoken description for the "Settings" keyboard key. -->
51 <string name="spoken_description_settings">Settings</string>
52 <!-- Spoken description for the "Tab" keyboard key. -->
53 <string name="spoken_description_tab">Tab</string>
54 <!-- Spoken description for the "Space" keyboard key. -->
55 <string name="spoken_description_space">Space</string>
56 <!-- Spoken description for the "Mic" keyboard key. -->
57 <string name="spoken_description_mic">Voice input</string>
58 <!-- Spoken description for the "Emoji" keyboard key. -->
59 <string name="spoken_description_emoji">Emoji</string>
60 <!-- Spoken description for the "Return" keyboard key. -->
61 <string name="spoken_description_return">Return</string>
62 <!-- Spoken description for the "Search" keyboard key. -->
63 <string name="spoken_description_search">Search</string>
64 <!-- Spoken description for the "U+2022" (BULLET) keyboard key. -->
65 <string name="spoken_description_dot">Dot</string>
66 <!-- Spoken description for the "Switch language" keyboard key. -->
67 <string name="spoken_description_language_switch">Switch language</string>
68 <!-- Spoken description for the "Next" action keyboard key. -->
69 <string name="spoken_description_action_next">Next</string>
70 <!-- Spoken description for the "Previous" action keyboard key. -->
71 <string name="spoken_description_action_previous">Previous</string>
72
73 <!-- Spoken feedback after turning "Shift" mode on. -->
74 <string name="spoken_description_shiftmode_on">Shift enabled</string>
75 <!-- Spoken feedback after turning "Caps lock" mode on. -->
76 <string name="spoken_description_shiftmode_locked">Caps lock enabled</string>
Tadashi G. Takaoka1c1d37c2014-04-17 12:26:21 +090077 <!-- Spoken feedback after changing to the symbols keyboard. -->
78 <string name="spoken_description_mode_symbol">Symbols mode</string>
Tadashi G. Takaoka24536582014-04-25 16:56:45 -070079 <!-- Spoken feedback after changing to the symbols shift keyboard. -->
80 <string name="spoken_description_mode_symbol_shift">Symbols shift mode</string>
Tadashi G. Takaoka1c1d37c2014-04-17 12:26:21 +090081 <!-- Spoken feedback after changing to the alphanumeric keyboard. -->
82 <string name="spoken_description_mode_alpha">Letters mode</string>
83 <!-- Spoken feedback after changing to the phone dialer keyboard. -->
84 <string name="spoken_description_mode_phone">Phone mode</string>
85 <!-- Spoken feedback after changing to the shifted phone dialer (symbols) keyboard. -->
86 <string name="spoken_description_mode_phone_shift">Phone symbols mode</string>
87
88 <!-- Spoken feedback when the keyboard is hidden. -->
89 <string name="announce_keyboard_hidden">Keyboard hidden</string>
90 <!-- Spoken feedback when the keyboard mode changes. -->
91 <string name="announce_keyboard_mode">Showing <xliff:g id="KEYBOARD_MODE" example="email">%s</xliff:g> keyboard</string>
92 <!-- Description of the keyboard mode for entering dates. -->
93 <string name="keyboard_mode_date">date</string>
94 <!-- Description of the keyboard mode for entering dates and times. -->
95 <string name="keyboard_mode_date_time">date and time</string>
96 <!-- Description of the keyboard mode for entering email addresses. -->
97 <string name="keyboard_mode_email">email</string>
98 <!-- Description of the keyboard mode for entering text messages. -->
99 <string name="keyboard_mode_im">messaging</string>
100 <!-- Description of the keyboard mode for entering numbers. -->
101 <string name="keyboard_mode_number">number</string>
102 <!-- Description of the keyboard mode for entering phone numbers. -->
103 <string name="keyboard_mode_phone">phone</string>
104 <!-- Description of the keyboard mode for entering generic text. -->
105 <string name="keyboard_mode_text">text</string>
106 <!-- Description of the keyboard mode for entering times. -->
107 <string name="keyboard_mode_time">time</string>
108 <!-- Description of the keyboard mode for entering URLs. -->
109 <string name="keyboard_mode_url">URL</string>
Tadashi G. Takaokabfc99802014-04-17 12:06:55 +0900110
111 <!-- Description of the emoji category icon of Recents. -->
112 <string name="spoken_descrption_emoji_category_recents">Recents</string>
113 <!-- Description of the emoji category icon of People. -->
114 <string name="spoken_descrption_emoji_category_people">People</string>
115 <!-- Description of the emoji category icon of Objects. -->
116 <string name="spoken_descrption_emoji_category_objects">Objects</string>
117 <!-- Description of the emoji category icon of Nature. -->
118 <string name="spoken_descrption_emoji_category_nature">Nature</string>
119 <!-- Description of the emoji category icon of Places. -->
120 <string name="spoken_descrption_emoji_category_places">Places</string>
121 <!-- Description of the emoji category icon of Symbols. -->
122 <string name="spoken_descrption_emoji_category_symbols">Symbols</string>
123 <!-- Description of the emoji category icon of Emoticons. -->
124 <string name="spoken_descrption_emoji_category_emoticons">Emoticons</string>
Tadashi G. Takaoka1c1d37c2014-04-17 12:26:21 +0900125</resources>