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-05-22 16:51+0200\n"
"Last-Translator: Konrad <raknor@wp.pl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\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 "%PRODUCTNAME Solver liniowy"
#: solver.src#RID_PROPERTY_NONNEGATIVE.string.text
msgid "Assume variables as non-negative"
msgstr "Przyjmij, że zmienne są liczbami nieujemnymi"
#: solver.src#RID_PROPERTY_INTEGER.string.text
msgid "Assume variables as integer"
msgstr "Przyjmij, że zmienne są liczbami całkowitymi"
#: solver.src#RID_PROPERTY_TIMEOUT.string.text
msgid "Solving time limit (seconds)"
msgstr "Limit czasu szukania rozwiązania (w sekundach)"
#: solver.src#RID_PROPERTY_EPSILONLEVEL.string.text
msgid "Epsilon level (0-3)"
msgstr "Poziom epsilon (03)"
#: solver.src#RID_PROPERTY_LIMITBBDEPTH.string.text
msgid "Limit branch-and-bound depth"
msgstr "Ogranicz głębokość odgałęzienia i powiązania"
#: solver.src#RID_ERROR_NONLINEAR.string.text
msgid "The model is not linear."
msgstr "Model nie jest liniowy."
#: solver.src#RID_ERROR_EPSILONLEVEL.string.text
msgid "The epsilon level is invalid."
msgstr "Nieprawidłowy poziom epsilon."
#: solver.src#RID_ERROR_INFEASIBLE.string.text
msgid "The model is infeasible. Check limiting conditions."
msgstr "Model jest nierealistyczny. Sprawdź poprawność zdefiniowanych ograniczeń."
#: solver.src#RID_ERROR_UNBOUNDED.string.text
msgid "The model is unbounded."
msgstr "Model jest niepowiązany."
#: solver.src#RID_ERROR_TIMEOUT.string.text
msgid "The time limit was reached."
msgstr "Upłynął limit czasu."