2021-09-08 13:49:33 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return array(
|
|
|
|
'about_suppliers_title' => 'About Suppliers',
|
|
|
|
'about_suppliers_text' => 'Suppliers are used to track the source of items',
|
|
|
|
'address' => 'Supplier Address',
|
2023-12-19 09:23:16 -08:00
|
|
|
'assets' => 'Majetok',
|
|
|
|
'city' => 'Mesto',
|
2021-09-08 13:49:33 -07:00
|
|
|
'contact' => 'Contact Name',
|
2023-12-19 09:23:16 -08:00
|
|
|
'country' => 'Krajina',
|
2021-09-08 13:49:33 -07:00
|
|
|
'create' => 'Create Supplier',
|
2023-12-19 09:23:16 -08:00
|
|
|
'email' => 'E-mail',
|
2021-09-08 13:49:33 -07:00
|
|
|
'fax' => 'Fax',
|
|
|
|
'id' => 'ID',
|
|
|
|
'licenses' => 'Licenses',
|
|
|
|
'name' => 'Supplier Name',
|
2023-12-19 09:23:16 -08:00
|
|
|
'notes' => 'Poznámky',
|
|
|
|
'phone' => 'Telefón',
|
2021-09-08 13:49:33 -07:00
|
|
|
'state' => 'Štát',
|
|
|
|
'suppliers' => 'Dodávatelia',
|
|
|
|
'update' => 'Aktualizovať dodávateľa',
|
|
|
|
'view' => 'Zobraziť dodávateľa',
|
|
|
|
'view_assets_for' => 'Zobraziť majetky pre',
|
|
|
|
'zip' => 'PSČ',
|
|
|
|
|
|
|
|
);
|