1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "files_accesscontrol", |
||
3 | { |
||
4 | "No rule given" : "Nicio regulă definită", |
||
5 | "File access control" : "Control acces fișiere" |
||
6 | }, |
||
7 | "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); |
||
8 |
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.