diff --git a/locale/en_US/messages.php b/locale/en_US/messages.php index 5accbd0..59fd311 100644 --- a/locale/en_US/messages.php +++ b/locale/en_US/messages.php @@ -17,32 +17,30 @@ return [ 1 => 'Organisation', 2 => 'Organisations', - 'PAGE_DESCRIPTION' => 'A listing of the organisations for your site. Provides management tools for editing and deleting organisations.', - 'INFO_PAGE' => 'Organisation information page for {{name}}', - 'SUMMARY' => 'Organisation Summary', + 'PAGE_DESCRIPTION' => 'A listing of the organisations for your site. Provides management tools for editing and deleting organisations.', + 'INFO_PAGE' => 'Organisation information page for {{name}}', + 'SUMMARY' => 'Organisation Summary', - 'CREATE' => 'Create organisation', - 'CREATION_SUCCESSFUL' => 'Successfully created organisation {{name}}', + 'CREATE' => 'Create organisation', + 'CREATION_SUCCESSFUL' => 'Successfully created organisation {{name}}', - 'EDIT' => 'Edit organistion', - 'UPDATE' => 'Details updated for organistion {{name}}', + 'EDIT' => 'Edit organistion', + 'UPDATE' => 'Details updated for organistion {{name}}', - 'LEAVE' => 'Leave organisation', - 'LEAVE_CONFIRM' => 'Are you sure you want to leave the organisation {{name}}?', - 'LEAVE_YES' => 'Yes, leave organisation.', - 'LEAVE_SUCCESSFUL' => 'Successfully left organisation {{name}}', + 'LEAVE' => 'Leave organisation', + 'LEAVE_CONFIRM' => 'Are you sure you want to leave the organisation {{name}}?', + 'LEAVE_YES' => 'Yes, leave organisation.', + 'LEAVE_SUCCESSFUL' => 'Successfully left organisation {{name}}', - 'MERGE' => 'Merge organisation', - 'MERGE_INFORM' => 'Select an organisation from the list below to merge organisation {{name}} into. All users of organisation {{name}} will be moved into the chosen organisation.', - 'MERGE_SUCCESSFUL' => 'Successfully merged organisation {{source}} into organisation {{target}}.', + 'MERGE' => 'Merge organisation', + 'MERGE_INFORM' => 'Select an organisation from the list below to merge organisation {{name}} into. All users of organisation {{name}} will be moved into the chosen organisation.', + 'MERGE_SUCCESSFUL' => 'Successfully merged organisation {{source}} into organisation {{target}}.', - 'DELETE' => 'Delete organisation', - 'DELETE_CONFIRM' => 'Are you sure you want to delete the organisation {{name}}?', - 'DELETE_YES' => 'Yes, delete organisation', - 'DELETION_SUCCESSFUL' => 'Successfully deleted organisation {{name}}', + 'DELETE' => 'Delete organisation', + 'DELETE_CONFIRM' => 'Are you sure you want to delete the organisation {{name}}?', + 'DELETE_YES' => 'Yes, delete organisation', + 'DELETION_SUCCESSFUL' => 'Successfully deleted organisation {{name}}', - 'MEMBER_COUNT' => '# Members (excl admins)', - 'ADMIN_COUNT' => '# Admins', 'REGISTER' => 'Register organisation', 'REGISTRATION_SUCCESSFUL' => 'Successfully registered organisation {{name}}', @@ -51,20 +49,22 @@ return [ 'CANCEL_REGISTRATION_YES' => 'Yes, cancel organisation registration', 'CANCEL_REGISTRATION_SUCCESSFUL' => 'Successfully cancelled registration of organisation {{name}}', + 'MEMBER_COUNT' => '# Members (excl admins)', + 'ADMIN_COUNT' => '# Admins', - 'SELF' => 'My Organisations', - 'MANAGE' => 'Manage Organisations', - 'ASSIGN_NEW' => 'Assign to organisation', + 'SELF' => 'My Organisations', + 'MANAGE' => 'Manage Organisations', + 'ASSIGN_NEW' => 'Assign to organisation', 'NAME' => [ 1 => 'Organisation name', - 'EXPLAIN' => 'Please enter a name for the organisation', - 'IN_USE' => 'Organisation name {{name}} is already in use.', + 'EXPLAIN' => 'Please enter a name for the organisation', + 'IN_USE' => 'Organisation name {{name}} is already in use.', 'IN_USE_REGISTER' => 'Organisation name {{name}} is already in use. Perhaps you would like to request to join it instead?', ], 'SLUG' => [ - 'IN_USE' => 'Organisation slug {{slug}} is already in use.', + 'IN_USE' => 'Organisation slug {{slug}} is already in use.', ], 'APPROVAL' => [ 'PENDING' => 'This organisation is pending approval!', @@ -84,15 +84,16 @@ return [ 2 => 'Administrators', ], - 'MERGE' => 'Merge', - 'MERGE_INTO' => 'Merge into', - 'MERGE_CANNOT_UNDONE' => 'This action cannot be undone.', + 'MERGE' => 'Merge', + 'MERGE_INTO' => 'Merge into', + 'MERGE_CANNOT_UNDONE' => 'This action cannot be undone.', - 'SOURCE_SLUG' => 'Source Slug', - 'TARGET_SLUG' => 'Target Slug', - 'SLUG_NOT_IN_USE' => 'A {{slug}} slug does not exist', + 'SOURCE_SLUG' => 'Source Slug', + 'TARGET_SLUG' => 'Target Slug', + 'SLUG_NOT_IN_USE' => 'A {{slug}} slug does not exist', + + 'LEAVE_CANNOT_UNDONE' => 'This action cannot be undone.', - 'LEAVE_CANNOT_UNDONE' => 'This action cannot be undone.', 'CANCEL_REGISTRATION' => 'Cancel registration request', 'APPROVED' => 'Approved', 'PENDING' => 'Pending',