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 value of used as text input --> 26 <string name="text_input_blah">Blah</string> 27 28 <!-- String value of used as text input --> 29 <string name="text_input_blah_blah">Blah blah</string> 30 31 <!-- String title of the button --> 32 <string name="button_title">Click me</string> 33 34 <!-- String value of the first list item --> 35 <string name="first_list_item">First list item</string> 36 37 <!-- String value of the second list item --> 38 <string name="second_list_item">Second list item</string> 39 40 <!-- String alert title --> 41 <string name="alert_title">Alert title</string> 42 43 <!-- String alert message --> 44 <string name="alert_message">Alert message</string> 45 46 <!-- String notification message --> 47 <string name="notification_message">Notification message</string> 48 49 <!-- AccessibilityWindowQueryTest --> 50 51 <!-- String title of the accessibility query window test activity --> 52 <string name="accessibility_query_window_test_activity">Query window test</string> 53 54 <!-- String Button1 text --> 55 <string name="button1">Button1</string> 56 57 <!-- String Button2 text --> 58 <string name="button2">Button2</string> 59 60 <!-- String Button3 text --> 61 <string name="button3">Button3</string> 62 63 <!-- String Button4 text --> 64 <string name="button4">Button4</string> 65 66 <!-- String Button5 text --> 67 <string name="button5">Button5</string> 68 69 <!-- String Button6 text --> 70 <string name="button6">Button6</string> 71 72 <!-- String with content description for Button6 --> 73 <string name="contentDescription">contentDescription</string> 74 75 <!-- String Button7 text --> 76 <string name="button7">Button7</string> 77 78 <!-- String Button8 text --> 79 <string name="button8">Button8</string> 80 81 <!-- String Button9 text --> 82 <string name="button9">Button9</string> 83 84 <!-- AccessibilityFocusTest --> 85 86 <!-- String title of the accessibility hierarchical focus test activity --> 87 <string name="accessibility_view_tree_reporting_test_activity">Accessibility view three reporting test</string> 88 89 <!-- String root LinearLayout text --> 90 <string name="rootLinearLayout">rootLinearLayout</string> 91 92 <!-- String first FrameLayout text --> 93 <string name="firstFrameLayout">firstFrameLayout</string> 94 95 <!-- String first LinearLayout text --> 96 <string name="firstLinearLayout">firstLinearLayout</string> 97 98 <!-- String first TextView text --> 99 <string name="firstTextView">firstTextView</string> 100 101 <!-- String first EditText text --> 102 <string name="firstEditText">firstEditText</string> 103 104 <!-- String first Button text --> 105 <string name="firstButton">firstButton</string> 106 107 <!-- String second FrameLayout text --> 108 <string name="secondFrameLayout">secondFrameLayout</string> 109 110 <!-- String second LinearLayout text --> 111 <string name="secondLinearLayout">secondLinearLayout</string> 112 113 <!-- String second TextView text --> 114 <string name="secondTextView">secondTextView</string> 115 116 <!-- String second EditText text --> 117 <string name="secondEditText">secondEditText</string> 118 119 <!-- String second Button text --> 120 <string name="secondButton">secondButton</string> 121 122 <!-- String title of the accessibility focus and input focus sync test activity --> 123 <string name="accessibility_focus_and_input_focus_sync_test_activity">Accessibility focus and input focus sync test</string> 124 125 <!-- String title of the accessibility text traversal test activity. --> 126 <string name="accessibility_text_traversal_test_activity">Accessibility text traversal test</string> 127 128 <string name="android_wiki_short"> 129 Android is a Linux-based operating system for mobile devices</string> 130 131 <string name="android_wiki"> 132 Android is a Linux-based operating system for mobile devices such as smartphones and tablet 133 computers. It is developed by the Open Handset Alliance, led by Google, and other companies. 134 Google purchased the initial developer of the software, Android Inc., in 2005. The 135 unveiling of the Android distribution in 2007 was announced with the founding of the Open 136 Handset Alliance, a consortium of 86 hardware, software, and telecommunication </string> 137 138 <string name="a_b">A B</string> 139 140 <string name="android_wiki_search">Android is a Linux-based</string> 141 142 <string name="foo_bar_baz">Foo bar baz.</string> 143 144 <string name="android_wiki_paragraphs"> 145 \n\nAndroid is a Linux-based operating system for mobile devices such as smartphones and tablet 146 computers.\n\n It is developed by the Open Handset Alliance, led by Google, and other companies. 147 Google purchased the initial developer of the software, Android Inc., in 2005.\n The 148 unveiling of the Android distribution in 2007 was announced with the founding of the Open 149 Handset Alliance, a consortium of 86 hardware, software, and telecommunication companies 150 devoted to advancing open standards for mobile devices. Google releases the 151 Android code as open-source, under the Apache License.\n\n</string> 152 153 </resources> 154