From 8742ea9d25f3fc35638c5190d6a5d78abbdbd3c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 20 Jan 2020 11:28:22 +0100 Subject: [PATCH] [apps/code/i18N] Alphabetical rearrangement --- apps/code/catalog.de.i18n | 2 +- apps/code/catalog.universal.i18n | 4 ++-- apps/code/toolbox.universal.i18n | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/code/catalog.de.i18n b/apps/code/catalog.de.i18n index 7d77c3d82..a8cb70105 100644 --- a/apps/code/catalog.de.i18n +++ b/apps/code/catalog.de.i18n @@ -56,8 +56,8 @@ PythonImportMath = "Import math module" PythonImportTurtle = "Import turtle module" PythonImportFromCmath = "Import cmath module" PythonImportFromKandinsky = "Import kandinsky module" -PythonImportFromRandom = "Import random module" PythonImportFromMath = "Import math module" +PythonImportFromRandom = "Import random module" PythonImportFromTurtle = "Import turtle module" PythonIndex = "Index of the first occurrence" PythonInput = "Prompt a value" diff --git a/apps/code/catalog.universal.i18n b/apps/code/catalog.universal.i18n index 6baa571a5..b9d454704 100644 --- a/apps/code/catalog.universal.i18n +++ b/apps/code/catalog.universal.i18n @@ -54,14 +54,14 @@ PythonCommandHex = "hex(x)" PythonCommandImag = "z.imag" PythonCommandImagWithoutArg = "\x11.imag" PythonCommandImportFromCmath = "from cmath import *" -PythonCommandImportFromMath = "from math import *" PythonCommandImportFromKandinsky = "from kandinsky import *" +PythonCommandImportFromMath = "from math import *" PythonCommandImportFromRandom = "from random import *" PythonCommandImportFromTurtle = "from turtle import *" PythonCommandImportCmath = "import cmath" PythonCommandImportKandinsky = "import kandinsky" -PythonCommandImportRandom = "import random" PythonCommandImportMath = "import math" +PythonCommandImportRandom = "import random" PythonCommandImportTurtle = "import turtle" PythonCommandIndex = "index(x,start,end)" PythonCommandInput = "input(\"text\")" diff --git a/apps/code/toolbox.universal.i18n b/apps/code/toolbox.universal.i18n index 4fa5710d3..e67bfebac 100644 --- a/apps/code/toolbox.universal.i18n +++ b/apps/code/toolbox.universal.i18n @@ -1,6 +1,6 @@ -MathModule = "math" CmathModule = "cmath" KandinskyModule = "kandinsky" +MathModule = "math" TurtleModule = "turtle" ForLoopMenu = "For" IfStatementMenu = "If"