summaryrefslogtreecommitdiff
path: root/source/sl/nlpsolver
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-01 13:16:17 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-16 11:22:44 -0500
commit2a531c1cdded4ca03e7ca5b96fb356883edfa370 (patch)
treeadc1e32d89b8a6835144ce352945ee7321539350 /source/sl/nlpsolver
parent90b5d08e5f9e727693085c56684b6009ad945392 (diff)
move translations structure one directory up
Diffstat (limited to 'source/sl/nlpsolver')
-rw-r--r--source/sl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po205
-rw-r--r--source/sl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po23
-rw-r--r--source/sl/nlpsolver/src/locale.po179
3 files changed, 407 insertions, 0 deletions
diff --git a/source/sl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po b/source/sl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
new file mode 100644
index 00000000000..d781f302e5c
--- /dev/null
+++ b/source/sl/nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.po
@@ -0,0 +1,205 @@
+#. extracted from nlpsolver/help/en/com.sun.star.comp.Calc.NLPSolver.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fhelp%2Fen%2Fcom.sun.star.comp.Calc.NLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-08-17 20:19+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: sl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: Options.xhp#tit.help.text
+msgid "Options"
+msgstr "Možnosti"
+
+#: Options.xhp#bm_id0503200917110375_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Options</bookmark_value>"
+msgstr "<bookmark_value>reševalec za nelinearne probleme;možnosti</bookmark_value>"
+
+#: Options.xhp#hd_id0503200917103593.help.text
+msgid "General Options"
+msgstr "Splošne možnosti"
+
+#: Options.xhp#par_id0503200917103780.help.text
+msgid "Size of Swarm"
+msgstr "Velikost jate"
+
+#: Options.xhp#par_id0503200917103723.help.text
+msgid "… defines the number of individuals to participate in the learning process. Each individual finds its own solutions and contributes to the overall knowledge."
+msgstr "... določa število posameznikov, ki sodelujejo v postopku učenja. Vsak posameznik najde lastne rešitve in prispeva skupnemu znanju."
+
+#: Options.xhp#par_id0503200917103771.help.text
+msgid "Learning Cycles"
+msgstr "Učni cikli"
+
+#: Options.xhp#par_id0503200917103720.help.text
+msgid "… defines the number of iterations, the algorithm should take. In each iteration, all individuals make a guess on the best solution and share their knowledge."
+msgstr "... določa število iteracij, ki naj jih izvede algoritem. V vsaki iteraciji vsak posameznik opravi ugibanje o najboljši rešitvi in deli znanje z drugimi."
+
+#: Options.xhp#par_id0503200917103732.help.text
+msgid "Variable Bounds Guessing"
+msgstr "Ugibanje omejitev spremenljivk"
+
+#: Options.xhp#par_id050320091710378.help.text
+msgid "If enabled (default), the algorithm tries to find variable bounds by looking at the starting values."
+msgstr "Če je vključeno (privzeto), poskuša algoritem najti omejitve spremenljivk z upoštevanjem začetnih vrednosti."
+
+#: Options.xhp#par_id0503200917103794.help.text
+msgid "Variable Bounds Threshold"
+msgstr "Prag omejitev spremenljivk"
+
+#: Options.xhp#par_id0503200917103710.help.text
+msgid "When guessing variable bounds, this threshold specifies, how the initial values are shifted to build the bounds. For an example how these values are calculated, please refer to the Manual in the Wiki."
+msgstr "Pri ugibanju omejitev spremenljivk ta prag določa, kako se začetne vrednosti zamaknejo pri določanju omejitev. Če želite videti primer, kako se te vrednosti izračunajo, si oglejte priročnik na wikiju."
+
+#: Options.xhp#par_id0503200917103740.help.text
+msgid "Use ACR Comparator"
+msgstr "Uporabi primerjalnik ACR"
+
+#: Options.xhp#par_id0503200917103766.help.text
+msgid "If <emph>disabled</emph> (default), the BCH Comparator is used. It compares two individuals by first looking at their constraint violations and only if those are equal, it measures their current solution."
+msgstr "Če je <emph>onemogočeno</emph> (privzeto), je uporabljen primerjalnik BCH. Slednji primerja dva posameznika najprej z njunim kršenjem omejitev in le če sta slednji enaki, oceni njuno trenutno rešitev."
+
+#: Options.xhp#par_id0503200917103744.help.text
+msgid "If <emph>enabled</emph>, the ACR Comparator is used. It compares two individuals dependent on the current iteration and measures their goodness with knowledge about the libraries worst known solutions (in regard to their constraint violations)."
+msgstr "Če je <emph>omogočeno</emph>, je uporabljen primerjalnik ACR. Slednji primerja dva posameznika glede na trenutno iteracijo in oceni njuno kakovost z znanjem o najslabših znanih rešitvah v knjižnici (glede na njihove kršitve omejitev)."
+
+#: Options.xhp#par_id0503200917103792.help.text
+msgid "Use Random Starting Point"
+msgstr "Uporabi naključno izhodiščno točko"
+
+#: Options.xhp#par_id0503200917103790.help.text
+msgid "If <emph>enabled</emph>, the library is simply filled up with randomly chosen points."
+msgstr "Če je <emph>omogočeno</emph>, se knjižnica enostavno zapolni z naključno izbranimi točkami."
+
+#: Options.xhp#par_id0503200917103765.help.text
+msgid "If <emph>disabled</emph>, the currently present values (as given by the user) are inserted in the library as reference point."
+msgstr "Če je <emph>onemogočeno</emph>, so trenutno prisotne vrednosti (kot jih je podal uporabnik) vstavljene v knjižnico kot referenčne točke."
+
+#: Options.xhp#par_id0504200917103794.help.text
+msgid "Stagnation Limit"
+msgstr "Meja stagnacije"
+
+#: Options.xhp#par_id050320091710377.help.text
+msgid "If this number of individuals found solutions within a close range, the iteration is stopped and the best of these values is chosen as optimal."
+msgstr "Če takšno število posameznikov najde rešitve v bližnjem obsegu, se iteracija ustavi in najboljša izmed teh vrednosti bo izbrana kot optimalna."
+
+#: Options.xhp#par_id0503200917103762.help.text
+msgid "Stagnation Tolerance"
+msgstr "Toleranca stagnacije"
+
+#: Options.xhp#par_id0503200917103834.help.text
+msgid "Defines in what range solutions are considered “similar”."
+msgstr "Določa, katerem obsegu veljajo rešitve za 'podobne'."
+
+#: Options.xhp#par_id0503200917103891.help.text
+msgid "Show Enhanced Solver Status"
+msgstr "Pokaži napredno stanje reševalca"
+
+#: Options.xhp#par_id0503200917103832.help.text
+msgid "If <emph>enabled</emph>, an additional dialog is shown during the solving process which gives informations about the current progress, the level of stagnation, the currently best known solution as well as the possibility, to stop or resume the solver."
+msgstr "Če je <emph>omogočeno</emph>, je med postopkom reševanja prikazano dodatno pogovorno okno, ki obvešča o trenutnem napredku, o ravni stagnacije, trenutni najboljši rešitvi kot tudi o možnosti ustavitve ali nadaljevanja dela reševalca."
+
+#: Options.xhp#hd_id0603200910392151.help.text
+msgid "DEPS-specific Options"
+msgstr "Možnosti za DEPS"
+
+#: Options.xhp#par_id0603200910394232.help.text
+msgid "Agent Switch Rate"
+msgstr "Hitrost preklopa agenta"
+
+#: Options.xhp#par_id0603200910394248.help.text
+msgid "Specifies the probability for an individual to choose the Differential Evolution strategy."
+msgstr "Določa verjetnost, da posameznik izbere strategijo diferenčne evolucije (DE)."
+
+#: Options.xhp#par_id0603200910394277.help.text
+msgid "DE: Crossover Probability"
+msgstr "DE: Verjetnost sekanja"
+
+#: Options.xhp#par_id0603200910394280.help.text
+msgid "… defines the probability of the individual being combined with the globally best point. If crossover is not used, the point is assembled from the own memory of the individual."
+msgstr "... določa verjetnost posameznika, kombinirano z globalno najboljšo točko. Če sekanje ni uporabljeno, je točka sestavljena iz lastnega spomina posameznika."
+
+#: Options.xhp#par_id0603200910394216.help.text
+msgid "DE: Scaling Factor"
+msgstr "DE: Faktor spremembe merila"
+
+#: Options.xhp#par_id060320091039424.help.text
+msgid "During crossover, the scaling factor decides about the “speed” of movement."
+msgstr "Med sekanjem faktor odloča o \"hitrosti\" gibanja."
+
+#: Options.xhp#par_id060320091039421.help.text
+msgid "PS: Constriction Coefficient"
+msgstr "PS: Koeficient krčenja"
+
+#: Options.xhp#par_id0603200910394225.help.text
+msgid "… defines the speed at which the particles/individuals move towards each other."
+msgstr "... določa hitrosti, pri kateri se delci/posamezniki premikajo drug proti drugemu."
+
+#: Options.xhp#par_id0603200910394222.help.text
+msgid "PS: Cognitive Constant"
+msgstr "PS: Kognitivna konstanta"
+
+#: Options.xhp#par_id0603200910394212.help.text
+msgid "… sets the importance of the own memory (in particular the best reached point so far)."
+msgstr "... nastavi pomembnost lastnega spomina (še posebej najboljše doslej dosežene točke)."
+
+#: Options.xhp#par_id0603200910394292.help.text
+msgid "PS: Social Constant"
+msgstr "PS: Socialna konstanta"
+
+#: Options.xhp#par_id0603200910394284.help.text
+msgid "… sets the importance of the global best point between all particles/individuals."
+msgstr "... nastavi pomembnost globalno najboljše točke med vsemi delci/posamezniki."
+
+#: Options.xhp#par_id060320091039425.help.text
+msgid "PS: Mutation Probability"
+msgstr "PS: Verjetnost mutacije"
+
+#: Options.xhp#par_id0603200910394272.help.text
+msgid "… defines the probability, that instead of moving a component of the particle towards the best point, it randomly chooses a new value from the valid range for that variable."
+msgstr "... določa verjetnost, da namesto premikanja komponente delca proti najboljši točki naključno izbere novo vrednost iz veljavnega obsega za to spremenljivko."
+
+#: Options.xhp#hd_id0603200910401383.help.text
+msgid "SCO-specific Options"
+msgstr "Možnosti za SCO"
+
+#: Options.xhp#par_id0603200910401382.help.text
+msgid "Size of Library"
+msgstr "Velikost knjižnice"
+
+#: Options.xhp#par_id060320091040136.help.text
+msgid "… defines the amount of informations to store in the public library. Each individual stores knowledge there and asks for informations."
+msgstr "... določa količino informacij, hranjenih v javni knjižnici. Vsak posameznik tam shrani znanje in sprašuje za informacijami."
+
+#: Usage.xhp#tit.help.text
+msgctxt "Usage.xhp#tit.help.text"
+msgid "Usage"
+msgstr "Raba"
+
+#: Usage.xhp#bm_id0603200910434044_scalc.help.text
+msgid "<bookmark_value>Solver for Nonlinear Problems;Usage</bookmark_value>"
+msgstr "<bookmark_value>reševalec za nelinearne probleme;raba</bookmark_value>"
+
+#: Usage.xhp#hd_id0603200910430882.help.text
+msgctxt "Usage.xhp#hd_id0603200910430882.help.text"
+msgid "Usage"
+msgstr "Raba"
+
+#: Usage.xhp#par_id0603200910430845.help.text
+msgid "Regardless whether you use DEPS or SCO, you start by going to Tools → Solver and set the Cell to be optimized, the direction to go (minimization, maximization) and the cells to be modified to reach the goal. Then you go to the Options and specify the solver to be used and if necessary adjust the according <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parameters</link>."
+msgstr "Ne glede na to, ali uporabljate DEPS ali SCO, začnite z ukazom Orodja - Reševalec in določite celico, ki naj bo optimizirana, smer (minimizacija, maksimizacija) in celice, ki naj se spreminjajo, da bo cilj dosežen. Nato pojdite v Možnosti in določite reševalca, ki ga želite uporabiti, in, če je potrebno, prilagodite ustrezne <link href=\"com.sun.star.comp.Calc.NLPSolver/Options.xhp\">parametre</link>."
+
+#: Usage.xhp#par_id0603200910430821.help.text
+msgid "There is also a list of constraints you can use to restrict the possible range of solutions or to penalize certain conditions. However, in case of the evolutionary solvers DEPS and SCO, these constraints are also used to specify bounds on the variables of the problem. Due to the random nature of the algorithms, it is <emph>highly recommended</emph> to do so and give upper (and in case \"Assume Non-Negative Variables\" is turned off also lower) bounds for all variables. They don't have to be near the actual solution (which is probably unknown) but should give a rough indication of the expected size (0 ≤ var ≤ 1 or maybe -1000000 ≤ var ≤ 1000000)."
+msgstr "Uporabite lahko tudi seznam omejitev in sicer za omejitev možnega obsega rešitev ali za kaznovanje nekaterih pogojev. Vendar pa se v primeru evolucijskih reševalcev DEPS in SCO te omejitve uporabljajo tudi za določitev meja na spremenljivkah problema. Zaradi naključnostne narave algoritmov je <emph>toplo priporočeno</emph>, da to storite in podate zgornjo (ter v primeru izključene možnosti \"Domnevaj nenegativne spremenljivke\" tudi spodnjo) mejo za vse spremenljivke. Ni potrebno, da so blizu dejanske rešitve (ki je običajno neznana), vendar podajajo grobo oceno pričakovane velikosti (0 ≤ var ≤ 1 ali morda -1000000 ≤ var ≤ 1000000)."
+
+#: Usage.xhp#par_id0603200910430873.help.text
+msgid "Bounds are specified by selecting one or more variables (as range) on the left side and entering a numerical value (not a cell or a formula) on the right side. That way you can also choose one or more variables to be <emph>Integer</emph> or <emph>Binary</emph> only."
+msgstr "Meje so določene z izborom ene ali več spremenljivk (kot obseg) na levi strani in z vnosom številske vrednosti (ne celice ali formule) na desni strani. Na ta način lahko izberete tudi eno ali več spremenljivk, da so le <emph>Integer</emph> (celoštevilske) ali <emph>Binary</emph> (dvojiške)."
diff --git a/source/sl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po b/source/sl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
new file mode 100644
index 00000000000..6ddb5463cdb
--- /dev/null
+++ b/source/sl/nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.po
@@ -0,0 +1,23 @@
+#. extracted from nlpsolver/src/com/sun/star/comp/Calc/NLPSolver.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Fcom%2Fsun%2Fstar%2Fcomp%2FCalc%2FNLPSolver.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-08-17 20:19+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: sl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: description.xml#dispname.dispname.description.text
+msgid "Solver for Nonlinear Programming"
+msgstr "Reševalec za nelinearno programiranje"
+
+#: description.xml#extdesc.extdesc.description.text
+msgid "This extension integrates into Calc and offers new Solver engines to use for optimizing nonlinear programming models.\n"
+msgstr "Ta razširitev se vgradi v Calc in reševalcu doda nove mehanizme za optimizacijo nelinearnih programskih modelov.\n"
diff --git a/source/sl/nlpsolver/src/locale.po b/source/sl/nlpsolver/src/locale.po
new file mode 100644
index 00000000000..665dbaa014c
--- /dev/null
+++ b/source/sl/nlpsolver/src/locale.po
@@ -0,0 +1,179 @@
+#. extracted from nlpsolver/src/locale.oo
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+nlpsolver%2Fsrc%2Flocale.oo&subcomponent=ui\n"
+"POT-Creation-Date: 2012-08-17 20:19+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: sl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.9.0\n"
+"X-Accelerator-Marker: ~\n"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AssumeNonNegative.property.text
+msgid "Assume Non-Negative Variables"
+msgstr "Domnevaj nenegativne spremenljivke"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.SwarmSize.property.text
+msgid "Size of Swarm"
+msgstr "Velikost jate"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LibrarySize.property.text
+msgid "Size of Library"
+msgstr "Velikost knjižnice"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.LearningCycles.property.text
+msgid "Learning Cycles"
+msgstr "Učni cikli"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.GuessVariableRange.property.text
+msgid "Variable Bounds Guessing"
+msgstr "Ugibanje omejitev spremenljivk"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.VariableRangeThreshold.property.text
+msgid "Variable Bounds Threshold (when guessing)"
+msgstr "Prag omejitev spremenljivk (pri ugibanju)"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseACRComparator.property.text
+msgid "Use ACR Comparator (instead of BCH)"
+msgstr "Uporabi primerjalnik ACR (namesto BCH)"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.UseRandomStartingPoint.property.text
+msgid "Use Random starting point"
+msgstr "Uporabi naključno izhodiščno točko"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.StagnationLimit.property.text
+msgid "Stagnation Limit"
+msgstr "Meja stagnacije"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.Tolerance.property.text
+msgid "Stagnation Tolerance"
+msgstr "Toleranca stagnacije"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.EnhancedSolverStatus.property.text
+msgid "Show enhanced solver status"
+msgstr "Pokaži napredno stanje reševalca"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.AgentSwitchRate.property.text
+msgid "Agent Switch Rate (DE Probability)"
+msgstr "Hitrost preklopa agenta (verjetnost DE)"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DEFactor.property.text
+msgid "DE: Scaling Factor (0-1.2)"
+msgstr "DE: Faktor spremembe merila (0-1,2)"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.DECR.property.text
+msgid "DE: Crossover Probability (0-1)"
+msgstr "DE: Verjetnost sekanja (0-1)"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC1.property.text
+msgid "PS: Cognitive Constant"
+msgstr "PS: Kognitivna konstanta"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSC2.property.text
+msgid "PS: Social Constant"
+msgstr "PS: Socialna konstanta"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSWeight.property.text
+msgid "PS: Constriction Coefficient"
+msgstr "PS: Koeficient krčenja"
+
+#: NLPSolverCommon_en_US.properties#NLPSolverCommon.Properties.PSCL.property.text
+msgid "PS: Mutation Probability (0-0.005)"
+msgstr "PS: Verjetnost mutacije (0-0,005)"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Dialog.Caption.property.text
+msgid "Solver Status"
+msgstr "Stanje reševalca"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblSolution.property.text
+msgid "Current Solution:"
+msgstr "Trenutna rešitev:"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblIteration.property.text
+msgid "Iteration:"
+msgstr "Iteracija:"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblStagnation.property.text
+msgid "Stagnation:"
+msgstr "Stagnacija:"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.lblRuntime.property.text
+msgid "Runtime:"
+msgstr "Čas izvajanja:"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnStop.property.text
+msgid "Stop"
+msgstr "Ustavi"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnOK.property.text
+msgid "OK"
+msgstr "V redu"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Controls.btnContinue.property.text
+msgid "Continue"
+msgstr "Nadaljuj"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopIteration.property.text
+msgid "Maximum iterations reached."
+msgstr "Doseženo največje število iteracij."
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopStagnation.property.text
+msgid "Process stopped due to stagnation."
+msgstr "Postopek ustavljen zaradi stagnacije."
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.StopUser.property.text
+msgid "Process stopped due to user interruption."
+msgstr "Postopek ustavljen zaradi prekinitve s strani uporabnika."
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Message.CurrentIteration.property.text
+msgid "Process stopped at iteration %d of %d."
+msgstr "Postopek ustavljen pri iteraciji %d od %d."
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Nanoseconds.property.text
+msgid "Nanoseconds"
+msgstr "nanosekund"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Microseconds.property.text
+msgid "Microseconds"
+msgstr "mikrosekund"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Milliseconds.property.text
+msgid "Milliseconds"
+msgstr "milisekund"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Second.property.text
+msgid "Second"
+msgstr "sekunda"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Seconds.property.text
+msgid "Seconds"
+msgstr "sekund"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minute.property.text
+msgid "Minute"
+msgstr "minuta"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Minutes.property.text
+msgid "Minutes"
+msgstr "minut"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hour.property.text
+msgid "Hour"
+msgstr "ura"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Hours.property.text
+msgid "Hours"
+msgstr "ur"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Day.property.text
+msgid "Day"
+msgstr "dan"
+
+#: NLPSolverStatusDialog_en_US.properties#NLPSolverStatusDialog.Time.Days.property.text
+msgid "Days"
+msgstr "dni"