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/nl/entities/fdl-notice.docbook | 14 ++++++ .../customization/nl/entities/gpl-notice.docbook | 34 ++++++++++++++ .../customization/nl/entities/help-menu.docbook | 54 ++++++++++++++++++++++ .../nl/entities/install-compile.docbook | 11 +++++ .../nl/entities/install-intro.docbook | 3 ++ .../customization/nl/entities/lgpl-notice.docbook | 35 ++++++++++++++ .../customization/nl/entities/report-bugs.docbook | 1 + .../nl/entities/underArtisticLicense.docbook | 2 + .../nl/entities/underBSDLicense.docbook | 2 + .../customization/nl/entities/underFDL.docbook | 4 ++ .../customization/nl/entities/underGPL.docbook | 3 ++ .../nl/entities/underX11License.docbook | 2 + .../customization/nl/entities/update-doc.docbook | 1 + 13 files changed, 166 insertions(+) create mode 100644 kdoctools/customization/nl/entities/fdl-notice.docbook create mode 100644 kdoctools/customization/nl/entities/gpl-notice.docbook create mode 100644 kdoctools/customization/nl/entities/help-menu.docbook create mode 100644 kdoctools/customization/nl/entities/install-compile.docbook create mode 100644 kdoctools/customization/nl/entities/install-intro.docbook create mode 100644 kdoctools/customization/nl/entities/lgpl-notice.docbook create mode 100644 kdoctools/customization/nl/entities/report-bugs.docbook create mode 100644 kdoctools/customization/nl/entities/underArtisticLicense.docbook create mode 100644 kdoctools/customization/nl/entities/underBSDLicense.docbook create mode 100644 kdoctools/customization/nl/entities/underFDL.docbook create mode 100644 kdoctools/customization/nl/entities/underGPL.docbook create mode 100644 kdoctools/customization/nl/entities/underX11License.docbook create mode 100644 kdoctools/customization/nl/entities/update-doc.docbook (limited to 'kdoctools/customization/nl/entities') diff --git a/kdoctools/customization/nl/entities/fdl-notice.docbook b/kdoctools/customization/nl/entities/fdl-notice.docbook new file mode 100644 index 000000000..475c886e5 --- /dev/null +++ b/kdoctools/customization/nl/entities/fdl-notice.docbook @@ -0,0 +1,14 @@ +Het is toegestaan dit document te kopiƫren, te verdelen en/of te +wijzigen onder de voorwaarden van de GNU vrije-documentatie-licentie, +versie 1.1 of een latere versie, gepubliceerd door de Free Software +Foundation; &FDLInvariantSections;, &FDLFrontCoverText;, en +&FDLBackCoverText;. Een kopie van de licentie vindt u hier: . + + diff --git a/kdoctools/customization/nl/entities/gpl-notice.docbook b/kdoctools/customization/nl/entities/gpl-notice.docbook new file mode 100644 index 000000000..6350b3fd6 --- /dev/null +++ b/kdoctools/customization/nl/entities/gpl-notice.docbook @@ -0,0 +1,34 @@ +Deze toepassing is vrije software; u kunt deze verspreiden en/of +wijzigen onder de voorwaarden van de GNU General Public License, zoals +gepubliceerd door de Free Software Foundation in versie 2 van +de licentie of (naar uw mening) enige nieuwere versie. + + + +Deze toepassing is verspreid met de intentie dat deze toepassing +zou kunnen zijn, maar ZONDER ENIGE GARANTIE. Zonder zelfs de impliciete +garantie van VERKOOPBAARHEID of GESCHIKTHEID VOOR EEN BEPAALD DOEL. Meer +details zijn te vinden in de GNU General Public License. + + + +Bij deze toepassing hoort u een kopie van de GNU General Public +License gekregen te hebben. Is dit niet het geval, schrijf dan naar de +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +MA 02110-1301, USA. + + + diff --git a/kdoctools/customization/nl/entities/help-menu.docbook b/kdoctools/customization/nl/entities/help-menu.docbook new file mode 100644 index 000000000..a2112d6d1 --- /dev/null +++ b/kdoctools/customization/nl/entities/help-menu.docbook @@ -0,0 +1,54 @@ + + + +Help +&kappname; handboek... + + +Roept het handboek van &kappname; op (dit document). + + + + + +&Shift;F1 + +Help +Wat is dit? + + +Verandert de muiscursor in de combinatie pijltje en +vraagteken. Het klikken op items in &kappname; zal een tekstballon +tonen (als er een beschikbaar is voor dat specifieke item) met een omschrijving van +de functie van dat item. + + + + + +Help +Bug rapporteren... + +Opent het bugrapport-dialoogvenster waar u een +een bug kunt melden of een suggestie kunt indienen die deze toepassing beter, handiger of nuttiger zou kunnen maken. + + + + + +Help +Info over &kappname; + +Deze optie zal informatie over de versie en de auteurs +tonen. + + + + +Help +Over KDE + +Dit zal de KDE-versie en andere standaardinformatie +tonen. + + diff --git a/kdoctools/customization/nl/entities/install-compile.docbook b/kdoctools/customization/nl/entities/install-compile.docbook new file mode 100644 index 000000000..7ada21ee6 --- /dev/null +++ b/kdoctools/customization/nl/entities/install-compile.docbook @@ -0,0 +1,11 @@ +Er zijn een aantal stappen nodig om &kappname; op uw systeem te compileren en te installeren. Voer de volgende commando's uit in de hoofdmap van de broncode van &kappname;: + +% ./configure +% make +% make install + + +Aangezien &kappname; autoconf en +automake gebruikt, zouden er bij de compilatie geen +problemen mogen voorkomen. Indien u toch problemen tegenkomt, meldt u ze dan in +de betreffende &kde;-mailinglists. \ No newline at end of file diff --git a/kdoctools/customization/nl/entities/install-intro.docbook b/kdoctools/customization/nl/entities/install-intro.docbook new file mode 100644 index 000000000..f1b8d7169 --- /dev/null +++ b/kdoctools/customization/nl/entities/install-intro.docbook @@ -0,0 +1,3 @@ +&kappname; is een onderdeel van het &kde;-project &kde-http;. + +&kappname; is een onderdeel van de module &package;. Deze module kunt u vinden op de FTP-site van het &kde;-project: &kde-ftp;. diff --git a/kdoctools/customization/nl/entities/lgpl-notice.docbook b/kdoctools/customization/nl/entities/lgpl-notice.docbook new file mode 100644 index 000000000..839d11b10 --- /dev/null +++ b/kdoctools/customization/nl/entities/lgpl-notice.docbook @@ -0,0 +1,35 @@ +Deze bibliotheek is vrije software; u kunt deze verspreiden en/of +wijzigen onder de voorwaarden van de GNU General Public License zoals +gepubliceerd door de Free Software Foundation in versie 2 van +de licentie of (naar uw mening) enige nieuwere versie. + + + +Deze bibliotheek is verspreid met de intentie dat deze toepasbaar +zou kunnen zijn, maar ZONDER ENIGE GARANTIE. Zonder zelfs de impliciete +garantie van VERKOOPBAARHEID of GESCHIKTHEID VOOR EEN BEPAALD DOEL. Meer +informatie is te vinden in de GNU General Public License. + + + +Bij deze bibliotheek hoort u een kopie van de GNU General Public +License gekregen te hebben. Is dit niet het geval, schrijf dan naar de +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +MA 02110-1301, USA. + + + diff --git a/kdoctools/customization/nl/entities/report-bugs.docbook b/kdoctools/customization/nl/entities/report-bugs.docbook new file mode 100644 index 000000000..c07a3d282 --- /dev/null +++ b/kdoctools/customization/nl/entities/report-bugs.docbook @@ -0,0 +1 @@ +Problemen en suggesties kunnen op de website http://bugs.kde.nl gemeld worden. \ No newline at end of file diff --git a/kdoctools/customization/nl/entities/underArtisticLicense.docbook b/kdoctools/customization/nl/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..54dc82f52 --- /dev/null +++ b/kdoctools/customization/nl/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +Deze toepassing valt onder de bepalingen van deArtistic License. diff --git a/kdoctools/customization/nl/entities/underBSDLicense.docbook b/kdoctools/customization/nl/entities/underBSDLicense.docbook new file mode 100644 index 000000000..b3b47db12 --- /dev/null +++ b/kdoctools/customization/nl/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +Deze toepassing valt onder de bepalingen van de BSD License. diff --git a/kdoctools/customization/nl/entities/underFDL.docbook b/kdoctools/customization/nl/entities/underFDL.docbook new file mode 100644 index 000000000..69d885cb1 --- /dev/null +++ b/kdoctools/customization/nl/entities/underFDL.docbook @@ -0,0 +1,4 @@ +Deze documentatie valt onder de +bepalingen van de GNU +vrije-documentatie-licentie. diff --git a/kdoctools/customization/nl/entities/underGPL.docbook b/kdoctools/customization/nl/entities/underGPL.docbook new file mode 100644 index 000000000..a8f433958 --- /dev/null +++ b/kdoctools/customization/nl/entities/underGPL.docbook @@ -0,0 +1,3 @@ +Deze toepassing valt onder de bepalingen van de GNU General Public License. + diff --git a/kdoctools/customization/nl/entities/underX11License.docbook b/kdoctools/customization/nl/entities/underX11License.docbook new file mode 100644 index 000000000..6a71bc44f --- /dev/null +++ b/kdoctools/customization/nl/entities/underX11License.docbook @@ -0,0 +1,2 @@ +Deze toepassing valt onder de bepalingen van de X11-licentie. \ No newline at end of file diff --git a/kdoctools/customization/nl/entities/update-doc.docbook b/kdoctools/customization/nl/entities/update-doc.docbook new file mode 100644 index 000000000..36da80c79 --- /dev/null +++ b/kdoctools/customization/nl/entities/update-doc.docbook @@ -0,0 +1 @@ +Deze handleiding kan inmiddels vernieuwd zijn. De meest recente versie van het handboek van &kappname; is te vinden op http://docs.kde.org/nl/. \ No newline at end of file -- cgit v1.2.1