diff options
author | Allan Wang <me@allanwang.ca> | 2018-03-21 01:28:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 01:28:31 -0400 |
commit | d36dfe98a52ced46c5106b28304ae5d245180a7f (patch) | |
tree | a20261ea953b7e29e8754cf641e9ed743511079d /app/src/main/res/values-it-rIT | |
parent | 6b85bc72a864e65d99ae65802ce03f977a98c906 (diff) | |
download | frost-d36dfe98a52ced46c5106b28304ae5d245180a7f.tar.gz frost-d36dfe98a52ced46c5106b28304ae5d245180a7f.tar.bz2 frost-d36dfe98a52ced46c5106b28304ae5d245180a7f.zip |
Feature/bugsnag (#807)
* Add bugsnag
* Remove crashlytics
* Remove pro features and iab
* Make analytics opt in
* Clean settings activity
* Clean settings activity 2
Diffstat (limited to 'app/src/main/res/values-it-rIT')
-rw-r--r-- | app/src/main/res/values-it-rIT/strings_play_store.xml | 14 | ||||
-rw-r--r-- | app/src/main/res/values-it-rIT/strings_pref_feed.xml | 3 | ||||
-rw-r--r-- | app/src/main/res/values-it-rIT/strings_preferences.xml | 4 |
3 files changed, 4 insertions, 17 deletions
diff --git a/app/src/main/res/values-it-rIT/strings_play_store.xml b/app/src/main/res/values-it-rIT/strings_play_store.xml index 4ac14487..6c886eb3 100644 --- a/app/src/main/res/values-it-rIT/strings_play_store.xml +++ b/app/src/main/res/values-it-rIT/strings_play_store.xml @@ -1,17 +1,7 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> <!--Generated by crowdin.com--> <resources> - <string name="found_pro">Frost Pro Trovato!</string> - <string name="found_pro_desc">Sembra che tu abbia Frost Pro! Ricaricheremo l\'app così che possa sfruttare fantastiche funzioni!</string> - <string name="play_purchased_pro">Grazie per il tuo supporto! Goditi tutte le funzioni di Frost.\n\nSe ti piace l\'app, per favore vota e supporta questo progetto open source.\n\nSe hai qualche commento, non esitare e contattami!</string> - <string name="play_store_not_pro">Sembra che tu sia un utente Pro, ma non siamo riusciti a trovare le tue informazioni sull\'acquisto. Se l\'errore persiste per favore prova a pulire la cache del Play Store e reinstallare l\'app.</string> - <string name="play_store_unsupported">Sembra che questa versione dell\'app non sia in grado di completare l\'acquisto. Reinstalla l\'app dal Play Store se l\'errore persiste.\nSe vorresti donare senza ricevere funzionalità aggiuntive, puoi farlo tramite PayPal.</string> - <string name="play_thank_you">Grazie!</string> - <string name="purchases_restored">Acquisto Ripristinato</string> - <string name="purchases_restored_with_pro">Frost Pro è stato ripristinato. Goditi le funzioni!</string> - <string name="purchases_restored_without_pro">Sembra che tu non abbia la versione pro. Se pensi che sia un errore, contattami ed allega la tua ricevuta di pagamento.</string> - <string name="restoring_purchases">Ripristino acquisti…</string> - <string name="custom_pro">Personalizzato [Pro]</string> - <string name="uh_oh">Uh Oh</string> + <string name="restoring_purchases">Ripristino acquisti…</string> + <string name="uh_oh">Uh Oh</string> <string name="reload">Ricarica</string> </resources> diff --git a/app/src/main/res/values-it-rIT/strings_pref_feed.xml b/app/src/main/res/values-it-rIT/strings_pref_feed.xml index 7d0aa376..c8a330da 100644 --- a/app/src/main/res/values-it-rIT/strings_pref_feed.xml +++ b/app/src/main/res/values-it-rIT/strings_pref_feed.xml @@ -7,8 +7,7 @@ <string name="aggressive_recents_desc">Filtra ulteriori post vecchi dalla sezione originale più recenti di Facebook. Disabilita se il tuo feed è vuoto.</string> <string name="composer">Compositore di Stato</string> <string name="composer_desc">Mostra la casella per comporre uno stato nelle Notizie</string> - <string name="pro_features">Opzioni Pro</string> - <string name="suggested_friends">Amici consigliati</string> + <string name="suggested_friends">Amici consigliati</string> <string name="suggested_friends_desc">Mostra \"Persone che potresti conoscere\" nelle notizie</string> <string name="suggested_groups">Gruppi suggeriti</string> <string name="suggested_groups_desc">Mostra \"Gruppi suggeriti\" nelle notizie</string> diff --git a/app/src/main/res/values-it-rIT/strings_preferences.xml b/app/src/main/res/values-it-rIT/strings_preferences.xml index 98d8e133..3cc945e6 100644 --- a/app/src/main/res/values-it-rIT/strings_preferences.xml +++ b/app/src/main/res/values-it-rIT/strings_preferences.xml @@ -12,9 +12,7 @@ <string name="network_desc">Definisci le opzioni che influiscono sulle reti a consumo</string> <string name="experimental">Sperimentali</string> <string name="experimental_desc">Abilita accesso a delle funzionalità potenzialmente pericolose</string> - <string name="get_pro">Acquista Frost Pro</string> - <string name="get_pro_desc">Acquista o ripristina versione pro e sblocca tutte le funzionalità di Frost incluso rimozione annunci, temi personalizzati, configurazioni complete e molto altro ancora!</string> - <string name="about_frost">Riguardo Frost per Facebook</string> + <string name="about_frost">Riguardo Frost per Facebook</string> <string name="about_frost_desc">Versione, Credite e FAQ</string> <string name="help_translate">Aiuta a Tradurre</string> <string name="help_translate_desc">Frost è tradotto attraverso la crowdin. Contribuisci, se lo vuoi nella tua lingua!</string> |