server/apps/files_external/l10n/de.php

23 lines
1.6 KiB
PHP
Raw Normal View History

2012-08-15 00:07:20 +00:00
<?php $TRANSLATIONS = array(
2012-10-13 00:08:50 +00:00
"Access granted" => "Zugriff gestattet",
2012-10-03 00:05:14 +00:00
"Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox",
2012-10-13 00:08:50 +00:00
"Grant access" => "Zugriff gestatten",
"Please provide a valid Dropbox app key and secret." => "Bitte trage einen gültigen Dropbox-App-Key mit Secret ein.",
2012-10-03 00:05:14 +00:00
"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive",
2012-12-22 23:10:23 +00:00
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Warnung:</b> \"smbclient\" ist nicht installiert. Das Einhängen von CIFS/SMB-Freigaben ist nicht möglich. Bitte Deinen System-Administrator, dies zu installieren.",
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Warnung::</b> Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Bitte wende Dich an Deinen Systemadministrator.",
2012-08-15 00:07:20 +00:00
"External Storage" => "Externer Speicher",
"Configuration" => "Konfiguration",
"Options" => "Optionen",
"Applicable" => "Zutreffend",
"None set" => "Nicht definiert",
"All Users" => "Alle Benutzer",
"Groups" => "Gruppen",
"Users" => "Benutzer",
"Delete" => "Löschen",
2012-08-24 00:07:18 +00:00
"Enable User External Storage" => "Externen Speicher für Benutzer aktivieren",
2012-10-02 21:18:26 +00:00
"Allow users to mount their own external storage" => "Erlaubt Benutzern ihre eigenen externen Speicher einzubinden",
"SSL root certificates" => "SSL-Root-Zertifikate",
"Import Root Certificate" => "Root-Zertifikate importieren"
2012-08-15 00:07:20 +00:00
);