32 lines
2.2 KiB
PHP
32 lines
2.2 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"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 tragen Sie 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 wenden Sie sich zur Installation an Ihren 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 wenden Sie sich zur Installation an Ihren 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 wenden Sie sich zur Installation an Ihren 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" => "Erlauben Sie Benutzern, folgende externe Speicher einzubinden",
|
|
"SSL root certificates" => "SSL-Root-Zertifikate",
|
|
"Import Root Certificate" => "Root-Zertifikate importieren"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|