0 | module CyBy.Draw.I18n.EN
2 | import Web.Async.I18n.EN
3 | import public CyBy.Draw.I18n
7 | parameters {auto log : Logger JS}
10 | abbreviations = "--abbreviations--"
17 | centerTxt = "center"
19 | chlorine = "chlorine"
21 | cyclobutane = "cyclobutane"
22 | cycloheptane = "cycloheptane"
23 | cyclohexane = "cyclohexane"
24 | cyclooctane = "cyclooctane"
25 | cyclopentane = "cyclopentane"
26 | cyclopropane = "cyclopropane"
27 | detailsTxt = "Details"
28 | doubleBond = "double bond"
31 | fluorine = "fluorine"
36 | nitrogen = "nitrogen"
38 | phosphorous = "phosphorous"
40 | pseLong = "periodic system"
43 | selectTxt = "select"
44 | setCharge = "select charge"
45 | setElement = "select element"
46 | setMass = "select mass number"
47 | singleBnd = "single bond"
48 | singleDown = "single bond down"
49 | singleEither = "single bond up or down"
50 | singleUp = "single bond up"
52 | tripleBond = "triple bond"
56 | zoomInTxt = "zoom in"
57 | zoomOutTxt = "zoom out"
59 | copied = info "structure copied to clipboard"
60 | readErr x = error "error when reading structure: \{x}"
62 | logOpened p = info "file opened: \{p}"
63 | noMetadata p = error "File \{p} does not contain any CyBy metadata. It might have been created or edited by another program."
64 | wrongFileType p = error "unsupported file type: \{p}"
69 | SelAbbr {} => trace "DrawEvent: \{show x}"
70 | SetTempl {} => trace "DrawEvent: \{show x}"
71 | Load {} => trace "DrawEvent: \{show x}"
72 | Move {} => trace "DrawEvent: \{show x}"
73 | _ => debug "DrawEvent: \{show x}"