1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); |
||
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.