mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
18 lines
837 B
PHP
18 lines
837 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'about_components_title' => 'Maidir Comhpháirteanna',
|
||
|
'about_components_text' => 'Is iad na comhpháirteanna míreanna atá mar chuid de shócmhainn, mar shampla HDD, RAM, etc.',
|
||
|
'component_name' => 'Ainm an Chomhpháirt',
|
||
|
'checkin' => 'Comhpháirt Checkin',
|
||
|
'checkout' => 'Comhpháirt Seiceáil',
|
||
|
'cost' => 'Costas Ceannacháin',
|
||
|
'create' => 'Cruthaigh Comhpháirt',
|
||
|
'edit' => 'Edit Comhpháirt',
|
||
|
'date' => 'Dáta Ceannacháin',
|
||
|
'order' => 'Uimhir ordú',
|
||
|
'remaining' => 'Ag fágáil',
|
||
|
'total' => 'Iomlán',
|
||
|
'update' => 'Comhpháirt Nuashonraithe',
|
||
|
);
|