blob: dc6bd26f27a7cc8f8d86658861f3fd698271b98a [file] [log] [blame]
Bill Yi1f501952024-10-22 13:38:20 -07001<?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">
19 <string name="app_name" msgid="5597111707986572208">"Terminal"</string>
20 <string name="action_settings" msgid="5729342767795123227">"Settings"</string>
21 <string name="vm_creation_message" msgid="6594953532721367502">"Preparing terminal"</string>
22 <string name="vm_stop_message" msgid="3978349856095529255">"Stopping terminal"</string>
23 <string name="vm_error_message" msgid="5231867246177661525">"Terminal crashed"</string>
24 <string name="settings_disk_resize_title" msgid="1545791169419914600">"Disk Resize"</string>
25 <string name="settings_disk_resize_sub_title" msgid="149418971610906138">"Resize / Rootfs"</string>
26 <string name="settings_disk_resize_resize_message" msgid="5990475712303845087">"Disk size set"</string>
27 <string name="settings_disk_resize_resize_gb_assigned_format" msgid="109301857555401579">"<xliff:g id="ASSIGNED_SIZE">%1$s</xliff:g> assigned"</string>
28 <string name="settings_disk_resize_resize_gb_max_format" msgid="6221210151688630371">"<xliff:g id="MAX_SIZE">%1$s</xliff:g> max"</string>
29 <string name="settings_disk_resize_resize_cancel" msgid="2182388126941686562">"Cancel"</string>
30 <string name="settings_disk_resize_resize_restart_vm_to_apply" msgid="8122668558537714453">"Restart VM to apply"</string>
31 <string name="settings_port_forwarding_title" msgid="4867439149919324784">"Port Forwarding"</string>
32 <string name="settings_port_forwarding_sub_title" msgid="6848040752531535488">"Configure port forwarding"</string>
33 <string name="settings_port_forwarding_notification_title" msgid="2822798067500254704">"Terminal is trying to open a new port"</string>
34 <string name="settings_port_forwarding_notification_content" msgid="2167103177775323330">"Port requested to be open: <xliff:g id="PORT_NUMBER">%d</xliff:g>"</string>
35 <string name="settings_port_forwarding_notification_accept" msgid="3571520986524038185">"Accept"</string>
36 <string name="settings_port_forwarding_notification_deny" msgid="636848749634710403">"Deny"</string>
37 <string name="settings_recovery_title" msgid="6586840079226383285">"Recovery"</string>
38 <string name="settings_recovery_sub_title" msgid="1067782421529340576">"Partition Recovery options"</string>
39 <string name="settings_recovery_reset_title" msgid="8785305518694186025">"Change to Initial version"</string>
40 <string name="settings_recovery_reset_sub_title" msgid="5656572074090728544">"Remove all"</string>
41 <string name="settings_recovery_reset_message" msgid="3450358289168768830">"VM reset"</string>
42 <string name="service_notification_settings" msgid="1437365721184401135">"Settings"</string>
43 <string name="service_notification_title" msgid="2918088850910713393">"Terminal is running"</string>
44 <string name="service_notification_content" msgid="8652887364784704911">"Click to open the terminal."</string>
45 <string name="service_notification_quit_action" msgid="4888327875869277455">"Close"</string>
46</resources>