19 lines
802 B
JavaScript
19 lines
802 B
JavaScript
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" : "ذخیره د لنډې مودې لپاره نشته",
|
|
"Delete" : "ړنګول",
|
|
"Share" : "شریکول",
|
|
"Unlimited" : "نامحدود"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|