29 lines
863 B
PHP
29 lines
863 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Calendar Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used throughout the calendar app,
|
|
| including calendar settings and events.
|
|
|
|
|
*/
|
|
|
|
// settings
|
|
'settings' => [
|
|
'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.',
|
|
],
|
|
'subscribe' => [
|
|
'title' => 'Subscribe to a calendar',
|
|
'subtitle' => 'Add an `.ics` calendar from another service',
|
|
],
|
|
'title' => 'Calendar settings',
|
|
],
|
|
|
|
];
|