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

Commit 86333477 authored by Jason Monk's avatar Jason Monk
Browse files

Add strings that will be used for new ignore opt ux

Bug: 21375688
Change-Id: Ifb01e2a1fe9a1d4ae55acafa046080740e8bc5dc
parent 8c39a9c6
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -6625,7 +6625,7 @@
    <string name="high_power_on">Ignoring battery optimizations</string>

    <!-- Summary of app not allowed to use a lot of power [CHAR LIMIT=60] -->
    <string name="high_power_off">Off</string>
    <string name="high_power_off">Not allowed</string>

    <!-- Description of high power switch [CHAR LIMIT=NONE] -->
    <string name="high_power_desc">Don\'t apply battery optimizations. May drain your battery more quickly.</string>
@@ -6753,4 +6753,19 @@

    <!-- Zen mode access settings - summary for warning dialog when enabling access [CHAR LIMIT=NONE] -->
    <string name="zen_access_warning_dialog_summary">The app will be able to turn on/off Do Not Disturb and make changes to related settings.</string>

    <!-- Ignore battery optimizations on label [CHAR LIMIT=30] -->
    <string name="ignore_optimizations_on">Allow</string>

    <!-- Ignore battery optimizations off label [CHAR LIMIT=30] -->
    <string name="ignore_optimizations_off">Don\u2019t allow</string>

    <!-- Ignore battery optimizations on description [CHAR LIMIT=NONE] -->
    <string name="ignore_optimizations_on_desc">May drain your battery more quickly.</string>

    <!-- Ignore battery optimizations off description [CHAR LIMIT=NONE] -->
    <string name="ignore_optimizations_off_desc">Recommended for better battery life.</string>

    <!-- Ignore battery optimizations dialog title [CHAR LIMIT=NONE] -->
    <string name="ignore_optimizations_title">Allow <xliff:g id="app" example="Tasker">%s</xliff:g> to ignore battery optimizations?</string>
</resources>