46 lines
695 B
PHP
46 lines
695 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Atașare',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Atașare :label',
|
|
|
|
'fields' => [
|
|
|
|
'record_id' => [
|
|
'label' => 'Înregistrare',
|
|
],
|
|
|
|
],
|
|
|
|
'actions' => [
|
|
|
|
'attach' => [
|
|
'label' => 'Atașare',
|
|
],
|
|
|
|
'attach_another' => [
|
|
'label' => 'Atașați și atașați altul',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'attached' => [
|
|
'title' => 'Atașat cu succes',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|