16 lines
328 B
PHP
Executable File
16 lines
328 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'id' => '아이디',
|
|
'city' => '시',
|
|
'state' => '주',
|
|
'country' => '국가명',
|
|
'create' => '장소 생성',
|
|
'update' => '장소 갱신',
|
|
'name' => '장소 명',
|
|
'address' => '주소',
|
|
'zip' => '우편번호',
|
|
'locations' => '위치',
|
|
);
|