mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
16 lines
564 B
PHP
16 lines
564 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
'actions' => 'Gníomhartha',
|
||
|
'add' => 'Cuir Nua',
|
||
|
'cancel' => 'Cealaigh',
|
||
|
'checkin_and_delete' => 'Checkin & Scrios Úsáideoir',
|
||
|
'delete' => 'Scrios',
|
||
|
'edit' => 'Athraigh',
|
||
|
'restore' => 'Athchóirigh',
|
||
|
'request' => 'Iarratas',
|
||
|
'submit' => 'Cuir isteach',
|
||
|
'upload' => 'Uaslódáil',
|
||
|
'select_file' => 'Roghnaigh Comhad ...',
|
||
|
);
|