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/sk/catalog | 36 ++++++++++++++ .../customization/sk/entities/fdl-notice.docbook | 12 +++++ .../customization/sk/entities/gpl-notice.docbook | 19 ++++++++ .../customization/sk/entities/help-menu.docbook | 56 ++++++++++++++++++++++ .../sk/entities/install-compile.docbook | 12 +++++ .../sk/entities/install-intro.docbook | 5 ++ .../customization/sk/entities/lgpl-notice.docbook | 20 ++++++++ .../customization/sk/entities/report-bugs.docbook | 1 + .../sk/entities/underArtisticLicense.docbook | 2 + .../sk/entities/underBSDLicense.docbook | 2 + .../customization/sk/entities/underFDL.docbook | 3 ++ .../customization/sk/entities/underGPL.docbook | 2 + .../sk/entities/underX11License.docbook | 2 + .../customization/sk/entities/update-doc.docbook | 1 + kdoctools/customization/sk/lang.entities | 46 ++++++++++++++++++ kdoctools/customization/sk/strings.entities | 23 +++++++++ kdoctools/customization/sk/user.entities | 24 ++++++++++ 17 files changed, 266 insertions(+) create mode 100644 kdoctools/customization/sk/catalog create mode 100644 kdoctools/customization/sk/entities/fdl-notice.docbook create mode 100644 kdoctools/customization/sk/entities/gpl-notice.docbook create mode 100644 kdoctools/customization/sk/entities/help-menu.docbook create mode 100644 kdoctools/customization/sk/entities/install-compile.docbook create mode 100644 kdoctools/customization/sk/entities/install-intro.docbook create mode 100644 kdoctools/customization/sk/entities/lgpl-notice.docbook create mode 100644 kdoctools/customization/sk/entities/report-bugs.docbook create mode 100644 kdoctools/customization/sk/entities/underArtisticLicense.docbook create mode 100644 kdoctools/customization/sk/entities/underBSDLicense.docbook create mode 100644 kdoctools/customization/sk/entities/underFDL.docbook create mode 100644 kdoctools/customization/sk/entities/underGPL.docbook create mode 100644 kdoctools/customization/sk/entities/underX11License.docbook create mode 100644 kdoctools/customization/sk/entities/update-doc.docbook create mode 100644 kdoctools/customization/sk/lang.entities create mode 100644 kdoctools/customization/sk/strings.entities create mode 100644 kdoctools/customization/sk/user.entities (limited to 'kdoctools/customization/sk') diff --git a/kdoctools/customization/sk/catalog b/kdoctools/customization/sk/catalog new file mode 100644 index 000000000..d40f4c85e --- /dev/null +++ b/kdoctools/customization/sk/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Slovak Documentation V1.0//SK" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//SK" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//SK" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//SK" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//SK" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//SK" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//SK" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SK" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//SK" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//SK" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//SK" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//SK" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//SK" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//SK" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//SK" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//SK" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//SK" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/sk/entities/fdl-notice.docbook b/kdoctools/customization/sk/entities/fdl-notice.docbook new file mode 100644 index 000000000..4abdf0db2 --- /dev/null +++ b/kdoctools/customization/sk/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +Máte právo kopírovať, distribuovať a/lebo modifikovať +tento dokument v rámci licencie GNU Free Documentation License, +Version 1.1 alebo vyššej tak, ako ju publikoval the Free Software +Foundation; with &FDLInvariantSections;, s &FDLFrontCoverText;, a +s &FDLBackCoverText;. Kópia tejto licencie je priložená v . + diff --git a/kdoctools/customization/sk/entities/gpl-notice.docbook b/kdoctools/customization/sk/entities/gpl-notice.docbook new file mode 100644 index 000000000..6afa8c9cc --- /dev/null +++ b/kdoctools/customization/sk/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. + +Mali by ste dostať kópiu licencie GNU General Public +License spolu s týmto programom, ak nie, napíšte na adresu the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + diff --git a/kdoctools/customization/sk/entities/help-menu.docbook b/kdoctools/customization/sk/entities/help-menu.docbook new file mode 100644 index 000000000..64b0b68c7 --- /dev/null +++ b/kdoctools/customization/sk/entities/help-menu.docbook @@ -0,0 +1,56 @@ + + + + + +F1 + +Pomocník +Obsah... + + +Spustí systém Pomocník KDE a zobrazí manuál pre +&kappname;. (tento dokument). + + + + + +&Shift;F1 + +Pomocník +Čo je to? + + +Zmení kurzor myši na kombináciu šipky a +otáznika. Kliknutím na položky v &kappname; zobrazíte okno +s krátkym popisom (ak pre dané miesto existuje), kde je vysvetlená funkcia +daného miesta. + + + + + +Pomocník +Poslať správu o chybe... + +Zobrazí dialóg pre správu o chybe, kde môžete +poslať správu o chybe alebo požiadavku na novú funkciu. + + + + +Pomocník +O &kappname; + +Toto zobrazí informáciu o verzii a autorovi aplikácie. + + + + +Pomocník +O KDE + +Toto zobrazí verziu KDE a iné základné informácie. + + diff --git a/kdoctools/customization/sk/entities/install-compile.docbook b/kdoctools/customization/sk/entities/install-compile.docbook new file mode 100644 index 000000000..35e2ce0d8 --- /dev/null +++ b/kdoctools/customization/sk/entities/install-compile.docbook @@ -0,0 +1,12 @@ +Aby ste preložili a nainštalovali &kappname; na váš systém, zadajte v základnom +priečinku distribúcie &kappname; tieto príkazy: + +% ./configure +% make +% make install + + +Pretože &kappname; používa autoconf a +automake nemali by ste mať s prekladom žiadne problémy. +Ak ale na nejaké narazíte, oznámte ich v konferenciách &kde;. + diff --git a/kdoctools/customization/sk/entities/install-intro.docbook b/kdoctools/customization/sk/entities/install-intro.docbook new file mode 100644 index 000000000..cf967b4e3 --- /dev/null +++ b/kdoctools/customization/sk/entities/install-intro.docbook @@ -0,0 +1,5 @@ + +&kappname; je súčasťou projektu &kde; &kde-http;. + +&kappname; nájdete v balíku &package; na +&kde-ftp;, hlavnom &FTP; serveri projektu &kde;. diff --git a/kdoctools/customization/sk/entities/lgpl-notice.docbook b/kdoctools/customization/sk/entities/lgpl-notice.docbook new file mode 100644 index 000000000..b494dd488 --- /dev/null +++ b/kdoctools/customization/sk/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. + +Mali by ste dostať kópiu licencie GNU Lesser General +Public License spolu s touto knižnicou. Ak nie, napíšte na adresu the Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA + diff --git a/kdoctools/customization/sk/entities/report-bugs.docbook b/kdoctools/customization/sk/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/sk/entities/report-bugs.docbook @@ -0,0 +1 @@ + diff --git a/kdoctools/customization/sk/entities/underArtisticLicense.docbook b/kdoctools/customization/sk/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..abd171cd8 --- /dev/null +++ b/kdoctools/customization/sk/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +Tento program je licencovaný pod Artistic License. diff --git a/kdoctools/customization/sk/entities/underBSDLicense.docbook b/kdoctools/customization/sk/entities/underBSDLicense.docbook new file mode 100644 index 000000000..a71f4733a --- /dev/null +++ b/kdoctools/customization/sk/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +Tento program je licencovaný pod BSD License. diff --git a/kdoctools/customization/sk/entities/underFDL.docbook b/kdoctools/customization/sk/entities/underFDL.docbook new file mode 100644 index 000000000..37e756576 --- /dev/null +++ b/kdoctools/customization/sk/entities/underFDL.docbook @@ -0,0 +1,3 @@ +Táto dokumentácia je licencovaná pod GNU Free Documentation +License. diff --git a/kdoctools/customization/sk/entities/underGPL.docbook b/kdoctools/customization/sk/entities/underGPL.docbook new file mode 100644 index 000000000..b47a18618 --- /dev/null +++ b/kdoctools/customization/sk/entities/underGPL.docbook @@ -0,0 +1,2 @@ +Tento program je licencovaný pod GNU General Public License. diff --git a/kdoctools/customization/sk/entities/underX11License.docbook b/kdoctools/customization/sk/entities/underX11License.docbook new file mode 100644 index 000000000..bfb74ebbd --- /dev/null +++ b/kdoctools/customization/sk/entities/underX11License.docbook @@ -0,0 +1,2 @@ +Tento program je licencovaný pod X11 License. diff --git a/kdoctools/customization/sk/entities/update-doc.docbook b/kdoctools/customization/sk/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/sk/entities/update-doc.docbook @@ -0,0 +1 @@ + diff --git a/kdoctools/customization/sk/lang.entities b/kdoctools/customization/sk/lang.entities new file mode 100644 index 000000000..fe5fb14d0 --- /dev/null +++ b/kdoctools/customization/sk/lang.entities @@ -0,0 +1,46 @@ + + + + +%kde.translated; + + + + + + + + + + + + + + + + + + + + + + + +%kde.language.specific; diff --git a/kdoctools/customization/sk/strings.entities b/kdoctools/customization/sk/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/sk/strings.entities @@ -0,0 +1,23 @@ + + + + + + + ]]> + + + + ]]> + + + + ]]> + diff --git a/kdoctools/customization/sk/user.entities b/kdoctools/customization/sk/user.entities new file mode 100644 index 000000000..2f51e8149 --- /dev/null +++ b/kdoctools/customization/sk/user.entities @@ -0,0 +1,24 @@ + +Ovládacie centrum &kde;"> +dpi"> +CD-ROM"> +Shift"> +Ctrl"> +Alt"> +Esc"> +Backspace"> + + + veľké K + + K + + -Symbol"> +K menu"> + \ No newline at end of file -- cgit v1.2.1