Difference between revisions of "Lazarus Documentation/it"

From Free Pascal wiki
Jump to navigationJump to search
Line 64: Line 64:
 
*[[Code Conversion Guide]] - Come si converte il codice esistente e componenti da Delphi e Kylix
 
*[[Code Conversion Guide]] - Come si converte il codice esistente e componenti da Delphi e Kylix
  
==The Lazarus Developer Guides==
+
==Le guide dello sviluppatore Lazarus==
 
*[[How To Help Developing Lazarus]] - Una guida per aiutare i principianti a migliorare Lazarus
 
*[[How To Help Developing Lazarus]] - Una guida per aiutare i principianti a migliorare Lazarus
 
*[[Version Numbering]] -  Descrizione dei numeri di versione di Lazarus  
 
*[[Version Numbering]] -  Descrizione dei numeri di versione di Lazarus  
Line 70: Line 70:
 
*[[Creating a Backtrace with GDB]] - A guide to making a backtrace to help you debug a program
 
*[[Creating a Backtrace with GDB]] - A guide to making a backtrace to help you debug a program
 
*[[Nomenclature]] - Guida alla scelta del nome per un nuovo metodo o proprietà
 
*[[Nomenclature]] - Guida alla scelta del nome per un nuovo metodo o proprietà
*[[DesignGuidelines|Design Guide Lines]] - A guide about how to procede when changing Lazarus Source Code.
+
*[[DesignGuidelines|Design Guide Lines]] - Una guida sulla procedura di modifica del codice sorgente di Lazarus.
 
*[[GUI design]] - Notes on guidelines when designing the lazarus GUI
 
*[[GUI design]] - Notes on guidelines when designing the lazarus GUI
 
*[[Roadmap]] - An idea of the current status of the various parts of Lazarus
 
*[[Roadmap]] - An idea of the current status of the various parts of Lazarus
 
*[[Road To 1.0]] - Cosa manca da fare per Lazarus 1.0
 
*[[Road To 1.0]] - Cosa manca da fare per Lazarus 1.0
*[[Moderating the bug tracker]] - Guidelines for lazarus developers and moderators for using the [http://www.freepascal.org/mantis/ bug tracker].
+
*[[Moderating the bug tracker]] - Linee guida per gli sviluppatori e i moderatori lazarus per l'uso dello strumento  [http://www.freepascal.org/mantis/ bug tracker].
 
*[[Codetools]] - How the codetools are integrated into the IDE
 
*[[Codetools]] - How the codetools are integrated into the IDE
 
*[[Creating IDE Help]] - Come estendere la documentazione IDE
 
*[[Creating IDE Help]] - Come estendere la documentazione IDE

Revision as of 16:27, 22 May 2007

العربية (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)

Istruzioni per Lazarus e Pascal

Le guide di lazarus (per utenti)

Installazione

IDE

LCL

Sviluppo

Tools

Venendo da Delphi

Le guide dello sviluppatore Lazarus

LCL - La libreria a componenti di Lazarus

Interfacce

Traduzioni

  • 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.

Documentazione aggiuntiva sui componenti

Documentazione del compilatore Free Pascal

Oltre che in questo sito, l'ultima versione della documentazione può essere trovata online anche in una varietà di formati scaricabili nel sito principale del compilatore Free Pascal. Inoltre ora c'è anche un sito WiKi per FreePascal [1] molto simile nello stile a questo, per permettere agli sviluppatori di stendere documentazione aggiuntiva oltre a quella ufficiale dei documenti FPC riportati di seguito.

I blog di Lazarus