[
1 => 'Organisation',
2 => 'Organisations',
'CREATE' => 'Create organisation',
'CREATION_SUCCESSFUL' => 'Successfully created 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}}',
'PAGE_DESCRIPTION' => 'A listing of the organisations for your site. Provides management tools for editing and deleting organisations.',
'NAME' => [
1 => 'Organisation name',
'EXPLAIN' => 'Please enter a name for the organisation',
'IN_USE' => 'Organisation name {{name}} is already in use.',
],
'SLUG' => [
'IN_USE' => 'Organisation slug {{slug}} is already in use.',
],
],
];