blob: 4dd1981e350c798128e6a6a3ee5a82f45bbc53f9 [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
Phil Weaver34dded92018-01-10 08:54:23 -080037 <string name="button_tooltip">Never press this button</string>
38
Brian Muramatsuf176eaf2010-07-27 14:27:01 -070039 <!-- String value of the first list item -->
40 <string name="first_list_item">First list item</string>
41
42 <!-- String value of the second list item -->
43 <string name="second_list_item">Second list item</string>
44
45 <!-- String alert title -->
46 <string name="alert_title">Alert title</string>
47
48 <!-- String alert message -->
49 <string name="alert_message">Alert message</string>
50
51 <!-- String notification message -->
52 <string name="notification_message">Notification message</string>
53
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080054 <!-- AccessibilityWindowQueryTest -->
Svetoslav Ganov27a84562011-10-22 20:54:18 -070055
56 <!-- String title of the accessibility query window test activity -->
57 <string name="accessibility_query_window_test_activity">Query window test</string>
58
59 <!-- String Button1 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070060 <string name="button1">B1</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070061
62 <!-- String Button2 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070063 <string name="button2">B2</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070064
65 <!-- String Button3 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070066 <string name="button3">B3</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070067
68 <!-- String Button4 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070069 <string name="button4">B4</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070070
71 <!-- String Button5 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070072 <string name="button5">B5</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070073
74 <!-- String Button6 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070075 <string name="button6">B6</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070076
77 <!-- String with content description for Button6 -->
78 <string name="contentDescription">contentDescription</string>
79
80 <!-- String Button7 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070081 <string name="button7">B7</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070082
83 <!-- String Button8 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070084 <string name="button8">B8</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070085
86 <!-- String Button9 text -->
Svetoslav62e533f2014-04-09 14:16:39 -070087 <string name="button9">B9</string>
Svetoslav Ganov27a84562011-10-22 20:54:18 -070088
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080089 <!-- AccessibilityFocusTest -->
90
91 <!-- String title of the accessibility hierarchical focus test activity -->
Svetoslav Ganovda34b0e2012-04-23 20:42:06 -070092 <string name="accessibility_view_tree_reporting_test_activity">Accessibility view three reporting test</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080093
94 <!-- String root LinearLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -070095 <string name="rootLinearLayout">rLL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080096
97 <!-- String first FrameLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -070098 <string name="firstFrameLayout">fFL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -080099
100 <!-- String first LinearLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700101 <string name="firstLinearLayout">fLL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800102
103 <!-- String first TextView text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700104 <string name="firstTextView">fTV</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800105
106 <!-- String first EditText text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700107 <string name="firstEditText">fET</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800108
109 <!-- String first Button text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700110 <string name="firstButton">fB</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800111
112 <!-- String second FrameLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700113 <string name="secondFrameLayout">sFL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800114
115 <!-- String second LinearLayout text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700116 <string name="secondLinearLayout">sLL</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800117
118 <!-- String second TextView text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700119 <string name="secondTextView">sTV</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800120
121 <!-- String second EditText text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700122 <string name="secondEditText">sET</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800123
124 <!-- String second Button text -->
Svetoslav62e533f2014-04-09 14:16:39 -0700125 <string name="secondButton">sB</string>
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800126
Phil Weaver42780c42018-01-04 16:27:45 -0800127 <string name="paneTitle">Pane Title</string>
128
Svetoslav Ganov7bc03202012-01-03 11:18:45 -0800129 <!-- String title of the accessibility focus and input focus sync test activity -->
130 <string name="accessibility_focus_and_input_focus_sync_test_activity">Accessibility focus and input focus sync test</string>
131
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700132 <!-- String title of the accessibility text traversal test activity. -->
133 <string name="accessibility_text_traversal_test_activity">Accessibility text traversal test</string>
134
135 <string name="android_wiki_short">
Svetoslavfc7ed222014-06-19 16:28:41 -0700136 Android is a\nLinux-based\noperating</string>
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700137
Phil Weavere31af832016-03-04 16:34:21 -0800138 <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 -0700139
140 <string name="a_b">A B</string>
141
Kevin Changec3ee1c2019-09-02 21:20:51 +0800142 <string name="testContentDescription">testContentDescription</string>
143
Phil Weaverb881c592018-02-16 16:20:19 -0800144 <string name="german_text_with_strong_s">ß</string>
145
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700146 <string name="android_wiki_search">Android is a Linux-based</string>
147
148 <string name="foo_bar_baz">Foo bar baz.</string>
149
Chad Browerec251392017-05-25 14:43:16 -0700150 <string name="stub_gesture_dispatch_a11y_service_description">com.android.accessibilityservice.cts.StubGestureAccessibilityService</string>
151
Ameer Armaly934faeb2019-01-22 10:34:04 -0800152 <string name="stub_gesture_detector_a11y_service_description">com.android.accessibilityservice.cts.GestureDetectionStubAccessibilityService</string>
153
154 <string name="stub_touch_exploration_a11y_service_description">com.android.accessibilityservice.cts.TouchExplorationStubAccessibilityService</string>
Phil Weaver5a0272f2016-01-21 12:29:32 -0800155
Phil Weaver05bbee02017-01-24 20:42:49 -0800156 <string name="stub_fprint_a11y_service_description">com.android.accessibilityservice.cts.StubFingerprintGestureAccessibilityService</string>
157
Casey Burkhardtb8e10082017-02-02 15:31:46 -0800158 <string name="stub_accessibility_button_service_description">com.android.accessibilityservice.cts.StubAccessibilityButtonService</string>
159
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700160 <string name="android_wiki_paragraphs">
Svetoslav62e533f2014-04-09 14:16:39 -0700161 \n\nAndroid is a\n\n It is developed\n The
162 unveiling\n\n</string>
Svetoslav Ganov0fd4b3a2012-04-29 20:41:00 -0700163
Phil Weaver5a0272f2016-01-21 12:29:32 -0800164 <string name="full_screen_text_view">Full Screen Text View</string>
Anna Galuszaafe4d142016-01-22 17:01:05 -0800165 <!-- Soft Keyboard Modes tests -->
166
167 <!-- String title for the accessibility service -->
168 <string name="accessibility_soft_keyboard_modes_activity">
169 Soft Keyboard Modes Activity</string>
170
171 <string name="title_soft_keyboard_modes_accessibility_service">
172 Stub Soft Keyboard Modes Accessibility Service</string>
173
174 <!-- Description of the accessibility service -->
175 <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 -0800176
Jackal Guo46770e12019-05-10 11:05:34 +0800177 <!-- AccessibilityEmbeddedDisplayTest -->
178
179 <!-- String title of accessibility embedded display test parent window activity -->
180 <string name="accessibility_embedded_display_test_parent_activity">Embedded display test parent</string>
181
182 <!-- String title of accessibility embedded display test activity -->
183 <string name="accessibility_embedded_display_test_activity">Embedded display test</string>
184
Brian Muramatsuf176eaf2010-07-27 14:27:01 -0700185</resources>