46 lines
701 B
PHP
46 lines
701 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Συσχέτιση',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Associate :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'Record',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'associate' => [
|
|
'label' => 'Associate',
|
|
],
|
|
|
|
'associate_another' => [
|
|
'label' => 'Associate & associate another',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'associated' => [
|
|
'title' => 'Associated',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|