Files
Notification-Utilities/app/src/main/res/values/strings.xml
2016-01-06 20:58:41 +01:00

92 lines
4.7 KiB
XML

<resources>
<string name="app_name">Notification Logger</string>
<string name="menu_item_settings">Settings</string>
<string name="title_settings">Settings</string>
<string name="main_snack_logging_disabled_warning">Logging is disabled.</string>
<string name="main_snack_logging_disabled_warning_action">Enable</string>
<string name="main_dialog_enable_notification_access_title">Enable Notification Access</string>
<string name="main_dialog_enable_notification_access_message">In order to log notifcations, this app needs access to your notification system.</string>
<string name="main_dialog_enable_notification_access_positive">Open settings</string>
<string name="main_dialog_enable_notification_access_negative">Cancel</string>
<string name="main_notification_details_package"><b>Package:</b> %1$s</string>
<string name="main_notification_details_date"><b>Date:</b> %1$s</string>
<string name="main_notification_details_userid"><b>User ID:</b> %1$s</string>
<string name="main_notification_details_title"><b>Title:</b> %1$s</string>
<string name="main_notification_details_message"><b>Message:</b> %1$s</string>
<string name="main_notification_details_button_app_info">App Info</string>
<string name="main_notification_details_button_ok">OK</string>
<string name="pref_category_notification_settings">Notification Settings</string>
<string name="pref_category_support">Support</string>
<string name="pref_logging_enabled_title">Notification Logging</string>
<string name="pref_logging_enabled_summary">Enable/Disable notification logging</string>
<string name="pref_blacklist_title">Blacklist</string>
<string name="pref_blacklist_summary">Exclude apps from being logged</string>
<string name="pref_clear_database_title">Clear database</string>
<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>
<string name="create_etTitleHint">Title</string>
<string name="create_etMessageHint">Message</string>
<string name="create_etNotificationIdHint">Notification ID</string>
<string name="create_IntentHeader">Intent:</string>
<string name="create_IconHeader">Icon:</string>
<string name="create_CategoryHeader">Category:</string>
<string name="create_cbSound">Sound</string>
<string name="create_cbVibrate">Vibrate</string>
<string name="create_cbBlink">Blink</string>
<string name="create_cbAutoCancel">Auto cancel</string>
<string name="create_btSchedule">schedule</string>
<string name="create_btDispatch">dispatch</string>
<string name="create_shedule_snack">Notification sheduled for %1$s</string>
<string name="create_shedule_snack_undo">Undo</string>
<string name="notification_list_empty">No notifications found.</string>
<string name="notification_small_icon_cd">Notification small icon</string>
<string name="app_icon_cd">Application icon for %s</string>
<string name="notification_info_dialog_app_info_error">Failed to display app info.</string>
<string name="menu_item_filter">Filter</string>
<string name="menu_item_clear_filter">Clear filter</string>
<string name="filter_dialog_ok">OK</string>
<string name="filter_dialog_cancel">Cancel</string>
<string name="filter_dialog_title">Filter</string>
<string-array name="create_categories">
<item>Alarm</item>
<item>Call</item>
<item>Email</item>
<item>Error</item>
<item>Event</item>
<item>Message</item>
<item>Progress</item>
<item>Promo</item>
<item>Recommendation</item>
<item>Service</item>
<item>Social</item>
<item>Status</item>
<item>System</item>
<item>Transport</item>
</string-array>
<string-array name="create_icons">
<item>ADB</item>
<item>Bluetooth</item>
<item>Car</item>
<item>Event</item>
<item>Video</item>
<item>Power</item>
<item>SD card</item>
<item>SMS</item>
</string-array>
</resources>