blob: f4d525e5c7ab8582630a8481501044bf68880589 [file] [log] [blame]
Santiago Etchebeherecca6d492018-12-04 18:29:48 -08001<!--
2 Copyright (C) 2018 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 <!-- The name of this application, a theme picker. [CHAR LIMIT=50] -->
Santiago Etchebehereee08dce2021-04-20 18:44:18 -070019 <string name="app_name">Wallpaper &amp; style</string>
Santiago Etchebeherecca6d492018-12-04 18:29:48 -080020
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080021 <!-- Title of a section of the customization picker where the user can select a Theme for the
22 device. [CHAR LIMIT=15] -->
Santiago Etchebehere8f5adbc2019-04-16 15:04:46 -030023 <string name="theme_title">Style</string>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080024
25 <!-- Title of a section of the customization picker where the user can select a Clock face.
26 [CHAR LIMIT=15] -->
George Lin391aa682022-07-26 14:53:06 +000027 <string name="clock_title">Custom Clock</string>
28
29 <!-- Description of a section of the customization picker where the user can select a Clock
30 face. [CHAR LIMIT=15] -->
31 <string name="clock_description">Pick a custom clock</string>
32
33 <!-- The content description of clock entry. [CHAR LIMIT=NONE] -->
34 <string name="clock_picker_entry_content_description">Change a custom clock</string>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080035
George Lin19a3b932022-12-28 02:05:31 +000036 <!-- Title of a section of the customization picker where the user can configure Clock face. [CHAR LIMIT=15] -->
37 <string name="clock_settings_title">Clock Settings</string>
38
George Linb3e19342023-01-10 10:05:23 +000039 <!-- Title of a tab to change the clock color. [CHAR LIMIT=15] -->
40 <string name="clock_color">Color</string>
41
42 <!-- Title of a tab to change the clock size. [CHAR LIMIT=15] -->
43 <string name="clock_size">Size</string>
44
45 <!-- Title of a radio button to apply clock size dynamic. [CHAR LIMIT=15] -->
46 <string name="clock_size_dynamic">Dynamic</string>
47
48 <!-- Description of a radio button to apply clock size dynamic. [CHAR LIMIT=NONE] -->
49 <string name="clock_size_dynamic_description">Clock size changes according to lock screen content</string>
50
51 <!-- Title of a radio button to apply clock size large. [CHAR LIMIT=15] -->
52 <string name="clock_size_large">Large</string>
53
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080054 <!-- Title of a section of the customization picker where the user can select a Grid size for
55 the home screen. [CHAR LIMIT=15] -->
Chihhang Chuang7433b362021-04-07 09:32:46 +080056 <string name="grid_title">App grid</string>
Santiago Etchebeheref23466e2018-12-10 14:56:55 -080057
Santiago Etchebehere10e79f12018-12-19 15:53:42 -080058 <!-- Label for a button that allows the user to apply the currently selected Theme.
59 [CHAR LIMIT=20] -->
Santiago Etchebehere2de0c3a2019-01-30 16:25:47 -080060 <string name="apply_theme_btn">Apply</string>
Santiago Etchebehere6d6e84d2018-12-20 14:59:34 -080061
Santiago Etchebehere09365312019-03-14 13:16:49 -070062 <!-- Label telling the user they can tap the card to edit the currently selected custom Theme.
63 [CHAR LIMIT=50] -->
64 <string name="edit_custom_theme_lbl">Tap to edit</string>
65
Santiago Etchebehere1dbb7722019-01-22 15:20:12 -080066 <!-- Label for a checkbox to allow the user to use their currently set wallpaper instead of
67 the one bundled with selected Theme [CHAR LIMIT=35]-->
68 <string name="keep_my_wallpaper">Keep current wallpaper</string>
69
chihhangchuangad4215b2020-06-08 15:32:55 +080070 <!-- Content description of theme preview card. [CHAR_LIMIT=30]-->
71 <string name="theme_preview_card_content_description">Style preview</string>
72
73 <!-- Content description of grid preview card. [CHAR_LIMIT=30]-->
74 <string name="grid_preview_card_content_description">Grid preview</string>
75
Wesley.CW Wangc47a7cb2020-07-08 17:28:18 +080076 <!-- Content description of font preview. [CHAR_LIMIT=30]-->
77 <string name="font_preview_content_description">Font preview</string>
78
79 <!-- Content description of icon preview. [CHAR_LIMIT=30]-->
80 <string name="icon_preview_content_description">Icon preview</string>
81
82 <!-- Content description of color preview. [CHAR_LIMIT=30]-->
83 <string name="color_preview_content_description">Color preview</string>
84
85 <!-- Content description of shape preview. [CHAR_LIMIT=30]-->
86 <string name="shape_preview_content_description">Shape preview</string>
87
Beth Thibodeau1c4c67e2019-04-30 17:55:31 -040088 <!-- Content description indicating that the selected option is currently applied to the device. [CHAR_LIMIT=NONE] -->
89 <string name="option_applied_description"><xliff:g name="style_name">%1$s</xliff:g>, currently applied</string>
90
Beth Thibodeau569a64e2019-05-07 14:22:08 -040091 <!-- Content description indicating that the selected option is currently applied and previewed. [CHAR_LIMIT=NONE] -->
92 <string name="option_applied_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, currently applied and previewed</string>
93
94 <!-- Content description indicating that the selected option is currently being previewed. [CHAR_LIMIT=NONE] -->
95 <string name="option_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, currently previewed</string>
96
John Panc4766732021-12-08 16:29:24 +080097 <!-- Content description indicating that the focused option can be selected and previewed if clicked. [CHAR_LIMIT=NONE] -->
98 <string name="option_change_applied_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, change selected and previewed</string>
99
Santiago Etchebehere273f6552019-01-04 17:33:45 -0800100 <!-- Sample text used to show a preview of a selected font [CHAR LIMIT=3] -->
Santiago Etchebeheree2c2d5f2019-05-08 18:23:33 -0700101 <string name="theme_font_example" translatable="false">ABC</string>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -0800102
Santiago Etchebehere10b63ae2019-04-17 12:25:38 -0300103 <!-- Content description for previewing a style, describing each of their components. [CHAR_LIMIT=NONE] -->
104 <string name="theme_description">Font: <xliff:g name="font_name">%1$s</xliff:g>, icons: <xliff:g name="icon_name">%2$s</xliff:g>, shape: <xliff:g name="shape_name">%3$s</xliff:g>, color: <xliff:g name="color_name">%4$s</xliff:g> </string>
105
Santiago Etchebehereb356ed02019-02-08 09:46:32 -0800106 <!-- Plus sign used to indicate that the user can add a custom theme -->
Santiago Etchebehereb356ed02019-02-08 09:46:32 -0800107
chihhangchuang4962f142020-04-20 18:39:32 +0800108 <!-- Name for the Android Theme (Style/Wallpaper/Grid/Clock...) that comes preset with the device [CHAR LIMIT=10]-->
Santiago Etchebehere79ce19b2019-01-08 15:46:52 -0800109 <string name="default_theme_title">Default</string>
110
Santiago Etchebehere7a6e7ec2019-01-17 17:30:13 -0800111 <!-- Title of a page that shows the user the preview of a font selection [CHAR_LIMIT=20] -->
Santiago Etchebehere988f99d2018-12-20 17:13:12 -0800112 <string name="preview_name_font">Font</string>
113
Santiago Etchebehere7a6e7ec2019-01-17 17:30:13 -0800114 <!-- Title of a page that shows the user the preview of a set of icons [CHAR_LIMIT=20] -->
115 <string name="preview_name_icon">Icon</string>
116
117 <!-- Title of a page that shows the user the preview of a color [CHAR_LIMIT=20] -->
118 <string name="preview_name_color">Color</string>
119
120 <!-- Title of a page that shows the user the preview of a set of icons' shape [CHAR_LIMIT=20] -->
121 <string name="preview_name_shape">Shape</string>
122
123 <!-- Title of a page that shows the user the preview of a wallpaper associated with a theme [CHAR_LIMIT=20] -->
124 <string name="preview_name_wallpaper">Wallpaper</string>
125
Santiago Etchebeherec10daf12019-04-15 20:17:30 -0300126 <!-- Header sample text used to preview the look of a particular font, we show samples of
127 uppercase and lowercase characters and numbers. [CHAR LIMIT=30] -->
Santiago Etchebeherec4d6ebe2019-04-15 19:07:11 -0300128 <string name="font_card_title">ABC • abc • 123</string>
Santiago Etchebehere988f99d2018-12-20 17:13:12 -0800129
130 <!-- Body text for previewing a font [CHAR LIMIT=160] -->
Santiago Etchebeherec4d6ebe2019-04-15 19:07:11 -0300131 <string name="font_card_body">Add your favorite fonts to every screen</string>
Santiago Etchebehere80e1cee2019-01-10 17:00:00 -0800132
chihhangchuang4962f142020-04-20 18:39:32 +0800133 <!--Title for grid options [CHAR LIMIT=NONE] -->
134 <string name="grid_options_title">Choose a grid size</string>
135
Santiago Etchebehere80e1cee2019-01-10 17:00:00 -0800136 <!--Title for a grid option, describing the number of columns and rows, eg: 4x4 [CHAR LIMIT=10] -->
137 <string name="grid_title_pattern"><xliff:g name="num_cols" example="1">%1$d</xliff:g>x<xliff:g name="num_rows" example="1">%2$d</xliff:g></string>
Santiago Etchebeheref2a752d2019-01-14 14:29:27 -0800138
139 <!-- Message shown when a theme has been applied successfully in the system [CHAR LIMIT=NONE] -->
chihhangchuangd2f4ba22020-04-22 17:42:57 +0800140 <string name="applied_theme_msg">Style set successfully</string>
Santiago Etchebehere1dbb7722019-01-22 15:20:12 -0800141
Amin Shaikh175275c2019-05-08 18:09:32 -0700142 <!-- Message shown when a clock has been applied successfully in the system [CHAR LIMIT=NONE] -->
chihhangchuangd2f4ba22020-04-22 17:42:57 +0800143 <string name="applied_clock_msg">Clock set successfully</string>
144
145 <!-- Message shown when a grid has been applied successfully in the system [CHAR LIMIT=NONE] -->
146 <string name="applied_grid_msg">Grid set successfully</string>
Amin Shaikh175275c2019-05-08 18:09:32 -0700147
Santiago Etchebehere1dbb7722019-01-22 15:20:12 -0800148 <!-- Message shown when a theme couldn't be applied in the system because of an error
149 [CHAR LIMIT=NONE] -->
150 <string name="apply_theme_error_msg">There was a problem applying the style</string>
Santiago Etchebehereb356ed02019-02-08 09:46:32 -0800151
152 <!-- Label for a button that takes the user to the next step when configuring a custom theme.
153 [CHAR LIMIT=20] -->
154 <string name="custom_theme_next">Next</string>
155
Amin Shaikh535db3e2019-04-19 09:51:41 -0400156 <!-- Label for a button that takes the user back to the previous step when configuring a custom theme.
157 [CHAR LIMIT=20] -->
158 <string name="custom_theme_previous">Previous</string>
159
Wesley.CW Wang370d63f2020-06-24 20:09:17 +0800160 <!-- Title for "Custom theme" option. [CHAR LIMIT=20] -->
Wesley.CW Wang5ef35dc2020-05-06 21:57:03 +0800161 <string name="custom_theme">Custom</string>
162
Santiago Etchebehere58a79f22019-05-08 11:38:29 -0700163 <!-- Generic label for one system Style/Theme (combination of fonts/colors/icons) that is
164 defined and customized by the user (note there could be more than one so the label includes
165 a number, eg "Custom 1, Custom 2, etc") [CHAR LIMIT=15] -->
166 <string name="custom_theme_title">Custom <xliff:g name="custom_num" example="1">%1$d</xliff:g></string>
Santiago Etchebehereb5fed022019-02-21 16:59:23 -0800167
168 <!-- Title for a screen that lets the user define their custom system Style/Theme
169 [CHAR LIMIT=30] -->
170 <string name="custom_theme_fragment_title">Custom Style</string>
171
Santiago Etchebehere8efe2ea2019-03-15 17:39:11 -0700172 <!-- Title of a menu option that removes the custom theme being currently edited
173 [CHAR LIMIT=30] -->
174 <string name="custom_theme_delete">Delete</string>
175
Santiago Etchebehere7ff4c592019-05-10 10:21:09 -0700176 <!-- Title of a page allowing the user to choose a font for a custom theme [CHAR LIMIT=40]-->
Santiago Etchebehereb5fed022019-02-21 16:59:23 -0800177 <string name="font_component_title">Choose font</string>
178
Santiago Etchebehere7ff4c592019-05-10 10:21:09 -0700179 <!-- Title of a page allowing the user to choose an icon set for a custom theme [CHAR LIMIT=40]-->
Santiago Etchebehereba0bc762019-02-25 18:01:14 -0800180 <string name="icon_component_title">Choose icons</string>
181
Santiago Etchebehere7ff4c592019-05-10 10:21:09 -0700182 <!-- Title of a page allowing the user to choose a color for a custom theme [CHAR LIMIT=40]-->
Santiago Etchebeheref46ab382019-03-19 16:18:08 -0700183 <string name="color_component_title">Choose color</string>
184
Santiago Etchebehere7ff4c592019-05-10 10:21:09 -0700185 <!-- Title of a page allowing the user to choose an icon shape for a custom theme [CHAR LIMIT=40]-->
Santiago Etchebehere32bb6ef2019-03-19 13:47:59 -0700186 <string name="shape_component_title">Choose shape</string>
187
Santiago Etchebehere7ff4c592019-05-10 10:21:09 -0700188 <!-- Title of a page allowing the user to set a name for a custom theme [CHAR LIMIT=40]-->
189 <string name="name_component_title">Name your style</string>
190
Santiago Etchebehereba0bc762019-02-25 18:01:14 -0800191 <!-- Title of a set of icons that the user can chose for their custom style (eg, "Icons 2") -->
192 <string name="icon_component_label">Icons <xliff:g name="component_number" example="1">%1$d</xliff:g></string>
193
Santiago Etchebeheref0e2dad2019-05-03 18:29:59 -0700194 <string name="font_component_option_thumbnail" translatable="false">Aa</string>
Santiago Etchebehereb5fed022019-02-21 16:59:23 -0800195
Santiago Etchebehere8efe2ea2019-03-15 17:39:11 -0700196 <!-- Dialog box asking the user to confirm if they want to delete the current custom style
197 [CHAR_LIMIT=NONE] -->
198 <string name="delete_custom_theme_confirmation">Delete Custom style?</string>
199
200 <!-- Button in a dialog box confirming that the current style will be deleted [CHAR_LIMIT=20] -->
201 <string name="delete_custom_theme_button">Delete</string>
202
203 <!-- Generic label for canceling the current action [CHAR_LIMIT=20] -->
204 <string name="cancel">Cancel</string>
Santiago Etchebehere418a40e2019-03-25 14:28:37 -0700205
206 <!-- Label for a dialog which asks the user the destination (home screen, lock screen, both)
207 where to set the theme's bundled image as wallpaper. [CHAR LIMIT=50] -->
208 <string name="set_theme_wallpaper_dialog_message">Set style wallpaper</string>
Santiago Etchebehere025e1682019-03-21 18:21:08 -0700209
210 <!-- Title for a dialog box asking the user to use an existing, equivalent theme (style) instead
211 of their customly defined one. [CHAR_LIMIT=30] -->
212 <string name="use_style_instead_title">Use <xliff:g name="style_name">%1$s</xliff:g> instead?</string>
213
214 <!-- Body for a dialog box asking the user to use an existing, equivalent theme (style) instead
215 of their customly defined one. [CHAR_LIMIT=NONE] -->
216 <string name="use_style_instead_body">The components you chose match the <xliff:g name="style_name">%1$s</xliff:g> style. Do you want to use <xliff:g name="style_name">%1$s</xliff:g> instead?</string>
217
218 <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style)
219 instead of their customly defined one. The button let's the user use the suggested theme
Santiago Etchebehere024711a2019-04-08 13:14:09 -0300220 [CHAR_LIMIT=16] -->
Santiago Etchebehere025e1682019-03-21 18:21:08 -0700221 <string name="use_style_button">Use <xliff:g name="style_name">%1$s</xliff:g></string>
222
223 <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style)
224 instead of their customly defined one. The button dismisses the dialog and goes back to the
Santiago Etchebehere024711a2019-04-08 13:14:09 -0300225 previous screen. [CHAR_LIMIT=16] -->
Santiago Etchebehere025e1682019-03-21 18:21:08 -0700226 <string name="no_thanks">No, thanks</string>
Santiago Etchebehere10b63ae2019-04-17 12:25:38 -0300227
228 <!-- Content description for a screen showing the preview of a clock face. [CHAR_LIMIT=NONE] -->
229 <string name="clock_preview_content_description"><xliff:g name="clock_name">%1$s</xliff:g> clock preview</string>
Santiago Etchebehere5818e782019-05-24 11:15:34 -0700230
231 <!-- Generic error message [CHAR_LIMIT=NONE] -->
232 <string name="something_went_wrong">Oops! Something went wrong.</string>
chihhangchuang9dbe02f2020-05-18 21:28:13 +0800233
234 <!-- Title for a section of a style preview screen that shows a preview of the style color and icons. [CHAR_LIMIT=30]-->
235 <string name="theme_preview_icons_section_title">Color / Icons</string>
Wesley.CW Wanga8f09302020-05-18 19:39:21 +0800236
Wesley.CW Wang60c81df2020-07-09 14:29:44 +0800237 <!-- Bottom sheet dialog which displaying different theme's info. [CHAR_LIMIT=80] -->
238 <string name="style_info_description">Preview of font, icons, app shape, and color</string>
Kunhung Lic2e94062020-12-09 11:57:03 +0800239
240 <!-- Accessibility for custom style font page [CHAR_LIMIT=50] -->
241 <string name="accessibility_custom_font_title">Custom font</string>
242
243 <!-- Accessibility for custom style icon page [CHAR_LIMIT=50] -->
244 <string name="accessibility_custom_icon_title">Custom icon</string>
245
246 <!-- Accessibility for custom style color page [CHAR_LIMIT=50] -->
247 <string name="accessibility_custom_color_title">Custom color</string>
248
249 <!-- Accessibility for custom style shape page [CHAR_LIMIT=50] -->
250 <string name="accessibility_custom_shape_title">Custom shape</string>
251
252 <!-- Accessibility for custom style name page [CHAR_LIMIT=50] -->
253 <string name="accessibility_custom_name_title">Custom style name</string>
Ching-Sung Licf801602021-05-05 20:57:08 +0800254
255 <!--Name of metadata in the main launcher Activity which values contains the authority
256 corresponding to a ContentProvider in launcher to query or change themed icon option -->
257 <string name="themed_icon_metadata_key" translatable="false">com.android.launcher3.themedicon.option</string>
Chihhang Chuangc21a3ff2021-06-08 12:53:24 +0800258
259 <!-- Strings for new customization UI. -->
260
261 <!-- The title of mode section view. [CHAR_LIMIT=20] -->
262 <string name="mode_title" msgid="1000319159005403986">Dark theme</string>
263 <string name="mode_disabled_msg" msgid="1926077857799715086">Temporarily disabled due to Battery Saver</string>
Chuck Liao17bc9142021-12-03 19:19:34 +0800264 <!-- The text for A11y announcement when theme changes. -->
265 <string name="mode_changed">Theme changed</string>
Chihhang Chuangc21a3ff2021-06-08 12:53:24 +0800266
267 <!-- Title of a section of the customization where the user can select color override for icon. [CHAR LIMIT=30] -->
268 <string name="themed_icon_title" msgid="4305612684940220645">Themed icons</string>
269
Chuck Liaodec78802021-07-02 15:25:47 +0800270 <!-- Title of the tag to indicate beta version. [CHAR LIMIT=6] -->
271 <string name="beta_title">Beta</string>
272
Chihhang Chuangc21a3ff2021-06-08 12:53:24 +0800273 <!-- The content description of grid picker entry. [CHAR LIMIT=NONE] -->
274 <string name="gird_picker_entry_content_description" msgid="7538418512525897691">Change app grid</string>
Kunhung Li53fc4d52022-02-12 16:58:06 +0800275
276 <!-- The title for the tab with colors from wallpaper. [CHAR_LIMIT=20]-->
277 <string name="wallpaper_color_tab">Wallpaper colors</string>
278 <!-- The description on an item that shows a color obtained from the wallpaper
279 (used mainly for accessibility). [CHAR_LIMIT=NONE] -->
280 <string name="wallpaper_color_title">Wallpaper color</string>
281 <!-- The title for the tab with a default set of color options. [CHAR_LIMIT=20]-->
282 <string name="preset_color_tab">Basic colors</string>
283 <!-- The text for A11y announcement when color changes. -->
284 <string name="color_changed">Color changed</string>
285 <!-- Title of a section of color selection option that obtains colors automatically from the
286 wallpaper instead of a set color [CHAR LIMIT=15] -->
287 <string name="adaptive_color_title">Dynamic</string>
Catherine Liang6f794ed2023-01-05 16:12:24 +0000288 <!--
289 Title for a screen where the user can configure the system colors by selecting from a list of
290 color options.
291 [CHAR LIMIT=32].
292 -->
293 <string name="color_picker_title">System Colors</string>
Alejandro Nijamkin0f02b082022-11-24 13:43:43 -0800294
295 <!--
Alejandro Nijamkinf2dcba72023-01-22 18:05:39 -0800296 Name of the slot on the "start" side of the bottom of the lock screen, where lock screen
297 shortcuts can be added to the lock screen. In left-to-right languages, this is the left-hand
298 side button. In right-to-left languages, this is the right-hand side button. [CHAR LIMIT=16].
Alejandro Nijamkin0f02b082022-11-24 13:43:43 -0800299 -->
Alejandro Nijamkinf2dcba72023-01-22 18:05:39 -0800300 <string name="keyguard_slot_name_bottom_start">Left shortcut</string>
Alejandro Nijamkin0f02b082022-11-24 13:43:43 -0800301
302 <!--
Alejandro Nijamkinf2dcba72023-01-22 18:05:39 -0800303 Name of the slot on the "end" side of the bottom of the lock screen, where lock screen shortcuts
304 can be added to the lock screen. In left-to-right languages, this is the right-hand side button.
305 In right-to-left languages, this is the left-hand side button. [CHAR LIMIT=16].
Alejandro Nijamkin0f02b082022-11-24 13:43:43 -0800306 -->
Alejandro Nijamkinf2dcba72023-01-22 18:05:39 -0800307 <string name="keyguard_slot_name_bottom_end">Right shortcut</string>
Alejandro Nijamkin0f02b082022-11-24 13:43:43 -0800308
309 <!--
310 Name for an option to have no quick affordance selected for one of the sides of the lock
311 screen. We show this as an option in a settings experience, where users get to choose which
312 quick affordances (or buttons) are available on their device's lock screen. [CHAR LIMIT=10].
313 -->
314 <string name="keyguard_affordance_none">None</string>
315
316 <!--
317 Title for a popup dialog shown when the user attempts to select an option that is not currently
318 enabled. The dialog contains a list of instructions that the user needs to take in order to
319 enable the option before it can be selected again. [CHAR LIMIT=NONE].
320 -->
Alejandro Nijamkina5477062022-12-22 16:36:47 -0800321 <string name="keyguard_affordance_enablement_dialog_title">To select `<xliff:g id="appName" example="Wallet">%1$s</xliff:g>` check the following</string>
Alejandro Nijamkin0f02b082022-11-24 13:43:43 -0800322
323 <!--
324 Template for an action that opens a specific app. [CHAR LIMIT=16]
325 -->
326 <string name="keyguard_affordance_enablement_dialog_action_template">Open <xliff:g id="appName" example="Wallet">%1$s</xliff:g></string>
327
328 <!--
329 Template for a message shown right before a list of instructions that tell the user what to do
330 in order to enable a shortcut to a specific app. [CHAR LIMIT=NONE]
331 -->
332 <string name="keyguard_affordance_enablement_dialog_message">To add the <xliff:g id="appName" example="Wallet">%1$s</xliff:g> app as a shortcut, make sure</string>
333
334 <!--
335 Label for button in a dialog shown to the user with a list of instructions that the user should
336 follow in order to make a piece of functionality available as a lock screen quick affordance.
337 [CHAR LIMIT=10].
338 -->
339 <string name="keyguard_affordance_enablement_dialog_dismiss_button">Done</string>
Alejandro Nijamkinabda67b2022-11-30 14:34:56 -0800340
341 <!--
Alejandro Nijamkin573aae82022-12-02 08:41:09 -0800342 Title for a screen where the user can configure the lock screen shortcut buttons that appear on
343 the device without unlocking.
344 [CHAR LIMIT=32].
345 -->
346 <string name="keyguard_quick_affordance_title">Shortcuts</string>
347
348 <!--
Alejandro Nijamkinabda67b2022-11-30 14:34:56 -0800349 Label for a menu item on a settings screen that helps the user open a new screen where they can
350 configure the lock screen shortcut buttons that appear on the device without unlocking.
351 [CHAR LIMIT=16].
352 -->
Alejandro Nijamkin573aae82022-12-02 08:41:09 -0800353 <string name="keyguard_quick_affordance_section_title">Shortcuts</string>
Alejandro Nijamkinabda67b2022-11-30 14:34:56 -0800354
355 <!--
356 Template for text that shows the names of two currently-selected lock screen shortcuts on the
357 lock screen. For example, it may say "Camera, Wallet", if the first selected shortcut opens the
358 camera app and the second one opens the tap-to-pay wallet experience.
359 [CHAR LIMIT=60].
360 -->
361 <string name="keyguard_quick_affordance_two_selected_template"><xliff:g id="first">%1$s</xliff:g>, <xliff:g id="second">%2$s</xliff:g></string>
362
363 <!--
364 Placeholder text that shows when no lock screen shortcuts are currently selected on the lock
365 screen. When selected, "None" is replaced by another string that shows what is currently
366 selected. For example, it may say "Camera, Wallet", if the first selected shortcut opens the
367 camera app and the second one opens the tap-to-pay wallet experience.
368 [CHAR LIMIT=60].
369 -->
370 <string name="keyguard_quick_affordance_none_selected">None</string>
Alejandro Nijamkin34be33e2023-01-13 12:35:36 -0800371
372 <!--
373 Title for a section in a list of sections in the settings app that allows the user to modify
374 how notifications behave whilst the device is locked.
375
376 [CHAR LIMIT=32].
377 -->
378 <string name="notifications_section_title">Notifications</string>
379
380 <!--
381 Summary for a setting that lets the user toggle between showing or hiding notifications on their
382 device's lock screen. This one is shown when the user is allowing notifications to show on their
383 device's lock screen.
384
385 [CHAR LIMIT=64].
386 -->
387 <string name="show_notifications_on_lock_screen">Show notifications on the lock screen</string>
388
389 <!--
390 Summary for a setting that lets the user toggle between showing or hiding notifications on their
391 device's lock screen. This one is shown when the user is not allowing notifications to show on
392 their device's lock screen.
393
394 [CHAR LIMIT=64].
395 -->
396 <string name="hide_notifications_on_lock_screen">Hide notifications on the lock screen</string>
Alejandro Nijamkin35ec96e2023-01-26 13:01:01 -0800397
398 <!--
399 Title for a section in a list of sections in the settings app that allows the user to access
400 additional settings related to lock screen behaviour.
401
402 [CHAR LIMIT=32].
403 -->
404 <string name="more_settings_section_title">More options</string>
405
406 <!--
407 Summary for a setting that lets the user access additional settings related to lock screen
408 behaviour. Please note that "Now Playing" is an entity; it's a name of an existing feature
409 that allows users to see the song that the device is picking up through its microphone on
410 the lock screen; therefore, it should not be translated literally.
411
412 [CHAR LIMIT=64].
413 -->
414 <string name="more_settings_section_description">Text on lock screen, Now Playing, and more</string>
Catherine Liang68e0a822023-01-26 20:22:58 +0000415
416 <!--
417 Label for button that lets the user navigate to a full-screen experience of selecting
418 system colors.
419
420 [CHAR LIMIT=128].
421 -->
422 <string name="more_colors">More Colors</string>
Santiago Etchebeherecca6d492018-12-04 18:29:48 -0800423</resources>