Issues (83)

l10n/uk.js (1 issue)

Labels
Severity
1
OC.L10N.register(
0 ignored issues
show
The variable OC seems to be never declared. If this is a global, consider adding a /** global: OC */ comment.

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.

Loading history...
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 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);");
11