mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
23 lines
1.8 KiB
PHP
23 lines
1.8 KiB
PHP
<?php
|
|
$this->phrasen['freebusy/titel']='FreeBusy administration';
|
|
$this->phrasen['freebusy/typ']='Type';
|
|
$this->phrasen['freebusy/url']='URL';
|
|
$this->phrasen['freebusy/aktiv']='Active';
|
|
$this->phrasen['freebusy/PfadZuFreebusyUrl']='Your Freebusy URL can be accessed at:';
|
|
$this->phrasen['freebusy/LVPlanBezeichnung']='Personal schedule';
|
|
$this->phrasen['freebusy/LVPlanTyp']='Schedule';
|
|
$this->phrasen['freebusy/ZeitsperrenBezeichnung']='My Planned Absences';
|
|
$this->phrasen['freebusy/ZeitsperrenTyp']='Absences';
|
|
$this->phrasen['freebusy/neuerEintrag']='Add a new Entry';
|
|
$this->phrasen['freebusy/beschreibungstext1']='On this page you can combine different external FreeBusy information to create your personal FreeBusy URL.<br>
|
|
This is used for example for the in-house "Coodle".<br><br>
|
|
FreeBusy is a function that allows you to see when others are free or busy (without revealing sensitive details such as the appointment titles or content).<br>
|
|
This tool allows you and your colleagues to efficiently schedule meetings.<br><br>
|
|
To effectively use your FreeBusy URL it is necessary to carefully enter and update your calendar data.<br>
|
|
In general, you can enter the times that you are available or busy in a web calendar for both entire calendars as well as individual appointments.<br><br>
|
|
<b>Examples:</b>
|
|
<i>If I enter the vacations of my colleagues, it makes sense to add them to a separate calendar that is not included in MY availability.<br>
|
|
Any notes that I add to my personal calendar should also be marked as "available", unless I am actually busy for that time period.</i><br>';
|
|
$this->phrasen['freebusy/urlKannNichtGeladenWerden']='The specified URL cannot be reached';
|
|
?>
|