Difference between revisions of "Lazarus Documentation/es"

From Lazarus wiki
Jump to navigationJump to search
Line 20: Line 20:
  
 
==Las Guías de Desarrollo de Lazarus==
 
==Las Guías de Desarrollo de Lazarus==
*[[How To Help Developing Lazarus|Cómo ayudar al desarrollo de Lazarus]] - Una guía para A guide to help newbies start improving Lazarus
+
*[[How To Help Developing Lazarus|Cómo ayudar al desarrollo de Lazarus]] - Una guía para ayudar a novatos a empezar a mejorar Lazarus.
*[[Creating A Patch| Creating a Patch]] - A guide to making a patch with changes made to Lazarus
+
*[[Creating A Patch| Crear una corrección]]- Una guía para hacer una corrección con los cambios hechos a Lazarus
*[[Creating a Backtrace with GDB]] - A guide to making a backtrace to help you debug a program
+
*[[Crear un Backtrace con GDB]] - Una guía para crear un backtrace para ayudarle a depurar un programa.
*[[How To Make Lazarus Docs]] - A guide to creating Documentation Files
+
*[[Cómo hacer Documentos de Lazarus]]- A guide to creating Documentation Files
 
*[[DesignGuidelines|Design Guide Lines]] - A guide about how to procede when changing Lazarus Source Code.
 
*[[DesignGuidelines|Design Guide Lines]] - A guide about how to procede when changing Lazarus Source Code.
 
*[[LCL Messages]] - Guide related to LCL Messages.
 
*[[LCL Messages]] - Guide related to LCL Messages.

Revision as of 15:11, 10 May 2005

Tutoriales de Lazarus y Pascal

  • Tutorial de Lazarus - Un tutorial para novatos y una detallada descripcción del IDE de Lazarus.

Las Guías de Usuario de Lazarus

  • FAQ Lazarus - Información general acerca de Lazarus y especificaciones para usuarios de Linux y Windows.

Las Guías de Desarrollo de Lazarus

Translations

  • Getting translation strings right A few notes for programmers on how to create and use translateable strings in your application. Quickly discusses general things about creating strings, offers a few hints on implementation issues and points out some things to consider when using English as base language in particular.
  • Localization Notes:
  • German - Notes and guidelines for translating the Lazarus IDE to German, including a small dictionary to look up often used translations.
  • Portuguese-Brazilian - Small dictionary containing common translations for terms used in the Lazarus IDE for the Portugese-Brazilian translation.

Code Conversion Guides

IDE Documentation

  • Getting Lazarus - Instructions on how to download a released or CVS version of Lazarus **

Free Pascal Compiler Documentation

In addition to this site, the latest version of the documentation can also be found online and in a variety of downloadable formats on the main Free Pascal Compiler site. There is now also a WiKi site for FreePascal [1] very similar in style to this one, to allow developers to submit documentation in addition to the official FPC documents below.