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     <string name="hide">Hide</string>
     58 
     59     <string name="fragment_dialog_or_activity_support">Fragment/Dialog or Activity</string>
     60     <string name="fragment_dialog_or_activity_msg">Demonstrates the same fragment
     61             being shown as a dialog and embedded inside of an activity.</string>
     62     <string name="fragment_dialog_or_activity_inline">Fragment embedded inside
     63             of the activity:</string>
     64 
     65     <string name="fragment_layout_support">Fragment/Layout</string>
     66 
     67     <string name="fragment_list_array_support">Fragment/List Array</string>
     68 
     69     <string name="fragment_menu_support">Fragment/Menu</string>
     70     <string name="fragment_menu_msg">Build menus from two fragments, allowing
     71         you to hide them to remove them..</string>
     72     <string name="fragment1menu">Show fragment 1 menu</string>
     73     <string name="fragment2menu">Show fragment 2 menu</string>
     74 
     75     <string name="fragment_nesting_tabs_support">Fragment/Nesting Tabs</string>
     76 
     77     <string name="fragment_retain_instance_support">Fragment/Retain Instance</string>
     78     <string name="fragment_retain_instance_msg">Current progress of retained fragment;
     79     restarts if fragment is re-created.</string>
     80     <string name="restart">Restart</string>
     81 
     82     <string name="fragment_receive_result_support">Fragment/Receive Result</string>
     83 
     84     <string name="fragment_stack_support">Fragment/Stack</string>
     85     <string name="home">Go home</string>
     86     <string name="new_fragment">Add new</string>
     87     <string name="delete_fragment">Pop top</string>
     88     
     89     <string name="fragment_tabs">Fragment/Tabs</string>
     90 
     91     <string name="fragment_tabs_pager">Fragment/Tabs and Pager</string>
     92 
     93     <string name="fragment_pager_support">Fragment/Pager</string>
     94     <string name="first">First</string>
     95     <string name="last">Last</string>
     96 
     97     <string name="fragment_state_pager_support">Fragment/State Pager</string>
     98 
     99     <string name="loader_cursor_support">Loader/Cursor</string>
    100 
    101     <string name="loader_retained_support">Loader/Retained</string>
    102 
    103     <string name="loader_custom_support">Loader/Custom</string>
    104 
    105     <string name="loader_throttle_support">Loader/Throttle</string>
    106 
    107     <string name="local_service_broadcaster">Content/Local Service Broadcaster</string>
    108 
    109     <string name="local_service_broadcaster_msg">Demonstrates use of LocalBroadcastManager
    110         to communicate from a Service to an Activity.</string>
    111     <string name="start_service">Start Service</string>
    112     <string name="stop_service">Stop Service</string>
    113 
    114     <string name="simple_wakeful_controller">Content/Simple WakefulReceiver</string>
    115 
    116     <string name="simple_wakeful_controller_msg">Demonstrates use of WakefulBroadcastReceiver
    117         to keep the device awake while dispatching a broadcast to a service.</string>
    118     <string name="schedule_wakeful_alarm">Wakeup in 30 seconds</string>
    119     <string name="simple_wakeful_scheduled">Alarm scheduled</string>
    120 
    121     <!-- Accessibility API -->
    122 
    123     <string name="accessibility_manager_title">Accessibility/Accessibility Manager</string>
    124     <string name="accessibility_manager_instructions">
    125         1. Enable TalkBack from Settings->Accessibility.
    126         \n2. Go back to this activity.
    127         \n3. Disable TalkBack from Settings->Accessibility.</string>
    128     <string name="accessibility_manager_no_enabled_services">No enabled accessibility services or API level lower than ICS.</string>
    129     <string name="accessibility_manager_enabled_service">ENABLED ACCESSIBILITY SERVICES:
    130         \n\nService: %1$s\nFeedback: %2$s\nDescription: %3$s\nSettings: %4$s\n</string>
    131     <string name="accessibility_manager_accessibility_state">Accessibility enabled: %1$s</string>
    132 
    133     <string name="accessibility_delegate_title">Accessibility/Accessibility Delegate</string>
    134     <string name="accessibility_delegate_instructions">
    135         1. Enable TalkBack from Settings->Accessibility.
    136         \n2. Go back to this activity.
    137         \n3. Touch the button below.</string>
    138     <string name="accessibility_delegate_button">Button</string>
    139     <string name="accessibility_delegate_custom_text_added">Custom text added via an accessibility delegate.</string>
    140 
    141     <string name="share_text">Share some text</string>
    142     <string name="share_file">Share a file</string>
    143     <string name="share_multiple_file">Share multiple files</string>
    144     <string name="sharing_support_title">App/ShareCompat Demo</string>
    145     <string name="sharing_receiver_title">ShareCompat Receiver</string>
    146 
    147     <string name="file_provider_example">Content/FileProvider example</string>
    148 
    149     <!-- Text API -->
    150 
    151     <string name="without_bidiformatter">Without BidiFormatter:</string>
    152     <string name="with_bidiformatter">With BidiFormatter:</string>
    153     <string name="bidiformatter_support_title">Text/BidiFormatter Demo</string>
    154 
    155     <!-- TransportController -->
    156 
    157     <string name="sample_transport_controller_activity">Media/TransportController</string>
    158 
    159     <string name="drawer_layout_support">Widget/Drawer layout</string>
    160 
    161     <string name="drawer_layout_summary">This activity illustrates the use of sliding drawers. The drawer may be pulled out from the starting edge, which is left on left-to-right locales, with an edge swipe. If this demo is running on Ice Cream Sandwich or newer you may tap the icon at the starting side of the action bar to open the drawer as well.</string>
    162 
    163     <string name="drawer_open">Open navigation drawer</string>
    164     <string name="drawer_close">Close navigation drawer</string>
    165 
    166     <string name="sliding_pane_layout_support">Widget/Sliding pane layout</string>
    167 
    168     <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>
    169 
    170     <!-- ExploreByTouchHelper -->
    171 
    172     <string name="explore_by_touch_helper_support">Widget/Explore by Touch helper</string>
    173     <string name="sample_item_a">Sample item A</string>
    174     <string name="sample_item_b">Sample item B</string>
    175 
    176     <!-- ContentLoadingProgressBar -->
    177     <string name="content_loading_progress_bar">Widget/Content Loading Progress Bar</string>
    178 
    179 </resources>
    180