From 0f52a4293c6d2cfedfcb89b12dabd20754a79f9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Sol=C3=A9?= Date: Wed, 30 Jan 2019 12:00:36 +0100 Subject: [PATCH] [toolbox] Translate toolbox title in all languages --- apps/toolbox.de.i18n | 2 +- apps/toolbox.es.i18n | 2 +- apps/toolbox.fr.i18n | 2 +- apps/toolbox.pt.i18n | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/toolbox.de.i18n b/apps/toolbox.de.i18n index 05950344e..77bdd6ffb 100644 --- a/apps/toolbox.de.i18n +++ b/apps/toolbox.de.i18n @@ -1,4 +1,4 @@ -Toolbox = "Toolbox" +Toolbox = "Werkzeugkasten" AbsoluteValue = "Betragsfunktion" NthRoot = "n-te Wurzel" BasedLogarithm = "Logarithmus zur Basis a" diff --git a/apps/toolbox.es.i18n b/apps/toolbox.es.i18n index ed6651b9f..0adb2df16 100644 --- a/apps/toolbox.es.i18n +++ b/apps/toolbox.es.i18n @@ -1,4 +1,4 @@ -Toolbox = "Toolbox" +Toolbox = "Caja de herramientas" AbsoluteValue = "Valor absoluto" NthRoot = "Raíz enesima" BasedLogarithm = "Logaritmo en base a" diff --git a/apps/toolbox.fr.i18n b/apps/toolbox.fr.i18n index 8e6f65246..bc6440ddd 100644 --- a/apps/toolbox.fr.i18n +++ b/apps/toolbox.fr.i18n @@ -1,4 +1,4 @@ -Toolbox = "Toolbox" +Toolbox = "Boîte à outils" AbsoluteValue = "Valeur absolue" NthRoot = "Racine n-ième" BasedLogarithm = "Logarithme base a" diff --git a/apps/toolbox.pt.i18n b/apps/toolbox.pt.i18n index ba00c693f..d34e5dec9 100644 --- a/apps/toolbox.pt.i18n +++ b/apps/toolbox.pt.i18n @@ -1,4 +1,4 @@ -Toolbox = "Toolbox" +Toolbox = "Caixa de ferramentas" AbsoluteValue = "Valor absoluto" NthRoot = "Radiciacao" BasedLogarithm = "Logaritmo na base a"