4 lines
109 B
PHP
4 lines
109 B
PHP
|
|
<?php
|
||
|
|
return array (
|
||
|
|
'The field %field% must be not empty. ' => 'The field %field% must be not empty. ',
|
||
|
|
);
|