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

si_LK.js « l10n « files_external « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 21c808a46440ecad061cf9032562c1062d5d95c2 (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
OC.L10N.register(
    "files_external",
    {
    "Personal" : "පෞද්ගලික",
    "Grant access" : "පිවිසුම ලබාදෙන්න",
    "Access granted" : "පිවිසීමට හැක",
    "Username" : "පරිශීලක නම",
    "Password" : "මුර පදය",
    "Save" : "සුරකින්න",
    "None" : "කිසිවක් නැත",
    "Port" : "තොට",
    "Region" : "කළාපය",
    "URL" : "URL",
    "Host" : "සත්කාරකය",
    "Location" : "ස්ථානය",
    "ownCloud" : "ownCloud",
    "Share" : "බෙදා හදා ගන්න",
    "Name" : "නම",
    "External Storage" : "භාහිර ගබඩාව",
    "Folder name" : "ෆොල්ඩරයේ නම",
    "Configuration" : "වින්‍යාසය",
    "Delete" : "මකා දමන්න"
},
"nplurals=2; plural=(n != 1);");