| From: | Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr> |
|---|---|
| To: | <pgadmin-hackers(at)postgresql(dot)org> |
| Cc: | Dave Page <dpage(at)vale-housing(dot)co(dot)uk>, Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de> |
| Subject: | Localisation strings |
| Date: | 2003-06-25 15:54:10 |
| Message-ID: | 200306251754.10817.jm.poure@freesurf.fr |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jean-Michel POURE | 2003-06-25 16:01:05 | Re: [pgadmin-support] PGA 3 Copy |
| Previous Message | Dave Page | 2003-06-25 15:00:08 | Re: pgConn.cpp.patch |