Fixed minor bugs from #510
This commit is contained in:
parent
4b0241b053
commit
87d406f044
4 changed files with 7 additions and 3 deletions
|
@ -1193,6 +1193,9 @@ class kolab_driver extends calendar_driver
|
|||
array('form' => $form, 'options' => $options, 'name' => $folder));
|
||||
}
|
||||
|
||||
if (!$plugin['form']['sharing']['content'])
|
||||
$plugin['form']['sharing']['content'] = html::div('hint', $this->cal->gettext('aclnorights'));
|
||||
|
||||
return $plugin['form']['sharing']['content'];
|
||||
}
|
||||
|
||||
|
|
|
@ -64,7 +64,7 @@ $labels['confidential'] = 'vertraulich';
|
|||
$labels['alarms'] = 'Erinnerung';
|
||||
$labels['generated'] = 'erstellt am';
|
||||
$labels['printdescriptions'] = 'Beschrieb drucken';
|
||||
$labels['parentcalendar'] = 'Übergeordneter Kalender';
|
||||
$labels['parentcalendar'] = 'Erstellen in';
|
||||
$labels['searchearlierdates'] = '« Frühere Termine suchen';
|
||||
$labels['searchlaterdates'] = 'Spätere Termine suchen »';
|
||||
$labels['andnmore'] = '$nr weitere...';
|
||||
|
|
|
@ -64,7 +64,7 @@ $labels['confidential'] = 'vertraulich';
|
|||
$labels['alarms'] = 'Erinnerung';
|
||||
$labels['generated'] = 'erstellt am';
|
||||
$labels['printdescriptions'] = 'Beschrieb drucken';
|
||||
$labels['parentcalendar'] = 'Übergeordneter Kalender';
|
||||
$labels['parentcalendar'] = 'Erstellen in';
|
||||
$labels['searchearlierdates'] = '« Frühere Termine suchen';
|
||||
$labels['searchlaterdates'] = 'Spätere Termine suchen »';
|
||||
$labels['andnmore'] = '$nr weitere...';
|
||||
|
|
|
@ -64,7 +64,7 @@ $labels['confidential'] = 'confidential';
|
|||
$labels['alarms'] = 'Reminder';
|
||||
$labels['generated'] = 'generated at';
|
||||
$labels['printdescriptions'] = 'Print descriptions';
|
||||
$labels['parentcalendar'] = 'Superior calendar';
|
||||
$labels['parentcalendar'] = 'Insert inside';
|
||||
$labels['searchearlierdates'] = '« Search for earlier events';
|
||||
$labels['searchlaterdates'] = 'Search for later events »';
|
||||
$labels['andnmore'] = '$nr more...';
|
||||
|
@ -210,6 +210,7 @@ $labels['localchangeswarning'] = 'You are about to make changes that will only b
|
|||
$labels['importsuccess'] = 'Successfully imported $nr events';
|
||||
$labels['importnone'] = 'No events found to be imported';
|
||||
$labels['importerror'] = 'An error occured while importing';
|
||||
$labels['aclnorights'] = 'You do not have administrator rights on this calendar.';
|
||||
|
||||
// recurrence form
|
||||
$labels['repeat'] = 'Repeat';
|
||||
|
|
Loading…
Add table
Reference in a new issue