[kde-doc-english] [kalgebra] /: Rename Console -> Calculator

Aleix Pol aleixpol at kde.org
Wed Nov 11 02:03:18 UTC 2015


Git commit f3686520ab64c4ef4d2d26034fbff8c9f896f56b by Aleix Pol.
Committed on 10/11/2015 at 23:52.
Pushed by apol into branch 'master'.

Rename Console -> Calculator

M  +16   -16   doc/index.docbook
M  +1    -1    mobile/plugins/kalgebraconsole.json
M  +1    -1    src/kalgebra.cpp

http://commits.kde.org/kalgebra/f3686520ab64c4ef4d2d26034fbff8c9f896f56b

diff --git a/doc/index.docbook b/doc/index.docbook
index 8746d52..d4b694c 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -40,7 +40,7 @@
 <para>
 &kalgebra; is an application that can replace your graphing calculator.
 It has numerical, logical, symbolic, and analysis features that let you calculate
-mathematical expressions on the console and graphically plot the results
+mathematical expressions on the calculator and graphically plot the results
 in 2D or 3D. &kalgebra; is rooted in the Mathematical Markup Language
 (MathML); however, one does not need to know MathML to use &kalgebra;.
 </para>
@@ -75,7 +75,7 @@ It includes such features as:
 
 <itemizedlist>
 <listitem><para>
-A user console for quick and easy evaluation of math
+A calculator for quick and easy evaluation of math
 functions.
 </para></listitem>
 <listitem><para>
@@ -119,7 +119,7 @@ Below is a screenshot of the &kalgebra; application in action:
 
 <para>
 When the user begins a &kalgebra; session, they are presented with a
-single window consisting of a <guilabel>Console</guilabel> tab,
+single window consisting of a <guilabel>Calculator</guilabel> tab,
 a <guilabel>2D Graph</guilabel> tab,
 a <guilabel>3D Graph</guilabel> tab and a
 <guilabel>Dictionary</guilabel> tab. Within each tab, you will find an
@@ -229,11 +229,11 @@ functions are implemented as well, so we can do something like or(1,0,0,0,0).</p
 
 </chapter>
 
-<chapter id="using-console">
-<title>Using the Console</title>
-<para>&kalgebra;'s console is useful as a calculator on steroids. The
+<chapter id="using-calculator">
+<title>Using the Calculator</title>
+<para>&kalgebra;'s calculator is useful as a calculator on steroids. The
 user may enter expressions for evaluation in <guimenu>Calculate</guimenu>
-or <guimenu>Evaluate</guimenu> mode, depending on the <guimenu>Console</guimenu>
+or <guimenu>Evaluate</guimenu> mode, depending on the <guimenu>Calculator</guimenu>
 menu selection.
 </para>
 <para>
@@ -243,7 +243,7 @@ variable shows an error.
 </para>
 <para>
 In addition to displaying the user entered equations and results in the
-console display, all variables that are declared are displayed in a
+Calculator display, all variables that are declared are displayed in a
 persistent frame to the right. By double clicking on a variable you will see a
 dialog that lets you change their values (just a way to trick the log).
 </para>
@@ -254,7 +254,7 @@ The "ans" variable is special, every time you enter an expression, the
 </para>
 
 <para>The following are example functions that can be entered in
-the input field of the console window:</para>
+the input field of the calculator window:</para>
 <itemizedlist>
 <listitem><para>sin(pi)</para></listitem>
 <listitem><para>k:=33</para></listitem>
@@ -264,24 +264,24 @@ the input field of the console window:</para>
 </itemizedlist>
 
 <para>
-The following shows a screenshot of the console window after entering
+The following shows a screenshot of the calculator window after entering
 the above example expressions:
 </para>
 <screenshot>
-<screeninfo>Screenshot of &kalgebra; console window with example expressions</screeninfo>
+<screeninfo>Screenshot of &kalgebra; calculator window with example expressions</screeninfo>
 	<mediaobject>
 	  <imageobject>
 	    <imagedata fileref="kalgebra-console-window.png" format="PNG"/>
 	  </imageobject>
 	    <textobject>
-	    <phrase>&kalgebra; console window</phrase>
+	    <phrase>&kalgebra; calculator window</phrase>
 	  </textobject>
 	</mediaobject>
 </screenshot>
 
 
 <para>A user can control the execution of a series of calculations
-using the <guimenu>Console</guimenu> menu options:</para>
+using the <guimenu>Calculator</guimenu> menu options:</para>
 
 <variablelist>
 
@@ -289,7 +289,7 @@ using the <guimenu>Console</guimenu> menu options:</para>
 <term><menuchoice>
 <shortcut><keycombo action="simul">&Ctrl;
 <keycap>L</keycap></keycombo></shortcut>
-<guimenu>Console</guimenu><guimenuitem>Load Script</guimenuitem>
+<guimenu>Calculator</guimenu><guimenuitem>Load Script</guimenuitem>
 </menuchoice></term>
 <listitem><para>Executes the instructions in a file sequentially.
 Useful if you want to define some libraries or resume some previous work.</para></listitem>
@@ -299,7 +299,7 @@ Useful if you want to define some libraries or resume some previous work.</para>
 <term><menuchoice>
 <shortcut><keycombo action="simul">&Ctrl;
 <keycap>G</keycap></keycombo></shortcut>
-<guimenu>Console</guimenu><guimenuitem>Save Script</guimenuitem>
+<guimenu>Calculator</guimenu><guimenuitem>Save Script</guimenuitem>
 </menuchoice></term>
 <listitem><para>Saves the instructions you have typed since the session began to be able to reuse. Generates text files so it should be easy to fix
 using any text editor, like Kate.</para></listitem>
@@ -309,7 +309,7 @@ using any text editor, like Kate.</para></listitem>
 <term><menuchoice>
 <shortcut><keycombo action="simul">&Ctrl;
 <keycap>S</keycap></keycombo></shortcut>
-<guimenu>Console</guimenu><guimenuitem>Export Log</guimenuitem>
+<guimenu>Calculator</guimenu><guimenuitem>Export Log</guimenuitem>
 </menuchoice></term>
 <listitem><para>Saves the log with all results into an &HTML; file to be able to print or publish.</para></listitem>
 </varlistentry>
diff --git a/mobile/plugins/kalgebraconsole.json b/mobile/plugins/kalgebraconsole.json
index 87807fe..2386f53 100644
--- a/mobile/plugins/kalgebraconsole.json
+++ b/mobile/plugins/kalgebraconsole.json
@@ -1,7 +1,7 @@
 {
     "Comment": "Scientific calculator",
     "Icon": "utilities-terminal",
-    "Name": "Console",
+    "Name": "Calculator",
     "ServiceTypes": "KAlgebra/Script",
     "Type": "Service",
     "X-KAlgebra-Priority": "1000",
diff --git a/src/kalgebra.cpp b/src/kalgebra.cpp
index 1880c4d..b5a9a07 100644
--- a/src/kalgebra.cpp
+++ b/src/kalgebra.cpp
@@ -155,7 +155,7 @@ KAlgebra::KAlgebra(QWidget *parent)
     c_exp->setExamples(QStringList() << QStringLiteral("square:=x->x**2") << QStringLiteral("fib:=n->piecewise { eq(n,0)?0, eq(n,1)?1, ?fib(n-1)+fib(n-2) }"));
     c_dock_vars->setWidget(c_variables);
     
-    m_tabs->addTab(console, i18n("&Console"));
+    m_tabs->addTab(console, i18n("&Calculator"));
     console->setLayout(c_layo);
     c_layo->addWidget(c_results);
     c_layo->addWidget(c_exp);



More information about the kde-doc-english mailing list