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 @@
Console = "Interaktive Konsole"
AddScript = "Skript hinzufuegen"
AddScript = "Skript hinzufügen"
ScriptOptions = "Skriptoptionen"
ExecuteScript = "Skript ausfuehren"
ExecuteScript = "Skript ausführen"
AutoImportScript = "Automatischer Import in Konsole"
DeleteScript = "Skript loeschen"
DeleteScript = "Skript löschen"
FunctionsAndVariables = "Funktionen und Variablen"
AllowedCharactersaz09 = "Erlaubte Zeichen: a-z, 0-9, _"

View File

@@ -1,15 +1,15 @@
PythonPound = "Kommentar"
PythonPercent = "Modulo"
Python1J = "Imaginaeres i"
Python1J = "Imaginäres i"
PythonLF = "Zeilenvorschub"
PythonTab = "Tabulator"
PythonAmpersand = "Bitweise und"
PythonSymbolExp = "Bitweise exklusiv oder"
PythonVerticalBar = "Bitweise oder"
PythonImag = "Imaginaerteil von z"
PythonImag = "Imaginärteil von z"
PythonReal = "Realteil von z"
PythonSingleQuote = "Einfaches Anfuehrungszeichen"
PythonAbs = "Absolute/r Wert/Groesse"
PythonSingleQuote = "Einfaches Anführungszeichen"
PythonAbs = "Absolute/r Wert/Größe"
PythonAcos = "Arkuskosinus"
PythonAcosh = "Hyperbelkosinus"
PythonAsin = "Arkussinus"
@@ -17,12 +17,12 @@ PythonAsinh = "Hyperbelsinus"
PythonAtan = "Arkustangens"
PythonAtan2 = "Gib atan(y/x)"
PythonAtanh = "Hyperbeltangens"
PythonBin = "Ganzzahl nach binaer konvertieren"
PythonBin = "Ganzzahl nach binär konvertieren"
PythonCeil = "Aufrundung"
PythonChoice = "Zufallszahl aus der Liste"
PythonCmathFunction = "cmath-Modul-Funktionspraefix"
PythonCmathFunction = "cmath-Modul-Funktionspräfix"
PythonColor = "Definiere eine RGB-Farbe"
PythonComplex = "a+ib zurueckgeben"
PythonComplex = "a+ib zurückgeben"
PythonCopySign = "Return x with the sign of y"
PythonCos = "Kosinus"
PythonCosh = "Hyperbolic cosine"