From 6b9e755f4283f571b97e84027fbcb68c80404f4f Mon Sep 17 00:00:00 2001 From: JazzyNico Date: Sat, 11 Jul 2009 07:52:21 +0000 Subject: [PATCH] Fix for LP #325659 (no translation for extensions description pages) and #217236 (intltool - messages extracted from XML missing new lines). --- share/extensions/funcplot.inx | 4 ++-- share/extensions/lindenmayer.inx | 2 +- share/extensions/param_curves.inx | 22 +++++++++++----------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/share/extensions/funcplot.inx b/share/extensions/funcplot.inx index 107076dcf..6af6595c9 100644 --- a/share/extensions/funcplot.inx +++ b/share/extensions/funcplot.inx @@ -16,7 +16,7 @@ true - <_param name="funcplotuse" type="description">Select a rectangle before calling the extension, + <_param name="funcplotuse" type="description" xml:space="preserve">Select a rectangle before calling the extension, it will determine X and Y scales. With polar coordinates: @@ -26,7 +26,7 @@ With polar coordinates: First derivative is always determined numerically. - <_param name="pythonfunctions" type="description">Standard Python math functions are available: + <_param name="pythonfunctions" type="description" xml:space="preserve">Standard Python math functions are available: ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); diff --git a/share/extensions/lindenmayer.inx b/share/extensions/lindenmayer.inx index e51cfe8ca..4cebaf3fe 100644 --- a/share/extensions/lindenmayer.inx +++ b/share/extensions/lindenmayer.inx @@ -16,7 +16,7 @@ 0.0 - <_param name="lhelp" type="description"> + <_param name="lhelp" type="description" xml:space="preserve"> The path is generated by applying the substitutions of Rules to the Axiom, Order times. The following commands are diff --git a/share/extensions/param_curves.inx b/share/extensions/param_curves.inx index 5c6b408e4..0d21329cd 100644 --- a/share/extensions/param_curves.inx +++ b/share/extensions/param_curves.inx @@ -17,20 +17,20 @@ false - <_param name="funcplotuse" type="description">Select a rectangle before calling the extension; -it will determine X and Y scales. - + <_param name="funcplotuse" type="description" xml:space="preserve">Select a rectangle before calling the extension, +it will determine X and Y scales. + First derivatives are always determined numerically. - <_param name="pythonfunctions" type="description">Standard Python math functions are available: - -ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); -modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); -acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); -cos(x); sin(x); tan(x); degrees(x); radians(x); -cosh(x); sinh(x); tanh(x). - + <_param name="pythonfunctions" type="description" xml:space="preserve">Standard Python math functions are available: + +ceil(x); fabs(x); floor(x); fmod(x,y); frexp(x); ldexp(x,i); +modf(x); exp(x); log(x [, base]); log10(x); pow(x,y); sqrt(x); +acos(x); asin(x); atan(x); atan2(y,x); hypot(x,y); +cos(x); sin(x); tan(x); degrees(x); radians(x); +cosh(x); sinh(x); tanh(x). + The constants pi and e are also available. -- 2.30.2