Files
FHC-Core/locale/en-US/freebusy.php
T
Manfred Kindl 83219630aa - DMS suche nun auch nach DMS-ID möglich
- Link zum Pinboard als Icon bei den Lehre-tools
- Inaktive Freifächer (bei denen keine Anmeldung mehr möglich ist) werden nicht mehr ausgegegraut sondern mit einer roten Ampel versehen
- index.html und index.php: Dateiname des Logos umbenannt in logo.png (statt fhtw_logo.png), Link zu fhcomplete angepasst an fhcomplete.org
- notenliste.xls.php: Legende des Notenschlüssels angepasst und Formatierungen geändert
-
2013-10-15 16:16:27 +00:00

21 lines
1.7 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/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';
?>