Blame view

sources/apps/files_external/l10n/de.php 2.12 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
8
9
  "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",
  "<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-Administrator, 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 wende Dich an Deinen Systemadministrator.",
31b7f2792   Kload   Upgrade to ownclo...
10
  "<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>Warnung:</b> Die Curl-Unterstützung in PHP ist nicht aktiviert oder installiert. Das Einbinden von ownCloud / WebDav der GoogleDrive-Freigaben ist nicht möglich. Bitte Deinen Systemadminstrator um die Installation. ",
03e52840d   Kload   Init
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  "External Storage" => "Externer Speicher",
  "Folder name" => "Ordnername",
  "External storage" => "Externer Speicher",
  "Configuration" => "Konfiguration",
  "Options" => "Optionen",
  "Applicable" => "Zutreffend",
  "Add storage" => "Speicher hinzufügen",
  "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",
  "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"
  );
31b7f2792   Kload   Upgrade to ownclo...
28
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";