Issues (496)

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
    "Delete" : "Obriši",
5
    "Done" : "Gotovo",
6
    "OK" : "U redu",
7
    "Cancel" : "Otkaži",
8
    "Add" : "Dodaj",
9
    "Remove from favorites" : "Ukloni iz omiljenih",
10
    "Add to favorites" : "Dodaj u omiljene",
11
    "Share" : "Podeli",
12
    "Save" : "Sačuvaj",
13
    "Report" : "Prijavi",
14
    "New" : "Nov",
15
    "Share link" : "Podeli vezu",
16
    "Link copied" : "Veza iskopirana",
17
    "Type" : "Tip",
18
    "Date" : "Date",
19
    "Search" : "Traži",
20
    "Yes" : "Da",
21
    "No" : "Ne",
22
    "Version" : "Verzija",
23
    "File" : "Fajl",
24
    "copy" : "kopiraj",
25
    "Password" : "Lozinka",
26
    "Favorites" : "Omiljene",
27
    "Translate" : "Prevedi",
28
    "Back" : "Nazad",
29
    "Settings" : "Поставке",
30
    "Name" : "Ime",
31
    "Display" : "Prikaz",
32
    "Update" : "Ažuriraj",
33
    "Description" : "Opis",
34
    "Import" : "Uvezi",
35
    "Title" : "Naslov",
36
    "Copy" : "Kopiraj",
37
    "Daily" : "дневно",
38
    "Hourly" : "сваки сат",
39
    "Unshare" : "Ukini deljenje",
40
    "Password protection" : "Password protection",
41
    "Copy link" : "Kopiraj vezu",
42
    "Create" : "Napravi"
43
},
44
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
45