4 lines
72 B
PHP
4 lines
72 B
PHP
|
|
<?php
|
||
|
|
return array (
|
||
|
|
'Product does not exist' => '产品不存在',
|
||
|
|
);
|