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/zh-TW/catalog | 42 ++++++++++++++++ .../zh-TW/entities/fdl-notice.docbook | 12 +++++ .../zh-TW/entities/gpl-notice.docbook | 19 +++++++ .../customization/zh-TW/entities/help-menu.docbook | 58 ++++++++++++++++++++++ .../zh-TW/entities/install-compile.docbook | 12 +++++ .../zh-TW/entities/install-intro.docbook | 6 +++ .../zh-TW/entities/lgpl-notice.docbook | 20 ++++++++ .../zh-TW/entities/report-bugs.docbook | 1 + .../zh-TW/entities/underArtisticLicense.docbook | 2 + .../zh-TW/entities/underBSDLicense.docbook | 2 + .../customization/zh-TW/entities/underFDL.docbook | 1 + .../customization/zh-TW/entities/underGPL.docbook | 3 ++ .../zh-TW/entities/underX11License.docbook | 2 + .../zh-TW/entities/update-doc.docbook | 1 + kdoctools/customization/zh-TW/lang.entities | 46 +++++++++++++++++ kdoctools/customization/zh-TW/strings.entities | 23 +++++++++ kdoctools/customization/zh-TW/user.entities | 38 ++++++++++++++ 17 files changed, 288 insertions(+) create mode 100644 kdoctools/customization/zh-TW/catalog create mode 100644 kdoctools/customization/zh-TW/entities/fdl-notice.docbook create mode 100644 kdoctools/customization/zh-TW/entities/gpl-notice.docbook create mode 100644 kdoctools/customization/zh-TW/entities/help-menu.docbook create mode 100644 kdoctools/customization/zh-TW/entities/install-compile.docbook create mode 100644 kdoctools/customization/zh-TW/entities/install-intro.docbook create mode 100644 kdoctools/customization/zh-TW/entities/lgpl-notice.docbook create mode 100644 kdoctools/customization/zh-TW/entities/report-bugs.docbook create mode 100644 kdoctools/customization/zh-TW/entities/underArtisticLicense.docbook create mode 100644 kdoctools/customization/zh-TW/entities/underBSDLicense.docbook create mode 100644 kdoctools/customization/zh-TW/entities/underFDL.docbook create mode 100644 kdoctools/customization/zh-TW/entities/underGPL.docbook create mode 100644 kdoctools/customization/zh-TW/entities/underX11License.docbook create mode 100644 kdoctools/customization/zh-TW/entities/update-doc.docbook create mode 100644 kdoctools/customization/zh-TW/lang.entities create mode 100644 kdoctools/customization/zh-TW/strings.entities create mode 100644 kdoctools/customization/zh-TW/user.entities (limited to 'kdoctools/customization/zh-TW') diff --git a/kdoctools/customization/zh-TW/catalog b/kdoctools/customization/zh-TW/catalog new file mode 100644 index 000000000..9a4b0a712 --- /dev/null +++ b/kdoctools/customization/zh-TW/catalog @@ -0,0 +1,42 @@ +PUBLIC "-//KDE//ENTITIES Traditional Chinese Documentation V1.0//ZHTW" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ZHTW" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//ZHTW" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//ZHTW" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//ZHTW" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2 (HTML)//ZHTW" + "common/gpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//ZHTW" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1 (HTML)//ZHTW" + "common/lgpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//ZHTW" + "common/fdl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1 (HTML)//ZHTW" + "common/fdl-translated.html" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ZHTW" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ZHTW" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ZHTW" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ZHTW" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ZHTW" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//ZHTW" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//ZHTW" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ZHTW" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//ZHTW" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ZHTW" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/zh-TW/entities/fdl-notice.docbook b/kdoctools/customization/zh-TW/entities/fdl-notice.docbook new file mode 100644 index 000000000..f9e2e094b --- /dev/null +++ b/kdoctools/customization/zh-TW/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/zh-TW/entities/gpl-notice.docbook b/kdoctools/customization/zh-TW/entities/gpl-notice.docbook new file mode 100644 index 000000000..2611c941f --- /dev/null +++ b/kdoctools/customization/zh-TW/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/zh-TW/entities/help-menu.docbook b/kdoctools/customization/zh-TW/entities/help-menu.docbook new file mode 100644 index 000000000..7b10f52a6 --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/help-menu.docbook @@ -0,0 +1,58 @@ + + + + + +F1 + +Help +Contents... + + +Invokes the KDE Help system starting at the +&kappname; help pages. (this document). + + + + + +&Shift;F1 + +Help +What's This? + + +Changes the mouse cursor to a combination arrow and +question mark. Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function. + + + + + +Help +Report Bug... + +Opens the Bug report dialog where you can +report a bug or request a wishlist feature. + + + + +Help +About &kappname; + +This will display version and author +information. + + + + +Help +About KDE + +This displays the KDE version and other basic +information. + + diff --git a/kdoctools/customization/zh-TW/entities/install-compile.docbook b/kdoctools/customization/zh-TW/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/install-compile.docbook @@ -0,0 +1,12 @@ +In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution: + +% ./configure +% make +% make install + + +Since &kappname; uses autoconf and +automake you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists. + diff --git a/kdoctools/customization/zh-TW/entities/install-intro.docbook b/kdoctools/customization/zh-TW/entities/install-intro.docbook new file mode 100644 index 000000000..b6332c952 --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/install-intro.docbook @@ -0,0 +1,6 @@ + +&kappname; is part of the &kde; project &kde-http;. + +&kappname; can be found in the &package; package on +&kde-ftp;, the main &FTP; site of the &kde; +project. diff --git a/kdoctools/customization/zh-TW/entities/lgpl-notice.docbook b/kdoctools/customization/zh-TW/entities/lgpl-notice.docbook new file mode 100644 index 000000000..0e06a065a --- /dev/null +++ b/kdoctools/customization/zh-TW/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/zh-TW/entities/report-bugs.docbook b/kdoctools/customization/zh-TW/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/report-bugs.docbook @@ -0,0 +1 @@ + diff --git a/kdoctools/customization/zh-TW/entities/underArtisticLicense.docbook b/kdoctools/customization/zh-TW/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..bc3fed6a6 --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +本程式的授權方式採用 Artistic 許可證(Artistic License) diff --git a/kdoctools/customization/zh-TW/entities/underBSDLicense.docbook b/kdoctools/customization/zh-TW/entities/underBSDLicense.docbook new file mode 100644 index 000000000..9893a7843 --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +本程式的授權方式採用 BSD 許可證(BSD License) diff --git a/kdoctools/customization/zh-TW/entities/underFDL.docbook b/kdoctools/customization/zh-TW/entities/underFDL.docbook new file mode 100644 index 000000000..e4c196005 --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/underFDL.docbook @@ -0,0 +1 @@ +本文件的授權方式採用 GNU 自由文件許可證 diff --git a/kdoctools/customization/zh-TW/entities/underGPL.docbook b/kdoctools/customization/zh-TW/entities/underGPL.docbook new file mode 100644 index 000000000..0431bcfa8 --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/underGPL.docbook @@ -0,0 +1,3 @@ + +本程式的授權方式採用 GNU 通用公共許可證。 + diff --git a/kdoctools/customization/zh-TW/entities/underX11License.docbook b/kdoctools/customization/zh-TW/entities/underX11License.docbook new file mode 100644 index 000000000..8dfc65b17 --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/underX11License.docbook @@ -0,0 +1,2 @@ +本程式的授權方式採用 X11 許可證(X11 License) diff --git a/kdoctools/customization/zh-TW/entities/update-doc.docbook b/kdoctools/customization/zh-TW/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/zh-TW/entities/update-doc.docbook @@ -0,0 +1 @@ + diff --git a/kdoctools/customization/zh-TW/lang.entities b/kdoctools/customization/zh-TW/lang.entities new file mode 100644 index 000000000..f8b24b3ef --- /dev/null +++ b/kdoctools/customization/zh-TW/lang.entities @@ -0,0 +1,46 @@ + + + + +%kde.translated; + + + + + + + + + + + + + + + + + + + + + + + +%kde.language.specific; diff --git a/kdoctools/customization/zh-TW/strings.entities b/kdoctools/customization/zh-TW/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/zh-TW/strings.entities @@ -0,0 +1,23 @@ + + + + + + + ]]> + + + + ]]> + + + + ]]> + diff --git a/kdoctools/customization/zh-TW/user.entities b/kdoctools/customization/zh-TW/user.entities new file mode 100644 index 000000000..5be1664f8 --- /dev/null +++ b/kdoctools/customization/zh-TW/user.entities @@ -0,0 +1,38 @@ + + +Alt"> +Backspace"> +光碟機'> +Ctrl"> +dpi'> + +Enter"> +Esc"> + +FAQ'> + +KDE 資訊中心"> +KDE 控制中心"> +KDE 輔助中心"> + + + KDE 的 K 圖示 + + K + + 圖示"> +K 選單"> +左鍵"> +中鍵"> + +右鍵"> +Shift"> +系統匣"> +Tab"> -- cgit v1.2.1