Blame view
sources/apps/files_external/l10n/de_CH.php
1.12 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
3 4 5 6 7 8 9 10 |
"Please provide a valid Dropbox app key and secret." => "Bitte tragen Sie einen gültigen Dropbox-App-Key mit Secret ein.", "External storage" => "Externer Speicher", "Location" => "Ort", "Host" => "Host", "Username" => "Benutzername", "Password" => "Passwort", "Share" => "Freigeben", "URL" => "URL", |
|
31b7f2792
|
11 12 13 |
"Access granted" => "Zugriff gestattet", "Error configuring Dropbox storage" => "Fehler beim Einrichten von Dropbox", "Grant access" => "Zugriff gestatten", |
|
31b7f2792
|
14 |
"Error configuring Google Drive storage" => "Fehler beim Einrichten von Google Drive", |
|
6d9380f96
|
15 16 |
"Personal" => "Persönlich", "Name" => "Name", |
|
31b7f2792
|
17 18 |
"External Storage" => "Externer Speicher", "Folder name" => "Ordnername", |
|
31b7f2792
|
19 20 |
"Configuration" => "Konfiguration", "Options" => "Optionen", |
|
31b7f2792
|
21 |
"Add storage" => "Speicher hinzufügen", |
|
31b7f2792
|
22 23 24 25 26 |
"All Users" => "Alle Benutzer", "Groups" => "Gruppen", "Users" => "Benutzer", "Delete" => "Löschen", "Enable User External Storage" => "Externen Speicher für Benutzer aktivieren", |
|
31b7f2792
|
27 28 29 30 |
"SSL root certificates" => "SSL-Root-Zertifikate", "Import Root Certificate" => "Root-Zertifikate importieren" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |