diff options
Diffstat (limited to 'nlpsolver/locale/NLPSolverStatusDialog_nb.properties')
-rw-r--r-- | nlpsolver/locale/NLPSolverStatusDialog_nb.properties | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/nlpsolver/locale/NLPSolverStatusDialog_nb.properties b/nlpsolver/locale/NLPSolverStatusDialog_nb.properties new file mode 100644 index 0000000..7601b17 --- /dev/null +++ b/nlpsolver/locale/NLPSolverStatusDialog_nb.properties @@ -0,0 +1,27 @@ +#Dialog +NLPSolverStatusDialog.Dialog.Caption=L\u00F8sningstatus +#Controls +NLPSolverStatusDialog.Controls.lblSolution=Gjeldende l\u00F8sning: +NLPSolverStatusDialog.Controls.lblIteration=Gjentakelse: +NLPSolverStatusDialog.Controls.lblStagnation=Stagnasjon: +NLPSolverStatusDialog.Controls.lblRuntime=Kj\u00F8retid: +NLPSolverStatusDialog.Controls.btnStop=Stopp +NLPSolverStatusDialog.Controls.btnOK=OK +NLPSolverStatusDialog.Controls.btnContinue=Fortsett +#Messages +NLPSolverStatusDialog.Message.StopIteration=Prosess stoppet p\u00E5 grunn av stagnasjon. +NLPSolverStatusDialog.Message.StopStagnation=Prosess stoppet av bruker. +NLPSolverStatusDialog.Message.StopUser=Prosess stoppet av bruker. +NLPSolverStatusDialog.Message.CurrentIteration=Prosessen stoppet p\u00E5 gjentakelse %d av %d. +#Time formatting +NLPSolverStatusDialog.Time.Nanoseconds=Nanosekund +NLPSolverStatusDialog.Time.Microseconds=Mikrosekund +NLPSolverStatusDialog.Time.Milliseconds=Millisekund +NLPSolverStatusDialog.Time.Second=Sekund +NLPSolverStatusDialog.Time.Seconds=Sekunder +NLPSolverStatusDialog.Time.Minute=Minutt +NLPSolverStatusDialog.Time.Minutes=Minutter +NLPSolverStatusDialog.Time.Hour=Timer +NLPSolverStatusDialog.Time.Hours=Timer +NLPSolverStatusDialog.Time.Day=Dag +NLPSolverStatusDialog.Time.Days=Dager |