Merge "Add aspect ratio title strings for translation" into udc-qpr-dev

This commit is contained in:
Graciela Putri
2023-09-14 11:06:09 +00:00
committed by Android (Google) Code Review

View File

@@ -12168,6 +12168,19 @@
<!-- [CHAR LIMIT=NONE] Warning description for app info aspect ratio page --> <!-- [CHAR LIMIT=NONE] Warning description for app info aspect ratio page -->
<string name="app_aspect_ratio_footer">The app will restart when you change aspect ratio. You may lose unsaved changes. Some apps may not be optimized for certain aspect ratios.</string> <string name="app_aspect_ratio_footer">The app will restart when you change aspect ratio. You may lose unsaved changes. Some apps may not be optimized for certain aspect ratios.</string>
<!-- TODO(b/300219974): Change aspect ratio title and clean up unused titles -->
<!-- [CHAR LIMIT=60] Aspect ratio experimental title settings to choose app aspect ratio -->
<string name="aspect_ratio_experimental_title">Aspect ratio (experimental)</string>
<!-- [CHAR LIMIT=60] Aspect ratio experiment title settings to choose app aspect ratio -->
<string name="aspect_ratio_experiment_title">Aspect ratio (experiment)</string>
<!-- [CHAR LIMIT=60] Aspect ratio labs title settings to choose app aspect ratio -->
<string name="aspect_ratio_labs_title">Aspect ratio (labs)</string>
<!-- [CHAR LIMIT=60] Aspect ratio experimental title label -->
<string name="aspect_ratio_experimental_label">Experimental</string>
<!-- [CHAR LIMIT=60] Aspect ratio experiment title label -->
<string name="aspect_ratio_experiment_label">Experiment</string>
<!-- [CHAR LIMIT=60] Aspect ratio labs title label -->
<string name="aspect_ratio_labs_label">Labs</string>
<!-- Accessibility label for fingerprint sensor [CHAR LIMIT=NONE] --> <!-- Accessibility label for fingerprint sensor [CHAR LIMIT=NONE] -->
<string name="accessibility_fingerprint_label">Fingerprint sensor</string> <string name="accessibility_fingerprint_label">Fingerprint sensor</string>