move translations structure one directory up

This commit is contained in:
Norbert Thiebaud
2012-09-01 13:16:17 -05:00
parent 90b5d08e5f
commit 2a531c1cdd
33046 changed files with 1 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
#. extracted from sccomp/source/solver.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+sccomp%2Fsource%2Fsolver.oo&subcomponent=ui\n"
"POT-Creation-Date: 2012-07-04 16:39+0200\n"
"PO-Revision-Date: 2011-04-20 00:16+0200\n"
"Last-Translator: Antón <meixome@certima.net>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Translate Toolkit 1.9.0\n"
"X-Accelerator-Marker: ~\n"
#: solver.src#RID_SOLVER_COMPONENT.string.text
msgid "%PRODUCTNAME Linear Solver"
msgstr "Resolvedor lineal %PRODUCTNAME"
#: solver.src#RID_PROPERTY_NONNEGATIVE.string.text
msgid "Assume variables as non-negative"
msgstr "Supoñer variábeis non negativas"
#: solver.src#RID_PROPERTY_INTEGER.string.text
msgid "Assume variables as integer"
msgstr "Supoñer variábeis de tipo enteiro"
#: solver.src#RID_PROPERTY_TIMEOUT.string.text
msgid "Solving time limit (seconds)"
msgstr "Tempo límite para resolver (segundos)"
#: solver.src#RID_PROPERTY_EPSILONLEVEL.string.text
msgid "Epsilon level (0-3)"
msgstr "Nivel épsilon (0-3)"
#: solver.src#RID_PROPERTY_LIMITBBDEPTH.string.text
msgid "Limit branch-and-bound depth"
msgstr "Limitar a profundidade do algoritmo ramificación e acotación"
#: solver.src#RID_ERROR_NONLINEAR.string.text
msgid "The model is not linear."
msgstr "O modelo non é lineal."
#: solver.src#RID_ERROR_EPSILONLEVEL.string.text
msgid "The epsilon level is invalid."
msgstr "O nivel de épsilon é invalido."
#: solver.src#RID_ERROR_INFEASIBLE.string.text
msgid "The model is infeasible. Check limiting conditions."
msgstr "O modelo non é factíbel. Comprobe as condicións de restrición."
#: solver.src#RID_ERROR_UNBOUNDED.string.text
msgid "The model is unbounded."
msgstr "O modelo é inacotábel."
#: solver.src#RID_ERROR_TIMEOUT.string.text
msgid "The time limit was reached."
msgstr "Alcanzouse o tempo límite."