Difference between revisions of "Lazarus Documentation/zh CN"

From Lazarus wiki
Jump to navigationJump to search
Line 73: Line 73:
 
*[[Code Conversion Guide|代码转换指导]] —— 怎样转换 Delphi 和 Kylix 的代码和组件。
 
*[[Code Conversion Guide|代码转换指导]] —— 怎样转换 Delphi 和 Kylix 的代码和组件。
  
==The Lazarus Developer Guides==
+
==The Lazarus 开发者指导==
*[[How To Help Developing Lazarus]] - A guide to help newbies start improving Lazarus
+
*[[How To Help Developing Lazarus|怎样帮助开发 Lazarus]] —— 指导新人开始改进 Lazarus。
*[[Version Numbering]] -  Explanation of the different version numbers of Lazarus  
+
*[[Version Numbering|版本号]] —— 解释了 Lazarus 不同的版本号。
*[[Creating A Patch| Creating a Patch]] - A guide to making a patch with changes made to Lazarus
+
*[[Creating A Patch| 创建补丁]] —— 指导你给 Lazarus 创建补丁。
*[[Creating a Backtrace with GDB]] - A guide to making a backtrace to help you debug a program
+
*[[Creating a Backtrace with GDB|用 GDB 创建回溯]] 教你创建回溯以便帮助你调试程序。
*[[Nomenclature]] - Guide to choose a name for a new method or property
+
*[[Nomenclature|命名法]] —— 如何给新的方式或属性选择名字。
*[[DesignGuidelines|Design Guide Lines]] - A guide about how to procede when changing Lazarus Source Code.
+
*[[DesignGuidelines|设计准则]] —— 教你在 Lazarus 源代码改变时如何处理。
*[[GUI design]] - Notes on guidelines when designing the lazarus GUI
+
*[[GUI design|GUI 设计]] —— 设计 Lazarus GUI 时的注意事项。
*[[Roadmap]] - An idea of the current status of the various parts of Lazarus
+
*[[Roadmap|路线图]] —— 有关 Lazarus 各部分当前状态的概念。
*[[Road To 1.0]] - What needs to be done for Lazarus 1.0
+
*[[Road To 1.0|通向 1.0]] —— Lazarus 1.0 需要做什么。
*[[Detailed Lazarus 0.9.24 todo]] - A check list for the Lazarus 0.9.24 release
+
*[[Detailed Lazarus 0.9.24 todo|Lazarus 0.9.24 待完成细节]] —— Lazarus 0.9.24 发布版清单。
*[[Moderating the bug tracker]] - Guidelines for lazarus developers and moderators for using the [http://www.freepascal.org/mantis/ bug tracker].
+
*[[Moderating the bug tracker|缓和漏洞追踪者]] Lazarus 开发人员和仲裁人使用[http://www.freepascal.org/mantis/ 漏洞追踪者]的准则。
*[[Codetools]] - How the codetools are integrated into the IDE
+
*[[Codetools|编码工具]] 编码工具(codetools)怎样集成进 IDE。
*[[Creating IDE Help]] - How to extend the IDE documentation
+
*[[Creating IDE Help|创建 IDE 帮助]] 怎样扩展 IDE 文档。
*[[Unit not found - How to find units]] - How to setup the IDE and source files
+
*[[Unit not found - How to find units|单元未找到——怎样找到单元]] —— 怎样设置 IDE 和 源文件。
*[[Bounties]] - Need a particular new feature soon? Set a price here.
+
*[[Bounties|礼物]] —— 想尽快得到特定的新特性吗?在这里定价吧。
  
 
===LCL - Lazarus component library===
 
===LCL - Lazarus component library===

Revision as of 19:01, 30 November 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)

Lazarus and Pascal 教学

The Lazarus 用户指导

安装

IDE

LCL

开发

工具

从 Delphi 来

The Lazarus 开发者指导

LCL - Lazarus component library

Interfaces

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.
  • Russian - Notes and guidelines for translating the Lazarus IDE to Russian.
  • Add language bar explains how you can add a list of translations to the top of a wiki page.

Additional Components Documentation

  • Pascal Script and Pascal Script Examples - How to use the pascal script components in Lazarus
  • OpenGL - How to use OpenGL in Lazarus
  • KOL-CE - Free Pascal/Lazarus port of KOL&MCK library. How to create very compact applications for Win32/WinCE in 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.

Lazarus related blogs and websites

Blogs

Websites