l10n/kab.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 41
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 40
mnd 0
bc 0
fnc 0
dl 0
loc 41
bpm 0
cpm 0
noi 1
c 0
b 0
f 0
1
OC.L10N.register(
0 ignored issues
show
Bug introduced by
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
    "analytics",
3
    {
4
    "Delete" : "Kkes",
5
    "Done" : "Immed",
6
    "OK" : "IH",
7
    "Cancel" : "Sefsex",
8
    "Filter" : "Sizdeg",
9
    "Add" : "Rnu",
10
    "Remove from favorites" : "Kkes-it seg ismal",
11
    "Add to favorites" : "Rnu ismal",
12
    "Share" : "Bḍu",
13
    "Save" : "Sekles",
14
    "Download" : "Sider",
15
    "Report" : "Aneqqis",
16
    "Share link" : "Fren aseɣwen",
17
    "Link copied" : "Aseɣwen yettwanɣel",
18
    "Type" : "Anaw",
19
    "Notification" : "Alɣu",
20
    "Search" : "Nadi",
21
    "Yes" : "Oui",
22
    "No" : "Uhu",
23
    "Local" : "Adigan",
24
    "File" : "Afaylu",
25
    "Announcements" : "Ilɣa",
26
    "Password" : "Awal uffir",
27
    "Options" : "Iɣewwaṛen",
28
    "Favorites" : "Imenyafen",
29
    "Translate" : "Suqel",
30
    "Back" : "Retour",
31
    "Settings" : "Iɣewwaṛen",
32
    "Name" : "Nom",
33
    "Advanced" : "Talqayt",
34
    "Title" : "Azwel",
35
    "Copy" : "Nɣel",
36
    "Daily" : "S wass",
37
    "Hourly" : "S usrag",
38
    "Copy link" : "Nɣel aseɣwen",
39
    "Create" : "Snulfu-d"
40
},
41
"nplurals=2; plural=(n != 1);");
42