nextcloud/apps/files_external/l10n/de.php

71 lines
4.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$TRANSLATIONS = array(
"Local" => "Lokal",
"Location" => "Ort",
"Amazon S3" => "Amazon S3",
"Key" => "Schlüssel",
"Secret" => "Geheime Zeichenkette",
"Bucket" => "Bucket",
"Amazon S3 and compliant" => "Amazon S3 und Kompatible",
"Access Key" => "Zugriffsschlüssel",
"Secret Key" => "Sicherheitssschlüssel",
"Hostname (optional)" => "Host-Name (Optional)",
"Port (optional)" => "Port (Optional)",
"Region (optional)" => "Region (Optional)",
"Enable SSL" => "SSL aktivieren",
"Enable Path Style" => "Pfad-Stil aktivieren",
"App key" => "App-Schlüssel",
"App secret" => "Geheime Zeichenkette der App",
"Host" => "Host",
"Username" => "Benutzername",
"Password" => "Passwort",
"Root" => "Root",
"Secure ftps://" => "Sicherer FTPS://",
"Client ID" => "Client-ID",
"Client secret" => "Geheime Zeichenkette des Client",
"OpenStack Object Storage" => "Openstack-Objektspeicher",
"Username (required)" => "Benutzername (Erforderlich)",
"Bucket (required)" => "Bucket (Erforderlich)",
"Region (optional for OpenStack Object Storage)" => "Region (Optional für Openstack-Objektspeicher)",
"API Key (required for Rackspace Cloud Files)" => "API-Schlüssel (Erforderlich für Rackspace Cloud-Dateien)",
"Tenantname (required for OpenStack Object Storage)" => "Mietername (Erforderlich für Openstack-Objektspeicher)",
"Password (required for OpenStack Object Storage)" => "Passwort (Erforderlich für Openstack-Objektspeicher)",
"Service Name (required for OpenStack Object Storage)" => "Name der Dienstleistung (Erforderlich für Openstack-Objektspeicher)",
"URL of identity endpoint (required for OpenStack Object Storage)" => "URL des Identitätsendpunktes (Erforderlich für Openstack-Objektspeicher)",
"Timeout of HTTP requests in seconds (optional)" => "Zeitüberschreitung von HTTP-Anfragen in Sekunden (Optional)",
"Share" => "Teilen",
"SMB / CIFS using OC login" => "´",
"Username as share" => "Benutzername als Freigabe",
"URL" => "URL",
"Secure https://" => "Sicherer HTTPS://",
"Remote subfolder" => "Remote-Unterordner:",
"Access granted" => "Zugriff gestattet",
"Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox",
"Grant access" => "Zugriff gestatten",
"Please provide a valid Dropbox app key and secret." => "Bitte trage einen gültigen Dropbox-App-Key mit Secret ein.",
"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive",
"Saved" => "Gespeichert",
"<b>Note:</b> " => "<b>Hinweis:</b> ",
" and " => "und",
"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Hinweis:</b> Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich zur Installation an Deinen Systemadministrator.",
"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Hinweis:</b> Die FTP Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich sich zur Installation an Deinen Systemadministrator.",
"<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Hinweis:</b> \"%s\" ist nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wende Dich sich zur Installation an Deinen Systemadministrator.",
"External Storage" => "Externer Speicher",
"Folder name" => "Ordnername",
"External storage" => "Externer Speicher",
"Configuration" => "Konfiguration",
"Options" => "Optionen",
"Available for" => "Verfügbar für",
"Add storage" => "Speicher hinzufügen",
"No user or group" => "Kein Nutzer oder Gruppe",
"All Users" => "Alle Benutzer",
"Groups" => "Gruppen",
"Users" => "Benutzer",
"Delete" => "Löschen",
"Enable User External Storage" => "Externen Speicher für Benutzer aktivieren",
"Allow users to mount the following external storage" => "Erlaube es Benutzern, den folgenden externen Speicher einzubinden",
"SSL root certificates" => "SSL-Root-Zertifikate",
"Import Root Certificate" => "Root-Zertifikate importieren"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";