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<resources>
17    <string name="activity_sample_code">Support v4 Demos</string>
18
19    <string name="hello_world"><b>Hello, <i>World!</i></b></string>
20    <string name="alert_dialog_two_buttons_title">
21        Lorem ipsum dolor sit aie consectetur adipiscing\nPlloaso mako nuto
22        siwuf cakso dodtos anr koop.
23    </string>
24    <string name="alert_dialog_ok">OK</string>
25    <string name="alert_dialog_cancel">Cancel</string>
26
27    <string name="initial_text">Initial text.</string>
28
29    <string name="pick_result">Pick a result to send, or BACK to cancel.</string>
30    <string name="corky">Corky</string>
31    <string name="violet">Violet</string>
32    <string name="receive_result_instructions">Press the buttons below to get an activity or intent sender result, which will be displayed here:</string>
33    <string name="receive_result_result">Get Activity Result</string>
34    <string name="receive_result_intentsender">Get IntentSender Result</string>
35
36    <!-- Fragment API -->
37
38    <string name="fragment_alert_dialog_support">Fragment/Alert Dialog</string>
39
40    <string name="fragment_arguments_support">Fragment/Arguments</string>
41    <string name="fragment_arguments_msg">Demonstrates a fragment that takes arguments
42        as a Bundle at runtime (on the right) or from attributes in a layout (on the left).</string>
43    <string name="fragment_arguments_embedded">From Attributes</string>
44    <string name="fragment_arguments_embedded_land">Landscape Only</string>
45
46    <string name="fragment_custom_animation_support">Fragment/Custom Animation</string>
47
48    <string name="fragment_hide_show_support">Fragment/Hide and Show</string>
49
50    <string name="fragment_context_menu_support">Fragment/Context Menu</string>
51    <string name="fragment_context_menu_msg">Fragment populating a context
52            menu; long press the button to see.</string>
53    <string name="long_press">Long press me</string>
54
55    <string name="fragment_dialog_support">Fragment/Dialog</string>
56    <string name="show">Show</string>
57    <string name="hide">Hide</string>
58
59    <string name="fragment_dialog_or_activity_support">Fragment/Dialog or Activity</string>
60    <string name="fragment_dialog_or_activity_msg">Demonstrates the same fragment
61            being shown as a dialog and embedded inside of an activity.</string>
62    <string name="fragment_dialog_or_activity_inline">Fragment embedded inside
63            of the activity:</string>
64
65    <string name="fragment_layout_support">Fragment/Layout</string>
66
67    <string name="fragment_list_array_support">Fragment/List Array</string>
68
69    <string name="fragment_menu_support">Fragment/Menu</string>
70    <string name="fragment_menu_msg">Build menus from two fragments, allowing
71        you to hide them to remove them..</string>
72    <string name="fragment1menu">Show fragment 1 menu</string>
73    <string name="fragment2menu">Show fragment 2 menu</string>
74
75    <string name="fragment_nesting_tabs_support">Fragment/Nesting Tabs</string>
76
77    <string name="fragment_receive_result_support">Fragment/Receive Result</string>
78
79    <string name="fragment_stack_support">Fragment/Stack</string>
80    <string name="home">Go home</string>
81    <string name="new_fragment">Add new</string>
82    <string name="delete_fragment">Pop top</string>
83
84    <string name="fragment_tabs">Fragment/Tabs</string>
85
86    <string name="fragment_tabs_pager">Fragment/Tabs and Pager</string>
87
88    <string name="fragment_pager_support">Fragment/Pager</string>
89    <string name="first">First</string>
90    <string name="last">Last</string>
91
92    <string name="fragment_state_pager_support">Fragment/State Pager</string>
93
94    <string name="fragment_view_model_support">Fragment/View Model</string>
95    <string name="fragment_view_model_msg">Current progress of ViewModel;
96    continues even if fragment is re-created.</string>
97    <string name="restart">Restart</string>
98
99    <string name="loader_cursor_support">Loader/Cursor</string>
100
101    <string name="loader_custom_support">Loader/Custom</string>
102
103    <string name="loader_throttle_support">Loader/Throttle</string>
104
105    <string name="local_service_broadcaster">Content/Local Service Broadcaster</string>
106
107    <string name="local_service_broadcaster_msg">Demonstrates use of LocalBroadcastManager
108        to communicate from a Service to an Activity.</string>
109    <string name="start_service">Start Service</string>
110    <string name="stop_service">Stop Service</string>
111
112    <string name="simple_job_intent_controller">App/Simple JobIntentService</string>
113    <string name="simple_job_intent_controller_msg">Demonstrates use of JobIntentService.
114        The buttons enqueue work in to the service, which it will then process.</string>
115    <string name="schedule_work_a">Work A</string>
116    <string name="schedule_work_b">Work B</string>
117    <string name="schedule_work_c">Work C</string>
118
119    <string name="simple_wakeful_controller">Content/Simple WakefulReceiver</string>
120
121    <string name="simple_wakeful_controller_msg">Demonstrates use of WakefulBroadcastReceiver
122        to keep the device awake while dispatching a broadcast to a service.</string>
123    <string name="schedule_wakeful_alarm">Wakeup in 30 seconds</string>
124    <string name="simple_wakeful_scheduled">Alarm scheduled</string>
125
126    <!-- Accessibility API -->
127
128    <string name="accessibility_manager_title">Accessibility/Accessibility Manager</string>
129    <string name="accessibility_manager_instructions">
130        1. Enable TalkBack from Settings->Accessibility.
131        \n2. Go back to this activity.
132        \n3. Disable TalkBack from Settings->Accessibility.</string>
133    <string name="accessibility_manager_no_enabled_services">No enabled accessibility services or API level lower than ICS.</string>
134    <string name="accessibility_manager_enabled_service">ENABLED ACCESSIBILITY SERVICES:
135        \n\nService: %1$s\nFeedback: %2$s\nDescription: %3$s\nSettings: %4$s\n</string>
136    <string name="accessibility_manager_accessibility_state">Accessibility enabled: %1$s</string>
137
138    <string name="accessibility_delegate_title">Accessibility/Accessibility Delegate</string>
139    <string name="accessibility_delegate_instructions">
140        1. Enable TalkBack from Settings->Accessibility.
141        \n2. Go back to this activity.
142        \n3. Touch the button below.</string>
143    <string name="accessibility_delegate_button">Button</string>
144    <string name="accessibility_delegate_custom_text_added">Custom text added via an accessibility delegate.</string>
145
146    <string name="accessibility_roledescription_title">Accessibility/Role Description</string>
147    <string name="accessibility_roledescription_instructions">
148        1. Make sure that you have TalkBack 4.5 or later from the Play Store.
149        \n2. Enable TalkBack from Settings->Accessibility.
150        \n3. Go back to this activity.
151        \n4. Touch the two items below.
152        \n5. The first item has a role description, but the second item does not.</string>
153    <string name="accessibility_roledescription_item">Android rocks!</string>
154    <string name="accessibility_roledescription_role">Custom role description</string>
155    <string name="accessibility_roledescription_example">
156        One possible use of role description is to notate heading levels in structured text:</string>
157    <string name="accessibility_roledescription_h1_item">Milky Way Galaxy</string>
158    <string name="accessibility_roledescription_h2_item">Solar System</string>
159    <string name="accessibility_roledescription_h3_item">Planet Earth</string>
160    <string name="accessibility_roledescription_h1_role">heading level 1</string>
161    <string name="accessibility_roledescription_h2_role">heading level 2</string>
162    <string name="accessibility_roledescription_h3_role">heading level 3</string>
163    <string name="accessibility_roledescription_counterexample">
164        Do not set the role description for standard widgets.
165        \nThe following button has a role description, which is incorrect.
166        \nYou should let accessibility services determine feedback for standard widgets.</string>
167    <string name="accessibility_roledescription_button_item">Click me</string>
168    <string name="accessibility_roledescription_button_role">Button with incorrect role description</string>
169
170    <string name="share_text">Share some text</string>
171    <string name="share_file">Share a file</string>
172    <string name="share_multiple_file">Share multiple files</string>
173    <string name="sharing_support_title">App/ShareCompat Demo</string>
174    <string name="sharing_receiver_title">ShareCompat Receiver</string>
175
176    <string name="file_provider_example">Content/FileProvider example</string>
177
178    <!-- Text API -->
179
180    <string name="without_bidiformatter">Without BidiFormatter:</string>
181    <string name="with_bidiformatter">With BidiFormatter:</string>
182    <string name="bidiformatter_support_title">Text/BidiFormatter Demo</string>
183
184    <!-- TransportController -->
185
186    <string name="sample_transport_controller_activity">Media/TransportController</string>
187
188    <string name="view_pager_layout_support">View/View pager</string>
189
190    <string name="sliding_pane_layout_support">Widget/Sliding pane layout</string>
191
192    <string name="sliding_pane_layout_summary">This activity illustrates the use of sliding panes. The content pane may be slid to one side on narrow devices to reveal the left pane used to select content. Sliding panes can be used to fit a UI intended for wider screens in a smaller space. Tapping the Action Bar\'s Up button at the left side of the bar will navigate up in the hierarchy, represented by the left pane. If you rotate the device to landscape mode, on most devices you will see that both panes fit together side by side with no sliding necessary.</string>
193
194    <!-- MediaBrowserCompat Sample -->
195
196    <string name="media_browser_support">Media/MediaBrowserCompat Sample</string>
197    <string name="favorite">Favorite</string>
198    <string name="error_no_metadata">Unable to retrieve metadata.</string>
199    <string name="browse_genres">Genres</string>
200    <string name="browse_genre_subtitle">Songs by genre</string>
201    <string name="browse_musics_by_genre_subtitle">%1$s songs</string>
202    <string name="random_queue_title">Random music</string>
203    <string name="error_cannot_skip">Cannot skip</string>
204    <string name="error_loading_media">Error Loading Media</string>
205    <string name="play_item">Play item</string>
206    <string name="skip_previous">Skip to previous</string>
207    <string name="play_pause">play or pause</string>
208    <string name="skip_next">Skip to next</string>
209    <string name="no_search_results">No search results.</string>
210    <string name="label_pause">Pause</string>
211    <string name="label_play">Play</string>
212    <string name="label_previous">Previous</string>
213    <string name="label_next">Next</string>
214    <string name="error_empty_metadata">Empty metadata!</string>
215
216    <!-- ExploreByTouchHelper -->
217
218    <string name="explore_by_touch_helper_support">Widget/Explore by Touch helper</string>
219    <string name="sample_item_a">Sample item A</string>
220    <string name="sample_item_b">Sample item B</string>
221    <string name="sample_item_c">Sample item C</string>
222    <string name="sample_item_d">Sample item D</string>
223
224    <!-- ContentLoadingProgressBar -->
225    <string name="content_loading_progress_bar">Widget/Content Loading Progress Bar</string>
226
227    <!--  Swipe refresh -->
228    <string name="swipe_list">Widget/SwipeRefreshLayout ListView</string>
229    <string name="swipe_text">Widget/SwipeRefreshLayout TextView</string>
230    <string name="swipe_nested_sv">Widget/SwipeRefreshLayout NestedScrollView</string>
231    <string name="swipe_parent_child">Widget/SwipeRefreshLayout with Parent and Child</string>
232
233    <string name="nested_scroll">Widget/Nested Scrolling</string>
234    <string name="nested_scroll_3_levels">Widget/Nested Scrolling (3 levels)</string>
235
236    <string name="nested_scroll_3_levels_collapsing">Widget/Nested Scrolling (3 levels) with Collapsing Toolbar</string>
237    <string name="nested_scroll_3_levels_collapsing_appbar_title">Collapsing Appbar</string>
238
239    <string name="preference_screen_collapsing">Widget/PreferenceScreen with Collapsing Appbar</string>
240    <string name="preference_screen_collapsing_appbar_title">Collapsing Appbar</string>
241
242    <string name="nested_scroll_long_text">This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it. This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it. This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it. This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it. This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it. This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it. This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it. This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it. This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it. This is some long text. It just keeps going. Look at it. Scroll it. Scroll the nested version of it.</string>
243    <string name="nested_scroll_short_text">This is shorter text. In fact, it was designed to be half as long as the long text, it is very close. This is shorter text. In fact, it was designed to be half as long as the long text, it is very close. This is shorter text. In fact, it was designed to be half as long as the long text, it is very close. This is shorter text. In fact, it was designed to be half as long as the long text, it is very close. This is shorter text. In fact, it was designed to be half as long as the long text, it is very close.</string>
244    <string name="regular">regular</string>
245    <string name="round">round</string>
246
247    <string name="recycler_view_with_collapsing_toolbar">Widget/RecyclerView with Collapsing Appbar</string>
248    <string name="recycler_view_with_collapsing_toolbar_title">Header</string>
249
250    <string name="drawable_compat_no_tint">Not tint</string>
251    <string name="drawable_compat_color_tint">Color tint</string>
252    <string name="drawable_compat_color_list_tint">Color state list</string>
253
254    <string name="commit_content_support">View/Input Method/Commit Content</string>
255
256    <string name="insets_playground">View/WindowInsetsCompat</string>
257    <string name="insets_controller_playground">View/WindowInsetsControllerCompat</string>
258    <string name="insets_none">None yet...</string>
259</resources>
260