2020-10-14 08:58:04 +00:00
|
|
|
|
<?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',
|
2021-04-02 17:20:02 +00:00
|
|
|
|
'cancel' => 'Annuler',
|
2020-10-14 08:58:04 +00:00
|
|
|
|
'optional' => 'Optionnel',
|
2021-04-02 17:20:02 +00:00
|
|
|
|
'more' => 'Plus',
|
2020-10-14 08:58:04 +00:00
|
|
|
|
'no_data' => 'Aucune donnée trouvée !',
|
2021-04-02 17:20:02 +00:00
|
|
|
|
'close' => 'Fermer',
|
2020-10-14 08:58:04 +00:00
|
|
|
|
'home' => 'Accueil',
|
|
|
|
|
'explicit' => 'Explicite',
|
|
|
|
|
'mediumDate' => '{0,date,medium}',
|
|
|
|
|
'powered_by' => 'Propulsé par {castopod}.',
|
|
|
|
|
'actions' => 'Actions',
|
|
|
|
|
'pageInfo' => 'Page {currentPage} sur {pageCount}',
|
2021-04-02 17:20:02 +00:00
|
|
|
|
'go_back' => 'Retour en arrière',
|
2020-10-14 08:58:04 +00:00
|
|
|
|
'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.',
|
|
|
|
|
],
|
|
|
|
|
];
|