Difference between revisions of "Lazarus Documentation/fr"

From Free Pascal wiki
Jump to navigationJump to search
Line 78: Line 78:
 
* [[Multiplatform Programming Guide]] - How to port applications from one platform to another
 
* [[Multiplatform Programming Guide]] - How to port applications from one platform to another
  
==IDE Documentation==
+
==Documentation IDE==
*[[Getting Lazarus]] - Instructions on how to download a released or SVN version of Lazarus
+
*[[Getting Lazarus]] - Instructions pour télécharger une version normale ou SVN de Lazarus
  
*[[Lazarus Packages]] - A guide for creating a package under Lazarus
+
*[[Lazarus Packages]] - Un guide pour créer un paquetage sous Lazarus
  
*[[Install Packages]] - A small guide to install packages
+
*[[Install Packages]] - Un petit guide pour installer des paquetages
  
*[[Cross compiling]] - Creating executables of one platform, on another.
+
*[[Cross compiling]] - Créer des executables d'une plateforme à une autre.
  
*[[Remote Debugging]] - How to debug your Lazarus application from another machine.
+
*[[Remote Debugging]] - Comment déboguer votre application Lazarus sur une autre machine.
  
*[[Extending the IDE]] - How to add functionality to the Lazarus IDE
+
*[[Extending the IDE]] - Comment ajouter des fonctionnalités à l'IDE Lazarus  
  
*[[Lazarus IDE ToDo List]] - Remaining tasks for the IDE
+
*[[Lazarus IDE ToDo List]] - Tâches à réaliser pour l'IDE
  
 
*[[Anchor Sides]] - Description of Anchor Sides Feature
 
*[[Anchor Sides]] - Description of Anchor Sides Feature

Revision as of 20:42, 9 March 2006

العربية (ar) Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) Nederlands (nl) português (pt) русский (ru) slovenčina (sk) Türkçe (tr) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

Tutoriels Lazarus et Pascal

  • Tutoriel Lazarus - un tutoriel pour les débutants et une description détaillée de l'EDI Lazarus.
  • Outils de l'EDI Lazarus - Un tutoriel de niveau intermédiaire à propos de la complétion de code et d'autres outils EDI.
  • Accès matériel - Comment accédet aux périphériques matériels, tels que cartes ISA, PCI, ports parallèles et séries et périphériques USB.
  • Réseaux - Tutoriels à propos de XML, du protocoleTCP/IP, de la cération de programmes sécurisés pour réseaux, WebServices, etc.

Les guides de l'utilisateur de Lazarus

  • Lazarus Faq - Information générale à propos de Lazarus et spécificités pour utilisateurs Linux et Windows.

Les guides du développeur Lazarus

Traductions

  • 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 of terms used in the Lazarus IDE for the Portuguese-Brazilian translation.
  • Add language bar explains how you can add a list of translations to the top of a wiki page.

Code Conversion Guides

Documentation IDE

  • Getting Lazarus - Instructions pour télécharger une version normale ou SVN de Lazarus
  • Remote Debugging - Comment déboguer votre application Lazarus sur une autre machine.

Documentation des composants additionnels

Documentation Free Pascal Compiler

En plus de ce site, la dernière version de la documentation peut aussi être trouvée en ligne dans plusieurs formats sur la page principale du Free Pascal Compiler site. Il y a maintenant un site WiKi pour FreePascal [1] très similaire dans son style à celui-ci, qui autorise les développeurs à soumettre de la documentation en plus de la documentation FPC officielle.