Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent dcb7eef3fc
commit 253776d65c

@ -100,13 +100,13 @@
/* Button label for the 'block' button */ /* Button label for the 'block' button */
"BLOCK_LIST_BLOCK_BUTTON" = "Block"; "BLOCK_LIST_BLOCK_BUTTON" = "Block";
/* A format for the 'block user' action sheet title. */ /* A format for the 'block user' action sheet title. Embeds {{the blocked user's name or phone number}}. */
"BLOCK_LIST_BLOCK_TITLE_FORMAT" = "Block %@?"; "BLOCK_LIST_BLOCK_TITLE_FORMAT" = "Block %@?";
/* Button label for the 'unblock' button */ /* Button label for the 'unblock' button */
"BLOCK_LIST_UNBLOCK_BUTTON" = "Unblock"; "BLOCK_LIST_UNBLOCK_BUTTON" = "Unblock";
/* A format for the 'unblock user' action sheet title. */ /* A format for the 'unblock user' action sheet title. Embeds {{the blocked user's name or phone number}}. */
"BLOCK_LIST_UNBLOCK_TITLE_FORMAT" = "Unblock %@?"; "BLOCK_LIST_UNBLOCK_TITLE_FORMAT" = "Unblock %@?";
/* A label for the block button in the block list view */ /* A label for the block button in the block list view */
@ -118,7 +118,7 @@
/* The title of the 'block user failed' alert. */ /* The title of the 'block user failed' alert. */
"BLOCK_LIST_VIEW_BLOCK_FAILED_ALERT_TITLE" = "Error"; "BLOCK_LIST_VIEW_BLOCK_FAILED_ALERT_TITLE" = "Error";
/* The message format of the 'user blocked' alert. It is populated with the blocked contact's name. */ /* The message format of the 'user blocked' alert. Embeds {{the blocked user's name or phone number}}. */
"BLOCK_LIST_VIEW_BLOCKED_ALERT_MESSAGE_FORMAT" = "%@ has been blocked"; "BLOCK_LIST_VIEW_BLOCKED_ALERT_MESSAGE_FORMAT" = "%@ has been blocked";
/* The title of the 'user blocked' alert. */ /* The title of the 'user blocked' alert. */
@ -127,19 +127,13 @@
/* A title for the contacts section of the blocklist view. */ /* A title for the contacts section of the blocklist view. */
"BLOCK_LIST_VIEW_CONTACTS_SECTION_TITLE" = "Contacts"; "BLOCK_LIST_VIEW_CONTACTS_SECTION_TITLE" = "Contacts";
/* The message format of the 'phone number blocked' alert in the block view. It is populated with the blocked phone number. */
"BLOCK_LIST_VIEW_PHONE_NUMBER_BLOCKED_ALERT_MESSAGE_FORMAT" = "%@ has been blocked";
/* The title of the 'phone number blocked' alert in the block view. */
"BLOCK_LIST_VIEW_PHONE_NUMBER_BLOCKED_ALERT_TITLE" = "Phone Number Blocked";
/* The title of the 'unblock user failed' alert. */ /* The title of the 'unblock user failed' alert. */
"BLOCK_LIST_VIEW_UNBLOCK_FAILED_ALERT_MESSAGE" = "Unblock user failed."; "BLOCK_LIST_VIEW_UNBLOCK_FAILED_ALERT_MESSAGE" = "Unblock user failed.";
/* The title of the 'unblock user failed' alert. */ /* The title of the 'unblock user failed' alert. */
"BLOCK_LIST_VIEW_UNBLOCK_FAILED_ALERT_TITLE" = "Error"; "BLOCK_LIST_VIEW_UNBLOCK_FAILED_ALERT_TITLE" = "Error";
/* The message format of the 'user unblocked' alert. It is populated with the blocked phone number. */ /* The message format of the 'user unblocked' alert. Embeds {{the blocked user's name or phone number}}. */
"BLOCK_LIST_VIEW_UNBLOCKED_ALERT_MESSAGE_FORMAT" = "%@ has been unblocked."; "BLOCK_LIST_VIEW_UNBLOCKED_ALERT_MESSAGE_FORMAT" = "%@ has been unblocked.";
/* The title of the 'user unblocked' alert. */ /* The title of the 'user unblocked' alert. */
@ -748,10 +742,10 @@
/* Alert title */ /* Alert title */
"REGISTRATION_BODY" = "Failed to re-register for push notifications."; "REGISTRATION_BODY" = "Failed to re-register for push notifications.";
/* No comment provided by engineer. */ /* Label for the country code field */
"REGISTRATION_DEFAULT_COUNTRY_NAME" = "Country Code"; "REGISTRATION_DEFAULT_COUNTRY_NAME" = "Country Code";
/* No comment provided by engineer. */ /* Placeholder text for the phone number textfield */
"REGISTRATION_ENTERNUMBER_DEFAULT_TEXT" = "Enter Number"; "REGISTRATION_ENTERNUMBER_DEFAULT_TEXT" = "Enter Number";
/* No comment provided by engineer. */ /* No comment provided by engineer. */
@ -763,7 +757,7 @@
/* No comment provided by engineer. */ /* No comment provided by engineer. */
"REGISTRATION_NON_VALID_NUMBER" = "This phone number format is not supported, please contact support."; "REGISTRATION_NON_VALID_NUMBER" = "This phone number format is not supported, please contact support.";
/* No comment provided by engineer. */ /* Label for the phone number textfield */
"REGISTRATION_PHONENUMBER_BUTTON" = "Phone Number"; "REGISTRATION_PHONENUMBER_BUTTON" = "Phone Number";
/* No comment provided by engineer. */ /* No comment provided by engineer. */
@ -856,7 +850,7 @@
/* A header title for the block list table. */ /* A header title for the block list table. */
"SETTINGS_BLOCK_LIST_HEADER_TITLE" = "Blocked Phone Numbers"; "SETTINGS_BLOCK_LIST_HEADER_TITLE" = "Blocked Phone Numbers";
/* Label for the block list row of the settings view */ /* Label for the block list section of the settings view */
"SETTINGS_BLOCK_LIST_TITLE" = "Blocked"; "SETTINGS_BLOCK_LIST_TITLE" = "Blocked";
/* User settings section footer, a detailed explanation */ /* User settings section footer, a detailed explanation */

Loading…
Cancel
Save