2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
2016-12-03 17:10:05 -08:00
|
|
|
'about_suppliers_title' => 'About Suppliers',
|
|
|
|
'about_suppliers_text' => 'Suppliers are used to track the source of items',
|
2016-03-25 01:18:05 -07:00
|
|
|
'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',
|
|
|
|
|
|
|
|
);
|