Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!-- Copyright (C) 2013 The Android Open Source Project
      3 
      4      Licensed under the Apache License, Version 2.0 (the "License");
      5      you may not use this file except in compliance with the License.
      6      You may obtain a copy of the License at
      7 
      8           http://www.apache.org/licenses/LICENSE-2.0
      9 
     10      Unless required by applicable law or agreed to in writing, software
     11      distributed under the License is distributed on an "AS IS" BASIS,
     12      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     13      See the License for the specific language governing permissions and
     14      limitations under the License.
     15 -->
     16 
     17 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     18     <string name="activity_sample_code">Support v7 Demos</string>
     19 
     20     <!-- MediaRouter -->
     21 
     22     <string name="sample_media_router_activity_dark">MediaRouter/Dark Theme</string>
     23     <string name="sample_media_router_activity_light">MediaRouter/Light Theme</string>
     24     <string name="sample_media_router_activity_light_with_dark_action_bar">MediaRouter/Light Theme, Dark Action Bar</string>
     25     <string name="sample_media_router_text">This activity demonstrates how to
     26             use MediaRouter from the support library.  Select a route from the action bar.</string>
     27     <string name="media_route_menu_title">Play on...</string>
     28     <string name="sample_media_route_settings_activity">Sample route settings</string>
     29 
     30     <string name="use_default_media_control">Use default media control</string>
     31     <string name="my_media_control_text">My Media Control</string>
     32 
     33     <string name="library_tab_text">Library</string>
     34     <string name="playlist_tab_text">Playlist</string>
     35     <string name="info_tab_text">Route Info</string>
     36 
     37     <string name="sample_media_route_provider_service">Media Route Provider Service Support Library Sample</string>
     38     <string name="fixed_volume_route_name">Fixed Volume Remote Playback Route</string>
     39     <string name="variable_volume_basic_route_name">Variable Volume (Basic) Remote Playback Route</string>
     40     <string name="variable_volume_queuing_route_name">Variable Volume (Queuing) Remote Playback Route</string>
     41     <string name="variable_volume_session_route_name">Variable Volume (Session) Remote Playback Route</string>
     42     <string name="variable_volume_route_group_name">Variable Volume Route Group</string>
     43     <string name="mixed_volume_route_group_name">Mixed Volume Route Group</string>
     44     <string name="sample_route_description">Sample route from Support7Demos</string>
     45 
     46     <!-- GridLayout -->
     47 
     48     <string name="grid_layout_1">GridLayout/1. Simple Form</string>
     49     <string name="grid_layout_2">GridLayout/2. Form (XML)</string>
     50     <string name="grid_layout_3">GridLayout/3. Form (Java)</string>
     51 
     52     <string name="grid_layout_1_instructions">Type here:</string>
     53     <string name="grid_layout_1_ok">Ok</string>
     54     <string name="grid_layout_1_cancel">Cancel</string>
     55 
     56     <!-- ActionBar -->
     57 
     58     <string name="action_bar_mechanics">AppCompat/Action Bar/Action Bar Mechanics</string>
     59     <string name="action_bar_usage">AppCompat/Action Bar/Action Bar Usage</string>
     60     <string name="action_bar_tabs">AppCompat/Action Bar/Action Bar Tabs</string>
     61     <string name="action_bar_settings_action_provider">AppCompat/Action Bar/Settings Action Provider</string>
     62     <string name="action_bar_share_action_provider">AppCompat/Action Bar/ShareActionProvider</string>
     63     <string name="action_bar_settings_action_provider_no_handling">Handling in onOptionsItemSelected avoided</string>
     64     <string name="action_bar_with_navigation_drawer">AppCompat/Action Bar/Navigation Drawer Toggle</string>
     65     <string name="action_bar_preferences">AppCompat/Action Bar/Preferences</string>
     66     <string name="action_bar_action_mode">AppCompat/Action Bar/Action Mode</string>
     67     <string name="action_bar_hide_scroll">AppCompat/Action Bar/Hide on Scroll</string>
     68     <string name="appcompat_widgets_buttons">AppCompat/Widgets/Buttons</string>
     69     <string name="appcompat_widgets_spinners">AppCompat/Widgets/Spinners</string>
     70     <string name="appcompat_widgets_text_input">AppCompat/Widgets/Text Input</string>
     71 
     72     <string name="action_bar_search">Search</string>
     73     <string name="action_bar_add">Add</string>
     74     <string name="action_bar_edit">Edit</string>
     75     <string name="action_bar_share">Share</string>
     76     <string name="action_bar_sort">Sort</string>
     77     <string name="action_bar_sort_alpha">Alphabetically</string>
     78     <string name="action_bar_sort_size">By size</string>
     79     <string name="action_bar_settings">Settings</string>
     80 
     81     <string name="action_bar_display_options">AppCompat/Action Bar/Display Options</string>
     82     <string name="toggle_home_as_up">DISPLAY_HOME_AS_UP</string>
     83     <string name="toggle_show_home">DISPLAY_SHOW_HOME</string>
     84     <string name="toggle_use_logo">DISPLAY_USE_LOGO</string>
     85     <string name="toggle_show_title">DISPLAY_SHOW_TITLE</string>
     86     <string name="toggle_show_custom">DISPLAY_SHOW_CUSTOM</string>
     87     <string name="toggle_navigation">Navigation</string>
     88     <string name="cycle_custom_gravity">Cycle Custom View Gravity</string>
     89     <string name="toggle_visibility">Toggle Visibility</string>
     90 
     91     <string name="display_options_custom_button">Custom View!</string>
     92     <string name="display_options_menu_item">Menu Item</string>
     93 
     94     <string name="btn_add_tab">Add new tab</string>
     95     <string name="btn_remove_tab">Remove last tab</string>
     96     <string name="btn_toggle_tabs">Toggle tab mode</string>
     97     <string name="btn_remove_all_tabs">Remove all tabs</string>
     98 
     99     <string name="action_bar_fragment_menu">AppCompat/Action Bar/Fragment Menu</string>
    100     <string name="action_bar_fragment_menu_msg">Build menus from three fragments, the last one
    101         nested, allowing you to hide them to remove them...</string>
    102     <string name="action_bar_fragment_menu1">Show fragment 1</string>
    103     <string name="action_bar_fragment_menu2">Show fragment 2</string>
    104     <string name="action_bar_fragment_menu3">Show nested fragment (within fragment 2)</string>
    105     <string name="action_bar_fragment_has_options_menu">Set has options menu to true</string>
    106     <string name="action_bar_fragment_menu_visibility">Set menu visibility to true</string>
    107 
    108     <string name="sliding_pane_layout_support">Widget/Sliding pane layout</string>
    109 
    110     <string name="sliding_pane_layout_summary">This activity illustrates the use of sliding panes.
    111         The content pane may be slid to one side on narrow devices to reveal the left pane used to
    112         select content. Sliding panes can be used to fit a UI intended for wider screens in a
    113         smaller space. Tapping the Action Bar\'s Up button at the left side of the bar will navigate
    114         up in the hierarchy, represented by the left pane. If you rotate the device to landscape
    115         mode, on most devices you will see that both panes fit together side by side with no sliding
    116         necessary.
    117     </string>
    118 
    119     <string name="toolbar_usage">AppCompat/Toolbar/Toolbar as Action Bar</string>
    120     <string name="toolbar_display_options">AppCompat/Toolbar/Toolbar Display Options</string>
    121     <string name="toolbar_fragment_pager">AppCompat/Toolbar/Toolbar Fragment ViewPager</string>
    122     <string name="toolbar_action_mode">AppCompat/Toolbar/Action Mode</string>
    123 
    124     <string name="dialog_usage">AppCompat/Dialog/Dialog Usage</string>
    125     <string name="dialog_title">My great dialog</string>
    126     <string name="dialog_content">My great dialog is great</string>
    127     <string name="alert_dialog_usage">AppCompat/Dialog/AlertDialog Usage</string>
    128     <string name="dialogfragment_usage">AppCompat/Dialog/DialogFragment Usage</string>
    129 
    130     <string name="sample_media_route_provider_remote">Remote Playback (Simulated)</string>
    131     <string name="sample_media_route_activity_local">Local Playback</string>
    132     <string name="sample_media_route_activity_presentation">Local Playback on Presentation Display</string>
    133 
    134     <string name="recycler_view">RecyclerView/RecyclerViewActivity</string>
    135     <string name="animated_recycler_view">RecyclerView/AnimatedRecyclerView</string>
    136     <string name="linear_layout_manager">RecyclerView/Linear Layout Manager</string>
    137     <string name="grid_layout_manager">RecyclerView/Grid Layout Manager</string>
    138     <string name="staggered_grid_layout_manager">RecyclerView/Staggered Grid Layout Manager</string>
    139     <string name="async_list_util">RecyclerView/AsyncListUtil</string>
    140     <string name="checkbox_orientation">Horz.</string>
    141     <string name="checkbox_reverse">Rev.</string>
    142     <string name="checkbox_layout_dir">Layout Dir</string>
    143     <string name="checkbox_stack_from_end">Stack From End</string>
    144     <string name="enableAnimations">Animate</string>
    145     <string name="enablePredictiveAnimations">Predictive</string>
    146     <string name="enableInPlaceChange">In Place Change</string>
    147     <string name="add_item">Add</string>
    148     <string name="delete_item">Del</string>
    149     <string name="add_delete_item">A+D</string>
    150     <string name="delete_add_item">D+A</string>
    151     <string name="d1a2d3">d1a2d3</string>
    152 
    153     <string name="card_view">Card View</string>
    154     <string name="card_view_radius">Radius</string>
    155     <string name="card_view_width">Width</string>
    156     <string name="card_view_height">Height</string>
    157     <string name="card_view_bg_color">Background</string>
    158     <string name="card_view_elevation">Elevation</string>
    159     <string name="card_view_max_elevation">Max Elevation</string>
    160     <string name="card_view_alpha">Alpha</string>
    161     <string name="card_view_sample_text">Sample text on right</string>
    162     <string name="card_view_resize_card_view">Resize CardView</string>
    163     <string name="card_view_resize_content">Resize Content</string>
    164     <string name="cardview_background_selector_label">Selector</string>
    165 
    166     <string name="palette">Palette</string>
    167     <string name="palette_all_colors">Full color palette</string>
    168     <string name="search_hint">Search...</string>
    169     <string name="sorted_list_activity">RecyclerView/Sorted List</string>
    170     <string name="diff_util_activity">RecyclerView/Diff Util</string>
    171     <string name="add_new_item">Add New Item</string>
    172     <string name="start_action_mode">Start Action Mode</string>
    173 
    174     <string name="swipe_to_dismiss_activity">RecyclerView/ItemTouchHelper/Swipe To Dismiss</string>
    175     <string name="drag_and_drop_activity">RecyclerView/ItemTouchHelper/Drag and Drop Activity</string>
    176     <string name="swipe_start">start</string>
    177     <string name="swipe_end">end</string>
    178     <string name="pointer_swipe_enabled">pointer swipe</string>
    179     <string name="custom_swipe_enabled">custom swipe</string>
    180     <string name="drag_up">up</string>
    181     <string name="drag_down">down</string>
    182     <string name="long_press_drag">long press drag</string>
    183     <string name="drag">drag me</string>
    184     <string name="swipe">swipe me</string>
    185     <string name="swiping">swiping</string>
    186     <string name="vertical">vertical</string>
    187 
    188     <string name="drawer_layout_activity">Drawer layout</string>
    189     <string name="drawer_layout_summary">This activity illustrates the use of sliding drawers. The drawer may be pulled out from the starting edge, which is left on left-to-right locales, with an edge swipe. You can tap the hamburger (three horizontal lines) icon at the starting side of the action bar to open the drawer as well.</string>
    190     <string name="drawer_title">Navigation</string>
    191     <string name="drawer_open">Open navigation drawer</string>
    192     <string name="drawer_close">Close navigation drawer</string>
    193 
    194     <string name="mode_night_yes">MODE_NIGHT_YES</string>
    195     <string name="mode_night_no">MODE_NIGHT_NO</string>
    196     <string name="mode_night_auto">MODE_NIGHT_AUTO</string>
    197     <string name="mode_night_activity_title">AppCompat/DayNight/Activity Usage</string>
    198     <string name="mode_night_dialog_title">AppCompat/DayNight/Dialog Usage</string>
    199     <string name="mode_night_alertdialog_title">AppCompat/DayNight/AlertDialog Usage</string>
    200 
    201     <string name="list_popup_window_activity">AppCompat/List popup window</string>
    202     <string name="list_popup_window_summary">This activity illustrates the use of list popup windows. The popup window is shown by clicking the button above. The checkbox controls the modality. The text area below logs various events - it should log a tap on itself when a non-modal popup window is dismissed by tapping on the log area.</string>
    203     <string name="list_popup_window_button">Show popup!</string>
    204     <string name="list_popup_window_is_modal">is modal</string>
    205 
    206     <string name="popup_menu_activity">AppCompat/Popup menu</string>
    207     <string name="popup_menu_summary">This activity illustrates the use of popup menus. The popup menu is shown by clicking the button above. The text area below logs various events.</string>
    208     <string name="popup_menu_button">Show popup!</string>
    209     <string name="popup_menu_highlight">Highlight</string>
    210     <string name="popup_menu_edit">Edit</string>
    211     <string name="popup_menu_delete">Delete</string>
    212     <string name="popup_menu_ignore">Ignore</string>
    213     <string name="popup_menu_share">Share</string>
    214     <string name="popup_menu_share_email">Via email</string>
    215     <string name="popup_menu_share_circles">To my circles</string>
    216     <string name="popup_menu_print">Print</string>
    217 
    218     <string name="appcompat_vector_disabled">AnimatedVectorDrawableCompat does not work on devices running API v10 or below</string>
    219     <string name="appcompat_vector_title">AppCompat/Integrations/AnimatedVectorDrawable</string>
    220 </resources>
    221 
    222