1 | OC.L10N.register( |
||
0 ignored issues
–
show
|
|||
2 | "analytics", |
||
3 | { |
||
4 | "Data" : "Data", |
||
5 | "Value" : "Verdi", |
||
6 | "Saved" : "Lagra", |
||
7 | "errors" : "feil", |
||
8 | "Select file" : "Vel fil", |
||
9 | "Delete" : "Slett", |
||
10 | "greater than" : "større enn", |
||
11 | "less than" : "mindre enn", |
||
12 | "contains" : "inneheld", |
||
13 | "OK" : "OK", |
||
14 | "Cancel" : "Avbryt", |
||
15 | "Filter" : "Filter", |
||
16 | "Variables" : "Variablar", |
||
17 | "Add" : "Legg til", |
||
18 | "Overview" : "Oversyn", |
||
19 | "Remove from favorites" : "Remove from favorites", |
||
20 | "Delete folder" : "Slett mappe", |
||
21 | "Add to favorites" : "Legg til i favorittar", |
||
22 | "Share" : "Del", |
||
23 | "Save" : "Lagre", |
||
24 | "All data will be deleted!" : "Alle data vert sletta", |
||
25 | "Download" : "Last ned", |
||
26 | "New" : "Ny", |
||
27 | "More Information …" : "Meir informasjon…", |
||
28 | "Share link" : "Del lenkje", |
||
29 | "Link copied" : "Lenkje kopiert", |
||
30 | "Delete data" : "Slett data", |
||
31 | "Type" : "Type", |
||
32 | "none" : "ingen", |
||
33 | "Green" : "Grøn", |
||
34 | "Red" : "Raud", |
||
35 | "Yellow" : "Gul", |
||
36 | "Date" : "Dato", |
||
37 | "Year" : "År", |
||
38 | "Search" : "Søk", |
||
39 | "Total" : "Totalt", |
||
40 | "Yes" : "Ja", |
||
41 | "No" : "Nei", |
||
42 | "Authentication" : "Godkjenning", |
||
43 | "Version" : "Utgåve", |
||
44 | "Local" : "Lokal", |
||
45 | "File" : "Fil", |
||
46 | "The password is wrong. Try again." : "Passordet er gale. Prøv igjen.", |
||
47 | "Password" : "Passord", |
||
48 | "Favorites" : "Favorittar", |
||
49 | "Back" : "Tilbake", |
||
50 | "Settings" : "Innstillingar", |
||
51 | "More information …" : "Meir informasjon…", |
||
52 | "Name" : "Namn", |
||
53 | "Advanced" : "Avansert", |
||
54 | "Open documentation" : "Opne dokumentasjon", |
||
55 | "Update" : "Oppdater", |
||
56 | "Export" : "Eksporter", |
||
57 | "Description" : "Skildring", |
||
58 | "Import" : "Importer", |
||
59 | "Title" : "Tittel", |
||
60 | "Copy" : "Kopier", |
||
61 | "Daily" : "Kvar dag", |
||
62 | "Hourly" : "Kvar time", |
||
63 | "Unshare" : "Fjern deling", |
||
64 | "Password protection" : "Password protection", |
||
65 | "Copy link" : "Kopier lenkje", |
||
66 | "Color" : "Farge", |
||
67 | "Nextcloud forum" : "Nextcloud forum", |
||
68 | "Create" : "Lag" |
||
69 | }, |
||
70 | "nplurals=2; plural=(n != 1);"); |
||
71 |
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.