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

Commit 4d82a733 authored by Felipe Leme's avatar Felipe Leme
Browse files

Added messages for the new "Take bug report" dialog.

BUG: 26034608
Change-Id: I7473272a98842998ce68a857bb801224b474527d
parent 98a400ed
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -487,10 +487,34 @@
    <!-- Take bug report menu title [CHAR LIMIT=NONE] -->
    <string name="bugreport_title">Take bug report</string>
    <!-- Message in bugreport dialog describing what it does [CHAR LIMIT=NONE] -->
    <!-- TODO: remove if not used anymore -->
    <string name="bugreport_message">This will collect information about your
        current device state, to send as an e-mail message.  It will take a little
        time from starting the bug report until it is ready to be sent; please be
        patient.</string>
    <!-- Title in the bugreport dialog for the interactive workflow. [CHAR LIMIT=20] -->
    <!-- DO NOT TRANSLATE YET: final phrasing still being discussed -->
    <string name="bugreport_option_interactive_title">Interactive report</string>
    <!-- Summary in the bugreport dialog for the interactive workflow. [CHAR LIMIT=NONE] -->
    <!-- DO NOT TRANSLATE YET: final phrasing still being discussed -->
    <string name="bugreport_option_interactive_summary">Use this under most circumstances.
        It allows you to track progress of the report and enter more details about the problem.
        It might omit some less-used sections that take a long time to report.</string>
    <!-- Title in the bugreport dialog for the full workflow. [CHAR LIMIT=20] -->
    <!-- DO NOT TRANSLATE YET: final phrasing still being discussed -->
    <string name="bugreport_option_full_title">Full report</string>
    <!-- Summary in the bugreport dialog for the full workflow. [CHAR LIMIT=20] -->
    <!-- DO NOT TRANSLATE YET: final phrasing still being discussed -->
    <string name="bugreport_option_full_summary">Use this option for minimal interference when
        your device is unresponsive or too slow, or when you need all sections.
        Does not take a screenshot or allow you to enter more details.</string>
    <!--  Toast message informing user in how many seconds a bugreport screenshot will be taken -->
    <!-- DO NOT TRANSLATE YET: final phrasing still being discussed -->
    <plurals name="bugreport_countdown">
        <item quantity="one">Taking screenshot for bug report in <xliff:g id="number">%d</xliff:g> second.</item>
        <item quantity="other">Taking screenshot for bug report in <xliff:g id="number">%d</xliff:g> seconds.</item>
    </plurals>

    <!-- Format for build summary info [CHAR LIMIT=NONE] -->
    <string name="bugreport_status" translatable="false">%s (%s)</string>

+6 −1
Original line number Diff line number Diff line
@@ -1100,6 +1100,7 @@
  <java-symbol type="string" name="config_ethernet_tcp_buffers" />
  <java-symbol type="string" name="config_wifi_tcp_buffers" />

  <java-symbol type="plurals" name="bugreport_countdown" />
  <java-symbol type="plurals" name="duration_hours" />
  <java-symbol type="plurals" name="duration_minutes" />
  <java-symbol type="plurals" name="duration_seconds" />
@@ -1559,9 +1560,13 @@
  <java-symbol type="string" name="android_preparing_apk" />
  <java-symbol type="string" name="android_start_title" />
  <java-symbol type="string" name="android_upgrading_title" />
  <java-symbol type="string" name="bugreport_title" />
  <java-symbol type="string" name="bugreport_message" />
  <java-symbol type="string" name="bugreport_option_full_summary" />
  <java-symbol type="string" name="bugreport_option_full_title" />
  <java-symbol type="string" name="bugreport_option_interactive_summary" />
  <java-symbol type="string" name="bugreport_option_interactive_title" />
  <java-symbol type="string" name="bugreport_status" />
  <java-symbol type="string" name="bugreport_title" />
  <java-symbol type="string" name="config_orientationSensorType" />
  <java-symbol type="string" name="faceunlock_multiple_failures" />
  <java-symbol type="string" name="global_action_power_off" />