2021-10-26 15:54:56 +00:00
< ? php
declare ( strict_types = 1 );
/**
2022-02-19 16:06:11 +00:00
* @ copyright 2020 Ad Aures
2021-10-26 15:54:56 +00:00
* @ license https :// www . gnu . org / licenses / agpl - 3.0 . en . html AGPL3
* @ link https :// castopod . org /
*/
return [
'title' => 'General settings' ,
2021-11-23 11:54:34 +00:00
'instance' => [
'title' => 'Instance' ,
2021-10-26 15:54:56 +00:00
'site_icon' => 'Site icon' ,
'site_icon_delete' => 'Delete site icon' ,
'site_icon_hint' => 'Site icons are what you see on your browser tabs, bookmarks bar, and when you add a website as a shortcut on mobile devices.' ,
2022-06-15 12:07:00 +00:00
'site_icon_helper' => 'Icon must be squared and at least 512px wide and tall.' ,
2021-10-26 15:54:56 +00:00
'site_name' => 'Site name' ,
'site_description' => 'Site description' ,
'submit' => 'Save' ,
2021-11-23 11:54:34 +00:00
'editSuccess' => 'Instance has been updated successfully!' ,
2021-11-08 16:52:20 +00:00
'deleteIconSuccess' => 'Site icon has been remove successfully!' ,
],
2021-11-23 11:54:34 +00:00
'images' => [
'title' => 'Images' ,
2022-01-21 19:51:36 +00:00
'subtitle' => 'Here you can regenerate all images based on the originals that were uploaded. To be used if you find that some images are missing. This task may take a while.' ,
2021-11-23 11:54:34 +00:00
'regenerate' => 'Regenerate images' ,
'regenerationSuccess' => 'All images have been regenerated successfully!' ,
],
2022-01-13 16:02:14 +00:00
'housekeeping' => [
'title' => 'Housekeeping' ,
2022-01-21 19:51:36 +00:00
'subtitle' => 'Runs various housekeeping tasks. Use this feature if you ever encounter issues with media files or data integrity. These tasks may take a while.' ,
2022-01-14 17:42:55 +00:00
'reset_counts' => 'Reset counts' ,
'reset_counts_helper' => 'This option will recalculate and reset all data counts (number of followers, posts, comments, …).' ,
'rewrite_media' => 'Rewrite media metadata' ,
'rewrite_media_helper' => 'This option will delete all superfluous media files and recreate them (images, audio files, transcripts, chapters, …)' ,
2022-09-28 15:02:09 +00:00
'rename_episodes_files' => 'Rename episode audio files' ,
'rename_episodes_files_hint' => 'This option will rename all episodes audio files to a random string of characters. Use this if one of your private episodes link was leaked as this will effectively hide it.' ,
2022-01-29 16:42:34 +00:00
'clear_cache' => 'Clear all cache' ,
'clear_cache_helper' => 'This option will flush redis cache or writable/cache files.' ,
2022-01-13 16:02:14 +00:00
'run' => 'Run housekeeping' ,
'runSuccess' => 'Housekeeping has been run successfully!' ,
],
2021-11-08 16:52:20 +00:00
'theme' => [
'title' => 'Theme' ,
'accent_section_title' => 'Accent color' ,
'accent_section_subtitle' => 'Choose the color to determine the look and feel of all public pages.' ,
'pine' => 'Pine' ,
'crimson' => 'Crimson' ,
'amber' => 'Amber' ,
'lake' => 'Lake' ,
'jacaranda' => 'Jacaranda' ,
'onyx' => 'Onyx' ,
'submit' => 'Save' ,
'setInstanceThemeSuccess' => 'Theme has been updated successfully!' ,
2021-10-26 15:54:56 +00:00
],
];