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

af.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4797a7d7bfcb366071a41eda23bdc9809d9e2711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "richdocuments",
    {
    "Saved" : "Bewaar",
    "File is too big" : "Lêer is te groot",
    "Invalid file provided" : "Ongeldige lêer verskaf",
    "Advanced settings" : "Gevorderde instellings",
    "Description" : "Beskrywing",
    "Error" : "Fout",
    "An error occurred" : "'n Fout het voorgekom",
    "Nickname" : "Bynaam",
    "Cancel" : "Kanselleer",
    "Save" : "Stoor",
    "Saving…" : "Bewaar…",
    "Remove from favorites" : "Verwyder uit gunstelinge",
    "Add to favorites" : "Voeg by gunstelinge",
    "Details" : "Besonderhede",
    "Download" : "Laai af",
    "Create" : "Skep"
},
"nplurals=2; plural=(n != 1);");