roundcubemail-plugins-kolab/plugins/kolab_activesync/localization/bg_BG.inc

34 lines
2.1 KiB
PHP
Raw Normal View History

2013-10-11 15:06:22 +02:00
<?php
$labels['tabtitle'] = 'Activesync';
2014-11-28 13:24:53 +13:00
$labels['activesynctitle'] = 'Manage Activesync devices';
2013-10-11 15:06:22 +02:00
$labels['devices'] = 'Устройства';
$labels['devicealias'] = 'Име на устройство';
$labels['synchronize'] = 'Синхронизиране';
$labels['withalarms'] = 'С аларми';
$labels['syncsettings'] = 'Настройки на синхронизация';
2014-11-28 13:24:53 +13:00
$labels['deviceconfig'] = 'Device configuration';
2013-10-11 15:06:22 +02:00
$labels['folderstosync'] = 'Папки за синхронизиране';
$labels['mail'] = 'Електронна поща';
$labels['contact'] = 'Адресни книги';
$labels['event'] = 'Календари';
$labels['task'] = 'Задачи';
$labels['note'] = 'Бележки';
$labels['configuration'] = 'Конфигурация';
$labels['deletedevice'] = 'Изтриване на устройство';
2014-11-28 13:24:53 +13: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.';
2013-10-11 15:06:22 +02:00
$labels['savingdata'] = 'Запазване на данни...';
$labels['savingerror'] = 'Неуспех при запазване на конфигурацията';
2014-11-28 13:24:53 +13:00
$labels['notsupported'] = 'Your server does not support metadata/annotations';
2013-10-11 15:06:22 +02:00
$labels['devicedeleteconfirm'] = 'Наистина ли искате да изтриете конфигурацията за това устройство?';
$labels['successfullydeleted'] = 'Конфигурацията за устройството беше премахната успешно';
$labels['devicenotfound'] = 'Невъзможно прочитането на конфигурацията на устройството';
2014-11-28 13:24:53 +13: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';
$labels['arialabeldeviceframe'] = 'Device synchronization settings form';
2013-10-11 15:06:22 +02:00
?>