Home | History | Annotate | Download | only in values
      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     <!-- String title of the accessibility end-to-end test activity -->
     21     <string name="accessibility_end_to_end_test_activity">End-to-end test</string>
     22 
     23     <!-- String value of used as text input -->
     24     <string name="text_input_blah">Blah</string>
     25 
     26     <!-- String value of used as text input -->
     27     <string name="text_input_blah_blah">Blah blah</string>
     28 
     29     <!-- String title of the button -->
     30     <string name="button_title">Click me</string>
     31 
     32     <!-- String value of the first list item -->
     33     <string name="first_list_item">First list item</string>
     34 
     35     <!-- String value of the second list item -->
     36     <string name="second_list_item">Second list item</string>
     37 
     38     <!-- String alert title -->
     39     <string name="alert_title">Alert title</string>
     40 
     41     <!-- String alert message -->
     42     <string name="alert_message">Alert message</string>
     43 
     44     <!-- String notification message -->
     45     <string name="notification_message">Notification message</string>
     46 
     47 
     48     <!-- String title of the accessibility query window test activity -->
     49     <string name="accessibility_query_window_test_activity">Query window test</string>
     50 
     51     <!-- String Button1 text -->
     52     <string name="button1">Button1</string>
     53 
     54     <!-- String Button2 text -->
     55     <string name="button2">Button2</string>
     56 
     57     <!-- String Button3 text -->
     58     <string name="button3">Button3</string>
     59 
     60     <!-- String Button4 text -->
     61     <string name="button4">Button4</string>
     62 
     63     <!-- String Button5 text -->
     64     <string name="button5">Button5</string>
     65 
     66     <!-- String Button6 text -->
     67     <string name="button6">Button6</string>
     68 
     69     <!-- String with content description for Button6 -->
     70     <string name="contentDescription">contentDescription</string>
     71 
     72     <!-- String Button7 text -->
     73     <string name="button7">Button7</string>
     74 
     75     <!-- String Button8 text -->
     76     <string name="button8">Button8</string>
     77 
     78     <!-- String Button9 text -->
     79     <string name="button9">Button9</string>
     80 
     81 </resources>
     82