[apps/code/toolbox] Fix messages

Too long + wrong code point for the signle quotation mark
This commit is contained in:
Léa Saviot
2020-02-11 15:25:07 +01:00
parent a08c5be0d8
commit cefaf878d0
5 changed files with 12 additions and 12 deletions

View File

@@ -145,8 +145,8 @@ PythonSeed = "Initialize random number generator"
PythonSetPixel = "Color pixel (x,y)"
PythonSin = "Sine"
PythonSinh = "Hyperbolic sine"
PythonSleep = "Suspend execution for t seconds"
PythonSort = "Sort a list"
PythonSleep = "Suspend the execution for t seconds"
PythonSort = "Sort the list"
PythonSorted = "Sort a list"
PythonSqrt = "Square root"
PythonSum = "Sum the items of a list"

View File

@@ -145,8 +145,8 @@ PythonSeed = "Initialize random number generator"
PythonSetPixel = "Color pixel (x,y)"
PythonSin = "Sine"
PythonSinh = "Hyperbolic sine"
PythonSleep = "Suspend execution for t seconds"
PythonSort = "Sort a list"
PythonSleep = "Suspend the execution for t seconds"
PythonSort = "Sort the list"
PythonSorted = "Sort a list"
PythonSqrt = "Square root"
PythonSum = "Sum the items of a list"

View File

@@ -145,8 +145,8 @@ PythonSeed = "Initialize random number generator"
PythonSetPixel = "Color pixel (x,y)"
PythonSin = "Sine"
PythonSinh = "Hyperbolic sine"
PythonSleep = "Suspend execution for t seconds"
PythonSort = "Sort a list"
PythonSleep = "Suspend the execution for t seconds"
PythonSort = "Sort the list"
PythonSorted = "Sort a list"
PythonSqrt = "Square root"
PythonSum = "Sum the items of a list"

View File

@@ -63,7 +63,7 @@ PythonInt = "Conversion en entier"
PythonIonFunction = "Préfixe fonction module ion"
PythonIsFinite = "Teste si x est fini"
PythonIsInfinite = "Teste si x est infini"
PythonIsKeyDown = "Renvoie True si la touche k est enfoncée"
PythonIsKeyDown = "Renvoie True si touche k enfoncée"
PythonIsNaN = "Teste si x est NaN"
PythonKandinskyFunction = "Préfixe fonction module kandinsky"
PythonKeyLeft = "Touche FLECHE GAUCHE"
@@ -122,7 +122,7 @@ PythonMathFunction = "Préfixe fonction du module math"
PythonMax = "Maximum"
PythonMin = "Minimum"
PythonModf = "Parties fractionnaire et entière"
PythonMonotonic = "Renvoie la valeur dune horloge monotone"
PythonMonotonic = "Renvoie la valeur de l'horloge"
PythonOct = "Conversion en octal"
PythonPhase = "Argument de z"
PythonConstantPi = "3.141592653589793"
@@ -145,7 +145,7 @@ PythonSeed = "Initialiser générateur aléatoire"
PythonSetPixel = "Colore le pixel (x,y)"
PythonSin = "Sinus"
PythonSinh = "Sinus hyperbolique"
PythonSleep = "Suspend lexécution pendant t secondes"
PythonSleep = "Suspend l'exécution t secondes"
PythonSort = "Tri d'une liste"
PythonSorted = "Tri d'une liste"
PythonSqrt = "Racine carrée"
@@ -174,7 +174,7 @@ PythonTurtlePendown = "Abaisse le crayon"
PythonTurtlePensize = "Taille du tracé en pixels"
PythonTurtlePenup = "Relève le crayon"
PythonTurtlePink = "Couleur rose"
PythonTurtlePosition = "Renvoie la position (x,y) actuelle"
PythonTurtlePosition = "Renvoie la position (x,y)"
PythonTurtlePurple = "Couleur violette"
PythonTurtleRed = "Couleur rouge"
PythonTurtleReset = "Réinitialise le dessin"

View File

@@ -145,8 +145,8 @@ PythonSeed = "Initialize random number generator"
PythonSetPixel = "Color pixel (x,y)"
PythonSin = "Sine"
PythonSinh = "Hyperbolic sine"
PythonSleep = "Suspend execution for t seconds"
PythonSort = "Sort a list"
PythonSleep = "Suspend the execution for t seconds"
PythonSort = "Sort the list"
PythonSorted = "Sort a list"
PythonSqrt = "Square root"
PythonSum = "Sum the items of a list"