1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "files_accesscontrol", |
||
3 | { |
||
4 | "No rule given" : "Nenurodyta taisyklė", |
||
5 | "Block access to a file" : "Blokuoti prieigą prie failo", |
||
6 | "File access control" : "Failų prieigos valdymas", |
||
7 | "Control access to files based on conditions" : "Valdyti prieigą prie failų remiantis sąlygomis" |
||
8 | }, |
||
9 | "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"); |
||
10 |
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.