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

Commit ad00b4c7 authored by Po-Chien Hsueh's avatar Po-Chien Hsueh Committed by Gerrit Code Review
Browse files

Merge "Extend strings.xml character limits"

parents ff0df9a6 8f3bdb82
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- application name [CHAR LIMIT=32] -->
    <!-- application name [DO NOT TRANSLATE] -->
    <string name="app_name">Dynamic System Updates</string>

    <!-- notification channel name [CHAR LIMIT=32] -->
    <!-- notification channel name [DO NOT TRANSLATE] -->
    <string name="notification_channel_name">Dynamic System Updates</string>

    <!-- password page title [CHAR LIMIT=32] -->
    <!-- password page title [DO NOT TRANSLATE] -->
    <string name="keyguard_title">Dynamic System Updates</string>

    <!-- password page description [CHAR LIMIT=128] -->
@@ -23,19 +23,19 @@
    <!-- Displayed on notification: We are running in Dynamic System [CHAR LIMIT=128] -->
    <string name="notification_dynsystem_in_use">Currently running a dynamic system. Restart to use the original Android version.</string>

    <!-- Action on notification: Cancel installation [CHAR LIMIT=16] -->
    <!-- Action on notification: Cancel installation [CHAR LIMIT=24] -->
    <string name="notification_action_cancel">Cancel</string>
    <!-- Action on notification: Discard installation [CHAR LIMIT=16] -->
    <!-- Action on notification: Discard installation [CHAR LIMIT=24] -->
    <string name="notification_action_discard">Discard</string>
    <!-- Action on notification: Restart to Dynamic System [CHAR LIMIT=16] -->
    <!-- Action on notification: Restart to Dynamic System [CHAR LIMIT=24] -->
    <string name="notification_action_reboot_to_dynsystem">Restart</string>
    <!-- Action on notification: Restart to original Android version [CHAR LIMIT=16] -->
    <!-- Action on notification: Restart to original Android version [CHAR LIMIT=24] -->
    <string name="notification_action_reboot_to_origin">Restart</string>


    <!-- Toast when installed Dynamic System is discarded [CHAR LIMIT=64] -->
    <!-- Toast when installed Dynamic System is discarded [CHAR LIMIT=128] -->
    <string name="toast_dynsystem_discarded">Discarded dynamic system</string>
    <!-- Toast when we fail to launch into Dynamic System [CHAR LIMIT=64] -->
    <!-- Toast when we fail to launch into Dynamic System [CHAR LIMIT=128] -->
    <string name="toast_failed_to_reboot_to_dynsystem">Can\u2019t restart or load dynamic system</string>

    <!-- URL of Dynamic System Key Revocation List [DO NOT TRANSLATE] -->