37 lines
529 B
PHP
37 lines
529 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Ny bild',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Lägg till bild',
|
|
|
|
'actions' => [
|
|
|
|
'create' => [
|
|
'label' => 'Skapa',
|
|
],
|
|
|
|
'create_another' => [
|
|
'label' => 'Skapa & skapa en till',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'created' => [
|
|
'title' => 'Skapades',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|