mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 00:24:07 -08:00
7cebbf48ee
Signed-off-by: snipe <snipe@snipe.net>
23 lines
807 B
PHP
23 lines
807 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'group_exists' => 'Tá grúpa ann cheana!',
|
|
'group_not_found' => 'Group ID :id does not exist.',
|
|
'group_name_required' => 'Tá an réimse ainmnithe ag teastáil',
|
|
|
|
'success' => array(
|
|
'create' => 'Rinneadh an grúpa a chruthú go rathúil.',
|
|
'update' => 'Rinneadh an grúpa cothrom le dáta go rathúil',
|
|
'delete' => 'Bhí an grúpa scriosta go rathúil.',
|
|
),
|
|
|
|
'delete' => array(
|
|
'confirm' => 'An bhfuil tú cinnte gur mian leat an grúpa seo a scriosadh?',
|
|
'create' => 'Bhí ceist ann a chruthaigh an grúpa. Arís, le d\'thoil.',
|
|
'update' => 'Bhí ceist ann ag nuashonrú an ghrúpa. Arís, le d\'thoil.',
|
|
'delete' => 'Bhí ceist ann a scriosadh an grúpa. Arís, le d\'thoil.',
|
|
),
|
|
|
|
);
|