diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/cm_strings.xml | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 7d71b61..ba3a0cb 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -721,21 +721,21 @@ <string name="select_custom_activity_title">Select custom activity</string> <!-- Blacklist preferences --> - <string name="blacklist_title">Blacklist</string> - <string name="blacklist_edit_dialog_title">Edit blacklist entry</string> + <string name="blacklist_title">Blocked caller list</string> + <string name="blacklist_edit_dialog_title">Edit blocked phone number</string> <string name="blacklist_prefs">Settings</string> <string name="blacklist_button_delete">Delete</string> - <string name="blacklist_empty_text">You don\'t have any blacklisted numbers. Add an entry by touching the Add (+) button.</string> - <string name="blacklist_disabled_empty_text">To blacklist calls and/or messages from certain numbers, enable the blacklist.</string> + <string name="blacklist_empty_text">You don\'t have any blocked numbers. Add an entry by touching the Add (+) button.</string> + <string name="blacklist_disabled_empty_text">To prevent phone numbers from calling or messaging you, enable the blocked caller list.</string> <string name="blacklist_summary_disabled">Disabled</string> - <string name="blacklist_summary">Incoming calls and messages from phone numbers in the blacklist will be blocked</string> + <string name="blacklist_summary">You will not receive incoming calls or messages from phone numbers on the blocked caller list</string> <string name="blacklist_notify">Show notification</string> <string name="blacklist_private_numbers_title">Private numbers</string> <string name="blacklist_private_numbers_summary_disabled">Don\'t block calls from private numbers</string> - <string name="blacklist_private_numbers_summary">Block incoming <xliff:g id="type">%2$s</xliff:g> from private numbers</string> + <string name="blacklist_private_numbers_summary">Block incoming <xliff:g id="type">%s</xliff:g> from private numbers</string> <string name="blacklist_unknown_numbers_title">Unknown numbers</string> <string name="blacklist_unknown_numbers_summary_disabled">Don\'t block calls or messages from numbers not in the contact list</string> - <string name="blacklist_unknown_numbers_summary">Block incoming <xliff:g id="type">%2$s</xliff:g> from numbers not in the contact list</string> + <string name="blacklist_unknown_numbers_summary">Block incoming <xliff:g id="type">%s</xliff:g> from numbers not in the contact list</string> <string name="blacklist_summary_type_calls_only">calls</string> <string name="blacklist_summary_type_messages_only">messages</string> <string name="blacklist_summary_type_calls_and_messages">calls and messages</string> @@ -743,12 +743,11 @@ <string name="blacklist_regex_summary">Use . as a wildcard and * for repetition. E.g. 123.* blocks numbers starting with 123 and .*123.* blocks numbers containing 123</string> <string name="blacklist_policy_block_calls">Block incoming calls</string> <string name="blacklist_policy_block_messages">Block incoming messages</string> - <string name="blacklist_bad_number_add">Unable to add invalid number to blacklist</string> + <string name="blacklist_bad_number_add">Unable to add invalid phone number to blocked caller list</string> <!-- Blacklist management --> - <string name="add_blacklist_number">Add number</string> <string name="remove_blacklist_number_title">Remove number</string> - <string name="remove_blacklist_entry">Do you want to remove this blacklist entry?</string> + <string name="remove_blacklist_entry">Do you want to remove this blocked phone number?</string> <string name="select_contact">Select contact</string> <!-- Sms security limit --> |