let texts = new function() { this.content = {"organization.settings.databoxUpdate.error":"Data z mojedatovaschranka.cz se nepoda\u0159ila na\u010d\u00edst, skute\u010dn\u011b m\u00e1te zavedenou datovu schr\u00e1nku?","organization.settings.aresUpdate.error":"Data z ARESu se nepoda\u0159ila na\u010d\u00edst, kontaktujte podporu."}; this.get = function (code) { if (this.content.hasOwnProperty(code)) { return this.content[code]; } return null; }; }