diff --git a/util/strings.php b/util/strings.php index 7c2206895f..a7c012776c 100644 --- a/util/strings.php +++ b/util/strings.php @@ -51,8 +51,9 @@ $a->strings["Unable to set contact photo info."] = "Unable to set contact photo $a->strings["Connection accepted at "] = "Connection accepted at "; $a->strings['Administrator'] = 'Administrator'; $a->strings["Email notification failed."] = "Email notification failed."; -$a->strings["Permission denied."] = "Permission denied."; $a->strings['Node does not exist.'] = 'Node does not exist.'; +$a->strings['Response from remote site was not understood.'] = 'Response from remote site was not understood.'; +$a->strings['Unexpected response from remote site: '] = 'Unexpected response from remote site: '; $a->strings["Confirmation completed successfully"] = "Confirmation completed successfully"; $a->strings["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again."; $a->strings["Introduction failed or was revoked. Cannot complete."] = "Introduction failed or was revoked. Cannot complete."; @@ -185,6 +186,7 @@ $a->strings['No profile'] = 'No profile'; $a->strings['Image uploaded but image cropping failed.'] = 'Image uploaded but image cropping failed.'; $a->strings['Image size reduction [175] failed.'] = 'Image size reduction [175] failed.'; $a->strings['Image size reduction [80] failed.'] = 'Image size reduction [80] failed.'; +$a->strings['Unable to process image'] = 'Unable to process image'; $a->strings['Image uploaded successfully.'] = 'Image uploaded successfully.'; $a->strings['Image size reduction [640] failed.'] = 'Image size reduction [640] failed.'; $a->strings['Profile not found.'] = 'Profile not found.'; @@ -224,6 +226,7 @@ $a->strings['Password changed.'] = 'Password changed.'; $a->strings['Password update failed. Please try again.'] = 'Password update failed. Please try again.'; $a->strings[' This email address is already registered.'] = ' This email address is already registered.'; $a->strings['Settings updated.'] = 'Settings updated.'; +$a->strings['Profile is not published.'] = 'Profile is not published.'; $a->strings['Default Post Permissions'] = 'Default Post Permissions'; $a->strings['View Contacts'] = 'View Contacts'; $a->strings['No contacts.'] = 'No contacts.';