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"> |
Jiyong Park | 50df8dc | 2024-09-03 12:49:09 +0900 | [diff] [blame] | 19 | <string name="app_name">Terminal</string> |
| 20 | <string name="vm_creation_message">Virtual machine is booting. Please wait.</string> |
| 21 | <string name="vm_stop_message">Virtual machine is stopped. Exiting.</string> |
| 22 | <string name="vm_error_message">Virtual machine crashed. Exiting.</string> |
Mu-Le Lee | 0b53a60 | 2024-10-10 21:01:03 +0800 | [diff] [blame^] | 23 | |
| 24 | <string name="settings_disk_resize_title">Disk Resize</string> |
| 25 | <string name="settings_disk_resize_sub_title">Resize / Rootfs</string> |
| 26 | <string name="settings_disk_resize_resize_message">Disk size set</string> |
| 27 | <string name="settings_disk_resize_resize_gb_assigned">GB Assigned</string> |
| 28 | <string name="settings_disk_resize_resize_gb_total">256 GB total</string> |
| 29 | <string name="settings_disk_resize_resize_cancel">Cancel</string> |
| 30 | <string name="settings_disk_resize_resize_restart_vm_to_apply">Restart VM to apply</string> |
| 31 | |
| 32 | <string name="settings_port_forwarding_title">Port Forwarding</string> |
| 33 | <string name="settings_port_forwarding_sub_title">Configure port forwarding</string> |
| 34 | |
| 35 | <string name="settings_recovery_title">Recovery</string> |
| 36 | <string name="settings_recovery_sub_title">Partition Recovery options</string> |
| 37 | <string name="settings_recovery_reset_title">Change to Initial version</string> |
| 38 | <string name="settings_recovery_reset_sub_title">Remove all</string> |
| 39 | <string name="settings_recovery_reset_message">VM reset</string> |
Jiyong Park | 50df8dc | 2024-09-03 12:49:09 +0900 | [diff] [blame] | 40 | </resources> |