wi-adrema-plugin/lang/en/lang.php

30 lines
1.7 KiB
PHP

<?php
return [
'setting_description' => 'App for DPSG-NaMi',
'settings.base_url_label' => 'Base-URL',
'settings.base_url_comment' => 'The domain (APP_URL) of the Adrema application.',
'settings.primary_color_label' => 'Primary color',
'settings.primary_color_comment' => 'The primary color',
'settings.secondary_color_label' => 'Secondary color',
'settings.secondary_color_comment' => 'The secondary color',
'settings.font_color_label' => 'Font color',
'settings.font_color_comment' => 'The color for fonts',
'settings.circle_color_label' => 'Circle color',
'settings.circle_color_comment' => 'Accent-color for circles in menus',
'properties.index_page_title' => 'Page for overview',
'properties.single_page_title' => 'Page for single view',
'properties.register_page_title' => 'Page for registration',
'properties.event_slug_title' => 'Event slug',
'event_index_component_name' => 'Event overview',
'event_index_component_description' => 'Overview of all upcoming Adrema-Events',
'event_register_component_name' => 'Event-Registration',
'event_register_component_description' => 'Register for a single event.',
'event_description_component_name' => 'Event Description',
'event_description_component_description' => 'Displays details for a single event',
'errors.not_all_pages_set' => 'You didn\'t assign all pages. Please edit your components.',
'errors.page_not_found' => 'One page cannot be found. Event component cannot be rendered.',
'errors.slug_not_found' => 'You need to set a placeholder in page urls to set the event slug (\':slug\')',
'errors.event_fetching_failed' => 'Failed to fetch event.'
];