Brian Muramatsu | f176eaf | 2010-07-27 14:27:01 -0700 | [diff] [blame] | 1 | <?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 Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 20 | <!-- AccessibilityEndToEndTest --> |
| 21 | |
Brian Muramatsu | f176eaf | 2010-07-27 14:27:01 -0700 | [diff] [blame] | 22 | <!-- 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 Viverette | 79ac43a | 2016-03-28 13:36:55 -0400 | [diff] [blame] | 25 | <!-- String title of the accessibility test activity --> |
| 26 | <string name="accessibility_test_activity">Test</string> |
| 27 | |
Brian Muramatsu | f176eaf | 2010-07-27 14:27:01 -0700 | [diff] [blame] | 28 | <!-- 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 Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 52 | <!-- AccessibilityWindowQueryTest --> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 53 | |
| 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 --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 58 | <string name="button1">B1</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 59 | |
| 60 | <!-- String Button2 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 61 | <string name="button2">B2</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 62 | |
| 63 | <!-- String Button3 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 64 | <string name="button3">B3</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 65 | |
| 66 | <!-- String Button4 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 67 | <string name="button4">B4</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 68 | |
| 69 | <!-- String Button5 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 70 | <string name="button5">B5</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 71 | |
| 72 | <!-- String Button6 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 73 | <string name="button6">B6</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 74 | |
| 75 | <!-- String with content description for Button6 --> |
| 76 | <string name="contentDescription">contentDescription</string> |
| 77 | |
| 78 | <!-- String Button7 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 79 | <string name="button7">B7</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 80 | |
| 81 | <!-- String Button8 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 82 | <string name="button8">B8</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 83 | |
| 84 | <!-- String Button9 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 85 | <string name="button9">B9</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 86 | |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 87 | <!-- AccessibilityFocusTest --> |
| 88 | |
| 89 | <!-- String title of the accessibility hierarchical focus test activity --> |
Svetoslav Ganov | da34b0e | 2012-04-23 20:42:06 -0700 | [diff] [blame] | 90 | <string name="accessibility_view_tree_reporting_test_activity">Accessibility view three reporting test</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 91 | |
| 92 | <!-- String root LinearLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 93 | <string name="rootLinearLayout">rLL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 94 | |
| 95 | <!-- String first FrameLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 96 | <string name="firstFrameLayout">fFL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 97 | |
| 98 | <!-- String first LinearLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 99 | <string name="firstLinearLayout">fLL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 100 | |
| 101 | <!-- String first TextView text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 102 | <string name="firstTextView">fTV</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 103 | |
| 104 | <!-- String first EditText text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 105 | <string name="firstEditText">fET</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 106 | |
| 107 | <!-- String first Button text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 108 | <string name="firstButton">fB</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 109 | |
| 110 | <!-- String second FrameLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 111 | <string name="secondFrameLayout">sFL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 112 | |
| 113 | <!-- String second LinearLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 114 | <string name="secondLinearLayout">sLL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 115 | |
| 116 | <!-- String second TextView text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 117 | <string name="secondTextView">sTV</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 118 | |
| 119 | <!-- String second EditText text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 120 | <string name="secondEditText">sET</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 121 | |
| 122 | <!-- String second Button text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 123 | <string name="secondButton">sB</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 124 | |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 125 | <!-- 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 Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 128 | <!-- 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"> |
Svetoslav | fc7ed22 | 2014-06-19 16:28:41 -0700 | [diff] [blame] | 132 | Android is a\nLinux-based\noperating</string> |
Svetoslav Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 133 | |
Phil Weaver | e31af83 | 2016-03-04 16:34:21 -0800 | [diff] [blame] | 134 | <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 Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 135 | |
| 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 Brower | ec25139 | 2017-05-25 14:43:16 -0700 | [diff] [blame] | 142 | <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 Weaver | 5a0272f | 2016-01-21 12:29:32 -0800 | [diff] [blame] | 145 | |
Phil Weaver | 05bbee0 | 2017-01-24 20:42:49 -0800 | [diff] [blame] | 146 | <string name="stub_fprint_a11y_service_description">com.android.accessibilityservice.cts.StubFingerprintGestureAccessibilityService</string> |
| 147 | |
Casey Burkhardt | b8e1008 | 2017-02-02 15:31:46 -0800 | [diff] [blame] | 148 | <string name="stub_accessibility_button_service_description">com.android.accessibilityservice.cts.StubAccessibilityButtonService</string> |
| 149 | |
Svetoslav Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 150 | <string name="android_wiki_paragraphs"> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 151 | \n\nAndroid is a\n\n It is developed\n The |
| 152 | unveiling\n\n</string> |
Svetoslav Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 153 | |
Phil Weaver | 5a0272f | 2016-01-21 12:29:32 -0800 | [diff] [blame] | 154 | <string name="full_screen_text_view">Full Screen Text View</string> |
Anna Galusza | afe4d14 | 2016-01-22 17:01:05 -0800 | [diff] [blame] | 155 | <!-- 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 Weaver | 5a0272f | 2016-01-21 12:29:32 -0800 | [diff] [blame] | 166 | |
Brian Muramatsu | f176eaf | 2010-07-27 14:27:01 -0700 | [diff] [blame] | 167 | </resources> |