2012-07-30 15:05:08 +02:00
< ? php
$labels [ 'tabtitle' ] = 'Activesync' ;
$labels [ 'devices' ] = 'Devices' ;
$labels [ 'devicealias' ] = 'Device name' ;
$labels [ 'synchronize' ] = 'Synchronize' ;
$labels [ 'withalarms' ] = 'With alarms' ;
$labels [ 'syncsettings' ] = 'Synchronization settings' ;
2013-11-06 15:31:03 +01:00
$labels [ 'deviceconfig' ] = 'Device configuration' ;
2012-07-30 15:05:08 +02:00
$labels [ 'folderstosync' ] = 'Folders to synchronize' ;
$labels [ 'mail' ] = 'Email' ;
$labels [ 'contact' ] = 'Address Books' ;
$labels [ 'event' ] = 'Calendars' ;
$labels [ 'task' ] = 'Tasks' ;
$labels [ 'note' ] = 'Notes' ;
$labels [ 'configuration' ] = 'Configuration' ;
$labels [ 'deletedevice' ] = 'Delete device' ;
2013-04-10 10:48:43 +02:00
$labels [ 'nodevices' ] = 'There are currently no devices registered.<br/><br/>In order to register a device, please connect it to the server first, using <a href="http://wiki.kolab.org/Setup_ActiveSync">the instructions in the Wiki</a>. Afterwards the device should become available for configuration here.' ;
2012-07-30 15:05:08 +02:00
$labels [ 'savingdata' ] = 'Saving data...' ;
$labels [ 'savingerror' ] = 'Failed to save configuration' ;
$labels [ 'notsupported' ] = 'Your server does not support metadata/annotations' ;
$labels [ 'devicedeleteconfirm' ] = 'Do you really want to delete the configuration for this device?' ;
$labels [ 'successfullydeleted' ] = 'The device configuration was successfully removed' ;
2012-08-29 15:47:37 +02:00
$labels [ 'devicenotfound' ] = 'Unable to read device configuration' ;
2013-04-09 13:45:41 +02:00
$labels [ 'devicetype' ] = 'Device type' ;
$labels [ 'acsversion' ] = 'Protocol version' ;
$labels [ 'useragent' ] = 'User agent' ;
$labels [ 'friendlyname' ] = 'Friendly name' ;
$labels [ 'os' ] = 'Operating system' ;
$labels [ 'oslanguage' ] = 'OS language' ;
$labels [ 'phonenumber' ] = 'Phone number' ;
2012-07-30 15:05:08 +02:00
2012-08-29 15:47:37 +02:00
?>