Localisation strings - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject Localisation strings
Date
Msg-id 200306251754.10817.jm.poure@freesurf.fr
Whole thread Raw
List pgadmin-hackers
Dear all,

Here are some non-standard language entries:

1) src/ui/frmQueryBuilder.cpp:1044 src/ui/frmQueryBuilder.cpp:1046
            wxLogError(__("Double right-handed joins are not allowed.\n")
                __("You must redraw your joins so that \"") + tmptable1 +
                __("\"\ndoes not appear on the righthand side \n")
                __("more than once. \n\n")
                __("Try switching it to the lefthand side in one\n")
                __("or more relationships."));
should use %s


2) src/ui/dlgProperty.cpp:89 src/ui/dlgProperty.cpp:91
msgid ""
": Notebook not found.\n"
"Prepare to crash!"
msgstr ""

What is a notebook?

3) pgadmin3.pot file contains a deprecated string:
Count rows if estiated less than (typo)

Cheers,
Jean-Michel


pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: pgConn.cpp.patch
Next
From: Jean-Michel POURE
Date:
Subject: Re: [pgadmin-support] PGA 3 Copy