mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
25 lines
961 B
Plaintext
25 lines
961 B
Plaintext
FunctionApp = "Funktionen"
|
|
FunctionAppCapital = "FUNKTIONEN"
|
|
FunctionTab = "Funktionen"
|
|
AddFunction = "Funktion hinzufuegen"
|
|
DeleteFunction = "Funktion loeschen"
|
|
FunctionColor = "Farbe der Funktion"
|
|
NoFunction = "Keine Funktion"
|
|
NoActivatedFunction = "Keine aktive Funktion"
|
|
PlotOptions = "Plotoptionen"
|
|
Compute = "Berechnen"
|
|
Zeros = "Nullstellen"
|
|
Tangent = "Tangente"
|
|
Intersection = "Schnittmenge"
|
|
SelectLowerBound = "Untere Integrationsgrenze"
|
|
SelectUpperBound = "Obere Integrationsgrenze"
|
|
NoMaximumFound = "Kein Maximalwert gefunden"
|
|
NoMinimumFound = "Kein Mindestwert gefunden"
|
|
NoZeroFound = "Keine Nullstelle gefunden"
|
|
NoIntersectionFound = "Kein Schnittpunkt gefunden"
|
|
DerivativeFunctionColumn = "Spalte der Ableitungsfunktion"
|
|
HideDerivativeColumn = "Ableitungsfunktion ausblenden"
|
|
AllowedCharactersAZaz09 = "Erlaubte Zeichen: A-Z, a-z, 0-9, _"
|
|
ReservedName = "Reserviertes Wort"
|
|
NameCannotStartWithNumber = "Ein name darf nicht mit einer Zahl beginnen"
|