Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de_CH.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b003957309736830dd141c8ca52a91ab658a9775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OC.L10N.register(
    "files_external",
    {
    "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",
    "Local" : "Lokal",
    "Location" : "Ort",
    "Port" : "Port",
    "Host" : "Host",
    "Username" : "Benutzername",
    "Password" : "Passwort",
    "Share" : "Freigeben",
    "URL" : "URL",
    "Access granted" : "Zugriff gestattet",
    "Error configuring Dropbox storage" : "Fehler beim Einrichten von Dropbox",
    "Grant access" : "Zugriff gestatten",
    "Error configuring Google Drive storage" : "Fehler beim Einrichten von Google Drive",
    "Personal" : "Persönlich",
    "Saved" : "Gespeichert",
    "Name" : "Name",
    "External Storage" : "Externer Speicher",
    "Folder name" : "Ordnername",
    "Configuration" : "Konfiguration",
    "Add storage" : "Speicher hinzufügen",
    "Delete" : "Löschen",
    "Enable User External Storage" : "Externen Speicher für Benutzer aktivieren"
},
"nplurals=2; plural=(n != 1);");