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

lb.js « l10n « files_sharing « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0679858d818cad44e8859649de677eb20f027126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "files_sharing",
    {
    "Nothing shared yet" : "Nach näischt gedeelt",
    "No shared links" : "Keng gedeelte Linken",
    "Cancel" : "Ofbriechen",
    "Shared by" : "Gedeelt vun",
    "Sharing" : "Gedeelt",
    "The password is wrong. Try again." : "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
    "Password" : "Passwuert",
    "No entries found in this folder" : "Keng Elementer an dësem Dossier fonnt",
    "Name" : "Numm",
    "Download" : "Download",
    "Direct link" : "Direkte Link"
},
"nplurals=2; plural=(n != 1);");