6 lines
155 B
PHP
6 lines
155 B
PHP
|
|
<?php
|
||
|
|
return array (
|
||
|
|
'Invalid title' => 'Invalid title',
|
||
|
|
'Invalid address' => 'Invalid address',
|
||
|
|
'Address is not exist' => 'Address is not exist',
|
||
|
|
);
|