| <?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"> |
| <string name="app_name">Terminal</string> |
| <string name="vm_creation_message">Virtual machine is booting. Please wait.</string> |
| <string name="vm_stop_message">Virtual machine is stopped. Exiting.</string> |
| <string name="vm_error_message">Virtual machine crashed. Exiting.</string> |
| |
| <string name="settings_disk_resize_title">Disk Resize</string> |
| <string name="settings_disk_resize_sub_title">Resize / Rootfs</string> |
| <string name="settings_disk_resize_resize_message">Disk size set</string> |
| <string name="settings_disk_resize_resize_gb_assigned">GB Assigned</string> |
| <string name="settings_disk_resize_resize_gb_total">256 GB total</string> |
| <string name="settings_disk_resize_resize_cancel">Cancel</string> |
| <string name="settings_disk_resize_resize_restart_vm_to_apply">Restart VM to apply</string> |
| |
| <string name="settings_port_forwarding_title">Port Forwarding</string> |
| <string name="settings_port_forwarding_sub_title">Configure port forwarding</string> |
| |
| <string name="settings_recovery_title">Recovery</string> |
| <string name="settings_recovery_sub_title">Partition Recovery options</string> |
| <string name="settings_recovery_reset_title">Change to Initial version</string> |
| <string name="settings_recovery_reset_sub_title">Remove all</string> |
| <string name="settings_recovery_reset_message">VM reset</string> |
| </resources> |