blob: d4982869aec902be1d3874c8822e31c5e62ed049 [file] [log] [blame]
Jeongik Cha54aa7a52024-08-30 17:18:41 +09001<?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 Lee0b53a602024-10-10 21:01:03 +080019
Jaewan Kim4a44ea12024-10-16 18:10:16 +000020 <!-- 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
Jaewan Kimb6bcab82024-10-22 00:59:12 +090023 <!-- Installer activity title [CHAR LIMIT=none] -->
24 <string name="installer_title_text">Install Linux terminal</string>
25 <!-- Installer activity description format [CHAR LIMIT=none] -->
26 <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 network.\nWould you proceed?</string>
Jaewan Kim44efd3e2024-10-30 15:14:06 +000027 <!-- Checkbox at the installer activity to download when Wi-Fi is available to prevent from paying network traffic [CHAR LIMIT=none] -->
28 <string name="installer_wait_for_wifi_checkbox_text">Download when Wi-Fi is available</string>
Jaewan Kimb6bcab82024-10-22 00:59:12 +090029 <!-- Button at the installer activity to confirm installation [CHAR LIMIT=16] -->
30 <string name="installer_install_button_enabled_text">Install</string>
31 <!-- Button at the installer activity to when installation is already in progress [CHAR LIMIT=16] -->
32 <string name="installer_install_button_disabled_text">Installing</string>
33 <!-- Toast message at installer activity when network doesn't meet[CHAR LIMIT=none] -->
34 <string name="installer_install_network_error_message">Network error. Check connection and retry.</string>
35 <!-- Notification title for installer [CHAR LIMIT=64] -->
36 <string name="installer_notif_title_text">Installing Linux terminal</string>
37 <!-- Notification description for installer [CHAR LIMIT=none] -->
38 <string name="installer_notif_desc_text">Linux terminal will be started after finish</string>
Jaewan Kimc0ff5212024-10-25 13:08:29 +090039 <!-- Toast error message for install failure due to the network issue [CHAR LIMIT=none] -->
40 <string name="installer_error_network">Failed to install due to the network issue</string>
Jaewan Kim77718ea2024-11-21 01:01:21 +090041 <!-- Toast error message for install failure because Wi-Fi isn't available although required [CHAR LIMIT=none] -->
42 <string name="installer_error_no_wifi">Failed to install because Wi-Fi isn\'t available</string>
Jaewan Kimc0ff5212024-10-25 13:08:29 +090043 <!-- Toast error message for install failure due to the unidentified issue [CHAR LIMIT=none] -->
44 <string name="installer_error_unknown">Failed to install. Try again.</string>
Jaewan Kimb6bcab82024-10-22 00:59:12 +090045
Jiyong Parkaa1e8242024-10-18 18:07:22 +090046 <!-- Action bar icon name for the settings view CHAR LIMIT=none] -->
47 <string name="action_settings">Settings</string>
48
Jaewan Kim4a44ea12024-10-16 18:10:16 +000049 <!-- Toast message to notify that preparing terminal to start [CHAR LIMIT=none] -->
50 <string name="vm_creation_message">Preparing terminal</string>
51 <!-- Toast message to notify that terminal is stopping [CHAR LIMIT=none] -->
52 <string name="vm_stop_message">Stopping terminal</string>
53 <!-- Toast message to notify that terminal is crashed [CHAR LIMIT=none] -->
54 <string name="vm_error_message">Terminal crashed</string>
55
56 <!-- Settings memu title for resizing disk of the virtual machine. [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080057 <string name="settings_disk_resize_title">Disk Resize</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000058 <!-- Settings memu subtitle for resizing disk of the virtual machine. [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080059 <string name="settings_disk_resize_sub_title">Resize / Rootfs</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000060 <!-- Toast message after new disk size is set. [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080061 <string name="settings_disk_resize_resize_message">Disk size set</string>
Jaewan Kim5e9dd4b2024-10-18 10:44:12 +090062 <!-- Settings menu option description format of the current disk size. [CHAR LIMIT=none] -->
63 <string name="settings_disk_resize_resize_gb_assigned_format"><xliff:g id="assigned_size" example="10GB">%1$s</xliff:g> assigned</string>
64 <!-- Settings menu option description format of the maximum resizable disk size. [CHAR LIMIT=none] -->
65 <string name="settings_disk_resize_resize_gb_max_format"><xliff:g id="max_size" example="256GB">%1$s</xliff:g> max</string>
Jaewan Kim1f4f1ad2024-11-14 03:47:29 +000066 <!-- Settings menu button to cancel disk resize. [CHAR LIMIT=16] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080067 <string name="settings_disk_resize_resize_cancel">Cancel</string>
Jaewan Kim1f4f1ad2024-11-14 03:47:29 +000068 <!-- Settings menu button to apply change that requires to restart Terminal app. [CHAR LIMIT=20] -->
69 <string name="settings_disk_resize_resize_restart_vm_to_apply">Restart to apply</string>
Mu-Le Lee0b53a602024-10-10 21:01:03 +080070
Jaewan Kim4a44ea12024-10-16 18:10:16 +000071 <!-- Settings menu title for 'port forwarding' [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080072 <string name="settings_port_forwarding_title">Port Forwarding</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000073 <!-- Settings menu subtitle for 'port forwarding' [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080074 <string name="settings_port_forwarding_sub_title">Configure port forwarding</string>
Mu-Le Leea3bd6c42024-10-17 23:36:43 +080075 <!-- Notification title for new port forwarding [CHAR LIMIT=none] -->
76 <string name="settings_port_forwarding_notification_title">Terminal is trying to open a new port</string>
77 <!-- Notification content for new port forwarding [CHAR LIMIT=none] -->
78 <string name="settings_port_forwarding_notification_content">Port requested to be open: <xliff:g id="port_number" example="8080">%d</xliff:g></string>
79 <!-- Notification action accept [CHAR LIMIT=none] -->
80 <string name="settings_port_forwarding_notification_accept">Accept</string>
81 <!-- Notification action deny [CHAR LIMIT=none] -->
82 <string name="settings_port_forwarding_notification_deny">Deny</string>
Mu-Le Lee0b53a602024-10-10 21:01:03 +080083
Jaewan Kim4a44ea12024-10-16 18:10:16 +000084 <!-- Settings menu title for recoverying image [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080085 <string name="settings_recovery_title">Recovery</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000086 <!-- Settings menu subtitle for recoverying image [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080087 <string name="settings_recovery_sub_title">Partition Recovery options</string>
Jaewan Kim04302912024-11-12 13:51:39 +000088 <!-- Settings menu title for resetting the terminal [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080089 <string name="settings_recovery_reset_title">Change to Initial version</string>
Jaewan Kim04302912024-11-12 13:51:39 +000090 <!-- Settings menu subtitle for resetting the terminal [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080091 <string name="settings_recovery_reset_sub_title">Remove all</string>
Jaewan Kim04302912024-11-12 13:51:39 +000092 <!-- Dialog title for resetting the terminal [CHAR LIMIT=none] -->
93 <string name="settings_recovery_reset_dialog_title">Reset terminal</string>
94 <!-- Dialog message for resetting the terminal [CHAR LIMIT=none] -->
95 <string name="settings_recovery_reset_dialog_message">Data will be deleted</string>
96 <!-- Dialog button confirm for resetting the terminal [CHAR LIMIT=16] -->
Mu-Le Leed240c2d2024-10-27 19:56:54 +080097 <string name="settings_recovery_reset_dialog_confirm">Confirm</string>
Jaewan Kim04302912024-11-12 13:51:39 +000098 <!-- Dialog button cancel for resetting the terminal [CHAR LIMIT=16] -->
Mu-Le Leed240c2d2024-10-27 19:56:54 +080099 <string name="settings_recovery_reset_dialog_cancel">Cancel</string>
Jeongik Cha7053a272024-11-19 12:20:51 +0900100 <!-- Dialog option to back up previous image(/mnt/backup is the path which is supposed not to be translated) [CHAR LIMIT=none] -->
101 <string name="settings_recovery_reset_dialog_backup_option">Back up data to <xliff:g id="path" example="/mnt/backup">/mnt/backup</xliff:g></string>
102 <!-- Snankbar to indicate recovery error due to backup [CHAR LIMIT=none] -->
103 <string name="settings_recovery_error_due_to_backup">Recovery failed because backup failed</string>
104 <!-- Snankbar to indicate recovery error [CHAR LIMIT=none] -->
105 <string name="settings_recovery_error">Recovery failed</string>
106 <!-- Snankbar to indicate recovery error during removing backup [CHAR LIMIT=none] -->
107 <string name="settings_recovery_error_during_removing_backup">Cannot remove backup file</string>
108 <!-- Settings menu title for removing backup data [CHAR LIMIT=none] -->
109 <string name="settings_recovery_remove_backup_title">Remove backup data</string>
110 <!-- Settings menu sub title for removing backup data(/mnt/backup is the path which is supposed not to be translated) [CHAR LIMIT=none] -->
111 <string name="settings_recovery_remove_backup_sub_title">Clean up <xliff:g id="path" example="/mnt/backup">/mnt/backup</xliff:g></string>
Mu-Le Leea3bd6c42024-10-17 23:36:43 +0800112
Jaewan Kim49c82592024-11-20 13:58:30 +0900113 <!-- Error page that shows error page [CHAR LIMIT=none] -->
114 <string name="error_title">Unrecoverable Error</string>
115 <!-- Error page that shows error page [CHAR LIMIT=none] -->
116 <string name="error_desc">Failed to recover from an error.\nYou can try restart the app, or try one of recovery option.</string>
117 <!-- Error page that shows detailed error code (error reason) for bugreport. [CHAR LIMIT=none] -->
118 <string name="error_code">Error code: <xliff:g id="error_code" example="ACCESS_DENIED">%s</xliff:g></string>
119
Jaewan Kim1f4f1ad2024-11-14 03:47:29 +0000120 <!-- Notification action button for settings [CHAR LIMIT=20] -->
Mu-Le Leea3bd6c42024-10-17 23:36:43 +0800121 <string name="service_notification_settings">Settings</string>
122 <!-- Notification title for foreground service notification [CHAR LIMIT=none] -->
123 <string name="service_notification_title">Terminal is running</string>
124 <!-- Notification content for foreground service notification [CHAR LIMIT=none] -->
Jaewan Kim04302912024-11-12 13:51:39 +0000125 <string name="service_notification_content">Click to open the terminal</string>
Jaewan Kim1f4f1ad2024-11-14 03:47:29 +0000126 <!-- Notification action button for closing the virtual machine [CHAR LIMIT=20] -->
Mu-Le Leea3bd6c42024-10-17 23:36:43 +0800127 <string name="service_notification_quit_action">Close</string>
Jiyong Park50df8dc2024-09-03 12:49:09 +0900128</resources>