Re: [pgadmin-hackers] Fixed pgAdmin3 issues/asserts

2012-03-02 Thread Akshay Joshi
Hi

On Fri, Mar 2, 2012 at 4:47 AM, Guillaume Lelarge guilla...@lelarge.infowrote:

 On Thu, 2012-03-01 at 15:01 +0530, Akshay Joshi wrote:
 
 
  On Thu, Mar 1, 2012 at 2:47 PM, Dave Page dp...@pgadmin.org wrote:
  Hi Akshay
 
 
  On Thu, Mar 1, 2012 at 8:14 AM, Akshay Joshi
  akshay.jo...@enterprisedb.com wrote:
   Hi Guillaume
  
   On Thu, Mar 1, 2012 at 4:55 AM, Guillaume Lelarge
  guilla...@lelarge.info
   wrote:
  
   On Tue, 2012-02-28 at 09:21 +0100, Guillaume Lelarge wrote:
On Tue, 2012-02-28 at 12:41 +0530, Akshay Joshi wrote:
 Hi Guillaume/Dave

 On Tue, Feb 28, 2012 at 4:02 AM, Guillaume Lelarge
 guilla...@lelarge.info wrote:
 On Mon, 2012-02-27 at 16:49 +, Dave Page
  wrote:
  Thanks, applied.
 

 I probably have missed something. I thought the
  work on 2.9
 wasn't
 finished. Are you able to compile with 2.9 on
  Windows?


   Yes, I am able to compile it with 2.9 on Windows. I
  have created two
 configurations Debug (2.9) and Release(2.9) where
  wxWidgets libraries
 gets changed from
   2.8 to 2.9. Attached is the patch which contain
  changes in .sln
 and .vcproj file.
   For the work on 2.9 as concern, I have fixed
  issues/asserts that I
 have found. It is possible that there are many more
  such
 asserts/issues that we will have to fix.

   Dave, If patch looks good to you then can you please
  commit it.

   
That's great. If your .sln/.vcproj files allow us to
  still work on 2.8,
I see no reason not to apply them. (I won't apply them
  myself because I
have no Windows PC right now to check them, but I guess
  Dave will be
able to do that quicker than me)
   
  
   I compiled 2.9 on my laptop, and compiled pgAdmin master
  against it.
   Compilation went fine, but I cannot start it. Did you also
  build it on
   Linux? and if so, does it work for you?
  
  
  I am facing the same issue on my Ubuntu machine. I got
  segmentation fault
   with below mentioned error messages
  
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You
  forgot to call
   g_type_init()
   (process:3401): GLib-CRITICAL **: g_once_init_leave:
  assertion
   `initialization_value != 0' failed
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
  g_type_add_interface_static:
   assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
  g_type_add_interface_static:
   assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
  g_type_add_interface_static:
   assertion `G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You
  forgot to call
   g_type_init()
   (process:3401): GLib-CRITICAL **: g_once_init_leave:
  assertion
   `initialization_value != 0' failed
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706: You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
   

Re: [pgadmin-hackers] Fixed pgAdmin3 issues/asserts

2012-03-02 Thread Guillaume Lelarge
On Fri, 2012-03-02 at 13:49 +0530, Akshay Joshi wrote:
 Hi
 
 On Fri, Mar 2, 2012 at 4:47 AM, Guillaume Lelarge
 guilla...@lelarge.info wrote:
 
 On Thu, 2012-03-01 at 15:01 +0530, Akshay Joshi wrote:
 
 
  On Thu, Mar 1, 2012 at 2:47 PM, Dave Page
 dp...@pgadmin.org wrote:
  Hi Akshay
 
 
  On Thu, Mar 1, 2012 at 8:14 AM, Akshay Joshi
  akshay.jo...@enterprisedb.com wrote:
   Hi Guillaume
  
   On Thu, Mar 1, 2012 at 4:55 AM, Guillaume Lelarge
  guilla...@lelarge.info
   wrote:
  
   On Tue, 2012-02-28 at 09:21 +0100, Guillaume
 Lelarge wrote:
On Tue, 2012-02-28 at 12:41 +0530, Akshay Joshi
 wrote:
 Hi Guillaume/Dave

 On Tue, Feb 28, 2012 at 4:02 AM, Guillaume
 Lelarge
 guilla...@lelarge.info wrote:
 On Mon, 2012-02-27 at 16:49 +,
 Dave Page
  wrote:
  Thanks, applied.
 

 I probably have missed something. I
 thought the
  work on 2.9
 wasn't
 finished. Are you able to compile
 with 2.9 on
  Windows?


   Yes, I am able to compile it with 2.9 on
 Windows. I
  have created two
 configurations Debug (2.9) and Release(2.9)
 where
  wxWidgets libraries
 gets changed from
   2.8 to 2.9. Attached is the patch which
 contain
  changes in .sln
 and .vcproj file.
   For the work on 2.9 as concern, I have
 fixed
  issues/asserts that I
 have found. It is possible that there are
 many more
  such
 asserts/issues that we will have to fix.

   Dave, If patch looks good to you then can
 you please
  commit it.

   
That's great. If your .sln/.vcproj files allow
 us to
  still work on 2.8,
I see no reason not to apply them. (I won't
 apply them
  myself because I
have no Windows PC right now to check them, but
 I guess
  Dave will be
able to do that quicker than me)
   
  
   I compiled 2.9 on my laptop, and compiled pgAdmin
 master
  against it.
   Compilation went fine, but I cannot start it. Did
 you also
  build it on
   Linux? and if so, does it work for you?
  
  
  I am facing the same issue on my Ubuntu
 machine. I got
  segmentation fault
   with below mentioned error messages
  
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706:
 You
  forgot to call
   g_type_init()
   (process:3401): GLib-CRITICAL **:
 g_once_init_leave:
  assertion
   `initialization_value != 0' failed
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706:
 You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706:
 You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706:
 You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
  g_type_add_interface_static:
   assertion `G_TYPE_IS_INSTANTIATABLE
 (instance_type)' failed
   (process:3401): GLib-GObject-CRITICAL **:
   /build/buildd/glib2.0-2.24.1/gobject/gtype.c:2706:
 You
  forgot to call
   g_type_init()
   (process:3401): GLib-GObject-CRITICAL **:
  g_type_add_interface_static:
   assertion 

[pgadmin-hackers] pgAdmin III commit: Fix wxWidgets 2.9 compatibility with pgAdmin on Lin

2012-03-02 Thread Guillaume Lelarge
Fix wxWidgets 2.9 compatibility with pgAdmin on Linux

We had an issue with a global variable with a constructor (see
http://www.wxwidgets.org/develop/standard.htm#no_globals for details).

We had a wxFont instance as global or static variable in the code
(hdFontAttribute.h). The patch fixes that.

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=0639eebe05ad1f7b1e07a8b28f7650799d093734
Author: Akshay Joshi akshay.jo...@enterprisedb.com

Modified Files
--
CHANGELOG  |2 ++
.../dd/dditems/handles/ddSouthTableSizeHandle.cpp  |2 +-
.../figures/defaultAttributes/hdFontAttribute.cpp  |   11 ---
pgadmin/hotdraw/figures/hdSimpleTextFigure.cpp |2 +-
pgadmin/hotdraw/main/hdDrawingEditor.cpp   |2 +-
pgadmin/hotdraw/main/hdDrawingView.cpp |4 ++--
.../figures/defaultAttributes/hdFontAttribute.h|3 ++-
pgadmin/pgAdmin3.cpp   |2 ++
8 files changed, 19 insertions(+), 9 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Fix a few asserts with wxWidgets 2.9

2012-03-02 Thread Guillaume Lelarge
Fix a few asserts with wxWidgets 2.9

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=2fe4ca97f706931d6f6c73cd1564150451f13d81

Modified Files
--
pgadmin/db/pgSet.cpp|4 ++--
pgadmin/frm/frmEditGrid.cpp |2 +-
pgadmin/frm/frmQuery.cpp|4 ++--
pgadmin/schema/pgCollection.cpp |2 +-
pgadmin/schema/pgServer.cpp |2 +-
5 files changed, 7 insertions(+), 7 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Update .pot file

2012-03-02 Thread Guillaume Lelarge
Update .pot file

Branch
--
REL-1_14_0_PATCHES

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=05ab74aa8893a6c9e1e3300645fbd2eb3c61c00a

Modified Files
--
pgadmin3.pot | 1848 ++
1 files changed, 947 insertions(+), 901 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Synchronize translations from 1.14

2012-03-02 Thread Guillaume Lelarge
Synchronize translations from 1.14

I forgot to grab the changes on the 1.14, and put them on master. This patch
makes sure that each .po file is synchronized.

Branch
--
master

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c8abf6c7ddb0984a34631d531679a2c1614a5645

Modified Files
--
i18n/af_ZA/pgadmin3.po | 1853 +
i18n/ar_SA/pgadmin3.po | 1853 +
i18n/bg_BG/pgadmin3.po | 1853 +
i18n/ca_ES/pgadmin3.po | 1853 +
i18n/cs_CZ/pgadmin3.mo |  Bin 308964 - 309162 bytes
i18n/cs_CZ/pgadmin3.po | 2194 +
i18n/da_DK/pgadmin3.po | 1853 +
i18n/de_CH/pgadmin3.po | 1854 +
i18n/de_DE/pgadmin3.po | 1853 +
i18n/el_GR/pgadmin3.po | 1853 +
i18n/es_ES/pgadmin3.po | 1853 +
i18n/fa_IR/pgadmin3.po | 1853 +
i18n/fi_FI/pgadmin3.po | 1853 +
i18n/fr_FR/pgadmin3.po | 1853 +
i18n/gl_ES/pgadmin3.po | 1853 +
i18n/gu_IN/pgadmin3.po | 1848 +
i18n/hi_IN/pgadmin3.po | 1858 +
i18n/hr_HR/pgadmin3.po | 1859 +
i18n/hu_HU/pgadmin3.po | 1853 +
i18n/id_ID/pgadmin3.po | 1853 +
i18n/is_IS/pgadmin3.po | 1848 +
i18n/it_IT/pgadmin3.po | 1861 +
i18n/ja_JP/pgadmin3.po | 1853 +
i18n/ko_KR/pgadmin3.po | 1853 +
i18n/lt_LT/pgadmin3.po | 1854 +
i18n/lv_LV/pgadmin3.po | 1853 +
i18n/mk_MK/pgadmin3.po | 1848 +
i18n/nb_NO/pgadmin3.po | 1856 +
i18n/nl_NL/pgadmin3.po | 1853 +
i18n/pl_PL/pgadmin3.mo |  Bin 294922 - 296678 bytes
i18n/pl_PL/pgadmin3.po | 3641 +++-
i18n/pt_BR/pgadmin3.po | 1853 +
i18n/pt_PT/pgadmin3.po | 1853 +
i18n/ro_RO/pgadmin3.po | 1856 +
i18n/ru_RU/pgadmin3.po | 1857 +
i18n/sk_SK/pgadmin3.po | 1853 +
i18n/sl_SI/pgadmin3.po | 1853 +
i18n/sr_RS/pgadmin3.mo |  Bin 312215 - 349838 bytes
i18n/sr_RS/pgadmin3.po | 2785 +
i18n/sv_SE/pgadmin3.po | 1854 +
i18n/te_IN/pgadmin3.po | 1848 +
i18n/tl_PH/pgadmin3.po | 1854 +
i18n/tr_TR/pgadmin3.po | 1853 +
i18n/uk_UA/pgadmin3.po | 1848 +
i18n/ur_PK/pgadmin3.po | 1853 +
i18n/vi_VN/pgadmin3.po | 1848 +
i18n/zh_CN/pgadmin3.po | 1855 +
i18n/zh_TW/pgadmin3.po | 1855 +
48 files changed, 44633 insertions(+), 41820 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Automatic merge using stringmerge script.

2012-03-02 Thread Guillaume Lelarge
Automatic merge using stringmerge script.

Branch
--
REL-1_14_0_PATCHES

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=1cebc6508b17d6907e1b9d8ded163efe90355305

Modified Files
--
i18n/af_ZA/pgadmin3.po | 1853 ---
i18n/ar_SA/pgadmin3.po | 1853 ---
i18n/bg_BG/pgadmin3.po | 1853 ---
i18n/ca_ES/pgadmin3.po | 1853 ---
i18n/cs_CZ/pgadmin3.po | 1853 ---
i18n/da_DK/pgadmin3.po | 1853 ---
i18n/de_CH/pgadmin3.po | 1854 ---
i18n/de_DE/pgadmin3.po | 1853 ---
i18n/el_GR/pgadmin3.po | 1853 ---
i18n/es_ES/pgadmin3.po | 1853 ---
i18n/fa_IR/pgadmin3.po | 1853 ---
i18n/fi_FI/pgadmin3.po | 1853 ---
i18n/fr_FR/pgadmin3.po | 1853 ---
i18n/gl_ES/pgadmin3.po | 1853 ---
i18n/gu_IN/pgadmin3.po | 1848 ---
i18n/hi_IN/pgadmin3.po | 1858 ---
i18n/hr_HR/pgadmin3.po | 1859 ---
i18n/hu_HU/pgadmin3.po | 1853 ---
i18n/id_ID/pgadmin3.po | 1853 ---
i18n/is_IS/pgadmin3.po | 1848 ---
i18n/it_IT/pgadmin3.po | 1861 ---
i18n/ja_JP/pgadmin3.po | 1853 ---
i18n/ko_KR/pgadmin3.po | 1853 ---
i18n/lt_LT/pgadmin3.po | 1854 ---
i18n/lv_LV/pgadmin3.po | 1853 ---
i18n/mk_MK/pgadmin3.po | 1848 ---
i18n/nb_NO/pgadmin3.po | 1856 ---
i18n/nl_NL/pgadmin3.po | 1853 ---
i18n/pl_PL/pgadmin3.po | 1888 +---
i18n/pt_BR/pgadmin3.po | 1853 ---
i18n/pt_PT/pgadmin3.po | 1853 ---
i18n/ro_RO/pgadmin3.po | 1856 ---
i18n/ru_RU/pgadmin3.po | 1857 ---
i18n/sk_SK/pgadmin3.po | 1853 ---
i18n/sl_SI/pgadmin3.po | 1853 ---
i18n/sr_RS/pgadmin3.po | 1853 ---
i18n/sv_SE/pgadmin3.po | 1854 ---
i18n/te_IN/pgadmin3.po | 1848 ---
i18n/tl_PH/pgadmin3.po | 1854 ---
i18n/tr_TR/pgadmin3.po | 1853 ---
i18n/uk_UA/pgadmin3.po | 1848 ---
i18n/ur_PK/pgadmin3.po | 1853 ---
i18n/vi_VN/pgadmin3.po | 1848 ---
i18n/zh_CN/pgadmin3.po | 1855 ---
i18n/zh_TW/pgadmin3.po | 1855 ---
45 files changed, 42865 insertions(+), 40562 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


[pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Guillaume Lelarge
Update serbian translation

Branch
--
REL-1_14_0_PATCHES

Details
---
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=964cb48aa007ce988fb73770ba8a97938b9e2343
Author: Bojan Skaljac skal...@gmail.com

Modified Files
--
i18n/sr_RS/pgadmin3.mo |  Bin 312215 - 349838 bytes
i18n/sr_RS/pgadmin3.po |  932 ++--
2 files changed, 348 insertions(+), 584 deletions(-)


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Thom Brown
On 2 March 2012 15:38, Guillaume Lelarge guilla...@lelarge.info wrote:
 Update serbian translation

Can someone confirm whether this is really correct?

Клијенстки фајл са кључом

Should this instead be:

Клијентског фајл са кључом

-- 
Thom

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Magnus Hagander
2012/3/2 Thom Brown t...@linux.com:
 On 2 March 2012 15:38, Guillaume Lelarge guilla...@lelarge.info wrote:
 Update serbian translation

 Can someone confirm whether this is really correct?

 Клијенстки фајл са кључом

 Should this instead be:

 Клијентског фајл са кључом

What the... Are you now doing proofreading in *serbian* as well?!

-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Guillaume Lelarge
On Fri, 2012-03-02 at 15:53 +, Thom Brown wrote:
 On 2 March 2012 15:38, Guillaume Lelarge guilla...@lelarge.info wrote:
  Update serbian translation
 
 Can someone confirm whether this is really correct?
 
 Клијенстки фајл са кључом
 
 Should this instead be:
 
 Клијентског фајл са кључом
 

CC to our translator, I hope he'll be able to confirm or fix :)


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Guillaume Lelarge
On Fri, 2012-03-02 at 16:56 +0100, Magnus Hagander wrote:
 2012/3/2 Thom Brown t...@linux.com:
  On 2 March 2012 15:38, Guillaume Lelarge guilla...@lelarge.info wrote:
  Update serbian translation
 
  Can someone confirm whether this is really correct?
 
  Клијенстки фајл са кључом
 
  Should this instead be:
 
  Клијентског фајл са кључом
 
 What the... Are you now doing proofreading in *serbian* as well?!
 

If Thom knows some french, I have 1700 A4 pages (PostgreSQL manual)
where I could use his magic :)


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Thom Brown
2012/3/2 Magnus Hagander mag...@hagander.net:
 2012/3/2 Thom Brown t...@linux.com:
 On 2 March 2012 15:38, Guillaume Lelarge guilla...@lelarge.info wrote:
 Update serbian translation

 Can someone confirm whether this is really correct?

 Клијенстки фајл са кључом

 Should this instead be:

 Клијентског фајл са кључом

 What the... Are you now doing proofreading in *serbian* as well?!

Well I was just curious as to why the word for client differs for
this one phrase.  I'm probably wrong here. :)

-- 
Thom

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Thom Brown
On 2 March 2012 16:02, Guillaume Lelarge guilla...@lelarge.info wrote:
 On Fri, 2012-03-02 at 16:56 +0100, Magnus Hagander wrote:
 2012/3/2 Thom Brown t...@linux.com:
  On 2 March 2012 15:38, Guillaume Lelarge guilla...@lelarge.info wrote:
  Update serbian translation
 
  Can someone confirm whether this is really correct?
 
  Клијенстки фајл са кључом
 
  Should this instead be:
 
  Клијентског фајл са кључом

 What the... Are you now doing proofreading in *serbian* as well?!


 If Thom knows some french, I have 1700 A4 pages (PostgreSQL manual)
 where I could use his magic :)

Well here's a couple to get you started. ;)

On http://docs.postgresql.fr/9.1/recovery-config.html:

s/chaîne de caractèrse/chaîne de caractères/

And for: http://docs.postgresql.fr/9.1/maintenance.html

s/L'inconvient/L'inconvénient/

s/n'excutera pas/n'exécute pas/

-- 
Thom

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Guillaume Lelarge
On Fri, 2012-03-02 at 16:12 +, Thom Brown wrote:
 On 2 March 2012 16:02, Guillaume Lelarge guilla...@lelarge.info wrote:
  On Fri, 2012-03-02 at 16:56 +0100, Magnus Hagander wrote:
  2012/3/2 Thom Brown t...@linux.com:
   On 2 March 2012 15:38, Guillaume Lelarge guilla...@lelarge.info wrote:
   Update serbian translation
  
   Can someone confirm whether this is really correct?
  
   Клијенстки фајл са кључом
  
   Should this instead be:
  
   Клијентског фајл са кључом
 
  What the... Are you now doing proofreading in *serbian* as well?!
 
 
  If Thom knows some french, I have 1700 A4 pages (PostgreSQL manual)
  where I could use his magic :)
 
 Well here's a couple to get you started. ;)
 

He's good!

Thank you for these. I commited them.


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: Odp: [pgadmin-hackers] pgAdmin III commit: Synchronize translations from 1.14

2012-03-02 Thread Guillaume Lelarge
On Fri, 2012-03-02 at 21:39 +0100, Begina Felicysym wrote:
 I pass the corrected polish translation based on this synchronization.
 

I'm not sure what you mean here. Is it a 1.14 .po file?


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Guillaume Lelarge
On Fri, 2012-03-02 at 17:01 +0100, Guillaume Lelarge wrote:
 On Fri, 2012-03-02 at 15:53 +, Thom Brown wrote:
  On 2 March 2012 15:38, Guillaume Lelarge guilla...@lelarge.info wrote:
   Update serbian translation
  
  Can someone confirm whether this is really correct?
  
  Клијенстки фајл са кључом
  
  Should this instead be:
  
  Клијентског фајл са кључом
  
 
 CC to our translator, I hope he'll be able to confirm or fix :)
 

According to Bojan, it's the former.


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers


Re: [pgadmin-hackers] pgAdmin III commit: Update serbian translation

2012-03-02 Thread Thom Brown
On 3 March 2012 07:02, Guillaume Lelarge guilla...@lelarge.info wrote:
 On Fri, 2012-03-02 at 17:01 +0100, Guillaume Lelarge wrote:
 On Fri, 2012-03-02 at 15:53 +, Thom Brown wrote:
  On 2 March 2012 15:38, Guillaume Lelarge guilla...@lelarge.info wrote:
   Update serbian translation
 
  Can someone confirm whether this is really correct?
 
  Клијенстки фајл са кључом
 
  Should this instead be:
 
  Клијентског фајл са кључом
 

 CC to our translator, I hope he'll be able to confirm or fix :)


 According to Bojan, it's the former.

How unusual.  It must be some phonetic thing I guess.

Thanks.

-- 
Thom

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers