mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-28 19:06:39 +08:00
Extracted text from book & chapter views
This commit is contained in:
16
resources/lang/en/common.php
Normal file
16
resources/lang/en/common.php
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
return [
|
||||
|
||||
/**
|
||||
* Buttons
|
||||
*/
|
||||
'cancel' => 'Cancel',
|
||||
'confirm' => 'Confirm',
|
||||
|
||||
|
||||
/**
|
||||
* Form Labels
|
||||
*/
|
||||
'name' => 'Name',
|
||||
'description' => 'Description',
|
||||
];
|
Reference in New Issue
Block a user