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">Styles & wallpapers</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">Clock</string> 28 29 <!-- Title of a section of the customization picker where the user can select a Grid size for 30 the home screen. [CHAR LIMIT=15] --> 31 <string name="grid_title">Grid</string> 32 33 <!-- Title of a section of the customization picker where the user can select a Wallpaper. 34 [CHAR LIMIT=19] --> 35 <string name="wallpaper_title">Wallpaper</string> 36 37 <!-- Label for a button that allows the user to apply the currently selected Theme. 38 [CHAR LIMIT=20] --> 39 <string name="apply_theme_btn">Apply</string> 40 41 <!-- Label telling the user they can tap the card to edit the currently selected custom Theme. 42 [CHAR LIMIT=50] --> 43 <string name="edit_custom_theme_lbl">Tap to edit</string> 44 45 <!-- Label for a checkbox to allow the user to use their currently set wallpaper instead of 46 the one bundled with selected Theme [CHAR LIMIT=35]--> 47 <string name="keep_my_wallpaper">Keep current wallpaper</string> 48 49 <!-- Label for a button that allows the user to apply the currently selected customization option. 50 [CHAR LIMIT=20] --> 51 <string name="apply_btn">Apply</string> 52 53 <!-- Accessibility label for paging indicator in theme picker preview [CHAR LIMIT=NONE] --> 54 <string name="accessibility_preview_pager">Page <xliff:g name="current_page" example="1">%1$d</xliff:g> of <xliff:g name="num_pages" example="2">%2$d</xliff:g></string> 55 <!-- Content description of the next button to bring user to the next preview page.[CHAR LIMIT=NONE] --> 56 <string name="next_page_content_description">Next</string> 57 <!-- Content description of the previous button to bring user to the previous preview page. [CHAR LIMIT=NONE] --> 58 <string name="previous_page_content_description">Previous</string> 59 60 <!-- Content description indicating that the selected option is currently applied to the device. [CHAR_LIMIT=NONE] --> 61 <string name="option_applied_description"><xliff:g name="style_name">%1$s</xliff:g>, currently applied</string> 62 63 <!-- Content description indicating that the selected option is currently applied and previewed. [CHAR_LIMIT=NONE] --> 64 <string name="option_applied_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, currently applied and previewed</string> 65 66 <!-- Content description indicating that the selected option is currently being previewed. [CHAR_LIMIT=NONE] --> 67 <string name="option_previewed_description"><xliff:g name="style_name">%1$s</xliff:g>, currently previewed</string> 68 69 <!-- Sample text used to show a preview of a selected font [CHAR LIMIT=3] --> 70 <string name="theme_font_example" translatable="false">ABC</string> 71 72 <!-- Content description for previewing a style, describing each of their components. [CHAR_LIMIT=NONE] --> 73 <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> 74 75 <!-- Plus sign used to indicate that the user can add a custom theme --> 76 77 <!-- Name for the Android Theme that comes preset with the device [CHAR LIMIT=10]--> 78 <string name="default_theme_title">Default</string> 79 80 <!-- Title of a page that shows the user the preview of a font selection [CHAR_LIMIT=20] --> 81 <string name="preview_name_font">Font</string> 82 83 <!-- Title of a page that shows the user the preview of a set of icons [CHAR_LIMIT=20] --> 84 <string name="preview_name_icon">Icon</string> 85 86 <!-- Title of a page that shows the user the preview of a color [CHAR_LIMIT=20] --> 87 <string name="preview_name_color">Color</string> 88 89 <!-- Title of a page that shows the user the preview of a set of icons' shape [CHAR_LIMIT=20] --> 90 <string name="preview_name_shape">Shape</string> 91 92 <!-- Title of a page that shows the user the preview of a wallpaper associated with a theme [CHAR_LIMIT=20] --> 93 <string name="preview_name_wallpaper">Wallpaper</string> 94 95 <!-- Header sample text used to preview the look of a particular font, we show samples of 96 uppercase and lowercase characters and numbers. [CHAR LIMIT=30] --> 97 <string name="font_card_title">ABC • abc • 123</string> 98 99 <!-- Body text for previewing a font [CHAR LIMIT=160] --> 100 <string name="font_card_body">Add your favorite fonts to every screen</string> 101 102 <!--Title for a grid option, describing the number of columns and rows, eg: 4x4 [CHAR LIMIT=10] --> 103 <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> 104 105 <!-- Message shown when a theme has been applied successfully in the system [CHAR LIMIT=NONE] --> 106 <string name="applied_theme_msg">Style applied</string> 107 108 <!-- Message shown when a clock has been applied successfully in the system [CHAR LIMIT=NONE] --> 109 <string name="applied_clock_msg">Clock applied</string> 110 111 <!-- Message shown when a theme couldn't be applied in the system because of an error 112 [CHAR LIMIT=NONE] --> 113 <string name="apply_theme_error_msg">There was a problem applying the style</string> 114 115 <!-- Label for a button that takes the user to the next step when configuring a custom theme. 116 [CHAR LIMIT=20] --> 117 <string name="custom_theme_next">Next</string> 118 119 <!-- Label for a button that takes the user back to the previous step when configuring a custom theme. 120 [CHAR LIMIT=20] --> 121 <string name="custom_theme_previous">Previous</string> 122 123 <!-- Generic label for one system Style/Theme (combination of fonts/colors/icons) that is 124 defined and customized by the user (note there could be more than one so the label includes 125 a number, eg "Custom 1, Custom 2, etc") [CHAR LIMIT=15] --> 126 <string name="custom_theme_title">Custom <xliff:g name="custom_num" example="1">%1$d</xliff:g></string> 127 128 <!-- Title for a screen that lets the user define their custom system Style/Theme 129 [CHAR LIMIT=30] --> 130 <string name="custom_theme_fragment_title">Custom Style</string> 131 132 <!-- Title of a menu option that removes the custom theme being currently edited 133 [CHAR LIMIT=30] --> 134 <string name="custom_theme_delete">Delete</string> 135 136 <!-- Title of a page allowing the user to choose a font for a custom theme [CHAR LIMIT=40]--> 137 <string name="font_component_title">Choose font</string> 138 139 <!-- Title of a page allowing the user to choose an icon set for a custom theme [CHAR LIMIT=40]--> 140 <string name="icon_component_title">Choose icons</string> 141 142 <!-- Title of a page allowing the user to choose a color for a custom theme [CHAR LIMIT=40]--> 143 <string name="color_component_title">Choose color</string> 144 145 <!-- Title of a page allowing the user to choose an icon shape for a custom theme [CHAR LIMIT=40]--> 146 <string name="shape_component_title">Choose shape</string> 147 148 <!-- Title of a page allowing the user to set a name for a custom theme [CHAR LIMIT=40]--> 149 <string name="name_component_title">Name your style</string> 150 151 <!-- Title of a set of icons that the user can chose for their custom style (eg, "Icons 2") --> 152 <string name="icon_component_label">Icons <xliff:g name="component_number" example="1">%1$d</xliff:g></string> 153 154 <string name="font_component_option_thumbnail" translatable="false">Aa</string> 155 156 <!-- Dialog box asking the user to confirm if they want to delete the current custom style 157 [CHAR_LIMIT=NONE] --> 158 <string name="delete_custom_theme_confirmation">Delete Custom style?</string> 159 160 <!-- Button in a dialog box confirming that the current style will be deleted [CHAR_LIMIT=20] --> 161 <string name="delete_custom_theme_button">Delete</string> 162 163 <!-- Generic label for canceling the current action [CHAR_LIMIT=20] --> 164 <string name="cancel">Cancel</string> 165 166 <!-- Label for a dialog which asks the user the destination (home screen, lock screen, both) 167 where to set the theme's bundled image as wallpaper. [CHAR LIMIT=50] --> 168 <string name="set_theme_wallpaper_dialog_message">Set style wallpaper</string> 169 170 <!-- Title for a dialog box asking the user to use an existing, equivalent theme (style) instead 171 of their customly defined one. [CHAR_LIMIT=30] --> 172 <string name="use_style_instead_title">Use <xliff:g name="style_name">%1$s</xliff:g> instead?</string> 173 174 <!-- Body for a dialog box asking the user to use an existing, equivalent theme (style) instead 175 of their customly defined one. [CHAR_LIMIT=NONE] --> 176 <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> 177 178 <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style) 179 instead of their customly defined one. The button let's the user use the suggested theme 180 [CHAR_LIMIT=16] --> 181 <string name="use_style_button">Use <xliff:g name="style_name">%1$s</xliff:g></string> 182 183 <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style) 184 instead of their customly defined one. The button dismisses the dialog and goes back to the 185 previous screen. [CHAR_LIMIT=16] --> 186 <string name="no_thanks">No, thanks</string> 187 188 <!-- Content description for a screen showing the preview of a clock face. [CHAR_LIMIT=NONE] --> 189 <string name="clock_preview_content_description"><xliff:g name="clock_name">%1$s</xliff:g> clock preview</string> 190 191 <!-- Generic error message [CHAR_LIMIT=NONE] --> 192 <string name="something_went_wrong">Oops! Something went wrong.</string> 193</resources> 194