Example #1
0
 public LocaleFilePackReader()
 {
     this.ResourcePortalSettings               = Globals.GetPortalSettings();
     this.EXCEPTION_FileRead                   = this.GetLocalizedString("EXCEPTION_FileRead");
     this.EXCEPTION_LangPack_Install           = this.GetLocalizedString("EXCEPTION.LangPack.Install");
     this.EXCEPTION_LangPack_ManifestZip       = this.GetLocalizedString("EXCEPTION.LangPack.ManifestZip");
     this.EXCEPTION_LangPack_ManifestLoad      = this.GetLocalizedString("EXCEPTION.LangPack.ManifestLoad");
     this.EXCEPTION_LangPack_FileMissing       = this.GetLocalizedString("EXCEPTION.LangPack.FileMissing");
     this.EXCEPTION_LangPack_ResourceLoad      = this.GetLocalizedString("EXCEPTION.LangPack.Install");
     this.LOG_LangPack_Job_LoadManifest        = this.GetLocalizedString("LOG.LangPack.Job.LoadManifest");
     this.LOG_LangPack_Job_DeserializeManifest = this.GetLocalizedString("LOG.LangPack.Job.DeserializeManifest");
     this.LOG_LangPack_Job_LoadFiles           = this.GetLocalizedString("LOG.LangPack.Job.LoadFiles");
     this.LOG_LangPack_Job_ImportFiles         = this.GetLocalizedString("LOG.LangPack.Job.SaveFiles");
     this.LOG_LangPack_Job_CreateLocale        = this.GetLocalizedString("LOG.LangPack.Job.CreateLocale");
     this.LOG_LangPack_LoadFiles               = this.GetLocalizedString("LOG.LangPackReader.LoadFiles");
     this.LOG_LangPack_ImportFiles             = this.GetLocalizedString("LOG.LangPackReader.UnzipFiles");
     this.LOG_LangPack_CreateLocale            = this.GetLocalizedString("LOG.LangPackReader.CreateLocale");
     this.LOG_LangPack_ModuleWarning           = this.GetLocalizedString("LOG.LangPackReader.ModuleWarning");
     this._ProgressLog = new PaLogger();
 }
Example #2
0
 public LocaleFilePackWriter()
 {
     this._ProgressLog = new PaLogger();
 }