mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 17:14:10 -08:00
f3e82c2c80
Signed-off-by: snipe <snipe@snipe.net>
12 lines
315 B
PHP
12 lines
315 B
PHP
<?php
|
|
return array(
|
|
'companies' => 'Įmonės',
|
|
'create' => 'Sukurti įmonę',
|
|
'email' => 'Įmonės el. paštas',
|
|
'title' => 'Įmonė',
|
|
'phone' => 'Įmonės telefonas',
|
|
'update' => 'Atnaujinti įmonę',
|
|
'name' => 'Įmonės pavadinimas',
|
|
'id' => 'ID',
|
|
);
|