Re: [pgadmin-hackers] Translation to Persian

2008-03-17 Thread Guillaume Lelarge

Hi,

[EMAIL PROTECTED] a écrit :

I want to translate PdAdmin keywords and messages to Persian
'#1601;#1575;#1585;#1587;#1610;' (in Debian: fa_IR, in ISO 639-1:fa
in ISO 639-2: per/fas)

I want to know does any one work on this language for pgadmin?



As far as I know, no one is working on fa_IR translation. Someone 
already worked on it a bit as you can see here :

  http://www.pgadmin.org/translation/status.php

So it's probably better to begin the work with this file 
(http://www.pgadmin.org/svnrepo/pgadmin3/i18n/fa_IR/pgadmin3.po).


Regards.


--
Guillaume.
 http://www.postgresqlfr.org
 http://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] Translation to Persian

2008-03-17 Thread m . emadi
Hi,

Thanks a lot
I will work on this and try too complete this translation.
I think it has some problem in translation. I should correct them.

Best Regards
Mehdi Emadi
http://khorshid.ece.ut.ac.ir/~emadi/
Database Research Group
University of Tehran
http://ece.ut.ac.ir/dbrg/


 Hi,

 [EMAIL PROTECTED] a écrit :
 I want to translate PdAdmin keywords and messages to Persian
 '#1601;#1575;#1585;#1587;#1610;' (in Debian: fa_IR, in ISO 639-1:fa
 in ISO 639-2: per/fas)

 I want to know does any one work on this language for pgadmin?


 As far as I know, no one is working on fa_IR translation. Someone
 already worked on it a bit as you can see here :
http://www.pgadmin.org/translation/status.php

 So it's probably better to begin the work with this file
 (http://www.pgadmin.org/svnrepo/pgadmin3/i18n/fa_IR/pgadmin3.po).

 Regards.


 --
 Guillaume.
   http://www.postgresqlfr.org
   http://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] Display line numbers in SQL view

2008-03-17 Thread Dave Page
On Sat, Mar 15, 2008 at 2:43 AM, Robins Tharakan [EMAIL PROTECTED] wrote:
 Hi Dave,

 True. In that case moving it as an option (with sane defaults) did seem like
 a better way. So attached is a reworked patch that puts two options in
 frmOptions.

 1. A checkbox (in preferences tab) that applies to line numbers universally.
 2. One checkbox (in the Query tab) specific to the SQL Query window.

 The defaults ensure that the we maintain status quo (i.e. Line numbers are
 enabled for Functions/Triggers but disabled for Query window).

Hmm, sorry, that still irks me. How about we just have 2 independent
options, one for dialogues, and one for windows (the query tool and
debugger)? We have various other options actually on the Query Tool
(because it can be run standalone), so the window option should
probably be included there as well.

Unless you want to incorporate this change into a wider change to move
all options onto frmOptions, and allow the appropriate parts of that
to be access from the Query Tool? That's what I'd like to see if you
want to work on it.


-- 
Dave Page
EnterpriseDB UK Ltd: http://www.enterprisedb.com
PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk

-- 
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] SVN Commit by dpage: r7166 - trunk/pgadmin3/pgadmin/schema

2008-03-17 Thread svn
Author: dpage

Date: 2008-03-17 15:10:45 + (Mon, 17 Mar 2008)

New Revision: 7166

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7166view=rev

Log:
add missing c_str()


Modified:
   trunk/pgadmin3/pgadmin/schema/edbPackage.cpp

-- 
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] SVN Commit by dpage: r7168 - branches/REL-1_8_0_EDB/pgadmin3/pgadmin/schema

2008-03-17 Thread svn
Author: dpage

Date: 2008-03-17 15:48:21 + (Mon, 17 Mar 2008)

New Revision: 7168

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7168view=rev

Log:
add missing c_str()


Modified:
   branches/REL-1_8_0_EDB/pgadmin3/pgadmin/schema/edbPackage.cpp

-- 
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] SVN Commit by dpage: r7167 - branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/schema

2008-03-17 Thread svn
Author: dpage

Date: 2008-03-17 15:47:20 + (Mon, 17 Mar 2008)

New Revision: 7167

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7167view=rev

Log:
add missing c_str()


Modified:
   branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/schema/edbPackage.cpp

-- 
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] SVN Commit by dpage: r7169 - in trunk/pgadmin3/pgadmin: frm include/utils utils

2008-03-17 Thread svn
Author: dpage

Date: 2008-03-17 16:27:05 + (Mon, 17 Mar 2008)

New Revision: 7169

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7169view=rev

Log:
Allow the user to dump databases qith quotes or backslashes in the name.



Modified:
   trunk/pgadmin3/pgadmin/frm/frmBackup.cpp
   trunk/pgadmin3/pgadmin/frm/frmRestore.cpp
   trunk/pgadmin3/pgadmin/include/utils/misc.h
   trunk/pgadmin3/pgadmin/utils/misc.cpp

-- 
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] SVN Commit by dpage: r7171 - in branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin: frm include/utils utils

2008-03-17 Thread svn
Author: dpage

Date: 2008-03-17 16:45:52 + (Mon, 17 Mar 2008)

New Revision: 7171

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7171view=rev

Log:
Allow the user to dump databases qith quotes or backslashes in the name.



Modified:
   branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/frm/frmBackup.cpp
   branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/frm/frmRestore.cpp
   branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/include/utils/misc.h
   branches/REL-1_8_0_PATCHES/pgadmin3/pgadmin/utils/misc.cpp

-- 
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] SVN Commit by dpage: r7170 - in branches/REL-1_8_0_EDB/pgadmin3/pgadmin: frm include/utils utils

2008-03-17 Thread svn
Author: dpage

Date: 2008-03-17 16:44:52 + (Mon, 17 Mar 2008)

New Revision: 7170

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7170view=rev

Log:
Allow the user to dump databases qith quotes or backslashes in the name.



Modified:
   branches/REL-1_8_0_EDB/pgadmin3/pgadmin/frm/frmBackup.cpp
   branches/REL-1_8_0_EDB/pgadmin3/pgadmin/frm/frmRestore.cpp
   branches/REL-1_8_0_EDB/pgadmin3/pgadmin/include/utils/misc.h
   branches/REL-1_8_0_EDB/pgadmin3/pgadmin/utils/misc.cpp

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