Merge "Add contrast setting in dev options" into udc-dev
This commit is contained in:
@@ -4946,6 +4946,8 @@
|
||||
<string name="keywords_color_correction">adjust color </string>
|
||||
<!-- List of synonyms used in the settings search bar to find the “Color inversion”. [CHAR LIMIT=NONE] -->
|
||||
<string name="keywords_color_inversion">turn screen dark, turn screen light</string>
|
||||
<!-- List of synonyms used in the settings search bar to find the “Contrast”. [CHAR LIMIT=NONE] -->
|
||||
<string name="keywords_contrast">color contrast</string>
|
||||
<!-- List of synonyms used in the settings search bar to find the “Accessibility Menu”. [CHAR LIMIT=NONE] -->
|
||||
<string name="keywords_accessibility_menu"></string>
|
||||
<!-- List of synonyms used in the settings search bar to find the “Switch Access”. [CHAR LIMIT=NONE] -->
|
||||
@@ -12021,6 +12023,15 @@
|
||||
<!-- Button to close the dialog without saving in screen flash color selection dialog. [CHAR LIMIT=20] -->
|
||||
<string name="color_selector_dialog_cancel">Cancel</string>
|
||||
|
||||
<!-- Title for the contrast preference fragment [CHAR LIMIT=35] -->
|
||||
<string name="contrast_title">Contrast</string>
|
||||
<!-- 'Standard' contrast option [CHAR LIMIT=20] -->
|
||||
<string name="contrast_standard">Standard</string>
|
||||
<!-- 'Medium' contrast option [CHAR LIMIT=20] -->
|
||||
<string name="contrast_medium">Medium</string>
|
||||
<!-- 'High' contrast option [CHAR LIMIT=20] -->
|
||||
<string name="contrast_high">High</string>
|
||||
|
||||
<!-- Warning message when we try to dock an app not supporting multiple instances split into multiple sides [CHAR LIMIT=NONE] -->
|
||||
<string name="dock_multi_instances_not_supported_text">"This app can only be opened in 1 window"</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user