| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- Copyright (C) 2024 The Android Open Source Project |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <resources xmlns:android="http://schemas.android.com/apk/res/android" |
| xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
| |
| <!-- Application name of this terminal app shown in the launcher. This app provides computer terminal to connect to virtual machine. [CHAR LIMIT=16] --> |
| <string name="app_name">Terminal</string> |
| |
| <!-- Description of the entire terminal display showing texts. This is read by talkback. [CHAR LIMIT=none] --> |
| <string name="terminal_display">Terminal display</string> |
| <!-- Description of the edit box accepting user input. This is read by talkback. [CHAR LIMIT=none] --> |
| <string name="terminal_input">Cursor</string> |
| <!-- Description of an empty line in the terminal. This is read by talkback. [CHAR LIMIT=none] --> |
| <string name="empty_line">Empty line</string> |
| <!-- Description of the hint supported by the terminal UI elements. This is read by talkback. [CHAR LIMIT=none] --> |
| <string name="double_tap_to_edit_text">Double-tap to type input</string> |
| |
| <!-- Installer activity title [CHAR LIMIT=none] --> |
| <string name="installer_title_text">Install Linux terminal</string> |
| <!-- Installer activity description format [CHAR LIMIT=none] --> |
| <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> |
| <!-- Checkbox at the installer activity to download when Wi-Fi is available to prevent from paying network traffic [CHAR LIMIT=none] --> |
| <string name="installer_wait_for_wifi_checkbox_text">Download using Wi-Fi only</string> |
| <!-- Button at the installer activity to confirm installation [CHAR LIMIT=16] --> |
| <string name="installer_install_button_enabled_text">Install</string> |
| <!-- Button at the installer activity to when installation is already in progress [CHAR LIMIT=16] --> |
| <string name="installer_install_button_disabled_text">Installing</string> |
| <!-- Toast message at installer activity when network doesn't meet[CHAR LIMIT=none] --> |
| <string name="installer_install_network_error_message">Failed to install due to a network error. Check your connection and try again.</string> |
| <!-- Notification title for installer [CHAR LIMIT=64] --> |
| <string name="installer_notif_title_text">Installing Linux terminal</string> |
| <!-- Notification description for installer [CHAR LIMIT=none] --> |
| <string name="installer_notif_desc_text">Linux terminal will start after the installation is finished</string> |
| <!-- Toast error message for install failure due to the network issue [CHAR LIMIT=none] --> |
| <string name="installer_error_network">Failed to install due to a network issue</string> |
| <!-- Toast error message for install failure because Wi-Fi isn't available although required [CHAR LIMIT=none] --> |
| <string name="installer_error_no_wifi">Failed to install because Wi-Fi is not available</string> |
| <!-- Toast error message for install failure due to the unidentified issue [CHAR LIMIT=none] --> |
| <string name="installer_error_unknown">Failed to install. Please try again</string> |
| |
| <!-- Action bar icon name for the settings view CHAR LIMIT=none] --> |
| <string name="action_settings">Settings</string> |
| |
| <!-- Toast message to notify that preparing terminal to start [CHAR LIMIT=none] --> |
| <string name="vm_creation_message">Preparing terminal</string> |
| <!-- Toast message to notify that terminal is stopping [CHAR LIMIT=none] --> |
| <string name="vm_stop_message">Stopping terminal</string> |
| <!-- Toast message to notify that terminal is crashed [CHAR LIMIT=none] --> |
| <string name="vm_error_message">Terminal crashed</string> |
| |
| <!-- Settings memu title for resizing disk of the virtual machine. [CHAR LIMIT=none] --> |
| <string name="settings_disk_resize_title">Disk resize</string> |
| <!-- Settings memu subtitle for resizing disk of the virtual machine. [CHAR LIMIT=none] --> |
| <string name="settings_disk_resize_sub_title">Resize the root partition size</string> |
| <!-- Toast message after new disk size is set. [CHAR LIMIT=none] --> |
| <string name="settings_disk_resize_resize_message">Disk size set</string> |
| <!-- Settings menu option description format of the current disk size. [CHAR LIMIT=none] --> |
| <string name="settings_disk_resize_resize_gb_assigned_format"><xliff:g id="assigned_size" example="10GB">%1$s</xliff:g> assigned</string> |
| <!-- Settings menu option description format of the maximum resizable disk size. [CHAR LIMIT=none] --> |
| <string name="settings_disk_resize_resize_gb_max_format"><xliff:g id="max_size" example="256GB">%1$s</xliff:g> max</string> |
| <!-- Settings menu button to cancel disk resize. [CHAR LIMIT=16] --> |
| <string name="settings_disk_resize_resize_cancel">Cancel</string> |
| <!-- Settings menu button to apply change Terminal app. This will launch a confirmation dialog [CHAR LIMIT=16] --> |
| <string name="settings_disk_resize_resize_restart_vm_to_apply">Apply</string> |
| <!-- Dialog description for applying disk resize Terminal app, which requires to restart the terminal [CHAR LIMIT=none] --> |
| <string name="settings_disk_resize_resize_confirm_dialog_message">Terminal will be restarted to resize disk</string> |
| <!-- Dialog confirmation button for restarting the terminal [CHAR LIMIT=16] --> |
| <string name="settings_disk_resize_resize_confirm_dialog_confirm">Confirm</string> |
| |
| <!-- Settings menu title for port forwarding [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_title">Port control</string> |
| <!-- Settings menu subtitle for port forwarding [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_sub_title">Allow/deny listening ports</string> |
| <!-- Title for active ports setting in port forwarding [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_active_ports_title">Listening ports</string> |
| <!-- Title for other enabled ports setting in port forwarding [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_other_enabled_ports_title">Saved allowed ports</string> |
| <!-- Description of add button for other enabled ports. Used for talkback. [CHAR LIMIT=16] --> |
| <string name="settings_port_forwarding_other_enabled_port_add_button">Add</string> |
| <!-- Description of close button for other enabled ports. Used for talkback. [CHAR LIMIT=16] --> |
| <string name="settings_port_forwarding_other_enabled_port_close_button">Delete <xliff:g id="port_number" example="8000">%d</xliff:g></string> |
| |
| <!-- Dialog title for enabling a new port [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_dialog_title">Allow a new port</string> |
| <!-- Dialog hint for enabling a new port [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_dialog_textview_hint">Enter a new port number</string> |
| <!-- Dialog save action for enabling a new port [CHAR LIMIT=16] --> |
| <string name="settings_port_forwarding_dialog_save">Save</string> |
| <!-- Dialog cancel action for enabling a new port [CHAR LIMIT=16] --> |
| <string name="settings_port_forwarding_dialog_cancel">Cancel</string> |
| <!-- Dialog error message for non number format input [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_dialog_error_invalid_input">Please enter a number</string> |
| <!-- Dialog error message for invalid port number [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_dialog_error_invalid_port_range">Invalid port number</string> |
| <!-- Dialog error message for existing port [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_dialog_error_existing_port">Port already exists</string> |
| |
| <!-- Notification title for a new active port [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_notification_title">Terminal is requesting to open a new port</string> |
| <!-- Notification content for a new active port [CHAR LIMIT=none] --> |
| <string name="settings_port_forwarding_notification_content">Port requested: <xliff:g id="port_number" example="8080">%d</xliff:g></string> |
| <!-- Notification action accept [CHAR LIMIT=16] --> |
| <string name="settings_port_forwarding_notification_accept">Accept</string> |
| <!-- Notification action deny [CHAR LIMIT=16] --> |
| <string name="settings_port_forwarding_notification_deny">Deny</string> |
| |
| <!-- Settings menu title for recoverying image [CHAR LIMIT=none] --> |
| <string name="settings_recovery_title">Recovery</string> |
| <!-- Settings menu subtitle for recoverying image [CHAR LIMIT=none] --> |
| <string name="settings_recovery_sub_title">Partition recovery options</string> |
| <!-- Settings menu title for resetting the terminal [CHAR LIMIT=none] --> |
| <string name="settings_recovery_reset_title">Reset to initial version</string> |
| <!-- Settings menu subtitle for resetting the terminal [CHAR LIMIT=none] --> |
| <string name="settings_recovery_reset_sub_title">Remove all data</string> |
| <!-- Dialog title for resetting the terminal [CHAR LIMIT=none] --> |
| <string name="settings_recovery_reset_dialog_title">Reset terminal</string> |
| <!-- Dialog message for resetting the terminal [CHAR LIMIT=none] --> |
| <string name="settings_recovery_reset_dialog_message">Data will be removed</string> |
| <!-- Dialog button confirm for resetting the terminal [CHAR LIMIT=16] --> |
| <string name="settings_recovery_reset_dialog_confirm">Reset</string> |
| <!-- Dialog button cancel for resetting the terminal [CHAR LIMIT=16] --> |
| <string name="settings_recovery_reset_dialog_cancel">Cancel</string> |
| <!-- Dialog option to back up previous image(/mnt/backup is the path which is supposed not to be translated) [CHAR LIMIT=none] --> |
| <string name="settings_recovery_reset_dialog_backup_option">Back up data to <xliff:g id="path" example="/mnt/backup">/mnt/backup</xliff:g></string> |
| <!-- Snankbar to indicate recovery error due to backup [CHAR LIMIT=none] --> |
| <string name="settings_recovery_error_due_to_backup">Failed to recover due to a backup error</string> |
| <!-- Snankbar to indicate recovery error [CHAR LIMIT=none] --> |
| <string name="settings_recovery_error">Recovery failed</string> |
| <!-- Snankbar to indicate recovery error during removing backup [CHAR LIMIT=none] --> |
| <string name="settings_recovery_error_during_removing_backup">Failed to remove backup data</string> |
| <!-- Settings menu title for removing backup data [CHAR LIMIT=none] --> |
| <string name="settings_recovery_remove_backup_title">Remove backup data</string> |
| <!-- Settings menu sub title for removing backup data(/mnt/backup is the path which is supposed not to be translated) [CHAR LIMIT=none] --> |
| <string name="settings_recovery_remove_backup_sub_title">Remove <xliff:g id="path" example="/mnt/backup">/mnt/backup</xliff:g></string> |
| |
| <!-- Error page that shows error page [CHAR LIMIT=none] --> |
| <string name="error_title">Unrecoverable error</string> |
| <!-- Error page that shows error page [CHAR LIMIT=none] --> |
| <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> |
| <!-- Error page that shows detailed error code (error reason) for bugreport. [CHAR LIMIT=none] --> |
| <string name="error_code">Error code: <xliff:g id="error_code" example="ACCESS_DENIED">%s</xliff:g></string> |
| |
| <!-- Notification action button for settings [CHAR LIMIT=20] --> |
| <string name="service_notification_settings">Settings</string> |
| <!-- Notification title for foreground service notification [CHAR LIMIT=none] --> |
| <string name="service_notification_title">Terminal is running</string> |
| <!-- Notification content for foreground service notification [CHAR LIMIT=none] --> |
| <string name="service_notification_content">Click to open terminal</string> |
| <!-- Notification action button for closing the virtual machine [CHAR LIMIT=20] --> |
| <string name="service_notification_quit_action">Close</string> |
| |
| <!-- Notification title for foreground service notification during closing [CHAR LIMIT=none] --> |
| <string name="service_notification_close_title">Terminal is closing</string> |
| <!-- Notification action button for force-closing the virtual machine [CHAR LIMIT=30] --> |
| <string name="service_notification_force_quit_action">Force close</string> |
| |
| <!-- This string is for toast message to notify that VirGL is enabled. [CHAR LIMIT=40] --> |
| <string name="virgl_enabled"><xliff:g>VirGL</xliff:g> is enabled</string> |
| </resources> |