Externe Sprachpaket entfernt.

Im Sourcecode wurde teils festkodierte Texte einprogrammiert.
Macht somit externe Library überflüssig
This commit is contained in:
HuskyTeufel
2022-03-29 10:36:08 +02:00
parent d350791acc
commit 978cfef1f0
14 changed files with 97 additions and 164 deletions

View File

@@ -58,9 +58,7 @@ namespace SanSystem
this.StartPosition = FormStartPosition.Manual;
this.Location = new Point(0, 0);
projektToolStripMenuItem.Text = Global.Instance.language.Labels["mainmenu_projekt"];
neuToolStripMenuItem.Text = Global.Instance.language.Labels["mainmenu_projekt_new"];
öffnenToolStripMenuItem.Text = Global.Instance.language.Labels["mainmenu_projekt_open"];
toolStripStatus_projekt_Label.Text = Datenbank.Instance.projekt;
this.Text += " " + Global.Instance.PROGRAMMVERSION;