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

de.js « l10n « ownpad_lite - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34cc1d762bf26afe3644edd5f18c6cae6214429d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "ownpad_lite",
    {
    "Document was shared" : "Dokument wurde geteilt",
    "User %s shared quick document %s with you." : "Benutzer %s teilte das Dokument %s mit Ihnen.",
    "My pad" : "Mein Pad",
    "Settings" : "Einstellungen",
    "Pad Title" : "Titel des Pads",
    "Open" : "Öffnen",
    "Share with" : "Teilen mit",
    "Share" : "Teilen",
    "Etherpad service URL" : "URL des Etherpad-Service",
    "Username" : "Benutzername",
    "Save" : "Speichern"
},
"nplurals=2; plural=(n != 1);");