castopod/modules/Admin/Language/fr/Platforms.php

31 lines
1.0 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => 'Plateformes',
'home_url' => 'Aller au site {platformName}',
'submit_url' => 'Soumettez votre podcast sur {platformName}',
'visible' => 'Afficher sur la page daccueil du podcast?',
'on_embed' => 'Afficher sur le lecteur intégré?',
'remove' => 'Supprimer {platformName}',
'submit' => 'Enregistrer',
'messages' => [
'updateSuccess' => 'Les liens ont été enregistrés avec succès!',
'removeLinkSuccess' => 'Le lien a été supprimé.',
'removeLinkError' =>
'Le lien na pas pu être supprimé. Merci dessayer à nouveau.',
],
'description' => [
'podcasting' => 'Lidentifiant du podcast sur cette plate-forme',
'social' => 'Lidentifiant du compte du podcast sur cette plate-forme',
'funding' => 'Message dincitation à laction',
],
];