mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
668 B
PHP
14 lines
668 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_consumables_title' => 'Maidir le Tomhaltáin',
|
|
'about_consumables_text' => 'Déantar aon ní a cheannach a úsáidfear le himeacht ama. Mar shampla, dúch printéir nó páipéar cóipeála.',
|
|
'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',
|
|
);
|