2017-12-12 09:20:57 -08:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
|
|
|
|
2018-01-20 04:53:04 -08:00
|
|
|
'group_exists' => 'Група вже існує!',
|
2017-12-12 09:20:57 -08:00
|
|
|
'group_not_found' => 'Group [:id] does not exist.',
|
|
|
|
'group_name_required' => 'The name field is required',
|
|
|
|
|
|
|
|
'success' => array(
|
2018-01-20 04:53:04 -08:00
|
|
|
'create' => 'Групу успішно створено.',
|
|
|
|
'update' => 'Групу успішно оновлено.',
|
|
|
|
'delete' => 'Групу успішно видалено.',
|
2017-12-12 09:20:57 -08:00
|
|
|
),
|
|
|
|
|
|
|
|
'delete' => array(
|
2018-01-20 04:53:04 -08:00
|
|
|
'confirm' => 'Ви впевнені, що бажаєте видалити цю групу?',
|
2017-12-12 09:20:57 -08:00
|
|
|
'create' => 'There was an issue creating the group. Please try again.',
|
|
|
|
'update' => 'There was an issue updating the group. Please try again.',
|
|
|
|
'delete' => 'There was an issue deleting the group. Please try again.',
|
|
|
|
),
|
|
|
|
|
|
|
|
);
|