edit static pages in backend
This commit is contained in:
parent
e771c4921f
commit
783ac823ba
59 changed files with 1644 additions and 761 deletions
27
resources/lang/en/exceptions.php
Normal file
27
resources/lang/en/exceptions.php
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Exception Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| The following language lines are used in Exceptions thrown throughout the system.
|
||||
| Regardless where it is placed, a button can be listed here so it is easily
|
||||
| found in a intuitive way.
|
||||
|
|
||||
*/
|
||||
|
||||
'backend' => [
|
||||
|
||||
'pages' => [
|
||||
'already_exists' => 'That Page already exists. Please choose a different name.',
|
||||
'create_error' => 'There was a problem creating this Page. Please try again.',
|
||||
'delete_error' => 'There was a problem deleting this Page. Please try again.',
|
||||
'not_found' => 'That Page does not exist.',
|
||||
'update_error' => 'There was a problem updating this Page. Please try again.',
|
||||
],
|
||||
],
|
||||
'frontend' => [],
|
||||
];
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue