2021-08-23 11:05:16 +00:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
declare(strict_types=1);
|
|
|
|
|
|
|
|
|
|
/**
|
2022-02-19 16:06:11 +00:00
|
|
|
|
* @copyright 2020 Ad Aures
|
2021-08-23 11:05:16 +00:00
|
|
|
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
|
|
|
|
* @link https://castopod.org/
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
return [
|
2023-11-29 17:27:10 +00:00
|
|
|
|
'title' => [
|
|
|
|
|
'podcasting' => 'Podcasting platforms',
|
|
|
|
|
'social' => 'Social networks',
|
|
|
|
|
'funding' => 'Funding links',
|
|
|
|
|
],
|
|
|
|
|
'website' => 'Website',
|
2021-08-23 11:05:16 +00:00
|
|
|
|
'home_url' => 'Aller au site {platformName}',
|
2023-11-29 17:27:10 +00:00
|
|
|
|
'register' => 'Register',
|
2021-08-23 11:05:16 +00:00
|
|
|
|
'submit_url' => 'Soumettez votre podcast sur {platformName}',
|
2023-11-29 17:27:10 +00:00
|
|
|
|
'your_link' => 'Your link',
|
|
|
|
|
'your_id' => [
|
|
|
|
|
'podcasting' => 'Your ID',
|
|
|
|
|
'social' => 'Your ID',
|
|
|
|
|
'funding' => 'Your CTA',
|
|
|
|
|
],
|
|
|
|
|
'your_cta' => 'Your call to action',
|
2021-08-23 11:05:16 +00:00
|
|
|
|
'visible' => 'Afficher sur la page d’accueil du podcast ?',
|
2021-10-20 14:22:58 +00:00
|
|
|
|
'on_embed' => 'Afficher sur le lecteur intégré ?',
|
2021-08-23 11:05:16 +00:00
|
|
|
|
'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 n’a pas pu être supprimé. Merci d’essayer à nouveau.',
|
|
|
|
|
],
|
|
|
|
|
'description' => [
|
|
|
|
|
'podcasting' => 'L’identifiant du podcast sur cette plate-forme',
|
|
|
|
|
'social' => 'L’identifiant du compte du podcast sur cette plate-forme',
|
|
|
|
|
'funding' => 'Message d’incitation à l’action',
|
|
|
|
|
],
|
|
|
|
|
];
|