15 lines
988 B
PHP
15 lines
988 B
PHP
<?php
|
|
|
|
return [
|
|
'Classics' => 'Classics',
|
|
'Delivered countries' => 'Delivered countries ',
|
|
'I don\'t find my country in the list' => 'I don\'t find my country in the list ',
|
|
'If your country are not in list try with our international shop at:<br /><a href="http://www.sailorsclothes.com">www.sailorsclothes.com</a>' => 'If your country are not in list try with our international shop at:<br /><a href="http://www.sailorsclothes.com">www.sailorsclothes.com</a>',
|
|
'fo.default' => [
|
|
'Classics' => 'Classics',
|
|
'Delivered countries' => 'Delivered countries ',
|
|
'I don\'t find my country in the list' => 'I don\'t find my country in the list ',
|
|
'If your country are not in list try with our international shop at:<br /><a href="http://www.sailorsclothes.com">www.sailorsclothes.com</a>' => 'If your country are not in list try with our international shop at:<br /><a href="http://www.sailorsclothes.com">www.sailorsclothes.com</a>',
|
|
],
|
|
];
|