diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-07-30 13:05:08 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-07-30 13:05:08 (GMT) |
commit | ca3134b312f9ee19484f377a2413907b146697d5 (patch) | |
tree | dc9c04c26188dab0e2c7c2b8362cb75d71ba69b7 /plugins/kolab_activesync/localization | |
parent | babdbbc2142475c494ab50c78a32cbee2acb4879 (diff) | |
download | roundcubemail-plugins-kolab-ca3134b312f9ee19484f377a2413907b146697d5.tar.gz |
ActiveSync configuration plugin (based on kolab_zpush)
Diffstat (limited to 'plugins/kolab_activesync/localization')
-rw-r--r-- | plugins/kolab_activesync/localization/de_CH.inc | 32 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/de_DE.inc | 32 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/en_US.inc | 33 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/pl_PL.inc | 32 |
4 files changed, 129 insertions, 0 deletions
diff --git a/plugins/kolab_activesync/localization/de_CH.inc b/plugins/kolab_activesync/localization/de_CH.inc new file mode 100644 index 0000000..f0abdbf --- /dev/null +++ b/plugins/kolab_activesync/localization/de_CH.inc @@ -0,0 +1,32 @@ +<?php + +$labels = array(); +$labels['tabtitle'] = 'Activesync'; +$labels['devices'] = 'Geräte'; +$labels['devicealias'] = 'Gerätename'; +$labels['syncmode'] = 'Modus'; +$labels['modeauto'] = 'Automatisch'; +$labels['modeflat'] = 'Flache Struktur erzwingen'; +$labels['modefolder'] = 'Ordnerstruktur erzwingen'; +$labels['synchronize'] = 'Synchronisieren'; +$labels['withalarms'] = 'Mit Erinnerungen'; +$labels['syncsettings'] = 'Synchronisationseinstellungen'; +$labels['deviceconfig'] = 'Gerätekonfiguration'; +$labels['folderstosync'] = 'Order zum Synchronisieren'; +$labels['mail'] = 'E-Mail'; +$labels['contact'] = 'Kontakte'; +$labels['event'] = 'Kalender'; +$labels['task'] = 'Aufgaben'; +$labels['note'] = 'Notizen'; +$labels['deletedevice'] = 'Gerät löschen'; +$labels['imageformat'] = 'Bildformat'; +$labels['laxpiclabel'] = 'PNG- und GIF-Bilder erlauben'; +$labels['introtext'] = 'Wählen Sie das zu konfigurierende Gerät aus'; +$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/Z_push#Clients">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'; + +?> diff --git a/plugins/kolab_activesync/localization/de_DE.inc b/plugins/kolab_activesync/localization/de_DE.inc new file mode 100644 index 0000000..f0abdbf --- /dev/null +++ b/plugins/kolab_activesync/localization/de_DE.inc @@ -0,0 +1,32 @@ +<?php + +$labels = array(); +$labels['tabtitle'] = 'Activesync'; +$labels['devices'] = 'Geräte'; +$labels['devicealias'] = 'Gerätename'; +$labels['syncmode'] = 'Modus'; +$labels['modeauto'] = 'Automatisch'; +$labels['modeflat'] = 'Flache Struktur erzwingen'; +$labels['modefolder'] = 'Ordnerstruktur erzwingen'; +$labels['synchronize'] = 'Synchronisieren'; +$labels['withalarms'] = 'Mit Erinnerungen'; +$labels['syncsettings'] = 'Synchronisationseinstellungen'; +$labels['deviceconfig'] = 'Gerätekonfiguration'; +$labels['folderstosync'] = 'Order zum Synchronisieren'; +$labels['mail'] = 'E-Mail'; +$labels['contact'] = 'Kontakte'; +$labels['event'] = 'Kalender'; +$labels['task'] = 'Aufgaben'; +$labels['note'] = 'Notizen'; +$labels['deletedevice'] = 'Gerät löschen'; +$labels['imageformat'] = 'Bildformat'; +$labels['laxpiclabel'] = 'PNG- und GIF-Bilder erlauben'; +$labels['introtext'] = 'Wählen Sie das zu konfigurierende Gerät aus'; +$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/Z_push#Clients">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'; + +?> diff --git a/plugins/kolab_activesync/localization/en_US.inc b/plugins/kolab_activesync/localization/en_US.inc new file mode 100644 index 0000000..2537d4d --- /dev/null +++ b/plugins/kolab_activesync/localization/en_US.inc @@ -0,0 +1,33 @@ +<?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'] = 'Email'; +$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['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'; +$labels['devicedeleteconfirm'] = 'Do you really want to delete the configuration for this device?'; +$labels['successfullydeleted'] = 'The device configuration was successfully removed'; + +?>
\ No newline at end of file diff --git a/plugins/kolab_activesync/localization/pl_PL.inc b/plugins/kolab_activesync/localization/pl_PL.inc new file mode 100644 index 0000000..53b5faf --- /dev/null +++ b/plugins/kolab_activesync/localization/pl_PL.inc @@ -0,0 +1,32 @@ +<?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['synchronize'] = 'Synchronizuj'; +$labels['withalarms'] = 'Z alarmami'; +$labels['syncsettings'] = 'Ustawienia synchronizacji'; +$labels['deviceconfig'] = 'Konfiguracja urządzenia'; +$labels['folderstosync'] = 'Foldery do synchronizacji'; +$labels['mail'] = 'Poczta'; +$labels['contact'] = 'Książki adresowe'; +$labels['event'] = 'Kalendarze'; +$labels['task'] = 'Zadania'; +$labels['note'] = 'Notatki'; +$labels['deletedevice'] = 'Usuń urządzenie'; +$labels['imageformat'] = 'Format obrazka'; +$labels['laxpiclabel'] = 'Zezwalaj na obrazki PNG i GIF'; +$labels['introtext'] = 'Wybierz urządzenie do skonfigurowania'; +$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/Z_push#Clients">instrukcji z Wiki</a>. Po tym procesie urządzenie powinno dać się skonfigurować tutaj.'; +$labels['savingdata'] = 'Zapisywanie danych...'; +$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.'; + +?> |