diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-07-31 17:41:41 (GMT) |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-07-31 17:41:41 (GMT) |
commit | b023e7fce2b59cde60a257ff1d05f964c7b1daab (patch) | |
tree | 3998b8e2032aa49498da613a0b6ecea9692bd1f4 /plugins/kolab_activesync/localization | |
parent | ca3134b312f9ee19484f377a2413907b146697d5 (diff) | |
download | roundcubemail-plugins-kolab-b023e7fce2b59cde60a257ff1d05f964c7b1daab.tar.gz |
Fix intro message when devices list isn't empty. Always select first device
Diffstat (limited to 'plugins/kolab_activesync/localization')
-rw-r--r-- | plugins/kolab_activesync/localization/de_CH.inc | 1 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/de_DE.inc | 1 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/en_US.inc | 1 | ||||
-rw-r--r-- | plugins/kolab_activesync/localization/pl_PL.inc | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/plugins/kolab_activesync/localization/de_CH.inc b/plugins/kolab_activesync/localization/de_CH.inc index f0abdbf..bd35127 100644 --- a/plugins/kolab_activesync/localization/de_CH.inc +++ b/plugins/kolab_activesync/localization/de_CH.inc @@ -21,7 +21,6 @@ $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'; diff --git a/plugins/kolab_activesync/localization/de_DE.inc b/plugins/kolab_activesync/localization/de_DE.inc index f0abdbf..bd35127 100644 --- a/plugins/kolab_activesync/localization/de_DE.inc +++ b/plugins/kolab_activesync/localization/de_DE.inc @@ -21,7 +21,6 @@ $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'; diff --git a/plugins/kolab_activesync/localization/en_US.inc b/plugins/kolab_activesync/localization/en_US.inc index 2537d4d..be9fdf2 100644 --- a/plugins/kolab_activesync/localization/en_US.inc +++ b/plugins/kolab_activesync/localization/en_US.inc @@ -22,7 +22,6 @@ $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'; diff --git a/plugins/kolab_activesync/localization/pl_PL.inc b/plugins/kolab_activesync/localization/pl_PL.inc index 53b5faf..980c320 100644 --- a/plugins/kolab_activesync/localization/pl_PL.inc +++ b/plugins/kolab_activesync/localization/pl_PL.inc @@ -21,7 +21,6 @@ $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'; |