From kevin at ...93... Sat Jan 3 23:42:49 2004 From: kevin at ...93... (Kevin Donnelly) Date: Sat, 3 Jan 2004 22:42:49 +0000 Subject: [Gambas-devel] Activating a Welsh translation on SuSE 8.2 Message-ID: <200401032242.49911.kevin@...93...> I've done a Welsh translation of Gambas (0.80), and wanted to test it before submission. So I placed it in the gambas-0.80/app/gambas/.lang dir with the other .po and .mo files. I then compiled the source. During .configure I got a message that internationalisation support would not be activated, but make and make install went OK, and I seem to have a functioning install, but with no language alternatives - /opt/gambas has no translation files that I can see. Presumably I need to have some library installed - does anyone know what this should be? (I seem to have all the obvious candidates installed.) If not, what do I need to do to get the languages seen? The Translation Howto page on the wiki also notes that I can open the Gambas project in the IDE, but i can find no Gambas project. Does this mean merely that I should open Gambas itself, ie launch it? I'd be grateful for any help on what is probably a stupid error I've made somewhere! -- Best wishes Kevin Donnelly www.kyfieithu.co.uk - Meddalwedd Rhydd yn Gymraeg From gambas at ...1... Sun Jan 4 16:56:53 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 4 Jan 2004 16:56:53 +0100 Subject: [Gambas-devel] In-Reply-To: <200312311715.hBVHFkQ22321@...92...> References: <200312311715.hBVHFkQ22321@...92...> Message-ID: <200401041656.53746.gambas@...1...> On Wednesday 31 December 2003 18:15, Philipp Gr?mmer wrote: > Hi folks, > First off, excuse the probably weird looking mail. I'm forced to write this > via an web interface, as my mutt configuration is somewhat broken at the > moment. > > I recently tried to install gamba on a fresh unstable Debian release. > The configure script finished fine without spitting out any error messages. > But when i ran make, i ended up with the following error message: > > --->8 snip > make[5]: Entering directory `/home/philipp/gambas-0.74/src/lib/qt/editor' > /usr/lib/qt3/../bin/moc qeditor.h -o moc_qeditor.cpp > make[5]: /usr/lib/qt3/../bin/moc: Command not found > --->8 snip > > which kinda left me confused because /usr/lib/qt3/ *..*/bin/moc > is a really weird pathname. Evaluated it expands to /usr/lib/bin/moc. > Is this a normal behaviour? Is the moc executable supposed to be in > /usr/lib/bin/moc? On my system it resides in /usr/bin/moc. I worked around > the problem with creating a softlink in /usr/lib/bin/ to the real > executable for testing purpose and it seemed to work. > > Any hints would be greatly appreciated. > > Greetings, Philipp > ___________________________________________________________________________ >___ Erdbeben im Iran: Zehntausende Kinder brauchen Hilfe. UNICEF hilft den > Kindern - helfen Sie mit! https://www.unicef.de/spe/spe_03.php > > I think the 0.80 should solve the moc detection problem. Tell me if it is true! Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 4 16:56:12 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 4 Jan 2004 16:56:12 +0100 Subject: [Gambas-devel] Activating a Welsh translation on SuSE 8.2 In-Reply-To: <200401032242.49911.kevin@...93...> References: <200401032242.49911.kevin@...93...> Message-ID: <200401041656.12846.gambas@...1...> On Saturday 03 January 2004 23:42, Kevin Donnelly wrote: > I've done a Welsh translation of Gambas (0.80), and wanted to test it > before submission. So I placed it in the gambas-0.80/app/gambas/.lang dir > with the other .po and .mo files. I then compiled the source. During > .configure I got a message that internationalisation support would not be > activated, but make and make install went OK, and I seem to have a > functioning install, but with no language alternatives - /opt/gambas has no > translation files that I can see. > > Presumably I need to have some library installed - does anyone know what > this should be? (I seem to have all the obvious candidates installed.) If > not, what do I need to do to get the languages seen? > > The Translation Howto page on the wiki also notes that I can open the > Gambas project in the IDE, but i can find no Gambas project. Does this > mean merely that I should open Gambas itself, ie launch it? > > I'd be grateful for any help on what is probably a stupid error I've made > somewhere! First you must give me: - The translation code (for example, fr_FR for French in France, fr_CA for French in Canada, ...) - The name of the language (OK, it's welsh) - The name of the country (United Kingdom ?) Then I will add the language to the internal list of languages of the gambas IDE (I didn't find a system-wide list of languages). Then you will open the gambas IDE project, which is located in the source package at $PACKAGE_DIR/gambas-X.YY/app/gambas, $PACKAGE_DIR being the directory where you uncompressed the source archive. Then you will hit CTRL+T to open the translation dialog, and select the language you want to translate the project into... Here, you can follow the Translation HowTo page. But for the Welsh language, you need to add the language to the collection defined in the module Language.module. You can do it in the IDE, and then recompile itself. If you don't see what I mean, you must wait the next version (0.81) Regards, -- Benoit Minisini mailto:gambas at ...1... From kevin at ...93... Sun Jan 4 19:38:58 2004 From: kevin at ...93... (Kevin Donnelly) Date: Sun, 4 Jan 2004 18:38:58 +0000 Subject: [Gambas-devel] Activating a Welsh translation on SuSE 8.2 In-Reply-To: <200401041656.12846.gambas@...1...> References: <200401032242.49911.kevin@...93...> <200401041656.12846.gambas@...1...> Message-ID: <200401041838.58826.kevin@...93...> On Sunday 04 January 2004 3:56 pm, Benoit Minisini wrote: > First you must give me: > - The translation code (for example, fr_FR for French in France, fr_CA for > French in Canada, ...) > - The name of the language (OK, it's welsh) > - The name of the country (United Kingdom ?) cy_GB Welsh (Cymraeg) United Kingdom > Then you will open the gambas IDE project, which is located in the source > package at $PACKAGE_DIR/gambas-X.YY/app/gambas, $PACKAGE_DIR being the > directory where you uncompressed the source archive. > Then you will hit CTRL+T to open the translation dialog, and select the > language you want to translate the project into... Here, you can follow the > Translation HowTo page. OK - I've found this now; thanks. However, I was just translating the .po file directly using KBabel, so this additional functionality in Gambas doesn't really apply here. > But for the Welsh language, you need to add the language to the collection > defined in the module Language.module. You can do it in the IDE, and then > recompile itself. If you don't see what I mean, you must wait the next > version (0.81) OK - I did this by adding: Name["cy"] = ("Welsh (United Kingdom)") to Language.module, and then chose Project ->Compile all (which didn't seem to do much). I then ran: ./reconf ./configure make (su) make install However, I still get the message about internationalisation being disabled in the configure, and the only language showing is English, even though my machine is set to cy_GB. Where are the language files normally installed after compilation? Also, I've noticed that after this second compile, a number of new .pot files (eg FToolBox.pot) have appeared in gambas-0.80/app/gambas/.lang - do these have to be translated as well??? Thanks -- Best wishes Kevin Donnelly www.kyfieithu.co.uk - Meddalwedd Rhydd yn Gymraeg From sourceforge-raindog2 at ...19... Sun Jan 4 20:36:25 2004 From: sourceforge-raindog2 at ...19... (Rob) Date: Sun, 4 Jan 2004 14:36:25 -0500 Subject: [Gambas-devel] wiki update FINISHED Message-ID: <200401041436.25748.sourceforge-raindog2@...19...> At long last I have finished the last items on the export todo list. So, Benoit and others, unless I find some more issues in there before mid-week (I found some that weren't on the list and fixed them already), I am going to back up and remove the old component documentation and drop the new stuff in the real wiki in preparation for 1.0. I hope there are not too many language differences between 0.80 and 1.0 ;) I guess I should package up the super nasty perl scripts I've been using and stick them out there on the web in case my laptop's hard drive dies or something. Rob From philipp.gruemmer at ...51... Sun Jan 4 21:51:14 2004 From: philipp.gruemmer at ...51... (Philipp Gruemmer) Date: Sun, 4 Jan 2004 21:51:14 +0100 Subject: [Gambas-devel] In-Reply-To: <200401041656.53746.gambas@...1...> References: <200312311715.hBVHFkQ22321@...92...> <200401041656.53746.gambas@...1...> Message-ID: <200401042151.14840.philipp.gruemmer@...51...> Benoit Minisini wrote : > I think the 0.80 should solve the moc detection problem. Tell me > if it is true! Hi Benoit. Unfortunately, my harddisk passed away last night so i am not able to check this out now. I'll try as soon as my new disk arrives and i have installed debian again. Maybe until then somebody else can check? Thanks for the answer, anyway... Greetings, Philipp From danielcampos at ...45... Sun Jan 4 23:23:22 2004 From: danielcampos at ...45... (Daniel Campos) Date: Sun, 04 Jan 2004 22:23:22 +0000 Subject: [Gambas-devel] Updated spanish translation Message-ID: <1073255002.27870.1.camel@...49...> Hi! Here's translation to spanish for gambas-0.80 Regards, -- Daniel Campos -------------- next part -------------- # #-#-#-#-# CClassInfo.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CClassInfo.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CComponent.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CComponent.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CControl.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CControl.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CCoolButton.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CCoolButton.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CMenu.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CMenu.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CPropertyInfo.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CPropertyInfo.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CSplit.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CSplit.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CSymbolInfo.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CSymbolInfo.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FAbout.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FAbout.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FDebug.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FDebug.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FExplorer.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FExplorer.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FFind.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FFind.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FForm.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FForm.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FGambas.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FGambas.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FGetIcon.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FGetIcon.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FGotoLine.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FGotoLine.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FIconEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FIconEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FIconTool.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FIconTool.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FLanguage.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FLanguage.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FList.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FList.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FLocal.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FLocal.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FMain.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FMain.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FMenu.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FMenu.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewClass.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewClass.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewDirectory.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewDirectory.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewForm.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewForm.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewIcon.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewIcon.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewModule.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewModule.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewProject.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewProject.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewText.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewText.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FOpenProject.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FOpenProject.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FOption.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FOption.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FOutput.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FOutput.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FPropertyFile.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FPropertyFile.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FProperty.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FProperty.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FPropertyProject.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FPropertyProject.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FRename.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FRename.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FSave.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FSave.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FSelector.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FSelector.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FStack.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FStack.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTest.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTest.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTextEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTextEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FText.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FText.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTips.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTips.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FToolBar.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FToolBar.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FToolBox.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FToolBox.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTranslate.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTranslate.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FWatch.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FWatch.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FWelcome.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FWelcome.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# Language.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/Language.module # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# Project.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/Project.module # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2002-11-01 04:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: FProperty.class:692 msgid "..." msgstr "..." #: FMain.class:952 msgid "&?" msgstr "&?" #: FNewIcon.class:262 msgid "16 x 16" msgstr "16 x 16" #: FPropertyFile.class:71 FPropertyProject.class:564 FSupSelector.class:324 msgid "&1 K" msgstr "&1 K" #: FTranslate.class:606 msgid "&1 strings (&2 not translated)" msgstr "&1 cadenas (&2 no traducidas)" #: FNewIcon.class:280 msgid "24 x 24" msgstr "24 x 24" #: FGotoLine.class:70 msgid "255" msgstr "255" #: FNewIcon.class:250 msgid "32 x 32" msgstr "32 x 32" #: FPropertyProject.class:805 msgid "4" msgstr "4" #: FNewIcon.class:274 msgid "48 x 48" msgstr "48 x 48" #: FNewIcon.class:268 msgid "64 x 64" msgstr "64 x 64" #: FOption.class:480 msgid "8" msgstr "8" #: FNewIcon.class:256 msgid "8 x 8" msgstr "8 x 8" #: FMain.class:969 msgid "&About Gambas..." msgstr "&Acerca de Gambas..." #: FAbout.class:124 msgid "About Gambas..." msgstr "Acerca de Gambas..." #: FNewIcon.class:162 msgid "Add icon" msgstr "A?adir icono" #: FNewModule.class:122 msgid "Add module" msgstr "A?adir M?dulo" #: FPropertyProject.class:738 msgid "Advanced options" msgstr "Opciones Avanzadas" #: FNewModule.class:37 FNewText.class:38 msgid "All files" msgstr "Todos los Archivos" #: FSupSelector.class:164 msgid "All files|*" msgstr "Todos los archivos|*" #: FAbout.class:195 FWelcome.class:222 msgid "Alpha version (X.XX)" msgstr "Versi?n Alpha(X.XX)" #: FMenu.class:769 msgid "ALT" msgstr "ALT" #: Project.module:1349 msgid "A name must begin with a letter, followed by any letter or digit." msgstr "Un nombre tiene que comenzar con una letra, seguida de letras o d?gitos." #: FOption.class:524 FPropertyProject.class:642 msgid "Apply" msgstr "Aplicar" #: Language.module:7 msgid "Arabic (Egypt)" msgstr "Ar?bico (Egipto)" #: Language.module:8 msgid "Arabic (Tunisia)" msgstr "Ar?bico (Tunicia)" #: FPropertyProject.class:832 msgid "Arguments" msgstr "Argumentos" #: FForm.class:1692 msgid "Arrange horizontally" msgstr "Alinear horizontalmente" #: FForm.class:1673 msgid "Arrangement" msgstr "Alineamiento" #: FForm.class:1697 msgid "Arrange vertically" msgstr "Alinear verticalmente" #: Project.module:629 msgid "at line &1 in &2" msgstr "en l?nea &1 en &2" #: FOption.class:280 msgid "Background" msgstr "Fondo" #: FForm.class:64 msgid "Bad form file" msgstr "Archivo de formulario incorrecto" #: FProperty.class:232 msgid "Bad group !" msgstr "? Grupo incorrecto !" #: FMenu.class:243 msgid "Bad group name !" msgstr "? Nombre de grupo incorrecto !" #: FMenu.class:237 msgid "Bad menu name !" msgstr "? Nombre de men? incorrecto !" #: FProperty.class:220 msgid "Bad name !" msgstr "? Nombre incorrecto !" #: FProperty.class:282 msgid "Bad property value !" msgstr "?Valor err?neo de la propiedad!" #: FPropertyProject.class:121 msgid "Bad version number" msgstr "Versi?n err?nea" #: FSupSelector.class:949 msgid "&Bookmark this directory" msgstr "&Marcar esta carpeta" #: FOption.class:420 msgid "Breakpoints" msgstr "Puntos de interrupci?n" #: FForm.class:1676 msgid "Bring to foreground" msgstr "Mandar al frente" #: FExplorer.class:269 msgid "Broken link" msgstr "Enlace roto" #: Language.module:10 msgid "Bulgarian (Bulgaria)" msgstr "B?lgaro (Bulgaria)" #: FWatch.class:103 msgid "Cancel" msgstr "Cancelar" #: Project.module:1773 msgid "Cannot copy file &1." msgstr "No es posible copiar el archivo &1." #: FSupSelector.class:1136 msgid "Cannot copy file &1\n\n&2" msgstr "Imposible copiar el archivo &1\n\n&2" #: Project.module:823 msgid "Cannot copy template file." msgstr "Imposible copiar el archivo de plantilla." #: Project.module:916 msgid "Cannot create project !" msgstr "?No puedo crear el proyecto!" #: FMain.class:296 msgid "Cannot delete file or directory" msgstr "No puedo borrar el archivo o carpeta" #: FSupSelector.class:760 msgid "Cannot found this directory." msgstr "No se encontr? la carpeta." #: FSupSelector.class:774 msgid "Cannot found this file." msgstr "No se encontr? el archivo." #: FSupSelector.class:737 msgid "Cannot found this project." msgstr "No se encuentra el proyecto." #: Project.module:1785 msgid "Cannot move file &1." msgstr "No se puede mover el archivo &1." #: Project.module:184 msgid "Cannot open project file :\n" msgstr "No se puede abrir el archivo de proyecto :\n" #: FTranslate.class:197 msgid "Cannot read translation file for language '&1'" msgstr "No se puede cargar el archivo de traducci?n del idioma '&1'" #: Save.module:32 msgid "Cannot save file !" msgstr "? No se puede guardar el archivo !" #: FTranslate.class:316 msgid "Cannot save translation." msgstr "No puedo guardar la traducci?n." #: FMenu.class:744 msgid "Caption" msgstr "T?tulo" #: FFind.class:566 msgid "&Case sensitive" msgstr "S&ensible a mayusculas" #: FAbout.class:219 msgid "(c) Benoit MINISINI" msgstr "(c) Benoit MINISINI" #: FMenu.class:813 msgid "Checked" msgstr "Checked" #: FOption.class:458 msgid "&Choose..." msgstr "&Elegir..." #: FLanguage.class:54 msgid "Choose language" msgstr "Elija lenguaje" #: FLanguage.class:71 msgid "Choose the translation to duplicate :" msgstr "Ellija la traducci?n a duplicar :" #: FPropertyFile.class:55 msgid "Class" msgstr "Clase" #: FMain.class:992 msgid "&Class..." msgstr "&Clase..." #: FPropertyProject.class:564 Project.module:434 msgid "Classes" msgstr "Clases" #: FIconEditor.class:1176 FList.class:107 FWatch.class:103 msgid "Clear" msgstr "Borrar" #: FIconTool.class:564 msgid "Clear all" msgstr "Borrar todo" #: FMain.class:414 msgid "&Clear history" msgstr "Borrar &historial" #: FTranslate.class:763 msgid "Clear this translation" msgstr "Borrar esta traducci?n" #: FProperty.class:665 msgid "Click on a form or a control to modify its properties..." msgstr "Pulse sobre un formulario o un control para modificar sus propiedades..." #: FMenu.class:716 msgid "Click on Insert to add a new menu." msgstr "Pulse Insertar para a?adir un men? nuevo." #: FTips.class:200 msgid "Close" msgstr "Cerrar" #: FTranslate.class:782 msgid "&Close" msgstr "&Cerrar" #: FMain.class:929 msgid "Close &all windows" msgstr "Cerrar tod&as las ventanas" #: FForm.class:1723 msgid "Code" msgstr "C?digo" #: FEditor.class:815 FTranslate.class:32 msgid "Comment" msgstr "Comentario" #: FOption.class:414 msgid "Comments" msgstr "Comentarios" #: FPropertyProject.class:742 msgid "Compilation" msgstr "Compilaci?n" #: FMain.class:1115 msgid "Compile" msgstr "Compilar" #: FMain.class:830 msgid "&Compile" msgstr "&Compilar" #: FMain.class:1139 msgid "Compile all" msgstr "Compilar todo" #: FMain.class:836 msgid "Compile &All" msgstr "Compil&ar todo" #: Project.module:676 msgid "Compiling project" msgstr "Compilando proyecto" #: FPropertyProject.class:88 msgid "Component" msgstr "Componente" #: FMain.class:1131 msgid "Component explorer" msgstr "Componente explorador" #: FPropertyProject.class:724 msgid "Components" msgstr "Componentes" #: FMain.class:1155 FOutput.class:134 msgid "Console" msgstr "Consola" #: FMain.class:919 msgid "&Console" msgstr "&Consola" #: FNewClass.class:206 FNewForm.class:235 msgid "&Constructor" msgstr "&Constructor" #: FSave.class:110 FTranslate.class:509 msgid "Continue" msgstr "Continuar" #: FEditor.class:783 FForm.class:1651 FTextEditor.class:304 msgid "Copy" msgstr "Copiar" #: FMain.class:1054 FSupSelector.class:976 msgid "&Copy" msgstr "&Copiar" #: FTranslate.class:755 msgid "Copy untranslated string" msgstr "Copiar cadena no traducida" #: FNewProject.class:109 msgid "Create a new project" msgstr "Crear un nuevo proyecto" #: Project.module:1592 msgid "Create source package" msgstr "Crear paquete fuente" #: Language.module:34 msgid "Croatian (Croatia)" msgstr "Croata (Croacia)" #: FMenu.class:759 msgid "CTRL" msgstr "CTRL" #: FOption.class:408 msgid "Current line" msgstr "L?nea actual" #: FEditor.class:777 FForm.class:1645 FTextEditor.class:298 msgid "Cut" msgstr "Cortar" #: FMain.class:1048 FSupSelector.class:969 msgid "&Cut" msgstr "&Cortar" #: Language.module:12 msgid "Danish (Denmark)" msgstr "Dan?s (Dinamarca)" #: Project.module:437 msgid "Data" msgstr "Datos" #: FMain.class:938 msgid "&Database manager..." msgstr "Gestor de Bases de &Datos..." #: FOption.class:434 msgid "Data types" msgstr "Tipos de datos" #: FSupSelector.class:93 msgid "Date" msgstr "Fecha" #: FDebug.class:714 FMain.class:1171 msgid "Debug" msgstr "Depuraci?n" #: FNewForm.class:247 msgid "Default dialo&g management" msgstr "&Gesti?n del di?logo por defecto" #: FTranslate.class:404 msgid "Delete" msgstr "Borrar" #: FList.class:193 FMenu.class:840 msgid "&Delete" msgstr "&Borrar" #: FMain.class:1066 msgid "&Delete..." msgstr "&Borrar..." #: FTranslate.class:670 msgid "Delete translation" msgstr "Borrar traducci?n" #: FPropertyProject.class:90 msgid "Description" msgstr "Descripci?n" #: FNewIcon.class:290 FNewText.class:168 msgid "Destination" msgstr "Destino" #: FNewClass.class:201 FNewForm.class:230 msgid "&Destructor" msgstr "&Destructor" #: FPropertyFile.class:40 FSupSelector.class:255 msgid "Directory" msgstr "Carpeta" #: FMain.class:1015 msgid "&Directory..." msgstr "&Carpeta..." #: FSupSelector.class:153 msgid "Directory :" msgstr "Carpeta :" #: Project.module:839 msgid "Directory already exists." msgstr "La carpeta ya existe." #: FSupSelector.class:1184 msgid "Do you really want to delete the file : " msgstr "?Realmente desea borrar el archivo :" #: FMain.class:276 msgid "Do you really want to delete this directory ?" msgstr "?Realmente quiere borrar esta carpeta?" #: FMain.class:288 msgid "Do you really want to delete this file ?" msgstr "?Realmente quiere borrar este archivo?" #: FTranslate.class:404 msgid "Do you really want to delete this translation ?" msgstr "?Realmente quiere borrar esta trducci?n?" #: FTranslate.class:475 msgid "Do you really want to reload this translation ?" msgstr "?Realmente quiere recargar esta traducci?n?" #: FSupSelector.class:1109 msgid "Do you really want to remove this bookmark ?" msgstr "? Realmente quiere borrar esta marca ?" #: FTranslate.class:436 msgid "Do you really want to replace this translation ?" msgstr "?Realmente quiere reemplazar esta traducci?n?" #: FWatch.class:103 msgid "Do you want to clear the expression list ?" msgstr "?Quiere borrar la lista de expresiones?" #: FIconEditor.class:1176 msgid "Do you want to clear the image ?" msgstr "?Quiere borrar la imagen?" #: FList.class:107 msgid "Do you want to clear the value list ?" msgstr "?Quiere borrar la lista de valores?" #: FIconTool.class:582 msgid "Draw" msgstr "Dibujo" #: FTranslate.class:678 msgid "Duplicate a translation" msgstr "Duplicar una traducci?n" #: Language.module:43 msgid "Dutch (Belgium)" msgstr "Flamenco (B?lgica)" #: Language.module:42 msgid "Dutch (Netherlands)" msgstr "Flamenco (Holanda)" #: FMain.class:1021 msgid "&Edit" msgstr "&Editar" #: FPropertyProject.class:757 msgid "Edition" msgstr "Edici?n" #: FList.class:155 msgid "Edit list property" msgstr "Editar lista de propiedades" #: FOption.class:260 msgid "Editor" msgstr "Editor" #: FOption.class:270 msgid "Editor colors" msgstr "Colores del editor" #: FOption.class:454 msgid "Editor font" msgstr "Fuente del editor" #: FText.class:64 msgid "Edit text property" msgstr "Editar propiedad de texto" #: FEditor.class:863 msgid "edtEditor" msgstr "edtEditor" #: FIconTool.class:609 msgid "Ellipse" msgstr "Elipse" #: FIconTool.class:178 msgid "Ellipse,Filled ellipse,Filled delimited ellipse" msgstr "Elipse, Elipse rellena, Elipse rellena delimitada" #: FMenu.class:808 msgid "Enabled" msgstr "Habilitado" #: Language.module:21 msgid "English (Australia)" msgstr "Ingl?s (Australia)" #: Language.module:22 msgid "English (Canada)" msgstr "Ingl?s (Canad?)" #: Language.module:19 msgid "English (United Kingdom)" msgstr "Ingl?s (Reino Unido)" #: Language.module:20 msgid "English (U.S.A.)" msgstr "Ingl?s (U.S.A.)" #: FRename.class:88 msgid "Enter new name :" msgstr "Introduzca nuevo nombre :" #: FLocal.class:58 FWatch.class:43 msgid "ERROR:" msgstr "ERROR:" #: FForm.class:1630 msgid "Event" msgstr "Evento" #: FTranslate.class:588 msgid "Everything seems to be correct." msgstr "Todo parece estar correcto." #: FPropertyProject.class:564 msgid "Executable" msgstr "Ejecutable" #: FPropertyProject.class:796 msgid "Execution" msgstr "Ejecuci?n" #: FNewModule.class:177 FNewText.class:166 msgid "Existing" msgstr "Existente" #: FExplorer.class:590 msgid "Explore" msgstr "Explorar" #: FTranslate.class:489 msgid "Export a translation" msgstr "Exportar una traducci?n" #: FWatch.class:10 msgid "Expression" msgstr "Expresi?n" #: FOption.class:502 msgid "External programs" msgstr "Programas externos" #: FSupSelector.class:317 msgid "File" msgstr "Archivo" #: FFind.class:607 FMain.class:783 msgid "&File" msgstr "&Archivo" #: FSupSelector.class:156 msgid "File :" msgstr "Archivo :" #: Project.module:794 msgid "File already exists." msgstr "El archivo ya existe." #: FSupSelector.class:1537 msgid "Filters" msgstr "Filtros" #: FFind.class:552 msgid "Find" msgstr "Encontrar" #: FEditor.class:829 FTextEditor.class:336 msgid "Find..." msgstr "Encontrar..." #: FTranslate.class:715 msgid "Find a string in translation" msgstr "Encontrar una cadena en la traducci?n" #: FFind.class:583 msgid "Find &next" msgstr "Encontrar &siguiente" #: FEditor.class:835 FTextEditor.class:343 msgid "Find Next" msgstr "Encontrar siguiente" #: FFind.class:619 msgid "Find &previous" msgstr "Encontrar &anterior" #: FEditor.class:840 FTextEditor.class:349 msgid "Find Previous" msgstr "Encontrar anterior" #: FFind.class:545 msgid "Find & Replace" msgstr "Encontrar & reemplazar" #: FIconTool.class:627 msgid "Flip" msgstr "Flip" #: FIconTool.class:618 msgid "Flood fill" msgstr "Relleno" #: FIconTool.class:183 msgid "Flood fill,Patterned flood fill" msgstr "Relleno, relleno con patr?n" #: Project.module:1573 msgid "Forbidden characters in project name." msgstr "Caracteres no v?lidos en el nombre del proyecto." #: FEditor.class:855 FForm.class:1621 FPropertyFile.class:57 msgid "Form" msgstr "Formulario" #: FMain.class:987 msgid "&Form..." msgstr "&Formulario..." #: FNewIcon.class:232 msgid "Format :" msgstr "Formato:" #: FPropertyProject.class:751 msgid "Form controls are public" msgstr "Los controles de formulario son p?blicos" #: FOption.class:471 msgid "Form editor" msgstr "Editor de formularios" #: FPropertyProject.class:564 Project.module:435 msgid "Forms" msgstr "Formularios" #: FDebug.class:746 msgid "Forward" msgstr "Adelante" #: FMain.class:858 msgid "&Forward" msgstr "&Adelante" #: Language.module:28 msgid "French (Belgium)" msgstr "Franc?s (B?lgica)" #: Language.module:29 msgid "French (Canada)" msgstr "Franc?s (Canad?)" #: Language.module:27 msgid "French (France)" msgstr "Franc?s (Francia)" #: Language.module:30 msgid "French (Switzerland)" msgstr "Franc?s (Suiza)" #: FNewText.class:182 msgid "FSelector" msgstr "FSelector" #: FWelcome.class:275 msgid "Gambas" msgstr "Gambas" #: FAbout.class:158 msgid "Gambas Almost Means BASic !" msgstr "Gambas Almost Means BASic !" #: FSupSelector.class:269 msgid "Gambas class" msgstr "Clase Gambas" #: FNewClass.class:37 msgid "Gambas classes" msgstr "Clases Gambas" #: FOption.class:264 msgid "' Gambas class file\n\nPRIVATE CONST aString AS String = \"Gambas almost means Basic\"\nPRIVATE CONST aNumber as Integer = &H4A177BA5\n\nPUBLIC SUB Main()\n\n DIM i AS Integer\n\n PRINT \"User is \"; Application.User\n PRINT \"Today is \"; Date(Now)\n\n FOR i = 0 to Application.Args.Count - 1\n PRINT Application.Args[i]\n NEXT\n\n Message(\"Pi / 2 = \" & CStr(Pi(0.5)))\n\nEND\n" msgstr "' Gambas class file\n\nPRIVATE CONST aString AS String = \"Gambas almost means Basic\"\nPRIVATE CONST aNumber as Integer = &H4A177BA5\n\nPUBLIC SUB Main()\n\n DIM i AS Integer\n\n PRINT \"User is \"; Application.User\n PRINT \"Today is \"; Date(Now)\n\n FOR i = 0 to Application.Args.Count - 1\n PRINT Application.Args[i]\n NEXT\n\n Message(\"Pi / 2 = \" & CStr(Pi(0.5)))\n\nEND\n" #: FNewClass.class:37 FNewForm.class:37 FNewModule.class:37 msgid "Gambas files" msgstr "Archivos Gambas" #: FSupSelector.class:272 msgid "Gambas form" msgstr "Formulario Gambas" #: FNewForm.class:37 msgid "Gambas forms" msgstr "Formularios Gambas" #: FSupSelector.class:275 msgid "Gambas module" msgstr "M?dulo Gambas" #: FNewModule.class:37 msgid "Gambas modules" msgstr "M?dulos Gambas" #: FSupSelector.class:250 msgid "Gambas project" msgstr "Proyecto Gambas" #: FPropertyFile.class:146 FPropertyProject.class:649 msgid "General" msgstr "General" #: Language.module:15 msgid "German (Belgium)" msgstr "Alem?n (B?lgica)" #: Language.module:14 msgid "German (Germany)" msgstr "Alem?n (Alemania)" #: FEditor.class:754 msgid "Go to" msgstr "Ir a" #: FGotoLine.class:48 msgid "Go to line" msgstr "Ir a l?nea" #: FGotoLine.class:65 msgid "Go to line :" msgstr "Ir a l?nea :" #: FEditor.class:758 FTextEditor.class:289 msgid "Go to line..." msgstr "Ir a l?nea..." #: Language.module:17 msgid "Greek (Greece)" msgstr "Griego (Grecia)" #: FMenu.class:734 msgid "Group" msgstr "Grupo" #: FAbout.class:178 msgid "

Authors

\n" msgstr "

Autores

\n" #: FAbout.class:172 msgid "

Licence

\n\n

This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 1, or (at your option) any later version.

\n\n

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n" msgstr "

Licence

\n\n

This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 1, or (at your option) any later version.

\n\n

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n" #: FOption.class:475 msgid "Handle size" msgstr "Tama?o del handle" #: FMain.class:955 msgid "&Help browser" msgstr "&Visor de ayuda" #: FExplorer.class:579 msgid "Help browser" msgstr "Visor de ayuda" #: FIconTool.class:151 msgid "Horizontal flip,Vertical flip,Rotate clockwise,Rotate counter-clockwise" msgstr "Horizontal flip,Vertical flip,Rotate clockwise,Rotate counter-clockwise" #: FAbout.class:211 msgid "http://gambas.sourceforge.net" msgstr "http://gambas.sourceforge.net" #: Language.module:32 msgid "Hungarian (Hungary)" msgstr "H?ngaro (Hungr?a)" #: FSupSelector.class:1200 msgid "I can't remove this folder !!" msgstr "?? No es posible eliminar la carpeta !!" #: FMain.class:1001 msgid "&Icon..." msgstr "&Icono..." #: FIconEditor.class:1260 FIconTool.class:501 msgid "Icon editor" msgstr "Editor de iconos" #: FTranslate.class:503 msgid "Import a translation" msgstr "Importar una traducci?n" #: FExplorer.class:646 msgid "Index" msgstr "Indice" #: Language.module:36 msgid "Indonesian (Indonesia)" msgstr "Indonesio (Indonesia)" #: FPropertyFile.class:207 FPropertyProject.class:708 msgid "Information" msgstr "Informaci?n" #: FList.class:176 FMenu.class:835 msgid "&Insert" msgstr "&Insertar" #: FOption.class:506 msgid "Internet browser" msgstr "Navegador de internet" #: FOption.class:448 msgid "&Invert colors" msgstr "&Invertir colores" #: Language.module:38 msgid "Irish (Ireland)" msgstr "Gal?ico (Irlanda)" #: Language.module:40 msgid "Italian (Italy)" msgstr "Italiano (Italia)" #: FPropertyProject.class:812 msgid "Kb" msgstr "Kb" #: FPropertyProject.class:746 msgid "Keep debugging information in executable" msgstr "Mantener informaci?n de depuraci?n en el ejecutable" #: FOption.class:308 msgid "Keywords" msgstr "Pal?abras clave" #: FPropertyFile.class:171 msgid "Last modified" msgstr "Ultima modificaci?n" #: FSupSelector.class:1532 msgid "lblFile" msgstr "lblFile" #: FIconTool.class:591 msgid "Line" msgstr "L?nea" #: FPropertyProject.class:564 msgid "Lines" msgstr "L?neas" #: FDebug.class:786 FLocal.class:82 msgid "Local variables" msgstr "Variables locales" #: FPropertyFile.class:201 msgid "Location" msgstr "Ubicaci?n" #: FSupSelector.class:1491 msgid "Look in" msgstr "Buscar en" #: FMain.class:874 msgid "Make e&xecutable" msgstr "Crear e&jecutable" #: FMain.class:879 msgid "Make source package..." msgstr "Crear paquete fuente..." #: Project.module:930 msgid "Making executable..." msgstr "Creando ejecutable..." #: FGambas.class:120 msgid "Mascot" msgstr "Mascota" #: FMenu.class:25 msgid "Menu editor" msgstr "Editor de men?" #: FForm.class:1707 msgid "Menu editor..." msgstr "Editor de men?..." #: FOption.class:467 msgid "Miscellaneous" msgstr "Miscel?nea" #: FTextEditor.class:75 msgid "modified" msgstr "Modificado" #: FPropertyFile.class:53 msgid "Module" msgstr "M?dulo" #: FMain.class:982 msgid "&Module..." msgstr "&M?dulo..." #: FPropertyProject.class:564 Project.module:436 msgid "Modules" msgstr "M?dulos" #: FLocal.class:19 FMenu.class:724 FSupSelector.class:90 msgid "Name" msgstr "Nombre" #: FStack.class:42 msgid "native code" msgstr "C?digo nativo" #: FNewProject.class:125 msgid "  1 • Choose a project name" msgstr "  1 • Elija nombre de proyecto" #: FNewClass.class:158 msgid "  1 • Choose the class name" msgstr "  1 • Elija nombre de clase" #: FNewDirectory.class:107 msgid "  1 • Choose the directory name" msgstr "  1 • Elija el nombre de la carpeta " #: FNewForm.class:194 msgid "  1 • Choose the form name" msgstr "  1 • Elija el nombre del formulario" #: FNewIcon.class:182 msgid "  1 • Choose the icon name" msgstr "  1 • Elija el nombre del icono" #: FNewModule.class:142 msgid "  1 • Choose the module name" msgstr "  1 • Elija el nombre del m?dulo" #: FNewClass.class:167 msgid "  2 • Choose the class options" msgstr "  2 • Elija las opciones de la clase" #: FNewForm.class:203 msgid "  2 • Choose the form options" msgstr "  2 • Elija las opciones del formulario" #: FNewIcon.class:191 msgid "  2 • Choose the icon size and format" msgstr "  2 • Elija el tama?o del icono y el formato" #: FNewModule.class:151 msgid "  2 • Choose the module options" msgstr "  2 • Elija las opciones del m?dulo" #: FNewDirectory.class:98 msgid "  2 • Choose the parent directory" msgstr "  2 • Elija la carpeta ra?z" #: FNewProject.class:116 msgid "  2 • Choose the project directory" msgstr "  2 • Elija la carpeta de proyecto" #: FNewIcon.class:305 FNewText.class:175 msgid "  Change destination project folder" msgstr "  Cambiar carpeta de destino del proyecto" #: FNewText.class:149 msgid "  Choose the text file name" msgstr "  Elija el nombre del archivo de texto" #: FSupSelector.class:1181 msgid "Necessary gambas file. You can't delete it !" msgstr "Archivo necesario para Gambas. ? No puede borrarlo !" #: FNewModule.class:129 FNewText.class:142 msgid "New" msgstr "Nuevo" #: FMain.class:979 msgid "&New" msgstr "&Nuevo" #: FNewClass.class:132 msgid "New class" msgstr "Nueva clase" #: FNewDirectory.class:83 msgid "New directory" msgstr "Nueva carpeta" #: FNewForm.class:180 msgid "New form" msgstr "Nuevo formulario" #: FMain.class:786 msgid "&New project..." msgstr "&Nuevo proyecto..." #: FMain.class:1091 msgid "New project" msgstr "Nuevo proyecto" #: FWelcome.class:42 msgid "New project..." msgstr "Nuevo proyecto..." #: FNewText.class:123 msgid "New text file" msgstr "Nuevo archivo de texto" #: FExplorer.class:638 msgid "Next" msgstr "Siguiente" #: FMenu.class:830 msgid "&Next" msgstr "&Siguiente" #: FTips.class:195 msgid "&Next >>" msgstr "&Siguiente >>" #: FOption.class:294 msgid "Normal text" msgstr "Texto normal" #: Language.module:45 msgid "Norwegian (Norway)" msgstr "Noruego (noruega)" #: Project.module:694 msgid "Nothing to do." msgstr "Nada pendiente." #: FOption.class:364 msgid "Numbers" msgstr "N?meros" #: FText.class:74 Project.module:710 msgid "OK" msgstr "OK" #: FMain.class:802 msgid "Open &example" msgstr "Abrir &ejemplo" #: FWelcome.class:45 msgid "Open example >>" msgstr "Abrir ejemplo >>" #: FMain.class:792 msgid "&Open project..." msgstr "Abrir pr&oyecto..." #: FMain.class:1099 msgid "Open project" msgstr "Abrir proyecto" #: FWelcome.class:43 msgid "Open project..." msgstr "Abrir proyecto..." #: FMain.class:798 msgid "Open &recent" msgstr "Abrir &reciente" #: FOption.class:336 msgid "Operators" msgstr "Operaciones" #: FFind.class:562 msgid "Options" msgstr "Opciones" #: FDebug.class:762 msgid "Output" msgstr "Salida" #: FTextEditor.class:310 msgid "Paste" msgstr "Pegar" #: FMain.class:1060 FSupSelector.class:983 msgid "&Paste" msgstr "&Pegar" #: FDebug.class:730 msgid "Pause" msgstr "Pausa" #: FIconTool.class:573 msgid "Pick color" msgstr "Elegir color" #: FMenu.class:780 FPropertyFile.class:59 msgid "Picture" msgstr "Imagen" #: FSupSelector.class:283 msgid "Picture file" msgstr "Archivo de imagen" #: FGetIcon.class:31 FNewIcon.class:41 msgid "Picture files" msgstr "Archivos de imagen" #: Project.module:1305 msgid "Please type a name." msgstr "Por favor indique un nombre." #: Project.module:1566 msgid "Please type a project name." msgstr "Por favor indique un nombre de proyecto." #: FPropertyProject.class:49 msgid "Please wait..." msgstr "Por favor, espere..." #: FNewIcon.class:239 msgid "PNG\nXPM\nJPEG" msgstr "PNG\nXPM\nJPEG" #: Language.module:47 msgid "Polish (Poland)" msgstr "Polaco (Polonia)" #: FMain.class:975 msgid "Popup" msgstr "Emergente" #: Language.module:50 msgid "Portuguese (Brazil)" msgstr "Portugu?s (Brasil)" #: Language.module:49 msgid "Portuguese (Portugal)" msgstr "Portugu?s (Portugal)" #: FNewIcon.class:285 msgid "Predefined sizes :" msgstr "Tama?os predefinidos :" #: FOption.class:241 msgid "Preferences" msgstr "Preferencias" #: FMain.class:947 msgid "&Preferences..." msgstr "&Preferencias..." #: FExplorer.class:630 msgid "Previous" msgstr "Previo" #: FTips.class:190 msgid "<< &Previous" msgstr "<< &Previo" #: FFind.class:613 msgid "Proce&dure" msgstr "Proce&dimiento" #: FMain.class:779 Project.module:458 msgid "Project" msgstr "Proyecto" #: FMain.class:827 msgid "&Project" msgstr "&Proyecto" #: FFind.class:602 msgid "Pro&ject" msgstr "Pro&yecto" #: FSupSelector.class:147 msgid "Project :" msgstr "Proyecto :" #: FPropertyProject.class:691 msgid "Project is translatable" msgstr "El proyecto es traducible" #: FPropertyProject.class:46 msgid "Project properties" msgstr "Propiedades del proyecto" #: FPropertyProject.class:564 msgid "Project size" msgstr "Tama?o del proyecto" #: FPropertyProject.class:665 msgid "Properties" msgstr "Propiedades" #: FMain.class:907 msgid "&Properties" msgstr "&Propiedades" #: FMain.class:899 msgid "&Properties..." msgstr "&Propiedades..." #: FMain.class:1147 msgid "Properties sheet" msgstr "Hoja de propiedades" #: FSave.class:31 FWelcome.class:46 msgid "Quit" msgstr "Salir" #: FMain.class:820 msgid "&Quit" msgstr "&Salir" #: FWelcome.class:207 msgid "Recent" msgstr "Reciente" #: FWelcome.class:44 msgid "Recent projects >>" msgstr "Proyectos recientes >>" #: FIconTool.class:600 msgid "Rectangle" msgstr "Rect?ngulo" #: FIconTool.class:173 msgid "Rectangle,Filled rectangle,Filled delimited rectangle" msgstr "Rect?ngulo, rect?ngulo relleno, rect?ngulo relleno delimitado" #: FEditor.class:805 FTextEditor.class:326 msgid "Redo" msgstr "Rehacer" #: FExplorer.class:622 FSupSelector.class:1031 msgid "Refresh" msgstr "Refrescar" #: FMain.class:894 msgid "&Refresh" msgstr "&Refrescar" #: FFind.class:577 msgid "Re&gular expression" msgstr "Expresi?n re&gular" #: FTranslate.class:475 msgid "Reload" msgstr "Recargar" #: FTranslate.class:662 msgid "Reload translation" msgstr "Recargar traducci?n" #: FSupSelector.class:1109 msgid "Remove" msgstr "Eliminar" #: FSupSelector.class:957 msgid "&Remove current bookmark" msgstr "Elimina&r esta marca" #: FRename.class:19 FSupSelector.class:994 msgid "Rename" msgstr "Renombrar" #: FMain.class:1039 msgid "&Rename..." msgstr "&Renombrar..." #: Project.module:1411 msgid "Rename class" msgstr "Renombrar clase" #: Project.module:1436 msgid "Rename directory" msgstr "Renombrar carpeta" #: Project.module:1436 msgid "Rename file" msgstr "Renombrar archivo" #: Project.module:1409 msgid "Rename form" msgstr "Renombrar formulario" #: Project.module:1413 msgid "Rename module" msgstr "Renombrar m?dulo" #: FFind.class:557 FTranslate.class:436 msgid "Replace" msgstr "Reemplazar" #: FFind.class:588 msgid "&Replace" msgstr "&Reemplazar" #: FFind.class:593 msgid "Replace &all" msgstr "Reemplaz&ar todo" #: FMain.class:864 msgid "R&eturn from" msgstr "&Retornar de" #: FDebug.class:794 msgid "Return from" msgstr "Retornar de" #: FDebug.class:722 FMain.class:1123 msgid "Run" msgstr "Ejecutar" #: FMain.class:846 msgid "&Run" msgstr "Ejecuta&r" #: Language.module:52 msgid "Russian (Russia)" msgstr "Ruso (Rusia)" #: FIconTool.class:510 FSave.class:104 FTextEditor.class:368 msgid "Save" msgstr "Guardar" #: FMain.class:1033 msgid "&Save" msgstr "&Guardar" #: FSave.class:89 msgid "Save modified files" msgstr "Guardar archivos modificados" #: FMain.class:810 msgid "S&ave project" msgstr "&Guardar proyecto" #: FMain.class:1107 msgid "Save project" msgstr "Guardar proyecto" #: FTranslate.class:654 msgid "Save translation" msgstr "Guardar traducci?n" #: FIconTool.class:537 msgid "Scroll" msgstr "Scroll" #: FExplorer.class:597 msgid "Search" msgstr "Buscar " #: FFind.class:598 msgid "Search in" msgstr "Buscar en" #: FFind.class:99 FTranslate.class:374 msgid "Search string cannot be found." msgstr "La cadena buscada no se encontr?n." #: FFind.class:153 msgid "Search string replaced &1 times." msgstr "La cadena buscada se reemplaz? &1 veces." #: FFind.class:151 msgid "Search string replaced once." msgstr "La cadena se reemplaz? una vez." #: FForm.class:1625 msgid "Select" msgstr "Seleccionar" #: FForm.class:1640 msgid "Select all" msgstr "Seleccionar todo" #: FIconTool.class:546 msgid "Select and transparent paste" msgstr "Seleccionar con pegado transparente" #: FIconTool.class:190 msgid "Select and transparent paste,Select and opaque paste" msgstr "Seleccionar con pegado transparente, seleccionar con pegado opaco " #: FGetIcon.class:76 msgid "Select a picture" msgstr "Seleccionar una imagen" #: FOpenProject.class:85 msgid "Select a project" msgstr "Seleccionar un proyecto" #: FSupSelector.class:1525 msgid "Select Filters" msgstr "Seleccionar Filtros" #: FForm.class:1682 msgid "Send to background" msgstr "Enviar al fondo" #: FMenu.class:764 msgid "SHIFT" msgstr "SHIFT" #: FMenu.class:754 msgid "Shortcut" msgstr "Atajo" #: FSupSelector.class:458 msgid "Show by icon" msgstr "Mostrar por icono" #: FSupSelector.class:475 msgid "Show by list" msgstr "Mostrar por lista" #: FPropertyProject.class:761 msgid "Show &grid" msgstr "Mostrar &parrilla" #: FSupSelector.class:1023 msgid "Show hidden files" msgstr "Mostrar archivos ocultos" #: FOption.class:497 msgid "Show mascot" msgstr "Mostrar mascota" #: FPropertyProject.class:728 msgid "Show only components used in project" msgstr "Mostrar s?lo componentes empleados en el proyecto" #: FSupSelector.class:1015 msgid "Show preview picture" msgstr "Mostrar previsualizaci?n" #: FTips.class:185 msgid "Show tips on startup" msgstr "Mostrar consejos al inicio" #: FPropertyFile.class:166 FSupSelector.class:91 msgid "Size" msgstr "Tama?o" #: FNewIcon.class:244 msgid "Size :" msgstr "Tama?o :" #: FPropertyProject.class:205 msgid "Snapping value is incorrect." msgstr "Snapping value is incorrect." #: FPropertyProject.class:767 msgid "&Snap to grid" msgstr "Aju&star a la parrilla" #: FSave.class:94 msgid "Some files have been modified. Do you want to save them ?" msgstr "Algunos archivos se han modificado. ?Quiere guardar los cambios?" #: Language.module:25 msgid "Spanish (Argentina)" msgstr "Espa?ol (Argentina)" #: Language.module:24 msgid "Spanish (Spain)" msgstr "Espa?ol (Espa?a)" #: FDebug.class:770 FStack.class:88 msgid "Stack" msgstr "Pila" #: FPropertyProject.class:800 msgid "Stack size" msgstr "Tama?o de pila" #: FPropertyProject.class:199 msgid "Stack size is incorrect. It must be between 4 and 256 Kb." msgstr "El tama?o de pila es incorrecto. Debe estar entre 4 y 256 Kb." #: FMain.class:1025 FNewClass.class:173 FNewForm.class:209 msgid "&Startup class" msgstr "Clase de &inicio" #: FNewModule.class:157 msgid "&Startup module" msgstr "M?dulo de &inicio" #: FNewModule.class:162 msgid "Static &constructor" msgstr "&Constructor est?tico" #: FNewClass.class:178 FNewForm.class:214 msgid "Static co&nstructor" msgstr "Co&nstructor est?tico" #: FNewModule.class:167 msgid "Static &destructor" msgstr "&Destructor est?tico" #: FNewClass.class:183 FNewForm.class:219 msgid "Static des&tructor" msgstr "Des&tructor est?tico" #: FDebug.class:754 msgid "Step" msgstr "Paso" #: FMain.class:852 msgid "&Step" msgstr "Pa&so" #: FDebug.class:738 msgid "Stop" msgstr "Parar" #: FOption.class:378 msgid "Strings" msgstr "Cadenas" #: FOption.class:322 msgid "Subroutines" msgstr "Subrutinas" #: Language.module:54 msgid "Swedish (Sweden)" msgstr "Sueco (Suecia)" #: FOption.class:350 msgid "Symbols" msgstr "S?mbolos" #: FPropertyFile.class:62 msgid "Text" msgstr "Texto" #: FTextEditor.class:376 msgid "TextArea1" msgstr "TextArea1" #: FMain.class:1006 msgid "&Text file..." msgstr "Archivo de &texto..." #: FNewText.class:38 msgid "Text files" msgstr "Archivos de texto" #: FTips.class:207 msgid "TextView1" msgstr "TextView1" #: FTranslate.class:74 msgid "The 'msgmerge' command has failed" msgstr "El comando 'msgmerge' ha fallado" #: FDebug.class:232 msgid "The program has returned\nthe value: &1" msgstr "El programa retorn?\nel valor: &1" #: FDebug.class:229 msgid "The program has stopped unexpectedly\nby raising signal #&1.\n\nPlease send a bug report to\ngambas at ...70..." msgstr "El programa se detuvo inesperadamente\nenviando la se?al #&1.\n\nPor favor, env?e un informe del problema a\ngambas at ...71...e.net." #: FSupSelector.class:1243 msgid "This file name is protected by Gambas. You cannot rename it !" msgstr "Este nombre de archivo est? protegido por Gambas. ? No puede renombrarlo !" #: FIconEditor.class:1195 msgid "This image has been modified.\nDo you want to save it ?" msgstr "La imagen se ha modificado.\n?Quiere guardarla?" #: FTranslate.class:432 msgid "This is the same translation !" msgstr "?Es la misma traducci?n!" #: FMenu.class:501 msgid "This menu is too deep !" msgstr "?El men? tiene demasiados niveles!" #: Project.module:1310 msgid "This name contains a forbidden character :" msgstr "El nombre contiene un caracter ilegal :" #: Project.module:1315 msgid "This name is already used. Choose another one." msgstr "Este nombre ya est? en uso. Elija otro." #: Project.module:1580 msgid "This project already exists." msgstr "El proyecto ya existe." #: FTranslate.class:747 msgid "This string must not be translated" msgstr "Esta cadena no debe ser traducida" #: FTips.class:42 msgid "Tip of the day" msgstr "Consejo del d?a" #: FTips.class:175 msgid " Tips of the day" msgstr "Consejos del d?a" #: FMain.class:961 msgid "&Tips of the day" msgstr "Conse&jos del d?a" #: FTips.class:168 msgid "Tips of the day" msgstr "Consejos del d?a" #: FPropertyProject.class:696 msgid "Title" msgstr "T?tulo" #: FMain.class:1163 FToolBox.class:197 msgid "Toolbox" msgstr "Caja de herramientas" #: FMain.class:913 msgid "&Toolbox" msgstr "Caja de herramien&tas" #: FMain.class:935 msgid "&Tools" msgstr "Herramien&tas" #: FMain.class:883 msgid "&Translate..." msgstr "&Traducir..." #: FTranslate.class:575 msgid "Translated string symbols do not match untranslated string ones." msgstr "Los s?mbolos de las cadenas traducidas no concuerdan con los de las cadenas sin traducir." #: FTranslate.class:637 msgid "Translate project" msgstr "Traducir proyecto" #: FTranslate.class:742 msgid "Translation" msgstr "Traducci?n" #: FTranslate.class:491 msgid "Translation files" msgstr "Archivos de traducci?n" #: FTranslate.class:642 msgid "Translation language :" msgstr "Idioma de traducci?n :" #: Language.module:56 msgid "Turkish (Turkey)" msgstr "Turco (Turqu?a)" #: FPropertyProject.class:826 msgid "txtArgument" msgstr "txtArgument" #: FOutput.class:142 msgid "txtOutput" msgstr "txtOutput" #: FText.class:68 msgid "txtText" msgstr "txtText" #: FPropertyFile.class:176 FSupSelector.class:92 msgid "Type" msgstr "Tipo" #: FTips.class:107 msgid "Unable to read tip of the day !" msgstr "? Error al leer el consejo del d?a !" #: Project.module:1449 msgid "Unable to rename '&1'" msgstr "Error al renombrar el archivo '&1'" #: FEditor.class:820 msgid "Uncomment" msgstr "Descomentar" #: FEditor.class:799 FIconTool.class:519 FTextEditor.class:320 msgid "Undo" msgstr "Deshacer" #: Language.module:89 msgid "Unknown" msgstr "Desconocido" #: FTranslate.class:31 msgid "Untranslated" msgstr "Sin traducir" #: FTranslate.class:730 msgid "Untranslated string" msgstr "Cadena sin traducir" #: FOption.class:516 msgid "%U represents the page URL." msgstr "%U representa la URL de la p?gina." #: FLocal.class:20 FWatch.class:11 msgid "Value" msgstr "Valor" #: FTranslate.class:702 msgid "Verify the translation" msgstr "Verificar traducci?n" #: FPropertyProject.class:674 msgid "Version" msgstr "Versi?n" #: FWelcome.class:77 msgid "version &1" msgstr "versi?n &1" #: FMain.class:904 msgid "&View" msgstr "&Vista" #: FMenu.class:803 msgid "Visible" msgstr "Visible" #: Language.module:58 msgid "Wallon (Belgium)" msgstr "Val?n (B?lgica)" #: FTranslate.class:509 msgid "Warning ! The translation file does not match the current language." msgstr "? Cuidado ! El archivo de traducci?n no corresponde al idioma actual." #: FEditor.class:767 msgid "&Watch expression..." msgstr "Analizar e&xpresi?n..." #: FDebug.class:778 FWatch.class:133 msgid "Watch expression" msgstr "Analizar expresion" #: FWelcome.class:202 msgid "Welcome to Gambas !" msgstr "? Bienvenido a Gambas !" #: FMain.class:1188 msgid "Welcome to GAMBAS !" msgstr "? Bienvenido a Gambas !" #: FWelcome.class:241 msgid "Welcome to Gambas ! This program is published under the GNU General Public Licence. See http://gambas.sourceforge.net for more details..." msgstr "? Bienvenido a Gambas ! Este programa se ha publicado bajo los t?rminos de la licencia GNU General Public Licence. Consulte m?s detalles en http://gambas.sourceforge.net..." #: FOutput.class:29 msgid "Welcome to the Gambas console.\nTo evaluate any expression, type '?' followed by\nthe expression, then hit return.\n\n" msgstr "Bienvenido a la consola Gambas.\n Para evalua una expresi?n, escriba '?' seguido de\nla expresi?n, despu?spulse return.\n\n" #: FFind.class:571 msgid "&Word only" msgstr "S?lo &palabra" #: FTextEditor.class:360 msgid "&Word wrap" msgstr "Intercambio de &palabras" #: FNewIcon.class:226 msgid "x" msgstr "x" #: FPropertyProject.class:773 msgid "X =" msgstr "X =" #: FPropertyProject.class:784 msgid "Y =" msgstr "Y =" #: FSupSelector.class:1315 msgid "You must choose a directory who have less than 6 level depth !" msgstr "? Debe elegir una carpeta con menos de 6 niveles de profundidad !" #: Project.module:1278 msgid "You must define a startup class or form !" msgstr "? Debe elegir una clase o formulario de inicio !" #: FIconTool.class:528 msgid "Zoom" msgstr "Zoom" From gambas at ...1... Mon Jan 5 01:11:26 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Jan 2004 01:11:26 +0100 Subject: [Gambas-devel] Activating a Welsh translation on SuSE 8.2 In-Reply-To: <200401041838.58826.kevin@...93...> References: <200401032242.49911.kevin@...93...> <200401041656.12846.gambas@...1...> <200401041838.58826.kevin@...93...> Message-ID: <200401050111.26974.gambas@...1...> On Sunday 04 January 2004 19:38, Kevin Donnelly wrote: > On Sunday 04 January 2004 3:56 pm, Benoit Minisini wrote: > > First you must give me: > > - The translation code (for example, fr_FR for French in France, fr_CA > > for French in Canada, ...) > > - The name of the language (OK, it's welsh) > > - The name of the country (United Kingdom ?) > > cy_GB > Welsh (Cymraeg) > United Kingdom > OK > > Then you will open the gambas IDE project, which is located in the source > > package at $PACKAGE_DIR/gambas-X.YY/app/gambas, $PACKAGE_DIR being the > > directory where you uncompressed the source archive. > > Then you will hit CTRL+T to open the translation dialog, and select the > > language you want to translate the project into... Here, you can follow > > the Translation HowTo page. > > OK - I've found this now; thanks. However, I was just translating the .po > file directly using KBabel, so this additional functionality in Gambas > doesn't really apply here. > You should translate directly from the IDE, otherwise things may not work. > > But for the Welsh language, you need to add the language to the > > collection defined in the module Language.module. You can do it in the > > IDE, and then recompile itself. If you don't see what I mean, you must > > wait the next version (0.81) > > OK - I did this by adding: > Name["cy"] = ("Welsh (United Kingdom)") > to Language.module, and then chose Project ->Compile all (which didn't seem > to do much). I then ran: > ./reconf > ./configure > make > (su) make install > > However, I still get the message about internationalisation being disabled This message is normal on Linux, as the internationalization is part of the standard glibc ! > in the configure, and the only language showing is English, even though my > machine is set to cy_GB. Where are the language files normally installed > after compilation? To test your translation, do the following in the gambas IDE source directory. [~/gambas-0.80/app/gambas]$ LANGUAGE=cy LANG=cy gbx The environment variable $LANGUAGE contains a colon separated list of preferred languages, and $LANG the current language. $LANG must be a member of $LANGUAGE, so you must set the two to get the translation. > > Also, I've noticed that after this second compile, a number of new .pot > files (eg FToolBox.pot) have appeared in gambas-0.80/app/gambas/.lang - do > these have to be translated as well??? Don't touch them. Use the IDE to do the translation ! > > Thanks -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Jan 5 01:14:13 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Jan 2004 01:14:13 +0100 Subject: [Gambas-devel] wiki update FINISHED In-Reply-To: <200401041436.25748.sourceforge-raindog2@...19...> References: <200401041436.25748.sourceforge-raindog2@...19...> Message-ID: <200401050114.13182.gambas@...1...> On Sunday 04 January 2004 20:36, Rob wrote: > At long last I have finished the last items on the export todo > list. So, Benoit and others, unless I find some more issues in > there before mid-week (I found some that weren't on the list and > fixed them already), I am going to back up and remove the old > component documentation and drop the new stuff in the real wiki > in preparation for 1.0. I hope there are not too many language > differences between 0.80 and 1.0 ;) > > I guess I should package up the super nasty perl scripts I've > been using and stick them out there on the web in case my > laptop's hard drive dies or something. > > Rob > Great job Rob ! I will check that... ;-) I hope you will recover quickly, if not ! Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Mon Jan 5 01:16:12 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Jan 2004 01:16:12 +0100 Subject: [Gambas-devel] Updated spanish translation In-Reply-To: <1073255002.27870.1.camel@...49...> References: <1073255002.27870.1.camel@...49...> Message-ID: <200401050116.12060.gambas@...1...> On Sunday 04 January 2004 23:23, Daniel Campos wrote: > Hi! > > > Here's translation to spanish for gambas-0.80 > > Regards, Thanks ! -- Benoit Minisini mailto:gambas at ...1... From kevin at ...93... Mon Jan 5 10:25:09 2004 From: kevin at ...93... (Kevin Donnelly) Date: Mon, 5 Jan 2004 09:25:09 +0000 Subject: [Gambas-devel] Activating a Welsh translation on SuSE 8.2 In-Reply-To: <200401050111.26974.gambas@...1...> References: <200401032242.49911.kevin@...93...> <200401041838.58826.kevin@...93...> <200401050111.26974.gambas@...1...> Message-ID: <200401050925.09558.kevin@...93...> > You should translate directly from the IDE, otherwise things may not work. OK. > This message is normal on Linux, as the internationalization is part of the > standard glibc ! Ah, OK. > To test your translation, do the following in the gambas IDE source > directory. > [~/gambas-0.80/app/gambas]$ LANGUAGE=cy LANG=cy gbx > The environment variable $LANGUAGE contains a colon separated list of > preferred languages, and $LANG the current language. $LANG must be a member > of $LANGUAGE, so you must set the two to get the translation. Ok, I've done this, and get the following error message: WARNING: cannot switch to language cy Conflict in /usr/lib/qt3/plugins/imageformats/libqjpeg.non-mt.so: Plugin uses single threaded Qt library! Conflict in /usr/lib/qt3/plugins/imageformats/libqmng.non-mt.so: Plugin uses single threaded Qt library! -- Best wishes Kevin Donnelly www.kyfieithu.co.uk - Meddalwedd Rhydd yn Gymraeg From gambas at ...1... Mon Jan 5 13:13:55 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 5 Jan 2004 13:13:55 +0100 Subject: [Gambas-devel] Re: A little help In-Reply-To: References: Message-ID: <200401051313.55762.gambas@...1...> On Monday 05 January 2004 16:34, you wrote: > Hello Beno?t: > > I'm working now with CURL, and it seems that soon I'll can send > you a beta version of HTTPClient "powered" by libcurl, however, > I don't know how to modify makefiles and configure script to > detect and pass the correct parameters to the compiler to > link with libcurl. There's some information provided by Curl > people about that: > > http://curl.haxx.se/libcurl/using/autoconf.html > > However, I have no idea how to adapt Gambas makefiles using > that information, so, by now, I'm linking it "by hand", writing > values in "CFLAGS" sections of Makefile, that, of course, works > for my box, but will not work for other people. Could you adapt > Gambas makefiles and configuration scripts to do that? > > thanks in advance, > > Daniel Campos > You never have to adapt the Makefile files. Look in configure.in. You will see a call to a macro named GB_COMPONENT for each component. This macro does all the job for you. Look now the GB_COMPONENT for KDE: you will see a call to kde-config. This is a program that returns the path of KD directories. libcurl has a config program too, named curl-config (amazing, no ?). See there for more info: http://curl.haxx.se/libcurl/c/the-guide.html So you can try to modify the GB_COMPONENT call dedicated to the networking component this way: BEFORE: GB_COMPONENT( net, NET, [Networking component], [], [], [$C_LIB $THREAD_LIB], [$THREAD_INC]) AFTER: GB_COMPONENT( net, NET, [Networking component], [GB_FIND(curl.h, `curl-config --prefix 2> /dev/null`, include)], [GB_FIND(libcurl.$SHLIBEXT, `curl-config --prefix 2> /dev/null`, lib)], [$C_LIB $THREAD_LIB `curl-config --libs 2> /dev/null`], [$THREAD_INC]) As this macro search for the real path of include files, you don't need to do: #include But just: #include I have just tried what I told you, and it seems to work :-) Regards, -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Mon Jan 5 13:33:43 2004 From: danielcampos at ...45... (danielcampos at ...45...) Date: Mon, 5 Jan 2004 13:33:43 CET Subject: [Gambas-devel] Re: A little help Message-ID: >As this macro search for the real path of include files, you don't need >to do: > #include >But just: > #include > >I have just tried what I told you, and it seems to work :-) > OK, Thanks! ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From cmcpero at ...28... Tue Jan 6 07:56:35 2004 From: cmcpero at ...28... (Jean-Francois Perreault) Date: Tue, 06 Jan 2004 01:56:35 -0500 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: References: Message-ID: <3FFA5C23.5080900@...28...> danielcampos at ...45... wrote: >Hi: > > These days we have talk a little about GTK+ component, as an >"alternative" graphical component to QT one. There has been >also some work on Cygwin-Windows version. > > If may be one of the goals in the future is to have a Linux-Windows- >FreeBSD-Solaris Gambas, we should think that: > >- QT libraries for Win probably will be never released under GPL, as TrollTech doesn't seem to like it. >- GTK+ for Windows, is unstable, and has few support by GTK/Gnome comunity. > > Why not work on a WxWindows (http://www.wxwindows.org/) component? It is just what we need to have a cross-platform graphical library. it internally, uses GTK+ uder UNIX and native libraries under Windows. > > May be it should be remarked as a point for Gambas future. What do you think about that? > >Regards, > >Daniel Campos > > > Hi, Correct me if I'm wrong but wouldn't it make sense to make a gb.win component that use the win32 API , instead of sticking another layer between gambas and the OS ? a "drop in" replacement compatible with gb.qt's gambas interface would make current gambas code would make current gambas code work right away , unchanged , on windows (or just a win32 api wrapper would me make happy) am I making any sense ? regards, Jean-Francois Perreault From sourceforge-raindog2 at ...19... Tue Jan 6 14:32:46 2004 From: sourceforge-raindog2 at ...19... (Rob) Date: Tue, 6 Jan 2004 08:32:46 -0500 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: <3FFA5C23.5080900@...28...> References: <3FFA5C23.5080900@...28...> Message-ID: <200401060832.46915.sourceforge-raindog2@...19...> On Tuesday 06 January 2004 01:56, Jean-Francois Perreault wrote: > a "drop in" replacement compatible with gb.qt's gambas > interface would make current gambas code would make current > gambas code work right away , unchanged , on windows Sounds great! You're volunteering then? ;) Rob From neil at ...94... Tue Jan 6 19:51:47 2004 From: neil at ...94... (Neil Darlow) Date: Tue, 6 Jan 2004 18:51:47 +0000 Subject: [Gambas-devel] gambas database manager - access denied Message-ID: <200401061851.47302.neil@...94...> Hi, This topic has probably be discussed before but I can't see anything in the archives that specifically addresses my situation. I have a remote MySQL server (router.darlow.co.uk) on which I have permissions for myself to access any database owned by me from any host in my domain i.e. %.darlow.co.uk. I can connect to my default database (neil) using the mysql commandline client as follows: [neil at ...95...]$ mysql -h router.darlow.co.uk -u neil -p neil The problem with the gambas database manager is that it assumes or requires some privileges on the mysql database. As DBA of the MySQL server, I don't give privileges on the mysql database to anyone other that the root MySQL user (why should I, it's a MySQL system database?) Is there any way to specify the database name when creating a connection with the gambas database manager, and if not, shouldn't there be a field in the connection dialog to permit specification of the database? I believe that I operate as many ISPs do in creating databases for MySQL users and only assigning them sufficient privileges to work with their databases. Regards, Neil Darlow M.Sc. -- ICQ: 135505456 E-Mail, Jabber and MSNM: Free Software and Open Standards Consultants - http://www.darlow.co.uk/ The Association of Free Software Professionals - http://www.afsp.org.uk/ From danielcampos at ...47... Tue Jan 6 23:14:49 2004 From: danielcampos at ...47... (daniel) Date: Tue, 06 Jan 2004 22:14:49 +0000 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: <200401060832.46915.sourceforge-raindog2@...19...> References: <3FFA5C23.5080900@...28...> <200401060832.46915.sourceforge-raindog2@...19...> Message-ID: <1073427288.2560.6.camel@...49...> El mar, 06-01-2004 a las 13:32, Rob escribi?: > On Tuesday 06 January 2004 01:56, Jean-Francois Perreault wrote: > > a "drop in" replacement compatible with gb.qt's gambas > > interface would make current gambas code would make current > > gambas code work right away , unchanged , on windows > > Sounds great! You're volunteering then? ;) > > Rob > > Yes, it sounds great, in fact, some people made the same approach: mono project ( http://www.go-mono.com ) , free implementation of "NET", are using native windows libraries to implement Windows.Forms, and thay use it both in Windows and... Linux!, using Wine ( www.winehq.com ), so this library could be a free alternative to allow people use Gambas if they don't want to pay a QT license. However, at least for UNIX systems, i'd prefer GTK or WXWindows, as wine must be linked in a very strange way, starting wine-server and a lot of stuff, that could make a nightmare starting a little application to say "hello world!" in an old computer! Wine has also the problem that is portable only for platforms using i386 architecture :( Regards, Daniel Campos > > ------------------------------------------------------- > This SF.net email is sponsored by: IBM Linux Tutorials. > Become an expert in LINUX or just sharpen your skills. Sign up for IBM's > Free Linux Tutorials. Learn everything from the bash shell to sys admin. > Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel From cmcpero at ...28... Wed Jan 7 00:01:19 2004 From: cmcpero at ...28... (Jean-Francois Perreault) Date: Tue, 06 Jan 2004 18:01:19 -0500 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: <200401060832.46915.sourceforge-raindog2@...19...> References: <3FFA5C23.5080900@...28...> <200401060832.46915.sourceforge-raindog2@...19...> Message-ID: <3FFB3E3F.9080001@...28...> Rob wrote: >On Tuesday 06 January 2004 01:56, Jean-Francois Perreault wrote: > > >>a "drop in" replacement compatible with gb.qt's gambas >>interface would make current gambas code would make current >>gambas code work right away , unchanged , on windows >> >> > >Sounds great! You're volunteering then? ;) > >Rob > > > I'll think about it :) , I have a lot of free time there days and I need to sharpen my (theorical) C skills anyway Jean-Francois Perreault From sourceforge-raindog2 at ...19... Wed Jan 7 00:04:05 2004 From: sourceforge-raindog2 at ...19... (Rob) Date: Tue, 6 Jan 2004 18:04:05 -0500 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: <1073427288.2560.6.camel@...49...> References: <200401060832.46915.sourceforge-raindog2@...19...> <1073427288.2560.6.camel@...49...> Message-ID: <200401061751.37436.sourceforge-raindog2@...19...> On Tuesday 06 January 2004 17:14, daniel wrote: > However, at least for UNIX systems, i'd prefer GTK or > WXWindows, as wine must be linked in a very strange way, > starting wine-server and a lot of stuff, that could make a > nightmare starting a little application to say "hello world!" > in an old computer! I was actually being facetious; I think the idea of a "drop-in replacement compatible with gb.qt's gambas interface" that talks to win32 would be much harder than Jean-Francois thinks, and I myself wouldn't really be interested in working on such a thing without getting paid a lot. There's a *lot* of functionality in Qt that you need to learn and integrate a lot of different API's to duplicate using native Windows calls (and without using Qt itself.) wxWindows does seem a little closer to Qt so such a thing might at least be a little easier, and you'd get that much closer to Windows compatibility "for free". I think we'll see a cygwin version of gambas long before we see a native port, though, since it's not merely a matter of having controls available, there's all the back end stuff to do as well. And someone would have to do an OCX component and a Win32 API component to make up for the lack of real pipes, and it really ends up being a much bigger job than I'd want to do myself. Maybe someone more reliant than myself on Windows will be motivated enough, though. Rob From cmcpero at ...28... Wed Jan 7 00:04:33 2004 From: cmcpero at ...28... (Jean-Francois Perreault) Date: Tue, 06 Jan 2004 18:04:33 -0500 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: <1073427288.2560.6.camel@...49...> References: <3FFA5C23.5080900@...28...> <200401060832.46915.sourceforge-raindog2@...19...> <1073427288.2560.6.camel@...49...> Message-ID: <3FFB3F01.2040601@...28...> >Yes, it sounds great, in fact, some people made the same approach: >mono project ( http://www.go-mono.com ) , free implementation of >"NET", are using native windows libraries to implement Windows.Forms, >and thay use it both in Windows and... Linux!, using Wine ( >www.winehq.com ), so this library could be a free alternative to allow >people use Gambas if they don't want to pay a QT license. > >However, at least for UNIX systems, i'd prefer GTK or WXWindows, as >wine must be linked in a very strange way, starting wine-server and >a lot of stuff, that could make a nightmare starting a little >application to say "hello world!" in an old computer! > >Wine has also the problem that is portable only for platforms using >i386 architecture :( > >Regards, > >Daniel Campos > > no it's not what I meant , the point would be that this gb.win component is only used when the detected OS is windows it would have the same programming interface as gb.qt so apps made for use with gb.qt could be used under windows with no change at all I think this is also how the gtk component is meant to be built , so that gambas application are widget-independent Jean-Francois Perreault From cmcpero at ...28... Wed Jan 7 00:20:50 2004 From: cmcpero at ...28... (Jean-Francois Perreault) Date: Tue, 06 Jan 2004 18:20:50 -0500 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: <200401061751.37436.sourceforge-raindog2@...19...> References: <200401060832.46915.sourceforge-raindog2@...19...> <1073427288.2560.6.camel@...49...> <200401061751.37436.sourceforge-raindog2@...19...> Message-ID: <3FFB42D2.9000809@...28...> Rob wrote: >I was actually being facetious; I think the idea of a "drop-in >replacement compatible with gb.qt's gambas interface" that talks >to win32 would be much harder than Jean-Francois thinks, and I >myself wouldn't really be interested in working on such a thing >without getting paid a lot. There's a *lot* of functionality in >Qt that you need to learn and integrate a lot of different API's >to duplicate using native Windows calls (and without using Qt >itself.) > > I didn't mean to create a QT layer on top of the win32 api so that the gb.qt component can run without change that would be like reimpleting qt for windows from the ground up , what I meant is to remake the gb.qt so it can directly use the win32 api , nothing left from QT in this , the only thing that doesn't change is the gambas user side of thing , gambas application would be unaware of the change but the gambas execution unit would know , I really though this could possible (even easy for someone familiar with the win32 API) Jean-Francois From sourceforge-raindog2 at ...19... Wed Jan 7 05:29:51 2004 From: sourceforge-raindog2 at ...19... (Rob) Date: Tue, 6 Jan 2004 23:29:51 -0500 Subject: [Gambas-devel] About alternative graphical component In-Reply-To: <3FFB42D2.9000809@...28...> References: <200401061751.37436.sourceforge-raindog2@...19...> <3FFB42D2.9000809@...28...> Message-ID: <200401062329.51735.sourceforge-raindog2@...19...> On Tuesday 06 January 2004 18:20, Jean-Francois Perreault wrote: > what I > meant is to remake the gb.qt so it can directly use the win32 > api , nothing left from QT in this , the only thing that You'd really be implementing a different component altogether regardless, even if you name it the same thing.... the Qt API and the various Windows API's are quite, quite different and vastly incompatible. Now, the idea with gambas' GUI components is that the gb.qt, gb.gtk and gb.whatever GUI components will all be mostly drop-in compatible, with the platform-dependent functionality existing in subcomponents like gb.qt.ext is now. So it may be that Benoit already has in mind what you're asking, and it'll just be implemented in a somewhat different way. That said, the GPL'ed native Windows Qt version has made a lot of progress in the last year so you could literally get your wish before you know it. Gambas isn't yet to the point where it runs under cygwin though (it just compiles) so it will be a while before a fully native Windows version is possible. Rob From bunk at ...96... Wed Jan 7 15:17:39 2004 From: bunk at ...96... (Adrian Bunk) Date: Wed, 7 Jan 2004 15:17:39 +0100 Subject: [Gambas-devel] gambas-0.80 doesn't compile on NetBSD 1.5 Message-ID: <20040107141739.GY11523@...96...> Hi, I got the following compile error when trying to compile gambas-0.80 on NetBSD/sparc-1.5: <-- snip --> ... gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share -I/usr/local/include/ -I/usr/local/include/ -I../../libltdl -O2 -mcpu=v8 -pipe -Wall -g -Os -c local.c -fPIC -DPIC -o local.lo local.c: In function `LOCAL_init': local.c:355: warning: `%x' yields only last 2 digits of year in some locales local.c:434: `CODESET' undeclared (first use in this function) local.c:434: (Each undeclared identifier is reported only once local.c:434: for each function it appears in.) make[3]: *** [local.lo] Error 1 make[3]: Leaving directory `/aux/adrian/build/gambas-0.80/src/exec' <-- snip --> NetBSD 1.5 has nl_langinfo() but without CODESET. gettext ships a AM_LANGINFO_CODESET autoconf macro that checks for nl_langinfo(CODESET), but I haven't checked how the alternative code should look like. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed From gambas at ...1... Wed Jan 7 23:38:45 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Jan 2004 23:38:45 +0100 Subject: [Gambas-devel] gambas database manager - access denied In-Reply-To: <200401061851.47302.neil@...94...> References: <200401061851.47302.neil@...94...> Message-ID: <200401072338.45439.gambas@...1...> On Tuesday 06 January 2004 19:51, Neil Darlow wrote: > Hi, > > This topic has probably be discussed before but I can't see anything in the > archives that specifically addresses my situation. > > I have a remote MySQL server (router.darlow.co.uk) on which I have > permissions for myself to access any database owned by me from any host in > my domain i.e. %.darlow.co.uk. > > I can connect to my default database (neil) using the mysql commandline > client as follows: > > [neil at ...95...]$ mysql -h router.darlow.co.uk -u neil -p neil > > The problem with the gambas database manager is that it assumes or requires > some privileges on the mysql database. As DBA of the MySQL server, I don't > give privileges on the mysql database to anyone other that the root MySQL > user (why should I, it's a MySQL system database?) > > Is there any way to specify the database name when creating a connection > with the gambas database manager, and if not, shouldn't there be a field in > the connection dialog to permit specification of the database? > > I believe that I operate as many ISPs do in creating databases for MySQL > users and only assigning them sufficient privileges to work with their > databases. > > Regards, > Neil Darlow M.Sc. Hi, I will add a "database name" field in the server dialog box for the next version, so that you are not compelled to use the default database to connect to the server ("mysql" database in the case of a mysql database) Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Wed Jan 7 23:40:02 2004 From: gambas at ...1... (Benoit Minisini) Date: Wed, 7 Jan 2004 23:40:02 +0100 Subject: [Gambas-devel] gambas-0.80 doesn't compile on NetBSD 1.5 In-Reply-To: <20040107141739.GY11523@...96...> References: <20040107141739.GY11523@...96...> Message-ID: <200401072340.02670.gambas@...1...> On Wednesday 07 January 2004 15:17, Adrian Bunk wrote: > Hi, > > I got the following compile error when trying to compile gambas-0.80 on > NetBSD/sparc-1.5: > > <-- snip --> > > ... > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/share > -I/usr/local/include/ -I/usr/local/include/ -I../../libltdl -O2 -mcpu=v8 > -pipe -Wall -g -Os -c local.c -fPIC -DPIC -o local.lo > local.c: In function `LOCAL_init': > local.c:355: warning: `%x' yields only last 2 digits of year in some > locales local.c:434: `CODESET' undeclared (first use in this function) > local.c:434: (Each undeclared identifier is reported only once > local.c:434: for each function it appears in.) > make[3]: *** [local.lo] Error 1 > make[3]: Leaving directory `/aux/adrian/build/gambas-0.80/src/exec' > > <-- snip --> > > > NetBSD 1.5 has nl_langinfo() but without CODESET. > > gettext ships a AM_LANGINFO_CODESET autoconf macro that checks for > nl_langinfo(CODESET), but I haven't checked how the alternative code > should look like. > > > cu > Adrian Is there a replacement for nl_langinfo(CODESET) in NetBSD ? Elsewhere, is there a way to find the charset used by the system ? Regards, -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Mon Jan 12 09:57:01 2004 From: danielcampos at ...45... (danielcampos at ...45...) Date: Mon, 12 Jan 2004 09:57:01 CET Subject: [Gambas-devel] Gambas/Net 1.0 Message-ID: > > > These days I'm working hard with libcurl to improve Net component, >and some ideas arrived to my mind, that I want to be discussed in this >list, as it can be important for Gambas 1.0: > >1) I've been rewriting HttpClient with libcurl > >2) Working with libcurl means some (positive but incompatible) changes >in HttpClient. > >3) Probably next week (I mean saturday or sunday) I'll can send to >the list a new version of new HttpClient : Proxy (SOCKS5 and HTTP) >support, support for user names and passwords both for proxies and HTTP se= >rvers(Plain, NTLM, etc), Cookies support, and may be SSL support > >4) I think these changes could be present in 1.0 version, as probably it w= >ill be stable in two or three weeks. To have a HttpClient version in Gamba= >s 1.0 incompatible with Gambas 1.2(?) for a few weeks makes no >sense (I think). > >5) These changes will be compatible with next steps in =22net=22 component= > :FtpClient and TelnetClient without changes in the external interface, >making transition from Gambas 1.0 to 1.2,... etc more easy for Gambas user= >s > >6) I think net component should be really two components: > >* =22NET=22 : just the basic stuff -> Socket, SerialPort, UDPSocket, >ServerSocket, for those who just want to manage sockets and serial ports a= >t low level (for instance, people which needs to embed Gambas in a little = >device without need of loading libcurl in his little computers) > >* =22NETAdvanced=22 : stuff which needs libcurl to work : HttpClient, >FtpClient and so on... > >So, let's wait to hear opinions from all of you about that... > >Regards, = > > = > >-- = > >Daniel Campos > > >------------------------------------------------------------- >NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Tool= >bar... >Web/Wap : www.netcourrier.com >T=E9l=E9phone/Fax : 08 92 69 00 21 (0,34 =80 TTC/min) >Minitel: 3615 NETCOURRIER (0,16 =80 TTC/min) > > > ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From gambas at ...1... Mon Jan 12 12:20:56 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 12 Jan 2004 12:20:56 +0100 Subject: [Gambas-devel] Gambas/Net 1.0 In-Reply-To: References: Message-ID: <200401121220.56108.gambas@...1...> On Monday 12 January 2004 13:57, danielcampos at ...45... wrote: > > These days I'm working hard with libcurl to improve Net component, > >and some ideas arrived to my mind, that I want to be discussed in this > >list, as it can be important for Gambas 1.0: > > > >1) I've been rewriting HttpClient with libcurl > > > >2) Working with libcurl means some (positive but incompatible) changes > >in HttpClient. > > > >3) Probably next week (I mean saturday or sunday) I'll can send to > >the list a new version of new HttpClient : Proxy (SOCKS5 and HTTP) > >support, support for user names and passwords both for proxies and HTTP > > se= rvers(Plain, NTLM, etc), Cookies support, and may be SSL support > > > >4) I think these changes could be present in 1.0 version, as probably it > > w= ill be stable in two or three weeks. To have a HttpClient version in > > Gamba= s 1.0 incompatible with Gambas 1.2(?) for a few weeks makes no > >sense (I think). No problem. You can even make instable components in Gambas 1.0, provided you define Alpha=1 in the *.component file, so that users know that the interface could change without notice. > > > >5) These changes will be compatible with next steps in =22net=22 > > component= > > > > :FtpClient and TelnetClient without changes in the external interface, > > > >making transition from Gambas 1.0 to 1.2,... etc more easy for Gambas > > user= s > > > >6) I think net component should be really two components: > > > >* =22NET=22 : just the basic stuff -> Socket, SerialPort, UDPSocket, > >ServerSocket, for those who just want to manage sockets and serial ports > > a= t low level (for instance, people which needs to embed Gambas in a > > little = device without need of loading libcurl in his little computers) > > > >* =22NETAdvanced=22 : stuff which needs libcurl to work : HttpClient, > >FtpClient and so on... Yes. It make sense, as it uses a new library (libcurl). The main reason of why using component is to not load all the shared libraries existing on the system when you need a few ! Regards, -- Benoit Minisini mailto:gambas at ...1... From david.martinez at ...79... Tue Jan 13 13:34:19 2004 From: david.martinez at ...79... (David Martinez - RedIRIS) Date: Tue, 13 Jan 2004 13:34:19 +0100 Subject: [Gambas-devel] Gambas/Net 1.0 In-Reply-To: <200401121220.56108.gambas@...1...> References: <200401121220.56108.gambas@...1...> Message-ID: <200401131334.19951.david.martinez@...79...> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 El Lunes, 12 de Enero de 2004 12:20, Benoit Minisini escribi?: > > >* =22NETAdvanced=22 : stuff which needs libcurl to work : HttpClient, > > >FtpClient and so on... > > Yes. It make sense, as it uses a new library (libcurl). The main reason of > why using component is to not load all the shared libraries existing on the > system when you need a few ! What drives me to another question: In the packaging I'm doing of Gambas for Debian, I'm simply puzzled because you need both the .so libraries AND the .a for running Gambas IDE...why? It's against the whole purpose of static libraries... Regards, Ender. - -- Yes I'm old. Old enough to remember when the MCP was just a chess program! -- Dumont (Tron) - -- Servicios de red - Network services RedIRIS - Spanish Academic Network for Research and Development Madrid (Spain) Tlf (+34) 91.585.51.50 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAA+XLWs/EhA1iABsRAh7jAKCTDIzERoiPzIVP6F7MykXdfmjQTgCfVjiX KYFQdedHdSDaNGZas9vv8Do= =+k8P -----END PGP SIGNATURE----- From gambas at ...1... Tue Jan 13 19:30:55 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 13 Jan 2004 19:30:55 +0100 Subject: [Gambas-devel] Gambas/Net 1.0 In-Reply-To: <200401131334.19951.david.martinez@...79...> References: <200401121220.56108.gambas@...1...> <200401131334.19951.david.martinez@...79...> Message-ID: <200401131930.55500.gambas@...1...> On Tuesday 13 January 2004 13:34, David Martinez - RedIRIS wrote: > El Lunes, 12 de Enero de 2004 12:20, Benoit Minisini escribi?: > > > >* =22NETAdvanced=22 : stuff which needs libcurl to work : HttpClient, > > > >FtpClient and so on... > > > > Yes. It make sense, as it uses a new library (libcurl). The main reason > > of why using component is to not load all the shared libraries existing > > on the system when you need a few ! > > What drives me to another question: > > In the packaging I'm doing of Gambas for Debian, I'm simply puzzled > because you need both the .so libraries AND the .a for running Gambas > IDE...why? It's against the whole purpose of static libraries... > > Regards, > > > Ender. > -- > Yes I'm old. Old enough to remember when the MCP was just a chess program! > -- Dumont (Tron) Are you sure ? Could you be more precise ? Theorically, the interpreter relies on libtool to load shared libraries, and so only *.la and *.so files are needed. Regards, -- Benoit Minisini mailto:gambas at ...1... From sourceforge-raindog2 at ...19... Wed Jan 14 01:35:00 2004 From: sourceforge-raindog2 at ...19... (Rob) Date: Tue, 13 Jan 2004 19:35:00 -0500 Subject: [Gambas-devel] Gambas 0.80 accepted into Mandrake contrib Message-ID: <200401131935.00416.sourceforge-raindog2@...19...> The guys at Mandrake finally accepted my Gambas 0.80 packages with minor changes for cooker contrib, meaning Mandrake 10 will have Gambas in contrib (and Gambas will be included in the Power Pack and higher retail versions of Mandrake.) Assuming Gambas 1.0 appears in the next month to 6 weeks, that should get in there without a problem as well. Rob From sourceforge-raindog2 at ...19... Thu Jan 15 06:30:20 2004 From: sourceforge-raindog2 at ...19... (Rob) Date: Thu, 15 Jan 2004 00:30:20 -0500 Subject: [Gambas-devel] Wikis are merged now Message-ID: <200401150030.20218.sourceforge-raindog2@...19...> Tonight I moved all the component documentation from GambasTest into the production Gambas wiki. Apart from ReferenceBy needing some work, I don't see any severe problems, and am right now fixing the handful of references to Export pages that existed in the production docs. Please mention any critical problems on-list. Rob From nigel at ...2... Thu Jan 15 22:51:15 2004 From: nigel at ...2... (Nigel Gerrard) Date: Thu, 15 Jan 2004 21:51:15 -0000 Subject: [Gambas-devel] Custom Cursors Message-ID: <000f01c3dbb1$dbafed20$030a0a0a@...97...> Hello Beno?t. I noticed recently that there was a request for the ability to set the cursor to a user defined bitmap instead of the standard set. You indicated that this would not be high on your list of todo. Hopefully I can help. Attached is a new METHOD for the Widget class. The syntax for MouseIcon is: .MouseIcon("ImageMap"[,HotspotX, HotspotY, "BitMask"]) I have tested using 32x32 bit .png, .xpm and .xbm. It is important that the bits are either black or white. If the BitMask is not given, the ImageMap is also used as the BitMap which means that the Icon will be completely transparent (containing no white.) If this is not quite what you were looking for, give me a clue and I'll have another attempt. All the best Nigel -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Cursor.tar.gz Type: application/x-gzip Size: 2902 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Cursor.diff.tar.gz Type: application/x-gzip Size: 1959 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: NOTE.Cursor Type: application/octet-stream Size: 317 bytes Desc: not available URL: From abidoo.too at ...4... Thu Jan 15 23:37:25 2004 From: abidoo.too at ...4... (Fabien Bodard) Date: Thu, 15 Jan 2004 23:37:25 +0100 Subject: [Gambas-devel] Custom Cursors In-Reply-To: <000f01c3dbb1$dbafed20$030a0a0a@...97...> References: <000f01c3dbb1$dbafed20$030a0a0a@...97...> Message-ID: <200401152337.25719.abidoo.too@...4...> Le Jeudi 15 Janvier 2004 22:51, Nigel Gerrard a ?crit : > Hello Beno?t. > > I noticed recently that there was a request for the ability to set the > cursor to a user defined bitmap instead of the standard set. You indicated > that this would not be high on your list of todo. Hopefully I can help. > > Attached is a new METHOD for the Widget class. > > The syntax for MouseIcon is: > > .MouseIcon("ImageMap"[,HotspotX, HotspotY, "BitMask"]) > > I have tested using 32x32 bit .png, .xpm and .xbm. It is important that > the bits are either black or white. If the BitMask is not given, the > ImageMap is also used as the BitMap which means that the Icon will be > completely transparent (containing no white.) > > If this is not quite what you were looking for, give me a clue and I'll > have another attempt. > > All the best > > Nigel Hi Nigel Why only in White and Black ? it look poor no ? Nevertheless it's a new step... good job ! it work ! (i can't find gb.qt.help... where is this file ?) Fabien Bodard From _root at ...69... Fri Jan 16 00:40:16 2004 From: _root at ...69... (_root@libero.it) Date: Fri, 16 Jan 2004 00:40:16 +0100 Subject: [Gambas-devel] Custom Cursors Message-ID: > Le Jeudi 15 Janvier 2004 22:51, Nigel Gerrard a ?crit : > > Hello Beno?t. > > > > I noticed recently that there was a request for the ability to set the > > cursor to a user defined bitmap instead of the standard set. You indicated > > that this would not be high on your list of todo. Hopefully I can help. :-D > > .MouseIcon("ImageMap"[,HotspotX, HotspotY, "BitMask"]) > > > > I have tested using 32x32 bit .png, .xpm and .xbm. It is important that > > the bits are either black or white. If the BitMask is not given, the > > ImageMap is also used as the BitMap which means that the Icon will be > > completely transparent (containing no white.) > Why only in White and Black ? > > it look poor no ? I think that we can jump the obstacle by make a transparent mouse and a 24bit coloured image that move with the mouse :D But we need transparent images. :/ here, you can see why i ask for transparent images http://linuxgarage.interfree.it/Screenshots.html (look at the second shoot, under the big cursor i want the classic "glass" image.) btw I'm not in hurry, it's only "eyecandy" :P :P bye ^_^ From nigel at ...2... Fri Jan 16 11:04:21 2004 From: nigel at ...2... (Nigel Gerrard) Date: Fri, 16 Jan 2004 10:04:21 -0000 Subject: [Gambas-devel] Custom Cursors References: <000f01c3dbb1$dbafed20$030a0a0a@...97...> <200401152337.25719.abidoo.too@...4...> Message-ID: <001f01c3dc18$3d519b30$2e66893e@...97...> >On Thursday, January 15, 2004 10:37 PM, Fabien Bodard wrote: >Subject: Re: [Gambas-devel] Custom Cursors >Le Jeudi 15 Janvier 2004 22:51, Nigel Gerrard a ?crit : >> Hello Beno?t. >> >> I noticed recently that there was a request for the ability to set the > >cursor to a user defined bitmap instead of the standard set. You indicated >> that this would not be high on your list of todo. Hopefully I can help. >> >> Attached is a new METHOD for the Widget class. >> >> The syntax for MouseIcon is: >> >>.MouseIcon("ImageMap"[,HotspotX, HotspotY, "BitMask"]) >> >> I have tested using 32x32 bit .png, .xpm and .xbm. It is important that >> the bits are either black or white. If the BitMask is not given, the >> ImageMap is also used as the BitMap which means that the Icon will be >> completely transparent (containing no white.) >> >> If this is not quite what you were looking for, give me a clue and I'll >> have another attempt. >> >> All the best >> > >Nigel Hi Fabien >Why only in White and Black ? It is a limitation with QT. >it look poor no ? Probably due to my poor looking drawings :-) but all the standard cursors are the same. >Nevertheless it's a new step... good job ! it work ! >(i can't find gb.qt.help... where is this file ?) Nigel From diego.lai at ...98... Sat Jan 17 15:51:31 2004 From: diego.lai at ...98... (Die Intermedia) Date: Sat, 17 Jan 2004 15:51:31 +0100 Subject: [Gambas-devel] (no subject) Message-ID: <005a01c3dd09$65378f50$5990b550@...99...> An HTML attachment was scrubbed... URL: From diego.lai at ...98... Sat Jan 17 15:55:37 2004 From: diego.lai at ...98... (Die Intermedia) Date: Sat, 17 Jan 2004 15:55:37 +0100 Subject: [Gambas-devel] test of mailing list Message-ID: <007901c3dd09$f7cfa2d0$5990b550@...99...> Hello for all of the Gambas community -------------- next part -------------- An HTML attachment was scrubbed... URL: From danielcampos at ...45... Sat Jan 17 22:00:57 2004 From: danielcampos at ...45... (Daniel Campos) Date: Sat, 17 Jan 2004 21:00:57 +0000 Subject: [Gambas-devel] Net - new interface Message-ID: <1074373257.17117.2.camel@...49...> Hi Beno?t: 1) As a part of the new Net interface, I would like to return headers of Http request as an array of strings instead of a whole string, something like the new Dir() function, as usually, when a programmer needs to read the contents of header from server, he/she needs to split the header as each line contains different information. HttpClient.Header As String[] The problem is that I don't know at all how to return an array of strings, I've look at the sources and documentation but I don't find it. Regards, Daniel Campos -- Daniel Campos From danielcampos at ...47... Sat Jan 17 22:08:24 2004 From: danielcampos at ...47... (daniel) Date: Sat, 17 Jan 2004 21:08:24 +0000 Subject: [Gambas-devel] Net - new interface Message-ID: <1074373704.18746.4.camel@...49...> Hi Beno?t: 1) As a part of the new Net interface, I would like to return headers of Http request as an array of strings instead of a whole string, something like the new Dir() function, as usually, when a programmer needs to read the contents of header from server, he/she needs to split the header as each line contains different information. HttpClient.Header As String[] The problem is that I don't know at all how to return an array of strings, I've look at the sources and documentation but I don't find it. Regards, Daniel Campos From danielcampos at ...45... Sat Jan 17 22:44:24 2004 From: danielcampos at ...45... (Daniel Campos) Date: Sat, 17 Jan 2004 21:44:24 +0000 Subject: [Gambas-devel] Net 0.2.0 (Alpha) Message-ID: <1074375863.17117.10.camel@...49...> Hi all! This is a very experimental version of the new "net" component, that for the first time, uses libcurl to manage HTTP protocol; Note that you'll need libcurl 7.10.8 to compile it, as previous versions lacks of some properties needed to compile it. You'll also need gambas-0.81 In net/doc folder, you'll find some information to compile and use this version. There are lot of changes : Net changes ----------- * Now net are two components: - 'net' : basic stuff - 'advanced net' : classes that needs libcurl to work (HttpClient at this moment) * Now there's a new class 'NetCode' in which you'll find all constants that were placed in all the rest of classes in previous versions (status, error codes, etc) * 'Network advanced' has also a class to do the same as 'NetCode', called 'AdvancedCode' which will include all constants needed for HTTP,FTP, etc The new HttpClient ------------------ * Host, Document and Port properties do not exist anymore, now, there's a property called "URL" in which you can put all data in url format, some examples: 127.0.0.1 http://localhost/index.html yntp://localhost/index.html <-- the 'wrong' part "yntp" will be ignored http://stratoria.dynu.net:85/Actualites.html <-- port 85 instead of default 80 * Cookies: - CookiesFile : if you place here a zero string (""), HttpClient will not manage cookies (default), but if you place here the path to a file containing cookies in plain, netscape or mozilla format, it will use use them and it will also manage cookies from current session in memory. If you place the path to a non existing or not readable file, it will also manage cookies from current session in memory. By default, cookies from current session are deleted once you free the object or call Stop() method - UpdateCookies : by default, cookie file (if any) is not updated with the new cookies arrived from current session, so they're lost when you free the object or call 'Stop' method. If you set this value to TRUE, cookies file will be updated with the new cookies once you free the object or call to 'Stop' method * Stop method : previous versions of 'HttpClient' were working with 'connection : close' header, so once a document was received from server, connection with server was broken. Now it uses 'connection : keep-alive', that means that (if server accepts it), connection will be alive to reuse it to receive new documents from that server, with less waste of resources. Now, if you use 'Stop' method when status is 0 (Inactive), connection with server will be closed if it was alive, and cookies will be also stored in a file if UpdateCookies=TRUE and CookiesFile is set to a valid path * 'Receive' method exists no more, as now, HttpClient inherits from '.Stream', so you can use 'READ' standard method instead ('READ' is the only stream method that owrks, at this moment) * 'Get' and 'Put' methods have changed : Now they are: Get (Optional TargetFile As String) - if you do not use 'TargetFile' as parameter, you will receive the URL requested as usual: when data is coming from server, HttpClient saves it in memory until you use 'READ' stream method, and each time new data arrives, 'HttpClient.Read' event raises. - if you use 'TargetFile' as parameter, requested URL will be saved in the local file you have specified as parameter, instead of saving it in memory, and you will not receive 'HttpClient.Read' events. Put(ContentType As String,Data As String, Optional TargetFile As String) * User and authentication : - User : the name and password of the user to access to HTTP server, you must set it in user:password format, for example User="myself:mypass" - Auth : authentication type supported by HTTP server : basic, NTLM, Digest, GSS * Proxy support : now HttpClient can manage authentication : - Proxy : URL from Proxy, for instance : 192.168.0.1:8080 - ProxyType : can be a HTTP proxy, or a Socks-5 proxy - ProxyAuth : authentication supported by Proxy : Basic or NTLM Regards, Daniel Campos -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: net_0_2_0_gb_0_8_1.tar.bz2 Type: application/x-bzip Size: 51770 bytes Desc: not available URL: From danielcampos at ...45... Sat Jan 17 23:11:50 2004 From: danielcampos at ...45... (Daniel Campos) Date: Sat, 17 Jan 2004 22:11:50 +0000 Subject: [Gambas-devel] Spanish translation / 0.81 Message-ID: <1074377510.18746.13.camel@...49...> Hi: There's spanish translation for Gambas 0.81 es.po --> Gambas IDE es_db.po --> Gambas database manager Regards, Daniel Campos -- Daniel Campos -------------- next part -------------- # #-#-#-#-# CClassInfo.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CClassInfo.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CComponent.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CComponent.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CControl.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CControl.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CCoolButton.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CCoolButton.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CMenu.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CMenu.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CPropertyInfo.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CPropertyInfo.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CSplit.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CSplit.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CSymbolInfo.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/CSymbolInfo.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FAbout.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FAbout.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FDebug.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FDebug.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FExplorer.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FExplorer.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FFind.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FFind.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FForm.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FForm.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FGambas.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FGambas.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FGetIcon.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FGetIcon.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FGotoLine.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FGotoLine.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FIconEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FIconEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FIconTool.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FIconTool.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FLanguage.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FLanguage.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FList.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FList.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FLocal.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FLocal.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FMain.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FMain.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FMenu.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FMenu.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewClass.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewClass.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewDirectory.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewDirectory.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewForm.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewForm.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewIcon.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewIcon.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewModule.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewModule.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewProject.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewProject.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewText.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FNewText.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FOpenProject.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FOpenProject.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FOption.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FOption.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FOutput.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FOutput.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FPropertyFile.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FPropertyFile.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FProperty.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FProperty.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FPropertyProject.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FPropertyProject.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FRename.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FRename.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FSave.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FSave.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FSelector.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FSelector.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FStack.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FStack.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTest.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTest.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTextEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTextEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FText.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FText.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTips.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTips.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FToolBar.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FToolBar.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FToolBox.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FToolBox.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTranslate.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FTranslate.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FWatch.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FWatch.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FWelcome.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/FWelcome.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# Language.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/Language.module # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# Project.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas/Project.module # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2002-11-01 04:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: FProperty.class:692 msgid "..." msgstr "..." #: FMain.class:953 msgid "&?" msgstr "&?" #: FNewIcon.class:262 msgid "16 x 16" msgstr "16 x 16" #: FPropertyFile.class:71 FPropertyProject.class:564 FSupSelector.class:325 msgid "&1 K" msgstr "&1 K" #: FTranslate.class:605 msgid "&1 strings (&2 not translated)" msgstr "&1 cadenas (&2 no traducidas)" #: FNewIcon.class:280 msgid "24 x 24" msgstr "24 x 24" #: FGotoLine.class:70 msgid "255" msgstr "255" #: FOption.class:544 msgid "32" msgstr "32" #: FNewIcon.class:250 msgid "32 x 32" msgstr "32 x 32" #: FPropertyProject.class:805 msgid "4" msgstr "4" #: FNewIcon.class:274 msgid "48 x 48" msgstr "48 x 48" #: FNewIcon.class:268 msgid "64 x 64" msgstr "64 x 64" #: FOption.class:494 msgid "8" msgstr "8" #: FNewIcon.class:256 msgid "8 x 8" msgstr "8 x 8" #: FMain.class:970 msgid "&About Gambas..." msgstr "&Acerca de Gambas..." #: FAbout.class:124 msgid "About Gambas..." msgstr "Acerca de Gambas..." #: FNewIcon.class:162 msgid "Add icon" msgstr "A?adir icono" #: FNewModule.class:122 msgid "Add module" msgstr "A?adir M?dulo" #: FPropertyProject.class:738 msgid "Advanced options" msgstr "Opciones Avanzadas" #: Project.module:1609 msgid "All files" msgstr "Todos los Archivos" #: FAbout.class:195 FWelcome.class:222 msgid "Alpha version (X.XX)" msgstr "Versi?n Alpha(X.XX)" #: FMenu.class:769 msgid "ALT" msgstr "ALT" #: Project.module:1365 msgid "A name must begin with a letter, followed by any letter or digit." msgstr "Un nombre tiene que comenzar con una letra, seguida de letras o d?gitos." #: FOption.class:563 FPropertyProject.class:642 msgid "Apply" msgstr "Aplicar" #: Language.module:7 msgid "Arabic (Egypt)" msgstr "Ar?bico (Egipto)" #: Language.module:8 msgid "Arabic (Tunisia)" msgstr "Ar?bico (Tunicia)" #: FPropertyProject.class:831 msgid "Arguments" msgstr "Argumentos" #: FForm.class:1692 msgid "Arrange horizontally" msgstr "Alinear horizontalmente" #: FForm.class:1673 msgid "Arrangement" msgstr "Alineamiento" #: FForm.class:1697 msgid "Arrange vertically" msgstr "Alinear verticalmente" #: Project.module:629 msgid "at line &1 in &2" msgstr "en l?nea &1 en &2" #: FOption.class:294 msgid "Background" msgstr "Fondo" #: FForm.class:64 msgid "Bad form file" msgstr "Archivo de formulario incorrecto" #: FProperty.class:232 msgid "Bad group !" msgstr "? Grupo incorrecto !" #: FMenu.class:243 msgid "Bad group name !" msgstr "? Nombre de grupo incorrecto !" #: FMenu.class:237 msgid "Bad menu name !" msgstr "? Nombre de men? incorrecto !" #: FProperty.class:220 msgid "Bad name !" msgstr "? Nombre incorrecto !" #: FProperty.class:282 msgid "Bad property value !" msgstr "?Valor err?neo de la propiedad!" #: FPropertyProject.class:121 msgid "Bad version number" msgstr "Versi?n err?nea" #: FSupSelector.class:952 msgid "&Bookmark this directory" msgstr "&Marcar esta carpeta" #: FOption.class:434 msgid "Breakpoints" msgstr "Puntos de interrupci?n" #: FForm.class:1676 msgid "Bring to foreground" msgstr "Mandar al frente" #: FExplorer.class:268 msgid "Broken link" msgstr "Enlace roto" #: Language.module:10 msgid "Bulgarian (Bulgaria)" msgstr "B?lgaro (Bulgaria)" #: FWatch.class:103 msgid "Cancel" msgstr "Cancelar" #: Project.module:1790 msgid "Cannot copy file &1." msgstr "No es posible copiar el archivo &1." #: FSupSelector.class:1139 msgid "Cannot copy file &1\n\n&2" msgstr "Imposible copiar el archivo &1\n\n&2" #: Project.module:823 msgid "Cannot copy template file." msgstr "Imposible copiar el archivo de plantilla." #: Project.module:919 msgid "Cannot create project !" msgstr "?No puedo crear el proyecto!" #: FMain.class:296 msgid "Cannot delete file or directory" msgstr "No puedo borrar el archivo o carpeta" #: FSupSelector.class:763 msgid "Cannot found this directory." msgstr "No se encontr? la carpeta." #: FSupSelector.class:777 msgid "Cannot found this file." msgstr "No se encontr? el archivo." #: FSupSelector.class:740 msgid "Cannot found this project." msgstr "No se encuentra el proyecto." #: FExplorer.class:350 msgid "Cannot load help." msgstr "No se encuentra la ayuda." #: Project.module:1802 msgid "Cannot move file &1." msgstr "No se puede mover el archivo &1." #: Project.module:184 msgid "Cannot open project file :\n" msgstr "No se puede abrir el archivo de proyecto :\n" #: FTranslate.class:196 msgid "Cannot read translation file for language '&1'" msgstr "No se puede cargar el archivo de traducci?n del idioma '&1'" #: Save.module:32 msgid "Cannot save file !" msgstr "? No se puede guardar el archivo !" #: FTranslate.class:315 msgid "Cannot save translation." msgstr "No puedo guardar la traducci?n." #: FMenu.class:744 msgid "Caption" msgstr "T?tulo" #: FFind.class:566 msgid "&Case sensitive" msgstr "S&ensible a mayusculas" #: FAbout.class:219 msgid "(c) Benoit MINISINI" msgstr "(c) Benoit MINISINI" #: FMenu.class:813 msgid "Checked" msgstr "Checked" #: FOption.class:472 msgid "&Choose..." msgstr "&Elegir..." #: FLanguage.class:54 msgid "Choose language" msgstr "Elija lenguaje" #: FLanguage.class:71 msgid "Choose the translation to duplicate :" msgstr "Ellija la traducci?n a duplicar :" #: FPropertyFile.class:55 msgid "Class" msgstr "Clase" #: FMain.class:993 msgid "&Class..." msgstr "&Clase..." #: FPropertyProject.class:564 Project.module:434 msgid "Classes" msgstr "Clases" #: FIconEditor.class:1176 FList.class:107 FWatch.class:103 msgid "Clear" msgstr "Borrar" #: FIconTool.class:564 msgid "Clear all" msgstr "Borrar todo" #: FMain.class:414 msgid "&Clear history" msgstr "Borrar &historial" #: FTranslate.class:762 msgid "Clear this translation" msgstr "Borrar esta traducci?n" #: FProperty.class:665 msgid "Click on a form or a control to modify its properties..." msgstr "Pulse sobre un formulario o un control para modificar sus propiedades..." #: FMenu.class:716 msgid "Click on Insert to add a new menu." msgstr "Pulse Insertar para a?adir un men? nuevo." #: FTips.class:198 msgid "Close" msgstr "Cerrar" #: FTranslate.class:781 msgid "&Close" msgstr "&Cerrar" #: FMain.class:930 msgid "Close &all windows" msgstr "Cerrar tod&as las ventanas" #: FForm.class:1723 msgid "Code" msgstr "C?digo" #: FEditor.class:836 FTranslate.class:32 msgid "Comment" msgstr "Comentario" #: FOption.class:428 msgid "Comments" msgstr "Comentarios" #: FPropertyProject.class:742 msgid "Compilation" msgstr "Compilaci?n" #: FMain.class:1116 msgid "Compile" msgstr "Compilar" #: FMain.class:830 msgid "&Compile" msgstr "&Compilar" #: FMain.class:1140 msgid "Compile all" msgstr "Compilar todo" #: FMain.class:836 msgid "Compile &All" msgstr "Compil&ar todo" #: Project.module:676 msgid "Compiling project" msgstr "Compilando proyecto" #: FPropertyProject.class:88 msgid "Component" msgstr "Componente" #: FMain.class:1132 msgid "Component explorer" msgstr "Componente explorador" #: FPropertyProject.class:724 msgid "Components" msgstr "Componentes" #: FMain.class:1156 FOutput.class:134 msgid "Console" msgstr "Consola" #: FMain.class:920 msgid "&Console" msgstr "&Consola" #: FNewClass.class:206 FNewForm.class:235 msgid "&Constructor" msgstr "&Constructor" #: FSave.class:110 FTranslate.class:508 msgid "Continue" msgstr "Continuar" #: FEditor.class:811 FForm.class:1651 FTextEditor.class:329 msgid "Copy" msgstr "Copiar" #: FMain.class:1055 FSupSelector.class:979 msgid "&Copy" msgstr "&Copiar" #: FTranslate.class:754 msgid "Copy untranslated string" msgstr "Copiar cadena no traducida" #: FNewProject.class:109 msgid "Create a new project" msgstr "Crear un nuevo proyecto" #: Project.module:1608 msgid "Create source package" msgstr "Crear paquete fuente" #: Language.module:36 msgid "Croatian (Croatia)" msgstr "Croata (Croacia)" #: FMenu.class:759 msgid "CTRL" msgstr "CTRL" #: FOption.class:422 msgid "Current line" msgstr "L?nea actual" #: FEditor.class:805 FForm.class:1645 FTextEditor.class:323 msgid "Cut" msgstr "Cortar" #: FMain.class:1049 FSupSelector.class:972 msgid "&Cut" msgstr "&Cortar" #: Language.module:14 msgid "Danish (Denmark)" msgstr "Dan?s (Dinamarca)" #: Project.module:437 msgid "Data" msgstr "Datos" #: FMain.class:939 msgid "&Database manager..." msgstr "Gestor de Bases de &Datos..." #: FOption.class:448 msgid "Data types" msgstr "Tipos de datos" #: FSupSelector.class:98 msgid "Date" msgstr "Fecha" #: FDebug.class:714 FMain.class:1172 msgid "Debug" msgstr "Depuraci?n" #: FNewForm.class:247 msgid "Default dialo&g management" msgstr "&Gesti?n del di?logo por defecto" #: FTranslate.class:403 msgid "Delete" msgstr "Borrar" #: FList.class:193 FMenu.class:840 msgid "&Delete" msgstr "&Borrar" #: FMain.class:1067 msgid "&Delete..." msgstr "&Borrar..." #: FTranslate.class:669 msgid "Delete translation" msgstr "Borrar traducci?n" #: FPropertyProject.class:90 msgid "Description" msgstr "Descripci?n" #: FNewIcon.class:290 FNewText.class:168 msgid "Destination" msgstr "Destino" #: FNewClass.class:201 FNewForm.class:230 msgid "&Destructor" msgstr "&Destructor" #: FPropertyFile.class:40 FSupSelector.class:256 msgid "Directory" msgstr "Carpeta" #: FMain.class:1016 msgid "&Directory..." msgstr "&Carpeta..." #: FSupSelector.class:158 msgid "Directory :" msgstr "Carpeta :" #: Project.module:839 msgid "Directory already exists." msgstr "La carpeta ya existe." #: FSupSelector.class:1187 msgid "Do you really want to delete the file : " msgstr "?Realmente desea borrar el archivo :" #: FMain.class:276 msgid "Do you really want to delete this directory ?" msgstr "?Realmente quiere borrar esta carpeta?" #: FMain.class:288 msgid "Do you really want to delete this file ?" msgstr "?Realmente quiere borrar este archivo?" #: FTranslate.class:403 msgid "Do you really want to delete this translation ?" msgstr "?Realmente quiere borrar esta trducci?n?" #: FTranslate.class:474 msgid "Do you really want to reload this translation ?" msgstr "?Realmente quiere recargar esta traducci?n?" #: FSupSelector.class:1112 msgid "Do you really want to remove this bookmark ?" msgstr "? Realmente quiere borrar esta marca ?" #: FTranslate.class:435 msgid "Do you really want to replace this translation ?" msgstr "?Realmente quiere reemplazar esta traducci?n?" #: FWatch.class:103 msgid "Do you want to clear the expression list ?" msgstr "?Quiere borrar la lista de expresiones?" #: FIconEditor.class:1176 msgid "Do you want to clear the image ?" msgstr "?Quiere borrar la imagen?" #: FList.class:107 msgid "Do you want to clear the value list ?" msgstr "?Quiere borrar la lista de valores?" #: FIconTool.class:582 msgid "Draw" msgstr "Dibujo" #: FTranslate.class:677 msgid "Duplicate a translation" msgstr "Duplicar una traducci?n" #: Language.module:45 msgid "Dutch (Belgium)" msgstr "Flamenco (B?lgica)" #: Language.module:44 msgid "Dutch (Netherlands)" msgstr "Flamenco (Holanda)" #: FMain.class:1022 msgid "&Edit" msgstr "&Editar" #: FPropertyProject.class:757 msgid "Edition" msgstr "Edici?n" #: FList.class:155 msgid "Edit list property" msgstr "Editar lista de propiedades" #: FOption.class:274 msgid "Editor" msgstr "Editor" #: FOption.class:284 msgid "Editor colors" msgstr "Colores del editor" #: FOption.class:468 msgid "Editor font" msgstr "Fuente del editor" #: FText.class:64 msgid "Edit text property" msgstr "Editar propiedad de texto" #: FEditor.class:884 msgid "edtEditor" msgstr "edtEditor" #: FIconTool.class:609 msgid "Ellipse" msgstr "Elipse" #: FIconTool.class:178 msgid "Ellipse,Filled ellipse,Filled delimited ellipse" msgstr "Elipse, Elipse rellena, Elipse rellena delimitada" #: FMenu.class:808 msgid "Enabled" msgstr "Habilitado" #: Language.module:23 msgid "English (Australia)" msgstr "Ingl?s (Australia)" #: Language.module:24 msgid "English (Canada)" msgstr "Ingl?s (Canad?)" #: Language.module:21 msgid "English (United Kingdom)" msgstr "Ingl?s (Reino Unido)" #: Language.module:22 msgid "English (U.S.A.)" msgstr "Ingl?s (U.S.A.)" #: FRename.class:88 msgid "Enter new name :" msgstr "Introduzca nuevo nombre :" #: FLocal.class:58 FWatch.class:43 msgid "ERROR:" msgstr "ERROR:" #: FForm.class:1630 msgid "Event" msgstr "Evento" #: FTranslate.class:587 msgid "Everything seems to be correct." msgstr "Todo parece estar correcto." #: FPropertyProject.class:564 msgid "Executable" msgstr "Ejecutable" #: FPropertyProject.class:796 msgid "Execution" msgstr "Ejecuci?n" #: FNewModule.class:177 FNewText.class:166 msgid "Existing" msgstr "Existente" #: FExplorer.class:655 msgid "Explore" msgstr "Explorar" #: FTranslate.class:488 msgid "Export a translation" msgstr "Exportar una traducci?n" #: FWatch.class:10 msgid "Expression" msgstr "Expresi?n" #: FOption.class:515 msgid "External programs" msgstr "Programas externos" #: FSupSelector.class:318 msgid "File" msgstr "Archivo" #: FFind.class:607 FMain.class:783 msgid "&File" msgstr "&Archivo" #: FSupSelector.class:161 msgid "File :" msgstr "Archivo :" #: Project.module:794 msgid "File already exists." msgstr "El archivo ya existe." #: FSupSelector.class:1540 msgid "Filters" msgstr "Filtros" #: FFind.class:552 msgid "Find" msgstr "Encontrar" #: FEditor.class:850 FTextEditor.class:354 msgid "Find..." msgstr "Encontrar..." #: FTranslate.class:714 msgid "Find a string in translation" msgstr "Encontrar una cadena en la traducci?n" #: FFind.class:583 msgid "Find &next" msgstr "Encontrar &siguiente" #: FEditor.class:856 FTextEditor.class:361 msgid "Find Next" msgstr "Encontrar siguiente" #: FFind.class:619 msgid "Find &previous" msgstr "Encontrar &anterior" #: FEditor.class:861 FTextEditor.class:367 msgid "Find Previous" msgstr "Encontrar anterior" #: FFind.class:545 msgid "Find & Replace" msgstr "Encontrar & reemplazar" #: FIconTool.class:627 msgid "Flip" msgstr "Flip" #: FIconTool.class:618 msgid "Flood fill" msgstr "Relleno" #: FIconTool.class:183 msgid "Flood fill,Patterned flood fill" msgstr "Relleno, relleno con patr?n" #: Project.module:1589 msgid "Forbidden characters in project name." msgstr "Caracteres no v?lidos en el nombre del proyecto." #: FEditor.class:876 FForm.class:1621 FPropertyFile.class:57 msgid "Form" msgstr "Formulario" #: FMain.class:988 msgid "&Form..." msgstr "&Formulario..." #: FNewIcon.class:232 msgid "Format :" msgstr "Formato:" #: FPropertyProject.class:751 msgid "Form controls are public" msgstr "Los controles de formulario son p?blicos" #: FOption.class:485 msgid "Form editor" msgstr "Editor de formularios" #: FPropertyProject.class:564 Project.module:435 msgid "Forms" msgstr "Formularios" #: FDebug.class:746 msgid "Forward" msgstr "Adelante" #: FMain.class:858 msgid "&Forward" msgstr "&Adelante" #: Language.module:30 msgid "French (Belgium)" msgstr "Franc?s (B?lgica)" #: Language.module:31 msgid "French (Canada)" msgstr "Franc?s (Canad?)" #: Language.module:29 msgid "French (France)" msgstr "Franc?s (Francia)" #: Language.module:32 msgid "French (Switzerland)" msgstr "Franc?s (Suiza)" #: FNewText.class:182 msgid "FSelector" msgstr "FSelector" #: FWelcome.class:275 msgid "Gambas" msgstr "Gambas" #: FAbout.class:158 msgid "Gambas Almost Means BASic !" msgstr "Gambas Almost Means BASic !" #: FSupSelector.class:270 msgid "Gambas class" msgstr "Clase Gambas" #: FNewClass.class:37 msgid "Gambas classes" msgstr "Clases Gambas" #: FOption.class:278 msgid "' Gambas class file\n\nPRIVATE CONST aString AS String = \"Gambas almost means Basic\"\nPRIVATE CONST aNumber as Integer = &H4A177BA5\n\nPUBLIC SUB Main()\n\n DIM i AS Integer\n\n PRINT \"User is \"; Application.User\n PRINT \"Today is \"; Date(Now)\n\n FOR i = 0 to Application.Args.Count - 1\n PRINT Application.Args[i]\n NEXT\n\n Message(\"Pi / 2 = \" & CStr(Pi(0.5)))\n\nEND\n" msgstr "' Gambas class file\n\nPRIVATE CONST aString AS String = \"Gambas almost means Basic\"\nPRIVATE CONST aNumber as Integer = &H4A177BA5\n\nPUBLIC SUB Main()\n\n DIM i AS Integer\n\n PRINT \"User is \"; Application.User\n PRINT \"Today is \"; Date(Now)\n\n FOR i = 0 to Application.Args.Count - 1\n PRINT Application.Args[i]\n NEXT\n\n Message(\"Pi / 2 = \" & CStr(Pi(0.5)))\n\nEND\n" #: FNewClass.class:37 FNewForm.class:37 FNewModule.class:37 msgid "Gambas files" msgstr "Archivos Gambas" #: FSupSelector.class:273 msgid "Gambas form" msgstr "Formulario Gambas" #: FNewForm.class:37 msgid "Gambas forms" msgstr "Formularios Gambas" #: FSupSelector.class:276 msgid "Gambas module" msgstr "M?dulo Gambas" #: FNewModule.class:37 msgid "Gambas modules" msgstr "M?dulos Gambas" #: FSupSelector.class:251 msgid "Gambas project" msgstr "Proyecto Gambas" #: FPropertyFile.class:146 FPropertyProject.class:649 msgid "General" msgstr "General" #: Language.module:17 msgid "German (Belgium)" msgstr "Alem?n (B?lgica)" #: Language.module:16 msgid "German (Germany)" msgstr "Alem?n (Alemania)" #: FEditor.class:766 msgid "Go to" msgstr "Ir a" #: FGotoLine.class:48 msgid "Go to line" msgstr "Ir a l?nea" #: FGotoLine.class:65 msgid "Go to line :" msgstr "Ir a l?nea :" #: FEditor.class:770 FTextEditor.class:298 msgid "Go to line..." msgstr "Ir a l?nea..." #: Language.module:19 msgid "Greek (Greece)" msgstr "Griego (Grecia)" #: FMenu.class:734 msgid "Group" msgstr "Grupo" #: FAbout.class:178 msgid "

Authors

\n" msgstr "

Autores

\n" #: FAbout.class:172 msgid "

Licence

\n\n

This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 1, or (at your option) any later version.

\n\n

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n" msgstr "

Licence

\n\n

This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 1, or (at your option) any later version.

\n\n

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n" #: FOption.class:489 msgid "Handle size" msgstr "Tama?o del handle" #: FMain.class:956 msgid "&Help browser" msgstr "&Visor de ayuda" #: FExplorer.class:644 msgid "Help browser" msgstr "Visor de ayuda" #: FIconTool.class:151 msgid "Horizontal flip,Vertical flip,Rotate clockwise,Rotate counter-clockwise" msgstr "Horizontal flip,Vertical flip,Rotate clockwise,Rotate counter-clockwise" #: FAbout.class:211 msgid "http://gambas.sourceforge.net" msgstr "http://gambas.sourceforge.net" #: Language.module:34 msgid "Hungarian (Hungary)" msgstr "H?ngaro (Hungr?a)" #: FSupSelector.class:1203 msgid "I can't remove this folder !!" msgstr "?? No es posible eliminar la carpeta !!" #: FMain.class:1002 msgid "&Icon..." msgstr "&Icono..." #: FIconEditor.class:1260 FIconTool.class:501 msgid "Icon editor" msgstr "Editor de iconos" #: FOption.class:539 msgid "Icon size" msgstr "Tama?o del icono" #: FTranslate.class:502 msgid "Import a translation" msgstr "Importar una traducci?n" #: FExplorer.class:710 msgid "Index" msgstr "Indice" #: Language.module:38 msgid "Indonesian (Indonesia)" msgstr "Indonesio (Indonesia)" #: FPropertyFile.class:207 FPropertyProject.class:708 msgid "Information" msgstr "Informaci?n" #: FList.class:176 FMenu.class:835 msgid "&Insert" msgstr "&Insertar" #: FOption.class:519 msgid "Internet browser" msgstr "Navegador de internet" #: FOption.class:462 msgid "&Invert colors" msgstr "&Invertir colores" #: Language.module:40 msgid "Irish (Ireland)" msgstr "Gal?ico (Irlanda)" #: Language.module:42 msgid "Italian (Italy)" msgstr "Italiano (Italia)" #: FPropertyProject.class:812 msgid "Kb" msgstr "Kb" #: FPropertyProject.class:746 msgid "Keep debugging information in executable" msgstr "Mantener informaci?n de depuraci?n en el ejecutable" #: FOption.class:322 msgid "Keywords" msgstr "Pal?abras clave" #: FPropertyFile.class:171 msgid "Last modified" msgstr "Ultima modificaci?n" #: FIconTool.class:591 msgid "Line" msgstr "L?nea" #: FPropertyProject.class:564 msgid "Lines" msgstr "L?neas" #: FExplorer.class:316 msgid "Loading help..." msgstr "Caragando ayuda..." #: FDebug.class:786 FLocal.class:82 msgid "Local variables" msgstr "Variables locales" #: FPropertyFile.class:201 msgid "Location" msgstr "Ubicaci?n" #: FSupSelector.class:1494 msgid "Look in" msgstr "Buscar en" #: FMain.class:874 msgid "Make e&xecutable" msgstr "Crear e&jecutable" #: FMain.class:879 msgid "Make source package..." msgstr "Crear paquete fuente..." #: Project.module:933 msgid "Making executable..." msgstr "Creando ejecutable..." #: FGambas.class:120 msgid "Mascot" msgstr "Mascota" #: FMenu.class:25 msgid "Menu editor" msgstr "Editor de men?" #: FForm.class:1707 msgid "Menu editor..." msgstr "Editor de men?..." #: FOption.class:481 msgid "Miscellaneous" msgstr "Miscel?nea" #: FTextEditor.class:75 msgid "modified" msgstr "Modificado" #: FPropertyFile.class:53 msgid "Module" msgstr "M?dulo" #: FMain.class:983 msgid "&Module..." msgstr "&M?dulo..." #: FPropertyProject.class:564 Project.module:436 msgid "Modules" msgstr "M?dulos" #: FLocal.class:19 FMenu.class:724 FSupSelector.class:95 msgid "Name" msgstr "Nombre" #: FStack.class:42 msgid "native code" msgstr "C?digo nativo" #: FNewProject.class:125 msgid "  1 • Choose a project name" msgstr "  1 • Elija nombre de proyecto" #: FNewClass.class:158 msgid "  1 • Choose the class name" msgstr "  1 • Elija nombre de clase" #: FNewDirectory.class:107 msgid "  1 • Choose the directory name" msgstr "  1 • Elija el nombre de la carpeta " #: FNewForm.class:194 msgid "  1 • Choose the form name" msgstr "  1 • Elija el nombre del formulario" #: FNewIcon.class:182 msgid "  1 • Choose the icon name" msgstr "  1 • Elija el nombre del icono" #: FNewModule.class:142 msgid "  1 • Choose the module name" msgstr "  1 • Elija el nombre del m?dulo" #: FNewClass.class:167 msgid "  2 • Choose the class options" msgstr "  2 • Elija las opciones de la clase" #: FNewForm.class:203 msgid "  2 • Choose the form options" msgstr "  2 • Elija las opciones del formulario" #: FNewIcon.class:191 msgid "  2 • Choose the icon size and format" msgstr "  2 • Elija el tama?o del icono y el formato" #: FNewModule.class:151 msgid "  2 • Choose the module options" msgstr "  2 • Elija las opciones del m?dulo" #: FNewDirectory.class:98 msgid "  2 • Choose the parent directory" msgstr "  2 • Elija la carpeta ra?z" #: FNewProject.class:116 msgid "  2 • Choose the project directory" msgstr "  2 • Elija la carpeta de proyecto" #: FNewIcon.class:305 FNewText.class:175 msgid "  Change destination project folder" msgstr "  Cambiar carpeta de destino del proyecto" #: FNewText.class:149 msgid "  Choose the text file name" msgstr "  Elija el nombre del archivo de texto" #: FSupSelector.class:1184 msgid "Necessary gambas file. You can't delete it !" msgstr "Archivo necesario para Gambas. ? No puede borrarlo !" #: FNewModule.class:129 FNewText.class:142 msgid "New" msgstr "Nuevo" #: FMain.class:980 msgid "&New" msgstr "&Nuevo" #: FNewClass.class:132 msgid "New class" msgstr "Nueva clase" #: FNewDirectory.class:83 msgid "New directory" msgstr "Nueva carpeta" #: FNewForm.class:180 msgid "New form" msgstr "Nuevo formulario" #: FMain.class:786 msgid "&New project..." msgstr "&Nuevo proyecto..." #: FMain.class:1092 msgid "New project" msgstr "Nuevo proyecto" #: FWelcome.class:42 msgid "New project..." msgstr "Nuevo proyecto..." #: FNewText.class:123 msgid "New text file" msgstr "Nuevo archivo de texto" #: FExplorer.class:702 msgid "Next" msgstr "Siguiente" #: FMenu.class:830 msgid "&Next" msgstr "&Siguiente" #: FTips.class:193 msgid "&Next >>" msgstr "&Siguiente >>" #: FOption.class:308 msgid "Normal text" msgstr "Texto normal" #: Language.module:47 msgid "Norwegian (Norway)" msgstr "Noruego (noruega)" #: Project.module:694 msgid "Nothing to do." msgstr "Nada pendiente." #: FOption.class:378 msgid "Numbers" msgstr "N?meros" #: FRename.class:76 FText.class:74 Project.module:710 msgid "OK" msgstr "OK" #: FMain.class:802 msgid "Open &example" msgstr "Abrir &ejemplo" #: FWelcome.class:45 msgid "Open example >>" msgstr "Abrir ejemplo >>" #: FMain.class:792 msgid "&Open project..." msgstr "Abrir pr&oyecto..." #: FMain.class:1100 msgid "Open project" msgstr "Abrir proyecto" #: FWelcome.class:43 msgid "Open project..." msgstr "Abrir proyecto..." #: FMain.class:798 msgid "Open &recent" msgstr "Abrir &reciente" #: FOption.class:350 msgid "Operators" msgstr "Operaciones" #: FFind.class:562 msgid "Options" msgstr "Opciones" #: FDebug.class:762 msgid "Output" msgstr "Salida" #: FTextEditor.class:335 msgid "Paste" msgstr "Pegar" #: FMain.class:1061 FSupSelector.class:986 msgid "&Paste" msgstr "&Pegar" #: FDebug.class:730 msgid "Pause" msgstr "Pausa" #: FIconTool.class:573 msgid "Pick color" msgstr "Elegir color" #: FMenu.class:780 FPropertyFile.class:59 msgid "Picture" msgstr "Imagen" #: FSupSelector.class:284 msgid "Picture file" msgstr "Archivo de imagen" #: FGetIcon.class:31 FNewIcon.class:41 msgid "Picture files" msgstr "Archivos de imagen" #: Project.module:1321 msgid "Please type a name." msgstr "Por favor indique un nombre." #: Project.module:1582 msgid "Please type a project name." msgstr "Por favor indique un nombre de proyecto." #: FPropertyProject.class:49 msgid "Please wait..." msgstr "Por favor, espere..." #: FNewIcon.class:239 msgid "PNG\nXPM\nJPEG" msgstr "PNG\nXPM\nJPEG" #: Language.module:49 msgid "Polish (Poland)" msgstr "Polaco (Polonia)" #: FMain.class:976 msgid "Popup" msgstr "Emergente" #: Language.module:52 msgid "Portuguese (Brazil)" msgstr "Portugu?s (Brasil)" #: Language.module:51 msgid "Portuguese (Portugal)" msgstr "Portugu?s (Portugal)" #: FNewIcon.class:285 msgid "Predefined sizes :" msgstr "Tama?os predefinidos :" #: FOption.class:255 msgid "Preferences" msgstr "Preferencias" #: FMain.class:948 msgid "&Preferences..." msgstr "&Preferencias..." #: FExplorer.class:694 msgid "Previous" msgstr "Previo" #: FTips.class:188 msgid "<< &Previous" msgstr "<< &Previo" #: FFind.class:613 msgid "Proce&dure" msgstr "Proce&dimiento" #: FMain.class:779 Project.module:458 msgid "Project" msgstr "Proyecto" #: FMain.class:827 msgid "&Project" msgstr "&Proyecto" #: FFind.class:602 msgid "Pro&ject" msgstr "Pro&yecto" #: FSupSelector.class:152 msgid "Project :" msgstr "Proyecto :" #: FPropertyProject.class:691 msgid "Project is translatable" msgstr "El proyecto es traducible" #: FPropertyProject.class:46 msgid "Project properties" msgstr "Propiedades del proyecto" #: FPropertyProject.class:564 msgid "Project size" msgstr "Tama?o del proyecto" #: FPropertyProject.class:665 msgid "Properties" msgstr "Propiedades" #: FMain.class:908 msgid "&Properties" msgstr "&Propiedades" #: FMain.class:899 msgid "&Properties..." msgstr "&Propiedades..." #: FMain.class:1148 msgid "Properties sheet" msgstr "Hoja de propiedades" #: FSave.class:31 FWelcome.class:46 msgid "Quit" msgstr "Salir" #: FMain.class:820 msgid "&Quit" msgstr "&Salir" #: FWelcome.class:207 msgid "Recent" msgstr "Reciente" #: FWelcome.class:44 msgid "Recent projects >>" msgstr "Proyectos recientes >>" #: FIconTool.class:600 msgid "Rectangle" msgstr "Rect?ngulo" #: FIconTool.class:173 msgid "Rectangle,Filled rectangle,Filled delimited rectangle" msgstr "Rect?ngulo, rect?ngulo relleno, rect?ngulo relleno delimitado" #: FEditor.class:795 FTextEditor.class:313 msgid "Redo" msgstr "Rehacer" #: FExplorer.class:686 FSupSelector.class:1034 msgid "Refresh" msgstr "Refrescar" #: FMain.class:894 msgid "&Refresh" msgstr "&Refrescar" #: FFind.class:577 msgid "Re&gular expression" msgstr "Expresi?n re&gular" #: FTranslate.class:474 msgid "Reload" msgstr "Recargar" #: FTranslate.class:661 msgid "Reload translation" msgstr "Recargar traducci?n" #: FSupSelector.class:1112 msgid "Remove" msgstr "Eliminar" #: FSupSelector.class:960 msgid "&Remove current bookmark" msgstr "Elimina&r esta marca" #: FRename.class:19 FSupSelector.class:997 msgid "Rename" msgstr "Renombrar" #: FMain.class:1040 msgid "&Rename..." msgstr "&Renombrar..." #: Project.module:1427 msgid "Rename class" msgstr "Renombrar clase" #: Project.module:1452 msgid "Rename directory" msgstr "Renombrar carpeta" #: Project.module:1452 msgid "Rename file" msgstr "Renombrar archivo" #: Project.module:1425 msgid "Rename form" msgstr "Renombrar formulario" #: Project.module:1429 msgid "Rename module" msgstr "Renombrar m?dulo" #: FFind.class:557 FTranslate.class:435 msgid "Replace" msgstr "Reemplazar" #: FFind.class:588 msgid "&Replace" msgstr "&Reemplazar" #: FFind.class:593 msgid "Replace &all" msgstr "Reemplaz&ar todo" #: FMain.class:864 msgid "R&eturn from" msgstr "&Retornar de" #: FDebug.class:794 msgid "Return from" msgstr "Retornar de" #: FDebug.class:722 FMain.class:1124 msgid "Run" msgstr "Ejecutar" #: FMain.class:846 msgid "&Run" msgstr "Ejecuta&r" #: Language.module:54 msgid "Russian (Russia)" msgstr "Ruso (Rusia)" #: FIconTool.class:510 FSave.class:104 FTextEditor.class:386 msgid "Save" msgstr "Guardar" #: FMain.class:1034 msgid "&Save" msgstr "&Guardar" #: FSave.class:89 msgid "Save modified files" msgstr "Guardar archivos modificados" #: FMain.class:810 msgid "S&ave project" msgstr "&Guardar proyecto" #: FMain.class:1108 msgid "Save project" msgstr "Guardar proyecto" #: FTranslate.class:653 msgid "Save translation" msgstr "Guardar traducci?n" #: FIconTool.class:537 msgid "Scroll" msgstr "Scroll" #: FExplorer.class:661 msgid "Search" msgstr "Buscar " #: FFind.class:598 msgid "Search in" msgstr "Buscar en" #: FFind.class:99 FTranslate.class:373 msgid "Search string cannot be found." msgstr "La cadena buscada no se encontr?n." #: FFind.class:153 msgid "Search string replaced &1 times." msgstr "La cadena buscada se reemplaz? &1 veces." #: FFind.class:151 msgid "Search string replaced once." msgstr "La cadena se reemplaz? una vez." #: FForm.class:1625 msgid "Select" msgstr "Seleccionar" #: FForm.class:1640 msgid "Select all" msgstr "Seleccionar todo" #: FEditor.class:827 FTextEditor.class:345 msgid "Select &All" msgstr "Seleccionar &Todo" #: FIconTool.class:546 msgid "Select and transparent paste" msgstr "Seleccionar con pegado transparente" #: FIconTool.class:190 msgid "Select and transparent paste,Select and opaque paste" msgstr "Seleccionar con pegado transparente, seleccionar con pegado opaco " #: FGetIcon.class:76 msgid "Select a picture" msgstr "Seleccionar una imagen" #: FOpenProject.class:85 msgid "Select a project" msgstr "Seleccionar un proyecto" #: FSupSelector.class:1528 msgid "Select Filters" msgstr "Seleccionar Filtros" #: FForm.class:1682 msgid "Send to background" msgstr "Enviar al fondo" #: FMenu.class:764 msgid "SHIFT" msgstr "SHIFT" #: FMenu.class:754 msgid "Shortcut" msgstr "Atajo" #: FSupSelector.class:459 msgid "Show by icon" msgstr "Mostrar por icono" #: FSupSelector.class:476 msgid "Show by list" msgstr "Mostrar por lista" #: FPropertyProject.class:761 msgid "Show &grid" msgstr "Mostrar &parrilla" #: FSupSelector.class:1026 msgid "Show hidden files" msgstr "Mostrar archivos ocultos" #: FOption.class:510 msgid "Show mascot" msgstr "Mostrar mascota" #: FPropertyProject.class:728 msgid "Show only components used in project" msgstr "Mostrar s?lo componentes empleados en el proyecto" #: FSupSelector.class:1018 msgid "Show preview picture" msgstr "Mostrar previsualizaci?n" #: FTips.class:183 msgid "Show tips on startup" msgstr "Mostrar consejos al inicio" #: FPropertyFile.class:166 FSupSelector.class:96 msgid "Size" msgstr "Tama?o" #: FNewIcon.class:244 msgid "Size :" msgstr "Tama?o :" #: FPropertyProject.class:205 msgid "Snapping value is incorrect." msgstr "Snapping value is incorrect." #: FPropertyProject.class:767 msgid "&Snap to grid" msgstr "Aju&star a la parrilla" #: FSave.class:94 msgid "Some files have been modified. Do you want to save them ?" msgstr "Algunos archivos se han modificado. ?Quiere guardar los cambios?" #: Project.module:1609 msgid "Source packages" msgstr "Paquetes fuente" #: Language.module:27 msgid "Spanish (Argentina)" msgstr "Espa?ol (Argentina)" #: Language.module:26 msgid "Spanish (Spain)" msgstr "Espa?ol (Espa?a)" #: FDebug.class:770 FStack.class:88 msgid "Stack" msgstr "Pila" #: FPropertyProject.class:800 msgid "Stack size" msgstr "Tama?o de pila" #: FPropertyProject.class:199 msgid "Stack size is incorrect. It must be between 4 and 256 Kb." msgstr "El tama?o de pila es incorrecto. Debe estar entre 4 y 256 Kb." #: FMain.class:1026 FNewClass.class:173 FNewForm.class:209 msgid "&Startup class" msgstr "Clase de &inicio" #: FNewModule.class:157 msgid "&Startup module" msgstr "M?dulo de &inicio" #: FNewModule.class:162 msgid "Static &constructor" msgstr "&Constructor est?tico" #: FNewClass.class:178 FNewForm.class:214 msgid "Static co&nstructor" msgstr "Co&nstructor est?tico" #: FNewModule.class:167 msgid "Static &destructor" msgstr "&Destructor est?tico" #: FNewClass.class:183 FNewForm.class:219 msgid "Static des&tructor" msgstr "Des&tructor est?tico" #: FDebug.class:754 msgid "Step" msgstr "Paso" #: FMain.class:852 msgid "&Step" msgstr "Pa&so" #: FDebug.class:738 msgid "Stop" msgstr "Parar" #: FOption.class:392 msgid "Strings" msgstr "Cadenas" #: FOption.class:336 msgid "Subroutines" msgstr "Subrutinas" #: Language.module:56 msgid "Swedish (Sweden)" msgstr "Sueco (Suecia)" #: FOption.class:364 msgid "Symbols" msgstr "S?mbolos" #: FPropertyFile.class:62 msgid "Text" msgstr "Texto" #: FMain.class:1007 msgid "&Text file..." msgstr "Archivo de &texto..." #: FNewText.class:38 msgid "Text files" msgstr "Archivos de texto" #: FTranslate.class:74 msgid "The 'msgmerge' command has failed" msgstr "El comando 'msgmerge' ha fallado" #: FDebug.class:232 msgid "The program has returned\nthe value: &1" msgstr "El programa retorn?\nel valor: &1" #: FDebug.class:229 msgid "The program has stopped unexpectedly\nby raising signal #&1.\n\nPlease send a bug report to\ngambas at ...70..." msgstr "El programa se detuvo inesperadamente\nenviando la se?al #&1.\n\nPor favor, env?e un informe del problema a\ngambas at ...71...e.net." #: FSupSelector.class:1246 msgid "This file name is protected by Gambas. You cannot rename it !" msgstr "Este nombre de archivo est? protegido por Gambas. ? No puede renombrarlo !" #: FIconEditor.class:1195 msgid "This image has been modified.\nDo you want to save it ?" msgstr "La imagen se ha modificado.\n?Quiere guardarla?" #: FTranslate.class:431 msgid "This is the same translation !" msgstr "?Es la misma traducci?n!" #: FMenu.class:501 msgid "This menu is too deep !" msgstr "?El men? tiene demasiados niveles!" #: Project.module:1326 msgid "This name contains a forbidden character :" msgstr "El nombre contiene un caracter ilegal :" #: Project.module:1331 msgid "This name is already used. Choose another one." msgstr "Este nombre ya est? en uso. Elija otro." #: Project.module:1596 msgid "This project already exists." msgstr "El proyecto ya existe." #: FTranslate.class:746 msgid "This string must not be translated" msgstr "Esta cadena no debe ser traducida" #: FTips.class:45 msgid "Tip of the day" msgstr "Consejo del d?a" #: FTips.class:173 msgid " Tips of the day" msgstr "Consejos del d?a" #: FMain.class:962 msgid "&Tips of the day" msgstr "Conse&jos del d?a" #: FTips.class:166 msgid "Tips of the day" msgstr "Consejos del d?a" #: FPropertyProject.class:696 msgid "Title" msgstr "T?tulo" #: FMain.class:1164 FOption.class:535 FToolBox.class:197 msgid "Toolbox" msgstr "Caja de herramientas" #: FMain.class:914 msgid "&Toolbox" msgstr "Caja de herramien&tas" #: FMain.class:936 msgid "&Tools" msgstr "Herramien&tas" #: FMain.class:883 msgid "&Translate..." msgstr "&Traducir..." #: FTranslate.class:574 msgid "Translated string symbols do not match untranslated string ones." msgstr "Los s?mbolos de las cadenas traducidas no concuerdan con los de las cadenas sin traducir." #: FTranslate.class:636 msgid "Translate project" msgstr "Traducir proyecto" #: FTranslate.class:741 msgid "Translation" msgstr "Traducci?n" #: FTranslate.class:490 msgid "Translation files" msgstr "Archivos de traducci?n" #: FTranslate.class:641 msgid "Translation language :" msgstr "Idioma de traducci?n :" #: Language.module:58 msgid "Turkish (Turkey)" msgstr "Turco (Turqu?a)" #: FPropertyFile.class:176 FSupSelector.class:97 msgid "Type" msgstr "Tipo" #: FTips.class:105 msgid "Unable to read tip of the day !" msgstr "? Error al leer el consejo del d?a !" #: Project.module:1465 msgid "Unable to rename '&1'" msgstr "Error al renombrar el archivo '&1'" #: FEditor.class:841 msgid "Uncomment" msgstr "Descomentar" #: FEditor.class:789 FIconTool.class:519 FTextEditor.class:307 msgid "Undo" msgstr "Deshacer" #: Language.module:92 msgid "Unknown" msgstr "Desconocido" #: FTranslate.class:31 msgid "Untranslated" msgstr "Sin traducir" #: FTranslate.class:729 msgid "Untranslated string" msgstr "Cadena sin traducir" #: FOption.class:529 msgid "%U represents the page URL." msgstr "%U representa la URL de la p?gina." #: FLocal.class:20 FWatch.class:11 msgid "Value" msgstr "Valor" #: FTranslate.class:701 msgid "Verify the translation" msgstr "Verificar traducci?n" #: FPropertyProject.class:674 msgid "Version" msgstr "Versi?n" #: FWelcome.class:77 msgid "version &1" msgstr "versi?n &1" #: FMain.class:905 msgid "&View" msgstr "&Vista" #: FMenu.class:803 msgid "Visible" msgstr "Visible" #: Language.module:60 msgid "Wallon (Belgium)" msgstr "Val?n (B?lgica)" #: FTranslate.class:508 msgid "Warning ! The translation file does not match the current language." msgstr "? Cuidado ! El archivo de traducci?n no corresponde al idioma actual." #: FEditor.class:779 msgid "&Watch expression..." msgstr "Analizar e&xpresi?n..." #: FDebug.class:778 FWatch.class:133 msgid "Watch expression" msgstr "Analizar expresion" #: FWelcome.class:202 msgid "Welcome to Gambas !" msgstr "? Bienvenido a Gambas !" #: FMain.class:1189 msgid "Welcome to GAMBAS !" msgstr "? Bienvenido a Gambas !" #: FWelcome.class:241 msgid "Welcome to Gambas ! This program is published under the GNU General Public Licence. See http://gambas.sourceforge.net for more details..." msgstr "? Bienvenido a Gambas ! Este programa se ha publicado bajo los t?rminos de la licencia GNU General Public Licence. Consulte m?s detalles en http://gambas.sourceforge.net..." #: FOutput.class:29 msgid "Welcome to the Gambas console.\nTo evaluate any expression, type '?' followed by\nthe expression, then hit return.\n\n" msgstr "Bienvenido a la consola Gambas.\n Para evalua una expresi?n, escriba '?' seguido de\nla expresi?n, despu?spulse return.\n\n" #: Language.module:12 msgid "Welsh (United Kingdom)" msgstr "Galeico (Reino Unido)" #: FFind.class:571 msgid "&Word only" msgstr "S?lo &palabra" #: FTextEditor.class:378 msgid "&Word wrap" msgstr "Intercambio de &palabras" #: FNewIcon.class:226 msgid "x" msgstr "x" #: FPropertyProject.class:773 msgid "X =" msgstr "X =" #: FPropertyProject.class:784 msgid "Y =" msgstr "Y =" #: FSupSelector.class:1318 msgid "You must choose a directory who have less than 6 level depth !" msgstr "? Debe elegir una carpeta con menos de 6 niveles de profundidad !" #: Project.module:1294 msgid "You must define a startup class or form !" msgstr "? Debe elegir una clase o formulario de inicio !" #: FIconTool.class:528 msgid "Zoom" msgstr "Zoom" -------------- next part -------------- # #-#-#-#-# CConnection.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CConnection.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CField.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CField.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CIndexField.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CIndexField.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CServer.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CServer.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# CTableViewEditor.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/CTableViewEditor.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FAbout.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FAbout.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FDatabase.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FDatabase.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FData.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FData.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FMain.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FMain.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FNewTable.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FNewTable.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FRequest.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FRequest.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FServer.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FServer.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FTable.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FTable.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # # #-#-#-#-# FUser.pot (PACKAGE VERSION) #-#-#-#-# # /home/daniel/GAMBAS/gambas-0.62/app/gambas-database-manager/FUser.class # Generated by Gambas compiler # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2002-11-01 04:27+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: FMain.class:785 msgid "-" msgstr "-" #: FMain.class:720 msgid "&?" msgstr "?&?" #: FAbout.class:46 FMain.class:723 msgid "About..." msgstr "Acerca de..." #: FRequest.class:179 msgid "All files" msgstr "Todos los archivos" #: FTable.class:400 msgid "Boolean" msgstr "Boolean" #: FServer.class:124 FTable.class:666 FUser.class:192 msgid "Cancel" msgstr "Cancelar" #: FMain.class:552 msgid "Cannot close database." msgstr "La base no puede ser cerrada." #: FMain.class:183 msgid "Cannot connect to database" msgstr "No es posible conectarse a la base de datos" #: FMain.class:300 msgid "Cannot connect to database '&1'" msgstr "No se posible conectarse a la base '&1'" #: FMain.class:85 msgid "Cannot connect to server" msgstr "No es posible conectarse al servidor" #: CServer.class:190 msgid "Cannot create database." msgstr "No es posible crear la base." #: CConnection.class:221 msgid "Cannot create table '&1'." msgstr "No es posible crear la tabla '&1'." #: CServer.class:125 msgid "Cannot create user." msgstr "No es posible crear el usuario." #: CServer.class:210 msgid "Cannot delete database." msgstr "No es posible borrar la base." #: CConnection.class:242 msgid "Cannot delete table '&1'." msgstr "No es posible borrar la tabla '&1'." #: CServer.class:143 msgid "Cannot delete user." msgstr "No es posible borrar el usuario." #: CServer.class:172 msgid "Cannot edit user." msgstr "No es posible editar el usuario." #: FRequest.class:116 msgid "Cannot exec request." msgstr "No es posible ejecutar la petici?n." #: FRequest.class:188 msgid "Cannot load SQL script file." msgstr "No es posible cargar el script SQL." #: FData.class:129 msgid "Cannot read table data." msgstr "No es posible leer los datos de la tabla." #: FMain.class:538 msgid "Cannot refresh connection." msgstr "No es posible refrescar la conexi?n." #: FRequest.class:206 msgid "Cannot save SQL script file." msgstr "No es posible grabar el script SQL." #: FTable.class:302 msgid "Cannot write table." msgstr "No es posible escribir la tabla." #: FData.class:205 msgid "Cannot write table data." msgstr "No es posible escribir los datos de la tabla." #: FMain.class:573 msgid "&Cascade" msgstr "&Cascada" #: FMain.class:794 msgid "&Close database" msgstr "&Cerrar base" #: FMain.class:733 msgid "&Create database..." msgstr "&Crear base..." #: FDatabase.class:58 msgid "Create database" msgstr "Crear base" #: FMain.class:771 msgid "&Create table..." msgstr "&Crear tabla..." #: FNewTable.class:22 msgid "Create table" msgstr "Crear tabla" #: FMain.class:738 msgid "&Create user..." msgstr "&Crear usuario..." #: FUser.class:59 msgid "Create user" msgstr "Crear usuario" #: FServer.class:87 msgid "Database" msgstr "Base de datos" #: FTable.class:398 msgid "Date" msgstr "Fecha" #: FTable.class:66 msgid "Default value" msgstr "Valor por defecto" #: FMain.class:429 msgid "Delete" msgstr "Borrar" #: FMain.class:802 msgid "&Delete database" msgstr "&Borrar base" #: FTable.class:1088 msgid "Delete field" msgstr "Borrar campo" #: FTable.class:1152 msgid "Delete index field" msgstr "Borrar ?ndice del campo" #: FData.class:548 msgid "Delete record" msgstr "Borrar registro" #: FMain.class:869 msgid "&Delete table" msgstr "&Borrar tabla" #: FMain.class:826 msgid "&Delete user" msgstr "&Borrar usuario" #: FData.class:473 FTable.class:976 msgid "Do not save" msgstr "No guardar" #: FMain.class:465 msgid "Do you really want to delete the database '&1' ?\n\nBE CAREFUL ! All your data will be lost." msgstr "?Realmente quiere borrar la base '&1' ?\n\n? CUIDADO ! Perdera todos sus datos." #: FMain.class:506 msgid "Do you really want to delete the table '&1' ?" msgstr "?Realmente quiere borrar la tabla '&1' ?" #: FMain.class:429 msgid "Do you really want to delete the user '&1' ?" msgstr "?Realmente quiere borrar el usuario '&1' ?" #: FTable.class:666 msgid "Do you really want to reload the table definition ?" msgstr "?Realmente quiere recargar la definici?n de la tabla ?" #: FMain.class:448 msgid "Do you really want to remove this connection ?\n\n&1" msgstr "?Realmente quiere eliminar esta conexi?n ?\n\n&1" #: FMain.class:841 msgid "&Edit table..." msgstr "&Editar tabla..." #: FMain.class:817 msgid "&Edit user..." msgstr "&Editar usuario..." #: FUser.class:48 msgid "Edit user" msgstr "Editar usuario" #: FNewTable.class:77 msgid "Enter table name :" msgstr "Introduzca nombre de la tabla :" #: FRequest.class:153 msgid "Enter your request..." msgstr "Introduzca su petici?n..." #: FTable.class:87 msgid "Field" msgstr "Campo" #: FTable.class:1052 msgid "Fields" msgstr "Campos" #: FRequest.class:240 msgid "Find" msgstr "Encontrar" #: FTable.class:396 msgid "Float" msgstr "Float" #: FAbout.class:65 FMain.class:678 msgid "Gambas Database Manager" msgstr "Gestor de Bases de Datos Gambas" #: FAbout.class:90 msgid "

Authors

\n" msgstr "

Autores

\n" #: FAbout.class:84 msgid "

Licence

\n\n

This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 1, or (at your option) any later version.

\n\n

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n" msgstr "

Licence

\n\n

This program is FREE SOFTWARE; you can redistribute it AND/OR modify it under the terms of the GNU General Public License as published by the Free Software Foundation ; either version 1, or (at your option) any later version.

\n\n

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

\n" #: FServer.class:77 msgid "Host" msgstr "Host" #: FData.class:374 FTable.class:544 msgid "Incorrect value." msgstr "Valor incorrecto." #: FTable.class:77 msgid "Index" msgstr "?ndice" #: FTable.class:1132 msgid "Indexes" msgstr "?ndices" #: FTable.class:394 msgid "Integer" msgstr "Integer" #: FTable.class:61 msgid "Length" msgstr "Longitud" #: FMain.class:758 msgid "mnuDatabase" msgstr "mnuDatabase" #: FMain.class:729 msgid "mnuServer" msgstr "mnuServer" #: FMain.class:832 msgid "mnuTable" msgstr "mnuTable" #: FMain.class:808 msgid "mnuUser" msgstr "mnuUser" #: FData.class:63 FTable.class:117 msgid "modified" msgstr "modificado" #: FData.class:569 msgid "Modify this table" msgstr "Modificar esta tabla" #: FTable.class:1072 msgid "Move field down" msgstr "Mover el campo hacia abajo" #: FTable.class:1056 msgid "Move field up" msgstr "Mover el campo hacia arriba" #: FDatabase.class:142 FTable.class:51 FUser.class:160 msgid "Name" msgstr "Nombre" #: FMain.class:685 msgid "&New connection..." msgstr "&Nueva conexi?n..." #: FServer.class:48 msgid "New connection" msgstr "Nueva conexi?n" #: FTable.class:1096 msgid "New field" msgstr "Nuevo campo" #: FTable.class:1136 msgid "New index" msgstr "Nuevo ?ndice" #: FTable.class:1144 msgid "New index field" msgstr "Nuevo campo ?ndice" #: FData.class:540 msgid "New record" msgstr "Nuevo registro" #: FRequest.class:248 msgid "New request" msgstr "Nueva petici?n" #: FRequest.class:59 msgid "No records." msgstr "No hay registros." #: FMain.class:567 msgid "No window" msgstr "No hay ventana" #: FUser.class:186 msgid "OK" msgstr "OK" #: FMain.class:855 msgid "&Open table..." msgstr "&Abrir tabla..." #: FTable.class:1118 msgid "Open table" msgstr "Abrir tabla" #: FServer.class:107 FUser.class:170 msgid "Password" msgstr "COntrase?a" #: FAbout.class:78 msgid "

Benoît Minisini

\n
\nMain developer
\nFrench translation
\ngambas at ...56...ge.net\n
\n\n

Nigel Gerrard

\n
\nMySQL database driver
\nnigel at ...57...ve.co.uk\n
\n\n

Wojciech Saltarski

\n
\nPolish translation
\ngambas at ...58...k.pl\nhttp://gambas.jest.o.k.pl\n
\n\n

Daniel Campos

\n
\nSpanish translation
\ndanielcampos at ...45...\n
\n\n

Marco Bauer

\n
\nGerman translation
\nelentirmo at ...51...\n
\n" msgstr "

Benoît Minisini

\n
\nMain developer
\nFrench translation
\ngambas at ...59...rge.net\n
\n\n

Nigel Gerrard

\n
\nMySQL database driver
\nnigel at ...60...rve.co.uk\n
\n\n

Wojciech Saltarski

\n
\nPolish translation
\ngambas at ...61....k.pl\nhttp://gambas.jest.o.k.pl\n
\n\n

Daniel Campos

\n
\nSpanish translation
\ndanielcampos at ...45...\n
\n\n

Marco Bauer

\n
\nGerman translation
\nelentirmo at ...51...\n
\n" #: FTable.class:520 msgid "Please enter a number." msgstr "Por favor, introduzca un nombre." #: FDatabase.class:80 msgid "Please type a database name." msgstr "Por favor, introduzca un nombre para la base." #: FUser.class:82 msgid "Please type a user name." msgstr "Por favor, introduzca un nombre de usuario." #: FServer.class:72 msgid "postgresql\nmysql" msgstr "postgresql\nmysql" #: FMain.class:704 msgid "&Quit" msgstr "&Salir" #: FMain.class:747 msgid "&Refresh" msgstr "&Refrescar" #: FMain.class:695 msgid "&Refresh all" msgstr "&Refrescar todo" #: FTable.class:666 msgid "Reload" msgstr "Recargar" #: FData.class:524 msgid "Reload data" msgstr "Recargar datos" #: FTable.class:1104 msgid "Reload table" msgstr "Recargar tabla" #: FMain.class:448 msgid "Remove" msgstr "Eliminar" #: FMain.class:752 msgid "&Remove connection" msgstr "&Eliminar conexi?n" #: FMain.class:846 msgid "&Rename table..." msgstr "&Eliminar tabla..." #: FNewTable.class:20 FTable.class:1126 msgid "Rename table" msgstr "Renombrar tabla" #: FRequest.class:231 msgid "Run" msgstr "Ejecutar" #: FData.class:473 FTable.class:976 msgid "Save" msgstr "Guardar" #: FData.class:532 msgid "Save data" msgstr "Guardar datos" #: FTable.class:1064 msgid "Save table" msgstr "Guardar tabla" #: FDatabase.class:131 FUser.class:149 msgid "Server" msgstr "Servidor" #: FMain.class:682 msgid "&Server" msgstr "&Servidor" #: FMain.class:776 msgid "&SQL request..." msgstr "Petici?n &SQL..." #: FRequest.class:38 msgid "SQL request" msgstr "Petici?n SQL" #: FRequest.class:179 msgid "SQL script files" msgstr "Scripts de SQL" #: FTable.class:402 msgid "String" msgstr "String" #: FMain.class:228 msgid "System tables" msgstr "Tablas del sistema" #: CConnection.class:205 msgid "Table already exists." msgstr "La tabla ya existe." #: FData.class:473 msgid "The data of table '&1' have been modified.\nDo you want to save it ?" msgstr "Los datos de la tabla '&1' se han modificado.\n? Guardar cambios ?" #: FTable.class:524 msgid "The length must be greater than 1 and lower than 255." msgstr "La longitud debe ser mayor que 1 y menor que 255." #: FTable.class:976 msgid "The table '&1' has been modified.\nDo you want to save it ?" msgstr "La tabla '&1' se ha modificado.\n? Guardar los cambios ?" #: CTableViewEditor.class:81 msgid "This field cannot be void." msgstr "Este campo no puede estar vac?o." #: FTable.class:497 msgid "This name already exists." msgstr "El nombre ya existe." #: FTable.class:1012 msgid "This table name is already in use." msgstr "El nombre de la tabla ya est? en uso." #: FUser.class:181 msgid "This user is a database administrator" msgstr "Este usuario es administrador de la base" #: FMain.class:576 msgid "&Tile" msgstr "&Tile" #: FTable.class:1080 msgid "Toggle primary key" msgstr "Cambiar clave primaria" #: FServer.class:66 FTable.class:56 msgid "Type" msgstr "Tipo" #: FTable.class:82 msgid "Unique" msgstr "Unique" #: FTable.class:376 msgid "unlimited" msgstr "Sin l?mite" #: FMain.class:368 msgid "&Use encoding (&1)" msgstr "&Utilizar codificaci?n (&1)" #: FServer.class:97 msgid "User" msgstr "Usuario" #: FMain.class:282 msgid "Users" msgstr "Usuarios" #: FMain.class:711 msgid "&Window" msgstr "&Ventana" #: FTable.class:211 msgid "You must define a primary key." msgstr "Debe definir una clave primaria." From danielcampos at ...45... Sun Jan 18 15:00:18 2004 From: danielcampos at ...45... (Daniel Campos) Date: Sun, 18 Jan 2004 14:00:18 +0000 Subject: [Gambas-devel] Bug in gambas 0.80 Message-ID: <1074434418.2507.3.camel@...49...> The new feature that allows to use a formulary by its class name, seems to fail, I've created a formulary called "F" that's the start-up class, and a second formulary "G". "F" has a button called "Button1" in which I added that code: public sub Button1_Click() G.ShowModal() End I press the button, and "G" is appears correctly in modal way, then I close "G", press the button again, and the program fails Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: TestFail.tar.gz Type: application/x-compressed-tar Size: 613 bytes Desc: not available URL: From danielcampos at ...47... Sun Jan 18 19:42:24 2004 From: danielcampos at ...47... (daniel) Date: Sun, 18 Jan 2004 18:42:24 +0000 Subject: [Fwd: [Gambas-devel] Bug in gambas 0.80] Message-ID: <1074451343.2906.0.camel@...49...> eeehhr... I mean Gambas 0.81, not 0.80 :) -----Mensaje reenviado----- From: Daniel Campos To: gambas-devel at lists.sourceforge.net Subject: [Gambas-devel] Bug in gambas 0.80 Date: Sun, 18 Jan 2004 14:00:18 +0000 The new feature that allows to use a formulary by its class name, seems to fail, I've created a formulary called "F" that's the start-up class, and a second formulary "G". "F" has a button called "Button1" in which I added that code: public sub Button1_Click() G.ShowModal() End I press the button, and "G" is appears correctly in modal way, then I close "G", press the button again, and the program fails Regards, -------------- next part -------------- A non-text attachment was scrubbed... Name: TestFail.tar.gz Type: application/x-compressed-tar Size: 613 bytes Desc: not available URL: From gambas at ...1... Sun Jan 18 19:16:03 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 18 Jan 2004 19:16:03 +0100 Subject: [Gambas-devel] Net - new interface In-Reply-To: <1074373257.17117.2.camel@...49...> References: <1074373257.17117.2.camel@...49...> Message-ID: <200401181916.03780.gambas@...1...> On Saturday 17 January 2004 22:00, Daniel Campos wrote: > Hi Beno?t: Hi, Daniel, > > 1) As a part of the new Net interface, I would like to > return headers of Http request as an array of strings > instead of a whole string, something like the new Dir() > function, as usually, when a programmer needs to read > the contents of header from server, he/she needs to > split the header as each line contains different information. > > > HttpClient.Header As String[] > > The problem is that I don't know at all how to return > an array of strings, I've look at the sources and documentation > but I don't find it. > > Regards, > > Daniel Campos Here is an example: --8<------------------------------------------------------------ GB_ARRAY garray; /* array object */ char **header; /* HTTP header as char *[] */ int size; /* array size, i.e. line count of header*/ char *str; int i; GB.Array.New(&garray, GB_T_STRING, size); for (i = 0; i < size; i++) { GB.NewString(&str, header[i], 0); /* Create a gambas string */ *((char **)GB.Array.Get(garray, i)) = str; /* store it in the array */ } return garray; --8<------------------------------------------------------------ The documentation is not up to date. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 18 19:48:57 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 18 Jan 2004 19:48:57 +0100 Subject: [Gambas-devel] Spanish translation / 0.81 In-Reply-To: <1074377510.18746.13.camel@...49...> References: <1074377510.18746.13.camel@...49...> Message-ID: <200401181948.57404.gambas@...1...> On Saturday 17 January 2004 23:11, Daniel Campos wrote: > Hi: > > There's spanish translation for Gambas 0.81 > > es.po --> Gambas IDE > es_db.po --> Gambas database manager > > Regards, > > Daniel Campos Thanks. -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 18 21:10:48 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 18 Jan 2004 21:10:48 +0100 Subject: [Gambas-devel] Bug in gambas 0.80 In-Reply-To: <1074434418.2507.3.camel@...49...> References: <1074434418.2507.3.camel@...49...> Message-ID: <200401182110.48877.gambas@...1...> On Sunday 18 January 2004 15:00, Daniel Campos wrote: > The new feature that allows to use a formulary by its class name, > seems to fail, I've created a formulary called "F" that's the > start-up class, and a second formulary "G". "F" has a button > called "Button1" in which I added that code: > > public sub Button1_Click() > > G.ShowModal() > > End > > I press the button, and "G" is appears correctly in modal way, > then I close "G", press the button again, and the program fails > > > > Regards, OK. I fixed it! -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...47... Sun Jan 18 22:23:13 2004 From: danielcampos at ...47... (daniel) Date: Sun, 18 Jan 2004 21:23:13 +0000 Subject: [Gambas-devel] Bug in gambas 0.80 In-Reply-To: <200401182110.48877.gambas@...1...> References: <1074434418.2507.3.camel@...49...> <200401182110.48877.gambas@...1...> Message-ID: <1074460993.12545.9.camel@...49...> > > then I close "G", press the button again, and the program fails > > > > > > > > Regards, > > OK. I fixed it! Could you send me a patch for this? I need it as I've added a configuration formulary in HttpClient and I'd like to show it in that way... Regards, Daniel Campos From gambas at ...1... Sun Jan 18 21:31:41 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 18 Jan 2004 21:31:41 +0100 Subject: [Gambas-devel] Bug in gambas 0.80 In-Reply-To: <1074460993.12545.9.camel@...49...> References: <1074434418.2507.3.camel@...49...> <200401182110.48877.gambas@...1...> <1074460993.12545.9.camel@...49...> Message-ID: <200401182131.41903.gambas@...1...> On Sunday 18 January 2004 22:23, daniel wrote: > > > then I close "G", press the button again, and the program fails > > > > > > > > > > > > Regards, > > > > OK. I fixed it! > > Could you send me a patch for this? I need it as I've added a > configuration formulary in HttpClient and I'd like to show it > in that way... > > Regards, > > Daniel Campos > I spoke too quickly :-( The problem is more complicated... -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 18 23:37:21 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 18 Jan 2004 23:37:21 +0100 Subject: [Gambas-devel] Bug in gambas 0.80 In-Reply-To: <1074460993.12545.9.camel@...49...> References: <1074434418.2507.3.camel@...49...> <200401182110.48877.gambas@...1...> <1074460993.12545.9.camel@...49...> Message-ID: <200401182337.21222.gambas@...1...> On Sunday 18 January 2004 22:23, daniel wrote: > > > then I close "G", press the button again, and the program fails > > > > > > > > > > > > Regards, > > > > OK. I fixed it! > > Could you send me a patch for this? I need it as I've added a > configuration formulary in HttpClient and I'd like to show it > in that way... > > Regards, > > Daniel Campos > Try this, Daniel. Put the files in ./src/exec and tell me if this patch works... Regards, -- Benoit Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: exec.c Type: text/x-csrc Size: 22799 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: exec.h Type: text/x-chdr Size: 5214 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: exec_pop.c Type: text/x-csrc Size: 5263 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: exec_push.c Type: text/x-csrc Size: 8113 bytes Desc: not available URL: From danielcampos at ...45... Mon Jan 19 09:31:38 2004 From: danielcampos at ...45... (danielcampos at ...45...) Date: Mon, 19 Jan 2004 09:31:38 CET Subject: [Gambas-devel] Bug in gambas 0.80 Message-ID: >Try this, Daniel. Put the files in ./src/exec and tell me if this patch >works... > OK, now I have not access to my Linux box, I'll try to test it this afternoon Regards, Daniel Campos ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From danielcampos at ...47... Mon Jan 19 20:00:02 2004 From: danielcampos at ...47... (daniel) Date: Mon, 19 Jan 2004 19:00:02 +0000 Subject: [Gambas-devel] Bug in gambas 0.80 In-Reply-To: <200401182337.21222.gambas@...1...> References: <1074434418.2507.3.camel@...49...> <200401182110.48877.gambas@...1...> <1074460993.12545.9.camel@...49...> <200401182337.21222.gambas@...1...> Message-ID: <1074538802.2378.6.camel@...49...> No, it does not work yet, now, the second time I press the button I find: F.?.0: #29: Invalid object (There are two warnings when compiling: exec_loop.c: In function `EXEC_loop': exec_loop.c:440: warning: `ind' might be used uninitialized in this function exec_loop.c:969: warning: `val' might be used uninitialized in this function ) Regards, Daniel Campos El dom, 18-01-2004 a las 22:37, Benoit Minisini escribi?: > On Sunday 18 January 2004 22:23, daniel wrote: > > > > then I close "G", press the button again, and the program fails > > > > > > > > > > > > > > > > Regards, > > > > > > OK. I fixed it! > > > > Could you send me a patch for this? I need it as I've added a > > configuration formulary in HttpClient and I'd like to show it > > in that way... > > > > Regards, > > > > Daniel Campos > > > > Try this, Daniel. Put the files in ./src/exec and tell me if this patch > works... > > Regards, From gambas at ...1... Tue Jan 20 23:54:36 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 20 Jan 2004 23:54:36 +0100 Subject: [Gambas-devel] Bug in gambas 0.80 In-Reply-To: <1074538802.2378.6.camel@...49...> References: <1074434418.2507.3.camel@...49...> <200401182337.21222.gambas@...1...> <1074538802.2378.6.camel@...49...> Message-ID: <200401202354.36382.gambas@...1...> On Monday 19 January 2004 20:00, daniel wrote: > No, it does not work yet, now, the second time I press the button > I find: > > F.?.0: #29: Invalid object > > (There are two warnings when compiling: > > exec_loop.c: In function `EXEC_loop': > exec_loop.c:440: warning: `ind' might be used uninitialized in this > function > exec_loop.c:969: warning: `val' might be used uninitialized in this > function > > > ) > > Regards, > > Daniel Campos > Add these files to the patch. The warnings have no incidence: it is gcc that is mixed up by my EXEC_loop() function... Regards, -- Benoit Minisini mailto:gambas at ...1... -------------- next part -------------- A non-text attachment was scrubbed... Name: class.c Type: text/x-csrc Size: 16319 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: exec_pop.c Type: text/x-csrc Size: 5318 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: class.h Type: text/x-chdr Size: 9026 bytes Desc: not available URL: From danielcampos at ...47... Wed Jan 21 21:44:57 2004 From: danielcampos at ...47... (daniel) Date: Wed, 21 Jan 2004 20:44:57 +0000 Subject: [Gambas-devel] Bug in gambas 0.80 In-Reply-To: <200401202354.36382.gambas@...1...> References: <1074434418.2507.3.camel@...49...> <200401182337.21222.gambas@...1...> <1074538802.2378.6.camel@...49...> <200401202354.36382.gambas@...1...> Message-ID: <1074717897.3058.0.camel@...49...> Now it works OK! El mar, 20-01-2004 a las 22:54, Benoit Minisini escribi?: > On Monday 19 January 2004 20:00, daniel wrote: > > No, it does not work yet, now, the second time I press the button > > I find: > > > > F.?.0: #29: Invalid object > > > > (There are two warnings when compiling: > > > > exec_loop.c: In function `EXEC_loop': > > exec_loop.c:440: warning: `ind' might be used uninitialized in this > > function > > exec_loop.c:969: warning: `val' might be used uninitialized in this > > function > > > > > > ) > > > > Regards, > > > > Daniel Campos > > > > Add these files to the patch. > > The warnings have no incidence: it is gcc that is mixed up by my EXEC_loop() > function... > > Regards, From karl.reinl at ...16... Wed Jan 21 17:31:14 2004 From: karl.reinl at ...16... (Charlie) Date: Wed, 21 Jan 2004 17:31:14 +0100 Subject: [Gambas-devel] Qt-Docus which commes not from Trolltech Message-ID: <400EA952.8090103@...16...> Salut , had my 20/2004 from LinusUser to day, and found an artikle about an Documentation to QT which is not from Trolltech, what means it is additional to the, they say 'very good' QT-Documentation. That means the guys talk also about the QT-problems etc. http://www.digitalfanatics.org/projects/qt_tutorial/ ther is also a page for a project to marry the 'QTs Signal and Slot' - Conzept with GTK. http://www.digitalfanatics.org/projects/gt/ Amicalement Charlie From eng_ak at ...100... Sun Jan 25 00:40:33 2004 From: eng_ak at ...100... (Ahmad Kamal) Date: Sun, 25 Jan 2004 01:40:33 +0200 Subject: [Gambas-devel] Hit the users now, or forever be silent Message-ID: <40130271.8040109@...100...> I couldn't believe my eyes, HBasic looks so good (haven't tried it yet) Take a look http://www.kde-apps.org/content/show.php?content=10225 It's also ver 0.9 so way I see it, GB could really use some publicity now, or it would loose it's position as a really good language From abidoo.too at ...4... Sun Jan 25 12:39:58 2004 From: abidoo.too at ...4... (Fabien Bodard) Date: Sun, 25 Jan 2004 12:39:58 +0100 Subject: [Gambas-devel] Hit the users now, or forever be silent In-Reply-To: <40130271.8040109@...100...> References: <40130271.8040109@...100...> Message-ID: <200401251239.58399.abidoo.too@...4...> Le Dimanche 25 Janvier 2004 00:40, Ahmad Kamal a ?crit : > I couldn't believe my eyes, HBasic looks so good (haven't tried it yet) > > Take a look > http://www.kde-apps.org/content/show.php?content=10225 > > It's also ver 0.9 > > so way I see it, GB could really use some publicity now, or it would > loose it's position as a really good language > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel http://www.kde-apps.org/content/show.php?content=10158 From jredrejo at ...101... Sun Jan 25 14:12:24 2004 From: jredrejo at ...101... (=?ISO-8859-1?Q?Jos=E9?= L. Redrejo) Date: Sun, 25 Jan 2004 14:12:24 +0100 Subject: [Gambas-devel] compiling gambas 0.82 on debian woody Message-ID: <20040125141224.52780af2.jredrejo@...101...> Hi, just two things. I am a LinEx (www.linex.org) developer and I have made the deb packages of gambas for Debian woody, the names are gambas-doc (contains examples and documentation) and gambas that contains anything else. Debian woody owners can add the line deb http://www.linex.org/sources/linex/debian/ woody linex to their /etc/apt/sources.list to be able to install both packages. On the other hand. I am testing the 0.82 version, and I had some problems to package it . The main problem is that some includes are not valid in a Debian System. I have had to modify the src/lib/db/postgresql/main.c changing these two lines: #include #include I have had also to use the following configure line: ./configure --with-postgresql-includes=/usr/include/postgresql --with-sdl-includes=/usr/include/SDL/ --with-sdl-libraries=/usr/lib/ That configure line, or those postgresql source changes were not necessary with the gambas-0.8 version, so I think some changes have been done that are not very effective in woody. Best Regards From danielcampos at ...45... Sun Jan 25 16:50:06 2004 From: danielcampos at ...45... (Daniel Campos) Date: Sun, 25 Jan 2004 16:50:06 +0100 Subject: [Gambas-devel] A little change in web page Message-ID: <1075045806.17683.1.camel@...102...> Hi Beno?t: My mail address at "Hall of Fame" in gambas site points to danielcampos at ...47..., please change it, as I won't use it in the future, for this address: danielcampos at ...45... Regards, -- Daniel Campos From danielcampos at ...45... Sun Jan 25 18:23:33 2004 From: danielcampos at ...45... (Daniel Campos) Date: Sun, 25 Jan 2004 18:23:33 +0100 Subject: [Gambas-devel] net-0.2.1 Message-ID: <1075051413.13962.4.camel@...102...> This is net component, version 0.2.1 As previous version, this one splits 'net' component in two components: 'net' --> just needs glibc 'net.advanced' --> glibc + libcurl I think this version is ready to be a part of the next gambas version instead of the current one. Remember that, when you unpack this file,you'll find some documentation to compile it at net/doc folder. There is also some preliminary documentation about the new interface. I'm Waiting for your comments, bug reports, etc Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: net_0_2_1_gb0.82.tar.bz2 Type: application/x-bzip Size: 65992 bytes Desc: not available URL: From gambas at ...1... Sun Jan 25 18:29:33 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 18:29:33 +0100 Subject: [Gambas-devel] Hit the users now, or forever be silent In-Reply-To: <40130271.8040109@...100...> References: <40130271.8040109@...100...> Message-ID: <200401251829.33775.gambas@...1...> On Sunday 25 January 2004 00:40, Ahmad Kamal wrote: > I couldn't believe my eyes, HBasic looks so good (haven't tried it yet) > > Take a look > http://www.kde-apps.org/content/show.php?content=10225 > > It's also ver 0.9 > > so way I see it, GB could really use some publicity now, or it would > loose it's position as a really good language > > I don't think that the quality of a language is a function of its publicity and its version number. Elsewhere, Microsoft Visual Basic would be the best language in the world. Don't trust what you see! Go to the heart of things. The author of HBasic made its language the way he wanted, and so I did. We have different goals. You are in the world of free software, and free software users must not judge things with a consommer mentality, and understand the difference between competition and emulation. For example, as HBasic can do automatic instruction completion, I will be pressed to it, but not because of the concurrency, but because it is cool, and users want it. Even if you think the two languages are under the same "Visual-Basic" banner because of their external look, I'm sure they aren't. The technical differences between the two projects are huge. I am sure that Gambas and HBasic are totally different languages, almost like Perl and Python! (I can't confirm, because the last time I downloaded HBasic, I can't succeed in compiling it. Maybe I should retry?) I'm sure that somebody can add a Visual-Basic like IDE to Perl and Python too. Then, who will be the better ? If others VB-like languages fell down, it is just because their developers stopped worked on them, because they have no time, no more interest, or because the project was badly designed... I don't know. But surely not because they didn't have publicity! If someone don't like Gambas, it is free not to use it. This is not a problem. Of course, I made Gambas because in my deep I think this is the "right" way to do a VB-like language. But I'm not completely stubborn, and I added many features requested by users. And so Gambas becomes the proprietary of its users too. So if you want Gambas to have publicity, just do it :-) And if you want to compare the audience of the two languages, go to the statistic pages of sourceforge. Regards, P.S. Will you update the Arabic translation, Ahmad ? ;-) I find Gambas in arabic beautiful! -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Sun Jan 25 18:33:02 2004 From: danielcampos at ...45... (Daniel Campos) Date: Sun, 25 Jan 2004 18:33:02 +0100 Subject: [Gambas-devel] Spanish translation / 0.82 Message-ID: <1075051982.14179.3.camel@...102...> Hi: Here's spanish updated translation for 0.82 Beno?t, could you modify the size of the panel in "Preferences" from gambas, as you can see in attached screenshot, one of the texts appears broken in spanish Regards, -- Daniel Campos -------------- next part -------------- A non-text attachment was scrubbed... Name: preferences.png Type: image/png Size: 35799 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: spanish.tar.gz Type: application/x-compressed-tar Size: 14372 bytes Desc: not available URL: From gambas at ...1... Sun Jan 25 18:56:33 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 18:56:33 +0100 Subject: [Gambas-devel] Spanish translation / 0.82 In-Reply-To: <1075051982.14179.3.camel@...102...> References: <1075051982.14179.3.camel@...102...> Message-ID: <200401251856.33027.gambas@...1...> On Sunday 25 January 2004 18:33, Daniel Campos wrote: > Hi: > > Here's spanish updated translation for 0.82 > > Beno?t, could you modify the size of the panel in "Preferences" > from gambas, as you can see in attached screenshot, one of > the texts appears broken in spanish > > Regards, Thanks. I modified the label size too. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 25 18:57:55 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 18:57:55 +0100 Subject: [Gambas-devel] net-0.2.1 In-Reply-To: <1075051413.13962.4.camel@...102...> References: <1075051413.13962.4.camel@...102...> Message-ID: <200401251857.55522.gambas@...1...> On Sunday 25 January 2004 18:23, Daniel Campos wrote: > This is net component, version 0.2.1 > > As previous version, this one splits 'net' component in two > components: > > 'net' --> just needs glibc > 'net.advanced' --> glibc + libcurl > > I think this version is ready to be a part of the next gambas version > instead of the current one. > > Remember that, when you unpack this file,you'll find some documentation > to compile it at net/doc folder. There is also some preliminary > documentation about the new interface. > > I'm Waiting for your comments, bug reports, etc > > Regards, Great job! I will send you a proposal of interface modifications, like for the 0.1 version, as soon as possible. Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 25 18:59:10 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 18:59:10 +0100 Subject: [Gambas-devel] A little change in web page In-Reply-To: <1075045806.17683.1.camel@...102...> References: <1075045806.17683.1.camel@...102...> Message-ID: <200401251859.10490.gambas@...1...> On Sunday 25 January 2004 16:50, Daniel Campos wrote: > Hi Beno?t: > > > My mail address at "Hall of Fame" in gambas site points > to danielcampos at ...47..., please change it, as I won't > use it in the future, for this address: danielcampos at ...45... > > Regards, OK. I had modified your address on the translation table, not on the developer one! Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 25 19:06:27 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 19:06:27 +0100 Subject: [Gambas-devel] compiling gambas 0.82 on debian woody In-Reply-To: <20040125141224.52780af2.jredrejo@...101...> References: <20040125141224.52780af2.jredrejo@...101...> Message-ID: <200401251906.27592.gambas@...1...> On Sunday 25 January 2004 14:12, Jos? L. Redrejo wrote: > Hi, just two things. Hi, > I am a LinEx (www.linex.org) developer and I have made the deb packages of > gambas for Debian woody, the names are gambas-doc (contains examples and > documentation) and gambas that contains anything else. Debian woody owners > can add the line deb http://www.linex.org/sources/linex/debian/ woody linex > to their /etc/apt/sources.list to be able to install both packages. > > On the other hand. I am testing the 0.82 version, and I had some problems > to package it . The main problem is that some includes are not valid in a > Debian System. I have had to modify the src/lib/db/postgresql/main.c > changing these two lines: > > #include > #include > > I have had also to use the following configure line: > ./configure --with-postgresql-includes=/usr/include/postgresql > --with-sdl-includes=/usr/include/SDL/ --with-sdl-libraries=/usr/lib/ > > That configure line, or those postgresql source changes were not necessary > with the gambas-0.8 version, so I think some changes have been done that > are not very effective in woody. There was actually no modification in the directory detection of the database components between 0.80 and 0.82. So I think things change on your Debian system? The automatic detection are based on a list of directories and sub-directories to search. I just have to add "/usr/lib/postgresql" to the path list so that it works. Same thing for the SDL component. I join this mail an updated configure.in so that you can test. Tell me the result! > > Best Regards > > Best regards, -- Benoit Minisini mailto:gambas at ...1... -------------- next part -------------- dnl --------------------------------- dnl dnl configure.in for Gambas dnl (c) Beno?t Minisini 2000-2003 dnl dnl --------------------------------- dnl ---- Initialization AC_INIT(src/share/gambas.h) AM_MAINTAINER_MODE AC_CONFIG_SUBDIRS(libltdl) AM_CONFIG_HEADER(config.h) AM_INIT_AUTOMAKE(gambas, 0.82) AC_PREFIX_DEFAULT(/opt/gambas) AC_DISABLE_STATIC AC_CANONICAL_HOST dnl ---- Checks for programs AC_PROG_CC AC_PROG_CPP AC_PROG_CXX AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_MAKE_SET dnl ---- Checks for header files. AC_HEADER_DIRENT AC_HEADER_STDC AC_HEADER_SYS_WAIT AC_CHECK_HEADERS(fcntl.h limits.h malloc.h strings.h sys/ioctl.h sys/time.h unistd.h) dnl ---- Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_PID_T AC_TYPE_SIZE_T AC_HEADER_TIME AC_STRUCT_TM dnl ---- Checks for library functions. AC_FUNC_ALLOCA AC_PROG_GCC_TRADITIONAL AC_TYPE_SIGNAL AC_FUNC_STRCOLL AC_FUNC_STRFTIME AC_FUNC_VPRINTF AC_FUNC_WAIT3 AC_CHECK_FUNCS(getcwd gettimeofday mkdir rmdir select socket strdup strerror strtod strtol) AC_REPLACE_FUNCS(setenv unsetenv) dnl ---- Support for libltdl AC_LIBTOOL_DLOPEN AC_LIBLTDL_CONVENIENCE AC_PROG_LIBTOOL AC_SUBST(INCLTDL) AC_SUBST(LIBLTDL) LD_FLAGS=-no-undefined AC_SUBST(LD_FLAGS) dnl ---- Checks for libraries AC_CHECK_LIB(m, main, echo -n) AC_CHECK_LIB(z, main, echo -n) C_LIB=-lc AC_SUBST(C_LIB) AC_CHECK_LIB(gcc_s, main, CXX_LIB="$CXX_LIB -lgcc_s") AC_CHECK_LIB(stdc++, main, CXX_LIB="$CXX_LIB -lstdc++") AC_SUBST(CXX_LIB) dnl ---- Check for shared library extension GB_SHARED_LIBRARY_EXT() dnl ---- Check for threading GB_THREAD() dnl ---- Check for internationalization library GB_COMPONENT( intl, INTL, [internationalization library (if not present in C library)], [GB_FIND(libintl.h, /usr /usr/local, include)], [GB_FIND(libintl.$SHLIBEXT, /usr /usr/local, lib)], [-lintl]) dnl ---- Check for charset conversion library GB_COMPONENT( conv, CONV, [charset conversion library (if not present in C library)], [GB_FIND(iconv.h, /usr /usr/local, include)], [GB_FIND(libiconv.$SHLIBEXT, /usr /usr/local, lib)], [-liconv]) dnl ---- Checks for components GB_COMPONENT( qt, QT, [QT component], [GB_FIND(qptrlist.h, /usr /usr/lib /usr/local /usr/X11 /usr/X11R6, include qt*/include qt/*/include)], [GB_FIND(libqt-mt.$SHLIBEXT, /usr /usr/local /usr/qt /usr/qt/* /usr/X11 /usr/X11R6, lib, libqt-mt.so.3)], [$CXX_LIB $THREAD_LIB $X_LIBS -lqt-mt], [$THREAD_INC]) if test "$have_qt"="yes"; then AC_PATH_X AC_PATH_XTRA AC_CHECK_LIB(X11, XOpenDisplay, echo -n, AC_MSG_ERROR([*** libX11 not found. Check 'config.log' for more details.]), $X_LIBS) AC_CHECK_LIB(Xext, XShmAttach, echo -n, AC_MSG_ERROR([*** libXext not found. Check 'config.log' for more details.]), $X_LIBS) dnl AC_MSG_CHECKING(for QT meta-object compiler) AC_PATH_QT_MOC($QT_PATH) GB_COMPONENT( kde, KDE, [KDE 3.x component], [GB_FIND(kapplication.h, `kde-config --prefix 2> /dev/null`, include)], [GB_FIND(libkdecore.$SHLIBEXT, `kde-config --prefix 2> /dev/null`, lib)], [-lkdecore -lkdeui -lDCOP -lkio]) fi dnl ---- Networking component GB_COMPONENT( net, NET, [Networking component], [GB_FIND(curl.h, `curl-config --prefix 2> /dev/null`, include)], [GB_FIND(libcurl.$SHLIBEXT, `curl-config --prefix 2> /dev/null`, lib)], [$C_LIB $THREAD_LIB `curl-config --libs 2> /dev/null`], [$THREAD_INC]) dnl ---- Database components GB_COMPONENT( postgresql, PGSQL, [PostgreSQL driver], [GB_FIND(libpq-fe.h postgres.h pg_type.h, /usr /usr/lib /usr/local /opt, include/pgsql* pgsql*/include include/postgresql* postgresql/include include)], [GB_FIND(libpq.$SHLIBEXT, /usr /usr/local /opt, lib pgsql*/lib)], [$C_LIB -lpq]) GB_COMPONENT( mysql, MYSQL, [MySQL driver], [GB_FIND(mysql.h my_config.h, /usr /usr/lib /usr/local /opt, include mysql*/include)], [GB_FIND(libmysqlclient.$SHLIBEXT, /usr /usr/local /opt, lib mysql*/lib)], [$C_LIB -lmysqlclient -lz]) dnl ---- SDL component needs: libvorbisfile.la libsmpeg.la libogg.la GB_COMPONENT( sdl, SDL, [SDL component], [GB_FIND(SDL.h SDL_mixer.h, /usr, include SDL*/include include/SDL*)], [GB_FIND(libSDL.$SHLIBEXT libSDL_mixer.$SHLIBEXT, /usr, lib SDL*/lib lib/SDL*)], [$C_LIB $THREAD_LIB -lSDL -lSDL_mixer], [$THREAD_INC]) dnl ---- VB component GB_COMPONENT( vb, VB, [Visual Basic compatibility component], [], [], [$C_LIB $THREAD_LIB], [$THREAD_INC]) dnl ---- Other options AC_ARG_ENABLE( debug, [ --enable-debug compile for debugging (default: yes)], gambas_debug=$enableval, gambas_debug=yes ) AM_CONDITIONAL(DEBUG, test "$gambas_debug" = yes) AC_ARG_ENABLE( optimization, [ --enable-optimization compile with optimizations (default: no)], gambas_optimization=$enableval, gambas_optimization=no ) AM_CONDITIONAL(OPTIMIZE, test "$gambas_optimization" = yes) AC_ARG_ENABLE( profiling, [ --enable-profiling compile with profiling (default: no)], gambas_prof=$enableval, gambas_prof=no ) AC_ARG_ENABLE( preloading, [ --enable-preloading enable preloading (default: yes)], gambas_preloading=$enableval, gambas_preloading=yes ) if test "$gambas_preloading" = "yes"; then AC_DEFINE(DO_PRELOADING, 1, allows shared library preloading ) fi CFLAGS="$CFLAGS -pipe -Wall" CXXFLAGS="$CXXFLAGS -pipe -Wall -fno-exceptions" if test "$gambas_prof" = "yes"; then CFLAGS="$CFLAGS -pg" CXXFLAGS="$CXXFLAGS -pg" # if test "$gambas_optimization" = "yes"; then # echo -e "\n**** Warning: --enable-profiling implies --disable-optimization\n" # gambas_optimization="no"; # fi fi if test "$gambas_debug" = "yes"; then CFLAGS="$CFLAGS -g" CXXFLAGS="$CXXFLAGS -g" fi # gambas_flag="-O2 -fstrength-reduce -frerun-loop-opt -fexpensive-optimizations -fschedule-insns2 -funroll-loops" # gambas_flags="$gambas_flags -fno-strict-aliasing -falign-loops=2 -falign-jumps=2" # gambas_flags="$gambas_flags -falign-functions=2 -ffast-math" if test "$gambas_prof" = "no"; then gambas_flags="$gambas_flags -fomit-frame-pointer" fi if test "x$gambas_optimization" = "xyes"; then CFLAGS="$CFLAGS -Os" CXXFLAGS="$CXXFLAGS -Os" else CFLAGS="$CFLAGS -O0" CXXFLAGS="$CXXFLAGS -O0" fi dnl ---- Create makefiles AC_OUTPUT( \ Makefile \ src/Makefile \ src/share/Makefile \ src/comp/Makefile \ src/exec/Makefile \ src/lib/Makefile \ src/lib/eval/Makefile \ src/lib/example/Makefile \ src/lib/qt/Makefile \ src/lib/qt/editor/Makefile \ src/lib/qt/ext/Makefile \ src/lib/qt/kde/Makefile \ src/lib/db/Makefile \ src/lib/db/mysql/Makefile \ src/lib/db/postgresql/Makefile \ src/lib/sdl/Makefile \ src/lib/net/Makefile \ src/lib/vb/Makefile \ ) From karl.reinl at ...16... Sun Jan 25 20:04:10 2004 From: karl.reinl at ...16... (Charlie) Date: Sun, 25 Jan 2004 20:04:10 +0100 Subject: [Gambas-devel] Hit the users now, or forever be silent References: <40130271.8040109@...100...> <200401251829.33775.gambas@...1...> Message-ID: <4014132A.1080109@...16...> Benoit Minisini schrieb: >On Sunday 25 January 2004 00:40, Ahmad Kamal wrote: > > >>I couldn't believe my eyes, HBasic looks so good (haven't tried it yet) >> >>Take a look >>http://www.kde-apps.org/content/show.php?content=10225 >> >>It's also ver 0.9 >> >>so way I see it, GB could really use some publicity now, or it would >>loose it's position as a really good language >> >> >> >> > >I don't think that the quality of a language is a function of its publicity >and its version number. Elsewhere, Microsoft Visual Basic would be the best >language in the world. > >Don't trust what you see! Go to the heart of things. > >The author of HBasic made its language the way he wanted, and so I did. We >have different goals. > >You are in the world of free software, and free software users must not judge >things with a consommer mentality, and understand the difference between >competition and emulation. > >For example, as HBasic can do automatic instruction completion, I will be >pressed to it, but not because of the concurrency, but because it is cool, >and users want it. > >Even if you think the two languages are under the same "Visual-Basic" banner >because of their external look, I'm sure they aren't. The technical >differences between the two projects are huge. > >I am sure that Gambas and HBasic are totally different languages, almost like >Perl and Python! (I can't confirm, because the last time I downloaded HBasic, >I can't succeed in compiling it. Maybe I should retry?) > >I'm sure that somebody can add a Visual-Basic like IDE to Perl and Python too. >Then, who will be the better ? > >If others VB-like languages fell down, it is just because their developers >stopped worked on them, because they have no time, no more interest, or >because the project was badly designed... I don't know. But surely not >because they didn't have publicity! > >If someone don't like Gambas, it is free not to use it. This is not a problem. >Of course, I made Gambas because in my deep I think this is the "right" way to >do a VB-like language. But I'm not completely stubborn, and I added many >features requested by users. And so Gambas becomes the proprietary of its >users too. > >So if you want Gambas to have publicity, just do it :-) And if you want to >compare the audience of the two languages, go to the statistic pages of >sourceforge. > >Regards, > >P.S. Will you update the Arabic translation, Ahmad ? ;-) I find Gambas in >arabic beautiful! > > > Thank you for this mail, and not falling into "G" commes befor "H" Charlie From gambas at ...1... Sun Jan 25 20:40:41 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 20:40:41 +0100 Subject: [Gambas-devel] net-0.2.1 In-Reply-To: <1075051413.13962.4.camel@...102...> References: <1075051413.13962.4.camel@...102...> Message-ID: <200401252040.41511.gambas@...1...> On Sunday 25 January 2004 18:23, Daniel Campos wrote: > This is net component, version 0.2.1 > The advanced component don't compile on my Mandrake 9.2: ... /bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share -I/usr/include/curl/ -g -O2 -pipe -Wall -g -O0 -c CAdvancedCode.c gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share -I/usr/include/curl/ -g -O2 -pipe -Wall -g -O0 -Wp,-MD,.deps/CAdvancedCode.pp -c CAdvancedCode.c -fPIC -DPIC -o CAdvancedCode.lo CAdvancedCode.c:137: error: `CURLE_LDAP_INVALID_URL' undeclared here (not in a function) CAdvancedCode.c:137: error: initializer element is not constant CAdvancedCode.c:137: error: (near initialization for `CAdvancedCodeDesc[92].val2') CAdvancedCode.c:137: error: initializer element is not constant CAdvancedCode.c:137: error: (near initialization for `CAdvancedCodeDesc[92]') CAdvancedCode.c:138: error: `CURLE_FILESIZE_EXCEEDED' undeclared here (not in a function) CAdvancedCode.c:138: error: initializer element is not constant CAdvancedCode.c:138: error: (near initialization for `CAdvancedCodeDesc[93].val2') CAdvancedCode.c:138: error: initializer element is not constant CAdvancedCode.c:138: error: (near initialization for `CAdvancedCodeDesc[93]') CAdvancedCode.c:141: error: initializer element is not constant CAdvancedCode.c:141: error: (near initialization for `CAdvancedCodeDesc[94]') Maybe it is a matter of libcurl version ? Regards, -- Benoit Minisini mailto:gambas at ...1... From gambas at ...1... Sun Jan 25 20:59:27 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 20:59:27 +0100 Subject: [Gambas-devel] net-0.2.1 In-Reply-To: <200401252040.41511.gambas@...1...> References: <1075051413.13962.4.camel@...102...> <200401252040.41511.gambas@...1...> Message-ID: <200401252059.27475.gambas@...1...> On Sunday 25 January 2004 20:40, Benoit Minisini wrote: > On Sunday 25 January 2004 18:23, Daniel Campos wrote: > > This is net component, version 0.2.1 > > The advanced component don't compile on my Mandrake 9.2: > > ... > /bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. > -I../../../.. -I../../../../src/share -I/usr/include/curl/ -g -O2 -pipe > -Wall -g -O0 -c CAdvancedCode.c > gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share > -I/usr/include/curl/ -g -O2 -pipe -Wall -g -O0 > -Wp,-MD,.deps/CAdvancedCode.pp -c CAdvancedCode.c -fPIC -DPIC -o > CAdvancedCode.lo > CAdvancedCode.c:137: error: `CURLE_LDAP_INVALID_URL' undeclared here (not > in a function) > CAdvancedCode.c:137: error: initializer element is not constant > CAdvancedCode.c:137: error: (near initialization for > `CAdvancedCodeDesc[92].val2') > CAdvancedCode.c:137: error: initializer element is not constant > CAdvancedCode.c:137: error: (near initialization for > `CAdvancedCodeDesc[92]') CAdvancedCode.c:138: error: > `CURLE_FILESIZE_EXCEEDED' undeclared here (not in a function) > CAdvancedCode.c:138: error: initializer element is not constant > CAdvancedCode.c:138: error: (near initialization for > `CAdvancedCodeDesc[93].val2') > CAdvancedCode.c:138: error: initializer element is not constant > CAdvancedCode.c:138: error: (near initialization for > `CAdvancedCodeDesc[93]') CAdvancedCode.c:141: error: initializer element is > not constant > CAdvancedCode.c:141: error: (near initialization for > `CAdvancedCodeDesc[94]') > > Maybe it is a matter of libcurl version ? > > Regards, I removed the two unknown symbols, and recompile. Then I tested the HTTPGet example, but it freezes. Here is my gdb session: GNU gdb 5.3-25mdk (Mandrake Linux) Copyright 2002 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i586-mandrake-linux-gnu"... (gdb) set args -p (gdb) run Starting program: /usr/bin/gbx -p (Then I hit CTRL+C...) Program received signal SIGINT, Interrupt. 0x401ef2d5 in curl_multi_info_read () from /usr/lib/libcurl.so.2 (gdb) bt #0 0x401ef2d5 in curl_multi_info_read () from /usr/lib/libcurl.so.2 #1 0x0816a6a8 in ?? () #2 0x40399a9e in CWatch::read(int) (this=0x8167a58, fd=9) at CWatch.cpp:103 #3 0x4039924d in CWatch::qt_invoke(int, QUObject*) (this=0x8167a58, _id=2, _o=0xbffff1c0) at moc_CWatch.cpp:90 #4 0x40726c58 in QObject::activate_signal(QConnectionList*, QUObject*) () from /usr/lib/qt3/lib/libqt-mt.so.3 (gdb) Regards, -- Benoit Minisini mailto:gambas at ...1... From daniel.campos at ...103... Sun Jan 25 22:48:22 2004 From: daniel.campos at ...103... (Daniel Campos) Date: Sun, 25 Jan 2004 22:48:22 +0100 Subject: [Gambas-devel] net-0.2.1 In-Reply-To: <200401252040.41511.gambas@...1...> References: <1075051413.13962.4.camel@...102...> <200401252040.41511.gambas@...1...> Message-ID: <1075067302.3893.4.camel@...102...> 1. El dom, 25-01-2004 a las 20:40, Benoit Minisini escribi?: > On Sunday 25 January 2004 18:23, Daniel Campos wrote: > > This is net component, version 0.2.1 > > > > The advanced component don't compile on my Mandrake 9.2: > > .. > /bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. > -I../../../.. -I../../../../src/share -I/usr/include/curl/ -g -O2 -pipe > -Wall -g -O0 -c CAdvancedCode.c > gcc -DHAVE_CONFIG_H -I. -I. -I../../../.. -I../../../../src/share > -I/usr/include/curl/ -g -O2 -pipe -Wall -g -O0 -Wp,-MD,.deps/CAdvancedCode.pp > -c CAdvancedCode.c -fPIC -DPIC -o CAdvancedCode.lo > CAdvancedCode.c:137: error: `CURLE_LDAP_INVALID_URL' undeclared here (not in a > function) > CAdvancedCode.c:137: error: initializer element is not constant > CAdvancedCode.c:137: error: (near initialization for > `CAdvancedCodeDesc[92].val2') > CAdvancedCode.c:137: error: initializer element is not constant > CAdvancedCode.c:137: error: (near initialization for `CAdvancedCodeDesc[92]') > CAdvancedCode.c:138: error: `CURLE_FILESIZE_EXCEEDED' undeclared here (not in > a function) > CAdvancedCode.c:138: error: initializer element is not constant > CAdvancedCode.c:138: error: (near initialization for > `CAdvancedCodeDesc[93].val2') > CAdvancedCode.c:138: error: initializer element is not constant > CAdvancedCode.c:138: error: (near initialization for `CAdvancedCodeDesc[93]') > CAdvancedCode.c:141: error: initializer element is not constant > CAdvancedCode.c:141: error: (near initialization for `CAdvancedCodeDesc[94]') > > Maybe it is a matter of libcurl version ? > > Regards, You are (probably) using an old version from curl library, you need the last version (7.10.8). A few days ago, I installed Fedora Core 1 to test it and I found the same problem, as Curl people have made a lot of improvements if recent time, so, you should download it from curl site: http://curl.haxx.se Regards, Daniel Campos From daniel.campos at ...103... Sun Jan 25 22:52:26 2004 From: daniel.campos at ...103... (Daniel Campos) Date: Sun, 25 Jan 2004 22:52:26 +0100 Subject: [Gambas-devel] net-0.2.1 In-Reply-To: <200401252059.27475.gambas@...1...> References: <1075051413.13962.4.camel@...102...> <200401252040.41511.gambas@...1...> <200401252059.27475.gambas@...1...> Message-ID: <1075067546.3890.9.camel@...102...> > > (Then I hit CTRL+C...) > > Program received signal SIGINT, Interrupt. > 0x401ef2d5 in curl_multi_info_read () from /usr/lib/libcurl.so.2 > (gdb) bt > #0 0x401ef2d5 in curl_multi_info_read () from /usr/lib/libcurl.so.2 > #1 0x0816a6a8 in ?? () > #2 0x40399a9e in CWatch::read(int) (this=0x8167a58, fd=9) at CWatch.cpp:103 > #3 0x4039924d in CWatch::qt_invoke(int, QUObject*) (this=0x8167a58, _id=2, > _o=0xbffff1c0) at moc_CWatch.cpp:90 > #4 0x40726c58 in QObject::activate_signal(QConnectionList*, QUObject*) () > from /usr/lib/qt3/lib/libqt-mt.so.3 > (gdb) > Net.Advanced can not work with old versions of curl, as I use the new proxy and authentication features of the last version 7.10.8, so it seems the program tried to enter in a non-existing entry point in the old version of the library, crashing the program... so, It's time to update :) Regards, Daniel Campos From gambas at ...1... Sun Jan 25 23:05:05 2004 From: gambas at ...1... (Benoit Minisini) Date: Sun, 25 Jan 2004 23:05:05 +0100 Subject: [Gambas-devel] net-0.2.1 In-Reply-To: <1075067302.3893.4.camel@...102...> References: <1075051413.13962.4.camel@...102...> <200401252040.41511.gambas@...1...> <1075067302.3893.4.camel@...102...> Message-ID: <200401252305.05382.gambas@...1...> On Sunday 25 January 2004 22:48, Daniel Campos wrote: > > You are (probably) using an old version from curl library, you need > the last version (7.10.8). > A few days ago, I installed Fedora Core 1 to test it and I found > the same problem, as Curl people have made a lot of improvements > if recent time, so, you should download it from curl site: > > http://curl.haxx.se > > Regards, > > Daniel Campos > > Well, this is a problem, because, as I hope the 1.0 will be out before Mandrake 10, I can't force every gambas 1.0 user to updgrade its curl library itself! Regards, -- Benoit Minisini mailto:gambas at ...1... From eng_ak at ...43... Sun Jan 25 23:50:46 2004 From: eng_ak at ...43... (Ahmed Kamal) Date: Mon, 26 Jan 2004 00:50:46 +0200 Subject: [Gambas-devel] Hit the users now, or forever be silent Message-ID: <0C51CB064292C647BE2FF317A92BB6C38895F0@...104...> Well I am not really questioning the quality of Gambas, I just found that Hbasic is nearing ver1.0, and everyone was asking the main guy there to include it with KDE (who rulez this stuff), so I kinda felt it would take the ground off GB. This has of course nothing to do with the quality (I still beleive borland made tools that could beat the crap out of MS shitsoft, but that's not the way things go). Anyway, since GB, is at 0.8 itself, I believe we should push the polishing and try to make it more recognized so that may be it will be the one of choice on default systems. I realize you may not care much, and may enjoy ur pace of development, but at least I believe that's important, and times like this make the difference. Also the other day someone wrote a big listing of all main Linux software for new windoze converts, came to VB, mentioned nearly all basics (about 5) but GB, so I still have this feeling that we could use publicity.. (slashdot posting?) Anyway, I couldn't compile HB myself either LOL, I am updating QT and trying again, so we'll see. PS: Yes add code completion, it rocks :) About Arabic translation, I am having my masters exams on Feb, so ... unless you're releasing v1.0 real soon, I'd rather start on March. If u're pressed tell me, I don't believe u added that many strings anyway :) PS: What do u think about adding binary compatibility with Hbasic's components. I think it's all about standardizing the interafaces. Seeing all this work re-written every here & there, brings thoughts to ones mind... regards -----Original Message----- From: gambas-devel-admin at lists.sourceforge.net on behalf of Benoit Minisini Sent: Sun 1/25/2004 7:29 PM To: gambas-devel at lists.sourceforge.net Cc: Subject: Re: [Gambas-devel] Hit the users now, or forever be silent On Sunday 25 January 2004 00:40, Ahmad Kamal wrote: > I couldn't believe my eyes, HBasic looks so good (haven't tried it yet) > > Take a look > http://www.kde-apps.org/content/show.php?content=10225 > > It's also ver 0.9 > > so way I see it, GB could really use some publicity now, or it would > loose it's position as a really good language > > I don't think that the quality of a language is a function of its publicity and its version number. Elsewhere, Microsoft Visual Basic would be the best language in the world. Don't trust what you see! Go to the heart of things. The author of HBasic made its language the way he wanted, and so I did. We have different goals. You are in the world of free software, and free software users must not judge things with a consommer mentality, and understand the difference between competition and emulation. For example, as HBasic can do automatic instruction completion, I will be pressed to it, but not because of the concurrency, but because it is cool, and users want it. Even if you think the two languages are under the same "Visual-Basic" banner because of their external look, I'm sure they aren't. The technical differences between the two projects are huge. I am sure that Gambas and HBasic are totally different languages, almost like Perl and Python! (I can't confirm, because the last time I downloaded HBasic, I can't succeed in compiling it. Maybe I should retry?) I'm sure that somebody can add a Visual-Basic like IDE to Perl and Python too. Then, who will be the better ? If others VB-like languages fell down, it is just because their developers stopped worked on them, because they have no time, no more interest, or because the project was badly designed... I don't know. But surely not because they didn't have publicity! If someone don't like Gambas, it is free not to use it. This is not a problem. Of course, I made Gambas because in my deep I think this is the "right" way to do a VB-like language. But I'm not completely stubborn, and I added many features requested by users. And so Gambas becomes the proprietary of its users too. So if you want Gambas to have publicity, just do it :-) And if you want to compare the audience of the two languages, go to the statistic pages of sourceforge. Regards, P.S. Will you update the Arabic translation, Ahmad ? ;-) I find Gambas in arabic beautiful! -- Benoit Minisini mailto:gambas at ...1... ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Gambas-devel mailing list Gambas-devel at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-devel -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 5323 bytes Desc: not available URL: From leo.barnhoorn at ...53... Mon Jan 26 10:16:47 2004 From: leo.barnhoorn at ...53... (Leo Barnhoorn) Date: Mon, 26 Jan 2004 01:16:47 -0800 Subject: [Gambas-devel] net-0.2.1 In-Reply-To: <1075051413.13962.4.camel@...102...> References: <1075051413.13962.4.camel@...102...> Message-ID: <200401260116.47831.leo.barnhoorn@...53...> Hallo Daniel, Net version 0.2.1 only the net component compiles OK. The advanced nothing is done the curl versions i have for SuSE 8.2 is 7.10.2 and for SuSE 9.0 i have 7.10.5 Only the net component is working, my telnet project after a little change [Netcode] is working also OK. Regards, Leo Barnhoorn. On Sunday 25 January 2004 09:23, Daniel Campos wrote: > This is net component, version 0.2.1 > > As previous version, this one splits 'net' component in two > components: > > 'net' --> just needs glibc > 'net.advanced' --> glibc + libcurl > > I think this version is ready to be a part of the next gambas version > instead of the current one. > > Remember that, when you unpack this file,you'll find some documentation > to compile it at net/doc folder. There is also some preliminary > documentation about the new interface. > > I'm Waiting for your comments, bug reports, etc > > Regards, From danielcampos at ...45... Mon Jan 26 08:28:22 2004 From: danielcampos at ...45... (danielcampos at ...45...) Date: Mon, 26 Jan 2004 08:28:22 CET Subject: [Gambas-devel] net-0.2.1 Message-ID: >Well, this is a problem, because, as I hope the 1.0 will be out >before >Mandrake 10, I can't force every gambas 1.0 user to updgrade its >curl >library itself! > > I've search for "curl" in http://fr2.rpmfind.net , and Mandrake Cooker (which is the base for Mandrake 10, If i'm not wrong), includes : curl-7.10.8-1mdk.i586.rpm libcurl2-devel-7.10.8-1mdk.i586.rpm So, I don't see any problem in that version :-) Regards, Daniel Campos ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From gambas at ...1... Mon Jan 26 10:09:05 2004 From: gambas at ...1... (Benoit Minisini) Date: Mon, 26 Jan 2004 10:09:05 +0100 Subject: [Gambas-devel] net-0.2.1 In-Reply-To: References: Message-ID: <200401261009.05706.gambas@...1...> On Monday 26 January 2004 12:28, danielcampos at ...45... wrote: > >Well, this is a problem, because, as I hope the 1.0 will be out >before > >Mandrake 10, I can't force every gambas 1.0 user to updgrade its >curl > >library itself! > > I've search for "curl" in http://fr2.rpmfind.net , and Mandrake Cooker > (which is the base for Mandrake 10, If i'm not wrong), includes : > > curl-7.10.8-1mdk.i586.rpm > libcurl2-devel-7.10.8-1mdk.i586.rpm > > So, I don't see any problem in that version :-) > > Regards, > > Daniel Campos > Yes, but this is 7.10.7 on the Mandrake 9.2. So, if you use 7.10.8, I will be able to include the advanced net component only after gambas 1.0. It will be a pity! I suggest you use #if/#ifdef/#endif to add & remove features according to the version number. Regards, -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Mon Jan 26 11:32:14 2004 From: danielcampos at ...45... (danielcampos at ...45...) Date: Mon, 26 Jan 2004 11:32:14 CET Subject: [Gambas-devel] net-0.2.1 Message-ID: >I suggest you use #if/#ifdef/#endif to add & remove features according >to the >version number. > OK, I'll try to do it ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From daniel.campos at ...103... Mon Jan 26 18:33:48 2004 From: daniel.campos at ...103... (Daniel Campos) Date: Mon, 26 Jan 2004 18:33:48 +0100 Subject: [Gambas-devel] net-0.2.1 In-Reply-To: <200401260116.47831.leo.barnhoorn@...53...> References: <1075051413.13962.4.camel@...102...> <200401260116.47831.leo.barnhoorn@...53...> Message-ID: <1075138428.2817.1.camel@...102...> El lun, 26-01-2004 a las 10:16, Leo Barnhoorn escribi?: > Hallo Daniel, > > Net version 0.2.1 only the net component compiles OK. The advanced nothing is > done the curl versions i have for SuSE 8.2 is 7.10.2 and for SuSE 9.0 i have > 7.10.5 Yes, now it needs 7.10.8 to compile and work, but I'll try to adapt it to older versions (loosing some functionallity) in the next release of this component. Regards, Daniel Campos > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Gambas-devel mailing list > Gambas-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-devel From danielcampos at ...45... Mon Jan 26 19:10:04 2004 From: danielcampos at ...45... (Daniel Campos) Date: Mon, 26 Jan 2004 19:10:04 +0100 Subject: [Gambas-devel] bug - gambas 0.82 Message-ID: <1075140604.2819.5.camel@...102...> I'm changing gb.net.advanced to gb.net.curl, after removing old one and installing new one, I tried to run HttpGet Example to change all the things required. I tried to enter in "Project" -> "Properties" and I found that: [daniel at ...102... daniel]$ gambas FPropertyProject.InitLibrary.284: #-1: Unknown item: 'gb.net.advanced' (I had previously removed /opt/lib/lib.gb.net.advanced.component and /opt/lib/info/gb.net.advanced.info, so) Regards, -- Daniel Campos From gambas at ...1... Tue Jan 27 12:14:14 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Jan 2004 12:14:14 +0100 Subject: [Gambas-devel] bug - gambas 0.82 In-Reply-To: <1075140604.2819.5.camel@...102...> References: <1075140604.2819.5.camel@...102...> Message-ID: <200401271214.14451.gambas@...1...> On Monday 26 January 2004 19:10, Daniel Campos wrote: > I'm changing gb.net.advanced to gb.net.curl, after removing old > one and installing new one, I tried to run HttpGet Example to > change all the things required. I tried to enter in "Project" -> > "Properties" and I found that: > > [daniel at ...102... daniel]$ gambas > FPropertyProject.InitLibrary.284: #-1: Unknown item: 'gb.net.advanced' > > (I had previously removed /opt/lib/lib.gb.net.advanced.component and > /opt/lib/info/gb.net.advanced.info, so) > > Regards, You must remove replace "gb.net.advanced" with "gb.net.curl" in the .project file ! Regards, -- Benoit Minisini mailto:gambas at ...1... From danielcampos at ...45... Tue Jan 27 14:39:54 2004 From: danielcampos at ...45... (danielcampos at ...45...) Date: Tue, 27 Jan 2004 14:39:54 CET Subject: [Gambas-devel] bug - gambas 0.82 Message-ID: >You must remove replace "gb.net.advanced" with "gb.net.curl" in the >.project >file ! Yes, I know that, but gambas should not crash due to this...I think Regards, Daniel Campos ------------------------------------------------------------- NetCourrier, votre bureau virtuel sur Internet : Mail, Agenda, Clubs, Toolbar... Web/Wap : www.netcourrier.com T?l?phone/Fax : 08 92 69 00 21 (0,34 ? TTC/min) Minitel: 3615 NETCOURRIER (0,16 ? TTC/min) From gambas at ...1... Tue Jan 27 15:22:20 2004 From: gambas at ...1... (Benoit Minisini) Date: Tue, 27 Jan 2004 15:22:20 +0100 Subject: [Gambas-devel] bug - gambas 0.82 In-Reply-To: References: Message-ID: <200401271522.20072.gambas@...1...> On Tuesday 27 January 2004 18:39, danielcampos at ...45... wrote: > >You must remove replace "gb.net.advanced" with "gb.net.curl" in the > > >.project file ! > > Yes, I know that, but gambas should not crash due to this...I think > > Regards, > > Daniel Campos > Duh... You are right :-) -- Benoit Minisini mailto:gambas at ...1... From eng_ak at ...100... Thu Jan 29 14:35:17 2004 From: eng_ak at ...100... (Ahmad Kamal) Date: Thu, 29 Jan 2004 15:35:17 +0200 Subject: [Gambas-devel] updating QT Message-ID: <40190C15.9090506@...100...> Hi everyone, A little off topic question, but I was wondering if anyone could help me upgrade qt on my redhat9 system, so that I can run the latest GB. I downloaded the 14mb qt version source & compiled, but then KDE would crash, GB and every other K app would crash every 5 sec or so.... I later learned redhat systems need to install from rpms, as they change some configurations, making source installs useless. The problem is: 1- Do I have to download a whole new KDE besides the qt rpms ?? 2- If so, can someone plz tell me which files I need to download, and the order to install them in? Thnx From gambas at ...1... Fri Jan 30 21:18:46 2004 From: gambas at ...1... (Benoit Minisini) Date: Fri, 30 Jan 2004 21:18:46 +0100 Subject: [Gambas-devel] updating QT In-Reply-To: <40190C15.9090506@...100...> References: <40190C15.9090506@...100...> Message-ID: <200401302118.46329.gambas@...1...> On Thursday 29 January 2004 14:35, Ahmad Kamal wrote: > Hi everyone, > > A little off topic question, but I was wondering if anyone could > help me upgrade qt on my redhat9 system, so that I can run the latest > GB. I downloaded the 14mb qt version source & compiled, but then KDE > would crash, GB and every other K app would crash every 5 sec or so.... > I later learned redhat systems need to install from rpms, as they change > some configurations, making source installs useless. > > The problem is: > 1- Do I have to download a whole new KDE besides the qt rpms ?? > 2- If so, can someone plz tell me which files I need to download, and > the order to install them in? > > Thnx > There is a README.REDHAT in the gambas source package. Its contents were written by RedHat 9 users that have upgraded their Qt library. I hope you will find help in it. Regards, -- Benoit Minisini mailto:gambas at ...1... From eng_ak at ...100... Sat Jan 31 18:58:45 2004 From: eng_ak at ...100... (Ahmad Kamal) Date: Sat, 31 Jan 2004 19:58:45 +0200 Subject: [Gambas-devel] System calls? Message-ID: <401BECD5.70308@...100...> Hi all, Just wondering, had VB been limited only to VB internal functions, it would have been very limited, fortunately we had Windows APIs! I was wondering if there is any mechanism to enable us to call standard unix sys calls (or regular C libs) from within GB (like Dlls from VB). I know that that doesn't exist up till now, I am asking if it is possible to implement such a mechanism. Would be pretty interesting huh.