Santiago Etchebehere | cca6d49 | 2018-12-04 18:29:48 -0800 | [diff] [blame] | 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] --> |
Santiago Etchebehere | 2de0c3a | 2019-01-30 16:25:47 -0800 | [diff] [blame] | 19 | <string name="app_name">Styles & wallpapers</string> |
Santiago Etchebehere | cca6d49 | 2018-12-04 18:29:48 -0800 | [diff] [blame] | 20 | |
Santiago Etchebehere | f23466e | 2018-12-10 14:56:55 -0800 | [diff] [blame] | 21 | <!-- Title of a section of the customization picker where the user can select a Theme for the |
| 22 | device. [CHAR LIMIT=15] --> |
Santiago Etchebehere | a16d99e | 2019-03-20 11:45:38 -0700 | [diff] [blame] | 23 | <string name="theme_title" translatable="false">Style</string> |
Santiago Etchebehere | f23466e | 2018-12-10 14:56:55 -0800 | [diff] [blame] | 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=15] --> |
| 35 | <string name="wallpaper_title">Wallpaper</string> |
Santiago Etchebehere | 10e79f1 | 2018-12-19 15:53:42 -0800 | [diff] [blame] | 36 | |
| 37 | <!-- Label for a button that allows the user to apply the currently selected Theme. |
| 38 | [CHAR LIMIT=20] --> |
Santiago Etchebehere | 2de0c3a | 2019-01-30 16:25:47 -0800 | [diff] [blame] | 39 | <string name="apply_theme_btn">Apply</string> |
Santiago Etchebehere | 6d6e84d | 2018-12-20 14:59:34 -0800 | [diff] [blame] | 40 | |
Santiago Etchebehere | 0936531 | 2019-03-14 13:16:49 -0700 | [diff] [blame] | 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 | |
Santiago Etchebehere | 1dbb772 | 2019-01-22 15:20:12 -0800 | [diff] [blame] | 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 | |
Santiago Etchebehere | 80e1cee | 2019-01-10 17:00:00 -0800 | [diff] [blame] | 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 | |
Santiago Etchebehere | 6d6e84d | 2018-12-20 14:59:34 -0800 | [diff] [blame] | 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> |
Santiago Etchebehere | 9b88a49 | 2018-12-20 15:31:50 -0800 | [diff] [blame] | 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 | |
Santiago Etchebehere | 273f655 | 2019-01-04 17:33:45 -0800 | [diff] [blame] | 60 | <!-- Sample text used to show a preview of a selected font [CHAR LIMIT=3] --> |
| 61 | <string name="theme_font_example">ABC</string> |
Santiago Etchebehere | 988f99d | 2018-12-20 17:13:12 -0800 | [diff] [blame] | 62 | |
Santiago Etchebehere | b356ed0 | 2019-02-08 09:46:32 -0800 | [diff] [blame] | 63 | <!-- Plus sign used to indicate that the user can add a custom theme --> |
| 64 | <string name="add_custom_theme" translatable="false">+</string> |
| 65 | |
Santiago Etchebehere | 79ce19b | 2019-01-08 15:46:52 -0800 | [diff] [blame] | 66 | <!-- Name for the Android Theme that comes preset with the device [CHAR LIMIT=10]--> |
| 67 | <string name="default_theme_title">Default</string> |
| 68 | |
Santiago Etchebehere | 7a6e7ec | 2019-01-17 17:30:13 -0800 | [diff] [blame] | 69 | <!-- Title of a page that shows the user the preview of a font selection [CHAR_LIMIT=20] --> |
Santiago Etchebehere | 988f99d | 2018-12-20 17:13:12 -0800 | [diff] [blame] | 70 | <string name="preview_name_font">Font</string> |
| 71 | |
Santiago Etchebehere | 7a6e7ec | 2019-01-17 17:30:13 -0800 | [diff] [blame] | 72 | <!-- Title of a page that shows the user the preview of a set of icons [CHAR_LIMIT=20] --> |
| 73 | <string name="preview_name_icon">Icon</string> |
| 74 | |
| 75 | <!-- Title of a page that shows the user the preview of a color [CHAR_LIMIT=20] --> |
| 76 | <string name="preview_name_color">Color</string> |
| 77 | |
| 78 | <!-- Title of a page that shows the user the preview of a set of icons' shape [CHAR_LIMIT=20] --> |
| 79 | <string name="preview_name_shape">Shape</string> |
| 80 | |
| 81 | <!-- Title of a page that shows the user the preview of a wallpaper associated with a theme [CHAR_LIMIT=20] --> |
| 82 | <string name="preview_name_wallpaper">Wallpaper</string> |
| 83 | |
Santiago Etchebehere | 988f99d | 2018-12-20 17:13:12 -0800 | [diff] [blame] | 84 | <!-- Title text for previewing a font [CHAR LIMIT=30] --> |
Santiago Etchebehere | 2de0c3a | 2019-01-30 16:25:47 -0800 | [diff] [blame] | 85 | <string name="font_card_title">Customize your device</string> |
Santiago Etchebehere | 988f99d | 2018-12-20 17:13:12 -0800 | [diff] [blame] | 86 | |
| 87 | <!-- Body text for previewing a font [CHAR LIMIT=160] --> |
Santiago Etchebehere | 2de0c3a | 2019-01-30 16:25:47 -0800 | [diff] [blame] | 88 | <string name="font_card_body">Add your style to every screen with featured or custom designs that change your phone\'s home screen, icons and more</string> |
Santiago Etchebehere | 80e1cee | 2019-01-10 17:00:00 -0800 | [diff] [blame] | 89 | |
| 90 | <!--Title for a grid option, describing the number of columns and rows, eg: 4x4 [CHAR LIMIT=10] --> |
| 91 | <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 Etchebehere | f2a752d | 2019-01-14 14:29:27 -0800 | [diff] [blame] | 92 | |
| 93 | <!-- Message shown when a theme has been applied successfully in the system [CHAR LIMIT=NONE] --> |
Santiago Etchebehere | 2de0c3a | 2019-01-30 16:25:47 -0800 | [diff] [blame] | 94 | <string name="applied_theme_msg">Style applied</string> |
Santiago Etchebehere | 1dbb772 | 2019-01-22 15:20:12 -0800 | [diff] [blame] | 95 | |
| 96 | <!-- Message shown when a theme couldn't be applied in the system because of an error |
| 97 | [CHAR LIMIT=NONE] --> |
| 98 | <string name="apply_theme_error_msg">There was a problem applying the style</string> |
Santiago Etchebehere | b356ed0 | 2019-02-08 09:46:32 -0800 | [diff] [blame] | 99 | |
| 100 | <!-- Label for a button that takes the user to the next step when configuring a custom theme. |
| 101 | [CHAR LIMIT=20] --> |
| 102 | <string name="custom_theme_next">Next</string> |
| 103 | |
Santiago Etchebehere | b5fed02 | 2019-02-21 16:59:23 -0800 | [diff] [blame] | 104 | <!-- Label for a system Style/Theme (combination of fonts/colors/icons) that is defined and |
Santiago Etchebehere | b356ed0 | 2019-02-08 09:46:32 -0800 | [diff] [blame] | 105 | customized by the user [CHAR LIMIT=15] --> |
| 106 | <string name="custom_theme_title">Custom</string> |
Santiago Etchebehere | b5fed02 | 2019-02-21 16:59:23 -0800 | [diff] [blame] | 107 | |
| 108 | <!-- Title for a screen that lets the user define their custom system Style/Theme |
| 109 | [CHAR LIMIT=30] --> |
| 110 | <string name="custom_theme_fragment_title">Custom Style</string> |
| 111 | |
Santiago Etchebehere | 8efe2ea | 2019-03-15 17:39:11 -0700 | [diff] [blame] | 112 | <!-- Title of a menu option that removes the custom theme being currently edited |
| 113 | [CHAR LIMIT=30] --> |
| 114 | <string name="custom_theme_delete">Delete</string> |
| 115 | |
Santiago Etchebehere | b5fed02 | 2019-02-21 16:59:23 -0800 | [diff] [blame] | 116 | <!-- Title of a page allowing the user to choose a font for a custom theme --> |
| 117 | <string name="font_component_title">Choose font</string> |
| 118 | |
Santiago Etchebehere | ba0bc76 | 2019-02-25 18:01:14 -0800 | [diff] [blame] | 119 | <!-- Title of a page allowing the user to choose an icon set for a custom theme --> |
| 120 | <string name="icon_component_title">Choose icons</string> |
| 121 | |
Santiago Etchebehere | f46ab38 | 2019-03-19 16:18:08 -0700 | [diff] [blame] | 122 | <!-- Title of a page allowing the user to choose a color for a custom theme --> |
| 123 | <string name="color_component_title">Choose color</string> |
| 124 | |
Santiago Etchebehere | 32bb6ef | 2019-03-19 13:47:59 -0700 | [diff] [blame] | 125 | <!-- Title of a page allowing the user to choose an icon shape for a custom theme --> |
| 126 | <string name="shape_component_title">Choose shape</string> |
| 127 | |
Santiago Etchebehere | ba0bc76 | 2019-02-25 18:01:14 -0800 | [diff] [blame] | 128 | <!-- Title of a set of icons that the user can chose for their custom style (eg, "Icons 2") --> |
| 129 | <string name="icon_component_label">Icons <xliff:g name="component_number" example="1">%1$d</xliff:g></string> |
| 130 | |
| 131 | |
Santiago Etchebehere | b5fed02 | 2019-02-21 16:59:23 -0800 | [diff] [blame] | 132 | <string name="font_component_option_thumbnail" translatable="false">A</string> |
| 133 | |
| 134 | <!-- Text explaining what the current step is in setting a custom theme, eg: "1 of 4". |
| 135 | [CHAR_LIMIT=40] --> |
| 136 | <string name="component_step_counter"><xliff:g name="current_step" example="1">%1$d</xliff:g> of <xliff:g name="total_steps" example="4">%2$d</xliff:g></string> |
Santiago Etchebehere | 8efe2ea | 2019-03-15 17:39:11 -0700 | [diff] [blame] | 137 | |
| 138 | <!-- Dialog box asking the user to confirm if they want to delete the current custom style |
| 139 | [CHAR_LIMIT=NONE] --> |
| 140 | <string name="delete_custom_theme_confirmation">Delete Custom style?</string> |
| 141 | |
| 142 | <!-- Button in a dialog box confirming that the current style will be deleted [CHAR_LIMIT=20] --> |
| 143 | <string name="delete_custom_theme_button">Delete</string> |
| 144 | |
| 145 | <!-- Generic label for canceling the current action [CHAR_LIMIT=20] --> |
| 146 | <string name="cancel">Cancel</string> |
Santiago Etchebehere | 418a40e | 2019-03-25 14:28:37 -0700 | [diff] [blame] | 147 | |
| 148 | <!-- Label for a dialog which asks the user the destination (home screen, lock screen, both) |
| 149 | where to set the theme's bundled image as wallpaper. [CHAR LIMIT=50] --> |
| 150 | <string name="set_theme_wallpaper_dialog_message">Set style wallpaper</string> |
Santiago Etchebehere | 025e168 | 2019-03-21 18:21:08 -0700 | [diff] [blame^] | 151 | |
| 152 | <!-- Title for a dialog box asking the user to use an existing, equivalent theme (style) instead |
| 153 | of their customly defined one. [CHAR_LIMIT=30] --> |
| 154 | <string name="use_style_instead_title">Use <xliff:g name="style_name">%1$s</xliff:g> instead?</string> |
| 155 | |
| 156 | <!-- Body for a dialog box asking the user to use an existing, equivalent theme (style) instead |
| 157 | of their customly defined one. [CHAR_LIMIT=NONE] --> |
| 158 | <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> |
| 159 | |
| 160 | <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style) |
| 161 | instead of their customly defined one. The button let's the user use the suggested theme |
| 162 | [CHAR_LIMIT=15] --> |
| 163 | <string name="use_style_button">Use <xliff:g name="style_name">%1$s</xliff:g></string> |
| 164 | |
| 165 | <!-- Label for a button in the dialog box that asks the user to use an existing, theme (style) |
| 166 | instead of their customly defined one. The button dismisses the dialog and goes back to the |
| 167 | previous screen. [CHAR_LIMIT=15] --> |
| 168 | <string name="no_thanks">No, thanks</string> |
Santiago Etchebehere | cca6d49 | 2018-12-04 18:29:48 -0800 | [diff] [blame] | 169 | </resources> |