Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3  Copyright 2017 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     <string name="app_name">Wear Accessibility App</string>
     19 
     20     <!-- Strings for Lists -->
     21     <string name="lists">Lists</string>
     22     <string name="description_2_tutorial_image">Swipe hint is labeled \"swipe left\"</string>
     23     <string name="description_3_tutorial_image">Tap hint labeled \"tap\"</string>
     24     <string name="description_1_decorative_image">Graphics that are used decoratively that do
     25             not add additional meaning do not need a text label.</string>
     26     <string name="description_2_decorative_image">Bow graphic is unlabeled and would be passed
     27             over by a screen reader.</string>
     28     <string name="a_long_list">A long list</string>
     29     <string name="list_of_graphics">List of graphics</string>
     30     <string name="bottom_action_drawer">Bottom action \ndrawer</string>
     31     <string name="photo_carousel">Photo carousel</string>
     32     <string name="images">Images</string>
     33     <string name="graphics_description">
     34             Each image has a descriptive label for a screenreader.</string>
     35     <string name="description_of_cat_image">Two cats forming a heart.</string>
     36     <string name="description_of_dog_image">Dog holding a bone.</string>
     37     <string name="description_of_hamster_image">Hamster hugging a baby carrot.</string>
     38     <string name="description_of_bird_image">Two love birds on a branch.</string>
     39     <string name="zoom_image">Zoomed Image</string>
     40     <string name="intent_extra_image">image</string>
     41     <string name="description_1_tutorial_image">Graphics that add additional information should
     42             be properly labeled.</string>
     43     <string name="swipe_left">swipe left</string>
     44     <string name="action_1">Action 1</string>
     45     <string name="action_2">Action 2</string>
     46     <string name="action_3">Action 3</string>
     47     <string name="item_text">Item %1$d</string>
     48     <string name="switch_bottom_action_drawer">%1$s Switch Bottom Action Drawer</string>
     49     <string name="on">On</string>
     50     <string name="off">Off</string>
     51 
     52     <!-- Strings for Dialogs -->
     53     <string name="dialogs">Dialogs</string>
     54     <string name="open_on_phone_animation">Open On Phone Animation</string>
     55     <string name="yes_no_dialog">Yes/no dialog</string>
     56     <string name="yes_no_dialog_description">This dialog only has two actions available.</string>
     57     <string name="one_action_dialog">One action dialog</string>
     58     <string name="one_action_dialog_description">There is only one action on this dialog.</string>
     59     <string name="multiple_action_dialog">Multiple action dialog</string>
     60     <string name="multiple_action_dialog_description">This dialog has multiple actions.</string>
     61     <string name="ok">OK</string>
     62     <string name="close">Close</string>
     63     <string name="open_on_phone">Open on phone</string>
     64     <string name="yes_no_action">Yes/No action</string>
     65     <string name="one_action">One action</string>
     66     <string name="multiple_actions">Multiple actions</string>
     67     <string name="continue_on_phone">Continue on phone</string>
     68     <string name="tap">tap</string>
     69 
     70     <!-- Strings for Progress -->
     71     <string name="progress">Progress</string>
     72     <string name="in_line">In-line</string>
     73     <string name="full_screen">Full screen</string>
     74     <string name="loading">Loading&#8230;</string>
     75     <string name="start">Start</string>
     76     <string name="determinant">Determinant</string>
     77     <string name="in_line_progress">In-line Progress</string>
     78     <string name="indeterminant_progress">Indeterminant\nProgress</string>
     79     <string name="key_pref_determinant_switch">pref_determinant_switch</string>
     80     <string name="key_pref_circled_image_view">pref_circled_image_view</string>
     81     <string name="key_pref_progress_screen">pref_progress_screen</string>
     82 
     83     <!-- Strings for Controls -->
     84     <string name="controls">Controls</string>
     85     <string name="checkbox">Checkbox</string>
     86     <string name="radio_list">Radio List</string>
     87     <string name="switch_name">Switch</string>
     88     <string name="hello">Hello</string>
     89     <string name="hi">Hi</string>
     90     <string name="howdy">Howdy</string>
     91     <string name="radio_button_list">Radio Button List</string>
     92 
     93     <!-- Strings for Notifications -->
     94     <string name="notifications">Notifications</string>
     95     <string name="main_text_activity_messaging_main">
     96             This Activity would handle the messaging app\'s functionality for a chat(s).
     97             \n\nThe notification type for this example was the Messaging Style!
     98     </string>
     99     <string name="reply_label">Reply</string>
    100     <string name="inline_action">In-line action</string>
    101     <string name="avatar">Avatar</string>
    102     <string name="push_notification">Push notification now</string>
    103     <string name="key_pref_avatar">pref_avatar</string>
    104     <string name="key_pref_action">pref_action</string>
    105     <string name="key_pref_push_notification">pref_push_notification</string>
    106 
    107     <!-- Strings for Accessibility -->
    108     <string name="description_1_accessibility">
    109             Make sure your watch is accessible for all users</string>
    110     <string name="description_2_accessibility">
    111             What does your app look like in the largest text size?</string>
    112     <string name="description_3_accessibility">Does your app work with a screen reader?</string>
    113     <string name="accessibility">Accessibility</string>
    114     <string name="accessibility_settings">Accessibility settings</string>
    115 
    116     <string name="default_text">TextView</string>
    117     <string name="title">title</string>
    118 </resources>