blob: 1cbaee83c2db8620db6ac9fefd4f0c24ae0f6811 [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
Jiyong Parkaa1e8242024-10-18 18:07:22 +090023 <!-- Action bar icon name for the settings view CHAR LIMIT=none] -->
24 <string name="action_settings">Settings</string>
25
Jaewan Kim4a44ea12024-10-16 18:10:16 +000026 <!-- Toast message to notify that preparing terminal to start [CHAR LIMIT=none] -->
27 <string name="vm_creation_message">Preparing terminal</string>
28 <!-- Toast message to notify that terminal is stopping [CHAR LIMIT=none] -->
29 <string name="vm_stop_message">Stopping terminal</string>
30 <!-- Toast message to notify that terminal is crashed [CHAR LIMIT=none] -->
31 <string name="vm_error_message">Terminal crashed</string>
32
33 <!-- Settings memu title for resizing disk of the virtual machine. [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080034 <string name="settings_disk_resize_title">Disk Resize</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000035 <!-- Settings memu subtitle for resizing disk of the virtual machine. [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080036 <string name="settings_disk_resize_sub_title">Resize / Rootfs</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000037 <!-- Toast message after new disk size is set. [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080038 <string name="settings_disk_resize_resize_message">Disk size set</string>
Jaewan Kim5e9dd4b2024-10-18 10:44:12 +090039 <!-- Settings menu option description format of the current disk size. [CHAR LIMIT=none] -->
40 <string name="settings_disk_resize_resize_gb_assigned_format"><xliff:g id="assigned_size" example="10GB">%1$s</xliff:g> assigned</string>
41 <!-- Settings menu option description format of the maximum resizable disk size. [CHAR LIMIT=none] -->
42 <string name="settings_disk_resize_resize_gb_max_format"><xliff:g id="max_size" example="256GB">%1$s</xliff:g> max</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000043 <!-- Settings menu button to cancel disk resize. [CHAR LIMIT=32] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080044 <string name="settings_disk_resize_resize_cancel">Cancel</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000045 <!-- Settings menu button to apply change that requires to restart VM (abbrev of virtual machine). [CHAR LIMIT=64] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080046 <string name="settings_disk_resize_resize_restart_vm_to_apply">Restart VM to apply</string>
47
Jaewan Kim4a44ea12024-10-16 18:10:16 +000048 <!-- Settings menu title for 'port forwarding' [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080049 <string name="settings_port_forwarding_title">Port Forwarding</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000050 <!-- Settings menu subtitle for 'port forwarding' [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080051 <string name="settings_port_forwarding_sub_title">Configure port forwarding</string>
52
Jaewan Kim4a44ea12024-10-16 18:10:16 +000053 <!-- Settings menu title for recoverying image [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080054 <string name="settings_recovery_title">Recovery</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000055 <!-- Settings menu subtitle for recoverying image [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080056 <string name="settings_recovery_sub_title">Partition Recovery options</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000057 <!-- Settings menu title for resetting the virtual machine image [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080058 <string name="settings_recovery_reset_title">Change to Initial version</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000059 <!-- Settings menu subtitle for resetting the virtual machine image [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080060 <string name="settings_recovery_reset_sub_title">Remove all</string>
Jaewan Kim4a44ea12024-10-16 18:10:16 +000061 <!-- Toast message for reset is completed [CHAR LIMIT=none] -->
Mu-Le Lee0b53a602024-10-10 21:01:03 +080062 <string name="settings_recovery_reset_message">VM reset</string>
Jiyong Park50df8dc2024-09-03 12:49:09 +090063</resources>