Juan Ezquerro LLanes | 92d144f | 2018-05-23 21:19:00 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
micky387 | 9850641 | 2023-10-23 16:33:47 +0200 | [diff] [blame] | 2 | <!-- Copyright (C) 2023 The OmniROM Project |
Juan Ezquerro LLanes | 92d144f | 2018-05-23 21:19:00 +0200 | [diff] [blame] | 3 | |
| 4 | Parts Copyright (C) 2012-2013 The CyanogenMod Project |
| 5 | |
| 6 | This program is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU General Public License as published by |
| 8 | the Free Software Foundation, either version 3 of the License, or |
| 9 | (at your option) any later version. |
| 10 | |
| 11 | This program is distributed in the hope that it will be useful, |
| 12 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | GNU General Public License for more details. |
| 15 | |
| 16 | You should have received a copy of the GNU General Public License |
| 17 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | --> |
| 19 | |
| 20 | <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
micky387 | 9850641 | 2023-10-23 16:33:47 +0200 | [diff] [blame] | 21 | <string name="omni_system_label">OmniRom System</string> |
micky387 | 6322663 | 2023-10-24 10:41:31 +0200 | [diff] [blame] | 22 | |
| 23 | <!-- Reboot Confirmation Dialog. Message in the confirmation dialog |
| 24 | when the user asks to reboot. [CHAR LIMIT=NONE] --> |
| 25 | <string name="reboot_confirm">Do you want to reboot?</string> |
| 26 | <string name="reboot_title">Reboot</string> |
| 27 | <!-- advanced reboot to bootloader. --> |
| 28 | <string name="reboot_to_bootloader_title">Reboot bootloader</string> |
| 29 | <string name="reboot_to_bootloader_message">Rebooting to bootloader\u2026</string> |
| 30 | <!-- advanced reboot to recovery. --> |
| 31 | <string name="reboot_to_recovery_title">Reboot recovery</string> |
| 32 | <string name="reboot_to_recovery_message">Rebooting to recovery\u2026</string> |
| 33 | <!-- advanced reboot system --> |
| 34 | <string name="reboot_system_title">Restart system</string> |
| 35 | <string name="reboot_system_message">Restarting system\u2026</string> |
| 36 | <!-- advanced reboot to fastboot. --> |
| 37 | <string name="reboot_to_fastboot_title">Reboot fastboot</string> |
| 38 | <string name="reboot_to_fastboot_message">Rebooting to fastboot\u2026</string> |
Luofan Chen | 120a40d | 2023-03-01 19:12:53 +0800 | [diff] [blame] | 39 | |
| 40 | <!-- Health interface --> |
| 41 | <string name="charging_control_notification_channel">Charging control</string> |
| 42 | <string name="charging_control_notification_title">Charging control</string> |
| 43 | <string name="charging_control_notification_cancel_once">Cancel</string> |
| 44 | <string name="charging_control_notification_content_limit">Battery will be charged to %1$d%%</string> |
| 45 | <string name="charging_control_notification_content_limit_reached">Battery is charged to %1$d%%</string> |
| 46 | <string name="charging_control_notification_content_target">Battery will be fully charged at %1$s</string> |
| 47 | <string name="charging_control_notification_content_target_reached">Battery is charged</string> |
Juan Ezquerro LLanes | 92d144f | 2018-05-23 21:19:00 +0200 | [diff] [blame] | 48 | </resources> |