Files

62 lines
864 B
PHP

<?php
return [
'single' => [
'label' => 'Fshi me forcë',
'modal' => [
'heading' => 'Fshi me forcë :label',
'actions' => [
'delete' => [
'label' => 'Fshi',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'U fshi',
],
],
],
'multiple' => [
'label' => 'Fshi me forcë të selektuarin',
'modal' => [
'heading' => 'Fshi me forcë të selektuarin :label',
'actions' => [
'delete' => [
'label' => 'Fshi',
],
],
],
'notifications' => [
'deleted' => [
'title' => 'U fshi',
],
],
],
];