From ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdoctools/customization/ja/catalog | 36 +++++++++ .../customization/ja/entities/fdl-notice.docbook | 12 +++ .../customization/ja/entities/gpl-notice.docbook | 19 +++++ .../customization/ja/entities/help-menu.docbook | 93 ++++++++++++++++++++++ .../ja/entities/install-compile.docbook | 8 ++ .../ja/entities/install-intro.docbook | 4 + .../customization/ja/entities/lgpl-notice.docbook | 20 +++++ .../customization/ja/entities/report-bugs.docbook | 1 + .../ja/entities/underArtisticLicense.docbook | 1 + .../ja/entities/underBSDLicense.docbook | 1 + .../customization/ja/entities/underFDL.docbook | 3 + .../customization/ja/entities/underGPL.docbook | 2 + .../ja/entities/underX11License.docbook | 1 + .../customization/ja/entities/update-doc.docbook | 1 + kdoctools/customization/ja/lang.entities | 46 +++++++++++ kdoctools/customization/ja/strings.entities | 23 ++++++ kdoctools/customization/ja/user.entities | 15 ++++ 17 files changed, 286 insertions(+) create mode 100644 kdoctools/customization/ja/catalog create mode 100644 kdoctools/customization/ja/entities/fdl-notice.docbook create mode 100644 kdoctools/customization/ja/entities/gpl-notice.docbook create mode 100644 kdoctools/customization/ja/entities/help-menu.docbook create mode 100644 kdoctools/customization/ja/entities/install-compile.docbook create mode 100644 kdoctools/customization/ja/entities/install-intro.docbook create mode 100644 kdoctools/customization/ja/entities/lgpl-notice.docbook create mode 100644 kdoctools/customization/ja/entities/report-bugs.docbook create mode 100644 kdoctools/customization/ja/entities/underArtisticLicense.docbook create mode 100644 kdoctools/customization/ja/entities/underBSDLicense.docbook create mode 100644 kdoctools/customization/ja/entities/underFDL.docbook create mode 100644 kdoctools/customization/ja/entities/underGPL.docbook create mode 100644 kdoctools/customization/ja/entities/underX11License.docbook create mode 100644 kdoctools/customization/ja/entities/update-doc.docbook create mode 100644 kdoctools/customization/ja/lang.entities create mode 100644 kdoctools/customization/ja/strings.entities create mode 100644 kdoctools/customization/ja/user.entities (limited to 'kdoctools/customization/ja') diff --git a/kdoctools/customization/ja/catalog b/kdoctools/customization/ja/catalog new file mode 100644 index 000000000..c0b7398f8 --- /dev/null +++ b/kdoctools/customization/ja/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Japanese Documentation V1.0//JA" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//JA" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//JA" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//JA" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//JA" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//JA" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//JA" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//JA" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//JA" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//JA" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//JA" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//JA" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//JA" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//JA" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//JA" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//JA" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//JA" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/ja/entities/fdl-notice.docbook b/kdoctools/customization/ja/entities/fdl-notice.docbook new file mode 100644 index 000000000..f9e2e094b --- /dev/null +++ b/kdoctools/customization/ja/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, +Version 1.1 or any later version published by the Free Software +Foundation; with &FDLInvariantSections;, with &FDLFrontCoverText;, and +with &FDLBackCoverText;. A copy of the license is included in . + diff --git a/kdoctools/customization/ja/entities/gpl-notice.docbook b/kdoctools/customization/ja/entities/gpl-notice.docbook new file mode 100644 index 000000000..2611c941f --- /dev/null +++ b/kdoctools/customization/ja/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License as +published by the Free Software Foundation; either version 2 of the +License, or (at your option) any later version. + +This program is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +General Public License for more details. + +You should have received a copy of the GNU General Public +License along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + diff --git a/kdoctools/customization/ja/entities/help-menu.docbook b/kdoctools/customization/ja/entities/help-menu.docbook new file mode 100644 index 000000000..659c38c19 --- /dev/null +++ b/kdoctools/customization/ja/entities/help-menu.docbook @@ -0,0 +1,93 @@ + + + + F1 ヘルプ &kappname; ハンドブック + +KDE のヘルプシステムを起動して &kappname; のヘルプページ (このドキュメント) を開きます。 + + + + &Shift;F1 ヘルプ これは何? + +これを選択するとマウスカーソルの形が矢印とクエスチョンマークに変わります。その状態で &kappname; のユーザインターフェースの要素をクリックすると、それぞれの機能を説明するヘルプウィンドウが表示されます (その要素にヘルプがある場合のみ)。 + + + + +ヘルプ バグを報告... +バグレポート用のダイアログを開きます。これを使ってプログラムの不具合を報告したり、要望を送ったりすることができます。 + + + +ヘルプ &kappname; について +プログラムのバージョンと作者を表示します。 + + + +ヘルプ KDE について +KDE のバージョンと基本的な情報を表示します。 + + diff --git a/kdoctools/customization/ja/entities/install-compile.docbook b/kdoctools/customization/ja/entities/install-compile.docbook new file mode 100644 index 000000000..a4a7b772c --- /dev/null +++ b/kdoctools/customization/ja/entities/install-compile.docbook @@ -0,0 +1,8 @@ +&kappname; をコンパイルしてインストールするには、&kappname; ディストリビューションのベースディレクトリで次のようにタイプします。 + +% ./configure +% make +% make install + + +&kappname; は autoconfautomake を使っているので容易にコンパイルできるはずです。問題にぶつかった場合は、&kde; のメーリングリストに報告してください。 diff --git a/kdoctools/customization/ja/entities/install-intro.docbook b/kdoctools/customization/ja/entities/install-intro.docbook new file mode 100644 index 000000000..b3436da99 --- /dev/null +++ b/kdoctools/customization/ja/entities/install-intro.docbook @@ -0,0 +1,4 @@ + +&kappname; は &kde; プロジェクト &kde-http; の一部です。 + +&kappname; は &kde; プロジェクトのメイン &FTP; サイトである &kde-ftp; にある &package; パッケージに含まれています。 diff --git a/kdoctools/customization/ja/entities/lgpl-notice.docbook b/kdoctools/customization/ja/entities/lgpl-notice.docbook new file mode 100644 index 000000000..0e06a065a --- /dev/null +++ b/kdoctools/customization/ja/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +This library is free software; you can redistribute it and/or +modify it under the terms of the GNU Lesser General Public License +as published by the Free Software Foundation; either version 2 of +the License, or (at your option) any later version. + +This library is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied warranty +of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +Lesser General Public License for more details. + +You should have received a copy of the GNU Lesser General +Public License along with this library; if not, write to the Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA + diff --git a/kdoctools/customization/ja/entities/report-bugs.docbook b/kdoctools/customization/ja/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/ja/entities/report-bugs.docbook @@ -0,0 +1 @@ + diff --git a/kdoctools/customization/ja/entities/underArtisticLicense.docbook b/kdoctools/customization/ja/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..cd00e9a66 --- /dev/null +++ b/kdoctools/customization/ja/entities/underArtisticLicense.docbook @@ -0,0 +1 @@ +このプログラムのライセンスは Artistic License です。 diff --git a/kdoctools/customization/ja/entities/underBSDLicense.docbook b/kdoctools/customization/ja/entities/underBSDLicense.docbook new file mode 100644 index 000000000..587815cb1 --- /dev/null +++ b/kdoctools/customization/ja/entities/underBSDLicense.docbook @@ -0,0 +1 @@ +このプログラムのライセンスは BSD License です。 diff --git a/kdoctools/customization/ja/entities/underFDL.docbook b/kdoctools/customization/ja/entities/underFDL.docbook new file mode 100644 index 000000000..4d4d2048a --- /dev/null +++ b/kdoctools/customization/ja/entities/underFDL.docbook @@ -0,0 +1,3 @@ +このドキュメンテーションのライセンスは GNU Free Documentation +License です。 diff --git a/kdoctools/customization/ja/entities/underGPL.docbook b/kdoctools/customization/ja/entities/underGPL.docbook new file mode 100644 index 000000000..7e7dbd49b --- /dev/null +++ b/kdoctools/customization/ja/entities/underGPL.docbook @@ -0,0 +1,2 @@ +このプログラムのライセンスは GNU General Public License です。 diff --git a/kdoctools/customization/ja/entities/underX11License.docbook b/kdoctools/customization/ja/entities/underX11License.docbook new file mode 100644 index 000000000..6de034c59 --- /dev/null +++ b/kdoctools/customization/ja/entities/underX11License.docbook @@ -0,0 +1 @@ +このプログラムのライセンスは X11 License です。 diff --git a/kdoctools/customization/ja/entities/update-doc.docbook b/kdoctools/customization/ja/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/ja/entities/update-doc.docbook @@ -0,0 +1 @@ + diff --git a/kdoctools/customization/ja/lang.entities b/kdoctools/customization/ja/lang.entities new file mode 100644 index 000000000..433669b4b --- /dev/null +++ b/kdoctools/customization/ja/lang.entities @@ -0,0 +1,46 @@ + + + + +%kde.translated; + + + + + + + + + + + + + + + + + + + + + + + +%kde.language.specific; diff --git a/kdoctools/customization/ja/strings.entities b/kdoctools/customization/ja/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/ja/strings.entities @@ -0,0 +1,23 @@ + + + + + + + ]]> + + + + ]]> + + + + ]]> + diff --git a/kdoctools/customization/ja/user.entities b/kdoctools/customization/ja/user.entities new file mode 100644 index 000000000..08fbf1b13 --- /dev/null +++ b/kdoctools/customization/ja/user.entities @@ -0,0 +1,15 @@ + + + +Alt"> +Ctrl"> +等"> +例"> +&kde;コントロールセンター"> +Shift"> -- cgit v1.2.1