8 lines
317 B
PHP
8 lines
317 B
PHP
<?php
|
|
return array (
|
|
'Product does not exist' => 'Product does not exist',
|
|
'Questionnaire does not exist' => 'Questionnaire does not exist',
|
|
'Incorrect parameter' => 'Incorrect parameter',
|
|
'Server is not exist' => 'Server is not exist',
|
|
'Server is not exist %sadds_f%' => 'Server is not exist %sadds_f%',
|
|
); |