8 lines
187 B
PHP
8 lines
187 B
PHP
<?php
|
|
|
|
return array(
|
|
'Price' => 'Price',
|
|
'price must be a number !' => 'price must be a number !',
|
|
'Engagement' => 'Your order must be withdrawn at our office in France.',
|
|
);
|