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

lb.js « l10n « settings - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4267f57d8be197ab01ae580502ef71d76af4d03b (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
OC.L10N.register(
    "settings",
    {
    "Wrong password" : "Falscht Passwuert",
    "Saved" : "Gespäichert",
    "Authentication error" : "Authentifikatioun's Fehler",
    "Not saved" : "Nët gespäichert",
    "Email sent" : "Email geschéckt",
    "Delete" : "Läschen",
    "Groups" : "Gruppen",
    "Enable" : "Aschalten",
    "The app will be downloaded from the app store" : "D'App gett aus dem App Store erofgelueden",
    "Email" : "Email",
    "Error while enabling app" : "Fehler beim Aktivéieren vun der App",
    "None" : "Keng",
    "Login" : "Login",
    "Open documentation" : "Dokumentatioun opmaachen",
    "Authentication required" : "Authentifizéierung néideg",
    "Server address" : "Server Adress",
    "Port" : "Port",
    "Sharing" : "Gedeelt",
    "Allow apps to use the Share API" : "Erlab Apps d'Share API ze benotzen",
    "days" : "Deeg",
    "Allow resharing" : "Resharing erlaben",
    "Cancel" : "Ofbriechen",
    "Your email address" : "Deng Email Adress",
    "Language" : "Sprooch",
    "Help translate" : "Hëllef iwwersetzen",
    "Password" : "Passwuert",
    "Current password" : "Momentan 't Passwuert",
    "New password" : "Neit Passwuert",
    "Change password" : "Passwuert änneren",
    "Username" : "Benotzernumm",
    "Email saved" : "E-mail gespäichert",
    "All" : "All",
    "Disable" : "Ofschalten",
    "undo" : "réckgängeg man",
    "never" : "ni",
    "E-Mail" : "E-Mail",
    "Create" : "Erstellen",
    "Other" : "Aner",
    "Quota" : "Quota"
},
"nplurals=2; plural=(n != 1);");