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

Commit b819f898 authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

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

parents 3510bd9b 4d82a733
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
@@ -1104,6 +1104,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" />
@@ -1564,9 +1565,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" />