Completed
Push — master ( 162b35...d13a6c )
by
unknown
02:10
created

l10n/sl.js   A

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 18
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 0
wmc 0
c 1
b 0
f 0
nc 1
mnd 0
bc 0
fnc 0
dl 0
loc 18
rs 10
bpm 0
cpm 0
noi 1
1
OC.L10N.register(
0 ignored issues
show
Bug introduced by
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
    "files_paperhive",
3
    {
4
    "This file is too big to be opened. Please download the file instead." : "Datoteka je prevelika in je ni mogoče odpreti. Datoteko prejmite na disk in urejajte krajevno.",
5
    "Cannot read the file." : "Datoteke ni mogoče prebrati.",
6
    "Invalid file path supplied." : "Podana je neveljavna pot do datoteke.",
7
    "The file is locked." : "Datoteka je zaklenjena.",
8
    "An internal server error occurred." : "Prišlo je do notranje napake strežnika.",
9
    "The file already exists." : "Datoteka že obstaja.",
10
    "Received wrong response from PaperHive." : "Prejet je napačen odziv s strežnika PaperHive.",
11
    "Show Paper" : "Pokaži članek",
12
    "An error occurred!" : "Prišlo je do napake!",
13
    "Discuss" : "Dodaj odziv",
14
    "PaperHive Book" : "Knjiga PaperHive",
15
    "Your Book ID" : "ID Knjige",
16
    "Saving.." : "Poteka shranjevanje ..."
17
},
18
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");
19