22 lines
No EOL
865 B
PHP
22 lines
No EOL
865 B
PHP
<?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';
|
|
$labels['folderstosync'] = 'Order zum Symchronisieren';
|
|
$labels['deletedevice'] = 'Gerät löschen';
|
|
$labels['introtext'] = 'Wählen Sie das zu konfigurierende Gerät aus';
|
|
$labels['savingdata'] = 'Daten werden gespeichert...';
|
|
$labels['savingerror'] = 'Fehler beim Speichern';
|
|
$labels['notsupported'] = 'Ihr Server unterstützt keine Activesync-Konfiguration';
|
|
|
|
?>
|