blob: 9720d83d2da946979d15b4e46f58b33d548de1e5 [file] [log] [blame]
Bill Yi22e8d882024-10-29 05:26:18 -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>
Bill Yi2b1f9a32024-11-27 16:57:28 -080020 <string name="terminal_display" msgid="4810127497644015237">"Zaslon terminala"</string>
21 <string name="terminal_input" msgid="4602512831433433551">"Pokazivač"</string>
22 <string name="empty_line" msgid="5012067143408427178">"Prazan redak"</string>
Bill Yi4b4f67d2024-11-18 20:46:35 -080023 <string name="installer_title_text" msgid="500663060973466805">"Instalirajte Linux terminal"</string>
Bill Yi44460bb2024-10-30 17:33:28 -070024 <string name="installer_desc_text_format" msgid="2734224805682171826">"Da biste pokrenuli Linux terminal, trebate preuzeti otprilike <xliff:g id="EXPECTED_SIZE">%1$s</xliff:g> podataka putem mreže.\nŽelite li nastaviti?"</string>
Bill Yi5ccd03e2024-11-05 20:19:27 -080025 <string name="installer_wait_for_wifi_checkbox_text" msgid="487720664098014506">"Preuzmi kada Wi-Fi bude dostupan"</string>
Bill Yi44460bb2024-10-30 17:33:28 -070026 <string name="installer_install_button_enabled_text" msgid="6142090640081511103">"Instaliraj"</string>
27 <string name="installer_install_button_disabled_text" msgid="8651445004125422467">"Instaliranje"</string>
28 <string name="installer_install_network_error_message" msgid="2450409107529774410">"Mrežna pogreška. Provjerite vezu i pokušajte ponovo."</string>
29 <string name="installer_notif_title_text" msgid="471160690081159042">"Instaliranje Linux terminala"</string>
30 <string name="installer_notif_desc_text" msgid="6746098106305899060">"Linux terminal pokrenut će se nakon završetka"</string>
31 <string name="installer_error_network" msgid="3265100678310833813">"Instalacija nije uspjela zbog problema s mrežom"</string>
Bill Yi2b1f9a32024-11-27 16:57:28 -080032 <string name="installer_error_no_wifi" msgid="8631584648989718121">"Instalacija nije uspjela jer Wi-Fi nije dostupan"</string>
Bill Yi44460bb2024-10-30 17:33:28 -070033 <string name="installer_error_unknown" msgid="1991780204241177455">"Instaliranje nije uspjelo. Pokušajte ponovo."</string>
Bill Yi22e8d882024-10-29 05:26:18 -070034 <string name="action_settings" msgid="5729342767795123227">"Postavke"</string>
35 <string name="vm_creation_message" msgid="6594953532721367502">"Priprema terminala"</string>
36 <string name="vm_stop_message" msgid="3978349856095529255">"Zaustavljanje terminala"</string>
37 <string name="vm_error_message" msgid="5231867246177661525">"Terminal se srušio"</string>
38 <string name="settings_disk_resize_title" msgid="1545791169419914600">"Promjena veličine diska"</string>
39 <string name="settings_disk_resize_sub_title" msgid="149418971610906138">"Promjena veličine/rootfs"</string>
40 <string name="settings_disk_resize_resize_message" msgid="5990475712303845087">"Veličina diska je postavljena"</string>
41 <string name="settings_disk_resize_resize_gb_assigned_format" msgid="109301857555401579">"Dodijeljeno: <xliff:g id="ASSIGNED_SIZE">%1$s</xliff:g>"</string>
42 <string name="settings_disk_resize_resize_gb_max_format" msgid="6221210151688630371">"Maks. <xliff:g id="MAX_SIZE">%1$s</xliff:g>"</string>
43 <string name="settings_disk_resize_resize_cancel" msgid="2182388126941686562">"Odustani"</string>
Bill Yi2b1f9a32024-11-27 16:57:28 -080044 <string name="settings_disk_resize_resize_restart_vm_to_apply" msgid="83303619015991908">"Ponovo pokreni za primjenu"</string>
Bill Yi22e8d882024-10-29 05:26:18 -070045 <string name="settings_port_forwarding_title" msgid="4867439149919324784">"Prosljeđivanje priključka"</string>
46 <string name="settings_port_forwarding_sub_title" msgid="6848040752531535488">"Konfiguriranje prosljeđivanja priključka"</string>
47 <string name="settings_port_forwarding_notification_title" msgid="2822798067500254704">"Terminal pokušava otvoriti novi priključak"</string>
48 <string name="settings_port_forwarding_notification_content" msgid="2167103177775323330">"Zatraženo je otvaranje priključka: <xliff:g id="PORT_NUMBER">%d</xliff:g>"</string>
49 <string name="settings_port_forwarding_notification_accept" msgid="3571520986524038185">"Prihvati"</string>
50 <string name="settings_port_forwarding_notification_deny" msgid="636848749634710403">"Odbij"</string>
51 <string name="settings_recovery_title" msgid="6586840079226383285">"Oporavak"</string>
52 <string name="settings_recovery_sub_title" msgid="1067782421529340576">"Opcije oporavka particije"</string>
Bill Yi4b4f67d2024-11-18 20:46:35 -080053 <string name="settings_recovery_reset_title" msgid="8785305518694186025">"Vrati na početnu verziju"</string>
Bill Yi22e8d882024-10-29 05:26:18 -070054 <string name="settings_recovery_reset_sub_title" msgid="5656572074090728544">"Ukloni sve"</string>
Bill Yi028c6b52024-11-21 17:36:56 -080055 <string name="settings_recovery_reset_dialog_title" msgid="874946981716251094">"Poništavanje terminala"</string>
56 <string name="settings_recovery_reset_dialog_message" msgid="6392681199895696206">"Podaci će se izbrisati"</string>
Bill Yi5ccd03e2024-11-05 20:19:27 -080057 <string name="settings_recovery_reset_dialog_confirm" msgid="431718610013947861">"Potvrdi"</string>
58 <string name="settings_recovery_reset_dialog_cancel" msgid="1666264288208459725">"Odustani"</string>
Bill Yi2b1f9a32024-11-27 16:57:28 -080059 <string name="settings_recovery_reset_dialog_backup_option" msgid="2079431035205584614">"Sigurnosno kopiranje podataka u <xliff:g id="PATH">/mnt/backup</xliff:g>"</string>
60 <string name="settings_recovery_error_due_to_backup" msgid="2129959464075410607">"Oporavak nije uspio zbog neuspješnog sigurnosnog kopiranja"</string>
61 <string name="settings_recovery_error" msgid="2451912941535666379">"Oporavak nije uspio"</string>
62 <string name="settings_recovery_error_during_removing_backup" msgid="6515615177661212463">"Datoteka sigurnosne kopije ne može se ukloniti"</string>
63 <string name="settings_recovery_remove_backup_title" msgid="1540850288876158899">"Ukloni podatke sigurnosne kopije"</string>
64 <string name="settings_recovery_remove_backup_sub_title" msgid="212161719832573475">"Izbriši <xliff:g id="PATH">/mnt/backup</xliff:g>"</string>
65 <string name="error_title" msgid="7196464038692913778">"Nepopravljiva pogreška"</string>
66 <string name="error_desc" msgid="1939028888570920661">"Oporavak od pogreške nije uspio.\nMožete pokušati ponovo pokrenuti aplikaciju ili isprobati jednu od opcija oporavka."</string>
67 <string name="error_code" msgid="3585291676855383649">"Kôd pogreške: <xliff:g id="ERROR_CODE">%s</xliff:g>"</string>
Bill Yi22e8d882024-10-29 05:26:18 -070068 <string name="service_notification_settings" msgid="1437365721184401135">"Postavke"</string>
69 <string name="service_notification_title" msgid="2918088850910713393">"Terminal je pokrenut"</string>
Bill Yi028c6b52024-11-21 17:36:56 -080070 <string name="service_notification_content" msgid="3579923802797824545">"Kliknite da biste otvorili terminal"</string>
Bill Yi22e8d882024-10-29 05:26:18 -070071 <string name="service_notification_quit_action" msgid="4888327875869277455">"Zatvori"</string>
Bill Yi2b1f9a32024-11-27 16:57:28 -080072 <!-- no translation found for virgl_enabled (5466273280705345122) -->
73 <skip />
Bill Yi22e8d882024-10-29 05:26:18 -070074</resources>