mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
14 lines
470 B
Plaintext
14 lines
470 B
Plaintext
CalculApp = "Berechnung"
|
|
CalculAppCapital = "BERECHNUNG"
|
|
AdditionalResults = "Weitere Ergebnisse"
|
|
DecimalBase = "Dezimal"
|
|
HexadecimalBase = "Hexadezimal"
|
|
BinaryBase = "Binär"
|
|
PrimeFactors = "Primfaktoren"
|
|
MixedFraction = "Gemischte Zahl"
|
|
EuclideanDivision = "Division mit Rest"
|
|
AdditionalDeterminant = "Determinante"
|
|
AdditionalInverse = "Inverse"
|
|
AdditionalRowEchelonForm = "Stufenform"
|
|
AdditionalReducedRowEchelonForm = "Reduzierte Stufenform"
|
|
AdditionalTrace = "Spur" |