Post-AOD cleanup checkpoint
This commit is contained in:
@@ -100,7 +100,10 @@
|
||||
<string name="hidden_apps_empty">No apps yet. Generate a notification first.</string>
|
||||
<string name="hidden_apps_close">Close</string>
|
||||
<string name="hidden_apps_exception_regex_input_hint">Regex</string>
|
||||
<string name="hidden_apps_package_with_exceptions">%1$s \u2022 %2$d exceptions</string>
|
||||
<plurals name="hidden_apps_package_with_exceptions">
|
||||
<item quantity="one">%1$s \u2022 %2$d exception</item>
|
||||
<item quantity="other">%1$s \u2022 %2$d exceptions</item>
|
||||
</plurals>
|
||||
<string name="hidden_apps_last_seen">Last seen: %1$s</string>
|
||||
<string name="hidden_apps_default_modes_title">Default settings</string>
|
||||
<string name="hidden_apps_add_exception">Add exception</string>
|
||||
@@ -160,7 +163,6 @@
|
||||
<string name="clock_title">Clock</string>
|
||||
<string name="layout_home_title">Layout</string>
|
||||
<string name="layout_title">Unlocked</string>
|
||||
<string name="clock_master_toggles_title">Master toggles</string>
|
||||
<string name="layout_master_toggle_title">Master toggle</string>
|
||||
<string name="clock_enabled">Use custom clock</string>
|
||||
<string name="layout_enabled">Use custom layout</string>
|
||||
@@ -211,10 +213,8 @@
|
||||
<string name="clock_middle_cutout_prompt">Else, or if the overlap is centred, move clock to:</string>
|
||||
<string name="clock_middle_side_left">Left side</string>
|
||||
<string name="clock_middle_side_right">Right side</string>
|
||||
<string name="clock_middle_cutout_gap_label">Gap from cutout (px)</string>
|
||||
<string name="clock_custom_format_title">Custom format</string>
|
||||
<string name="clock_custom_format_enabled">Use custom date/time pattern</string>
|
||||
<string name="clock_ignore_under_display_cameras">Ignore under-display cameras</string>
|
||||
<string name="clock_custom_format_hint">Examples: HH:mm, EEE d MMM HH:mm:ss, {#batterybar big @sans-serif-condensed}HH:mm</string>
|
||||
<string name="clock_custom_format_help_common">Date/time patterns:\n\u2022 Uses Java SimpleDateFormat-style pattern letters\n\u2022 Common symbols: yyyy yy MMMM MMM MM EEEE EEE dd d HH hh mm ss a\n\nTags:\n\u2022 Supported tags: <i>, <u>, <small>, <big>, <font color=\'...\'>, <font face=\'...\'>\n\u2022 <b> is not supported\n\u2022 Custom font tags: <sans>, <serif>, <mono>, <condensed>\n\u2022 {/font} closes any open <font ...> tag\n\u2022 Opening a new colour or font face automatically closes the previous one</string>
|
||||
<string name="clock_custom_format_help_styling">Shorthand blocks:\n\u2022 {#FA0 big @sans-serif-condensed} is shorthand for opening multiple tags in order\n\u2022 In shorthand: / closes a tag, # sets font colour, @ sets font face\n\u2022 Each whitespace-separated token inside {} becomes its own tag\n\nLine breaks:\n\u2022 Use \\n, {\\n} or {\\n15}; the number is the line-height delta in px\n\u2022 Omit the number to use the default row spacing\n\u2022 { /\\n } style line breaks are written without spaces: {/\\n} or {/\\n15}\n\u2022 Normal line breaks propagate open tags onto the next row\n\u2022 A / line break ends all currently open tags before the next row starts\n\nPipes and grouping:\n\u2022 Maximum two pipes per row; more than two is a syntax error for that row only\n\u2022 Pipes inside single quotes or {} do not split the row\n\u2022 One pipe splits into left and right segments\n\u2022 Two pipes remove the middle section, then split using the outer pipes\n\u2022 Tags are logically continued across pipe splits, even if the middle section is ignored\n\u2022 Rows without pipes are independent; rows with pipes share one common pipe group\n\u2022 A syntax-error row becomes the text Syntax error, with no whole-clock fallback\n\nColours:\n\u2022 Supported colour literals: #RGB, #ARGB, #RRGGBB, #AARRGGBB\n\u2022 {#bright|#dark} means bright text on dark backgrounds, dark text on bright backgrounds\n\u2022 {#batterybar} copies the current battery bar colour\n\u2022 After |, if the next token is not #, the dark variant is built with math\n\u2022 Dark-variant math can start with inv or an operator (+ - * /)\n\u2022 Math runs strictly left to right; there is no operator precedence\n\u2022 Decimal numbers affect R, G and B only; alpha stays unchanged\n\u2022 Hex operands use 00..FF channel values for + and -, and channel/255 scaling for * and /\n\u2022 8-digit hex operands can also affect alpha</string>
|
||||
|
||||
Reference in New Issue
Block a user