62 lines
878 B
PHP
62 lines
878 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'single' => [
|
|
|
|
'label' => 'Ջնջել',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Ջնջել :label',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'Ջնջել',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'Ջնջվել է',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'multiple' => [
|
|
|
|
'label' => 'Ջնջել ընտրվածը',
|
|
|
|
'modal' => [
|
|
|
|
'heading' => 'Ջնջել ընտրված :label',
|
|
|
|
'actions' => [
|
|
|
|
'delete' => [
|
|
'label' => 'Ջնջել',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
'notifications' => [
|
|
|
|
'deleted' => [
|
|
'title' => 'Ջնջվել է',
|
|
],
|
|
|
|
],
|
|
|
|
],
|
|
|
|
];
|