81 lines
2.9 KiB
PHP
81 lines
2.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Calendar Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are used throughout the calendar app,
|
|
| including calendar settings and events.
|
|
|
|
|
*/
|
|
|
|
'color' => 'Color',
|
|
'create' => 'Create calendar',
|
|
'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.',
|
|
],
|
|
'mine' => 'My calendars',
|
|
'name' => 'Calendar name',
|
|
'settings' => [
|
|
'calendar' => [
|
|
'title' => 'Calendar settings',
|
|
'subtitle' => 'Details and settings for <strong>:calendar</strong>.'
|
|
],
|
|
'create' => [
|
|
'title' => 'Create a calendar',
|
|
'subtitle' => 'Create a new local calendar.',
|
|
],
|
|
'display' => [
|
|
'title' => 'Display preferences',
|
|
'subtitle' => 'Adjust the look and feel of your calendars.'
|
|
],
|
|
'language_region' => [
|
|
'title' => 'Language and region',
|
|
'subtitle' => 'Choose your default language, region, and formatting preferences. These affect how dates and times are displayed in your calendars and events.',
|
|
],
|
|
'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.',
|
|
'toggle_sidebar' => 'Toggle calendar sidebar',
|
|
'event' => [
|
|
'when' => 'When',
|
|
'all_day' => 'All day',
|
|
'location' => 'Location',
|
|
'map_coming' => 'Map preview coming soon.',
|
|
'no_location' => 'No location set.',
|
|
'details' => 'Details',
|
|
'repeats' => 'Repeats',
|
|
'does_not_repeat' => 'Does not repeat',
|
|
'category' => 'Category',
|
|
'none' => 'None',
|
|
'visibility' => 'Visibility',
|
|
'private' => 'Private',
|
|
'default' => 'Default',
|
|
'all_day_handling' => 'All-day handling',
|
|
'timed' => 'Timed',
|
|
'all_day_coming' => 'Multi-day all-day UI coming soon',
|
|
'alerts' => 'Alerts',
|
|
'reminder' => 'Reminder',
|
|
'minutes_before' => 'minutes before',
|
|
'alerts_coming' => 'No alerts set. (Coming soon)',
|
|
'invitees' => 'Invitees',
|
|
'invitees_coming' => 'Invitees and RSVP tracking coming soon.',
|
|
'attachments' => 'Attachments',
|
|
'attachments_coming' => 'Attachment support coming soon.',
|
|
'notes' => 'Notes',
|
|
'no_description' => 'No description yet.',
|
|
],
|
|
|
|
];
|