1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "files_accesscontrol", |
||
3 | { |
||
4 | "No rule given" : "Engin regla gefin", |
||
5 | "Block access to a file" : "Loka á aðgang að skrá", |
||
6 | "File is accessed" : "Aðgangur er að skrá", |
||
7 | "File access control" : "Aðgangsstýring skráa", |
||
8 | "Control access to files based on conditions" : "Stýrðu aðgangi að skrám með skilyrðum" |
||
9 | }, |
||
10 | "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); |
||
11 |
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.