language strings update
This commit is contained in:
parent
66a6fd8df0
commit
98ebcada61
|
@ -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["Connection accepted at "] = "Connection accepted at ";
|
||||||
$a->strings['Administrator'] = 'Administrator';
|
$a->strings['Administrator'] = 'Administrator';
|
||||||
$a->strings["Email notification failed."] = "Email notification failed.";
|
$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['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["Temporary failure. Please wait and try again."] = "Temporary failure. Please wait and try again.";
|
$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. 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 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 [175] failed.'] = 'Image size reduction [175] failed.';
|
||||||
$a->strings['Image size reduction [80] failed.'] = 'Image size reduction [80] 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 uploaded successfully.'] = 'Image uploaded successfully.';
|
||||||
$a->strings['Image size reduction [640] failed.'] = 'Image size reduction [640] failed.';
|
$a->strings['Image size reduction [640] failed.'] = 'Image size reduction [640] failed.';
|
||||||
$a->strings['Profile not found.'] = 'Profile not found.';
|
$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['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[' This email address is already registered.'] = ' This email address is already registered.';
|
||||||
$a->strings['Settings updated.'] = 'Settings updated.';
|
$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['Default Post Permissions'] = 'Default Post Permissions';
|
||||||
$a->strings['View Contacts'] = 'View Contacts';
|
$a->strings['View Contacts'] = 'View Contacts';
|
||||||
$a->strings['No contacts.'] = 'No contacts.';
|
$a->strings['No contacts.'] = 'No contacts.';
|
||||||
|
|
Loading…
Reference in a new issue