2016-11-17 08:33:07 -05:00
|
|
|
|
<?php
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Buttons
|
|
|
|
|
*/
|
|
|
|
|
'cancel' => 'Cancel',
|
|
|
|
|
'confirm' => 'Confirm',
|
2016-12-03 13:35:40 -05:00
|
|
|
|
'back' => 'Back',
|
|
|
|
|
'save' => 'Save',
|
|
|
|
|
'continue' => 'Continue',
|
2016-12-04 09:08:04 -05:00
|
|
|
|
'select' => 'Select',
|
2016-11-17 08:33:07 -05:00
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Form Labels
|
|
|
|
|
*/
|
|
|
|
|
'name' => 'Name',
|
|
|
|
|
'description' => 'Description',
|
2016-12-03 08:31:54 -05:00
|
|
|
|
'role' => 'Role',
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Actions
|
|
|
|
|
*/
|
|
|
|
|
'actions' => 'Actions',
|
|
|
|
|
'view' => 'View',
|
|
|
|
|
'create' => 'Create',
|
|
|
|
|
'update' => 'Update',
|
2016-12-04 09:08:04 -05:00
|
|
|
|
'edit' => 'Edit',
|
2016-12-04 11:51:39 -05:00
|
|
|
|
'sort' => 'Sort',
|
|
|
|
|
'move' => 'Move',
|
2016-12-03 08:31:54 -05:00
|
|
|
|
'delete' => 'Delete',
|
2016-12-04 09:08:04 -05:00
|
|
|
|
'search' => 'Search',
|
|
|
|
|
'search_clear' => 'Clear Search',
|
2016-12-24 10:21:19 -05:00
|
|
|
|
'reset' => 'Reset',
|
|
|
|
|
'remove' => 'Remove',
|
2017-04-15 10:04:30 -04:00
|
|
|
|
'add' => 'Add',
|
2016-12-03 13:35:40 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Misc
|
|
|
|
|
*/
|
|
|
|
|
'deleted_user' => 'Deleted User',
|
2016-12-04 09:08:04 -05:00
|
|
|
|
'no_activity' => 'No activity to show',
|
|
|
|
|
'no_items' => 'No items available',
|
|
|
|
|
'back_to_top' => 'Back to top',
|
|
|
|
|
'toggle_details' => 'Toggle Details',
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Header
|
|
|
|
|
*/
|
|
|
|
|
'view_profile' => 'View Profile',
|
|
|
|
|
'edit_profile' => 'Edit Profile',
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Email Content
|
|
|
|
|
*/
|
|
|
|
|
'email_action_help' => 'If you’re having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser:',
|
|
|
|
|
'email_rights' => 'All rights reserved',
|
2016-11-17 08:33:07 -05:00
|
|
|
|
];
|