1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
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 |
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.