diff --git a/src/mirall/folderwizardsourcepage.ui b/src/mirall/folderwizardsourcepage.ui index 0b3d199e50..2488212d02 100644 --- a/src/mirall/folderwizardsourcepage.ui +++ b/src/mirall/folderwizardsourcepage.ui @@ -22,14 +22,14 @@ - Express Upload Source + Sync Directory - Pick a folder on your computer to upload: + Pick a local folder on your computer to sync: @@ -147,7 +147,7 @@ QFrame::StyledPanel - TextLabel + Qt::AutoText diff --git a/src/mirall/folderwizardtargetpage.ui b/src/mirall/folderwizardtargetpage.ui index 44f1408629..8b646c7210 100644 --- a/src/mirall/folderwizardtargetpage.ui +++ b/src/mirall/folderwizardtargetpage.ui @@ -6,8 +6,8 @@ 0 0 - 456 - 352 + 454 + 321 diff --git a/src/mirall/owncloudcredentialspage.ui b/src/mirall/owncloudcredentialspage.ui index c64f239819..2484e179c6 100644 --- a/src/mirall/owncloudcredentialspage.ui +++ b/src/mirall/owncloudcredentialspage.ui @@ -7,7 +7,7 @@ 0 0 576 - 374 + 353 @@ -57,10 +57,10 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'Sans Serif'; font-size:11pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#585858;">Provide the credentials to your ownCloud Instance. </span></p> -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; color:#585858;"></p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#585858;">If the ownCloud is created this is the admin account of your ownCloud. If you want to connect to an existing ownCloud, provide your account data.</span></p></body></html> +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt; color:#585858;">Provide username and password to connect your ownCloud Instance. </span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt; color:#585858;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt; color:#585858;">If you do not want to store the credentials on your local machine, check the button. ownCloud will ask you for the passwort on every start than.</span></p></body></html> Qt::AutoText diff --git a/src/mirall/statusdialog.cpp b/src/mirall/statusdialog.cpp index dbda525844..2ce944836e 100644 --- a/src/mirall/statusdialog.cpp +++ b/src/mirall/statusdialog.cpp @@ -111,9 +111,9 @@ void FolderViewDelegate::paint(QPainter *painter, const QStyleOptionViewItem &op QString aliasText = qvariant_cast(index.data(FolderAliasRole)); QString pathText = qvariant_cast(index.data(FolderPathRole)); QString remotePath = qvariant_cast(index.data(FolderSecondPathRole)); - QString statusText = qvariant_cast(index.data(FolderStatus)); + // QString statusText = qvariant_cast(index.data(FolderStatus)); bool syncEnabled = index.data(FolderSyncEnabled).toBool(); - QString syncStatus = syncEnabled? tr( "Enabled" ) : tr( "Disabled" ); + // QString syncStatus = syncEnabled? tr( "Enabled" ) : tr( "Disabled" ); QSize iconsize(48,48); // = icon.actualSize(option.decorationSize); diff --git a/src/mirall/statusdialog.ui b/src/mirall/statusdialog.ui index b5206a61f4..d7199ed640 100644 --- a/src/mirall/statusdialog.ui +++ b/src/mirall/statusdialog.ui @@ -22,7 +22,7 @@ - Directory Status + Sync Directory Status diff --git a/translations/mirall_de.ts b/translations/mirall_de.ts index f2c5b9a726..ae3dbb0f6c 100644 --- a/translations/mirall_de.ts +++ b/translations/mirall_de.ts @@ -143,14 +143,22 @@ p, li { white-space: pre-wrap; } Formular - Express Upload Source - Express-Uploadquelle + Express-Uploadquelle + + + Pick a folder on your computer to upload: + Verzeichnis auf lokalem Rechner zum Upload auswählen: + + + + Sync Directory + Sync-Verzeichnis - Pick a folder on your computer to upload: - Verzeichnis auf lokalem Rechner zum Upload auswählen: + Pick a local folder on your computer to sync: + Wählen Sie ein lokales Verzeichnis zur Synchronisation: @@ -172,11 +180,6 @@ p, li { white-space: pre-wrap; } Music Musik - - - TextLabel - - FolderWizardTargetPage @@ -261,32 +264,32 @@ p, li { white-space: pre-wrap; } Mirall::Application - + Add folder... Hinzufügen... - + Configure... Einstellen... - + Quit Beenden - + open %1 %1 öffnen - + Confirm Folder Remove Bestätigung Verzeichnis Löschen - + Do you really want to remove upload folder <i>%1</i>? Möchten Sie wirklich das Sync-Verzeichnis <i>%1</i> löschen? @@ -307,9 +310,8 @@ p, li { white-space: pre-wrap; } Möchten Sie wirklich das Verzeichnis mit dem Alias <i>%1</i> auf die ownCloud laden?<br/>Das wird die Dateien im Verzeichnis <i>%2</i> überschreiben! - Last sync was succesful - Die letzte Synchronisierung war erfolgreich + Die letzte Synchronisierung war erfolgreich %1 @@ -324,97 +326,140 @@ p, li { white-space: pre-wrap; } Unbekannter Status - + ownCloud Sync Started ownCloud Sync ist gestartet - + Sync started for %1 configured sync folder(s). Synchronisation gestart für %1 Verzeichniss(e). - - + + No ownCloud Connection Keine Verbindung zu ownCloud - There is no ownCloud connection available. Please configure one by clicking on the tray icon! - Es besteht keine ownCloud Verbindung. Bitte konfigurieren Sie eine durch Klicken auf das Icon in der Systemleiste! + Es besteht keine ownCloud Verbindung. Bitte konfigurieren Sie eine durch Klicken auf das Icon in der Systemleiste! - Your ownCloud credentials are not correct. Please correct them by clicking on the tray icon! - Der ownCloud Nutzer oder das Passwort ist falsch. Bitte korrigieren Sie das durch Klicken auf das Symbol in der Systemleiste! + Der ownCloud Nutzer oder das Passwort ist falsch. Bitte korrigieren Sie das durch Klicken auf das Symbol in der Systemleiste! - + + No ownCloud Configuration + ownCloud Konfiguration nicht vorhanden + + + + <p>No ownCloud connection was configured yet.</p><p>Please configure one by clicking on the tray icon!</p> + <p>Es wurde bisher keine Verbindung zur ownCloud konfiguriert.</p><p>Bitte richten Sie eine ein durch Klicken auf das ownCloud-Symbol in der Systemleiste.</p> + + + + <p>The ownCloud at %1 could not be reached.</p> + <p>Unter %1 konnte keine ownCloud erreicht werden.</p> + + + + <p>The detailed error message is<br/><tt>%1</tt></p> + <p>Die detaillierte Fehlermeldung ist <br/><tt>%1</tt></p> + + + + <p>Please check your configuration by clicking on the tray icon.</p> + <p>Bitte überprüfen Sie die Konfiguration durch Klicken auf das Symbol in der Systemleiste.</p> + + + + ownCloud Connection Failed + ownCloud-Verbindung fehlgeschlagen + + + + <p>Your ownCloud credentials are not correct.</p><p>Please correct them by starting the configuration dialog from the tray!</p> + <p>Die ownCloud Benutzerdaten sind nicht korrekt</p><p>Bitte korrigieren Sie sie im Konfigurationsdialog.</p> + + + + <p>Your ownCloud user name or password is not correct.</p><p>Please correct it by starting the configuration dialog from the tray!</p> + <p>Der ownCloud Benutzername oder das Passwort sind nicht richtig.</p><p>Bitte korrigieren Sie das im Konfigurationsdialog.</p> + + + + Last sync was succesful. + Die letzte Synchronisation war erfolgreich. + + + <b>Syncing Error</b><br/> <b>Synchronisationsfehler</b><br/> - + <b>Setup Error</b><br/> <b>Installationsfehler</b><br/> - + <b>Disabled Folder</b><br/> <b>Deaktiviertes Verzeichnis</b><br/> - + <b>Undefined state</b><br/> <b>Undefinierter Status</b><br/> - + Folder information Verzeichnis Information - + Unknown Unbekannt - + Changed files: Geänderte Dateien: - + Added files: Hinzugefügte Dateien: - + New files in the server, or files deleted locally: Neue Dateien auf dem Server, oder lokal gelöschte Dateien: - + Folder %1: Ok. Verzeichnis %1: Ok. - - + + Folder %1: %2 Verzeichnis %1: %2 - + Folder %1: setup error Verzeichnis %1: Konfigurationsfehler - + Folder %1: undefined state Verzeichnis %1: Unbekannter Fehler @@ -458,45 +503,60 @@ p, li { white-space: pre-wrap; } + <p>The target directory %1 does not exist.</p><p>Please create it and try again.</p> + <p>Das Zielverzeichnis %1 existiert nicht.</p><p>Bitte legen Sie es an und versuchen Sie erneut.</p> + + + + The local filesystem can not be written. Please check permissions. + Das lokale Dateisystem kann nicht beschrieben werden. Bitte Berechtigungen prüfen. + + + + A remote file can not be written. Please check the remote access. + Auf der ownCloud kann keine Datei angelegt werden. Bitte überprüfen Sie den Zugang. + + + An internal error number %1 happend. Ein interner Fehler mit Nummer %1 ist vorgekommen. - + CSync Update failed. CSync Aktualisierung ist fehlgeschlagen. - + The local filesystem has directories which are write protected. That prevents ownCloud from successful syncing. Please make sure that all directories are writeable. Das lokale Dateisystem hat Verzeichnisse, die schreibgeschützt sind. Das verhindert erfolgreiche Synchronisation zur ownCloud. Bitte stellen Sie sicher, dass alle Verzeichnisse beschreibbar sind. - + CSync encountered an error while examining the file system. Syncing is not possible. CSync konnte das Dateisystem nicht fehlerfrei durchsuchen. Synchronisation ist nicht möglich. - + CSync update generated a strange instruction. Please write a bug report. CSync Aktualisierung erzeugte eine unbekannte Anweisung. Bitte schreiben Sie einen Fehlerreport. - + Local filesystem problems. Better disable Syncing and check. Fehler im lokalen Dateisystem. Synchronisation sollte deaktiviert werden. - + CSync reconcile failed. CSync Vergleich fehlerhaft. - + CSync propagate failed. CSync Abgleich fehlerhaft. @@ -504,14 +564,12 @@ Please write a bug report. Mirall::FolderViewDelegate - Enabled - Aktiviert + Aktiviert - Disabled - Angehalten + Angehalten @@ -522,7 +580,7 @@ Please write a bug report. Mirall::FolderWizard - + %1 Folder Wizard %1 Verzeichnis Assistent @@ -568,37 +626,42 @@ Please write a bug report. Mirall::FolderWizardTargetPage - + The folder is not available on your ownCloud.<br/>Click to let mirall create it. Das Verzeichnis ist auf der ownCloud nicht verfügbar.<br/>Klicken um es anlegen zu lassen. - + Folder on ownCloud was successfully created. Das Verzeichnis wurde erfolgreich auf der ownCloud angelegt. - + Failed to create the folder on ownCloud.<br/>Please check manually. Anlegen des Verzeichnisses auf der ownCloud fehlgeschlagen.<br/>Bitte überprüfen Sie manuell. - + Better do not use the remote root directory.<br/>If you do, you can <b>not</b> mirror another local folder. Wählen Sie besser nicht das ownCloud root Verzeichnis aus.<br/>Wenn Sie dieses wählen, können Sie <b>kein</b> weiteres Verzeichnis synchronisieren. - + to your <a href="%1">ownCloud</a> (version %2) zur <a href="%1">ownCloud</a> (version %2) - + no configured ownCloud found! keine eingerichtete ownCloud verfügbar! - + + Your ownCloud could not be reached:<br/><tt>%1</tt> + Die ownCloud kann nicht erreicht werden: <br/><tt>%1</tt> + + + Select the target folder Wählen Sie den Zielordner @@ -606,145 +669,228 @@ Please write a bug report. Mirall::OwncloudSetupWizard - + %1 Connection Wizard %1 Verbindungsassistent - + Trying to connect to ownCloud at %1... Versuche mit ownCloud %1zu verbinden... - + <font color="green">Successfully connected to %1: ownCloud version %2</font><br/><br/> <font color="green">Erfolgreich verbunden mit %1: ownCloud Version %2</font><br/><br/> - + <font color="red">Failed to connect to ownCloud!</font> <font color="red">Verbindung zu ownCloud fehlgeschlagen!</font> - Error number %1 - Fehler Nummer %1 + Fehler Nummer %1 - + + Error: <tt>%1</tt> + Fehler: <tt>%1</tt> + + + Starting script owncloud-admin... Starte das ownCloud-Admin Script... - + <font color="red">Installation of ownCloud failed!</font> <font color="red">Installation der ownCloud fehlgeschlagen!</font> - + <font color="green">Installation of ownCloud succeeded!</font> <font color="green">Installation der ownCloud erfolgreich!</font> - + The owncloud admin script can not be found. Setup can not be done. Das ownCloud-Admin Script wurde nicht gefunden. Das Setup wird abgebrochen. - + Skipping automatic setup of sync folders as there are already sync folders. Überspringe automatische Konfiguration von synchronisierten Verzeichnissen weil schon Synchronisationsverzeichnisse konfiguriert sind. - + Checking local sync folder %1 Überprüfe lokales Verzeichnis %1 - + Local sync folder %1 already exists, setting it up for sync.<br/><br/> Lokales Verzeichnis %1 existiert schon, wird zur Synchronisation eingerichtet.<br/><br/> - + Creating local sync folder %1... Erzeuge lokales Synchronisation-Verzeichnis %1... - + Creating local sync folder %1 Erzeuge lokales Synchronisationsverzeichnis %1 - + ok Ok - + failed. fehlgeschlagen. - + Start Creation of remote folder %1 failed. Anlegen des entfernten Verzeichnisses %1 fehlgeschlagen. - + Remote folder %1 created sucessfully. Entferntes Verzeichnis %1 erfolgreich angelegt. - + <font color="green"><b>Local sync folder %1 successfully created!</b></font> <font color="green"><b>Lokales Synchronisationsverzeichnis %1 erfolgreich angelegt!</b></font> - + The remote folder %1 already exists. Automatic sync setup is skipped for security reasons. Please configure your sync folder manually. Das entfernte Verzeichnis %1 existiert bereits. Darum wird kein automatisches Synchronisieren eingerichtet. Bitte konfigurieren Sie die Synchronisation manuell. - + + <p><font color="red">Remote folder creation failed probably because the provided credentials are wrong.</font><br/>Please go back and check your credentials.</p> + <p><font color="red">Das Anlegen des ownCloud-Verzeichnisses schlug fehl, wahrscheinlich weil die Benutzerdaten falsch sind.</font><br/>Bitte berichtigen Sie die Benutzerdaten</p> + + + + Remote folder %1 creation failed with error <tt>%2</tt>. + Anlegen des ownCloud-Verzeichisses %1 schlug fehl mit Fehler <tt>%2</tt> + + Remote folder %1 creation failed with error %2. - Anlegen des entfernten Ordner %1ist mit Fehler %2 fehlgeschlagen. + Anlegen des entfernten Ordner %1ist mit Fehler %2 fehlgeschlagen. Mirall::OwncloudWizardResultPage - + Congratulations! Your <a href="%1" title="%1">new ownCloud</a> is now up and running! Herzlichen Glückwunsch! Ihre <a href="%1">neue ownCloud</a> ist eingerichtet und läuft! + + Mirall::SslErrorDialog + + + SSL Connection + SSL-Verbindung + + + + Warnings about current SSL Connection: + Warnungen zur aktuellen SSL Verbindung: + + + + with Certificate %1 + mit Zertifikat %1 + + + + + Organization: %1 + Organisation: %1 + + + + + Unit: %1 + Einheit: %1 + + + + + Country: %1 + Land: %1 + + + + Effective Date: %1 + Startdatum: %1 + + + + Expiry Date: %1 + Auslaufdatum: %1 + + + + Issuer: %1 + Herausgeber: %1 + + Mirall::StatusDialog - + disable Sync stoppen - + enable Sync starten - + + Checking ownCloud connection... + Überprüfe ownCloud-Verbindung... + + + + No ownCloud connection configured. + ownCloud-Verbindung nicht eingerichtet. + + + Connected to <a href="%1">%2</a>, ownCloud %3 Verbunden mit <a href="%1">%2</a>, ownCloud %3 + + + unknown problem. + unbekanntes Problem. + + + + <p>Failed to connect to ownCloud: <tt>%1</tt></p> + <p>Verbindung zur ownCloud fehlgeschlagen: <tt>%1</tt></p> + Connected to %1, ownCloud %2 Verbunden mit %1, ownCloud %2 - Failed to connect to ownCloud. Please check configuration! - ownCloud konnte nicht erreicht werden. Bitte überprüfen Sie die Konfiguration! + ownCloud konnte nicht erreicht werden. Bitte überprüfen Sie die Konfiguration! @@ -770,9 +916,13 @@ Setup can not be done. Angehalten - Sync has not yet started - Synchronisierung noch nicht gestartet + Synchronisierung noch nicht gestartet + + + + Waiting to start sync + Warte auf Sync-Start @@ -812,17 +962,17 @@ Setup can not be done. Mirall::UpdateDetector - + Client Version Check Client Versionsprüfung - + <p>A new version of the ownCloud Client is available. <p>Eine neue Version des ownCloud Clients ist verfügbar. - + %1 is available. The installed version is %3.<p/><p>For more information see <a href="%2">%2</a></p> %1 ist verfügbar. Die installierte Version ist %3.<p/><p>Mehr Information unter <a href="%2">%2</a></p> @@ -830,7 +980,7 @@ Setup can not be done. Mirall::ownCloudFolder - + The CSync thread terminated unexpectedly. Der CSync Thread ist unerwartet abgebrochen. @@ -853,7 +1003,6 @@ Setup can not be done. Bitte ownCloud Zugangsdaten angeben - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -861,13 +1010,30 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#585858;">Provide the credentials to your ownCloud Instance. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; color:#585858;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#585858;">If the ownCloud is created this is the admin account of your ownCloud. If you want to connect to an existing ownCloud, provide your account data.</span></p></body></html> - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Sans Serif'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#585858;">Bitte die ownCloud Zugangsdaten angeben. </span></p> <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; color:#585858;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#585858;">Wird die ownCloud neu angelegt ist dies der admin Zugang zur ownCloud. Für die Verbindung zu einer bestehenden ownCloud bitte die Zugangsdaten angeben.</span></p></body></html> + + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt; color:#585858;">Provide username and password to connect your ownCloud Instance. </span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt; color:#585858;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt; color:#585858;">If you do not want to store the credentials on your local machine, check the button. ownCloud will ask you for the passwort on every start than.</span></p></body></html> + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> +p, li { white-space: pre-wrap; } +</style></head><body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt; color:#585858;">Geben Sie Benutzernamen und Passwort für die ownCloud-Verbindung an. </span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt; color:#585858;"><br /></p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:11pt; color:#585858;">Möchten Sie das Passwort nicht auf Ihrem Computer speichern, markieren Sie die Checkbox. ownCloud wird Sie dann bei jedem Start nach dem Passwort fragen.</span></p></body></html> @@ -889,6 +1055,11 @@ p, li { white-space: pre-wrap; } secret geheim + + + Do not store password on local machine. + Speichern des Passwortes auf dem lokalen Computer verbieten. + OwncloudFTPAccessPage @@ -1060,6 +1231,37 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#585858;">Der Dialog führt durch die notwendigen Schritte.</span></p></body></html> + + QObject + + + ownCloud Password Required + ownCloud Passwort benötigt + + + + Please enter your ownCloud password: + Bitte geben Sie Ihr ownCloud-Passwort an: + + + + sslErrorsDialog + + + Form + Formular + + + + Check if you want t continue via SSL and trust the shown certificates. + Die Verbindung über SSL fortzusetzen und den angezeigten Zertifikaten zu vertrauen. + + + + SSL Connection + SSL Verbindung + + statusDialog @@ -1068,9 +1270,13 @@ p, li { white-space: pre-wrap; } Formular - Directory Status - Status Verzeichnis + Status Verzeichnis + + + + Sync Directory Status + Sync-Verzeichnis Status