1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "files_accesscontrol", |
||
3 | { |
||
4 | "No rule given" : "Asnjë rregull i dhënë", |
||
5 | "File access control" : "Kontrolli i aksesit të skedarëve", |
||
6 | "Control access to files based on conditions" : "Lejim të kontrollit të skedarëve sipas kushteve" |
||
7 | }, |
||
8 | "nplurals=2; plural=(n != 1);"); |
||
9 |
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.