Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2007 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 
     17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     18     <string name="activity_sample_code">Support v4 Demos</string>
     19 
     20     <string name="hello_world"><b>Hello, <i>World!</i></b></string>
     21     <string name="alert_dialog_two_buttons_title">
     22         Lorem ipsum dolor sit aie consectetur adipiscing\nPlloaso mako nuto
     23         siwuf cakso dodtos anr koop.
     24     </string>
     25     <string name="alert_dialog_ok">OK</string>
     26     <string name="alert_dialog_cancel">Cancel</string>
     27     
     28     <string name="initial_text">Initial text.</string>
     29     
     30     <string name="pick_result">Pick a result to send, or BACK to cancel.</string>
     31     <string name="corky">Corky</string>
     32     <string name="violet">Violet</string>
     33     <string name="receive_result_instructions">Press the button to get an activity result, which will be displayed here:</string>
     34     <string name="receive_result_result">Get Result</string>
     35 
     36     <!-- Fragment API -->
     37 
     38     <string name="fragment_alert_dialog_support">Fragment/Alert Dialog</string>
     39 
     40     <string name="fragment_arguments_support">Fragment/Arguments</string>
     41     <string name="fragment_arguments_msg">Demonstrates a fragment that takes arguments
     42         as a Bundle at runtime (on the right) or from attributes in a layout (on the left).</string>
     43     <string name="fragment_arguments_embedded">From Attributes</string>
     44     <string name="fragment_arguments_embedded_land">Landscape Only</string>
     45 
     46     <string name="fragment_custom_animation_support">Fragment/Custom Animation</string>
     47 
     48     <string name="fragment_hide_show_support">Fragment/Hide and Show</string>
     49 
     50     <string name="fragment_context_menu_support">Fragment/Context Menu</string>
     51     <string name="fragment_context_menu_msg">Fragment populating a context
     52             menu; long press the button to see.</string>
     53     <string name="long_press">Long press me</string>
     54 
     55     <string name="fragment_dialog_support">Fragment/Dialog</string>
     56     <string name="show">Show</string>
     57 
     58     <string name="fragment_dialog_or_activity_support">Fragment/Dialog or Activity</string>
     59     <string name="fragment_dialog_or_activity_msg">Demonstrates the same fragment
     60             being shown as a dialog and embedded inside of an activity.</string>
     61     <string name="fragment_dialog_or_activity_inline">Fragment embedded inside
     62             of the activity:</string>
     63 
     64     <string name="fragment_layout_support">Fragment/Layout</string>
     65 
     66     <string name="fragment_list_array_support">Fragment/List Array</string>
     67 
     68     <string name="fragment_menu_support">Fragment/Menu</string>
     69     <string name="fragment_menu_msg">Build menus from two fragments, allowing
     70         you to hide them to remove them..</string>
     71     <string name="fragment1menu">Show fragment 1 menu</string>
     72     <string name="fragment2menu">Show fragment 2 menu</string>
     73 
     74     <string name="fragment_nesting_tabs_support">Fragment/Nesting Tabs</string>
     75 
     76     <string name="fragment_retain_instance_support">Fragment/Retain Instance</string>
     77     <string name="fragment_retain_instance_msg">Current progress of retained fragment;
     78     restarts if fragment is re-created.</string>
     79     <string name="restart">Restart</string>
     80 
     81     <string name="fragment_receive_result_support">Fragment/Receive Result</string>
     82 
     83     <string name="fragment_stack_support">Fragment/Stack</string>
     84     <string name="home">Go home</string>
     85     <string name="new_fragment">Add new</string>
     86     <string name="delete_fragment">Pop top</string>
     87     
     88     <string name="fragment_tabs">Fragment/Tabs</string>
     89 
     90     <string name="fragment_tabs_pager">Fragment/Tabs and Pager</string>
     91 
     92     <string name="fragment_pager_support">Fragment/Pager</string>
     93     <string name="first">First</string>
     94     <string name="last">Last</string>
     95 
     96     <string name="fragment_state_pager_support">Fragment/State Pager</string>
     97 
     98     <string name="loader_cursor_support">Loader/Cursor</string>
     99 
    100     <string name="loader_retained_support">Loader/Retained</string>
    101 
    102     <string name="loader_custom_support">Loader/Custom</string>
    103 
    104     <string name="loader_throttle_support">Loader/Throttle</string>
    105 
    106     <string name="local_service_broadcaster">Content/Local Service Broadcaster</string>
    107 
    108     <string name="local_service_broadcaster_msg">Demonstrates use of LocalBroadcastManager
    109         to communicate from a Service to an Activity.</string>
    110     <string name="start_service">Start Service</string>
    111     <string name="stop_service">Stop Service</string>
    112 
    113     <string name="simple_wakeful_controller">Content/Simple WakefulReceiver</string>
    114 
    115     <string name="simple_wakeful_controller_msg">Demonstrates use of WakefulBroadcastReceiver
    116         to keep the device awake while dispatching a broadcast to a service.</string>
    117     <string name="schedule_wakeful_alarm">Wakeup in 30 seconds</string>
    118     <string name="simple_wakeful_scheduled">Alarm scheduled</string>
    119 
    120     <!-- Accessibility API -->
    121 
    122     <string name="accessibility_manager_title">Accessibility/Accessibility Manager</string>
    123     <string name="accessibility_manager_instructions">
    124         1. Enable TalkBack from Settings->Accessibility.
    125         \n2. Go back to this activity.
    126         \n3. Disable TalkBack from Settings->Accessibility.</string>
    127     <string name="accessibility_manager_no_enabled_services">No enabled accessibility services or API level lower than ICS.</string>
    128     <string name="accessibility_manager_enabled_service">ENABLED ACCESSIBILITY SERVICES:
    129         \n\nService: %1$s\nFeedback: %2$s\nDescription: %3$s\nSettings: %4$s\n</string>
    130     <string name="accessibility_manager_accessibility_state">Accessibility enabled: %1$s</string>
    131 
    132     <string name="accessibility_delegate_title">Accessibility/Accessibility Delegate</string>
    133     <string name="accessibility_delegate_instructions">
    134         1. Enable TalkBack from Settings->Accessibility.
    135         \n2. Go back to this activity.
    136         \n3. Touch the button below.</string>
    137     <string name="accessibility_delegate_button">Button</string>
    138     <string name="accessibility_delegate_custom_text_added">Custom text added via an accessibility delegate.</string>
    139 
    140     <string name="share_text">Share some text</string>
    141     <string name="share_file">Share a file</string>
    142     <string name="share_multiple_file">Share multiple files</string>
    143     <string name="sharing_support_title">App/ShareCompat Demo</string>
    144     <string name="sharing_receiver_title">ShareCompat Receiver</string>
    145 
    146     <string name="file_provider_example">Content/FileProvider example</string>
    147 
    148     <!-- Text API -->
    149 
    150     <string name="without_bidiformatter">Without BidiFormatter:</string>
    151     <string name="with_bidiformatter">With BidiFormatter:</string>
    152     <string name="bidiformatter_support_title">Text/BidiFormatter Demo</string>
    153 
    154     <!-- TransportController -->
    155 
    156     <string name="sample_transport_controller_activity">Media/TransportController</string>
    157 
    158     <string name="drawer_layout_support">Widget/Drawer layout</string>
    159 
    160     <string name="drawer_layout_summary">This activity illustrates the use of sliding drawers. The drawer may be pulled out from the left edge with an edge swipe. If this demo is running on Ice Cream Sandwich or newer you may tap the icon at the left side of the action bar to open the drawer as well.</string>
    161 
    162     <string name="drawer_open">Open navigation drawer</string>
    163     <string name="drawer_close">Close navigation drawer</string>
    164 
    165     <string name="sliding_pane_layout_support">Widget/Sliding pane layout</string>
    166 
    167     <string name="sliding_pane_layout_summary">This activity illustrates the use of sliding panes. The content pane may be slid to one side on narrow devices to reveal the left pane used to select content. Sliding panes can be used to fit a UI intended for wider screens in a smaller space. Tapping the Action Bar\'s Up button at the left side of the bar will navigate up in the hierarchy, represented by the left pane. If you rotate the device to landscape mode, on most devices you will see that both panes fit together side by side with no sliding necessary.</string>
    168 
    169 </resources>
    170