18 lines
418 B
PHP
Executable File
18 lines
418 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'id' => '아이디',
|
|
'city' => '시',
|
|
'state' => '주',
|
|
'country' => '국가명',
|
|
'create' => '장소 생성',
|
|
'update' => '장소 갱신',
|
|
'name' => '장소 명',
|
|
'address' => '주소',
|
|
'zip' => '우편번호',
|
|
'locations' => '위치',
|
|
'parent' => 'Parent',
|
|
'currency' => 'Location Currency', // this is deprecated
|
|
);
|