mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
066adf3cea
Updated 404 page with additional links
26 lines
380 B
PHP
26 lines
380 B
PHP
<?php
|
|
return [
|
|
|
|
/**
|
|
* Buttons
|
|
*/
|
|
'cancel' => 'Cancel',
|
|
'confirm' => 'Confirm',
|
|
|
|
|
|
/**
|
|
* Form Labels
|
|
*/
|
|
'name' => 'Name',
|
|
'description' => 'Description',
|
|
'role' => 'Role',
|
|
|
|
/**
|
|
* Actions
|
|
*/
|
|
'actions' => 'Actions',
|
|
'view' => 'View',
|
|
'create' => 'Create',
|
|
'update' => 'Update',
|
|
'delete' => 'Delete',
|
|
]; |