23 lines
No EOL
1.1 KiB
PHP
23 lines
No EOL
1.1 KiB
PHP
<?php
|
|
|
|
$labels = array();
|
|
$labels['tabtitle'] = 'Activesync';
|
|
$labels['devices'] = 'Devices';
|
|
$labels['devicealias'] = 'Device Name';
|
|
$labels['syncmode'] = 'Sync Mode';
|
|
$labels['modeauto'] = 'Determine automatically';
|
|
$labels['modeflat'] = 'Force flat mode';
|
|
$labels['modefolder'] = 'Force folder mode';
|
|
$labels['synchronize'] = 'Synchronize';
|
|
$labels['withalarms'] = 'With alarms';
|
|
$labels['syncsettings'] = 'Synchronization settings';
|
|
$labels['deviceconfig'] = 'Device configration';
|
|
$labels['folderstosync'] = 'Folders to synchronize';
|
|
$labels['deletedevice'] = 'Delete Device';
|
|
$labels['introtext'] = 'Select a device to configure';
|
|
$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/Z_push#Clients">the instructions in the Wiki</a>. Afterwards the device should become available for configuration here.';
|
|
$labels['savingdata'] = 'Saving data...';
|
|
$labels['savingerror'] = 'Failed to save configuration';
|
|
$labels['notsupported'] = 'Your server does not support metadata/annotations';
|
|
|
|
?>
|