Files

46 lines
672 B
PHP

<?php
return [
'single' => [
'label' => 'Lotu',
'modal' => [
'heading' => 'Lotu :label',
'fields' => [
'record_id' => [
'label' => 'Erregistroa',
],
],
'actions' => [
'associate' => [
'label' => 'Lotu',
],
'associate_another' => [
'label' => 'Lotu eta beste bat lotu',
],
],
],
'notifications' => [
'associated' => [
'title' => 'Lotuta',
],
],
],
];