[pgadmin-hackers] Localisation strings

2003-06-25 Thread Jean-Michel POURE
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


Re: [pgadmin-hackers] Localisation strings

2003-06-25 Thread Dave Page


 -Original Message-
 From: Jean-Michel POURE [mailto:[EMAIL PROTECTED] 
 Sent: 25 June 2003 16:54
 To: [EMAIL PROTECTED]
 Cc: Dave Page; Andreas Pflug
 Subject: Localisation strings
 
 
 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

Ahh, the QB. Please feel free to tweak these to something you are happy
with.

 2) src/ui/dlgProperty.cpp:89 src/ui/dlgProperty.cpp:91
 msgid 
 : Notebook not found.\n
 Prepare to crash!
 msgstr 
 
 What is a notebook?

A tabset. Actually I like this kind of error - it's nice to stick one
really humorous one in just to give ppl a chuckle. The trick is to put
it somewhere where it will get a laugh rather than get sworn at.

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

I fixed that typo on Windows a few days back but forgot the pot file. Do
I need to manually edit it, or regenerate it on a unix box?

Regards, Dave.

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [pgadmin-hackers] Localisation strings

2003-06-25 Thread Adam H. Pendleton
Andreas Pflug wrote:

I skipped recoding these because Keith had stated there was work going 
on. I'm a bit unhappy that we don't know about the state of QB (while 
that nasty bug seems to be under control. 
While I don't know what the current state of the QB is, I can say that I 
fixed the initial QB segfault only to find another one right away.  I am 
currently working on trying to track down why this is happening, but 
it's slow going.

ahp

---(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