34 lines
423 B
PHP
34 lines
423 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Bearbeiten',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => ':label bearbeiten',
|
|
|
|
'actions' => [
|
|
|
|
'save' => [
|
|
'label' => 'Speichern',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'saved' => [
|
|
'title' => 'Gespeichert',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|