7 lines
110 B
PHP
7 lines
110 B
PHP
<?php
|
|
|
|
return array(
|
|
'Price' => 'Price',
|
|
'price must be a number !' => 'price must be a number !',
|
|
);
|