6 lines
160 B
PHP
6 lines
160 B
PHP
<?php
|
|
return array(
|
|
'Please check your input: %s' => 'Please check your input: %s',
|
|
'Sorry, an error occurred: %s' => 'Sorry, an error occurred: %s'
|
|
);
|