Version 4.2.0.1, tag libreoffice-4.2.0.1
[LibreOffice.git] / nlpsolver / src / locale / NLPSolverStatusDialog_en_US.properties
blob241259257ab2d2cb7d09d425cf0573ab7741bf19
1 #Dialog
2 NLPSolverStatusDialog.Dialog.Caption=Solver Status
4 #Controls
5 NLPSolverStatusDialog.Controls.lblSolution=Current Solution:
6 NLPSolverStatusDialog.Controls.lblIteration=Iteration:
7 NLPSolverStatusDialog.Controls.lblStagnation=Stagnation:
8 NLPSolverStatusDialog.Controls.lblRuntime=Runtime:
9 NLPSolverStatusDialog.Controls.btnStop=Stop
10 NLPSolverStatusDialog.Controls.btnOK=OK
11 NLPSolverStatusDialog.Controls.btnContinue=Continue
13 #Messages
14 NLPSolverStatusDialog.Message.StopIteration=Maximum iterations reached.
15 NLPSolverStatusDialog.Message.StopStagnation=Process stopped due to stagnation.
16 NLPSolverStatusDialog.Message.StopUser=Process stopped due to user interruption.
17 NLPSolverStatusDialog.Message.CurrentIteration=Process stopped at iteration %d of %d.
19 #Time formatting
20 NLPSolverStatusDialog.Time.Nanoseconds=Nanoseconds
21 NLPSolverStatusDialog.Time.Microseconds=Microseconds
22 NLPSolverStatusDialog.Time.Milliseconds=Milliseconds
23 NLPSolverStatusDialog.Time.Second=Second
24 NLPSolverStatusDialog.Time.Seconds=Seconds
25 NLPSolverStatusDialog.Time.Minute=Minute
26 NLPSolverStatusDialog.Time.Minutes=Minutes
27 NLPSolverStatusDialog.Time.Hour=Hour
28 NLPSolverStatusDialog.Time.Hours=Hours
29 NLPSolverStatusDialog.Time.Day=Day
30 NLPSolverStatusDialog.Time.Days=Days