nextcloud/apps/files_external/l10n/de.php

32 lines
2.2 KiB
PHP
Raw Normal View History

2013-08-09 16:06:31 +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",
"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",
2014-03-12 09:57:17 +04:00
"Saved" => "Gespeichert",
2014-04-11 09:55:15 +04:00
"<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.",
2012-08-15 04:07:20 +04:00
"External Storage" => "Externer Speicher",
2013-03-01 03:07:02 +04:00
"Folder name" => "Ordnername",
"External storage" => "Externer Speicher",
2012-08-15 04:07:20 +04:00
"Configuration" => "Konfiguration",
"Options" => "Optionen",
2014-04-03 09:56:12 +04:00
"Available for" => "Verfügbar für",
2013-03-01 03:07:02 +04:00
"Add storage" => "Speicher hinzufügen",
2014-04-03 09:56:12 +04:00
"No user or group" => "Kein Nutzer oder Gruppe",
2012-08-15 04:07:20 +04:00
"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",
2014-03-12 09:57:17 +04:00
"Allow users to mount the following external storage" => "Erlaube es Benutzern, den folgenden externen Speicher einzubinden",
2012-10-03 01:18:26 +04:00
"SSL root certificates" => "SSL-Root-Zertifikate",
"Import Root Certificate" => "Root-Zertifikate importieren"
2012-08-15 04:07:20 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";