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 | |
Phil Weaver | 34dded9 | 2018-01-10 08:54:23 -0800 | [diff] [blame] | 37 | <string name="button_tooltip">Never press this button</string> |
| 38 | |
Brian Muramatsu | f176eaf | 2010-07-27 14:27:01 -0700 | [diff] [blame] | 39 | <!-- 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 Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 54 | <!-- AccessibilityWindowQueryTest --> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 55 | |
| 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 --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 60 | <string name="button1">B1</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 61 | |
| 62 | <!-- String Button2 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 63 | <string name="button2">B2</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 64 | |
| 65 | <!-- String Button3 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 66 | <string name="button3">B3</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 67 | |
| 68 | <!-- String Button4 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 69 | <string name="button4">B4</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 70 | |
| 71 | <!-- String Button5 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 72 | <string name="button5">B5</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 73 | |
| 74 | <!-- String Button6 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 75 | <string name="button6">B6</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 76 | |
| 77 | <!-- String with content description for Button6 --> |
| 78 | <string name="contentDescription">contentDescription</string> |
| 79 | |
| 80 | <!-- String Button7 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 81 | <string name="button7">B7</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 82 | |
| 83 | <!-- String Button8 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 84 | <string name="button8">B8</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 85 | |
| 86 | <!-- String Button9 text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 87 | <string name="button9">B9</string> |
Svetoslav Ganov | 27a8456 | 2011-10-22 20:54:18 -0700 | [diff] [blame] | 88 | |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 89 | <!-- AccessibilityFocusTest --> |
| 90 | |
| 91 | <!-- String title of the accessibility hierarchical focus test activity --> |
Svetoslav Ganov | da34b0e | 2012-04-23 20:42:06 -0700 | [diff] [blame] | 92 | <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] | 93 | |
| 94 | <!-- String root LinearLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 95 | <string name="rootLinearLayout">rLL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 96 | |
| 97 | <!-- String first FrameLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 98 | <string name="firstFrameLayout">fFL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 99 | |
| 100 | <!-- String first LinearLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 101 | <string name="firstLinearLayout">fLL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 102 | |
| 103 | <!-- String first TextView text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 104 | <string name="firstTextView">fTV</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 105 | |
| 106 | <!-- String first EditText text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 107 | <string name="firstEditText">fET</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 108 | |
| 109 | <!-- String first Button text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 110 | <string name="firstButton">fB</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 111 | |
| 112 | <!-- String second FrameLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 113 | <string name="secondFrameLayout">sFL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 114 | |
| 115 | <!-- String second LinearLayout text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 116 | <string name="secondLinearLayout">sLL</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 117 | |
| 118 | <!-- String second TextView text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 119 | <string name="secondTextView">sTV</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 120 | |
| 121 | <!-- String second EditText text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 122 | <string name="secondEditText">sET</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 123 | |
| 124 | <!-- String second Button text --> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 125 | <string name="secondButton">sB</string> |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 126 | |
Phil Weaver | 42780c4 | 2018-01-04 16:27:45 -0800 | [diff] [blame] | 127 | <string name="paneTitle">Pane Title</string> |
| 128 | |
Svetoslav Ganov | 7bc0320 | 2012-01-03 11:18:45 -0800 | [diff] [blame] | 129 | <!-- 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 Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 132 | <!-- 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"> |
Svetoslav | fc7ed22 | 2014-06-19 16:28:41 -0700 | [diff] [blame] | 136 | Android is a\nLinux-based\noperating</string> |
Svetoslav Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 137 | |
Phil Weaver | e31af83 | 2016-03-04 16:34:21 -0800 | [diff] [blame] | 138 | <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] | 139 | |
| 140 | <string name="a_b">A B</string> |
| 141 | |
Kevin Chang | ec3ee1c | 2019-09-02 21:20:51 +0800 | [diff] [blame] | 142 | <string name="testContentDescription">testContentDescription</string> |
| 143 | |
Phil Weaver | b881c59 | 2018-02-16 16:20:19 -0800 | [diff] [blame] | 144 | <string name="german_text_with_strong_s">ß</string> |
| 145 | |
Svetoslav Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 146 | <string name="android_wiki_search">Android is a Linux-based</string> |
| 147 | |
| 148 | <string name="foo_bar_baz">Foo bar baz.</string> |
| 149 | |
Chad Brower | ec25139 | 2017-05-25 14:43:16 -0700 | [diff] [blame] | 150 | <string name="stub_gesture_dispatch_a11y_service_description">com.android.accessibilityservice.cts.StubGestureAccessibilityService</string> |
| 151 | |
Ameer Armaly | 934faeb | 2019-01-22 10:34:04 -0800 | [diff] [blame] | 152 | <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 Weaver | 5a0272f | 2016-01-21 12:29:32 -0800 | [diff] [blame] | 155 | |
Phil Weaver | 05bbee0 | 2017-01-24 20:42:49 -0800 | [diff] [blame] | 156 | <string name="stub_fprint_a11y_service_description">com.android.accessibilityservice.cts.StubFingerprintGestureAccessibilityService</string> |
| 157 | |
Casey Burkhardt | b8e1008 | 2017-02-02 15:31:46 -0800 | [diff] [blame] | 158 | <string name="stub_accessibility_button_service_description">com.android.accessibilityservice.cts.StubAccessibilityButtonService</string> |
| 159 | |
Svetoslav Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 160 | <string name="android_wiki_paragraphs"> |
Svetoslav | 62e533f | 2014-04-09 14:16:39 -0700 | [diff] [blame] | 161 | \n\nAndroid is a\n\n It is developed\n The |
| 162 | unveiling\n\n</string> |
Svetoslav Ganov | 0fd4b3a | 2012-04-29 20:41:00 -0700 | [diff] [blame] | 163 | |
Phil Weaver | 5a0272f | 2016-01-21 12:29:32 -0800 | [diff] [blame] | 164 | <string name="full_screen_text_view">Full Screen Text View</string> |
Anna Galusza | afe4d14 | 2016-01-22 17:01:05 -0800 | [diff] [blame] | 165 | <!-- 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 Weaver | 5a0272f | 2016-01-21 12:29:32 -0800 | [diff] [blame] | 176 | |
Jackal Guo | 46770e1 | 2019-05-10 11:05:34 +0800 | [diff] [blame] | 177 | <!-- 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 Muramatsu | f176eaf | 2010-07-27 14:27:01 -0700 | [diff] [blame] | 185 | </resources> |