snipe-it/resources/lang/en-ID/admin/companies/table.php

10 lines
234 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
2016-09-20 05:08:04 -07:00
'companies' => 'Perusahaan',
'create' => 'Buat Perusahaan',
'title' => 'Perusahaan',
'update' => 'Perbaharui Perusahaan',
'name' => 'Nama Perusahaan',
2016-03-25 01:18:05 -07:00
'id' => 'ID',
);