2022-03-30 15:09:35 +00:00
< ? php
declare ( strict_types = 1 );
/**
* @ copyright 2020 Ad Aures
* @ license https :// www . gnu . org / licenses / agpl - 3.0 . en . html AGPL3
* @ link https :// castopod . org /
*/
return [
2024-02-05 17:03:36 +00:00
'title' => 'Algemene instellingen' ,
2022-03-30 15:09:35 +00:00
'instance' => [
2024-08-09 13:29:53 +00:00
'title' => 'Instantie' ,
2022-03-30 15:09:35 +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-07-04 13:27:21 +00:00
'site_icon_helper' => 'Icon must be squared and at least 512px wide and tall.' ,
2024-08-09 13:29:53 +00:00
'site_name' => 'Naam van site' ,
2024-08-09 15:27:31 +00:00
'site_description' => 'Site beschrijving' ,
2024-02-05 17:03:36 +00:00
'submit' => 'Opslaan' ,
2024-08-09 15:27:31 +00:00
'editSuccess' => 'Instantie is succesvol bijgewerkt!' ,
2022-03-30 15:09:35 +00:00
'deleteIconSuccess' => 'Site icon has been remove successfully!' ,
],
'images' => [
2024-02-05 17:03:36 +00:00
'title' => 'Afbeeldingen' ,
2022-03-30 15:09:35 +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.' ,
2024-02-05 17:03:36 +00:00
'regenerate' => 'Afbeeldingen regenereren' ,
2022-03-30 15:09:35 +00:00
'regenerationSuccess' => 'All images have been regenerated successfully!' ,
],
'housekeeping' => [
2024-02-05 17:03:36 +00:00
'title' => 'Huishouden' ,
2022-03-30 15:09:35 +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.' ,
'reset_counts' => 'Reset counts' ,
2024-08-09 15:27:31 +00:00
'reset_counts_helper' => 'Deze optie zal alle gegevensaantallen herberekenen en resetten (aantal volgers, berichten, opmerkingen, …).' ,
'rewrite_media' => 'Herschrijf mediametagegevens' ,
2022-03-30 15:09:35 +00:00
'rewrite_media_helper' => 'This option will delete all superfluous media files and recreate them (images, audio files, transcripts, chapters, …)' ,
2024-08-09 15:27:31 +00:00
'rename_episodes_files' => 'Hernoem audiobestanden voor aflevering' ,
2022-10-14 16:12:14 +00:00
'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.' ,
2024-08-09 15:27:31 +00:00
'clear_cache' => 'Alle cache wissen' ,
2022-03-30 15:09:35 +00:00
'clear_cache_helper' => 'This option will flush redis cache or writable/cache files.' ,
'run' => 'Run housekeeping' ,
'runSuccess' => 'Housekeeping has been run successfully!' ,
],
'theme' => [
2024-02-05 17:03:36 +00:00
'title' => 'Thema' ,
'accent_section_title' => 'Accentkleur' ,
'accent_section_subtitle' => 'Kies de kleur om het uiterlijk van alle openbare pagina\'s te bepalen.' ,
'pine' => 'Den' ,
2022-03-30 15:09:35 +00:00
'crimson' => 'Crimson' ,
'amber' => 'Amber' ,
2024-02-05 17:03:36 +00:00
'lake' => 'Meer' ,
2022-03-30 15:09:35 +00:00
'jacaranda' => 'Jacaranda' ,
'onyx' => 'Onyx' ,
2024-02-05 17:03:36 +00:00
'submit' => 'Opslaan' ,
'setInstanceThemeSuccess' => 'Thema is succesvol bijgewerkt!' ,
2022-03-30 15:09:35 +00:00
],
];