Fixed german special characters

Now that special unicode characters are supported, when appropriate, replaced occurrences of the 'ae', 'oe', 'ue', and 'ss' digrams with the proper character.
This commit is contained in:
critor
2019-05-20 18:11:07 +02:00
committed by EmilieNumworks
parent a36ea6d1e3
commit ec40cdd347
13 changed files with 59 additions and 59 deletions

View File

@@ -1,8 +1,8 @@
FunctionApp = "Funktionen"
FunctionAppCapital = "FUNKTIONEN"
FunctionTab = "Funktionen"
AddFunction = "Funktion hinzufuegen"
DeleteFunction = "Funktion loeschen"
AddFunction = "Funktion hinzufügen"
DeleteFunction = "Funktion löschen"
FunctionColor = "Farbe der Funktion"
NoFunction = "Keine Funktion"
NoActivatedFunction = "Keine aktive Funktion"