18 lines
521 B
PHP
Executable File
18 lines
521 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'id' => 'ID',
|
|
'city' => 'Город',
|
|
'state' => 'Область/Регион',
|
|
'country' => 'Страна',
|
|
'create' => 'Создать статус',
|
|
'update' => 'Обновить статус',
|
|
'name' => 'Имя статуса',
|
|
'address' => 'Адрес',
|
|
'zip' => 'Почтовый индекс',
|
|
'locations' => 'Размещения',
|
|
'parent' => 'Parent',
|
|
'currency' => 'Location Currency', // this is deprecated
|
|
);
|