From b228c12584e7ca427c4abd575ff0811f2cd00d3e Mon Sep 17 00:00:00 2001 From: crowdin Date: Wed, 24 Apr 2024 10:06:46 +0000 Subject: [PATCH] New translations podcast.php (Romanian) [ci skip] --- modules/Admin/Language/ro/Podcast.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/Admin/Language/ro/Podcast.php b/modules/Admin/Language/ro/Podcast.php index d02b6cf4..ff0daebc 100644 --- a/modules/Admin/Language/ro/Podcast.php +++ b/modules/Admin/Language/ro/Podcast.php @@ -138,6 +138,9 @@ return [ 'If you need RSS tags that Castopod does not handle, set them here.', 'custom_rss' => 'Custom RSS tags for the podcast', 'custom_rss_hint' => 'This will be injected within the ❬channel❭ tag.', + 'verify_txt' => 'Ownership verification TXT', + 'verify_txt_hint' => 'Rather than relying on email, certain third-party services may confirm your podcast ownership by requesting you to embed a verification text within your feed.', + 'verify_txt_helper' => 'This text is injected into a tag.', 'new_feed_url' => 'New feed URL', 'new_feed_url_hint' => 'Use this field when you move to another domain or podcast hosting platform. By default, the value is set to the current RSS URL if the podcast is imported.', 'old_feed_url' => 'Old feed URL',