diff options
Diffstat (limited to 'translations/source/ca/sccomp/messages.po')
-rw-r--r-- | translations/source/ca/sccomp/messages.po | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/translations/source/ca/sccomp/messages.po b/translations/source/ca/sccomp/messages.po new file mode 100644 index 000000000..9d623cc1e --- /dev/null +++ b/translations/source/ca/sccomp/messages.po @@ -0,0 +1,87 @@ +#. extracted from sccomp/inc +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" +"POT-Creation-Date: 2018-02-27 13:56+0100\n" +"PO-Revision-Date: 2017-11-24 08:05+0000\n" +"Last-Translator: Joan Montané <joan@montane.cat>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: ca\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-Accelerator-Marker: ~\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1511510745.000000\n" + +#: sccomp/inc/strings.hrc:25 +msgctxt "RID_SOLVER_COMPONENT" +msgid "%PRODUCTNAME Linear Solver" +msgstr "Solucionador lineal del %PRODUCTNAME" + +#: sccomp/inc/strings.hrc:26 +msgctxt "RID_COINMP_SOLVER_COMPONENT" +msgid "%PRODUCTNAME CoinMP Linear Solver" +msgstr "Solucionador lineal CoinMP del %PRODUCTNAME" + +#: sccomp/inc/strings.hrc:27 +msgctxt "RID_SWARM_SOLVER_COMPONENT" +msgid "%PRODUCTNAME Swarm Non-Linear Solver (experimental)" +msgstr "%PRODUCTNAME Solucionador no lineal en eixam (experimental)" + +#: sccomp/inc/strings.hrc:28 +msgctxt "RID_PROPERTY_NONNEGATIVE" +msgid "Assume variables as non-negative" +msgstr "Assumeix que les variables no són negatives" + +#: sccomp/inc/strings.hrc:29 +msgctxt "RID_PROPERTY_INTEGER" +msgid "Assume variables as integer" +msgstr "Assumeix que les variables són enters" + +#: sccomp/inc/strings.hrc:30 +msgctxt "RID_PROPERTY_TIMEOUT" +msgid "Solving time limit (seconds)" +msgstr "Límit de temps per a la resolució (en segons)" + +#: sccomp/inc/strings.hrc:31 +msgctxt "RID_PROPERTY_EPSILONLEVEL" +msgid "Epsilon level (0-3)" +msgstr "Nivell d'èpsilon (0-3)" + +#: sccomp/inc/strings.hrc:32 +msgctxt "RID_PROPERTY_LIMITBBDEPTH" +msgid "Limit branch-and-bound depth" +msgstr "Limita la profunditat de l'algorisme de branca i límit" + +#: sccomp/inc/strings.hrc:33 +msgctxt "RID_PROPERTY_ALGORITHM" +msgid "Swarm algorithm (0 - Differential Evolution, 1 - Particle Swarm Optimization)" +msgstr "Algoritme en eixam (0 - evolució diferencial, 1 - optimització de l'eixam de partícules)" + +#: sccomp/inc/strings.hrc:34 +msgctxt "RID_ERROR_NONLINEAR" +msgid "The model is not linear." +msgstr "El model no és lineal." + +#: sccomp/inc/strings.hrc:35 +msgctxt "RID_ERROR_EPSILONLEVEL" +msgid "The epsilon level is invalid." +msgstr "El nivell d'èpsilon no és vàlid." + +#: sccomp/inc/strings.hrc:36 +msgctxt "RID_ERROR_INFEASIBLE" +msgid "The model is infeasible. Check limiting conditions." +msgstr "El model no és factible. Comproveu les condicions límit." + +#: sccomp/inc/strings.hrc:37 +msgctxt "RID_ERROR_UNBOUNDED" +msgid "The model is unbounded." +msgstr "El model és il·limitat." + +#: sccomp/inc/strings.hrc:38 +msgctxt "RID_ERROR_TIMEOUT" +msgid "The time limit was reached." +msgstr "S'ha assolit el temps límit." |