38 lines
535 B
PHP
38 lines
535 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Utwórz',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Utwórz :label',
|
|
|
|
'actions' => [
|
|
|
|
'create' => [
|
|
'label' => 'Utwórz',
|
|
],
|
|
|
|
'create_another' => [
|
|
'label' => 'Utwórz i utwórz kolejny',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'created' => [
|
|
'title' => 'Utworzono',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|