Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 934287f0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add string that can be used for translation a11y." into sc-dev am: 6f46df25

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14267512

Change-Id: I29ea0d4c8c92eaaa1e6389319a69cf7a766e584c
parents d1cfa5ad 6f46df25
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -6006,4 +6006,8 @@ ul.</string>
    <string name="view_and_control_notification_title">Check access settings</string>
    <!-- Notification content to prompt the user that some accessibility service has view and control access. [CHAR LIMIT=none] -->
    <string name="view_and_control_notification_content"><xliff:g id="service_name" example="TalkBack">%s</xliff:g> can view and control your screen. Tap to review.</string>
    <!-- Accessibility message announced when the view text displayed on the screen that has been translated to a different language by the system. [CHAR LIMIT=NONE] -->
    <string name="ui_translation_accessibility_translated_text"><xliff:g id="message" example="Hello">%1$s</xliff:g> Translated.</string>
    <!-- Accessibility message announced to notify the user when the system has finished translating the content displayed on the screen to a different language after the user requested translation. [CHAR LIMIT=NONE] -->
    <string name="ui_translation_accessibility_translation_finished">Message translated from <xliff:g id="from_language" example="English">%1$s</xliff:g> to <xliff:g id="to_language" example="French">%2$s</xliff:g>.</string>
</resources>
+3 −0
Original line number Diff line number Diff line
@@ -4359,6 +4359,9 @@
  <java-symbol type="drawable" name="ic_accessibility_24dp" />
  <java-symbol type="string" name="view_and_control_notification_title" />
  <java-symbol type="string" name="view_and_control_notification_content" />
  <!-- Translation -->
  <java-symbol type="string" name="ui_translation_accessibility_translated_text" />
  <java-symbol type="string" name="ui_translation_accessibility_translation_finished" />

  <java-symbol type="layout" name="notification_expand_button"/>