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

Commit 41434b75 authored by Joe Onorato's avatar Joe Onorato
Browse files

Clarify strings for translations.

Bug: 123708937
Bug: 123708938
Bug: 123710310
Bug: 123850468
Test: treehugger
Change-Id: Id681e4c10c9e0770bd768eabcd02df9540c9f9f0
parent 87490806
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -762,19 +762,20 @@
    <!-- Dialog message warning about security implications of setting an assistant, displayed when the user selects an assistant. [CHAR LIMIT=NONE] -->
    <string name="assistant_confirmation_message">The assistant will be able to read information about apps in use on your system, including information visible on your screen or accessible within the apps.</string>

    <!-- Name for the notification channel for incident / bug report confirmation
    <!-- Name for the notification channel for incident / bug report confirmation. Appears in
    Settings.
    [CHAR LIMIT=50] -->
    <string name="incident_report_channel_name">Share Debugging Data</string>

    <!-- Title for notification shown when the user should confirm an incident / bug report.
    [CHAR LIMIT=50] -->
    [CHAR LIMIT=60] -->
    <string name="incident_report_notification_title">Share detailed debugging data?</string>

    <!-- Content for notification shown when the user should confirm an incident / bug report.
    [CHAR LIMIT=120] -->
    <string name="incident_report_notification_text"><xliff:g id="app_name" example="Gmail">%1$s</xliff:g> would like to upload debugging information.</string>

    <!-- Title for the incident / bug report confirmation dialog [CHAR LIMIT=50] -->
    <!-- Title for the incident / bug report confirmation dialog. [CHAR LIMIT=50] -->
    <string name="incident_report_dialog_title">Share Debugging Data</string>

    <!-- Content for dialog shown when the user should confirm an incident / bug report.
+4 −1
Original line number Diff line number Diff line
@@ -16,5 +16,8 @@

<resources xmlns:android="http://schemas.android.com/apk/res/android"
        xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
    <!-- App name (this is a test app for the Permission Controller app, which
            is the thing that users use to grant permissions to applications).
        [CHAR LIMIT=60]-->
    <string name="app_name">Permission Controller Tests</string>
</resources>