Re: [pgadmin-hackers] Second l10n patch

2009-08-03 Thread Dave Page
2009/8/1 Marek Černocký ma...@manet.cz: Hi, I send patch. It solves translation for object type names in reports. Should code like this use wxPLURAL? int section = report-XmlCreateSection(wxString::Format(_(%s dependents), object-GetTranslatedTypeName().c_str())); -- Dave Page EnterpriseDB

Re: [pgadmin-hackers] Second l10n patch

2009-08-03 Thread Guillaume Lelarge
Le lundi 3 août 2009 à 12:33:56, Guillaume Lelarge a écrit : Le lundi 3 août 2009 à 11:57:02, Dave Page a écrit : 2009/8/1 Marek Černocký ma...@manet.cz: Hi, I send patch. It solves translation for object type names in reports. Should code like this use wxPLURAL? int section =

Re: [pgadmin-hackers] Second l10n patch

2009-08-03 Thread Dave Page
2009/8/3 Guillaume Lelarge guilla...@lelarge.info: Le lundi 3 août 2009 à 12:33:56, Guillaume Lelarge a écrit : Le lundi 3 août 2009 à 11:57:02, Dave Page a écrit : 2009/8/1 Marek Černocký ma...@manet.cz: Hi, I send patch. It solves translation for object type names in reports.

Re: [pgadmin-hackers] Second l10n patch

2009-08-03 Thread Guillaume Lelarge
Le lundi 3 août 2009 à 11:57:02, Dave Page a écrit : 2009/8/1 Marek Černocký ma...@manet.cz: Hi, I send patch. It solves translation for object type names in reports. Should code like this use wxPLURAL? int section = report-XmlCreateSection(wxString::Format(_(%s dependents),

Re: [pgadmin-hackers] Second l10n patch

2009-08-03 Thread Guillaume Lelarge
Le lundi 3 août 2009 à 13:04:34, Dave Page a écrit : 2009/8/3 Guillaume Lelarge guilla...@lelarge.info: Le lundi 3 août 2009 à 12:33:56, Guillaume Lelarge a écrit : Le lundi 3 août 2009 à 11:57:02, Dave Page a écrit : 2009/8/1 Marek Černocký ma...@manet.cz: Hi, I send patch. It

[pgadmin-hackers] Second l10n patch

2009-08-01 Thread Marek Černocký
Hi, I send patch. It solves translation for object type names in reports. Regards Marek diff --recursive -c pgadmin3.svn/pgadmin/frm/frmReport.cpp pgadmin3.new/pgadmin/frm/frmReport.cpp *** pgadmin3.svn/pgadmin/frm/frmReport.cpp 2009-08-01 16:52:58.0 +0200 ---