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 20 <!-- AccessibilityEndToEndTest --> 21 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 25 <!-- String title of the accessibility test activity --> 26 <string name="accessibility_test_activity">Test</string> 27 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 52 <!-- AccessibilityWindowQueryTest --> 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 --> 58 <string name="button1">B1</string> 59 60 <!-- String Button2 text --> 61 <string name="button2">B2</string> 62 63 <!-- String Button3 text --> 64 <string name="button3">B3</string> 65 66 <!-- String Button4 text --> 67 <string name="button4">B4</string> 68 69 <!-- String Button5 text --> 70 <string name="button5">B5</string> 71 72 <!-- String Button6 text --> 73 <string name="button6">B6</string> 74 75 <!-- String with content description for Button6 --> 76 <string name="contentDescription">contentDescription</string> 77 78 <!-- String Button7 text --> 79 <string name="button7">B7</string> 80 81 <!-- String Button8 text --> 82 <string name="button8">B8</string> 83 84 <!-- String Button9 text --> 85 <string name="button9">B9</string> 86 87 <!-- AccessibilityFocusTest --> 88 89 <!-- String title of the accessibility hierarchical focus test activity --> 90 <string name="accessibility_view_tree_reporting_test_activity">Accessibility view three reporting test</string> 91 92 <!-- String root LinearLayout text --> 93 <string name="rootLinearLayout">rLL</string> 94 95 <!-- String first FrameLayout text --> 96 <string name="firstFrameLayout">fFL</string> 97 98 <!-- String first LinearLayout text --> 99 <string name="firstLinearLayout">fLL</string> 100 101 <!-- String first TextView text --> 102 <string name="firstTextView">fTV</string> 103 104 <!-- String first EditText text --> 105 <string name="firstEditText">fET</string> 106 107 <!-- String first Button text --> 108 <string name="firstButton">fB</string> 109 110 <!-- String second FrameLayout text --> 111 <string name="secondFrameLayout">sFL</string> 112 113 <!-- String second LinearLayout text --> 114 <string name="secondLinearLayout">sLL</string> 115 116 <!-- String second TextView text --> 117 <string name="secondTextView">sTV</string> 118 119 <!-- String second EditText text --> 120 <string name="secondEditText">sET</string> 121 122 <!-- String second Button text --> 123 <string name="secondButton">sB</string> 124 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 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"> 132 Android is a\nLinux-based\noperating</string> 133 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> 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 142 <string name="stub_gesture_a11y_service_description">com.android.accessibilityservice.cts.StubGestureAccessibilityService</string> 143 144 <string name="android_wiki_paragraphs"> 145 \n\nAndroid is a\n\n It is developed\n The 146 unveiling\n\n</string> 147 148 <string name="full_screen_text_view">Full Screen Text View</string> 149 <!-- Soft Keyboard Modes tests --> 150 151 <!-- String title for the accessibility service --> 152 <string name="accessibility_soft_keyboard_modes_activity"> 153 Soft Keyboard Modes Activity</string> 154 155 <string name="title_soft_keyboard_modes_accessibility_service"> 156 Stub Soft Keyboard Modes Accessibility Service</string> 157 158 <!-- Description of the accessibility service --> 159 <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> 160 161</resources> 162