nextcloud/apps/files_external/l10n/de.php

27 lines
1.8 KiB
PHP
Raw Normal View History

2012-08-15 04:07:20 +04:00
<?php $TRANSLATIONS = array(
2012-10-13 04:08:50 +04:00
"Access granted" => "Zugriff gestattet",
2012-10-03 04:05:14 +04:00
"Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox",
2012-10-13 04:08:50 +04:00
"Grant access" => "Zugriff gestatten",
"Fill out all required fields" => "Bitte alle notwendigen Felder füllen",
"Please provide a valid Dropbox app key and secret." => "Bitte trage einen gültigen Dropbox-App-Key mit Secret ein.",
2012-10-03 04:05:14 +04:00
"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive",
2012-12-16 03:12:10 +04: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-Verwalter 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> \"smbclient\" ist nicht aktiv oder nicht installiert. Das Einhängen von FTP-Freigaben ist nicht möglich. Bitte Deinen System-Verwalter dies zu installieren.",
2012-08-15 04:07:20 +04:00
"External Storage" => "Externer Speicher",
"Mount point" => "Mount-Point",
"Backend" => "Backend",
"Configuration" => "Konfiguration",
"Options" => "Optionen",
"Applicable" => "Zutreffend",
"Add mount point" => "Mount-Point hinzufügen",
"None set" => "Nicht definiert",
"All Users" => "Alle Benutzer",
"Groups" => "Gruppen",
"Users" => "Benutzer",
"Delete" => "Löschen",
2012-08-24 04:07:18 +04:00
"Enable User External Storage" => "Externen Speicher für Benutzer aktivieren",
2012-10-03 01:18:26 +04: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 04:07:20 +04:00
);