2011-09-26 23:36:22 +02:00
< ? php
$labels = array ();
$labels [ 'tabtitle' ] = 'Activesync' ;
$labels [ 'devices' ] = 'Geräte' ;
$labels [ 'devicealias' ] = 'Gerätename' ;
$labels [ 'syncmode' ] = 'Modus' ;
$labels [ 'modeauto' ] = 'Automatisch' ;
$labels [ 'modeflat' ] = 'Forciere flache Struktur' ;
$labels [ 'modefolder' ] = 'Forciere Ordnerstruktur' ;
$labels [ 'synchronize' ] = 'Synchronisieren' ;
$labels [ 'withalarms' ] = 'Mit Erinnerungen' ;
$labels [ 'syncsettings' ] = 'Synchronisationseinstellungen' ;
$labels [ 'deviceconfig' ] = 'Gerätekonfiguration' ;
2011-09-28 12:51:55 +02:00
$labels [ 'folderstosync' ] = 'Order zum Synchronisieren' ;
2011-09-26 23:36:22 +02:00
$labels [ 'deletedevice' ] = 'Gerät löschen' ;
2011-09-28 12:51:55 +02:00
$labels [ 'imageformat' ] = 'Bildformat' ;
$labels [ 'laxpiclabel' ] = 'Erlaube PNG- und GIF-Bilder' ;
2011-09-26 23:36:22 +02:00
$labels [ 'introtext' ] = 'Wählen Sie das zu konfigurierende Gerät aus' ;
2011-09-28 12:51:55 +02:00
$labels [ 'nodevices' ] = 'Es sind noch keine Geräte registriert.<br/><br/>Um ein neues Gerät anzumelden, verbinden Sie dieses zuerst mit dem Server. Eine Anleitung dazu finden Sie im <a href="http://wiki.kolab.org/Z_push#Clients">Wiki</a>. Anschliessend laden Sie diese Seite neu und das Gerät wird hier aufgelistet.' ;
2011-09-26 23:36:22 +02:00
$labels [ 'savingdata' ] = 'Daten werden gespeichert...' ;
$labels [ 'savingerror' ] = 'Fehler beim Speichern' ;
$labels [ 'notsupported' ] = 'Ihr Server unterstützt keine Activesync-Konfiguration' ;
?>