42 lines
1.4 KiB
PHP
42 lines
1.4 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Calendar Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used throughout the calendar app,
|
|
| including calendar settings and events.
|
|
|
|
|
*/
|
|
|
|
'color' => 'Color',
|
|
'description' => 'Description',
|
|
'ics' => [
|
|
'url' => 'ICS URL',
|
|
'url_help' => 'You can\'t edit a public calendar URL. If you need to make a change, unsubscribe and add it again.',
|
|
],
|
|
'name' => 'Calendar name',
|
|
'settings' => [
|
|
'calendar' => [
|
|
'title' => 'Calendar settings',
|
|
'subtitle' => 'Details and settings for <strong>:calendar</strong>.'
|
|
],
|
|
'language_region' => [
|
|
'title' => 'Language and region',
|
|
'subtitle' => 'Choose your default language, region, and formatting preferences for calendars. These affect how dates and times are displayed throughout Kithkin.',
|
|
],
|
|
'my_calendars' => 'Settings for my calendars',
|
|
'subscribe' => [
|
|
'title' => 'Subscribe to a calendar',
|
|
'subtitle' => 'Add an `.ics` calendar from another service',
|
|
],
|
|
'saved' => 'Your calendar settings have been saved!',
|
|
'title' => 'Calendar settings',
|
|
],
|
|
'timezone_help' => 'You can override your default time zone here.'
|
|
|
|
];
|