hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #00731
Re: [Bug 695142] Re: German translation
thanks for the update. will add it to the next tarball release. might be
already in the 2011.0 release cycle.
On December 28, 2010 03:34:57 pm zarl wrote:
> I think I also found some minor mistakes in the original version:
> There are blanks before the colon in these strings:
> "Elapsed time : "
> "could not open script : %s"
did you fix them in the attached file?
> And I'm not really sure about this one but it seems to display the same
> variable in two different contexts: "Mean error after optimization: %.1f
> pixel, max: %.1f\n
> also here
> "Point finetuned, angle: %.0f deg, correlation coefficient: %0.3f,
> curvature: %0.3f %0.3f ""
the %... things are formats, not variable names. If I am not mistaken, %0.3f
stands for floating point with three post-comma digits.
In the code there is something like
printf "first variable: %0.3f second variable: %0.3f" % var1 var2
if var1= 0.123456
and var2= 3.2312
the printed result will be
first variable: 0.123 second variable: 3.231
thank you for contributing translation improvements.
Yuv
importance: critical
status: confirmed
** Changed in: hugin
Importance: Undecided => Critical
** Changed in: hugin
Status: New => Confirmed
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/695142
Title:
German translation
Status in Hugin - Panorama Tools GUI:
Confirmed
Bug description:
Latest Updates on German Translation for Hugin 2010.4.0_rc3 by Carl von Einem
References