diff options
author | Aleksander Machniak <machniak@kolabsys.com> | 2013-10-11 13:06:22 (GMT) |
---|---|---|
committer | Aleksander Machniak <machniak@kolabsys.com> | 2013-10-11 13:06:22 (GMT) |
commit | 7f93ff46e0381fd86406505651b473312a14b9d9 (patch) | |
tree | c5344eb17e563a17333070f817654057a234f07e /plugins/kolab_activesync/localization | |
parent | 525e48f54944f6a4cb2f9c1b1766e996eb271333 (diff) | |
download | roundcubemail-plugins-kolab-7f93ff46e0381fd86406505651b473312a14b9d9.tar.gz |
Update and cleanup localizations
Diffstat (limited to 'plugins/kolab_activesync/localization')
-rw-r--r-- | plugins/kolab_activesync/localization/bg_BG.inc | 26 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/cs_CZ.inc | 5 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/de_CH.inc | 6 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/de_DE.inc | 6 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/es_ES.inc | 24 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/et_EE.inc | 30 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/fr_FR.inc | 4 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/ja_JP.inc | 54 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/nl_NL.inc | 15 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/pl_PL.inc | 21 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/pt_BR.inc | 29 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/ru_RU.inc | 4 |
12 files changed, 98 insertions, 126 deletions
diff --git a/plugins/kolab_activesync/localization/bg_BG.inc b/plugins/kolab_activesync/localization/bg_BG.inc new file mode 100644 index 0000000..fcfbc0d --- /dev/null +++ b/plugins/kolab_activesync/localization/bg_BG.inc @@ -0,0 +1,26 @@ +<?php +$labels['tabtitle'] = 'Activesync'; +$labels['devices'] = 'Устройства'; +$labels['devicealias'] = 'Име на устройство'; +$labels['syncmode'] = 'Режим на синхронизация'; +$labels['modeauto'] = 'Автоматично определяне'; +$labels['synchronize'] = 'Синхронизиране'; +$labels['withalarms'] = 'С аларми'; +$labels['syncsettings'] = 'Настройки на синхронизация'; +$labels['deviceconfig'] = 'Конфигуриране на устройството'; +$labels['folderstosync'] = 'Папки за синхронизиране'; +$labels['mail'] = 'Електронна поща'; +$labels['contact'] = 'Адресни книги'; +$labels['event'] = 'Календари'; +$labels['task'] = 'Задачи'; +$labels['note'] = 'Бележки'; +$labels['configuration'] = 'Конфигурация'; +$labels['deletedevice'] = 'Изтриване на устройство'; +$labels['imageformat'] = 'Формат на картинка'; +$labels['laxpiclabel'] = 'Разрешаване на PNG и GIF картинки'; +$labels['savingdata'] = 'Запазване на данни...'; +$labels['savingerror'] = 'Неуспех при запазване на конфигурацията'; +$labels['devicedeleteconfirm'] = 'Наистина ли искате да изтриете конфигурацията за това устройство?'; +$labels['successfullydeleted'] = 'Конфигурацията за устройството беше премахната успешно'; +$labels['devicenotfound'] = 'Невъзможно прочитането на конфигурацията на устройството'; +?> diff --git a/plugins/kolab_activesync/localization/cs_CZ.inc b/plugins/kolab_activesync/localization/cs_CZ.inc new file mode 100644 index 0000000..00aa1f5 --- /dev/null +++ b/plugins/kolab_activesync/localization/cs_CZ.inc @@ -0,0 +1,5 @@ +<?php +$labels['mail'] = 'E-mail'; +$labels['event'] = 'Kalendáře'; +$labels['savingdata'] = 'Ukládám data...'; +?> diff --git a/plugins/kolab_activesync/localization/de_CH.inc b/plugins/kolab_activesync/localization/de_CH.inc index af49b93..fe0bf04 100644 --- a/plugins/kolab_activesync/localization/de_CH.inc +++ b/plugins/kolab_activesync/localization/de_CH.inc @@ -1,6 +1,4 @@ <?php - -$labels = array(); $labels['tabtitle'] = 'Activesync'; $labels['devices'] = 'Geräte'; $labels['devicealias'] = 'Gerätename'; @@ -18,14 +16,14 @@ $labels['contact'] = 'Kontakte'; $labels['event'] = 'Kalender'; $labels['task'] = 'Aufgaben'; $labels['note'] = 'Notizen'; +$labels['configuration'] = 'Konfiguration'; $labels['deletedevice'] = 'Gerät löschen'; $labels['imageformat'] = 'Bildformat'; $labels['laxpiclabel'] = 'PNG- und GIF-Bilder erlauben'; -$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/Setup_ActiveSync">Wiki</a>. Anschliessend laden Sie diese Seite neu und das Gerät wird hier aufgelistet.'; $labels['savingdata'] = 'Daten werden gespeichert...'; $labels['savingerror'] = 'Fehler beim Speichern'; $labels['notsupported'] = 'Ihr Server unterstützt keine Activesync-Konfiguration'; $labels['devicedeleteconfirm'] = 'Wollen Sie wirklich alle Einstellungen für dieses Gerät löschen?'; $labels['successfullydeleted'] = 'Die Geräteinstellungen wurden erfolgreich gelöscht'; - +$labels['devicenotfound'] = 'Es kann nicht auf die Gerätekonfiguration zugegriffen werden'; ?> diff --git a/plugins/kolab_activesync/localization/de_DE.inc b/plugins/kolab_activesync/localization/de_DE.inc index af49b93..3f85b83 100644 --- a/plugins/kolab_activesync/localization/de_DE.inc +++ b/plugins/kolab_activesync/localization/de_DE.inc @@ -1,6 +1,4 @@ <?php - -$labels = array(); $labels['tabtitle'] = 'Activesync'; $labels['devices'] = 'Geräte'; $labels['devicealias'] = 'Gerätename'; @@ -18,14 +16,14 @@ $labels['contact'] = 'Kontakte'; $labels['event'] = 'Kalender'; $labels['task'] = 'Aufgaben'; $labels['note'] = 'Notizen'; +$labels['configuration'] = 'Konfiguration'; $labels['deletedevice'] = 'Gerät löschen'; $labels['imageformat'] = 'Bildformat'; $labels['laxpiclabel'] = 'PNG- und GIF-Bilder erlauben'; -$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/Setup_ActiveSync">Wiki</a>. Anschliessend laden Sie diese Seite neu und das Gerät wird hier aufgelistet.'; $labels['savingdata'] = 'Daten werden gespeichert...'; $labels['savingerror'] = 'Fehler beim Speichern'; $labels['notsupported'] = 'Ihr Server unterstützt keine Activesync-Konfiguration'; $labels['devicedeleteconfirm'] = 'Wollen Sie wirklich alle Einstellungen für dieses Gerät löschen?'; $labels['successfullydeleted'] = 'Die Geräteinstellungen wurden erfolgreich gelöscht'; - +$labels['devicenotfound'] = 'Es kann nicht auf die Gerätekonfiguration zugegriffen werden.'; ?> diff --git a/plugins/kolab_activesync/localization/es_ES.inc b/plugins/kolab_activesync/localization/es_ES.inc index b7eb366..ae64b4d 100644 --- a/plugins/kolab_activesync/localization/es_ES.inc +++ b/plugins/kolab_activesync/localization/es_ES.inc @@ -1,33 +1,9 @@ <?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['mail'] = 'Correo electrónico'; $labels['contact'] = 'Libreta de direcciones'; $labels['event'] = 'Calendarios'; $labels['task'] = 'Tareas'; $labels['note'] = 'Notas'; $labels['configuration'] = 'Configuración'; -$labels['deletedevice'] = 'Delete device'; -$labels['imageformat'] = 'Image format'; -$labels['laxpiclabel'] = 'Allow PNG and GIF images'; -$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.'; $labels['savingdata'] = 'Guardando datos...'; -$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'; -$labels['devicenotfound'] = 'Unable to read device configuration'; - ?> diff --git a/plugins/kolab_activesync/localization/et_EE.inc b/plugins/kolab_activesync/localization/et_EE.inc index 6ea633d..421ee32 100644 --- a/plugins/kolab_activesync/localization/et_EE.inc +++ b/plugins/kolab_activesync/localization/et_EE.inc @@ -1,33 +1,3 @@ <?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['mail'] = 'E-post'; -$labels['contact'] = 'Address Books'; -$labels['event'] = 'Calendars'; -$labels['task'] = 'Tasks'; -$labels['note'] = 'Notes'; -$labels['configuration'] = 'Configuration'; -$labels['deletedevice'] = 'Delete device'; -$labels['imageformat'] = 'Image format'; -$labels['laxpiclabel'] = 'Allow PNG and GIF images'; -$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.'; -$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'; -$labels['devicenotfound'] = 'Unable to read device configuration'; - ?> diff --git a/plugins/kolab_activesync/localization/fr_FR.inc b/plugins/kolab_activesync/localization/fr_FR.inc index 01614d9..934b1bf 100644 --- a/plugins/kolab_activesync/localization/fr_FR.inc +++ b/plugins/kolab_activesync/localization/fr_FR.inc @@ -1,6 +1,4 @@ <?php - -$labels = array(); $labels['tabtitle'] = 'Activesync'; $labels['devices'] = 'Périphériques'; $labels['devicealias'] = 'Nom du Périphérique'; @@ -22,12 +20,10 @@ $labels['configuration'] = 'Configuration'; $labels['deletedevice'] = 'Supprimer ce périphérique'; $labels['imageformat'] = 'Format d\'image'; $labels['laxpiclabel'] = 'Autoriser les images PNG et GIF'; -$labels['nodevices'] = 'Il n\'y a actuellement pas de périphérique enregistrés.<br/><br/>Pour enregistrer un périphérique, merci de d\'abord le connecter au serveur, en suivant <a href="http://wiki.kolab.org/Setup_ActiveSync">les instructions sur le Wiki</a>. Ensuite le périphérique sera accessible ici pour sa configuration.'; $labels['savingdata'] = 'Enregistrer...'; $labels['savingerror'] = 'Échec de l\'enregistrement de la configuration'; $labels['notsupported'] = 'Votre serveur ne supporte pas les métadonnées ou les annotations'; $labels['devicedeleteconfirm'] = 'Voulez-vous vraiment supprimer la configuration de ce périphérique?'; $labels['successfullydeleted'] = 'La configuration de ce périphérique a été supprimée'; $labels['devicenotfound'] = 'Impossible de lire la configuration du périphérique'; - ?> diff --git a/plugins/kolab_activesync/localization/ja_JP.inc b/plugins/kolab_activesync/localization/ja_JP.inc index 6b1588a..576844d 100644 --- a/plugins/kolab_activesync/localization/ja_JP.inc +++ b/plugins/kolab_activesync/localization/ja_JP.inc @@ -1,33 +1,29 @@ <?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['tabtitle'] = 'アクティブシンク'; +$labels['devices'] = '機器'; +$labels['devicealias'] = '機器名'; +$labels['syncmode'] = '同期モード'; +$labels['modeauto'] = '自動決定'; +$labels['modeflat'] = '強制フラットモード'; +$labels['modefolder'] = '強制フォルダモード'; +$labels['synchronize'] = '同期'; +$labels['withalarms'] = 'アラーム付'; +$labels['syncsettings'] = '同期設定'; +$labels['deviceconfig'] = '機器設定'; +$labels['folderstosync'] = '同期するフォルダ'; $labels['mail'] = 'Email'; -$labels['contact'] = 'Address Books'; -$labels['event'] = 'Calendars'; -$labels['task'] = 'Tasks'; -$labels['note'] = 'Notes'; +$labels['contact'] = 'アドレス帳'; +$labels['event'] = 'カレンダー'; +$labels['task'] = 'タスク'; +$labels['note'] = 'ノート'; $labels['configuration'] = '設定'; -$labels['deletedevice'] = 'Delete device'; -$labels['imageformat'] = 'Image format'; -$labels['laxpiclabel'] = 'Allow PNG and GIF images'; -$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.'; -$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'; -$labels['devicenotfound'] = 'Unable to read device configuration'; - +$labels['deletedevice'] = '機器の削除'; +$labels['imageformat'] = 'イメージの形式'; +$labels['laxpiclabel'] = 'PNGとGIFのイメージを使用可'; +$labels['savingdata'] = 'データを保存中…'; +$labels['savingerror'] = '設定の保存に失敗しました'; +$labels['notsupported'] = 'サーバはmetadata/annotionsをサポートしていません'; +$labels['devicedeleteconfirm'] = '本当にこのデバイスの設定を削除しますか?'; +$labels['successfullydeleted'] = 'デヴァイスの削除に成功しました'; +$labels['devicenotfound'] = 'デヴァイスの設定を読込めません'; ?> diff --git a/plugins/kolab_activesync/localization/nl_NL.inc b/plugins/kolab_activesync/localization/nl_NL.inc index a78afdc..26aeea0 100644 --- a/plugins/kolab_activesync/localization/nl_NL.inc +++ b/plugins/kolab_activesync/localization/nl_NL.inc @@ -1,9 +1,5 @@ <?php - -$labels = array(); $labels['tabtitle'] = 'Activesync'; -$labels['devices'] = 'Devices'; -$labels['devicealias'] = 'Device name'; $labels['syncmode'] = 'Synchronizatie modus'; $labels['modeauto'] = 'Stel automatisch vast'; $labels['modeflat'] = 'Forceer vlakke modus'; @@ -11,23 +7,12 @@ $labels['modefolder'] = 'Forceer mappen modus'; $labels['synchronize'] = 'Synchronizeren'; $labels['withalarms'] = 'Met alarmen'; $labels['syncsettings'] = 'Synchronizatie instellingen'; -$labels['deviceconfig'] = 'Device configration'; -$labels['folderstosync'] = 'Folders to synchronize'; $labels['mail'] = 'Email'; $labels['contact'] = 'Adresboeken'; $labels['event'] = 'Kalenders'; $labels['task'] = 'Taken'; $labels['note'] = 'Notities'; $labels['configuration'] = 'Configuratie'; -$labels['deletedevice'] = 'Delete device'; -$labels['imageformat'] = 'Image format'; $labels['laxpiclabel'] = 'Sta PNG en GIF plaatjes toe'; -$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.'; $labels['savingdata'] = 'Data wordt opgeslagen...'; -$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'; -$labels['devicenotfound'] = 'Unable to read device configuration'; - ?> diff --git a/plugins/kolab_activesync/localization/pl_PL.inc b/plugins/kolab_activesync/localization/pl_PL.inc index 4d1c413..dc2a3d6 100644 --- a/plugins/kolab_activesync/localization/pl_PL.inc +++ b/plugins/kolab_activesync/localization/pl_PL.inc @@ -1,13 +1,11 @@ <?php - -$labels = array(); $labels['tabtitle'] = 'ActiveSync'; $labels['devices'] = 'Urządzenia'; $labels['devicealias'] = 'Nazwa urządzenia'; $labels['syncmode'] = 'Tryb synchronizacji'; $labels['modeauto'] = 'Ustaw automatycznie'; -$labels['modeflat'] = 'Wymuś tryb płaski'; -$labels['modefolder'] = 'Wymuś tryb folderu'; +$labels['modeflat'] = 'Wymuszaj tryb "płaski"'; +$labels['modefolder'] = 'Wymuszaj tryb folderów'; $labels['synchronize'] = 'Synchronizuj'; $labels['withalarms'] = 'Z alarmami'; $labels['syncsettings'] = 'Ustawienia synchronizacji'; @@ -18,14 +16,13 @@ $labels['contact'] = 'Książki adresowe'; $labels['event'] = 'Kalendarze'; $labels['task'] = 'Zadania'; $labels['note'] = 'Notatki'; +$labels['configuration'] = 'Konfiguracja'; $labels['deletedevice'] = 'Usuń urządzenie'; -$labels['imageformat'] = 'Format obrazka'; -$labels['laxpiclabel'] = 'Zezwalaj na obrazki PNG i GIF'; -$labels['nodevices'] = 'Obecnie brak zarejestrowanych urządzeń.<br/><br/>Aby zarejestrować urządzenie najpierw podłącz je do serwera według <a href="http://wiki.kolab.org/Setup_ActiveSync">instrukcji z Wiki</a>. Po tym procesie urządzenie powinno dać się skonfigurować tutaj.'; -$labels['savingdata'] = 'Zapisywanie danych...'; +$labels['imageformat'] = 'Format obrazków'; +$labels['savingdata'] = 'Zapisuję dane...'; $labels['savingerror'] = 'Nie udało się zapisać konfiguracji'; -$labels['notsupported'] = 'Twój serwer nie obsługuje metadanych (metadata/annotations).'; -$labels['devicedeleteconfirm'] = 'Czy na pewno chcesz usunąć konfigurację dla tego urządzenia?'; -$labels['successfullydeleted'] = 'Konfiguracja urządzenia została pomyślnie usunięta.'; - +$labels['notsupported'] = 'Twój serwer nie obsługuje rozszerzenia metadata/annotations'; +$labels['devicedeleteconfirm'] = 'Czy na pewno chcesz usunąć konfigurację tego urządzenia?'; +$labels['successfullydeleted'] = 'Konfiguracja urządzenie została usunięta'; +$labels['devicenotfound'] = 'Nie można odczytać konfiguracji urządzenia'; ?> diff --git a/plugins/kolab_activesync/localization/pt_BR.inc b/plugins/kolab_activesync/localization/pt_BR.inc new file mode 100644 index 0000000..5fa7658 --- /dev/null +++ b/plugins/kolab_activesync/localization/pt_BR.inc @@ -0,0 +1,29 @@ +<?php +$labels['tabtitle'] = 'Activesync'; +$labels['devices'] = 'Dispositivos'; +$labels['devicealias'] = 'Nome do dispositivo'; +$labels['syncmode'] = 'Modo de Sincronização'; +$labels['modeauto'] = 'Determinar automaticamente'; +$labels['modeflat'] = 'Força modo plano'; +$labels['modefolder'] = 'Forçar modo pasta'; +$labels['synchronize'] = 'Sincronizar'; +$labels['withalarms'] = 'Com alarmes'; +$labels['syncsettings'] = 'Sincronizar configurações'; +$labels['deviceconfig'] = 'Configuração do dispositivo'; +$labels['folderstosync'] = 'Pastas para sincronizar'; +$labels['mail'] = 'Email'; +$labels['contact'] = 'Catálogo de Endereços'; +$labels['event'] = 'Calendários'; +$labels['task'] = 'Tarefas'; +$labels['note'] = 'Notas'; +$labels['configuration'] = 'Configuração'; +$labels['deletedevice'] = 'Remover dispositivo'; +$labels['imageformat'] = 'Formato de imagem'; +$labels['laxpiclabel'] = 'Permitir imagens em formato PNG e GIF'; +$labels['savingdata'] = 'Salvando dados...'; +$labels['savingerror'] = 'Falha ao salvar a configuração'; +$labels['notsupported'] = 'Seu servidor não suporta metadados/anotações'; +$labels['devicedeleteconfirm'] = 'Você deseja realmente remover a configuração deste dispositivo?'; +$labels['successfullydeleted'] = 'A configuração do dispositivo foi removida com sucesso'; +$labels['devicenotfound'] = 'Não foi possível ler a configuração do dispositivo'; +?> diff --git a/plugins/kolab_activesync/localization/ru_RU.inc b/plugins/kolab_activesync/localization/ru_RU.inc index 446e6db..f1b578d 100644 --- a/plugins/kolab_activesync/localization/ru_RU.inc +++ b/plugins/kolab_activesync/localization/ru_RU.inc @@ -1,6 +1,4 @@ <?php - -$labels = array(); $labels['tabtitle'] = 'Activesync'; $labels['devices'] = 'Устройства'; $labels['devicealias'] = 'Имя устройства'; @@ -22,12 +20,10 @@ $labels['configuration'] = 'Конфигурация'; $labels['deletedevice'] = 'Удалить устройство'; $labels['imageformat'] = 'Формат изображений'; $labels['laxpiclabel'] = 'Разрешить PNG и GIF изображения'; -$labels['nodevices'] = 'У вас нет зарегистрированных устройств.<br/><br/>Для того, чтобы зарегистрировать устройство, подключите его к серверу, используя <a href="http://wiki.kolab.org/Setup_ActiveSync">инструкцию в Wiki</a>. После этого устройство должно стать доступным для конфигурации здесь.'; $labels['savingdata'] = 'Сохранение данных...'; $labels['savingerror'] = 'Не удалось сохранить конфигурацию'; $labels['notsupported'] = 'Ваш сервер не поддерживает метаданные/аннотации'; $labels['devicedeleteconfirm'] = 'Вы действительно хотите удалить конфигурацию для этого устройства?'; $labels['successfullydeleted'] = 'Конфигурация для устройства была успешно удалена.'; $labels['devicenotfound'] = 'Не удалось прочитать конфигурацию для устройства'; - ?> |