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

Commit 49db92b0 authored by Po-Chien Hsueh's avatar Po-Chien Hsueh
Browse files

Extend strings.xml character limits

Per linguist's suggestion, extend character limits of strings. And,
keep app's name "Dynamic System Update" not translated.

Bug: 154345776
Bug: 154345861
Bug: 154345863
Test: None
Change-Id: If57e0e0f301588f60744678f0ec942e8eb8e8a70
Merged-In: If57e0e0f301588f60744678f0ec942e8eb8e8a70
(cherry picked from commit 8f3bdb82)
parent cf9ab7aa
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] -->