2020-10-02 15:38:16 +00:00
< ? php
/**
* @ copyright 2020 Podlibre
* @ license https :// www . gnu . org / licenses / agpl - 3.0 . en . html AGPL3
* @ link https :// castopod . org /
*/
return [
2020-10-06 17:20:23 +00:00
'warning' =>
'This procedure may take a long time.<br/>As the current version does not show any progress while it runs, you will not see anything updated until it is done.<br/>In case of timeout error, increase `max_execution_time` value.' ,
2020-10-02 15:38:16 +00:00
'old_podcast_section_title' => 'The podcast to import' ,
2020-10-06 17:20:23 +00:00
'old_podcast_section_subtitle' =>
'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.' ,
2020-10-02 15:38:16 +00:00
'imported_feed_url' => 'Feed URL' ,
2020-10-14 08:58:04 +00:00
'imported_feed_url_hint' => 'The feed must be in xml or rss format.' ,
2020-10-02 15:38:16 +00:00
'new_podcast_section_title' => 'The new podcast' ,
'name' => 'Name' ,
'name_hint' => 'Used for generating the podcast URL.' ,
'advanced_params_section_title' => 'Advanced parameters' ,
'advanced_params_section_subtitle' =>
'Keep the default values if you have no idea of what the fields are for.' ,
'slug_field' => [
'label' => 'Which field should be used to calculate episode slug' ,
'link' => '<link>' ,
'title' => '<title>' ,
],
2021-02-11 17:41:20 +00:00
'description_field' =>
'Source field used for episode description / show notes' ,
2020-10-02 15:38:16 +00:00
'force_renumber' => 'Force episodes renumbering' ,
'force_renumber_hint' =>
'Use this if your podcast does not have episode numbers but wish to set them during import.' ,
'season_number' => 'Season number' ,
'season_number_hint' =>
'Use this if your podcast does not have a season number but wish to set one during import. Leave blank otherwise.' ,
'max_episodes' => 'Maximum number of episodes to import' ,
'max_episodes_hint' => 'Leave blank to import all episodes' ,
2020-10-20 13:46:00 +00:00
'lock_import' =>
'This feed is protected. You cannot import it. If you are the owner, unprotect it on the origin platform.' ,
2020-10-02 15:38:16 +00:00
'submit' => 'Import podcast' ,
];