Issues (496)

l10n/hr.js (1 issue)

Languages
Labels
Severity
1
OC.L10N.register(
0 ignored issues
show
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
    "Data" : "Podaci",
5
    "Filter by" : "Filtriraj prema",
6
    "Value" : "Vrijednost",
7
    "Saved" : "Spremljeno",
8
    "Delete" : "Izbriši",
9
    "Loading" : "Učitavanje",
10
    "OK" : "U redu",
11
    "Cancel" : "Odustani",
12
    "Filter" : "Filtar",
13
    "Add" : "Dodaj",
14
    "Bar" : "Bar",
15
    "Overview" : "Pregled",
16
    "Remove from favorites" : "Ukloni iz favorita",
17
    "Delete folder" : "Izbriši mapu",
18
    "Add to favorites" : "Dodaj u favorite",
19
    "Share" : "Dijeli",
20
    "Save" : "Spremi",
21
    "Download" : "Preuzmi",
22
    "Report" : "Prijavi",
23
    "New" : "Novo",
24
    "Share link" : "Dijeli poveznicu",
25
    "Link copied" : "Poveznica je kopirana",
26
    "Type" : "Vrsta",
27
    "Notification" : "Obavijest",
28
    "Date" : "Datum",
29
    "Year" : "Godina",
30
    "New in" : "Novo u",
31
    "View changelog" : "Prikaži zapis promjena",
32
    "Search" : "Traži",
33
    "Showing 0 to 0 of 0 entries" : "Prikazuje se 0 do 0 od 0 unosa",
34
    "Total" : "Ukupno",
35
    "External" : "Vanjsko",
36
    "Yes" : "Da",
37
    "No" : "Ne",
38
    "Authentication" : "Autentifikacija",
39
    "Version" : "Inačica",
40
    "File" : "Datoteka",
41
    "Announcements" : "Obavijesti",
42
    "copy" : "kopiraj",
43
    "The password is wrong. Try again." : "Pogrešna zaporka. Pokušajte ponovno.",
44
    "Password" : "Zaporka",
45
    "Options" : "Mogućnosti",
46
    "Favorites" : "Favoriti",
47
    "Translate" : "Prevedi",
48
    "Back" : "Natrag",
49
    "Settings" : "Postavke",
50
    "Name" : "Naziv",
51
    "Display" : "Prikaz",
52
    "Chart" : "Grafikon",
53
    "Advanced" : "Napredno",
54
    "Open documentation" : "Otvori dokumentaciju",
55
    "Update" : "Ažuriraj",
56
    "Export" : "Izvoz",
57
    "Description" : "Opis",
58
    "Import" : "Uvezi",
59
    "Others" : "Ostalo",
60
    "Title" : "Naslov",
61
    "Copy" : "Kopirajte",
62
    "Daily" : "Svaki dan",
63
    "Hourly" : "Svaki sat",
64
    "Basic settings" : "Osnovne postavke",
65
    "Unshare" : "Prestani dijeliti",
66
    "Password protection" : "Zaštita zaporkom",
67
    "Copy link" : "Kopiraj poveznicu",
68
    "Color" : "Boja",
69
    "Get more information" : "Dohvatite više informacija",
70
    "Nextcloud forum" : "Nextcloudov forum",
71
    "Create" : "Stvori"
72
},
73
"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
74