blob: 2e3d5dde2a59779862485baf0633b362171b1cca [file] [log] [blame]
Brian Muramatsuf176eaf2010-07-27 14:27:01 -07001<?xml version="1.0" encoding="utf-8"?>
2
3<!-- Copyright (C) 2010 The Android Open Source Project
4
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
8
9 http://www.apache.org/licenses/LICENSE-2.0
10
11 Unless required by applicable law or agreed to in writing, software
12 distributed under the License is distributed on an "AS IS" BASIS,
13 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 See the License for the specific language governing permissions and
15 limitations under the License.
16-->
17
18<resources>
19
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080020 <!-- AccessibilityEndToEndTest -->
21
Brian Muramatsuf176eaf2010-07-27 14:27:01 -070022 <!-- String title of the accessibility end-to-end test activity -->
23 <string name="accessibility_end_to_end_test_activity">End-to-end test</string>
24
Alan Viverette79ac43a2016-03-28 13:36:55 -040025 <!-- String title of the accessibility test activity -->
26 <string name="accessibility_test_activity">Test</string>
27
Brian Muramatsuf176eaf2010-07-27 14:27:01 -070028 <!-- String value of used as text input -->
29 <string name="text_input_blah">Blah</string>
30
31 <!-- String value of used as text input -->
32 <string name="text_input_blah_blah">Blah blah</string>
33
34 <!-- String title of the button -->
35 <string name="button_title">Click me</string>
36
37 <!-- String value of the first list item -->
38 <string name="first_list_item">First list item</string>
39
40 <!-- String value of the second list item -->
41 <string name="second_list_item">Second list item</string>
42
43 <!-- String alert title -->
44 <string name="alert_title">Alert title</string>
45
46 <!-- String alert message -->
47 <string name="alert_message">Alert message</string>
48
49 <!-- String notification message -->
50 <string name="notification_message">Notification message</string>
51
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080052 <!-- AccessibilityWindowQueryTest -->
Svetoslav Ganov27a84562011-10-22 20:54:18 -070053
54 <!-- String title of the accessibility query window test activity -->
55 <string name="accessibility_query_window_test_activity">Query window test</string>
56
57 <!-- String Button1 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070058 <string name="button1">B1</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070059
60 <!-- String Button2 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070061 <string name="button2">B2</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070062
63 <!-- String Button3 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070064 <string name="button3">B3</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070065
66 <!-- String Button4 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070067 <string name="button4">B4</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070068
69 <!-- String Button5 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070070 <string name="button5">B5</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070071
72 <!-- String Button6 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070073 <string name="button6">B6</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070074
75 <!-- String with content description for Button6 -->
76 <string name="contentDescription">contentDescription</string>
77
78 <!-- String Button7 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070079 <string name="button7">B7</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070080
81 <!-- String Button8 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070082 <string name="button8">B8</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070083
84 <!-- String Button9 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070085 <string name="button9">B9</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070086
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080087 <!-- AccessibilityFocusTest -->
88
89 <!-- String title of the accessibility hierarchical focus test activity -->
Svetoslav Ganovda34b0e2012-04-23 20:42:06 -070090 <string name="accessibility_view_tree_reporting_test_activity">Accessibility view three reporting test</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080091
92 <!-- String root LinearLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -070093 <string name="rootLinearLayout">rLL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080094
95 <!-- String first FrameLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -070096 <string name="firstFrameLayout">fFL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080097
98 <!-- String first LinearLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -070099 <string name="firstLinearLayout">fLL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800100
101 <!-- String first TextView text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700102 <string name="firstTextView">fTV</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800103
104 <!-- String first EditText text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700105 <string name="firstEditText">fET</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800106
107 <!-- String first Button text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700108 <string name="firstButton">fB</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800109
110 <!-- String second FrameLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700111 <string name="secondFrameLayout">sFL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800112
113 <!-- String second LinearLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700114 <string name="secondLinearLayout">sLL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800115
116 <!-- String second TextView text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700117 <string name="secondTextView">sTV</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800118
119 <!-- String second EditText text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700120 <string name="secondEditText">sET</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800121
122 <!-- String second Button text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700123 <string name="secondButton">sB</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800124
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800125 <!-- String title of the accessibility focus and input focus sync test activity -->
126 <string name="accessibility_focus_and_input_focus_sync_test_activity">Accessibility focus and input focus sync test</string>
127
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700128 <!-- String title of the accessibility text traversal test activity. -->
129 <string name="accessibility_text_traversal_test_activity">Accessibility text traversal test</string>
130
131 <string name="android_wiki_short">
Svetoslavfc7ed222014-06-19 16:28:41 -0700132 Android is a\nLinux-based\noperating</string>
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700133
Phil Weavere31af832016-03-04 16:34:21 -0800134 <string name="android_wiki">Android is a Linux-based operating system for mobile devices such as smartphones and tablet computers. It is developed by the Open Handset Alliance, and here is some text padding</string>
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700135
136 <string name="a_b">A B</string>
137
138 <string name="android_wiki_search">Android is a Linux-based</string>
139
140 <string name="foo_bar_baz">Foo bar baz.</string>
141
Chad Browerec251392017-05-25 14:43:16 -0700142 <string name="stub_gesture_dispatch_a11y_service_description">com.android.accessibilityservice.cts.StubGestureAccessibilityService</string>
143
144 <string name="stub_gesture_detector_a11y_service_description">com.android.accessibilityservice.cts.StubService</string>
Phil Weaver5a0272f2016-01-21 12:29:32 -0800145
Phil Weaver05bbee02017-01-24 20:42:49 -0800146 <string name="stub_fprint_a11y_service_description">com.android.accessibilityservice.cts.StubFingerprintGestureAccessibilityService</string>
147
Casey Burkhardtb8e10082017-02-02 15:31:46 -0800148 <string name="stub_accessibility_button_service_description">com.android.accessibilityservice.cts.StubAccessibilityButtonService</string>
149
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700150 <string name="android_wiki_paragraphs">
Svetoslav62e533f2014-04-09 14:16:39 -0700151 \n\nAndroid is a\n\n It is developed\n The
152 unveiling\n\n</string>
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700153
Phil Weaver5a0272f2016-01-21 12:29:32 -0800154 <string name="full_screen_text_view">Full Screen Text View</string>
Anna Galuszaafe4d142016-01-22 17:01:05 -0800155 <!-- Soft Keyboard Modes tests -->
156
157 <!-- String title for the accessibility service -->
158 <string name="accessibility_soft_keyboard_modes_activity">
159 Soft Keyboard Modes Activity</string>
160
161 <string name="title_soft_keyboard_modes_accessibility_service">
162 Stub Soft Keyboard Modes Accessibility Service</string>
163
164 <!-- Description of the accessibility service -->
165 <string name="soft_keyboard_modes_accessibility_service_description">This Accessibility Service was installed for testing purposes. It can be uninstalled by going to Settings > Apps > android.view.accessibilityservice.services and selecting \"Uninstall\".</string>
Phil Weaver5a0272f2016-01-21 12:29:32 -0800166
Brian Muramatsuf176eaf2010-07-27 14:27:01 -0700167</resources>