l10n/sq.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 63
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 62
mnd 0
bc 0
fnc 0
dl 0
loc 63
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
    "Value" : "Vlerë",
5
    "Saved" : "Ruajtur",
6
    "Delete" : "Fshij",
7
    "Done" : "U bë",
8
    "OK" : "OK",
9
    "Cancel" : "Anullo",
10
    "Filter" : "Filtro",
11
    "Add" : "Shto",
12
    "Remove from favorites" : "Remove from favorites",
13
    "Delete folder" : "Fshini dosjen",
14
    "Add to favorites" : "Shtoje tek të parapëlqyerat",
15
    "Share" : "Shpërndaje",
16
    "Save" : "Ruaje",
17
    "Download" : "Shkarko",
18
    "Report" : "Raporto",
19
    "New" : "I ri",
20
    "Share link" : "Lidhje ndarjeje",
21
    "Link copied" : "Linku u kopjua",
22
    "Type" : "Shtyp",
23
    "Notification" : "Njoftim",
24
    "Date" : "Data",
25
    "New in" : "I ri në ",
26
    "Search" : "Kërko",
27
    "Total" : "Total",
28
    "External" : "I jashtëm",
29
    "Yes" : "Yes",
30
    "No" : "Jo",
31
    "Authentication" : "Mirëfilltësim",
32
    "Version" : "Versioni",
33
    "Local" : "Lokale",
34
    "File" : "Skedar ",
35
    "Announcements" : "Lajmërimet",
36
    "copy" : "kopjo",
37
    "The password is wrong. Try again." : "Fjalëkalim i gabuar. Provojeni sërish.",
38
    "Password" : "Fjalëkalim",
39
    "Favorites" : "Favorites",
40
    "Translate" : "Përkthe",
41
    "Back" : "Prapa",
42
    "Settings" : "Rregullimet",
43
    "Name" : "Emri",
44
    "Display" : "Ekran",
45
    "Advanced" : "Të avancuara",
46
    "Open documentation" : "Dokumentacion i hapur",
47
    "Update" : "Përditëso",
48
    "Export" : "Eksport",
49
    "Description" : "Përshkrim",
50
    "Import" : "Import",
51
    "Setting" : "Konfigurim",
52
    "Title" : "Titulli",
53
    "Copy" : "Kopjoni",
54
    "Daily" : "Përditë",
55
    "Hourly" : "Çdo orë",
56
    "Basic settings" : "Konfigurime bazike",
57
    "Unshare" : "Hiqe ndarjen",
58
    "Password protection" : "Password protection",
59
    "Copy link" : "Kopjo linkun",
60
    "Color" : "Ngjyrë ",
61
    "Create" : "Krijo"
62
},
63
"nplurals=2; plural=(n != 1);");
64