$a->strings['Your introduction has been sent.']='Your introduction has been sent.';
@ -92,6 +96,9 @@ $a->strings['Item not found.'] = 'Item not found.';
$a->strings['Private Message']='Private Message';
$a->strings['This is you']='This is you';
$a->strings['Item has been removed.']='Item has been removed.';
$a->strings['The profile address specified does not provide adequate information.']='The profile address specified does not provide adequate information.';
$a->strings['Unable to retrieve contact information.']='Unable to retrieve contact information.';
$a->strings['following']='following';
$a->strings['Group created.']='Group created.';
$a->strings['Could not create group.']='Could not create group.';
$a->strings['Group not found.']='Group not found.';
@ -210,7 +222,6 @@ $a->strings[' Name too short.'] = ' Name too short.';
$a->strings[' That doesn\'t appear to be your full name.']=' That doesn\'t appear to be your full name.';
$a->strings[' Not valid email.']=' Not valid email.';
$a->strings[' Your email domain is not among those allowed on this site.']=' Your email domain is not among those allowed on this site.';
$a->strings[' Your email address is already registered on this system.']=' Your email address is already registered on this system.';
$a->strings[' Nickname <strong>must</strong> start with a letter and contain only letters, numbers, dashes, or underscore.']=' Nickname <strong>must</strong> start with a letter and contain only letters, numbers, dashes, or underscore.';
$a->strings[' Nickname is already registered. Please choose another.']=' Nickname is already registered. Please choose another.';
$a->strings['An error occurred during registration. Please try again.']='An error occurred during registration. Please try again.';
@ -229,9 +240,8 @@ $a->strings['Passwords do not match. Password unchanged.'] = 'Passwords do not m
$a->strings['Empty passwords are not allowed. Password unchanged.']='Empty passwords are not allowed. Password unchanged.';