protoncore_android/report/presentation/src/main/res/values-hr/strings.xml

45 lines
2.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2021 Proton Technologies AG
~ This file is part of Proton Technologies AG and ProtonCore.
~
~ ProtonCore is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ ProtonCore is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with ProtonCore. If not, see <https://www.gnu.org/licenses/>.
-->
<resources>
<string name="core_report_bug_activity_title">Prijavi problem</string>
<string name="core_report_bug_close">Zatvori</string>
<string name="core_report_bug_subject_field_hint">Predmet</string>
<string name="core_report_bug_subject_field_required">Enter a subject</string>
<string name="core_report_bug_description_field_hint">What went wrong? Minimum 10 characters</string>
<string name="core_report_bug_description_field_placeholder">Please describe the problem in as much detail as you can. If there was an error message, let us know what it said.</string>
<plurals name="core_report_bug_description_field_required">
<item quantity="one">Enter at least %d character</item>
<item quantity="few">Enter at least %d characters</item>
<item quantity="other">Enter at least %d characters</item>
</plurals>
<string name="core_report_bug_discard_changes_title">Close bug report?</string>
<string name="core_report_bug_discard_changes_description">If you leave this page, your report wont be saved.</string>
<string name="core_report_bug_discard_changes_cancel">Nastavi pisati</string>
<string name="core_report_bug_discard_changes_confirm">Close without saving</string>
<plurals name="core_report_bug_form_field_too_long">
<item quantity="one">Maximum %d character</item>
<item quantity="few">Maximum %d characters</item>
<item quantity="other">Maximum %d characters</item>
</plurals>
<string name="core_report_bug_general_error">Something went wrong. Please try again in a few minutes.</string>
<string name="core_report_bug_send">Pošaljite izvještaj</string>
<string name="core_report_bug_success">Hvala vam na vašem izvješću</string>
<string name="core_report_bug_attach_log">Attach log</string>
</resources>