Externe Sprachpaket entfernt.
Im Sourcecode wurde teils festkodierte Texte einprogrammiert. Macht somit externe Library überflüssig
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace SanShared
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
public interface ILanguage
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
Dictionary<string, string> Fehlermeldungen { get; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
Dictionary<string, string> Labels { get; }
|
||||
}
|
||||
}
|
||||
@@ -61,7 +61,6 @@
|
||||
<Compile Include="Exceptions\DataBaseVersionMismatchException.cs" />
|
||||
<Compile Include="Exceptions\LangNotFoundException.cs" />
|
||||
<Compile Include="IAuftraggeber.cs" />
|
||||
<Compile Include="ILanguage.cs" />
|
||||
<Compile Include="IMakeProtokol.cs" />
|
||||
<Compile Include="IProjekt.cs" />
|
||||
<Compile Include="IReadCSVData.cs" />
|
||||
|
||||
Reference in New Issue
Block a user