18 lines
430 B
PHP
Executable File
18 lines
430 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'city' => 'Città',
|
|
'state' => 'Stato',
|
|
'country' => 'Paese',
|
|
'create' => 'Crea Posizione',
|
|
'update' => 'Aggiorna Posizione',
|
|
'name' => 'Nome Posizione',
|
|
'address' => 'Indirizzo',
|
|
'zip' => 'Codice Postale',
|
|
'locations' => 'Posizioni',
|
|
'parent' => 'Parent',
|
|
'currency' => 'Location Currency', // this is deprecated
|
|
);
|