1<?xml version="1.0" encoding="utf-8"?>
2<!--
3  ~ Copyright 2019 The Android Open Source Project
4  ~
5  ~ Licensed under the Apache License, Version 2.0 (the "License");
6  ~ you may not use this file except in compliance with the License.
7  ~ You may obtain a copy of the License at
8  ~
9  ~      http://www.apache.org/licenses/LICENSE-2.0
10  ~
11  ~ Unless required by applicable law or agreed to in writing, software
12  ~ distributed under the License is distributed on an "AS IS" BASIS,
13  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  ~ See the License for the specific language governing permissions and
15  ~ limitations under the License.
16  -->
17<resources>
18  <!-- Application name [CHAR LIMIT=30] -->
19  <string name="app_name" translatable="false">Paint Booth (Gerrit)</string>
20
21  <!-- Description of the CurrentActivityService. [CHAR_LIMIT=200] -->
22  <string name="current_activity_service_description">Shows the current activity</string>
23
24  <!-- Strings for Preference Samples -->
25  <eat-comment/>
26
27  <!-- Preferences page title [CHAR_LIMIT=13] -->
28  <string name="preferences_screen_title">Settings</string>
29
30  <!--This section is for basic attributes -->
31  <eat-comment/>
32  <!-- Category title for basic preferences [CHAR_LIMIT=26]-->
33  <string name="basic_preferences">Basic attributes</string>
34  <!-- Title of a basic preference [CHAR_LIMIT=10]-->
35  <string name="title_basic_preference">Preference</string>
36  <!-- Summary of a basic preference [CHAR_LIMIT=71]-->
37  <string name="summary_basic_preference">Simple preference with no special attributes</string>
38
39  <!-- Title of a preference with stylized text [CHAR_LIMIT=71]-->
40  <string name="title_stylish_preference"><b>Very</b> <i>stylish</i> <u>preference</u></string>
41  <!-- Summary of a preference with stylized text [CHAR_LIMIT=150]-->
42  <string name="summary_stylish_preference">Define style tags such as &lt;b&gt; in a string resource to customize a preference\'s text</string>
43
44  <!-- Title of an icon preference [CHAR_LIMIT=25]-->
45  <string name="title_icon_preference">Icon preference</string>
46  <!-- Summary of an icon preference [CHAR_LIMIT=103]-->
47  <string name="summary_icon_preference">Define a drawable to display it at the start of the preference</string>
48
49  <!-- Title of a single line title preference [CHAR_LIMIT=165]-->
50  <string name="title_single_line_title_preference">Single line title preference - no matter how long the title is it will never wrap to multiple lines</string>
51  <!-- Summary of a single line title preference [CHAR_LIMIT=108]-->
52  <string name="summary_single_line_title_preference">This title will be ellipsized instead of wrapping to another line</string>
53
54  <!-- Title of a single line title preference without summary [CHAR_LIMIT=28]-->
55  <string name="title_single_line_no_summary">Single line preference - no summary</string>
56
57  <!--This section is for preferences that contain a widget in their layout -->
58  <eat-comment/>
59  <!-- Category title for preferences with widgets [CHAR_LIMIT=12]-->
60  <string name="widgets">Widgets</string>
61
62  <!-- Title of a two action preference [CHAR_LIMIT=31]-->
63  <string name="title_twoaction_preference">TwoAction preference</string>
64  <!-- Summary of a two action preference [CHAR_LIMIT=70]-->
65  <string name="summary_twoaction_preference">A widget should be visible on the right</string>
66
67  <!-- Title of a checkbox preference [CHAR_LIMIT=31]-->
68  <string name="title_checkbox_preference">Checkbox preference</string>
69  <!-- Summary of a checkbox preference [CHAR_LIMIT=78]-->
70  <string name="summary_checkbox_preference">Tap anywhere in this preference to toggle state</string>
71
72  <!-- Title of a switch preference [CHAR_LIMIT=28]-->
73  <string name="title_switch_preference">Switch preference</string>
74  <!-- Summary of a switch preference [CHAR_LIMIT=78]-->
75  <string name="summary_switch_preference">Tap anywhere in this preference to toggle state</string>
76
77  <!-- Title of a dropdown preference [CHAR_LIMIT=31]-->
78  <string name="title_dropdown_preference">Dropdown preference</string>
79
80  <!-- Title of a seekbar preference [CHAR_LIMIT=30]-->
81  <string name="title_seekbar_preference">Seekbar preference</string>
82  <!-- Summary of an seekbar preference [CHAR_LIMIT=32]-->
83  <string name="summary_seekbar_preference">Seekbar summary</string>
84
85  <!--This section is for preferences that launch a dialog to edit the preference -->
86  <eat-comment/>
87  <!-- Category title for preferences which launch dialogs [CHAR_LIMIT=12]-->
88  <string name="dialogs">Dialogs</string>
89
90  <!-- Title of an edittext preference [CHAR_LIMIT=32]-->
91  <string name="title_edittext_preference">EditText preference</string>
92  <!-- Title of the dialog for an edittext preference [CHAR_LIMIT=43]-->
93  <string name="dialog_title_edittext_preference">This title can be changed!</string>
94
95  <!-- Title of a list preference [CHAR_LIMIT=25]-->
96  <string name="title_list_preference">List preference</string>
97  <!-- Title of the dialog for a list preference [CHAR_LIMIT=30]-->
98  <string name="dialog_title_list_preference">Choose one option!</string>
99
100  <!-- Title of a multi-select list preference [CHAR_LIMIT=46]-->
101  <string name="title_multi_list_preference">Multi-select list preference</string>
102  <!-- Summary of a multi-select list preference [CHAR_LIMIT=71]-->
103  <string name="summary_multi_list_preference">Shows a dialog with multiple choice options</string>
104  <!-- Title of the dialog for a multi-select list preference [CHAR_LIMIT=33]-->
105  <string name="dialog_title_multi_list_preference">Choose some options!</string>
106
107  <!--This section is for advanced attributes-->
108  <eat-comment/>
109  <!-- Category title for preferences with advanced attributes [CHAR_LIMIT=32]-->
110  <string name="advanced_attributes">Advanced attributes</string>
111
112  <!-- Title of an expandable preference [CHAR_LIMIT=45]-->
113  <string name="title_expandable_preference">Expandable preference group</string>
114  <!-- Summary of an expandable preference [CHAR_LIMIT=131]-->
115  <string name="summary_expandable_preference">This group shows one item and collapses the rest into the advanced button below</string>
116
117  <!-- Title of a preference which launches an intent [CHAR_LIMIT=28]-->
118  <string name="title_intent_preference">Intent preference</string>
119  <!-- Summary of a preference which launches an intent [CHAR_LIMIT=51]-->
120  <string name="summary_intent_preference">Launches an intent when pressed</string>
121
122  <!-- Title of a parent preference [CHAR_LIMIT=28]-->
123  <string name="title_parent_preference">Parent preference</string>
124  <!-- Summary of a parent preference [CHAR_LIMIT=130]-->
125  <string name="summary_parent_preference">Toggling this preference will change the enabled state of the preference below</string>
126
127  <!-- Title of a child preference [CHAR_LIMIT=26]-->
128  <string name="title_child_preference">Child preference</string>
129  <!-- Summary of a child preference [CHAR_LIMIT=123]-->
130  <string name="summary_child_preference">The enabled state of this preference is controlled by the preference above</string>
131
132  <!-- Title of a switch preference with variable summaries [CHAR_LIMIT=45]-->
133  <string name="title_toggle_summary_preference">Variable summary preference</string>
134  <!-- Summary of a variable summary preference when the preference is on [CHAR_LIMIT=118]-->
135  <string name="summary_on_toggle_summary_preference">On! :) - the summary of this preference changes depending on its state</string>
136  <!-- Summary of a variable summary preference when the preference is off [CHAR_LIMIT=118]-->
137  <string name="summary_off_toggle_summary_preference">Off! :( - the summary of this preference changes depending on its state</string>
138
139  <!-- Title of a copyable preference [CHAR_LIMIT=31]-->
140  <string name="title_copyable_preference">Copyable preference</string>
141  <!-- Summary of a copyable preference [CHAR_LIMIT=81]-->
142  <string name="summary_copyable_preference">Long press on this preference to copy its summary</string>
143
144  <!-- Title of a Advanced preference [CHAR_LIMIT=13]-->
145  <string name="advanced_preference">Advanced</string>
146
147  <!-- Title of a Intent preference [CHAR_LIMIT=28]-->
148  <string name="intent_preference">Intent preference</string>
149
150  <!--This section is for toolbar attributes -->
151  <eat-comment/>
152
153  <!-- Text for change title button [CHAR_LIMIT=20]-->
154  <string name="toolbar_change_title">Change title</string>
155
156  <!-- Text for set xml button [CHAR_LIMIT=45]-->
157  <string name="toolbar_set_xml_resource">MenuItem: Set to XML source</string>
158
159  <!-- Text for add icon button [CHAR_LIMIT=30]-->
160  <string name="toolbar_add_icon">MenuItem: Add Icon</string>
161
162  <!-- Text for add untined icon button [CHAR_LIMIT=45]-->
163  <string name="toolbar_add_untined_icon">MenuItem: Add untinted icon</string>
164
165  <!-- Text for add overflow button [CHAR_LIMIT=36]-->
166  <string name="toolbar_add_overflow">Overflow MenuItem: Add Simple</string>
167
168  <!-- Text for add overflow button [CHAR_LIMIT=36]-->
169  <string name="toolbar_add_overflow_switch">Overflow MenuItem: Add switchable</string>
170
171  <!-- Text for add icon text overflow button [CHAR_LIMIT=45]-->
172  <string name="toolbar_add_icon_text_overflow">Overflow MenuItem: Add icon and text</string>
173
174  <!-- Text for add switch button [CHAR_LIMIT=33]-->
175  <string name="toolbar_add_switch">MenuItem: Add Switch</string>
176
177  <!-- Text for add text button [CHAR_LIMIT=30]-->
178  <string name="toolbar_add_text">MenuItem: Add text</string>
179
180  <!-- Text for add icon text button [CHAR_LIMIT=45]-->
181  <string name="toolbar_add_icon_text">MenuItem: Add icon and text</string>
182
183  <!-- Text for add untined icon and text button [CHAR_LIMIT=60]-->
184  <string name="toolbar_add_untinted_icon_and_text">MenuItem: Add untinted icon and text</string>
185
186  <!-- Text for add activatable button [CHAR_LIMIT=41]-->
187  <string name="toolbar_add_activatable">MenuItem: Add activatable</string>
188
189  <!-- Text for add activatable button [CHAR_LIMIT=36]-->
190  <string name="toolbar_add_morphing">MenuItem: Add morphing</string>
191
192  <!-- Text for toggle visibility button [CHAR_LIMIT=45]-->
193  <string name="toolbar_toggle_visibility">MenuItem: Toggle Visibility</string>
194
195  <!-- Text for toggle enable button [CHAR_LIMIT=40]-->
196  <string name="toolbar_toggle_enable">MenuItem: Toggle Enabled</string>
197
198  <!-- Text for toggle enable button [CHAR_LIMIT=49]-->
199  <string name="toolbar_toggle_perform_click">MenuItem: Call PerformClick()</string>
200
201  <!-- Text for toggle icon button [CHAR_LIMIT=35]-->
202  <string name="toolbar_toggle_icon">MenuItem: Toggle Icon</string>
203
204  <!-- Text for toggle show while search button [CHAR_LIMIT=61]-->
205  <string name="toolbar_toggle_show_while_search">MenuItem: Toggle show while searching</string>
206
207  <!-- Text for cycle nav button mode button [CHAR_LIMIT=35]-->
208  <string name="toolbar_cycle_nav_button">Cycle nav button mode</string>
209
210  <!-- Text for toggle logo button [CHAR_LIMIT=19]-->
211  <string name="toolbar_toggle_logo">Toggle logo</string>
212
213  <!-- Text for cycle state button [CHAR_LIMIT=20]-->
214  <string name="toolbar_cycle_state">Cycle state</string>
215
216  <!-- Text for toggle search hint button [CHAR_LIMIT=30]-->
217  <string name="toolbar_toggle_search_hint">Toggle search hint</string>
218
219  <!-- Text for toggle background button [CHAR_LIMIT=30]-->
220  <string name="toolbar_toggle_background">Toggle background</string>
221
222  <!-- Text for add tab button [CHAR_LIMIT=12]-->
223  <string name="toolbar_add_tab">Add tab</string>
224
225  <!-- Text for add tab with custom text button [CHAR_LIMIT=40]-->
226  <string name="toolbar_add_tab_with_custom_text">Add tab with custom text</string>
227
228  <!-- Text for showing tabs in subpages [CHAR_LIMIT=50]-->
229  <string name="toolbar_show_tabs_in_subpage">Toggle showing tabs in subpages</string>
230
231  <!-- Text for toggle search icon button [CHAR_LIMIT=30]-->
232  <string name="toolbar_toggle_search_icon">Toggle search icon</string>
233
234  <!--This section is for dialog attributes -->
235  <eat-comment/>
236
237  <!-- Text for show dialog button [CHAR_LIMIT=18]-->
238  <string name="dialog_show_dialog">Show Dialog</string>
239
240  <!-- Text for show dialog button [CHAR_LIMIT=30]-->
241  <string name="dialog_show_dialog_icon">Show Dialog with icon</string>
242
243  <!-- Text for Dialog with edit text box button [CHAR_LIMIT=50]-->
244  <string name="dialog_show_dialog_edit">Show Dialog with edit text box</string>
245
246  <!-- Text for show Dialog with only positive button button [CHAR_LIMIT=61]-->
247  <string name="dialog_show_dialog_only_positive">Show Dialog with only positive button</string>
248
249  <!-- Text for show Dialog With no button provided button [CHAR_LIMIT=60]-->
250  <string name="dialog_show_dialog_no_button">Show Dialog With no button provided</string>
251
252  <!-- Text for show Dialog With Checkbox button [CHAR_LIMIT=41]-->
253  <string name="dialog_show_dialog_checkbox">Show Dialog With Checkbox</string>
254
255  <!-- Text for show Dialog without title button [CHAR_LIMIT=41]-->
256  <string name="dialog_show_dialog_no_title">Show Dialog without title</string>
257
258  <!-- Text for show Toast button [CHAR_LIMIT=16]-->
259  <string name="dialog_show_toast">Show Toast</string>
260
261  <!-- Button that shows a dialog with a subtitle [CHAR_LIMIT=50]-->
262  <string name="dialog_show_subtitle">Show Dialog with title and subtitle</string>
263
264  <!-- Button that shows a dialog with a subtitle and icon [CHAR_LIMIT=50]-->
265  <string name="dialog_show_subtitle_and_icon">Show Dialog with title, subtitle, and icon</string>
266
267  <!-- Button that shows a dialog with a long title, subtitle and icon [CHAR_LIMIT=500]-->
268  <string name="dialog_show_long_subtitle_and_icon">Show Dialog with a long title, subtitle, and icon</string>
269
270  <!-- Text to show Dialog with single choice items-->
271  <string name="dialog_show_single_choice">Show with single choice items</string>
272
273  <!-- Text to show a permission Dialog [CHAR_LIMIT=50] -->
274  <string name="dialog_show_permission_dialog">Show permission dialog</string>
275
276  <!-- Text to show a permission Dialog for multiple permissions [CHAR_LIMIT=50] -->
277  <string name="dialog_show_multi_permission_dialog">Show multiple permissions dialog</string>
278
279  <!-- Text on button to show a permission dialog asking for the users location. [CHAR_LIMIT=100] -->
280  <string name="dialog_show_foreground_permission_dialog">Show foreground permission dialog</string>
281
282  <!-- Text on button to show a permission dialog asking for the users location in the background [CHAR_LIMIT=100] -->
283  <string name="dialog_show_background_permission_dialog">Show background permission dialog</string>
284
285  <!--This section is for widget attributes -->
286  <eat-comment/>
287  <!-- Text for checkbox [CHAR_LIMIT=16]-->
288  <string name="widget_checkbox_text">I\'m a check box</string>
289  <!-- Text for switch [CHAR_LIMIT=25]-->
290  <string name="widget_switch_text">I\'m a switch</string>
291
292</resources>
293