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">API Demos</string>
     19 
     20     <!-- =============================== -->
     21     <!--  app/activity examples strings  -->
     22     <!-- =============================== -->
     23 
     24     <!-- The "color" attribute is an alias for "fgcolor" and was introduced in API level 18.  -->
     25     <string name="styled_12_hour_clock">MM/<font color="red"><b>dd</b></font>/yy h<font color="#ffff0000"><sup><small>mm</small></sup></font><b>aa</b></string>
     26     <string name="styled_24_hour_clock">MM/<font color="red"><b>dd</b></font>/yy k<font color="#ffff0000"><sup><small>mm</small></sup></font></string>
     27 
     28     <string name="styled_12_hour_clock2">\'Custom font:\' <font color="@android:color/primary_text_holo_dark" face="sans-serif-thin">MM/dd/yy h:mm aa</font></string>
     29     <string name="styled_24_hour_clock2">\'Custom font:\' <font color="@android:color/primary_text_holo_dark" face="sans-serif-thin">MM/dd/yy k:mm</font></string>
     30 
     31     <string name="tabs_1_tab_1">tab1</string>
     32     <string name="tabs_1_tab_2">tab2</string>
     33     <string name="tabs_1_tab_3">tab3</string>
     34 
     35     <string name="activity_hello_world">App/Activity/<b>Hello <i>World</i></b></string>
     36     <string name="hello_world"><b>Hello, <i>World!</i></b></string>
     37 
     38     <string name="activity_dialog">App/Activity/Dialog</string>
     39     <string name="dialog_activity_text">Example of how you can use the
     40             Theme.Dialog theme to make an activity that looks like a
     41             dialog.  It also has lots of text to show how text wrapping (and
     42             corresponding window size adjustment) can happen in a dialog.</string>
     43     <string name="dialog_activity_add">Add content</string>
     44     <string name="dialog_activity_remove">Remove content</string>
     45     <string name="activity_custom_dialog">App/Activity/Custom Dialog</string>
     46     <string name="custom_dialog_activity_text">Example of how you can use a
     47             custom Theme.Dialog theme to make an activity that looks like a
     48             customized dialog, here with an ugly frame.</string>
     49 
     50     <string name="activity_overscan">App/Activity/Overscan</string>
     51 
     52     <string name="quick_contacts_demo">App/Activity/QuickContactsDemo</string>
     53 
     54     <string name="activity_wallpaper">App/Activity/Wallpaper</string>
     55     <string name="activity_setwallpaper">App/Activity/SetWallpaper</string>
     56     <string name="set_wallpaper">Set Wallpaper</string>
     57     <string name="randomize">Randomize</string>
     58 
     59     <string name="activity_screen_orientation">App/Activity/Screen Orientation</string>
     60     <string name="screen_orientation_summary">Demonstrates the available screen
     61         orientation modes.  Often you want to set the desired mode in your manifest
     62         instead of programmatically.</string>
     63     <string name="screen_orientation">Screen Orientation</string>
     64 
     65     <string name="activity_picture_in_picture">App/Activity/Picture in Picture</string>
     66     <string name="activity_max_aspect_ratio_square">App/Activity/Max Aspect Ratio/1:1</string>
     67     <string name="activity_max_aspect_ratio_16to9">App/Activity/Max Aspect Ratio/16:9</string>
     68     <string name="activity_max_aspect_ratio_any">App/Activity/Max Aspect Ratio/Any</string>
     69     <string name="enter_picture_in_picture">Enter picture-in-picture mode</string>
     70 
     71     <string name="activity_translucent">App/Activity/Translucent</string>
     72     <string name="translucent_background">Example of how you can make an
     73             activity have a translucent background, compositing over
     74             whatever is behind it.</string>
     75 
     76     <string name="activity_translucent_blur">App/Activity/Translucent Blur</string>
     77 
     78     <string name="activity_animation">App/Activity/Animation</string>
     79     <string name="activity_animation_msg">Press a button to launch an activity with a custom animation.</string>
     80     <string name="activity_animation_fade">Fade in</string>
     81     <string name="activity_animation_zoom">Zoom in</string>
     82     <string name="activity_modern_animation_fade">Modern fade in</string>
     83     <string name="activity_modern_animation_zoom">Modern zoom in</string>
     84     <string name="activity_scale_up_animation">Scale up</string>
     85     <string name="activity_zoom_thumbnail_animation">Thumbnail zoom</string>
     86     <string name="activity_no_animation">No Animation</string>
     87 
     88     <string name="activity_save_restore">App/Activity/Save &amp; Restore State</string>
     89     <string name="save_restore_msg">Demonstration of saving and restoring activity state in onSaveInstanceState() and onCreate().</string>
     90     <string name="saves_state">This text field saves its state:</string>
     91     <string name="no_saves_state">This text field does not save its state:</string>
     92     <string name="initial_text">Initial text.</string>
     93 
     94     <string name="soft_input_modes">App/Activity/Soft Input Modes</string>
     95     <string name="soft_input_modes_summary">Shows how different soft input modes impact
     96         application resizing due to an input method.</string>
     97     <string name="soft_input_modes_label">Resize mode: </string>
     98     <string name="soft_input_modes_content">This is a part of the application\'s UI that
     99         can resize to adjust for the IME.</string>
    100     <string name="soft_input_modes_initial_text">Text editor.\n\nTap to show the IME,
    101         which will cause this window to resize as requested.</string>
    102 
    103     <string name="activity_persistent">App/Activity/Persistent State</string>
    104     <string name="persistent_msg">Demonstration of persistent activity state with getPreferences(0).edit() and getPreferences(0).</string>
    105 
    106     <string name="activity_recreate">App/Activity/Recreate</string>
    107     <string name="activity_recreate_msg">Demonstration recreating an activity, to have
    108         it reconstructed with significant new changes.  In this case the theme is changed.</string>
    109     <string name="recreate">Recreate</string>
    110 
    111     <string name="activity_finish_affinity">App/Activity/Finish Affinity</string>
    112 
    113     <string name="activity_receive_result">App/Activity/Receive Result</string>
    114     <string name="pick_result">Pick a result to send, or BACK to cancel.</string>
    115     <string name="corky">Corky</string>
    116     <string name="violet">Violet</string>
    117 
    118     <string name="activity_forwarding">App/Activity/Forwarding</string>
    119     <string name="forwarding">Press the button to go forward to the next activity.  This activity will stop, so you will no longer see it when going back.</string>
    120     <string name="go">Go</string>
    121     <string name="forward_target">Press back button and notice we don\'t see the previous activity.</string>
    122 
    123     <string name="activity_redirect">App/Activity/Redirection</string>
    124     <string name="redirect_enter">Press the button to start the example.  The next activity will conditionally redirect to another activity to collect data from the user.</string>
    125     <string name="redirect_main">You now see the main activity running normally because the user text has been set to:</string>
    126     <string name="clear_text">Clear and Exit</string>
    127     <string name="new_text">New Text</string>
    128     <string name="redirect_getter">Enter the text that will be used by the main activity.  Press back to cancel.</string>
    129     <string name="apply">Apply</string>
    130 
    131     <string name="activity_presentation">App/Activity/Presentation</string>
    132     <string name="presentation_activity_text">This activity demonstrates how to use a
    133                   Presentation and the DisplayManager to show content on other Displays.\n
    134                   Try connecting a secondary display and watch what happens.\n
    135                   Selecting a Display will open a Presentation on it.</string>
    136     <string name="presentation_show_all_displays">Show all displays</string>
    137     <string name="presentation_photo_text">Showing photo #%1$d on display #%2$d: %3$s.</string>
    138     <string name="presentation_info_text">Info</string>
    139     <string name="presentation_display_id_text">Display #%1$d: %2$s</string>
    140     <string name="presentation_alert_info_text">Display #%1$d Info</string>
    141     <string name="presentation_alert_dismiss_text">OK</string>
    142 
    143     <string name="activity_presentation_with_media_router">App/Activity/Presentation with Media Router</string>
    144     <string name="presentation_with_media_router_activity_text">This activity demonstrates how to
    145                   use a Presentation and the MediaRouter to automatically
    146                   show content on a secondary display when available based on the currently
    147                   selected media route.\n
    148                   Try connecting a secondary display and watch what happens.</string>
    149     <string name="presentation_with_media_router_play_on">Play on...</string>
    150     <string name="presentation_with_media_router_now_playing_locally">Now playing on main display \'%s\'.</string>
    151     <string name="presentation_with_media_router_now_playing_remotely">Now playing on secondary display \'%s\'.</string>
    152 
    153     <string name="activity_secure_window">App/Activity/Secure Surfaces/Secure Window</string>
    154     <string name="secure_window_activity_text">This activity demonstrates how to make an activity
    155             use a secure surface so that its contents will only be visible on secure displays.
    156             The activity\'s window has been marked with FLAG_SECURE to make it use a secure surface.
    157             Consequently, the contents of the activity will not appear in screenshots and will not
    158             be mirrored to non-secure displays.\n
    159             \n
    160             I am a secure activity!</string>
    161 
    162     <string name="activity_secure_dialog">App/Activity/Secure Surfaces/Secure Dialog</string>
    163     <string name="secure_dialog_activity_text">This activity demonstrates how to make a dialog use
    164             a secure surface so that its contents will only be visible on secure displays.
    165             The dialog\'s window has been marked with FLAG_SECURE to make it use a secure surface.
    166             Consequently, the contents of the dialog will not appear in screenshots and will not
    167             be mirrored to non-secure displays.</string>
    168     <string name="secure_dialog_show_button">Show secure dialog</string>
    169     <string name="secure_dialog_dialog_text">I am a secure dialog!</string>
    170 
    171     <string name="activity_secure_surface_view">App/Activity/Secure Surfaces/Secure Surface View</string>
    172     <string name="secure_surface_view_activity_text">This activity demonstrates how to make a
    173             SurfaceView use a secure surface so that its contents will only be visible on
    174             secure displays.
    175             The surface view\'s window has been made secure using setSecure(true) to make it use
    176             a secure surface.  Consequently, the contents of the surface view will not appear in
    177             screenshots and will not be mirrored to non-secure displays.</string>
    178 
    179     <string name="fragment_alert_dialog">App/Fragment/Alert Dialog</string>
    180 
    181     <string name="fragment_arguments">App/Fragment/Arguments</string>
    182     <string name="fragment_arguments_msg">Demonstrates a fragment that takes arguments
    183         as a Bundle at runtime (on the right) or from attributes in a layout (on the left).</string>
    184     <string name="fragment_arguments_embedded">From Attributes</string>
    185     <string name="fragment_arguments_embedded_land">Landscape Only</string>
    186 
    187     <string name="fragment_arguments_fragment_msg">Demonstrates two embedded fragments
    188         that are instantiated with arguments.</string>
    189 
    190     <string name="fragment_custom_animations">App/Fragment/Custom Animations</string>
    191 
    192     <string name="fragment_hide_show">App/Fragment/Hide and Show</string>
    193 
    194     <string name="fragment_context_menu">App/Fragment/Context Menu</string>
    195     <string name="fragment_context_menu_msg">Fragment populating a context
    196             menu; long press the button to see.</string>
    197     <string name="long_press">Long press me</string>
    198 
    199     <string name="fragment_dialog">App/Fragment/Dialog</string>
    200     <string name="show">Show</string>
    201 
    202     <string name="fragment_dialog_or_activity">App/Fragment/Dialog or Activity</string>
    203     <string name="fragment_dialog_or_activity_msg">Demonstrates the same fragment
    204             being shown as a dialog and embedded inside of an activity.</string>
    205     <string name="fragment_dialog_or_activity_inline">Fragment embedded inside
    206             of the activity:</string>
    207 
    208     <string name="fragment_layout">App/Fragment/Layout</string>
    209 
    210     <string name="fragment_list_array">App/Fragment/List Array</string>
    211 
    212     <string name="fragment_menu">App/Fragment/Menu</string>
    213     <string name="fragment_menu_msg">Build menus from two fragments, allowing
    214         you to hide them to remove them..</string>
    215     <string name="fragment1menu">Show fragment 1 menu</string>
    216     <string name="fragment2menu">Show fragment 2 menu</string>
    217 
    218     <string name="fragment_nesting_tabs">App/Fragment/Nesting Tabs</string>
    219 
    220     <string name="fragment_retain_instance">App/Fragment/Retain Instance</string>
    221     <string name="fragment_retain_instance_msg">Current progress of retained fragment;
    222     restarts if fragment is re-created.</string>
    223     <string name="restart">Restart</string>
    224 
    225     <string name="fragment_receive_result">App/Fragment/Receive Result</string>
    226 
    227     <string name="fragment_stack">App/Fragment/Stack</string>
    228     <string name="new_fragment">Push</string>
    229     <string name="delete_fragment">Pop</string>
    230 
    231     <string name="first">First</string>
    232     <string name="last">Last</string>
    233 
    234     <string name="fragment_tabs">App/Fragment/Tabs</string>
    235 
    236     <string name="loader_cursor">App/Loader/Cursor</string>
    237 
    238     <string name="loader_retained">App/Loader/Retained</string>
    239 
    240     <string name="loader_custom">App/Loader/Custom</string>
    241 
    242     <string name="loader_throttle">App/Loader/Throttle</string>
    243 
    244     <string name="activity_menu">App/Activity/Menu</string>
    245     <string name="open_menu">Open menu</string>
    246     <string name="close_menu">Close menu</string>
    247     <string name="toggle_scenery">Toggle scenery</string>
    248     <string name="toggle_dogs">Toggle dogs</string>
    249     <string name="long_click_for_context_menu">Long click for context menu</string>
    250 
    251     <string name="local_service_started">Local service has started</string>
    252     <string name="local_service_stopped">Local service has stopped</string>
    253     <string name="local_service_label">Sample Local Service</string>
    254 
    255     <string name="activity_local_service_controller">App/Service/Local Service Controller</string>
    256     <string name="local_service_controller">This demonstrates how you can implement persistent services that
    257         may be started and stopped as desired.</string>
    258     <string name="start_service">Start Service</string>
    259     <string name="stop_service">Stop Service</string>
    260 
    261     <string name="activity_local_service_binding">App/Service/Local Service Binding</string>
    262     <string name="local_service_binding">This demonstrates how you can connect with a persistent
    263         service.  Notice how it automatically starts for you, and play around with the
    264         interaction between this and Local Service Controller.</string>
    265     <string name="bind_service">Bind Service</string>
    266     <string name="unbind_service">Unbind Service</string>
    267     <string name="local_service_connected">Connected to local service</string>
    268     <string name="local_service_disconnected">Disconnected from local service</string>
    269 
    270     <string name="activity_messenger_service_binding">App/Service/Messenger Service</string>
    271     <string name="messenger_service_binding">This demonstrates how you can communicate with
    272         a remote service using Messenger.</string>
    273 
    274     <string name="remote_service_started">Remote service has started</string>
    275     <string name="remote_service_stopped">Remote service has stopped</string>
    276     <string name="remote_service_label">Sample Remote Service</string>
    277 
    278     <string name="activity_remote_service_controller">App/Service/Remote Service Controller</string>
    279     <string name="remote_service_controller">This demonstrates how you can implement persistent services
    280         running in a separate process that may be started and stopped as desired.</string>
    281 
    282     <string name="activity_remote_service_binding">App/Service/Remote Service Binding</string>
    283     <string name="remote_service_binding">This demonstrates how you can connect with a persistent
    284         service running in another process.  Use the kill button to see what happens when
    285         the process crashes.</string>
    286     <string name="kill_process">Kill Process</string>
    287     <string name="remote_service_connected">Connected to remote service</string>
    288     <string name="remote_service_disconnected">Disconnected from remote service</string>
    289     <string name="remote_service_unbind_disconn">Unbinding due to disconnect</string>
    290     <string name="remote_call_failed">Failure calling remote service</string>
    291 
    292     <string name="activity_remote_service_binding_options">App/Service/Remote Service Binding Options</string>
    293 
    294     <string name="service_start_arguments_label">Sample Service Start Arguments
    295     </string>
    296 
    297     <string name="activity_service_start_arguments_controller">App/Service/Service
    298         Start Arguments Controller
    299     </string>
    300     <string name="service_start_arguments_controller">This demonstrates how
    301         service can be started with arguments, and run until all arguments are
    302         processed.
    303     </string>
    304     <string name="start1_service">Start \"One\" no redeliver</string>
    305     <string name="start2_service">Start \"Two\" no redeliver</string>
    306     <string name="start3_service">Start \"Three\" w/redeliver</string>
    307     <string name="startfail_service">Start failed delivery</string>
    308     <string name="service_created">Service created.</string>
    309     <string name="service_destroyed">Service destroyed.</string>
    310 
    311     <string name="job_work_service_label">Job Work Service</string>
    312 
    313     <string name="activity_job_work_service">App/Job/Job Work Service Controller</string>
    314     <string name="job_work_service_controller">This demonstrates how
    315         work can be enqueued and executed by a job, running work in the job until
    316         everything is complete.
    317     </string>
    318     <string name="enqueue1_job">Enqueue \"One\"</string>
    319     <string name="enqueue2_job">Enqueue \"Two\"</string>
    320     <string name="enqueue3_job">Enqueue \"Three\"</string>
    321     <string name="job_service_created">JobService created.</string>
    322     <string name="job_service_destroyed">JobService destroyed.</string>
    323 
    324     <string name="foreground_service_started">Service is in the foreground</string>
    325     <string name="foreground_service_label">Sample Foreground Service</string>
    326 
    327     <string name="activity_foreground_service_controller">App/Service/Foreground Service Controller</string>
    328     <string name="foreground_service_controller">This demonstrates how you can
    329             implement services that run in the foreground when needed.</string>
    330     <string name="start_service_foreground">Start Service Foreground</string>
    331     <string name="start_service_foreground_wakelock">Start Service Foreground w/Wakelock</string>
    332     <string name="start_service_background">Start Service Background</string>
    333     <string name="start_service_background_wakelock">Start Service Background w/Wakelock</string>
    334     <string name="start_service_foreground_2">Start Service Foreground 2</string>
    335     <string name="start_service_foreground_2_alarm">Start Service Foreground 2 Via Alarm</string>
    336 
    337     <string name="activity_isolated_service_controller">App/Service/Isolated Service Controller</string>
    338     <string name="isolated_service_controller">This demonstrates the use of android:isolatedProcess
    339             with services.  There are two services, which can be independently controlled; they will
    340             each run in their own isolated process</string>
    341     <string name="start_service_1">Start Service 1</string>
    342     <string name="stop_service_1">Stop Service 1</string>
    343     <string name="bind_service_1">Bind Service 1</string>
    344     <string name="start_service_2">Start Service 2</string>
    345     <string name="stop_service_2">Stop Service 2</string>
    346     <string name="bind_service_2">Bind Service 2</string>
    347     <string name="isolated_service_1_started">Isolated service 1 has started</string>
    348     <string name="isolated_service_1_stopped">Isolated service 1 has stopped</string>
    349     <string name="isolated_service_1_label">Sample Isolated Service 1</string>
    350 
    351     <string name="one_shot_received">The one-shot alarm has gone off</string>
    352     <string name="repeating_received">The repeating alarm has gone off</string>
    353 
    354     <string name="activity_alarm_controller">App/Alarm/Alarm Controller</string>
    355     <string name="alarm_controller">This demonstrates how to schedule and handle
    356         one-shot and repeating alarms.</string>
    357     <string name="one_shot_alarm">One Shot Alarm</string>
    358     <string name="one_shot_while_idle_alarm">One Shot While-Idle Alarm</string>
    359     <string name="start_repeating_alarm">Start Repeating Alarm</string>
    360     <string name="stop_repeating_alarm">Stop Repeating Alarm</string>
    361     <string name="one_shot_scheduled">One-shot alarm will go off in 30 seconds based on
    362         the real time clock.  Try changing the current time before then!</string>
    363     <string name="repeating_scheduled">Repeating alarm will go off in 15 seconds and
    364         every 15 seconds after based on the elapsed realtime clock</string>
    365     <string name="repeating_unscheduled">Repeating alarm has been unscheduled</string>
    366 
    367     <string name="alarm_service_started">The alarm service has started running</string>
    368     <string name="alarm_service_finished">The alarm service has finished running</string>
    369     <string name="alarm_service_label">Sample Alarm Service</string>
    370 
    371     <string name="activity_alarm_service">App/Alarm/Alarm Service</string>
    372     <string name="alarm_service">This demonstrates how to schedule a repeating
    373         alarm that will initiate a long-lived operation through a service.</string>
    374     <string name="start_alarm_service">Start Alarm Service</string>
    375     <string name="stop_alarm_service">Stop Alarm Service</string>
    376     <string name="alarm_service_scheduled">Alarm service will run now, and then every
    377         30 seconds for 15 seconds</string>
    378     <string name="alarm_service_unscheduled">Alarm service has been unscheduled</string>
    379 
    380     <string name="activity_local_sample">App/Instrumentation/Local Sample</string>
    381     <string name="local_sample">This demonstrates an Instrumentation that runs against
    382         one of our own classes.  Note that this activity will be killed as
    383         a side-effect of starting instrumentation on its own application.</string>
    384 
    385     <string name="activity_contacts_filter">App/Instrumentation/Contacts Filter</string>
    386     <string name="contacts_filter">This demonstrates an Instrumentation package that
    387         launches the contacts list and simulates user events to filter it.</string>
    388 
    389     <string name="pick_image_label">App/Activity/PickImage</string>
    390     <string name="pick_image">Pick Image</string>
    391 
    392     <string name="short_notification_text">Short notification</string>
    393     <string name="long_notification_text">This is a long notification.  See, you might need a second more to read it.</string>
    394     <string name="status_bar_notification_title">Sample Notification</string>
    395 
    396     <string name="notifying_service_controller">This service will update a status bar notification
    397                   every 5 seconds for a minute</string>
    398 
    399     <string name="notification_background_service">This shows how you can use a notification to
    400         send a broadcast and allow you to start a service even if your app is in the
    401         background.</string>
    402     <string name="notify_bg">Post notification</string>
    403     <string name="notification_background_label">Notification to background</string>
    404 
    405     <string name="activity_custom_title">App/Activity/Custom Title</string>
    406     <string name="custom_title_left">Left is best</string>
    407     <string name="custom_title_right">Right is always right</string>
    408     <string name="custom_title_left_button">Change Left</string>
    409     <string name="custom_title_right_button">Change Right</string>
    410 
    411     <string name="activity_reorder">App/Activity/Reorder Activities</string>
    412     <string name="reorder_on_launch">This is the first of a sequence of four Activities.  A button on the fourth will use the Intent.FLAG_ACTIVITY_REORDER_TO_FRONT flag to bring the second of the activities to the front of the history stack. After that, proceeding back through the history should begin with the newly-frontmost second reorder activity, then the fourth, the third, and finally the first.</string>
    413     <string name="reorder_launch_two">Go to the second</string>
    414     <string name="reorder_two_text">This is the second in a sequence of four Activities.</string>
    415     <string name="reorder_launch_three">Go to the third</string>
    416     <string name="reorder_three_text">This is the third of a sequence of four Activities.</string>
    417     <string name="reorder_launch_four">Go to the fourth</string>
    418     <string name="reorder_four_text">This is the last in a sequence of four Activities.</string>
    419     <string name="reorder_second_to_front">Bring the second in front</string>
    420 
    421     <string name ="activity_rotation_animation">App/Activity/Rotation Animation</string>
    422 
    423     <string name="menu_from_xml_title">App/Menu/Inflate from XML</string>
    424     <string name="menu_from_xml_instructions_press_menu">Select a menu resource and press the menu key.</string>
    425     <string name="menu_from_xml_instructions_go_back">If you want to choose another menu resource, go back and re-run this activity.</string>
    426 
    427     <string name="voice_recognition">App/Voice Recognition</string>
    428     <string name="supported_languages">Supported languages</string>
    429     <string name="language_preference">Voice Search in Settings</string>
    430 
    431     <string name="text_to_speech">App/Text-To-Speech</string>
    432     <string name="again">Again</string>
    433 
    434     <string name="app_update_received">ApiDemos has been updated!</string>
    435 
    436     <!-- ============================== -->
    437     <!--  app/content examples strings  -->
    438     <!-- ============================== -->
    439 
    440     <string name="activity_clipboard">Content/Clipboard/Data Types</string>
    441     <string name="copy_text">Copy Text</string>
    442     <string name="copy_intent">Copy Intent</string>
    443     <string name="copy_uri">Copy URI</string>
    444     <string name="clip_type_prompt">Clip Type</string>
    445 
    446     <string name="activity_external_storage">Content/Storage/External Storage</string>
    447     <string name="create">Create</string>
    448     <string name="delete">Delete</string>
    449 
    450     <string name="activity_styled_text">Content/Resources/<i>Styled</i> <b>Text</b></string>
    451     <string name="styled_text_rsrc">Initialized from a resource:</string>
    452     <string name="styled_text">Plain, <b>bold</b>, <i>italic</i>, <b><i>bold-italic</i></b></string>
    453     <string name="styled_text_prog">Assigned programmatically:</string>
    454 
    455     <string name="activity_text_undo">Content/Undo</string>
    456     <string name="text_undo_default_edit_msg">TextView with the default Control-Z undo behavior.</string>
    457     <string name="text_undo_set_text">SetText</string>
    458     <string name="text_undo_append_text">Append</string>
    459     <string name="text_undo_insert_text">Insert</string>
    460     <string name="text_undo_undo_disabled_msg">TextView with undo disabled.</string>
    461     <string name="text_undo_length_limit_msg">TextView with a length limit InputFilter.</string>
    462     <string name="text_undo_credit_card_msg">Credit card input field with a TextWatcher.</string>
    463 
    464     <string name="activity_resources_layout_reference">Content/Resources/Layout Reference</string>
    465     <string name="resources_layout_reference_description">Shows how to write layout
    466         resource references, so that you can define multiple different configurations of
    467         a layout resource that refer to one actual XML definition.</string>
    468     <string name="resources_layout_reference_default">Default layout</string>
    469     <string name="resources_layout_reference_tablet">Tablet layout</string>
    470 
    471     <string name="activity_resources_width_and_height">Content/Resources/Width and Height</string>
    472     <string name="resources_width_and_height_description">The layouts below use -wNNNdp and
    473         -hNNNdp to select between different versions based on the size of the screen.</string>
    474 
    475     <string name="activity_resources_smallest_width">Content/Resources/Smallest Width</string>
    476     <string name="resources_smallest_width_description">The layouts below use -swNNNdp
    477         to select between different versions based on the size of the screen.</string>
    478 
    479     <string name="activity_read_asset">Content/Assets/Read Asset</string>
    480 
    481     <string name="activity_themes">Content/Resources/Themes</string>
    482     <string name="activity_resources">Content/Resources/Resources</string>
    483 
    484     <string name="activity_pick_contact">Content/Provider/Pick Contact</string>
    485     <string name="pick_contact_msg">Invoke Contacts to pick various kinds of
    486         contact data.  None of these require that the caller hold the
    487         READ_CONTACTS permission.</string>
    488     <string name="pick_contact">Pick a Contact</string>
    489     <string name="pick_person">Pick a Person</string>
    490     <string name="pick_phone">Pick a Phone</string>
    491     <string name="pick_address">Pick an Address</string>
    492 
    493     <string name="activity_share_content">Content/Provider/Share Content</string>
    494     <string name="share_content_msg">Share private data of the app by granting access
    495         to a specific URI in its content provider.</string>
    496     <string name="share_image">Share Image</string>
    497 
    498     <string name="activity_changed_contact">Content/Provider/Changed Contacts</string>
    499 
    500     <string name="activity_media_content_observer">Content/Provider/Media Content Observer</string>
    501 
    502     <string name="activity_install_apk">Content/Packages/Install Apk</string>
    503     <string name="activity_install_apk_session_api">Content/Packages/Install Apk using Session API</string>
    504 
    505     <string name="ir_send">Send IR</string>
    506     <string name="ir_get_freqs">Get Carrier Frequencies</string>
    507 
    508     <string name="activity_documents">Content/Storage/Documents</string>
    509 
    510     <!-- ============================== -->
    511     <!--  app/intents examples strings     -->
    512     <!-- ============================== -->
    513 
    514     <string name="activity_intents">App/Activity/Intents</string>
    515     <string name="intents">Example of launching various Intents.</string>
    516     <string name="get_music">Get Music</string>
    517     <string name="get_image">Get Image</string>
    518     <string name="get_stream">Get Stream</string>
    519 
    520     <!-- ============================== -->
    521     <!--  app/intents activity flags examples strings     -->
    522     <!-- ============================== -->
    523 
    524     <string name="activity_intent_activity_flags">App/Activity/Intent Activity Flags</string>
    525     <string name="intent_activity_flags">Example of the use of various intent activity flags.</string>
    526     <string name="flag_activity_clear_task">FLAG_ACTIVITY_CLEAR_TASK</string>
    527     <string name="flag_activity_clear_task_pi">FLAG_ACTIVITY_CLEAR_TASK (PI)</string>
    528 
    529     <!-- =================================== -->
    530     <!--  app/notification examples strings  -->
    531     <!-- =================================== -->
    532 
    533     <string name="short_notification">Short notification.</string>
    534     <string name="long_notification">Long notification.</string>
    535     <string name="short_top_notification">Short top.</string>
    536     <string name="short_bottom_notification">Short bottom.</string>
    537     <string name="short_center_notification">Short center.</string>
    538     <string name="short_left_notification">Short left.</string>
    539     <string name="short_right_notification">Short right.</string>
    540     <string name="custom_notification">Custom Notification:</string>
    541     <string name="custom_notification_button">With a Button</string>
    542 
    543     <string name="status_bar_notifications_icons_only">Icons only</string>
    544     <string name="status_bar_notifications_icons_and_marquee">Icons and marquee</string>
    545     <string name="status_bar_notifications_remote_views">Use remote views in balloon</string>
    546     <string name="status_bar_notifications_defaults">Use default values where applicable</string>
    547     <string name="status_bar_notifications_happy">:-)</string>
    548     <string name="status_bar_notifications_ok">:-|</string>
    549     <string name="status_bar_notifications_sad">:-(</string>
    550     <string name="status_bar_notifications_happy_message">I am happy</string>
    551     <string name="status_bar_notifications_ok_message">I am ok</string>
    552     <string name="status_bar_notifications_sad_message">I am sad</string>
    553     <string name="status_bar_notifications_clear">Clear notification</string>
    554     <string name="status_bar_notifications_mood_title">Mood ring</string>
    555     <string name="status_bar_notifications_default_sound">Sound</string>
    556     <string name="status_bar_notifications_default_vibrate">Vibrate</string>
    557     <string name="status_bar_notifications_default_all">All</string>
    558 
    559     <!-- ============================== -->
    560     <!--  app/dialog examples strings  -->
    561     <!-- ============================== -->
    562 
    563     <string name="activity_alert_dialog">App/Alert Dialogs</string>
    564     <string name="alert_dialog_two_buttons">OK Cancel dialog with a message</string>
    565     <string name="alert_dialog_two_buttons_old_school">OK Cancel dialog with traditional theme</string>
    566     <string name="alert_dialog_two_buttons_holo_light">OK Cancel dialog with Holo Light theme</string>
    567     <string name="alert_dialog_two_buttons_default_light">OK Cancel dialog with DeviceDefault Light theme</string>
    568     <string name="alert_dialog_two_buttons_default_dark">OK Cancel dialog with DeviceDefault theme</string>
    569     <string name="alert_dialog_two_buttons2">OK Cancel dialog with a long message</string>
    570     <string name="alert_dialog_two_buttons2ultra">OK Cancel dialog with ultra long message</string>
    571     <string name="alert_dialog_select_button">List dialog</string>
    572     <string name="alert_dialog_single_choice">Single choice list</string>
    573     <string name="alert_dialog_multi_choice">Repeat alarm</string>
    574     <string name="alert_dialog_multi_choice_cursor">Send Call to VoiceMail</string>
    575     <string name="alert_dialog_progress_button">Progress bar dialog</string>
    576     <string name="alert_dialog_progress_spinner_button">Progress spinner dialog</string>
    577     <string name="alert_dialog_text_entry">Text Entry dialog</string>
    578     <string name="alert_dialog_username">Name:</string>
    579     <string name="alert_dialog_password">Password:</string>
    580     <string name="alert_dialog_two_buttons_title">
    581         Lorem ipsum dolor sit aie consectetur adipiscing\nPlloaso mako nuto
    582         siwuf cakso dodtos anr koop.
    583     </string>
    584     <string name="alert_dialog_two_buttons_msg">Header title</string>
    585     <string name="alert_dialog_two_buttons2_msg">
    586         Plloaso mako nuto siwuf cakso dodtos anr koop a
    587         cupy uf cak vux noaw yerw phuno. Whag schengos, uf efed, quiel
    588         ba mada su otrenzr.\n\nSwipontgwook proudgs hus yag su ba dagarmidad.
    589         Plasa maku noga wipont trenzsa schengos ent kaap zux comy.\n\nWipont trenz
    590         kipg naar mixent phona. Cak pwico siructiun
    591         ruous nust apoply tyu cak Uhex sisulutiun munityuw uw dseg
    592     </string>
    593     <string name="alert_dialog_two_buttons2ultra_msg">
    594         Plloaso mako nuto siwuf cakso dodtos anr koop a
    595         cupy uf cak vux noaw yerw phuno. Whag schengos, uf efed, quiel
    596         ba mada su otrenzr.\n\nSwipontgwook proudgs hus yag su ba dagarmidad.
    597         Plasa maku noga wipont trenzsa schengos ent kaap zux comy.\n\nWipont trenz
    598         kipg naar mixent phona. Cak pwico siructiun
    599         ruous nust apoply tyu cak Uhex sisulutiun munityuw uw dseg\n\n
    600         Plloaso mako nuto siwuf cakso dodtos anr koop a
    601         cupy uf cak vux noaw yerw phuno. Whag schengos, uf efed, quiel
    602         ba mada su otrenzr.\n\nSwipontgwook proudgs hus yag su ba dagarmidad.
    603         Plasa maku noga wipont trenzsa schengos ent kaap zux comy.\n\nWipont trenz
    604         kipg naar mixent phona. Cak pwico siructiun
    605         ruous nust apoply tyu cak Uhex sisulutiun munityuw uw dseg\n\n
    606         Plloaso mako nuto siwuf cakso dodtos anr koop a
    607         cupy uf cak vux noaw yerw phuno. Whag schengos, uf efed, quiel
    608         ba mada su otrenzr.\n\nSwipontgwook proudgs hus yag su ba dagarmidad.
    609         Plasa maku noga wipont trenzsa schengos ent kaap zux comy.\n\nWipont trenz
    610         kipg naar mixent phona. Cak pwico siructiun
    611         ruous nust apoply tyu cak Uhex sisulutiun munityuw uw dseg\n\n
    612         Plloaso mako nuto siwuf cakso dodtos anr koop a
    613         cupy uf cak vux noaw yerw phuno. Whag schengos, uf efed, quiel
    614         ba mada su otrenzr.\n\nSwipontgwook proudgs hus yag su ba dagarmidad.
    615         Plasa maku noga wipont trenzsa schengos ent kaap zux comy.\n\nWipont trenz
    616         kipg naar mixent phona. Cak pwico siructiun
    617         ruous nust apoply tyu cak Uhex sisulutiun munityuw uw dseg\n\n
    618         Plloaso mako nuto siwuf cakso dodtos anr koop a
    619         cupy uf cak vux noaw yerw phuno. Whag schengos, uf efed, quiel
    620         ba mada su otrenzr.\n\nSwipontgwook proudgs hus yag su ba dagarmidad.
    621         Plasa maku noga wipont trenzsa schengos ent kaap zux comy.\n\nWipont trenz
    622         kipg naar mixent phona. Cak pwico siructiun
    623         ruous nust apoply tyu cak Uhex sisulutiun munityuw uw dseg\n\n
    624         Plloaso mako nuto siwuf cakso dodtos anr koop a
    625         cupy uf cak vux noaw yerw phuno. Whag schengos, uf efed, quiel
    626         ba mada su otrenzr.\n\nSwipontgwook proudgs hus yag su ba dagarmidad.
    627         Plasa maku noga wipont trenzsa schengos ent kaap zux comy.\n\nWipont trenz
    628         kipg naar mixent phona. Cak pwico siructiun
    629         ruous nust apoply tyu cak Uhex sisulutiun munityuw uw dseg\n\n
    630     </string>
    631     <string name="alert_dialog_ok">OK</string>
    632     <string name="alert_dialog_hide">Hide</string>
    633     <string name="alert_dialog_something">Something</string>
    634     <string name="alert_dialog_cancel">Cancel</string>
    635     <string name="alert_dialog_progress_text1">34<xliff:g id="percent">%</xliff:g></string>
    636     <string name="alert_dialog_progress_text2">145/305 KB</string>
    637 
    638     <string name="select_dialog">Header title</string>
    639     <string name="select_dialog_show">List dialog</string>
    640 
    641     <!-- ============================== -->
    642     <!--  app/menu examples strings     -->
    643     <!-- ============================== -->
    644 
    645     <string name="last_most_often">Last most often</string>
    646     <string name="middle_most_often">Middle most often</string>
    647     <string name="first_most_often">First most often</string>
    648     <string name="last_least_often">Last least often</string>
    649     <string name="middle_least_often">Middle least often</string>
    650     <string name="first_least_often">First least often</string>
    651     <string name="item_1">Item 1</string>
    652     <string name="item_2">Item 2</string>
    653     <string name="item_3">Item 3</string>
    654     <string name="browser_visibility">Browser visibility</string>
    655     <string name="browser_refresh">Refresh</string>
    656     <string name="browser_bookmark">Bookmark</string>
    657     <string name="email_visibility">Email visibility</string>
    658     <string name="email_reply">Reply</string>
    659     <string name="email_forward">Forward</string>
    660     <string name="jump">Jump</string>
    661     <string name="dive">Dive</string>
    662 
    663     <!-- ============================== -->
    664     <!--  app/menu examples strings     -->
    665     <!-- ============================== -->
    666 
    667     <string name="preferences_from_xml">Preference/1. Preferences from XML</string>
    668     <string name="launching_preferences">Preference/2. Launching preferences</string>
    669     <string name="preference_dependencies">Preference/3. Preference dependencies</string>
    670     <string name="default_values">Preference/4. Default values</string>
    671     <string name="preferences_from_code">Preference/5. Preferences from code</string>
    672     <string name="advanced_preferences">Preference/6. Advanced preferences</string>
    673     <string name="fragment_preferences">Preference/7. Fragment</string>
    674     <string name="preference_with_headers">Preference/8. Headers</string>
    675     <string name="switch_preference">Preference/9. Switch</string>
    676 
    677     <string name="launch_preference_activity">Launch PreferenceActivity</string>
    678     <string name="counter_value_is">The counter value is</string>
    679 
    680     <string name="inline_preferences">In-line preferences</string>
    681     <string name="dialog_based_preferences">Dialog-based preferences</string>
    682     <string name="launch_preferences">Launch preferences</string>
    683     <string name="preference_attributes">Preference attributes</string>
    684 
    685     <string name="title_checkbox_preference">Checkbox preference</string>
    686     <string name="summary_checkbox_preference">This is a checkbox</string>
    687 
    688     <string name="title_switch_preference">Switch preference</string>
    689     <string name="summary_switch_preference">This is a switch</string>
    690     <string name="summary_switch_preference_yes_no">This is a switch with custom text</string>
    691 
    692     <string name="title_yesno_preference">Yes or no preference</string>
    693     <string name="summary_yesno_preference">An example that uses a yes/no dialog</string>
    694     <string name="dialog_title_yesno_preference">Do you like bananas?</string>
    695 
    696     <string name="title_edittext_preference">Edit text preference</string>
    697     <string name="summary_edittext_preference">An example that uses an edit text dialog</string>
    698     <string name="dialog_title_edittext_preference">Enter your favorite animal</string>
    699 
    700     <string name="title_list_preference">List preference</string>
    701     <string name="summary_list_preference">An example that uses a list dialog</string>
    702     <string name="dialog_title_list_preference">Choose one</string>
    703 
    704     <string name="title_screen_preference">Screen preference</string>
    705     <string name="summary_screen_preference">Shows another screen of preferences</string>
    706 
    707     <string name="title_fragment_preference">Fragment preference</string>
    708     <string name="summary_fragment_preference">Shows another fragment of preferences</string>
    709 
    710     <string name="title_next_screen_toggle_preference">Toggle preference</string>
    711     <string name="summary_next_screen_toggle_preference">Preference that is on the next screen but same hierarchy</string>
    712 
    713     <string name="title_intent_preference">Intent preference</string>
    714     <string name="summary_intent_preference">Launches an Activity from an Intent</string>
    715 
    716     <string name="title_my_preference">My preference</string>
    717     <string name="summary_my_preference">This is a custom counter preference</string>
    718 
    719     <string name="title_advanced_toggle_preference">Haunted preference</string>
    720     <string name="summary_on_advanced_toggle_preference">I\'m on! :)</string>
    721     <string name="summary_off_advanced_toggle_preference">I\'m off! :(</string>
    722 
    723     <string name="title_parent_preference">Parent checkbox preference</string>
    724     <string name="summary_parent_preference">This is visually a parent</string>
    725     <string name="title_child_preference">Child checkbox preference</string>
    726     <string name="summary_child_preference">This is visually a child</string>
    727 
    728     <string name="example_preference_dependency">Example preference dependency</string>
    729     <string name="title_wifi">WiFi</string>
    730     <string name="title_wifi_settings">WiFi settings</string>
    731 
    732     <string name="default_value_list_preference">beta</string>
    733     <string name="default_value_edittext_preference">Default value</string>
    734 
    735     <!-- ============================== -->
    736     <!--  app/search examples strings  -->
    737     <!-- ============================== -->
    738 
    739     <string name="search_invoke">App/Search/Invoke Search</string>
    740     <string name="msg_search">This activity shows a few different ways to invoke search, and inserts context-specific data for use by the search activity.</string>
    741     <string name="search_sect_invocation">Ways to invoke search</string>
    742     <string name="label_onsearchrequested">onSearchRequested()</string>
    743     <string name="search_sect_options">Optional search parameters</string>
    744     <string name="label_search_query_prefill">"Prefill query: "</string>
    745     <string name="label_search_query_appdata">"App Data: "</string>
    746 
    747     <string name="search_query_results">App/Search/Query Search Results</string>
    748     <string name="msg_search_results">This activity accepts query strings via the ACTION_SEARCH intent.  In a full implementation, you would use the query string to select results from your data source, and present a list of those results to the user.</string>
    749     <string name="label_search_query">"Query String: "</string>
    750     <string name="label_search_appdata">"Query App Data: "</string>
    751     <string name="label_search_deliveredby">"Activity Method: "</string>
    752 
    753     <string name="search_label">Search Demo</string>
    754     <string name="search_hint">Search Demo Hint</string>
    755 
    756     <!-- ================================ -->
    757     <!--  app/shortcuts examples strings  -->
    758     <!-- ================================ -->
    759 
    760     <string name="shortcuts">App/Launcher Shortcuts</string>
    761     <string name="sample_shortcuts">ApiDemos</string>
    762     <string name="shortcut_name">Sample</string>
    763 
    764     <string name="msg_launcher_shortcuts">This activity creates shortcuts for the launcher (home screen), and receives intents from those shortcuts.  To try it, return to the launcher and long-press to create a shortcut.</string>
    765     <string name="label_intent">Intent:</string>
    766 
    767     <!-- ============================== -->
    768     <!--  app/device policies examples strings     -->
    769     <!-- ============================== -->
    770 
    771     <!-- Manifest strings -->
    772     <string name="activity_sample_device_admin">App/Device Admin</string>
    773     <string name="sample_device_admin">Sample Device Admin</string>
    774     <string name="sample_device_admin_description">Sample code for writing
    775         a DeviceAdmin class.  This implementation provides a UI (in ApiDemos)
    776         for you to directly control what the DeviceAdmin does with the
    777         system.</string>
    778 
    779     <string name="sample_device_admin2">Dummy Device Admin</string>
    780     <string name="sample_device_admin_description2">Dummy device admin</string>
    781 
    782     <!-- Strings used in preference headers and preference definitions -->
    783     <string name="header_general">General</string>
    784     <string name="header_quality">Password quality</string>
    785     <string name="header_expiration">Password expiration</string>
    786     <string name="header_lock_wipe">Lock screen / Wipe</string>
    787     <string name="header_encryption">Encryption</string>
    788 
    789     <string name="enable_admin">Enable admin</string>
    790     <string name="device_capabilities_category">Device capabilities</string>
    791     <string name="disable_camera">Disable all device cameras</string>
    792     <string name="disable_keyguard_widgets">Disable keyguard widgets</string>
    793     <string name="disable_keyguard_secure_camera">Disable keyguard secure camera</string>
    794     <string name="disable_keyguard_notifications">Disable keyguard notifications</string>
    795     <string name="disable_keyguard_unredacted_notifications">Disable keyguard unredacted notifications</string>
    796     <string name="disable_keyguard_trust_agents">Disable keyguard Trust Agents</string>
    797     <string name="disable_keyguard_fingerprint">Disable keyguard Fingerprint</string>
    798     <string name="disable_keyguard_remote_input">Disable keyguard Remote Input</string>
    799     <string name="keyguard_widgets_disabled">Keyguard widgets disabled</string>
    800     <string name="keyguard_widgets_enabled">Keyguard widgets enabled</string>
    801     <string name="keyguard_secure_camera_disabled">Keyguard secure camera disabled</string>
    802     <string name="keyguard_secure_camera_enabled">Keyguard secure camera enabled</string>
    803     <string name="keyguard_secure_notifications_disabled">Keyguard notifications disabled</string>
    804     <string name="keyguard_secure_notifications_enabled">Keyguard notifications enabled</string>
    805     <string name="keyguard_unredacted_notifications_disabled">Keyguard unredacted notifications disabled</string>
    806     <string name="keyguard_unredacted_notifications_enabled">Keyguard unredacted notifications enabled</string>
    807     <string name="keyguard_trust_agents_disabled">Keyguard Trust Agents disabled</string>
    808     <string name="keyguard_trust_agents_enabled">Keyguard Trust Agents enabled</string>
    809     <string name="keyguard_fingerprint_disabled">Keyguard Fingerprint disabled</string>
    810     <string name="keyguard_fingerprint_enabled">Keyguard Fingerprint enabled</string>
    811     <string name="keyguard_remote_input_disabled">Keyguard Remote Input disabled</string>
    812     <string name="keyguard_remote_input_enabled">Keyguard Remote Input enabled</string>
    813     <string name="camera_disabled">Device cameras disabled</string>
    814     <string name="camera_enabled">Device cameras enabled</string>
    815     <string name="password_controls_category">Password controls</string>
    816     <string name="set_password_user">Set password (user)</string>
    817     <string name="set_password_api">Set password (via API)</string>
    818     <string name="set_password_api_dialog">Set screen lock password to</string>
    819     <string name="password_quality_category">Password quality</string>
    820     <string name="password_quality">Password quality</string>
    821     <string name="password_minimum_length">Minimum length </string>
    822     <string name="password_minimum_letters">Minimum letters</string>
    823     <string name="password_minimum_numeric">Minimum numeric</string>
    824     <string name="password_minimum_lower_case">Minimum lower case</string>
    825     <string name="password_minimum_upper_case">Minimum upper case</string>
    826     <string name="password_minimum_symbols">Minimum symbols</string>
    827     <string name="password_minimum_non_letter">Minimum non-letter</string>
    828     <string name="password_expiration_category">Password history / Expiration</string>
    829     <string name="password_history_depth">Password history depth</string>
    830     <string name="password_expiration_timeout">Password expiration timeout (minutes)</string>
    831     <string name="password_expiration_status">Password expiration status</string>
    832     <string name="lock_wipe_category">Lock screen / Wipe</string>
    833     <string name="maximum_lock_time">Max time to screen lock (minutes)</string>
    834     <string name="maximum_password_fails">Max password failures for local wipe</string>
    835     <string name="lock_screen">Lock screen now</string>
    836     <string name="wipe_data">Wipe data</string>
    837     <string name="wipe_data_summary">Wipe internal data, like a factory reset</string>
    838     <string name="wipe_all_data">Wipe all data</string>
    839     <string name="wipe_all_data_summary">Wipe internal data and external storage</string>
    840     <string name="encryption_category">Encryption</string>
    841     <string name="require_encryption">Require encryption</string>
    842     <string name="activate_encryption">Activate encryption</string>
    843 
    844     <string name="trust_agent_category">Trust Agent Features</string>
    845     <string name="set_trust_agent_component_name">Enabled Component Name</string>
    846     <string name="set_trust_agent_feature_list">Enabled Features (comma-separated)</string>
    847 
    848     <!-- Strings used by DeviceAdminSample controller code -->
    849     <string name="password_sufficient">Current password meets policy requirements</string>
    850     <string name="password_insufficient">Current password does not meet policy requirements</string>
    851     <string name="monkey_reset_password">You can\'t reset my password, you are a monkey!</string>
    852     <string name="monkey_lock_screen">You can\'t lock my screen, you are a monkey!</string>
    853     <string name="monkey_encryption">You can\'t start encryption, you are a monkey!</string>
    854     <string name="monkey_wipe_data">You can\'t wipe my data, you are a monkey!</string>
    855     <string name="monkey_ok">I admit defeat</string>
    856     <string name="reset_password_warning">
    857         You have just reset your screen lock password to \"%1$s\""</string>
    858     <string name="reset_password_ok">Don\'t forget it</string>
    859     <string name="add_admin_extra_app_text">
    860         Additional text explaining why this needs to be added.</string>
    861     <string name="status_local_global">Local=%1$s / Global=%2$s</string>
    862     <string name="status_device_encryption">Device encryption status=%1$s</string>
    863     <string name="status_days_hours_minutes">%1$sd %2$sh %3$sm</string>
    864     <string name="number_format_warning">Bad value \"%1$s\""</string>
    865     <string name="wipe_warning_first">This will erase all of your data.  Are you sure?</string>
    866     <string name="wipe_warning_first_ok">Yes</string>
    867     <string name="wipe_warning_first_no">No</string>
    868     <string name="wipe_warning_second">This is not a test. This WILL erase all of your data!
    869         Are you really absolutely sure?</string>
    870     <string name="wipe_warning_second_full">This is not a test. This WILL erase all of your data,
    871         including external storage! Are you really absolutely sure?</string>
    872     <string name="wipe_warning_second_ok">BOOM!</string>
    873     <string name="wipe_warning_second_no">Oops, run away!</string>
    874     <string name="encryption_not_supported">Encryption is not supported on this device.</string>
    875     <string name="encryption_not_supported_ok">OK</string>
    876     <string name="encryption_status_unknown">unknown</string>
    877     <string name="encryption_status_unsupported">unsupported</string>
    878     <string name="encryption_status_inactive">inactive</string>
    879     <string name="encryption_status_activating">activating</string>
    880     <string name="encryption_status_active">active</string>
    881     <string name="expiration_status_none">None</string>
    882     <string name="expiration_status_past">Password expired %1$s ago</string>
    883     <string name="expiration_status_future">Password will expire %1$s from now</string>
    884 
    885     <!-- Strings used by the sample DeviceAdminReceiver -->
    886     <string name="admin_receiver_status">Sample Device Admin: %1$s</string>
    887     <string name="admin_receiver_status_enabled">enabled</string>
    888     <string name="admin_receiver_status_disabled">disabled</string>
    889     <string name="admin_receiver_status_pw_changed">pw changed</string>
    890     <string name="admin_receiver_status_pw_failed">pw failed</string>
    891     <string name="admin_receiver_status_pw_succeeded">pw succeeded</string>
    892     <string name="admin_receiver_status_disable_warning">
    893         This is an optional message to warn the user about disabling.</string>
    894 
    895     <!-- ============================== -->
    896     <!--  app/voice recognition examples strings  -->
    897     <!-- ============================== -->
    898 
    899     <string name="voice_recognition_prompt">This activity demonstrates the voice recognition APIs.</string>
    900     <string name="speak_button">Speak!</string>
    901     <string name="voice_recognition_results">Results:</string>
    902 
    903     <!-- ================================= -->
    904     <!--  app/action bar examples strings  -->
    905     <!-- ================================= -->
    906 
    907     <string name="action_bar_mechanics">App/Action Bar/Action Bar Mechanics</string>
    908     <string name="action_bar_usage">App/Action Bar/Action Bar Usage</string>
    909     <string name="action_bar_tabs">App/Action Bar/Action Bar Tabs</string>
    910     <string name="action_bar_settings_action_provider">App/Action Bar/Action Provider/Settings Action Provider</string>
    911     <string name="action_bar_share_action_provider">App/Action Bar/Action Provider/Share Action Provider</string>
    912     <string name="action_bar_settings_action_provider_no_handling">Handling in onOptionsItemSelected avoided</string>
    913 
    914     <string name="action_bar_search">Search</string>
    915     <string name="action_bar_add">Add</string>
    916     <string name="action_bar_edit">Edit</string>
    917     <string name="action_bar_share">Share</string>
    918     <string name="action_bar_sort">Sort</string>
    919     <string name="action_bar_sort_alpha">Alphabetically</string>
    920     <string name="action_bar_sort_size">By size</string>
    921     <string name="action_bar_share_with">Share with...</string>
    922     <string name="action_bar_settings">Settings</string>
    923 
    924     <string name="action_bar_display_options">App/Action Bar/Display Options</string>
    925     <string name="toggle_home_as_up">DISPLAY_HOME_AS_UP</string>
    926     <string name="toggle_show_home">DISPLAY_SHOW_HOME</string>
    927     <string name="toggle_use_logo">DISPLAY_USE_LOGO</string>
    928     <string name="toggle_show_title">DISPLAY_SHOW_TITLE</string>
    929     <string name="toggle_show_custom">DISPLAY_SHOW_CUSTOM</string>
    930     <string name="toggle_navigation">Navigation</string>
    931     <string name="cycle_custom_gravity">Cycle Custom View Gravity</string>
    932     <string name="toggle_visibility">Toggle Visibility</string>
    933     <string name="toggle_system_ui">Toggle System UI</string>
    934 
    935     <string name="display_options_custom_button">Custom View!</string>
    936     <string name="display_options_menu_item">Menu Item</string>
    937 
    938     <string name="btn_add_tab">Add new tab</string>
    939     <string name="btn_remove_tab">Remove last tab</string>
    940     <string name="btn_toggle_tabs">Toggle tab mode</string>
    941     <string name="btn_remove_all_tabs">Remove all tabs</string>
    942 
    943     <string name="action_bar_navigation">App/Action Bar/Action Bar Navigation</string>
    944     <string name="action_bar_navigation_msg">Demonstrates various ways to navigate in
    945             applications involving the action bar.  This activity has been launched as the
    946             root of the app\'s task.</string>
    947     <string name="btn_newactivity">New in-task activity</string>
    948     <string name="btn_newdoc">New document</string>
    949 
    950     <string name="action_bar_navigation_target">App Nav Child</string>
    951     <string name="action_bar_navigation_target_msg">This is a sub-activity launched by the
    952             application.  It may be in either the app\'s main task or another task.  Press
    953             up on the action bar to navigate up in the app\'s hierarchy, regardless of where
    954             this activity appears.</string>
    955 
    956     <!-- ================================= -->
    957     <!--  app/print print examples strings  -->
    958     <!-- ================================= -->
    959 
    960     <string name="print_bitmap">App/Print/Print Bitmap</string>
    961     <string name="print_html_from_screen">App/Print/Print HTML from screen</string>
    962     <string name="print_html_off_screen">App/Print/Print HTML off screen</string>
    963     <string name="print_custom_content">App/Print/Print Custom Layout</string>
    964     <string name="print">Print</string>
    965     <string name="print_html_off_screen_msg">From the overflow menu you can print some
    966         off screen content.</string>
    967     <string name="android_logo">Android logo</string>
    968 
    969     <!-- ============================ -->
    970     <!--  graphics examples strings  -->
    971     <!-- ============================ -->
    972 
    973     <string name="hide_me">Hide Me!</string>
    974 
    975     <string name="density_title">Density: Unknown Screen</string>
    976     <string name="camera_alert">Device has only one camera!</string>
    977     <string name="switch_cam">Switch Camera</string>
    978     <string name="draggable_card">Draggable Card</string>
    979 
    980     <string name="enable_tilt">Enable Tilt</string>
    981     <string name="enable_shading">Enable Shading</string>
    982     <string name="select_shape">Select Shape</string>
    983 
    984     <!-- ============================ -->
    985     <!--  media examples strings  -->
    986     <!-- ============================ -->
    987 
    988     <string name="local_video">Play Video from Local File</string>
    989     <string name="stream_video">Play Streaming Video</string>
    990     <string name="local_audio">Play Audio from Local File</string>
    991     <string name="res_audio">Play Audio from Resources</string>
    992     <string name="screen_sharing_toggle">Toggle screen sharing</string>
    993 
    994     <!-- =========================== -->
    995     <!-- os examples strings    -->
    996     <!-- =========================== -->
    997     <string name="no_sig_motion">Significant Motion Sensor Not Detected</string>
    998     <string name="sig_motion">Significant Motion Sensor Detected</string>
    999     <string name="sig_motion_enabled">Significant Motion Sensor Enabled</string>
   1000     <string name="sig_motion_auto_disabled">Significant Motion Sensor Auto Disabled</string>
   1001 
   1002     <!-- ============================ -->
   1003     <!--  views examples strings  -->
   1004     <!-- ============================ -->
   1005 
   1006     <string name="linear_layout_8_vertical">Vertical</string>
   1007     <string name="linear_layout_8_horizontal">Horizontal</string>
   1008     <string name="linear_layout_8_top">Top</string>
   1009     <string name="linear_layout_8_middle">Middle</string>
   1010     <string name="linear_layout_8_bottom">Bottom</string>
   1011     <string name="linear_layout_8_left">Left</string>
   1012     <string name="linear_layout_8_center">Center</string>
   1013     <string name="linear_layout_8_right">Right</string>
   1014     <string name="linear_layout_10_from">From:</string>
   1015     <string name="linear_layout_10_to">To:</string>
   1016     <string name="radio_group_snack">Snack</string>
   1017     <string name="radio_group_selection">"You have selected: "</string>
   1018     <string name="radio_group_none">(none)</string>
   1019     <string name="table_layout_7_quit">Quit</string>
   1020     <string name="table_layout_7_ctrlq">Ctrl-Q</string>
   1021     <string name="table_layout_8_quit">Quit</string>
   1022     <string name="table_layout_8_ctrlq">Ctrl-Q</string>
   1023 
   1024     <string name="seekbar_tracking_on">Tracking on</string>
   1025     <string name="seekbar_tracking_off">Tracking off</string>
   1026     <string name="seekbar_from_touch">from touch</string>
   1027 
   1028     <string name="enabled">Enabled</string>
   1029 
   1030     <string name="ratingbar_rating">Rating:</string>
   1031 
   1032     <string name="popup_menu_search">Search</string>
   1033     <string name="popup_menu_add">Add</string>
   1034     <string name="popup_menu_edit">Edit</string>
   1035     <string name="popup_menu_share">Share</string>
   1036     <string name="popup_menu_button">Make a Popup!</string>
   1037 
   1038     <string name="secure_view_description">
   1039         This activity demonstrates a view that detects when it is potentially obscured
   1040         by other windows.
   1041     </string>
   1042     <string name="secure_view_step1_heading">Click me first:</string>
   1043     <string name="secure_view_step1_detail">
   1044         Pop up a toast that will overlay and obscure this window in a poor attempt to fool
   1045         you into clicking the big red buttons.  Don\'t do it!
   1046     </string>
   1047     <string name="secure_view_step2_heading">Unfiltered demo:</string>
   1048     <string name="secure_view_step2_detail">
   1049         This button does no filtering.  This button will still work as usual while the
   1050         toast is visible and is spoofing the view.  Careful!
   1051     </string>
   1052     <string name="secure_view_step3_heading">Built-in filtering demo:</string>
   1053     <string name="secure_view_step3_detail">
   1054         This button uses the built-in secure touch filtering provided by the framework
   1055         using the android:filterTouchesWhenObscured attribute.  This button will be inoperable
   1056         while the toast is visible.
   1057     </string>
   1058     <string name="secure_view_step4_heading">Custom filtering demo:</string>
   1059     <string name="secure_view_step4_detail">
   1060         This button filters touches using a touch listener to examine the MotionEvent flags
   1061         and warns the user.  This button will display a message if touched while the
   1062         toast is visible.
   1063     </string>
   1064 
   1065     <string name="secure_view_pop_toast">Pop toast</string>
   1066     <string name="secure_view_button">Don\'t click!  It\'ll cost you!</string>
   1067     <string name="secure_view_action_dialog_title">Oh no!</string>
   1068     <string name="secure_view_action_dialog_dismiss">Oops...</string>
   1069     <string name="secure_view_caught_dialog_title">Saved!</string>
   1070     <string name="secure_view_caught_dialog_message">
   1071         Careful!  There appears to be another window partly obscuring this window...
   1072         Something unutterably HORRIBLE might have happened.
   1073     </string>
   1074     <string name="secure_view_caught_dialog_dismiss">Phew!</string>
   1075 
   1076     <string name="secure_view_overlay_description">A toast!  A toast!</string>
   1077     <string name="secure_view_overlay_button1">Totally safe, trust me...</string>
   1078     <string name="secure_view_overlay_button2">Clicky?</string>
   1079     <string name="secure_view_overlay_button3">Think of the penguins!</string>
   1080 
   1081     <string name="split_touch_view_description">
   1082         This activity demonstrates splitting touch events across multiple views
   1083         within a view group.  Here we have two ListViews within a LinearLayout
   1084         that has the attribute android:splitMotionEvents set to "true".
   1085         Try scrolling both lists simultaneously using multiple fingers.
   1086     </string>
   1087     <string name="split_touch_view_cheese_toast">Do you have any %1$s?\n%2$s</string>
   1088 
   1089     <string name="searchview_hint">Find something</string>
   1090     <string name="cheese_hunt_hint">Cheese hunt</string>
   1091     <string name="open_search">Expand</string>
   1092     <string name="close_search">Iconify</string>
   1093 
   1094     <string name="drag_explanation">
   1095         Longpress on a dot to start a drag, then drop over another dot. The destination
   1096         dot will append the drag\'s textual conversion to the EditText.
   1097     </string>
   1098 
   1099     <string name="game_controller_input_description">
   1100         This activity demonstrates how to process input events received from
   1101         game controllers.  Please connect your game controller now and try
   1102         moving the joysticks or pressing buttons.  If it helps, try to imagine
   1103         that you are a lone space cowboy in hot pursuit of the aliens who kidnapped
   1104         your favorite llama on their way back to Andromeda...
   1105     </string>
   1106     <string name="game_controller_input_heading_device">Input Device</string>
   1107     <string name="game_controller_input_heading_axes">Axes</string>
   1108     <string name="game_controller_input_heading_keys">Keys and Buttons</string>
   1109     <string name="game_controller_input_label_device_name">Name</string>
   1110     <string name="game_controller_input_key_pressed">Pressed</string>
   1111     <string name="game_controller_input_key_released">Released</string>
   1112 
   1113     <string name="hover_description">
   1114         This activity demonstrates how to handle hover events with View.onHoverEvent,
   1115         ViewGroup.onInterceptHoverEvent, and View.setOnHoverListener.
   1116     </string>
   1117     <string name="hover_intercept_checkbox">Make container intercept hover events</string>
   1118     <string name="hover_message_initial">Try using a mouse or touch pad to hover over views within this activity.</string>
   1119     <string name="hover_message_entered_at">Entered the container at (%1$f,%2$f).</string>
   1120     <string name="hover_message_moved_at">Moved within the container at (%1$f,%2$f).</string>
   1121     <string name="hover_message_exited_at">Exited the container at (%1$f,%2$f).  The pointer may be inside the bounds of a child instead.</string>
   1122     <string name="hover_intercept_message_initial">Try hovering over the button.</string>
   1123     <string name="hover_intercept_message_intercepted">Intercepted hover event instead of sending it to the button.  Om nom nom!</string>
   1124     <string name="hover_button">Hover Here</string>
   1125     <string name="pointer_type_description">The following demo is meaningful only with mouse. This does not have any effects on the touch screens.</string>
   1126     <string name="pointer_type_arrow">arrow</string>
   1127     <string name="pointer_type_context_menu">context menu</string>
   1128     <string name="pointer_type_hand">hand</string>
   1129     <string name="pointer_type_help">help</string>
   1130     <string name="pointer_type_wait">wait</string>
   1131     <string name="pointer_type_cell">cell</string>
   1132     <string name="pointer_type_crosshair">crosshair</string>
   1133     <string name="pointer_type_text">text (I-beam)</string>
   1134     <string name="pointer_type_vertical_text">vertical text</string>
   1135     <string name="pointer_type_alias">alias</string>
   1136     <string name="pointer_type_copy">copy</string>
   1137     <string name="pointer_type_no_drop">no drop</string>
   1138     <string name="pointer_type_all_scroll">all scroll</string>
   1139     <string name="pointer_type_horizontal_double_arrow">horizontal double arrow</string>
   1140     <string name="pointer_type_vertical_double_arrow">vertical double arrow</string>
   1141     <string name="pointer_type_top_right_diagonal_double_arrow">top right diagonal double arrow</string>
   1142     <string name="pointer_type_top_left_diagonal_double_arrow">top left diagonal double arrow</string>
   1143     <string name="pointer_type_zoom_in">zoom in</string>
   1144     <string name="pointer_type_zoom_out">zoom out</string>
   1145     <string name="pointer_type_grab">grab</string>
   1146     <string name="pointer_type_grabbing">grabbing</string>
   1147     <string name="pointer_type_none">none (invisible)</string>
   1148     <string name="pointer_type_custom_resource">Custom (defined in resource file)</string>
   1149     <string name="pointer_type_custom_resource_code">Custom (resource loaded in code)</string>
   1150     <string name="pointer_type_custom_static">Custom (static bitmap created in code)</string>
   1151     <string name="pointer_type_custom_system">Custom (system icon picked in code)</string>
   1152     <string name="pointer_type_custom_live">Custom (dynamic image created in code)</string>
   1153 
   1154     <string name="tooltips_container_tooltip">Parent view may have its own tooltip</string>
   1155     <string name="tooltips_description">Long press or hover on widgets to see tooltips</string>
   1156     <string name="tooltips_code_label">Set in code</string>
   1157     <string name="tooltips_resource_label">Set in resource</string>
   1158     <string name="tooltips_resource_tooltip">This tooltip is set in resource</string>
   1159     <string name="tooltips_long_label">Long tooltip</string>
   1160     <string name="tooltips_long_tooltip">An overly long tooltip will be truncated (3 lines max). An overly long tooltip will be truncated (3 lines max). An overly long tooltip will be truncated (3 lines max). An overly long tooltip will be truncated (3 lines max)</string>
   1161     <string name="tooltips_edge_label">Near the edge</string>
   1162     <string name="tooltips_edge_tooltip">A tooltip always fits inside the app window</string>
   1163     <string name="tooltips_above_label">Above placement</string>
   1164     <string name="tooltips_above_tooltip">When there is not enough room below, the tooltip goes above</string>
   1165     <string name="tooltips_wide_label">Wide widget</string>
   1166     <string name="tooltips_wide_tooltip">Wide widget gets a tooltip horizontally aligned to the pointer position</string>
   1167     <string name="tooltips_tall_label">Tall\nwidget</string>
   1168     <string name="tooltips_tall_tooltip">Tall widget gets a tooltip vertically aligned to the pointer position</string>
   1169     <string name="tooltips_large_label">Large widget</string>
   1170     <string name="tooltips_large_tooltip">Tall and wide widget gets a tooltip aligned to the pointer position</string>
   1171 
   1172     <!-- ============================== -->
   1173     <!--  GoogleLogin examples strings  -->
   1174     <!-- ============================== -->
   1175     <string name="googlelogin_err">Use a better username and password, please.</string>
   1176 
   1177 
   1178     <!-- ================================== -->
   1179     <!--  initial strings for layout files  -->
   1180     <!-- ================================== -->
   1181     <string name="animation_1_instructions">Please enter your password:</string>
   1182     <string name="animation_2_text_1">Freedom</string>
   1183     <string name="animation_2_text_2">is nothing else but</string>
   1184     <string name="animation_2_text_3">a chance to be better.</string>
   1185     <string name="animation_2_text_4"> Albert Camus</string>
   1186     <string name="animation_2_instructions">Select an animation:</string>
   1187     <string name="animation_3_text">Interpolators</string>
   1188     <string name="autocomplete_1_instructions">Type in the text field for auto-completion.</string>
   1189     <string name="autocomplete_1_country">Country:</string>
   1190     <string name="autocomplete_1_focus">Give me Focus</string>
   1191     <string name="autocomplete_2_country">Country:</string>
   1192     <string name="autocomplete_2_focus">Give me Focus</string>
   1193     <string name="autocomplete_3_button_1">Scroll</string>
   1194     <string name="autocomplete_3_button_2">Down</string>
   1195     <string name="autocomplete_3_button_3">To</string>
   1196     <string name="autocomplete_3_button_4">See</string>
   1197     <string name="autocomplete_3_button_5">Auto</string>
   1198     <string name="autocomplete_3_button_6">Complete</string>
   1199     <string name="autocomplete_3_button_7">Text</string>
   1200     <string name="autocomplete_3_button_8">View</string>
   1201     <string name="autocomplete_3_button">Button</string>
   1202     <string name="autocomplete_3_country">Country:</string>
   1203     <string name="autocomplete_4_instructions">Type in the text field for auto-completion.</string>
   1204     <string name="autocomplete_4_name">Name:</string>
   1205     <string name="autocomplete_4_message">You must have contacts in your address book. Typing * will show all of your contacts.</string>
   1206     <string name="autocomplete_5_instructions">Type in the text field for auto-completion.</string>
   1207     <string name="autocomplete_5_hint">Typing * will show all of your contacts.</string>
   1208     <string name="autocomplete_5_name">Name:</string>
   1209     <string name="autocomplete_6_to">To:</string>
   1210     <string name="autocomplete_6_to_hint">To</string>
   1211     <string name="autocomplete_6_subject">Subject:</string>
   1212     <string name="autocomplete_7_instructions">Type in the text field for auto-completion by words.</string>
   1213     <string name="autocomplete_7_country">Country:</string>
   1214     <string name="autocomplete_7_focus">Give me Focus</string>
   1215     <string name="baseline_1_label">Label:</string>
   1216     <string name="baseline_1_button">Button</string>
   1217     <string name="baseline_1_bigger">Bigger</string>
   1218     <string name="baseline_2_label">Label:</string>
   1219     <string name="baseline_2_button">Button</string>
   1220     <string name="baseline_2_bigger">Bigger</string>
   1221     <string name="baseline_3_label">Label:</string>
   1222     <string name="baseline_3_button">Button</string>
   1223     <string name="baseline_3_bigger">Bigger</string>
   1224     <string name="baseline_3_explanation">This example shows that baseline alignment has no effect when the layout gravity is set to center_vertical.</string>
   1225     <string name="baseline_4_label">Label:</string>
   1226     <string name="baseline_4_button">Button</string>
   1227     <string name="baseline_4_bigger">Bigger</string>
   1228     <string name="baseline_4_label_2">Label Again</string>
   1229     <string name="baseline_4_label_3">Label Me</string>
   1230     <string name="baseline_6_multi_line">This is a\nmulti-line field.</string>
   1231     <string name="baseline_6_baseline">Baseline Aligned</string>
   1232     <string name="baseline_7_fat">Big and bold</string>
   1233     <string name="baseline_7_lean">Slim and slick.</string>
   1234     <string name="baseline_nested_1_label">label</string>
   1235     <string name="controls_1_save">Save</string>
   1236     <string name="controls_1_checkbox_1">Checkbox 1</string>
   1237     <string name="controls_1_checkbox_2">Checkbox 2</string>
   1238     <string name="controls_1_radiobutton_1">RadioButton 1</string>
   1239     <string name="controls_1_radiobutton_2">RadioButton 2</string>
   1240     <string name="controls_1_star">Star</string>
   1241     <string name="controls_header_buttons">Buttons</string>
   1242     <string name="controls_button">Button</string>
   1243     <string name="controls_button_borderless">Button.Borderless</string>
   1244     <string name="controls_button_colored">Button.Colored</string>
   1245     <string name="controls_button_borderless_colored">Button.Borderless.Colored</string>
   1246     <string name="controls_header_compound_buttons">Compound buttons</string>
   1247     <string name="controls_header_spinners">Spinners</string>
   1248     <string name="controls_spinner">Spinner</string>
   1249     <string name="controls_spinner_underlined">Spinner.Underlined</string>
   1250     <string name="controls_switch">Switch</string>
   1251     <string name="controls_header_seek_bars">Seek bars</string>
   1252     <string name="controls_seek_bar">SeekBar</string>
   1253     <string name="controls_seek_bar_discrete">SeekBar.Discrete</string>
   1254     <string name="controls_header_text_fields">Text fields</string>
   1255     <string name="controls_header_text_appearances">Text appearances</string>
   1256     <string name="focus_1_message">Service not running</string>
   1257     <string name="focus_1_placeholder">placeholder</string>
   1258     <string name="focus_2_left">left</string>
   1259     <string name="focus_2_jump">jump over me from L to R</string>
   1260     <string name="focus_2_right">right</string>
   1261     <string name="focus_3_left">left</string>
   1262     <string name="focus_3_right">right</string>
   1263     <string name="focus_3_top">top</string>
   1264     <string name="focus_3_bottom">bottom</string>
   1265     <string name="focus_5_button1">1</string>
   1266     <string name="focus_5_button2">2</string>
   1267     <string name="focus_5_button3">3</string>
   1268     <string name="focus_5_button4">4</string>
   1269     <string name="focus_5_button5">5</string>
   1270     <string name="grid_layout_1_instructions">Type here:</string>
   1271     <string name="grid_layout_1_ok">Ok</string>
   1272     <string name="grid_layout_1_cancel">Cancel</string>
   1273     <string name="googlelogin_login">Login</string>
   1274     <string name="googlelogin_bad_login">Bad Login</string>
   1275     <string name="googlelogin_clear">Clear Credentials</string>
   1276     <string name="googlelogin_user">Username:</string>
   1277     <string name="layout_animation_name">Name:</string>
   1278     <string name="layout_animation_lastname">Last Name:</string>
   1279     <string name="layout_animation_phone">Phone:</string>
   1280     <string name="layout_animation_address">Address:</string>
   1281     <string name="linear_layout_1_top">This is the top view.</string>
   1282     <string name="linear_layout_1_middle">This is the middle view. It has more text in it than either the top view or the bottom view.</string>
   1283     <string name="linear_layout_1_bottom">This is the bottom view.</string>
   1284     <string name="linear_layout_2_top">This is the top view.</string>
   1285     <string name="linear_layout_2_middle">This is the middle view. It has more text in it than either the top view or the bottom view.</string>
   1286     <string name="linear_layout_2_bottom">This is the bottom view.</string>
   1287     <string name="linear_layout_3_top">This is the top view.</string>
   1288     <string name="linear_layout_3_middle">This is the middle view. It has more text in it than either the top view or the bottom view.</string>
   1289     <string name="linear_layout_3_bottom">This is the bottom view.</string>
   1290     <string name="linear_layout_5_instructions">Type Here:</string>
   1291     <string name="linear_layout_5_cancel">Cancel</string>
   1292     <string name="linear_layout_5_ok">OK</string>
   1293     <string name="linear_layout_6_one">One</string>
   1294     <string name="linear_layout_6_two">Two</string>
   1295     <string name="linear_layout_6_three">This is the third one</string>
   1296     <string name="linear_layout_6_four">Four</string>
   1297     <string name="linear_layout_7_small">Not much text</string>
   1298     <string name="linear_layout_7_big">A lot more text than any of the other columns. This column should set the height of the linear layout.</string>
   1299     <string name="linear_layout_7_wrap">wrap_content</string>
   1300     <string name="linear_layout_8_a">A</string>
   1301     <string name="linear_layout_8_b">B</string>
   1302     <string name="linear_layout_8_c">C</string>
   1303     <string name="linear_layout_9_button">Button</string>
   1304     <string name="link_text_auto"><b>text1: Various kinds
   1305       of data that will be auto-linked.</b>  In
   1306       this text are some things that are actionable.  For instance,
   1307       you can click on http://www.google.com and it will launch the
   1308       web browser.  You can click on google.com too.  If you
   1309       click on (415) 555-1212 it should dial the phone.  Or just write
   1310       foobar (a] example.com for an e-mail link.  If you have a URI like
   1311       http://www.example.com/lala/foobar@example.com you should get the
   1312       full link not the e-mail address.  Or you can put a location
   1313       like 1600 Amphitheatre Parkway, Mountain View, CA 94043.  To summarize:
   1314       https://www.google.com, or 650-253-0000, somebody (a] example.com,
   1315       or 9606 North MoPac Expressway, Suite 400, Austin, TX 78759.
   1316     </string>
   1317     <string name="link_text_manual"><b>text2: Explicit links using &lt;a&gt; markup.</b>
   1318       This has markup for a <a href="http://www.google.com">link</a> specified
   1319       via an &lt;a&gt; tag.  Use a \"tel:\" URL
   1320       to <a href="tel:4155551212">dial a phone number</a>.
   1321     </string>
   1322     <string name="list_8_new_photo">New photo</string>
   1323     <string name="list_8_clear_photos">Clear photos</string>
   1324     <string name="list_8_no_photos">No photos</string>
   1325     <string name="progressbar_1_plus">+</string>
   1326     <string name="progressbar_1_minus">-</string>
   1327     <string name="progressbar_1_default_progress">Default progress:</string>
   1328     <string name="progressbar_1_secondary_progress">Secondary progress:</string>
   1329     <string name="progressbar_3_progress">Show Progress</string>
   1330     <string name="progressbar_3_indeterminate">Show Indeterminate</string>
   1331     <string name="progressbar_3_indeterminate_no_title">Show Indeterminate No Title</string>
   1332     <string name="progressbar_4_toggle">Toggle Indeterminate</string>
   1333     <string name="radio_group_1_breakfast">Breakfast</string>
   1334     <string name="radio_group_1_lunch">Lunch</string>
   1335     <string name="radio_group_1_dinner">Dinner</string>
   1336     <string name="radio_group_1_all">All of them</string>
   1337     <string name="radio_group_1_selection">You have selected: (none)</string>
   1338     <string name="radio_group_1_clear">Clear</string>
   1339     <string name="receive_result_instructions">Press the button to get an activity result, which will be displayed here:</string>
   1340     <string name="receive_result_result">Get Result</string>
   1341     <string name="relative_layout_1_top">Top</string>
   1342     <string name="relative_layout_1_bottom">Bottom</string>
   1343     <string name="relative_layout_1_center">center_vertical</string>
   1344     <string name="relative_layout_2_instructions">Type here:</string>
   1345     <string name="relative_layout_2_ok">Ok</string>
   1346     <string name="relative_layout_2_cancel">Cancel</string>
   1347     <string name="rotation_animation_description">
   1348             Change the default rotation animation from rotating to fade or jumpcut.
   1349             Only works if FLAG_FULLSCREEN is set and there are no dialogs up.
   1350             Try rotating with and without the Power Off dialog visible.
   1351     </string>
   1352     <string name="rotation_animation_fullscreen">FULLSCREEN</string>
   1353     <string name="rotation_animation_choices">Rotation Animation:</string>
   1354     <string name="rotation_animation_rotate">ROTATE</string>
   1355     <string name="rotation_animation_crossfade">XFADE</string>
   1356     <string name="rotation_animation_jumpcut">JUMPCUT</string>
   1357     <string name="rotation_animation_seamless">SEAMLESS</string>
   1358     <string name="scroll_view_1_text_1">Text View 1</string>
   1359     <string name="scroll_view_1_button_1">Button 1</string>
   1360     <string name="scroll_view_1_text_2">Text View 2</string>
   1361     <string name="scroll_view_1_button_2">Button 2</string>
   1362     <string name="scroll_view_1_text_3">Text View 3</string>
   1363     <string name="scroll_view_1_button_3">Button 3</string>
   1364     <string name="scroll_view_1_text_4">Text View 4</string>
   1365     <string name="scroll_view_1_button_4">Button 4</string>
   1366     <string name="scroll_view_1_text_5">Text View 5</string>
   1367     <string name="scroll_view_1_button_5">Button 5</string>
   1368     <string name="scroll_view_1_text_6">Text View 6</string>
   1369     <string name="scroll_view_1_button_6">Button 6</string>
   1370     <string name="scroll_view_2_text_1">Text View 1</string>
   1371     <string name="scroll_view_2_button_1">Button 1</string>
   1372     <string name="scrollbar_1_text">Lorem ipsum dolor sit amet.</string>
   1373     <string name="scrollbar_2_text">Lorem ipsum dolor sit amet.</string>
   1374     <string name="scrollbar_3_text">
   1375  The Android platform is a software stack for mobile devices including an
   1376  operating system, middleware and key applications. Developers can create
   1377  applications for the platform using the Android SDK. Applications are written
   1378  using the Java programming language and run on Dalvik, a custom virtual
   1379  machine designed for embedded use which runs on top of a Linux kernel.
   1380 
   1381  If you want to know how to develop applications for Android, you\'re in the
   1382  right place. This site provides a variety of documentation that will help you
   1383  learn about Android and develop mobile applications for the platform.
   1384 
   1385  An early look at the the Android SDK is also available. It includes sample
   1386  projects with source code, development tools, an emulator, and of course all
   1387  the libraries you\'ll need to build an Android application. What would it take
   1388  to build a better mobile phone?
   1389     </string>
   1390     <string name="spinner_1_color">Color:</string>
   1391     <string name="spinner_1_planet">Planet:</string>
   1392     <string name="spinner_1_color_prompt">Choose a color</string>
   1393     <string name="spinner_1_planet_prompt">Choose a planet</string>
   1394     <string name="table_layout_1_star">*</string>
   1395     <string name="table_layout_1_triple_star">***</string>
   1396     <string name="table_layout_1_open">Open\u2026</string>
   1397     <string name="table_layout_1_open_shortcut">Ctrl-O</string>
   1398     <string name="table_layout_1_save">Save As\u2026</string>
   1399     <string name="table_layout_1_save_shortcut">(Save Document)</string>
   1400     <string name="table_layout_1_quit">Quit Application</string>
   1401     <string name="table_layout_1_quit_shortcut">Ctrl-Shift-Q</string>
   1402     <string name="table_layout_2_path_1">~/path/to/file/to/open</string>
   1403     <string name="table_layout_2_path_2">~/.profile</string>
   1404     <string name="table_layout_2_open">Open</string>
   1405     <string name="table_layout_2_save">Save</string>
   1406     <string name="table_layout_2_save_all">Save All</string>
   1407     <string name="table_layout_3_star">*</string>
   1408     <string name="table_layout_3_triple_star">***</string>
   1409     <string name="table_layout_3_open">Open\u2026</string>
   1410     <string name="table_layout_3_open_shortcut">Ctrl-O</string>
   1411     <string name="table_layout_3_save">Save As\u2026</string>
   1412     <string name="table_layout_3_save_shortcut">(Save Document)</string>
   1413     <string name="table_layout_3_too_long">Too Long</string>
   1414     <string name="table_layout_3_quit">Quit Application</string>
   1415     <string name="table_layout_3_quit_shortcut">Ctrl-Shift-Q</string>
   1416     <string name="table_layout_4_open">Open\u2026</string>
   1417     <string name="table_layout_4_open_shortcut">Ctrl-O</string>
   1418     <string name="table_layout_4_save">Save As\u2026</string>
   1419     <string name="table_layout_4_save_shortcut">Ctrl-Shift-S</string>
   1420     <string name="table_layout_5_open">Open\u2026</string>
   1421     <string name="table_layout_5_open_shortcut">Ctrl-O</string>
   1422     <string name="table_layout_5_save">Save\u2026</string>
   1423     <string name="table_layout_5_save_shortcut">Ctrl-S</string>
   1424     <string name="table_layout_5_save_as">Save As\u2026</string>
   1425     <string name="table_layout_5_save_as_shortcut">Ctrl-Shift-S</string>
   1426     <string name="table_layout_5_import">Import\u2026</string>
   1427     <string name="table_layout_5_export">Export\u2026</string>
   1428     <string name="table_layout_5_export_shortcut">Ctrl-E</string>
   1429     <string name="table_layout_5_quit">Quit\u2026</string>
   1430     <string name="table_layout_6_x">X</string>
   1431     <string name="table_layout_6_open">Open\u2026</string>
   1432     <string name="table_layout_6_open_shortcut">Ctrl-O</string>
   1433     <string name="table_layout_6_save">Save\u2026</string>
   1434     <string name="table_layout_6_save_shortcut">Ctrl-S</string>
   1435     <string name="table_layout_6_save_as">Save As\u2026</string>
   1436     <string name="table_layout_6_save_as_shortcut">Ctrl-Shift-S</string>
   1437     <string name="table_layout_6_import">Import\u2026</string>
   1438     <string name="table_layout_6_export">Export\u2026</string>
   1439     <string name="table_layout_6_export_shortcut">Ctrl-E</string>
   1440     <string name="table_layout_6_quit">Quit\u2026</string>
   1441     <string name="table_layout_7_x">X</string>
   1442     <string name="table_layout_7_open">Open\u2026</string>
   1443     <string name="table_layout_7_open_shortcut">Ctrl-O</string>
   1444     <string name="table_layout_7_save">Save\u2026</string>
   1445     <string name="table_layout_7_save_shortcut">Ctrl-S</string>
   1446     <string name="table_layout_7_save_as">Save As\u2026</string>
   1447     <string name="table_layout_7_save_as_shortcut">Ctrl-Shift-S</string>
   1448     <string name="table_layout_7_import">Import\u2026</string>
   1449     <string name="table_layout_7_export">Export\u2026</string>
   1450     <string name="table_layout_7_export_shortcut">Ctrl-E</string>
   1451     <string name="table_layout_7_toggle_checkmarks">Toggle Checkmarks</string>
   1452     <string name="table_layout_7_toggle_shortcuts">Toggle Shortcuts</string>
   1453     <string name="table_layout_8_x">X</string>
   1454     <string name="table_layout_8_open">Open\u2026</string>
   1455     <string name="table_layout_8_open_shortcut">Ctrl-O</string>
   1456     <string name="table_layout_8_save">Save\u2026</string>
   1457     <string name="table_layout_8_save_shortcut">Ctrl-S</string>
   1458     <string name="table_layout_8_save_as">Save As\u2026</string>
   1459     <string name="table_layout_8_save_as_shortcut">Ctrl-Shift-S</string>
   1460     <string name="table_layout_8_import">Import\u2026</string>
   1461     <string name="table_layout_8_export">Export\u2026</string>
   1462     <string name="table_layout_8_export_shortcut">Ctrl-E</string>
   1463     <string name="table_layout_8_toggle_stretch">Toggle Stretch</string>
   1464     <string name="table_layout_9_open">Open\u2026</string>
   1465     <string name="table_layout_9_open_shortcut">Ctrl-O</string>
   1466     <string name="table_layout_9_save">Save\u2026</string>
   1467     <string name="table_layout_9_save_shortcut">Ctrl-S</string>
   1468     <string name="table_layout_9_save_as">Save As\u2026</string>
   1469     <string name="table_layout_9_save_as_shortcut">Ctrl-Shift-S</string>
   1470     <string name="table_layout_9_save_all">Save All And Do A Lot Of Stuff Just To Be Too Long For This Screen Because It Is A Test After All</string>
   1471     <string name="table_layout_9_save_all_shortcut">Ctrl-E</string>
   1472     <string name="table_layout_9_import">Import\u2026</string>
   1473     <string name="table_layout_9_export">Export\u2026</string>
   1474     <string name="table_layout_9_export_shortcut">Ctrl-E</string>
   1475     <string name="table_layout_9_toggle_shrink">Toggle Shrink</string>
   1476     <string name="table_layout_10_user">User</string>
   1477     <string name="table_layout_10_password">Password</string>
   1478     <string name="table_layout_10_cancel">Cancel</string>
   1479     <string name="table_layout_10_login">Login</string>
   1480     <string name="table_layout_12_a">A</string>
   1481     <string name="table_layout_12_b">BB</string>
   1482     <string name="table_layout_12_c">CCCC</string>
   1483     <string name="table_layout_12_d">D</string>
   1484     <string name="table_layout_12_e">E</string>
   1485     <string name="table_layout_12_f">F</string>
   1486     <string name="table_layout_12_g">G</string>
   1487     <string name="table_layout_12_h">H</string>
   1488     <string name="visibility_1_view_1">View A</string>
   1489     <string name="visibility_1_view_2">View B</string>
   1490     <string name="visibility_1_view_3">View C</string>
   1491     <string name="visibility_1_vis">Vis</string>
   1492     <string name="visibility_1_invis">Invis</string>
   1493     <string name="visibility_1_gone">Gone</string>
   1494 
   1495 
   1496     <string name="google_login_username_text"></string>
   1497 
   1498     <string name="incoming_message_info_message_text">this is the text of a previous message.\nkthx. meet u for dinner. cul8r</string>
   1499 
   1500     <string name="incoming_message_view_message_text">This is the text of the posted notification.</string>
   1501     <string name="imcoming_message_view_message2_text">Did you notice that the status bar icon disappeared?</string>
   1502     <string name="imcoming_message_ticker_text">New text message: <xliff:g id="text">%0$s</xliff:g></string>
   1503 
   1504     <string name="log_text_box_1_do_nothing_text">Do nothing</string>
   1505     <string name="log_text_box_1_add_text">Add</string>
   1506 
   1507     <string name="notify_with_text_long_notify_text">Show Long Notification</string>
   1508     <string name="notify_with_text_short_notify_text">Show Short Notification</string>
   1509 
   1510     <string name="marquee_default">This use the default marquee animation limit of 3</string>
   1511     <string name="marquee_once">This will run the marquee animation once</string>
   1512     <string name="marquee_forever">This will run the marquee animation forever</string>
   1513 
   1514     <string name="table_layout_10_password_text"></string>
   1515     <string name="table_layout_10_username_text"></string>
   1516 
   1517     <string name="text_switcher_1_next_text">Next</string>
   1518 
   1519     <string name="date_widgets_example_dateDisplay_text"></string>
   1520     <string name="date_widgets_example_pickTime12_text">change the time (12 hour)</string>
   1521     <string name="date_widgets_example_pickTime24_text">change the time (24 hour)</string>
   1522     <string name="date_widgets_example_pickDate_text">change the date</string>
   1523 
   1524     <string name="buttons_1_normal">Normal</string>
   1525     <string name="buttons_1_right">Right</string>
   1526     <string name="buttons_1_small">Small</string>
   1527     <string name="buttons_1_small_right">S R</string>
   1528     <string name="buttons_1_small_left">S L</string>
   1529     <string name="buttons_1_small_up">S U</string>
   1530     <string name="buttons_1_small_down">S D</string>
   1531     <string name="buttons_1_toggle">Toggle</string>
   1532 
   1533     <string name="expandable_list_sample_action">Sample action</string>
   1534 
   1535     <string name="chronometer_start">Start</string>
   1536     <string name="chronometer_stop">Stop</string>
   1537     <string name="chronometer_reset">Reset</string>
   1538     <string name="chronometer_set_format">Set format string</string>
   1539     <string name="chronometer_clear_format">Clear format string</string>
   1540     <string name="chronometer_initial_format">Initial format: <xliff:g id="initial-format">%s</xliff:g></string>
   1541 
   1542     <string name="play">Play</string>
   1543     <string name="pause">Pause</string>
   1544 
   1545     <!-- ============================ -->
   1546     <!--  vibrator examples strings  -->
   1547     <!-- ============================ -->
   1548 
   1549     <string name="vibrate">Vibrate</string>
   1550 
   1551 
   1552     <string name="image_view_large_normal">Large image at normal size</string>
   1553     <string name="image_view_large_at_most">Large image scaled to at most 50x50</string>
   1554     <string name="image_view_large_at_most_padded">Large image scaled to at most 70x70 with padding</string>
   1555     <string name="image_view_large_exactly_padded">Large image scaled to exactly 70x70 with padding</string>
   1556     <string name="image_view_small_normal">Small image at normal size</string>
   1557     <string name="image_view_small_at_most">Small image scaled to at most 50x50</string>
   1558     <string name="image_view_small_at_most_padded">Small image scaled to at most 70x70 with padding</string>
   1559     <string name="image_view_small_exactly_padded">Small image scaled to exactly 70x70 with padding</string>
   1560 
   1561     <!-- Shouldn't be localized -->
   1562     <string name="textColorPrimary">textColorPrimary</string>
   1563     <string name="textColorSecondary">textColorSecondary</string>
   1564     <string name="textColorTertiary">textColorTertiary</string>
   1565     <string name="listSeparatorTextViewStyle">listSeparatorTextViewStyle</string>
   1566 
   1567     <!-- ============================ -->
   1568     <!--  AppWidget examples strings     -->
   1569     <!-- ============================ -->
   1570 
   1571     <string name="appwidget_configure_instructions">This text will be shown before the date in our example widget.</string>
   1572     <string name="appwidget_prefix_default">Oh hai</string>
   1573     <string name="appwidget_text_format"><xliff:g id="prefix">%1$s</xliff:g>: <xliff:g id="time">%2$s</xliff:g></string>
   1574 
   1575     <!-- ============================ -->
   1576     <!--  SMS Messaging examples strings  -->
   1577     <!-- ============================ -->
   1578 
   1579     <string name="sms_warning">
   1580         WARNING: this demo can send actual text messages (one at a time), so be sure to
   1581         test with the Android emulator or have a text messaging plan with your carrier.
   1582     </string>
   1583     <string name="sms_enable_receiver">Enable SMS broadcast receiver</string>
   1584     <string name="sms_recipient_label">Recipient #</string>
   1585     <string name="sms_content_label">Message Body</string>
   1586     <string name="sms_send_message">Send</string>
   1587     <string name="sms_speak_string_format">Message from "%1$s": %2$s</string>
   1588     <string name="reply">Reply</string>
   1589     <string name="dismiss">Dismiss</string>
   1590 
   1591     <string name="share">Share</string>
   1592 
   1593     <!-- ============================ -->
   1594     <!--  Accessibility examples strings  -->
   1595     <!-- ============================ -->
   1596 
   1597     <string name="accessibility_service">Accessibility/Accessibility Service</string>
   1598     <string name="accessibility_service_label">ClockBack</string>
   1599     <string name="accessibility_service_instructions">
   1600         1. Enable TalkBack (Settings -> Accessibility -> TalkBack).
   1601         \n\n2. Enable Explore-by-Touch (Settings -> Accessibility -> Explore by Touch).
   1602         \n\n3. Touch explore the Clock application and the home screen.
   1603         \n\n4. Go to the Clock application and change the time of an alarm.
   1604         \n\n5. Enable ClockBack (Settings -> Accessibility -> ClockBack).
   1605         \n\n6. Go to the Clock application and change an alarm.
   1606         \n\n7. Set the ringer to vibration mode and change an alarm.
   1607         \n\n8. Set the ringer to muted mode and change an alarm.
   1608     </string>
   1609 
   1610     <string name="value_ringer_audible">Ringer audible</string>
   1611     <string name="value_ringer_vibrate">Ringer vibrate</string>
   1612     <string name="value_ringer_silent">Ringer silent</string>
   1613     <string name="template_screen_on">Screen on. Volume %1$s percent.</string>
   1614     <string name="template_screen_off">Screen off. Volume %1$s percent.</string>
   1615 
   1616     <string name="accessibility_query_window">Accessibility/Accessibility Node Querying</string>
   1617     <string name="accessibility_query_window_label">QueryBack</string>
   1618     <string name="accessibility_query_window_description">Task App Accessibility Service</string>
   1619     <string name="accessibility_query_window_instructions">
   1620         1. Enable QueryBack (Settings -> Accessibility -> QueryBack).
   1621         \n\n2. Enable Explore-by-Touch (Settings -> Accessibility -> Explore by Touch).
   1622         \n\n3. Touch explore the list.
   1623     </string>
   1624 
   1625     <string name="accessibility_custom_view">Accessibility/Custom View</string>
   1626     <string name="accessibility_custom_view_instructions">
   1627         1. Enable TalkBack (Settings -> Accessibility -> TalkBack).
   1628         \n\n2. Enable Explore-by-Touch (Settings -> Accessibility -> Explore by Touch).
   1629         \n\n3. Touch explore/poke the buttons.
   1630     </string>
   1631     <string name="accessibility_custom_on">On</string>
   1632     <string name="accessibility_custom_off">Off</string>
   1633 
   1634     <string name="magnification_service_label">Magnification</string>
   1635     <string name="magnification_service_description">Allows the volume keys to control display magnification</string>
   1636 
   1637     <string name="task_name">Task</string>
   1638     <string name="task_complete_template">Task %1$s %2$s</string>
   1639     <string name="task_complete">is complete</string>
   1640     <string name="task_not_complete">is not complete</string>
   1641 
   1642     <!-- =========================== -->
   1643     <!--  Security API demo strings  -->
   1644     <!-- =========================== --> <skip />
   1645 
   1646     <string name="keystore_entries_list">List of entries:</string>
   1647 
   1648     <string name="keystore_key_ops_header">Key operations</string>
   1649     <string name="keystore_plaintext">Plaintext:</string>
   1650     <string name="keystore_ciphertext">Ciphertext:</string>
   1651     <string name="keystore_sign">Sign</string>
   1652     <string name="keystore_verify">Verify</string>
   1653     <string name="keystore_delete">Delete</string>
   1654 
   1655     <string name="keystore_generating_header">Generating</string>
   1656     <string name="keystore_entry_alias">Entry alias:</string>
   1657     <string name="keystore_generate">Generate</string>
   1658     <string name="keystore_no_alias_error">Must supply an alias</string>
   1659 
   1660     <!-- ============================ -->
   1661     <!--       MMS demo strings       -->
   1662     <!-- ============================ -->
   1663 
   1664     <string name="mms_received_label">Last received message</string>
   1665     <string name="mms_recipients_label">Addresses</string>
   1666     <string name="mms_subject_label">Subject</string>
   1667     <string name="mms_text_label">Text</string>
   1668     <string name="mms_send_button_label">Send</string>
   1669 
   1670     <string name="mms_status_sending">Sending</string>
   1671     <string name="mms_status_sent">Sent OK</string>
   1672     <string name="mms_status_downloaded">Downloaded</string>
   1673     <string name="mms_status_failed">Failed</string>
   1674     <string name="mms_status_downloading">Downloading</string>
   1675 
   1676     <string name="mms_enable_receiver">Enable MMS broadcast receiver</string>
   1677 
   1678     <string name="process_text_title">Content/Process Text Intent</string>
   1679     <string name="process_text_received_text_title">Received text selection</string>
   1680     <string name="process_text_finish_readonly">Finish</string>
   1681     <string name="process_text_finish">Replace</string>
   1682     <string name="process_text_no_text_received">No text received.</string>
   1683     <string name="process_text_no_text_process_intent_received">Try selecting some text in another app and find this app\'s name in the list of options for its selection menu.</string>
   1684     <string name="process_text_send_title">Select text to process</string>
   1685     <string name="process_text_send_description">Select a piece of text from this box to trigger the text selection action mode. In there, you will find \"ApiDemos\". That is because this app declares it can handle text processing intents. Try selecting that action to send the selected text to that activity and retrieve processed text back.</string>
   1686 </resources>
   1687