BookStack/resources/lang/en/common.php
2016-11-17 13:33:07 +00:00

16 lines
198 B
PHP

<?php
return [
/**
* Buttons
*/
'cancel' => 'Cancel',
'confirm' => 'Confirm',
/**
* Form Labels
*/
'name' => 'Name',
'description' => 'Description',
];