ajout app
This commit is contained in:
22
SNIPE-IT/resources/lang/cy-GB/admin/groups/message.php
Normal file
22
SNIPE-IT/resources/lang/cy-GB/admin/groups/message.php
Normal file
@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
|
||||
'group_exists' => 'Grwp yn bodoli yn barod!',
|
||||
'group_not_found' => 'Group ID :id does not exist.',
|
||||
'group_name_required' => 'Mae angen llenwi\'r maes enw',
|
||||
|
||||
'success' => array(
|
||||
'create' => 'Wedi llwyddo i creu\'r grwp.',
|
||||
'update' => 'Wedi llwyddo i diweddaru\'r grwp.',
|
||||
'delete' => 'Wedi llwyddo i dileu\'r grwp.',
|
||||
),
|
||||
|
||||
'delete' => array(
|
||||
'confirm' => 'Ydych chi\'n sicr eich bod eisiau dileu\'r grwp yma?',
|
||||
'create' => 'Roedd problem wrth ceisio creu\'r grwp. Ceisiwch eto o. g. y. dd.',
|
||||
'update' => 'Roedd problem wrth ceisio diweddaru\'r grwp. Ceisiwch eto o. g. y. dd.',
|
||||
'delete' => 'Roedd problem wrth ceisio dileu\'r grwp. Ceisiwch eto o. g. y. dd.',
|
||||
),
|
||||
|
||||
);
|
Reference in New Issue
Block a user