2016-03-25 01:18:05 -07:00
|
|
|
<?php
|
2022-01-13 21:27:29 -08:00
|
|
|
return array(
|
2016-03-25 01:18:05 -07:00
|
|
|
'companies' => 'Aziende',
|
|
|
|
'create' => 'Crea Azienda',
|
|
|
|
'title' => 'Azienda',
|
|
|
|
'update' => 'Aggiorna Azienda',
|
|
|
|
'name' => 'Nome Azienda',
|
|
|
|
'id' => 'ID',
|
2022-01-13 21:27:29 -08:00
|
|
|
);
|