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 --- .../customization/hu/entities/fdl-notice.docbook | 13 +++++ .../customization/hu/entities/gpl-notice.docbook | 19 +++++++ .../customization/hu/entities/help-menu.docbook | 58 ++++++++++++++++++++++ .../hu/entities/install-compile.docbook | 12 +++++ .../hu/entities/install-intro.docbook | 6 +++ .../customization/hu/entities/lgpl-notice.docbook | 20 ++++++++ .../customization/hu/entities/report-bugs.docbook | 1 + .../hu/entities/underArtisticLicense.docbook | 2 + .../hu/entities/underBSDLicense.docbook | 2 + .../customization/hu/entities/underFDL.docbook | 3 ++ .../customization/hu/entities/underGPL.docbook | 2 + .../hu/entities/underX11License.docbook | 2 + .../customization/hu/entities/update-doc.docbook | 1 + 13 files changed, 141 insertions(+) create mode 100644 kdoctools/customization/hu/entities/fdl-notice.docbook create mode 100644 kdoctools/customization/hu/entities/gpl-notice.docbook create mode 100644 kdoctools/customization/hu/entities/help-menu.docbook create mode 100644 kdoctools/customization/hu/entities/install-compile.docbook create mode 100644 kdoctools/customization/hu/entities/install-intro.docbook create mode 100644 kdoctools/customization/hu/entities/lgpl-notice.docbook create mode 100644 kdoctools/customization/hu/entities/report-bugs.docbook create mode 100644 kdoctools/customization/hu/entities/underArtisticLicense.docbook create mode 100644 kdoctools/customization/hu/entities/underBSDLicense.docbook create mode 100644 kdoctools/customization/hu/entities/underFDL.docbook create mode 100644 kdoctools/customization/hu/entities/underGPL.docbook create mode 100644 kdoctools/customization/hu/entities/underX11License.docbook create mode 100644 kdoctools/customization/hu/entities/update-doc.docbook (limited to 'kdoctools/customization/hu/entities') diff --git a/kdoctools/customization/hu/entities/fdl-notice.docbook b/kdoctools/customization/hu/entities/fdl-notice.docbook new file mode 100644 index 000000000..f051e29de --- /dev/null +++ b/kdoctools/customization/hu/entities/fdl-notice.docbook @@ -0,0 +1,13 @@ +Ez a dokumentum szabadon másolható, továbbadható és/vagy +módosítható a GNU Free Documentation License (az 1.1-es vagy bármelyik +annál későbbi változat) feltételeinek betartásával. A licencet a Free Software +Foundation adta ki, lásd: &FDLInvariantSections;, &FDLFrontCoverText;, és +&FDLBackCoverText;. A licenc másolata megtalálható itt: . + diff --git a/kdoctools/customization/hu/entities/gpl-notice.docbook b/kdoctools/customization/hu/entities/gpl-notice.docbook new file mode 100644 index 000000000..2611c941f --- /dev/null +++ b/kdoctools/customization/hu/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/hu/entities/help-menu.docbook b/kdoctools/customization/hu/entities/help-menu.docbook new file mode 100644 index 000000000..83af639ad --- /dev/null +++ b/kdoctools/customization/hu/entities/help-menu.docbook @@ -0,0 +1,58 @@ + + + + + +F1 + +Segítség +&kappname; kézikönyv + + +Elindítja a KDE Segítség rendszert és +betölti a(z) &kappname; alkalmazás dokumentációját (ezt a dokumentumot). + + + + + +&Shift;F1 + +Segítség +Mi ez? + + +Ennek hatására az egérmutató alakja egy nyíl és egy kérdőjel +kombinációjává válik. Ha ekkor rákattint egy elemre a(z) &kappname; alkalmazásban, akkor megjelenik egy kis +ablakban az elem funkciójának rövid leírása (ha tartozik hozzá leírás). + + + + + + +Segítség +Hibabejelentés... + +Megnyit egy hibabejelentő ablakot, ahol egy űrlap +kitöltésével lehet bejelenteni a hibákat és a továbbfejlesztési kéréseket. + + + + +Segítség +A(z) &kappname; névjegye + +Megjeleníti a program verziószámát és a +szerzők nevét. + + + + +Segítség +A KDE névjegye + +Megjeleníti a KDE verziószámát és néhány más +fontos jellemzőjét. + + diff --git a/kdoctools/customization/hu/entities/install-compile.docbook b/kdoctools/customization/hu/entities/install-compile.docbook new file mode 100644 index 000000000..05369599b --- /dev/null +++ b/kdoctools/customization/hu/entities/install-compile.docbook @@ -0,0 +1,12 @@ +Az alkalmazás telepítéséhez és lefordításához az alábbi parancsokat +kell kiadni az alkalmazás forrásának alapkönyvtárában: + +% ./configure +% make +% make install + + +A program fordítási szkriptjei az autoconf és az +automake segítségével készültek, ezért külön beállítást nem igényelnek. A felmerült +problémák leírását küldje el a megfelelő &kde; levelezőlistá(k)ra. + diff --git a/kdoctools/customization/hu/entities/install-intro.docbook b/kdoctools/customization/hu/entities/install-intro.docbook new file mode 100644 index 000000000..5deb04fb1 --- /dev/null +++ b/kdoctools/customization/hu/entities/install-intro.docbook @@ -0,0 +1,6 @@ + +A program a &kde; projekt (&kde-http;) része, + +a(z) &package; csomagban található, mely letölthető erről a címről: +&kde-ftp;, a &kde; projekt központi &FTP;-kiszolgálójáról. + diff --git a/kdoctools/customization/hu/entities/lgpl-notice.docbook b/kdoctools/customization/hu/entities/lgpl-notice.docbook new file mode 100644 index 000000000..0e06a065a --- /dev/null +++ b/kdoctools/customization/hu/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/hu/entities/report-bugs.docbook b/kdoctools/customization/hu/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/hu/entities/report-bugs.docbook @@ -0,0 +1 @@ + diff --git a/kdoctools/customization/hu/entities/underArtisticLicense.docbook b/kdoctools/customization/hu/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..2cebf0a8a --- /dev/null +++ b/kdoctools/customization/hu/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +Ez a program az Artistic License feltételeinek megfelelően használható. diff --git a/kdoctools/customization/hu/entities/underBSDLicense.docbook b/kdoctools/customization/hu/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/hu/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +This program is licensed under the terms of the BSD License. diff --git a/kdoctools/customization/hu/entities/underFDL.docbook b/kdoctools/customization/hu/entities/underFDL.docbook new file mode 100644 index 000000000..65d5936ec --- /dev/null +++ b/kdoctools/customization/hu/entities/underFDL.docbook @@ -0,0 +1,3 @@ +This documentation is licensed under the terms of the GNU Free Documentation +License. diff --git a/kdoctools/customization/hu/entities/underGPL.docbook b/kdoctools/customization/hu/entities/underGPL.docbook new file mode 100644 index 000000000..27d9047b5 --- /dev/null +++ b/kdoctools/customization/hu/entities/underGPL.docbook @@ -0,0 +1,2 @@ +This program is licensed under the terms of the GNU General Public License. diff --git a/kdoctools/customization/hu/entities/underX11License.docbook b/kdoctools/customization/hu/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/hu/entities/underX11License.docbook @@ -0,0 +1,2 @@ +This program is licensed under the terms of the X11 License. diff --git a/kdoctools/customization/hu/entities/update-doc.docbook b/kdoctools/customization/hu/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/hu/entities/update-doc.docbook @@ -0,0 +1 @@ + -- cgit v1.2.1