Adding some titles to lang
This commit is contained in:
parent
bc6da961cc
commit
6488488c2f
@ -4,7 +4,7 @@ return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| ${1} Language Lines
|
||||
| ${1:Foo} Language Lines
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| ${2:-}
|
||||
@ -14,6 +14,14 @@ return [
|
||||
// General language lines go here.
|
||||
//
|
||||
|
||||
// Text used as a page title or main heading.
|
||||
'titles_' => [
|
||||
'main' => 'All ${1:Foo}s',
|
||||
'show' => '${1:Foo}:',
|
||||
'create' => 'Create A New ${1}',
|
||||
'edit' => 'Edit ${1:Foo}:',
|
||||
],
|
||||
|
||||
// Text used as a label of some sort, not restricted to
|
||||
// label HTML elements.
|
||||
'labels_' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user