protoncore_android/account-manager/presentation/src/main/res/values-it/strings.xml

41 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2020 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="account_switcher_section_switch_to">Altri account</string>
<string name="account_switcher_action_add_account">Aggiungi un account</string>
<string name="account_switcher_action_sign_in">Accedi</string>
<string name="account_switcher_action_sign_out">Esci</string>
<string name="account_switcher_action_remove">Rimuovi</string>
<string name="account_list_item_chevron_content_description">Apri il cambio account</string>
<string name="account_view_three_dots_content_description">Opzioni</string>
<string name="account_settings_header">Impostazioni dell\'account</string>
<string name="account_settings_item_header">Utente</string>
<string name="account_settings_list_header">Account</string>
<string name="account_settings_list_item_password_header">Password</string>
<string name="account_settings_list_item_password_hint_grace">Reimpostazione della password in sospeso</string>
<string name="account_settings_list_item_password_hint_insecure">Reimpostazione della password pronta</string>
<string name="account_settings_list_item_recovery_header">Indirizzo email di recupero</string>
<string name="account_settings_list_item_recovery_hint_not_set">Non impostato</string>
<string name="account_signout_dialog_title">Vuoi uscire dall\'account?</string>
<string name="account_signout_dialog_text">I dati associati al tuo account rimarranno su questo dispositivo a meno che tu non scelga di eliminarli.</string>
<string name="account_signout_dialog_delete_information">Rimuovi tutti i dati associati</string>
<string name="account_signout_dialog_action_signout">Esci dall\'account</string>
<string name="account_signout_dialog_action_cancel">Annulla</string>
</resources>