1<!-- 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] --> 19 <string name="app_name">Wallpaper & style</string> 20 21 <!-- Title of a section of the customization picker where the user can select a Theme for the 22 device. [CHAR LIMIT=15] --> 23 <string name="theme_title">Style</string> 24 25 <!-- Title of a section of the customization picker where the user can select a Clock face. 26 [CHAR LIMIT=15] --> 27 <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> 35 36 <!-- action description for announcing selected Clock [CHAR LIMIT=NONE]--> 37 <string name="select_clock_action_description">Clock face option <xliff:g name="clock_face_description">%1$s</xliff:g></string> 38 39 <!-- Title of a section of the customization picker where the user can configure Clock face. [CHAR LIMIT=19] --> 40 <string name="clock_settings_title">Clock color & size</string> 41 42 <!-- Title of a section of the customization picker where the user can configure clock color and size. [CHAR LIMIT=20] --> 43 <string name="clock_color_and_size_title">Clock color & size</string> 44 45 <!-- Description of a section of the customization picker where the user can configure clock color and size, e.g. Violet, small. [CHAR LIMIT=NONE] --> 46 <string name="clock_color_and_size_description"><xliff:g name="color">%1$s</xliff:g>, <xliff:g name="size">%2$s</xliff:g></string> 47 48 <!-- Title of a tab to change the clock style. [CHAR LIMIT=15] --> 49 <string name="clock_style">Style</string> 50 51 <!-- Title of a tab to change the clock color. [CHAR LIMIT=15] --> 52 <string name="clock_color">Color</string> 53 54 <!-- Title of a clock color red option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> 55 <string name="clock_color_red">Red</string> 56 57 <!-- Title of a clock color orange option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> 58 <string name="clock_color_orange">Orange</string> 59 60 <!-- Title of a clock color yellow option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> 61 <string name="clock_color_yellow">Yellow</string> 62 63 <!-- Title of a clock color green option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> 64 <string name="clock_color_green">Green</string> 65 66 <!-- Title of a clock color blue option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> 67 <string name="clock_color_blue">Blue</string> 68 69 <!-- Title of a clock color indigo option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> 70 <string name="clock_color_indigo">Indigo</string> 71 72 <!-- Title of a clock color violet option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> 73 <string name="clock_color_violet">Violet</string> 74 75 <!-- Title of a clock color grey option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> 76 <string name="clock_color_gray">Grey</string> 77 78 <!-- Title of a clock color teal option that will appear in the description of the custom clock section. [CHAR LIMIT=15] --> 79 <string name="clock_color_teal">Teal</string> 80 81 <!-- Title of a tab to change the clock size. [CHAR LIMIT=15] --> 82 <string name="clock_size">Size</string> 83 84 <!-- Title of a radio button to apply clock size dynamic. [CHAR LIMIT=15] --> 85 <string name="clock_size_dynamic">Dynamic</string> 86 87 <!-- Description of a radio button to apply clock size dynamic. [CHAR LIMIT=NONE] --> 88 <string name="clock_size_dynamic_description">Clock size changes according to lock screen content</string> 89 90 <!-- Title of a radio button to apply clock size large. [CHAR LIMIT=15] --> 91 <string name="clock_size_large">Large</string> 92 93 <!-- Title of a radio button to apply clock size small. [CHAR LIMIT=15] --> 94 <string name="clock_size_small">Small</string> 95 96 <!-- Description of a radio button to apply clock size small. [CHAR LIMIT=NONE] --> 97 <string name="clock_size_small_description">A small clock shows in the corner of your screen</string> 98 99 <!-- Description for clock font editor axis apply button. [CHAR LIMIT=NONE] --> 100 <string name="clock_font_editor_apply">Apply clock font changes</string> 101 102 <!-- Description for clock font editor axis revert button. [CHAR LIMIT=NONE] --> 103 <string name="clock_font_editor_revert">Undo clock font changes</string> 104 105 <!-- Title of a section of the customization picker where the user can select a Grid size for 106 the home screen. [CHAR LIMIT=15] --> 107 <string name="grid_title">App grid</string> 108 109 <!-- Title of a section of the customization picker where the user can select app shapes and 110 grid layouts for the home screen. [CHAR LIMIT=32] --> 111 <string name="shape_and_grid_title">App shape & layout</string> 112 113 <!-- Tab title that switch to app grid customization section, where people can customization 114 the grid layout of the apps --> 115 <string name="grid_layout">Layout</string> 116 117 <!-- Label for a button that allows the user to apply the currently selected Theme. 118 [CHAR LIMIT=20] --> 119 <string name="apply_theme_btn">Apply</string> 120 121 <!-- Label telling the user they can tap the card to edit the currently selected custom Theme. 122 [CHAR LIMIT=50] --> 123 <string name="edit_custom_theme_lbl">Tap to edit</string> 124 125 <!-- Label for a checkbox to allow the user to use their currently set wallpaper instead of 126 the one bundled with selected Theme [CHAR LIMIT=35]--> 127 <string name="keep_my_wallpaper">Keep current wallpaper</string> 128 129 <!-- Content description of theme preview card. [CHAR_LIMIT=30]--> 130 <string name="theme_preview_card_content_description">Style preview</string> 131 132 <!-- Content description of grid preview card. [CHAR_LIMIT=30]--> 133 <string name="grid_preview_card_content_description">Grid preview</string> 134 135 <!-- Content description of font preview. [CHAR_LIMIT=30]--> 136 <string name="font_preview_content_description">Font preview</string> 137 138 <!-- Content description of icon preview. [CHAR_LIMIT=30]--> 139 <string name="icon_preview_content_description">Icon preview</string> 140 141 <!-- Content description of color preview. [CHAR_LIMIT=30]--> 142 <string name="color_preview_content_description">Color preview</string> 143 144 <!-- Content description of shape preview. [CHAR_LIMIT=30]--> 145 <string name="shape_preview_content_description">Shape preview</string> 146 147 <!-- Content description indicating that the selected option is currently applied to the device. [CHAR_LIMIT=NONE] --> 148 <string name="option_applied_description"><xliff:g name="style_name">%1$s</xliff:g>, currently applied</string> 149 150 <!-- Content description indicating that the selected option is currently applied and previewed. [CHAR_LIMIT=NONE] --> 151 <string name="option_applied_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, currently applied and previewed</string> 152 153 <!-- Content description indicating that the selected option is currently being previewed. [CHAR_LIMIT=NONE] --> 154 <string name="option_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, currently previewed</string> 155 156 <!-- Content description indicating that the focused option can be selected and previewed if clicked. [CHAR_LIMIT=NONE] --> 157 <string name="option_change_applied_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, change selected and previewed</string> 158 159 <!-- Sample text used to show a preview of a selected font [CHAR LIMIT=3] --> 160 <string name="theme_font_example" translatable="false">ABC</string> 161 162 <!-- Content description for previewing a style, describing each of their components. [CHAR_LIMIT=NONE] --> 163 <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> 164 165 <!-- Plus sign used to indicate that the user can add a custom theme --> 166 167 <!-- Name for the Android Theme (Style/Wallpaper/Grid/Clock...) that comes preset with the device [CHAR LIMIT=10]--> 168 <string name="default_theme_title">Default</string> 169 170 <!-- Title of a page that shows the user the preview of a font selection [CHAR_LIMIT=20] --> 171 <string name="preview_name_font">Font</string> 172 173 <!-- Title of a page that shows the user the preview of a set of icons [CHAR_LIMIT=20] --> 174 <string name="preview_name_icon">Icon</string> 175 176 <!-- Title of a page that shows the user the preview of a color [CHAR_LIMIT=20] --> 177 <string name="preview_name_color">Color</string> 178 179 <!-- Title of a page that shows the user the preview of a set of icons' shape [CHAR_LIMIT=20] --> 180 <string name="preview_name_shape">Shape</string> 181 182 <!-- Title of a page that shows the user the preview of a wallpaper associated with a theme [CHAR_LIMIT=20] --> 183 <string name="preview_name_wallpaper">Wallpaper</string> 184 185 <!-- Header sample text used to preview the look of a particular font, we show samples of 186 uppercase and lowercase characters and numbers. [CHAR LIMIT=30] --> 187 <string name="font_card_title">ABC • abc • 123</string> 188 189 <!-- Body text for previewing a font [CHAR LIMIT=160] --> 190 <string name="font_card_body">Add your favorite fonts to every screen</string> 191 192 <!--Title for grid options [CHAR LIMIT=NONE] --> 193 <string name="grid_options_title">Choose a grid size</string> 194 195 <!--Title for a grid option, describing the number of columns and rows, eg: 4x4 [CHAR LIMIT=10] --> 196 <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> 197 198 <!-- Label of what will happen when user tap on apply button to change grid. [CHAR LIMIT=50] --> 199 <string name="apply_grid_btn_note">Changing grid size will reload workspace and may take a few seconds.</string> 200 201 <!-- Toast of reloading workspace with new grid. --> 202 <string name="toast_of_changing_grid">Reloading workspace with %1$s grid</string> 203 204 <!-- Toast of failure to reload workspace with new grid. --> 205 <string name="toast_of_failure_to_change_grid">Failed to reload workspace with %1$s grid</string> 206 207 <!-- Message shown when a theme has been applied successfully in the system [CHAR LIMIT=NONE] --> 208 <string name="applied_theme_msg">Style set successfully</string> 209 210 <!-- Message shown when a clock has been applied successfully in the system [CHAR LIMIT=NONE] --> 211 <string name="applied_clock_msg">Clock set successfully</string> 212 213 <!-- Message shown when a grid has been applied successfully in the system [CHAR LIMIT=NONE] --> 214 <string name="applied_grid_msg">Grid set successfully</string> 215 216 <!-- Message shown when a theme couldn't be applied in the system because of an error 217 [CHAR LIMIT=NONE] --> 218 <string name="apply_theme_error_msg">There was a problem applying the style</string> 219 220 <!-- Label for a button that takes the user to the next step when configuring a custom theme. 221 [CHAR LIMIT=20] --> 222 <string name="custom_theme_next">Next</string> 223 224 <!-- Label for a button that takes the user back to the previous step when configuring a custom theme. 225 [CHAR LIMIT=20] --> 226 <string name="custom_theme_previous">Previous</string> 227 228 <!-- Title for "Custom theme" option. [CHAR LIMIT=20] --> 229 <string name="custom_theme">Custom</string> 230 231 <!-- Generic label for one system Style/Theme (combination of fonts/colors/icons) that is 232 defined and customized by the user (note there could be more than one so the label includes 233 a number, eg "Custom 1, Custom 2, etc") [CHAR LIMIT=15] --> 234 <string name="custom_theme_title">Custom <xliff:g name="custom_num" example="1">%1$d</xliff:g></string> 235 236 <!-- Title for a screen that lets the user define their custom system Style/Theme 237 [CHAR LIMIT=30] --> 238 <string name="custom_theme_fragment_title">Custom Style</string> 239 240 <!-- Title of a menu option that removes the custom theme being currently edited 241 [CHAR LIMIT=30] --> 242 <string name="custom_theme_delete">Delete</string> 243 244 <!-- Title of a page allowing the user to choose a font for a custom theme [CHAR LIMIT=40]--> 245 <string name="font_component_title">Choose font</string> 246 247 <!-- Title of a page allowing the user to choose an icon set for a custom theme [CHAR LIMIT=40]--> 248 <string name="icon_component_title">Choose icons</string> 249 250 <!-- Title of a page allowing the user to choose a color for a custom theme [CHAR LIMIT=40]--> 251 <string name="color_component_title">Choose color</string> 252 253 <!-- Title of a page allowing the user to choose an icon shape for a custom theme [CHAR LIMIT=40]--> 254 <string name="shape_component_title">Choose shape</string> 255 256 <!-- Title of a page allowing the user to set a name for a custom theme [CHAR LIMIT=40]--> 257 <string name="name_component_title">Name your style</string> 258 259 <!-- Title of a set of icons that the user can chose for their custom style (eg, "Icons 2") --> 260 <string name="icon_component_label">Icons <xliff:g name="component_number" example="1">%1$d</xliff:g></string> 261 262 <string name="font_component_option_thumbnail" translatable="false">Aa</string> 263 264 <!-- Dialog box asking the user to confirm if they want to delete the current custom style 265 [CHAR_LIMIT=NONE] --> 266 <string name="delete_custom_theme_confirmation">Delete Custom style?</string> 267 268 <!-- Button in a dialog box confirming that the current style will be deleted [CHAR_LIMIT=20] --> 269 <string name="delete_custom_theme_button">Delete</string> 270 271 <!-- Generic label for canceling the current action [CHAR_LIMIT=20] --> 272 <string name="cancel">Cancel</string> 273 274 <!-- Label for a dialog which asks the user the destination (home screen, lock screen, both) 275 where to set the theme's bundled image as wallpaper. [CHAR LIMIT=50] --> 276 <string name="set_theme_wallpaper_dialog_message">Set style wallpaper</string> 277 278 <!-- Title for a dialog box asking the user to use an existing, equivalent theme (style) instead 279 of their customly defined one. [CHAR_LIMIT=30] --> 280 <string name="use_style_instead_title">Use <xliff:g name="style_name">%1$s</xliff:g> instead?</string> 281 282 <!-- Body for a dialog box asking the user to use an existing, equivalent theme (style) instead 283 of their customly defined one. [CHAR_LIMIT=NONE] --> 284 <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> 285 286 <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style) 287 instead of their customly defined one. The button let's the user use the suggested theme 288 [CHAR_LIMIT=16] --> 289 <string name="use_style_button">Use <xliff:g name="style_name">%1$s</xliff:g></string> 290 291 <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style) 292 instead of their customly defined one. The button dismisses the dialog and goes back to the 293 previous screen. [CHAR_LIMIT=16] --> 294 <string name="no_thanks">No, thanks</string> 295 296 <!-- Content description for a screen showing the preview of a clock face. [CHAR_LIMIT=NONE] --> 297 <string name="clock_preview_content_description"><xliff:g name="clock_name">%1$s</xliff:g> clock preview</string> 298 299 <!-- Generic error message [CHAR_LIMIT=NONE] --> 300 <string name="something_went_wrong">Oops! Something went wrong.</string> 301 302 <!-- Title for a section of a style preview screen that shows a preview of the style color and icons. [CHAR_LIMIT=30]--> 303 <string name="theme_preview_icons_section_title">Color / Icons</string> 304 305 <!-- Bottom sheet dialog which displaying different theme's info. [CHAR_LIMIT=80] --> 306 <string name="style_info_description">Preview of font, icons, app shape, and color</string> 307 308 <!-- Accessibility for custom style font page [CHAR_LIMIT=50] --> 309 <string name="accessibility_custom_font_title">Custom font</string> 310 311 <!-- Accessibility for custom style icon page [CHAR_LIMIT=50] --> 312 <string name="accessibility_custom_icon_title">Custom icon</string> 313 314 <!-- Accessibility for custom style color page [CHAR_LIMIT=50] --> 315 <string name="accessibility_custom_color_title">Custom color</string> 316 317 <!-- Accessibility for custom style shape page [CHAR_LIMIT=50] --> 318 <string name="accessibility_custom_shape_title">Custom shape</string> 319 320 <!-- Accessibility for custom style name page [CHAR_LIMIT=50] --> 321 <string name="accessibility_custom_name_title">Custom style name</string> 322 323 <!-- Accessibility for clock color slider [CHAR_LIMIT=50] --> 324 <string name="accessibility_clock_slider_description">Color intensity</string> 325 326 <!--Name of metadata in the main launcher Activity which values contains the authority 327 corresponding to a ContentProvider in launcher to query or change themed icon option --> 328 <string name="themed_icon_metadata_key" translatable="false">com.android.launcher3.themedicon.option</string> 329 330 <!-- Strings for new customization UI. --> 331 332 <!-- The title of mode section view. [CHAR_LIMIT=20] --> 333 <string name="mode_title" msgid="1000319159005403986">Dark theme</string> 334 <string name="mode_disabled_msg" msgid="1926077857799715086">Temporarily disabled due to Battery Saver</string> 335 <!-- The text for A11y announcement when theme changes. --> 336 <string name="mode_changed">Theme changed</string> 337 338 <!-- Title of a section of the customization where the user can select color override for icon. [CHAR LIMIT=30] --> 339 <string name="themed_icon_title" msgid="4305612684940220645">Themed icons</string> 340 341 <!-- Title of the tag to indicate beta version. [CHAR LIMIT=6] --> 342 <string name="beta_title">Beta</string> 343 344 <!-- The content description of grid picker entry. [CHAR LIMIT=NONE] --> 345 <string name="gird_picker_entry_content_description" msgid="7538418512525897691">Change app grid</string> 346 347 <!-- The title for the tab with colors from wallpaper. [CHAR_LIMIT=20]--> 348 <string name="wallpaper_color_tab">Wallpaper colors</string> 349 <!-- The subheader for the tab with colors from wallpaper. [CHAR_LIMIT=55]--> 350 <string name="wallpaper_color_subheader">Icons, text, and more match colors in your wallpaper</string> 351 <!-- The description on an item that shows a color obtained from the wallpaper 352 (used mainly for accessibility). [CHAR_LIMIT=NONE] --> 353 <string name="wallpaper_color_title">Wallpaper color</string> 354 <!-- The title for the tab with a default set of color options. [CHAR_LIMIT=20]--> 355 <string name="preset_color_tab">Basic colors</string> 356 <!-- The revised title for the tab with a default set of color options. [CHAR_LIMIT=20]--> 357 <string name="preset_color_tab_2">Other colors</string> 358 <!-- The subheader for the tab with a default set of color options. [CHAR_LIMIT=55]--> 359 <string name="preset_color_subheader">Choose any color for your icons, clock, and more</string> 360 <!-- The text for A11y announcement when color changes. --> 361 <string name="color_changed">Color changed</string> 362 <!-- Title of a section of color selection option that obtains colors automatically from the 363 wallpaper instead of a set color [CHAR LIMIT=15] --> 364 <string name="adaptive_color_title">Dynamic</string> 365 <!-- 366 Title for a screen where the user can configure the system colors by selecting from a list of 367 color options. 368 [CHAR LIMIT=32]. 369 --> 370 <string name="color_picker_title">System colors</string> 371 372 <!-- 373 Name of the slot on the "start" side of the bottom of the lock screen, where lock screen 374 shortcuts can be added to the lock screen. In left-to-right languages, this is the left-hand 375 side button. In right-to-left languages, this is the right-hand side button. [CHAR LIMIT=16]. 376 --> 377 <string name="keyguard_slot_name_bottom_start">Left shortcut</string> 378 379 <!-- 380 Name of the slot on the "end" side of the bottom of the lock screen, where lock screen shortcuts 381 can be added to the lock screen. In left-to-right languages, this is the right-hand side button. 382 In right-to-left languages, this is the left-hand side button. [CHAR LIMIT=16]. 383 --> 384 <string name="keyguard_slot_name_bottom_end">Right shortcut</string> 385 386 <!-- 387 Name for an option to have no quick affordance selected for one of the sides of the lock 388 screen. We show this as an option in a settings experience, where users get to choose which 389 quick affordances (or buttons) are available on their device's lock screen. [CHAR LIMIT=10]. 390 --> 391 <string name="keyguard_affordance_none">None</string> 392 393 <!-- 394 Title for a popup dialog shown when the user attempts to select an option that is not currently 395 enabled. The dialog contains a list of instructions that the user needs to take in order to 396 enable the option before it can be selected again. [CHAR LIMIT=NONE]. 397 --> 398 <string name="keyguard_affordance_enablement_dialog_headline">Can\'t add shortcut</string> 399 400 <!-- 401 Template for an action that opens a specific app. [CHAR LIMIT=16] 402 --> 403 <string name="keyguard_affordance_enablement_dialog_action_template">Open <xliff:g id="appName" example="Wallet">%1$s</xliff:g></string> 404 405 <!-- 406 Template for a message shown right before a list of instructions that tell the user what to do 407 in order to enable a shortcut to a specific app. [CHAR LIMIT=NONE] 408 --> 409 <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> 410 411 <!-- 412 Label for button in a dialog shown to the user with a list of instructions that the user should 413 follow in order to make a piece of functionality available as a lock screen quick affordance. 414 [CHAR LIMIT=10]. 415 --> 416 <string name="keyguard_affordance_enablement_dialog_dismiss_button">Done</string> 417 418 <!-- 419 Title for a screen where the user can configure the lock screen shortcut buttons that appear on 420 the device without unlocking. 421 [CHAR LIMIT=32]. 422 --> 423 <string name="keyguard_quick_affordance_title">Shortcuts</string> 424 425 <!-- 426 Label for a menu item on a settings screen that helps the user open a new screen where they can 427 configure the lock screen shortcut buttons that appear on the device without unlocking. 428 [CHAR LIMIT=16]. 429 --> 430 <string name="keyguard_quick_affordance_section_title">Shortcuts</string> 431 432 <!-- 433 Label for a menu item on a settings screen that helps the user open a new screen where they can 434 configure the lock screen shortcut buttons that appear on the device without unlocking. 435 [CHAR LIMIT=16]. 436 --> 437 <string name="color_contrast_section_title">Color contrast</string> 438 439 <!-- 440 Label for color contrast settings button with default contrast setting. 441 [CHAR LIMIT=16]. 442 --> 443 <string name="color_contrast_default_title">Default</string> 444 445 <!-- 446 Label for color contrast settings button with medium contrast setting. 447 [CHAR LIMIT=16]. 448 --> 449 450 <string name="color_contrast_medium_title">Medium</string> 451 452 <!-- 453 Label for color contrast settings button with maximum contrast setting. 454 [CHAR LIMIT=16]. 455 --> 456 <string name="color_contrast_high_title">High</string> 457 458 <!-- 459 Template for text that shows the names of two currently-selected lock screen shortcuts on the 460 lock screen. For example, it may say "Camera, Wallet", if the first selected shortcut opens the 461 camera app and the second one opens the tap-to-pay wallet experience. 462 [CHAR LIMIT=60]. 463 --> 464 <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> 465 466 <!-- 467 Placeholder text that shows when no lock screen shortcuts are currently selected on the lock 468 screen. When selected, "None" is replaced by another string that shows what is currently 469 selected. For example, it may say "Camera, Wallet", if the first selected shortcut opens the 470 camera app and the second one opens the tap-to-pay wallet experience. 471 [CHAR LIMIT=60]. 472 --> 473 <string name="keyguard_quick_affordance_none_selected">None</string> 474 475 <!-- 476 Summary for a setting that lets the user toggle between showing or hiding notifications on their 477 device's lock screen. This one is shown when the user is allowing notifications to show on their 478 device's lock screen. 479 480 [CHAR LIMIT=64]. 481 --> 482 <string name="show_notifications_on_lock_screen">Show notifications on the lock screen</string> 483 484 <!-- 485 Title for a section in a list of sections in the settings app that allows the user to access 486 additional settings related to lock screen behaviour. 487 488 [CHAR LIMIT=32]. 489 --> 490 <string name="more_settings_section_title">More lock screen options</string> 491 492 <!-- 493 Summary for a setting that lets the user access additional settings related to lock screen 494 behaviour. Please note that "Now Playing" is an entity; it's a name of an existing feature 495 that allows users to see the song that the device is picking up through its microphone on 496 the lock screen; therefore, it should not be translated literally. 497 498 [CHAR LIMIT=64]. 499 --> 500 <string name="more_settings_section_description">Privacy, Now Playing, and more</string> 501 502 <!-- 503 Label for button that lets the user navigate to a full-screen experience of selecting 504 system colors. 505 506 [CHAR LIMIT=128]. 507 --> 508 <string name="more_colors">More Colors</string> 509 510 <!-- 511 Accessibility string for a button that allows the user to select a color scheme generated from 512 their current wallpaper as the system color. This is shown in a list with other color options. 513 514 [CHAR LIMIT=NONE]. 515 --> 516 <string name="content_description_dynamic_color_option">Primary dynamic theme</string> 517 518 <!-- 519 Accessibility string for a button that allows the user to select a color scheme generated from 520 their current wallpaper as the system color. This is shown in a list with other color options. 521 522 [CHAR LIMIT=NONE]. 523 --> 524 <string name="content_description_neutral_color_option">Primary neutral theme</string> 525 526 <!-- 527 Accessibility string for a button that allows the user to select a color scheme generated from 528 their current wallpaper as the system color. This is shown in a list with other color options. 529 530 [CHAR LIMIT=NONE]. 531 --> 532 <string name="content_description_vibrant_color_option">Primary vibrant theme</string> 533 534 <!-- 535 Accessibility string for a button that allows the user to select a color scheme generated from 536 their current wallpaper as the system color. This is shown in a list with other color options. 537 538 [CHAR LIMIT=NONE]. 539 --> 540 <string name="content_description_expressive_color_option">Primary expressive theme</string> 541 542 <!-- 543 Accessibility string for a button that allows the user to select the default color for their 544 lock screen clock on the device. This is shown next to other buttons that allow the user to 545 select from a set of custom colors. 546 547 [CHAR LIMIT=NONE]. 548 --> 549 <string name="content_description_default_color_option">Default color option</string> 550 551 <!-- 552 Accessibility string for a button that allows the user to select a custom color for their lock 553 screen clock on the device. This is shown next to other such buttons that allow the user to 554 select from a set of custom colors. 555 556 [CHAR LIMIT=NONE]. 557 --> 558 <string name="content_description_color_option">Color option <xliff:g name="color_number" example="1">%1$d</xliff:g></string> 559 560 <!-- 561 Accessibility label for forward scrolling in the carousel of clock faces. 562 [CHAR LIMIT=128]. 563 --> 564 <string name="scroll_forward_and_select">Swipe left to choose a different clock face</string> 565 566 <!-- 567 Accessibility label for backward scrolling in the carousel of clock faces. 568 [CHAR LIMIT=128]. 569 --> 570 <string name="scroll_backward_and_select">Swipe right to choose a different clock face</string> 571 572 <!-- 573 Accessibility label for the carousel of clock faces. 574 [CHAR LIMIT=128]. 575 --> 576 <string name="custom_clocks_label">Custom Clocks</string> 577</resources> 578