[pgadmin-hackers] SVN Commit by guillaume: r7912 - in trunk/pgadmin3: docs docs/cs_CZ docs/cs_CZ/hints docs/cs_CZ/images pkg/win32/src

2009-06-10 Thread svn
Author: guillaume Date: 2009-06-10 21:38:34 +0100 (Wed, 10 Jun 2009) New Revision: 7912 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7912&view=rev Log: Add czech translation of the manual. Added: trunk/pgadmin3/docs/cs_CZ/ trunk/pgadmin3/docs/cs_CZ/appendices.html

Re: [pgadmin-hackers] pgAgent "new step" fails for batch jobs in pgAdmin3 1.10.0 Beta 2

2009-06-10 Thread Guillaume Lelarge
Dave Page a écrit : > On Tue, Jun 9, 2009 at 9:06 PM, Guillaume Lelarge > wrote: I think it's still useful to display the SQL, if only to allow the user to see what pgAdmin is going to do. Disabling (better yet, removing) the checkbox on those dialogues seems like the right answer.

[pgadmin-hackers] SVN Commit by guillaume: r7910 - trunk/www/locale/zh_CN/LC_MESSAGES

2009-06-10 Thread svn
Author: guillaume Date: 2009-06-10 18:46:20 +0100 (Wed, 10 Jun 2009) New Revision: 7910 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7910&view=rev Log: Update website's zh_CN translation, per Quan Zongliang. Modified: trunk/www/locale/zh_CN/LC_MESSAGES/pgadmin3_websit

[pgadmin-hackers] SVN Commit by guillaume: r7911 - trunk/pgadmin3/i18n/zh_CN

2009-06-10 Thread svn
Author: guillaume Date: 2009-06-10 18:46:50 +0100 (Wed, 10 Jun 2009) New Revision: 7911 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7911&view=rev Log: Update zh_CN translation, per Quan Zongliang. Modified: trunk/pgadmin3/i18n/zh_CN/pgadmin3.mo trunk/pgadmin3/i18n

Re: [pgadmin-hackers] [pgAdmin III] #4: i18n enhancements

2009-06-10 Thread pgAdmin Trac
#4: i18n enhancements -+-- Reporter: gleu | Owner: gleu Type: feature | Status: assigned Priority: minor| Milestone: 1.12 Component: pgadmin | Version: trunk Keywords:

Re: [pgadmin-hackers] Patch for plural forms

2009-06-10 Thread Dave Page
2009/6/10 Marek Černocký : > I write patch for plural forms of translated texts. It solves second > problem from report by Heikki: > > http://archives.postgresql.org/pgadmin-hackers/2009-05/msg00017.php > > It use "wxPLURAL" instead "_". I also change "stringextract" script to > know this. Followin

[pgadmin-hackers] SVN Commit by dpage: r7909 - trunk/pgadmin3/pgadmin/schema

2009-06-10 Thread svn
Author: dpage Date: 2009-06-10 16:33:05 +0100 (Wed, 10 Jun 2009) New Revision: 7909 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7909&view=rev Log: Don't try to check shared_preload_libraries for regular users. Modified: trunk/pgadmin3/pgadmin/schema/pgDatabase.cpp --

[pgadmin-hackers] Patch for plural forms

2009-06-10 Thread Marek Černocký
I write patch for plural forms of translated texts. It solves second problem from report by Heikki: http://archives.postgresql.org/pgadmin-hackers/2009-05/msg00017.php It use "wxPLURAL" instead "_". I also change "stringextract" script to know this. Following steps required when patche is aplied:

Re: [pgadmin-hackers] pgAgent "new step" fails for batch jobs in pgAdmin3 1.10.0 Beta 2

2009-06-10 Thread Dave Page
On Tue, Jun 9, 2009 at 9:06 PM, Guillaume Lelarge wrote: >>> I think it's still useful to display the SQL, if only to allow the >>> user to see what pgAdmin is going to do. Disabling (better yet, >>> removing) the checkbox on those dialogues seems like the right answer. >>> >>> Can you do that in t

[pgadmin-hackers] SVN Commit by dpage: r7908 - trunk/pgadmin3/pgadmin/frm

2009-06-10 Thread svn
Author: dpage Date: 2009-06-10 10:01:00 +0100 (Wed, 10 Jun 2009) New Revision: 7908 Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7908&view=rev Log: Handle cases where some panes in the server status monitor do not apply to the current server in a more sane fashion [Ashesh