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,15 +1,15 @@
SequenceApp = "Folge"
SequenceAppCapital = "FOLGE"
SequenceTab = "Folgen"
AddSequence = "Folge hinzufuegen"
ChooseSequenceType = "Das Bildungsgesetz der Folge auswaehlen"
AddSequence = "Folge hinzufügen"
ChooseSequenceType = "Das Bildungsgesetz der Folge auswählen"
SequenceType = "Bildungsgesetz der Folge"
Explicit = "Explizit"
SingleRecurrence = "Rekursion 1. Ordnung"
DoubleRecurrence = "Rekursion 2. Ordnung"
SequenceOptions = "Optionen der Folge"
SequenceColor = "Farbe der Folge"
DeleteSequence = "Folge loeschen"
DeleteSequence = "Folge löschen"
NoSequence = "Keine Folge"
NoActivatedSequence = "Keine aktive Folge"
NStart = "Startwert"