From b8d679e118dbe964dc17aa39b3926fa818853a32 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Tue, 10 Oct 2023 14:28:46 +0000 Subject: [PATCH] Translated using Weblate (English) Currently translated at 100.0% (271 of 271 strings) Translation: LogarithmPlotter/LogarithmPlotter Translate-URL: https://hosted.weblate.org/projects/logarithmplotter/logarithmplotter/en/ --- LogarithmPlotter/i18n/lp_en.ts | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/LogarithmPlotter/i18n/lp_en.ts b/LogarithmPlotter/i18n/lp_en.ts index e3847cf..91b0e51 100644 --- a/LogarithmPlotter/i18n/lp_en.ts +++ b/LogarithmPlotter/i18n/lp_en.ts @@ -1629,7 +1629,7 @@ Please make sure your LaTeX installation is correct and report a bug if so. Usage: %1 - + Usage: %1 @@ -1637,27 +1637,28 @@ Please make sure your LaTeX installation is correct and report a bug if so. Usage: %1 or %2 - + Usage: %1 or +%2 integral(<from: number>, <to: number>, <f: ExecutableObject>) - + integral(<from: number>, <to: number>, <f: ExecutableObject>) integral(<from: number>, <to: number>, <f: string>, <variable: string>) - + integral(<from: number>, <to: number>, <f: string>, <variable: string>) derivative(<f: ExecutableObject>, <x: number>) - + derivative(<f: ExecutableObject>, <x: number>) derivative(<f: string>, <variable: string>, <x: number>) - + derivative(<f: string>, <variable: string>, <x: number>)