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

ps.js « l10n « lib - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 429e3a30f00fea9f404348929e5ffd822793c62e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "lib",
    {
    "Cannot write into \"config\" directory!" : "شسیب",
    "This can usually be fixed by giving the webserver write access to the config directory" : "شسیب",
    "Or, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "شسیب",
    "Unknown filetype" : "د فایل ډول نامعلوم دی",
    "Invalid image" : "انځور سم نه دی",
    "Help" : "مرسته",
    "Apps" : "اپلېکشنونه",
    "Settings" : "سمونې",
    "Users" : "کارنان",
    "Storage is temporarily not available" : "ذخیره د لنډې مودې لپاره نشته"
},
"nplurals=2; plural=(n != 1);");