Jeongik Cha | 54aa7a5 | 2024-08-30 17:18:41 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- Copyright (C) 2024 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | |
| 17 | <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| 18 | xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
Mu-Le Lee | 0b53a60 | 2024-10-10 21:01:03 +0800 | [diff] [blame] | 19 | |
Jaewan Kim | 4a44ea1 | 2024-10-16 18:10:16 +0000 | [diff] [blame] | 20 | <!-- Application name of this terminal app shown in the launcher. This app provides computer terminal to connect to virtual machine. [CHAR LIMIT=16] --> |
| 21 | <string name="app_name">Terminal</string> |
| 22 | |
Jiyong Park | 88b0b2a | 2024-11-25 13:04:30 +0900 | [diff] [blame] | 23 | <!-- Description of the entire terminal display showing texts. This is read by talkback. [CHAR LIMIT=none] --> |
Jiyong Park | 1d3dfc9 | 2024-11-19 21:41:11 +0900 | [diff] [blame] | 24 | <string name="terminal_display">Terminal display</string> |
Jiyong Park | 88b0b2a | 2024-11-25 13:04:30 +0900 | [diff] [blame] | 25 | <!-- Description of the edit box accepting user input. This is read by talkback. [CHAR LIMIT=none] --> |
Jiyong Park | 1d3dfc9 | 2024-11-19 21:41:11 +0900 | [diff] [blame] | 26 | <string name="terminal_input">Cursor</string> |
Jiyong Park | 88b0b2a | 2024-11-25 13:04:30 +0900 | [diff] [blame] | 27 | <!-- Description of an empty line in the terminal. This is read by talkback. [CHAR LIMIT=none] --> |
Jiyong Park | 1d3dfc9 | 2024-11-19 21:41:11 +0900 | [diff] [blame] | 28 | <string name="empty_line">Empty line</string> |
Jiyong Park | f4280b7 | 2024-11-28 14:17:56 +0900 | [diff] [blame] | 29 | <!-- Description of the hint supported by the terminal UI elements. This is read by talkback. [CHAR LIMIT=none] --> |
Jiyong Park | b054420 | 2024-12-04 23:16:01 +0900 | [diff] [blame] | 30 | <string name="double_tap_to_edit_text">Double-tap to type input</string> |
Jiyong Park | 1d3dfc9 | 2024-11-19 21:41:11 +0900 | [diff] [blame] | 31 | |
Jaewan Kim | b6bcab8 | 2024-10-22 00:59:12 +0900 | [diff] [blame] | 32 | <!-- Installer activity title [CHAR LIMIT=none] --> |
| 33 | <string name="installer_title_text">Install Linux terminal</string> |
| 34 | <!-- Installer activity description format [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 35 | <string name="installer_desc_text_format">To launch Linux terminal, you need to download roughly <xliff:g id="expected_size" example="350GB">%1$s</xliff:g> of data over the network.\nWould you like to proceed?</string> |
Jaewan Kim | 44efd3e | 2024-10-30 15:14:06 +0000 | [diff] [blame] | 36 | <!-- Checkbox at the installer activity to download when Wi-Fi is available to prevent from paying network traffic [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 37 | <string name="installer_wait_for_wifi_checkbox_text">Download using Wi-Fi only</string> |
Jaewan Kim | b6bcab8 | 2024-10-22 00:59:12 +0900 | [diff] [blame] | 38 | <!-- Button at the installer activity to confirm installation [CHAR LIMIT=16] --> |
| 39 | <string name="installer_install_button_enabled_text">Install</string> |
| 40 | <!-- Button at the installer activity to when installation is already in progress [CHAR LIMIT=16] --> |
| 41 | <string name="installer_install_button_disabled_text">Installing</string> |
| 42 | <!-- Toast message at installer activity when network doesn't meet[CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 43 | <string name="installer_install_network_error_message">Failed to install due to a network error. Check your connection and try again.</string> |
Jaewan Kim | b6bcab8 | 2024-10-22 00:59:12 +0900 | [diff] [blame] | 44 | <!-- Notification title for installer [CHAR LIMIT=64] --> |
| 45 | <string name="installer_notif_title_text">Installing Linux terminal</string> |
| 46 | <!-- Notification description for installer [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 47 | <string name="installer_notif_desc_text">Linux terminal will start after the installation is finished</string> |
Jaewan Kim | c0ff521 | 2024-10-25 13:08:29 +0900 | [diff] [blame] | 48 | <!-- Toast error message for install failure due to the network issue [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 49 | <string name="installer_error_network">Failed to install due to a network issue</string> |
Jaewan Kim | 77718ea | 2024-11-21 01:01:21 +0900 | [diff] [blame] | 50 | <!-- Toast error message for install failure because Wi-Fi isn't available although required [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 51 | <string name="installer_error_no_wifi">Failed to install because Wi-Fi is not available</string> |
Jaewan Kim | c0ff521 | 2024-10-25 13:08:29 +0900 | [diff] [blame] | 52 | <!-- Toast error message for install failure due to the unidentified issue [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 53 | <string name="installer_error_unknown">Failed to install. Please try again</string> |
Jaewan Kim | b6bcab8 | 2024-10-22 00:59:12 +0900 | [diff] [blame] | 54 | |
Jiyong Park | aa1e824 | 2024-10-18 18:07:22 +0900 | [diff] [blame] | 55 | <!-- Action bar icon name for the settings view CHAR LIMIT=none] --> |
| 56 | <string name="action_settings">Settings</string> |
| 57 | |
Jeongik Cha | 2233af3 | 2025-01-13 11:28:18 +0900 | [diff] [blame] | 58 | <!-- Action bar icon name for showing the display activity CHAR LIMIT=none] --> |
| 59 | <string name="action_display">Display</string> |
| 60 | |
Jaewan Kim | 4a44ea1 | 2024-10-16 18:10:16 +0000 | [diff] [blame] | 61 | <!-- Toast message to notify that preparing terminal to start [CHAR LIMIT=none] --> |
| 62 | <string name="vm_creation_message">Preparing terminal</string> |
| 63 | <!-- Toast message to notify that terminal is stopping [CHAR LIMIT=none] --> |
| 64 | <string name="vm_stop_message">Stopping terminal</string> |
| 65 | <!-- Toast message to notify that terminal is crashed [CHAR LIMIT=none] --> |
| 66 | <string name="vm_error_message">Terminal crashed</string> |
| 67 | |
| 68 | <!-- Settings memu title for resizing disk of the virtual machine. [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 69 | <string name="settings_disk_resize_title">Disk resize</string> |
Jaewan Kim | 4a44ea1 | 2024-10-16 18:10:16 +0000 | [diff] [blame] | 70 | <!-- Settings memu subtitle for resizing disk of the virtual machine. [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 71 | <string name="settings_disk_resize_sub_title">Resize the root partition size</string> |
Jaewan Kim | 4a44ea1 | 2024-10-16 18:10:16 +0000 | [diff] [blame] | 72 | <!-- Toast message after new disk size is set. [CHAR LIMIT=none] --> |
Mu-Le Lee | 0b53a60 | 2024-10-10 21:01:03 +0800 | [diff] [blame] | 73 | <string name="settings_disk_resize_resize_message">Disk size set</string> |
Jaewan Kim | 5e9dd4b | 2024-10-18 10:44:12 +0900 | [diff] [blame] | 74 | <!-- Settings menu option description format of the current disk size. [CHAR LIMIT=none] --> |
| 75 | <string name="settings_disk_resize_resize_gb_assigned_format"><xliff:g id="assigned_size" example="10GB">%1$s</xliff:g> assigned</string> |
| 76 | <!-- Settings menu option description format of the maximum resizable disk size. [CHAR LIMIT=none] --> |
| 77 | <string name="settings_disk_resize_resize_gb_max_format"><xliff:g id="max_size" example="256GB">%1$s</xliff:g> max</string> |
Jaewan Kim | 1f4f1ad | 2024-11-14 03:47:29 +0000 | [diff] [blame] | 78 | <!-- Settings menu button to cancel disk resize. [CHAR LIMIT=16] --> |
Mu-Le Lee | 0b53a60 | 2024-10-10 21:01:03 +0800 | [diff] [blame] | 79 | <string name="settings_disk_resize_resize_cancel">Cancel</string> |
Jaewan Kim | b94a6e0 | 2024-11-29 13:50:56 +0900 | [diff] [blame] | 80 | <!-- Settings menu button to apply change Terminal app. This will launch a confirmation dialog [CHAR LIMIT=16] --> |
| 81 | <string name="settings_disk_resize_resize_restart_vm_to_apply">Apply</string> |
| 82 | <!-- Dialog description for applying disk resize Terminal app, which requires to restart the terminal [CHAR LIMIT=none] --> |
| 83 | <string name="settings_disk_resize_resize_confirm_dialog_message">Terminal will be restarted to resize disk</string> |
| 84 | <!-- Dialog confirmation button for restarting the terminal [CHAR LIMIT=16] --> |
| 85 | <string name="settings_disk_resize_resize_confirm_dialog_confirm">Confirm</string> |
Mu-Le Lee | 0b53a60 | 2024-10-10 21:01:03 +0800 | [diff] [blame] | 86 | |
Seungjae Yoo | c1b0774 | 2024-12-03 13:36:29 +0900 | [diff] [blame] | 87 | <!-- Settings menu title for port forwarding [CHAR LIMIT=none] --> |
| 88 | <string name="settings_port_forwarding_title">Port control</string> |
| 89 | <!-- Settings menu subtitle for port forwarding [CHAR LIMIT=none] --> |
| 90 | <string name="settings_port_forwarding_sub_title">Allow/deny listening ports</string> |
| 91 | <!-- Title for active ports setting in port forwarding [CHAR LIMIT=none] --> |
| 92 | <string name="settings_port_forwarding_active_ports_title">Listening ports</string> |
Seungjae Yoo | 1ae9027 | 2024-12-31 13:08:40 +0900 | [diff] [blame] | 93 | <!-- Text content for active ports setting in port forwarding [CHAR LIMIT=none] --> |
| 94 | <string name="settings_port_forwarding_active_ports_content"><xliff:g id="port_number" example="8000">%1$d</xliff:g> (<xliff:g id="process_name" example="undefined">%2$s</xliff:g>)</string> |
Seungjae Yoo | c1b0774 | 2024-12-03 13:36:29 +0900 | [diff] [blame] | 95 | <!-- Title for other enabled ports setting in port forwarding [CHAR LIMIT=none] --> |
| 96 | <string name="settings_port_forwarding_other_enabled_ports_title">Saved allowed ports</string> |
Seungjae Yoo | 0f39fc9 | 2024-12-12 13:13:24 +0900 | [diff] [blame] | 97 | <!-- Description of add button for other enabled ports. Used for talkback. [CHAR LIMIT=16] --> |
| 98 | <string name="settings_port_forwarding_other_enabled_port_add_button">Add</string> |
| 99 | <!-- Description of close button for other enabled ports. Used for talkback. [CHAR LIMIT=16] --> |
Seungjae Yoo | 067eff2 | 2024-12-09 12:22:58 +0900 | [diff] [blame] | 100 | <string name="settings_port_forwarding_other_enabled_port_close_button">Delete <xliff:g id="port_number" example="8000">%d</xliff:g></string> |
Seungjae Yoo | c1b0774 | 2024-12-03 13:36:29 +0900 | [diff] [blame] | 101 | |
| 102 | <!-- Dialog title for enabling a new port [CHAR LIMIT=none] --> |
| 103 | <string name="settings_port_forwarding_dialog_title">Allow a new port</string> |
| 104 | <!-- Dialog hint for enabling a new port [CHAR LIMIT=none] --> |
| 105 | <string name="settings_port_forwarding_dialog_textview_hint">Enter a new port number</string> |
| 106 | <!-- Dialog save action for enabling a new port [CHAR LIMIT=16] --> |
| 107 | <string name="settings_port_forwarding_dialog_save">Save</string> |
| 108 | <!-- Dialog cancel action for enabling a new port [CHAR LIMIT=16] --> |
| 109 | <string name="settings_port_forwarding_dialog_cancel">Cancel</string> |
Seungjae Yoo | 0f39fc9 | 2024-12-12 13:13:24 +0900 | [diff] [blame] | 110 | <!-- Dialog error message for non number format input [CHAR LIMIT=none] --> |
| 111 | <string name="settings_port_forwarding_dialog_error_invalid_input">Please enter a number</string> |
| 112 | <!-- Dialog error message for invalid port number [CHAR LIMIT=none] --> |
| 113 | <string name="settings_port_forwarding_dialog_error_invalid_port_range">Invalid port number</string> |
| 114 | <!-- Dialog error message for existing port [CHAR LIMIT=none] --> |
| 115 | <string name="settings_port_forwarding_dialog_error_existing_port">Port already exists</string> |
Seungjae Yoo | c1b0774 | 2024-12-03 13:36:29 +0900 | [diff] [blame] | 116 | |
| 117 | <!-- Notification title for a new active port [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 118 | <string name="settings_port_forwarding_notification_title">Terminal is requesting to open a new port</string> |
Seungjae Yoo | c1b0774 | 2024-12-03 13:36:29 +0900 | [diff] [blame] | 119 | <!-- Notification content for a new active port [CHAR LIMIT=none] --> |
Seungjae Yoo | 5985991 | 2024-12-31 14:34:36 +0900 | [diff] [blame] | 120 | <string name="settings_port_forwarding_notification_content">Port requested: <xliff:g id="port_number" example="8000">%1$d</xliff:g> (<xliff:g id="process_name" example="undefined">%2$s</xliff:g>)</string> |
Seungjae Yoo | c1b0774 | 2024-12-03 13:36:29 +0900 | [diff] [blame] | 121 | <!-- Notification action accept [CHAR LIMIT=16] --> |
Mu-Le Lee | a3bd6c4 | 2024-10-17 23:36:43 +0800 | [diff] [blame] | 122 | <string name="settings_port_forwarding_notification_accept">Accept</string> |
Seungjae Yoo | c1b0774 | 2024-12-03 13:36:29 +0900 | [diff] [blame] | 123 | <!-- Notification action deny [CHAR LIMIT=16] --> |
Mu-Le Lee | a3bd6c4 | 2024-10-17 23:36:43 +0800 | [diff] [blame] | 124 | <string name="settings_port_forwarding_notification_deny">Deny</string> |
Mu-Le Lee | 0b53a60 | 2024-10-10 21:01:03 +0800 | [diff] [blame] | 125 | |
Jaewan Kim | 4a44ea1 | 2024-10-16 18:10:16 +0000 | [diff] [blame] | 126 | <!-- Settings menu title for recoverying image [CHAR LIMIT=none] --> |
Mu-Le Lee | 0b53a60 | 2024-10-10 21:01:03 +0800 | [diff] [blame] | 127 | <string name="settings_recovery_title">Recovery</string> |
Jaewan Kim | 4a44ea1 | 2024-10-16 18:10:16 +0000 | [diff] [blame] | 128 | <!-- Settings menu subtitle for recoverying image [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 129 | <string name="settings_recovery_sub_title">Partition recovery options</string> |
Jaewan Kim | 0430291 | 2024-11-12 13:51:39 +0000 | [diff] [blame] | 130 | <!-- Settings menu title for resetting the terminal [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 131 | <string name="settings_recovery_reset_title">Reset to initial version</string> |
Jaewan Kim | 0430291 | 2024-11-12 13:51:39 +0000 | [diff] [blame] | 132 | <!-- Settings menu subtitle for resetting the terminal [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 133 | <string name="settings_recovery_reset_sub_title">Remove all data</string> |
Jaewan Kim | 0430291 | 2024-11-12 13:51:39 +0000 | [diff] [blame] | 134 | <!-- Dialog title for resetting the terminal [CHAR LIMIT=none] --> |
| 135 | <string name="settings_recovery_reset_dialog_title">Reset terminal</string> |
| 136 | <!-- Dialog message for resetting the terminal [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 137 | <string name="settings_recovery_reset_dialog_message">Data will be removed</string> |
Jaewan Kim | 0430291 | 2024-11-12 13:51:39 +0000 | [diff] [blame] | 138 | <!-- Dialog button confirm for resetting the terminal [CHAR LIMIT=16] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 139 | <string name="settings_recovery_reset_dialog_confirm">Reset</string> |
Jaewan Kim | 0430291 | 2024-11-12 13:51:39 +0000 | [diff] [blame] | 140 | <!-- Dialog button cancel for resetting the terminal [CHAR LIMIT=16] --> |
Mu-Le Lee | d240c2d | 2024-10-27 19:56:54 +0800 | [diff] [blame] | 141 | <string name="settings_recovery_reset_dialog_cancel">Cancel</string> |
Jeongik Cha | 7053a27 | 2024-11-19 12:20:51 +0900 | [diff] [blame] | 142 | <!-- Dialog option to back up previous image(/mnt/backup is the path which is supposed not to be translated) [CHAR LIMIT=none] --> |
| 143 | <string name="settings_recovery_reset_dialog_backup_option">Back up data to <xliff:g id="path" example="/mnt/backup">/mnt/backup</xliff:g></string> |
| 144 | <!-- Snankbar to indicate recovery error due to backup [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 145 | <string name="settings_recovery_error_due_to_backup">Failed to recover due to a backup error</string> |
Jeongik Cha | 7053a27 | 2024-11-19 12:20:51 +0900 | [diff] [blame] | 146 | <!-- Snankbar to indicate recovery error [CHAR LIMIT=none] --> |
| 147 | <string name="settings_recovery_error">Recovery failed</string> |
| 148 | <!-- Snankbar to indicate recovery error during removing backup [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 149 | <string name="settings_recovery_error_during_removing_backup">Failed to remove backup data</string> |
Jeongik Cha | 7053a27 | 2024-11-19 12:20:51 +0900 | [diff] [blame] | 150 | <!-- Settings menu title for removing backup data [CHAR LIMIT=none] --> |
| 151 | <string name="settings_recovery_remove_backup_title">Remove backup data</string> |
| 152 | <!-- Settings menu sub title for removing backup data(/mnt/backup is the path which is supposed not to be translated) [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 153 | <string name="settings_recovery_remove_backup_sub_title">Remove <xliff:g id="path" example="/mnt/backup">/mnt/backup</xliff:g></string> |
Mu-Le Lee | a3bd6c4 | 2024-10-17 23:36:43 +0800 | [diff] [blame] | 154 | |
Jaewan Kim | 49c8259 | 2024-11-20 13:58:30 +0900 | [diff] [blame] | 155 | <!-- Error page that shows error page [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 156 | <string name="error_title">Unrecoverable error</string> |
Jaewan Kim | 49c8259 | 2024-11-20 13:58:30 +0900 | [diff] [blame] | 157 | <!-- Error page that shows error page [CHAR LIMIT=none] --> |
Jeongik Cha | 9da405a | 2024-12-15 18:12:30 -0800 | [diff] [blame] | 158 | <string name="error_desc">Failed to recover from an error.\nYou can try restarting terminal or try one of the recovery options.\nIf all attempts fail, wipe all data by turning on/off Linux terminal from developer options."</string> |
Jaewan Kim | 49c8259 | 2024-11-20 13:58:30 +0900 | [diff] [blame] | 159 | <!-- Error page that shows detailed error code (error reason) for bugreport. [CHAR LIMIT=none] --> |
| 160 | <string name="error_code">Error code: <xliff:g id="error_code" example="ACCESS_DENIED">%s</xliff:g></string> |
| 161 | |
Jaewan Kim | 1f4f1ad | 2024-11-14 03:47:29 +0000 | [diff] [blame] | 162 | <!-- Notification action button for settings [CHAR LIMIT=20] --> |
Mu-Le Lee | a3bd6c4 | 2024-10-17 23:36:43 +0800 | [diff] [blame] | 163 | <string name="service_notification_settings">Settings</string> |
| 164 | <!-- Notification title for foreground service notification [CHAR LIMIT=none] --> |
| 165 | <string name="service_notification_title">Terminal is running</string> |
| 166 | <!-- Notification content for foreground service notification [CHAR LIMIT=none] --> |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 167 | <string name="service_notification_content">Click to open terminal</string> |
Jaewan Kim | 1f4f1ad | 2024-11-14 03:47:29 +0000 | [diff] [blame] | 168 | <!-- Notification action button for closing the virtual machine [CHAR LIMIT=20] --> |
Mu-Le Lee | a3bd6c4 | 2024-10-17 23:36:43 +0800 | [diff] [blame] | 169 | <string name="service_notification_quit_action">Close</string> |
Jeongik Cha | b44e8fc | 2024-11-26 18:38:32 +0900 | [diff] [blame] | 170 | |
Jeongik Cha | 67730d5 | 2024-12-09 17:39:48 +0900 | [diff] [blame] | 171 | <!-- Notification title for foreground service notification during closing [CHAR LIMIT=none] --> |
| 172 | <string name="service_notification_close_title">Terminal is closing</string> |
| 173 | <!-- Notification action button for force-closing the virtual machine [CHAR LIMIT=30] --> |
| 174 | <string name="service_notification_force_quit_action">Force close</string> |
| 175 | |
Jeongik Cha | f233a0a | 2024-11-28 16:09:12 +0000 | [diff] [blame] | 176 | <!-- This string is for toast message to notify that VirGL is enabled. [CHAR LIMIT=40] --> |
| 177 | <string name="virgl_enabled"><xliff:g>VirGL</xliff:g> is enabled</string> |
Jiyong Park | ce47016 | 2025-01-10 15:48:00 +0900 | [diff] [blame] | 178 | |
| 179 | <!-- This is the name of the notification channel for long-runnint tasks [CHAR LIMIT=none] --> |
| 180 | <string name="notification_channel_long_running_name">Long running tasks</string> |
| 181 | |
| 182 | <!-- This is the name of the notification channel for system events [CHAR LIMIT=none] --> |
| 183 | <string name="notification_channel_system_events_name">System events</string> |
Jiyong Park | 50df8dc | 2024-09-03 12:49:09 +0900 | [diff] [blame] | 184 | </resources> |