Re: Wrong german translated text

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Raphaël ENRICI <raphael(at)pgadmin(dot)org>
Cc: Lars Cebulla <lars(dot)cebulla(at)web(dot)de>, pgadmin-hackers(at)postgresql(dot)org, rhonda(at)debian(dot)org
Subject: Re: Wrong german translated text
Date: 2013-01-20 21:47:08
Message-ID: 1358718428.2081.32.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sat, 2013-01-05 at 22:33 +0100, Raphaël ENRICI wrote:
> Hi,
>
> first of all happy new year.
>
> Lars, thank you for your feedback, I'm CCing pgadmin-hackers and also
> Gerfried (current maintainer for Debian) as I've not made anything useful
> for the pgAdmin III project for a long time...
>
> @Gerfried, would you mind integrating a fix so that Wheezy is released with
> the correct translation? My guess is that it should be possible although
> Wheezy is frozen as you would not change pgAdmin III version.
>
> @pgadmin-hackers, can you please check that the translation is updated
> and/or at least double check this report?
>
> Last but not least, be sure that there is not one day without having a
> thought for you devteam, I hope I'll be able to help again one day. All my
> best wishes to all of you and your friends.
>
> Regards,
> Raph
>
> On Fri, Jan 4, 2013 at 8:39 PM, Lars Cebulla <lars(dot)cebulla(at)web(dot)de> wrote:
>
> > Hi,
> >
> > I'm using Debian Wheezy with pgAdmin3, Version 1.14.2-2 and there's a
> > wrong translated german text:
> >
> > "View Last %i Row"
> >
> > is translated to
> >
> > "Die oberste Zeile zeigen" (wrong)
> >
> > but
> >
> > "View Top %i Row"
> >
> > is also translated to
> >
> > "Die oberste %i Zeile zeigen" (which is correct)
> >
> > "Last" in german is "unterste", "letzte".
> >

I took a look at the pgadmin3.po file for german in 1.16, and I don't
see what you're telling us. Here is what's available:

msgid "View Last %i Row"
msgid_plural "View Last %i Rows"
msgstr[0] "Die oberste Zeile zeigen"
msgstr[1] "Die obersten (%i) Zeilen zeigen"

msgid "View Top %i Row"
msgid_plural "View Top %i Rows"
msgstr[0] "Die oberste %i Zeile zeigen"
msgstr[1] "Die obersten (%i) Zeilen zeigen"

So what's wrong, and what's the fix?

Thanks.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ian Lawrence Barwick 2013-01-21 00:56:45 psql: patch to correct filename formatting error in '\s FILE' output
Previous Message Guillaume Lelarge 2013-01-20 21:36:29 pgAdmin III commit: Fix the help message