更新windows内置office目录名, 适配jodconverter
This commit is contained in:
@ -0,0 +1,30 @@
|
||||
#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=Mani
|
||||
NLPSolverStatusDialog.Controls.btnOK=OK
|
||||
NLPSolverStatusDialog.Controls.btnContinue=Chubeka
|
||||
|
||||
#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=Imizuzwana
|
||||
NLPSolverStatusDialog.Time.Minute=Minute
|
||||
NLPSolverStatusDialog.Time.Minutes=Imizuzu
|
||||
NLPSolverStatusDialog.Time.Hour=Hour
|
||||
NLPSolverStatusDialog.Time.Hours=Emahora
|
||||
NLPSolverStatusDialog.Time.Day=Lilanga
|
||||
NLPSolverStatusDialog.Time.Days=Emalanga
|
||||
Reference in New Issue
Block a user