mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
34 lines
521 B
PHP
34 lines
521 B
PHP
<?php
|
|
return [
|
|
|
|
/**
|
|
* Buttons
|
|
*/
|
|
'cancel' => 'Cancel',
|
|
'confirm' => 'Confirm',
|
|
'back' => 'Back',
|
|
'save' => 'Save',
|
|
'continue' => 'Continue',
|
|
|
|
/**
|
|
* Form Labels
|
|
*/
|
|
'name' => 'Name',
|
|
'description' => 'Description',
|
|
'role' => 'Role',
|
|
|
|
/**
|
|
* Actions
|
|
*/
|
|
'actions' => 'Actions',
|
|
'view' => 'View',
|
|
'create' => 'Create',
|
|
'update' => 'Update',
|
|
'delete' => 'Delete',
|
|
|
|
|
|
/**
|
|
* Misc
|
|
*/
|
|
'deleted_user' => 'Deleted User',
|
|
]; |