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

ps.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a866d5623b326da9a46a2a3510e69ac890d20804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "richdocuments",
    {
    "File is too big" : "د فایل وزن ډېر دی",
    "Invalid file provided" : "فایل روغ نه دی",
    "Cancel" : "پرېښول",
    "Close" : "بندول",
    "Error" : "شسیب",
    "Save" : "ساتل",
    "Remove from favorites" : "له نښو ويستل",
    "Add to favorites" : "په نښه کول",
    "Details" : "معلومات",
    "Download" : "ښکته کول"
},
"nplurals=2; plural=(n != 1);");