mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
24 lines
809 B
Plaintext
24 lines
809 B
Plaintext
FunctionApp = "Functions"
|
|
FunctionAppCapital = "FUNCTIONS"
|
|
FunctionTab = "Functions"
|
|
AddFunction = "Add function"
|
|
DeleteFunction = "Delete function"
|
|
FunctionColor = "Function color"
|
|
NoFunction = "No function"
|
|
NoActivatedFunction = "No function is turned on"
|
|
PlotOptions = "Plot options"
|
|
Compute = "Calculate"
|
|
Zeros = "Zeros"
|
|
Tangent = "Tangent"
|
|
Intersection = "Intersection"
|
|
SelectLowerBound = "Select lower bound"
|
|
SelectUpperBound = "Select upper bound"
|
|
NoMaximumFound = "No maximum found"
|
|
NoMinimumFound = "No minimum found"
|
|
NoZeroFound = "No zero found"
|
|
NoIntersectionFound = "No intersection found"
|
|
DerivativeFunctionColumn = "Derivative function column"
|
|
HideDerivativeColumn = "Hide the derivative function"
|
|
AllowedCharactersAZaz09 = "Allowed characters: A-Z, a-z, 0-9, _"
|
|
ReservedName = "Reserved name"
|