Re: [lazarus] Spanish missing translations of menu items

2006-09-21 Thread Mattias Gaertner
On Wed, 20 Sep 2006 21:18:56 -0300 Horacio Jamilis [EMAIL PROTECTED] wrote: Attached is a patch to fix some menu entries that was not translated to spanish, and apeared as Thanks. Applied. Mattias _ To unsubscribe:

[lazarus] new translations

2006-09-21 Thread Graeme Geldenhuys
Hi, Must new translation (*.po) files still be emailed to [EMAIL PROTECTED] I found that email address in the languages/readme.txt file, or must be sumbit them here in the mailing list? Summary: *.po : email to [EMAIL PROTECTED] ide changes: patches here to mailing list NOTE: This in for

[lazarus] translation resourcestring duplicates

2006-09-21 Thread Graeme Geldenhuys
Hi, I have noticed a few duplicates resourestrings that have the same text. Could I fix Lazarus, by picking one and replace all the other occurences in the IDE with it. lisMenuSaveAs = 'Save As ...'; lisMenuSaveAll = 'Save All'; srkmecSaveAll = 'Save All'; srkmecSaveAs = ' Save As ...';

Re: [lazarus] new translations

2006-09-21 Thread A.J. Venter
Hiya Graeme What language are you translating to ? Afrikaans ? I started on one a LONG time ago - but never had the time to finish it. If so, I'll be happy to help out where I can, let me know. A.J. Graeme Geldenhuys wrote: Hi, Must new translation (*.po) files still be emailed to [EMAIL

Re: [lazarus] translation resourcestring duplicates

2006-09-21 Thread Mattias Gaertner
On Thu, 21 Sep 2006 11:36:07 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, I have noticed a few duplicates resourestrings that have the same text. Could I fix Lazarus, by picking one and replace all the other occurences in the IDE with it. lisMenuSaveAs = 'Save As ...';

Re: [lazarus] new translations

2006-09-21 Thread Graeme Geldenhuys
Hi A.J. Yes, Afrikaans it is! I decided to make a conscious effort to improve my Afrikaans. I feel patriotic lately. :-) All changes to the IDE has already been done, so Afrikaans appears in the language dropdown and it recognised the *.af_ZA.po files. Now all that remains is translating the

Re: [lazarus] translation resourcestring duplicates

2006-09-21 Thread Graeme Geldenhuys
Ok will do. Do packages share the IDE's resource strings, or do they have their own. As far as I can tell, they seem to use the IDE's resource strings, which makes life much easier. Regards, - Graeme - On 21/09/06, Mattias Gaertner [EMAIL PROTECTED] wrote: On Thu, 21 Sep 2006 11:36:07

Re: [lazarus] translation resourcestring duplicates

2006-09-21 Thread Mattias Gaertner
On Thu, 21 Sep 2006 12:24:00 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Ok will do. Do packages share the IDE's resource strings, or do they have their own. As far as I can tell, they seem to use the IDE's resource strings, which makes life much easier. Every resourcestring section

Re: [lazarus] new translations

2006-09-21 Thread Vincent Snijders
Graeme Geldenhuys wrote: Hi A.J. All changes to the IDE has already been done, so Afrikaans appears in the language dropdown and it recognised the *.af_ZA.po files. Why not just *.af.po? Are there other (incompatible) version of Afrikaans besides af_ZA? Vincent

Re: [lazarus] new translations

2006-09-21 Thread A.J. Venter
Help would be great. I am sure I will get stuck on some programming terms. It would be nice if I could email someone regarding those. Thanks for the offer. Absolutely, mail me anything you would like advice/discussion on :) A.J. -- A.J. Venter Chief Software Architect - OpenLab

Re: [lazarus] new translations

2006-09-21 Thread A.J. Venter
Why not just *.af.po? Are there other (incompatible) version of Afrikaans besides af_ZA? Surprizingly yes :) There are six official af locales: af_ZA af_NA (Using N$ as currency for example) af_BW (Currency BWP - uses French-style date writing) etc. etc. for Southern Africa, they are close but

Re: [lazarus] new translations

2006-09-21 Thread Graeme Geldenhuys
I was wondering about that myself, then I found in the Linux locale directory a refernce to en_ZA and af_ZA (English and Afrikaans). Also from a country point of view AF is for Afghanistan. See http://www.unicode.org/onlinedat/countries.html So to be save, I thought I would use af_ZA so there

[lazarus] deploy an application

2006-09-21 Thread Andrea Mauri
Hi to all, I build a little application that I would like to deploy by the web. I compiled both on Windows and Linux. For the Windows application I used InnoSetup, I deploy only the exe file. I need to deploy some libraries too? And for Linux? How can I know which libraries my application needs

[lazarus] patch - translations

2006-09-21 Thread Graeme Geldenhuys
Hi, Attached is a patch that must be applied from the root Lazarus directory. After this patch the localize scripts need to be run, to update all the .po files. Changes: --- * Removed a lot of duplicate resource strings throughout the IDE. A lot more to follow shortly! * Added

Re: [lazarus] new translations

2006-09-21 Thread Henry Vermaak
interesting reading about different locales for afrikaans. i had my firefox in afrikaans for a bit, but i don't know all the computer terms. it is my mother tongue, though. good luck, chaps henry (oxford, u.k.) On 21/09/06, Graeme Geldenhuys [EMAIL PROTECTED] wrote: I was wondering about

Re: [lazarus] Help!!

2006-09-21 Thread Albert Zeyer
Which error? Please write the full last ~20-30 lines of the emerge. Most known errors are also reported on http://bugs.gentoo.org, you often also find there a solution for a problem. But I don't think it is a big problem. On all my PCs here, where I installed Lazarus (AMD64, PPC, a few x86),

Re: [lazarus] deploy an application

2006-09-21 Thread Albert Zeyer
Am Donnerstag, den 21.09.2006, 14:32 +0200 schrieb Andrea Mauri: Hi to all, I build a little application that I would like to deploy by the web. I compiled both on Windows and Linux. For the Windows application I used InnoSetup, I deploy only the exe file. I need to deploy some libraries

Re: [lazarus] deploy an application

2006-09-21 Thread Andrea Mauri
You can use 'ldd binary', it will show you a list of all linked libraries. It depends on the LCL-Interface, you use. If you choosed GTK1, then the GTK1 libs are needed. Most of the libs listed there are on mostly all Linux distributations out there. I compiled my app on Fedora and tested on

[lazarus] TDesignWindow - in Lazarus?

2006-09-21 Thread [EMAIL PROTECTED]
Hi, i have problems porting some components from Delphi/Kylix to Lazarus. There is a class that interfaces the IDE so you can interact with it. My question is which class in Lazarus coresponding to the TDesignWindow/TClxDesignWindow in Delphi/Kylix? Information about delphis TDesignWindow:

Re: [lazarus] deploy an application

2006-09-21 Thread Lord Satan
On Thu, 21 Sep 2006 17:22:06 +0200 Andrea Mauri [EMAIL PROTECTED] wrote: You can use 'ldd binary', it will show you a list of all linked libraries. It depends on the LCL-Interface, you use. If you choosed GTK1, then the GTK1 libs are needed. Most of the libs listed there are on mostly

Re: [lazarus] deploy an application

2006-09-21 Thread Bogusław Brandys
Lord Satan wrote: On Thu, 21 Sep 2006 17:22:06 +0200 Andrea Mauri [EMAIL PROTECTED] wrote: You can use 'ldd binary', it will show you a list of all linked libraries. It depends on the LCL-Interface, you use. If you choosed GTK1, then the GTK1 libs are needed. Most of the libs listed there are

Re: [lazarus] deploy an application

2006-09-21 Thread Lord Satan
Why this pixbuf is needed ? To load and handle images. It's not a common package as I see. But it is common as I see it, as it has AFAICR been on my system since RedHat 6.0. But AFAIK it is gtk-1.2 specific and not needed in gtk-2.x. Any way to build Lazarus application for Linux which do

Re: [lazarus] TDesignWindow - in Lazarus?

2006-09-21 Thread Mattias Gaertner
On Thu, 21 Sep 2006 17:51:51 +0200 [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, i have problems porting some components from Delphi/Kylix to Lazarus. There is a class that interfaces the IDE so you can interact with it. My question is which class in Lazarus coresponding to the

Re: [lazarus] patch - translations

2006-09-21 Thread Mattias Gaertner
On Thu, 21 Sep 2006 16:12:49 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi, Attached is a patch that must be applied from the root Lazarus directory. After this patch the localize scripts need to be run, to update all the .po files. Changes: --- * Removed a lot of

Re: [lazarus] package help integrated with Lazarus

2006-09-21 Thread Mattias Gaertner
On Wed, 20 Sep 2006 10:17:33 +0200 Graeme Geldenhuys [EMAIL PROTECTED] wrote: Hi Mattias, Thanks for the demo - it works perfectly. Unfortunately, I can't seem to get it working for my packages. Sorry for being so difficult! ;-) This is the directory layout and different package

Re: [lazarus] Patch for Version Info

2006-09-21 Thread Mattias Gaertner
On Thu, 21 Sep 2006 21:38:25 +0200 Jouke Rensma [EMAIL PROTECTED] wrote: The tool windres cannot handle long filenames with special characters (spaces!). This patch works around this problem. Also the setting of the rc and the res filenames did not work anymore. This is solved too. You

Re: [lazarus] package help integrated with Lazarus

2006-09-21 Thread Graeme Geldenhuys
On 21/09/06, Mattias Gaertner [EMAIL PROTECTED] wrote: 'file://$PkgDir(tiOPF)/html','tiOPF','../../Core;../../Options;../../GUI'); Looking good. But I never tried such a setup. Yeah, it is a bit more complex than the example included in Lazarus. But then where is the fun in developing if

Re: [lazarus] Help!!

2006-09-21 Thread Jonathan Chiu
fpc-2.0.4 compiles fail and complains about a parameter of -exec.However, it works if I use fpc-2.0.2On 9/22/06, Albert Zeyer [EMAIL PROTECTED] wrote: Which error? Please write the full last ~20-30 lines of the emerge. Most known errors are also reported on http://bugs.gentoo.org, you

RE: [lazarus] Help!!

2006-09-21 Thread frogeye
I get the same error on amd 64 gentoo trying to emerge fpc 2.0.4 : missing argument to -exec But while I can emerge 2.0.2, it doesnt find the right units for x86_64 From: Jonathan Chiu [mailto:[EMAIL PROTECTED] Sent: Thursday, September 21, 2006 7:42 PM To: lazarus@miraclec.com