Import l10n.
[gecko.git] / mobile / android / android-components / components / feature / downloads / src / main / res / values-hr / strings.xml
blob15da0f5495144a6c36534832fa6b36de12c62e18
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3     <!-- Name of the "notification channel" used for displaying download notification. See https://developer.android.com/training/notify-user/channels -->
4     <string name="mozac_feature_downloads_notification_channel">Preuzimanja</string>
6     <!-- Text shown on the second row of a paused download notification. -->
7     <string name="mozac_feature_downloads_paused_notification_text">Preuzimanje je pauzirano</string>
8     <!-- Text shown on the second row of an completed download notification. The filename is shown on the first row. -->
9     <string name="mozac_feature_downloads_completed_notification_text2">Preuzimanje završeno</string>
10     <!-- Text shown on the second row of an failed download notification. The filename is shown on the first row. -->
11     <string name="mozac_feature_downloads_failed_notification_text2">Preuzimanje neuspjelo</string>
13     <!-- Alert dialog confirmation before download a file, this is the title. %1$s will be replaced with the name of the file. -->
14     <string name="mozac_feature_downloads_dialog_title2">Preuzmi (%1$s)</string>
15     <!-- Alert dialog confirmation before download a file, this is the positive action. -->
16     <string name="mozac_feature_downloads_dialog_download">Preuzmi</string>
17     <!-- Alert dialog confirmation before download a file, this is the negative action. -->
18     <string name="mozac_feature_downloads_dialog_cancel">Odustani</string>
20     <!-- Error shown when the user is trying to download a invalid file. %1$s will be replaced with the name of the app. -->
21     <string name="mozac_feature_downloads_file_not_supported2">%1$s ne može preuzeti ovu vrstu datoteka</string>
23     <!-- Message that appears when the downloaded file could not be opened-->
24     <string name="mozac_feature_downloads_could_not_open_file">Nije bilo moguće otvoriti datoteku</string>
26     <!-- Message that appears when the downloaded file is a specific type that Android doesn't support opening-->
27     <string name="mozac_feature_downloads_open_not_supported1">Nije pronađena aplikacija za otvaranje %1$s datoteka</string>
29     <!-- Button that pauses the download when pressed -->
30     <string name="mozac_feature_downloads_button_pause">Pauziraj</string>
31     <!-- Button that resumes the download when pressed -->
32     <string name="mozac_feature_downloads_button_resume">Nastavi</string>
33     <!-- Button that cancels the download when pressed -->
34     <string name="mozac_feature_downloads_button_cancel">Odustani</string>
35     <!-- Button that opens the downloaded file when pressed -->
36     <string name="mozac_feature_downloads_button_open">Otvori</string>
37     <!-- Button that restarts the download after a failed attempt -->
38     <string name="mozac_feature_downloads_button_try_again">Pokušaj ponovo</string>
40     <!-- Content description for close button -->
41     <string name="mozac_feature_downloads_button_close">Zatvori</string>
42     <!-- Title for the third party download app chooser dialog -->
43     <string name="mozac_feature_downloads_third_party_app_chooser_dialog_title">Završi radnju koristeći</string>
44     <!-- Message that appears when trying to download with an external app fails. %1$s will be replaced with the name the external app. -->--&gt;
45     <string name="mozac_feature_downloads_unable_to_open_third_party_app">Nije moguće otvoriti %1$s</string>
46     <!-- Text for the info dialog when write to storage permissions have been denied but user tries to download a file. -->
47     <string name="mozac_feature_downloads_write_external_storage_permissions_needed_message">Za preuzimanje datoteka potrebna je dozvola za pristup datotekama i medijima. Idi u postavke sustava Android, odaberi dozvole i odaberi &quot;Dopusti&quot;.</string>
49     <!-- Alert dialog confirmation before cancelling downloads, this is the title   -->
50     <string name="mozac_feature_downloads_cancel_active_downloads_warning_content_title">Prekinuti privatna preuzimanja?</string>
51     <!-- Alert dialog confirmation before cancelling private downloads, this is the body. %1$s will be replaced with the name of the file. -->
52     <string name="mozac_feature_downloads_cancel_active_private_downloads_warning_content_body">Ukoliko zatvoriš sve prozore privatnog pretraživanja, prekinut će se preuzimanje datoteke %1$s. Stvarno želiš prekinuti privatno pretraživanje?</string>
53     <!-- Alert dialog confirmation before cancelling downloads, this is the positive action. -->
54     <string name="mozac_feature_downloads_cancel_active_downloads_accept">Prekini preuzimanja</string>
55     <!-- Alert dialog confirmation before cancelling downloads, this is the negative action. Leaves user in Private browsing -->
56     <string name="mozac_feature_downloads_cancel_active_private_downloads_deny">Ostani u privatnom pretraživanju</string>
57 </resources>