diff --git a/util/strings.php b/util/strings.php index a7c012776c..82897a3a17 100644 --- a/util/strings.php +++ b/util/strings.php @@ -46,18 +46,23 @@ $a->strings['Find'] = 'Find'; $a->strings['Visit '] = 'Visit '; $a->strings['\'s profile'] = '\'s profile'; $a->strings['Edit contact'] = 'Edit contact'; -$a->strings['Contact Photos'] = 'Contact Photos'; -$a->strings["Unable to set contact photo info."] = "Unable to set contact photo info."; -$a->strings["Connection accepted at "] = "Connection accepted at "; -$a->strings['Administrator'] = 'Administrator'; -$a->strings["Email notification failed."] = "Email notification failed."; -$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["Confirmation completed successfully."] = "Confirmation completed successfully."; +$a->strings['Remote site reported: '] = 'Remote site reported: '; $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."; +$a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked."; +$a->strings['Contact Photos'] = 'Contact Photos'; $a->strings['Unable to set contact photo.'] = 'Unable to set contact photo.'; +$a->strings['No user record found for '] = 'No user record found for '; +$a->strings['Our site encryption key is apparently messed up.'] = 'Our site encryption key is apparently messed up.'; +$a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'Empty site URL was provided or URL could not be decrypted by us.'; +$a->strings['Contact record was not found for you on our site.'] = 'Contact record was not found for you on our site.'; +$a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'The ID provided by your system is a duplicate on our system. It should work if you try again.'; +$a->strings['Unable to set your contact credentials on our system.'] = 'Unable to set your contact credentials on our system.'; +$a->strings['Unable to update your contact profile details on our system'] = 'Unable to update your contact profile details on our system'; +$a->strings["Connection accepted at "] = "Connection accepted at "; +$a->strings['Administrator'] = 'Administrator'; $a->strings['New mail received at '] = 'New mail received at '; $a->strings[" commented on your item at "] = " commented on your item at "; $a->strings[" commented on an item at "] = " commented on an item at "; @@ -254,6 +259,7 @@ $a->strings[' ago'] = ' ago'; $a->strings['Create a new group'] = 'Create a new group'; $a->strings['Everybody'] = 'Everybody'; $a->strings['Logout'] = 'Logout'; +$a->strings['Login'] = 'Login'; $a->strings['Home'] = 'Home'; $a->strings['Register'] = 'Register'; $a->strings['Directory'] = 'Directory';