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 ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match