Issues (83)

l10n/fa.js (1 issue)

Labels
Severity
1
OC.L10N.register(
0 ignored issues
show
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.

To learn more about declaring variables in Javascript, see the MDN.

Loading history...
2
    "files_accesscontrol",
3
    {
4
    "No rule given" : "قانونی داده نشده است",
5
    "Block access to a file" : "محدودیت دسترسی به یک فایل",
6
    "File is accessed" : "فایل ها قابل دسترسی است",
7
    "File access control" : "واپایش دسترسی  به فایل",
8
    "Control access to files based on conditions" : "کنترل دسترسی به پرونده ها را بر اساس شرایط موجود"
9
},
10
"nplurals=2; plural=(n > 1);");
11