7 lines
115 B
PHP
7 lines
115 B
PHP
<?php
|
|
|
|
return array(
|
|
'Price' => 'Prix',
|
|
'price must be a number !' => 'Le prix doit être un nombre !',
|
|
);
|