mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 16:14:18 -08:00
12 lines
337 B
PHP
12 lines
337 B
PHP
|
<?php
|
||
|
|
||
|
return array(
|
||
|
|
||
|
'id' => 'ID',
|
||
|
'name' => 'Ainm na Roinne',
|
||
|
'manager' => 'Bainisteoir',
|
||
|
'location' => 'Suíomh',
|
||
|
'create' => 'Cruthaigh an Roinn',
|
||
|
'update' => 'An Roinn Nuashonraithe',
|
||
|
);
|