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

si.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b6a6e60e7ded6cdd858db7e6a0c40ba0c646891e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "richdocuments",
    {
    "File is too big" : "ගොනුව ඉතා විශාලයි",
    "Empty" : "හිස්",
    "Description" : "විස්තරය",
    "No results" : "ප්‍රතිථල නැත",
    "Error" : "දෝෂය",
    "Nickname" : "අන්වර්ථ නාමය",
    "Cancel" : "අවලංගු කරන්න",
    "Save" : "සුරකින්න",
    "Details" : "විස්තර",
    "Download" : "බාගන්න",
    "Create" : "සාදන්න"
},
"nplurals=2; plural=(n != 1);");