edit static pages in backend
This commit is contained in:
parent
e771c4921f
commit
783ac823ba
59 changed files with 1644 additions and 761 deletions
55
resources/lang/en/buttons.php
Normal file
55
resources/lang/en/buttons.php
Normal file
|
@ -0,0 +1,55 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Buttons Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used in buttons throughout the system.
|
||||
| Regardless where it is placed, a button can be listed here so it is easily
|
||||
| found in a intuitive way.
|
||||
|
|
||||
*/
|
||||
|
||||
'backend' => [
|
||||
'access' => [
|
||||
'users' => [
|
||||
'activate' => 'Activate',
|
||||
'change_password' => 'Change Password',
|
||||
'clear_session' => 'Clear Session',
|
||||
'deactivate' => 'Deactivate',
|
||||
'delete_permanently' => 'Delete Permanently',
|
||||
'login_as' => 'Login As :user',
|
||||
'resend_email' => 'Resend Confirmation E-mail',
|
||||
'restore_user' => 'Restore User',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'emails' => [
|
||||
'auth' => [
|
||||
'confirm_account' => 'Confirm Account',
|
||||
'reset_password' => 'Reset Password',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'cancel' => 'Cancel',
|
||||
'continue' => 'Continue',
|
||||
'preview' => 'Preview',
|
||||
'save' => 'Save',
|
||||
'view' => 'View',
|
||||
|
||||
'crud' => [
|
||||
'create' => 'Create',
|
||||
'add' => 'Add',
|
||||
'delete' => 'Delete',
|
||||
'edit' => 'Edit',
|
||||
'update' => 'Update',
|
||||
'view' => 'View',
|
||||
],
|
||||
|
||||
],
|
||||
];
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue