clear database dialog

This commit is contained in:
danijoo
2016-01-02 15:00:10 +01:00
parent e91f4c86bc
commit 6b31036abd
2 changed files with 34 additions and 2 deletions

View File

@@ -20,6 +20,12 @@
<string name="pref_clear_database_summary">Remove all logged notifications</string>
<string name="pref_export_title">Export to sdcard</string>
<string name="pref_about_title">About</string>
<string name="pref_clear_database_dialog_title">Clear database</string>
<string name="pref_clear_database_dialog_message">Delete all logged notifications?</string>
<string name="pref_clear_database_dialog_negative">Cancel</string>
<string name="pref_clear_database_dialog_positive">Yes</string>
<string name="pref_clear_database_snackbar_cleared">Database cleared.</string>
<string name="fab_cd_create_notification">FAB: Create notification</string>
<string name="title_create_notification">Create notification</string>
<string name="title_blacklist">Blacklist</string>