Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package analitza for openSUSE:Factory checked in at 2022-12-09 16:58:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/analitza (Old) and /work/SRC/openSUSE:Factory/.analitza.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "analitza" Fri Dec 9 16:58:20 2022 rev:135 rq:1041403 version:22.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/analitza/analitza.changes 2022-11-04 17:37:02.581461826 +0100 +++ /work/SRC/openSUSE:Factory/.analitza.new.1835/analitza.changes 2022-12-09 16:58:21.295980822 +0100 @@ -1,0 +2,20 @@ +Fri Dec 2 12:24:30 UTC 2022 - Christophe Marin <christo...@krop.fr> + +- Update to 22.12.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/gear/22.12.0/ + +------------------------------------------------------------------- +Sat Nov 26 16:44:07 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.11.90 + * New feature release + +------------------------------------------------------------------- +Sat Nov 12 08:53:19 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr> + +- Update to 22.11.80 + * New feature release + +------------------------------------------------------------------- Old: ---- analitza-22.08.3.tar.xz analitza-22.08.3.tar.xz.sig New: ---- analitza-22.12.0.tar.xz analitza-22.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ analitza.spec ++++++ --- /var/tmp/diff_new_pack.cin10R/_old 2022-12-09 16:58:21.839983515 +0100 +++ /var/tmp/diff_new_pack.cin10R/_new 2022-12-09 16:58:21.847983555 +0100 @@ -1,7 +1,7 @@ # # spec file for package analitza # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,15 @@ %define soversion 8 -%define kf5_version 5.60.0 +%define kf5_version 5.90.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without released Name: analitza -Version: 22.08.3 +Version: 22.12.0 Release: 0 Summary: A library to add mathematical features to programs License: LGPL-2.1-or-later -Group: System/GUI/KDE URL: https://invent.kde.org/education/analitza Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz %if %{with released} @@ -59,7 +58,6 @@ %package -n libAnalitza%{soversion} Summary: A library to add mathematical features to programs -Group: System/Libraries Requires: analitza = %{version} # Mistakenly contained libAnalitza6, 7 and 8 %if %{soversion} == 8 @@ -71,7 +69,6 @@ %package devel Summary: Development files for analitza, a mathematical feature library -Group: Development/Libraries/C and C++ Requires: libAnalitza%{soversion} = %{version} Obsoletes: analitza5-devel < %{version} @@ -85,14 +82,13 @@ %autosetup -p1 -n analitza-%{version} %build - %cmake_kf5 -d build - %cmake_build +%cmake_kf5 -d build +%cmake_build %install - %kf5_makeinstall -C build - %if %{with released} - %find_lang %{name} --with-man --with-qt --all-name - %endif +%kf5_makeinstall -C build + +%find_lang %{name} --with-man --with-qt --all-name %post -n libAnalitza%{soversion} -p /sbin/ldconfig %postun -n libAnalitza%{soversion} -p /sbin/ldconfig @@ -110,8 +106,6 @@ %{_kf5_qmldir}/ %{_kf5_sharedir}/libanalitza/ -%if %{with released} %files lang -f %{name}.lang -%endif %changelog ++++++ analitza-22.08.3.tar.xz -> analitza-22.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.08.3/.gitlab-ci.yml new/analitza-22.12.0/.gitlab-ci.yml --- old/analitza-22.08.3/.gitlab-ci.yml 2022-07-16 17:00:59.000000000 +0200 +++ new/analitza-22.12.0/.gitlab-ci.yml 2022-11-20 05:13:42.000000000 +0100 @@ -5,3 +5,5 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.08.3/CMakeLists.txt new/analitza-22.12.0/CMakeLists.txt --- old/analitza-22.08.3/CMakeLists.txt 2022-07-16 17:00:59.000000000 +0200 +++ new/analitza-22.12.0/CMakeLists.txt 2022-11-20 05:13:42.000000000 +0100 @@ -2,7 +2,7 @@ set(ANALITZA_VERSION "8.0.0") project(Analitza VERSION ${ANALITZA_VERSION}) -set(QT_MIN_VERSION "5.15.0") +set(QT_MIN_VERSION "5.15.2") set(KF5_MIN_VERSION "5.90.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.08.3/analitzaplot/plotter3d_es.cpp new/analitza-22.12.0/analitzaplot/plotter3d_es.cpp --- old/analitza-22.08.3/analitzaplot/plotter3d_es.cpp 2022-07-16 17:00:59.000000000 +0200 +++ new/analitza-22.12.0/analitzaplot/plotter3d_es.cpp 2022-11-20 05:13:42.000000000 +0100 @@ -112,7 +112,7 @@ "void main(void)\n" "{\n" - " float w = 10.*gl_FragCoord.w;\n" + " highp float w = 10.*gl_FragCoord.w;\n" " highp vec4 zvec = vec4(w, w, w, 1.0);" " gl_FragColor = mix(color, zvec, vec4(.5,.5,.5,1.));\n" "}" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.08.3/poqm/ka/analitza_qt.po new/analitza-22.12.0/poqm/ka/analitza_qt.po --- old/analitza-22.08.3/poqm/ka/analitza_qt.po 1970-01-01 01:00:00.000000000 +0100 +++ new/analitza-22.12.0/poqm/ka/analitza_qt.po 2022-11-20 05:13:42.000000000 +0100 @@ -0,0 +1,1218 @@ +msgid "" +msgstr "" +"Project-Id-Version: \n" +"POT-Creation-Date: \n" +"PO-Revision-Date: \n" +"Last-Translator: Temuri Doghonadze <temuri.doghona...@gmail.com>\n" +"Language-Team: \n" +"Language: ka\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-Qt-Contexts: true\n" +"X-Generator: Poedit 3.1.1\n" + +msgctxt "QObject|dictionary" +msgid "xaxaxaxaxa" +msgstr "á®áá®áá®á" + +msgctxt "QObject|dictionary" +msgid "cosa" +msgstr "cosa" + +#: analitza/analyzer.cpp:193 +msgctxt "QCoreApplication|" +msgid "Cannot calculate an empty expression" +msgstr "áªáá áááá ááááá¡áá®á£ááááá¡ áááááááá á¨áá£á«ááááááá" + +#: analitza/analyzer.cpp:240 analitza/analyzer.cpp:259 +#: analitza/analyzer.cpp:285 +msgctxt "QCoreApplication|" +msgid "Must specify a correct operation" +msgstr "á¡áááá áá á¡á¬áá á áááá ááªááá¡ áááááááá" + +#: analitza/analyzer.cpp:255 analitza/analyzer.cpp:288 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Unknown identifier: '%1'" +msgstr "á£áªáááá ááááá¢áá¤áááá¢áá á: '%1'" + +#: analitza/analyzer.cpp:257 analitza/analyzer.cpp:290 +msgctxt "identifier separator in error message|" +msgid "', '" +msgstr "', '" + +#: analitza/analyzer.cpp:615 +msgctxt "Error message, no proper condition found.|" +msgid "Could not find a proper choice for a condition statement." +msgstr "" + +#: analitza/analyzer.cpp:936 +msgctxt "QCoreApplication|" +msgid "Type not supported for bounding." +msgstr "" + +#: analitza/analyzer.cpp:961 +msgctxt "QCoreApplication|" +msgid "The downlimit is greater than the uplimit" +msgstr "" + +#: analitza/analyzer.cpp:963 +msgctxt "QCoreApplication|" +msgid "Incorrect uplimit or downlimit." +msgstr "áá áá¡á¬áá á ááá¥á¡ááááá£á á áá áááááááá£á á ááááá¢á." + +#: analitza/analyzer.cpp:1055 analitza/analyzer.cpp:1080 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Invalid type for parameter '%1'" +msgstr "áá áá¡á¬áá á á¢ááá ááá áááá¢á áá¡áááá¡ '%1'" + +#: analitza/analyzer.cpp:1877 +msgctxt "By a cycle i mean a variable that depends on itself|" +msgid "Defined a variable cycle" +msgstr "" + +#: analitza/analyzer.cpp:1919 +msgctxt "QCoreApplication|" +msgid "The result is not a number" +msgstr "á¨ááááá á ááªá®áá áá áá" + +#: analitza/commands/blockmatrixcommands.cpp:44 +#: analitza/commands/blockmatrixcommands.cpp:234 +#: analitza/commands/listcommands.cpp:47 analitza/commands/listcommands.cpp:64 +#: analitza/commands/matrixcommands.cpp:48 +#: analitza/commands/matrixcommands.cpp:201 +#: analitza/commands/vectorcommands.cpp:45 +#: analitza/commands/vectorcommands.cpp:82 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Invalid parameter count for '%1'" +msgstr "áá áá¡á¬áá á ááá áááá¢á áááá¡ á áááááááá '%1'-á¡áááá¡" + +#: analitza/commands/blockmatrixcommands.cpp:86 +#: analitza/commands/blockmatrixcommands.cpp:119 +#: analitza/commands/blockmatrixcommands.cpp:122 +msgctxt "QCoreApplication|" +msgid "Blocks must have consistent size between each and other" +msgstr "" + +#: analitza/commands/blockmatrixcommands.cpp:90 +#: analitza/commands/blockmatrixcommands.cpp:126 +#: analitza/commands/blockmatrixcommands.cpp:263 +msgctxt "QCoreApplication|" +msgid "Do not want empty blocks" +msgstr "áá ááááá áªáá áááá ááááááá" + +#: analitza/commands/blockmatrixcommands.cpp:93 +#: analitza/commands/blockmatrixcommands.cpp:130 +#: analitza/commands/blockmatrixcommands.cpp:209 +#: analitza/commands/blockmatrixcommands.cpp:267 +msgctxt "QCoreApplication|" +msgid "Blocks must be matrices" +msgstr "ááááááá ááá¢á ááªááá á£ááá áá§áá¡" + +#: analitza/commands/blockmatrixcommands.cpp:142 +msgctxt "QCoreApplication|" +msgid "Number of blocks must be consistent" +msgstr "áááááááá¡ á áááááááá áá£ááááá á£ááá áá§áá¡" + +#: analitza/commands/blockmatrixcommands.cpp:145 +#: analitza/commands/blockmatrixcommands.cpp:211 +#: analitza/commands/matrixcommands.cpp:147 +msgctxt "QCoreApplication|" +msgid "Do not want empty vectors/matrixrow elements" +msgstr "" + +#: analitza/commands/blockmatrixcommands.cpp:150 +#: analitza/commands/blockmatrixcommands.cpp:213 +#: analitza/commands/matrixcommands.cpp:149 +msgctxt "QCoreApplication|" +msgid "Matrix constructor needs vectors or matrixrow elements" +msgstr "" + +#: analitza/commands/blockmatrixcommands.cpp:244 +#: analitza/commands/matrixcommands.cpp:288 +#, qt-format +msgctxt "QCoreApplication|" +msgid "the arg %1 is invalid or is error" +msgstr "áá áá£áááá¢á %1 áá áá¡á¬áá áá áá á¨ááªááááá" + +#: analitza/commands/eigencommands.cpp:39 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Invalid parameter count for '%1'. Should have 1 parameter" +msgstr "" + +#: analitza/commands/eigencommands.cpp:47 +#, qt-format +msgctxt "QCoreApplication|" +msgid "To use '%1' command the input matrix must be square" +msgstr "" + +#: analitza/commands/eigencommands.cpp:68 +#: analitza/commands/eigencommands.cpp:74 +#, qt-format +msgctxt "QCoreApplication|" +msgid "" +"Invalid parameter type in matrix entry (%1,%2) for '%3', it must be a number " +"value" +msgstr "" + +#: analitza/commands/eigencommands.cpp:126 +#: analitza/commands/eigencommands.cpp:193 +msgctxt "QCoreApplication|NaN means Not a Number, is an invalid float number" +msgid "Returned eigenvalue is NaN" +msgstr "" + +#: analitza/commands/eigencommands.cpp:132 +#: analitza/commands/eigencommands.cpp:196 +msgctxt "QCoreApplication|" +msgid "Returned eigenvalue is too big" +msgstr "" + +#: analitza/commands/matrixcommands.cpp:31 +msgctxt "QCoreApplication|" +msgid "Matrix dimensions must be greater than zero" +msgstr "" + +#: analitza/commands/matrixcommands.cpp:122 analitza/expression.cpp:296 +msgctxt "QCoreApplication|" +msgid "All matrixrow elements must have the same size" +msgstr "" + +#: analitza/commands/matrixcommands.cpp:127 +msgctxt "QCoreApplication|" +msgid "Not all are rows or vectors" +msgstr "á§áááá áá¬áá ááá áá ááá¥á¢áá á áá áá" + +#: analitza/commands/matrixcommands.cpp:143 +msgctxt "QCoreApplication|" +msgid "Every argument must be a matrixrow element" +msgstr "" + +#: analitza/commands/matrixcommands.cpp:241 +msgctxt "QCoreApplication|" +msgid "The nth diagonal index must be less than the row count" +msgstr "" + +#: analitza/commands/matrixcommands.cpp:249 +msgctxt "QCoreApplication|" +msgid "The nth diagonal index must be less than the column count" +msgstr "" + +#: analitza/commands/matrixcommands.cpp:265 +msgctxt "QCoreApplication|" +msgid "nth diagonal index must be integer number" +msgstr "" + +#: analitza/commands/matrixcommands.cpp:269 +msgctxt "QCoreApplication|" +msgid "nth diagonal index must be a positive integer number" +msgstr "" + +#: analitza/commands/vectorcommands.cpp:62 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Invalid parameter type for '%1', was expected a list" +msgstr "" + +#: analitza/commands/vectorcommands.cpp:75 +#: analitza/commands/vectorcommands.cpp:78 +msgctxt "QCoreApplication|" +msgid "Vector size must be some integer value greater to zero" +msgstr "" + +#: analitza/explexer.cpp:78 +msgctxt "QCoreApplication|" +msgid "Unexpectedly arrived to the end of the input" +msgstr "" + +#: analitza/explexer.cpp:112 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Unknown token %1" +msgstr "á£áªáááá áááá %1" + +#: analitza/expression.cpp:162 +#, qt-format +msgctxt "QCoreApplication|" +msgid "<em>%1</em> needs at least 2 parameters" +msgstr "" + +#: analitza/expression.cpp:164 +#, qt-format +msgctxt "QCoreApplication|" +msgid "<em>%1</em> requires %2 parameters" +msgstr "" + +#: analitza/expression.cpp:171 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Missing boundary for '%1'" +msgstr "" + +#: analitza/expression.cpp:173 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Unexpected bounding for '%1'" +msgstr "" + +#: analitza/expression.cpp:178 +#, qt-format +msgctxt "QCoreApplication|" +msgid "<em>%1</em> missing bounds on '%2'" +msgstr "" + +#: analitza/expression.cpp:200 +msgctxt "QCoreApplication|" +msgid "Wrong declare" +msgstr "áá áá¡á¬áá á áá¦á¬áá á" + +#: analitza/expression.cpp:210 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Empty container: %1" +msgstr "áªáá áááá áááá¢ááááá á: %1" + +#: analitza/expression.cpp:228 +msgctxt "there was a conditional outside a condition structure|" +msgid "We can only have conditionals inside piecewise structures." +msgstr "" + +#: analitza/expression.cpp:244 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Cannot have two parameters with the same name like '%1'." +msgstr "" + +#: analitza/expression.cpp:259 +msgctxt "" +"this is an error message. otherwise is the else in a mathml condition|" +msgid "The <em>otherwise</em> parameter should be the last one" +msgstr "" + +#: analitza/expression.cpp:267 +#, qt-format +msgctxt "there was an element that was not a conditional inside a condition|" +msgid "%1 is not a proper condition inside the piecewise" +msgstr "" + +#: analitza/expression.cpp:273 +msgctxt "QCoreApplication|" +msgid "We can only declare variables" +msgstr "" + +#: analitza/expression.cpp:279 +msgctxt "QCoreApplication|" +msgid "We can only have bounded variables" +msgstr "" + +#: analitza/expression.cpp:290 analitza/expression.cpp:495 +msgctxt "QCoreApplication|" +msgid "Do not want empty matrixrow elements" +msgstr "" + +#: analitza/expression.cpp:300 +msgctxt "QCoreApplication|" +msgid "The matrix must contain only matrixrow elements" +msgstr "" + +#: analitza/expression.cpp:419 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Error while parsing: %1" +msgstr "á¨ááªáááá áááá£á¨áááááá¡áá¡: %1" + +#: analitza/expression.cpp:450 +#, qt-format +msgctxt "An error message|" +msgid "Container unknown: %1" +msgstr "áááá¢ááááá á á£áªááááá: %1" + +#: analitza/expression.cpp:456 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Cannot codify the %1 value." +msgstr "%1-áá¡ áááá¨áááááááá¡ á¨ááªáááá¡ á¨ááªáááá." + +#: analitza/expression.cpp:462 +#, qt-format +msgctxt "QCoreApplication|" +msgid "The %1 operator cannot have child contexts." +msgstr "%1 áááá áá¢áá á¡ á¨áááá áááá¢áá¥á¡á¢ááá ááá áá¥áááá." + +#: analitza/expression.cpp:466 +#, qt-format +msgctxt "QCoreApplication|" +msgid "The element '%1' is not an operator." +msgstr "ááááááá¢á %1 áááá áá¢áá á áá áá." + +#: analitza/expression.cpp:479 +msgctxt "QCoreApplication|" +msgid "Do not want empty vectors" +msgstr "áá ááááá áªáá áááá ááá¥á¢áá ááá" + +#: analitza/expression.cpp:489 +msgctxt "QCoreApplication|" +msgid "Do not want empty matrices" +msgstr "áá ááááá áªáá áááá ááá¢á ááªááá" + +#: analitza/expression.cpp:508 +#, qt-format +msgctxt "Error message due to an unrecognized input|" +msgid "Not supported/unknown: %1" +msgstr "áá®áá ááá£ááá ááá/á£áªáááá: %1" + +#: analitza/expressionparser.cpp:296 +msgctxt "QCoreApplication|" +msgid ", " +msgstr ", " + +#: analitza/expressionparser.cpp:296 +#, qt-format +msgctxt "error message|" +msgid "Expected %1 instead of '%2'" +msgstr "áááááááá %1-á¡ %2-áá¡ áááááá " + +#: analitza/expressionparser.cpp:298 +msgctxt "QCoreApplication|" +msgid "Missing right parenthesis" +msgstr "" + +#: analitza/expressionparser.cpp:300 +msgctxt "QCoreApplication|" +msgid "Unbalanced right parenthesis" +msgstr "" + +#: analitza/expressionparser.cpp:303 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Unexpected token identifier: %1" +msgstr "" + +#: analitza/expressionparser.cpp:305 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Unexpected token %1" +msgstr "ááá£ááááááá áááá %1" + +#: analitza/expressiontypechecker.cpp:301 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Could not find a type that unifies '%1'" +msgstr "" + +#: analitza/expressiontypechecker.cpp:473 +msgctxt "QCoreApplication|" +msgid "The domain should be either a vector or a list" +msgstr "" + +#: analitza/expressiontypechecker.cpp:558 +#, qt-format +msgctxt "type error message|" +msgid "Cannot call '%1'" +msgstr "%1-áá¡ ááááá«áá®ááá á¨áá£á«ááááááá" + +#: analitza/expressiontypechecker.cpp:593 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Cannot reduce '%1' to '%2'. Invalid type of parameter '%3' for '%4'" +msgstr "" + +#: analitza/expressiontypechecker.cpp:604 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Invalid parameter count for '%2'. Should have %1 parameters." +msgstr "" + +#: analitza/expressiontypechecker.cpp:616 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Cannot compare '%1' to '%2'. Invalid type of parameter '%3' for '%4'" +msgstr "" + +#: analitza/expressiontypechecker.cpp:654 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Could not call '%1'" +msgstr "%1-áá¡ ááááá«áá®áááá¡ áá áááááá" + +#: analitza/expressiontypechecker.cpp:662 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Could not solve '%1'" +msgstr "%1-áá¡ áááá®á¡ááá¡ áá áááááá" + +#: analitza/expressiontypechecker.cpp:695 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Incoherent type for the variable '%1'" +msgstr "" + +#: analitza/expressiontypechecker.cpp:718 +msgctxt "QCoreApplication|" +msgid "Could not determine the type for piecewise" +msgstr "" + +#: analitza/expressiontypechecker.cpp:937 +msgctxt "QCoreApplication|" +msgid "Unexpected type" +msgstr "áá®áá ááá£ááá ááá á¢ááá" + +#: analitza/expressiontypechecker.cpp:960 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Cannot convert '%1' to '%2'" +msgstr "" + +#: analitza/htmlexpressionwriter.cpp:54 analitza/htmlexpressionwriter.cpp:55 +#, qt-format +msgctxt "html representation of an operator|" +msgid "<span class='op'>%1</span>" +msgstr "<span class='op'>%1</span>" + +#: analitza/htmlexpressionwriter.cpp:56 +#, qt-format +msgctxt "html representation of an operator|" +msgid "<span class='keyword'>%1</span>" +msgstr "<span class='keyword'>%1</span>" + +#: analitza/mathmlpresentationlexer.cpp:94 +#, qt-format +msgctxt "Error message|" +msgid "Unknown token '%1'" +msgstr "á£áªáááá áááá %1" + +#: analitza/operations.cpp:54 analitza/operations.cpp:191 +msgctxt "QCoreApplication|" +msgid "Cannot divide by 0." +msgstr "áá£ááá ááá§áá¤á á¨áá£á«ááááá." + +#: analitza/operations.cpp:72 analitza/operations.cpp:203 +msgctxt "QCoreApplication|" +msgid "Cannot calculate the remainder on 0." +msgstr "0-áá ááá¨ááá¡ áááááááá á¨áá£á«ááááááá." + +#: analitza/operations.cpp:84 analitza/operations.cpp:213 +msgctxt "QCoreApplication|" +msgid "Cannot calculate the factor on 0." +msgstr "0-áá á¤áá¥á¢áá áá¡ ááááááááá¡ á¨ááªáááá." + +#: analitza/operations.cpp:140 analitza/operations.cpp:261 +msgctxt "QCoreApplication|" +msgid "Cannot calculate the lcm of 0." +msgstr "0-áá¡ lcm-áá¡ ááááááááá¡ á¨ááªáááá." + +#: analitza/operations.cpp:246 +msgctxt "QCoreApplication|" +msgid "Boolean operations on complex numbers not available" +msgstr "" + +#: analitza/operations.cpp:276 +msgctxt "QCoreApplication|" +msgid "Only square root implemented for complex numbers" +msgstr "" + +#: analitza/operations.cpp:351 analitza/operations.cpp:463 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Could not calculate a value %1" +msgstr "%1-áá¡ áááá¨áááááááá¡ ááááááááá¡ á¨ááªáááá" + +#: analitza/operations.cpp:479 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Cannot calculate %1 between a value and an error type" +msgstr "" + +#: analitza/operations.cpp:495 analitza/operations.cpp:652 +#: analitza/operations.cpp:784 +msgctxt "QCoreApplication|" +msgid "Invalid index for a container" +msgstr "áááá¢ááááá áá¡ áá áá¡á¬áá á ááááá¥á¡á" + +#: analitza/operations.cpp:527 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Cannot operate '%1' on different sized vectors." +msgstr "" + +#: analitza/operations.cpp:566 +msgctxt "QCoreApplication|" +msgid "" +"Multiplication between a matrix and a vector is allowed provided that the " +"number of columns of the matrix equals the size of the vector" +msgstr "" + +#: analitza/operations.cpp:570 analitza/operations.cpp:707 +msgctxt "QCoreApplication|" +msgid "Matrix and vector entries must be numbers" +msgstr "" + +#: analitza/operations.cpp:599 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Could not calculate a vector's %1" +msgstr "" + +#: analitza/operations.cpp:621 analitza/operations.cpp:637 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Could not calculate a list's %1" +msgstr "á¡ááá¡ %1-áá¡ ááááááááá¡ á¨ááªáááá" + +#: analitza/operations.cpp:703 +msgctxt "QCoreApplication|" +msgid "" +"Multiplication between a vector and a matrix is allowed provided that the " +"matrix has only one matrixrow element" +msgstr "" + +#: analitza/operations.cpp:730 +msgctxt "QCoreApplication|" +msgid "" +"Addition of two matrices is allowed provided that both matrices have the " +"same number of rows and the same number of columns" +msgstr "" + +#: analitza/operations.cpp:762 +msgctxt "QCoreApplication|" +msgid "" +"Multiplication of two matrices is allowed provided that the number of " +"columns of the first matrix equals the number of rows of the second matrix" +msgstr "" + +#: analitza/operations.cpp:766 analitza/operations.cpp:804 +#: analitza/operations.cpp:887 +msgctxt "QCoreApplication|" +msgid "Matrix entries must be numbers" +msgstr "ááá¢á ááªáá¡ ááááááá¢ááá á ááªá®áááá á£ááá áá§áá¡" + +#: analitza/operations.cpp:879 +msgctxt "QCoreApplication|" +msgid "The exponent of 'power' must be some integer number" +msgstr "" + +#: analitza/operations.cpp:883 +msgctxt "QCoreApplication|" +msgid "Cannot compute 'power' for non square matrix" +msgstr "" + +#: analitza/operations.cpp:922 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Cannot calculate %1 between a matrix and an error type" +msgstr "" + +#: analitza/providederivative.cpp:93 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Could not calculate the derivative for '%1'" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:95 analitzagui/variablesmodel.cpp:91 +#: analitzaplot/plotsdictionarymodel.cpp:36 analitzaplot/plotsmodel.cpp:78 +msgctxt "@title:column|" +msgid "Name" +msgstr "á¡áá®ááá" + +#: analitzagui/operatorsmodel.cpp:98 +msgctxt "@title:column|" +msgid "Description" +msgstr "áá¦á¬áá á" + +#: analitzagui/operatorsmodel.cpp:101 +msgctxt "@title:column|" +msgid "Parameters" +msgstr "ááá áááá¢á ááá" + +#: analitzagui/operatorsmodel.cpp:104 +msgctxt "@title:column|" +msgid "Example" +msgstr "áááááááá" + +#: analitzagui/operatorsmodel.cpp:135 +msgctxt "Syntax for function bounding|" +msgid " : var" +msgstr " : var" + +#: analitzagui/operatorsmodel.cpp:137 +msgctxt "Syntax for function bounding values|" +msgid "=from..to" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:140 +#, qt-format +msgctxt "QCoreApplication|" +msgid "%1(" +msgstr "%1(" + +#: analitzagui/operatorsmodel.cpp:143 +#, qt-format +msgctxt "QCoreApplication|" +msgid "%1... parameters, ...%2)" +msgstr "%1... ááá áááá¢á ááá, ...%2)" + +#: analitzagui/operatorsmodel.cpp:146 +#, qt-format +msgctxt "QCoreApplication|" +msgid "par%1" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:159 +msgctxt "QCoreApplication|" +msgid "Addition" +msgstr "ááááá¢ááá" + +#: analitzagui/operatorsmodel.cpp:162 +msgctxt "QCoreApplication|" +msgid "Multiplication" +msgstr "áááá áááááá" + +#: analitzagui/operatorsmodel.cpp:165 +msgctxt "QCoreApplication|" +msgid "Division" +msgstr "ááááá§áá¤á" + +#: analitzagui/operatorsmodel.cpp:168 +msgctxt "QCoreApplication|" +msgid "Subtraction. Will remove all values from the first one." +msgstr "" + +#: analitzagui/operatorsmodel.cpp:171 +msgctxt "QCoreApplication|" +msgid "Power" +msgstr "ááááá" + +#: analitzagui/operatorsmodel.cpp:174 +msgctxt "QCoreApplication|" +msgid "Remainder" +msgstr "ááá¨áá" + +#: analitzagui/operatorsmodel.cpp:177 +msgctxt "QCoreApplication|" +msgid "Quotient" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:180 +msgctxt "QCoreApplication|" +msgid "The factor of" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:183 +msgctxt "QCoreApplication|" +msgid "Factorial. factorial(n)=n!" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:186 +msgctxt "QCoreApplication|" +msgid "Function to calculate the sine of a given angle" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:189 +msgctxt "QCoreApplication|" +msgid "Function to calculate the cosine of a given angle" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:192 +msgctxt "QCoreApplication|" +msgid "Function to calculate the tangent of a given angle" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:195 +msgctxt "QCoreApplication|" +msgid "Secant" +msgstr "á¡ááááá¢á" + +#: analitzagui/operatorsmodel.cpp:198 +msgctxt "QCoreApplication|" +msgid "Cosecant" +msgstr "ááá¡ááááá¢á" + +#: analitzagui/operatorsmodel.cpp:201 +msgctxt "QCoreApplication|" +msgid "Cotangent" +msgstr "ááá¢áááááá¡á" + +#: analitzagui/operatorsmodel.cpp:204 +msgctxt "QCoreApplication|" +msgid "Hyperbolic sine" +msgstr "á°áááá áááá£á á á¡ááá£á¡á" + +#: analitzagui/operatorsmodel.cpp:207 +msgctxt "QCoreApplication|" +msgid "Hyperbolic cosine" +msgstr "á°áááá áááá£á á ááá¡ááá£á¡á" + +#: analitzagui/operatorsmodel.cpp:210 +msgctxt "QCoreApplication|" +msgid "Hyperbolic tangent" +msgstr "á°áááá áááá£á á á¢áááááá¡á" + +#: analitzagui/operatorsmodel.cpp:213 +msgctxt "QCoreApplication|" +msgid "Hyperbolic secant" +msgstr "á°áááá áááá£á á á¡ááááá¡á" + +#: analitzagui/operatorsmodel.cpp:216 +msgctxt "QCoreApplication|" +msgid "Hyperbolic cosecant" +msgstr "á°áááá áááá£á á ááá¡ááááá¡á" + +#: analitzagui/operatorsmodel.cpp:219 +msgctxt "QCoreApplication|" +msgid "Hyperbolic cotangent" +msgstr "á°áááá áááá£á á ááá¢áááááá¡á" + +#: analitzagui/operatorsmodel.cpp:222 +msgctxt "QCoreApplication|" +msgid "Arc sine" +msgstr "áá áá¡ááá£á¡á" + +#: analitzagui/operatorsmodel.cpp:225 +msgctxt "QCoreApplication|" +msgid "Arc cosine" +msgstr "áá áááá¡ááá£á¡á" + +#: analitzagui/operatorsmodel.cpp:228 +msgctxt "QCoreApplication|" +msgid "Arc tangent" +msgstr "áá áá¢áááááá¡á" + +#: analitzagui/operatorsmodel.cpp:231 +msgctxt "QCoreApplication|" +msgid "Arc cotangent" +msgstr "áá áááá¢áááááá¡á" + +#: analitzagui/operatorsmodel.cpp:237 +msgctxt "QCoreApplication|" +msgid "Hyperbolic arc tangent" +msgstr "á°áááá áááá£á á áá áá¢áááááá¡á" + +#: analitzagui/operatorsmodel.cpp:240 +msgctxt "QCoreApplication|" +msgid "Summatory" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:243 +msgctxt "QCoreApplication|" +msgid "Productory" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:246 +msgctxt "QCoreApplication|" +msgid "For all" +msgstr "á§ááááá¡áááá¡" + +#: analitzagui/operatorsmodel.cpp:249 +msgctxt "QCoreApplication|" +msgid "Exists" +msgstr "áá á¡ááááá¡" + +#: analitzagui/operatorsmodel.cpp:252 +msgctxt "QCoreApplication|" +msgid "Differentiation" +msgstr "ááá¤áá áááªáááªáá" + +#: analitzagui/operatorsmodel.cpp:255 +msgctxt "QCoreApplication|" +msgid "Hyperbolic arc sine" +msgstr "á°áááá áááá£á á áá áá¡ááá£á¡á" + +#: analitzagui/operatorsmodel.cpp:258 +msgctxt "QCoreApplication|" +msgid "Hyperbolic arc cosine" +msgstr "á°áááá áááá£á á áá áááá¡ááá£á¡á" + +#: analitzagui/operatorsmodel.cpp:261 +msgctxt "QCoreApplication|" +msgid "Arc cosecant" +msgstr "áá áááá¡ááááá¢á" + +#: analitzagui/operatorsmodel.cpp:264 +msgctxt "QCoreApplication|" +msgid "Hyperbolic arc cosecant" +msgstr "á°áááá áááá£á á áá áááá¡ááááá¡á" + +#: analitzagui/operatorsmodel.cpp:267 +msgctxt "QCoreApplication|" +msgid "Arc secant" +msgstr "áá áá¡ááááá¢á" + +#: analitzagui/operatorsmodel.cpp:270 +msgctxt "QCoreApplication|" +msgid "Hyperbolic arc secant" +msgstr "á°áááá áááá£á á áá áá¡ááááá¡á" + +#: analitzagui/operatorsmodel.cpp:273 +msgctxt "QCoreApplication|" +msgid "Exponent (e^x)" +msgstr "áá¥á¡áááááá¢á (e^x)" + +#: analitzagui/operatorsmodel.cpp:276 +msgctxt "QCoreApplication|" +msgid "Base-e logarithm" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:279 +msgctxt "QCoreApplication|" +msgid "Base-10 logarithm" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:282 +msgctxt "QCoreApplication|" +msgid "Absolute value. abs(n)=|n|" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:285 +msgctxt "QCoreApplication|" +msgid "Conjugate" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:288 +msgctxt "QCoreApplication|" +msgid "Arg" +msgstr "áá á" + +#: analitzagui/operatorsmodel.cpp:291 +msgctxt "QCoreApplication|" +msgid "Real" +msgstr "áááááááá" + +#: analitzagui/operatorsmodel.cpp:294 +msgctxt "QCoreApplication|" +msgid "Imaginary" +msgstr "á¬áá ááá¡áá®áááá" + +#: analitzagui/operatorsmodel.cpp:297 +msgctxt "QCoreApplication|" +msgid "Floor value. floor(n)=ânâ" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:300 +msgctxt "QCoreApplication|" +msgid "Ceil value. ceil(n)=ânâ" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:303 +msgctxt "QCoreApplication|" +msgid "Minimum" +msgstr "áááááá£áá" + +#: analitzagui/operatorsmodel.cpp:306 +msgctxt "QCoreApplication|" +msgid "Maximum" +msgstr "ááá¥á¡ááá£áá" + +#: analitzagui/operatorsmodel.cpp:309 +msgctxt "QCoreApplication|" +msgid "Greater than. gt(a,b)=a>b" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:312 +msgctxt "QCoreApplication|" +msgid "Less than. lt(a,b)=a<b" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:315 +msgctxt "QCoreApplication|" +msgid "Equal. eq(a,b) = a=b" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:318 +msgctxt "QCoreApplication|" +msgid "Approximation. approx(a)=a±n" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:321 +msgctxt "QCoreApplication|" +msgid "Not equal. neq(a,b)=aâ b" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:324 +msgctxt "QCoreApplication|" +msgid "Greater or equal. geq(a,b)=aâ¥b" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:327 +msgctxt "QCoreApplication|" +msgid "Less or equal. leq(a,b)=aâ¤b" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:330 +msgctxt "QCoreApplication|" +msgid "Boolean and" +msgstr "áááááá£á á áá" + +#: analitzagui/operatorsmodel.cpp:333 +msgctxt "QCoreApplication|" +msgid "Boolean not" +msgstr "áááááá£á á áá " + +#: analitzagui/operatorsmodel.cpp:336 +msgctxt "QCoreApplication|" +msgid "Boolean or" +msgstr "áááááá£á á áá" + +#: analitzagui/operatorsmodel.cpp:339 +msgctxt "QCoreApplication|" +msgid "Boolean xor" +msgstr "áááááá£á á áá -ááá" + +#: analitzagui/operatorsmodel.cpp:342 +msgctxt "QCoreApplication|" +msgid "Boolean implication" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:345 +msgctxt "QCoreApplication|" +msgid "Greatest common divisor" +msgstr "á£ááááá¡á á¡ááá áá áááá§áá¤á" + +#: analitzagui/operatorsmodel.cpp:348 +msgctxt "QCoreApplication|" +msgid "Least common multiple" +msgstr "á£ááªáá áá¡á á¡ááá áá áááá áááá" + +#: analitzagui/operatorsmodel.cpp:351 +msgctxt "QCoreApplication|" +msgid "Root" +msgstr "Root" + +#: analitzagui/operatorsmodel.cpp:354 +msgctxt "QCoreApplication|" +msgid "Cardinal" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:357 +msgctxt "QCoreApplication|" +msgid "Scalar product" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:360 +msgctxt "QCoreApplication|" +msgid "Select the par1-th element of par2 list or vector" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:363 +msgctxt "QCoreApplication|" +msgid "Joins several items of the same type" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:366 +msgctxt "QCoreApplication|" +msgid "Applies a function to every element in a list" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:369 +msgctxt "QCoreApplication|" +msgid "Removes all elements that don't fit a condition" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:372 +msgctxt "QCoreApplication|" +msgid "Transpose" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:572 +#, qt-format +msgctxt "n-ary function prototype|" +msgid "<em>%1</em>(..., <b>par%2</b>, ...)" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:582 +#, qt-format +msgctxt "Function name in function prototype|" +msgid "<em>%1</em>(" +msgstr "<em>%1</em>(" + +#: analitzagui/operatorsmodel.cpp:583 +#, qt-format +msgctxt "Uncorrect function name in function prototype|" +msgid "<em style='color:red'><b>%1</b></em>(" +msgstr "<em style='color:red'><b>%1</b></em>(" + +#: analitzagui/operatorsmodel.cpp:586 +#, qt-format +msgctxt "Parameter in function prototype|" +msgid "par%1" +msgstr "" + +#: analitzagui/operatorsmodel.cpp:589 analitzagui/operatorsmodel.cpp:599 +#, qt-format +msgctxt "Current parameter in function prototype|" +msgid "<b>%1</b>" +msgstr "<b>%1</b>" + +#: analitzagui/operatorsmodel.cpp:592 +msgctxt "Function parameter separator|" +msgid ", " +msgstr ", " + +#: analitzagui/operatorsmodel.cpp:596 +msgctxt "Current parameter is the bounding|" +msgid " : bounds" +msgstr "" + +#: analitzagui/variablesmodel.cpp:94 +msgctxt "@title:column|" +msgid "Value" +msgstr "áááá¨ááááááá" + +#: analitzaplot/plotsfactory.cpp:49 +msgctxt "QCoreApplication|" +msgid "The expression is not correct" +msgstr "" + +#: analitzaplot/plotsfactory.cpp:72 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Function type '%1' not recognized" +msgstr "" + +#: analitzaplot/plotsfactory.cpp:74 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Function '%1' not recognized" +msgstr "" + +#: analitzaplot/plotsmodel.cpp:79 +msgctxt "@title:column|" +msgid "Plot" +msgstr "" + +#: analitzaplot/plotter3d_es.cpp:534 declarative/graph2dmobile.cpp:149 +msgctxt "QObject|" +msgid "PNG Image (*.png)" +msgstr "PNG ááááá¡áá®á£áááá (*.png)" + +#: analitzaplot/plotter3d_es.cpp:534 +msgctxt "QObject|" +msgid "PDF Document (*.pdf)" +msgstr "PDF áááá£áááá¢á (*.pdf)" + +#: analitzaplot/plotter3d_es.cpp:534 +msgctxt "QObject|" +msgid "X3D Document (*.x3d)" +msgstr "X3D áááá£áááá¢á (*.x3d)" + +#: analitzaplot/plotter3d_es.cpp:534 +msgctxt "QObject|" +msgid "STL Document (*.stl)" +msgstr "STL Document (*.stl)" + +#: analitzaplot/private/backends/cartesiancurve.cpp:64 +msgctxt "Function type|" +msgid "Plane Curve F(y)" +msgstr "" + +#: analitzaplot/private/backends/cartesiancurve.cpp:80 +msgctxt "Function type|" +msgid "Plane Curve F(x)" +msgstr "" + +#: analitzaplot/private/backends/cartesiancurve.cpp:137 +#: analitzaplot/private/backends/cartesiancurve.cpp:245 +msgctxt "QCoreApplication|" +msgid "We can only draw Real results." +msgstr "" + +#: analitzaplot/private/backends/cartesiancurve.cpp:248 +#: analitzawidgets/plotsview2d.cpp:236 +#, qt-format +msgctxt "QCoreApplication|" +msgid "x=%1 y=%2" +msgstr "x=%1 y=%2" + +#: analitzaplot/private/backends/cartesiansurface.cpp:52 +msgctxt "Function type|" +msgid "Surface z=F(x,y)" +msgstr "ááááááá á z=F(x,y)" + +#: analitzaplot/private/backends/cartesiansurface.cpp:94 +msgctxt "Function type|" +msgid "Surface y=F(x,z)" +msgstr "ááááááá á y=F(x,z)" + +#: analitzaplot/private/backends/cartesiansurface.cpp:127 +msgctxt "Function type|" +msgid "Surface x=F(y,z)" +msgstr "ááááááá á x=F(y,z)" + +#: analitzaplot/private/backends/cylindricalsurface.cpp:37 +msgctxt "Function type|" +msgid "Cylindrical Surface z=F(r: Radial, p: Polar)" +msgstr "" + +#: analitzaplot/private/backends/implicitcurve.cpp:44 +msgctxt "Function type|" +msgid "Implicit Curve" +msgstr "" + +#: analitzaplot/private/backends/implicitpolarcurve.cpp:37 +msgctxt "Function type|" +msgid "Polar implicit Curve 0=F(r: Radial, p: Polar)" +msgstr "" + +#: analitzaplot/private/backends/implicitsurface.cpp:35 +msgctxt "Function type|" +msgid "Implicit Surface" +msgstr "" + +#: analitzaplot/private/backends/parametriccurve2d.cpp:37 +msgctxt "Function type|" +msgid "Parametric Curve 2D" +msgstr "ááá áááá¢á á£áá áá á£áá 2D" + +#: analitzaplot/private/backends/parametriccurve3d.cpp:31 +msgctxt "Function type|" +msgid "Parametric Curve 3D" +msgstr "ááá áááá¢á á£áá áá á£áá 3D" + +#: analitzaplot/private/backends/parametricsurface.cpp:32 +msgctxt "Function type|" +msgid "Parametric Surface" +msgstr "ááá áááá¢á á£áá ááááááá á" + +#: analitzaplot/private/backends/polarcurve.cpp:37 +msgctxt "Function type|" +msgid "Polar Curve r=F(p: Polar)" +msgstr "" + +#: analitzaplot/private/backends/sphericalsurface.cpp:35 +msgctxt "Function type|" +msgid "Spherical Surface Radial=F(t:Azimuth, p: Polar)" +msgstr "" + +#: analitzawidgets/expressionedit.cpp:295 +#, qt-format +msgctxt "QCoreApplication|" +msgid "Result: %1" +msgstr "á¨ááááá: %1" + +#: analitzawidgets/expressionedit.cpp:405 +msgctxt "QCoreApplication|" +msgid "To Expression" +msgstr "ááááá¡áá®á£ááááá¨á" + +#: analitzawidgets/expressionedit.cpp:407 +msgctxt "QCoreApplication|" +msgid "To MathML" +msgstr "MathML-á¨á" + +#: analitzawidgets/expressionedit.cpp:409 +msgctxt "QCoreApplication|" +msgid "Simplify" +msgstr "ááááá á¢ááááá" + +#: analitzawidgets/expressionedit.cpp:411 +msgctxt "QCoreApplication|" +msgid "Examples" +msgstr "áááááááááá" + +#: analitzawidgets/plotsview2d.cpp:214 +msgctxt "QCoreApplication|" +msgid "Selected viewport too small" +msgstr "ááááá¨áá£áá á®áááá¡ á¬áá á¢ááá á«ááááá ááªáá áá" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.08.3/poqm/tr/analitza_qt.po new/analitza-22.12.0/poqm/tr/analitza_qt.po --- old/analitza-22.08.3/poqm/tr/analitza_qt.po 2022-11-01 01:01:37.000000000 +0100 +++ new/analitza-22.12.0/poqm/tr/analitza_qt.po 2022-11-20 05:13:42.000000000 +0100 @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"PO-Revision-Date: 2022-05-02 14:04+0300\n" +"PO-Revision-Date: 2022-11-15 05:01+0300\n" "Last-Translator: Emir SARI <emir_s...@icloud.com>\n" "Language-Team: Turkish <kde-l10n...@kde.org>\n" "Language: tr\n" @@ -11,7 +11,7 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" "X-Qt-Contexts: true\n" -"X-Generator: Lokalize 22.04.0\n" +"X-Generator: Lokalize 22.08.3\n" msgctxt "QObject|dictionary" msgid "xaxaxaxaxa" @@ -690,7 +690,7 @@ #: analitzagui/operatorsmodel.cpp:168 msgctxt "QCoreApplication|" msgid "Subtraction. Will remove all values from the first one." -msgstr "Ãıkarma. Tüm deÄerleri birinciden çıkartır." +msgstr "Ãıkarma. Tüm deÄerleri birinciden çıkarır." #: analitzagui/operatorsmodel.cpp:171 msgctxt "QCoreApplication|" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/analitza-22.08.3/poqm/zh_CN/analitza_qt.po new/analitza-22.12.0/poqm/zh_CN/analitza_qt.po --- old/analitza-22.08.3/poqm/zh_CN/analitza_qt.po 2022-11-01 01:01:37.000000000 +0100 +++ new/analitza-22.12.0/poqm/zh_CN/analitza_qt.po 2022-11-20 05:13:42.000000000 +0100 @@ -1,7 +1,7 @@ msgid "" msgstr "" "Project-Id-Version: kdeorg\n" -"PO-Revision-Date: 2022-10-30 07:51\n" +"PO-Revision-Date: 2022-11-19 14:51\n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" "MIME-Version: 1.0\n"