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/strings_preferences.xml | |
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/strings_preferences.xml')
-rw-r--r-- | app/src/main/res/values-it-rIT/strings_preferences.xml | 4 |
1 files changed, 1 insertions, 3 deletions
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> |