| 12345678910111213141516171819202122232425262728293031 |
- #Dialog
- NLPSolverStatusDialog.Dialog.Caption=Solver Status
- #Controls
- NLPSolverStatusDialog.Controls.lblSolution=Current Solution:
- NLPSolverStatusDialog.Controls.lblIteration=Iteration:
- NLPSolverStatusDialog.Controls.lblStagnation=Stagnation:
- NLPSolverStatusDialog.Controls.lblRuntime=Runtime:
- NLPSolverStatusDialog.Controls.btnStop=Stop
- NLPSolverStatusDialog.Controls.btnOK=OK
- NLPSolverStatusDialog.Controls.btnContinue=Continue
- #Messages
- NLPSolverStatusDialog.Message.StopIteration=Maximum iterations reached.
- NLPSolverStatusDialog.Message.StopStagnation=Process stopped due to stagnation.
- NLPSolverStatusDialog.Message.StopUser=Process stopped due to user interruption.
- NLPSolverStatusDialog.Message.CurrentIteration=Process stopped at iteration %d of %d.
- #Time formatting
- NLPSolverStatusDialog.Time.Nanoseconds=Nanoseconds
- NLPSolverStatusDialog.Time.Microseconds=Microseconds
- NLPSolverStatusDialog.Time.Milliseconds=Milliseconds
- NLPSolverStatusDialog.Time.Second=Second
- NLPSolverStatusDialog.Time.Seconds=Sekonnen
- NLPSolverStatusDialog.Time.Minute=Minutt
- NLPSolverStatusDialog.Time.Minutes=Minutten
- NLPSolverStatusDialog.Time.Hour=Stonn
- NLPSolverStatusDialog.Time.Hours=Stonnen
- NLPSolverStatusDialog.Time.Day=Dag
- NLPSolverStatusDialog.Time.Days=Deeg
|