List existing organisations
This commit is contained in:
22
locale/en_US/messages.php
Normal file
22
locale/en_US/messages.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* AVSDev UF Organisations (https://avsdev.uk)
|
||||
*
|
||||
* @link https://git.avsdev.uk/avsdev/sprinkle-organisations
|
||||
* @license https://git.avsdev.uk/avsdev/sprinkle-organisations/blob/master/LICENSE.md (LGPL-3.0 License)
|
||||
*/
|
||||
|
||||
/**
|
||||
* US English message token translations for the 'organisations' sprinkle.
|
||||
*
|
||||
* @author Craig Williams (https://avsdev.uk)
|
||||
*/
|
||||
return [
|
||||
'ORGANISATION' => [
|
||||
1 => 'Organisation',
|
||||
2 => 'Organisations',
|
||||
|
||||
'PAGE_DESCRIPTION' => 'A listing of the organisations for your site. Provides management tools for editing and deleting organisations.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user