mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
12 lines
453 B
PHP
12 lines
453 B
PHP
<?php
|
|
|
|
return array(
|
|
'checkout' => 'Seiceáil Inbhuanaithe don Úsáideoir',
|
|
'consumable_name' => 'Ainm Inchaite',
|
|
'create' => 'Cruthaigh Tomhaltach',
|
|
'item_no' => 'Uimh. Mír',
|
|
'remaining' => 'Ag fágáil',
|
|
'total' => 'Iomlán',
|
|
'update' => 'Nuashonrú Inchaite',
|
|
);
|