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

Commit c1578acd authored by Joanne Chung's avatar Joanne Chung
Browse files

Add string that can be used for translation a11y.

Bug: 178146511
Test: build
Test: manual test on other change before

Change-Id: I469ad61dadc32bb822ebcb009af8a8f8c53c90a1
parent f7bf52bc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5982,4 +5982,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
@@ -4343,6 +4343,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"/>
</resources>