22 lines
518 B
PHP
22 lines
518 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'default' => true,
|
||
|
|
'translations' => [
|
||
|
|
'more' => 'Plus d\'infos',
|
||
|
|
'buy' => 'Acheter',
|
||
|
|
'close' => 'Fermer',
|
||
|
|
'back' => 'Retour',
|
||
|
|
'dates' => 'Dates',
|
||
|
|
'listen' => 'Ecouter',
|
||
|
|
'follow' => 'Suivre',
|
||
|
|
'infos-btn' => 'Infos & sorties',
|
||
|
|
'files' => 'Fichiers',
|
||
|
|
'files.empty' => 'Aucun fichier trouvé',
|
||
|
|
'download' => 'Télécharger',
|
||
|
|
'download all' => 'Tout télécharger',
|
||
|
|
'subscribe' => 'S\'inscrire à la newsletter',
|
||
|
|
'submit' => 'S\'inscrire'
|
||
|
|
]
|
||
|
|
];
|