1<?xml version="1.0" encoding="utf-8"?> 2<resources> 3 <!-- application name [DO NOT TRANSLATE] --> 4 <string name="app_name">Dynamic System Updates</string> 5 6 <!-- notification channel name [DO NOT TRANSLATE] --> 7 <string name="notification_channel_name">Dynamic System Updates</string> 8 9 <!-- password page title [DO NOT TRANSLATE] --> 10 <string name="keyguard_title">Dynamic System Updates</string> 11 12 <!-- password page description [CHAR LIMIT=128] --> 13 <string name="keyguard_description">Please enter your password and continue to Dynamic System Updates</string> 14 15 <!-- Displayed on notification: Dynamic System is ready [CHAR LIMIT=128] --> 16 <string name="notification_install_completed">Dynamic system is ready. To start using it, restart your device.</string> 17 <!-- Displayed on notification: Dynamic System Updates is in progress [CHAR LIMIT=128] --> 18 <string name="notification_install_inprogress">Install in progress</string> 19 <!-- Displayed on notification: Dynamic System installation failed [CHAR LIMIT=128] --> 20 <string name="notification_install_failed">Install failed</string> 21 <!-- Displayed on notification: Image validation failed [CHAR LIMIT=128] --> 22 <string name="notification_image_validation_failed">Image validation failed. Abort installation.</string> 23 <!-- Displayed on notification: We are running in Dynamic System [CHAR LIMIT=128] --> 24 <string name="notification_dynsystem_in_use">Currently running a dynamic system. Restart to use the original Android version.</string> 25 26 <!-- Action on notification: Cancel installation [CHAR LIMIT=24] --> 27 <string name="notification_action_cancel">Cancel</string> 28 <!-- Action on notification: Discard installation [CHAR LIMIT=24] --> 29 <string name="notification_action_discard">Discard</string> 30 <!-- Action on notification: Restart to Dynamic System [CHAR LIMIT=24] --> 31 <string name="notification_action_reboot_to_dynsystem">Restart</string> 32 <!-- Action on notification: Restart to original Android version [CHAR LIMIT=24] --> 33 <string name="notification_action_reboot_to_origin">Restart</string> 34 35 36 <!-- Toast when installed Dynamic System is discarded [CHAR LIMIT=128] --> 37 <string name="toast_dynsystem_discarded">Discarded dynamic system</string> 38 <!-- Toast when we fail to launch into Dynamic System [CHAR LIMIT=128] --> 39 <string name="toast_failed_to_reboot_to_dynsystem">Can\u2019t restart or load dynamic system</string> 40 <!-- Toast when we fail to disable Dynamic System [CHAR LIMIT=128] --> 41 <string name="toast_failed_to_disable_dynsystem">Failed to disable dynamic system</string> 42 43 44 <!-- URL of Dynamic System Key Revocation List [DO NOT TRANSLATE] --> 45 <string name="key_revocation_list_url" translatable="false">https://dl.google.com/developers/android/gsi/gsi-keyblacklist.json</string> 46 47</resources> 48