mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-14 09:34:10 -08:00
8ca4c51186
Signed-off-by: snipe <snipe@snipe.net>
12 lines
291 B
PHP
12 lines
291 B
PHP
<?php
|
||
return array(
|
||
'companies' => 'Firmalar',
|
||
'create' => 'Firma Oluştur',
|
||
'email' => 'Company Email',
|
||
'title' => 'Firma',
|
||
'phone' => 'Company Phone',
|
||
'update' => 'Firmayı Güncelle',
|
||
'name' => 'Firma İsmi',
|
||
'id' => 'ID',
|
||
);
|