mirror of
https://code.castopod.org/adaures/castopod
synced 2025-05-13 17:55:47 +00:00
23 lines
683 B
PHP
23 lines
683 B
PHP
![]() |
<?php
|
||
|
|
||
|
/**
|
||
|
* @copyright 2020 Podlibre
|
||
|
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
||
|
* @link https://castopod.org/
|
||
|
*/
|
||
|
|
||
|
return [
|
||
|
'title' => 'Platforms',
|
||
|
'home_url' => 'Go to {platformName} website',
|
||
|
'submit_url' => 'Submit your podcast on {platformName}',
|
||
|
'visible' => 'Display in podcast homepage?',
|
||
|
'remove' => 'Remove {platformName}',
|
||
|
'submit' => 'Save',
|
||
|
'messages' => [
|
||
|
'updateSuccess' => 'Platform links have been successfully updated!',
|
||
|
'removeLinkSuccess' => 'The platform link has been removed.',
|
||
|
'removeLinkError' =>
|
||
|
'The platform link could not be removed. Try again.',
|
||
|
],
|
||
|
];
|