Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3  * Copyright (C) 2011 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 <resources>
     18 
     19     <string name="app_name">UiAutomator Test App</string>
     20     <string name="test1_description">This helps verify entering text into a pre-populated field. The pop-up dialog will echo the text entered after clicking submit. The initial value in the field must first be deleted.</string>
     21     <string name="menu_settings">Settings</string>
     22     <string name="title_activity_item1_detail">Item1DetailActivity</string>
     23     <string name="buttonSubmit">Submit</string>
     24     <string name="item1_dialog_title">Text submitted</string>
     25     <string name="OK">OK</string>
     26     <string name="title_test_list">UiAutomator Tests</string>
     27     <string name="title_test_detail">Details</string>
     28     <string name="hello_world">Hello world!</string>
     29     <string name="title_activity_test2_detail">Test2DetailActivity</string>
     30     <string name="test2_description">This helps test selection of button using Instance, Text and Content Description. Once clicked, a dialog pops up to verify the properties of button clicked.</string>
     31     <string name="test2_description_2">This tests a Button text changing dynamically after a click. The test should attempt to find the button after it has changed using its new text.</string>
     32     <string name="test3_description">The tests should read the clock, then write the clock back into the EditText then press submit. A dialog will display the time it took from reading the clock until submit is press. This can be used to get an idea of performance differences.</string>
     33     <string name="button1">Button 1</string>
     34     <string name="button1long">Longclick Button 1</string>
     35     <string name="button2">Button 2</string>
     36     <string name="button2long">Longclick Button 2</string>
     37     <string name="button3">Button 3</string>
     38     <string name="button3long">Longclick Button 3</string>
     39     <string name="buttonBefore">Before</string>
     40     <string name="buttonAfter">After</string>
     41     <string name="dialog_title_result">Action results</string>
     42     <string name="now_displaying_results_for">Verifying scroll into view and list item selection. Now displaying results for:</string>
     43     <string name="title_activity_test3_detail">Performance test</string>
     44     <string name="test3ClockDescription">Performance clock</string>
     45     <string name="test3InitialClock">0000000000</string>
     46     <string name="test3_dialog_title">Time difference in ms</string>
     47     <string name="test5_CheckBox">CheckBox</string>
     48     <string name="test5_ToggleButton">ToggleButton</string>
     49     <string name="test5_Button">Button</string>
     50     <string name="test5_Button_Description">Description for Button</string>
     51     <string name="test5_Button_Disabled">Button D</string>
     52     <string name="title_section4">Section 4</string>
     53     <string name="title_section3">Section 3</string>
     54     <string name="title_section2">Section 2</string>
     55     <string name="title_section1">Section 1</string>
     56     <string name="title_activity_test4_detail">Test4DetailActivity</string>
     57     <string name="title_activity_test5_detail">Test5DetailActivity</string>
     58     <string name="title_activity_test6_detail">Test6DetailActivity</string>
     59     <string name="test_5_Widgets_collection">Widgets Collection</string>
     60     <string name="generic_item_touch_dialog_title">Multi-touch test dialog</string>
     61     <string name="drag_item_touch_dialog_title">Drag and drop test dialog</string>
     62     <string name="title_test_view_detail">Details View</string>
     63 </resources>
     64