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

Commit 63865925 authored by black's avatar black
Browse files

Settings: Update strings related to developer options

Change-Id: I0398e22d5152c8214c44dc4b4fbf7f7932d772e1
parent a9d4a6d2
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -1240,15 +1240,15 @@ two in order to insert additional control points. \'Remove\' deletes the selecte
    <!-- Stay Awake while plugged in -->
    <string name="keep_screen_on_summary_cm">Screen will never sleep while plugged in</string>

    <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable development settings -->
    <!-- [CHAR LIMIT=NONE] Device Info screen. Countdown for user taps to enable developer options -->
    <plurals name="show_dev_countdown_cm">
        <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from enabling development settings.</item>
        <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from enabling development settings.</item>
        <item quantity="one">You are now <xliff:g id="step_count">%1$d</xliff:g> step away from enabling developer options.</item>
        <item quantity="other">You are now <xliff:g id="step_count">%1$d</xliff:g> steps away from enabling developer options.</item>
    </plurals>
    <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer settings are enabled -->
    <string name="show_dev_on_cm">You have enabled development settings!</string>
    <!-- [CHAR LIMIT=NONE] Device Info screen. Confirmation that developer options are enabled -->
    <string name="show_dev_on_cm">You have enabled developer options!</string>
    <!-- [CHAR LIMIT=NONE] Device Info screen. Okay we get it, stop pressing, you already have it on -->
    <string name="show_dev_already_cm">No need, you have already enabled development settings.</string>
    <string name="show_dev_already_cm">No need, you have already enabled developer options.</string>

    <!-- Setting checkbox title for Whether to enable Android debugging support on the phone. -->
    <string name="enable_adb_cm">Android debugging</string>