Difference between revisions of "Lazarus Documentation/ja"

From Lazarus wiki
Jump to navigationJump to search
Line 89: Line 89:
  
 
==Lazarus開発者ガイド==
 
==Lazarus開発者ガイド==
*[[How To Help Developing Lazarus/ja|Lazarusの開発に関するヘルプ]] - Lazarusの開発を始めるに当たってのガイド。
+
*[[How To Help Developing Lazarus/ja|Lazarusの開発に関するヘルプ]] - これからLazarus自体を改良しようとする人への案内。
*[[Version Numbering/ja|バージョン番号の付け方]] - Lazarusのバージョン番号に関する説明。
+
*[[Version Numbering/ja|バージョン番号]] - Lazarusのバージョン番号について。
*[[Creating A Patch/ja|パッチの書き方]] - パッチの書き方のガイド。
+
*[[Creating A Patch/ja|パッチの書き方]] - Lazarusの変更を行った時のパッチの書き方。
*[[Creating a Backtrace with GDB/ja|GDBを使ったバックトレースの作り方]] - あなたがアプリケーションでのデバッグをするための、バックトレースの作り方に関するガイド。
+
*[[Creating a Backtrace with GDB/ja|GDBを使ったバックトレースの作り方]] - アプリケーションのデバッグに役立つ、バックとレースの作り方。
*[[Nomenclature/ja|用語体系]] - 新しいメソッドやプロパティにどんな名前を付けるべきか。
+
*[[Nomenclature/ja|用語体系]] - 新しいメソッドやプロパティへの名前を付け方。
*[[DesignGuidelines/ja|デザインガイドライン]] - Lazarusのソースコードを書き換える場合のガイド。
+
*[[DesignGuidelines/ja|デザインガイドライン]] - Lazarusのソースコードを書き換える場合の規則など。
*[[GUI design/ja|GUIデザイン]] - LazarusのGUIデザインに関するノート。
+
*[[GUI design/ja|GUIデザイン]] - LazarusのGUIデザインについて。
*[[Roadmap]] - An idea of the current status of the various parts of Lazarus
+
*[[Roadmap]] - Lazarusの色々な機能についての現在の状況と、アイディアなど。
*[[Road To 1.0/ja|1.0へ向けて]] - Lazarus 1.0へ向けて何をすべきか。
+
*[[Road To 1.0/ja|Lazarus 1.0の道のり]] - 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]] - Lazarus開発者やモデレータへ、[http://www.freepascal.org/mantis/ bug tracker]bug trackerを使ったガイドライン。
*[[Codetools]] - How the codetools are integrated into the IDE
+
*[[Codetools]] - IDEにコードツールを統合する方法。
*[[Creating IDE Help]] - How to extend the IDE documentation
+
*[[Creating IDE Help]] - 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 コンポーネントライブラリ===
 
===LCL - Lazarus コンポーネントライブラリ===
Line 136: Line 136:
 
<!-- *[[TO-DO]] Remaining Tasks -->
 
<!-- *[[TO-DO]] Remaining Tasks -->
 
* [[Help:Add language bar | Add language bar]]Wiki の各ページのトップに各言語の翻訳リストを設置する方法
 
* [[Help:Add language bar | Add language bar]]Wiki の各ページのトップに各言語の翻訳リストを設置する方法
 
  
 
==追加可能なコンポーネントの文書==
 
==追加可能なコンポーネントの文書==

Revision as of 01:45, 6 May 2008

العربية (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 Documentation日本語版 - 翻訳ノート - 日本語障害情報


日本語翻訳に参加頂ける方は翻訳ノートを御覧ください。


LazarusとPascalのチュートリアル


Lazarusユーザーガイド

インストール方法

IDE

LCL

Developing

Tools

Delphiを利用している方へ 

Lazarus開発者ガイド

LCL - Lazarus コンポーネントライブラリ

Interfaces


翻訳

  • 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.
  • 翻訳ノート:
  • ドイツ語翻訳ノート - Lazarus IDE をドイツ語に翻訳するためののノートとガイドライン。ここには翻訳する際によく参照するような単語の辞書を含んでいます。
  • Russian - Notes and guidelines for translating the Lazarus IDE to Russian.
  • Add language barWiki の各ページのトップに各言語の翻訳リストを設置する方法

追加可能なコンポーネントの文書

  • Pascal Scriptそのサンプル - Lazarus上でのPascal Scriptコンポーネントの使いかた。
  • Open GL - OpenGLをLazarus上で使う方法。
  • KOL-CE - Free Pascal/Lazarus port of KOL&MCK library. How to create very compact applications for Win32/WinCE in Lazarus.

Free Pascal コンパイラ文書

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

  • 初心者の冒険 - チュートリアルを見ながら Lazarus を使い始めた初心者の記録
  • On the road with Lazarus/Freepascal - A blog dedicated to register my experiences while programming with Lazarus and Freepascal (by Luiz Américo)
  • Porting to Lazarus - This blog describes the porting of a medium-sized application (~100 kloc) from D7 with CLX to Lazarus (by Alexsander da Rosa)
  • Living Lazarus - One mans exploration into the possibilities of an open source RAD (by Wibblytim).
  • Bee.ography just (another) Bee’s buzz!