Inform people about flash player support
.. and update italian translations again.
This commit is contained in:
parent
b6a4b10a81
commit
182757e2e6
@ -152,7 +152,13 @@ public class GeneralSettingsFragment extends LightningPreferenceFragment impleme
|
||||
boolean enableJSBool = mPreferenceManager.getJavaScriptEnabled();
|
||||
|
||||
cbAds.setEnabled(Constants.FULL_VERSION);
|
||||
cbFlash.setEnabled(API < Build.VERSION_CODES.KITKAT);
|
||||
|
||||
if (API < Build.VERSION_CODES.KITKAT) {
|
||||
cbFlash.setEnabled(true);
|
||||
} else {
|
||||
cbFlash.setEnabled(false);
|
||||
cbFlash.setSummary(getResources().getString(R.string.flash_not_supported));
|
||||
}
|
||||
|
||||
cbImages.setChecked(imagesBool);
|
||||
cbJsScript.setChecked(enableJSBool);
|
||||
|
@ -183,6 +183,7 @@
|
||||
<string name="settings_about_explain">Informazioni sulla versione, l\'autore e licenze.</string>
|
||||
<string name="close_tab">Chiudi scheda</string>
|
||||
<string name="close_all_tabs">Chiudi tutte le schede</string>
|
||||
<string name="close_other_tabs">Chiudi le altre schede</string>
|
||||
<string name="third_party">Blocca cookies di terze parti</string>
|
||||
<string name="color_mode">Attiva modalità colore</string>
|
||||
<string name="reading_mode">Modalità lettura</string>
|
||||
@ -221,6 +222,8 @@
|
||||
<string name="message_added_to_homescreen">Scorciatoia aggiunta</string>
|
||||
<string name="action_delete_all_bookmarks">Cancella tutti i segnalibri</string>
|
||||
<string name="swap_bookmarks_and_tabs">Inverti pannello segnalibri con schede</string>
|
||||
<string name="dialog_title_close_browser">Chiudi browser</string>
|
||||
<string name="flash_not_supported">Flash Player non è supportato dal tuo sistema!</string>
|
||||
|
||||
<string name="faq">FAQ</string>
|
||||
<string name="faq_description">Domande più frequenti</string>
|
||||
|
@ -237,6 +237,7 @@
|
||||
<string name="action_add_to_homescreen">Add to Homescreen</string>
|
||||
<string name="message_added_to_homescreen">Shortcut Added to Homescreen</string>
|
||||
<string name="action_delete_all_bookmarks">Delete all bookmarks</string>
|
||||
<string name="flash_not_supported">Flash Player is not supported by your system!</string>
|
||||
|
||||
<string name="faq">FAQ</string>
|
||||
<string name="faq_description">Frequently Asked Questions</string>
|
||||
|
Loading…
Reference in New Issue
Block a user