diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-05-10 12:18:37 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-05-10 12:18:37 +0200 |
commit | 274f69526fcfa0858a04a8f745650c6daad22a02 (patch) | |
tree | ed0b4713800b22b7a8707daba388f822f9ad4aa3 /Zotlabs/Widget/Cdav.php | |
parent | b9b65d7dfbf0d5532c93bd7395b5dbbcb8c1b68f (diff) | |
download | volse-hubzilla-274f69526fcfa0858a04a8f745650c6daad22a02.tar.gz volse-hubzilla-274f69526fcfa0858a04a8f745650c6daad22a02.tar.bz2 volse-hubzilla-274f69526fcfa0858a04a8f745650c6daad22a02.zip |
calendar merge: implement channel calendar import in cdav/calendar
Diffstat (limited to 'Zotlabs/Widget/Cdav.php')
-rw-r--r-- | Zotlabs/Widget/Cdav.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Zotlabs/Widget/Cdav.php b/Zotlabs/Widget/Cdav.php index 7794d7617..7972d839e 100644 --- a/Zotlabs/Widget/Cdav.php +++ b/Zotlabs/Widget/Cdav.php @@ -136,10 +136,11 @@ class Cdav { '$share' => t('Share'), '$edit_label' => t('Calendar name and color'), '$edit' => t('Edit'), - '$create_label' => t('Create new calendar'), + '$create_label' => t('Create new CalDAV calendar'), '$create' => t('Create'), '$create_placeholder' => t('Calendar Name'), - '$tools_label' => t('CalDAV Calendar Tools'), + '$tools_label' => t('Calendar Tools'), + '$tools_options_label' => [t('Channel Calendar'), t('CalDAV Calendars')], '$import_label' => t('Import calendar'), '$import_placeholder' => t('Select a calendar to import to'), '$upload' => t('Upload'), |