diff options
author | Allan Wang <me@allanwang.ca> | 2017-11-12 04:03:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-12 04:03:41 -0500 |
commit | 4aed05a8923a7f76799bbaa254f407f7e11fef0b (patch) | |
tree | badd20ad111989ce7bbeed3f7e9ed8df47b94331 /app/src/main/res/values-it/strings_pref_notifications.xml | |
parent | 2b51bc4bfa86863ed14b550fe3281840587ab038 (diff) | |
download | frost-4aed05a8923a7f76799bbaa254f407f7e11fef0b.tar.gz frost-4aed05a8923a7f76799bbaa254f407f7e11fef0b.tar.bz2 frost-4aed05a8923a7f76799bbaa254f407f7e11fef0b.zip |
Translations (#482)
* Update translators
* Remove translation for some other texts
* Update kau
* Fix build and optimize
* Add translations
* Update readme and changelog
* Clean unnecessary strings
* Fix translations
* Add korean translations for kau
Diffstat (limited to 'app/src/main/res/values-it/strings_pref_notifications.xml')
-rw-r--r-- | app/src/main/res/values-it/strings_pref_notifications.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app/src/main/res/values-it/strings_pref_notifications.xml b/app/src/main/res/values-it/strings_pref_notifications.xml new file mode 100644 index 00000000..80ef2b5b --- /dev/null +++ b/app/src/main/res/values-it/strings_pref_notifications.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="notification_frequency">Frequenza Notifiche</string> + <string name="no_notifications">Nessuna Notifica</string> + <string name="notification_keywords">Parole Chiave</string> + <string name="notification_keywords_desc">Non mostrare notifiche contenenti una qualunque di queste parole chiave.</string> + <string name="add_keyword">Aggiungi parola chiave</string> + <string name="hint_keyword">Inserisci parola chiave e premi +</string> + <string name="empty_keyword">Parola Chiave Vuota</string> + <string name="notification_all_accounts">Notifica da tutti gli account</string> + <string name="notification_all_accounts_desc">Ricevi notifiche per ogni account registrato. Disattivando questa opzione riceverai notifiche solo dall\'account selezionato.</string> + <string name="notification_messages">Attiva notifiche tramite messaggio</string> + <string name="notification_messages_desc">Ricevi notifiche istantanee di messaggi per il tuo account.</string> + <string name="notification_messages_all_accounts">Notifica messaggi da tutti gli account</string> + <string name="notification_messages_all_accounts_desc">Ricevi notifiche di messaggio immediate da tutti gli account</string> + <string name="notification_fetch_now">Recupera le notifiche ora</string> + <string name="notification_fetch_now_desc">Innesca il recupero delle notifiche una volta sola. Nota che il recupero di messaggi istantanei richiede tempo.</string> + <string name="notification_fetch_success">Recupero le notifiche…</string> + <string name="notification_fetch_fail">Impossibile recuperare le notifiche</string> + <string name="notification_sound">Suono di notifica</string> + <string name="notification_ringtone">Suoneria della Notifica</string> + <string name="message_ringtone">Suoneria dei Messaggi</string> + <string name="select_ringtone">Seleziona Suoneria</string> + <string name="notification_vibrate">Vibrazione Notifiche</string> + <string name="notification_lights">Luce di Notifica</string> +</resources> |