nextcloud/apps/files_external/l10n/de_DE.php

29 lines
2.1 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2012-10-17 01:39:13 +04:00
"Access granted" => "Zugriff gestattet",
"Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox",
"Grant access" => "Zugriff gestatten",
2012-10-20 04:03:53 +04:00
"Please provide a valid Dropbox app key and secret." => "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.",
2012-10-17 01:39:13 +04:00
"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive",
2012-12-23 03:10:23 +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. Bitten Sie Ihren Systemadministrator, 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 wenden Sie sich an Ihren Systemadministrator.",
2013-04-28 04:01:38 +04:00
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Achtung:</b> Die Curl-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Laden von ownCloud / WebDAV oder GoogleDrive Freigaben ist nicht möglich. Bitte Sie Ihren Systemadministrator, das Modul zu installieren.",
2012-10-17 01:39:13 +04:00
"External Storage" => "Externer Speicher",
2013-03-01 03:07:02 +04:00
"Folder name" => "Ordnername",
"External storage" => "Externer Speicher",
2012-10-17 01:39:13 +04:00
"Configuration" => "Konfiguration",
"Options" => "Optionen",
"Applicable" => "Zutreffend",
2013-03-01 03:07:02 +04:00
"Add storage" => "Speicher hinzufügen",
2012-10-17 01:39:13 +04:00
"None set" => "Nicht definiert",
"All Users" => "Alle Benutzer",
"Groups" => "Gruppen",
"Users" => "Benutzer",
"Delete" => "Löschen",
"Enable User External Storage" => "Externen Speicher für Benutzer aktivieren",
2013-05-12 04:05:29 +04:00
"Allow users to mount their own external storage" => "Erlaubt Benutzern, ihre eigenen externen Speicher einzubinden",
2012-10-17 01:39:13 +04:00
"SSL root certificates" => "SSL-Root-Zertifikate",
"Import Root Certificate" => "Root-Zertifikate importieren"
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";