l10n/lb.js
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 45
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 0
Metric Value
wmc 0
eloc 44
mnd 0
bc 0
fnc 0
dl 0
loc 45
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
    "Saved" : "Gespäichert",
5
    "Delete" : "Läschen",
6
    "OK" : "OK",
7
    "Cancel" : "Ofbriechen",
8
    "Add" : "Derbäimaachen",
9
    "Remove from favorites" : "Remove from favorites",
10
    "Delete folder" : "Dossier läschen",
11
    "Add to favorites" : "Add to favorites",
12
    "Share" : "Deelen",
13
    "Save" : "Späicheren",
14
    "Download" : "Eroflueden",
15
    "New" : "Nei",
16
    "Share link" : "Link deelen",
17
    "Link copied" : "Link kopéiert",
18
    "Type" : "Typ",
19
    "Date" : "Date",
20
    "Search" : "Search",
21
    "Yes" : "Yes",
22
    "No" : "No",
23
    "The password is wrong. Try again." : "Den Passwuert ass incorrect. Probeier ed nach eng keier.",
24
    "Password" : "Passwuert",
25
    "Favorites" : "Favoriten",
26
    "Translate" : "Iwwersetzen",
27
    "Back" : "Zeréck",
28
    "Settings" : "Astellungen",
29
    "Name" : "Numm",
30
    "Advanced" : "Erweidert",
31
    "Open documentation" : "Dokumentatioun opmaachen",
32
    "Update" : "Update",
33
    "Export" : "Exportéieren",
34
    "Description" : "Beschreiwung",
35
    "Import" : "Importéieren",
36
    "Title" : "Titel",
37
    "Copy" : "Kopie",
38
    "Daily" : "All Dag",
39
    "Hourly" : "All Stonn",
40
    "Unshare" : "Net méi deelen",
41
    "Password protection" : "Password protection",
42
    "Copy link" : "Link kopéieren",
43
    "Create" : "Erstellen"
44
},
45
"nplurals=2; plural=(n != 1);");
46