castopod/modules/PremiumPodcasts/Language/br/PremiumPodcasts.php

35 lines
1.5 KiB
PHP
Raw Normal View History

2022-10-14 18:12:14 +02:00
<?php
declare(strict_types=1);
/**
* @copyright 2022 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'podcast_is_premium' => 'Podcast contains premium episodes',
'episode_is_premium' => 'Episode is premium, only available to premium subscribers',
'unlock_episode' => 'This episode is for premium subscribers only. Click to unlock it!',
'banner_unlock' => 'This podcast contains premium episodes, only available to premium subscribers.',
'banner_lock' => 'Podcast is unlocked, enjoy the premium episodes!',
2024-02-26 12:09:03 +01:00
'subscribe' => 'Koumanantiñ',
'lock' => 'Prennañ',
'unlock' => 'Dibrennañ',
2022-10-14 18:12:14 +02:00
'unlock_form' => [
2024-02-26 12:09:03 +01:00
'title' => 'Endalc\'had Premium',
2022-10-14 18:12:14 +02:00
'subtitle' => 'This podcast contains locked premium episodes! Do you have the key to unlock them?',
2024-02-26 12:09:03 +01:00
'token' => 'Lakait hoch alc\'hwez',
2022-10-14 18:12:14 +02:00
'token_hint' => 'If you are subscribed to {podcastTitle}, you may copy the key that was sent to you via email and paste it here.',
2024-02-26 12:09:03 +01:00
'submit' => 'Dibrennañ an holl rannoù!',
2022-10-14 18:12:14 +02:00
'call_to_action' => 'Unlock all episodes of {podcastTitle}:',
2024-02-26 12:09:03 +01:00
'subscribe_cta' => 'Koumanantit bremañ!',
2022-10-14 18:12:14 +02:00
],
'messages' => [
'unlockSuccess' => 'Podcast was successfully unlocked! Enjoy the premium episodes!',
'unlockBadAttempt' => 'Your key does not seem to be working…',
'lockSuccess' => 'Podcast was successfully locked!',
],
];