mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
26 lines
903 B
PHP
Executable file
26 lines
903 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
'address' => 'Adresa furnizor',
|
|
'assets' => 'Active',
|
|
'city' => 'Oras',
|
|
'contact' => 'Nume contact',
|
|
'country' => 'Tara',
|
|
'create' => 'Creeaza furnizor',
|
|
'email' => 'E-mail',
|
|
'fax' => 'Fax',
|
|
'id' => 'ID',
|
|
'licenses' => 'Licente',
|
|
'name' => 'Nume furnizor',
|
|
'notes' => 'Note',
|
|
'phone' => 'Telefon',
|
|
'state' => 'Judet',
|
|
'suppliers' => 'Furnizori',
|
|
'update' => 'Actualizeaza furnizor',
|
|
'url' => 'URL',
|
|
'view' => 'Vezi furnizor',
|
|
'view_assets_for' => 'Vezi active pentru',
|
|
'zip' => 'Cod postal',
|
|
|
|
);
|