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

lb.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3356150e0e52bc7a3f9e5b6e541e81f1810bcd3 (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
OC.L10N.register(
    "richdocuments",
    {
    "New Document.odt" : "Neit Dokument.odt",
    "New Spreadsheet.ods" : "Neien Spreadsheet.ods",
    "New Presentation.odp" : "Nei Presentatioun.odp",
    "Saved" : "Gespäichert",
    "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Déi ropgelueden Datei ass méi grouss wei d'MAX_FILE_SIZE Eegenschaft déi an der HTML form uginn ass",
    "No file was uploaded" : "Et ass kee Fichier ropgeluede ginn",
    "Missing a temporary folder" : "Et feelt en temporären Dossier",
    "Advanced settings" : "Erweidert Astellungen",
    "Select groups" : "Wiel Gruppen äus",
    "Description" : "Beschreiwung",
    "Cancel" : "Ofbriechen",
    "Close" : "Zoumaachen",
    "Error" : "Fehler",
    "Nickname" : "Spëtznumm",
    "Save" : "Späicheren",
    "Remove from favorites" : "Remove from favorites",
    "Add to favorites" : "Add to favorites",
    "Details" : "Detailer",
    "Download" : "Eroflueden",
    "Could not create file" : "De Fichier konnt net erstallt ginn",
    "Create" : "Erstellen",
    "Collabora Online" : "Collabora Online"
},
"nplurals=2; plural=(n != 1);");