]>
BookStack Code Mirror - bookstack/blob - resources/lang/en/common.php
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Extracted text from book & chapter views
[bookstack]
/
resources
/
lang
/
en
/
common.php
1
<?php
2
return [
3
4
/**
5
* Buttons
6
*/
7
'cancel' => 'Cancel',
8
'confirm' => 'Confirm',
9
10
11
/**
12
* Form Labels
13
*/
14
'name' => 'Name',
15
'description' => 'Description',
16
];