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="library_tab_text">Library</string> 31 <string name="playlist_tab_text">Playlist</string> 32 <string name="info_tab_text">Route Info</string> 33 34 <string name="sample_media_route_provider_service">Media Route Provider Service Support Library Sample</string> 35 <string name="fixed_volume_route_name">Fixed Volume Remote Playback Route</string> 36 <string name="variable_volume_basic_route_name">Variable Volume (Basic) Remote Playback Route</string> 37 <string name="variable_volume_queuing_route_name">Variable Volume (Queuing) Remote Playback Route</string> 38 <string name="variable_volume_session_route_name">Variable Volume (Session) Remote Playback Route</string> 39 <string name="sample_route_description">Sample route from Support7Demos</string> 40 41 <!-- GridLayout --> 42 43 <string name="grid_layout_1">GridLayout/1. Simple Form</string> 44 <string name="grid_layout_2">GridLayout/2. Form (XML)</string> 45 <string name="grid_layout_3">GridLayout/3. Form (Java)</string> 46 47 <string name="grid_layout_1_instructions">Type here:</string> 48 <string name="grid_layout_1_ok">Ok</string> 49 <string name="grid_layout_1_cancel">Cancel</string> 50 51 <!-- ActionBar --> 52 53 <string name="action_bar_mechanics">AppCompat/Action Bar/Action Bar Mechanics</string> 54 <string name="action_bar_usage">AppCompat/Action Bar/Action Bar Usage</string> 55 <string name="action_bar_tabs">AppCompat/Action Bar/Action Bar Tabs</string> 56 <string name="action_bar_settings_action_provider">AppCompat/Action Bar/Settings Action Provider</string> 57 <string name="action_bar_settings_action_provider_no_handling">Handling in onOptionsItemSelected avoided</string> 58 <string name="action_bar_with_navigation_drawer">AppCompat/Action Bar/Navigation Drawer Toggle</string> 59 60 <string name="action_bar_search">Search</string> 61 <string name="action_bar_add">Add</string> 62 <string name="action_bar_edit">Edit</string> 63 <string name="action_bar_share">Share</string> 64 <string name="action_bar_sort">Sort</string> 65 <string name="action_bar_sort_alpha">Alphabetically</string> 66 <string name="action_bar_sort_size">By size</string> 67 <string name="action_bar_settings">Settings</string> 68 69 <string name="action_bar_display_options">AppCompat/Action Bar/Display Options</string> 70 <string name="toggle_home_as_up">DISPLAY_HOME_AS_UP</string> 71 <string name="toggle_show_home">DISPLAY_SHOW_HOME</string> 72 <string name="toggle_use_logo">DISPLAY_USE_LOGO</string> 73 <string name="toggle_show_title">DISPLAY_SHOW_TITLE</string> 74 <string name="toggle_show_custom">DISPLAY_SHOW_CUSTOM</string> 75 <string name="toggle_navigation">Navigation</string> 76 <string name="cycle_custom_gravity">Cycle Custom View Gravity</string> 77 <string name="toggle_visibility">Toggle Visibility</string> 78 79 <string name="display_options_custom_button">Custom View!</string> 80 <string name="display_options_menu_item">Menu Item</string> 81 82 <string name="btn_add_tab">Add new tab</string> 83 <string name="btn_remove_tab">Remove last tab</string> 84 <string name="btn_toggle_tabs">Toggle tab mode</string> 85 <string name="btn_remove_all_tabs">Remove all tabs</string> 86 87 <string name="action_bar_fragment_menu">AppCompat/Action Bar/Fragment Menu</string> 88 <string name="action_bar_fragment_menu_msg">Build menus from three fragments, the last one 89 nested, allowing you to hide them to remove them...</string> 90 <string name="action_bar_fragment_menu1">Show fragment 1</string> 91 <string name="action_bar_fragment_menu2">Show fragment 2</string> 92 <string name="action_bar_fragment_menu3">Show nested fragment (within fragment 2)</string> 93 <string name="action_bar_fragment_has_options_menu">Set has options menu to true</string> 94 <string name="action_bar_fragment_menu_visibility">Set menu visibility to true</string> 95 96 <!-- actionbar w/ drawer layout --> 97 <string name="drawer_layout_support">Widget/Drawer layout</string> 98 99 <string name="drawer_layout_summary">This activity illustrates the use of sliding drawers. The 100 drawer may be pulled out from the starting edge, which is left on left-to-right locales, 101 with an edge swipe. If this demo is running on Ice Cream Sandwich or newer you may tap the 102 icon at the starting side of the action bar to open the drawer as well. 103 </string> 104 105 <!-- Title of the navigation drawer, used by accessibility to announce state changes. --> 106 <string name="drawer_title">Navigation</string> 107 108 <!-- Description of the icon that opens the navigation drawer, used by accessibility. --> 109 <string name="drawer_open">Open navigation drawer</string> 110 111 <!-- Description of the icon that closes the navigation drawer, used by accessibility. --> 112 <string name="drawer_close">Close navigation drawer</string> 113 114 <string name="sliding_pane_layout_support">Widget/Sliding pane layout</string> 115 116 <string name="sliding_pane_layout_summary">This activity illustrates the use of sliding panes. 117 The content pane may be slid to one side on narrow devices to reveal the left pane used to 118 select content. Sliding panes can be used to fit a UI intended for wider screens in a 119 smaller space. Tapping the Action Bar\'s Up button at the left side of the bar will navigate 120 up in the hierarchy, represented by the left pane. If you rotate the device to landscape 121 mode, on most devices you will see that both panes fit together side by side with no sliding 122 necessary. 123 </string> 124 125 <string name="toolbar_usage">AppCompat/Toolbar/Toolbar as Action Bar</string> 126 <string name="toolbar_display_options">AppCompat/Toolbar/Toolbar Display Options</string> 127 <string name="toolbar_fragment_pager">AppCompat/Toolbar/Toolbar Fragment ViewPager</string> 128 129 <string name="sample_media_route_provider_remote">Remote Playback (Simulated)</string> 130 <string name="sample_media_route_activity_local">Local Playback</string> 131 <string name="sample_media_route_activity_presentation">Local Playback on Presentation Display</string> 132 133 <string name="recycler_view">RecyclerView/RecyclerViewActivity</string> 134 <string name="animated_recycler_view">RecyclerView/AnimatedRecyclerView</string> 135 <string name="linear_layout_manager">RecyclerView/Linear Layout Manager</string> 136 <string name="grid_layout_manager">RecyclerView/Grid Layout Manager</string> 137 <string name="checkbox_orientation">Horz.</string> 138 <string name="checkbox_reverse">Rev.</string> 139 <string name="checkbox_layout_dir">Layout Dir</string> 140 <string name="checkbox_stack_from_end">Stack From End</string> 141 <string name="enableAnimations">Animate</string> 142 <string name="enablePredictiveAnimations">Predictive</string> 143 <string name="enableChangeAnimations">Change Anims</string> 144 <string name="add_item">Add</string> 145 <string name="delete_item">Del</string> 146 <string name="add_delete_item">A+D</string> 147 <string name="delete_add_item">D+A</string> 148 <string name="d1a2d3">d1a2d3</string> 149 150 <string name="card_view">Card View</string> 151 <string name="card_view_radius">Radius</string> 152 <string name="card_view_width">Width</string> 153 <string name="card_view_height">Height</string> 154 <string name="card_view_bg_color">Background</string> 155 <string name="card_view_elevation">Elevation</string> 156 <string name="card_view_max_elevation">Max Elevation</string> 157 <string name="card_view_alpha">Alpha</string> 158 <string name="card_view_sample_text">Sample text on right</string> 159 <string name="card_view_resize_card_view">Resize CardView</string> 160 <string name="card_view_resize_content">Resize Content</string> 161 162 <string name="palette">Palette</string> 163 <string name="palette_all_colors">Full color palette</string> 164 <string name="search_hint">Search...</string> 165 166 </resources> 167