1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Extracted text from page views & standardised breadcrumbs

This commit is contained in:
Dan Brown
2016-12-03 18:35:40 +00:00
parent 066adf3cea
commit 96075dee7b
31 changed files with 266 additions and 175 deletions

View File

@@ -6,7 +6,9 @@ return [
*/
'cancel' => 'Cancel',
'confirm' => 'Confirm',
'back' => 'Back',
'save' => 'Save',
'continue' => 'Continue',
/**
* Form Labels
@@ -23,4 +25,10 @@ return [
'create' => 'Create',
'update' => 'Update',
'delete' => 'Delete',
/**
* Misc
*/
'deleted_user' => 'Deleted User',
];