l10n/is.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 73
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 72
mnd 0
bc 0
fnc 0
dl 0
loc 73
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" : "Gildi",
5
    "Saved" : "Vistað",
6
    "Delete" : "Eyða",
7
    "Done" : "Lokið",
8
    "OK" : "Í lagi",
9
    "Cancel" : "Hætta við",
10
    "Filter" : "Sía",
11
    "Add" : "Bæta við",
12
    "Line" : "Lína",
13
    "Bar" : "Bar",
14
    "Overview" : "Yfirlit",
15
    "Remove from favorites" : "Fjarlægja úr eftirlætum",
16
    "Delete folder" : "Eyða möppu",
17
    "Add to favorites" : "Bæta í Eftirlæti",
18
    "Share" : "Deila",
19
    "Save" : "Vista",
20
    "Download" : "Sækja",
21
    "Report" : "Skýrsla",
22
    "New" : "Nýtt",
23
    "Share link" : "Deila tengli",
24
    "Link copied" : "Tengill afritaður",
25
    "Type" : "Tegund",
26
    "Notification" : "Tilkynning",
27
    "Date" : "Dagsetning",
28
    "Year" : "Ár",
29
    "New in" : "Nýtt í",
30
    "View changelog" : "Skoða breytingaannál",
31
    "Search" : "Search",
32
    "Total" : "Alls",
33
    "External" : "Utanaðkomandi",
34
    "Yes" : "Já",
35
    "No" : "Nei",
36
    "Authentication" : "Auðkenning",
37
    "Version" : "Útgáfa",
38
    "Local" : "Staðvært",
39
    "Announcements" : "Tilkynningar",
40
    "copy" : "afrita",
41
    "The password is wrong. Try again." : "Lykilorðið er rangt. Reyndu aftur.",
42
    "Password" : "Lykilorð",
43
    "Options" : "Valkostir",
44
    "Favorites" : "Eftirlæti",
45
    "Translate" : "Þýða",
46
    "Back" : "Til baka",
47
    "Settings" : "Stillingar",
48
    "Name" : "Heiti",
49
    "Display" : "Birting",
50
    "Table" : "Tafla",
51
    "Advanced" : "Ítarlegt",
52
    "Open documentation" : "Opna hjálparskjöl",
53
    "Update" : "Uppfæra",
54
    "Export" : "Flytja út",
55
    "Nextcloud Assistant" : "Nextcloud Aðstoð",
56
    "Description" : "Lýsing",
57
    "Import" : "Flytja inn",
58
    "Others" : "Others",
59
    "Setting" : "Stilling",
60
    "Title" : "Titill",
61
    "Copy" : "Afrita",
62
    "Daily" : "Daglega",
63
    "Hourly" : "Klukkutíma fresti",
64
    "Basic settings" : "Grunnstillingar",
65
    "Unshare" : "Hætta deilingu",
66
    "Password protection" : "Verndun með lykilorði",
67
    "Copy link" : "Afrita tengil",
68
    "Color" : "Litur",
69
    "Get more information" : "Til að fá frekari upplýsingar",
70
    "Nextcloud forum" : "Nextcloud spjallsvæði",
71
    "Create" : "Búa til"
72
},
73
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");
74