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 name="button_tooltip">Never press this button</string> 38 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 54 <!-- AccessibilityWindowQueryTest --> 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 --> 60 <string name="button1">B1</string> 61 62 <!-- String Button2 text --> 63 <string name="button2">B2</string> 64 65 <!-- String Button3 text --> 66 <string name="button3">B3</string> 67 68 <!-- String Button4 text --> 69 <string name="button4">B4</string> 70 71 <!-- String Button5 text --> 72 <string name="button5">B5</string> 73 74 <!-- String Button6 text --> 75 <string name="button6">B6</string> 76 77 <!-- String with content description for Button6 --> 78 <string name="contentDescription">contentDescription</string> 79 80 <!-- String Button7 text --> 81 <string name="button7">B7</string> 82 83 <!-- String Button8 text --> 84 <string name="button8">B8</string> 85 86 <!-- String Button9 text --> 87 <string name="button9">B9</string> 88 89 <!-- AccessibilityFocusTest --> 90 91 <!-- String title of the accessibility hierarchical focus test activity --> 92 <string name="accessibility_view_tree_reporting_test_activity">Accessibility view three reporting test</string> 93 94 <!-- String root LinearLayout text --> 95 <string name="rootLinearLayout">rLL</string> 96 97 <!-- String first FrameLayout text --> 98 <string name="firstFrameLayout">fFL</string> 99 100 <!-- String first LinearLayout text --> 101 <string name="firstLinearLayout">fLL</string> 102 103 <!-- String first TextView text --> 104 <string name="firstTextView">fTV</string> 105 106 <!-- String first EditText text --> 107 <string name="firstEditText">fET</string> 108 109 <!-- String first Button text --> 110 <string name="firstButton">fB</string> 111 112 <!-- String second FrameLayout text --> 113 <string name="secondFrameLayout">sFL</string> 114 115 <!-- String second LinearLayout text --> 116 <string name="secondLinearLayout">sLL</string> 117 118 <!-- String second TextView text --> 119 <string name="secondTextView">sTV</string> 120 121 <!-- String second EditText text --> 122 <string name="secondEditText">sET</string> 123 124 <!-- String second Button text --> 125 <string name="secondButton">sB</string> 126 127 <string name="paneTitle">Pane Title</string> 128 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 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"> 136 Android is a\nLinux-based\noperating</string> 137 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> 139 140 <string name="a_b">A B</string> 141 142 <string name="german_text_with_strong_s">ß</string> 143 144 <string name="android_wiki_search">Android is a Linux-based</string> 145 146 <string name="foo_bar_baz">Foo bar baz.</string> 147 148 <string name="stub_gesture_dispatch_a11y_service_description">com.android.accessibilityservice.cts.StubGestureAccessibilityService</string> 149 150 <string name="stub_gesture_detector_a11y_service_description">com.android.accessibilityservice.cts.StubService</string> 151 152 <string name="stub_fprint_a11y_service_description">com.android.accessibilityservice.cts.StubFingerprintGestureAccessibilityService</string> 153 154 <string name="stub_accessibility_button_service_description">com.android.accessibilityservice.cts.StubAccessibilityButtonService</string> 155 156 <string name="android_wiki_paragraphs"> 157 \n\nAndroid is a\n\n It is developed\n The 158 unveiling\n\n</string> 159 160 <string name="full_screen_text_view">Full Screen Text View</string> 161 <!-- Soft Keyboard Modes tests --> 162 163 <!-- String title for the accessibility service --> 164 <string name="accessibility_soft_keyboard_modes_activity"> 165 Soft Keyboard Modes Activity</string> 166 167 <string name="title_soft_keyboard_modes_accessibility_service"> 168 Stub Soft Keyboard Modes Accessibility Service</string> 169 170 <!-- Description of the accessibility service --> 171 <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> 172 173</resources> 174