18 lines
421 B
PHP
Executable File
18 lines
421 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'city' => 'Cidade',
|
|
'state' => 'Estado',
|
|
'country' => 'País',
|
|
'create' => 'Criar Local',
|
|
'update' => 'Atualizar Local',
|
|
'name' => 'Nome do Local',
|
|
'address' => 'Endereço',
|
|
'zip' => 'Código Postal',
|
|
'locations' => 'Locais',
|
|
'parent' => 'Parent',
|
|
'currency' => 'Location Currency', // this is deprecated
|
|
);
|