mirror of
https://code.castopod.org/adaures/castopod
synced 2025-04-23 01:01:20 +00:00
33 lines
1011 B
PHP
33 lines
1011 B
PHP
<?php
|
||
|
||
/**
|
||
* @copyright 2020 Podlibre
|
||
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
||
* @link https://castopod.org/
|
||
*/
|
||
|
||
return [
|
||
'yes' => 'Oui',
|
||
'no' => 'Non',
|
||
'optional' => 'Optionnel',
|
||
'no_data' => 'Aucune donnée trouvée !',
|
||
'home' => 'Accueil',
|
||
'explicit' => 'Explicite',
|
||
'mediumDate' => '{0,date,medium}',
|
||
'duration' => '{0,duration}',
|
||
'powered_by' => 'Propulsé par {castopod}.',
|
||
'actions' => 'Actions',
|
||
'pageInfo' => 'Page {currentPage} sur {pageCount}',
|
||
'forms' => [
|
||
'multiSelect' => [
|
||
'selectText' => 'Cliquez pour selectionner',
|
||
'loadingText' => 'Chargement...',
|
||
'noResultsText' => 'Aucun résultat trouvé',
|
||
'noChoicesText' => 'Aucune sélection possible',
|
||
'maxItemText' => 'Impossible de rajouter un élément',
|
||
],
|
||
'image_size_hint' =>
|
||
'L’image doit être carrée, avec au minimum 1400px de long et de large.',
|
||
],
|
||
];
|