mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-29 04:10:09 +08:00
16 lines
198 B
PHP
16 lines
198 B
PHP
|
<?php
|
||
|
return [
|
||
|
|
||
|
/**
|
||
|
* Buttons
|
||
|
*/
|
||
|
'cancel' => 'Cancel',
|
||
|
'confirm' => 'Confirm',
|
||
|
|
||
|
|
||
|
/**
|
||
|
* Form Labels
|
||
|
*/
|
||
|
'name' => 'Name',
|
||
|
'description' => 'Description',
|
||
|
];
|