Difference between revisions of "Lazarus Documentation/it"

From Free Pascal wiki
Jump to navigationJump to search
Line 13: Line 13:
 
*[[Networking]] - Varie guide su XML, sul protocollo TCP/IP, sulla creazione di programmi di rete sicuri, sui servizi web, ecc.
 
*[[Networking]] - Varie guide su XML, sul protocollo TCP/IP, sulla creazione di programmi di rete sicuri, sui servizi web, ecc.
 
*[[Multithreaded Application Tutorial]] - Come scrivere applicazioni multithread usando Free Pascal e Lazarus
 
*[[Multithreaded Application Tutorial]] - Come scrivere applicazioni multithread usando Free Pascal e Lazarus
*[[Streaming components]] - How to write components to streams and read/create components from streams
+
*[[Streaming components]] - Come scrivere componenti per stream o come leggere/creare componenti dagli stream
 
*[[OpenGL Tutorial]] - Come usare GLUT in Lazarus
 
*[[OpenGL Tutorial]] - Come usare GLUT in Lazarus
 
*[[Creating bindings for C libraries]] - Come convertire i file header C (.h) in unit pascal
 
*[[Creating bindings for C libraries]] - Come convertire i file header C (.h) in unit pascal

Revision as of 13:11, 21 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

Developing

Tools

Coming from Delphi

The Lazarus Developer Guides

LCL - Lazarus component library

Interfacce

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

Additional Components Documentation

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.

Lazarus related blogs