Issues (496)

l10n/bs.js (1 issue)

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
    "Saved" : "Spremljeno",
5
    "Delete" : "Obriši",
6
    "OK" : "OK",
7
    "Cancel" : "Otkaži",
8
    "Add" : "Dodaj",
9
    "Remove from favorites" : "Remove from favorites",
10
    "Delete folder" : "Izbriši fasciklu",
11
    "Add to favorites" : "Add to favorites",
12
    "Share" : "Podjeli",
13
    "Save" : "Spremi",
14
    "Download" : "Preuzmi",
15
    "New" : "Novo",
16
    "Share link" : "Podijelite vezu",
17
    "Type" : "Type",
18
    "Date" : "Date",
19
    "Search" : "Search",
20
    "Yes" : "Yes",
21
    "No" : "No",
22
    "Version" : "Verzija",
23
    "Local" : "Lokalno",
24
    "Password" : "Lozinka",
25
    "Favorites" : "Favoriti",
26
    "Settings" : "Podešavanje",
27
    "Name" : "Ime",
28
    "Advanced" : "Napredno",
29
    "Update" : "Ažuriraj",
30
    "Export" : "Izvezi",
31
    "Description" : "Opis",
32
    "Import" : "Uvoz",
33
    "Title" : "Naslov",
34
    "Daily" : "Dnevno",
35
    "Hourly" : "Svakog sata",
36
    "Unshare" : "Prestani  dijeliti",
37
    "Password protection" : "Password protection",
38
    "Create" : "Ustvari"
39
},
40
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
41