diff options
Diffstat (limited to 'kdoctools/customization')
751 files changed, 18478 insertions, 0 deletions
diff --git a/kdoctools/customization/README b/kdoctools/customization/README new file mode 100644 index 000000000..c4b47c687 --- /dev/null +++ b/kdoctools/customization/README @@ -0,0 +1,58 @@ +2002-11-12 +Some short documentation on the different stylesheets, and how to use them. + +kde-chunk.xsl + +The standard KDE stylesheet, as used to generate the content for +KHelpCenter. If you do not specify a stylesheet, this is the default. + +This stylesheet includes kde-navig.xsl, which controls the +presentation of the top and bottom of the page graphics, and is reused +in other places. You should probably not call kde-navig.xsl on it's own. + +kde-nochunk.xsl + +This is very similar to the standard KDE stylesheet, but it creates +one single html file for the entire document. This is one way to get +print output, using html2pdf or html2ps. It's also useable to create +a "printable version" of a document to link to on a website. + +kde-style.xsl + +All KDE "look and feel" customizations (other than the navigation +graphics in kde-navig.xsl) are here. This is where changes to how +things render are placed. In most cases, the actual rendering is +controlled by the CSS files, and this file simply has the instructions +to ensure class attributes are written into the HTML as necessary, for +the CSS to display. + +kde-ttlpg.xsl + +The Title Page layout for the KDE documentation. This one covers +customizing the TOC, presentation of legal notices, and a slightly +different navigation graphic. + +kde-web.xsl +(This stylesheet includes kde-web-navig.xsl, which should not be used +directly on it's own) + +Simplified version of the KDE stylesheet, aimed at websites. Content +is constrained to a 680px wide table. You could use this for example, +to generate web pages that will print nicely and display on older +browsers nicely. + +kde-chunk-online.xsl +(This stylesheet includes kde-web-navig-online.xsl, which should not +be used directly on it's own) + +Slightly altered version of the KDE stylesheet, used to generate the +docs.kde.org website, among others. + +kde-man.xsl + +A stylesheet for generating *roff output (for manpages) from DocBook +files. It's virtually the same as the original manpages/docbook.xsl file +from the DocBook XSL package, except that the output file's name is +hardcoded to 'manpage.troff', and the 'Writing manpage.troff' message +is suppressed. + diff --git a/kdoctools/customization/af/catalog b/kdoctools/customization/af/catalog new file mode 100644 index 000000000..c456cb20d --- /dev/null +++ b/kdoctools/customization/af/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Afrikaans Documentation V1.0//AF" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//AF" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//AF" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//AF" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//AF" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//AF" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//AF" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//AF" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//AF" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//AF" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//AF" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//AF" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//AF" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//AF" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//AF" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//AF" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//AF" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/af/entities/fdl-notice.docbook b/kdoctools/customization/af/entities/fdl-notice.docbook new file mode 100644 index 000000000..a6bd766a8 --- /dev/null +++ b/kdoctools/customization/af/entities/fdl-notice.docbook @@ -0,0 +1,14 @@ +<para>Toestemming is gegun om hierdie dokument te kopieër, te versprei +en/of te verander on die 'GNU Free Documentation' lisensie, weergawe 1.1 +of enige latere weergawe gepubliseer deur die 'Free Software Foundation'; +&FDLInvariantSections;, met &FDLFrontCoverText;, en met &FDLBackCoverText;. +'n Kopie van die lisensie is ingesluit in <xref linkend="gnu-fdl"/>.</para> + +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> + diff --git a/kdoctools/customization/af/entities/gpl-notice.docbook b/kdoctools/customization/af/entities/gpl-notice.docbook new file mode 100644 index 000000000..d611422d0 --- /dev/null +++ b/kdoctools/customization/af/entities/gpl-notice.docbook @@ -0,0 +1,21 @@ +<para>Hierdie program is gratis; jy kan dit herversprei en/of +verander volgens die terme van die 'GNU General Public License', +soos gepubliseer deur die 'Free Software Foundation', volgens +weergawe 2 of enige latere weergawe.</para> + +<para>Hierdie program is versprei met die hoop dat dit bruikbaar +sal wees, maar SONDER ENIGE WAARBORG; selfs sonder die geïmpliseerde +waarborge van 'MERCHANTABILITY' of GESKIKTHEID VIR 'n SEKERE DOEL. +Kyk na die 'GNU General Public License' vir meer inligting.</para> + +<para>Jy moes 'n kopie van die 'GNU General Public License' saam +met die program gekry het; Indien dit nie die geval is nie, kan +dit aangevra word vanaf die Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA.</para> + +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/af/entities/help-menu.docbook b/kdoctools/customization/af/entities/help-menu.docbook new file mode 100644 index 000000000..7b10f52a6 --- /dev/null +++ b/kdoctools/customization/af/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/af/entities/install-compile.docbook b/kdoctools/customization/af/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/af/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/af/entities/install-intro.docbook b/kdoctools/customization/af/entities/install-intro.docbook new file mode 100644 index 000000000..7774f157b --- /dev/null +++ b/kdoctools/customization/af/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/af/entities/lgpl-notice.docbook b/kdoctools/customization/af/entities/lgpl-notice.docbook new file mode 100644 index 000000000..8f12e81e8 --- /dev/null +++ b/kdoctools/customization/af/entities/lgpl-notice.docbook @@ -0,0 +1,21 @@ +<para>Hierdie biblioteek is gratis sagteware;jy kan dit herversprei en/of +verander volgens die terme van die 'GNU General Public License', +soos gepubliseer deur die 'Free Software Foundation', volgens +weergawe 2 of enige latere weergawe.</para> + +<para>Hierdie biblioteek is versprei met die hoop dat dit bruikbaar +sal wees, maar SONDER ENIGE WAARBORG; selfs sonder die geïmpliseerde +waarborge van 'MERCHANTABILITY' of GESKIKTHEID VIR 'n SEKERE DOEL. +Kyk na die 'GNU General Public License' vir meer inligting.</para> + +<para>Jy moes 'n kopie van die 'GNU Lesser General Public License' saam +met die biblioteek gekry het; Indien dit nie die geval is nie, kan +dit aangevra word vanaf die Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/af/entities/report-bugs.docbook b/kdoctools/customization/af/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/af/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/af/entities/underArtisticLicense.docbook b/kdoctools/customization/af/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..f19b9616b --- /dev/null +++ b/kdoctools/customization/af/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Hierdie program is gelisensieer volgens die terme van die '<ulink +url="common/artistic-license.html">Artistic License</ulink>'.</para> diff --git a/kdoctools/customization/af/entities/underBSDLicense.docbook b/kdoctools/customization/af/entities/underBSDLicense.docbook new file mode 100644 index 000000000..1222e95a4 --- /dev/null +++ b/kdoctools/customization/af/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>>Hierdie program is gelisensieer volgens die terme van die '<ulink +url="common/bsd-license.html">BSD License</ulink>'.</para> diff --git a/kdoctools/customization/af/entities/underFDL.docbook b/kdoctools/customization/af/entities/underFDL.docbook new file mode 100644 index 000000000..6afff8b49 --- /dev/null +++ b/kdoctools/customization/af/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="die paragraaf getiteld "GNU +Free Documentation License"">>Hierdie program is gelisensieer + volgens die terme van die '<ulink url="common/fdl-license.html"> +GNU Free Documentation License</ulink>.</para> diff --git a/kdoctools/customization/af/entities/underGPL.docbook b/kdoctools/customization/af/entities/underGPL.docbook new file mode 100644 index 000000000..6d8ef8b82 --- /dev/null +++ b/kdoctools/customization/af/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>>Hierdie program is gelisensieer volgens die terme van die '<ulink +url="common/gpl-translated.html">GNU General Public License</ulink>'.</para> diff --git a/kdoctools/customization/af/entities/underX11License.docbook b/kdoctools/customization/af/entities/underX11License.docbook new file mode 100644 index 000000000..a216e53b1 --- /dev/null +++ b/kdoctools/customization/af/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>>Hierdie program is gelisensieer volgens die terme van die '<ulink +url="common/x11-license.html">X11 License</ulink>'.</para> diff --git a/kdoctools/customization/af/entities/update-doc.docbook b/kdoctools/customization/af/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/af/entities/update-doc.docbook @@ -0,0 +1 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/af/lang.entities b/kdoctools/customization/af/lang.entities new file mode 100644 index 000000000..6eedc040d --- /dev/null +++ b/kdoctools/customization/af/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "nl"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//AF" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//AF" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//AF" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//AF" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//AF" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//AF" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//AF" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//AF" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//AF" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//AF" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//AF" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/af/strings.entities b/kdoctools/customization/af/strings.entities new file mode 100644 index 000000000..eac2ae99e --- /dev/null +++ b/kdoctools/customization/af/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "hierdie program"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "VERTOON HULLE TITELS"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "Die invariante paragraaf &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "sonder invariante paragraaf"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "VERTOON"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "Die voor omslagteks is &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "sonder voor omslagteks"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "VERTOON HULLE TITELS"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "Die agter omslagteks is &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "sonder agter omslagteks"> diff --git a/kdoctools/customization/af/user.entities b/kdoctools/customization/af/user.entities new file mode 100644 index 000000000..607e85c97 --- /dev/null +++ b/kdoctools/customization/af/user.entities @@ -0,0 +1,18 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!-- Temporary hack: Please translate to Afrikaans + You can translate both entity name and contents --> + +<!ENTITY bv "<abbrev>bv.</abbrev>"> +<!ENTITY ens "<abbrev>ens.</abbrev>"> +<!ENTITY LMK "<mousebutton>linker</mousebutton> muis knoppie"> +<!ENTITY RMK "<mousebutton>regter</mousebutton> muis knoppie"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY Alt "<keycap>Alt</keycap>"> diff --git a/kdoctools/customization/bg/catalog b/kdoctools/customization/bg/catalog new file mode 100644 index 000000000..07156d95e --- /dev/null +++ b/kdoctools/customization/bg/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Bulgarian Documentation V1.0//BG" + "lang.entities" +PUBLIC "-//KDE//ENTITIES Bulgarian Contributors V1.0//BG" + "contributor.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//BG" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//BG" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//BG" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//BG" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//BG" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//BG" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//BG" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//BG" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//BG" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//BG" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//BG" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//BG" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//BG" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//BG" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//BG" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//BG" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/bg/contributor.entities b/kdoctools/customization/bg/contributor.entities new file mode 100644 index 000000000..580370f70 --- /dev/null +++ b/kdoctools/customization/bg/contributor.entities @@ -0,0 +1,2 @@ +<!-- Contains general entity definitions for the names of the translators. + See ../entities/contributor.entities. --> diff --git a/kdoctools/customization/bg/entities/fdl-notice.docbook b/kdoctools/customization/bg/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/bg/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/bg/entities/gpl-notice.docbook b/kdoctools/customization/bg/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/bg/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/bg/entities/help-menu.docbook b/kdoctools/customization/bg/entities/help-menu.docbook new file mode 100644 index 000000000..309abcde6 --- /dev/null +++ b/kdoctools/customization/bg/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>&kappname; Handbook</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/bg/entities/install-compile.docbook b/kdoctools/customization/bg/entities/install-compile.docbook new file mode 100644 index 000000000..a2ea62293 --- /dev/null +++ b/kdoctools/customization/bg/entities/install-compile.docbook @@ -0,0 +1,11 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> diff --git a/kdoctools/customization/bg/entities/install-intro.docbook b/kdoctools/customization/bg/entities/install-intro.docbook new file mode 100644 index 000000000..3f6f5edb5 --- /dev/null +++ b/kdoctools/customization/bg/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/bg/entities/lgpl-notice.docbook b/kdoctools/customization/bg/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/bg/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/bg/entities/report-bugs.docbook b/kdoctools/customization/bg/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/bg/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/bg/entities/underArtisticLicense.docbook b/kdoctools/customization/bg/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/bg/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/bg/entities/underBSDLicense.docbook b/kdoctools/customization/bg/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/bg/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/bg/entities/underFDL.docbook b/kdoctools/customization/bg/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/bg/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/bg/entities/underGPL.docbook b/kdoctools/customization/bg/entities/underGPL.docbook new file mode 100644 index 000000000..a2074f33d --- /dev/null +++ b/kdoctools/customization/bg/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-license.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/bg/entities/underX11License.docbook b/kdoctools/customization/bg/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/bg/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/bg/entities/update-doc.docbook b/kdoctools/customization/bg/entities/update-doc.docbook new file mode 100644 index 000000000..e3d8ec4c1 --- /dev/null +++ b/kdoctools/customization/bg/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>This document may have been updated since your installation. +You can find the latest version at <ulink +url="http://docs.kde.org/current/&package;/&kappname;/">http://docs.kde.org/current/&package;/&kappname;/</ulink>.</para> diff --git a/kdoctools/customization/bg/lang.entities b/kdoctools/customization/bg/lang.entities new file mode 100644 index 000000000..be49dc40f --- /dev/null +++ b/kdoctools/customization/bg/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "bg"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//BG" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//BG" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//BG" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//BG" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//BG" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//BG" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//BG" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//BG" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//BG" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//BG" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//BG" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/bg/strings.entities b/kdoctools/customization/bg/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/bg/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/bg/user.entities b/kdoctools/customization/bg/user.entities new file mode 100644 index 000000000..627f7fafb --- /dev/null +++ b/kdoctools/customization/bg/user.entities @@ -0,0 +1,6 @@ +<!-- This file contains entities (only!) to make translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name. + --> diff --git a/kdoctools/customization/ca/catalog b/kdoctools/customization/ca/catalog new file mode 100644 index 000000000..9cfa9c9b4 --- /dev/null +++ b/kdoctools/customization/ca/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Catalan Documentation V1.0//CA" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//CA" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//CA" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//CA" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//CA" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//CA" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//CA" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//CA" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//CA" + "entities/underLGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//CA" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//CA" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//CA" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//CA" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//CA" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//CA" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//CA" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//CA" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//CA" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/ca/entities/fdl-notice.docbook b/kdoctools/customization/ca/entities/fdl-notice.docbook new file mode 100644 index 000000000..f871d66ae --- /dev/null +++ b/kdoctools/customization/ca/entities/fdl-notice.docbook @@ -0,0 +1,13 @@ +<para>Es concedeix permís per a copiar, distribuir i/o modificar aquest +document sota els termes de la Llicència Lliure Pública de GNU, Versió 1.1 +o qualsevol versió publicada posteriorment per la Free Software Foundation; +amb &FDLInvariantSections;, &FDLFrontCoverText; i &FDLBackCoverText;. +S'inclou una còpia d'aquesta llicència en +<xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/ca/entities/gpl-notice.docbook b/kdoctools/customization/ca/entities/gpl-notice.docbook new file mode 100644 index 000000000..8a3262214 --- /dev/null +++ b/kdoctools/customization/ca/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>Aquest programa és programari lliure; podeu redistribuir-lo i/o +modificar-lo sota els termes de la Llicència Pública General de GNU, tal i +com ha estat publicada per la Free Software Foundation; tant la versió 2 +de la llicència o (a opció vostra) amb qualsevol versió posterior.</para> + +<para>Aquest programa es distribueix amb l'esperança de que serà +d'utilitat, però SENSE CAP GARANTIA; fins i tot sense la garantia +implícita de COMERCIALITAT o ADEQUACIÓ PER A QUALSEVOL PROPÒSIT. Per a +més detalls mireu la Llicència Pública General de GNU.</para> + +<para>Amb aquest programa haurieu d'haber rebut una cpopia de la Llicència +Pública General de GNU; si no és així, escriviu a la Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ca/entities/help-menu.docbook b/kdoctools/customization/ca/entities/help-menu.docbook new file mode 100644 index 000000000..921e68971 --- /dev/null +++ b/kdoctools/customization/ca/entities/help-menu.docbook @@ -0,0 +1,60 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ajuda</guimenu> +<guimenuitem>Manual de &kappname;</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Inicia el sistema d'ajuda del KDE</action> +mostrant les pàgines d'ajuda per a &kappname;. (Aquest document).</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Maj;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ajuda</guimenu> +<guimenuitem>Què és això?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Canvia el cursor del ratolí a una combinació entre +fletxa i interrogant.</action> Clicant a sobre dels ítems de &kappname; +se us obrirà una finestra d'ajuda (si existeix per a aquest ítem en +particular) explicant la funció de dit ítem.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Ajuda</guimenu> +<guimenuitem>Informe d'errors...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Obre un diàleg d'informe d'errors</action> a on +podreu informar d'un error o requerir una característica +<quote>wishlist</quote>.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ajuda</guimenu> +<guimenuitem>Quant a &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Us mostrarà informació quant a la versió i el seu +autor.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ajuda</guimenu> +<guimenuitem>Quant a KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Us mostrarà informació quant a la versió del KDE i +d'altra informació bàsica.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/ca/entities/install-compile.docbook b/kdoctools/customization/ca/entities/install-compile.docbook new file mode 100644 index 000000000..34460c558 --- /dev/null +++ b/kdoctools/customization/ca/entities/install-compile.docbook @@ -0,0 +1,14 @@ +<para>Per a poder compilar i instal·lar &kappname; al vostre sistema, +introduiu el següent en el directori arrel de la distribució de +&kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Donat que &kappname; empra <command>autoconf</command> i +<command>automake</command> no hauria de produir-se cap complicació durant +la compilació. Si us trobeu amb cap problema, si us plau, informeu-ne a +les llistes de correu de &kde;.</para> + diff --git a/kdoctools/customization/ca/entities/install-intro.docbook b/kdoctools/customization/ca/entities/install-intro.docbook new file mode 100644 index 000000000..2148d4066 --- /dev/null +++ b/kdoctools/customization/ca/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; forma part del projecte &kde; &kde-http;.</para> + +<para>&kappname; pot trobar-se en el paquet &package; en &kde-ftp;, el +servidor &FTP; principal del projecte &kde;.</para> diff --git a/kdoctools/customization/ca/entities/lgpl-notice.docbook b/kdoctools/customization/ca/entities/lgpl-notice.docbook new file mode 100644 index 000000000..f9271682d --- /dev/null +++ b/kdoctools/customization/ca/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>Aquesta programa és programari lliure; podeu redistribuir-lo i/o +modificar-lo sota els termes de la Llicència Pública Menys General de GNU +(LGPL), tal i com ha estat publicada per la Free Software Foundation; tant la +versió 2 de la llicència o (a opció vostra) amb qualsevol versió +posterior.</para> + +<para>Aquest programa es distribueix amb l'esperança de que serà +d'utilitat, però SENSE CAP GARANTIA; fins i tot sense la garantia +implícita de COMERCIALITAT o ADEQUACIÓ PER A QUALSEVOL PROPÒSIT. Per a +més detalls mireu la Llicència Pública Menys General de GNU.</para> + +<para>Amb aquest programa hauríeu d'haber rebut una còpia de la Llicència +Pública General de GNU; si no és així, escriviu a la Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ca/entities/report-bugs.docbook b/kdoctools/customization/ca/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/ca/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/ca/entities/underArtisticLicense.docbook b/kdoctools/customization/ca/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..300167f3d --- /dev/null +++ b/kdoctools/customization/ca/entities/underArtisticLicense.docbook @@ -0,0 +1,3 @@ +<para>Aquest programa està llicenciat sota els termes de la +<ulink url="common/artistic-license.html">Llicència +Artística</ulink>.</para> diff --git a/kdoctools/customization/ca/entities/underBSDLicense.docbook b/kdoctools/customization/ca/entities/underBSDLicense.docbook new file mode 100644 index 000000000..4bde1df29 --- /dev/null +++ b/kdoctools/customization/ca/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Aquest programa està llicenciat sota els termes de la +<ulink url="common/bsd-license.html">Llicència BSD</ulink>.</para> diff --git a/kdoctools/customization/ca/entities/underFDL.docbook b/kdoctools/customization/ca/entities/underFDL.docbook new file mode 100644 index 000000000..27f082386 --- /dev/null +++ b/kdoctools/customization/ca/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="la secció titulada "GNU Free Documentation License"">Aquesta +documentació està llicenciada sota els termes de la +<ulink url="common/fdl-license.html">Llicència de Documentació Lliure de +GNU</ulink>.</para> diff --git a/kdoctools/customization/ca/entities/underGPL.docbook b/kdoctools/customization/ca/entities/underGPL.docbook new file mode 100644 index 000000000..1bfeec78f --- /dev/null +++ b/kdoctools/customization/ca/entities/underGPL.docbook @@ -0,0 +1,3 @@ +<para>Aquest programa està llicenciat sota els termes de la +<ulink url="common/gpl-license.html">Llicència Pública General de +GNU</ulink>.</para> diff --git a/kdoctools/customization/ca/entities/underLGPL.docbook b/kdoctools/customization/ca/entities/underLGPL.docbook new file mode 100644 index 000000000..d8775c1c8 --- /dev/null +++ b/kdoctools/customization/ca/entities/underLGPL.docbook @@ -0,0 +1,3 @@ +<para>Aquest programa està llicenciat sota els termes de la +<ulink url="common/lgpl-license.html">Llicència Pblica Menys General +de GNU</ulink>.</para> diff --git a/kdoctools/customization/ca/entities/underX11License.docbook b/kdoctools/customization/ca/entities/underX11License.docbook new file mode 100644 index 000000000..4e1093e5c --- /dev/null +++ b/kdoctools/customization/ca/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Aquest programa està llicenciat sota els termes de la +<ulink url="common/x11-license.html">Llicència X11</ulink>.</para> diff --git a/kdoctools/customization/ca/entities/update-doc.docbook b/kdoctools/customization/ca/entities/update-doc.docbook new file mode 100644 index 000000000..f25d7bd4a --- /dev/null +++ b/kdoctools/customization/ca/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>Aquest document ha estat actualitzat des de que el vàreu instal·lar. +Podreu trobar l'última versió del mateix a <ulink +url="http://docs.kde.org/current/&package;/">http://docs.kde.org/current/&package;/</ulink>.</para> diff --git a/kdoctools/customization/ca/lang.entities b/kdoctools/customization/ca/lang.entities new file mode 100644 index 000000000..26b284926 --- /dev/null +++ b/kdoctools/customization/ca/lang.entities @@ -0,0 +1,48 @@ +<!ENTITY language "ca"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//CA" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//CA" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//CA" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//CA" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//CA" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//CA" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//CA" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//CA" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//CA" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//CA" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//CA" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//CA" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/ca/strings.entities b/kdoctools/customization/ca/strings.entities new file mode 100644 index 000000000..cf4546d32 --- /dev/null +++ b/kdoctools/customization/ca/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "aquesta aplicació"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "EL SEU LLISTAT DE TÍTOLS"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "les seccions invariants estan &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "seccions no variants"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LLISTAT"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "el text de la portada està &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "sense text a la portada"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "ELS SEUS TÍTOLS LLISTATS"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "el text de la contraportada està &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "sense text a la contraportada"> diff --git a/kdoctools/customization/ca/user.entities b/kdoctools/customization/ca/user.entities new file mode 100644 index 000000000..ada47f0e0 --- /dev/null +++ b/kdoctools/customization/ca/user.entities @@ -0,0 +1,48 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Retro "<keycap>Retrocés</keycap>"><!-- English: &Backspace; --> +<!ENTITY cdrom "<hardware>unitat lectora de CD-ROM</hardware>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY ppp "<acronym>ppp</acronym>"><!-- English: &dpi; --> +<!ENTITY pex "<abbrev>p.ex.</abbrev>"><!-- English: ⪚ --> +<!ENTITY Intro "<keycap>Intro</keycap>"><!-- English: &Enter; --> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>etc.</abbrev>"> +<!ENTITY PMF "<acronym>PMF</acronym>"><!-- English: &FAQ; --> +<!ENTITY ead "<abbrev>és a dir</abbrev>"><!-- English: &ie; --> +<!ENTITY centreinfo "<application>Centre d'informació</application>"><!-- English: &infocenter; --> +<!ENTITY centrecontrol "<application>Centre de control del &kde;</application>"><!-- English: &kcontrolcenter; --> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>Les icones del &kde;</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "Menú <guimenu>K</guimenu>"> +<!ENTITY BER "botó <mousebutton>esquerra</mousebutton> del ratolí"><!-- English: &LMB; --> +<!ENTITY BMR "botó <mousebutton>mig</mousebutton> del ratolí"><!-- English: &MMB; --> +<!ENTITY SO "sistema operatiu"><!-- English: &OS; --> +<!ENTITY BDR "botó <mousebutton>dret</mousebutton> del ratolí"><!-- English: &RMB; --> +<!ENTITY Maj "<keycap>Majús.</keycap>"><!-- English: &Shift; --> +<!ENTITY safatasistema "<application>safata del sistema</application>"><!-- English: &systemtray; --> +<!ENTITY Tab "<keycap>Tabulador</keycap>"> +<!ENTITY IGU "<acronym>IGU</acronym>"><!-- English: &GUI; --> + +<!-- ROLES OF TRANSLATORS --> +<!ENTITY traductor.Antoni.Bella '<othercredit role="translator"><firstname>Antoni</firstname><surname>Bella</surname><affiliation><address><email>bella5@teleline.es</email></address></affiliation><contrib>Traductor</contrib></othercredit>'> +<!ENTITY revisor.Antoni.Bella '<othercredit role="reviewer"><firstname>Antoni</firstname><surname>Bella</surname><affiliation><address><email>bella5@teleline.es</email></address></affiliation><contrib>Revisor</contrib></othercredit>'> +<!ENTITY traductor.Pep.Roca '<othercredit role="translator"><firstname>Pep</firstname><surname>Roca</surname><affiliation><address><email>pep.roca@gmail.com</email></address></affiliation><contrib>Traductor</contrib></othercredit>'> +<!ENTITY revisor.Pep.Roca '<othercredit role="reviewer"><firstname>Pep</firstname><surname>Roca</surname><affiliation><address><email>pep.roca@gmail.com</email></address></affiliation><contrib>Revisor</contrib></othercredit>'> + +<!-- CREDITS FOR TRANSLATORS --> +<!-- Seguir el següent format '<para>Traductor/Revisor de la documentació: &credits.Nom.Cognom;</para>' --> +<!ENTITY credits.Antoni.Bella 'Antoni Bella <email>bella5@teleline.es</email>'> +<!ENTITY credits.Pep.Roca 'Pep Roca <email>pep.roca@gmail.com</email>'> diff --git a/kdoctools/customization/catalog b/kdoctools/customization/catalog new file mode 100644 index 000000000..8d8ec934a --- /dev/null +++ b/kdoctools/customization/catalog @@ -0,0 +1,127 @@ +-- +Catalogue for KDE DocBook XML + +Copyright (C) 2001,2002 Frederik Fouvry + +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. + +Send suggestions, comments, etc. to the KDE DocBook mailing list +<kde-docbook@kde.org>. +-- + +OVERRIDE YES +SGMLDECL "xml.dcl" + + -- DocBook -- + +-- DocBook 4.2 KDE Variant V1.1 -- + +PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" + "dtd/kdex.dtd" +PUBLIC "-//KDE//ELEMENTS DocBook XML Hierarchy Redeclarations 2 V1.0//EN" + "dtd/rdbhier2.elements" +PUBLIC "-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.1//EN" + "dtd/rdbpool.elements" +PUBLIC "-//KDE//ELEMENTS DocBook XML Modifications (Restrictions) V1.1//EN" + "dtd/modifications.elements" + +PUBLIC "-//KDE//ENTITIES DocBook XML General Entity Declarations V1.2//EN" + "entities/general.entities" +PUBLIC "-//KDE//ENTITIES DocBook XML General Entity Declarations (Persons) V1.0//EN" + "entities/contributor.entities" + + -- General KDE Entities -- + +PUBLIC "-//KDE//ENTITIES DocBook XML Localisation Entity Declarations V1.0//EN" + "entities/l10n.entities" + + -- Various external files -- + +-- only DocBook XML files are in entities, the others are in + kdelibs/doc/common or in kdelibs/licenses -- + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//EN" + "entities/gpl-license" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//EN" + "entities/lgpl-license" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//EN" + "entities/fdl-license" +PUBLIC "-//KDE//DOCUMENT X11 License//EN" + "entities/x11-license" +PUBLIC "-//KDE//DOCUMENT BSD License//EN" + "entities/bsd-license" +PUBLIC "-//KDE//DOCUMENT Artistic License//EN" + "entities/artistic-license" + +CATALOG af/catalog +CATALOG bg/catalog +CATALOG ca/catalog +CATALOG cs/catalog +CATALOG da/catalog +CATALOG de/catalog +CATALOG el/catalog +CATALOG en/catalog +CATALOG en-GB/catalog +CATALOG es/catalog +CATALOG et/catalog +CATALOG fi/catalog +CATALOG fo/catalog +CATALOG fr/catalog +CATALOG he/catalog +CATALOG hu/catalog +CATALOG id/catalog +CATALOG it/catalog +CATALOG ja/catalog +CATALOG ko/catalog +CATALOG lt/catalog +CATALOG nl/catalog +CATALOG no/catalog -- considered to be the same as nb -- +CATALOG nn/catalog -- incorrectly known as no_NY -- +CATALOG pl/catalog +CATALOG pt-BR/catalog +CATALOG pt/catalog +CATALOG ro/catalog +CATALOG ru/catalog +CATALOG sk/catalog +CATALOG sl/catalog +CATALOG sr/catalog +CATALOG sv/catalog +CATALOG tr/catalog +CATALOG uk/catalog +CATALOG wa/catalog +CATALOG xh/catalog +CATALOG zh-CN/catalog +CATALOG zh-TW/catalog + +-- DocBook 4.1.2 KDE Variant V1.1 -- + +PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" + "obsolete/kdex.dtd" +PUBLIC "-//KDE//ENTITIES DocBook XML General Entity Declarations V1.1//EN" + "obsolete/general.entities" +PUBLIC "-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.0//EN" + "obsolete/rdbpool.elements" +PUBLIC "-//KDE//ELEMENTS DocBook XML Modifications V1.0//EN" + "obsolete/modifications.elements" + +-- DocBook 4.1.2 KDE Variant V1.0 -- + +PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.0//EN" + "obsolete/kdex-412-10.dtd" + +-- DocBook 4.1 KDE Variant V1.0 -- + +PUBLIC "-//KDE//DTD DocBook XML V4.1-Based Variant V1.0//EN" + "obsolete/kdex-412-10.dtd" diff --git a/kdoctools/customization/cs/catalog b/kdoctools/customization/cs/catalog new file mode 100644 index 000000000..540e344ea --- /dev/null +++ b/kdoctools/customization/cs/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Czech Documentation V1.0//CS" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//CS" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//CS" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//CS" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//CS" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//CS" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//CS" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//CS" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//CS" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//CS" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//CS" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//CS" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//CS" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//CS" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//CS" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//CS" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//CS" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/cs/entities/fdl-notice.docbook b/kdoctools/customization/cs/entities/fdl-notice.docbook new file mode 100644 index 000000000..f9e2e094b --- /dev/null +++ b/kdoctools/customization/cs/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>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 <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/cs/entities/gpl-notice.docbook b/kdoctools/customization/cs/entities/gpl-notice.docbook new file mode 100644 index 000000000..2611c941f --- /dev/null +++ b/kdoctools/customization/cs/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/cs/entities/help-menu.docbook b/kdoctools/customization/cs/entities/help-menu.docbook new file mode 100644 index 000000000..7b10f52a6 --- /dev/null +++ b/kdoctools/customization/cs/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/cs/entities/install-compile.docbook b/kdoctools/customization/cs/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/cs/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/cs/entities/install-intro.docbook b/kdoctools/customization/cs/entities/install-intro.docbook new file mode 100644 index 000000000..a055fdcf2 --- /dev/null +++ b/kdoctools/customization/cs/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, the main &FTP; site of the &kde; +project.</para> diff --git a/kdoctools/customization/cs/entities/lgpl-notice.docbook b/kdoctools/customization/cs/entities/lgpl-notice.docbook new file mode 100644 index 000000000..0e06a065a --- /dev/null +++ b/kdoctools/customization/cs/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/cs/entities/report-bugs.docbook b/kdoctools/customization/cs/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/cs/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/cs/entities/underArtisticLicense.docbook b/kdoctools/customization/cs/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/cs/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/cs/entities/underBSDLicense.docbook b/kdoctools/customization/cs/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/cs/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/cs/entities/underFDL.docbook b/kdoctools/customization/cs/entities/underFDL.docbook new file mode 100644 index 000000000..65d5936ec --- /dev/null +++ b/kdoctools/customization/cs/entities/underFDL.docbook @@ -0,0 +1,3 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/cs/entities/underGPL.docbook b/kdoctools/customization/cs/entities/underGPL.docbook new file mode 100644 index 000000000..27d9047b5 --- /dev/null +++ b/kdoctools/customization/cs/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/cs/entities/underX11License.docbook b/kdoctools/customization/cs/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/cs/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/cs/entities/update-doc.docbook b/kdoctools/customization/cs/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/cs/entities/update-doc.docbook @@ -0,0 +1 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/cs/lang.entities b/kdoctools/customization/cs/lang.entities new file mode 100644 index 000000000..87f8f0c28 --- /dev/null +++ b/kdoctools/customization/cs/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "cs"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//CS" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//CS" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//CS" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//CS" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//CS" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//CS" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//CS" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//CS" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//CS" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//CS" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//CS" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/cs/strings.entities b/kdoctools/customization/cs/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/cs/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/cs/user.entities b/kdoctools/customization/cs/user.entities new file mode 100644 index 000000000..29fa464ba --- /dev/null +++ b/kdoctools/customization/cs/user.entities @@ -0,0 +1,25 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>CD-ROM mechanika</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg "<abbrev>např.</abbrev>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>atd.</abbrev>"> +<!ENTITY FAQ '<acronym>FAQ</acronym>'> +<!ENTITY ie "<abbrev>tj.</abbrev>"> +<!ENTITY infocenter "<application>Informační centrum</application>"> +<!ENTITY kcontrolcenter "<application>Ovládací centrum KDE</application>"> +<!ENTITY LMB "<mousebutton>levé</mousebutton> tlačítko myši"> +<!ENTITY MMB "<mousebutton>prostřední</mousebutton> tlačítko myši"> +<!ENTITY OS "operační systém"> +<!ENTITY RMB "<mousebutton>pravé</mousebutton> tlačítko myši"> +<!ENTITY Shift "<keycap>Shift</keycap>"> diff --git a/kdoctools/customization/da/catalog b/kdoctools/customization/da/catalog new file mode 100644 index 000000000..e7f92b4f1 --- /dev/null +++ b/kdoctools/customization/da/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Danish Documentation V1.0//DA" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//DA" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//DA" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//DA" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//DA" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//DA" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//DA" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//DA" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//DA" + "entities/underLGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//DA" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//DA" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//DA" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//DA" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//DA" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//DA" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//DA" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//DA" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//DA" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/da/entities/fdl-notice.docbook b/kdoctools/customization/da/entities/fdl-notice.docbook new file mode 100644 index 000000000..ea24a2656 --- /dev/null +++ b/kdoctools/customization/da/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>Tilladelse er hermed givet til at kopiere, videregive og/eller ændre dette +dokument under betingelserne i GNU's Fri Dokumentation License, +Version 1.1 eller en vilkårlig senere version publiceret af Free Software +Foundation; &FDLInvariantSections;, &FDLFrontCoverText;, og + &FDLBackCoverText;. En kopi af licensen er inkluderet i <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/da/entities/gpl-notice.docbook b/kdoctools/customization/da/entities/gpl-notice.docbook new file mode 100644 index 000000000..0fd86ea02 --- /dev/null +++ b/kdoctools/customization/da/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>Dette er frit programmel; du kan videregive det og/eller ændre det under +betingelserne i GNU-licensen som publiceret af Free Software Foundation; enten +version 2 af licensen, eller (hvis du hellere vil) en vilkårlig senere +version.</para> + +<para>Dette program er udgivet i det håb at det vil være nyttigt, +men UDEN NOGEN GARANTI; selv uden den implicitte garanti at det kan bruges ved +SALG eller AT DET PASSER TIL ET ELLER ANDET FORMÅL. Se GNU +licensen for flere detaljer.</para> + +<para>Du skulle have modtaget en kopi af GNU-licensen med dette program; hvis +ikke, skriv til Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/da/entities/help-menu.docbook b/kdoctools/customization/da/entities/help-menu.docbook new file mode 100644 index 000000000..24832fef3 --- /dev/null +++ b/kdoctools/customization/da/entities/help-menu.docbook @@ -0,0 +1,57 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Hjælp</guimenu> +<guimenuitem>&kappname;-håndbogen</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Starter KDE's Hjælpesystem</action> startende med +hjælpesiderne for &kappname; (dette dokument).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Hjælp</guimenu> +<guimenuitem>Hvad er dette?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Ændrer musemarkøren til en kombination af en pil og et +spørgsmålstegn.</action> Klik på punkter indenfor &kappname; vil åbne et +hjælpevindue (hvis der findes et for dette punkt) der forklarer punktets +funktion.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Hjælp</guimenu> +<guimenuitem>Rapportér problem...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Åbner problemrapport dialogen</action> hvor du kan +rapportere en fejl eller bede om en <quote>ønskeseddel</quote> egenskab.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Hjælp</guimenu> +<guimenuitem>Om &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Dette vil vise version og +forfatterinformation.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Hjælp</guimenu> +<guimenuitem>Om KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Dette viser KDE versionen og anden basal +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/da/entities/install-compile.docbook b/kdoctools/customization/da/entities/install-compile.docbook new file mode 100644 index 000000000..389fbf132 --- /dev/null +++ b/kdoctools/customization/da/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>For at kompilere og installere &kappname; på dit system, skal du +skrive følgende i basismappen for distributionen for &kappname; :</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Idet &kappname; bruger <command>autoconf</command> og +<command>automake</command> skulle du ikke få problemer med at kompilere den. +Hvis du skulle løbe ind i problemer så rapportér dem til &kde;'s e-post-lister.</para> + diff --git a/kdoctools/customization/da/entities/install-intro.docbook b/kdoctools/customization/da/entities/install-intro.docbook new file mode 100644 index 000000000..616e973c9 --- /dev/null +++ b/kdoctools/customization/da/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; er en del af &kde;-projektet &kde-http;.</para> + +<para>&kappname; findes i &package;-pakken på &kde-ftp;, hoved &FTP;-stedet +for &kde;-projektet.</para> diff --git a/kdoctools/customization/da/entities/lgpl-notice.docbook b/kdoctools/customization/da/entities/lgpl-notice.docbook new file mode 100644 index 000000000..68be7f8f6 --- /dev/null +++ b/kdoctools/customization/da/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>Dette bibliotek er frit programmel; du kan videregive det og/eller ændre +det under betingelserne i GNU's LGPL licens som publiceret af Free Software +Foundation; enten version 2 af licensen, eller (hvis du hellere vil) en +vilkårlig senere udgave.</para> + +<para>Dette bibliotek er udgivet i det håb at det måtte være nyttigt, men UDEN +NOGEN GARANTI; selv uden den implicitte garanti at det kan bruges ved SALG +eller kan BRUGES TIL ET BESTEMT FORMÅL. Se GNU LGPL licensen for flere +detaljer.</para> + +<para>Du skulle have modtaget en kopi af GNU LGPL licensen med dette bibliotek; +hvis ikke, skriv til Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA +02110-1301 USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/da/entities/report-bugs.docbook b/kdoctools/customization/da/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/da/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/da/entities/underArtisticLicense.docbook b/kdoctools/customization/da/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..612fb2ecc --- /dev/null +++ b/kdoctools/customization/da/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Dette program er udgivet under betingelserne i <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/da/entities/underBSDLicense.docbook b/kdoctools/customization/da/entities/underBSDLicense.docbook new file mode 100644 index 000000000..3d2630b16 --- /dev/null +++ b/kdoctools/customization/da/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Dette program er udgivet under betingelserne i <ulink +url="common/bsd-license.html">BSD Licensen</ulink>.</para> diff --git a/kdoctools/customization/da/entities/underFDL.docbook b/kdoctools/customization/da/entities/underFDL.docbook new file mode 100644 index 000000000..78acfee10 --- /dev/null +++ b/kdoctools/customization/da/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="afsnittet ved navn " +Medvirkende og licens"">Dokumentation er udgivet under betingelserne i +<ulink url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/da/entities/underGPL.docbook b/kdoctools/customization/da/entities/underGPL.docbook new file mode 100644 index 000000000..97e0af6d2 --- /dev/null +++ b/kdoctools/customization/da/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Dette program er udgivet under betingelserne i <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/da/entities/underLGPL.docbook b/kdoctools/customization/da/entities/underLGPL.docbook new file mode 100644 index 000000000..591c3321e --- /dev/null +++ b/kdoctools/customization/da/entities/underLGPL.docbook @@ -0,0 +1,2 @@ +<para>Dette program er udgivet under betingelserne i <ulink +url="common/lgpl-license.html">GNU Lesser General Public License</ulink>.</para> diff --git a/kdoctools/customization/da/entities/underX11License.docbook b/kdoctools/customization/da/entities/underX11License.docbook new file mode 100644 index 000000000..69bad4c60 --- /dev/null +++ b/kdoctools/customization/da/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Dette program er udgivet under betingelserne i <ulink +url="common/x11-license.html">X11 Licensen</ulink>.</para> diff --git a/kdoctools/customization/da/entities/update-doc.docbook b/kdoctools/customization/da/entities/update-doc.docbook new file mode 100644 index 000000000..13784bfe7 --- /dev/null +++ b/kdoctools/customization/da/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>Dette dokument er muligvis blevet opdateret siden din installation. +Du kan finde den nyeste udgave på <ulink +url="http://www.klid.dk/kde/da/&package;/">http://www.klid.dk/kde/da/&package;/</ulink>.</para> diff --git a/kdoctools/customization/da/lang.entities b/kdoctools/customization/da/lang.entities new file mode 100644 index 000000000..2ebf5e1cc --- /dev/null +++ b/kdoctools/customization/da/lang.entities @@ -0,0 +1,48 @@ +<!ENTITY language "da"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//DA" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//DA" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//DA" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//DA" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//DA" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//DA" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//DA" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//DA" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//DA" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//DA" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//DA" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//DA" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/da/strings.entities b/kdoctools/customization/da/strings.entities new file mode 100644 index 000000000..4ccf5f0d1 --- /dev/null +++ b/kdoctools/customization/da/strings.entities @@ -0,0 +1,28 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "dette program"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LISTE AF TITLER"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "hvor de invariante afsnit er &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "uden invariante afsnit"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTE"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "hvor tekster før omslaget er &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "uden tekster før omslaget"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LISTE AF TITLER"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "hvor tekster efter omslaget er &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "uden tekster efter omslaget"> +<!ENTITY kde.modespec ' + <modespec id="kdems-help">help:</modespec> + <modespec id="kdems-man">man:</modespec>'> + +<!ENTITY olinktype "kde-installation"> diff --git a/kdoctools/customization/da/user.entities b/kdoctools/customization/da/user.entities new file mode 100644 index 000000000..b6c8bbd6d --- /dev/null +++ b/kdoctools/customization/da/user.entities @@ -0,0 +1,52 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> +<!-- for ROLES_OF_TRANSLATORS and for CREDIT_FOR_TRANSLATORS --> +<!ENTITY erik.kjaer.pedersen.role '<othercredit role="translator"><firstname>Erik Kjær</firstname><surname>Pedersen</surname><affiliation><address><email>erik@binghamton.edu</email></address></affiliation><contrib>Oversætter</contrib></othercredit>'> +<!ENTITY erik.kjaer.pedersen.credit '<para>Dansk oversættelse Erik Kjær Pedersen <email>erik@binghamton.edu</email></para>'> + +<!ENTITY rune.laursen.role '<othercredit role="translator"><firstname>Rune Rønde</firstname><surname>Laursen</surname><affiliation><address><email>runerl@skjoldhoej.dk</email></address></affiliation><contrib>Oversætter</contrib></othercredit>'> +<!ENTITY rune.laursen.credit '<para>Dansk oversættelse Rune Rønde Laursen <email>runerl@skjoeldhoej.dk</email></para>'> + +<!ENTITY lars.schunk.role '<othercredit role="translator"><firstname>Lars</firstname><surname>Schunk</surname><affiliation><address><email>lars@schunk.dk</email></address></affiliation><contrib>Oversætter</contrib></othercredit>'> +<!ENTITY lars.schunk.credit '<para>Dansk oversættelse Lars Schunk <email>lars@schunk.dk</email></para>'> + +<!ENTITY gunner.poulsen.role '<othercredit role="translator"><firstname>Gunner </firstname><surname>Poulsen med flere.</surname><affiliation><address><email>gp@lyngbjerggaardskolen.dk</email></address></affiliation><contrib>Oversætter</contrib></othercredit>'> +<!ENTITY gunner.poulsen.credit '<para>Dansk oversættelse Gunner Poulsen <email>gp@lyngbjerggaardskolen.dk</email> Silas F. Johansen med flere.</para>'> + +<!ENTITY frederik.dannemare.role '<othercredit role="translator"><firstname>Frederik</firstname><surname>Dannemare</surname><affiliation><address><email>frederik@dannemare.dk</email></address></affiliation><contrib>Oversætter</contrib></othercredit>'> +<!ENTITY frederik.dannemare.credit '<para>Dansk oversættelse Frederik Dannemare <email>frederik@dannemare.dk</email></para>'> + + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>cd-rom</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg "<abbrev>f.eks.</abbrev>"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>osv.</abbrev>"> +<!ENTITY FAQ '<acronym>OSS</acronym>'> +<!ENTITY ie "<abbrev>dvs.</abbrev>"> +<!ENTITY infocenter "<application>Infocenter</application>"> +<!ENTITY kcontrolcenter "<application>&kde;'s kontrolcenter</application>"> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>&kde;'s K-ikon</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"> +<!ENTITY kmenu "<guimenu>K</guimenu>-menu"> +<!ENTITY LMB "<mousebutton>venstre</mousebutton> museknap"> +<!ENTITY MMB "<mousebutton>midterste</mousebutton> museknap"> +<!ENTITY OS "operativsystem"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "<mousebutton>højre</mousebutton> museknap"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY systemtray "<application>statusfelt</application>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> diff --git a/kdoctools/customization/de/catalog b/kdoctools/customization/de/catalog new file mode 100644 index 000000000..1d890deae --- /dev/null +++ b/kdoctools/customization/de/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES German Documentation V1.0//DE" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//DE" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//DE" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//DE" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//DE" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//DE" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//DE" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//DE" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//DE" + "entities/underLGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//DE" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//DE" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//DE" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//DE" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//DE" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//DE" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//DE" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//DE" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//DE" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/de/entities/fdl-notice.docbook b/kdoctools/customization/de/entities/fdl-notice.docbook new file mode 100644 index 000000000..f9069897a --- /dev/null +++ b/kdoctools/customization/de/entities/fdl-notice.docbook @@ -0,0 +1,54 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>Es ist erlaubt, dieses Dokument zu kopieren, zu vertreiben +und/oder zu ändern gemäß den Bedingungen der +GNU Free Documentation Licence, Version 1.1 oder irgend einer +späteren Version, wie sie von der Free Software Foundation +veröffentlicht wurde; &FDLInvariantSections;, &FDLFrontCoverText;, +und &FDLBackCoverText;. Eine Kopie der Lizenz findet sich im <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/de/entities/gpl-notice.docbook b/kdoctools/customization/de/entities/gpl-notice.docbook new file mode 100644 index 000000000..817b07ed9 --- /dev/null +++ b/kdoctools/customization/de/entities/gpl-notice.docbook @@ -0,0 +1,34 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>Dieses Programm ist freie Software. Sie können es unter den +Bedingungen der General GNU Public License, wie von der Free Software +Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder +gemäß Version 2 der Lizenz oder (nach Ihrer Option) jeder späteren +Version.</para> + +<para>Die Veröffentlichung des Programms erfolgt in der Hoffnung, dass +es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar +ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR +EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU +General Public License.</para> + +<para>Sie sollten eine Kopie der GNU General Public License zusammen mit +diesem Programm erhalten haben. Falls nicht, schreiben Sie an die +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/de/entities/help-menu.docbook b/kdoctools/customization/de/entities/help-menu.docbook new file mode 100644 index 000000000..61fe91419 --- /dev/null +++ b/kdoctools/customization/de/entities/help-menu.docbook @@ -0,0 +1,60 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Hilfe</guimenu> +<guimenuitem>Handbuch zu &kappname;</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Startet das Hilfe-System von KDE</action> mit der +&kappname;-Hilfe (diesem Dokument).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Hilfe</guimenu> +<guimenuitem>Was ist das?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Ändert den Mauscursor zu einer Kombination von +Zeiger und Fragezeichen.</action> Das Klicken auf ein Element +innerhalb von &kappname; öffnet ein Hilfefenster, das die Funktion des +Elementes beschreibt (sofern es Hilfe für das bestimmte Element +gibt).</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Hilfe</guimenu> +<guimenuitem>Probleme oder Wünsche berichten ...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Öffnet den Dialog für +Problemberichte</action>, in dem Sie Fehler und Wünsche berichten +können.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Hilfe</guimenu> +<guimenuitem>Über &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Zeigt Versions- und Autoreninformationen +an.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Hilfe</guimenu> +<guimenuitem>Über KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Zeigt Versionsinformation und Grundsätzliches +zu KDE an.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/de/entities/install-compile.docbook b/kdoctools/customization/de/entities/install-compile.docbook new file mode 100644 index 000000000..5b199c482 --- /dev/null +++ b/kdoctools/customization/de/entities/install-compile.docbook @@ -0,0 +1,14 @@ +<para>Um &kappname; auf Ihrem System zu kompilieren und zu +installieren, geben Sie folgende Befehle im Hauptordner der +Programm-Quellen von &kappname; ein: </para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Da &kappname; <command>autoconf</command> und +<command>automake</command> benutzt, sollte es dabei keine +Schwierigkeiten geben. Sollten dennoch Probleme auftauchen, wenden Sie +sich bitte an die &kde;-Mailinglisten.</para> + diff --git a/kdoctools/customization/de/entities/install-intro.docbook b/kdoctools/customization/de/entities/install-intro.docbook new file mode 100644 index 000000000..332cdd32f --- /dev/null +++ b/kdoctools/customization/de/entities/install-intro.docbook @@ -0,0 +1,8 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; ist Teil des &kde;-Projekts &kde-http;.</para> + +<para>&kappname; finden Sie im &package;-Paket auf &kde-ftp;, +dem Haupt-&FTP;-Server des &kde;-Projekts.</para> + + + diff --git a/kdoctools/customization/de/entities/lgpl-notice.docbook b/kdoctools/customization/de/entities/lgpl-notice.docbook new file mode 100644 index 000000000..13d2ccb99 --- /dev/null +++ b/kdoctools/customization/de/entities/lgpl-notice.docbook @@ -0,0 +1,35 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>Diese Bibliothek ist freie Software. Sie können sie unter den +Bedingungen der GNU Lesser General Public License, wie von der Free Software +Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder +gemäß Version 2 der Lizenz oder (nach Ihrer Option) jeder späteren +Version.</para> + +<para>Die Veröffentlichung der Bibliothek erfolgt in der Hoffnung, dass +sie Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar +ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR +EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU Lesser +General Public License.</para> + +<para>Sie sollten eine Kopie der GNU Lesser General Public License +zusammen mit dieser Bibliothek erhalten haben. Falls nicht, schreiben +Sie an die Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, +Boston, MA 02110-1301 USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/de/entities/report-bugs.docbook b/kdoctools/customization/de/entities/report-bugs.docbook new file mode 100644 index 000000000..26ac76a23 --- /dev/null +++ b/kdoctools/customization/de/entities/report-bugs.docbook @@ -0,0 +1 @@ +<para>Berichten Sie über Probleme und Wünsche auf der Internetseite <ulink url="http://bugs.kde.org">http://bugs.kde.org</ulink>.</para> diff --git a/kdoctools/customization/de/entities/underArtisticLicense.docbook b/kdoctools/customization/de/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..78d63bcfb --- /dev/null +++ b/kdoctools/customization/de/entities/underArtisticLicense.docbook @@ -0,0 +1,3 @@ +<para>Dieses Programm ist unter den Bedingungen der +<ulink url="common/artistic-license.html">Artistic License</ulink> +veröffentlicht.</para> diff --git a/kdoctools/customization/de/entities/underBSDLicense.docbook b/kdoctools/customization/de/entities/underBSDLicense.docbook new file mode 100644 index 000000000..ffbdf6762 --- /dev/null +++ b/kdoctools/customization/de/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Dieses Programm ist unter den Bedingungen der <ulink +url="common/bsd-license.html">BSD Lizenz</ulink> veröffentlicht.</para> diff --git a/kdoctools/customization/de/entities/underFDL.docbook b/kdoctools/customization/de/entities/underFDL.docbook new file mode 100644 index 000000000..dbb7c6936 --- /dev/null +++ b/kdoctools/customization/de/entities/underFDL.docbook @@ -0,0 +1,3 @@ +<para id="gnu-fdl" xreflabel="Abschnitt "GNU Free Documentation License"">Diese Dokumentation ist unter den Bedingungen der <ulink +url="common/fdl-translated.html">GNU Free Documentation License</ulink> +veröffentlicht.</para> diff --git a/kdoctools/customization/de/entities/underGPL.docbook b/kdoctools/customization/de/entities/underGPL.docbook new file mode 100644 index 000000000..3bc2ca21c --- /dev/null +++ b/kdoctools/customization/de/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Dieses Programm ist unter den Bedingungen der <ulink +url="common/gpl-translated.html">GNU General Public License</ulink> veröffentlicht.</para> diff --git a/kdoctools/customization/de/entities/underLGPL.docbook b/kdoctools/customization/de/entities/underLGPL.docbook new file mode 100644 index 000000000..91c4ee8ab --- /dev/null +++ b/kdoctools/customization/de/entities/underLGPL.docbook @@ -0,0 +1,2 @@ +<para>Dieses Programm ist unter den Bedingungen der <ulink +url="common/lgpl-translated.html">GNU Lesser General Public License</ulink> veröffentlicht.</para> diff --git a/kdoctools/customization/de/entities/underX11License.docbook b/kdoctools/customization/de/entities/underX11License.docbook new file mode 100644 index 000000000..9027b44d4 --- /dev/null +++ b/kdoctools/customization/de/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Dieses Programm ist unter den Bedingungen der <ulink +url="common/x11-license.html">X11 Lizenz</ulink> veröffentlicht.</para> diff --git a/kdoctools/customization/de/entities/update-doc.docbook b/kdoctools/customization/de/entities/update-doc.docbook new file mode 100644 index 000000000..def3edd41 --- /dev/null +++ b/kdoctools/customization/de/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>Dieses Dokument wurde seit der Installation +möglicherweise bearbeitet. Etwaige neuere Versionen dieser Dokumentation +finden Sie unter <ulink url="http://docs.kde.org/">http://docs.kde.org/</ulink>.</para> diff --git a/kdoctools/customization/de/lang.entities b/kdoctools/customization/de/lang.entities new file mode 100644 index 000000000..4aedaceb2 --- /dev/null +++ b/kdoctools/customization/de/lang.entities @@ -0,0 +1,50 @@ +<!ENTITY language "de"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//DE" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//EN" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//DE" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//DE" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//DE" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//DE" + "entities/underX11License.docbook" ><!-- level: para --> + + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//DE" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//DE" + "entities/update-doc.docbook" > + +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//DE" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//DE" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//DE" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//DE" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/de/strings.entities b/kdoctools/customization/de/strings.entities new file mode 100644 index 000000000..e3d2dacb7 --- /dev/null +++ b/kdoctools/customization/de/strings.entities @@ -0,0 +1,33 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "diese Anwendung"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "TITEL AUFLISTEN"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "die invarianten Abschnitte sind + &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "ohne die invarianten Abschnitte"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "AUFLISTEN"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "die Texte auf der vorderen Umschlagseite sind + &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "ohne Texte auf der vorderen Umschlagseite"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "TITEL AUFLISTEN"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "die Texte auf der hinteren Umschlagseite sind + &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "ohne Texte auf der hinteren Umschlagseite"> + +<!ENTITY kde.modespec ' + <modespec id="kdems-help">help:</modespec> + <modespec id="kdems-man">man:</modespec>'> + +<!ENTITY olinktype "kde-installation"> + diff --git a/kdoctools/customization/de/user.entities b/kdoctools/customization/de/user.entities new file mode 100644 index 000000000..8b8e30f52 --- /dev/null +++ b/kdoctools/customization/de/user.entities @@ -0,0 +1,61 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Rücktaste</keycap>"> +<!ENTITY cdrom '<hardware>CD-ROM-Laufwerk</hardware>'> +<!ENTITY Ctrl "<keycap>Strg</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg '<abbrev>z. B.</abbrev>'> +<!ENTITY Enter "<keycap>Eingabe</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>usw.</abbrev>"> +<!ENTITY FAQ '<acronym>FAQ</acronym>'> +<!ENTITY ie "<abbrev>d. h.</abbrev>"> +<!ENTITY infocenter "<application>Infozentrum</application>"> +<!ENTITY kcc "<application>&kde;-Kontrollzentrum</application>" ><!-- kcc --> +<!ENTITY kcontrolcenter "<application>&kde;-Kontrollzentrum</application>"> +<!ENTITY kde "K-Arbeitsumgebung" ><!-- kde --> +<!ENTITY khelpcenter-de "<application>&kde;-Hilfezentrum</application>" > +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>K-Symbol von &kde;</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon>-Symbol"><!-- kicon --> +<!ENTITY kmenu "<guimenu>K</guimenu>-Menü"> <!-- kmenu --> +<!ENTITY kwm "<application>kwm</application>"> +<!ENTITY LMB "<mousebutton>linke</mousebutton> Maustaste"> +<!ENTITY LMBn "<mousebutton>linken</mousebutton> Maustaste"> +<!ENTITY LMBr "<mousebutton>linker</mousebutton> Maustaste"> +<!ENTITY MMB "<mousebutton>mittlere</mousebutton> Maustaste"> +<!ENTITY MMBn "<mousebutton>mittleren</mousebutton> Maustaste"> +<!ENTITY MMBr "<mousebutton>mittlerer</mousebutton> Maustaste"> +<!ENTITY mondphase "<application>Mondphase</application>"> <!-- kmoon --> +<!ENTITY OS "Betriebssystem"> +<!ENTITY RMB "<mousebutton>rechte</mousebutton> Maustaste"> +<!ENTITY RMBn "<mousebutton>rechten</mousebutton> Maustaste"> +<!ENTITY RMBr "<mousebutton>rechter</mousebutton> Maustaste"> +<!ENTITY Shift "<keycap>Umschalt</keycap>"> +<!ENTITY systemtray "<application>Systemabschnitt</application>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> <!-- Tab --> + +<!-- The following entities are deprecated and will be removed at a future time, Do not use! --> +<!ENTITY dh "<abbrev>d. h.</abbrev>"> +<!ENTITY kde-hilfe "<application>KDE-Hilfe</application>" ><!-- kde help --> +<!ENTITY khilfezentrum "<application>KDE-Hilfezentrum</application>" ><!-- + khelpcenter --> +<!ENTITY kontrollleiste "<application>Kontrollleiste</application>"><!-- + kicker --> +<!ENTITY Strg "<keycap>Strg</keycap>"><!-- ctrl --> +<!ENTITY Umschalt "<keycap>Umschalt</keycap>"> <!-- Shift --> +<!ENTITY usw "<abbrev>usw.</abbrev>"> +<!ENTITY ua "<abbrev>u. a.</abbrev>" > +<!ENTITY weltzeit "<application>Weltzeituhr</application>" ><!-- kworldwatch --> +<!ENTITY zb "<abbrev>z. B.</abbrev>" ><!-- eg --> diff --git a/kdoctools/customization/dtd/kdex.dtd b/kdoctools/customization/dtd/kdex.dtd new file mode 100644 index 000000000..c31d11a57 --- /dev/null +++ b/kdoctools/customization/dtd/kdex.dtd @@ -0,0 +1,129 @@ +<!-- + Document Type Definition for DocBook XML as used in the KDE documentation + + Copyright (C) 2002 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to the KDE docbook list + <kde-docbook@kde.org>. + + + USAGE + + Refer to this DTD as + + "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" + + For instance: + + <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" + "customization/dtd/kdex.dtd"> + + and use catalog.xml or docbook.cat as the catalogue file. + Note: the system identifier is interpreted relative to the place + where it is defined, unless otherwise defined by the application you use. + If you have permanent internet access, you can use any URLs (and + you don't have to install docbook). + + After a version number change, plenty of problems may occur because + of non-compatibilities (or DTDs not found, etc). That doesn't mean your + document is invalid; it just means that the reference DTD has changed + (new documentation and documentation updates). Check out the previous + version and point to the appropriate catalog or DTD and things should + work again (=still ;-). +--> + + +<!-- ============================================================= --> +<!-- Modifications to the original DocBook DTD --> +<!-- ============================================================= --> +<!-- Declarations in this part should only *restrict* the DocBook + DTD --> + +<!-- copied from docbookx.dtd: these values are for + %xml.features; = "INCLUDE" + Files that define elements need them (currently only + modifications.elements) --> +<!ENTITY % ho ""> +<!ENTITY % ubiq.inclusion ""> +<!ENTITY % beginpage.exclusion ""> + +<!-- Modifications in pool + %rdbpool; is called in the DocBook DTD + NEEDS TO BE CHECKED ON CHANGES + --> +<!ENTITY % rdbpool PUBLIC + "-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.1//EN" + "rdbpool.elements" > +<!ENTITY % dbpool.redecl.module "INCLUDE" > + +<!-- Modifications in hierarchy + %rdbhier2; is called in the DocBook DTD + NEEDS TO BE CHECKED ON CHANGES + --> +<!ENTITY % rdbhier2 PUBLIC + "-//KDE//ELEMENTS DocBook XML Hierarchy Redeclarations 2 V1.0//EN" + "rdbhier2.elements" > +<!ENTITY % dbhier.redecl2.module "INCLUDE" > + +<!-- For Java-style refentries + Based on DocBook 4.0. --> +<!--ENTITY % jrefentry PUBLIC + "-//Norman Walsh//DTD JRefEntry V1.0//EN" > +%jrefentry; --> + +<!-- Temporary solution --> +<!ENTITY copy "(c)"> <!--=copyright sign--> +<!ENTITY trade "[tm]"> <!--=trade mark sign--> +<!ENTITY reg "(R)"> <!--/circledR =registered sign--> + + +<!-- ============================================================= --> +<!-- Original DocBook DTD --> +<!-- ============================================================= --> + +<!ENTITY % DocBookDTD PUBLIC + "-//OASIS//DTD DocBook XML V4.2//EN" + "../../docbook/xml-dtd-4.2/docbookx.dtd" > +%DocBookDTD; + + +<!-- ============================================================= --> +<!-- Modifications to the original DocBook DTD --> +<!-- ============================================================= --> +<!-- ONLY to supply declarations that were switched off in the + first "Modifications" section --> + +<!ENTITY % kde.modifications PUBLIC + "-//KDE//ELEMENTS DocBook XML Modifications V1.1//EN" + "modifications.elements" > +%kde.modifications; + + +<!-- ============================================================= --> +<!-- Extensions to the DocBook DTD --> +<!-- ============================================================= --> +<!-- Is empty, except for what could go in dbgenent.mod --> + +<!ENTITY % kde.general.entities PUBLIC + "-//KDE//ENTITIES DocBook XML General Entity Declarations V1.2//EN" + "../entities/general.entities" > +%kde.general.entities; + +<!ENTITY % kde.i18n.entities PUBLIC + "-//KDE//ENTITIES DocBook XML Localisation Entity Declarations V1.0//EN" + "../entities/l10n.entities" > +%kde.i18n.entities; diff --git a/kdoctools/customization/dtd/modifications.elements b/kdoctools/customization/dtd/modifications.elements new file mode 100644 index 000000000..e0cbd1474 --- /dev/null +++ b/kdoctools/customization/dtd/modifications.elements @@ -0,0 +1,77 @@ +<!-- -*- dtd -*- + Fills in declarations that were switched off earlier (to provide them + anew and more restrictive this time) + + Copyright (C) 2001,2002 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to the KDE docbook list + <kde-docbook@kde.org>. + + USAGE + + Refer to this DTD as + + "-//KDE//ELEMENTS DocBook XML Modifications (Restrictions) V1.1//EN" + + For instance + + <!ENTITY % kde.modifications PUBLIC + "-//KDE//ELEMENTS DocBook XML Modifications (Restrictions) V1.1//EN"> + +--> + +<!-- ONLY to supply declarations that were switched off earlier + Take care to make it only _more_ restrictive. --> + +<!-- One modification: BookInfo is compulsory, because + it contains ReleaseInfo, which is compulsory --> +<!ELEMENT book %ho; ((%div.title.content;)?, bookinfo, + (dedication | toc | lot + | glossary | bibliography | preface + | %chapter.class; | reference | part + | %article.class; + | %appendix.class; + | %index.class; + | colophon)*) + %ubiq.inclusion;> + +<!-- Modification: ReleaseInfo, Date, Abstract and Keywordset are + compulsory. Not all orders that could be valid are allowed (the + number increases factorial). The current restrictions are quite + strict, and it is foreseen that they will be relaxed. Date and + ReleaseInfo must come together, as must Abstract and Keywordset. + Abstract and Keywordset must follow Date and ReleaseInfo when they + are used the first time. +--> +<!ELEMENT bookinfo %ho; ((%kde.info.class;)*, date, releaseinfo, + (%kde.info.class;)*, abstract, keywordset, + (%info.class;)*) + %beginpage.exclusion;> + +<!-- value of Type changed from IMPLIED CDATA + default value of LinkMode set from #IMPLIED to kdems-default --> +<!ATTLIST olink + targetdocent ENTITY #IMPLIED + linkmode IDREF "kdems-default" + localinfo CDATA #IMPLIED + type (href|other) "href" + targetdoc CDATA #IMPLIED + targetptr CDATA #IMPLIED + %common.attrib; + %olink.role.attrib; + %local.olink.attrib; +> diff --git a/kdoctools/customization/dtd/rdbhier2.elements b/kdoctools/customization/dtd/rdbhier2.elements new file mode 100644 index 000000000..005934f87 --- /dev/null +++ b/kdoctools/customization/dtd/rdbhier2.elements @@ -0,0 +1,61 @@ +<!-- -*- dtd -*- + Modified hierarchy elements for DocBook as used in the KDE documentation + (instantiates %rdbhier2;). The actual changes are done in + modifications.elements. + + Copyright (C) 2001 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to the KDE docbook list + <kde-docbook@kde.org>. + + USAGE + + Refer to this DTD as + + "-//KDE//ELEMENTS DocBook Hierarchy Redeclarations 2 V1.0//EN" + + For instance + + <!ENTITY % rdbhier2 PUBLIC + "-//KDE//ELEMENTS DocBook Hierarchy Redeclarations 2 V1.0//EN"> + + Set to IGNORE: to revert from KDE customisation for: + kde.remove.unused.elements some elements unlikely to be used + kde.book.meta.info extra requirements for bookinfo element +--> + + +<!-- Elements which are unlikely to be useful in the KDE documentation, + because their purpose is either to markup already existing documents + or because there are automatic means of obtaining the same effect + + %kde.remove.unused.elements; is set in kde-rdbpool.elements. + --> +<![ %kde.remove.unused.elements; [ +<!ENTITY % toc.content.module "IGNORE"> +<!ENTITY % lot.content.module "IGNORE"> +<!-- end of kde.remove.unused.elements -->]]> + + +<!-- For translation and revision bookkeeping mechanisms, some elements + are required to be present in bookinfo. + --> +<!ENTITY % kde.book.meta.info "INCLUDE"> +<![ %kde.book.meta.info; [ +<!ENTITY % book.element "IGNORE"> +<!ENTITY % bookinfo.element "IGNORE"> +<!-- end of kde.book.meta.info -->]]> diff --git a/kdoctools/customization/dtd/rdbpool.elements b/kdoctools/customization/dtd/rdbpool.elements new file mode 100644 index 000000000..b3c452027 --- /dev/null +++ b/kdoctools/customization/dtd/rdbpool.elements @@ -0,0 +1,213 @@ +<!-- -*- dtd -*- + Modified element pool for DocBook as used in the KDE documentation + (instantiates %rdbpool;) + + Copyright (C) 2001,2002 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to the KDE docbook list + <kde-docbook@kde.org>. + + USAGE + + Refer to this DTD as + + "-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.1//EN" + + For instance + + <!ENTITY % rdbpool PUBLIC + "-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.1//EN"> + + Set to IGNORE: to revert from KDE customisation for: + kde.remove.unused.elements some elements unlikely to be used +--> + +<!-- Elements which are unlikely to be useful in the KDE documentation, + because their purpose is either to markup already existing documents + or because there are automatic means of obtaining the same effect + --> +<!ENTITY % kde.remove.unused.elements "INCLUDE"> +<![ %kde.remove.unused.elements; [ +<!ENTITY % beginpage.module "IGNORE"> +<!ENTITY % bridgehead.module "IGNORE"> +<!ENTITY % confgroup.content.module "IGNORE"> +<!ENTITY % graphic.module "IGNORE"> +<!ENTITY % graphicco.module "IGNORE"> +<!ENTITY % imageobjectco.module "IGNORE"> +<!ENTITY % inlinegraphic.module "IGNORE"> +<!ENTITY % revhistory.content.module "IGNORE"> +<!-- end of kde.remove.unused.elements -->]]> + +<!-- KDE Languages + To keep the language tags conform to RFC 3066 (successor to 1766) + (http://www.rfc-editor.org/rfc/rfc3066.txt) + Syntax (RE): [a-zA-Z]{1,8}(-[a-zA-Z]{1,8})* + + The compulsory part is either a language tag from ISO 639 (ISO + 639-1 (2 character tag) if there is a tag, ISO 639-2/T (three + character tag) otherwise, "i" (for IANA) or "x" (for private use, + e.g. languages that are not in ISO 639). + The optional part may consist of any value. However, if the + first repetition consists of two letters, it must be an ISO + 3166a2 country tag (so Nynorsk cannot be indicated by no-NY or + no-ny). + Official site for ISO 639-2: http://lcweb.loc.gov/standards/iso639-2/ + For ISO 639-1, only the latest version (currently Feb 2000) counts! + + Countries are currently only needed when the language is different. + --> +<!ENTITY % lang.attrib + "lang (af|ar|az|be|bg|bn|bo|br|bs|ca|cs|cy|da|de|el|en|en-GB + |en-US|eo|es|et|eu|fa|fi|fo|fr|fy|ga|gl|gu|he|hi|hr|hu + |id|is|it|ja|kn|km|ko|ku|lo|lt|lv|mi|mk|mn|mr|ms|mt|nb + |nds|nl|nn|no|nso|oc|pl|pt|pt-BR|pt-PT|ro|ru|se|si|sk + |sl|sq|sr|ss|st|sv|ta|te|tg|th|tr|uk|uz|ven|vi|wa|xh + |zh|zh-CN|zh-TW|zu) + #IMPLIED"> +<!-- List of languages + (Languages that only have a three-character code from 639-2, must use + that one) +af Afrikaans +ar Arabic +az Azerbaijani +be Belarusian +bg Bulgarian +bn Bengali +bo Tibetan +br Breton +bs Bosnian +ca Catalan +cs Czech +cy Welsh +da Danish +de German +el Greek, Modern (1453-) +en English +eo Esperanto +es Spanish +et Estonian +eu Basque +fa Persian (Farsi) +fi Finnish +fo Faroese +fr French +fy Frisian +ga Irish +gl Gallegan +gu Gujarati +he Hebrew +hi Hindi +hr Croatian +hu Hungarian +id Indonesian +is Icelandic +it Italian +ja Japanese +km Khmer +kn Kannada +ko Korean +ku Kurdish +lo Lao +lt Lituanian +lv Latvian +mi Maori +mk Macedonian +mn Mongolian +mr Marathi +ms Malay +mt Maltese +nb Norwegian Bokmal +nds Low Saxon, Low German +nl Dutch +nn Norwegian Nynorsk +no Norwegian (in KDE = nb) +nso Northern Sotho +oc Occitan (post 1500); Provençal +pl Polish +pt Portuguese +ro Romanian +ru Russian +se Northern Sami +si Sinhalese +sk Slovak +sl Slovenian +sq Albanian +sr Serbian +ss Swati +st Sesotho (souther Sotho) +sv Swedish +ta Tamil +te Telugu +tg Tajik +th Thai +tr Turkish +uk Ukrainian +uz Uzbek +ven Venda +vi Vietnamese +wa Walloon +xh Xhosa +zh Chinese +zu Zulu +--> +<!-- end of KDE languages --> +<!-- Languages could be made compulsory for books --> + +<!ENTITY % remap.attrib ""> + +<!-- Not used --> +<!ENTITY % revisionflag.attrib ""> + +<!ENTITY % othercredit.role.attrib + "role (translator|developer|reviewer|graphist|musician|tester) + #REQUIRED"> + +<!ENTITY % kde.compulsory.datereleaseinfo "INCLUDE"> +<![ %kde.compulsory.datereleaseinfo; [ +<!-- Unchanged --> +<!ENTITY % local.person.ident.mix ""> +<!ENTITY % person.ident.mix + "honorific|firstname|surname|lineage|othername|affiliation + |authorblurb|contrib %local.person.ident.mix;"> + +<!ENTITY % local.bibliocomponent.mix ""> +<!-- Copy of bibliocomponent.mix without ReleaseInfo, Date or Abstract --> +<!ENTITY % kde.bibliocomponent.mix + "abbrev|address|artpagenums|author + |authorgroup|authorinitials|bibliomisc|biblioset + |collab|confgroup|contractnum|contractsponsor + |copyright|corpauthor|corpname|edition + |editor|invpartnumber|isbn|issn|issuenum|orgname + |biblioid|citebiblioid|bibliosource|bibliorelation|bibliocoverage + |othercredit|pagenums|printhistory|productname + |productnumber|pubdate|publisher|publishername + |pubsnumber|revhistory|seriesvolnums + |subtitle|title|titleabbrev|volumenum|citetitle + |personname|%person.ident.mix; + |%ndxterm.class; + %local.bibliocomponent.mix;"> +<!-- Unchanged --> +<!ENTITY % local.info.class ""> +<!-- Copy of info.class with %kde.bibliocomponent.mix; --> +<!ENTITY % kde.info.class + "graphic | mediaobject | legalnotice | modespec + | subjectset | keywordset | itermset | %kde.bibliocomponent.mix; + %local.info.class;"> +<!-- End of compulsory ReleaseInfo -->]]> + +<!-- KDE uses a more specific list of attributes --> +<!ENTITY % olink.attlist "IGNORE"> diff --git a/kdoctools/customization/el/catalog b/kdoctools/customization/el/catalog new file mode 100644 index 000000000..1d8149c6b --- /dev/null +++ b/kdoctools/customization/el/catalog @@ -0,0 +1,42 @@ +PUBLIC "-//KDE//ENTITIES Greek Documentation V1.0//EL" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//EL" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//EL" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//EL" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//EL" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2 (HTML)//EL" + "common/gpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//EL" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1 (HTML)//EL" + "common/lgpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//EL" + "common/fdl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1 (HTML)//EL" + "common/fdl-translated.html" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//EL" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//EL" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//EL" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//EL" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//EL" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//EL" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//EL" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//EL" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//EL" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//EL" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/el/entities/fdl-notice.docbook b/kdoctools/customization/el/entities/fdl-notice.docbook new file mode 100644 index 000000000..f9e2e094b --- /dev/null +++ b/kdoctools/customization/el/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>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 <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/el/entities/gpl-notice.docbook b/kdoctools/customization/el/entities/gpl-notice.docbook new file mode 100644 index 000000000..2611c941f --- /dev/null +++ b/kdoctools/customization/el/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/el/entities/help-menu.docbook b/kdoctools/customization/el/entities/help-menu.docbook new file mode 100644 index 000000000..7b10f52a6 --- /dev/null +++ b/kdoctools/customization/el/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/el/entities/install-compile.docbook b/kdoctools/customization/el/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/el/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/el/entities/install-intro.docbook b/kdoctools/customization/el/entities/install-intro.docbook new file mode 100644 index 000000000..d66c5c567 --- /dev/null +++ b/kdoctools/customization/el/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, + the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/el/entities/lgpl-notice.docbook b/kdoctools/customization/el/entities/lgpl-notice.docbook new file mode 100644 index 000000000..0e06a065a --- /dev/null +++ b/kdoctools/customization/el/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/el/entities/report-bugs.docbook b/kdoctools/customization/el/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/el/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/el/entities/underArtisticLicense.docbook b/kdoctools/customization/el/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/el/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/el/entities/underBSDLicense.docbook b/kdoctools/customization/el/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/el/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/el/entities/underFDL.docbook b/kdoctools/customization/el/entities/underFDL.docbook new file mode 100644 index 000000000..65d5936ec --- /dev/null +++ b/kdoctools/customization/el/entities/underFDL.docbook @@ -0,0 +1,3 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/el/entities/underGPL.docbook b/kdoctools/customization/el/entities/underGPL.docbook new file mode 100644 index 000000000..27d9047b5 --- /dev/null +++ b/kdoctools/customization/el/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/el/entities/underX11License.docbook b/kdoctools/customization/el/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/el/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/el/entities/update-doc.docbook b/kdoctools/customization/el/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/el/entities/update-doc.docbook @@ -0,0 +1 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/el/lang.entities b/kdoctools/customization/el/lang.entities new file mode 100644 index 000000000..82e3fd3d0 --- /dev/null +++ b/kdoctools/customization/el/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "el"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text + --> +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//EL" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//EL" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//EL" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//EL" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//EL" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//EL" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//EL" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//EL" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//EL" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//EL" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//EL" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/el/strings.entities b/kdoctools/customization/el/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/el/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/el/user.entities b/kdoctools/customization/el/user.entities new file mode 100644 index 000000000..5f54ec661 --- /dev/null +++ b/kdoctools/customization/el/user.entities @@ -0,0 +1,8 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + diff --git a/kdoctools/customization/en-GB/catalog b/kdoctools/customization/en-GB/catalog new file mode 100644 index 000000000..30be71460 --- /dev/null +++ b/kdoctools/customization/en-GB/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES British English Documentation V1.0//ENGB" + "lang.entities" +PUBLIC "-//KDE//ENTITIES British English Contributors V1.0//ENGB" + "contributor.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ENGB" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//ENGB" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//ENGB" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//ENGB" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//ENGB" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//ENGB" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ENGB" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ENGB" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ENGB" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ENGB" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ENGB" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//ENGB" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//ENGB" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ENGB" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//ENGB" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ENGB" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/en-GB/entities/fdl-notice.docbook b/kdoctools/customization/en-GB/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/en-GB/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/en-GB/entities/gpl-notice.docbook b/kdoctools/customization/en-GB/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/en-GB/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/en-GB/entities/help-menu.docbook b/kdoctools/customization/en-GB/entities/help-menu.docbook new file mode 100644 index 000000000..e69e5116e --- /dev/null +++ b/kdoctools/customization/en-GB/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialogue</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/en-GB/entities/install-compile.docbook b/kdoctools/customization/en-GB/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/en-GB/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/en-GB/entities/install-intro.docbook b/kdoctools/customization/en-GB/entities/install-intro.docbook new file mode 100644 index 000000000..3f6f5edb5 --- /dev/null +++ b/kdoctools/customization/en-GB/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/en-GB/entities/lgpl-notice.docbook b/kdoctools/customization/en-GB/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/en-GB/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/en-GB/entities/report-bugs.docbook b/kdoctools/customization/en-GB/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/en-GB/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/en-GB/entities/underArtisticLicense.docbook b/kdoctools/customization/en-GB/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/en-GB/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/en-GB/entities/underBSDLicense.docbook b/kdoctools/customization/en-GB/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/en-GB/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/en-GB/entities/underFDL.docbook b/kdoctools/customization/en-GB/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/en-GB/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/en-GB/entities/underGPL.docbook b/kdoctools/customization/en-GB/entities/underGPL.docbook new file mode 100644 index 000000000..a2074f33d --- /dev/null +++ b/kdoctools/customization/en-GB/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-license.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/en-GB/entities/underX11License.docbook b/kdoctools/customization/en-GB/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/en-GB/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/en-GB/entities/update-doc.docbook b/kdoctools/customization/en-GB/entities/update-doc.docbook new file mode 100644 index 000000000..dd9d6b55c --- /dev/null +++ b/kdoctools/customization/en-GB/entities/update-doc.docbook @@ -0,0 +1,4 @@ +<!--<para>This document may have been updated since your installation. +Check at <ulink +url="http://docs.kde.org/page#&kappname;">http://docs.kde.org/page#&kappname;</ulink> +to see if there is a newer version.</para> --> diff --git a/kdoctools/customization/en-GB/lang.entities b/kdoctools/customization/en-GB/lang.entities new file mode 100644 index 000000000..3e648b4eb --- /dev/null +++ b/kdoctools/customization/en-GB/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "en-GB"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ENGB" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ENGB" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ENGB" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ENGB" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ENGB" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//ENGB" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//ENGB" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ENGB" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//ENGB" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ENGB" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ENGB" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/en-GB/strings.entities b/kdoctools/customization/en-GB/strings.entities new file mode 100644 index 000000000..8288de1c6 --- /dev/null +++ b/kdoctools/customization/en-GB/strings.entities @@ -0,0 +1,39 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> + +<!-- modespec entity: must be adapted in accordance with the normal usage + for documents in a language; the most likely candidates are the value + of xreflabel (now %t for title of section referred to) and the content + (now empty). If more than one format is needed, contact kde-docbook@kde.org. + ** In general, this setup will not work with more than one language in + a document ** + Usage: in <bookinfo> + Only strictly needed when olinks are used + --> +<!--ENTITY kde-modespec '<modespec id="kdems-default" xreflabel="%t"></modespec>'--> +<!ENTITY kde.modespec ' + <modespec id="kdems-help">help:</modespec> + <modespec id="kdems-man">man:</modespec>'> + +<!ENTITY olinktype "kde-installation"> diff --git a/kdoctools/customization/en-GB/user.entities b/kdoctools/customization/en-GB/user.entities new file mode 100644 index 000000000..0415ff9f4 --- /dev/null +++ b/kdoctools/customization/en-GB/user.entities @@ -0,0 +1,39 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cataloguemanager "<application>Catalogue Manager</application>"> +<!ENTITY cdrom '<hardware>CD-ROM drive</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg "<abbrev>e.g.</abbrev>"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>etc.</abbrev>"> +<!ENTITY FAQ '<acronym>FAQ</acronym>'> +<!ENTITY ie "<abbrev>i.e.</abbrev>"> +<!ENTITY kcontrolcenter "<application>&kde; Control Centre</application>"> +<!ENTITY khelpcenter "<application>KHelpCentre</application>"> +<!ENTITY kicon " +<guiicon> +<inlinemediaobject> + <objectinfo><title>&kde;'s K-icon</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"><!-- if image is localised, then entityref should be used instead of fileref --> +<!ENTITY kmenu "<guimenu>K</guimenu> menu"> +<!ENTITY LMB "<mousebutton>left</mousebutton> mouse button"> +<!ENTITY MMB "<mousebutton>middle</mousebutton> mouse button"> +<!ENTITY OS "operating system"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "<mousebutton>right</mousebutton> mouse button"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY systemtray "<application>system tray</application>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> + diff --git a/kdoctools/customization/en/catalog b/kdoctools/customization/en/catalog new file mode 100644 index 000000000..e578e704e --- /dev/null +++ b/kdoctools/customization/en/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES English Documentation V1.0//EN" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//EN" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//EN" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//EN" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//EN" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//EN" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//EN" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//EN" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//EN" + "entities/underLGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//EN" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//EN" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//EN" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//EN" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//EN" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//EN" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//EN" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//EN" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//EN" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/en/entities/fdl-notice.docbook b/kdoctools/customization/en/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/en/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/en/entities/gpl-notice.docbook b/kdoctools/customization/en/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/en/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/en/entities/help-menu.docbook b/kdoctools/customization/en/entities/help-menu.docbook new file mode 100644 index 000000000..309abcde6 --- /dev/null +++ b/kdoctools/customization/en/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>&kappname; Handbook</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/en/entities/install-compile.docbook b/kdoctools/customization/en/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/en/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/en/entities/install-intro.docbook b/kdoctools/customization/en/entities/install-intro.docbook new file mode 100644 index 000000000..3f6f5edb5 --- /dev/null +++ b/kdoctools/customization/en/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/en/entities/lgpl-notice.docbook b/kdoctools/customization/en/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/en/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/en/entities/report-bugs.docbook b/kdoctools/customization/en/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/en/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/en/entities/underArtisticLicense.docbook b/kdoctools/customization/en/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/en/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/en/entities/underBSDLicense.docbook b/kdoctools/customization/en/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/en/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/en/entities/underFDL.docbook b/kdoctools/customization/en/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/en/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/en/entities/underGPL.docbook b/kdoctools/customization/en/entities/underGPL.docbook new file mode 100644 index 000000000..a2074f33d --- /dev/null +++ b/kdoctools/customization/en/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-license.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/en/entities/underLGPL.docbook b/kdoctools/customization/en/entities/underLGPL.docbook new file mode 100644 index 000000000..35f89bdd6 --- /dev/null +++ b/kdoctools/customization/en/entities/underLGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/lgpl-license.html">GNU Lesser General Public License</ulink>.</para> diff --git a/kdoctools/customization/en/entities/underX11License.docbook b/kdoctools/customization/en/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/en/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/en/entities/update-doc.docbook b/kdoctools/customization/en/entities/update-doc.docbook new file mode 100644 index 000000000..98149e456 --- /dev/null +++ b/kdoctools/customization/en/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>This document may have been updated since your installation. +You can find the latest version at <ulink +url="http://docs.kde.org/development/en/&package;/">http://docs.kde.org/development/en/&package;/</ulink>.</para> diff --git a/kdoctools/customization/en/lang.entities b/kdoctools/customization/en/lang.entities new file mode 100644 index 000000000..8c7be5e18 --- /dev/null +++ b/kdoctools/customization/en/lang.entities @@ -0,0 +1,50 @@ +<!-- Do NOT change this file: it provides important defaults --> + +<!ENTITY language "en"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//EN" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//EN" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//EN" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//EN" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//EN" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//EN" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//EN" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//EN" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//EN" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//EN" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//EN" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//EN" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/en/strings.entities b/kdoctools/customization/en/strings.entities new file mode 100644 index 000000000..8288de1c6 --- /dev/null +++ b/kdoctools/customization/en/strings.entities @@ -0,0 +1,39 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> + +<!-- modespec entity: must be adapted in accordance with the normal usage + for documents in a language; the most likely candidates are the value + of xreflabel (now %t for title of section referred to) and the content + (now empty). If more than one format is needed, contact kde-docbook@kde.org. + ** In general, this setup will not work with more than one language in + a document ** + Usage: in <bookinfo> + Only strictly needed when olinks are used + --> +<!--ENTITY kde-modespec '<modespec id="kdems-default" xreflabel="%t"></modespec>'--> +<!ENTITY kde.modespec ' + <modespec id="kdems-help">help:</modespec> + <modespec id="kdems-man">man:</modespec>'> + +<!ENTITY olinktype "kde-installation"> diff --git a/kdoctools/customization/en/user.entities b/kdoctools/customization/en/user.entities new file mode 100644 index 000000000..83cee2a3d --- /dev/null +++ b/kdoctools/customization/en/user.entities @@ -0,0 +1,37 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>CD-ROM drive</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg "<abbrev>e.g.</abbrev>"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>etc.</abbrev>"> +<!ENTITY FAQ '<acronym>FAQ</acronym>'> +<!ENTITY ie "<abbrev>i.e.</abbrev>"> +<!ENTITY infocenter "<application>Info Center</application>"> +<!ENTITY kcontrolcenter "<application>&kde; Control Center</application>"> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>&kde;'s K-icon</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "<guimenu>K</guimenu> menu"> +<!ENTITY LMB "<mousebutton>left</mousebutton> mouse button"> +<!ENTITY MMB "<mousebutton>middle</mousebutton> mouse button"> +<!ENTITY OS "operating system"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "<mousebutton>right</mousebutton> mouse button"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY systemtray "<application>system tray</application>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> diff --git a/kdoctools/customization/entities/contributor.entities b/kdoctools/customization/entities/contributor.entities new file mode 100644 index 000000000..050165f53 --- /dev/null +++ b/kdoctools/customization/entities/contributor.entities @@ -0,0 +1,447 @@ +<!-- + KDE general entities for DocBook as used in the KDE documentation + + Copyright (C) 2002 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to the KDE docbook list + <kde-docbook@kde.org>. + + USAGE + + Refer to this file as + + "-//KDE//ENTITIES DocBook XML General Entity Declarations (Persons) V1.0//EN" + + This file contains what dbgenent.mod should contain and is read + after all other files just like dbgenent.mod should be. + +--> + +<!-- ============================================================= --> +<!-- Extensions to the DocBook DTD --> +<!-- ============================================================= --> +<!-- This is meant for entities that define person names and + their contact mail addresses. + Note that these definitions will override language-specific ones + if there are any. Translators should use the + contributor.entities file for their language. + Please keep the list sorted on the family name + --> + + +<!ENTITY Paul.E.Ahlquist.Jr '<personname><firstname>Paul</firstname><othername>E.</othername><surname>Ahlquist</surname><lineage>Jr.</lineage></personname>'> +<!ENTITY Paul.E.Ahlquist.Jr.mail '<email>pea@ahlquist.org</email>'> +<!ENTITY Primoz.Anzur '<personname><firstname>Primoz</firstname><surname>Anzur</surname></personname>'> +<!ENTITY Primoz.Anzur.mail '<email>zerokode@gmx.net</email>'> +<!ENTITY Ewald.Arnold '<personname><firstname>Ewald</firstname><surname>Arnold</surname></personname>'> +<!ENTITY Ewald.Arnold.mail '<email>ewald@ewald-arnold.de</email>'> +<!ENTITY Yves.Arrouye '<personname><firstname>Yves</firstname><surname>Arrouye</surname></personname>'> +<!ENTITY Yves.Arrouye.mail '<email>yves@realnames.ca</email>'> + +<!ENTITY Marc.Bartsch '<personname><firstname>Marc</firstname><surname>Bartsch</surname></personname>'> +<!ENTITY Marc.Bartsch.mail '<email>marc.bartsch@web.de</email>'> +<!ENTITY Waldo.Bastian '<personname><firstname>Waldo</firstname><surname>Bastian</surname></personname>'> +<!ENTITY Waldo.Bastian.mail '<email>bastian@kde.org</email>'> +<!ENTITY Andreas.Beckermann '<personname><firstname>Andreas</firstname><surname>Beckermann</surname></personname>'> +<!ENTITY Andreas.Beckermann.mail '<email>b_mann@gmx.de</email>'> +<!ENTITY Orville.Bennett '<personname><firstname>Orville</firstname><surname>Bennett</surname></personname>'> +<!ENTITY Orville.Bennett.mail '<email>obennett@hartford.edu</email>'> +<!ENTITY Nick.Betcher '<personname><firstname>Nick</firstname><surname>Betcher</surname></personname>'> +<!ENTITY Nick.Betcher.mail '<email>nbetcher@usewest.net</email>'> +<!ENTITY Stephan.Binner '<personname><firstname>Stephan</firstname><surname>Binner</surname></personname>'> +<!ENTITY Stephan.Binner.mail '<email>binner@kde.org</email>'> +<!ENTITY Eric.Bischoff '<personname><firstname>Éric</firstname><surname>Bischoff</surname></personname>'> +<!ENTITY Eric.Bischoff.mail '<email>e.bischoff@noos.fr</email>'> +<!ENTITY Michael.Brade '<personname><firstname>Michael</firstname><surname>Brade</surname></personname>'> +<!ENTITY Michael.Brade.mail '<email>brade@kde.org</email>'> +<!ENTITY Preston.Brown '<personname><firstname>Preston</firstname><surname>Brown</surname></personname>'> +<!ENTITY Preston.Brown.mail '<email>pbrown@kde.org</email>'> +<!ENTITY Oswald.Buddenhagen '<personname><firstname>Oswald</firstname><surname>Buddenhagen</surname></personname>'> +<!ENTITY Oswald.Buddenhagen.mail '<email>ossi@kde.org</email>'> + +<!ENTITY Paul.Campbell '<personname><firstname>Paul</firstname><surname>Campbell</surname></personname>'> +<!ENTITY Paul.Campbell.mail '<email>paul@taniwha.com</email>'> +<!ENTITY Javier.J.Campos '<personname><firstname>Javier</firstname><othername>J.</othername><surname>Campos</surname></personname>'> +<!ENTITY Javier.J.Campos.mail '<email>javi_cms@terra.es</email>'> +<!ENTITY Robert.Cimrman '<personname><firstname>Robert</firstname><surname>Cimrman</surname></personname>'> +<!ENTITY Robert.Cimrman.mail '<email>cimrman3@students.zcu.cz</email>'> +<!ENTITY John.Cirillo '<personname><firstname>John</firstname><surname>Cirillo</surname></personname>'> +<!ENTITY John.Cirillo.mail '<email><!-- FIXME --></email>'> +<!ENTITY Claudiu.Costin '<personname><firstname>Claudiu</firstname><surname>Costin</surname></personname>'> +<!ENTITY Claudiu.Costin.mail '<email>claudiuc@kde.org</email>'> +<!ENTITY Neal.Crook '<personname><firstname>Neal</firstname><surname>Crook</surname></personname>'> +<!ENTITY Neal.Crook.mail '<email>nac@forth.org</email>'> +<!ENTITY Christoph.Cullmann '<personname><firstname>Christoph</firstname><surname>Cullmann</surname></personname>'> +<!ENTITY Christoph.Cullmann.mail '<email>cullmann@kde.org</email>'> + +<!ENTITY Fabian.Dal.Santo '<personname><firstname>Fabian</firstname><surname>Dal Santo</surname></personname>'> +<!ENTITY Matthias.Kalle.Dalheimer '<personname><firstname>Matthias</firstname><othername>Kalle</othername><surname>Dalheimer</surname></personname>'> +<!ENTITY Matthias.Kalle.Dalheimer.mail '<email>kalle@kde.org</email>'> +<!ENTITY Fabian.DalSanto.mail '<email>linuxgnu@yahoo.com.au</email>'> +<!ENTITY Helge.Deller '<personname><firstname>Helge</firstname><surname>Deller</surname></personname>'> +<!ENTITY Helge.Deller.mail '<email>deller@kde.org</email>'> +<!ENTITY Pablo.de.Vicente '<personname><firstname>Pablo</firstname><surname>de Vicente</surname></personname>'> +<!ENTITY Pablo.de.Vicente.mail '<email>pvicentea@wanadoo.es</email>'> +<!ENTITY Thomas.Diehl '<personname><firstname>Thomas</firstname><surname>Diehl</surname></personname>'> +<!ENTITY Thomas.Diehl.mail '<email>thd@kde.org</email>'> +<!ENTITY Lars.Doelle '<personname><firstname>Lars</firstname><surname>Doelle</surname></personname>'> +<!ENTITY Lars.Doelle.mail '<email>lars.doelle@on-line.de</email>'> +<!ENTITY Dirk.Doerflinger '<personname><firstname>Dirk</firstname><surname>Doerflinger</surname></personname>'> +<!ENTITY Dirk.Doerflinger.mail '<email>ddoerflinger@web.de</email>'> +<!ENTITY Mark.Donohoe '<personname><firstname>Mark</firstname><surname>Donohoe</surname></personname>'> +<!ENTITY Mark.Donohoe.mail '<email>donohoe@kde.org</email>'> +<!ENTITY Patrick.Dowler '<personname><firstname>Pat</firstname><surname>Dowler</surname></personname>'> +<!ENTITY Patrick.Dowler.mail '<email>dowler@morgul.fsh.uvic.ca</email>'> +<!ENTITY Jonathan.Drews '<personname><firstname>Jonathan</firstname><surname>Drews</surname></personname>'> +<!ENTITY Jonathan.Drews.mail '<email>j.e.drews@att.net</email>'> +<!ENTITY Craig.Drummond '<personname><firstname>Craig</firstname><surname>Drummond</surname></personname>'> +<!ENTITY Craig.Drummond.Mail '<email>craig@kde.org</email>'> +<!ENTITY Daniel.M.Duley '<personname><firstname>Daniel</firstname><othername>M.</othername><surname>Duley</surname></personname>'> +<!ENTITY Daniel.M.Duley.mail '<email>dan.duley@verizon.net</email>'> +<!ENTITY Alexander.Dymo '<personname><firstname>Alexander</firstname><surname>Dymo</surname></personname>'> +<!ENTITY Alexander.Dymo.mail '<email>cloudtemple@mksat.net</email>'> + +<!ENTITY Matthias.Elter '<personname><firstname>Matthias</firstname><surname>Elter</surname></personname>'> +<!ENTITY Matthias.Elter.mail '<email>elter@kde.org</email>'> +<!ENTITY Matthias.Ettrich '<personname><firstname>Matthias</firstname><surname>Ettrich</surname></personname>'> +<!ENTITY Matthias.Ettrich.mail '<email>ettrich@kde.org</email>'> +<!ENTITY Heiko.Evermann '<personname><firstname>Heiko</firstname><surname>Evermann</surname></personname>'> +<!ENTITY Heiko.Evermann.mail '<email>heiko@evermann.de</email>'> + +<!ENTITY David.Faure '<personname><firstname>David</firstname><surname>Faure</surname></personname>'> +<!ENTITY David.Faure.mail '<email>faure@kde.org</email>'> +<!ENTITY John.Firebaugh '<personname><firstname>John</firstname><surname>Firebaugh</surname></personname>'> +<!ENTITY John.Firebaugh.mail '<email>jfirebaugh@kde.org</email>'> +<!ENTITY Klaus.Freitag '<personname><firstname>Klaus</firstname><surname>Freitag</surname></personname>'> +<!ENTITY Klaus.Freitag.mail '<email>freitag@suse.de</email>'> +<!ENTITY Haavard.Froeiland '<personname><firstname>Haavard</firstname><surname>Froeiland</surname></personname>'> +<!ENTITY Haavard.Froeiland.mail '<email>haavard@users.sourceforge.net</email>'> + +<!ENTITY Karl.Garrison '<personname><firstname>Karl</firstname><surname>Garrison</surname></personname>'> +<!ENTITY Karl.Garrison.mail '<email>karl@indy.rr.com</email>'> +<!ENTITY Ferdinand.Gassauer '<personname><firstname>Ferdinand</firstname><surname>Gassauer</surname></personname>'> +<!ENTITY Ferdinand.Gassauer.mail '<email>f.gassauer@aon.at</email>'> +<!ENTITY Christian.Gebauer '<personname><firstname>Christian</firstname><surname>Gebauer</surname></personname>'> +<!ENTITY Christian.Gebauer.mail '<email>gebauer@kde.org</email>'> +<!ENTITY Bernd.Gehrmann '<personname><firstname>Bernd</firstname><surname>Gehrmann</surname></personname>'> +<!ENTITY Bernd.Gehrmann.mail '<email>bernd@mail.berlios.de</email>'> +<!ENTITY Francis.Giannaros '<personname><firstname>Francis</firstname><surname>Giannaros</surname></personname>'> +<!ENTITY Francis.Giannaros.mail '<email>francisg@gmail.com</email>'> +<!ENTITY Michael.Goffioul '<personname><firstname>Michael</firstname><surname>Goffioul</surname></personname>'> +<!ENTITY Michael.Goffioul.mail '<email>kdeprint@swing.be</email>'> +<!ENTITY Robert.Gogolok '<personname><firstname>Robert</firstname><surname>Gogolok</surname></personname>'> +<!ENTITY Robert.Gogolok.mail '<email>mail@robert-gogolok.de</email>'> +<!ENTITY Nicolas.Goutte '<personname><firstname>Nicolas</firstname><surname>Goutte</surname></personname>'> +<!ENTITY Nicolas.Goutte.mail '<email>goutte@kde.org</email>'> +<!ENTITY Kurt.Granroth '<personname><firstname>Kurt</firstname><surname>Granroth</surname></personname>'> +<!ENTITY Kurt.Granroth.mail '<email>granroth@kde.org</email>'> +<!ENTITY Wilco.Greven '<personname><firstname>Wilco</firstname><surname>Greven</surname></personname>'> +<!ENTITY Wilco.Greven.mail '<email>greven@kde.org</email>'> +<!ENTITY Andreas.Gungl '<personname><firstname>Andreas</firstname><surname>Gungl</surname></personname>'> +<!ENTITY Andreas.Gungl.mail '<email>a.gungl@gmx.de</email>'> + +<!ENTITY Nicolas.Hadacek '<personname><firstname>Nicolas</firstname><surname>Hadacek</surname></personname>'> +<!ENTITY Nicolas.Hadacek.mail '<email>hadacek@kde.org</email>'> +<!ENTITY Michael.Haeckel '<personname><firstname>Michael</firstname><surname>Haeckel</surname></personname>'> +<!ENTITY Michael.Haeckel.mail '<email>michael@haeckel.net</email>'> +<!ENTITY Duncan.Haldane '<personname><firstname>Duncan</firstname><surname>Haldane</surname></personname>'> +<!ENTITY Duncan.Haldane.mail '<email>duncan_haldane@users.sourceforge.net</email>'> +<!ENTITY J.Hall '<personname><firstname>J</firstname><surname>Hall</surname></personname>'> +<!ENTITY J.Hall.mail '<email>jhall@kde.org</email>'> +<!ENTITY Steffen.Hansen '<personname><firstname>Steffen</firstname><surname>Hansen</surname></personname>'> +<!ENTITY Steffen.Hansen.mail '<email>steffen@klaralvdalens-datakonsult.se</email>'> +<!ENTITY Brad.Hards '<personname><firstname>Brad</firstname><surname>Hards</surname></personname>'> +<!ENTITY Brad.Hards.mail '<email>bradh@frogmouth.net</email>'> +<!ENTITY Jason.Harris '<personname><firstname>Jason</firstname><surname>Harris</surname></personname>'> +<!ENTITY Jason.Harris.mail '<email>kstars@30doradus.org</email>'> +<!ENTITY Dominik.Haumann '<personname><firstname>Dominik</firstname><surname>Haumann</surname></personname>'> +<!ENTITY Dominik.Haumann.mail '<email>dhdev@gmx.de</email>'> +<!ENTITY Simon.Hausmann '<personname><firstname>Simon</firstname><surname>Hausmann</surname></personname>'> +<!ENTITY Simon.Hausmann.mail '<email>hausmann@kde.org</email>'> +<!ENTITY Kurt.Hindenburg '<personname><firstname>Kurt</firstname><surname>Hindenburg</surname></personname>'> +<!ENTITY Kurt.Hindenburg.mail '<email>kurt.hindenburg@kdemail.org</email>'> +<!ENTITY Matthias.Hoelzer-Kluepfel '<personname><firstname>Matthias</firstname><surname>Hölzer-Klüpfel</surname></personname>'> +<!ENTITY Matthias.Hoelzer-Kluepfel.mail '<email>hoelzer@kde.org</email>'> +<!ENTITY Rik.Hemsley '<personname><firstname>Rik</firstname><surname>Hemsley</surname></personname>'> +<!ENTITY Rik.Hemsley.mail '<email>rik@kde.org</email>'> +<!ENTITY Martin.Heni '<personname><firstname>Martin</firstname><surname>Heni</surname></personname>'> +<!ENTITY Martin.Heni.mail '<email>martin@heni-online.de</email>'> +<!ENTITY Hauke.Hildebrandt '<personname><firstname>Hauke</firstname><surname>Hildebrandt</surname></personname>'> +<!ENTITY Hauke.Hildebrandt.mail '<email>hauke.hildebrandt@iup.uni-heidelberg.de</email>'> +<!ENTITY Jens.Hoefkens '<personname><firstname>Jens</firstname><surname>Hoefkens</surname></personname>'> +<!ENTITY Jens.Hoefkens.mail '<email>jens@hoefkens.com</email>'> +<!ENTITY Mark.Holloman '<personname><firstname>Mark</firstname><surname>Holloman</surname></personname>'> +<!ENTITY Mark.Holloman.mail '<email>mhh@mindspring.com</email>'> +<!ENTITY Greg.M.Holmes '<personname><firstname>Greg</firstname><othername>M.</othername><surname>Holmes</surname></personname>'> +<!ENTITY Greg.M.Holmes.mail '<email><!-- FIXME --></email>'> +<!ENTITY Chris.Howells '<personname><firstname>Chris</firstname><surname>Howells</surname></personname>'> +<!ENTITY Chris.Howells.mail '<email>howells@kde.org</email>'> + +<!ENTITY Geert.Jansen '<personname><firstname>Geert</firstname><surname>Jansen</surname></personname>'> +<!ENTITY Geert.Jansen.mail '<email>g.t.jansen@stud.tue.nl</email>'> +<!ENTITY David.Jarvie '<personname><firstname>David</firstname><surname>Jarvie</surname></personname>'> +<!ENTITY David.Jarvie.mail '<email>djarvie@kde.org</email>'> +<!ENTITY Stephan.Johach '<personname><firstname>Stephan</firstname><surname>Johach</surname></personname>'> +<!ENTITY Stephan.Johach.mail '<email>hunsum@gmx.de</email>'> +<!ENTITY Antonio.Larrosa.Jimenez '<personname><firstname>Antonio</firstname><othername>Larrosa</othername><surname>Jiménez</surname></personname>'> +<!ENTITY Antonio.Larrosa.Jimenez.mail '<email>larossa@kde.org</email>'> +<!ENTITY Matt.Johnston '<personname><firstname>Matt</firstname><surname>Johnston</surname></personname>'> +<!ENTITY Matt.Johnston.mail '<email>mattj@flashmail.com</email>'> +<!ENTITY Martin.R.Jones '<personname><firstname>Martin</firstname><othername>R.</othername><surname>Jones</surname></personname>'> +<!ENTITY Martin.R.Jones.mail '<email>mjones@kde.org</email>'> +<!ENTITY Thomas.Kabelmann '<personname><firstname>Thomas</firstname><surname>Kabelmann</surname></personname>'> +<!ENTITY Thomas.Kabelmann.mail '<email>tk78@gmx.de</email>'> +<!ENTITY Sirtaj.Singh.Kang '<personname><firstname>Sirtaj</firstname><othername>Singh</othername><surname>Kang</surname></personname>'> +<!ENTITY Sirtaj.Singh.Kang.mail '<email>taj@kde.org</email>'> +<!ENTITY Rob.Kaper '<personname><firstname>Rob</firstname><surname>Kaper</surname></personname>'> +<!ENTITY Rob.Kaper.mail '<email>cap@capsi.com</email>'> +<!ENTITY Jason.Katz-Brown '<personname><firstname>Jason</firstname><surname>Katz-Brown</surname></personname>'> +<!ENTITY Jason.Katz-Brown.mail '<email>jason@katzbrown.com</email>'> +<!ENTITY Ulrich.Kuettler '<personname><firstname>Ulrich</firstname><surname>Küttler</surname></personname>'> +<!ENTITY Stefan.Kebekus '<personname><firstname>Stefan</firstname><surname>Kebekus</surname></personname>'> +<!ENTITY Stefan.Kebekus.mail '<email>kebekus@kde.org</email>'> +<!ENTITY Peter.Kelly '<personname><firstname>Peter</firstname><surname>Kelly</surname></personname>'> +<!ENTITY Peter.Kelly.mail '<email>pmk@post.com</email>'> +<!ENTITY Matthias.Kiefer '<personname><firstname>Matthias</firstname><surname>Kiefer</surname></personname>'> +<!ENTITY Matthias.Kiefer.mail '<email>matthias.kiefer@gmx.de</email>'> +<!ENTITY Ingo.Kloecker '<personname><firstname>Ingo</firstname><surname>Klöcker</surname></personname>'> +<!ENTITY Ingo.Kloecker.mail '<email>kloecker@kde.de</email>'> +<!ENTITY Lars.Knoll '<personname><firstname>Lars</firstname><surname>Knoll</surname></personname>'> +<!ENTITY Lars.Knoll.mail '<email>knoll@kde.org</email>'> +<!ENTITY Michael.Koch '<personname><firstname>Michael</firstname><surname>Koch</surname></personname>'> +<!ENTITY Michael.Koch.mail '<email>koch@kde.org</email>'> +<!ENTITY Tobias.Koenig '<personname><firstname>Tobias</firstname><surname>Koenig</surname></personname>'> +<!ENTITY Tobias.Koenig.mail '<email>tokoe82@yahoo.de</email>'> +<!ENTITY Michael.Korman '<personname><firstname>Michael</firstname><surname>Korman</surname></personname>'> +<!ENTITY Antti.Koivisto '<personname><firstname>Antti</firstname><surname>Koivisto</surname></personname>'> +<!ENTITY Antti.Koivisto.mail '<email>koivisto@iki.fi</email>'> +<!ENTITY Matt.Koss '<personname><firstname>Matt</firstname><surname>Koss</surname></personname>'> +<!ENTITY Matt.Koss.mail '<email>koss@napri.sk</email>'> +<!ENTITY Michael.Korman.mail '<email>michael.korman@uconn.edu</email>'> +<!ENTITY Arnold.Kraschinski '<personname><firstname>Arnold</firstname><surname>Kraschinski</surname></personname>'> +<!ENTITY Arnold.Kraschinski.mail '<email>arnold.k67@gmx.de</email>'> +<!ENTITY Michael.Kropfberger '<personname><firstname>Michael</firstname><surname>Kropfberger</surname></personname>'> +<!ENTITY Michael.Kropfberger.mail '<email>michael.kropfberger@gmx.net</email>'> +<!ENTITY Ulrich.Kuettler.mail '<email>ulrich.kuettler@gmx.de</email>'> +<!ENTITY Stephan.Kulow '<personname><firstname>Stephan</firstname><surname>Kulow</surname></personname>'> +<!ENTITY Stephan.Kulow.mail '<email>coolo@kde.org</email>'> + +<!ENTITY Raphael.Langerhorst '<personname><firstname>Raphael</firstname><surname>Langerhorst</surname></personname>'> +<!ENTITY Raphael.Langerhorst.mail '<email>raphael.langerhorst@kdemail.net</email>'> +<!ENTITY Brian.C.Ledbetter '<personname><firstname>Brian</firstname><othername>C.</othername><surname>Ledbetter</surname></personname>'> +<!ENTITY Brian.C.Ledbetter.mail '<email>brian@shadowcom.net</email>'> +<!ENTITY James.Lindenschmidt '<personname><firstname>James</firstname><surname>Lindenschmidt</surname></personname>'> +<!ENTITY James.Lindenschmidt.mail '<email><!-- FIXME --></email>'> +<!ENTITY Erwan.Loisant '<personname><firstname>Erwan</firstname><surname>Loisant</surname></personname>'> +<!ENTITY Erwan.Loisant.mail '<email>erwan@loisant.org</email>'> +<!ENTITY Neil.Lucock '<personname><firstname>Neil</firstname><surname>Lucock</surname></personname>'> +<!ENTITY Neil.Lucock.mail '<email>neil@nlucock.freeserve.co.uk</email>'> +<!ENTITY Anders.Lund '<personname><firstname>Anders</firstname><surname>Lund</surname></personname>'> +<!ENTITY Anders.Lund.mail '<email>anders@alweb.dk</email>'> + +<!ENTITY Anne-Marie.Mahfouf '<personname><firstname>Anne-Marie</firstname><surname>Mahfouf</surname></personname>'> +<!ENTITY Anne-Marie.Mahfouf.mail '<email>annma@kde.org</email>'> +<!ENTITY Martin.Maierhofer '<personname><firstname>Martin</firstname><surname>Maierhofer</surname></personname>'> +<!ENTITY Martin.Maierhofer.mail '<email>m.maierhofer@tees.ac.uk</email>'> +<!ENTITY Dirk.Mueller '<personname><firstname>Dirk</firstname><surname>Müller</surname></personname>'> +<!ENTITY Mike.McBride '<personname><firstname>Mike</firstname><surname>McBride</surname></personname>'> +<!ENTITY Mike.McBride.mail '<email>mpmcbride7@yahoo.com</email>'> +<!ENTITY Robert.L.McCormick '<personname><firstname>Robert</firstname><othername>L.</othername><surname>McCormick</surname></personname>'> +<!ENTITY Robert.L.McCormick.mail '<email>c0029131@airmail.net</email>'> +<!ENTITY Thad.McGinnis '<personname><firstname>Thad</firstname><surname>McGinnis</surname></personname>'> +<!ENTITY Thad.McGinnis.mail '<email>ctmcginnis@compuserve.com</email>'> +<!ENTITY Roman.Merzlyakov '<personname><firstname>Roman</firstname><surname>Merzlyakov</surname></personname>'> +<!ENTITY Roman.Merzlyakov.mail '<email>roman@sbrf.barrt.ru</email>'> +<!ENTITY Matthias.Messmer '<personname><firstname>Matthias</firstname><surname>Messmer</surname></personname>'> +<!ENTITY Matthias.Messmer.mail '<email>bmlmessmer@web.de</email>'> +<!ENTITY Gary.Meyer '<personname><firstname>Gary</firstname><surname>Meyer</surname></personname>'> +<!ENTITY Gary.Meyer.mail '<email>gary@meyer.net</email>'> +<!ENTITY Klaus-Dieter.Moeller '<personname><firstname>Kaus-Dieter</firtname><surname>Möller</surname></personname>'> +<!ENTITY Klaus-Dieter.Moeller.mail '<email>kd.moeller@t-online.de</email>'> +<!ENTITY Daniel.Molkentin '<personname><firstname>Daniel</firstname><surname>Molkentin</surname></personname>'> +<!ENTITY Daniel.Molkentin.mail '<email>molkentin@kde.org</email>'> +<!ENTITY Richard.J.Moore '<personname><firstname>Richard</firstname><othername>J.</othername><surname>Moore</surname></personname>'> +<!ENTITY Richard.J.Moore.mail '<email>rich@kde.org</email>'> +<!ENTITY Dirk.Mueller.mail '<email>mueller@kde.org</email>'> +<!ENTITY Jasem.Mutlaq '<personname><firstname>Jasem</firstname><surname>Mutlaq</surname></personname>'> +<!ENTITY Jasem.Mutlaq.mail '<email>mutlaqja@ku.edu</email>'> +<!ENTITY Marc.Mutz '<personname><firstname>Marc</firstname><surname>Mutz</surname></personname>'> +<!ENTITY Marc.Mutz.mail '<email>mutz@kde.org</email>'> + +<!ENTITY Daniel.Naber '<personname><firstname>Daniel</firstname><surname>Naber</surname></personname>'> +<!ENTITY Daniel.Naber.mail '<email>daniel.naber@t-online.de</email>'> +<!ENTITY Armen.Nakashian '<personname><firstname>Armen</firstname><surname>Nakashian</surname></personname>'> +<!ENTITY Armen.Nakashian.mail '<email>armen@tourismo.com</email>'> +<!ENTITY Christoph.Neerfield '<personname><firstname>Christoph</firstname><surname>Neerfield</surname></personname>'> +<!ENTITY Christoph.Neerfield.mail '<email>Christoph.Neerfield@home.ivm.de</email>'> +<!ENTITY Alexander.Neundorf '<personname><firstname>Alexander</firstname><surname>Neundorf</surname></personname>'> +<!ENTITY Alexander.Neundorf.mail '<email>neundorf@kde.org</email>'> +<!ENTITY Carsten.Niehaus '<personname><firstname>Carsten</firstname><surname>Niehaus</surname></personname>'> +<!ENTITY Carsten.Niehaus.mail '<email>cniehaus@kde.org</email>'> +<!ENTITY Virgil.J.Nisly '<personname><firstname>Virgil</firstname><othername>J.</othername><surname>Nisly</surname></personname>'> +<!ENTITY Virgil.J.Nisly.mail '<email>virgil@vigilite.com</email>'> +<!ENTITY Maren.Pakura '<personname><firstname>Maren</firstname><surname>Pakura</surname></personname>'> +<!ENTITY Maren.Pakura.mail '<email>maren@kde.org</email>'> +<!ENTITY Randy.Pearson '<personname><firstname>Randy</firstname><surname>Pearson</surname></personname>'> +<!ENTITY Randy.Pearson.mail '<email>blueboy@bamafolks.com</email>'> +<!ENTITY Jesper.Pedersen '<personname><firstname>Jesper</firstname><surname>Pedersen</surname></personname>'> +<!ENTITY Jesper.Pedersen.mail '<email>blackie@kde.org</email>'> +<!ENTITY Carsten.Pfeiffer '<personname><firstname>Carsten</firstname><surname>Pfeiffer</surname></personname>'> +<!ENTITY Carsten.Pfeiffer.mail '<email>pfeiffer@kde.org</email>'> +<!ENTITY Kurt.Pfeifle '<personname><firstname>Kurt</firstname><surname>Pfeifle</surname></personname>'> +<!ENTITY Kurt.Pfeifle.mail '<email>kpfeifle@danka.de</email>'> +<!ENTITY Dan.Pilone '<personname><firstname>Dan</firstname><surname>Pilone</surname></personname>'> +<!ENTITY Dan.Pilone.mail '<email>pilone@slac.com</email>'> +<!ENTITY Clay.Pradarits '<personname><firstname>Clay</firstname><surname>Pradarits</surname></personname>'> +<!ENTITY Harri.Porten '<personname><firstname>Harri</firstname><surname>Porten</surname></personname>'> +<!ENTITY Harri.Porten.mail '<email>porten@kde.org</email>'> +<!ENTITY Clay.Pradarits.mail '<email>gasky@winfire.com</email>'> +<!ENTITY Milos.Prudek '<personname><firstname>Milos</firstname><surname>Prudek</surname></personname>'> +<!ENTITY Milos.Prudek.mail '<email>milos.prudek@worldonline.cz</email>'> + +<!ENTITY Frerich.Raabe '<personname><firstname>Frerich</firstname><surname>Raabe</surname></personname>'> +<!ENTITY Frerich.Raabe.mail '<email>raabe@kde.org</email>'> +<!ENTITY Torsten.Rahn '<personname><firstname>Torsten</firstname><surname>Rahn</surname></personname>'> +<!ENTITY Torsten.Rahn.mail '<email>tackat@kde.org</email>'> +<!ENTITY Ravikiran.Rajagopal '<personname><firstname>Ravikiran</firstname><surname>Rajagopal</surname></personname>'> +<!ENTITY Ravikiran.Rajagopal.mail '<email>ravi@kde.org</email>'> +<!ENTITY Artur.Rataj '<personname><firstname>Artur</firstname><surname>Rataj</surname></personname>'> +<!ENTITY Artur.Rataj.mail '<email>art@zeus.polsl.gliwice.pl</email>'> +<!ENTITY Roman.Razilov '<personname><firstname>Roman</firstname><surname>Razilov</surname></personname>'> +<!ENTITY Roman.Razilov.mail '<email>Roman.Razilov@gmx.de</email>'> +<!ENTITY Nicholas.Robbins '<personname><firstname>Nicolas</firstname><surname>Robbins</surname></personname>'> +<!ENTITY Michael.Reiher '<personname><firstname>Michael</firstname><surname>Reiher</surname></personname>'> +<!ENTITY Michael.Reiher.mail '<email>michael.reiher@gmx.de</email>'> +<!ENTITY Nicholas.Robbins.mail '<email>logik9000@chartermi.net</email>'> +<!ENTITY Pamela.Roberts '<personname><firstname>Pamela</firstname><surname>Roberts</surname></personname>'> +<!ENTITY Pamela.Roberts.mail '<email>pamroberts@blueyonder.co.uk</email>'> +<!ENTITY Hamish.Rodda '<personname><firstname>Hamish</firstname><surname>Rodda</surname></personname>'> +<!ENTITY Hamish.Rodda.mail '<email>rodda@kde.org</email>'> +<!ENTITY Philip.Rodrigues '<personname><firstname>Philip</firstname><surname>Rodrigues</surname></personname>'> +<!ENTITY Philip.Rodrigues.mail '<email>phil@kde.org</email>'> +<!ENTITY Seth.Rothberg '<personname><firstname>Seth</firstname><surname>Rothberg</surname></personname>'> +<!ENTITY Seth.Rothberg.mail '<email>sethmr@bellatlantic.org</email>'> +<!ENTITY David.Rugge '<personname><firstname>David</firstname><surname>Rugge</surname></personname>'> +<!ENTITY David.Rugge.mail '<email>davidrugge@mediaone.net</email>'> +<!ENTITY Andriy.Rysin '<personname><firstname>Andriy</firstname><surname>Rysin</surname></personname>'> +<!ENTITY Andriy.Rysin.mail '<email>rysin@kde.org</email>'> +<!ENTITY Teemu.Rytilahti '<personname><firstname>Teemu</firstname><surname>Rytilahti</surname></personname>'> +<!ENTITY Teemu.Rytilahti.mail '<email>teemu.rytilahti@d5k.net</email>'> + +<!ENTITY Charles.Samuels '<personname><firstname>Charles</firstname><surname>Samuels</surname></personname>'> +<!ENTITY Charles.Samuels.mail '<email>charles@altair.dhs.org</email>'> +<!ENTITY Espen.Sand '<personname><firstname>Espen</firstname><surname>Sand</surname></personname>'> +<!ENTITY Espen.Sand.mail '<email>espensa@online.no</email>'> +<!ENTITY Don.Sanders '<personname><firstname>Don</firstname><surname>Sanders</surname></personname>'> +<!ENTITY Don.Sanders.mail '<email>dsanders@kde.org</email>'> +<!ENTITY Morgan.N.Sandquist '<personname><firstname>Morgan</firstname><othername>N.</othername><surname>Sandquist</surname></personname>'> +<!ENTITY Morgan.N.Sandquist.mail '<email>morgan@pipeline.com</email>'> +<!ENTITY Raffaele.Sandrini '<personname><firstname>Raffaele</firstname><surname>Sandrini</surname></personname>'> +<!ENTITY Olivier.Saraja '<personname><firstname>Olivier</firstname><surname>Saraja</surname></personname>'> +<!ENTITY Olivier.Saraja.mail '<email>olivier@linuxgraphic.org</email>'> +<!ENTITY Thomas.Schuetz '<personname><firstname>Thomas</firstname><surname>Schütz</surname></personname>'> +<!ENTITY Jost.Schenck '<personname><firstname>Jost</firstname><surname>Schenck</surname></personname>'> +<!ENTITY Jost.Schenck.mail '<email>jost@schenck.de</email>'> +<!ENTITY Chris.Schlaeger '<personname><firstname>Chris</firstname><surname>Schlaeger</surname></personname>'> +<!ENTITY Chris.Schlaeger.mail '<email>cs@kde.org</email>'> +<!ENTITY Thomas.Schuetz.mail '<email>Thomas.Schuetz@gmx.li</email>'> +<!ENTITY Cornelius.Schumacher '<personname><firstname>Cornelius</firstname><surname>Schumacher</surname></personname>'> +<!ENTITY Cornelius.Schumacher.mail '<email>schumacher@kde.org</email>'> +<!ENTITY Guenter.Schwann '<personname><firstname>Günter</firstname><surname>Schwann</surname></personname>'> +<!ENTITY Guenter.Schwann.mail '<email>vogel@sbox.tugraz.at</email>'> +<!ENTITY Aaron.J.Seigo '<personname><firstname>Aaron</firstname><othername>J.</othername><surname>Seigo</surname></personname>'> +<!ENTITY Aaron.J.Seigo.mail '<email>aseigo@olympusproject.org</email>'> +<!ENTITY Jonathan.Singer '<personname><firstname>Jonathan</firstname><surname>Singer</surname></personname>'> +<!ENTITY Jonathan.Singer.mail '<email>jsinger@leeta.net</email>'> +<!ENTITY Martin.Sommer '<personname><firstname>Martin</firstname><surname>Sommer</surname></personname>'> +<!ENTITY Martin.Sommer.mail '<email>msommer@suse.de</email>'> +<!ENTITY Klaus.Staerk.mail '<email>staerk@kde.org</email>'> +<!ENTITY Andrew.Stanley-Jones '<personname><firstname>Andrew</firstname><surname>Stanley-Jones</surname></personname>'> +<!ENTITY Andrew.Stanley-Jones.mail '<email>asj@chowtown.cban.com</email>'> +<!ENTITY Klaus.Staerk '<personname><firstname>Klaus</firstname><surname>Stärk</surname></personname>'> +<!ENTITY George.Staikos '<personname><firstname>George</firstname><surname>Staikos</surname></personname>'> +<!ENTITY George.Staikos.mail '<email>staikos@kde.org</email>'> +<!ENTITY Russ.Steffen '<personname><firstname>Russ</firstname><surname>Steffen</surname></personname>'> +<!ENTITY Russ.Steffen.mail '<email>rsteffen@bayarea.net</email>'> +<!ENTITY Neil.Stevens '<personname><firstname>Neil</firstname><surname>Stevens</surname></personname>'> +<!ENTITY Neil.Stevens.mail '<email>neil@qualityassistant.com</email>'> +<!ENTITY David.Sweet '<personname><firstname>David</firstname><surname>Sweet</surname></personname>'> +<!ENTITY David.Sweet.mail '<email>dsweet@kde.org</email>'> + +<!ENTITY Stefan.Taferner '<personname><firstname>Stefan</firstname><surname>Taferner</surname></personname>'> +<!ENTITY Stefan.Taferner.mail '<email>taferner@kde.org</email>'> +<!ENTITY Thomas.Tanghus '<personname><firstname>Thomas</firstname><surname>Tanghus</surname></personname>'> +<!ENTITY Thomas.Tanghus.mail '<email>tanghus@earthling.net</email>'> +<!ENTITY Krishna.Tateneni '<personname><firstname>Krishna</firstname><surname>Tateneni</surname></personname>'> +<!ENTITY Krishna.Tateneni.mail '<email>tateneni@pluto.njcc.com</email>'> +<!ENTITY Roberto.Teixeira '<personname><firstname>Roberto</firstname><surname>Teixeira</surname></personname>'> +<!ENTITY Roberto.Teixeira.mail '<email>roberto@kde.org</email>'> +<!ENTITY Evan.Teran '<personname><firstname>Evan</firstname><surname>Teran</surname></personname>'> +<!ENTITY Evan.Teran.mail '<email>emt3734@rit.edu</email>'> +<!ENTITY Phil.Thompson '<personname><firstname>Phil</firstname><surname>Thompson</surname></personname>'> +<!ENTITY Phil.Thompson.mail '<email>phil@river-bank.demon.co.uk</email>'> +<!ENTITY Bo.Thorsen '<personname><firstname>Bo</firstname><surname>Thorsen</surname></personname>'> +<!ENTITY Bo.Thorsen.mail '<email>gobo@imada.sdu.dk</email>'> +<!ENTITY Christian.Thurner '<personname><firstname>Christian</firstname><surname>Thurner</surname></personname>'> +<!ENTITY Christian.Thurner.mail '<email>cthurner@web.de</email>'> +<!ENTITY Cristian.Tibirna '<personname><firstname>Christian</firstname><surname>Tibirna</surname></personname>'> +<!ENTITY Cristian.Tibirna.mail '<email>tibirna@kde.org</email>'> +<!ENTITY Jochen.Tuchbreiter '<personname><firstname>Jochen</firstname><surname>Tuchbreiter</surname></personname>'> +<!ENTITY Jochen.Tuchbreiter.mail '<email>whynot@mabi.de</email>'> +<!ENTITY Paul-Olav.Tvete '<personname><firstname>Paul Olav</firstname><surname>Tvete</surname></personname>'> +<!ENTITY Paul-Olav.Tvete.mail '<email><!-- FIXME --></email>'> + +<!ENTITY Jan-Pascal.vanBest '<personname><firstname>Jan-Pascal</firstname><surname>van Best</surname></personname>'> +<!ENTITY Jan-Pascal.vanBest.mail '<email>janpascal@vanbest.org</email>'> +<!ENTITY Stanislav.Visnovsky '<personname><firstname>Stanislav</firstname><surname>Visnovsky</surname></personname>'> +<!ENTITY Stanislav.Visnovsky.mail '<email>visnovsky@nenya.ms.mff.cuni.cz</email>'> +<!ENTITY Sean.Vyain '<personname><firstname>Sean</firstname><surname>Vyain</surname></personname>'> +<!ENTITY Sean.Vyain.mail '<email>svyain@mail.tds.net</email>'> + +<!ENTITY Mathias.Waack '<personname><firstname>Mathias</firstname><surname>Waack</surname></personname>'> +<!ENTITY Mathias.Waack.mail '<email>mathias@atoll-net.de</email>'> +<!ENTITY Joerg.Walter '<personname><firstname>Jörg</firstname><surname>Walter</surname></personname>'> +<!ENTITY Joerg.Walter.mail '<email>trouble@garni.ch</email>'> +<!ENTITY Lauri.Watts '<personname><firstname>Lauri</firstname><surname>Watts</surname></personname>'> +<!ENTITY Lauri.Watts.mail '<email>lauri@kde.org</email>'> +<!ENTITY Josef.Weidendorfer '<personname><firstname>Josef</firstname><surname>Weidendorfer</surname></personname>'> +<!ENTITY Josef.Weidendorfer.mail '<email>Josef.Weidendorfer@in.tum.de</email>'> +<!ENTITY Mario.Weilguni '<personname><firstname>Mario</firstname><surname>Weilguni</surname></personname>'> +<!ENTITY Mario.Weilguni.mail '<email>mweilguni@sime.com</email>'> +<!ENTITY Mattias.Welk '<personname><firstname>Mattias</firstname><surname>Welk</surname></personname>'> +<!ENTITY Mattias.Welk.mail '<email>welk@fokus.gmd.de</email>'> +<!ENTITY Joseph.Wenninger '<personname><firstname>Joseph</firstname><surname>Wenninger</surname></personname>'> +<!ENTITY Joseph.Wenninger.mail '<email>kde@jowenn.at</email>'> +<!ENTITY Scott.Wheeler '<personname><firstname>Scott</firstname><surname>Wheeler</surname></personname>'> +<!ENTITY Scott.Wheeler.mail '<email>wheeler@kde.org</email>'> +<!ENTITY Anders.Widell '<personname><firstname>Anders</firstname><surname>Widell</surname></personname>'> +<!ENTITY Anders.Widell.mail '<email>awl@passagen.se</email>'> +<!ENTITY Marc.Wolf '<personname><firstname>Marc</firstname><surname>Wolf</surname></personname>'> +<!ENTITY Marc.Wolf.mail '<email>marc@vries.demon.co.uk</email>'> +<!ENTITY Bernd.Johannes.Wuebben '<personname><firstname>Bernd</firstname><othername>Johannes</othername><surname>Wuebben</surname></personname>'> +<!ENTITY Bernd.Johannes.Wuebben.mail '<email>wuebben@kde.org</email>'> + +<!ENTITY Thorsten.Zachmann '<personname><firstname>Thorsten</firstname><surname>Zachmann</surname></personname>'> +<!ENTITY Thorsten.Zachmann.mail '<email>T.Zachmann@zagge.de</email>'> +<!ENTITY Andreas.Zehender '<personname><firstname>Andreas</firstname><surname>Zehender</surname></personname>'> +<!ENTITY Andreas.Zehender.mail '<email>zehender@kde.org</email>'> +<!ENTITY Alex.Zepeda '<personname><firstname>Alex</firstname><surname>Zepeda</surname></personname>'> +<!ENTITY Alex.Zepeda.mail '<email>zipzippy@sonic.net</email>'> +<!ENTITY Nikolas.Zimmermann '<personname><firstname>Nikolas</firstname><surname>Zimmermann</surname></personname>'> +<!ENTITY Nikolas.Zimmermann.mail '<email>wildfox@kde.org</email>'> +<!ENTITY Danny.Allen '<personname><firstname>Danny</firstname><surname>Allen</surname></personname>'> +<!ENTITY Danny.Allen.mail '<email>danny@dannyallen.co.uk</email>'> diff --git a/kdoctools/customization/entities/general.entities b/kdoctools/customization/entities/general.entities new file mode 100644 index 000000000..485f5d5be --- /dev/null +++ b/kdoctools/customization/entities/general.entities @@ -0,0 +1,421 @@ +<!-- + KDE general entities for DocBook as used in the KDE documentation + + Copyright (C) 2002 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to the KDE docbook list + <kde-docbook@kde.org>. + + + USAGE + + Refer to this file as + + "-//KDE//ENTITIES DocBook XML General Entity Declarations V1.2//EN" + + This file contains what dbgenent.mod should contain and is read + after all other files just like dbgenent.mod should be. + +--> + +<!-- ============================================================= --> +<!-- Extensions to the DocBook DTD --> +<!-- ============================================================= --> +<!-- E.g. KDE specific entities (see also dbgenent.mod for this) --> + +<!-- Legal texts we put in a specific place + so that we don't need to cut'n'paste them to every doc + --> +<!ENTITY GPL PUBLIC + "-//GNU//DOCUMENT GNU General Public License V2//EN" + "http://www.gnu.org/copyleft/gpl.html" + NDATA linespecific > +<!ENTITY GPLNotice PUBLIC + "-//KDE//DOCUMENT GNU General Public License Notice//EN" + "../en/entities/gpl-notice.docbook"><!-- meant for inclusion, so no [CN]DATA SGML (why?) --> +<!ENTITY LGPL PUBLIC + "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//EN" + "http://www.gnu.org/copyleft/lesser.html" + NDATA linespecific > +<!ENTITY LGPLNotice PUBLIC + "-//KDE//DOCUMENT GNU Lesser General Public License Notice//EN" + "../en/entities/lgpl-notice.docbook"><!-- meant for inclusion, so no [CN]DATA SGML --> +<!ENTITY FDL PUBLIC + "-//GNU//DOCUMENT GNU Free Documentation License V1.1//EN" + "http://www.gnu.org/copyleft/fdl.html" + NDATA linespecific > +<!-- FDLNotice is defined in lang.entities (why?) --> + +<!-- add docbook versions of licenses --> + +<!ENTITY % kde.writer.entities PUBLIC + "-//KDE//ENTITIES DocBook XML General Entity Declarations: Contributors V1.0//EN" + "../entities/contributor.entities" > +%kde.writer.entities; + +<!-- KDE index generation + Set addindex to IGNORE to stop index generation + Indices are generated on the fly, so no intermediate file is needed + --> +<!ENTITY % addindex "INCLUDE"> +<![%addindex;[ +<!ENTITY documentation.index "<index id='doc-index'></index>"> +]]> +<!ENTITY documentation.index ""> +<!--ENTITY kapp "(Oops - someone forgot to fill in the application name here)" --> + +<!-- Entities to fill in slots in docbook version of FDL notice --> +<!ENTITY % FDLIS "IGNORE"> +<!ENTITY % FDLFCT "IGNORE"> +<!ENTITY % FDLBCT "IGNORE"> + +<!-- These are the language-independent entities. They can be (more + or less) freely extended. Keep this list sorted and sensible. + Make sure you always add full markup to the text. + + Naming policy: name the entity like you would see the text + (inclusive case). KDE entities are always lowercased. Spaces + are omitted. Examples: Qt (for "Qt"), RedHat (for "Red Hat"), + kfloppy (for "KFloppy") . (Entity names cannot start with digits, + in that case, use the written form for the first digit.) + + DO NOT JUST RENAME ENTITIES! That implies removal of an existing + entity and that may change the validity of documents, which must + not happen. Place the name you wish to remove in the list of + obsolete entities (depending on the case, the expansion is + redefined or kept as it was); the new name goes in the official list. + A later version of the DTD (with another version number!) will + effectively remove these entities. In that way, old documents + remain valid, while new ones can only use the new declarations. + --> + +<!ENTITY AIX "<trademark class='registered'>AIX</trademark>"> +<!ENTITY akregator "<application>Akregator</application>"> +<!ENTITY aktion "<application>aKtion</application>"> +<!ENTITY amarok "<application>amaroK</application>"> +<!ENTITY amor "<application>AMOR</application>"> +<!ENTITY ark "<application>Ark</application>"> +<!ENTITY arts "<application>aRts</application>"> +<!ENTITY arts-builder "<application>aRts-builder</application>"> +<!ENTITY artscontrol "<application>artscontrol</application>"> +<!ENTITY artsd "<application>artsd</application>"> +<!ENTITY artsdsp "<application>artsdsp</application>"> +<!ENTITY artsserver "<application>artsserver</application>"> +<!ENTITY artsshell "<application>artsshell</application>"> +<!ENTITY artswrapper "<application>artswrapper</application>"> +<!ENTITY ATAPI "<acronym>ATAPI</acronym>"> +<!ENTITY atlantik "<application>Atlantik</application>"> +<!ENTITY blinken "<application>blinKen</application>"> +<!ENTITY catalogmanager "<application>Catalog Manager</application>"> +<!ENTITY CD "<acronym>CD</acronym>"> +<!ENTITY CDE "<acronym>CDE</acronym>"> +<!ENTITY CD-ROM "<acronym>CD-ROM</acronym>"> +<!ENTITY cervisia "<application>Cervisia</application>"> +<!ENTITY CSS "<acronym>CSS</acronym>"> +<!ENTITY CUPS "<acronym>CUPS</acronym>"> +<!ENTITY digikam "<application>digiKam</application>"> +<!ENTITY drkonqi "<application>DrKonqi</application>"> +<!ENTITY DCOP "<acronym>DCOP</acronym>"> +<!ENTITY DVI "<acronym>DVI</acronym>"> +<!ENTITY ELF "<acronym>ELF</acronym>"> +<!ENTITY Emacs "<application>Emacs</application>"> +<!ENTITY Flash "<trademark>Flash</trademark>"> +<!ENTITY flashkard "<application>FlashKard</application>"> +<!ENTITY FTP "<acronym>FTP</acronym>"> +<!ENTITY gcc "<command>gcc</command>"> +<!ENTITY GIF "<acronym>GIF</acronym>"> +<!ENTITY GMT "<acronym>GMT</acronym>"> +<!ENTITY GNU "<acronym>GNU</acronym>"> +<!ENTITY GUI "<acronym>GUI</acronym>"> +<!ENTITY Handspring "<trademark>Handspring</trademark>"> +<!ENTITY Hewlett-Packard '<trademark class="registered">Hewlett-Packard</trademark>'> +<!ENTITY HotSync '<trademark class="registered">HotSync</trademark>'> +<!ENTITY HP '<trademark class="registered">HP</trademark>'> +<!ENTITY HP-UX '<trademark class="registered">HP-UX</trademark>'> +<!ENTITY HTML '<acronym>HTML</acronym>'> +<!ENTITY HTTP "<acronym>HTTP</acronym>"> +<!ENTITY infocenter "<application>KInfoCenter</application>"> +<!ENTITY IRIX '<trademark class="registered">IRIX</trademark>'> +<!ENTITY Java "<trademark>Java</trademark>"> +<!ENTITY Jini "<trademark>Jini</trademark>"> +<!ENTITY juk "<application>JuK</application>"> +<!ENTITY kaboodle "<application>Kaboodle</application>"> +<!ENTITY kaddressbook "<application>KAddressBook</application>"> +<!ENTITY kalarm "<application>KAlarm</application>"> +<!ENTITY kalarmd "<application>KAlarmd</application>"> +<!ENTITY kalzium "<application>Kalzium</application>"> +<!ENTITY kamera "<application>Kamera</application>"> +<!ENTITY kanagram "<application>Kanagram</application>"> +<!ENTITY kandy "<application>Kandy</application>"> +<!ENTITY kappfinder "<application>Kappfinder</application>"> +<!ENTITY kaphorism "<application>KAphorism</application>"> +<!ENTITY karbon14 "<application>Karbon14</application>"> +<!ENTITY karm "<application>KArm</application>"> +<!ENTITY kasteroids "<application>KAsteroids</application>"> +<!ENTITY kate "<application>Kate</application>"> +<!ENTITY katomic "<application>KAtomic</application>"> +<!ENTITY kbabel "<application>KBabel</application>"> +<!ENTITY kbabeldict "<application>KBabelDict</application>"> +<!ENTITY kbackgammon "<application>KBackgammon</application>"> +<!ENTITY kbattleship "<application>KBattleship</application>"> +<!ENTITY kbiff "<application>KBiff</application>"> +<!ENTITY kblackbox "<application>KBlackbox</application>"> +<!ENTITY kbounce "<application>KBounce</application>"> +<!ENTITY kbruch "<application>KBruch</application>"> +<!ENTITY kbugbuster "<application>kbugbuster</application>"> +<!ENTITY kcalc "<application>KCalc</application>"> +<!ENTITY kcharselect "<application>KCharSelect</application>"> +<!ENTITY kchart "<application>KChart</application>"> +<!ENTITY kcontrol "<application>KControl</application>"> +<!ENTITY kcron "<application>KCron</application>"> +<!ENTITY kdat "<application>KDat</application>"> +<!ENTITY kdcop "<application>kdcop</application>"> +<!ENTITY kde "<acronym>KDE</acronym>"> +<!ENTITY kdebugdialog "<application>KDebugDialog</application>"> +<!ENTITY kde-http '<ulink url="http://www.kde.org/">http://www.kde.org/</ulink>'> +<!ENTITY kde-ftp '<ulink url="ftp://ftp.kde.org/pub/kde/">ftp://ftp.kde.org/pub/kde/</ulink>'> +<!ENTITY kdepasswd "<application>kdepasswd</application>"> +<!ENTITY kdeprint "<application>KDEPrint</application>"> +<!ENTITY kdesktop "<application>KDesktop</application>"> +<!ENTITY kdessh "<application>kdessh</application>"> +<!ENTITY kdesu "<application>KDE su</application>"> +<!ENTITY kdiskfree "<application>KDiskFree</application>"> +<!ENTITY kdict "<application>KDict</application>"> +<!ENTITY kdm "<application>kdm</application>"> +<!ENTITY kdmrc "<filename>kdmrc</filename>"> +<!ENTITY kdvi "<application>KDVI</application>"> +<!ENTITY kenolaba "<application>Kenolaba</application>"> +<!ENTITY kedit "<application>KEdit</application>"> +<!ENTITY keditbookmarks "<application>KEditBookmarks</application>"> +<!ENTITY keduca "<application>KEduca</application>"> +<!ENTITY kexi "<application>Kexi</application>"> +<!ENTITY kfax "<application>KFax</application>"> +<!ENTITY kfaxview "<application>Kfaxview</application>"> +<!ENTITY kfeeder "<application>KFeeder</application>"> +<!ENTITY kfind "<application>KFind</application>"> +<!ENTITY kfloppy "<application>Kfloppy</application>"> +<!ENTITY kformula "<application>KFormula</application>"> +<!ENTITY kfouleggs "<application>KFoulEggs</application>"> +<!ENTITY kfract "<application>KFract</application>"> +<!ENTITY khangman "<application>KHangMan</application>"> +<!ENTITY kgeo "<application>KGeo</application>"> +<!ENTITY kgeography "<application>KGeography</application>"> +<!ENTITY kget "<application>KGet</application>"> +<!ENTITY kghostview "<application>KGhostView</application>"> +<!ENTITY kgoldrunner "<application>KGoldrunner</application>"> +<!ENTITY kgpgcertmanager "<application>KgpgCertManager</application>"> +<!ENTITY khelpcenter "<application>KHelpCenter</application>"> +<!ENTITY khexedit "<application>KHexEdit</application>"> +<!ENTITY kicker "<application>Kicker</application>"> +<!ENTITY kiconedit "<application>KIconEdit</application>"> +<!ENTITY kig "<application>Kig</application>"> +<!ENTITY kikbd "<application>kikbd</application>"> +<!ENTITY kinfocenter "<application>KInfoCenter</application>"> +<!ENTITY kit "<application>Kit</application>"> +<!ENTITY kitchensync "<application>KitchenSync</application>"> +<!ENTITY kiten "<application>Kiten</application>"> +<!ENTITY kivio "<application>Kivio</application>"> +<!ENTITY kjots "<application>KJots</application>"> +<!ENTITY kjumpingcube "<application>KJumpingCube</application>"> +<!ENTITY klaptop "<application>KLaptop</application>"> +<!ENTITY klatin "<application>KLatin</application>"> +<!ENTITY klettres "<application>KLettres</application>"> +<!ENTITY kolorlines "<application>Kolor Lines</application>"> +<!ENTITY konversation "<application>Konversation</application>"> +<!ENTITY klipper "<application>Klipper</application>"> +<!ENTITY kljettool "<application>KLjettool</application>"> +<!ENTITY klpq "<application>Klpq</application>"> +<!ENTITY klprfax "<application>Klprfax</application>"> +<!ENTITY kmagnifier "<application>KMagnifier</application>"> +<!ENTITY kmahjongg "<application>KMahjongg</application>"> +<!ENTITY kmail "<application>KMail</application>"> +<!ENTITY kmathtool "<application>KMathTool</application>"> +<!ENTITY kmenuedit "<application>KMenuEdit</application>"> +<!ENTITY kmessedwords "<application>KMessedWords</application>"> +<!ENTITY kmid "<application>KMid</application>"> +<!ENTITY kmidi "<application>KMidi</application>"> +<!ENTITY kmines "<application>KMines</application>"> +<!ENTITY kmix "<application>KMix</application>"> +<!ENTITY kmoon "<application>KMoon</application>"> +<!ENTITY kmouth "<application>KMouth</application>"> +<!ENTITY kmousetool "<application>KMouseTool</application>"> +<!ENTITY knetattach "<application>KNetAttach</application>"> +<!ENTITY knewsticker "<application>KNewsTicker</application>"> +<!ENTITY knode "<application>KNode</application>"> +<!ENTITY knotes "<application>KNotes</application>"> +<!ENTITY kodometer "<application>KOdometer</application>"> +<!ENTITY koffice "<application>KOffice</application>"> +<!ENTITY kolf "<application>Kolf</application>"> +<!ENTITY kolourpaint "<application>KolourPaint</application>"> +<!ENTITY kompare "<application>Kompare</application>"> +<!ENTITY koncd "<application>KOnCD</application>"> +<!ENTITY konqueror "<application>Konqueror</application>"> +<!ENTITY konquest "<application>Konquest</application>"> +<!ENTITY konsole "<application>Konsole</application>"> +<!ENTITY kontact "<application>Kontact</application>"> +<!ENTITY kooka "<application>Kooka</application>"> +<!ENTITY kopete "<application>Kopete</application>"> +<!ENTITY korganizer "<application>KOrganizer</application>"> +<!ENTITY korn "<application>KOrn</application>"> +<!ENTITY koshell "<application>KOShell</application>"> +<!ENTITY kotalkd "<application>KOTalkd</application>"> +<!ENTITY kpackage "<application>KPackage</application>"> +<!ENTITY kpager "<application>KPager</application>"> +<!ENTITY kpaint "<application>KPaint</application>"> +<!ENTITY kpatience "<application>KPatience</application>"> +<!ENTITY kpercentage "<application>KPercentage</application>"> +<!ENTITY kpilot "<application>KPilot</application>"> +<!ENTITY kpf "<application>kpf</application>"> +<!ENTITY kpm "<application>Kpm</application>"> +<!ENTITY kpresenter "<application>KPresenter</application>"> +<!ENTITY kpoker "<application>KPoker</application>"> +<!ENTITY kpovmodeler "<application>KPovModeler</application>"> +<!ENTITY kppp "<application>KPPP</application>"> +<!ENTITY kpresenter "<application>KPresenter</application>"> +<!ENTITY kprinter "<application>kprinter</application>"> +<!ENTITY krdc "<application>Remote Desktop Connection</application>"> +<!ENTITY kreatecd "<application>KreateCD</application>"> +<!ENTITY krec "<application>KRec</application>"> +<!ENTITY kregexpeditor "<application>KRegExpEditor</application>"> +<!ENTITY kreversi "<application>KReversi</application>"> +<!ENTITY krfb "<application>Desktop Sharing</application>"> +<!ENTITY krita "<application>Krita</application>"> +<!ENTITY kruler "<application>KDE Screen Ruler</application>"> +<!ENTITY ksame "<application>KSame</application>"> +<!ENTITY kscd "<application>KsCD</application>"> +<!ENTITY kscreensaver "<application>KScreensaver</application>"> +<!ENTITY ksgmltools "<application>ksgmltools</application>"> +<!ENTITY kshisen "<application>KShisen</application>"> +<!ENTITY ksim "<application>KSim</application>"> +<!ENTITY ksirc "<application>KSirc</application>"> +<!ENTITY ksirtet "<application>KSirtet</application>"> +<!ENTITY ksmiletris "<application>KSmiletris</application>"> +<!ENTITY ksmserver "<application>ksmserver</application>"> +<!ENTITY ksnake "<application>KSnake</application>"> +<!ENTITY ksnapshot "<application>KSnapshot</application>"> +<!ENTITY ksokoban "<application>KSokoban</application>"> +<!ENTITY kspaceduel "<application>KSpaceDuel</application>"> +<!ENTITY kspell "<application>KSpell</application>"> +<!ENTITY ksplash "<application>KSplash</application>"> +<!ENTITY kspread "<application>KSpread</application>"> +<!ENTITY kstars "<application>KStars</application>"> +<!ENTITY kstart "<application>kstart</application>"> +<!ENTITY ksysctrl "<application>KSysctrl</application>"> +<!ENTITY ksysguard "<application>KSysguard</application>"> +<!ENTITY ksysv "<application>KSysV</application>"> +<!ENTITY ktalk "<application>KTalk</application>"> +<!ENTITY ktalkd "<application>KTalkd</application>"> +<!ENTITY kteatime "<application>KTeaTime</application>"> +<!ENTITY kthesaurus "<application>KThesaurus</application>"> +<!ENTITY ktimemon "<application>KTimemon</application>"> +<!ENTITY ktimer "<application>KTimer</application>"> +<!ENTITY ktip "<application>KTip</application>"> +<!ENTITY ktouch "<application>KTouch</application>"> +<!ENTITY ktron "<application>KTron</application>"> +<!ENTITY ktuberling "<application>KTuberling</application>"> +<!ENTITY kturtle "<application>KTurtle</application>"> +<!ENTITY kugar "<application>Kugar</application>"> +<!ENTITY kuickshow "<application>KuickShow</application>"> +<!ENTITY kuser "<application>KUser</application>"> +<!ENTITY kubuntu "<trademark>Kubuntu</trademark>"> +<!ENTITY kverbos "<application>KVerbos</application>"> +<!ENTITY kview "<application>KView</application>"> +<!ENTITY kviewshell "<application>KViewshell</application>"> +<!ENTITY kvoctrain "<application>KVocTrain</application>"> +<!ENTITY kworldclock "<application>KWorldClock</application>"> +<!ENTITY kword "<application>KWord</application>"> +<!ENTITY kwin "<application>KWin</application>"> +<!ENTITY k4wins "<application>KWin4</application>"> +<!ENTITY kwordquiz "<application>KWordQuiz</application>"> +<!ENTITY kwrite "<application>KWrite</application>"> +<!ENTITY kwuftpd "<application>kwuftpd</application>"> +<!ENTITY kxkb "<application>Kxkb</application>"> +<!ENTITY LaserJet '<trademark class="registered">LaserJet</trademark>'> +<!ENTITY lisa "<application>Lisa</application>"> +<!ENTITY Linux '<trademark class="registered">Linux</trademark>'> +<!ENTITY Linux-Mandrake "<trademark>Mandrakelinux</trademark>"> +<!ENTITY LinuxPPC "<trademark>LinuxPPC</trademark>"> +<!ENTITY lskat "<application>Lieutenant Skat</application>"> +<!ENTITY LZW "<acronym>LZW</acronym>"> +<!ENTITY Mac '<trademark class="registered">Mac</trademark>'> +<!ENTITY MacOS '<trademark class="registered">Mac</trademark> <acronym>OS</acronym>'> +<!ENTITY Mandrake "<trademark>Mandrake</trademark>"> +<!ENTITY megami "<application>Megami</application>"> +<!ENTITY Microsoft '<trademark class="registered">Microsoft</trademark>'> +<!ENTITY MIDI "<acronym>MIDI</acronym>"> +<!ENTITY MIME "<acronym>MIME</acronym>"> +<!ENTITY moonphase "<application>Moon Phase</application>"> +<!ENTITY Motif '<trademark class="registered">Motif</trademark>'> +<!ENTITY MRU "<acronym>MRU</acronym>"> +<!ENTITY MTU "<acronym>MTU</acronym>"> +<!ENTITY multisynk "<application>MultiSynk</application>"> +<!ENTITY MusiXTeX "<application>MusiXTeX</application>"> +<!ENTITY Netscape '<trademark class="registered">Netscape</trademark>'> +<!ENTITY NeXTSTEP "<trademark>NeXTSTEP</trademark>"> +<!ENTITY noatun "<application>Noatun</application>"> +<!ENTITY PalmOS '<trademark class="registered">Palm OS</trademark>'> +<!ENTITY PalmPilot "<productname><trademark>PalmPilot</trademark></productname>"> +<!ENTITY PMX "<application>PMX</application>"><!-- acronym too? --> +<!ENTITY PostScript '<trademark class="registered">PostScript</trademark>'> +<!ENTITY PPP "<acronym>PPP</acronym>"> +<!ENTITY quantaplus "<application>Quanta Plus</application>"> +<!ENTITY Qt "<trademark>Qt</trademark>"> +<!ENTITY RealAudio '<trademark class="registered">RealAudio</trademark>'> +<!ENTITY RealVideo '<trademark class="registered">RealVideo</trademark>'> +<!ENTITY RedHat '<trademark class="registered">Red Hat</trademark>'> +<!ENTITY reslisa "<application>ResLisa</application>"> +<!ENTITY Sendmail '<application><trademark class="registered">sendmail</trademark></application>'> +<!ENTITY SMTP "<acronym>SMTP</acronym>"> +<!ENTITY SGI "<trademark>SGI</trademark>"> +<!ENTITY Solaris "<trademark>Solaris</trademark>"> +<!ENTITY superkaramba "<application>SuperKaramba</application>"> +<!ENTITY SuSE '<acronym><trademark class="registered">SuSE</trademark></acronym>'> +<!ENTITY ThreeCom '<trademark class="registered">3Com</trademark>'> +<!ENTITY TrueType '<trademark class="registered">TrueType</trademark>'> +<!ENTITY ubuntu "<trademark>Ubuntu</trademark>"> +<!ENTITY UNIX '<trademark class="registered">UNIX</trademark>'> +<!ENTITY URL "<acronym>URL</acronym>"> +<!ENTITY URI "<acronym>URI</acronym>"> +<!ENTITY Visor "<trademark>Visor</trademark>"> +<!ENTITY windowmaker "<application>Window Maker</application>"> +<!ENTITY Windows '<trademark class="registered">Windows</trademark>'> +<!ENTITY WordNet '<trademark class="registered">WordNet</trademark>'> +<!ENTITY Wordperfect '<application><trademark class="registered">WordPerfect</trademark></application>'> +<!ENTITY X-Server "<application>X-Server</application>"> +<!ENTITY XEmacs "<application>XEmacs</application>"> +<!ENTITY X-Window '<trademark class="registered">X Window System</trademark>'> +<!ENTITY XHTML "<acronym>XHTML</acronym>"> +<!ENTITY XML "<acronym>XML</acronym>"> +<!ENTITY XSL "<acronym>XSL</acronym>"> + +<!-- Defaults, do NOT add anything to this without checking with the docbook + team. --> + +<!ENTITY package "This application isn't part of a KDE package"> + +<!-- Deprecated, will be removed at a future time, do not use --> +<!ENTITY brahms "<application>Brahms</application>"> +<!ENTITY kab2 "<application>Kab2</application>"> +<!ENTITY kchat "<application>KChat</application>"> +<!ENTITY keystone "<application>Keystone</application>"> +<!ENTITY kmplot "<application>KmPlot</application>"> +<!ENTITY knorskverbs "<application>KNorskVerbs</application>"> +<!ENTITY kontour "<application>Kontour</application>"> +<!ENTITY kpanel "<application>KPanel</application>"> +<!ENTITY kscore "<application>KScore</application>"> +<!ENTITY tkmidi "<application>tkmidi</application>"> +<!ENTITY quanta "<application>Quanta</application>"> diff --git a/kdoctools/customization/entities/l10n.entities b/kdoctools/customization/entities/l10n.entities new file mode 100644 index 000000000..85359c45c --- /dev/null +++ b/kdoctools/customization/entities/l10n.entities @@ -0,0 +1,680 @@ +<!-- + Language-independent entities for the KDE documentation + + Copyright (C) 2001,2002,2004 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to the KDE Docbook mailing list + <kde-docbook@kde.org>. + + + This file sets up the mechanism to load the language-specific + entities. These entities are loaded once for every document, so + when a document changes its language halfway through, the entities + will keep the first language. Should this ever be necessary, just + split the documents into parts of only one language, and it will + all work just great again. + + Every language for which there is documentation must be added + here. (English is the default.) Please send requests for + additions to kde-docbook@kde.org. + + Refer to this file as + + -//KDE//ENTITIES DocBook XML Localisation Entity Declarations V1.0//EN +--> + +<!-- ============================================================= --> +<!-- Extensions to the DocBook DTD --> +<!-- ============================================================= --> + +<!-- All supported languages + The name of the parameter entity is the English name of the language + as listed in ISO 639-2. + --> + +<!ENTITY % Afrikaans "IGNORE"> +<![%Afrikaans;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Afrikaans Documentation V1.0//AF" + "../af/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Arabic "IGNORE"> +<![%Arabic;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Arabic Documentation V1.0//AR" + "../ar/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Azerbaijani "IGNORE"> +<![%Azerbaijani;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Azerbaijani Documentation V1.0//AZ" + "../az/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Belarusian "IGNORE"> +<![%Belarusian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Belarusian Documentation V1.0//BE" + "../be/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Bengali "IGNORE"> +<![%Bengali;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Bengali Documentation V1.0//BN" + "../bn/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Tibetan "IGNORE"> +<![%Tibetan;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Tibetan Documentation V1.0//BO" + "../bo/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Breton "IGNORE"> +<![%Breton;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Breton Documentation V1.0//BR" + "../br/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Bosnian "IGNORE"> +<![%Bosnian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Bosnian Documentation V1.0//BS" + "../bs/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Bulgarian "IGNORE"> +<![%Bulgarian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Bulgarian Documentation V1.0//BG" + "../bg/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Catalan "IGNORE"> +<![%Catalan;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Catalan Documentation V1.0//CA" + "../ca/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Czech "IGNORE"> +<![%Czech;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Czech Documentation V1.0//CS" + "../cs/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Welsh "IGNORE"> +<![%Welsh;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Welsh Documentation V1.0//CY" + "../cy/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> +<!ENTITY % Danish "IGNORE"> +<![%Danish;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Danish Documentation V1.0//DA" + "../da/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Esperanto "IGNORE"> +<![%Esperanto;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Esperanto Documentation V1.0//EO" + "../eo/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % German "IGNORE"> +<![%German;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES German Documentation V1.0//DE" + "../de/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Greek "IGNORE"> +<![%Greek;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Greek Documentation V1.0//EL" + "../el/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % British-English "IGNORE"> +<![%British-English;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES British English Documentation V1.0//ENGB" + "../en-GB/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % English "IGNORE"> +<![%English;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES English Documentation V1.0//EN" + "../en/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Spanish "IGNORE"> +<![%Spanish;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Spanish Documentation V1.0//ES" + "../es/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Estonian "IGNORE"> +<![%Estonian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Estonian Documentation V1.0//ET" + "../et/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Basque "IGNORE"> +<![%Basque;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Basque Documentation V1.0//EU" + "../eu/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Finnish "IGNORE"> +<![%Finnish;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Finnish Documentation V1.0//FI" + "../fi/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Faroese "IGNORE"> +<![%Faroese;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Faroese Documentation V1.0//FO" + "../fo/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % French "IGNORE"> +<![%French;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES French Documentation V1.0//FR" + "../fr/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Irish "IGNORE"> +<![%Irish;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Irish Documentation V1.0//GA" + "../ga/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Gallegan "IGNORE"> +<![%Gallegan;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Gallegan Documentation V1.0//GL" + "../gl/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Gujarati "IGNORE"> +<![%Gujarati;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Gujarati Documentation V1.0//GU" + "../gu/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Hebrew "IGNORE"> +<![%Hebrew;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Hebrew Documentation V1.0//HE" + "../he/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Hindi "IGNORE"> +<![%Hindi;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Hindi Documentation V1.0//HI" + "../hi/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Croatian "IGNORE"> +<![%Croatian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Croatian Documentation V1.0//HR" + "../hr/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Hungarian "IGNORE"> +<![%Hungarian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Hungarian Documentation V1.0//HU" + "../hu/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Indonesian "IGNORE"> +<![%Indonesian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Indonesian Documentation V1.0//ID" + "../id/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Icelandic "IGNORE"> +<![%Icelandic;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Icelandic Documentation V1.0//IS" + "../is/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Italian "IGNORE"> +<![%Italian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Italian Documentation V1.0//IT" + "../it/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Japanese "IGNORE"> +<![%Japanese;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Japanese Documentation V1.0//JA" + "../ja/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Korean "IGNORE"> +<![%Korean;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Korean Documentation V1.0//KO" + "../ko/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Kurdish "IGNORE"> +<![%Kurdish;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Kurdish Documentation V1.0//KU" + "../ku/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Lithuanian "IGNORE"> +<![%Lithuanian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Lithuanian Documentation V1.0//LT" + "../lt/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Lao "IGNORE"> +<![%Lao;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Lao Documentation V1.0//LO" + "../lo/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Latvian "IGNORE"> +<![%Latvian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Latvian Documentation V1.0//LV" + "../lv/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Maori "IGNORE"> +<![%Maori;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Maori Documentation V1.0//MI" + "../mi/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Macedonian "IGNORE"> +<![%Macedonian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Macedonian Documentation V1.0//MK" + "../mk/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Mongolian "IGNORE"> +<![%Mongolian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Mongolian Documentation V1.0//MN" + "../mn/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Malay "IGNORE"> +<![%Malay;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Malay Documentation V1.0//MS" + "../ms/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Maltese "IGNORE"> +<![%Maltese;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Maltese Documentation V1.0//MT" + "../mt/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Low-Saxon "IGNORE"> +<![%Low-Saxon;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Low Saxon Documentation V1.0//NDS" + "../nds/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Dutch "IGNORE"> +<![%Dutch;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Dutch Documentation V1.0//NL" + "../nl/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!-- Kept for compatibility with the docbook style sheets; the code + no exists, but so does nb (book-Norwegian) --> +<!ENTITY % Norwegian "IGNORE"> +<![%Norwegian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Norwegian (Bokmal) Documentation V1.0//NO" + "../no/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Norwegian-Bokmal "IGNORE"> +<![%Norwegian-Bokmal;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Norwegian (Bokmal) Documentation V1.0//NB" + "../no/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Norwegian-Nynorsk "IGNORE"> +<![%Norwegian-Nynorsk;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Norwegian (Nynorsk) Documentation V1.0//NN" + "../nn/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Northern-Sotho "IGNORE"> +<![%Northern-Sotho;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Northern Sotho Documentation V1.0//NSO" + "../nso/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Occitan "IGNORE"> +<![%Occitan;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Occitan Documentation V1.0//OC" + "../oc/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Persian "IGNORE"> +<![%Persian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Persian Documentation V1.0//fa" + "../fa/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Polish "IGNORE"> +<![%Polish;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Polish Documentation V1.0//PL" + "../pl/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Portuguese "IGNORE"> +<![%Portuguese;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Portuguese Documentation V1.0//PT" + "../pt/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Brazilian-Portuguese "IGNORE"> +<![%Brazilian-Portuguese;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Brazilian-Portuguese Documentation V1.0//PTBR" + "../pt-BR/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Romanian "IGNORE"> +<![%Romanian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Romanian Documentation V1.0//RO" + "../ro/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Russian "IGNORE"> +<![%Russian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Russian Documentation V1.0//RU" + "../ru/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Northern-Sami "IGNORE"> +<![%Northern-Sami;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Northern Sami Documentation V1.0//SE" + "../se/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Slovak "IGNORE"> +<![%Slovak;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Slovak Documentation V1.0//SK" + "../sk/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Slovenian "IGNORE"> +<![%Slovenian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Slovenian Documentation V1.0//SL" + "../sl/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Albanian "IGNORE"> +<![%Albanian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Albanian Documentation V1.0//SQ" + "../sq/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Serbian "IGNORE"> +<![%Serbian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Serbian Documentation V1.0//SR" + "../sr/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Swati "IGNORE"> +<![%Swati;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Swati Documentation V1.0//SS" + "../ss/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Swedish "IGNORE"> +<![%Swedish;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Swedish Documentation V1.0//SV" + "../sv/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Tamil "IGNORE"> +<![%Tamil;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Tamil Documentation V1.0//TA" + "../ta/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Tajik "IGNORE"> +<![%Tajik;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Tajik Documentation V1.0//TG" + "../tg/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Thai "IGNORE"> +<![%Thai;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Thai Documentation V1.0//TH" + "../th/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Turkish "IGNORE"> +<![%Turkish;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Turkish Documentation V1.0//TR" + "../tr/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Ukrainian "IGNORE"> +<![%Ukrainian;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Ukrainian Documentation V1.0//UK" + "../uk/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Uzbek "IGNORE"> +<![%Uzbek;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Uzbek Documentation V1.0//UZ" + "../uz/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Venda "IGNORE"> +<![%Venda;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Venda Documentation V1.0//VEN" + "../ven/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Vietnamese "IGNORE"> +<![%Vietnamese;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Vietnamese Documentation V1.0//VI" + "../vi/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Walloon "IGNORE"> +<![%Walloon;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Walloon Documentation V1.0//WA" + "../wa/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Xhosa "IGNORE"> +<![%Xhosa;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Xhosa Documentation V1.0//XH" + "../xh/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Continental-Chinese "IGNORE"> +<![%Continental-Chinese;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Continental-Chinese Documentation V1.0//ZHCN" + "../zh-CN/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Traditional-Chinese "IGNORE"> +<![%Traditional-Chinese;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Traditional Chinese Documentation V1.0//ZHTW" + "../zh-TW/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!ENTITY % Zulu "IGNORE"> +<![%Zulu;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES Zulu Documentation V1.0//ZU" + "../zu/lang.entities"> +%kde.l10n.ents; +<!ENTITY % kde.i-default "IGNORE"> +]]> + +<!-- Default: English --> +<!ENTITY % kde.i-default "INCLUDE"> +<![%kde.i-default;[ +<!ENTITY % kde.l10n.ents PUBLIC "-//KDE//ENTITIES English Documentation V1.0//EN" + "../en/lang.entities"> +%kde.l10n.ents; +]]> diff --git a/kdoctools/customization/es/catalog b/kdoctools/customization/es/catalog new file mode 100644 index 000000000..0fe9f58a6 --- /dev/null +++ b/kdoctools/customization/es/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Spanish Documentation V1.0//ES" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ES" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//ES" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//ES" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//ES" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//ES" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//ES" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ES" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ES" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ES" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ES" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ES" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//ES" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//ES" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ES" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//ES" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ES" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/es/entities/fdl-notice.docbook b/kdoctools/customization/es/entities/fdl-notice.docbook new file mode 100644 index 000000000..164d9e829 --- /dev/null +++ b/kdoctools/customization/es/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>Se concede permiso para copiar, distribuir y/o modificar este documento +bajo los términos de la Licencia Libre de Documentación de GNU, +versión 1.1 o posterior publicada por la Free Software +Foundation; con &FDLInvariantSections;, con &FDLFrontCoverText;, y +con &FDLBackCoverText;. Se incluye una copia de la licencia en <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/es/entities/gpl-notice.docbook b/kdoctools/customization/es/entities/gpl-notice.docbook new file mode 100644 index 000000000..e655bcdc4 --- /dev/null +++ b/kdoctools/customization/es/entities/gpl-notice.docbook @@ -0,0 +1,20 @@ +<para>Este programa es software libre; usted puede redistribuirlo y/o +modificarlo bajo los términos de la Licencia Pública General GNU, tal +y como está publicada por la Free Software Foundation; tanto la +versión 2 de la licencia, como (según su conveniencia) cualquier otra +versión posterior.</para> + +<para>Este programa se distribuye con la esperanza de que será útil, pero +SIN NINGUNA GARANTIA; incluso sin la garantía implícita de COMERCIABILIDAD +o ADECUACION PARA CUALQUIER PROPOSITO. Lea la Licencia Pública General GNU +para más detalles.</para> + +<para>Usted debería haber recibido una copia de la Licencia Pública General GNU +junto con este programa, si no es así, escriba a la Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, Estados Unidos.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/es/entities/help-menu.docbook b/kdoctools/customization/es/entities/help-menu.docbook new file mode 100644 index 000000000..2e22a209f --- /dev/null +++ b/kdoctools/customization/es/entities/help-menu.docbook @@ -0,0 +1,61 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ayuda</guimenu> +<guimenuitem>Contenidos...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Inicia el sistema de ayuda de KDE</action> +mostrando las páginas de información de &kappname;. +(este documento).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ayuda</guimenu> +<guimenuitem>¿Qué es esto?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Modifica la forma del puntero transformandola en +una combinación de flecha e +interrogación.</action> Al pulsar sobre elementos dentro de &kappname; +se abrirá una ventana de ayuda (si existe para ese caso particular) +describiendo la función de dicho elemento.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Ayuda</guimenu> +<guimenuitem>Informar de fallo...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Abre un cuadro de diálogo de informe de fallos</action> +donde puede informar de un fallo o solicitar una +mejora o nueva propiedad <quote>deseable</quote>.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ayuda</guimenu> +<guimenuitem>Acerca de &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Mostrará información sobre la versión y el +autor.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ayuda</guimenu> +<guimenuitem>Acerca de KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Muestra la versión de KDE y otra información +básica.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/es/entities/install-compile.docbook b/kdoctools/customization/es/entities/install-compile.docbook new file mode 100644 index 000000000..770663560 --- /dev/null +++ b/kdoctools/customization/es/entities/install-compile.docbook @@ -0,0 +1,14 @@ +<para>Para poder compilar e instalar &kappname; en su sistema, +introduzca las siguientes instrucciones en el directorio +raíz de la distribución de &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Como &kappname; utiliza <command>autoconf</command> y +<command>automake</command> no debería producirse ningún problema en la +compilación. Si encuentra alguna dificultad le rogamos que se dirija a los +foros de discusión de &kde;.</para> + diff --git a/kdoctools/customization/es/entities/install-intro.docbook b/kdoctools/customization/es/entities/install-intro.docbook new file mode 100644 index 000000000..df18b5950 --- /dev/null +++ b/kdoctools/customization/es/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; forma parte del proyecto &kde; &kde-http;.</para> + +<para>&kappname; está incluido en el paquete &package; en &kde-ftp;, +el servidor &FTP; del proyecto &kde;. +</para> diff --git a/kdoctools/customization/es/entities/lgpl-notice.docbook b/kdoctools/customization/es/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1d19a4e98 --- /dev/null +++ b/kdoctools/customization/es/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>Esta librería es software libre; usted puede redistribuirlo y/o +modificarlo bajo los términos de la Licencia Pública General GNU, tal +y como está publicada por la Free Software Foundation; tanto la +versión 2 de la licencia, como (según su conveniencia) cualquier otra +versión posterior.</para> + +<para>Esta librería se distribuye con la esperanza de que será útil, pero +SIN NINGUNA GARANTIA; incluso sin la garantía implícita de COMERCIABILIDAD +o ADECUACION PARA CUALQUIER PROPOSITO. Lea la Licencia Pública General GNU +para más detalles.</para> + +<para>Usted debería haber recibido una copia de la Licencia Pública General GNU +junto con esta librería, si no es así, escriba a la Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, Estados Unidos.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/es/entities/report-bugs.docbook b/kdoctools/customization/es/entities/report-bugs.docbook new file mode 100644 index 000000000..7becde305 --- /dev/null +++ b/kdoctools/customization/es/entities/report-bugs.docbook @@ -0,0 +1 @@ +<para>Si encuentra algún error en la documentación o en su traducción dirijase a la página <ulink url="http://bugs.kde.org">http://bugs.kde.org</ulink> para informar del error.</para> diff --git a/kdoctools/customization/es/entities/underArtisticLicense.docbook b/kdoctools/customization/es/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fdb055531 --- /dev/null +++ b/kdoctools/customization/es/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Este programa está sujeto a los términos de la <ulink +url="common/artistic-license.html">Licencia Artística</ulink>.</para> diff --git a/kdoctools/customization/es/entities/underBSDLicense.docbook b/kdoctools/customization/es/entities/underBSDLicense.docbook new file mode 100644 index 000000000..78c5742da --- /dev/null +++ b/kdoctools/customization/es/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Este programa está sujeto a los términos de +la <ulink url="common/bsd-license.html">Licencia BSD</ulink>.</para> diff --git a/kdoctools/customization/es/entities/underFDL.docbook b/kdoctools/customization/es/entities/underFDL.docbook new file mode 100644 index 000000000..18b96e2b2 --- /dev/null +++ b/kdoctools/customization/es/entities/underFDL.docbook @@ -0,0 +1,2 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">Esta documentación está sujeta a los términos de la <ulink +url="common/fdl-license.html">Licencia de Documentación Libre GNU</ulink>.</para> diff --git a/kdoctools/customization/es/entities/underGPL.docbook b/kdoctools/customization/es/entities/underGPL.docbook new file mode 100644 index 000000000..2bee3b055 --- /dev/null +++ b/kdoctools/customization/es/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Este programa está sujeto a los términos de la <ulink +url="common/gpl-translated.html">Licencia Pública General GNU</ulink>.</para> diff --git a/kdoctools/customization/es/entities/underX11License.docbook b/kdoctools/customization/es/entities/underX11License.docbook new file mode 100644 index 000000000..5f40cc03d --- /dev/null +++ b/kdoctools/customization/es/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Este programa está sujeto a los términos de la <ulink +url="common/x11-license.html">Licencia X11</ulink>.</para> diff --git a/kdoctools/customization/es/entities/update-doc.docbook b/kdoctools/customization/es/entities/update-doc.docbook new file mode 100644 index 000000000..5e19ab913 --- /dev/null +++ b/kdoctools/customization/es/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>Este documento puede que haya sido actualizado desde su instalación. +Compruebe en <ulink url="http://docs.kde.org/">http://docs.kde.org</ulink> +si existe una versión más moderna.</para> diff --git a/kdoctools/customization/es/lang.entities b/kdoctools/customization/es/lang.entities new file mode 100644 index 000000000..785815d6e --- /dev/null +++ b/kdoctools/customization/es/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "es"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ES" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ES" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ES" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ES" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ES" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//ES" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//ES" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ES" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//ES" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ES" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ES" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/es/strings.entities b/kdoctools/customization/es/strings.entities new file mode 100644 index 000000000..53ef31c6b --- /dev/null +++ b/kdoctools/customization/es/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "esta aplicación"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LISTADOS SUS TITULOS"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "las secciones invariantes estando &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "secciones no invariantes"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTADOS"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "los textos de la portada estando &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "textos que no estén en la cubierta"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LISTADOS SUS TITULOS"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "los textos en la contraportada estando &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "textos que no estén en la contraportada"> diff --git a/kdoctools/customization/es/user.entities b/kdoctools/customization/es/user.entities new file mode 100644 index 000000000..fbcdccb85 --- /dev/null +++ b/kdoctools/customization/es/user.entities @@ -0,0 +1,45 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY amarok "<application>amaroK</application>"> +<!ENTITY Backspace "<keycap>Retroceso</keycap>"> +<!ENTITY cdrom "<hardware>CD-ROM</hardware>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY digikam "<application>digiKam</application>"> +<!ENTITY dpi "<acronym>ppp</acronym>"> +<!ENTITY eg "<abbrev>p. ej.</abbrev>" ><!-- eg --> +<!ENTITY Enter "<keycap>Intro</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>etc.</abbrev>"> +<!ENTITY FAQ "<acronym>PFs</acronym>"> +<!ENTITY ie "es decir" ><!-- ie --> +<!ENTITY kcc "<application>Centro de control de KDE</application>" ><!-- kcc --> +<!ENTITY kcontrolcenter "<application>Centro de control de &kde;</application>"> +<!ENTITY khelpcenter "<application>Centro de ayuda</application>" > +<!ENTITY kicon '<guiicon> +<inlinemediaobject> + <objectinfo><title>El icono K de &kde;</title></objectinfo> + <imageobject><imagedata fileref="common/kmenu.png" format="PNG"/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> + </guiicon> icon'><!-- if image is localised, then entityref should be used instead of fileref --> +<!ENTITY kiosktool "<application>Herramienta de administración KIOSK</application>"> +<!ENTITY konversation "<application>Konversation</application>"> +<!ENTITY kubuntu "<application>Kubuntu</application>"> +<!ENTITY kmenu "menú <guimenu>K</guimenu>"> +<!ENTITY liloconfig "Configuración de LILO"> +<!ENTITY LMB "<mousebutton>botón izquierdo</mousebutton>"> +<!ENTITY MMB "<mousebutton>botón central</mousebutton>"> +<!ENTITY OS "Sistema operativo"> +<!ENTITY RMB "<mousebutton>botón derecho</mousebutton>"> +<!ENTITY Shift "<keycap>Mayúsculas</keycap>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> +<!ENTITY the.framework "la estructura de Bluetooth para KDE"> +<!ENTITY TODO "Pendiente"> +<!ENTITY X-Windows "Sistema de ventanas X"> diff --git a/kdoctools/customization/et/catalog b/kdoctools/customization/et/catalog new file mode 100644 index 000000000..20f2dc4f8 --- /dev/null +++ b/kdoctools/customization/et/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Estonian Documentation V1.0//ET" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ET" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//ET" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//ET" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//ET" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//ET" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//ET" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ET" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ET" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ET" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ET" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ET" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//ET" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//ET" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ET" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//ET" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ET" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/et/entities/fdl-notice.docbook b/kdoctools/customization/et/entities/fdl-notice.docbook new file mode 100644 index 000000000..39953e387 --- /dev/null +++ b/kdoctools/customization/et/entities/fdl-notice.docbook @@ -0,0 +1,8 @@ +<para>Käesolevat dokumenti võib kopeerida, edasi levitada ja/või muuta vastavalt GNU Vaba Dokumentatsiooni Litsentsi tingimustele, nagu need on avaldanud Vaba Tarkvara Fond; kas Litsentsi versioon 1.1 või ükskõik milline hilisem versioon; kaasa arvatud &FDLInvariantSections;, &FDLFrontCoverText;, ja &FDLBackCoverText;. Litsentsi koopiaga võimaldab tutvuda <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/et/entities/gpl-notice.docbook b/kdoctools/customization/et/entities/gpl-notice.docbook new file mode 100644 index 000000000..1ca472666 --- /dev/null +++ b/kdoctools/customization/et/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>Käesolev programm on vaba tarkvara. Te võite seda edasi levitada +ja/või muuta vastavalt GNU Üldise Avaliku Litsentsi tingimustele, nagu +need on Vaba Tarkvara Fondi poolt avaldatud; kas Litsentsi versioon number +2 või (vastavalt Teie valikule) ükskõik milline hilisem versioon.</para> + +<para>Seda programmi levitatakse lootuses, et see on kasulik, kuid ILMA +IGASUGUSE GARANTIITA; isegi KESKMISE/TAVALISE KVALITEEDI GARANTIITA või +SOBIVUSELE TEATUD KINDLAKS EESMÄRGIKS. Üksikasjade suhtes vaata GNU Üldist +Avalikku Litsentsi.</para> + +<para>Te peaks olema saanud GNU Üldise Avaliku Litsentsi koopia koos selle +programmiga, kui ei, siis kontakteeruge Free Software Foundation'iga, +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/et/entities/help-menu.docbook b/kdoctools/customization/et/entities/help-menu.docbook new file mode 100644 index 000000000..4acd25483 --- /dev/null +++ b/kdoctools/customization/et/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Abi</guimenu> +<guimenuitem>Sisukord...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Käivitab KDE abisüsteemi</action> ja avab +&kappname; abimaterjali (käesoleva käsiraamatu).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Abi</guimenu> +<guimenuitem>Mis see on?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Muudab hiirekursori noole ja küsimärgi +kombinatsiooniks.</action> Klõpsates nüüd mõnel &kappname; elemendil, +avaneb väike abiaken (kui see on antud elemendi kohta olemas), mis selgitab +elemendi funktsiooni.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Abi</guimenu> +<guimenuitem>Saada vearaport...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Avab vearaporti dialoogi</action>, mille abil saab +teada anda veast või esitada oma <quote>soov</quote> millegi parandamiseks.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Abi</guimenu> +<guimenuitem>&kappname; info</guimenuitem> +</menuchoice></term> +<listitem><para><action>Näitab versiooni ja infot autori +kohta.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Abi</guimenu> +<guimenuitem>KDE info</guimenuitem> +</menuchoice></term> +<listitem><para><action>Näitab KDE versiooni ja muud olulisemat +põhiinfot.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/et/entities/install-compile.docbook b/kdoctools/customization/et/entities/install-compile.docbook new file mode 100644 index 000000000..d5c1e9f1c --- /dev/null +++ b/kdoctools/customization/et/entities/install-compile.docbook @@ -0,0 +1,10 @@ +<para>Et &kappname; oma süsteemis kompileerida ja paigaldada, anna &kappname; baaskataloogis järgmised käsud:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Kuna &kappname; kasutab <command>autoconf</command>'i ja +<command>automake</command>'i, ei tohiks kompileerimisel probleeme esineda. Kui neid siiski ette tuleb, anna sellest palun teada &kde; meililistides.</para> + diff --git a/kdoctools/customization/et/entities/install-intro.docbook b/kdoctools/customization/et/entities/install-intro.docbook new file mode 100644 index 000000000..0d4a71881 --- /dev/null +++ b/kdoctools/customization/et/entities/install-intro.docbook @@ -0,0 +1,4 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; on osa &kde; projektist &kde-http;.</para> + +<para>&kappname; asub paketis &package; &kde; projekti peamises &FTP; saidis &kde-ftp;.</para> diff --git a/kdoctools/customization/et/entities/lgpl-notice.docbook b/kdoctools/customization/et/entities/lgpl-notice.docbook new file mode 100644 index 000000000..b7493dd71 --- /dev/null +++ b/kdoctools/customization/et/entities/lgpl-notice.docbook @@ -0,0 +1,19 @@ +<para>Käesolev teek on vaba tarkvara. Te võite seda edasi levitada +ja/või muuta vastavalt GNU Vähem Üldise Avaliku Litsentsi tingimustele, nagu +need on Vaba Tarkvara Fondi poolt avaldatud; kas Litsentsi versioon number +2 või (vastavalt Teie valikule) ükskõik milline hilisem versioon.</para> + +<para>Seda teeki levitatakse lootuses, et see on kasulik, kuid ILMA +IGASUGUSE GARANTIITA; isegi KESKMISE/TAVALISE KVALITEEDI GARANTIITA või +SOBIVUSELE TEATUD KINDLAKS EESMÄRGIKS. Üksikasjade suhtes vaata GNU Vähem +Üldist Avalikku Litsentsi.</para> + +<para>Te peaks olema saanud GNU Vähem Üldise Avaliku Litsentsi koopia koos +selle teegiga, kui ei, siis kontakteeruge Free Software Foundation'iga, +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/et/entities/report-bugs.docbook b/kdoctools/customization/et/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/et/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/et/entities/underArtisticLicense.docbook b/kdoctools/customization/et/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..a17c99d44 --- /dev/null +++ b/kdoctools/customization/et/entities/underArtisticLicense.docbook @@ -0,0 +1,3 @@ +<para>Käesolev programm on litsenseeritud vastavalt <ulink +url="common/artistic-license.html">Artistic litsentsi</ulink> +tingimustele.</para>
\ No newline at end of file diff --git a/kdoctools/customization/et/entities/underBSDLicense.docbook b/kdoctools/customization/et/entities/underBSDLicense.docbook new file mode 100644 index 000000000..a231ded2f --- /dev/null +++ b/kdoctools/customization/et/entities/underBSDLicense.docbook @@ -0,0 +1,3 @@ +<para>Käesolev programm on litsenseeritud vastavalt <ulink +url="common/bsd-license.html">BSD litsentsi</ulink> +tingimustele.</para>
\ No newline at end of file diff --git a/kdoctools/customization/et/entities/underFDL.docbook b/kdoctools/customization/et/entities/underFDL.docbook new file mode 100644 index 000000000..4835cfbc9 --- /dev/null +++ b/kdoctools/customization/et/entities/underFDL.docbook @@ -0,0 +1,3 @@ +<para id="gnu-fdl" xreflabel="sektsioon "GNU Vaba Dokumentatsiooni Litsents"">Käesolev dokumentatsioon on litsenseeritud vastavalt <ulink +url="common/fdl-license.html">GNU Vaba Dokumentatsiooni +Litsentsi</ulink> tingimustele.</para> diff --git a/kdoctools/customization/et/entities/underGPL.docbook b/kdoctools/customization/et/entities/underGPL.docbook new file mode 100644 index 000000000..20306e9bd --- /dev/null +++ b/kdoctools/customization/et/entities/underGPL.docbook @@ -0,0 +1,3 @@ +<para>Käesolev programm on litsenseeritud vastavalt <ulink +url="common/gpl-translated.html">GNU Üldise Avaliku Litsentsi</ulink> +tingimustele.</para>
\ No newline at end of file diff --git a/kdoctools/customization/et/entities/underLGPL.docbook b/kdoctools/customization/et/entities/underLGPL.docbook new file mode 100644 index 000000000..f854aeb18 --- /dev/null +++ b/kdoctools/customization/et/entities/underLGPL.docbook @@ -0,0 +1,3 @@ +<para>Käesolev programm on litsenseeritud vastavalt <ulink +url="common/lgpl-license.html">GNU Vähem Üldise Avaliku Litsentsi</ulink> +tingimustele.</para> diff --git a/kdoctools/customization/et/entities/underX11License.docbook b/kdoctools/customization/et/entities/underX11License.docbook new file mode 100644 index 000000000..1975fd7b5 --- /dev/null +++ b/kdoctools/customization/et/entities/underX11License.docbook @@ -0,0 +1,3 @@ +<para>Käesolev programm on litsenseeritud vastavalt <ulink +url="common/x11-license.html">X11 litsentsi</ulink> +tingimustele.</para>
\ No newline at end of file diff --git a/kdoctools/customization/et/entities/update-doc.docbook b/kdoctools/customization/et/entities/update-doc.docbook new file mode 100644 index 000000000..d3a5496d6 --- /dev/null +++ b/kdoctools/customization/et/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>Seda dokumenti on võibolla juba uuendatud. +Värskeima versiooni leiad aadressilt <ulink +url="http://docs.kde.org/current/&package;/">http://docs.kde.org/current/&package;/</ulink>.</para> diff --git a/kdoctools/customization/et/lang.entities b/kdoctools/customization/et/lang.entities new file mode 100644 index 000000000..f03294e70 --- /dev/null +++ b/kdoctools/customization/et/lang.entities @@ -0,0 +1,48 @@ +<!ENTITY language "et"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ET" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//ET" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ET" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ET" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ET" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ET" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//ET" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//ET" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ET" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//ET" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ET" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ET" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/et/strings.entities b/kdoctools/customization/et/strings.entities new file mode 100644 index 000000000..343bd861c --- /dev/null +++ b/kdoctools/customization/et/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "mittemuudetavad sektsioonid (&FDLISTitles;)"> + ]]> +<!ENTITY FDLInvariantSections "mittemuudetavad sektsioonid (puudub)"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "esikaane tekstid (&FDLFCTTitles;)"> + ]]> +<!ENTITY FDLFrontCoverText "esikaane tekstid (puudub)"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "tagakaane tekstid (&FDLBCTTitles;)"> + ]]> +<!ENTITY FDLBackCoverText "tagakaane tekstid (puudub)"> diff --git a/kdoctools/customization/et/user.entities b/kdoctools/customization/et/user.entities new file mode 100644 index 000000000..62a8d644d --- /dev/null +++ b/kdoctools/customization/et/user.entities @@ -0,0 +1,60 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> + +<!ENTITY LMB "hiire <mousebutton>vasak</mousebutton> nupp"> +<!ENTITY MMB "hiire <mousebutton>keskmine</mousebutton> nupp"> +<!ENTITY RMB "hiire <mousebutton>parem</mousebutton> nupp"> +<!ENTITY HVN "hiire <mousebutton>vasak</mousebutton> nupp"> +<!ENTITY HKN "hiire <mousebutton>keskmine</mousebutton> nupp"> +<!ENTITY HPN "hiire <mousebutton>parem</mousebutton> nupp"> +<!ENTITY HVNga "hiire <mousebutton>vasaku</mousebutton> nupuga"> +<!ENTITY HKNga "hiire <mousebutton>keskmise</mousebutton> nupuga"> +<!ENTITY HPNga "hiire <mousebutton>parema</mousebutton> nupuga"> + +<!ENTITY cdrom '<hardware>CD-ROM</hardware>'> + +<!ENTITY eg "<abbrev>nt.</abbrev>"> +<!ENTITY ie "<abbrev>st.</abbrev>"> +<!ENTITY etc "<abbrev>jne.</abbrev>"> + +<!-- These should be removed later. --> +<!ENTITY nt "<abbrev>nt.</abbrev>"> <!-- English: ⪚ --> +<!ENTITY st "<abbrev>st.</abbrev>"> <!-- English: &ie; --> +<!ENTITY jne "<abbrev>jne.</abbrev>"> <!-- English: &etc; --> + +<!ENTITY infocenter "<application>Infokeskus</application>"> +<!ENTITY kcontrolcenter "<application>&kde; juhtimiskeskus</application>"> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>&kde; K-ikoon</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "<guimenu>K</guimenu> menüü"> + +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY FAQ '<acronym>KKK</acronym>'> +<!ENTITY OS "operatsioonisüsteem"> <!-- <acronym>OS</acronym>--> +<!ENTITY kcontrolcenter "KDE juhtimiskeskus"> + +<!-- Custom entities --> + +<!ENTITY juhtimiskeskus "<application>&kde; juhtimiskeskus</application>"> +<!ENTITY infokeskus "<application>&kde; infokeskus</application>"> +<!ENTITY abikeskus "<application>&kde; abikeskus</application>"> +<!ENTITY aadressiraamat "<application>&kde; aadressiraamat</application>"> diff --git a/kdoctools/customization/fi/catalog b/kdoctools/customization/fi/catalog new file mode 100644 index 000000000..1e7a9bb65 --- /dev/null +++ b/kdoctools/customization/fi/catalog @@ -0,0 +1,42 @@ +PUBLIC "-//KDE//ENTITIES Finnish Documentation V1.0//FI" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//FI" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//FI" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//FI" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//FI" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2 (HTML)//FI" + "common/gpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//FI" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1 (HTML)//FI" + "common/lgpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//FI" + "common/fdl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1 (HTML)//FI" + "common/fdl-translated.html" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//FI" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//FI" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//FI" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//FI" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//FI" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//FI" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//FI" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//FI" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//FI" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//FI" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/fi/entities/fdl-notice.docbook b/kdoctools/customization/fi/entities/fdl-notice.docbook new file mode 100644 index 000000000..171d53bb3 --- /dev/null +++ b/kdoctools/customization/fi/entities/fdl-notice.docbook @@ -0,0 +1,15 @@ +<para> +Tätä asiakirjaa on sallittu kopioida, levittää edelleen ja +muuttaa GNU Free Documentation License -lisenssin ehtojen mukaan sellaisina kuin +Free Software Foundation on ne julkaissut; joko lisenssin version 1.1 tai (valinnan mukaan) +minkä tahansa myöhemmän version mukaisesti; +ilman vakiokappaleita, kansisivun kappaleita tai takasivun kappaleita. + +Kopio lisenssistä on saatavilla <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/fi/entities/gpl-notice.docbook b/kdoctools/customization/fi/entities/gpl-notice.docbook new file mode 100644 index 000000000..2611c941f --- /dev/null +++ b/kdoctools/customization/fi/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/fi/entities/help-menu.docbook b/kdoctools/customization/fi/entities/help-menu.docbook new file mode 100644 index 000000000..7b10f52a6 --- /dev/null +++ b/kdoctools/customization/fi/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/fi/entities/install-compile.docbook b/kdoctools/customization/fi/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/fi/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/fi/entities/install-intro.docbook b/kdoctools/customization/fi/entities/install-intro.docbook new file mode 100644 index 000000000..560ae320c --- /dev/null +++ b/kdoctools/customization/fi/entities/install-intro.docbook @@ -0,0 +1,7 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project +&kde-http;.</para> + +<para>&kappname; can be found in the &package; package on +&kde-ftp;, the main &FTP; site of the &kde; +project.</para> diff --git a/kdoctools/customization/fi/entities/lgpl-notice.docbook b/kdoctools/customization/fi/entities/lgpl-notice.docbook new file mode 100644 index 000000000..0e06a065a --- /dev/null +++ b/kdoctools/customization/fi/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/fi/entities/report-bugs.docbook b/kdoctools/customization/fi/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/fi/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/fi/entities/underArtisticLicense.docbook b/kdoctools/customization/fi/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/fi/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/fi/entities/underBSDLicense.docbook b/kdoctools/customization/fi/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/fi/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/fi/entities/underFDL.docbook b/kdoctools/customization/fi/entities/underFDL.docbook new file mode 100644 index 000000000..2c280e1bd --- /dev/null +++ b/kdoctools/customization/fi/entities/underFDL.docbook @@ -0,0 +1,2 @@ +<para id="gnu-fdl" xreflabel="kappaleessa nimeltä "GNU Free Documentation License"">Nämä käyttöohjeet on lisensoitu <ulink +url="common/fdl-license.html">GNU Free Documentation License</ulink> -lisenssin mukaisesti.</para> diff --git a/kdoctools/customization/fi/entities/underGPL.docbook b/kdoctools/customization/fi/entities/underGPL.docbook new file mode 100644 index 000000000..ed5261046 --- /dev/null +++ b/kdoctools/customization/fi/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Tämä ohjelma on lisensoitu <ulink +url="common/gpl-translated.html">GNU yleisen lisenssin</ulink> ehtojen mukaan.</para> diff --git a/kdoctools/customization/fi/entities/underX11License.docbook b/kdoctools/customization/fi/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/fi/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/fi/entities/update-doc.docbook b/kdoctools/customization/fi/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/fi/entities/update-doc.docbook @@ -0,0 +1 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/fi/lang.entities b/kdoctools/customization/fi/lang.entities new file mode 100644 index 000000000..b4fccb723 --- /dev/null +++ b/kdoctools/customization/fi/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "fi"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//FI" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//FI" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//FI" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//FI" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//FI" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//FI" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//FI" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//FI" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//FI" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//FI" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//FI" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/fi/strings.entities b/kdoctools/customization/fi/strings.entities new file mode 100644 index 000000000..60969802f --- /dev/null +++ b/kdoctools/customization/fi/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "muuttumattomat kappaleet ovat &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "ei muuttumattomia kappaleita"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "etukannen tekstit ovat &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "ei etukannen tekstejä"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "takakannen tekstit ovat &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "ei takakannen tekstejä"> diff --git a/kdoctools/customization/fi/user.entities b/kdoctools/customization/fi/user.entities new file mode 100644 index 000000000..3596b2a61 --- /dev/null +++ b/kdoctools/customization/fi/user.entities @@ -0,0 +1,17 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!-- Localised versions of entities previously in entities/general.entities --> +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY MMB "<keycap>hiiren keskinappi</keycap>"> +<!ENTITY RMB "<keycap>oikea hiirinappi</keycap>"> +<!ENTITY LMB "<keycap>vasen hiirinappi</keycap>"> diff --git a/kdoctools/customization/fo/catalog b/kdoctools/customization/fo/catalog new file mode 100644 index 000000000..5124dbb2a --- /dev/null +++ b/kdoctools/customization/fo/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Faroese Documentation V1.0//FO" + "lang.entities" +PUBLIC "-//KDE//ENTITIES Faroese Contributors V1.0//FO" + "contributor.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//FO" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//FO" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//FO" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//FO" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//FO" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//FO" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//FO" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//FO" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//FO" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//FO" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//FO" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//FO" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//FO" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//FO" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//FO" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//FO" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/fo/contributor.entities b/kdoctools/customization/fo/contributor.entities new file mode 100644 index 000000000..580370f70 --- /dev/null +++ b/kdoctools/customization/fo/contributor.entities @@ -0,0 +1,2 @@ +<!-- Contains general entity definitions for the names of the translators. + See ../entities/contributor.entities. --> diff --git a/kdoctools/customization/fo/entities/fdl-notice.docbook b/kdoctools/customization/fo/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/fo/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/fo/entities/gpl-notice.docbook b/kdoctools/customization/fo/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/fo/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/fo/entities/help-menu.docbook b/kdoctools/customization/fo/entities/help-menu.docbook new file mode 100644 index 000000000..309abcde6 --- /dev/null +++ b/kdoctools/customization/fo/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>&kappname; Handbook</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/fo/entities/install-compile.docbook b/kdoctools/customization/fo/entities/install-compile.docbook new file mode 100644 index 000000000..a2ea62293 --- /dev/null +++ b/kdoctools/customization/fo/entities/install-compile.docbook @@ -0,0 +1,11 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> diff --git a/kdoctools/customization/fo/entities/install-intro.docbook b/kdoctools/customization/fo/entities/install-intro.docbook new file mode 100644 index 000000000..3f6f5edb5 --- /dev/null +++ b/kdoctools/customization/fo/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/fo/entities/lgpl-notice.docbook b/kdoctools/customization/fo/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/fo/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/fo/entities/report-bugs.docbook b/kdoctools/customization/fo/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/fo/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/fo/entities/underArtisticLicense.docbook b/kdoctools/customization/fo/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/fo/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/fo/entities/underBSDLicense.docbook b/kdoctools/customization/fo/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/fo/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/fo/entities/underFDL.docbook b/kdoctools/customization/fo/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/fo/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/fo/entities/underGPL.docbook b/kdoctools/customization/fo/entities/underGPL.docbook new file mode 100644 index 000000000..a2074f33d --- /dev/null +++ b/kdoctools/customization/fo/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-license.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/fo/entities/underX11License.docbook b/kdoctools/customization/fo/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/fo/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/fo/entities/update-doc.docbook b/kdoctools/customization/fo/entities/update-doc.docbook new file mode 100644 index 000000000..e3d8ec4c1 --- /dev/null +++ b/kdoctools/customization/fo/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>This document may have been updated since your installation. +You can find the latest version at <ulink +url="http://docs.kde.org/current/&package;/&kappname;/">http://docs.kde.org/current/&package;/&kappname;/</ulink>.</para> diff --git a/kdoctools/customization/fo/lang.entities b/kdoctools/customization/fo/lang.entities new file mode 100644 index 000000000..a805193d3 --- /dev/null +++ b/kdoctools/customization/fo/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "fo"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//FO" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//FO" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//FO" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//FO" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//FO" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//FO" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//FO" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//FO" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//FO" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//FO" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//FO" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/fo/strings.entities b/kdoctools/customization/fo/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/fo/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/fo/user.entities b/kdoctools/customization/fo/user.entities new file mode 100644 index 000000000..627f7fafb --- /dev/null +++ b/kdoctools/customization/fo/user.entities @@ -0,0 +1,6 @@ +<!-- This file contains entities (only!) to make translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name. + --> diff --git a/kdoctools/customization/fr/catalog b/kdoctools/customization/fr/catalog new file mode 100644 index 000000000..29bbeb053 --- /dev/null +++ b/kdoctools/customization/fr/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES French Documentation V1.0//FR" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//FR" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//FR" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//FR" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//FR" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//FR" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//FR" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//FR" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//FR" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//FR" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//FR" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//FR" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//FR" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//FR" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//FR" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//FR" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//FR" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/fr/entities/fdl-notice.docbook b/kdoctools/customization/fr/entities/fdl-notice.docbook new file mode 100644 index 000000000..42e157702 --- /dev/null +++ b/kdoctools/customization/fr/entities/fdl-notice.docbook @@ -0,0 +1,13 @@ +<para>Permission est accordée de copier, distribuer et/ou modifier ce +document selon les termes de la Licence de Documentation Libre GNU +(GNU Free Documentation License), version 1.1 ou toute version +ultérieure publiée par la Free Software Foundation sans &FDLInvariantSections;, +sans &FDLFrontCoverText;, ni &FDLBackCoverText;. +Une copie de la licence est fournie dans la section intitulée " <xref linkend="gnu-fdl"/> ".</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/fr/entities/gpl-notice.docbook b/kdoctools/customization/fr/entities/gpl-notice.docbook new file mode 100644 index 000000000..f4c5df30c --- /dev/null +++ b/kdoctools/customization/fr/entities/gpl-notice.docbook @@ -0,0 +1,22 @@ +<para>Ce programme est un logiciel libre; vous pouvez le redistibuer +et/ou le modifier selon les termes de la Licence Générale Publique +GNU (GNU General Public License) telle qu'elle est publiée par +la Free Software Foundation ; soit la version 2 de la license, +ou (à votre choix) toute version ultérieure.</para> + +<para>Ce programme est distribué avec l'espoir qu'il sera utile, +mais SANS AUCUNE GARANTIE ; sans même la garantie implicite +de POSSIBILITÉ D'ÊTRE COMMERCIALISÉ ou D'ADÉQUATION À UN BESOIN +PARTICULIER. Reportez-vous à la Licence Générale Publique GNU +(GNU General Public License) pour plus de détails.</para> + +<para>Vous devriez avoir reçu une copie de la Licence Générale +Publique GNU (GNU General Public License) avec ce programme ; si +ce n'était pas le cas, écrivez à la Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/fr/entities/help-menu.docbook b/kdoctools/customization/fr/entities/help-menu.docbook new file mode 100644 index 000000000..aa06f5d6e --- /dev/null +++ b/kdoctools/customization/fr/entities/help-menu.docbook @@ -0,0 +1,55 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<guimenu>Aide</guimenu> +<guimenuitem>Manuel de &kappname;</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invoque le système d'aide de KDE</action> +en démarrant avec le manuel de &kappname; (ce document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Maj;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Aide</guimenu> +<guimenuitem>Qu'est-ce que c'est ?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Dessine un point d'interrogation (?) à côté du pointeur +de la souris</action>. Cliquer sur un élément dans &kappname; affiche alors une +fenêtre d'aide (si celle-ci existe pour cet élément particulier), expliquant la fonction +de l'élément en question.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Aide</guimenu> +<guimenuitem>Rapport de bogue...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Ouvre une boîte de dialogue de rapport de bogue</action>. +Vous pouvez alors envoyer un rapport de bogue ou émettre un souhait.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Aide</guimenu> +<guimenuitem>À propos de &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Affiche des informations sur la version et sur +l'auteur</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Aide</guimenu> +<guimenuitem>À propos de KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Affiche la version de KDE et d'autres informations +basiques</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/fr/entities/install-compile.docbook b/kdoctools/customization/fr/entities/install-compile.docbook new file mode 100644 index 000000000..69f643933 --- /dev/null +++ b/kdoctools/customization/fr/entities/install-compile.docbook @@ -0,0 +1,13 @@ +<para>Pour compiler et installer &kappname; sur votre système, saisissez les lignes +suivantes dans le dossier de base de la distribution de &kappname; :</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Étant donné que &kappname; utilise <command>autoconf</command> +et <command>automake</command>, vous ne devriez pas rencontrer +de problèmes pour le compiler. Si c'est le cas, veuillez les signaler aux listes de +discussions de &kde;.</para> + diff --git a/kdoctools/customization/fr/entities/install-intro.docbook b/kdoctools/customization/fr/entities/install-intro.docbook new file mode 100644 index 000000000..18b1b6511 --- /dev/null +++ b/kdoctools/customization/fr/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; fait partie du projet &kde; +&kde-http;.</para> + +<para>&kappname; se trouve dans le paquetage &package; à l'adresse +&kde-ftp;, le site &FTP; principal du projet &kde;.</para> diff --git a/kdoctools/customization/fr/entities/lgpl-notice.docbook b/kdoctools/customization/fr/entities/lgpl-notice.docbook new file mode 100644 index 000000000..19f8edd23 --- /dev/null +++ b/kdoctools/customization/fr/entities/lgpl-notice.docbook @@ -0,0 +1,22 @@ +<para>Cette bibliothèque est un logiciel libre; vous pouvez la redistibuer +et/ou la modifier selon les termes de la Licence Générale Publique Mineure +GNU (GNU Lesser General Public License) telle qu'elle est publiée par +la Free Software Foundation; soit la version 2 de la license, +ou (à votre choix) toute version ultérieure.</para> + +<para>Cette bibliothèque est distribuée avec l'espoir qu'elle sera utile, +mais SANS AUCUNE GARANTIE ; sans même la garantie implicite +de POSSIBILITÉ D'ÊTRE COMMERCIALISÉ ou D'ADÉQUATION À UN BESOIN +PARTICULIER. Reportez-vous à la Licence Générale Publique GNU +(GNU General Public License) pour plus de détails.</para> + +<para>Vous devriez avoir reçu une copie de la Licence Générale +Publique Mineure GNU (GNU Lesser General Public License) avec cette bibliothèque ; si +ce n'était pas le cas, écrivez à la Free Software Foundation, Inc., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/fr/entities/report-bugs.docbook b/kdoctools/customization/fr/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/fr/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/fr/entities/underArtisticLicense.docbook b/kdoctools/customization/fr/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..d4fe28713 --- /dev/null +++ b/kdoctools/customization/fr/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Ce programme est soumis aux termes de la <ulink +url="common/artistic-license.html">License Artistique</ulink>.</para> diff --git a/kdoctools/customization/fr/entities/underBSDLicense.docbook b/kdoctools/customization/fr/entities/underBSDLicense.docbook new file mode 100644 index 000000000..185052018 --- /dev/null +++ b/kdoctools/customization/fr/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Ce programme est soumis aux termes de la <ulink +url="common/bsd-license.html">Licence BSD</ulink>.</para> diff --git a/kdoctools/customization/fr/entities/underFDL.docbook b/kdoctools/customization/fr/entities/underFDL.docbook new file mode 100644 index 000000000..0930a88a6 --- /dev/null +++ b/kdoctools/customization/fr/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="GNU Free Documentation License">Cette +documentation est soumise aux termes de la <ulink +url="common/fdl-license.html">Licence de Documentation Libre GNU (GNU Free Documentation +License)</ulink>.</para> diff --git a/kdoctools/customization/fr/entities/underGPL.docbook b/kdoctools/customization/fr/entities/underGPL.docbook new file mode 100644 index 000000000..2d7d98198 --- /dev/null +++ b/kdoctools/customization/fr/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Ce programme est soumis aux termes de la <ulink +url="common/gpl-translated.html">Licence Générale Publique GNU (GNU General Public License)</ulink>.</para> diff --git a/kdoctools/customization/fr/entities/underLGPL.docbook b/kdoctools/customization/fr/entities/underLGPL.docbook new file mode 100644 index 000000000..15df13b9a --- /dev/null +++ b/kdoctools/customization/fr/entities/underLGPL.docbook @@ -0,0 +1,2 @@ +<para>Ce programme est soumis aux termes de la <ulink +url="common/lgpl-license.html">Licence Générale Publique Limitée GNU (GNU Lesser General Public License)</ulink>.</para> diff --git a/kdoctools/customization/fr/entities/underX11License.docbook b/kdoctools/customization/fr/entities/underX11License.docbook new file mode 100644 index 000000000..f723d7208 --- /dev/null +++ b/kdoctools/customization/fr/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Ce programme est soumis aux termes de la <ulink +url="common/x11-license.html">Licence X11</ulink>.</para> diff --git a/kdoctools/customization/fr/entities/update-doc.docbook b/kdoctools/customization/fr/entities/update-doc.docbook new file mode 100644 index 000000000..fbabadb6c --- /dev/null +++ b/kdoctools/customization/fr/entities/update-doc.docbook @@ -0,0 +1,2 @@ +<para>Ce document a peut-être été mis à jour depuis son installation sur votre ordinateur. Vous trouverez la dernière version sur <ulink +url="http://docs.kde.org/current/&package;/">http://docs.kde.org/current/&package;/</ulink>.</para> diff --git a/kdoctools/customization/fr/lang.entities b/kdoctools/customization/fr/lang.entities new file mode 100644 index 000000000..6296590f9 --- /dev/null +++ b/kdoctools/customization/fr/lang.entities @@ -0,0 +1,48 @@ +<!ENTITY language "fr"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text + --> +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//FR" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//FR" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//FR" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//FR" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//FR" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//FR" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//FR" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//FR" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//FR" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//FR" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//FR" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//FR" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/fr/strings.entities b/kdoctools/customization/fr/strings.entities new file mode 100644 index 000000000..b0c08d84a --- /dev/null +++ b/kdoctools/customization/fr/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "cette application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LISTE DE LEURS TITRES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "les sections invariantes étant &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "section invariante"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTE"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "les textes de première de couverture étant &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "texte de première de couverture"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LISTE DE LEURS TITRES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "les textes de quatrième de couverture étant &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "texte de quatrième de couverture"> diff --git a/kdoctools/customization/fr/user.entities b/kdoctools/customization/fr/user.entities new file mode 100644 index 000000000..e81bd255d --- /dev/null +++ b/kdoctools/customization/fr/user.entities @@ -0,0 +1,330 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!-- ROLES OF TRANSLATORS --> + +<!ENTITY traducteurDavidAmmouial '<othercredit role="translator"><firstname>David</firstname><surname>Ammouial</surname><affiliation><address><email></email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurDavidAmmouial '<othercredit role="reviewer"><firstname>David</firstname><surname>Ammouial</surname><affiliation><address><email></email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPierreAuckenthaler '<othercredit role="translator"><firstname>Pierre</firstname><surname>Auckenthaler</surname><affiliation><address><email>pierre.auckenthaler@polytechnique.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPierreAuckenthaler '<othercredit role="reviewer"><firstname>Pierre</firstname><surname>Auckenthaler</surname><affiliation><address><email>pierre.auckenthaler@polytechnique.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurEricBischoff '<othercredit role="translator"><firstname>Éric</firstname><surname>Bischoff</surname><affiliation><address><email>e.bischoff@noos.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurEricBischoff '<othercredit role="reviewer"><firstname>Éric</firstname><surname>Bischoff</surname><affiliation><address><email>e.bischoff@noos.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurJeromeBlanc '<othercredit role="translator"><firstname>Jérôme</firstname><surname>Blanc</surname><affiliation><address><email>01246774@brookes.ac.uk</email></address> </affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurJeromeBlanc '<othercredit role="reviewer"><firstname>Jérôme</firstname><surname>Blanc</surname><affiliation><address><email>01246774@brookes.ac.uk</email></address> </affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurAdrienBoillot '<othercredit role="translator"><firstname>Adrien</firstname><surname>Boillot</surname><affiliation><address><email>bec.bunsen@laposte.net</email></address> </affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurAdrienBoillot '<othercredit role="reviewer"><firstname>Adrien</firstname><surname>Boillot</surname><affiliation><address><email>bec.bunsen@laposte.net</email></address> </affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurDanielBourrion '<othercredit role="translator"><firstname>Daniel</firstname><surname>Bourrion</surname><affiliation><address><email>daniel.bourrion@free.fr</email></address> </affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurDanielBourrion '<othercredit role="reviewer"><firstname>Daniel</firstname><surname>Bourrion</surname><affiliation><address><email>daniel.bourrion@free.fr</email></address> </affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurYvesBrenner '<othercredit role="translator"><firstname>Yves</firstname><surname>Brenner</surname><affiliation><address><email>ybrenner@chez.com</email></address> </affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurYvesBrenner '<othercredit role="reviewer"><firstname>Yves</firstname><surname>Brenner</surname><affiliation><address><email>ybrenner@chez.com</email></address> </affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPierreBuard '<othercredit role="translator"><firstname>Pierre</firstname><surname>Buard</surname><affiliation><address><email>pierre.buard@gmail.com</email></address> </affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPierreBuard '<othercredit role="reviewer"><firstname>Pierre</firstname><surname>Buard</surname><affiliation><address><email>pierre.buard@gmail.com</email></address> </affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurDanielCartron '<othercredit role="translator"> <firstname>Daniel</firstname> <surname>Cartron</surname> <affiliation><address><email>d.cartron@senat.fr</email></address></affiliation> <contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurDanielCartron '<othercredit role="reviewer"> <firstname>Daniel</firstname> <surname>Cartron</surname> <affiliation><address><email>d.cartron@senat.fr</email></address></affiliation> <contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurGillesCaulier '<othercredit role="translator"> <firstname>Gilles</firstname> <surname>Caulier</surname> <affiliation><address><email>caulier.gilles@free.fr</email></address></affiliation> <contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurGillesCaulier '<othercredit role="reviewer"> <firstname>Gilles</firstname> <surname>Caulier</surname> <affiliation><address><email>caulier.gilles@free.fr</email></address></affiliation> <contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPatrickChavas '<othercredit role="translator"> <firstname>Patrick</firstname> <surname>Chavas</surname> <affiliation><address><email>pachavas@sun.cpe.fr</email></address></affiliation> <contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPatrickChavas '<othercredit role="reviewer"> <firstname>Patrick</firstname> <surname>Chavas</surname> <affiliation><address><email>pachavas@sun.cpe.fr</email></address></affiliation> <contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurClementContet '<othercredit role="translator"> <firstname>Clément</firstname> <surname>Contet</surname> <affiliation><address><email>keelize@yahoo.fr</email></address></affiliation> <contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurClementContet '<othercredit role="reviewer"> <firstname>Clément</firstname> <surname>Contet</surname> <affiliation><address><email>keelize@yahoo.fr</email></address></affiliation> <contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurJoelleCornavin '<othercredit role="translator"> <firstname>Joëlle</firstname> <surname>Cornavin</surname> <affiliation><address><email>jcornavi@club-internet.fr</email></address></affiliation> <contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurJoelleCornavin '<othercredit role="reviewer"> <firstname>Joëlle</firstname> <surname>Cornavin</surname> <affiliation><address><email>jcornavi@club-internet.fr</email></address></affiliation> <contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurBenoitCosandier '<othercredit role="translator"> <firstname>Benoit</firstname> <surname>Cosandier</surname> <affiliation><address><email>cosandier.benoit@bluewin.ch</email></address></affiliation> <contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurBenoitCosandier '<othercredit role="reviewer"> <firstname>Benoit</firstname> <surname>Cosandier</surname> <affiliation><address><email>cosandier.benoit@bluewin.ch</email></address></affiliation> <contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurThibautCousin '<othercredit role="translator"><firstname>Thibaut</firstname><surname>Cousin</surname><affiliation><address><email>cousin@in2p3.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurThibautCousin '<othercredit role="reviewer"><firstname>Thibaut</firstname><surname>Cousin</surname><affiliation><address><email>cousin@in2p3.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurGerardDelafond '<othercredit role="translator"><firstname>Gérard</firstname><surname>Delafond</surname><affiliation><address><email>gerard@delafond.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurGerardDelafond '<othercredit role="reviewer"><firstname>Gérard</firstname><surname>Delafond</surname><affiliation><address><email>gerard@delafond.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurInesDelafond '<othercredit role="translator"><firstname>Ines</firstname><surname>Delafond</surname><affiliation><address><email>inesd@delafond.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurInesDelafond '<othercredit role="reviewer"><firstname>Ines</firstname><surname>Delafond</surname><affiliation><address><email>ines@delafond.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurCecileDelafond '<othercredit role="translator"><firstname>Cécile</firstname><surname>Delafond</surname><affiliation><address><email>cecile@delafond.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurCecileDelafond '<othercredit role="reviewer"><firstname>Cécile</firstname><surname>Delafond</surname><affiliation><address><email>cecile@delafond.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurCharlesDemartigny '<othercredit role="translator"><firstname>Charles</firstname><surname>Demartigny</surname><affiliation><address><email>charles@demartigny.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurCharlesDemartigny '<othercredit role="reviewer"><firstname>Charles</firstname><surname>Demartigny</surname><affiliation><address><email>charles@demartigny.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurSimonDepiets '<othercredit role="translator"><firstname>Simon</firstname><surname>Depiets</surname><affiliation><address><email>2df@tuxfamily.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurSimonDepiets '<othercredit role="reviewer"><firstname>Simon</firstname><surname>Depiets</surname><affiliation><address><email>2df@tuxfamily.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurYvesDessertine '<othercredit role="translator"><firstname>Yves</firstname><surname>Dessertine</surname><affiliation><address><email>kde@yvesd.net</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurYvesDessertine '<othercredit role="reviewer"><firstname>Yves</firstname><surname>Dessertine</surname><affiliation><address><email>kde@yvesd.net</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurChristopheDioux '<othercredit role="translator"><firstname>Christophe</firstname><surname>Dioux</surname><affiliation><address><email>chdioux@club-internet.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurChristopheDioux '<othercredit role="reviewer"><firstname>Christophe</firstname><surname>Dioux</surname><affiliation><address><email>chdioux@club-internet.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPhillipDucharme '<othercredit role="translator"><firstname>Phillip</firstname><surname>Ducharme</surname><affiliation><address><email>philip.ducharme@hermes.usherb.ca</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPhillipDucharme '<othercredit role="reviewer"><firstname>Phillip</firstname><surname>Ducharme</surname><affiliation><address><email>philip.ducharme@hermes.usherb.ca</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurNicolasDupuis '<othercredit role="translator"><firstname>Nicolas</firstname><surname>Dupuis</surname><affiliation><address><email>ndupuis@tiscali.be</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurNicolasDupuis '<othercredit role="reviewer"><firstname>Nicolas</firstname><surname>Dupuis</surname><affiliation><address><email>ndupuis@tiscali.be</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurHeleneDuwelzRebert '<othercredit role="translator"><firstname>Hélène</firstname><surname>Duwelz-Rebert</surname><affiliation><address><email>helened@herbalife.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurHeleneDuwelzRebert '<othercredit role="reviewer"><firstname>Hélène</firstname><surname>Duwelz-Rebert</surname><affiliation><address><email>helened@herbalife.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurGuillaumeDuweltzRebert '<othercredit role="translator"><firstname>Guillaume</firstname><surname>Duweltz</surname><affiliation><address><email>gduwelz-rebert.cs@clearstream.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurGuillaumeDuweltzRebert '<othercredit role="relecteur"><firstname>Guillaume</firstname><surname>Duweltz</surname><affiliation><address><email>gduwelz-rebert.cs@clearstream.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurGuillaumeFahrner '<othercredit role="translator"><firstname>Guillaume</firstname><surname>Fahrner</surname><affiliation><address><email>Admin@SecurityHack.Org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurGuillaumeFahrner '<othercredit role="relecteur"><firstname>Guillaume</firstname><surname>Fahrner</surname><affiliation><address><email>Admin@SecurityHack.Org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurSamiFantar '<othercredit role="translator"><firstname>Sami</firstname><surname>Fantar</surname><affiliation><address><email>sami.fantar@laposte.net</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurSamiFantar '<othercredit role="reviewer"><firstname>Sami</firstname><surname>Fantar</surname><affiliation><address><email>sami.fantar@laposte.net</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurNilsSergioFernandez '<othercredit role="translator"><firstname>Nils Sergio</firstname><surname>Fernández Rønningen</surname><affiliation><address><email></email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurNilsSergioFernandez '<othercredit role="reviewer"><firstname>Nils Sergio</firstname><surname>Fernández Rønningen</surname><affiliation><address><email></email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurJeanJacquesFinazzi '<othercredit role="translator"><firstname>Jean-Jacques</firstname><surname>Finazzi</surname><affiliation><address><email>jj.finazzi@club.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurJeanJacquesFinazzi '<othercredit role="reviewer"><firstname>Jean-Jacques</firstname><surname>Finazzi</surname><affiliation><address><email>jj.finazzi@club.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurFredericFoiry '<othercredit role="translator"><firstname>Frédéric</firstname><surname>Foiry</surname><affiliation><address><email>frederic.foiry@wanadoo.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurFredericFoiry '<othercredit role="reviewer"><firstname>Frédéric</firstname><surname>Foiry</surname><affiliation><address><email>frederic.foiry@wanadoo.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurJeanJacquesFreulon '<othercredit role="translator"><firstname>Jean-Jacques</firstname><surname>Freulon</surname><affiliation><address><email>jeanjacques.freulon@free.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurJeanJacquesFreulon '<othercredit role="reviewer"><firstname>Jean-Jacques</firstname><surname>Freulon</surname><affiliation><address><email>jeanjacques.freulon@free.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurSylvainGarsault '<othercredit role="translator"><firstname>Sylvain</firstname><surname>Garsault</surname><affiliation><address><email>sylvain.garsault@freesbee.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurSylvainGarsault '<othercredit role="reviewer"><firstname>Sylvain</firstname><surname>Garsault</surname><affiliation><address><email>sylvain.garsault@freesbee.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurLudovicGrossard '<othercredit role="translator"><firstname>Ludovic</firstname><surname>Grossard</surname><affiliation><address><email>grossard@kde.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurLudovicGrossard '<othercredit role="reviewer"><firstname>Ludovic</firstname><surname>Grossard</surname><affiliation><address><email>grossard@kde.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurJoelGuelluy '<othercredit role="translator"><firstname>Joël</firstname><surname>Guelluy</surname><affiliation><address><email>jguelluy@chez.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurJoelGuelluy '<othercredit role="reviewer"><firstname>Joël</firstname><surname>Guelluy</surname><affiliation><address><email>jguelluy@chez.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPhilippeGuilbert '<othercredit role="translator"><firstname>Philippe</firstname><surname>Guilbert</surname><affiliation><address><email>guilbertph@wanadoo.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPhilippeGuilbert '<othercredit role="reviewer"><firstname>Philippe</firstname><surname>Guilbert</surname><affiliation><address><email>guilbertph@wanadoo.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurYvesGuillou '<othercredit role="translator"><firstname>Yves</firstname><surname>Guillou</surname><affiliation><address><email>yv_guil@club-internet.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurYvesGuillou '<othercredit role="reviewer"><firstname>Yves</firstname><surname>Guillou</surname><affiliation><address><email>yv_guil@club-internet.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurYohannHamon '<othercredit role="translator"><firstname>Yohann</firstname><surname>Hamon</surname><affiliation><address><email>yohann_hamon@yahoo.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurYohannHamon '<othercredit role="reviewer"><firstname>Yohann</firstname><surname>Hamon</surname><affiliation><address><email>yohann_hamon@yahoo.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPierreHecart '<othercredit role="translator"><firstname>Pierre</firstname><surname>Hécart</surname><affiliation><address><email>phecart@gmail.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPierreHecart '<othercredit role="reviewer"><firstname>Pierre</firstname><surname>Hécart</surname><affiliation><address><email>phecart@gmail.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurGregoireHubert '<othercredit role="translator"><firstname>Grégoire</firstname><surname>Hubert</surname><affiliation><address><email>greg@coolkeums.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurYohannHamon '<othercredit role="reviewer"><firstname>Grégoire</firstname><surname>Hubert</surname><affiliation><address><email>greg@coolkeums.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurRobertJacolin '<othercredit role="translator"><firstname>Robert</firstname><surname>Jacolin</surname><affiliation><address><email>rjacolin@ifrance.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurRobertJacolin '<othercredit role="reviewer"><firstname>Robert</firstname><surname>Jacolin</surname><affiliation><address><email>rjacolin@ifrance.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurEquipeKDE '<othercredit role="translator"><firstname>L'équipe française &kde;</firstname><surname></surname><affiliation><address><email>doc@kde-france.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> + +<!ENTITY traducteurGoneriLeBouder '<othercredit role="translator"><firstname>Gonéri</firstname><surname>Le Bouder </surname><affiliation><address><email>goneri@gnuart.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurGoneriLeBouder '<othercredit role="reviewer"><firstname>Gonéri</firstname><surname>Le Bouder </surname><affiliation><address><email>goneri@gnuart.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurChristopheLefebvre '<othercredit role="translator"><firstname>Christophe</firstname><surname>Lefebvre</surname><affiliation><address><email>clefebvre@netcourrier.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurChristopheLefebvre '<othercredit role="reviewer"><firstname>Christophe</firstname><surname>Lefebvre</surname><affiliation><address><email>clefebvre@netcourrier.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurAnneMarieMahfouf '<othercredit role="translator"><firstname>Anne-Marie</firstname><surname>Mahfouf</surname><affiliation><address><email>annemarie.mahfouf@free.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurAnneMarieMahfouf '<othercredit role="reviewer"><firstname>Anne-Marie</firstname><surname>Mahfouf</surname><affiliation><address><email>annemarie.mahfouf@free.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPatrickMichelon '<othercredit role="translator"><firstname>Patrick</firstname><surname>Michelon</surname><affiliation><address><email>patrick.michelon@free.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPatrickMichelon '<othercredit role="reviewer"><firstname>Patrick</firstname><surname>Michelon</surname><affiliation><address><email>patrick.michelon@free.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurJulienMorot '<othercredit role="translator"><firstname>Julien</firstname><surname>Morot</surname><affiliation><address><email>julien@momonux.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurJulienMorot '<othercredit role="reviewer"><firstname>Julien</firstname><surname>Morot</surname><affiliation><address><email>julien@momonux.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurBaptisteMathus '<othercredit role="translator"><firstname>Baptiste</firstname><surname>Mathus</surname><affiliation><address><email>bmathus@free.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurBaptisteMathus '<othercredit role="reviewer"><firstname>Baptiste</firstname><surname>Mathus</surname><affiliation><address><email>bmathus@free.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPierre-EmmanuelMuller '<othercredit role="translator"><firstname>Pierre-Emmanuel</firstname><surname>Müller</surname><affiliation><address><email>pem@levillage.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPierre-EmmanuelMuller '<othercredit role="reviewer"><firstname>Pierre-Emmanel</firstname><surname>Müller</surname><affiliation><address><email>pem@levillage.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPaulMarcelinNana '<othercredit role="translator"><firstname>Paul-Marcelin</firstname><surname>Nana</surname><affiliation><address><email>paul.nana@tic.unilim.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPaulMarcelinNana '<othercredit role="reviewer"><firstname>Paul-Marcelin</firstname><surname>Nana</surname><affiliation><address><email>paul.nana@tic.unilim.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + + +<!ENTITY traducteurCedricPasteur '<othercredit role="translator"><firstname>Cédric</firstname><surname>Pasteur</surname><affiliation><address><email>cedric.pasteur@free.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurCedricPasteur '<othercredit role="reviewer"><firstname>Cédric</firstname><surname>Pasteur</surname><affiliation><address><email>cedric.pasteur@free.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPatricePawlak '<othercredit role="translator"><firstname>Patrice</firstname><surname>Pawlak</surname><affiliation><address><email>patrice.pawlak@free.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPatricePawlak '<othercredit role="reviewer"><firstname>Patrice</firstname><surname>Pawlak</surname><affiliation><address><email>patrice.pawlak@free.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurRomainPelisse '<othercredit role="translator"><firstname>Romain</firstname><surname>Pelisse</surname><affiliation><address><email>belaran@gmail.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurRomainPelisse '<othercredit role="reviewer"><firstname>Romain</firstname><surname>Pelisse</surname><affiliation><address><email>belaran@gmail.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurBrunoPinaud '<othercredit role="translator"><firstname>Bruno</firstname><surname>Pinaud</surname><affiliation><address><email>bpinaud@ifrance.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurBrunoPinaud '<othercredit role="reviewer"><firstname>Bruno</firstname><surname>Pinaud</surname><affiliation><address><email>bpinaud@ifrance.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurGillesPoulain '<othercredit role="translator"><firstname>Gilles</firstname><surname>Poulain</surname><affiliation><address><email>poulain.gilles@gmail.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurGillesPoulain '<othercredit role="reviewer"><firstname>Gilles</firstname><surname>Poulain</surname><affiliation><address><email>poulain.gilles@gmail.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurRomainQuidet '<othercredit role="translator"><firstname>Romain</firstname><surname>Quidet</surname><affiliation><address><email>rquidet@yahoo.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurRomainQuidet '<othercredit role="relecteur"><firstname>Romain</firstname><surname>Quidet</surname><affiliation><address><email>rquidet@yahoo.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurLaurentRathle '<othercredit role="translator"><firstname>Laurent</firstname><surname>Rathle</surname><affiliation><address><email>lrathle@kde-france.org</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurLaurentRathle '<othercredit role="relecteur"><firstname>Laurent</firstname><surname>Rathle</surname><affiliation><address><email>lrathle@kde-france.org</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurOlivierRenaud '<othercredit role="translator"><firstname>Olivier</firstname><surname>Renaud</surname><affiliation><address><email>o.renaud@laposte.net</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY traducteurOlivierRenaud '<othercredit role="relecteur"><firstname>Olivier</firstname><surname>Renaud</surname><affiliation><address><email>o.renaud@laposte.net</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurSebastienRenard '<othercredit role="translator"><firstname>Sébastien</firstname><surname>Renard</surname><affiliation><address><email>Sebastien.Renard@digitalfox.homeip.net</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY traducteurSebastienRenard '<othercredit role="relecteur"><firstname>Sébastien</firstname><surname>Renard</surname><affiliation><address><email>Sebastien.Renard@digitalfox.homeip.net</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurDamienRaudeMorvan '<othercredit role="translator"><firstname>Damien</firstname><surname>Raude-Morvan</surname><affiliation><address><email>drazzib@drazzib.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurtraducteurDamienRaudeMorvan '<othercredit role="relecteur"><firstname>Damien</firstname><surname>Raude-Morvan</surname><affiliation><address><email>drazzib@drazzib.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurChristopheRolland '<othercredit role="translator"><firstname>Christophe</firstname><surname>Rolland</surname><affiliation><address><email>crolland@freesurf.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurChristopheRolland '<othercredit role="relecteur"><firstname>Christophe</firstname><surname>Rolland</surname><affiliation><address><email>crolland@freesurf.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurBriceRothschild '<othercredit role="translator"><firstname>Brice</firstname><surname>Rothschild</surname><affiliation><address><email>brice.rothschild@gmail.com</email></address> </affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurBriceRothschild '<othercredit role="reviewer"><firstname>Brice</firstname><surname>Rothschild</surname><affiliation><address><email>brice.rothschild@gmail.com</email></address> </affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurMickaelSibelle '<othercredit role="translator"><firstname>Mickaël</firstname><surname>Sibelle</surname><affiliation><address><email>kimael@gmail.com</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurMickaelSibelle '<othercredit role="reviewer"><firstname>Mickaël</firstname><surname>Sibelle</surname><affiliation><address><email>kimael@gmail.com</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurArnaudMuchembled '<othercredit role="translator"><firstname>Arnaud</firstname><surname>Muchembled</surname><affiliation><address><email>arno.muchembled@orange.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurArnaudMuchembled '<othercredit role="reviewer"><firstname>Arnaud</firstname><surname>Muchembled</surname><affiliation><address><email>arno.muchembled@orange.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurPenelopeSorveyron '<othercredit role="translator"><firstname>Pénélope</firstname><surname>Sorveyron</surname><affiliation><address><email></email>goneri@free.fr</address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurPenelopeSorveyron '<othercredit role="reviewer"><firstname>Pénélope</firstname><surname>Sorveyron</surname><affiliation><address><email>goneri@free.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurNicolasTernisien '<othercredit role="translator"><firstname>Nicolas</firstname><surname>Ternisien</surname><affiliation><address><email>nicolast@libertysurf.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurNicolasTernisien '<othercredit role="relecteur"><firstname>Gilles</firstname><surname>Ternisien</surname><affiliation><address><email>nicolast@libertysurf.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurGillesThioliere '<othercredit role="translator"><firstname>Gilles</firstname><surname>Thioliere</surname><affiliation><address><email>zhovirax@wanadoo.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurGillesThioliere '<othercredit role="relecteur"><firstname>Gilles</firstname><surname>Thioliere</surname><affiliation><address><email>zhovirax@wanadoo.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurMathiasViallon '<othercredit role="translator"><firstname>Mathias</firstname><surname>Viallon</surname><affiliation><address><email>mathias.viallon@wanadoo.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurtraducteurMathiasViallon '<othercredit role="relecteur"><firstname>Mathias</firstname><surname>Viallon</surname><affiliation><address><email>mathias.viallon@wanadoo.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurThomasVergnaud '<othercredit role="translator"><firstname>Thomas</firstname><surname>Vergnaud</surname><affiliation><address><email>thomas.vergnaud@laposte.net</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurThomasVergnaud '<othercredit role="relecteur"><firstname>Thomas</firstname><surname>Vergnaud</surname><affiliation><address><email>thomas.vergnaud@laposte.net</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!ENTITY traducteurYannVerley '<othercredit role="translator"><firstname>Yann</firstname><surname>Verley</surname><affiliation><address><email>yann.verley@free.fr</email></address></affiliation><contrib>Traduction française </contrib></othercredit>'> +<!ENTITY relecteurYannVerley '<othercredit role="relecteur"><firstname>Yann</firstname><surname>Verley</surname><affiliation><address><email>yann.verley@free.fr</email></address></affiliation><contrib>Relecture de la documentation française </contrib></othercredit>'> + +<!-- CREDITS FOR TRANSLATORS --> + +<!ENTITY DavidAmmouial 'David Ammouial <email></email>'> +<!ENTITY PierreAuckenthaler 'Pierre Auckenthaler <email>pierre.auckenthaler@polytechnique.org</email>'> +<!ENTITY EricBischoff 'Éric Bischoff <email>e.bischoff@noos.fr</email>'> +<!ENTITY JeromeBlanc 'Jérôme Blanc <email>01246774@brookes.ac.uk</email>'> +<!ENTITY YvesBrenner 'Yves Brenner <email>ybrenner@chez.com</email>'> +<!ENTITY AdrienBoillot 'Adrien Boillot <email>bec.bunsen@laposte.net</email>'> +<!ENTITY DanielBourrion 'DanielBourrion <email>daniel.bourrion@free.fr</email>'> +<!ENTITY PierreBuard 'Pierre Buard <email>pierre.buard@gmail.com</email>'> +<!ENTITY DanielCartron 'Daniel Cartron <email>d.cartron@senat.fr</email>'> +<!ENTITY GillesCaulier 'Gilles Caulier <email>caulier.gilles@free.fr</email>'> +<!ENTITY PatrickChavas 'Patrick Chavas <email>pachavas@sun.cpe.fr</email>'> +<!ENTITY ClementContet 'Clément Contet <email>keelize@yahoo.fr</email>'> +<!ENTITY JoelleCornavin 'Joëlle Cornavin <email>jcornavi@club-internet.fr</email>'> +<!ENTITY BenoitCosandier 'Benoit Cosandier <email>cosandier.benoit@bluewin.ch</email>'> +<!ENTITY ThibautCousin 'Thibaut Cousin <email>cousin@in2p3.fr</email>'> +<!ENTITY GerardDelafond 'Gérard Delafond <email>gerard@delafond.org</email>'> +<!ENTITY InesDelafond 'Ines Delafond <email>ines@delafond.org</email>'> +<!ENTITY CecileDelafond 'Cécile Delafond <email>cecile@delafond.org</email>'> +<!ENTITY CharlesDemartigny 'Charles Demartigny <email>charles@demartigny.com</email>'> +<!ENTITY SimonDepiets 'Simon Depiets <email>2df@tuxfamily.org</email>'> +<!ENTITY YvesDessertine 'Yves Dessertine <email>kde@yvesd.net</email>'> +<!ENTITY ChristopheDioux 'Christophe Dioux <email>chdioux@club-internet.fr</email>'> +<!ENTITY PhillipDucharme 'Phillip Ducharme <email>philip.ducharme@hermes.usherb.ca</email>'> +<!ENTITY NicolasDupuis 'Nicolas Dupuis <email>ndupuis@tiscali.be</email>'> +<!ENTITY HeleneDuwelzRebert 'Hélène Duwelz-Rebert <email>helened@herbalife.com</email>'> +<!ENTITY GuillaumeDuwelzRebert 'Guillaume Duwelz-Rebert <email>gduwelz-rebert.cs@clearstream.com</email>'> +<!ENTITY GuillaumeFahrner 'Guillaume Fahrner <email>Admin@SecurityHack.Org</email>'> +<!ENTITY SamiFantar 'Sami Fantar <email>sami.fantar@laposte.net</email>'> +<!ENTITY NilsSergioFernandez 'Nils Sergio Fernandez Rönningen <email>nilsfernandez@yahoo.fr</email>'> +<!ENTITY JeanJacquesFinazzi 'Jean-Jacques Finazzi <email>jj.finazzi@club.fr</email>'> +<!ENTITY FredericFoiry 'Frédéric Foiry <email>frederic.foiry@wanadoo.fr</email>'> +<!ENTITY JeanJacquesFreulon 'Jean-Jacques Freulon <email>jeanjacques.freulon@free.fr</email>'> +<!ENTITY SylvainGarsault 'Sylvain Garsault <email>sylvain.garsault@freesbee.fr</email>'> +<!ENTITY LudovicGrossard 'Ludovic Grossard <email>grossard@kde.org</email>'> +<!ENTITY JoelGuelluy 'Joël Guelluy <email>jguelluy@chez.com</email>'> +<!ENTITY YvesGuillou 'Yves Guillou <email>yv_guil@club-internet.fr</email>'> +<!ENTITY PhilippeGuilbert 'Philippe Guilbert <email>guilbertph@wanadoo.fr</email>'> +<!ENTITY gregoireHubert 'Grégoire Hubert <email>greg@coolkeums.org</email>'> +<!ENTITY YohannHamon 'Yohann Hamon <email>yohann_hamon@yahoo.fr</email>'> +<!ENTITY PierreHecart 'Pierre Hécart <email>phecart@gmail.com</email>'> +<!ENTITY RobertJacolin 'Robert Jacolin <email>rjacolin@ifrance.com</email>'> +<!ENTITY EquipeKDE 'l'équipe française &kde;<email>doc@kde-france.org</email>'> +<!ENTITY GoneriLeBouder 'Gonéri Le Bouder <email>goneri@gnuart.org</email>'> +<!ENTITY ChristopheLefebvre 'Christophe Lefebvre <email>clefebvre@netcourrier.com</email>'> +<!ENTITY AnneMarieMahfouf 'Anne-Marie Mahfouf <email>annemarie.mahfouf@free.fr</email>'> +<!ENTITY PatrickMichelon 'Patrick Michelon <email>patrick.michelon@free.fr</email>'> +<!ENTITY JulienMorot 'Julien Morot <email>julien@momonux.org</email>'> +<!ENTITY BaptisteMathus 'Baptiste Mathus <email>bmathus@free.fr</email>'> +<!ENTITY Pierre-EmmanuelMuller 'Pierre-Emmanuel Müller <email>pem@levillage.org</email>'> +<!ENTITY PaulMarcelinNana 'Paul-Marcelin Nana <email>paul.nana@tic.unilim.fr</email>'> +<!ENTITY CedricPasteur 'Cédric Pasteur <email>cedric.pasteur@free.fr</email>'> +<!ENTITY PatricePawlak 'Patrice Pawlak <email>patrice.pawlak@free.fr</email>'> +<!ENTITY RomainPelisse 'Romain Pelisse <email>belaran@gmail.com</email>'> +<!ENTITY BrunoPinaud 'Bruno Pinaud <email>bpinaud@ifrance.com</email>'> +<!ENTITY GillesPoulain 'Gilles Poulain <email>poulain.gilles@gmail.com</email>'> +<!ENTITY RomainQuidet 'Romain Quidet <email>rquidet@yahoo.com</email>'> +<!ENTITY LaurentRathle 'Laurent Rathle <email>lrathle@kde-france.org</email>'> +<!ENTITY DamienRaudeMorvan 'Damien Raude-Morvan <email>drazzib@drazzib.com</email>'> +<!ENTITY OlivierRenaud 'Olivier Renaud <email>o.renaud@laposte.net</email>'> +<!ENTITY SebastienRenard 'Sébastien Renard <email>Sebastien.Renard@digitalfox.homeip.net</email>'> +<!ENTITY ChristopheRolland 'Christophe Rolland <email>crolland@freesurf.fr</email>'> +<!ENTITY BriceRothschild 'Brice Rothschild <email>brice.rothschild@gmail.com</email>'> +<!ENTITY MickaelSibelle 'Mickaël Sibelle <email>kimael@gmail.com</email>'> +<!ENTITY ArnaudMuchembled 'Arnaud Muchembled <email>arno.muchembled@orange.fr</email>'> +<!ENTITY PenelopeSorveyron 'Pénélope Sorveyron <email>goneri@free.fr</email>'> +<!ENTITY NicolasTernissien 'Nicolas Ternissien <email>nicolast@libertysurf.fr</email>'> +<!ENTITY GillesThioliere 'Gilles Thiolière <email>zhovirax@wanadoo.fr</email>'> +<!ENTITY MathiasViallon 'Mathias Viallon <email>mathias.viallon@wanadoo.fr</email>'> +<!ENTITY ThomasVergnaud 'Thomas Vergnaud <email>thomas.vergnaud@laposte.net</email>'> +<!ENTITY YannVerley ' Yann Verley<email>yann.verley@free.fr</email>'> + +<!-- OTHER USER ENTITIES --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Correction "<keycap>Correction</keycap>"> <!-- English: &Backspace; --> +<!ENTITY BGS "bouton <mousebutton>gauche</mousebutton> de la souris"> <!-- English: &LMB; --> +<!ENTITY BCS "bouton <mousebutton>central</mousebutton> de la souris"> <!-- English: &MMB; --> +<!ENTITY BDS "bouton <mousebutton>droit</mousebutton> de la souris"> <!-- English: &RMB; --> +<!ENTITY cad "c'est-à-dire"> <!-- English: &ie; --> +<!ENTITY cdrom '<hardware>lecteur de CD-ROM</hardware>'> +<!ENTITY centreAide "<application>Centre d'aide de &kde;</application>"> +<!ENTITY centreConfiguration '<application>Centre de configuration de &kde;</application>'> +<!ENTITY centreInformation "<application>Centre d'information de &kde;</application>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> <!-- English: &Ctrl; --> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY Echap '<keycap>Échap</keycap>'> <!-- English: &Esc; --> +<!ENTITY Enter '<keycap>Entrée</keycap>'> +<!ENTITY etc "<abbrev>etc.</abbrev>"> +<!ENTITY FAQ '<acronym>FAQ</acronym>'> +<!ENTITY mi "messagerie instantanée"> +<!ENTITY kcontrol '<application>Centre de Configuration de &kde;</application>'> +<!ENTITY kcontrolcenter '<application>Centre de Configuration de &kde;</application>'> +<!ENTITY khelpcenter '<application>Aide centralisée de &kde;</application>'> +<!ENTITY pex "par exemple"> <!-- English: ⪚ --> +<!ENTITY Maj '<keycap>Maj</keycap>'> <!-- English: &Shift; --> +<!ENTITY SE "système d'exploitation"> <!-- English: &OS; --> +<!ENTITY Tab "<keycap>Tab</keycap>"> <!-- English: Tab --> + + +<!ENTITY iconek "icône <guiicon> +<inlinemediaobject> + <objectinfo><title>Icône K de &kde;</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon>"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY menuk "menu <guimenu>K</guimenu>"> diff --git a/kdoctools/customization/he/catalog b/kdoctools/customization/he/catalog new file mode 100644 index 000000000..4196b7dc0 --- /dev/null +++ b/kdoctools/customization/he/catalog @@ -0,0 +1,37 @@ +PUBLIC "-//KDE//ENTITIES Hebrew Documentation V1.0//HE" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//HE" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//HE" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//HE" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//HE" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//HE" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//HE" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//HE" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//HE" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//HE" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//HE" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//HE" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//HE" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//HE" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//HE" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//HE" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//HE" + "entities/install-compile.docbook" + diff --git a/kdoctools/customization/he/entities/fdl-notice.docbook b/kdoctools/customization/he/entities/fdl-notice.docbook new file mode 100644 index 000000000..54c6bee08 --- /dev/null +++ b/kdoctools/customization/he/entities/fdl-notice.docbook @@ -0,0 +1,49 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>ניתנת רשות להעתיק, להפיץ, ו\או לשנות מסמך זה תחת התנאים של גירסה 1.1 של רישיון התיעוד החופשי של GNU או כל גירסה עדכנית יותר שפורסמה על ידי אירגון התוכנה החופשית; כאשר &FDLInvariantSections;, &FDLFrontCoverText;, ו&FDLBackCoverText;. עותק של הרישיון כלול ב<xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/he/entities/gpl-notice.docbook b/kdoctools/customization/he/entities/gpl-notice.docbook new file mode 100644 index 000000000..2242b051d --- /dev/null +++ b/kdoctools/customization/he/entities/gpl-notice.docbook @@ -0,0 +1,25 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>תוכנית זו הינה תוכנה חופשית; באפשרותך להפיץ אותה מחדש ו\או לשנותה תחת התנאים של הרישיון הציבורי הכללי של GNU כפי שפורסם על ידי אירגון התוכנה החופשית; או גירסה 2 של הרישיון, או (לפי בחירתך) כל גירסה מאוחרת יותר.</para> + +<para>תוכנית זו מופצת בתקווה שהיא תהיה שימושית, אך ללא כל אחריות; אפילו ללא האחריות המשתמעת של סחירות או התאמה למטרה מסויימת. עיין ברישיון הציבורי הכללי של GNU לפרטים נוספים.</para> + +<para>היית אמור לקבל עותק של הרישיון הציבורי הכללי של GNU ביחד עם תוכנית זו; אם לא כך הדבר, כתוב אל Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, +MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/he/entities/help-menu.docbook b/kdoctools/customization/he/entities/help-menu.docbook new file mode 100644 index 000000000..2fb2e6ab3 --- /dev/null +++ b/kdoctools/customization/he/entities/help-menu.docbook @@ -0,0 +1,52 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>עזרה</guimenu> +<guimenuitem>תוכן...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>הפעלת מערכת העזרה</action> עם דפי העזרה של +&kappname; (מסמך זה) בתור דף ההתחלה.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>עזרה</guimenu> +<guimenuitem>מה זה?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>שינוי מצביע העכבר לשילוב של חץ וסימן שאלה.</action> לחיצה על פריטים בתוך &kappname; תביא לפתיחת חלון עזרה (אם קיימת עזרה לפריט ספציפי זה) המסביר את השימושים של הפריט.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>עזרה</guimenu> +<guimenuitem>דיווח על באג...</guimenuitem> +</menuchoice></term> +<listitem><para><action>פתיחת דו-שיח הדיווח על באג</action>, בו באפשרותך לדווח על באג או לבקש תכונה במסגרת <quote>רשימת המשאלות</quote>.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>עזרה</guimenu> +<guimenuitem>אודות &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>הצגת מידע לגבי הגירסה והכותב.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>עזרה</guimenu> +<guimenuitem>אודות KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>הצגת הגירסה של KDE ומידע בסיסי נוסף.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/he/entities/install-compile.docbook b/kdoctools/customization/he/entities/install-compile.docbook new file mode 100644 index 000000000..d3163cd88 --- /dev/null +++ b/kdoctools/customization/he/entities/install-compile.docbook @@ -0,0 +1,9 @@ +<para>לשם הידור והתקנת &kappname; במחשב שלך, הקלד את הפקודות הבאות בספריית הבסיס של ההפצה של &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>מאחר ש-&kappname; משתמש ב-<command>autoconf</command> וב-<command>automake</command>, לא אמורה להיות בעיה עם ההידור. באם אתה נתקל בבעיות, דווח עליהן לרשימות הדיוור של &kde;.</para> + diff --git a/kdoctools/customization/he/entities/install-intro.docbook b/kdoctools/customization/he/entities/install-intro.docbook new file mode 100644 index 000000000..bca3f619c --- /dev/null +++ b/kdoctools/customization/he/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; מהווה חלק מהפרוייקט של &kde; &kde-http;.</para> + +<para>ניתן למצוא את &kappname; בחבילה &package; בכתובת &kde-ftp;, אתר ה-&FTP; הראשי של הפרוייקט של &kde;.</para> diff --git a/kdoctools/customization/he/entities/lgpl-notice.docbook b/kdoctools/customization/he/entities/lgpl-notice.docbook new file mode 100644 index 000000000..f5748f0f8 --- /dev/null +++ b/kdoctools/customization/he/entities/lgpl-notice.docbook @@ -0,0 +1,25 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>ספריה זו הינה תוכנה חופשית; באפשרותך להפיץ אותה מחדש ו\או לשנותה תחת התנאים של הרישיון הציבורי הפחות כללי של GNU כפי שפורסם על ידי אירגון התוכנה החופשית; או גירסה 2 של הרישיון, או (לפי בחירתך) כל גירסה מאוחרת יותר.</para> + +<para>ספריה זו מופצת בתקווה שהיא תהיה שימושית, אך ללא כל אחריות; אפילו ללא האחריות המשתמעת של סחירות או התאמה למטרה מסויימת. עיין ברישיון הציבורי הפחות כללי של GNU לפרטים נוספים.</para> + +<para>היית אמור לקבל עותק של הרישיון הציבורי הפחות כללי של GNU ביחד עם ספריה זו; אם לא כך הדבר, כתוב אל Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301 USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/he/entities/report-bugs.docbook b/kdoctools/customization/he/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/he/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/he/entities/underArtisticLicense.docbook b/kdoctools/customization/he/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..558e2896c --- /dev/null +++ b/kdoctools/customization/he/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>תוכנית זו מורשית תחת התנאים של <ulink +url="common/artistic-license.html">הרישיון האמנותי</ulink>.</para> diff --git a/kdoctools/customization/he/entities/underBSDLicense.docbook b/kdoctools/customization/he/entities/underBSDLicense.docbook new file mode 100644 index 000000000..4c8f45d8c --- /dev/null +++ b/kdoctools/customization/he/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>תוכנית זו מורשית תחת התנאים של <ulink +url="common/bsd-license.html">רישיון BSD</ulink>.</para> diff --git a/kdoctools/customization/he/entities/underFDL.docbook b/kdoctools/customization/he/entities/underFDL.docbook new file mode 100644 index 000000000..77889f912 --- /dev/null +++ b/kdoctools/customization/he/entities/underFDL.docbook @@ -0,0 +1,2 @@ +<para id="gnu-fdl" xreflabel="הסעיף שכותרתו "רישיון התיעוד החופשי של GNU"">תיעוד זה מורשה תחת התנאים של <ulink +url="common/fdl-license.html">רישיון התיעוד החופשי של GNU</ulink>.</para> diff --git a/kdoctools/customization/he/entities/underGPL.docbook b/kdoctools/customization/he/entities/underGPL.docbook new file mode 100644 index 000000000..52638dafd --- /dev/null +++ b/kdoctools/customization/he/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>תוכנית זו מורשית תחת התנאים של <ulink +url="common/gpl-license.html">הרישיון הציבורי הכללי של GNU</ulink>.</para> diff --git a/kdoctools/customization/he/entities/underX11License.docbook b/kdoctools/customization/he/entities/underX11License.docbook new file mode 100644 index 000000000..e8aa20083 --- /dev/null +++ b/kdoctools/customization/he/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>תוכנית זו מורשית תחת התנאים של <ulink +url="common/x11-license.html">רישיון X11</ulink>.</para> diff --git a/kdoctools/customization/he/entities/update-doc.docbook b/kdoctools/customization/he/entities/update-doc.docbook new file mode 100644 index 000000000..484ffc2a5 --- /dev/null +++ b/kdoctools/customization/he/entities/update-doc.docbook @@ -0,0 +1,2 @@ +<!--<para>ייתכן שמסמך זה התעדכן מאז ההתקנה שלך. בדוק אם יש גירסה חדשה יותר בכתובת <ulink +url="http://docs.kde.org/page#&kappname;">http://docs.kde.org/page#&kappname;</ulink>.</para> --> diff --git a/kdoctools/customization/he/lang.entities b/kdoctools/customization/he/lang.entities new file mode 100644 index 000000000..1f0c9b30d --- /dev/null +++ b/kdoctools/customization/he/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "he"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//HE" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//HE" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//HE" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//HE" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//HE" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//HE" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//HE" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//HE" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//HE" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//HE" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//HE" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/he/strings.entities b/kdoctools/customization/he/strings.entities new file mode 100644 index 000000000..1f36863db --- /dev/null +++ b/kdoctools/customization/he/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED.
+ For language-specific extensions, use user.entities.
+ Translate everything between quotes, except names of general
+ entities (&...;). -->
+
+<!ENTITY kappname "יישום זה">
+<!-- Entities to fill in slots in docbook version of FDL notice.
+ The default values of the parameter entities is IGNORE. -->
+<![%FDLIS;[
+<!ENTITY FDLISTitles "הצג את כותרותיהם"><!-- keep capitals -->
+<!ENTITY FDLInvariantSections "הסעיפים הקבועים הם &FDLISTitles;">
+ ]]>
+<!ENTITY FDLInvariantSections "אין סעיפים קבועים">
+<![%FDLFCT;[
+<!ENTITY FDLFCTTitles "רשימה"><!-- keep capitals -->
+<!ENTITY FDLFrontCoverText "הטקסטים של הכריכה הקדמית הם &FDLFCTTitles;">
+ ]]>
+<!ENTITY FDLFrontCoverText "אין טקסטים של הכריכה הקדמית">
+<![%FDLBCT;[
+<!ENTITY FDLBCTTitles "הצג את כותרותיהם"><!-- keep capitals -->
+<!ENTITY FDLBackCoverText "הטקסטים של הכריכה האחורית הם &FDLBCTTitles;">
+ ]]>
+<!ENTITY FDLBackCoverText "אין טקסטים של הכריכה האחורית">
diff --git a/kdoctools/customization/he/user.entities b/kdoctools/customization/he/user.entities new file mode 100644 index 000000000..aa24e36f6 --- /dev/null +++ b/kdoctools/customization/he/user.entities @@ -0,0 +1,7 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> diff --git a/kdoctools/customization/htdig_index.xsl b/kdoctools/customization/htdig_index.xsl new file mode 100644 index 000000000..7aa91136a --- /dev/null +++ b/kdoctools/customization/htdig_index.xsl @@ -0,0 +1,59 @@ +<?xml version='1.0'?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version='1.0'> + +<xsl:template match="*"> + <!-- xsl:message> + <xsl:text>No template matches </xsl:text> + <xsl:value-of select="name(.)"/> + <xsl:text>.</xsl:text> + </xsl:message --> + <xsl:apply-templates/> +</xsl:template> + +<xsl:template match="keywordset/keyword"> + <entry header="10"> + <xsl:apply-templates/> + </entry> +</xsl:template> + +<xsl:template match="book/title|bookinfo/title|abstract"> + <entry header="5"> + <xsl:apply-templates/> + </entry> +</xsl:template> + +<xsl:template match="chapter/title"> + <entry header="4"> + <xsl:apply-templates/> + </entry> +</xsl:template> + +<xsl:template match="sect1/title"> + <entry header="3"> + <xsl:apply-templates/> + </entry> +</xsl:template> + +<xsl:template match="sect*/title|emphasis"> + <entry header="2"> + <xsl:apply-templates/> + </entry> +</xsl:template> + +<xsl:template match="application|guilabel|guiicon|menuchoice|guibutton|guisubmenu|guimenuitem|term|guimenu|literal|acronym"> + <entry header="1"> + <xsl:apply-templates/> + </entry> +</xsl:template> + +<xsl:template match="book"> + <entry header="0"> + <xsl:apply-templates/> + </entry> +</xsl:template> + +<xsl:template match="date|releaseinfo|anchor|imagedata"> +</xsl:template> + +</xsl:stylesheet> diff --git a/kdoctools/customization/hu/catalog b/kdoctools/customization/hu/catalog new file mode 100644 index 000000000..f5117c075 --- /dev/null +++ b/kdoctools/customization/hu/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Hungarian Documentation V1.0//HU" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//HU" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//HU" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//HU" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//HU" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//HU" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//HU" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//HU" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//HU" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//HU" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//HU" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//HU" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//HU" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//HU" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//HU" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//HU" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//HU" + "entities/install-compile.docbook" 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 @@ +<para>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: <xref +linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> 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 @@ +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Segítség</guimenu> +<guimenuitem>&kappname; kézikönyv</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Elindítja a KDE Segítség rendszert</action> és +betölti a(z) &kappname; alkalmazás dokumentációját (ezt a dokumentumot).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Segítség</guimenu> +<guimenuitem>Mi ez?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Ennek hatására az egérmutató alakja egy nyíl és egy kérdőjel +kombinációjává válik.</action> 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). +</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Segítség</guimenu> +<guimenuitem>Hibabejelentés...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Megnyit egy hibabejelentő ablakot</action>, ahol egy űrlap +kitöltésével lehet bejelenteni a hibákat és a <quote>továbbfejlesztési kéréseket</quote>.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Segítség</guimenu> +<guimenuitem>A(z) &kappname; névjegye</guimenuitem> +</menuchoice></term> +<listitem><para><action>Megjeleníti a program verziószámát és a +szerzők nevét.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Segítség</guimenu> +<guimenuitem>A KDE névjegye</guimenuitem> +</menuchoice></term> +<listitem><para><action>Megjeleníti a KDE verziószámát és néhány más +fontos jellemzőjét.</action></para></listitem> +</varlistentry> +</variablelist> 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 @@ +<para>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:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>A program fordítási szkriptjei az <command>autoconf</command> és az +<command>automake</command> 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.</para> + 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 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>A program a &kde; projekt (&kde-http;) része,</para> + +<para>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. +</para> 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 @@ +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<para>Ez a program az <ulink +url="common/artistic-license.html">Artistic License</ulink> feltételeinek megfelelően használható.</para> 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 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> 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 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> 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 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> 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 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> 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 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/hu/lang.entities b/kdoctools/customization/hu/lang.entities new file mode 100644 index 000000000..b8f7a3ef3 --- /dev/null +++ b/kdoctools/customization/hu/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "hu"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//HU" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//HU" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//HU" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//HU" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//HU" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//HU" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//HU" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//HU" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//HU" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//HU" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//HU" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/hu/strings.entities b/kdoctools/customization/hu/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/hu/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/hu/user.entities b/kdoctools/customization/hu/user.entities new file mode 100644 index 000000000..8d3de91bd --- /dev/null +++ b/kdoctools/customization/hu/user.entities @@ -0,0 +1,25 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>CD-ROM-meghajtó</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg "<abbrev>pl.</abbrev>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>stb.</abbrev>"> +<!ENTITY FAQ '<acronym>GY.I.K.</acronym>'> +<!ENTITY ie "<abbrev>azaz</abbrev>"> +<!ENTITY infocenter "<application>Információközpont</application>"> +<!ENTITY kcontrolcenter "<application>&kde; vezérlőközpont</application>"> +<!ENTITY LMB "<mousebutton>bal</mousebutton> egérgomb"> +<!ENTITY MMB "<mousebutton>középső</mousebutton> egérgomb"> +<!ENTITY OS "operációs rendszer"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "<mousebutton>jobb</mousebutton> egérgomb"> +<!ENTITY Shift "<keycap>Shift</keycap>"> diff --git a/kdoctools/customization/id/catalog b/kdoctools/customization/id/catalog new file mode 100644 index 000000000..51e886300 --- /dev/null +++ b/kdoctools/customization/id/catalog @@ -0,0 +1,37 @@ +PUBLIC "-//KDE//ENTITIES Indonesian Documentation V1.0//ID" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ID" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//ID" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//ID" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//ID" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//ID" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//ID" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ID" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ID" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ID" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ID" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ID" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//ID" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//ID" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ID" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//ID" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ID" + "entities/install-compile.docbook" + diff --git a/kdoctools/customization/id/entities/fdl-notice.docbook b/kdoctools/customization/id/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/id/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/id/entities/gpl-notice.docbook b/kdoctools/customization/id/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/id/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/id/entities/help-menu.docbook b/kdoctools/customization/id/entities/help-menu.docbook new file mode 100644 index 000000000..55b7750fc --- /dev/null +++ b/kdoctools/customization/id/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kcron; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/id/entities/install-compile.docbook b/kdoctools/customization/id/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/id/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/id/entities/install-intro.docbook b/kdoctools/customization/id/entities/install-intro.docbook new file mode 100644 index 000000000..b6332c952 --- /dev/null +++ b/kdoctools/customization/id/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on +&kde-ftp;, the main &FTP; site of the &kde; +project.</para> diff --git a/kdoctools/customization/id/entities/lgpl-notice.docbook b/kdoctools/customization/id/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/id/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/id/entities/report-bugs.docbook b/kdoctools/customization/id/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/id/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/id/entities/underArtisticLicense.docbook b/kdoctools/customization/id/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/id/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/id/entities/underBSDLicense.docbook b/kdoctools/customization/id/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/id/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/id/entities/underFDL.docbook b/kdoctools/customization/id/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/id/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/id/entities/underGPL.docbook b/kdoctools/customization/id/entities/underGPL.docbook new file mode 100644 index 000000000..27d9047b5 --- /dev/null +++ b/kdoctools/customization/id/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/id/entities/underX11License.docbook b/kdoctools/customization/id/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/id/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/id/entities/update-doc.docbook b/kdoctools/customization/id/entities/update-doc.docbook new file mode 100644 index 000000000..dd9d6b55c --- /dev/null +++ b/kdoctools/customization/id/entities/update-doc.docbook @@ -0,0 +1,4 @@ +<!--<para>This document may have been updated since your installation. +Check at <ulink +url="http://docs.kde.org/page#&kappname;">http://docs.kde.org/page#&kappname;</ulink> +to see if there is a newer version.</para> --> diff --git a/kdoctools/customization/id/lang.entities b/kdoctools/customization/id/lang.entities new file mode 100644 index 000000000..32004ce6d --- /dev/null +++ b/kdoctools/customization/id/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "id"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ID" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ID" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ID" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ID" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ID" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//ID" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//ID" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ID" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//ID" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ID" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ID" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/id/strings.entities b/kdoctools/customization/id/strings.entities new file mode 100644 index 000000000..ef68155e2 --- /dev/null +++ b/kdoctools/customization/id/strings.entities @@ -0,0 +1,24 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> + diff --git a/kdoctools/customization/id/user.entities b/kdoctools/customization/id/user.entities new file mode 100644 index 000000000..5f54ec661 --- /dev/null +++ b/kdoctools/customization/id/user.entities @@ -0,0 +1,8 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + diff --git a/kdoctools/customization/it/catalog b/kdoctools/customization/it/catalog new file mode 100644 index 000000000..4599d01ae --- /dev/null +++ b/kdoctools/customization/it/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Italian Documentation V1.0//IT" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//IT" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//IT" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//IT" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//IT" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//IT" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//IT" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//IT" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//IT" + "entities/underLGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//IT" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//IT" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//IT" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//IT" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//IT" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//IT" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//IT" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//IT" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//IT" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/it/entities/fdl-notice.docbook b/kdoctools/customization/it/entities/fdl-notice.docbook new file mode 100644 index 000000000..e32753837 --- /dev/null +++ b/kdoctools/customization/it/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the licence in the documentation distribution. + --> +<para>È concesso il permesso di copiare, distribuire ovvero modificare questo +documento sotto i termini della GNU Free Documentation License, +versione 1.1 o qualsiasi versione successiva pubblicata dalla Free Software +Foundation; con &FDLInvariantSections;, con &FDLFrontCoverText; e +con &FDLBackCoverText;. Una copia di questa licenza è inclusa nel<xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/it/entities/gpl-notice.docbook b/kdoctools/customization/it/entities/gpl-notice.docbook new file mode 100644 index 000000000..cbf614a94 --- /dev/null +++ b/kdoctools/customization/it/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>Questo programma è software libero; puoi redistribuirlo ovvero +modificarlo sotto i termini della GNU General Public License come +pubblicata dalla Free Software Foundation; la versione 2 della licenza +oppure (a tua scelta) una qualsiasi versione successiva.</para> + +<para>Questo programma è distribuito nella speranza che possa essere utile, +ma SENZA ALCUNA GARANZIA; senza nemmeno la garanzia implicita di +COMMERCIABILITÀ o di ADEGUATEZZA PER UN PARTICOLARE SCOPO. Consulta la GNU +General Public License per ulteriori dettagli.</para> + +<para>Dovresti avere ricevuto una copia della GNU General Public +License insieme a questo programma; in caso contrario, scrivi alla Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/it/entities/help-menu.docbook b/kdoctools/customization/it/entities/help-menu.docbook new file mode 100644 index 000000000..94e71e8aa --- /dev/null +++ b/kdoctools/customization/it/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Aiuto</guimenu> +<guimenuitem>Indice...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invoca il sistema di aiuto di KDE</action> direttamente alle pagine +del manuale di &kappname; (questo documento).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Aiuto</guimenu> +<guimenuitem>Che cos'è?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Cambia il cursore del mouse in una freccia e un punto +di domanda.</action> Se fai clic su un oggetto all'interno di &kappname; +si aprirà una finestra di aiuto (se ne esiste una per quel particolare oggetto) +che spiega la funzione dell'oggetto in questione.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Aiuto</guimenu> +<guimenuitem>Segnala un bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Apre la finestra di segnalazione dei bug</action> dove +puoi segnalare un bug oppure esprimere un <quote>desiderio</quote>.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Aiuto</guimenu> +<guimenuitem>Informazioni su &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Mostra informazioni sulla versione e +sull'autore.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Aiuto</guimenu> +<guimenuitem>Informazioni su KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Mostra la versione di KDE e altre informazioni +di base.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/it/entities/install-compile.docbook b/kdoctools/customization/it/entities/install-compile.docbook new file mode 100644 index 000000000..8f05cad5f --- /dev/null +++ b/kdoctools/customization/it/entities/install-compile.docbook @@ -0,0 +1,13 @@ +<para>Per compilare e installare &kappname; sul tuo sistema, immetti i +seguenti comandi nella directory di base della distribuzione di &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Dato che &kappname; usa <command>autoconf</command> e +<command>automake</command>, non dovresti incontrare dei problemi per +compilarlo. Se si verificasse qualche problema, +per piacere segnalalo alle mailing list di &kde;.</para> + diff --git a/kdoctools/customization/it/entities/install-intro.docbook b/kdoctools/customization/it/entities/install-intro.docbook new file mode 100644 index 000000000..f56fd406e --- /dev/null +++ b/kdoctools/customization/it/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; fa parte del progetto &kde; &kde-http;.</para> + +<para>Puoi trovare &kappname; nel pacchetto &package; all'indirizzo &kde-ftp;, +il sito &FTP; principale del progetto &kde;.</para> diff --git a/kdoctools/customization/it/entities/lgpl-notice.docbook b/kdoctools/customization/it/entities/lgpl-notice.docbook new file mode 100644 index 000000000..111a61f6d --- /dev/null +++ b/kdoctools/customization/it/entities/lgpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>Questa libreria è software libero; puoi redistribuirla ovvero +modificarla sotto i termini della GNU Lesser General Public License +come pubblicata dalla Free Software Foundation; la versione 2 della +licenza oppure (a tua scelta) una qualsiasi versione successiva.</para> + +<para>Questa libreria è distribuita nella speranza che possa essere utile, +ma SENZA ALCUNA GARANZIA; senza nemmeno la garanzia implicita di +COMMERCIABILITÀ o di ADEGUATEZZA PER UN PARTICOLARE SCOPO. Consulta la GNU +Lesser General Public License per ulteriori dettagli.</para> + +<para>Dovresti avere ricevuto una copia della GNU General Public +License insieme a questo programma; in caso contrario, scrivi alla Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/it/entities/report-bugs.docbook b/kdoctools/customization/it/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/it/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/it/entities/underArtisticLicense.docbook b/kdoctools/customization/it/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..06635034e --- /dev/null +++ b/kdoctools/customization/it/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Questo programma è concesso in licenza sotto i termini della <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/it/entities/underBSDLicense.docbook b/kdoctools/customization/it/entities/underBSDLicense.docbook new file mode 100644 index 000000000..a2bcb2145 --- /dev/null +++ b/kdoctools/customization/it/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Questo programma è concesso in licenza sotto i termini della <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/it/entities/underFDL.docbook b/kdoctools/customization/it/entities/underFDL.docbook new file mode 100644 index 000000000..076fc870e --- /dev/null +++ b/kdoctools/customization/it/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="la sezione intitolata "GNU Free Documentation +License"">Questa documentazione è concessa in licenza sotto i termini della <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/it/entities/underGPL.docbook b/kdoctools/customization/it/entities/underGPL.docbook new file mode 100644 index 000000000..4cb7b762d --- /dev/null +++ b/kdoctools/customization/it/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Questo programma è concesso in licenza sotto i termini della <ulink +url="common/gpl-license.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/it/entities/underLGPL.docbook b/kdoctools/customization/it/entities/underLGPL.docbook new file mode 100644 index 000000000..bd8be20f4 --- /dev/null +++ b/kdoctools/customization/it/entities/underLGPL.docbook @@ -0,0 +1,2 @@ +<para>Questo programma è concesso in licenza sotto i termini della <ulink +url="common/gpl-license.html">GNU Lesser General Public License</ulink>.</para>
\ No newline at end of file diff --git a/kdoctools/customization/it/entities/underX11License.docbook b/kdoctools/customization/it/entities/underX11License.docbook new file mode 100644 index 000000000..b9144c83d --- /dev/null +++ b/kdoctools/customization/it/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Questo programma è concesso in licenza sotto i termini della <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/it/entities/update-doc.docbook b/kdoctools/customization/it/entities/update-doc.docbook new file mode 100644 index 000000000..dfad1e342 --- /dev/null +++ b/kdoctools/customization/it/entities/update-doc.docbook @@ -0,0 +1,5 @@ +<!--<para>Questo documento potrebbe essere stato aggiornato dal momento della +tua installazione. +Controlla all'indirizzo <ulink +url="http://docs.kde.org/page#&kappname;">http://docs.kde.org/page#&kappname;</ulink> +se c'è una versione più aggiornata.</para> --> diff --git a/kdoctools/customization/it/lang.entities b/kdoctools/customization/it/lang.entities new file mode 100644 index 000000000..5cc6b4068 --- /dev/null +++ b/kdoctools/customization/it/lang.entities @@ -0,0 +1,48 @@ +<!ENTITY language "it"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//IT" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//IT" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//IT" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//IT" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//IT" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//IT" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//IT" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//IT" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//IT" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//IT" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//IT" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//IT" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/it/strings.entities b/kdoctools/customization/it/strings.entities new file mode 100644 index 000000000..4c7bf1af4 --- /dev/null +++ b/kdoctools/customization/it/strings.entities @@ -0,0 +1,39 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "questa applicazione"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LISTA DEI LORO TITOLI"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "le sezioni invarianti &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "nessuna sezione invariante"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTA"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "i testi di copertina anteriore &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "nessun testo di copertina anteriore"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LISTA DEI LORO TITOLI"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "i testi di copertina posteriore &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "nessun testo di copertina posteriore"> + +<!-- modespec entity: must be adapted in accordance with the normal usage + for documents in a language; the most likely candidates are the value + of xreflabel (now %t for title of section referred to) and the content + (now empty). If more than one format is needed, contact kde-docbook@kde.org. + ** In general, this setup will not work with more than one language in + a document ** + Usage: in <bookinfo> + Only strictly needed when olinks are used + --> +<!--ENTITY kde-modespec '<modespec id="kdems-default" xreflabel="%t"></modespec>'--> +<!ENTITY kde.modespec ' + <modespec id="kdems-help">help:</modespec> + <modespec id="kdems-man">man:</modespec>'> + +<!ENTITY olinktype "kde-installation"> diff --git a/kdoctools/customization/it/user.entities b/kdoctools/customization/it/user.entities new file mode 100644 index 000000000..bdcfad302 --- /dev/null +++ b/kdoctools/customization/it/user.entities @@ -0,0 +1,52 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> +<!-- Entità inglesi tradotte --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom "<hardware>unità CD-ROM</hardware>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi "<acronym>dpi</acronym>"> +<!ENTITY eg "<abbrev>ad es.</abbrev>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY Enter "<keycap>Invio</keycap>"> +<!ENTITY etc "<abbrev>ecc.</abbrev>"> +<!ENTITY FAQ "<acronym>FAQ</acronym>"> +<!ENTITY ie "cioè"> +<!ENTITY Tab "<keycap>Tab</keycap>"> +<!-- remove one of these two --> +<!ENTITY kcontrol "<application>Centro di controllo di &kde;</application>"> +<!ENTITY kcontrolcenter "<application>Centro di controllo di &kde;</application>"> +<!ENTITY khelpcenter "<application>Centro di informazioni di &kde;</application>"> + +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>icona K di &kde;</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "menu <guimenu>K</guimenu>"> + +<!ENTITY LMB "tasto <mousebutton>sinistro</mousebutton> del mouse"> +<!ENTITY MMB "tasto <mousebutton>centrale</mousebutton> del mouse"> +<!ENTITY OS "sistema operativo"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "tasto <mousebutton>destro</mousebutton> del mouse"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!-- --> +<!-- Note (EB): you can translate the entity names as well: + &cioe; + &ecc; + &TSM; &TCM; &TDM; + etc. --> +<!-- --> + +<!-- Entità aggiunte dai traduttori --> + +<!ENTITY teamit "il Team di traduzione in italiano di &kde;"> 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 @@ +<para>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 <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> 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 @@ +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice +><shortcut +> <keycombo action="simul" +><keycap +>F1</keycap +></keycombo +> </shortcut +> <guimenu +>ヘルプ</guimenu +> <guimenuitem +>&kappname; ハンドブック</guimenuitem +> </menuchoice> +</term> +<listitem +><para +>KDE のヘルプシステムを起動して &kappname; のヘルプページ (このドキュメント) を開きます。</para +></listitem> +</varlistentry> + +<varlistentry> +<term +><menuchoice +><shortcut +> <keycombo action="simul" +>&Shift;<keycap +>F1</keycap +></keycombo +> </shortcut +> <guimenu +>ヘルプ</guimenu +> <guimenuitem +>これは何?</guimenuitem +> </menuchoice> +</term> +<listitem +><para +>これを選択するとマウスカーソルの形が矢印とクエスチョンマークに変わります。その状態で &kappname; のユーザインターフェースの要素をクリックすると、それぞれの機能を説明するヘルプウィンドウが表示されます (その要素にヘルプがある場合のみ)。</para +></listitem> +</varlistentry> + + +<varlistentry> +<term +><menuchoice +><guimenu +>ヘルプ</guimenu +> <guimenuitem +>バグを報告...</guimenuitem +> </menuchoice +></term> +<listitem +><para +>バグレポート用のダイアログを開きます。これを使ってプログラムの不具合を報告したり、要望を送ったりすることができます。</para +></listitem> +</varlistentry> + +<varlistentry> +<term +><menuchoice +><guimenu +>ヘルプ</guimenu +> <guimenuitem +>&kappname; について</guimenuitem +> </menuchoice +></term> +<listitem +><para +><action +>プログラムのバージョンと作者を表示します。</action +></para +></listitem> +</varlistentry> + +<varlistentry> +<term +><menuchoice +><guimenu +>ヘルプ</guimenu +> <guimenuitem +>KDE について</guimenuitem +> </menuchoice +></term> +<listitem +><para +><action +>KDE のバージョンと基本的な情報を表示します。</action +></para +></listitem> +</varlistentry> +</variablelist> 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 @@ +<para>&kappname; をコンパイルしてインストールするには、&kappname; ディストリビューションのベースディレクトリで次のようにタイプします。</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>&kappname; は <command>autoconf</command> と <command>automake</command> を使っているので容易にコンパイルできるはずです。問題にぶつかった場合は、&kde; のメーリングリストに報告してください。</para> 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 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; は &kde; プロジェクト &kde-http; の一部です。</para> + +<para>&kappname; は &kde; プロジェクトのメイン &FTP; サイトである &kde-ftp; にある &package; パッケージに含まれています。</para> 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 @@ +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<para>このプログラムのライセンスは <ulink url="common/artistic-license.html">Artistic License</ulink> です。</para> 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 @@ +<para>このプログラムのライセンスは <ulink url="common/bsd-license.html">BSD License</ulink> です。</para> 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 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">このドキュメンテーションのライセンスは <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink> です。</para> 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 @@ +<para>このプログラムのライセンスは <ulink +url="common/gpl-translated.html">GNU General Public License </ulink> です。</para> 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 @@ +<para>このプログラムのライセンスは <ulink url="common/x11-license.html">X11 License</ulink> です。</para> 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 @@ +<!-- to be filled in --> 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 @@ +<!ENTITY language "ja"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//JA" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//JA" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//JA" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//JA" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//JA" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//JA" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//JA" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//JA" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//JA" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//JA" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//JA" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%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 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> 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 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!-- Temporary hack! Please adapt to Japanese keyboards and language --> +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY etc "<abbrev>等</abbrev>"> +<!ENTITY ie "<abbrev>例</abbrev>"> +<!ENTITY kcontrolcenter "<application>&kde;コントロールセンター</application>"> +<!ENTITY Shift "<keycap>Shift</keycap>"> diff --git a/kdoctools/customization/kde-chunk-online.xsl b/kdoctools/customization/kde-chunk-online.xsl new file mode 100644 index 000000000..bd6371c6b --- /dev/null +++ b/kdoctools/customization/kde-chunk-online.xsl @@ -0,0 +1,110 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + +<xsl:import href="../docbook/xsl/html/autoidx.xsl"/> +<xsl:import href="../docbook/xsl/html/chunk.xsl"/> +<xsl:include href="kde-navig-online.xsl"/> +<xsl:include href="kde-ttlpg-online.xsl"/> +<xsl:include href="kde-style.xsl"/> +<xsl:output encoding="utf-8"/> + +<xsl:variable name="KDE_VERSION">1.13</xsl:variable> + +<xsl:template name="make-relative-filename"> + <xsl:param name="base.dir" select="'./'"/> + <xsl:param name="base.name" select="''"/> + + <!-- XT makes chunks relative --> + <xsl:choose> + <xsl:when test="count(parent::*) = 0"> + <xsl:value-of select="concat($base.dir,$base.name)"/> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="$base.name"/> + </xsl:otherwise> + </xsl:choose> +</xsl:template> + +<xsl:template name="write.chunk"> + <xsl:param name="filename" select="''"/> + <xsl:param name="method" select="'html'"/> + <xsl:param name="encoding" select="'utf-8'"/> + <xsl:param name="content" select="''"/> + + <FILENAME filename="{$filename}"> + <xsl:copy-of select="$content"/> + </FILENAME> +</xsl:template> + +<xsl:param name="use.id.as.filename">1</xsl:param> +<xsl:param name="generate.section.toc">0</xsl:param> +<xsl:param name="generate.component.toc">0</xsl:param> +<xsl:param name="use.extensions">0</xsl:param> +<xsl:param name="admon.graphics">0</xsl:param> +<xsl:param name="kde.common">/HEAD/common/</xsl:param> +<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-default.css')"/> +<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> +<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> + + +<xsl:template name="dbhtml-filename"> +<xsl:choose> + <xsl:when test=". != /*"> + <xsl:value-of select="@id"/> + <xsl:value-of select="$html.ext"/> + </xsl:when> + <xsl:otherwise> + <xsl:text>index.html</xsl:text> + </xsl:otherwise> +</xsl:choose> +</xsl:template> + +<xsl:template name="dbhtml-dir"> +</xsl:template> + +<xsl:template name="user.head.content"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta name="GENERATOR" content="KDE XSL Stylesheet V{$KDE_VERSION} using libxslt"/> +</xsl:template> + +<!-- try with olinks: it nearly works --><!-- + <xsl:template match="olink"> + <a> + <xsl:attribute name="href"> + <xsl:choose> + <xsl:when test="@type = 'kde-installation'"> + <xsl:choose> + <xsl:when test="@linkmode = 'kdems-man'"> + <xsl:value-of select="id(@linkmode)"/> + <xsl:value-of select="@targetdocent"/> + <xsl:text>(</xsl:text> + <xsl:value-of select="@localinfo"/> + <xsl:text>)</xsl:text> + </xsl:when> + <xsl:when test="@linkmode = 'kdems-help'"> + <xsl:value-of select="id(@linkmode)"/> + <xsl:text>/</xsl:text> + <xsl:value-of select="@targetdocent"/> +<xsl:variable name="targetdocent" select="@targetdocent"/> +<xsl:value-of select="$targetdocent"/> + <xsl:if test="@targetdocent"> + <xsl:value-of select="unparsed-entity-uri(string($targetdocent))"/> + </xsl:if> + <xsl:for-each select="document('/home/fouvry/kdeutils/doc/kedit/index.docbook')"> + <xsl:value-of select=".//*[@id=$localinfo]"/> + </xsl:for-each> + <xsl:text>#</xsl:text> + <xsl:value-of select="@localinfo"/> + </xsl:when> + </xsl:choose> + </xsl:when> + </xsl:choose> + </xsl:attribute> + <xsl:value-of select="."/> + </a> + </xsl:template> +--> + +</xsl:stylesheet> + + diff --git a/kdoctools/customization/kde-chunk.xsl b/kdoctools/customization/kde-chunk.xsl new file mode 100644 index 000000000..a0fa63b01 --- /dev/null +++ b/kdoctools/customization/kde-chunk.xsl @@ -0,0 +1,130 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + +<xsl:import href="../docbook/xsl/html/autoidx.xsl"/> +<xsl:import href="../docbook/xsl/html/chunk.xsl"/> +<xsl:include href="kde-navig.xsl"/> +<xsl:include href="kde-ttlpg.xsl"/> +<xsl:include href="kde-style.xsl"/> + +<xsl:variable name="KDE_VERSION">1.13</xsl:variable> + +<xsl:template name="make-relative-filename"> + <xsl:param name="base.dir" select="'./'"/> + <xsl:param name="base.name" select="''"/> + + <!-- XT makes chunks relative --> + <xsl:choose> + <xsl:when test="count(parent::*) = 0"> + <xsl:value-of select="concat($base.dir,$base.name)"/> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="$base.name"/> + </xsl:otherwise> + </xsl:choose> +</xsl:template> + +<xsl:template name="write.chunk"> + <xsl:param name="filename" select="''"/> + <xsl:param name="method" select="'html'"/> + <xsl:param name="encoding" select="'utf-8'"/> + <xsl:param name="content" select="''"/> + + <FILENAME filename="{$filename}"> + <xsl:copy-of select="$content"/> + </FILENAME> +</xsl:template> + +<xsl:param name="use.id.as.filename">1</xsl:param> +<xsl:param name="generate.section.toc">0</xsl:param> +<xsl:param name="generate.component.toc">0</xsl:param> +<xsl:param name="use.extensions">0</xsl:param> +<xsl:param name="admon.graphics">0</xsl:param> +<xsl:param name="kde.common">help:/common/</xsl:param> +<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-default.css')"/> +<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> +<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> + +<xsl:param name="generate.toc"> +appendix toc,title +article/appendix nop +article toc,title +book toc,title,figure,table,example,equation +chapter nop +part toc,title +preface toc,title +qandadiv toc +qandaset toc +reference toc,title +sect1 nop +sect2 nop +sect3 nop +sect4 nop +sect5 nop +section nop +set toc,title +</xsl:param> + + + +<xsl:template name="dbhtml-filename"> +<xsl:choose> + <xsl:when test=". != /*"> + <xsl:value-of select="@id"/> + <xsl:value-of select="$html.ext"/> + </xsl:when> + <xsl:otherwise> + <xsl:text>index.html</xsl:text> + </xsl:otherwise> +</xsl:choose> +</xsl:template> + +<xsl:template name="dbhtml-dir"> +</xsl:template> + +<xsl:template name="user.head.content"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta name="GENERATOR" content="KDE XSL Stylesheet V{$KDE_VERSION} using libxslt"/> +</xsl:template> + +<!-- try with olinks: it nearly works --><!-- + <xsl:template match="olink"> + <a> + <xsl:attribute name="href"> + <xsl:choose> + <xsl:when test="@type = 'kde-installation'"> + <xsl:choose> + <xsl:when test="@linkmode = 'kdems-man'"> + <xsl:value-of select="id(@linkmode)"/> + <xsl:value-of select="@targetdocent"/> + <xsl:text>(</xsl:text> + <xsl:value-of select="@localinfo"/> + <xsl:text>)</xsl:text> + </xsl:when> + <xsl:when test="@linkmode = 'kdems-help'"> + <xsl:value-of select="id(@linkmode)"/> + <xsl:text>/</xsl:text> + <xsl:value-of select="@targetdocent"/> +<xsl:variable name="targetdocent" select="@targetdocent"/> +<xsl:value-of select="$targetdocent"/> + <xsl:if test="@targetdocent"> + <xsl:value-of select="unparsed-entity-uri(string($targetdocent))"/> + </xsl:if> + <xsl:for-each select="document('/home/fouvry/kdeutils/doc/kedit/index.docbook')"> + <xsl:value-of select=".//*[@id=$localinfo]"/> + </xsl:for-each> + <xsl:text>#</xsl:text> + <xsl:value-of select="@localinfo"/> + </xsl:when> + </xsl:choose> + </xsl:when> + </xsl:choose> + </xsl:attribute> + <xsl:value-of select="."/> + </a> + </xsl:template> +--> + +</xsl:stylesheet> + + diff --git a/kdoctools/customization/kde-man.xsl b/kdoctools/customization/kde-man.xsl new file mode 100644 index 000000000..8e8686811 --- /dev/null +++ b/kdoctools/customization/kde-man.xsl @@ -0,0 +1,141 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> +<!-- vim:set syntax=xml ts=2 et: --> +<xsl:import href="../docbook/xsl/manpages/docbook.xsl"/> + +<!-- Disable the automatically generated AUTHORS section by overloading the + respective template and making it a no-op. --> +<xsl:template match="articleinfo|bookinfo|refentryinfo" mode="authorsect"/> + +<!-- + Copied from ../docbook/xsl/manpages/docbook.xsl and changed it so that the + output file's name is harccoded to 'manpage.troff', and the quiet parameter + is set to 1 to avoid the 'Writing foo.X' message which write.text.chunk + prints. + --> +<xsl:template match="refentry"> + + <xsl:variable name="section"> + <xsl:choose> + <xsl:when test="refmeta/manvolnum"> + <xsl:value-of select="refmeta/manvolnum[1]"/> + </xsl:when> + <xsl:when test=".//funcsynopsis">3</xsl:when> + <xsl:otherwise>1</xsl:otherwise> + </xsl:choose> + </xsl:variable> + + <xsl:variable name="name" select="refnamediv/refname[1]"/> + + <!-- standard man page width is 64 chars; 6 chars needed for the two + (x) volume numbers, and 2 spaces, leaves 56 --> + <xsl:variable name="twidth" select="(56 - string-length(refmeta/refentrytitle)) div 2"/> + + <xsl:variable name="reftitle" + select="substring(refmeta/refentrytitle, 1, $twidth)"/> + + <xsl:variable name="title"> + <xsl:choose> + <xsl:when test="refentryinfo/title"> + <xsl:value-of select="refentryinfo/title"/> + </xsl:when> + <xsl:when test="../referenceinfo/title"> + <xsl:value-of select="../referenceinfo/title"/> + </xsl:when> + </xsl:choose> + </xsl:variable> + + <xsl:variable name="date"> + <xsl:choose> + <xsl:when test="refentryinfo/date"> + <xsl:value-of select="refentryinfo/date"/> + </xsl:when> + <xsl:when test="../referenceinfo/date"> + <xsl:value-of select="../referenceinfo/date"/> + </xsl:when> + </xsl:choose> + </xsl:variable> + + <xsl:variable name="productname"> + <xsl:choose> + <xsl:when test="refentryinfo/productname"> + <xsl:value-of select="refentryinfo/productname"/> + </xsl:when> + <xsl:when test="../referenceinfo/productname"> + <xsl:value-of select="../referenceinfo/productname"/> + </xsl:when> + </xsl:choose> + </xsl:variable> + + <xsl:variable name="filename"> + <xsl:text>manpage.troff</xsl:text> + </xsl:variable> + + <xsl:call-template name="write.text.chunk"> + <xsl:with-param name="quiet" select="1"/> + <xsl:with-param name="filename" select="$filename"/> + <xsl:with-param name="content"> + <xsl:text>.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "</xsl:text> + <xsl:value-of select="translate($reftitle,'abcdefghijklmnopqrstuvwxyz', 'ABCDEFGHIJKLMNOPQRSTUVWXYZ')"/> + <xsl:text>" </xsl:text> + <xsl:value-of select="$section"/> + <xsl:text> "</xsl:text> + <xsl:value-of select="normalize-space($date)"/> + <xsl:text>" "</xsl:text> + <xsl:value-of select="normalize-space($productname)"/> + <xsl:text>" "</xsl:text> + <xsl:value-of select="$title"/> + <xsl:text>" +</xsl:text> + <xsl:apply-templates/> + <xsl:text> </xsl:text> + + <!-- Author section --> + <xsl:choose> + <xsl:when test="refentryinfo//author"> + <xsl:apply-templates select="refentryinfo" mode="authorsect"/> + </xsl:when> + <xsl:when test="/book/bookinfo//author"> + <xsl:apply-templates select="/book/bookinfo" mode="authorsect"/> + </xsl:when> + <xsl:when test="/article/articleinfo//author"> + <xsl:apply-templates select="/article/articleinfo" mode="authorsect"/> + </xsl:when> + </xsl:choose> + + </xsl:with-param> + </xsl:call-template> + <!-- Now generate stub include pages for every page documented in + this refentry (except the page itself) --> + <xsl:for-each select="refnamediv/refname"> + <xsl:if test=". != $name"> + <xsl:call-template name="write.text.chunk"> + <xsl:with-param name="filename" + select="concat(normalize-space(.), '.', $section)"/> + <xsl:with-param name="content" select="concat('.so man', + $section, '/', $name, '.', $section, ' ')"/> + </xsl:call-template> + </xsl:if> + </xsl:for-each> +</xsl:template> + +</xsl:stylesheet> + diff --git a/kdoctools/customization/kde-navig-online.xsl b/kdoctools/customization/kde-navig-online.xsl new file mode 100644 index 000000000..54434b07d --- /dev/null +++ b/kdoctools/customization/kde-navig-online.xsl @@ -0,0 +1,206 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + +<!-- only for the online version --> +<!-- obfuscate email addresses --> +<xsl:template match="email"> + <xsl:call-template name="inline.monoseq"> + <xsl:with-param name="content"> + <xsl:text>(</xsl:text> + <xsl:call-template name="replaceCharsInString"> + <xsl:with-param name="stringIn" select="."/> + <xsl:with-param name="charsIn" select="'@'"/> + <xsl:with-param name="charsOut" select="' '"/> + </xsl:call-template> + <xsl:text>)</xsl:text> + </xsl:with-param> + </xsl:call-template> +</xsl:template> + +<xsl:template name="replaceCharsInString"> + <xsl:param name="stringIn"/> + <xsl:param name="charsIn"/> + <xsl:param name="charsOut"/> + <xsl:choose> + <xsl:when test="contains($stringIn,$charsIn)"> + <xsl:value-of select="concat(substring-before($stringIn,$charsIn),$charsOut)"/> + <xsl:call-template name="replaceCharsInString"> + <xsl:with-param name="stringIn" select="substring-after($stringIn,$charsIn)"/> + <xsl:with-param name="charsIn" select="$charsIn"/> + <xsl:with-param name="charsOut" select="$charsOut"/> + </xsl:call-template> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="$stringIn"/> + </xsl:otherwise> + </xsl:choose> +</xsl:template> +<!-- end "only for the online version" --> + +<xsl:template name="header.navigation"> + <xsl:param name="prev" select="/foo"/> + <xsl:param name="next" select="/foo"/> + <xsl:variable name="home" select="/*[1]"/> + <xsl:variable name="up" select="parent::*"/> + <xsl:if test="$suppress.navigation = '0'"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr class="header"> + <td> <a href="/">docs.kde.org</a></td> + <td align="right"><a href="/search_form.html">Search</a> </td> + </tr> + <tr id="logo"> + <td valign="top"> + <a href="http://www.kde.org"><img src="{$kde.common}kde_logo.png" alt="KDE - + The K Desktop Environment" width="296" height="79" border="0" /></a> + </td> + <td valign="middle" align="center" id="location"> + <h1><!-- Why was this used in fact: could the text not just be copied?--> + <xsl:apply-templates select="." mode="title.markup"/> + </h1> + </td> + </tr> + </table> + + <table width="100%" class="header"> + <tbody> + <tr> + <td align="left" class="navLeft" width="33%"> + <xsl:if test="count($prev)>0"> + <a accesskey="p"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$prev"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.prev"/> + </a> + </xsl:if> + </td> + + <td align="center" class="navCenter" width="34%"> + <xsl:choose> + <xsl:when test="count($up) > 0 and $up != $home"> + <xsl:apply-templates select="$up" mode="title.markup"/> + </xsl:when> + <xsl:otherwise> </xsl:otherwise> + </xsl:choose> + </td> + <td align="right" class="navRight" width="33%">  + <xsl:if test="count($next)>0"> + <a accesskey="n"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$next"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.next"/> + </a> + </xsl:if> + </td> + </tr> + </tbody> + </table> + + </xsl:if> + </xsl:template> + +<!-- ==================================================================== --> + +<xsl:template name="footer.navigation"> + <xsl:param name="prev" select="/foo"/> + <xsl:param name="next" select="/foo"/> + <xsl:variable name="home" select="/*[1]"/> + <xsl:variable name="up" select="parent::*"/> + + <xsl:if test="$suppress.navigation = '0'"> + + <!-- Bottom Navigation --> + <table width="100%" class="bottom-nav"> + <tr> + <td width="33%" align="left" valign="top" class="navLeft"> + <xsl:if test="count($prev)>0"> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$prev"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.prev"/><xsl:text>:</xsl:text> + </a> + </xsl:if> + </td> + <td width="34%" align="center" valign="top" class="navCenter"> + <xsl:choose> + <xsl:when test="$home != ."> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$home"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.home"/> + </a> + </xsl:when> + <xsl:otherwise> </xsl:otherwise> + </xsl:choose> + </td> + + <td width="33%" align="right" valign="top" class="navRight"> + <xsl:if test="count($next)>0"> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$next"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.next"/><xsl:text>:</xsl:text> + </a> + </xsl:if> + </td> + </tr> + + <tr> + <td width="33%" align="left" class="navLeft"> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$prev"/> + </xsl:call-template> + </xsl:attribute> + <xsl:apply-templates select="$prev" mode="title.markup"/> + </a> + <xsl:text> </xsl:text> + </td> + <td width="34%" align="center" class="navCenter"> + <xsl:choose> + <xsl:when test="count($up)>0"> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$up"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.up"/> + </a> + </xsl:when> + <xsl:otherwise> </xsl:otherwise> + </xsl:choose> + </td> + <td width="33%" align="right" class="navRight"> + <xsl:text> </xsl:text> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$next"/> + </xsl:call-template> + </xsl:attribute> + <xsl:apply-templates select="$next" mode="title.markup"/> + </a> + </td> + </tr> + </table> + + </xsl:if> +</xsl:template> + +</xsl:stylesheet> diff --git a/kdoctools/customization/kde-navig.xsl b/kdoctools/customization/kde-navig.xsl new file mode 100644 index 000000000..447ad7337 --- /dev/null +++ b/kdoctools/customization/kde-navig.xsl @@ -0,0 +1,213 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + + <xsl:template match="email"> + <xsl:call-template name="inline.monoseq"> + <xsl:with-param name="content"> + <xsl:text>(</xsl:text> + <xsl:call-template name="replaceCharsInString"> + <xsl:with-param name="stringIn" select="."/> + <xsl:with-param name="charsIn" select="'@'"/> + <xsl:with-param name="charsOut" select="' AT '"/> + </xsl:call-template> + <xsl:text>)</xsl:text> + </xsl:with-param> + </xsl:call-template> + </xsl:template> + <xsl:template name="replaceCharsInString"> + <xsl:param name="stringIn"/> + <xsl:param name="charsIn"/> + <xsl:param name="charsOut"/> + <xsl:choose> + <xsl:when test="contains($stringIn,$charsIn)"> + <xsl:value-of select="concat(substring-before($stringIn,$charsIn),$charsOut)"/> + <xsl:call-template name="replaceCharsInString"> + <xsl:with-param name="stringIn" select="substring-after($stringIn,$charsIn)"/> + <xsl:with-param name="charsIn" select="$charsIn"/> + <xsl:with-param name="charsOut" select="$charsOut"/> + </xsl:call-template> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="$stringIn"/> + </xsl:otherwise> + </xsl:choose> + </xsl:template> + + + <xsl:template name="header.navigation"> + <xsl:param name="prev" select="/foo"/> + <xsl:param name="next" select="/foo"/> + <xsl:variable name="home" select="/*[1]"/> + <xsl:variable name="up" select="parent::*"/> + <xsl:if test="$suppress.navigation = '0'"> + <div style="background-image: url({$kde.common}top-middle.png); width: 100%; height: 131px;"> + <div style="position: absolute; + right: 0px;"> + <img src="{$kde.common}top-right-konqueror.png" + style="margin: 0px" alt="" /> + </div> + <div style="position: absolute; + top: 25px; + right: 100px; + text-align: right; + font-size: xx-large; + font-weight: bold; + text-shadow: #fff 0px 0px 5px; + color: #444"> + <xsl:apply-templates select="." mode="title.markup"/> + </div> + </div> + + <div style="margin-top: 20px; background-color: #white; + color: black; + margin-left: 20px; + margin-right: 20px;"> + <div style="position: absolute; + left: 20px;"> + <xsl:if test="count($prev)>0"> + <a accesskey="p"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$prev"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.prev"/> + </a> + </xsl:if> + </div> + <div style="position: absolute; + right: 20px;"> + <xsl:if test="count($next)>0"> + <a accesskey="n"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$next"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.next"/> + </a> + </xsl:if> + </div> + <div class="navCenter"> + <xsl:choose> + <xsl:when test="count($up) > 0 and $up != $home"> + <xsl:apply-templates select="$up" mode="title.markup"/> + </xsl:when> + <xsl:otherwise> </xsl:otherwise> + </xsl:choose> + </div> + </div> + + </xsl:if> + </xsl:template> + +<!-- ==================================================================== --> + +<xsl:template name="footer.navigation"> + <xsl:param name="prev" select="/foo"/> + <xsl:param name="next" select="/foo"/> + <xsl:variable name="home" select="/*[1]"/> + <xsl:variable name="up" select="parent::*"/> + + <xsl:if test="$suppress.navigation = '0'"> + + <div style="background-color: #white; color: black; + margin-top: 20px; margin-left: 20px; + margin-right: 20px;"> + <div style="position: absolute; left: 20px;"> +<xsl:if test="count($prev)>0"> + <a accesskey="p"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$prev"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.prev"/> + </a> + </xsl:if> + </div> + <div style="position: absolute; right: 20px;"> + <xsl:if test="count($next)>0"> + <a accesskey="n"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$next"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.next"/> + </a> + </xsl:if> + </div> + <div align="center"> + <xsl:choose> + <xsl:when test="$home != ."> + <a accesskey="h"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$home"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.home"/> + </a> + </xsl:when> + <xsl:otherwise> </xsl:otherwise> + </xsl:choose> + </div> + </div> + <div style="background-color: #white; + color: black; + margin-left: 20px; + margin-right: 20px;"> + <div class="navLeft"> + <xsl:apply-templates select="$prev" mode="title.markup"/> + <xsl:text> </xsl:text> + </div> + <div class="navRight"> + <xsl:text> </xsl:text> + <xsl:apply-templates select="$next" mode="title.markup"/> + </div> + <div class="navCenter"> + <xsl:choose> + <xsl:when test="count($up)>0"> + <a accesskey="u"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$up"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.up"/> + </a> + </xsl:when> + <xsl:otherwise> </xsl:otherwise> + </xsl:choose> + </div> + + + + </div> + <br/> + <br/> + + <div class="bannerBottom" style="background-image: url({$kde.common}bottom-middle.png); + background-repeat: x-repeat; + width: 100%; + height: 100px; + bottom:0px;"> + + <div class="BannerBottomRight"> + <img src="{$kde.common}bottom-right.png" style="margin: 0px" alt=""/> + </div> + <div class="bannerBottomLeft"> + <img src="{$kde.common}bottom-left.png" style="margin: 0px;" alt=""/> + </div> +<div id="comments" style="position:relative; top: 5px; left: 1em; height:85px; width: 50%; color: #cfe1f6"> + <p>Would you like to make a comment or contribute an update to this page?<br/> + Send feedback to the <a href="mailto:kde-docs@kdemail.net" style="background:transparent; color:#cfe1f6; text-decoration: underline;">KDE Docs Team</a></p> + </div> + + </div> + + </xsl:if> +</xsl:template> + +</xsl:stylesheet> diff --git a/kdoctools/customization/kde-nochunk.xsl b/kdoctools/customization/kde-nochunk.xsl new file mode 100644 index 000000000..6ab909828 --- /dev/null +++ b/kdoctools/customization/kde-nochunk.xsl @@ -0,0 +1,88 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + +<xsl:import href="../docbook/xsl/html/autoidx.xsl"/> +<xsl:import href="../docbook/xsl/html/docbook.xsl"/> +<!-- <xsl:include href="kde-print-navig.xsl"/> --> +<xsl:include href="kde-ttlpg.xsl"/> +<xsl:include href="kde-style.xsl"/> + +<xsl:variable name="KDE_VERSION">1.13</xsl:variable> + +<xsl:param name="using.chunker">0</xsl:param> +<xsl:param name="chunk.first.sections" select="0"/> +<xsl:param name="chunk.sections" select="0"/> +<xsl:param name="chunk.section.depth" select="0"/> + +<xsl:param name="use.id.as.filename">0</xsl:param> +<xsl:param name="generate.section.toc">0</xsl:param> +<xsl:param name="generate.component.toc">0</xsl:param> +<xsl:param name="use.extensions">0</xsl:param> +<xsl:param name="admon.graphics">0</xsl:param> +<xsl:param name="kde.common">../common/</xsl:param> +<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-web.css')"/> +<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> +<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> + + +<xsl:template name="dbhtml-filename"> +<xsl:choose> + <xsl:when test=". != /*"> + <xsl:value-of select="@id"/> + <xsl:value-of select="$html.ext"/> + </xsl:when> + <xsl:otherwise> + <xsl:text>index.html</xsl:text> + </xsl:otherwise> +</xsl:choose> +</xsl:template> + +<xsl:template name="dbhtml-dir"> +</xsl:template> + +<xsl:template name="user.head.content"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta name="GENERATOR" content="KDE XSL Stylesheet V{$KDE_VERSION} using libxslt"/> +</xsl:template> + +<!-- try with olinks: it nearly works --><!-- + <xsl:template match="olink"> + <a> + <xsl:attribute name="href"> + <xsl:choose> + <xsl:when test="@type = 'kde-installation'"> + <xsl:choose> + <xsl:when test="@linkmode = 'kdems-man'"> + <xsl:value-of select="id(@linkmode)"/> + <xsl:value-of select="@targetdocent"/> + <xsl:text>(</xsl:text> + <xsl:value-of select="@localinfo"/> + <xsl:text>)</xsl:text> + </xsl:when> + <xsl:when test="@linkmode = 'kdems-help'"> + <xsl:value-of select="id(@linkmode)"/> + <xsl:text>/</xsl:text> + <xsl:value-of select="@targetdocent"/> +<xsl:variable name="targetdocent" select="@targetdocent"/> +<xsl:value-of select="$targetdocent"/> + <xsl:if test="@targetdocent"> + <xsl:value-of select="unparsed-entity-uri(string($targetdocent))"/> + </xsl:if> + <xsl:for-each select="document('/home/fouvry/kdeutils/doc/kedit/index.docbook')"> + <xsl:value-of select=".//*[@id=$localinfo]"/> + </xsl:for-each> + <xsl:text>#</xsl:text> + <xsl:value-of select="@localinfo"/> + </xsl:when> + </xsl:choose> + </xsl:when> + </xsl:choose> + </xsl:attribute> + <xsl:value-of select="."/> + </a> + </xsl:template> +--> + +</xsl:stylesheet> + + diff --git a/kdoctools/customization/kde-style.xsl b/kdoctools/customization/kde-style.xsl new file mode 100644 index 000000000..03e8bc987 --- /dev/null +++ b/kdoctools/customization/kde-style.xsl @@ -0,0 +1,76 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" + version="1.0"> + +<xsl:param name="callout.graphics.path" select="'common/'" doc:type='string'/> + +<xsl:template match="guilabel|guimenu|guisubmenu|guimenuitem|interface|guibutton"> + <span class="guiitem"> + <xsl:call-template name="inline.charseq"/> + </span> +</xsl:template> + +<xsl:template match="accel"> + <span class="accel"> + <xsl:call-template name="inline.charseq"/> + </span> +</xsl:template> + +<xsl:attribute-set name="kde.body.attrs"> +</xsl:attribute-set> + +<xsl:template match="command"> + <span class="command"> + <xsl:call-template name="inline.boldseq"/> + </span> +</xsl:template> + +<xsl:template match="option"> + <span class="option"> + <xsl:call-template name="inline.monoseq"/> + </span> +</xsl:template> + +<xsl:template match="parameter"> + <span class="parameter"> + <xsl:call-template name="inline.italicmonoseq"/> + </span> +</xsl:template> + +<xsl:template match="envar"> + <span class="envar"> + <xsl:call-template name="inline.monoseq"/> + </span> +</xsl:template> + +<xsl:template match="replaceable" priority="1"> + <span class="replaceable"> + <xsl:call-template name="inline.italicmonoseq"/> + </span> +</xsl:template> + +<xsl:template match="mediaobject|mediaobjectco"> + <div class="{name(.)}"> + <xsl:if test="@id"> + <a name="{@id}"/> + </xsl:if> + <hr/> + <xsl:call-template name="select.mediaobject"/> + <xsl:apply-templates select="caption"/> + <hr/> + </div> +</xsl:template> + +<xsl:template match="honorific|firstname|surname|lineage|othername"> + <xsl:call-template name="inline.charseq"/> +</xsl:template> + +<xsl:template match="personname"> + <xsl:call-template name="anchor"/> + <xsl:call-template name="person.name"/> +</xsl:template> +<!-- +<xsl:template match="programlisting"> + <xsl:param name="linenumbering.extension" select="1"/> +</xsl:template> --> +</xsl:stylesheet> diff --git a/kdoctools/customization/kde-ttlpg-online.xsl b/kdoctools/customization/kde-ttlpg-online.xsl new file mode 100644 index 000000000..523648b7f --- /dev/null +++ b/kdoctools/customization/kde-ttlpg-online.xsl @@ -0,0 +1,85 @@ +<?xml version="1.0" encoding="utf-8"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + +<xsl:template match="releaseinfo" mode="titlepage.mode"> + <xsl:call-template name="gentext"> + <xsl:with-param name="key">revision</xsl:with-param> + </xsl:call-template> + <xsl:text> </xsl:text> + <span class="{name(.)}"> + <xsl:apply-templates mode="titlepage.mode"/> + <xsl:text> (</xsl:text> + <xsl:apply-templates mode="titlepage.mode" select="../date"/> + <xsl:text>)</xsl:text> + </span> +</xsl:template> + +<xsl:template match="author" mode="titlepage.mode"> + <p class="{name(.)}"><!--Documentation by--> <!-- to internationalise --> + <xsl:call-template name="person.name"/> + <xsl:text> </xsl:text> + <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/> + </p> +</xsl:template> + +<xsl:template match="date" mode="titlepage.mode"> + <span class="{name(.)}"> + <xsl:apply-templates mode="titlepage.mode"/> + </span> +</xsl:template> + +<!-- Reduces affiliation to emailaddress --> +<xsl:template match="affiliation" mode="titlepage.mode"> + <xsl:apply-templates mode="titlepage.mode" select="./address/email"/> +</xsl:template> + +<!-- Don't add a link to the author's email address on the page --> +<!-- modified for the online version --> +<xsl:template match="email" mode="titlepage.mode"> + <xsl:call-template name="inline.monoseq"> + <xsl:with-param name="content"> + <xsl:text>(</xsl:text> + <xsl:call-template name="replaceCharsInString"> + <xsl:with-param name="stringIn" select="."/> + <xsl:with-param name="charsIn" select="'@'"/> + <xsl:with-param name="charsOut" select="' '"/> + </xsl:call-template> + <xsl:text>)</xsl:text> + </xsl:with-param> + </xsl:call-template> +</xsl:template> + + <xsl:template match="othercredit" mode="titlepage.mode"> + <span class="{name(.)}"> + <xsl:choose> + <xsl:when test="./contrib"> + <xsl:apply-templates mode="titlepage.mode" select="./contrib"/> + </xsl:when> + <xsl:when test="not(./contrib)"> + <span style="text-transform: capitalize"> + <xsl:apply-templates mode="titlepage.mode" select="@role"/> + </span> + </xsl:when> + </xsl:choose> + <xsl:text>: </xsl:text> + <xsl:call-template name="person.name"/> + <br /> + </span> +</xsl:template> + +<xsl:template match="contrib" mode="titlepage.mode"> + <span class="{name(.)}"> + <xsl:apply-templates mode="titlepage.mode"/> + </span> +</xsl:template> + +<xsl:template match="abstract" mode="titlepage.mode"> + <div> + <xsl:call-template name="semiformal.object"/> + </div> +</xsl:template> + +<xsl:template match="abstract/title" mode="titlepage.mode"> +</xsl:template> + +</xsl:stylesheet> diff --git a/kdoctools/customization/kde-ttlpg.xsl b/kdoctools/customization/kde-ttlpg.xsl new file mode 100644 index 000000000..78d4792cd --- /dev/null +++ b/kdoctools/customization/kde-ttlpg.xsl @@ -0,0 +1,80 @@ +<?xml version="1.0" encoding="utf-8"?> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + +<xsl:template match="releaseinfo" mode="titlepage.mode"> + <xsl:call-template name="gentext"> + <xsl:with-param name="key">revision</xsl:with-param> + </xsl:call-template> + <xsl:text> </xsl:text> + <span class="{name(.)}"> + <xsl:apply-templates mode="titlepage.mode"/> + <xsl:text> (</xsl:text> + <xsl:apply-templates mode="titlepage.mode" select="../date"/> + <xsl:text>)</xsl:text> + </span> +</xsl:template> + +<xsl:template match="author" mode="titlepage.mode"> + <p class="{name(.)}"><!--Documentation by--> <!-- to internationalise --> + <xsl:call-template name="person.name"/> + <xsl:text> </xsl:text> + <xsl:apply-templates mode="titlepage.mode" select="./affiliation"/> + </p> +</xsl:template> + +<xsl:template match="date" mode="titlepage.mode"> + <span class="{name(.)}"> + <xsl:apply-templates mode="titlepage.mode"/> + </span> +</xsl:template> + +<!-- Reduces affiliation to emailaddress --> +<xsl:template match="affiliation" mode="titlepage.mode"> + <xsl:apply-templates mode="titlepage.mode" select="./address/email"/> +</xsl:template> + +<!-- Don't add a link to the author's email address on the page --> +<xsl:template match="email" mode="titlepage.mode"> + <xsl:call-template name="inline.monoseq"> + <xsl:with-param name="content"> + <xsl:text><</xsl:text> + <xsl:apply-templates/> + <xsl:text>></xsl:text> + </xsl:with-param> + </xsl:call-template> +</xsl:template> + + <xsl:template match="othercredit" mode="titlepage.mode"> + <span class="{name(.)}"> + <xsl:choose> + <xsl:when test="./contrib"> + <xsl:apply-templates mode="titlepage.mode" select="./contrib"/> + </xsl:when> + <xsl:when test="not(./contrib)"> + <span style="text-transform: capitalize"> + <xsl:apply-templates mode="titlepage.mode" select="@role"/> + </span> + </xsl:when> + </xsl:choose> + <xsl:text>: </xsl:text> + <xsl:call-template name="person.name"/> + <br /> + </span> +</xsl:template> + +<xsl:template match="contrib" mode="titlepage.mode"> + <span class="{name(.)}"> + <xsl:apply-templates mode="titlepage.mode"/> + </span> +</xsl:template> + +<xsl:template match="abstract" mode="titlepage.mode"> + <div> + <xsl:call-template name="semiformal.object"/> + </div> +</xsl:template> + +<xsl:template match="abstract/title" mode="titlepage.mode"> +</xsl:template> + +</xsl:stylesheet> diff --git a/kdoctools/customization/kde-web-navig.xsl b/kdoctools/customization/kde-web-navig.xsl new file mode 100644 index 000000000..3892d96f2 --- /dev/null +++ b/kdoctools/customization/kde-web-navig.xsl @@ -0,0 +1,157 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + + +<xsl:template name="header.navigation"> + <xsl:param name="prev" select="/foo"/> + <xsl:param name="next" select="/foo"/> + <xsl:variable name="home" select="/*[1]"/> + <xsl:variable name="up" select="parent::*"/> + <xsl:if test="$suppress.navigation = '0'"> + <table border="0" cellpadding="0" cellspacing="0" width="100%"> + <tr class="header"> + <td colspan="2"> </td> + </tr> + <tr id="logo"> + <td valign="top"> + <img src="{$kde.common}kde_logo.png" alt="KDE - + The K Desktop Environment" width="296" height="79" border="0" /> + </td> + <td valign="middle" align="center" id="location"> + <h1><!-- Why was this used in fact: could the text not just be copied?--> + <xsl:apply-templates select="." mode="title.markup"/> + </h1> + </td> + </tr> + </table> + + <table width="100%" class="header"> + <tbody> + <tr> + <td align="left" class="navLeft" width="33%"> + <xsl:if test="count($prev)>0"> + <a accesskey="p"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$prev"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.prev"/> + </a> + </xsl:if> + </td> + + <td align="center" class="navCenter" width="34%"> + <xsl:choose> + <xsl:when test="count($up) > 0 and $up != $home"> + <xsl:apply-templates select="$up" mode="title.markup"/> + </xsl:when> + <xsl:otherwise> </xsl:otherwise> + </xsl:choose> + </td> + <td align="right" class="navRight" width="33%">  + <xsl:if test="count($next)>0"> + <a accesskey="n"> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$next"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.next"/> + </a> + </xsl:if> + </td> + </tr> + </tbody> + </table> + + </xsl:if> + </xsl:template> + +<!-- ==================================================================== --> + +<xsl:template name="footer.navigation"> + <xsl:param name="prev" select="/foo"/> + <xsl:param name="next" select="/foo"/> + <xsl:variable name="home" select="/*[1]"/> + <xsl:variable name="up" select="parent::*"/> + + <xsl:if test="$suppress.navigation = '0'"> + + <!-- Bottom Navigation --> + <table width="100%" class="bottom-nav"> + <tr> + <td width="33%" align="left" valign="top" class="navLeft"> + <xsl:if test="count($prev)>0"> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$prev"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.prev"/> + </a> + </xsl:if> + </td> + <td width="34%" align="center" valign="top" class="navCenter"> + <xsl:choose> + <xsl:when test="$home != ."> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$home"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.home"/> + </a> + </xsl:when> + <xsl:otherwise> </xsl:otherwise> + </xsl:choose> + </td> + + <td width="33%" align="right" valign="top" class="navRight"> + <xsl:if test="count($next)>0"> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$next"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.next"/> + </a> + </xsl:if> + </td> + </tr> + + <tr> + <td width="33%" align="left" class="navLeft"> + <xsl:apply-templates select="$prev" mode="title.markup"/> + <xsl:text> </xsl:text> + </td> + <td width="34%" align="center" class="navCenter"> + <xsl:choose> + <xsl:when test="count($up)>0"> + <a> + <xsl:attribute name="href"> + <xsl:call-template name="href.target"> + <xsl:with-param name="object" select="$up"/> + </xsl:call-template> + </xsl:attribute> + <xsl:call-template name="gentext.nav.up"/> + </a> + </xsl:when> + <xsl:otherwise> </xsl:otherwise> + </xsl:choose> + </td> + <td width="33%" align="right" class="navRight"> + <xsl:text> </xsl:text> + <xsl:apply-templates select="$next" mode="title.markup"/> + </td> + </tr> + </table> + + </xsl:if> +</xsl:template> + + +</xsl:stylesheet> diff --git a/kdoctools/customization/kde-web.xsl b/kdoctools/customization/kde-web.xsl new file mode 100644 index 000000000..f85648a39 --- /dev/null +++ b/kdoctools/customization/kde-web.xsl @@ -0,0 +1,109 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + version="1.0"> + +<xsl:import href="../docbook/xsl/html/autoidx.xsl"/> +<xsl:import href="../docbook/xsl/html/chunk.xsl"/> +<xsl:include href="kde-web-navig.xsl"/> +<xsl:include href="kde-ttlpg.xsl"/> +<xsl:include href="kde-style.xsl"/> + +<xsl:variable name="KDE_VERSION">1.13</xsl:variable> + +<xsl:template name="make-relative-filename"> + <xsl:param name="base.dir" select="'./'"/> + <xsl:param name="base.name" select="''"/> + + <!-- XT makes chunks relative --> + <xsl:choose> + <xsl:when test="count(parent::*) = 0"> + <xsl:value-of select="concat($base.dir,$base.name)"/> + </xsl:when> + <xsl:otherwise> + <xsl:value-of select="$base.name"/> + </xsl:otherwise> + </xsl:choose> +</xsl:template> + +<xsl:template name="write.chunk"> + <xsl:param name="filename" select="''"/> + <xsl:param name="method" select="'html'"/> + <xsl:param name="encoding" select="'utf-8'"/> + <xsl:param name="content" select="''"/> + + <FILENAME filename="{$filename}"> + <xsl:copy-of select="$content"/> + </FILENAME> +</xsl:template> + +<xsl:param name="use.id.as.filename">1</xsl:param> +<xsl:param name="generate.section.toc">0</xsl:param> +<xsl:param name="generate.component.toc">0</xsl:param> +<xsl:param name="use.extensions">0</xsl:param> +<xsl:param name="admon.graphics">0</xsl:param> +<xsl:param name="kde.common">../common/</xsl:param> +<xsl:param name="html.stylesheet" select="concat($kde.common,'kde-default.css')"/> +<xsl:param name="admon.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> +<xsl:param name="callout.graphics.path"><xsl:value-of select="kde.common"/></xsl:param> + + +<xsl:template name="dbhtml-filename"> +<xsl:choose> + <xsl:when test=". != /*"> + <xsl:value-of select="@id"/> + <xsl:value-of select="$html.ext"/> + </xsl:when> + <xsl:otherwise> + <xsl:text>index.html</xsl:text> + </xsl:otherwise> +</xsl:choose> +</xsl:template> + +<xsl:template name="dbhtml-dir"> +</xsl:template> + +<xsl:template name="user.head.content"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta name="GENERATOR" content="KDE XSL Stylesheet V{$KDE_VERSION} using libxslt"/> +</xsl:template> + +<!-- try with olinks: it nearly works --><!-- + <xsl:template match="olink"> + <a> + <xsl:attribute name="href"> + <xsl:choose> + <xsl:when test="@type = 'kde-installation'"> + <xsl:choose> + <xsl:when test="@linkmode = 'kdems-man'"> + <xsl:value-of select="id(@linkmode)"/> + <xsl:value-of select="@targetdocent"/> + <xsl:text>(</xsl:text> + <xsl:value-of select="@localinfo"/> + <xsl:text>)</xsl:text> + </xsl:when> + <xsl:when test="@linkmode = 'kdems-help'"> + <xsl:value-of select="id(@linkmode)"/> + <xsl:text>/</xsl:text> + <xsl:value-of select="@targetdocent"/> +<xsl:variable name="targetdocent" select="@targetdocent"/> +<xsl:value-of select="$targetdocent"/> + <xsl:if test="@targetdocent"> + <xsl:value-of select="unparsed-entity-uri(string($targetdocent))"/> + </xsl:if> + <xsl:for-each select="document('/home/fouvry/kdeutils/doc/kedit/index.docbook')"> + <xsl:value-of select=".//*[@id=$localinfo]"/> + </xsl:for-each> + <xsl:text>#</xsl:text> + <xsl:value-of select="@localinfo"/> + </xsl:when> + </xsl:choose> + </xsl:when> + </xsl:choose> + </xsl:attribute> + <xsl:value-of select="."/> + </a> + </xsl:template> +--> + +</xsl:stylesheet> + + diff --git a/kdoctools/customization/ko/catalog b/kdoctools/customization/ko/catalog new file mode 100644 index 000000000..818fa78d0 --- /dev/null +++ b/kdoctools/customization/ko/catalog @@ -0,0 +1,42 @@ +PUBLIC "-//KDE//ENTITIES Korean Documentation V1.0//KO" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//KO" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//KO" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//KO" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//KO" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2 (HTML)//KO" + "common/gpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//KO" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1 (HTML)//KO" + "common/lgpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//KO" + "common/fdl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1 (HTML)//KO" + "common/fdl-translated.html" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//KO" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//KO" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//KO" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//KO" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//KO" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//KO" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//KO" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//KO" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//KO" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//KO" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/ko/entities/fdl-notice.docbook b/kdoctools/customization/ko/entities/fdl-notice.docbook new file mode 100644 index 000000000..f9e2e094b --- /dev/null +++ b/kdoctools/customization/ko/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>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 <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/ko/entities/gpl-notice.docbook b/kdoctools/customization/ko/entities/gpl-notice.docbook new file mode 100644 index 000000000..2611c941f --- /dev/null +++ b/kdoctools/customization/ko/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ko/entities/help-menu.docbook b/kdoctools/customization/ko/entities/help-menu.docbook new file mode 100644 index 000000000..7b10f52a6 --- /dev/null +++ b/kdoctools/customization/ko/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/ko/entities/install-compile.docbook b/kdoctools/customization/ko/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/ko/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/ko/entities/install-intro.docbook b/kdoctools/customization/ko/entities/install-intro.docbook new file mode 100644 index 000000000..781de9dc5 --- /dev/null +++ b/kdoctools/customization/ko/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; +project.</para> diff --git a/kdoctools/customization/ko/entities/lgpl-notice.docbook b/kdoctools/customization/ko/entities/lgpl-notice.docbook new file mode 100644 index 000000000..0e06a065a --- /dev/null +++ b/kdoctools/customization/ko/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ko/entities/underArtisticLicense.docbook b/kdoctools/customization/ko/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..44ccf652d --- /dev/null +++ b/kdoctools/customization/ko/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para> α <ulink url="common/artistic-license.html">Artistic +License</ulink> ֽϴ.</para> diff --git a/kdoctools/customization/ko/entities/underBSDLicense.docbook b/kdoctools/customization/ko/entities/underBSDLicense.docbook new file mode 100644 index 000000000..d619ee203 --- /dev/null +++ b/kdoctools/customization/ko/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para> α <ulink url="common/bsd-license.html">BSD License</ulink> + ֽϴ.</para> diff --git a/kdoctools/customization/ko/entities/underFDL.docbook b/kdoctools/customization/ko/entities/underFDL.docbook new file mode 100644 index 000000000..2212a0185 --- /dev/null +++ b/kdoctools/customization/ko/entities/underFDL.docbook @@ -0,0 +1,5 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License""> + <quote>GNU Free Documentation License</quote>(ٿ FDL) ֽϴ. +GNU FDL ؼ ˰ ʹٸ <ulink url="common/fdl-license.html"> +</ulink> о ðų <ulink url="common/fdl-ko-translated.html">ѱ +ű </ulink> о ʽÿ.</para> diff --git a/kdoctools/customization/ko/entities/underGPL.docbook b/kdoctools/customization/ko/entities/underGPL.docbook new file mode 100644 index 000000000..886f09706 --- /dev/null +++ b/kdoctools/customization/ko/entities/underGPL.docbook @@ -0,0 +1,5 @@ +<para> α <quote>GNU General Public License</quote>(ٿ GPL) +ֽϴ. GNU GPL ؼ ˰ ʹٸ, +<ulink url="common/gpl-license.html"> </ulink> о ðų +<ulink url="common/gpl-ko-translated.html">ѱ ű </ulink> о +ʽÿ.</para> diff --git a/kdoctools/customization/ko/entities/underX11License.docbook b/kdoctools/customization/ko/entities/underX11License.docbook new file mode 100644 index 000000000..3dff180cc --- /dev/null +++ b/kdoctools/customization/ko/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para> α <ulink url="common/x11-license.html">X11 License</ulink> + ֽϴ.</para> diff --git a/kdoctools/customization/ko/entities/update-doc.docbook b/kdoctools/customization/ko/entities/update-doc.docbook new file mode 100644 index 000000000..842f5a11c --- /dev/null +++ b/kdoctools/customization/ko/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<!--<para> ο ִ ֽϴ. +<ulink url="http://docs.kde.org/page#&kappname;">http://docs.kde.org/page#&kappname;</ulink> + ο ִ .</para> --> diff --git a/kdoctools/customization/ko/lang.entities b/kdoctools/customization/ko/lang.entities new file mode 100644 index 000000000..a4a37a723 --- /dev/null +++ b/kdoctools/customization/ko/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "ko"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//KO" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//KO" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//KO" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//KO" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//KO" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//KO" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//KO" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//KO" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//KO" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//KO" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//KO" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/ko/strings.entities b/kdoctools/customization/ko/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/ko/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/ko/user.entities b/kdoctools/customization/ko/user.entities new file mode 100644 index 000000000..54290a3c8 --- /dev/null +++ b/kdoctools/customization/ko/user.entities @@ -0,0 +1,8 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> +<!ENTITY KdeKoTeam "KDE ѱ <email>kde-i18n@kldp.org</email>"> diff --git a/kdoctools/customization/lt/catalog b/kdoctools/customization/lt/catalog new file mode 100644 index 000000000..4ead665fb --- /dev/null +++ b/kdoctools/customization/lt/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Lituanian Documentation V1.0//LT" + "lang.entities" +PUBLIC "-//KDE//ENTITIES Lituanian Contributors V1.0//LT" + "contributor.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//LT" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//LT" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//LT" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//LT" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//LT" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//LT" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//LT" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//LT" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//LT" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//LT" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//LT" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//LT" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//LT" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//LT" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//LT" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//LT" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/lt/contributor.entities b/kdoctools/customization/lt/contributor.entities new file mode 100644 index 000000000..580370f70 --- /dev/null +++ b/kdoctools/customization/lt/contributor.entities @@ -0,0 +1,2 @@ +<!-- Contains general entity definitions for the names of the translators. + See ../entities/contributor.entities. --> diff --git a/kdoctools/customization/lt/entities/fdl-notice.docbook b/kdoctools/customization/lt/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/lt/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/lt/entities/gpl-notice.docbook b/kdoctools/customization/lt/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/lt/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/lt/entities/help-menu.docbook b/kdoctools/customization/lt/entities/help-menu.docbook new file mode 100644 index 000000000..309abcde6 --- /dev/null +++ b/kdoctools/customization/lt/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>&kappname; Handbook</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/lt/entities/install-compile.docbook b/kdoctools/customization/lt/entities/install-compile.docbook new file mode 100644 index 000000000..a2ea62293 --- /dev/null +++ b/kdoctools/customization/lt/entities/install-compile.docbook @@ -0,0 +1,11 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> diff --git a/kdoctools/customization/lt/entities/install-intro.docbook b/kdoctools/customization/lt/entities/install-intro.docbook new file mode 100644 index 000000000..3f6f5edb5 --- /dev/null +++ b/kdoctools/customization/lt/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/lt/entities/lgpl-notice.docbook b/kdoctools/customization/lt/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/lt/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/lt/entities/report-bugs.docbook b/kdoctools/customization/lt/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/lt/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/lt/entities/underArtisticLicense.docbook b/kdoctools/customization/lt/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/lt/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/lt/entities/underBSDLicense.docbook b/kdoctools/customization/lt/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/lt/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/lt/entities/underFDL.docbook b/kdoctools/customization/lt/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/lt/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/lt/entities/underGPL.docbook b/kdoctools/customization/lt/entities/underGPL.docbook new file mode 100644 index 000000000..a2074f33d --- /dev/null +++ b/kdoctools/customization/lt/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-license.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/lt/entities/underX11License.docbook b/kdoctools/customization/lt/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/lt/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/lt/entities/update-doc.docbook b/kdoctools/customization/lt/entities/update-doc.docbook new file mode 100644 index 000000000..e3d8ec4c1 --- /dev/null +++ b/kdoctools/customization/lt/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>This document may have been updated since your installation. +You can find the latest version at <ulink +url="http://docs.kde.org/current/&package;/&kappname;/">http://docs.kde.org/current/&package;/&kappname;/</ulink>.</para> diff --git a/kdoctools/customization/lt/lang.entities b/kdoctools/customization/lt/lang.entities new file mode 100644 index 000000000..10bde660f --- /dev/null +++ b/kdoctools/customization/lt/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "lt"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//LT" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//LT" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//LT" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//LT" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//LT" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//LT" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//LT" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//LT" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//LT" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//LT" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//LT" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/lt/strings.entities b/kdoctools/customization/lt/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/lt/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/lt/user.entities b/kdoctools/customization/lt/user.entities new file mode 100644 index 000000000..627f7fafb --- /dev/null +++ b/kdoctools/customization/lt/user.entities @@ -0,0 +1,6 @@ +<!-- This file contains entities (only!) to make translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name. + --> diff --git a/kdoctools/customization/nl/catalog b/kdoctools/customization/nl/catalog new file mode 100644 index 000000000..6cf8ba41a --- /dev/null +++ b/kdoctools/customization/nl/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Dutch Documentation V1.0//NL" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//NL" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//NL" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//NL" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//NL" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//NL" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//NL" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//NL" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//NL" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//NL" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//NL" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//NL" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//NL" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//NL" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//NL" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//NL" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//NL" + "entities/install-compile.docbook" 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 @@ +<para>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: <xref +linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> + 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 @@ +<para>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.</para> + +<!--<para>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.</para>//--> + +<para>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.</para> + +<!--<para>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.</para>//--> + +<para>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.</para> + +<!--<para>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.</para>//--> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<variablelist> +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>&kappname; handboek...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Roept het handboek van &kappname; op</action> (dit document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Wat is dit?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Verandert de muiscursor in de combinatie pijltje en +vraagteken.</action> 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. </para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Bug rapporteren...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opent het bugrapport-dialoogvenster</action> waar u een +een bug kunt melden of een <quote>suggestie</quote> kunt indienen die deze toepassing beter, handiger of nuttiger zou kunnen maken.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Info over &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Deze optie zal informatie over de versie en de auteurs +tonen.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Over KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Dit zal de KDE-versie en andere standaardinformatie +tonen.</action></para></listitem> +</varlistentry> +</variablelist> 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 @@ +<para>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;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Aangezien &kappname; <command>autoconf</command> en +<command>automake</command> gebruikt, zouden er bij de compilatie geen +problemen mogen voorkomen. Indien u toch problemen tegenkomt, meldt u ze dan in +de betreffende &kde;-mailinglists.</para>
\ 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 @@ +<para>&kappname; is een onderdeel van het &kde;-project &kde-http;.</para> + +<para>&kappname; is een onderdeel van de module &package;. Deze module kunt u vinden op de FTP-site van het &kde;-project: &kde-ftp;.</para> 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 @@ +<para>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.</para> + +<!--<para>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.</para>//--> + +<para>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.</para> + +<!--<para>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.</para>//--> + +<para>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.</para> + +<!--<para>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</para>//--> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<para>Problemen en suggesties kunnen op de website <ulink url="http://bugs.kde.org">http://bugs.kde.nl</ulink> gemeld worden.</para>
\ 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 @@ +<para>Deze toepassing valt onder de bepalingen van de<ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> 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 @@ +<para>Deze toepassing valt onder de bepalingen van de <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> 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 @@ +<para id="gnu-fdl" xreflabel="de paragraaf "GNU +vrije-documentatielicentie"">Deze documentatie valt onder de +bepalingen van de <ulink url="common/fdl-license.html">GNU +vrije-documentatie-licentie</ulink>.</para> 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 @@ +<para>Deze toepassing valt onder de bepalingen van de <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> + 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 @@ +<para>Deze toepassing valt onder de bepalingen van de <ulink +url="common/x11-license.html">X11-licentie</ulink>.</para>
\ 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 @@ +<para>Deze handleiding kan inmiddels vernieuwd zijn. De meest recente versie van het handboek van &kappname; is te vinden op <ulink url="http://docs.kde.org/nl/">http://docs.kde.org/nl/</ulink>.</para>
\ No newline at end of file diff --git a/kdoctools/customization/nl/lang.entities b/kdoctools/customization/nl/lang.entities new file mode 100644 index 000000000..1918791b3 --- /dev/null +++ b/kdoctools/customization/nl/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "nl"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//NL" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//NL" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//NL" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//NL" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//NL" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//NL" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//NL" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//NL" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//NL" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//NL" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//NL" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/nl/strings.entities b/kdoctools/customization/nl/strings.entities new file mode 100644 index 000000000..411ace798 --- /dev/null +++ b/kdoctools/customization/nl/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "dit programma"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "SOM HUN TITELS OP"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "als invariante paragrafen &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "zonder invariante paragrafen"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "SOM OP"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "als vooromslagteksten &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "zonder vooromslagteksten"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "SOM HUN TITELS OP"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "als achteromslagteksten &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "zonder achteromslagteksten"> diff --git a/kdoctools/customization/nl/user.entities b/kdoctools/customization/nl/user.entities new file mode 100644 index 000000000..abb70813b --- /dev/null +++ b/kdoctools/customization/nl/user.entities @@ -0,0 +1,150 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!-- Credits (voor ROLES_OF_TRANSLATORS, en andere plaatsen) --> +<!-- remains to check how the subelements are treated by the style sheets --> +<!ENTITY Niels.Reedijk '<othercredit role="translator"><firstname>Niels</firstname><surname>Reedijk</surname><affiliation><address><email>nielx@kde.nl</email></address></affiliation><contrib>Vertaling van het handboek</contrib></othercredit>'> +<!ENTITY Floris.Lambrechts '<othercredit role="translator"><firstname>Floris</firstname><surname>Lambrechts</surname><affiliation><address><email>floris.lambrechts@linuxfocus.org</email></address></affiliation><contrib>Vertaling van het handboek</contrib></othercredit>'> +<!ENTITY Michel.Fontes '<othercredit role="translator"><firstname>Michel</firstname><surname>Fontes</surname><affiliation><address><email>michelfontes@hotmail.com</email></address></affiliation><contrib>Vertaling van het handboek</contrib></othercredit>'> +<!ENTITY Jogchum.Reitsma '<othercredit role="translator"><firstname>Jogchum</firstname><surname>Reitsma</surname><affiliation><address><email>j.reitsma@hcc.net</email></address></affiliation><contrib>Vertaling van het handboek</contrib></othercredit>'> +<!ENTITY Otto.Bruggeman '<othercredit role="translator"><firstname>Otto</firstname><surname>Bruggeman</surname><affiliation><address><email>ottobruggeman@kde.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Douwe.vanderSchaaf '<othercredit role="translator"><firstname>Douwe</firstname><surname>van der Schaaf</surname><affiliation><address><email>dvdsch@chello.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Richard.Voss '<othercredit role="translator"><firstname>Richard</firstname><surname>Voss</surname><affiliation><address><email>richard@nergenshuizen.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Rinse.Devries '<othercredit role="translator"><firstname>Rinse</firstname><surname>de Vries</surname><affiliation><address><email>rinsedevries@kde.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Bram.Schoenmakers '<othercredit role="translator"><firstname>Bram</firstname><surname>Schoenmakers</surname><affiliation><address><email>bramschoenmakers@kde.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Tijmen.Baarda '<othercredit role="translator"><firstname>Tijmen</firstname><surname>Baarda</surname><affiliation><address><email>tijmenbaarda@tijgerweb.net</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Jo.Vermeulen '<othercredit role="translator"><firstname>Jo</firstname><surname>Vermeulen</surname><affiliation><address><email>jo@lumumba.luc.ac.be</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Frank.Mulder '<othercredit role="translator"><firstname>Frank</firstname><surname>Mulder</surname><affiliation><address><email>frank@kde.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Jaap.Woldringh '<othercredit role="translator"><firstname>Jaap</firstname><surname>Woldringh</surname><affiliation><address><email>jjh.woldringh@planet.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Tom.Albers '<othercredit role="translator"><firstname>Tom</firstname><surname>Albers</surname><affiliation><address><email>tomalbers@kde.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Rob.Lalau '<othercredit role="translator"><firstname>Rob</firstname><surname>La Lau</surname><affiliation><address><email>rob@OhReally.com</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Fabrice.Mous '<othercredit role="translator"><firstname>Fabrice</firstname><surname>Mous</surname><affiliation><address><email>fabricemous@kde.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Sicco.Ens '<othercredit role="translator"><firstname>Sicco</firstname><surname>Ens</surname><affiliation><address><email>sicco.ens@vlinderstichting.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Marc.Heyvaert '<othercredit role="translator"><firstname>Marc</firstname><surname>Heyvaert</surname><affiliation><address><email>marc_heyvaert@yahoo.com</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Claire.Lotion '<othercredit role="translator"><firstname>Claire</firstname><surname>Lotion</surname><affiliation><address><email>cmlotion@wanadoo.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Rijk.van.Wel '<othercredit role="translator"><firstname>Rijk</firstname><surname>van Wel</surname><affiliation><address><email>hotmail@ridge.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Jonas.Drieghe '<othercredit role="translator"><firstname>Jonas</firstname><surname>Drieghe</surname><affiliation><address><email>jonas_drieghe@skynet.be</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Pieter.Hoekstra '<othercredit role="translator"><firstname>Pieter</firstname><surname>Hoekstra</surname><affiliation><address><email>pieterhoekstra@tiscali.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Niels.Luten '<othercredit role="translator"><firstname>Niels</firstname><surname>Luten</surname><affiliation><address><email>mail@niels1.tmfweb.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Rik.van.Achterberg '<othercredit role="translator"><firstname>Rik</firstname><surname>van Achterberg</surname><affiliation><address><email>rikratva@xs4all.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Daniel.Huisman '<othercredit role="translator"><firstname>Daniel</firstname><surname>Huisman</surname><affiliation><address><email>phptesten@lycos.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Sander.Koning '<othercredit role="translator"><firstname>Alexander</firstname><surname>S. Koning</surname><affiliation><address><email>sanderkoning@kde.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Natalie.Koning '<othercredit role="translator"><firstname>Natalie</firstname><surname>Koning</surname><affiliation><address><email>nat@switch.demon.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Antoon.Tolboom '<othercredit role="translator"><firstname>Antoon</firstname><surname>Tolboom</surname><affiliation><address><email>atolboo@casema.nl</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY Jordy.Ritico '<othercredit role="translator"><firstname>Jordy</firstname><surname>Ritico</surname><affiliation><address><email>jordyritico@hotmail.com</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY kde.nl.groep "<email>i18n@kde.nl</email>"> + +<!-- Tekstschema's --> +<!ENTITY meld.fouten '<para>Op- of aanmerkingen over de vertalingen van de toepassing en haar documentatie kunt u melden op <ulink url="http://www.kde.nl/bugs">http://www.kde.nl/bugs</ulink>.</para>'> + +<!-- Entities voor vertalers (voor CREDITS_FOR_TRANSLATORS)--> +<!ENTITY vertaling.bram "<para>Dit document is vertaald in het Nederlands door &Bram.Schoenmakers;.</para>"> +<!ENTITY vertaling.douwe "<para>Dit document is vertaald in het Nederlands door &Douwe.vanderSchaaf;.</para>"> +<!ENTITY vertaling.floris "<para>Dit document is vertaald in het Nederlands door &Floris.Lambrechts;.</para>"> +<!ENTITY vertaling.frank "<para>Dit document is vertaald in het Nederlands door &Frank.Mulder;.</para>"> +<!ENTITY vertaling.jaap "<para>Dit document is vertaald in het Nederlands door &Jaap.Woldringh;.</para>"> +<!ENTITY vertaling.jo "<para>Dit document is vertaald in het Nederlands door &Jo.Vermeulen;.</para>"> +<!ENTITY vertaling.jogchum "<para>Dit document is vertaald in het Nederlands door &Jogchum.Reitsma;.</para>"> +<!ENTITY vertaling.michel "<para>Dit document is vertaald in het Nederlands door &Michel.Fontes;.</para>"> +<!ENTITY vertaling.niels "<para>Dit document is vertaald in het Nederlands door &Niels.Reedijk;.</para>"> +<!ENTITY vertaling.otto "<para>Dit document is vertaald in het Nederlands door &Otto.Bruggeman;.</para>"> +<!ENTITY vertaling.richard "<para>Dit document is vertaald in het Nederlands door &Richard.Voss;.</para>"> +<!ENTITY vertaling.rinse "<para>Dit document is vertaald in het Nederlands door &Rinse.Devries;.</para>"> +<!ENTITY vertaling.rob "<para>Dit document is vertaald in het Nederlands door &Rob.Lalau;.</para>"> +<!ENTITY vertaling.tijmen "<para>Dit document is vertaald in het Nederlands door &Tijmen.Baarda;.</para>"> +<!ENTITY vertaling.tom "<para>Dit document is vertaald in het Nederlands door &Tom.Albers;.</para>"> +<!ENTITY vertaling.fabrice "<para>Dit document is vertaald in het Nederlands door &Fabrice.Mous;.</para>"> +<!ENTITY vertaling.sicco "<para>Dit document is vertaald in het Nederlands door &Sicco.Ens;.</para>"> +<!ENTITY vertaling.marc "<para>Dit document is vertaald in het Nederlands door &Marc.Heyvaert;.</para>"> +<!ENTITY vertaling.claire "<para>Dit document is vertaald in het Nederlands door &Claire.Lotion;.</para>"> +<!ENTITY vertaling.rijk "<para>Dit document is vertaald in het Nederlands door &Rijk.van.Wel;.</para>"> +<!ENTITY vertaling.jonas "<para>Dit document is vertaald in het Nederlands door &Jonas.Drieghe;.</para>"> +<!ENTITY vertaling.pieter "<para>Dit document is vertaald in het Nederlands door &Pieter.Hoekstra;.</para>"> +<!ENTITY vertaling.niels.luten "<para>Dit document is vertaald in het Nederlands door &Niels.Luten;.</para>"> +<!ENTITY vertaling.rik "<para>Dit document is vertaald in het Nederlands door &Rik.van.Achterberg;.</para>"> +<!ENTITY vertaling.daniel "<para>Dit document is vertaald in het Nederlands door &Daniel.Huisman;.</para>"> +<!ENTITY vertaling.sander "<para>Dit document is vertaald in het Nederlands door &Sander.Koning;.</para>"> +<!ENTITY vertaling.natalie "<para>Dit document is vertaald in het Nederlands door &Natalie.Koning;.</para>"> +<!ENTITY vertaling.antoon "<para>Dit document is vertaald in het Nederlands door &Antoon.Tolboom;.</para>"> +<!ENTITY vertaling.jordy "<para>Dit document is vertaald in het Nederlands door &Jordy.Ritico;.</para>"> + + +<!-- Gebruiken als template voor nieuwe vertalers/nalezers +<!ENTITY xxx '<othercredit role="translator"><firstname>xx</firstname><surname>xxx</surname><affiliation><address><email>xxx@xxx.xxx</email></address></affiliation><contrib>Vertaler/Nalezer</contrib></othercredit>'> +<!ENTITY vertaling.xxx "<para>Dit document is vertaald in het Nederlands door &xxx;.</para>"> +<!ENTITY nagelezen.xxx "<para>De vertaling werd nagelezen door &xxx;.</para>"> +--> + +<!-- Entities voor nalezers (voor CREDITS_FOR_TRANSLATORS)--> +<!ENTITY nagelezen.bram "<para>De vertaling werd nagelezen door &Bram.Schoenmakers;.</para>"> +<!ENTITY nagelezen.douwe "<para>De vertaling werd nagelezen door &Douwe.vanderSchaaf;.</para>"> +<!ENTITY nagelezen.floris "<para>De vertaling werd nagelezen door &Floris.Lambrechts;.</para>"> +<!ENTITY nagelezen.frank "<para>De vertaling werd nagelezen door &Frank.Mulder;.</para>"> +<!ENTITY nagelezen.jaap "<para>De vertaling werd nagelezen door &Jaap.Woldringh;.</para>"> +<!ENTITY nagelezen.jo "<para>De vertaling werd nagelezen door &Jo.Vermeulen;.</para>"> +<!ENTITY nagelezen.jogchum "<para>De vertaling werd nagelezen door &Jogchum.Reitsma;.</para>"> +<!ENTITY nagelezen.michel "<para>De vertaling werd nagelezen door &Michel.Fontes;.</para>"> +<!ENTITY nagelezen.niels "<para>De vertaling werd nagelezen door &Niels.Reedijk;.</para>"> +<!ENTITY nagelezen.otto "<para>De vertaling werd nagelezen door &Otto.Bruggeman;.</para>"> +<!ENTITY nagelezen.richard "<para>De vertaling werd nagelezen door &Richard.Voss;.</para>"> +<!ENTITY nagelezen.rinse "<para>De vertaling werd nagelezen door &Rinse.Devries;.</para>"> +<!ENTITY nagelezen.rob "<para>De vertaling werd nagelezen door &Rob.Lalau;.</para>"> +<!ENTITY nagelezen.tijmen "<para>De vertaling werd nagelezen door &Tijmen.Baarda;.</para>"> +<!ENTITY nagelezen.tom "<para>De vertaling werd nagelezen door &Tom.Albers;.</para>"> +<!ENTITY nagelezen.fabrice "<para>De vertaling werd nagelezen door &Fabrice.Mous;.</para>"> +<!ENTITY nagelezen.sicco "<para>De vertaling werd nagelezen door &Sicco.Ens;.</para>"> +<!ENTITY nagelezen.marc "<para>De vertaling werd nagelezen door &Marc.Heyvaert;.</para>"> +<!ENTITY nagelezen.claire "<para>De vertaling werd nagelezen door &Claire.Lotion;.</para>"> +<!ENTITY nagelezen.rijk "<para>De vertaling werd nagelezen door &Rijk.van.Wel;.</para>"> +<!ENTITY nagelezen.jonas "<para>De vertaling werd nagelezen door &Jonas.Drieghe;.</para>"> +<!ENTITY nagelezen.pieter "<para>De vertaling werd nagelezen door &Pieter.Hoekstra;.</para>"> +<!ENTITY nagelezen.daniel "<para>De vertaling werd nagelezen door &Daniel.Huisman;.</para>"> +<!ENTITY nagelezen.sander "<para>De vertaling werd nagelezen door &Sander.Koning;.</para>"> +<!ENTITY nagelezen.natalie "<para>De vertaling werd nagelezen door &Natalie.Koning;.</para>"> +<!ENTITY nagelezen.antoon "<para>De vertaling werd nagelezen door &Antoon.Tolboom;.</para>"> +<!ENTITY nagelezen.jordy "<para>De vertaling werd nagelezen door &Jordy.Ritico;.</para>"> + +<!-- Algemene afkortingen --> +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> +<!ENTITY bijv "<abbrev>bijv.</abbrev>"> +<!ENTITY Bijv "<abbrev>Bijv.</abbrev>"> +<!ENTITY eg "<abbrev>bijv.</abbrev>"> +<!ENTITY ie "<abbrev>bijv.</abbrev>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY enz "<abbrev>enz.</abbrev>"> +<!ENTITY etc "<abbrev>etc.</abbrev>"> <!-- enz is beter --> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>&kde;'s K-pictogram</title></objectinfo> + <imageobject><imagedata fileref='icon-file-to-be-filled-in' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon>"><!-- if image is localised, then entityref should be used instead + of fileref --> +<!ENTITY kmenu "<guimenu>K</guimenu>-menu"> +<!ENTITY LMB "<mousebutton>linkermuisknop</mousebutton>"> +<!ENTITY MMB "<mousebutton>middelstemuisknop</mousebutton>"> +<!ENTITY RMB "<mousebutton>rechtermuisknop</mousebutton>"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY Esc "<keycap>Escape</keycap>"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY FAQ "<acronym>FAQ</acronym>"> +<!ENTITY HTML "<acronym>HTML</acronym>"> +<!ENTITY OS "<acronym>OS</acronym>"> +<!ENTITY Mac '<trademark class="registered">Mac</trademark>'> +<!ENTITY cdrom "<acronym>cd-rom</acronym>"> + +<!-- Entities voor applicaties die niet dezelfde naam hebben --> +<!-- hiervoor gebruik je beter de vertaalde naam --> +<!ENTITY kcontrolcenter "<application>KDE Configuratiecentrum</application>"> +<!ENTITY kcc "<application>KDE Configuratiecentrum</application>"> +<!ENTITY khc "<application>KDE Helpcentrum</application>"> +<!ENTITY kic "<application>KDE Informatiecentrum</application>"> +<!ENTITY palm "PalmOS(tm)-apparaat"> diff --git a/kdoctools/customization/nn/catalog b/kdoctools/customization/nn/catalog new file mode 100644 index 000000000..d5b5b1a0d --- /dev/null +++ b/kdoctools/customization/nn/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Norwegian Documentation V1.0//NN" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//NN" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//NN" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//NN" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//NN" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//NN" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//NN" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//NN" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//NN" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//NN" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//NN" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//NN" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//NN" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//NN" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//NN" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//NN" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//NN" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/nn/entities/fdl-notice.docbook b/kdoctools/customization/nn/entities/fdl-notice.docbook new file mode 100644 index 000000000..99fa382e2 --- /dev/null +++ b/kdoctools/customization/nn/entities/fdl-notice.docbook @@ -0,0 +1,54 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the licence in the documentation distribution. + --> +<para>Det er gjeve høve til å kopiera, distribuera og/eller +endra dette dokumentet med dei vilkåra som står i «GNU Free Documentation +License», versjon 1.1 eller seinare versjonar som er publisert av +«&FSF;»; &FDLInvariantSections;, +&FDLFrontCoverText; og &FDLBackCoverText;. Ein kopi av lisensen +er inkludert i <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/nn/entities/gpl-notice.docbook b/kdoctools/customization/nn/entities/gpl-notice.docbook new file mode 100644 index 000000000..03418e0e8 --- /dev/null +++ b/kdoctools/customization/nn/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>Dette er fri programvare; du kan gje det vidare og/eller endra +på det under vilkåra i «GNU &GPL;» som er publisert av «&FSF»; +anten versjon 2 av lisensen, eller (viss du heller vil) ein seinare +versjon.</para> + +<para>Dette programmet er gjeve ut i håp om at det vil vera nyttig, +men UTAN NOKON GARANTIAR; sjølv utan den implisitte garantien at det kan +brukast ved SAL eller AT DET KAN BRUKAST TIL EIT SÆRSKILT FØREMÅL. Sjå GNU +lisensen for fleire detaljar.</para> + +<para>Du skal ha motteke ein kopi af GNU GPL lisensen med dette programmet; viss +ikkje, skriv til Free SoftwareFoundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, +MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/nn/entities/help-menu.docbook b/kdoctools/customization/nn/entities/help-menu.docbook new file mode 100644 index 000000000..a84c80fa0 --- /dev/null +++ b/kdoctools/customization/nn/entities/help-menu.docbook @@ -0,0 +1,57 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Hjelp</guimenu> +<guimenuitem>Innhald ...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Startar hjelpesystemet i KDE</action> med +hjelpesidene til &kappname; framme (dette dokumentet).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Hjelp</guimenu> +<guimenuitem>Kva er dette?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Endrar musepeikaren til ei pil med +spørjeteikn.</action> Når du klikkar på element i &kappname;, får du sjå ei +hjelperute (dersom det finst) med informasjon om elementet.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Hjelp</guimenu> +<guimenuitem>Rapporter feil ...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opnar dialogen for feilrapport</action> der du kan +rapportera om feil eller senda inn ønskje om nye funksjonar.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Hjelp</guimenu> +<guimenuitem>Om &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Viser informasjon om programversjon og +utviklarar.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Hjelp</guimenu> +<guimenuitem>Om KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Viser KDE-versjonen og anna grunnleggjande +informasjon.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/nn/entities/install-compile.docbook b/kdoctools/customization/nn/entities/install-compile.docbook new file mode 100644 index 000000000..975cc50cd --- /dev/null +++ b/kdoctools/customization/nn/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>For å kompilera og installera &kappname; på maskina, må du utføra +dei følgjande kommandoane i basekatalogen til &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Sidan &kappname; brukar <command>autoconf</command> og +<command>automake</command>, bør kompileringa gå greit. Dersom du får problem, +kan du rapportera dei til &kde;-e-postlistene.</para> + diff --git a/kdoctools/customization/nn/entities/install-intro.docbook b/kdoctools/customization/nn/entities/install-intro.docbook new file mode 100644 index 000000000..1622f2ce8 --- /dev/null +++ b/kdoctools/customization/nn/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; er ein del av &kde;-prosjektet &kde-http;.</para> + +<para>&kappname; finn du i &package;-pakken på +&kde-ftp;, hovud-&FTP;-en til &kde;-prosjektet.</para> diff --git a/kdoctools/customization/nn/entities/lgpl-notice.docbook b/kdoctools/customization/nn/entities/lgpl-notice.docbook new file mode 100644 index 000000000..aa03e9ea2 --- /dev/null +++ b/kdoctools/customization/nn/entities/lgpl-notice.docbook @@ -0,0 +1,19 @@ +<para>Dette biblioteket er fri programvare; du kan gje det vidare og/eller endra +på det under vilkåra i «GNU &LGPL;» som er publisert av «&FSF;»; +anten versjon 2 av lisensen, eller (viss du heller vil) ein +seinare versjon.</para> + +<para>Dette biblioteket er gjeve ut i håp om at det vil vera nyttig, +men UTAN NOKON GARANTIAR; sjølv utan den implisitte garantien at det kan +brukast ved SAL eller AT DET KAN BRUKAST TIL EIT SÆRSKILT FØREMÅL. Sjå GNU +lisensen for fleire detaljar.</para> + +<para>Du skal ha motteke ein kopi af GNU LGPL lisensen med dette programmet; viss +ikkje, skriv til Free SoftwareFoundation, Inc., 51 Franklin Street, Fifth Floor, Cambridge, +MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/nn/entities/report-bugs.docbook b/kdoctools/customization/nn/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/nn/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/nn/entities/underArtisticLicense.docbook b/kdoctools/customization/nn/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..81073c3be --- /dev/null +++ b/kdoctools/customization/nn/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Dette programmet er lisensiert under vilkåra i <ulink +url="common/artistic-license.html">Artistic-lisensen</ulink>.</para> diff --git a/kdoctools/customization/nn/entities/underBSDLicense.docbook b/kdoctools/customization/nn/entities/underBSDLicense.docbook new file mode 100644 index 000000000..cd6422422 --- /dev/null +++ b/kdoctools/customization/nn/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Dette programmet er lisensiert under vilkåra i <ulink +url="common/bsd-license.html">BSD-lisensen</ulink>.</para> diff --git a/kdoctools/customization/nn/entities/underFDL.docbook b/kdoctools/customization/nn/entities/underFDL.docbook new file mode 100644 index 000000000..0ed297c88 --- /dev/null +++ b/kdoctools/customization/nn/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="seksjonen med namn "GNU Free Documentation License""> +Denne hjelpeteksten er lisensiert under vilkåra i +<ulink url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/nn/entities/underGPL.docbook b/kdoctools/customization/nn/entities/underGPL.docbook new file mode 100644 index 000000000..3a841a18c --- /dev/null +++ b/kdoctools/customization/nn/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Dette programmet er lisensiert under vilkåra i <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/nn/entities/underX11License.docbook b/kdoctools/customization/nn/entities/underX11License.docbook new file mode 100644 index 000000000..4bbedd5d4 --- /dev/null +++ b/kdoctools/customization/nn/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Dette programmet er lisensiert under vilkåra i <ulink +url="common/x11-license.html">X11-lisensen</ulink>.</para> diff --git a/kdoctools/customization/nn/entities/update-doc.docbook b/kdoctools/customization/nn/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/nn/entities/update-doc.docbook @@ -0,0 +1 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/nn/lang.entities b/kdoctools/customization/nn/lang.entities new file mode 100644 index 000000000..5ebaba55e --- /dev/null +++ b/kdoctools/customization/nn/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "nn"> <!-- Nynorsk --> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//NN" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//NN" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//NN" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//NN" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//NN" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//NN" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//NN" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//NN" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//NN" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//NN" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//NN" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/nn/strings.entities b/kdoctools/customization/nn/strings.entities new file mode 100644 index 000000000..65170ccdc --- /dev/null +++ b/kdoctools/customization/nn/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "dette programmet"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LISTE OVER TITLAR"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "der dei invariante avsnitta er &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "utan invariante avsnitt"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTE OVER TITLAR"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "der tekst før omslaget er &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "utan tekst før omslaget"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LISTE OVER TITLAR"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "der tekst etter omslaget er &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "utan tekst etter omslaget"> diff --git a/kdoctools/customization/nn/user.entities b/kdoctools/customization/nn/user.entities new file mode 100644 index 000000000..708dd3eb8 --- /dev/null +++ b/kdoctools/customization/nn/user.entities @@ -0,0 +1,59 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!-- ROLES OF TRANSLATORS --> + +<!ENTITY omsetjarGauteHvoslefKvalnes '<othercredit role="translator"><firstname>Gaute</firstname><surname>Hvoslef Kvalnes</surname><affiliation><address><email>gaute@verdsveven.com</email></address></affiliation><contrib>Omsetjing til nynorsk</contrib></othercredit>'> +<!ENTITY sprakvaskGauteHvoslefKvalnes '<othercredit role="reviewer"><firstname>Gaute</firstname><surname>Hvoslef Kvalnes</surname><affiliation><address><email>gaute@verdsveven.com</email></address></affiliation><contrib>Språkvask av nynorskomsetjinga</contrib></othercredit>'> + +<!ENTITY omsetjarLarsNestasMathisen '<othercredit role="translator"><firstname>Lars</firstname><surname>Nestås Mathisen</surname><affiliation><address><email>orvarodd@start.no</email></address></affiliation><contrib>Omsetjing til nynorsk</contrib></othercredit>'> +<!ENTITY sprakvaskLarsNestasMathisen '<othercredit role="reviewer"><firstname>Lars</firstname><surname>Nestås Mathisen</surname><affiliation><address><email>orvarodd@start.no</email></address></affiliation><contrib>Språkvask av nynorskomsetjinga</contrib></othercredit>'> + +<!ENTITY omsetjarHavardKorsvoll '<othercredit role="translator"><firstname>Håvard</firstname><surname>Korsvoll</surname><affiliation><address><email>korsvoll@skulelinux.no</email></address></affiliation><contrib>Omsetjing til nynorsk</contrib></othercredit>'> +<!ENTITY sprakvaskHavardKorsvoll '<othercredit role="reviewer"><firstname>Håvard</firstname><surname>Korsvoll</surname><affiliation><address><email>korsvoll@skulelinux.no</email></address></affiliation><contrib>Språkvask av nynorskomsetjinga</contrib></othercredit>'> + +<!-- CREDITS FOR TRANSLATORS --> + +<!ENTITY GauteHvoslefKvalnes 'Gaute Hvoslef Kvalnes <email>gaute@verdsveven.com</email>'> +<!ENTITY LarsNestasMathisen 'Lars Nestås Mathisen <email>orvarodd@start.no</email>'> +<!ENTITY HavardKorsvoll 'Håvard Korsvoll <email>korsvoll@skulelinux.no</email>'> + +<!-- OTHER USER ENTITIES --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>CD-ROM-stasjon</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>ppt</acronym>'> +<!ENTITY eg "<abbrev>t.d.</abbrev>"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>etc.</abbrev>"> +<!ENTITY FAQ '<acronym>OSS</acronym>'> +<!ENTITY FSF "Free Software Foundation"><!-- The name of Free Software Foundation --> +<!ENTITY GPL "General Public License"><!-- Name of the GPL license --> +<!ENTITY ie "<abbrev>dvs.</abbrev>"> +<!ENTITY infocenter "<application>Infosenter</application>"> +<!ENTITY kcontrolcenter "<application>&kde; Kontrollsenter</application>"> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>Ikonet til &kde;</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "<guimenu>K</guimenu> meny"> +<!ENTITY LGPL "Lesser General Public License"><!-- Name of LGPL license --> +<!ENTITY LMB "<mousebutton>venstre</mousebutton> museknapp"> +<!ENTITY MMB "<mousebutton>midtre</mousebutton> museknapp"> +<!ENTITY OS "operativ system"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "<mousebutton>høgre</mousebutton> museknapp"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY systemtray "<application>systemtrau</application>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> diff --git a/kdoctools/customization/no/catalog b/kdoctools/customization/no/catalog new file mode 100644 index 000000000..eeb4be2c6 --- /dev/null +++ b/kdoctools/customization/no/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Norwegian Documentation V1.0//NO" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//NO" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//NO" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//NO" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//NO" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//NO" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//NO" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//NO" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//NO" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//NO" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//NO" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//NO" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//NO" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//NO" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//NO" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//NO" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//NO" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/no/entities/fdl-notice.docbook b/kdoctools/customization/no/entities/fdl-notice.docbook new file mode 100644 index 000000000..f9e2e094b --- /dev/null +++ b/kdoctools/customization/no/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>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 <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/no/entities/gpl-notice.docbook b/kdoctools/customization/no/entities/gpl-notice.docbook new file mode 100644 index 000000000..2611c941f --- /dev/null +++ b/kdoctools/customization/no/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/no/entities/help-menu.docbook b/kdoctools/customization/no/entities/help-menu.docbook new file mode 100644 index 000000000..7b10f52a6 --- /dev/null +++ b/kdoctools/customization/no/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/no/entities/install-compile.docbook b/kdoctools/customization/no/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/no/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/no/entities/install-intro.docbook b/kdoctools/customization/no/entities/install-intro.docbook new file mode 100644 index 000000000..7d1caeda2 --- /dev/null +++ b/kdoctools/customization/no/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/no/entities/lgpl-notice.docbook b/kdoctools/customization/no/entities/lgpl-notice.docbook new file mode 100644 index 000000000..0e06a065a --- /dev/null +++ b/kdoctools/customization/no/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/no/entities/report-bugs.docbook b/kdoctools/customization/no/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/no/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/no/entities/underArtisticLicense.docbook b/kdoctools/customization/no/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/no/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/no/entities/underBSDLicense.docbook b/kdoctools/customization/no/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/no/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/no/entities/underFDL.docbook b/kdoctools/customization/no/entities/underFDL.docbook new file mode 100644 index 000000000..65d5936ec --- /dev/null +++ b/kdoctools/customization/no/entities/underFDL.docbook @@ -0,0 +1,3 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/no/entities/underGPL.docbook b/kdoctools/customization/no/entities/underGPL.docbook new file mode 100644 index 000000000..27d9047b5 --- /dev/null +++ b/kdoctools/customization/no/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/no/entities/underX11License.docbook b/kdoctools/customization/no/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/no/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/no/entities/update-doc.docbook b/kdoctools/customization/no/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/no/entities/update-doc.docbook @@ -0,0 +1 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/no/lang.entities b/kdoctools/customization/no/lang.entities new file mode 100644 index 000000000..3bce62885 --- /dev/null +++ b/kdoctools/customization/no/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "no"> <!-- this is bokmal, `nb' --> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//NO" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//NO" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//NO" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//NO" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//NO" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//NO" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//NO" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//NO" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//NO" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//NO" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//NO" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/no/strings.entities b/kdoctools/customization/no/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/no/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/no/user.entities b/kdoctools/customization/no/user.entities new file mode 100644 index 000000000..5f54ec661 --- /dev/null +++ b/kdoctools/customization/no/user.entities @@ -0,0 +1,8 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + diff --git a/kdoctools/customization/obsolete/general.entities b/kdoctools/customization/obsolete/general.entities new file mode 100644 index 000000000..50e7c2ee3 --- /dev/null +++ b/kdoctools/customization/obsolete/general.entities @@ -0,0 +1,388 @@ +<!-- + KDE general entities for DocBook as used in the KDE documentation + + Copyright (C) 2002 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to the KDE docbook list + <kde-docbook@kde.org>. + + + USAGE + + Refer to this file as + + "-//KDE//ENTITIES DocBook XML General Entity Declarations V1.1//EN" + + This file contains what dbgenent.mod should contain and is read + after all other files just like dbgenent.mod should be. + +--> + +<!-- ============================================================= --> +<!-- Extensions to the DocBook DTD --> +<!-- ============================================================= --> +<!-- E.g. KDE specific entities (see also dbgenent.mod for this) --> + +<!-- Legal texts we put in a specific place + so that we don't need to cut'n'paste them to every doc + --> +<!ENTITY GPL-html PUBLIC + "-//GNU//DOCUMENT GNU General Public License V2 (HTML)//EN" + "http://www.gnu.org/copyleft/gpl.html" + NDATA SGML > +<!ENTITY GPL PUBLIC + "-//GNU//DOCUMENT GNU General Public License V2//EN" + "http://www.gnu.org/copyleft/gpl.html" + NDATA linespecific > +<!ENTITY GPLNotice PUBLIC + "-//KDE//DOCUMENT GNU General Public License Notice//EN" + "../en/entities/gpl-notice.docbook"><!-- meant for inclusion, so no [CN]DATA SGML (why?) --> +<!ENTITY LGPL-html PUBLIC + "-//GNU//DOCUMENT GNU Lesser General Public License V2.1 (HTML)//EN" + "http://www.gnu.org/copyleft/lesser.html" + NDATA SGML > +<!ENTITY LGPL PUBLIC + "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//EN" + "http://www.gnu.org/copyleft/lesser.html" + NDATA linespecific > +<!ENTITY LGPLNotice PUBLIC + "-//KDE//DOCUMENT GNU Lesser General Public License Notice//EN" + "../en/entities/lgpl-notice.docbook"><!-- meant for inclusion, so no [CN]DATA SGML --> +<!ENTITY FDL-html PUBLIC + "-//GNU//DOCUMENT GNU Free Documentation License V1.1 (HTML)//EN" + "http://www.gnu.org/copyleft/fdl.html" + NDATA SGML > +<!ENTITY FDL PUBLIC + "-//GNU//DOCUMENT GNU Free Documentation License V1.1//EN" + "http://www.gnu.org/copyleft/fdl.html" + NDATA linespecific > +<!-- FDLNotice is defined in lang.entities (why?) --> + +<!-- KDE index generation + Set addindex to IGNORE to stop index generation + Indices are generated on the fly, so no intermediate file is needed + --> +<!ENTITY % addindex "INCLUDE"> +<![%addindex;[ +<!ENTITY documentation.index "<index></index>"> +]]> +<!ENTITY documentation.index ""> +<!--ENTITY kapp "(Oops - someone forgot to fill in the application name here)" --> + +<!-- Entities to fill in slots in docbook version of FDL notice --> +<!ENTITY % FDLIS "IGNORE"> +<!ENTITY % FDLFCT "IGNORE"> +<!ENTITY % FDLBCT "IGNORE"> + +<!-- These are the language-independent entities. They can be (more + or less) freely extended. Keep this list sorted and sensible. + Make sure you always add full markup to the text. + + Naming policy: name the entity like you would see the text + (inclusive case). KDE entities are always lowercased. Spaces + are omitted. Examples: Qt (for "Qt"), RedHat (for "Red Hat"), + kfloppy (for "KFloppy") . (Entity names cannot start with digits, + in that case, use the written form for the first digit.) + + DO NOT JUST RENAME ENTITIES! That implies removal of an existing + entity and that may change the validity of documents, which must + not happen. Place the name you wish to remove in the list of + obsolete entities (depending on the case, the expansion is + redefined or kept as it was); the new name goes in the official list. + A later version of the DTD (with another version number!) will + effectively remove these entities. In that way, old documents + remain valid, while new ones can only use the new declarations. + --> + +<!ENTITY AIX "<trademark class='registered'>AIX</trademark>"> +<!ENTITY aktion "<application>aKtion</application>"> +<!ENTITY amor "<application>AMOR</application>"> +<!ENTITY ark "<application>Ark</application>"> +<!ENTITY arts "<application>aRts</application>"> +<!ENTITY arts-builder "<application>aRts-builder</application>"> +<!ENTITY artscontrol "<application>artscontrol</application>"> +<!ENTITY artsd "<application>artsd</application>"> +<!ENTITY artsdsp "<application>artsdsp</application>"> +<!ENTITY artsserver "<application>artsserver</application>"> +<!ENTITY artsshell "<application>artsshell</application>"> +<!ENTITY artswrapper "<application>artswrapper</application>"> +<!ENTITY ATAPI "<acronym>ATAPI</acronym>"> +<!ENTITY atlantik "<application>Atlantik</application>"> +<!ENTITY brahms "<application>Brahms</application>"> +<!ENTITY catalogmanager "<application>Catalog Manager</application>"> +<!ENTITY CD "<acronym>CD</acronym>"> +<!ENTITY CDE "<acronym>CDE</acronym>"> +<!ENTITY CD-ROM "<acronym>CD-ROM</acronym>"> +<!ENTITY cervisia "<application>Cervisia</application>"> +<!ENTITY CSS "<trademark>CSS</trademark>"> +<!ENTITY CUPS "<acronym>CUPS</acronym>"> +<!ENTITY drkonqi "<application>DrKonqi</application>"> +<!ENTITY DCOP "<acronym>DCOP</acronym>"> +<!ENTITY DVI "<acronym>DVI</acronym>"> +<!ENTITY ELF "<acronym>ELF</acronym>"> +<!ENTITY Emacs "<application>Emacs</application>"> +<!ENTITY flashkard "<application>FlashKard</application>"> +<!ENTITY FTP "<acronym>FTP</acronym>"> +<!ENTITY gcc "<command>gcc</command>"> +<!ENTITY GIF "<acronym>GIF</acronym>"> +<!ENTITY GMT "<acronym>GMT</acronym>"> +<!ENTITY GNU "<acronym>GNU</acronym>"> +<!ENTITY GUI "<acronym>GUI</acronym>"> +<!ENTITY Handspring "<trademark>Handspring</trademark>"> +<!ENTITY Hewlett-Packard '<trademark class="registered">Hewlett-Packard</trademark>'> +<!ENTITY HotSync '<trademark class="registered">HotSync</trademark>'> +<!ENTITY HP '<trademark class="registered">HP</trademark>'> +<!ENTITY HP-UX '<trademark class="registered">HP-UX</trademark>'> +<!ENTITY HTTP "<acronym>HTTP</acronym>"> +<!ENTITY IRIX '<trademark class="registered">IRIX</trademark>'> +<!ENTITY Java "<trademark>Java</trademark>"> +<!ENTITY Jini "<trademark>Jini</trademark>"> +<!ENTITY kab2 "<application>Kab2</application>"> +<!ENTITY kenolaba "<application>Kenolaba</application>"> +<!ENTITY kaboodle "<application>Kaboodle</application>"> +<!ENTITY kaddressbook "<application>KAddressBook</application>"> +<!ENTITY kalarm "<application>KAlarm</application>"> +<!ENTITY kalarmd "<application>KAlarmd</application>"> +<!ENTITY kalzium "<application>Kalzium</application>"> +<!ENTITY kamera "<application>Kamera</application>"> +<!ENTITY kandy "<application>Kandy</application>"> +<!ENTITY kappfinder "<application>Kappfinder</application>"> +<!ENTITY kaphorism "<application>KAphorism</application>"> +<!ENTITY karm "<application>KArm</application>"> +<!ENTITY kasteroids "<application>KAsteroids</application>"> +<!ENTITY kate "<application>Kate</application>"> +<!ENTITY katomic "<application>KAtomic</application>"> +<!ENTITY kbabel "<application>KBabel</application>"> +<!ENTITY kbabeldict "<application>KBabelDict</application>"> +<!ENTITY kbackgammon "<application>KBackgammon</application>"> +<!ENTITY kbattleship "<application>KBattleship</application>"> +<!ENTITY kbiff "<application>KBiff</application>"> +<!ENTITY kblackbox "<application>KBlackbox</application>"> +<!ENTITY kbounce "<application>KBounce</application>"> +<!ENTITY kbugbuster "<application>kbugbuster</application>"> +<!ENTITY kcalc "<application>KCalc</application>"> +<!ENTITY kcharselect "<application>KCharSelect</application>"> +<!ENTITY kchart "<application>KChart</application>"> +<!ENTITY kchat "<application>KChat</application>"> +<!ENTITY kcontrol "<application>KControl</application>"> +<!ENTITY kcron "<application>KCron</application>"> +<!ENTITY kdat "<application>KDat</application>"> +<!ENTITY kde "<acronym>KDE</acronym>"> +<!ENTITY kdebugdialog "<application>KDebugDialog</application>"> +<!ENTITY kde-http '<ulink url="http://www.kde.org/">http://www.kde.org/</ulink>'> +<!ENTITY kde-ftp '<ulink url="ftp://ftp.kde.org/pub/kde/">ftp://ftp.kde.org/pub/kde/</ulink>'> +<!ENTITY kdepasswd "<application>kdepasswd</application>"> +<!ENTITY kdesktop "<application>KDesktop</application>"> +<!ENTITY kdessh "<application>kdessh</application>"> +<!ENTITY kdesu "<application>KDE su</application>"> +<!ENTITY kdiskfree "<application>KDiskFree</application>"> +<!ENTITY kdict "<application>KDict</application>"> +<!ENTITY kdm "<application>kdm</application>"> +<!ENTITY kdvi "<application>KDVI</application>"> +<!ENTITY kenolaba "<application>Kenolaba</application>"> +<!ENTITY kedit "<application>KEdit</application>"> +<!ENTITY keduca "<application>KEduca</application>"> +<!ENTITY keystone "<application>Keystone</application>"> +<!ENTITY kfax "<application>KFax</application>"> +<!ENTITY kfaxview "<application>Kfaxview</application>"> +<!ENTITY kfind "<application>KFind</application>"> +<!ENTITY kfloppy "<application>Kfloppy</application>"> +<!ENTITY kformula "<application>KFormula</application>"> +<!ENTITY kfouleggs "<application>KFoulEggs</application>"> +<!ENTITY kfract "<application>KFract</application>"> +<!ENTITY khangman "<application>KHangMan</application>"> +<!ENTITY kgeo "<application>KGeo</application>"> +<!ENTITY kghostview "<application>KGhostView</application>"> +<!ENTITY khelpcenter "<application>KHelpCenter</application>"> +<!ENTITY khexedit "<application>KHexEdit</application>"> +<!ENTITY kicker "<application>Kicker</application>"> +<!ENTITY kiconedit "<application>KIconEdit</application>"> +<!ENTITY kikbd "<application>kikbd</application>"> +<!ENTITY kit "<application>Kit</application>"> +<!ENTITY kiten "<application>Kiten</application>"> +<!ENTITY kivio "<application>Kivio</application>"> +<!ENTITY kjots "<application>KJots</application>"> +<!ENTITY kjumpingcube "<application>KJumpingCube</application>"> +<!ENTITY klaptop "<application>KLaptop</application>"> +<!ENTITY klatin "<application>KLatin</application>"> +<!ENTITY klettres "<application>KLettres</application>"> +<!ENTITY kolorlines "<application>Kolor Lines</application>"> +<!ENTITY klipper "<application>Klipper</application>"> +<!ENTITY kljettool "<application>KLjettool</application>"> +<!ENTITY klpq "<application>Klpq</application>"> +<!ENTITY klprfax "<application>Klprfax</application>"> +<!ENTITY kmahjongg "<application>KMahjongg</application>"> +<!ENTITY kmail "<application>KMail</application>"> +<!ENTITY kmathtool "<application>KMathTool</application>"> +<!ENTITY kmenuedit "<application>kmenuedit</application>"> +<!ENTITY kmessedwords "<application>KMessedWords</application>"> +<!ENTITY kmid "<application>KMid</application>"> +<!ENTITY kmidi "<application>KMidi</application>"> +<!ENTITY kmines "<application>KMines</application>"> +<!ENTITY kmix "<application>KMix</application>"> +<!ENTITY kmplot "<application>KmPlot</application>"> +<!ENTITY knewsticker "<application>KNewsTicker</application>"> +<!ENTITY knode "<application>KNode</application>"> +<!ENTITY knotes "<application>KNotes</application>"> +<!ENTITY knorskverbs "<application>KNorskVerbs</application>"> +<!ENTITY kodometer "<application>KOdometer</application>"> +<!ENTITY koffice "<application>KOffice</application>"> +<!ENTITY kolf "<application>Kolf</application>"> +<!ENTITY kompare "<application>Kompare</application>"> +<!ENTITY koncd "<application>KOnCD</application>"> +<!ENTITY konqueror "<application>Konqueror</application>"> +<!ENTITY konquest "<application>Konquest</application>"> +<!ENTITY konsole "<application>Konsole</application>"> +<!ENTITY kontour "<application>Kontour</application>"> +<!ENTITY kooka "<application>Kooka</application>"> +<!ENTITY korganizer "<application>KOrganizer</application>"> +<!ENTITY korn "<application>KOrn</application>"> +<!ENTITY koshell "<application>KOShell</application>"> +<!ENTITY kotalkd "<application>KOTalkd</application>"> +<!ENTITY kpackage "<application>KPackage</application>"> +<!ENTITY kpager "<application>KPager</application>"> +<!ENTITY kpaint "<application>KPaint</application>"> +<!ENTITY kpanel "<application>KPanel</application>"> +<!ENTITY kpatience "<application>KPatience</application>"> +<!ENTITY kpercentage "<application>KPercentage</application>"> +<!ENTITY kpilot "<application>KPilot</application>"> +<!ENTITY kpf "<application>kpf</application>"> +<!ENTITY kpm "<application>Kpm</application>"> +<!ENTITY kpresenter "<application>KPresenter</application>"> +<!ENTITY kpoker "<application>KPoker</application>"> +<!ENTITY kpovmodeler "<application>KPovModeler</application>"> +<!ENTITY kppp "<application>KPPP</application>"> +<!ENTITY kpresenter "<application>KPresenter</application>"> +<!ENTITY kreatecd "<application>KreateCD</application>"> +<!ENTITY krec "<application>KRec</application>"> +<!ENTITY kregexpeditor "<application>KRegExpEditor</application>"> +<!ENTITY kreversi "<application>KReversi</application>"> +<!ENTITY krita "<application>Krita</application>"> +<!ENTITY kruler "<application>KRuler</application>"> +<!ENTITY ksame "<application>KSame</application>"> +<!ENTITY kscd "<application>KsCD</application>"> +<!ENTITY kscore "<application>KScore</application>"> +<!ENTITY kscreensaver "<application>KScreensaver</application>"> +<!ENTITY ksgmltools "<application>ksgmltools</application>"> +<!ENTITY kshisen "<application>KShisen</application>"> +<!ENTITY ksim "<application>KSim</application>"> +<!ENTITY ksirc "<application>KSirc</application>"> +<!ENTITY ksirtet "<application>KSirtet</application>"> +<!ENTITY ksmiletris "<application>KSmiletris</application>"> +<!ENTITY ksnake "<application>KSnake</application>"> +<!ENTITY ksnapshot "<application>KSnapshot</application>"> +<!ENTITY ksokoban "<application>KSokoban</application>"> +<!ENTITY kspaceduel "<application>KSpaceDuel</application>"> +<!ENTITY kspell "<application>KSpell</application>"> +<!ENTITY kspread "<application>KSpread</application>"> +<!ENTITY kstars "<application>KStars</application>"> +<!ENTITY kstart "<application>kstart</application>"> +<!ENTITY ksysctrl "<application>KSysctrl</application>"> +<!ENTITY ksysguard "<application>KSysguard</application>"> +<!ENTITY ksysv "<application>KSysV</application>"> +<!ENTITY ktalk "<application>KTalk</application>"> +<!ENTITY ktalkd "<application>KTalkd</application>"> +<!ENTITY kteatime "<application>KTeaTime</application>"> +<!ENTITY kthesaurus "<application>KThesaurus</application>"> +<!ENTITY ktimemon "<application>KTimemon</application>"> +<!ENTITY ktimer "<application>KTimer</application>"> +<!ENTITY ktip "<application>KTip</application>"> +<!ENTITY ktouch "<application>KTouch</application>"> +<!ENTITY ktron "<application>KTron</application>"> +<!ENTITY ktuberling "<application>KTuberling</application>"> +<!ENTITY kugar "<application>Kugar</application>"> +<!ENTITY kuickshow "<application>KuickShow</application>"> +<!ENTITY kuser "<application>KUser</application>"> +<!ENTITY kview "<application>KView</application>"> +<!ENTITY kviewshell "<application>KViewshell</application>"> +<!ENTITY kvoctrain "<application>KVocTrain</application>"> +<!ENTITY kworldclock "<application>KWorldClock</application>"> +<!ENTITY kword "<application>KWord</application>"> +<!ENTITY kwin "<application>KWin</application>"> +<!ENTITY k4wins "<application>K Four Wins</application>"> +<!ENTITY kwrite "<application>KWrite</application>"> +<!ENTITY kwuftpd "<application>kwuftpd</application>"> +<!ENTITY LaserJet '<trademark class="registered">LaserJet</trademark>'> +<!ENTITY lisa "<application>Lisa</application>"> +<!ENTITY Linux '<trademark class="registered">Linux</trademark>'> +<!ENTITY Linux-Mandrake "<trademark>Linux-Mandrake</trademark>"> +<!ENTITY LinuxPPC "<trademark>LinuxPPC</trademark>"> +<!ENTITY lskat "<application>Lskat</application>"> +<!ENTITY LZW "<acronym>LZW</acronym>"> +<!ENTITY Mac '<trademark class="registered">Mac</trademark>'> +<!ENTITY MacOS '<trademark class="registered">Mac</trademark> <acronym>OS</acronym>'> +<!ENTITY Mandrake "<trademark>Mandrake</trademark>"> +<!ENTITY megami "<application>Megami</application>"> +<!ENTITY Microsoft '<trademark class="registered">Microsoft</trademark>'> +<!ENTITY MIDI "<acronym>MIDI</acronym>"> +<!ENTITY MIME "<acronym>MIME</acronym>"> +<!ENTITY moonphase "<application>Moon Phase</application>"> +<!ENTITY Motif '<trademark class="registered">Motif</trademark>'> +<!ENTITY MRU "<acronym>MRU</acronym>"> +<!ENTITY MTU "<acronym>MTU</acronym>"> +<!ENTITY MusiXTeX "<application>MusiXTeX</application>"> +<!ENTITY Netscape '<trademark class="registered">Netscape</trademark>'> +<!ENTITY NeXTSTEP "<trademark>NeXTSTEP</trademark>"> +<!ENTITY noatun "<application>Noatun</application>"> +<!ENTITY PalmOS '<trademark class="registered">Palm OS</trademark>'> +<!ENTITY PalmPilot "<productname><trademark>PalmPilot</trademark></productname>"> +<!ENTITY PMX "<application>PMX</application>"><!-- acronym too? --> +<!ENTITY PostScript '<trademark class="registered">PostScript</trademark>'> +<!ENTITY PPP "<acronym>PPP</acronym>"> +<!ENTITY quanta "<application>Quanta</application>"> +<!ENTITY quantaplus "<application>Quanta Plus</application>"> +<!ENTITY Qt "<trademark>Qt</trademark>"> +<!ENTITY RedHat '<trademark class="registered">Red Hat</trademark>'> +<!ENTITY reslisa "<application>ResLisa</application>"> +<!ENTITY Sendmail '<application><trademark class="registered">sendmail</trademark></application>'> +<!ENTITY SMTP "<acronym>SMTP</acronym>"> +<!ENTITY SGI "<trademark>SGI</trademark>"> +<!ENTITY Solaris "<trademark>Solaris</trademark>"> +<!ENTITY SuSE '<acronym><trademark class="registered">SuSE</trademark></acronym>'> +<!ENTITY ThreeCom '<trademark class="registered">3Com</trademark>'> +<!ENTITY tkmidi "<application>tkmidi</application>"> +<!ENTITY TrueType '<trademark class="registered">TrueType</trademark>'> +<!ENTITY UNIX '<trademark class="registered">UNIX</trademark>'> +<!ENTITY URL "<acronym>URL</acronym>"> +<!ENTITY URI "<acronym>URI</acronym>"> +<!ENTITY Visor "<trademark>Visor</trademark>"> +<!ENTITY windowmaker "<application>Window Maker</application>"> +<!ENTITY Windows '<trademark class="registered">Windows</trademark>'> +<!ENTITY WordNet '<trademark class="registered">WordNet</trademark>'> +<!ENTITY Wordperfect '<application><trademark class="registered">WordPerfect</trademark></application>'> +<!ENTITY X-Server "<application>X-Server</application>"> +<!ENTITY XEmacs "<application>XEmacs</application>"> +<!ENTITY X-Window '<trademark class="registered">X Window System</trademark>'> +<!ENTITY XHTML "<trademark>XHTML</trademark>"> +<!ENTITY XML "<trademark>XML</trademark>"> +<!ENTITY XSL "<trademark>XSL</trademark>"> + +<!-- Defaults, do NOT add anything to this without checking with the docbook + team. --> + +<!ENTITY package "This application isn't part of a KDE package"> + +<!-- Obsolete entities --> +<!-- Put them here; they will be removed at some stage --> +<!ENTITY artsbuilder "<application>aRts-builder</application>"> +<!ENTITY kdf "<application>KDiskFree</application>"> +<!ENTITY klaptopdaemon "<application>KLaptop</application>"> +<!ENTITY klines "<application>Kolor Lines</application>"> +<!ENTITY kmoon "<application>Moon Phase</application>"> +<!ENTITY kodo "<application>KOdometer</application>"> +<!ENTITY kpat "<application>KPatience</application>"> +<!ENTITY kwin4 "<application>K Four Wins</application>"> diff --git a/kdoctools/customization/obsolete/kdex-412-10.dtd b/kdoctools/customization/obsolete/kdex-412-10.dtd new file mode 100644 index 000000000..a6692f6a5 --- /dev/null +++ b/kdoctools/customization/obsolete/kdex-412-10.dtd @@ -0,0 +1,42 @@ +<!-- This is just a quick fix for a backwards compatibility issue. + Meant to be used with the FPI + "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.0//EN" + Note: this is NOT the actual V4.1.2-V1.0 DTD. --> +<!-- + 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. + +--> + +<!-- just to be on the safe side --> +<!ENTITY % local.smallcptr.char.mix "|envar"> + +<!ENTITY % DocBookDTD PUBLIC + "-//OASIS//DTD DocBook XML V4.1.2//EN" + "../../docbook/xml-dtd-4.1.2/docbookx.dtd" > +%DocBookDTD; + +<!-- The current obsolete version will do (see below) --> +<!ENTITY % kde.general.entities PUBLIC + "-//KDE//ENTITIES DocBook XML General Entity Declarations V1.1//EN" + "general.entities" > +%kde.general.entities; + +<!-- Define here any missing entities --> + +<!-- this one is OK --> +<!ENTITY % kde.i18n.entities PUBLIC + "-//KDE//ENTITIES DocBook XML Localisation Entity Declarations V1.0//EN" + "../entities/l10n.entities" > +%kde.i18n.entities; diff --git a/kdoctools/customization/obsolete/kdex.dtd b/kdoctools/customization/obsolete/kdex.dtd new file mode 100644 index 000000000..0a2578c79 --- /dev/null +++ b/kdoctools/customization/obsolete/kdex.dtd @@ -0,0 +1,121 @@ +<!-- + Document Type Definition for DocBook XML as used in the KDE documentation + + Copyright (C) 2001 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to Frederik Fouvry + <fouvry@coli.uni-sb.de>. + + + USAGE + + Refer to this DTD as + + "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" + + For instance: + + <!DOCTYPE book PUBLIC "-//KDE//DTD DocBook XML V4.1.2-Based Variant V1.1//EN" + "customization/dtd/kdex.dtd"> + + and use catalog as the catalogue file. + Note: the system identifier is interpreted relative to the place + where it is defined, unless otherwise defined by the application you use. + If you have permanent internet access, you can use any URLs (and + you don't have to install docbook). + + After a version number change, plenty of problems may occur because + of non-compatibilities (or DTDs not found, etc). That doesn't mean your + document is invalid; it just means that the reference DTD has changed + (new documentation and documentation updates). Check out the previous + version and point to the appropriate catalog or DTD and things should + work again (=still ;-). +--> + + +<!-- ============================================================= --> +<!-- Modifications to the original DocBook DTD --> +<!-- ============================================================= --> +<!-- Declarations in this part should only *restrict* the DocBook + DTD --> + +<!-- Modifications in pool + %rdbpool; is called in the DocBook DTD + NEEDS TO BE CHECKED ON CHANGES + --> +<!ENTITY % rdbpool PUBLIC + "-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.0//EN" + "rdbpool.elements" > +<!ENTITY % dbpool.redecl.module "INCLUDE" > + +<!-- Modifications in hierarchy + %rdbhier2; is called in the DocBook DTD + NEEDS TO BE CHECKED ON CHANGES + --> +<!ENTITY % rdbhier2 PUBLIC + "-//KDE//ELEMENTS DocBook XML Hierarchy Redeclarations 2 V1.0//EN" + "../dtd/rdbhier2.elements" > +<!ENTITY % dbhier.redecl2.module "INCLUDE" > + +<!-- For Java-style refentries + Based on DocBook 4.0. --> +<!--ENTITY % jrefentry PUBLIC + "-//Norman Walsh//DTD JRefEntry V1.0//EN" > +%jrefentry; --> + +<!-- Temporary solution --> +<!ENTITY copy "(c)"> <!--=copyright sign--> +<!ENTITY trade "[tm]"> <!--=trade mark sign--> +<!ENTITY reg "(R)"> <!--/circledR =registered sign--> + + +<!-- ============================================================= --> +<!-- Original DocBook DTD --> +<!-- ============================================================= --> + +<!ENTITY % DocBookDTD PUBLIC + "-//OASIS//DTD DocBook XML V4.1.2//EN" + "../../docbook/xml-dtd-4.1.2/docbookx.dtd" > +%DocBookDTD; + + +<!-- ============================================================= --> +<!-- Modifications to the original DocBook DTD --> +<!-- ============================================================= --> +<!-- ONLY to supply declarations that were switched off in the + first "Modifications" section --> + +<!ENTITY % kde.modifications PUBLIC + "-//KDE//ELEMENTS DocBook XML Modifications V1.0//EN" + "modifications.elements" > +%kde.modifications; + + +<!-- ============================================================= --> +<!-- Extensions to the DocBook DTD --> +<!-- ============================================================= --> +<!-- Is empty, except for what could go in dbgenent.mod --> + +<!ENTITY % kde.general.entities PUBLIC + "-//KDE//ENTITIES DocBook XML General Entity Declarations V1.1//EN" + "general.entities" > +%kde.general.entities; + +<!ENTITY % kde.i18n.entities PUBLIC + "-//KDE//ENTITIES DocBook XML Localisation Entity Declarations V1.0//EN" + "../entities/l10n.entities" > +%kde.i18n.entities; diff --git a/kdoctools/customization/obsolete/modifications.elements b/kdoctools/customization/obsolete/modifications.elements new file mode 100644 index 000000000..0c78ee64b --- /dev/null +++ b/kdoctools/customization/obsolete/modifications.elements @@ -0,0 +1,46 @@ +<!-- ONLY to supply declarations that were switched off earlier + Take care to make it only _more_ restrictive. --> + +<!-- One modification: BookInfo is compulsory, because + it contains ReleaseInfo, which is compulsory --> +<!ELEMENT book ((%div.title.content;)?, bookinfo, + (dedication | toc | lot + | glossary | bibliography | preface + | %chapter.class; | reference | part + | %article.class; + | %appendix.class; + | %index.class; + | colophon)*)> + +<!-- Modification: ReleaseInfo, Date, Abstract and Keywordset are + compulsory. Not all orders that could be valid are allowed (the + number increases factorial). The current restrictions are quite + strict, and it is foreseen that they will be relaxed. Date and + ReleaseInfo must come together, as must Abstract and Keywordset. + Abstract and Keywordset must follow Date and ReleaseInfo when they + are used the first time. +--> +<!ELEMENT bookinfo ((graphic | mediaobject | legalnotice + | modespec | subjectset | itermset + | %kde.bibliocomponent.mix; )*, + ((date, releaseinfo) | (releaseinfo, date)), + (graphic | mediaobject | legalnotice + | modespec | subjectset + | itermset | %kde.bibliocomponent.mix; + )*, + ((abstract, keywordset) | (keywordset, abstract)), + (graphic | mediaobject | legalnotice | modespec + | subjectset | itermset + | %bibliocomponent.mix; | keywordset)*)> + +<!-- value of Type changed from IMPLIED CDATA + default value of LinkMode set from #IMPLIED to kdems-default --> +<!ATTLIST olink + targetdocent ENTITY #IMPLIED + linkmode IDREF "kdems-default" + localinfo CDATA #IMPLIED + type (href|other) "href" + %common.attrib; + %olink.role.attrib; + %local.olink.attrib; +> diff --git a/kdoctools/customization/obsolete/rdbpool.elements b/kdoctools/customization/obsolete/rdbpool.elements new file mode 100644 index 000000000..a212490a9 --- /dev/null +++ b/kdoctools/customization/obsolete/rdbpool.elements @@ -0,0 +1,209 @@ +<!-- -*- dtd -*- + Modified element pool for DocBook as used in the KDE documentation + (instantiates %rdbpool;) + + Copyright (C) 2001,2002 Frederik Fouvry + + 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. + + Send suggestions, comments, etc. to the KDE docbook list + <kde-docbook@kde.org>. + + USAGE + + Refer to this DTD as + + "-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.0//EN" + + For instance + + <!ENTITY % rdbpool PUBLIC + "-//KDE//ELEMENTS DocBook XML Pool Redeclarations V1.0//EN"> + + Set to IGNORE: to revert from KDE customisation for: + kde.remove.unused.elements some elements unlikely to be used +--> + +<!-- Elements which are unlikely to be useful in the KDE documentation, + because their purpose is either to markup already existing documents + or because there are automatic means of obtaining the same effect + --> +<!ENTITY % kde.remove.unused.elements "INCLUDE"> +<![ %kde.remove.unused.elements; [ +<!ENTITY % beginpage.module "IGNORE"> +<!ENTITY % bridgehead.module "IGNORE"> +<!ENTITY % confgroup.content.module "IGNORE"> +<!ENTITY % graphic.module "IGNORE"> +<!ENTITY % graphicco.module "IGNORE"> +<!ENTITY % imageobjectco.module "IGNORE"> +<!ENTITY % inlinegraphic.module "IGNORE"> +<!ENTITY % revhistory.content.module "IGNORE"> +<!-- end of kde.remove.unused.elements -->]]> + +<!-- KDE Languages + To keep the language tags conform to RFC 3066 (successor to 1766) + (http://www.rfc-editor.org/rfc/rfc3066.txt) + Syntax (RE): [a-zA-Z]{1,8}(-[a-zA-Z]{1,8})* + + The compulsory part is either a language tag from ISO 639 (ISO + 639-1 (2 character tag) if there is a tag, ISO 639-2/T (three + character tag) otherwise, "i" (for IANA) or "x" (for private use, + e.g. languages that are not in ISO 639, like x-wa for Walloon). + The optional part may consist of any value. However, if the + first repetition consists of two letters, it must be an ISO + 3166a2 country tag (so Nynorsk cannot be indicated by no-NY or + no-ny). + Official site for ISO 639-2: http://lcweb.loc.gov/standards/iso639-2/ + For ISO 639-1, only the latest version (Feb 2000) counts! + + Countries are currently only needed when the language is different. + Only rarely adding the country code is a necessity (Chinese is + only done for encoding reasons afaik). + --> +<!ENTITY % lang.attrib + "lang (af|ar|az|be|bg|bn|bo|br|bs|ca|cs|cy|da|de|el|en|en-GB + |en-US|eo|es|et|eu|fa|fi|fo|fr|fy|ga|gl|gu|he|hi|hr|hu|id + |is|it|ja|kn|km|ko|ku|lo|lt|lv|mi|mk|mr|mt|nb|nl|nn|no|nso + |oc|pl|pt|pt-BR|pt-PT|ro|ru|se|si|sk|sl|sq|sr|st|sv|ta|te + |tg|th|tr|uk|ven|vi|wa|xh|zh|zh-CN|zh-TW|zu) + #IMPLIED"> +<!-- List of languages + (Languages that only have a three-character code from 639-2, must use + that one) +af Afrikaans +ar Arabic +az Azerbaijani +be Belarusian +bg Bulgarian +bn Bengali +bo Tibetan +br Breton +bs Bosnian +ca Catalan +cs Czech +cy Welsh +da Danish +de German +el Greek, Modern (1453-) +en English +eo Esperanto +es Spanish +et Estonian +eu Basque +fa Farsi (? ok if = Persian) +fi Finnish +fo Faroese +fr French +fy Frisian +ga Irish +gl Gallegan +gu Gujarati +he Hebrew +hi Hindi +hr Croatian +hu Hungarian +id Indonesian +is Icelandic +it Italian +ja Japanese +km Khmer +kn Kannada +ko Korean +ku Kurdish +lo Lao +lt Lituanian +lv Latvian +mi Maori +mk Macedonian +mr Marathi +mt Maltese +nb Norwegian Bokmal +nl Dutch +nn Norwegian Nynorsk +no Norwegian (in KDE = nb) +nso Northern Sotho +oc Occitan (post 1500); Provençal +pl Polish +pt Portuguese +ro Romanian +ru Russian +se Northern Sami +si Sinhalese +sk Slovak +sl Slovenian +sq Albanian +sr Serbian +st Sesotho (souther Sotho) +sv Swedish +ta Tamil +te Telugu +tg Tajik +th Thai +tr Turkish +uk Ukrainian +ven Venda +vi Vietnamese +wa Walloon +xh Xhosa +zh Chinese +zu Zulu +--> +<!-- end of KDE languages --> +<!-- Languages could be made compulsory for books --> + +<!-- DocBook Reference Documentation recommends switching these off + if not used: it massively reduces the ESIS size (~ what you get + from nsgmls). Should anyone need any of these attributes, let + me know. It's easy to add them on again. --> +<!ENTITY % effectivity.attrib ""> + +<!ENTITY % remap.attrib ""> + +<!-- Not used --> +<!ENTITY % revisionflag.attrib ""> + +<!ENTITY % othercredit.role.attrib + "role (translator|developer|reviewer|graphist|musician|tester) + #REQUIRED"> + +<!ENTITY % kde.compulsory.datereleaseinfo "INCLUDE"> +<![ %kde.compulsory.datereleaseinfo; [ +<!-- Unchanged --> +<!ENTITY % local.person.ident.mix ""> +<!ENTITY % person.ident.mix + "honorific|firstname|surname|lineage|othername|affiliation + |authorblurb|contrib %local.person.ident.mix;"> + +<!ENTITY % local.bibliocomponent.mix ""> +<!-- Copy of bibliocomponent.mix without ReleaseInfo, Date or Abstract --> +<!ENTITY % kde.bibliocomponent.mix + "abbrev|address|artpagenums|author + |authorgroup|authorinitials|bibliomisc|biblioset + |collab|confgroup|contractnum|contractsponsor + |copyright|corpauthor|corpname|edition + |editor|invpartnumber|isbn|issn|issuenum|orgname + |othercredit|pagenums|printhistory|productname + |productnumber|pubdate|publisher|publishername + |pubsnumber|revhistory|seriesvolnums + |subtitle|title|titleabbrev|volumenum|citetitle + |%person.ident.mix; + |%ndxterm.class; + %local.bibliocomponent.mix;"> +<!-- End of compulsory ReleaseInfo -->]]> + +<!ENTITY % olink.attlist "IGNORE"> + +<!-- Temporary lifting of restriction (action to be added too?)--> +<!ENTITY % local.smallcptr.char.mix "|envar"> diff --git a/kdoctools/customization/pl/catalog b/kdoctools/customization/pl/catalog new file mode 100644 index 000000000..192d44002 --- /dev/null +++ b/kdoctools/customization/pl/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Polish Documentation V1.0//PL" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//PL" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//PL" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//PL" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//PL" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//PL" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//PL" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//PL" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//PL" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//PL" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//PL" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//PL" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//PL" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//PL" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//PL" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//PL" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//PL" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/pl/entities/fdl-notice.docbook b/kdoctools/customization/pl/entities/fdl-notice.docbook new file mode 100644 index 000000000..44c0223ad --- /dev/null +++ b/kdoctools/customization/pl/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>Dozwolone jest kopiowanie, dystrybucja i/lub modyfikacja +tego dokumentu na zasadach licencji GNU Free Documentation License, +w wersji 1.1 lub dowolnej późniejszej wersji, opublikowanej +przez Free Software Foundation; &FDLInvariantSections;, &FDLFrontCoverText; i +&FDLBackCoverText;. Kopia tej licencji znajduje się w <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/pl/entities/gpl-notice.docbook b/kdoctools/customization/pl/entities/gpl-notice.docbook new file mode 100644 index 000000000..0381cb88b --- /dev/null +++ b/kdoctools/customization/pl/entities/gpl-notice.docbook @@ -0,0 +1,20 @@ +<para>Ten program jest wolnym oprogramowaniem, możesz go rozprowadzać +i/lub modyfikować na zasadach licencji GNU General Public License, +opublikowanej przez Free Software Foundation, w wersji 2 lub +(według Twojego uznania) dowolnej późniejszej wersji.</para> + +<para>Ten program jest udostępniany w nadziei, że będzie +użyteczny, ale BEZ ŻADNEJ GWARANCJI, nawet bez +domyślnej gwarancji CO DO PRZYDATNOŚCI HANDLOWEJ i +PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. +Szczegóły można znaleźć w licencji GNU General Public License.</para> + +<para>Do tego programu powinna zostać dołączona kopia licencji +GNU General Public License. Jeśli nie została, napisz do: Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/pl/entities/help-menu.docbook b/kdoctools/customization/pl/entities/help-menu.docbook new file mode 100644 index 000000000..960af96d2 --- /dev/null +++ b/kdoctools/customization/pl/entities/help-menu.docbook @@ -0,0 +1,55 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Pomoc</guimenu> +<guimenuitem>Podręcznik programu ...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Uruchamia System pomocy KDE</action> +na stronie pomocy programu (czyli na tym dokumencie).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Pomoc</guimenu> +<guimenuitem>Co to jest?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Zmienia kursor myszy w strzałkę ze znakiem zapytania +.</action> Kliknięcie na elemencie programu spowoduje otworzenie okna pomocy +objaśniającego funkcję tego elementu (o ile taka pomoc istnieje).</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Raport o błędzie...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Otwiera okienko zgłoszenia błędu</action>, w którym +możesz zgłosić błąd lub prośbę o dodanie nowej funkcji.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Pomoc</guimenu> +<guimenuitem>O programie ...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Wyświetla informację o autorach i wersji programu.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Pomoc</guimenu> +<guimenuitem>Informacje o KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Wyświetla informację o wersji KDE i inne podstawowe informacje.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/pl/entities/install-compile.docbook b/kdoctools/customization/pl/entities/install-compile.docbook new file mode 100644 index 000000000..0b7bfbf39 --- /dev/null +++ b/kdoctools/customization/pl/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>Aby skompilować i zainstalować ten program w Twoim systemie, +uruchom następujące polecenia w katalogu głównym dystrybucji programu:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Ponieważ ten program używa <command>autoconf</command> i +<command>automake</command>, nie powinno być problemów ze skompilowaniem go. +Jeśli napotkasz problemy, proszę je zgłosić na listach e-mailowych &kde;.</para> + diff --git a/kdoctools/customization/pl/entities/install-intro.docbook b/kdoctools/customization/pl/entities/install-intro.docbook new file mode 100644 index 000000000..593de4a0d --- /dev/null +++ b/kdoctools/customization/pl/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>Ten program jest częścią projektu &kde; (&kde-http;).</para> + +<para>Ten program znajduje się w pakiecie &package; na +&kde-ftp;, głównym serwerze &FTP; projektu &kde;.</para> diff --git a/kdoctools/customization/pl/entities/lgpl-notice.docbook b/kdoctools/customization/pl/entities/lgpl-notice.docbook new file mode 100644 index 000000000..c7dbd3dcb --- /dev/null +++ b/kdoctools/customization/pl/entities/lgpl-notice.docbook @@ -0,0 +1,24 @@ +<para> +Ta biblioteka jest wolnym oprogramowaniem, możesz go rozprowadzać +i/lub modyfikować na zasadach licencji GNU Lesser General Public License, +opublikowanej przez Free Software Foundation, w wersji 2 lub +(według Twojego uznania) dowolnej późniejszej wersji.</para> + +<para> +Ta biblioteka jest udostępniana w nadziei, że będzie +użyteczna, ale BEZ ŻADNEJ GWARANCJI, nawet bez +domyślnej gwarancji CO DO PRZYDATNOŚCI HANDLOWEJ i +PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. +Szczegóły można znaleźć w licencji GNU +Lesser General Public License.</para> + +<para>Do tej biblioteki powinna zostać dołączona kopia licencji GNU Lesser General +Public License. Jeśli nie została, napisz do: Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/pl/entities/report-bugs.docbook b/kdoctools/customization/pl/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/pl/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/pl/entities/underArtisticLicense.docbook b/kdoctools/customization/pl/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..832a64dc0 --- /dev/null +++ b/kdoctools/customization/pl/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Ten program jest rozprowadzany na zasadach <ulink +url="common/artistic-license.html">Licencji Artystycznej</ulink>.</para> diff --git a/kdoctools/customization/pl/entities/underBSDLicense.docbook b/kdoctools/customization/pl/entities/underBSDLicense.docbook new file mode 100644 index 000000000..5256c4175 --- /dev/null +++ b/kdoctools/customization/pl/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Ten program jest rozprowadzany na zasadach <ulink +url="common/bsd-license.html">Licencji BSD</ulink>.</para> diff --git a/kdoctools/customization/pl/entities/underFDL.docbook b/kdoctools/customization/pl/entities/underFDL.docbook new file mode 100644 index 000000000..cd01badc9 --- /dev/null +++ b/kdoctools/customization/pl/entities/underFDL.docbook @@ -0,0 +1,3 @@ +<para id="gnu-fdl" xreflabel="sekcji zatytułowanej "GNU Free Documentation License"">Ta dokumentacja jest rozprowadzana na zasadach <ulink +url="common/fdl-license.html">Licencji GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/pl/entities/underGPL.docbook b/kdoctools/customization/pl/entities/underGPL.docbook new file mode 100644 index 000000000..71cfe79d7 --- /dev/null +++ b/kdoctools/customization/pl/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Ten program jest rozprowadzany na zasadach <ulink +url="common/gpl-translated.html">Licencji GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/pl/entities/underX11License.docbook b/kdoctools/customization/pl/entities/underX11License.docbook new file mode 100644 index 000000000..45a7296c6 --- /dev/null +++ b/kdoctools/customization/pl/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Ten program jest rozprowadzany na zasadach <ulink +url="common/x11-license.html">Licencji X11</ulink>.</para> diff --git a/kdoctools/customization/pl/entities/update-doc.docbook b/kdoctools/customization/pl/entities/update-doc.docbook new file mode 100644 index 000000000..087f2823c --- /dev/null +++ b/kdoctools/customization/pl/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>Ten dokument mógł zostać uaktualniony od czasu zainstalowania w Twoim systemie. +Najnowszą wersję możesz znaleźć na stronie +<ulink url="http://docs.kde.org/stable/pl/">http://docs.kde.org/stable/pl/</ulink>.</para> diff --git a/kdoctools/customization/pl/lang.entities b/kdoctools/customization/pl/lang.entities new file mode 100644 index 000000000..f7b51e91f --- /dev/null +++ b/kdoctools/customization/pl/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "pl"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//PL" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//PL" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//PL" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//PL" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//PL" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//PL" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//PL" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//PL" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//PL" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//PL" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//PL" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/pl/strings.entities b/kdoctools/customization/pl/strings.entities new file mode 100644 index 000000000..1caac7af8 --- /dev/null +++ b/kdoctools/customization/pl/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "ten program"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "PODAĆ TYTUŁY"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "z Sekcjami Niezmiennymi &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "bez Sekcji Niezmiennych"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTA"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "z Tekstem Początkowym: &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "bez Tekstu Początkowego"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "PODAĆ TYTUŁY"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "z Tekstem Końcowym: &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "bez tekstu Końcowego"> diff --git a/kdoctools/customization/pl/user.entities b/kdoctools/customization/pl/user.entities new file mode 100644 index 000000000..3cb8b2f07 --- /dev/null +++ b/kdoctools/customization/pl/user.entities @@ -0,0 +1,258 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!-- Not defined entities, must be replaced with text: +digikamimageplugins +klicker +kpat +ktnef + --> + +<!ENTITY akregator-mianownik '<application>Akregator</application>'> +<!ENTITY akregator-dopelniacz '<application>Akregatora</application>'> +<!ENTITY akregator-celownik '<application>Akregatorowi</application>'> +<!ENTITY akregator-biernik '<application>Akregatora</application>'> +<!ENTITY akregator-narzednik '<application>Akregatorem</application>'> +<!ENTITY akregator-miejscownik '<application>Akregatorze</application>'> + +<!ENTITY Alt "<keycap>Alt</keycap>"> + +<!ENTITY amarok-mianownik '<application>amaroK</application>'> +<!ENTITY amarok-dopelniacz '<application>amaroKa</application>'> +<!ENTITY amarok-celownik '<application>amaroKowi</application>'> +<!ENTITY amarok-biernik '<application>amaroKa</application>'> +<!ENTITY amarok-narzednik '<application>amaroKiem</application>'> +<!ENTITY amarok-miejscownik '<application>amaroKu</application>'> + +<!ENTITY ark-mianownik '<application>Ark</application>'> +<!ENTITY ark-dopelniacz '<application>Arka</application>'> +<!ENTITY ark-celownik '<application>Arkowi</application>'> +<!ENTITY ark-biernik '<application>Arka</application>'> +<!ENTITY ark-narzednik '<application>Arkiem</application>'> +<!ENTITY ark-miejscownik '<application>Arku</application>'> + +<!ENTITY Backspace "<keycap>Backspace</keycap>"> + +<!ENTITY cdrom-mianownik '<hardware>CD-ROM</hardware>'> +<!ENTITY cdrom-dopelniacz '<hardware>CD-ROMu</hardware>'> +<!ENTITY cdrom-celownik '<hardware>CD-ROMowi</hardware>'> +<!ENTITY cdrom-biernik '<hardware>CD-ROM</hardware>'> +<!ENTITY cdrom-narzednik '<hardware>CD-ROMem</hardware>'> +<!ENTITY cdrom-miejscownik '<hardware>CD-ROMie</hardware>'> + +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi "dpi"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "itp."> +<!ENTITY eg "np."> + +<!ENTITY FAQ "FAQ"> + +<!ENTITY gif '<literal role="extension">.gif</literal>'> + +<!ENTITY ie "tzn."> + +<!ENTITY GUI-mianownik 'graficzny interfejs użytkownika'> +<!ENTITY GUI-dopelniacz 'graficznego interfejsu użytkownika'> +<!ENTITY GUI-celownik 'graficznemu interfejsowi użytkownika'> +<!ENTITY GUI-biernik 'graficzny interfejs użytkownika'> +<!ENTITY GUI-narzednik 'graficznym interfejsem użytkownika'> +<!ENTITY GUI-miejscownik 'graficznym interfejsie użytkownika'> + +<!ENTITY juk-mianownik '<application>Juk</application>'> +<!ENTITY juk-dopelniacz '<application>Juka</application>'> +<!ENTITY juk-celownik '<application>Jukowi</application>'> +<!ENTITY juk-biernik '<application>Juka</application>'> +<!ENTITY juk-narzednik '<application>Jukiem</application>'> +<!ENTITY juk-miejscownik '<application>Juku</application>'> + +<!ENTITY kaddressbook-mianownik '<application>Książka adresowa</application>'> +<!ENTITY kaddressbook-dopelniacz '<application>Książki adresowej</application>'> +<!ENTITY kaddressbook-celownik '<application>Książce adresowej</application>'> +<!ENTITY kaddressbook-biernik '<application>Książkę adresową</application>'> +<!ENTITY kaddressbook-narzednik '<application>Książką adresową</application>'> +<!ENTITY kaddressbook-miejscownik '<application>Książce adresowej</application>'> + + +<!ENTITY kappfinder-mianownik '<application>Kappfinder</application>'> +<!ENTITY kappfinder-dopelniacz '<application>Kappfinder</application>'> +<!ENTITY kappfinder-celownik '<application>Kappfinder</application>'> +<!ENTITY kappfinder-biernik '<application>Kappfinder</application>'> +<!ENTITY kappfinder-narzednik '<application>Kappfinder</application>'> +<!ENTITY kappfinder-miejscownik '<application>Kappfinder</application>'> + +<!ENTITY kcalc-mianownik '<application>Kalkulator</application>'> +<!ENTITY kcalc-dopelniacz '<application>Kalkulatora</application>'> +<!ENTITY kcalc-celownik '<application>Kalkulatorowi</application>'> +<!ENTITY kcalc-biernik '<application>Kalkulator</application>'> +<!ENTITY kcalc-narzednik '<application>Kalkulatorem</application>'> +<!ENTITY kcalc-miejscownik '<application>Kalkulatorze</application>'> + +<!ENTITY kcontrolcenter '&kcontrolcenter-mianownik;'> +<!ENTITY kcontrolcenter-mianownik '<application>Centrum sterowania &kde;</application>'> +<!ENTITY kcontrolcenter-dopelniacz '<application>Centrum sterowania &kde;</application>'> +<!ENTITY kcontrolcenter-celownik '<application>Centrum sterowania &kde;</application>'> +<!ENTITY kcontrolcenter-biernik '<application>Centrum sterowania &kde;</application>'> +<!ENTITY kcontrolcenter-narzednik '<application>Centrum sterowania &kde;</application>'> +<!ENTITY kcontrolcenter-miejscownik '<application>Centrum sterowania &kde;</application>'> + +<!ENTITY kdm-mianownik '<application>KDM</application>'> +<!ENTITY kdm-dopelniacz '<application>KDM</application>'> +<!ENTITY kdm-celownik '<application>KDM</application>'> +<!ENTITY kdm-biernik '<application>KDM</application>'> +<!ENTITY kdm-narzednik '<application>KDM</application>'> +<!ENTITY kdm-miejscownik '<application>KDM</application>'> + +<!ENTITY khelpcenter-mianownik '<application>Centrum pomocy &kde;</application>'> +<!ENTITY khelpcenter-dopelniacz '<application>Centrum pomocy &kde;</application>'> +<!ENTITY khelpcenter-celownik '<application>Centrum pomocy &kde;</application>'> +<!ENTITY khelpcenter-biernik '<application>Centrum pomocy &kde;</application>'> +<!ENTITY khelpcenter-narzednik '<application>Centrum pomocy &kde;</application>'> +<!ENTITY khelpcenter-miejscownik '<application>Centrum pomocy &kde;</application>'> + +<!ENTITY kicker-mianownik '<application>Kicker</application>'> +<!ENTITY kicker-dopelniacz '<application>Kickera</application>'> +<!ENTITY kicker-celownik '<application>Kickerowi</application>'> +<!ENTITY kicker-biernik '<application>Kickera</application>'> +<!ENTITY kicker-narzednik '<application>Kickerem</application>'> +<!ENTITY kicker-miejscownik '<application>Kickerze</application>'> + +<!ENTITY kicon " +<guiicon> +<inlinemediaobject> + <objectinfo><title>Ikona K &kde;</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon>"><!-- if image is localised, then entityref should be used instead of fileref --> + +<!ENTITY kipi '<application>KIPI</application>'> + +<!ENTITY klipper-mianownik '<application>Klipper</application>'> +<!ENTITY klipper-dopelniacz '<application>Klippera</application>'> +<!ENTITY klipper-celownik '<application>Klipperowi</application>'> +<!ENTITY klipper-biernik '<application>Klippera</application>'> +<!ENTITY klipper-narzednik '<application>Klipperem</application>'> +<!ENTITY klipper-miejscownik '<application>Klipperze</application>'> + +<!ENTITY kmail-mianownik '<application>Kmail</application>'> +<!ENTITY kmail-dopelniacz '<application>Kmaila</application>'> +<!ENTITY kmail-celownik '<application>Kmailowi</application>'> +<!ENTITY kmail-biernik '<application>Kmaila</application>'> +<!ENTITY kmail-narzednik '<application>Kmailem</application>'> +<!ENTITY kmail-miejscownik '<application>Kmailu</application>'> + +<!ENTITY kmenu 'Menu K'> +<!ENTITY kmenu-mianownik 'Menu K'> +<!ENTITY kmenu-dopelniacz '&kmenu-mianownik;'> +<!ENTITY kmenu-celownik '&kmenu-mianownik;'> +<!ENTITY kmenu-biernik '&kmenu-mianownik;'> +<!ENTITY kmenu-narzednik '&kmenu-mianownik;'> +<!ENTITY kmenu-miejscownik '&kmenu-mianownik;'> + +<!ENTITY knode-mianownik '<application>Knode</application>'> +<!ENTITY knode-dopelniacz '<application>Knode</application>'> +<!ENTITY knode-celownik '<application>Knode</application>'> +<!ENTITY knode-biernik '<application>Knode</application>'> +<!ENTITY knode-narzednik '<application>Knode</application>'> +<!ENTITY knode-miejscownik '<application>Knode</application>'> + +<!ENTITY konqueror-mianownik '<application>Konqueror</application>'> +<!ENTITY konqueror-dopelniacz '<application>Konquerora</application>'> +<!ENTITY konqueror-celownik '<application>Konquerorowi</application>'> +<!ENTITY konqueror-biernik '<application>Konquerora</application>'> +<!ENTITY konqueror-narzednik '<application>Konquerorem</application>'> +<!ENTITY konqueror-miejscownik '<application>Konquerorze</application>'> + +<!ENTITY konsole-mianownik '<application>Konsola</application>'> +<!ENTITY konsole-dopelniacz '<application>Konsoli</application>'> +<!ENTITY konsole-celownik '<application>Konsoli</application>'> +<!ENTITY konsole-biernik '<application>Konsolę</application>'> +<!ENTITY konsole-narzednik '<application>Konsolą</application>'> +<!ENTITY konsole-miejscownik '<application>Konsoli</application>'> + +<!ENTITY kontact-mianownik '<application>Kontact</application>'> +<!ENTITY kontact-dopelniacz '<application>Kontact</application>'> +<!ENTITY kontact-celownik '<application>Kontact</application>'> +<!ENTITY kontact-biernik '<application>Kontact</application>'> +<!ENTITY kontact-narzednik '<application>Kontact</application>'> +<!ENTITY kontact-miejscownik '<application>Kontact</application>'> + +<!ENTITY kopete-mianownik '<application>Kopete</application>'> +<!ENTITY kopete-dopelniacz '<application>Kopete</application>'> +<!ENTITY kopete-celownik '<application>Kopete</application>'> +<!ENTITY kopete-biernik '<application>Kopete</application>'> +<!ENTITY kopete-narzednik '<application>Kopete</application>'> +<!ENTITY kopete-miejscownik '<application>Kopete</application>'> + +<!ENTITY korganizer-mianownik '<application>Korganizer</application>'> +<!ENTITY korganizer-dopelniacz '<application>Korganizera</application>'> +<!ENTITY korganizer-celownik '<application>Korganizerowi</application>'> +<!ENTITY korganizer-biernik '<application>Korganizera</application>'> +<!ENTITY korganizer-narzednik '<application>Korganizerem</application>'> +<!ENTITY korganizer-miejscownik '<application>Korganizerze</application>'> + +<!ENTITY ksysguard-mianownik '<application>Ksysguard</application>'> +<!ENTITY ksysguard-dopelniacz '<application>Ksysguarda</application>'> +<!ENTITY ksysguard-celownik '<application>Ksysguardowi</application>'> +<!ENTITY ksysguard-biernik '<application>Ksysguarda</application>'> +<!ENTITY ksysguard-narzednik '<application>Ksysguardem</application>'> +<!ENTITY ksysguard-miejscownik '<application>Ksysguardzie</application>'> + +<!ENTITY kwallet-mianownik '<application>Portfel &kde;</application>'> +<!ENTITY kwallet-dopelniacz '<application>Portfela &kde;</application>'> +<!ENTITY kwallet-celownik '<application>Portfelowi &kde;</application>'> +<!ENTITY kwallet-biernik '<application>Portfel &kde;</application>'> +<!ENTITY kwallet-narzednik '<application>Portfelem &kde;</application>'> +<!ENTITY kwallet-miejscownik '<application>Portfelu &kde;</application>'> + +<!ENTITY kwalletmanager-mianownik '<application>Menedżer portfeli &kde;</application>'> +<!ENTITY kwalletmanager-dopelniacz '<application>Menedżera portfeli &kde;</application>'> +<!ENTITY kwalletmanager-celownik '<application>Menedżerowi portfeli &kde;</application>'> +<!ENTITY kwalletmanager-biernik '<application>Menedżera portfeli &kde;</application>'> +<!ENTITY kwalletmanager-narzednik '<application>Menedżerem portfeli &kde;</application>'> +<!ENTITY kwalletmanager-miejscownik '<application>Menedżerze portfeli &kde;</application>'> + +<!ENTITY noatun-mianownik '<application>Noatun</application>'> +<!ENTITY noatun-dopelniacz '<application>Noatuna</application>'> +<!ENTITY noatun-celownik '<application>Noatunowi</application>'> +<!ENTITY noatun-biernik '<application>Noatuna</application>'> +<!ENTITY noatun-narzednik '<application>Noatunem</application>'> +<!ENTITY noatun-miejscownik '<application>Noatunie</application>'> + +<!ENTITY Linux-mianownik 'Linux'> +<!ENTITY Linux-dopelniacz 'Linuksa'> +<!ENTITY Linux-celownik 'Linuksowi'> +<!ENTITY Linux-biernik 'Linuksa'> +<!ENTITY Linux-narzednik 'Linuksem'> +<!ENTITY Linux-miejscownik 'Linuksie'> + +<!ENTITY OS-mianownik 'system operacyjny'> +<!ENTITY OS-dopelniacz 'systemu operacyjnego'> +<!ENTITY OS-celownik 'systemowi operacyjnemu'> +<!ENTITY OS-biernik 'system operacyjny'> +<!ENTITY OS-narzednik 'systemem operacyjnym'> +<!ENTITY OS-miejscownik 'systemie operacyjnym'> + +<!ENTITY Sendmail-mianownik '<application>Sendmail</application>'> +<!ENTITY Sendmail-dopelniacz '<application>Sendmaila</application>'> +<!ENTITY Sendmail-celownik '<application>Sendmailowi</application>'> +<!ENTITY Sendmail-biernik '<application>Sendmaila</application>'> +<!ENTITY Sendmail-narzednik '<application>Sendmailem</application>'> +<!ENTITY Sendmail-miejscownik '<application>Sendmailu/application>'> + +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> + +<!ENTITY UNIX-mianownik 'Unix'> +<!ENTITY UNIX-dopelniacz 'Uniksa'> +<!ENTITY UNIX-celownik 'Uniksowi'> +<!ENTITY UNIX-biernik 'Uniksa'> +<!ENTITY UNIX-narzednik 'Uniksem'> +<!ENTITY UNIX-miejscownik 'Uniksie'> diff --git a/kdoctools/customization/pt-BR/catalog b/kdoctools/customization/pt-BR/catalog new file mode 100644 index 000000000..7a8ba9118 --- /dev/null +++ b/kdoctools/customization/pt-BR/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Brazilian Portuguese Documentation V1.0//PTBR" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//PTBR" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//PTBR" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//PTBR" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//PTBR" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//PTBR" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//PTBR" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//PTBR" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//PTBR" + "entities/underLGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//PTBR" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//PTBR" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//PTBR" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//PTBR" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//PTBR" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//PTBR" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//PTBR" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//PTBR" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//PTBR" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/pt-BR/entities/fdl-notice.docbook b/kdoctools/customization/pt-BR/entities/fdl-notice.docbook new file mode 100644 index 000000000..6acfe0093 --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>É concedida permissão para copiar, distribuir e/ou modificar este +documento sob os termos da Licença de Documentação Livre GNU, +Versão 1.1 ou qualquer versão posterior publicada pela Fundação do Software +Livre; com &FDLInvariantSections;, com &FDLFrontCoverText;, e +com &FDLBackCoverText;. Uma cópia da licença está incluída na <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/pt-BR/entities/gpl-notice.docbook b/kdoctools/customization/pt-BR/entities/gpl-notice.docbook new file mode 100644 index 000000000..8c83414c4 --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/gpl-notice.docbook @@ -0,0 +1,18 @@ +<para> +Este programa é software gratuito. Pode ser redistribuído +e/ou modificado em conformidade com a GNU General Public License, tal como está +publicada pela Free Software Foundation, quer se trate da versão 2 da +Licença, ou de uma versão mais recente. +</para> + +<para> +Este programa é distribuído com o propósito de vir a ser útil, mas SEM +QUALQUER GARANTIA; nem mesmo as garantias implícitas de FORNECIMENTO DE COMPONENTES ou de AJUSTE PARA UM FIM ESPECÍFICO. +Para mais detalhes, consulte a GNU General Public License. +</para> + +<para> +Deverá ser distribuída uma cópia da GNU General Public License +juntamente com este programa. Se não for, contate a +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, EUA. +</para> diff --git a/kdoctools/customization/pt-BR/entities/help-menu.docbook b/kdoctools/customization/pt-BR/entities/help-menu.docbook new file mode 100644 index 000000000..0415c88bf --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/help-menu.docbook @@ -0,0 +1,52 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ajuda</guimenu> +<guimenuitem>Manual do &kappname;</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invoca a ajuda do KDE</action>, iniciando a ajuda do &kappname;.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ajuda</guimenu> +<guimenuitem>O que é Isto?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Muda o cursor do mouse para uma mistura de uma seta com um ponto de interrogação.</action> Clicando nos itens do &kappname; você irá abrir uma janela de ajuda (se existir alguma para o item em particular) explicando a função do item.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Ajuda</guimenu> +<guimenuitem>Relatar Falha...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Abre a janela para Reportar Falhas</action> onde você pode +relatar uma falha ou <quote>sugerir</quote> uma funcionalidade.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ajuda</guimenu> +<guimenuitem>Sobre o &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Isto irá mostrar a versão da aplicação e as informações do autor.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ajuda</guimenu> +<guimenuitem>Sobre o KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Isto mostra a versão do KDE bem como outras informações básicas.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/pt-BR/entities/install-compile.docbook b/kdoctools/customization/pt-BR/entities/install-compile.docbook new file mode 100644 index 000000000..2e89939b6 --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>Para compilar e instalar o &kappname; sem seu sistema, digite o +sequinte no diretório base da distribuição de &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Uma vez que o &kappname; usa o <command>autoconf</command> e o +<command>automake</command> você não deve ter problemas em compilá-lo. Se você +tiver problemas por favor reporte-os às lista de correio do &kde;.</para> + diff --git a/kdoctools/customization/pt-BR/entities/install-intro.docbook b/kdoctools/customization/pt-BR/entities/install-intro.docbook new file mode 100644 index 000000000..13a0eea61 --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/install-intro.docbook @@ -0,0 +1,4 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>O &kappname; faz parte do projeto &kde; &kde-http;.</para> + +<para>O &kappname; pode ser encontrado no pacote &package; no servidor &FTP; principal do projeto &kde; &kde-ftp;.</para> diff --git a/kdoctools/customization/pt-BR/entities/lgpl-notice.docbook b/kdoctools/customization/pt-BR/entities/lgpl-notice.docbook new file mode 100644 index 000000000..bc170a024 --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>Esta biblioteca é um software livre; você pode redistribuí-la e/ou +modificá-la sob os termos da Licença Pública Geral de Componente GNU +como publicado pela Fundação do Software Livre; seja a versão 2 da +licença, ou (a sua escolha) qualquer versão posterior.</para> + +<para>Esta biblioteca é distribuída na esperança que ela seja +útil, mas SEM NENHUMA GARANTIA; nem mesmo as garantias implícitas +de FORNECIMENTO DE COMPONENTES ou de AJUSTE PARA UM FIM ESPECÍFICO. +Para mais detalhes, consulte a Licença Pública Geral de Componente.</para> + +<para>Você deve ter recebido uma cópia da Licença Pública Geral de +Componente com esta biblioteca; caso contrário, escreva para a Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +-->
\ No newline at end of file diff --git a/kdoctools/customization/pt-BR/entities/report-bugs.docbook b/kdoctools/customization/pt-BR/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/pt-BR/entities/underArtisticLicense.docbook b/kdoctools/customization/pt-BR/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..a0a55c703 --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Este programa é licenciado sob os termos da <ulink +url="common/artistic-license.html">Licença Artística</ulink>.</para> diff --git a/kdoctools/customization/pt-BR/entities/underBSDLicense.docbook b/kdoctools/customization/pt-BR/entities/underBSDLicense.docbook new file mode 100644 index 000000000..a29ddfabc --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Este programa é licenciado sob os termos da <ulink +url="common/bsd-license.html">Licença BSD</ulink>.</para> diff --git a/kdoctools/customization/pt-BR/entities/underFDL.docbook b/kdoctools/customization/pt-BR/entities/underFDL.docbook new file mode 100644 index 000000000..33ee44330 --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/underFDL.docbook @@ -0,0 +1,3 @@ +<para id="gnu-fdl" xreflabel="seção intitulada "Licença de Documentação Livre GNU"">Esta documentação é licenciada sob os termos da <ulink +url="../common/fdl-license.html">Licença de Documentação Livre +GNU</ulink>.</para> diff --git a/kdoctools/customization/pt-BR/entities/underGPL.docbook b/kdoctools/customization/pt-BR/entities/underGPL.docbook new file mode 100644 index 000000000..8d9864656 --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Este programa é licenciado sob os termos da <ulink +url="common/gpl-translated.html">Licença Pública Geral GNU</ulink>.</para> diff --git a/kdoctools/customization/pt-BR/entities/underLGPL.docbook b/kdoctools/customization/pt-BR/entities/underLGPL.docbook new file mode 100644 index 000000000..7d314d98b --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/underLGPL.docbook @@ -0,0 +1,2 @@ +<para>Este programa é licenciado sob os termos da <ulink +url="common/lgpl-license.html">Licença Pública Geral GNU Lesser</ulink>.</para>
\ No newline at end of file diff --git a/kdoctools/customization/pt-BR/entities/underX11License.docbook b/kdoctools/customization/pt-BR/entities/underX11License.docbook new file mode 100644 index 000000000..7e873194f --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Este programa é licenciado sob os termos da <ulink +url="common/x11-license.html">Licença X11</ulink>.</para> diff --git a/kdoctools/customization/pt-BR/entities/update-doc.docbook b/kdoctools/customization/pt-BR/entities/update-doc.docbook new file mode 100644 index 000000000..ea5ad7ecc --- /dev/null +++ b/kdoctools/customization/pt-BR/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>Este documento pode ter sido atualizado depois da sua instalação. +Você pode encontrar a última versão em <ulink +url="http://docs.kde.org/current/&package;/">http://docs.kde.org/current/&package;/</ulink>.</para> diff --git a/kdoctools/customization/pt-BR/lang.entities b/kdoctools/customization/pt-BR/lang.entities new file mode 100644 index 000000000..4750a725e --- /dev/null +++ b/kdoctools/customization/pt-BR/lang.entities @@ -0,0 +1,48 @@ +<!ENTITY language "pt-BR"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//PTBR" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//PTBR" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//PTBR" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//PTBR" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//PTBR" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//PTBR" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//PTBR" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//PTBR" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//PTBR" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//PTBR" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//PTBR" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//PTBR" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/pt-BR/strings.entities b/kdoctools/customization/pt-BR/strings.entities new file mode 100644 index 000000000..f9b4d30e1 --- /dev/null +++ b/kdoctools/customization/pt-BR/strings.entities @@ -0,0 +1,39 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "este aplicativo"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LISTAR SEUS TÍTULOS"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "a(s) Seção(ões) Não Modificável(is) sendo &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "nenhuma Seção Não Modificável"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTAR"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "o Texto de Capa sendo &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "nenhum Texto de Capa"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LISTAR SEUS TÍTULOS"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "o Texto de Contra-Capa sendo &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "nenhum Texto de Contra-Capa"> + +<!-- modespec entity: must be adapted in accordance with the normal usage + for documents in a language; the most likely candidates are the value + of xreflabel (now %t for title of section referred to) and the content + (now empty). If more than one format is needed, contact kde-docbook@kde.org. + ** In general, this setup will not work with more than one language in + a document ** + Usage: in <bookinfo> + Only strictly needed when olinks are used + --> +<!--ENTITY kde-modespec '<modespec id="kdems-default" xreflabel="%t"></modespec>'--> +<!ENTITY kde.modespec ' + <modespec id="kdems-help">help:</modespec> + <modespec id="kdems-man">man:</modespec>'> + +<!ENTITY olinktype "kde-installation">
\ No newline at end of file diff --git a/kdoctools/customization/pt-BR/user.entities b/kdoctools/customization/pt-BR/user.entities new file mode 100644 index 000000000..ef4ba75d6 --- /dev/null +++ b/kdoctools/customization/pt-BR/user.entities @@ -0,0 +1,40 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY artsbuilder "construtor arts"> +<!ENTITY Backspace "<keycap>Esc</keycap>"> +<!ENTITY cdrom "<hardware>CD-ROM</hardware>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>DPI</acronym>'> +<!ENTITY eg "<abbrev>por exemplo</abbrev>"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>etc</abbrev>"> +<!ENTITY ex "<abbrev>por exemplo</abbrev>"> +<!ENTITY FAQ "Perguntas mais freqüentes (do inglês <acronym>FAQ</acronym>)"> +<!ENTITY HTML '<acronym>HTML</acronym>'> +<!ENTITY ie "isto é"> +<!ENTITY infocenter "<application>Centro de Informações</application>"> +<!ENTITY kcontrolcenter "<application>Centro de Controle do &kde;</application>"> +<!ENTITY kicon "ícone <guiicon> +<inlinemediaobject> + <objectinfo><title>O ícone K do &kde;</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon>"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "Menu <guimenu>K</guimenu>"> +<!ENTITY LMB "botão <mousebutton>esquerdo</mousebutton> do mouse"> +<!ENTITY MMB "botão do <mousebutton>meio</mousebutton> do mouse"> +<!ENTITY OS "<acronym>Sistema Operacional</acronym>"> +<!ENTITY RMB "botão <mousebutton>direito</mousebutton> do mouse"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY systemtray "<application>bandeja do sistema</application>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> diff --git a/kdoctools/customization/pt/catalog b/kdoctools/customization/pt/catalog new file mode 100644 index 000000000..da1c15740 --- /dev/null +++ b/kdoctools/customization/pt/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Portuguese Documentation V1.0//PT" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//PT" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//PT" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//PT" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//PT" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//PT" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//PT" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//PT" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//PT" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//PT" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//PT" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//PT" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//PT" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//PT" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//PT" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//PT" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//PT" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/pt/contributor.entities b/kdoctools/customization/pt/contributor.entities new file mode 100644 index 000000000..a0f6564eb --- /dev/null +++ b/kdoctools/customization/pt/contributor.entities @@ -0,0 +1,20 @@ +<!-- Contains general entity definitions for the names of the translators. + See ../entities/contributor.entities. --> + +<!ENTITY Pedro.Morais '<personname><firstname>Pedro</firstname><surname>Morais</surname></personname>'> +<!ENTITY Pedro.Morais.mail '<email>morais@kde.org</email>'> + +<!ENTITY Jose.Pires '<personname><firstname>José</firstname><surname>Pires</surname></personname>'> +<!ENTITY Jose.Pires.mail '<email>jncp@netcabo.pt</email>'> + +<!ENTITY Nuno.Donato '<personname><firstname>Nuno</firstname><surname>Donato</surname></personname>'> +<!ENTITY Nuno.Donato.mail '<email>nunodonato@iol.pt</email>'> + +<!ENTITY Pedro.Medas '<personname><firstname>Pedro</firstname><surname>Medas</surname></personname>'> +<!ENTITY Pedro.Medas.mail '<email>pmedas@aeiou.pt</email>'> + +<!ENTITY Sergio.Fernandes '<personname><firstname>Sérgio</firstname><surname>Fernandes</surname></personname>'> +<!ENTITY Sergio.Fernandes.mail '<email>sergio_fernandes@rocketmail.com</email>'> + +<!ENTITY Rui.Branco '<personname><firstname>Rui</firstname><surname>Branco</surname></personname>'> +<!ENTITY Rui.Branco.mail '<email>freedebian@netcabo.pt</email>'> diff --git a/kdoctools/customization/pt/entities/fdl-notice.docbook b/kdoctools/customization/pt/entities/fdl-notice.docbook new file mode 100644 index 000000000..c70a59267 --- /dev/null +++ b/kdoctools/customization/pt/entities/fdl-notice.docbook @@ -0,0 +1,8 @@ +<para> +É dada permissão para copiar, distribuir e/ou modificar este documento +ao abrigo da GNU Free Documentation License, Versão 1.1 ou de uma versão +mais recente publicada pela Free Software Foundation; +&FDLInvariantSections;, &FDLFrontCoverText;, e +&FDLBackCoverText;. Uma cópia desta licença está incluida na +<xref linkend="gnu-fdl"/>. +</para> diff --git a/kdoctools/customization/pt/entities/gpl-notice.docbook b/kdoctools/customization/pt/entities/gpl-notice.docbook new file mode 100644 index 000000000..97293a5aa --- /dev/null +++ b/kdoctools/customization/pt/entities/gpl-notice.docbook @@ -0,0 +1,18 @@ +<para> +Este programa é software gratuito. Pode ser redistribuído +e/ou modificado ao abrigo da GNU General Public License, tal como está +publicada pela Free Software Foundation, quer se trate da versão 2 da +Licença, ou (por opção do utilizador) de uma versão mais recente. +</para> + +<para> +Este programa é distribuído com o propósito de vir a ser útil, mas SEM +QUALQUER GARANTIA; nem mesmo as garantias implícitas de FORNECIMENTO DE COMPONENTES E/OU ACESSÓRIOS ou de AJUSTE PARA UM FIM ESPECÍFICO. +Para mais pormenores, consultar a GNU General Public License. +</para> + +<para> +Deverá ter sido distribuída uma cópia da GNU General Public License +juntamente com este programa. Se não, contactar +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, EUA. +</para> diff --git a/kdoctools/customization/pt/entities/help-menu.docbook b/kdoctools/customization/pt/entities/help-menu.docbook new file mode 100644 index 000000000..29a684729 --- /dev/null +++ b/kdoctools/customization/pt/entities/help-menu.docbook @@ -0,0 +1,51 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ajuda</guimenu> +<guimenuitem>Manual do &kappname;</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invoca a ajuda do KDE</action>, aberta na documentação do &kappname;. (este documento).</para></listitem> +</varlistentry> +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ajuda</guimenu> +<guimenuitem>O que é Isto?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Muda o cursor do rato para uma mistura de uma seta com um ponto de interrogação.</action> Ao carregar nos itens do &kappname; irá abrir uma janela de ajuda (se existir alguma para o item em particular) que explica a função do item.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Ajuda</guimenu> +<guimenuitem>Comunicar um Erro...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Abre a janela de Relato de Erros</action> onde pode +comunicar um erro ou <quote>pedir</quote> uma funcionalidade.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ajuda</guimenu> +<guimenuitem>Acerca do &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Mostra a versão da aplicação e as informações do autor.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ajuda</guimenu> +<guimenuitem>Acerca do KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Mostra a versão do KDE bem como outras informações básicas.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/pt/entities/install-compile.docbook b/kdoctools/customization/pt/entities/install-compile.docbook new file mode 100644 index 000000000..9fcbe0e44 --- /dev/null +++ b/kdoctools/customization/pt/entities/install-compile.docbook @@ -0,0 +1,10 @@ +<para>Para poder compilar e instalar o &kappname; no seu sistema escreva o seguinte na pasta de base da distribuição do &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Dado que o &kappname; usa o <command>autoconf</command> e o +<command>automake</command> não deve ter quaisquer problemas a compilá-lo. Se tiver, comunique-os para as listas do &kde;.</para> + diff --git a/kdoctools/customization/pt/entities/install-intro.docbook b/kdoctools/customization/pt/entities/install-intro.docbook new file mode 100644 index 000000000..7fb68799a --- /dev/null +++ b/kdoctools/customization/pt/entities/install-intro.docbook @@ -0,0 +1,4 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>O &kappname; faz parte do projecto do &kde; &kde-http;.</para> + +<para>O &kappname; pode ser encontrado no pacote &package; em &kde-ftp;, o servidor principal do projecto do &kde;.</para> diff --git a/kdoctools/customization/pt/entities/lgpl-notice.docbook b/kdoctools/customization/pt/entities/lgpl-notice.docbook new file mode 100644 index 000000000..e91cac4fb --- /dev/null +++ b/kdoctools/customization/pt/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para> +Esta biblioteca é software gratuito. Pode ser redistribuída +e/ou modificada ao abrigo da GNU Lesser General Public License, tal como está +publicada pela Free Software Foundation, quer se trate da versão 2 da +Licença, ou (por opção do utilizador) de uma versão mais recente. +</para> + +<para> +Esta biblioteca é distribuída com o propósito de vir a ser útil, mas SEM +QUALQUER GARANTIA; nem mesmo as garantias implícitas de FORNECIMENTO +DE COMPONENTES E/OU ACESSÓRIOS ou de AJUSTE PARA UM FIM ESPECÍFICO. +Para mais pormenores, consultar a GNU General Public License. +</para> + +<para> +Deverá ter sido distribuída uma cópia da GNU Lesser General Public License +juntamente com esta biblioteca. Se não, contactar +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA. +</para> diff --git a/kdoctools/customization/pt/entities/report-bugs.docbook b/kdoctools/customization/pt/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/pt/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/pt/entities/underArtisticLicense.docbook b/kdoctools/customization/pt/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..f8c292950 --- /dev/null +++ b/kdoctools/customization/pt/entities/underArtisticLicense.docbook @@ -0,0 +1,4 @@ +<para> +Este programa está licenciado ao abrigo da +<ulink url="common/artistic-license.html">Artistic License</ulink>. +</para> diff --git a/kdoctools/customization/pt/entities/underBSDLicense.docbook b/kdoctools/customization/pt/entities/underBSDLicense.docbook new file mode 100644 index 000000000..e960020df --- /dev/null +++ b/kdoctools/customization/pt/entities/underBSDLicense.docbook @@ -0,0 +1,4 @@ +<para> +Este programa está licenciado ao abrigo da +<ulink url="common/bsd-license.html">BSD License</ulink>. +</para> diff --git a/kdoctools/customization/pt/entities/underFDL.docbook b/kdoctools/customization/pt/entities/underFDL.docbook new file mode 100644 index 000000000..45271890d --- /dev/null +++ b/kdoctools/customization/pt/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="secção intitulada "GNU Free Documentation License""> +A documentação está licenciada ao abrigo da +<ulink url="common/fdl-license.html">GNU Free Documentation License</ulink>. +</para> diff --git a/kdoctools/customization/pt/entities/underGPL.docbook b/kdoctools/customization/pt/entities/underGPL.docbook new file mode 100644 index 000000000..a12f13482 --- /dev/null +++ b/kdoctools/customization/pt/entities/underGPL.docbook @@ -0,0 +1,4 @@ +<para> +Este programa está licenciado ao abrigo da +<ulink url="common/gpl-translated.html">GNU General Public License</ulink>. +</para> diff --git a/kdoctools/customization/pt/entities/underX11License.docbook b/kdoctools/customization/pt/entities/underX11License.docbook new file mode 100644 index 000000000..01a68af33 --- /dev/null +++ b/kdoctools/customization/pt/entities/underX11License.docbook @@ -0,0 +1,4 @@ +<para> +Este programa está licenciado ao abrigo da +<ulink url="common/x11-license.html">X11 License</ulink>. +</para> diff --git a/kdoctools/customization/pt/entities/update-doc.docbook b/kdoctools/customization/pt/entities/update-doc.docbook new file mode 100644 index 000000000..1c2589a17 --- /dev/null +++ b/kdoctools/customization/pt/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>Este documento pode ter sido actualizado desde a sua instalação. +Você poderá encontrar a última versão em <ulink +url="http://docs.kde.org/current/&package;/">http://docs.kde.org/current/&package;/</ulink>.</para> diff --git a/kdoctools/customization/pt/lang.entities b/kdoctools/customization/pt/lang.entities new file mode 100644 index 000000000..8c6a04f17 --- /dev/null +++ b/kdoctools/customization/pt/lang.entities @@ -0,0 +1,48 @@ +<!ENTITY language "pt"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//PT" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//PTBR" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//PT" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//PT" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//PT" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//PT" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//PT" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//PT" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//PT" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//PT" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//PT" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//PT" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/pt/strings.entities b/kdoctools/customization/pt/strings.entities new file mode 100644 index 000000000..6ffdaf257 --- /dev/null +++ b/kdoctools/customization/pt/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "esta aplicação"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LISTAR OS SEUS TÍTULOS"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "sendo as Secções Invariantes &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "sem Secções Invariantes"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTAR"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "sendo os Textos de Capa Frontal &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "sem Textos de Capa Frontal"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LISTAR OS SEUS TÍTULOS"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "sendo os Textos de Capa Traseira &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "sem Textos de Capa Traseira"> diff --git a/kdoctools/customization/pt/user.entities b/kdoctools/customization/pt/user.entities new file mode 100644 index 000000000..c916e0bde --- /dev/null +++ b/kdoctools/customization/pt/user.entities @@ -0,0 +1,43 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>leitor de CD-ROMs</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>ppp</acronym>'> +<!ENTITY pex "por exemplo"> <!-- English: ⪚ --> +<!ENTITY eg "isto é"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>etc.</abbrev>"> +<!ENTITY FAQ '<acronym>FAQ</acronym>'> +<!ENTITY ie "isto é"> +<!ENTITY kcontrolcenter "<application>Centro de Controlo &kde;</application>"> +<!ENTITY BER "botão <mousebutton>esquerdo</mousebutton> do rato"> <!-- English: &LMB; --> +<!ENTITY LMB "botão <mousebutton>esquerdo</mousebutton> do rato"> +<!ENTITY BMR "botão <mousebutton>do meio</mousebutton> do rato"> <!-- English: &MMB; --> +<!ENTITY MMB "botão <mousebutton>do meio</mousebutton> do rato"> +<!ENTITY BDR "botão <mousebutton>direito</mousebutton> do rato"> <!-- English: &RMB; --> +<!ENTITY RMB "botão <mousebutton>direito</mousebutton> do rato"> +<!ENTITY OS "sistema operativo"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> +<!ENTITY kicon '<guiicon> +<inlinemediaobject> + <objectinfo><title>O ícone K do &kde;</title></objectinfo> + <imageobject><imagedata fileref="common/kmenu.png" format="PNG"/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> + </guiicon> icon'> +<!ENTITY kmenu "menu <guimenu>K</guimenu>"> +<!ENTITY kinfocenter "<application>Centro de Informação do KDE</application>" > +<!ENTITY ksystemlog "<application>KSystemLog</application>" > +<!ENTITY kleopatra "<application>Kleopatra</application>" > +<!ENTITY qt "<trademark>Qt</trademark>" > diff --git a/kdoctools/customization/ro/catalog b/kdoctools/customization/ro/catalog new file mode 100644 index 000000000..d94a4d4e8 --- /dev/null +++ b/kdoctools/customization/ro/catalog @@ -0,0 +1,42 @@ +PUBLIC "-//KDE//ENTITIES Romanian Documentation V1.0//RO" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//RO" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//RO" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//RO" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//RO" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2 (HTML)//RO" + "common/gpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//RO" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1 (HTML)//RO" + "common/lgpl-translated.html" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//RO" + "common/fdl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1 (HTML)//RO" + "common/fdl-translated.html" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//RO" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//RO" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//RO" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//RO" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//RO" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//RO" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//RO" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//RO" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//RO" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//RO" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/ro/entities/fdl-notice.docbook b/kdoctools/customization/ro/entities/fdl-notice.docbook new file mode 100644 index 000000000..2bebc1610 --- /dev/null +++ b/kdoctools/customization/ro/entities/fdl-notice.docbook @@ -0,0 +1,15 @@ +<para>Este permisă copierea, distribuirea şi/sau modificarea +acestui document în termenii Licenţei Documentaţiei Libere GNU +(GNU Free Documentation License), versiunea 1.1 sau orice altă +versiune ulterioară publicată de Free Software Foundation; +&FDLInvariantSections;, &FDLFrontCoverText; şi +&FDLBackCoverText;. +O copie a acestei licenţe este inclusă în <xref linkend="gnu-fdl"/>.</para> + +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/ro/entities/gpl-notice.docbook b/kdoctools/customization/ro/entities/gpl-notice.docbook new file mode 100644 index 000000000..1a534e82b --- /dev/null +++ b/kdoctools/customization/ro/entities/gpl-notice.docbook @@ -0,0 +1,22 @@ +<para>Acest program este software liber. Îl puteţi redistribui şi/sau +modifica în termenii Licenţei Publice Generale GNU +(GNU General Public License) aşa cum a fost publicată de Free Software Foundation; +fie versiunea 2 a Licenţei, fie (la alegerea dumneavoastră) orice +vesiune ulterioară. + +<para>Acest program este distribuit în speraţa că vă este util, +dar FĂRĂ NICI O GARANŢIE; nici măcar cea ce implică +garanţii de VANDABILITATE şi CONFORMITATE CU UN SCOP PARTICULAR. +Citiţi Licenţa Publică Generală GNU pentru mai multe detalii.</para> + +<para>Trebuie să fi primit o copie a +Licenţei Publice Generale GNU împreună cu acest program. Dacă nu, +atunci trimiteţi o scrisoare la Free Software Foundation, +Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> + +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ro/entities/help-menu.docbook b/kdoctools/customization/ro/entities/help-menu.docbook new file mode 100644 index 000000000..a6b46944e --- /dev/null +++ b/kdoctools/customization/ro/entities/help-menu.docbook @@ -0,0 +1,59 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ajutor</guimenu> +<guimenuitem>Cuprins...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invocă Centrul de ajutor KDE</action> +ce afişează paginile de ajutor ale acestei aplicaţii. (acest document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Ajutor</guimenu> +<guimenuitem>Ce înseamnă aceasta?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Schimbă cursorul mouse-ului într-o combinaţie formată +dintr-o săgeată şi un semn de întrebare.</action> Dacă daţi clic pe +itemi ai acestei aplicaţii va fi afişată o fereastră de ajutor (dacă există +una pentru acel item particular) care explică funcţia itemului.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Ajutor</guimenu> +<guimenuitem>Raportează erori...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Deschide dialogul de raportare a erorilor</action> +unde puteţi comunica eroarea întîmpinată sau să înregistraţi +<quote>o dorinţă</quote>.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ajutor</guimenu> +<guimenuitem>Despre &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Această acţiune afişează informaţii despre +versiune şi autorul aplicaţiei.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Ajutor</guimenu> +<guimenuitem>Despre KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Această acţiune afişează informaţii despre +versiunea KDE şi alte informaţii de bază.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/ro/entities/install-compile.docbook b/kdoctools/customization/ro/entities/install-compile.docbook new file mode 100644 index 000000000..cf8ae0365 --- /dev/null +++ b/kdoctools/customization/ro/entities/install-compile.docbook @@ -0,0 +1,13 @@ +<para>Pentru a compila şi instala &kappname; pe sistemul +dumneavoastră, executaţi următoarele comenzi în directorul +surselor &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Deoarece &kappname; utilizează <command>autoconf</command> şi +<command>automake</command> ar trebui să nu aveţi probleme de compilare. +Dacă aveţi totuşi probleme, vă rugăm să le raportaţi pe listele +de discuţii &kde;.</para> diff --git a/kdoctools/customization/ro/entities/install-intro.docbook b/kdoctools/customization/ro/entities/install-intro.docbook new file mode 100644 index 000000000..7d0de423a --- /dev/null +++ b/kdoctools/customization/ro/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; face parte din Proiectul &kde; &kde-http;.</para> + +<para>&kappname; poate fi găsit în pachetul &package; la adresa +&kde-ftp; a serverului principal de &FTP; al Proiectului &kde;.</para> diff --git a/kdoctools/customization/ro/entities/lgpl-notice.docbook b/kdoctools/customization/ro/entities/lgpl-notice.docbook new file mode 100644 index 000000000..104ae8cfb --- /dev/null +++ b/kdoctools/customization/ro/entities/lgpl-notice.docbook @@ -0,0 +1,22 @@ +<para>Această librărie este software liber. O puteţi redistribui şi/sau +modifica în termenii Licenţei Publice Generale Relaxate GNU +(GNU Lesser General Public License) aşa cum a fost publicată de Free Software Foundation; +fie versiunea 2 a Licenţei, fie (la alegerea dumneavoastră) orice +vesiune ulterioară. + +<para>Această librărie este distribuită în speraţa că vă este utilă, +dar FĂRĂ NICI O GARANŢIE; nici măcar cea ce implică +garanţii de VANDABILITATE şi CONFORMITATE CU UN SCOP PARTICULAR. +Citiţi Licenţa Publică Generală Relaxată GNU pentru mai multe detalii.</para> + +<para>Trebuie să fi primit o copie a +Licenţei Publice Generale Relaxată GNU împreună cu acestă librărie. Dacă nu, +atunci trimiteţi o scrisoare la Free Software Foundation, +Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> + +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ro/entities/report-bugs.docbook b/kdoctools/customization/ro/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/ro/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/ro/entities/underArtisticLicense.docbook b/kdoctools/customization/ro/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..ba338c6ea --- /dev/null +++ b/kdoctools/customization/ro/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Acest program este licenţiat sub termenii <ulink +url="common/artistic-license.html">Licenţei Artistice</ulink>.</para> diff --git a/kdoctools/customization/ro/entities/underBSDLicense.docbook b/kdoctools/customization/ro/entities/underBSDLicense.docbook new file mode 100644 index 000000000..56971530c --- /dev/null +++ b/kdoctools/customization/ro/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Acest program este licenţiat sub termenii <ulink +url="common/bsd-license.html">Licenţei BSD</ulink>.</para> diff --git a/kdoctools/customization/ro/entities/underFDL.docbook b/kdoctools/customization/ro/entities/underFDL.docbook new file mode 100644 index 000000000..44788b0f0 --- /dev/null +++ b/kdoctools/customization/ro/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="secţiunea intitulată "Licenţa Documentaţiei +Libere GNU"">Această documentaţie este licenţiată sub termenii <ulink +url="common/fdl-license.html">Licenţei Documentaţiei Libere GNU</ulink> +(GNU Free Documentation License).</para> diff --git a/kdoctools/customization/ro/entities/underGPL.docbook b/kdoctools/customization/ro/entities/underGPL.docbook new file mode 100644 index 000000000..60198ad6b --- /dev/null +++ b/kdoctools/customization/ro/entities/underGPL.docbook @@ -0,0 +1,3 @@ +<para>Acest program este licenţiat sub termenii <ulink +url="common/gpl-translated.html">Licenţei Publice Generale GNU</ulink> +(GNU General Public License).</para> diff --git a/kdoctools/customization/ro/entities/underLGPL.docbook b/kdoctools/customization/ro/entities/underLGPL.docbook new file mode 100644 index 000000000..6fb6ae104 --- /dev/null +++ b/kdoctools/customization/ro/entities/underLGPL.docbook @@ -0,0 +1,3 @@ +<para>Acest program este liceniat sub termenii <ulink +url="common/lgpl-license.html">Licenei Publice Generale Permisive GNU</ulink> +(GNU Lesser General Public License).</para> diff --git a/kdoctools/customization/ro/entities/underX11License.docbook b/kdoctools/customization/ro/entities/underX11License.docbook new file mode 100644 index 000000000..bb5c79acc --- /dev/null +++ b/kdoctools/customization/ro/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Acest program este licenţiat sub termenii <ulink +url="common/x11-license.html">Licenţei X11</ulink>.</para> diff --git a/kdoctools/customization/ro/entities/update-doc.docbook b/kdoctools/customization/ro/entities/update-doc.docbook new file mode 100644 index 000000000..de5ec719c --- /dev/null +++ b/kdoctools/customization/ro/entities/update-doc.docbook @@ -0,0 +1,4 @@ +<para>Este posibil ca acest document să fi fost actualizat +de cînd aţi instalat aplicaţia. Ultima versiune a documentaţiei o puteţi +găsi la <ulink url="http://docs.kde.org/current/&package;/" +>http://docs.kde.org/current/&package;/</ulink>.</para> diff --git a/kdoctools/customization/ro/lang.entities b/kdoctools/customization/ro/lang.entities new file mode 100644 index 000000000..4d7a2c3c4 --- /dev/null +++ b/kdoctools/customization/ro/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "ro"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//RO" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//RO" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//RO" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//RO" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//RO" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//RO" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//RO" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//RO" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//RO" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//RO" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//RO" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/ro/strings.entities b/kdoctools/customization/ro/strings.entities new file mode 100644 index 000000000..9873677fe --- /dev/null +++ b/kdoctools/customization/ro/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "această aplicaţie"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LISTA TITLURILOR LOR"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "cu Secţiunile Invariante &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "fără Secţiuni Invariante"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTĂ"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "cu Textele Copertei Anterioare &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "fără Textele Copertei Anterioare"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LISTA TITLURILOR LOR"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "cu Textele Copertei Posterioare &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "fără Textele Copertei Posterioare"> diff --git a/kdoctools/customization/ro/user.entities b/kdoctools/customization/ro/user.entities new file mode 100644 index 000000000..2afc8619f --- /dev/null +++ b/kdoctools/customization/ro/user.entities @@ -0,0 +1,38 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!-- ROLES OF TRANSLATORS --> + +<!ENTITY tradClaudiuCostin '<othercredit role="translator"><firstname>Claudiu</firstname><surname>Costin</surname><affiliation><address><email>claudiuc@kde.org</email></address></affiliation><contrib>Traducerea în română</contrib></othercredit>'> +<!ENTITY coreClaudiuCostin '<othercredit role="reviewer"><firstname>Claudiu</firstname><surname>Costin</surname><affiliation><address><email>>claudiuc@kde.org</email></address></affiliation><contrib>Corectura traducerii în română</contrib></othercredit>'> +<!ENTITY tradIulianaCostin '<othercredit role="translator"><firstname>Iuliana</firstname><surname>Costin</surname><affiliation><address><email>iulianacostin@yahoo.com</email></address></affiliation><contrib>Traducerea în română</contrib></othercredit>'> +<!ENTITY coreIulianaCostin '<othercredit role="reviewer"><firstname>Iuliana</firstname><surname>Costin</surname><affiliation><address><email>iulianacostin@yahoo.com</email></address></affiliation><contrib>Corectura traducerii în română</contrib></othercredit>'> + +<!-- OTHER USER ENTITIES --> + +<!ENTITY BMS "butonul de mouse <mousebutton>stînga</mousebutton>"> <!-- English: &LMB; --> +<!ENTITY BMM "butonul de mouse <mousebutton>mijloc</mousebutton>"> <!-- English: &MMB; --> +<!ENTITY BMD "butonul de mouse <mousebutton>dreapta</mousebutton>"> <!-- English: &RMB; --> +<!ENTITY cdrom '<hardware>unitate CD-ROM</hardware>'> +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> <!-- English: &Ctrl; --> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY Escape '<keycap>Escape</keycap>'> <!-- English: &Esc; --> +<!ENTITY Enter '<keycap>Enter</keycap>'> +<!ENTITY etc "<abbrev>etc.</abbrev>"> +<!ENTITY RIF '<acronym>R.I.F.</acronym>'> +<!ENTITY FAQ '<acronym>R.I.F.</acronym>'> +<!ENTITY kcontrol '<application>Centrul de Control &kde;</application>'> +<!ENTITY kcontrolcenter '<application>Centrul de Control &kde;</application>'> +<!ENTITY kinfocenter '<application>Centrul de Informaţii &kde;</application>'> +<!ENTITY khelpcenter '<application>Centrul de Ajutor &kde;</application>'> +<!ENTITY ex "exemplu"> <!-- English: ⪚ --> +<!ENTITY eg "de exemplu"> <!-- English: ⪚ --> +<!ENTITY ie "de exemplu"> <!-- English: ⪚ --> +<!ENTITY Tab "<keycap>TAB</keycap>"> <!-- English: Tab --> diff --git a/kdoctools/customization/ru/catalog b/kdoctools/customization/ru/catalog new file mode 100644 index 000000000..9a7f811b9 --- /dev/null +++ b/kdoctools/customization/ru/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Russian Documentation V1.0//RU" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//RU" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//RU" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//RU" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//RU" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//RU" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//RU" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//RU" + "entities/underGPL.docbook" /> +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//RU" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//RU" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//RU" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//RU" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//RU" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//RU" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//RU" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//RU" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//RU" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/ru/entities/fdl-notice.docbook b/kdoctools/customization/ru/entities/fdl-notice.docbook new file mode 100644 index 000000000..e8c28c5de --- /dev/null +++ b/kdoctools/customization/ru/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>Разрешается копировать, распространять и/или изменять этот +документ на условиях лицензии GNU для свободной документации, +версии 1.1 или более поздней, опубликованной Фондом Free Software +Foundation; без &FDLInvariantSections;, без &FDLFrontCoverText;, +без &FDLBackCoverText;. Копия лицензии находится здесь <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/ru/entities/gpl-notice.docbook b/kdoctools/customization/ru/entities/gpl-notice.docbook new file mode 100644 index 000000000..e4bec3da8 --- /dev/null +++ b/kdoctools/customization/ru/entities/gpl-notice.docbook @@ -0,0 +1,23 @@ +<para>Данное приложение является свободным программным +обеспечением. Вы можете его распространять и/или изменять +на условиях общественной лицензии GNU GPL (General Public License) +версии 2 или более +поздней (по вашему усмотрению), +опубликованной Фондом свободного программного обеспечения +(Free Software Foundation).</para> + +<para>Программа распространяется в расчёте на то, что она +будет полезна, но без каких бы то ни было гарантий, в том числе гарантий её +ценности или пригодности для любых конкретных задач. Подробнее об этом +можно прочитать в тексте лицензии GNU GPL.</para> + +<para>Копия лицензии GNU GPL должна распространяться с данной +программой; если она отсутствует, сообщите об этом Фонду FSF по адресу: +Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, +MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ru/entities/help-menu.docbook b/kdoctools/customization/ru/entities/help-menu.docbook new file mode 100644 index 000000000..424ad9de2 --- /dev/null +++ b/kdoctools/customization/ru/entities/help-menu.docbook @@ -0,0 +1,61 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Помощь</guimenu> +<guimenuitem>Содержание</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Запускает Центр помощи KDE</action> и открывает +справочное руководство по &kappname;. (Этот документ вы и читаете).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Помощь</guimenu> +<guimenuitem>Что это?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Вид курсора меняется на стрелочку со знаком +вопроса.</action> Нажимая на различные элементы внутри &kappname;, +вы увидите подсказку с объяснениями назначения и действия +данного элемента (если она для него существует).</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Помощь</guimenu> +<guimenuitem>Сообщить об ошибке...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Открывается диалог отправки сообщения об ошибке</action>. +Он служит для того, чтобы вы могли отправить сведения об обнаруженной +вами ошибке в программе или свое <quote>пожелание</quote>, чтобы какая-либо +пока что отсутствующая возможность была реализована +в будущих версиях программы.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Помощь</guimenu> +<guimenuitem>О программе &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Будут выведены сведения о +версии и авторах программы.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Помощь</guimenu> +<guimenuitem>О KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Будут выведены сведения о +версии KDE.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/ru/entities/install-compile.docbook b/kdoctools/customization/ru/entities/install-compile.docbook new file mode 100644 index 000000000..665b65aa3 --- /dev/null +++ b/kdoctools/customization/ru/entities/install-compile.docbook @@ -0,0 +1,13 @@ +<para>Чтобы собрать и установить &kappname;, введите следующие +команды в каталоге дистрибутива &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Поскольку &kappname; использует <command>autoconf</command> и +<command>automake</command>, у вас не должно возникнуть никаких +проблем. Если же у вас возникли ошибки, сообщите о них +в списки рассылки &kde;.</para> + diff --git a/kdoctools/customization/ru/entities/install-intro.docbook b/kdoctools/customization/ru/entities/install-intro.docbook new file mode 100644 index 000000000..8d796f239 --- /dev/null +++ b/kdoctools/customization/ru/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; - это часть проекта &kde; &kde-http;.</para> + +<para>&kappname; входит в пакет &package; на &kde-ftp;, +основном &FTP;-сервере &kde;.</para> diff --git a/kdoctools/customization/ru/entities/lgpl-notice.docbook b/kdoctools/customization/ru/entities/lgpl-notice.docbook new file mode 100644 index 000000000..8c0c2263b --- /dev/null +++ b/kdoctools/customization/ru/entities/lgpl-notice.docbook @@ -0,0 +1,23 @@ +<para>Данное приложение является свободным программным +обеспечением. Вы можете его распространять и/или изменять +на условиях общественной лицензии GNU LGPL (Lesser General Public License) +версии 2 или более +поздней (по вашему усмотрению), +опубликованной Фондом свободного программного обеспечения +(Free Software Foundation).</para> + +<para>Программа распространяется в расчёте на то, что она +будет полезна, но без каких бы то ни было гарантий, в том числе гарантий её +ценности или пригодности для любых конкретных задач. Подробнее об этом +можно прочитать в тексте лицензии GNU LGPL.</para> + +<para>Копия лицензии GNU LGPL должна распространяться с данной +программой; если она отсутствует, сообщите об этом Фонду FSF по адресу: +Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, +MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/ru/entities/report-bugs.docbook b/kdoctools/customization/ru/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/ru/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/ru/entities/underArtisticLicense.docbook b/kdoctools/customization/ru/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..f8f1b4efc --- /dev/null +++ b/kdoctools/customization/ru/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Программа распространяется на условиях <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/ru/entities/underBSDLicense.docbook b/kdoctools/customization/ru/entities/underBSDLicense.docbook new file mode 100644 index 000000000..72c5bfb13 --- /dev/null +++ b/kdoctools/customization/ru/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Программа распространяется на условиях <ulink +url="common/bsd-license.html">лицензии BSD</ulink>.</para> diff --git a/kdoctools/customization/ru/entities/underFDL.docbook b/kdoctools/customization/ru/entities/underFDL.docbook new file mode 100644 index 000000000..453ae9e48 --- /dev/null +++ b/kdoctools/customization/ru/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License""> +Этот документ распространяется на условиях <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para>
\ No newline at end of file diff --git a/kdoctools/customization/ru/entities/underGPL.docbook b/kdoctools/customization/ru/entities/underGPL.docbook new file mode 100644 index 000000000..ff75e7583 --- /dev/null +++ b/kdoctools/customization/ru/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Программа распространяется на условиях лицензии <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/ru/entities/underX11License.docbook b/kdoctools/customization/ru/entities/underX11License.docbook new file mode 100644 index 000000000..c21388413 --- /dev/null +++ b/kdoctools/customization/ru/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Программа распространяется на условиях <ulink +url="common/x11-license.html">лицензии X11</ulink>.</para> diff --git a/kdoctools/customization/ru/entities/update-doc.docbook b/kdoctools/customization/ru/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/ru/entities/update-doc.docbook @@ -0,0 +1 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/ru/lang.entities b/kdoctools/customization/ru/lang.entities new file mode 100644 index 000000000..74974ca5e --- /dev/null +++ b/kdoctools/customization/ru/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "ru"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//RU" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//RU" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//RU" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//RU" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//RU" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//RU" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//RU" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//RU" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//RU" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//RU" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//RU" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/ru/strings.entities b/kdoctools/customization/ru/strings.entities new file mode 100644 index 000000000..d497ed9c0 --- /dev/null +++ b/kdoctools/customization/ru/strings.entities @@ -0,0 +1,28 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "это приложение"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "ПЕРЕЧИСЛИТЬ ИХ НАЗВАНИЯ"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "неизменяемые разделы: &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections " неизменямых разделов"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "текст на первой странице: &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText " текста на первой странице"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "ПЕРЕЧИСЛИТЬ ИХ НАЗВАНИЯ"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "текст на последней странице: &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText " текста на последней странице"> + + +<!ENTITY kde.modespec ' + <modespec id="kdems-help">help:</modespec> + <modespec id="kdems-man">man:</modespec>'> diff --git a/kdoctools/customization/ru/user.entities b/kdoctools/customization/ru/user.entities new file mode 100644 index 000000000..38c13787b --- /dev/null +++ b/kdoctools/customization/ru/user.entities @@ -0,0 +1,41 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY kcontrol "<application>Центр управления &kde;</application>" ><!-- kde help --> +<!ENTITY khelpcenter "<application>Центр справки &kde;</application>" ><!-- khelpcenter --> +<!ENTITY LMB "<mousebutton>левая</mousebutton> кнопка мыши"> +<!ENTITY MMB "<mousebutton>средняя</mousebutton> кнопка мыши"> +<!ENTITY RMB "<mousebutton>правая</mousebutton> кнопка мыши"> + +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY etc "<abbrev>etc.</abbrev>"> +<!ENTITY FAQ '<acronym>FAQ</acronym>'> + +<!-- Temporary hack - please translate to Russian: + + (you may adapt the entity's name to transliterated Russian as well) +--> +<!ENTITY kcontrolcenter "<application>&kde; Control Center</application>"> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>&kde;'s K-icon</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "<guimenu>K</guimenu> menu"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY Enter "<keycap>Ввод</keycap>"> +<!ENTITY OS "ОС"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY eg "<abbrev>e.g.</abbrev>"> +<!ENTITY ie "<abbrev>i.e.</abbrev>"> 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 @@ +<para>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 <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> 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 @@ +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Pomocník</guimenu> +<guimenuitem>Obsah...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Spustí systém Pomocník KDE</action> a zobrazí manuál pre +&kappname;. (tento dokument).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Pomocník</guimenu> +<guimenuitem>Čo je to?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Zmení kurzor myši na kombináciu šipky a +otáznika.</action> 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.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Pomocník</guimenu> +<guimenuitem>Poslať správu o chybe...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Zobrazí dialóg pre správu o chybe</action>, kde môžete +poslať správu o chybe alebo požiadavku na <quote>novú funkciu</quote>.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Pomocník</guimenu> +<guimenuitem>O &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Toto zobrazí informáciu o verzii a autorovi aplikácie.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Pomocník</guimenu> +<guimenuitem>O KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Toto zobrazí verziu KDE a iné základné informácie.</action></para></listitem> +</varlistentry> +</variablelist> 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 @@ +<para>Aby ste preložili a nainštalovali &kappname; na váš systém, zadajte v základnom +priečinku distribúcie &kappname; tieto príkazy:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Pretože &kappname; používa <command>autoconf</command> a +<command>automake</command> nemali by ste mať s prekladom žiadne problémy. +Ak ale na nejaké narazíte, oznámte ich v konferenciách &kde;.</para> + 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 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; je súčasťou projektu &kde; &kde-http;.</para> + +<para>&kappname; nájdete v balíku &package; na +&kde-ftp;, hlavnom &FTP; serveri projektu &kde;.</para> 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 @@ +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<para>Tento program je licencovaný pod <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> 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 @@ +<para>Tento program je licencovaný pod <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> 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 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">Táto dokumentácia je licencovaná pod <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> 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 @@ +<para>Tento program je licencovaný pod <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> 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 @@ +<para>Tento program je licencovaný pod <ulink +url="common/x11-license.html">X11 License</ulink>.</para> 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 @@ +<!-- to be filled in --> 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 @@ +<!ENTITY language "sk"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SK" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//SK" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//SK" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//SK" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//SK" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//SK" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//SK" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//SK" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//SK" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//SK" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//SK" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%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 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> 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 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> +<!ENTITY kcontrolcenter "<application>Ovládacie centrum &kde;</application>"> +<!ENTITY dpi "<acronym>dpi</acronym>"> +<!ENTITY cdrom "<hardware>CD-ROM</hardware>"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>veľké K</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> + </inlinemediaobject> + </guiicon>-Symbol"><!-- kicon --> +<!ENTITY kmenu "<guimenu>K</guimenu> menu"> <!-- kmenu --> +
\ No newline at end of file diff --git a/kdoctools/customization/sl/catalog b/kdoctools/customization/sl/catalog new file mode 100644 index 000000000..41a51329f --- /dev/null +++ b/kdoctools/customization/sl/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Slovenian Documentation V1.0//SL" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//SL" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//SL" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//SL" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//SL" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//SL" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//SL" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SL" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//SL" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//SL" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//SL" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//SL" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//SL" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//SL" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//SL" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//SL" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//SL" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/sl/entities/fdl-notice.docbook b/kdoctools/customization/sl/entities/fdl-notice.docbook new file mode 100644 index 000000000..c1d8b7cdb --- /dev/null +++ b/kdoctools/customization/sl/entities/fdl-notice.docbook @@ -0,0 +1,13 @@ +<para>Dovoljuje se kopiranje, distribucija in/ali spreminjanje +tega dokumenta pod pogoji GNU Free Documentation License, +različice 1.1 ali katerekoli poznejše objavljene s strani Free Software +Foundation; &FDLInvariantSections;, &FDLFrontCoverText; in +&FDLBackCoverText;. Kopija license je vključena v <xref linkend="gnu-fdl"/>.</para> + +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/sl/entities/gpl-notice.docbook b/kdoctools/customization/sl/entities/gpl-notice.docbook new file mode 100644 index 000000000..4b9d10b68 --- /dev/null +++ b/kdoctools/customization/sl/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>Ta program spada med prosto programje; lahko ga razširjate in/ali +spreminjate pod pogoji Splošnega dovoljenja GNU (GNU General Public +License), kot ga je objavila ustanova Free Software Foundation; bodisi +različice 2 ali (po vaši izbiri) katerekoli poznejše različice.<para> + +<para>Ta program se razširja v upanju, da bo uporaben, vendar +BREZ VSAKRŠNEGA JAMSTVA; tudi brez posredne zagotovitve +CENOVNE VREDNOSTI ali PRIMERNOSTI ZA DOLOČEN NAMEN. Za podrobnosti glejte +besedilo GNU General Public License.</para> + +<para>Skupaj s tem programom bi morali prejeti izvod Splošnega +dovoljenja GNU (GNU General Public License); če ga niste, pišite na +Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/sl/entities/help-menu.docbook b/kdoctools/customization/sl/entities/help-menu.docbook new file mode 100644 index 000000000..186a6dc0a --- /dev/null +++ b/kdoctools/customization/sl/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Pomoč</guimenu> +<guimenuitem>Vsebina...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Vpokliče sistem pomoči KDE</action>, tako da odpre strani +s pomočjo za &kappname; (ta dokument).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Pomoč</guimenu> +<guimenuitem>Kaj je to?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Spremeni kurzor miške v kombinacijo puščice +in vprašaja.</action> Klik na elemente znotraj &kappname; bo odprl okno s pomočjo +(če za ta določen element obstaja), ki opisuje funkcijo tega +elementa.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Pomoč</guimenu> +<guimenuitem>Poročaj o hrošču...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Odpre pogovorno okno za sporočanje hroščev</action>, kjer lahko +poročate o hrošču ali dopolnite <quote>seznam želja</quote>.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Pomoč</guimenu> +<guimenuitem>O &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>To bo prikazalo različico in podatke o +avtorju.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Pomoč</guimenu> +<guimenuitem>O KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>To prikaže različico KDE in druge osnovne +podatke.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/sl/entities/install-compile.docbook b/kdoctools/customization/sl/entities/install-compile.docbook new file mode 100644 index 000000000..ab67e2af3 --- /dev/null +++ b/kdoctools/customization/sl/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>Da prevedete in namestite &kappname; v vaš sistem, vtipkajte +naslednje v osnovni imenik distribucije &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Ker &kappname; uporablja <command>autoconf</command> in +<command>automake</command> ne bi smeli imeti težav pri prevajanju. Če nanje vendarle +naletite, jih prosim sporočite v poštne sezname &kde;.</para> + diff --git a/kdoctools/customization/sl/entities/install-intro.docbook b/kdoctools/customization/sl/entities/install-intro.docbook new file mode 100644 index 000000000..959db2e3a --- /dev/null +++ b/kdoctools/customization/sl/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; je del projekta &kde; &kde-http;.</para> + +<para>&kappname; lahko najdete v paketu &package; na &kde-ftp;, glavni &FTP; strani +projekta &kde;.</para> diff --git a/kdoctools/customization/sl/entities/lgpl-notice.docbook b/kdoctools/customization/sl/entities/lgpl-notice.docbook new file mode 100644 index 000000000..95251b269 --- /dev/null +++ b/kdoctools/customization/sl/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>Ta knjižnica spada med prosto programje; lahko jo razširjate in/ali +spreminjate pod pogoji GNU Lesser General Public License, +kot ga je objavila ustanova Free Software Foundation; bodisi +različice 2 ali (po vaši izbiri) katerekoli poznejše različice.<para> + +<para>Ta knjižnica se razširja v upanju, da bo uporabna, vendar +BREZ VSAKRŠNEGA JAMSTVA; tudi brez posredne zagotovitve +CENOVNE VREDNOSTI ali PRIMERNOSTI ZA DOLOČEN NAMEN. Za podrobnosti +glejte besedilo GNU Lesser General Public License.</para> + +<para>Skupaj s to knjižnico bi morali prejeti izvod GNU Lesser General +Public License; če ga niste, pišite Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/sl/entities/report-bugs.docbook b/kdoctools/customization/sl/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/sl/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/sl/entities/underArtisticLicense.docbook b/kdoctools/customization/sl/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..ed006ed24 --- /dev/null +++ b/kdoctools/customization/sl/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Pogoji uporabe tega programa so določeni z <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/sl/entities/underBSDLicense.docbook b/kdoctools/customization/sl/entities/underBSDLicense.docbook new file mode 100644 index 000000000..962a17ff4 --- /dev/null +++ b/kdoctools/customization/sl/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Pogoji uporabe programa so določeni z <ulink +url="common/bsd-license.html">licenco BSD (BSD License).</ulink>.</para> diff --git a/kdoctools/customization/sl/entities/underFDL.docbook b/kdoctools/customization/sl/entities/underFDL.docbook new file mode 100644 index 000000000..be31d7dfc --- /dev/null +++ b/kdoctools/customization/sl/entities/underFDL.docbook @@ -0,0 +1,3 @@ +<para id="gnu-fdl" xreflabel="razdelek označen "GNU Free Documentation License"">Dokumentacija je objavljena pod pogoji <ulink +url="common/fdl-translated.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/sl/entities/underGPL.docbook b/kdoctools/customization/sl/entities/underGPL.docbook new file mode 100644 index 000000000..da0aa0877 --- /dev/null +++ b/kdoctools/customization/sl/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Pogoji uporabe programa so določeni v <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/sl/entities/underX11License.docbook b/kdoctools/customization/sl/entities/underX11License.docbook new file mode 100644 index 000000000..a61887545 --- /dev/null +++ b/kdoctools/customization/sl/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Pogoji uporabe programa so določeni z <ulink +url="common/x11-license.html">licenco X11 (X11 License)</ulink>.</para> diff --git a/kdoctools/customization/sl/entities/update-doc.docbook b/kdoctools/customization/sl/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/sl/entities/update-doc.docbook @@ -0,0 +1 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/sl/lang.entities b/kdoctools/customization/sl/lang.entities new file mode 100644 index 000000000..e99bd88e9 --- /dev/null +++ b/kdoctools/customization/sl/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "sl"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SL" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//SL" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//SL" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//SL" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//SL" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//SL" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//SL" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//SL" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//SL" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//SL" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//SL" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/sl/strings.entities b/kdoctools/customization/sl/strings.entities new file mode 100644 index 000000000..75272bde3 --- /dev/null +++ b/kdoctools/customization/sl/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "ta program"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "NAŠTEJTE NJIHOVE NASLOVE"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "z nespremenljivimi razdelki &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "brez nespremenljivih razdelkov"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "SEZNAM"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "z besedili na prednji strani ovitka &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "brez besedil na prednji strani ovitka"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "NAŠTEJTE NJIHOVE NASLOVE"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "z besedili na zadnji strani ovitka &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "brez besedil na zadnji strani ovitka"> diff --git a/kdoctools/customization/sl/user.entities b/kdoctools/customization/sl/user.entities new file mode 100644 index 000000000..97e37deba --- /dev/null +++ b/kdoctools/customization/sl/user.entities @@ -0,0 +1,15 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> +<!ENTITY DGM "<acronym>DGM</acronym>"> +<!ENTITY SGM "<acronym>SGM</acronym>"> +<!ENTITY LGM "<acronym>LGM</acronym>"> +<!ENTITY npr "<abbrev>npr.</abbrev>"> +<!ENTITY itd "<abbrev>itd.</abbrev>"> +<!ENTITY Shift "<keycap>Shift</keycap>"> <!-- please adapt both name and contents to Slovenian language!!! --> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY Alt "<keycap>Alt</keycap>"> diff --git a/kdoctools/customization/sr/catalog b/kdoctools/customization/sr/catalog new file mode 100644 index 000000000..f8321cc60 --- /dev/null +++ b/kdoctools/customization/sr/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Serbian Documentation V1.0//SR" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//SR" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//SR" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//SR" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//SR" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//SR" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//SR" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SR" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//SR" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//SR" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//SR" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//SR" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//SR" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//SR" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//SR" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//SR" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//SR" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/sr/entities/fdl-notice.docbook b/kdoctools/customization/sr/entities/fdl-notice.docbook new file mode 100644 index 000000000..035aa6348 --- /dev/null +++ b/kdoctools/customization/sr/entities/fdl-notice.docbook @@ -0,0 +1,50 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> + +<para>Дозвољава се копирање, расподела и/или измена овог документа под одредбама &GNU-gjz; &FDLexp-g;, верзије 1.1 или било које следеће верзије коју објави Задужбина за слободни софтвер; &FDLInvariantSections;, и &FDLBackCoverText;. Копија лиценце је укључена у <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/sr/entities/gpl-notice.docbook b/kdoctools/customization/sr/entities/gpl-notice.docbook new file mode 100644 index 000000000..fc6180e10 --- /dev/null +++ b/kdoctools/customization/sr/entities/gpl-notice.docbook @@ -0,0 +1,36 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> + +<para>Овај програм је слободни софтвер; можете га расподелити и/или +мењати под одредбама &GNU-gjz; &GPLexp-g; коју је објавила +Задужбина за слободни софтвер; и то, било верзије 2 Лиценце, или +(по вашем избору) било које следеће верзије.</para> + +<para>Овај програм се расподељује у намери да буде користан, али БЕЗ +ИКАКВЕ ГАРАНЦИЈЕ; чак и без имплицитне гаранције КОМЕРЦИЈАЛНЕ +ВРЕДНОСТИ или ИСПУЊАВАЊА ОДРЕЂЕНЕ ПОТРЕБЕ. Погледајте &GNU-ajz; &GPLexp-a; за више детаља.</para> + +<para>Требало би да примите примерак &GNU-gjz; &GPLexp-g; заједно са +овим програмом; ако то није случај, пишите Задужбини за слободни +софтвер на адресу: Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> +<!-- +Из превода Страхиње Радића и осталих, комплетан текст лиценце може се наћи на адреси http://alas.matf.bg.ac.yu/~mr99164/ojl.html +--> diff --git a/kdoctools/customization/sr/entities/help-menu.docbook b/kdoctools/customization/sr/entities/help-menu.docbook new file mode 100644 index 000000000..05ace6068 --- /dev/null +++ b/kdoctools/customization/sr/entities/help-menu.docbook @@ -0,0 +1,57 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul">&F1-n;</keycombo> +</shortcut> +<guimenu>Помоћ</guimenu> +<guimenuitem>Приручник &kappname-g;</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Позива &kde-aju; систем помоћи</action> почевши од страна помоћи &kappname-g; (овај документ).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift-n;&F1-n;</keycombo> +</shortcut> +<guimenu>Помоћ</guimenu> +<guimenuitem>Шта је ово?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +<listitem><para><action>Мења показивач миша у комбинацију стрелице и знака питања.</action> Кликом на ставку унутар &kappname-g; отвориће се прозор помоћи (ако постоји за дату ставку) објашњавајући њену функцију.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Помоћ</guimenu> +<guimenuitem>Пријави грешку...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +<listitem><para><action>Отвара дијалог за пријаву грешка</action>, у коме можете да пријавите грешку или захтевате нову могућност (ставља се на <quote>листу жеља</quote>).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Помоћ</guimenu> +<guimenuitem>О &kappname-d;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Ово ће приказати информације о верзији и аутору.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Помоћ</guimenu> +<guimenuitem>О &kde-d;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Ово приказује верзију &kde-g; и остале основне информације.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/sr/entities/install-compile.docbook b/kdoctools/customization/sr/entities/install-compile.docbook new file mode 100644 index 000000000..6a272c322 --- /dev/null +++ b/kdoctools/customization/sr/entities/install-compile.docbook @@ -0,0 +1,11 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> +<para>Да бисте компиловали и инсталирали пакет &kappname-a; на свој систем, упишите следеће у основном директоријуму дистрибуције &kappname-g;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Пошто &kappname-a; користи <command>autoconf</command> and +<command>automake</command> не би требало да имате проблема са компиловањем. Ако наиђете на проблеме, пријавите их на неку од поштанских листа &kde-g;.</para> diff --git a/kdoctools/customization/sr/entities/install-intro.docbook b/kdoctools/customization/sr/entities/install-intro.docbook new file mode 100644 index 000000000..00282dd04 --- /dev/null +++ b/kdoctools/customization/sr/entities/install-intro.docbook @@ -0,0 +1,4 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname-n; је део пројекта &kde-n; &kde-http;.</para> + +<para>&kappname-n; можете пронаћи у пакету &package-n; (<literal>&package;</literal>) на &kde-ftp;, главном &FTP-lju; сајту пројекта &kde-n;.</para> diff --git a/kdoctools/customization/sr/entities/lgpl-notice.docbook b/kdoctools/customization/sr/entities/lgpl-notice.docbook new file mode 100644 index 000000000..4ad4403f4 --- /dev/null +++ b/kdoctools/customization/sr/entities/lgpl-notice.docbook @@ -0,0 +1,35 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>Ова библиотека је слободни софтвер; можете га расподелити и/или +мењати под одредбама &GNU-gjz; &LGPLexp-g; коју је објавила +Задужбина за слободни софтвер; и то, било верзије 2 Лиценце, или +(по вашем избору) било које следеће верзије.</para> + +<para>Ова библиотека се расподељује у намери да буде корисна, али БЕЗ +ИКАКВЕ ГАРАНЦИЈЕ; чак и без имплицитне гаранције КОМЕРЦИЈАЛНЕ +ВРЕДНОСТИ или ИСПУЊАВАЊА ОДРЕЂЕНЕ ПОТРЕБЕ. Погледајте &GNU-ajz; &LGPLexp-a; за више детаља.</para> + +<para>Требало би да примите примерак &GNU-gjz; &LGPLexp-g; заједно са +овом библиотеком; ако то није случај, пишите Задужбини за слободни +софтвер на адресу: Free Software Foundation, Inc., 51 Franklin Street, +Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> +<!-- +Према преводу Опште јавне лиценце Страхиње Радића и осталих, комплетан текст лиценце може се наћи на адреси http://alas.matf.bg.ac.yu/~mr99164/ojl.html +--> diff --git a/kdoctools/customization/sr/entities/report-bugs.docbook b/kdoctools/customization/sr/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/sr/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/sr/entities/underArtisticLicense.docbook b/kdoctools/customization/sr/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..f8bc42280 --- /dev/null +++ b/kdoctools/customization/sr/entities/underArtisticLicense.docbook @@ -0,0 +1 @@ +<para>Овај програм је лиценциран под одредбама <ulink url="common/artistic-license.html">&artl-g;</ulink>.</para> diff --git a/kdoctools/customization/sr/entities/underBSDLicense.docbook b/kdoctools/customization/sr/entities/underBSDLicense.docbook new file mode 100644 index 000000000..83036374d --- /dev/null +++ b/kdoctools/customization/sr/entities/underBSDLicense.docbook @@ -0,0 +1 @@ +<para>Овај програм је лиценциран под одредбама <ulink url="common/bsd-license.html">&BSDl-g;</ulink>.</para> diff --git a/kdoctools/customization/sr/entities/underFDL.docbook b/kdoctools/customization/sr/entities/underFDL.docbook new file mode 100644 index 000000000..f9e765522 --- /dev/null +++ b/kdoctools/customization/sr/entities/underFDL.docbook @@ -0,0 +1 @@ +<para id="gnu-fdl" xreflabel="одељак по имену &qdo-;&GNU-njz; &FDLexp-n;&qdc-;">Ова документација је лиценцирана под одредбама <ulink url="common/fdl-license.html">&GNU-gjz; &FDLexp-g;</ulink>.</para> diff --git a/kdoctools/customization/sr/entities/underGPL.docbook b/kdoctools/customization/sr/entities/underGPL.docbook new file mode 100644 index 000000000..12e05f0fe --- /dev/null +++ b/kdoctools/customization/sr/entities/underGPL.docbook @@ -0,0 +1 @@ +<para>Овај програм је лиценциран под одредбама <ulink url="common/gpl-translated.html">&GNU-gjz; &GNUexp-g;</ulink>.</para> diff --git a/kdoctools/customization/sr/entities/underX11License.docbook b/kdoctools/customization/sr/entities/underX11License.docbook new file mode 100644 index 000000000..cf94a5f33 --- /dev/null +++ b/kdoctools/customization/sr/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Овај програм је лиценциран под одредбама <ulink +url="common/x11-license.html">&X11l-g;</ulink>.</para> diff --git a/kdoctools/customization/sr/entities/update-doc.docbook b/kdoctools/customization/sr/entities/update-doc.docbook new file mode 100644 index 000000000..eb43b89b3 --- /dev/null +++ b/kdoctools/customization/sr/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>Овај документ је можда ажуриран од када је инсталиран. +Можете наћи најновију верзију на адреси <ulink +url="http://docs.kde.org/current/&package;/">http://docs.kde.org/current/&package;/</ulink>.</para> diff --git a/kdoctools/customization/sr/lang.entities b/kdoctools/customization/sr/lang.entities new file mode 100644 index 000000000..d1b3af077 --- /dev/null +++ b/kdoctools/customization/sr/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "sr"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SR" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//SR" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//SR" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//SR" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//SR" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//SR" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//SR" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//SR" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//SR" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//SR" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//SR" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/sr/strings.entities b/kdoctools/customization/sr/strings.entities new file mode 100644 index 000000000..507257908 --- /dev/null +++ b/kdoctools/customization/sr/strings.entities @@ -0,0 +1,35 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!-- +I think these are fallbacks if kappname entity doesn't exist in index +document. I'd say it is better this appears as an error in xml check, +therefore commented out. + +<!ENTITY kappname-n "овај програм"> +<!ENTITY kappname-g "овог програма"> +<!ENTITY kappname-d "овом програму"> +<!ENTITY kappname-a "овај програм"> +<!ENTITY kappname-i "овим програмом"> +<!ENTITY kappname-l "овом програму"> +--> + +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "непроменљиви одељци су &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "без непроменљивих одељака"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "насловни текстови су &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "без насловних текстова"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "текстови на полеђини су &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "без текстова на полеђини"> diff --git a/kdoctools/customization/sr/user.entities b/kdoctools/customization/sr/user.entities new file mode 100644 index 000000000..41c1aa37a --- /dev/null +++ b/kdoctools/customization/sr/user.entities @@ -0,0 +1,541 @@ +<!ENTITY AIX-l "Аиксу" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY AIX-n "Аикс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Alt "<keycap>Alt</keycap>" > + <!--NOCHECK:--> +<!ENTITY Alt-n "<keycap>алт</keycap>" > +<!ENTITY artl-g "Уметничке лиценце" > +<!ENTITY artl-n "Уметничка лиценца" > +<!ENTITY arts-n "<application>Артс</application>" > +<!ENTITY autoconf-n "<application>Аутоконф</application>" > +<!ENTITY automake-n "<application>Аутосправ</application>" > +<!ENTITY Backspace "<keycap>Backspace</keycap>" > + <!--NOCHECK:--> +<!ENTITY Backspace-n "<keycap>назад</keycap>" > +<!ENTITY bash-a "<application>Беш</application>" > +<!ENTITY bash-n "<application>Беш</application>" > +<!ENTITY BSDl-g "БСД лиценце" > +<!ENTITY BSDl-n "БСД лиценца" > +<!ENTITY CD-n "<acronym>ЦД</acronym>" > +<!ENTITY CD-nju "<acronym>ЦД</acronym>" > +<!ENTITY CD-ROM-l "<acronym>ЦД-РОМ</acronym>у" > +<!ENTITY CD-ROM-n "<acronym>ЦД-РОМ</acronym>" > +<!ENTITY CDE-g "<acronym>ЦДЕ</acronym>а" > +<!ENTITY CDE-n "<acronym>ЦДЕ</acronym>" > +<!ENTITY cdrom "<hardware>CD-ROM drive</hardware>" > + <!--NOCHECK:--> +<!ENTITY Cpp-a "<acronym>Ц++</acronym>" > +<!ENTITY Cpp-l "Ц++у" > +<!ENTITY Cpp-n "Ц++" > +<!ENTITY Cpp-nju "Ц++" > +<!ENTITY csh-a "<application>Цсх</application>" > +<!ENTITY csh-n "<application>Цсх</application>" > +<!ENTITY Ctrl "<keycap>Ctrl</keycap>" > + <!--NOCHECK:--> +<!ENTITY Ctrl-n "<keycap>ктрл</keycap>" > +<!ENTITY CVS-a "<acronym>ЦВС</acronym>" > +<!ENTITY CVS-ajs "<acronym>ЦВС</acronym>" > +<!ENTITY CVS-aju "<acronym>ЦВС</acronym>" > +<!ENTITY CVS-d "<acronym>ЦВС</acronym>у" > +<!ENTITY cvs-g "<application>Цвса</application>" > +<!ENTITY CVS-g "<acronym>ЦВС</acronym>а" > +<!ENTITY CVS-gju "<acronym>ЦВС</acronym>" > +<!ENTITY cvs-gmu "<acronym>ЦВС</acronym>" > +<!ENTITY CVS-iju "<acronym>ЦВС</acronym>" > +<!ENTITY CVS-ljs "<acronym>ЦВС</acronym>" > +<!ENTITY CVS-n "<acronym>ЦВС</acronym>" > +<!ENTITY cvs-n "<application>Цвс</application>" > +<!ENTITY CVS-nju "<acronym>ЦВС</acronym>" > +<!ENTITY CVSexp-a "Систем упоредних верзија" > +<!ENTITY CVSexp-n "Систем упоредних верзија" > +<!ENTITY cvsup-a "<application>Цвсуп</application>" > +<!ENTITY cvsup-aju "<application>Цвсуп</application>" > +<!ENTITY cvsup-g "<application>Цвсупа</application>" > +<!ENTITY cvsup-ljz "<application>Цвсуп</application>" > +<!ENTITY cvsup-n "<application>Цвсуп</application>" > +<!ENTITY DaveBarr-n "<personname><firstname>Дејв</firstname> <surname>Бар</surname></personname>" > +<!ENTITY DCOPserver-d "<acronym>ДЦОП</acronym>-серверу" > +<!ENTITY DCOPserver-n "<acronym>ДЦОП</acronym>-сервер" > +<!ENTITY Debian-gmu "Дебијанових" > +<!ENTITY Debian-n "Дебијан" > +<!ENTITY Debian-nmu "Дебијанови" > +<!ENTITY DOS-a "<acronym>ДОС</acronym>" > +<!ENTITY DOS-imz "<acronym>ДОС</acronym>" > +<!ENTITY DOS-n "<acronym>ДОС</acronym>" > +<!ENTITY dpi "<acronym>dpi</acronym>" > + <!--NOCHECK:--> +<!ENTITY DVI-g "<acronym>ДВИ</acronym>ја" > +<!ENTITY DVI-n "<acronym>ДВИ</acronym>" > +<!ENTITY eg "<abbrev>e.g.</abbrev>" > + <!--NOCHECK:--> +<!ENTITY eg- "<abbrev>нпр.</abbrev>" > +<!ENTITY egcs-n "<application>Егцс</application>" > +<!ENTITY ELF-i "<acronym>ЕЛФ</acronym>ом" > +<!ENTITY ELF-n "<acronym>ЕЛФ</acronym>" > +<!ENTITY Emacs-n "<application>Емакс</application>" > +<!ENTITY Enter "<keycap>Enter</keycap>" > + <!--NOCHECK:--> +<!ENTITY Esc "<keycap>Esc</keycap>" > + <!--NOCHECK:--> +<!ENTITY Esc-n "<keycap>есц</keycap>" > +<!ENTITY etc "<abbrev>etc.</abbrev>" > + <!--NOCHECK:--> +<!ENTITY etc- "<abbrev>итд.</abbrev>" > +<!ENTITY Eterm-n "<application>Етерм</application>" > +<!ENTITY ext2-a "екст2" > +<!ENTITY ext2-imz "екст2" > +<!ENTITY ext2-n "екст2" > +<!ENTITY F1-n "<keycap>Ф1</keycap>" > +<!ENTITY F2-n "<keycap>Ф2</keycap>" > +<!ENTITY F7-n "<keycap>Ф7</keycap>" > +<!ENTITY F8-n "<keycap>Ф8</keycap>" > +<!ENTITY F9-n "<keycap>Ф9</keycap>" > +<!ENTITY FAQ "<acronym>FAQ</acronym>" > + <!--NOCHECK:--> +<!ENTITY FAQ-a "<acronym>ЧПП</acronym>" > +<!ENTITY FAQ-d "<acronym>ЧПП</acronym>у" > +<!ENTITY FAQ-g "<acronym>ЧПП</acronym>а" > +<!ENTITY FAQ-gm "<acronym>ЧПП</acronym>ова" > +<!ENTITY FAQ-i "<acronym>ЧПП</acronym>ом" > +<!ENTITY FAQ-l "<acronym>ЧПП</acronym>у" > +<!ENTITY FAQ-n "<acronym>ЧПП</acronym>" > +<!ENTITY FDLexp-g "Лиценце слободне документације" > +<!ENTITY FDLexp-i "Лиценцом слободне документације" > +<!ENTITY FDLexp-n "Лиценца слободне документације" > +<!ENTITY FHS-n "<acronym>ФХС</acronym>" > +<!ENTITY FHSexp-n "стандард хијерархије фајлова" > +<!ENTITY FreeBSD-a "ФриБСД" > +<!ENTITY FreeBSD-lmu "ФриБСД" > +<!ENTITY FreeBSD-n "ФриБСД" > +<!ENTITY FTP-aju "<acronym>ФТП</acronym>" > +<!ENTITY FTP-amu "<acronym>ФТП</acronym>" > +<!ENTITY FTP-gju "<acronym>ФТП</acronym>" > +<!ENTITY FTP-imu "<acronym>ФТП</acronym>" > +<!ENTITY FTP-lju "<acronym>ФТП</acronym>" > +<!ENTITY FTP-n "<acronym>ФТП</acronym>" > +<!ENTITY gcc-a "<application>Гцц</application>" > +<!ENTITY gcc-n "<application>Гцц</application>" > +<!ENTITY gettext-n "<application>Геттекст</application>" > +<!ENTITY GIF-ajz "<acronym>ГИФ</acronym>" > +<!ENTITY GIF-am "<acronym>ГИФ</acronym>ове" > +<!ENTITY GIF-amz "<acronym>ГИФ</acronym>" > +<!ENTITY GIF-ijz "<acronym>ГИФ</acronym>" > +<!ENTITY GIF-n "<acronym>ГИФ</acronym>" > +<!ENTITY GIF-njz "<acronym>ГИФ</acronym>" > +<!ENTITY GIMP-n "<application>Гимп</application>" > +<!ENTITY GNU-ajz "Гнуову" > +<!ENTITY GNU-amu "Гнуове" > +<!ENTITY GNU-djz "Гнуовој" > +<!ENTITY GNU-gju "Гнуовог" > +<!ENTITY GNU-gjz "Гнуове" > +<!ENTITY GNU-gms "Гнуових" > +<!ENTITY GNU-n "Гну" > +<!ENTITY GNU-nju "Гнуов" > +<!ENTITY GNU-njz "Гнуова" > +<!ENTITY GPL-i "<acronym>ОЈЛ</acronym>ом" > +<!ENTITY GPL-n "<acronym>ОЈЛ</acronym>" > +<!ENTITY GPLexp-a "Општу јавну лиценцу" > +<!ENTITY GPLexp-d "Општој јавној лиценци" > +<!ENTITY GPLexp-i "Општом јавном лиценцом" > +<!ENTITY GPLexp-n "Општа јавна лиценца" > +<!ENTITY GTK-a "<acronym>ГТК</acronym>" > +<!ENTITY GTK-n "<acronym>ГТК</acronym>" > +<!ENTITY GUI-g "<acronym>ГУИ</acronym>ја" > +<!ENTITY GUI-gm "<acronym>ГУИ</acronym>јâ" > +<!ENTITY GUI-gmu "<acronym>ГУИ</acronym>" > +<!ENTITY GUI-n "<acronym>ГУИ</acronym>" > +<!ENTITY HOWTO-n "КАКОДА" > +<!ENTITY HTTP-imu "<acronym>ХТТП</acronym>" > +<!ENTITY HTTP-n "<acronym>ХТТП</acronym>" > +<!ENTITY i18n-gju "<acronym>и18ног</acronym>" > +<!ENTITY i18n-n "<acronym>и18н</acronym>" > +<!ENTITY IBM-n "<acronym>ИБМ</acronym>" > +<!ENTITY ie "<abbrev>i.e.</abbrev>" > + <!--NOCHECK:--> +<!ENTITY ie- "<abbrev>тј.</abbrev>" > +<!ENTITY infocenter "<application>Info Center</application>" > + <!--NOCHECK:--> +<!ENTITY IRIX-l "Ириксу" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY IRIX-n "Ирикс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY ISP-g "<acronym>ИСП</acronym>а" > +<!ENTITY ISP-i "<acronym>ИСП</acronym>ом" > +<!ENTITY ISP-n "<acronym>ИСП</acronym>" > +<!ENTITY Java-a "Јаву" > + <!--<trademark></trademark>--> +<!ENTITY Java-amu "Јава" > + <!--<trademark></trademark>--> +<!ENTITY Java-gju "Јава" > + <!--<trademark></trademark>--> +<!ENTITY Java-n "Јава" > + <!--<trademark></trademark>--> +<!ENTITY JavaScript-a "Јаваскрипт" > +<!ENTITY JavaScript-amu "Јаваскрипт" > +<!ENTITY JavaScript-n "Јаваскрипт" > +<!ENTITY kasteroids-n "<application>К-астероиди</application>" > +<!ENTITY kate-a "<application>Кејт</application>" > +<!ENTITY kate-n "<application>Кејт</application>" > +<!ENTITY kcontrol-l "<application>К-контроли</application>" > +<!ENTITY kcontrol-n "<application>К-контрола</application>" > +<!ENTITY kcontrolcenter "<application>&kde; Control Center</application>" > + <!--NOCHECK:--> +<!ENTITY kde-a "<acronym>КДЕ</acronym>" > +<!ENTITY kde-ajs "<acronym>КДЕ</acronym>" > +<!ENTITY kde-aju "<acronym>КДЕ</acronym>" > +<!ENTITY kde-ajz "<acronym>КДЕ</acronym>" > +<!ENTITY kde-amu "<acronym>КДЕ</acronym>" > +<!ENTITY kde-amz "<acronym>КДЕ</acronym>" > +<!ENTITY kde-d "<acronym>КДЕ</acronym>у" > +<!ENTITY kde-dmu "<acronym>КДЕ</acronym>" > +<!ENTITY kde-dmz "<acronym>КДЕ</acronym>" > +<!ENTITY kde-g "<acronym>КДЕ</acronym>а" > +<!ENTITY kde-gjs "<acronym>КДЕ</acronym>" > +<!ENTITY kde-gju "<acronym>КДЕ</acronym>" > +<!ENTITY kde-gmu "<acronym>КДЕ</acronym>" > +<!ENTITY kde-gmz "<acronym>КДЕ</acronym>" > +<!ENTITY kde-i "<acronym>КДЕ</acronym>ом" > +<!ENTITY kde-iju "<acronym>КДЕ</acronym>" > +<!ENTITY kde-imu "<acronym>КДЕ</acronym>" > +<!ENTITY kde-l "<acronym>КДЕ</acronym>у" > +<!ENTITY kde-ljs "<acronym>КДЕ</acronym>" > +<!ENTITY kde-lju "<acronym>КДЕ</acronym>" > +<!ENTITY kde-lmu "<acronym>КДЕ</acronym>" > +<!ENTITY kde-lmz "<acronym>КДЕ</acronym>" > +<!ENTITY kde-n "<acronym>КДЕ</acronym>" > +<!ENTITY kde-nju "<acronym>КДЕ</acronym>" > +<!ENTITY kde-nmu "<acronym>КДЕ</acronym>" > +<!ENTITY kde-nmz "<acronym>КДЕ</acronym>" > +<!ENTITY kdeaddons-n "<acronym>КДЕ</acronym>-додаци" > +<!ENTITY kdeadmin-n "<acronym>КДЕ</acronym>-администрација" > +<!ENTITY kdeartwork-n "<acronym>КДЕ</acronym>-уметност" > +<!ENTITY kdebase-g "<acronym>КДЕ</acronym>-основе" > +<!ENTITY kdebase-n "<acronym>КДЕ</acronym>-основа" > +<!ENTITY kdebindings-n "<acronym>КДЕ</acronym>-везе" > +<!ENTITY kdecc-a "<application>К контролни центар</application>" > +<!ENTITY kdecc-g "<application>К контролног центра</application>" > +<!ENTITY kdecc-l "<application>К контролном центру</application>" > +<!ENTITY kdecc-n "<application>К контролни центар</application>" > +<!ENTITY kdeedu-n "<acronym>КДЕ</acronym>-образовање" > +<!ENTITY kdeexp-g "К радног окружења" > +<!ENTITY kdeexp-n "К радно окружење" > +<!ENTITY kdegames-n "<acronym>КДЕ</acronym>-игре" > +<!ENTITY kdegraphics-n "<acronym>КДЕ</acronym>-графика" > +<!ENTITY kdelibs-n "<acronym>КДЕ</acronym>-библиотеке" > +<!ENTITY kdemultimedia-n "<acronym>КДЕ</acronym>-мултимедија" > +<!ENTITY kdenetwork-n "<acronym>КДЕ</acronym>-мрежа" > +<!ENTITY kdesktop-n "<application>К радна површина</application>" > +<!ENTITY kdetoys-n "<acronym>КДЕ</acronym>-играчке" > +<!ENTITY kdeutils-n "<acronym>КДЕ</acronym>-алати" > +<!ENTITY kdevelop-n "<acronym>КДЕ</acronym>-развој" > +<!ENTITY kdm-a "<application>Кдм</application>" > +<!ENTITY kdm-g "<application>Кдма</application>" > +<!ENTITY kdm-n "<application>Кдм</application>" > +<!ENTITY keyC-n "<keycap>C</keycap>" > +<!ENTITY keyMinus-n "<keycap>-</keycap>" > +<!ENTITY keyPlus-n "<keycap>+</keycap>" > +<!ENTITY keyV-n "<keycap>V</keycap>" > +<!ENTITY khelpcenter-a "<application>К центар помоћи</application>" > +<!ENTITY khelpcenter-g "<application>К центра помоћи</application>" > +<!ENTITY khelpcenter-n "<application>К центар помоћи</application>" > +<!ENTITY kicker-a "<application>Кикер</application>" > +<!ENTITY kicker-g "<application>Кикера</application>" > +<!ENTITY kicker-l "<application>Кикеру</application>" > +<!ENTITY kicker-n "<application>Кикер</application>" > +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>&kde;'s K-icon</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon" > + <!--NOCHECK:--> +<!ENTITY kiconedit-a "<application>К уређивач икона</application>" > +<!ENTITY kiconedit-n "<application>К уређивач икона</application>" > +<!ENTITY klipper-n "<application>Клипер</application>" > +<!ENTITY KLyX-n "<application>Кликс</application>" > +<!ENTITY kmahjongg-n "<application>К-махђонг</application>" > +<!ENTITY kmail-a "<application>К-пошту</application>" > +<!ENTITY kmail-l "<application>К-пошти</application>" > +<!ENTITY kmail-n "<application>К-пошта</application>" > +<!ENTITY kmenu "<guimenu>K</guimenu> menu" > + <!--NOCHECK:--> +<!ENTITY kmenu-a "<guibutton>К</guibutton>-мени" > +<!ENTITY kmenu-g "<guibutton>К</guibutton>-менија" > +<!ENTITY kmenu-l "<guibutton>К</guibutton>-менију" > +<!ENTITY kmenu-n "<guibutton>К</guibutton>-мени" > +<!ENTITY kmenuedit-a "<guibutton>К</guibutton>-мени" > +<!ENTITY kmenuedit-g "<application>К уређивача менија</application>" > +<!ENTITY kmenuedit-n "<guibutton>К</guibutton>-мени" > +<!ENTITY knewsticker-a "<application>К куцач вести</application>" > +<!ENTITY knewsticker-n "<application>К куцач вести</application>" > +<!ENTITY knode-a "<application>К-чвор</application>" > +<!ENTITY knode-l "<application>К-чвору</application>" > +<!ENTITY knode-n "<application>К-чвор</application>" > +<!ENTITY konqueror-a "<application>Конкерер</application>" > +<!ENTITY konqueror-g "<application>Конкерера</application>" > +<!ENTITY konqueror-gju "<application>Конкереровог</application>" > +<!ENTITY konqueror-gjz "<application>Конкерерове</application>" > +<!ENTITY konqueror-i "<application>Конкерером</application>" > +<!ENTITY konqueror-l "<application>Конкереру</application>" > +<!ENTITY konqueror-n "<application>Конкерер</application>" > +<!ENTITY konsole-a "<application>Конзолу</application>" > +<!ENTITY konsole-g "<application>Конзоле</application>" > +<!ENTITY konsole-n "<application>Конзола</application>" > +<!ENTITY korn-n "<application>Корн</application>" > +<!ENTITY kpatience-n "<application>К-стрпљење</application>" > +<!ENTITY kppp-a "<application>КППП</application>" > +<!ENTITY kppp-aju "<application>КПППов</application>" > +<!ENTITY kppp-g "<application>КПППа</application>" > +<!ENTITY kppp-l "<application>КПППу</application>" > +<!ENTITY kppp-n "<application>КППП</application>" > +<!ENTITY ksnake-n "<application>К-змија</application>" > +<!ENTITY ksnapshot-n "<application>К-снимак</application>" > +<!ENTITY kstart-g "<application>К-покрета</application>" > +<!ENTITY kstart-n "<application>К-покрет</application>" > +<!ENTITY kterm-n "<application>Ктерм</application>" > +<!ENTITY kwin-g "<application>К-проза</application>" > +<!ENTITY kwin-n "<application>К-проз</application>" > +<!ENTITY LeeWeeTiong-n "<personname><firstname>Ли Ви</firstname> <surname>Тионг</surname></personname>" > +<!ENTITY LGPL-i "<acronym>МОЈЛ</acronym>ом" > +<!ENTITY LGPL-n "<acronym>МОЈЛ</acronym>" > +<!ENTITY LGPLexp-g "Мање опште јавне лиценце" > +<!ENTITY LGPLexp-n "Мања општа јавна лиценца" > +<!ENTITY Linux-a "Линукс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Linux-g "Линукса" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Linux-l "Линуксу" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Linux-lmu "Линукс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Linux-n "Линукс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Linux-nmz "Линукс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY LMB "<mousebutton>left</mousebutton> mouse button" > + <!--NOCHECK:--> +<!ENTITY LMB-a "<mousebutton>лево</mousebutton> дугме миша" > +<!ENTITY LMB-g "<mousebutton>левог</mousebutton> дугмета миша" > +<!ENTITY LMB-i "<mousebutton>левим</mousebutton> дугметом миша" > +<!ENTITY LMB-n "<mousebutton>лево</mousebutton> дугме миша" > +<!ENTITY LyX-g "<application>Ликса</application>" > +<!ENTITY LyX-n "<application>Ликс</application>" > +<!ENTITY LZW-gju "<acronym>ЛЗВв</acronym>" > +<!ENTITY LZW-n "<acronym>ЛЗВв</acronym>" > +<!ENTITY Mac-g "Мека" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Mac-n "Мек" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY MatthiasEttrich-n "<personname><firstname>Матијас</firstname> <surname>Етрих</surname></personname>" > +<!ENTITY MetroX-n "Метро-икс" > +<!ENTITY Microsoft-gju "Мајкрософтовог" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Microsoft-n "Мајкрософт" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY MIME-amu "<acronym>МИМЕ</acronym>" > +<!ENTITY MIME-n "<acronym>МИМЕ</acronym>" > +<!ENTITY MMB "<mousebutton>middle</mousebutton> mouse button" > + <!--NOCHECK:--> +<!ENTITY MMB-a "<mousebutton>средње</mousebutton> дугме миша" > +<!ENTITY MMB-i "<mousebutton>средњим</mousebutton> дугметом миша" > +<!ENTITY MMB-n "<mousebutton>средње</mousebutton> дугме миша" > +<!ENTITY MRU-amz "<acronym>МРУ</acronym>" > +<!ENTITY MRU-n "<acronym>МРУ</acronym>" > +<!ENTITY MRU-nmz "<acronym>МРУ</acronym>" > +<!ENTITY msgfmt-n "<application>Мсгфмт</application>" > +<!ENTITY MTU-a "<acronym>МТУ</acronym>" > +<!ENTITY MTU-ajz "<acronym>МТУ</acronym>" > +<!ENTITY MTU-amz "<acronym>МТУ</acronym>" > +<!ENTITY MTU-g "<acronym>МТУa</acronym>" > +<!ENTITY MTU-n "<acronym>МТУ</acronym>" > +<!ENTITY MTU-nmz "<acronym>МТУ</acronym>" > +<!ENTITY neomagic-aju "Неомеџиков" > +<!ENTITY neomagic-n "Неомеџик" > +<!ENTITY Netscape-amu "<application>Нетскејпове</application>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Netscape-n "<application>Нетскејп</application>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Netscape-nmu "<application>Нетскејпови</application>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY NetscapeComposer-a "<application>Нетскејпов Састављач</application>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY NetscapeComposer-n "<application>Нетскејпов Састављач</application>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY noatun-a "<application>Ноатун</application>" > +<!ENTITY noatun-n "<application>Ноатун</application>" > +<!ENTITY NumLock-i "<keycap>нумлоком</keycap>" > +<!ENTITY NumLock-n "<keycap>нумлок</keycap>" > +<!ENTITY NumLockX-a "<application>Нумлок-икс</application>" > +<!ENTITY NumLockX-n "<application>Нумлок-икс</application>" > +<!ENTITY OpenSSL-n "<application>ОпенССЛ</application>" > +<!ENTITY OS "operating system" > + <!--NOCHECK:--> +<!ENTITY OS-dm "<acronym>ОС</acronym>овима" > +<!ENTITY OS-n "<acronym>ОС</acronym>" > +<!ENTITY OS2-g "ОС/2" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY OS2-n "ОС/2" > +<!ENTITY PageDown-n "<keycap>стр.доле</keycap>" > +<!ENTITY PageUp-n "<keycap>стр.горе</keycap>" > +<!ENTITY Perl-a "Перл" > +<!ENTITY Perl-n "Перл" > +<!ENTITY PostScript-g "Постскрипта" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY PostScript-n "Постскрипт" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY PPP-ajz "<application>ППП</application>" > +<!ENTITY PPP-n "<application>ППП</application>" > +<!ENTITY Python-a "Питон" > +<!ENTITY Python-n "Питон" > +<!ENTITY qdc- "“" > +<!ENTITY qdo- "„" > +<!ENTITY qsc- "’" > +<!ENTITY qso- "‘" > +<!ENTITY Qt-a "КуТ" > + <!--<trademark></trademark>--> +<!ENTITY Qt-d "КуТу" > + <!--<trademark></trademark>--> +<!ENTITY Qt-g "КуТа" > + <!--<trademark></trademark>--> +<!ENTITY Qt-gmz "КуТ" > + <!--<trademark></trademark>--> +<!ENTITY Qt-i "КуТом" > + <!--<trademark></trademark>--> +<!ENTITY Qt-l "КуТу" > + <!--<trademark></trademark>--> +<!ENTITY Qt-n "КуТ" > + <!--<trademark></trademark>--> +<!ENTITY Qt-nju "КуТ" > + <!--<trademark></trademark>--> +<!ENTITY RainerEndres-n "<personname><firstname>Рајнер</firstname> <surname>Ендрес</surname></personname>" > +<!ENTITY RCS-l "<acronym>РЦС</acronym>у" > +<!ENTITY RCS-n "<acronym>РЦС</acronym>" > +<!ENTITY RCSexp-n "Систем за контролу ревизија" > +<!ENTITY RedHat-amu "Редхетове" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY RedHat-lmu "Редхетовим" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY RedHat-n "Редхет" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY RedHat-nju "Редхетов" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY RMB "<mousebutton>right</mousebutton> mouse button" > + <!--NOCHECK:--> +<!ENTITY RMB-a "<mousebutton>десно</mousebutton> дугме миша" > +<!ENTITY RMB-i "<mousebutton>десним</mousebutton> дугметом миша" > +<!ENTITY RMB-n "<mousebutton>десно</mousebutton> дугме миша" > +<!ENTITY root-n "администратор" > +<!ENTITY rpath-am "р-путање" > +<!ENTITY rpath-n "р-путања" > +<!ENTITY RPM-am "<acronym>РПМ</acronym>ове" > +<!ENTITY RPM-gmu "<acronym>РПМ</acronym>" > +<!ENTITY RPM-n "<acronym>РПМ</acronym>" > +<!ENTITY RPM-nmu "<acronym>РПМ</acronym>" > +<!ENTITY Shift "<keycap>Shift</keycap>" > + <!--NOCHECK:--> +<!ENTITY Shift-n "<keycap>шифт</keycap>" > +<!ENTITY StarOffice-a "<application>Стар-офис</application>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY StarOffice-n "<application>Стар-офис</application>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY StephanKulow-g "<personname><firstname>Стефана</firstname> <surname>Кулова</surname></personname>" > +<!ENTITY StephanKulow-n "<personname><firstname>Стефан</firstname> <surname>Кулов</surname></personname>" > +<!ENTITY stow-n "<application>Стоу</application>" > +<!ENTITY SuSE-lju "<acronym>СуСЕовом</acronym>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY SuSE-lmu "<acronym>СуСЕовим</acronym>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY SuSE-n "<acronym>СуСЕ</acronym>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Tab "<keycap>Tab</keycap>" > + <!--NOCHECK:--> +<!ENTITY Tab-n "<keycap>таб</keycap>" > +<!ENTITY tcsh-a "<application>Тцсх</application>" > +<!ENTITY tcsh-n "<application>Тцсх</application>" > +<!ENTITY Trolltech-a "Тролтех" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Trolltech-n "Тролтех" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY TrueType-amu "Трутајп" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY TrueType-gmu "Трутајп>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY TrueType-n "Трутајп" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Unisys-gju "Унисисовог" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Unisys-n "Унисис" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-a "Уникс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-aju "Уникс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-amu "Уникс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-amz "Уникс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-g "Уникса" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-gm "Униксâ" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-gmu "Уникс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-lmu "Уникс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-n "Уникс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY UNIX-nmz "Уникс" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY URL-a "<acronym>УРЛ</acronym>" > +<!ENTITY URL-n "<acronym>УРЛ</acronym>" > +<!ENTITY Windows-g "Виндоуза" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Windows-l "Виндоузу" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY Windows-n "Виндоуз" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY x- "н" > +<!ENTITY X-a "<application>Икс</application>" > +<!ENTITY X-g "<application>Икса</application>" > +<!ENTITY X-l "<application>Иксу</application>" > +<!ENTITY X-n "<application>Икс</application>" > +<!ENTITY X-Server-a "<application>Икс-сервер</application>" > +<!ENTITY X-Server-n "<application>Икс-сервер</application>" > +<!ENTITY X-Window-a "Икс прозорски систем" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY X-Window-g "Икс прозорског система" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY X-Window-gmu "Икс прозорских" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY X-Window-n "Икс прозорски систем" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY X11-a "<application>Икс-11</application>" > +<!ENTITY X11-n "<application>Икс-11</application>" > +<!ENTITY X11l-g "Икс11 лиценце" > +<!ENTITY X11l-n "Икс11 лиценца" > +<!ENTITY Xclock-n "<application>Икс-часовник</application>" > +<!ENTITY xdm-a "<application>Иксдм</application>" > +<!ENTITY xdm-g "<application>Иксдма</application>" > +<!ENTITY xdm-n "<application>Иксдм</application>" > +<!ENTITY XEmacs-a "<application>Икс Емакс</application>" > +<!ENTITY XEmacs-n "<application>Икс Емакс</application>" > +<!ENTITY XForms-a "<application>Икс-форме</application>" > +<!ENTITY XForms-n "<application>Икс-форме</application>" > +<!ENTITY XFree86-a "<application>Иксфри86</application>" > +<!ENTITY XFree86-g "<application>Иксфрија86</application>" > +<!ENTITY XFree86-l "<application>Иксфрију86</application>" > +<!ENTITY XFree86-n "<application>Иксфри86</application>" > +<!ENTITY xfsft-n "<application>Икссфт</application>" > +<!ENTITY Xinerama-i "Ксинерамом" > +<!ENTITY Xinerama-n "Ксинерама" > +<!ENTITY xkeycaps-n "<application>Икс-кикапс</application>" > +<!ENTITY XLib-a "<application>Икслиб</application>" > +<!ENTITY XLib-n "<application>Икслиб</application>" > +<!ENTITY xterm-n "<application>Икстерм</application>" > +<!ENTITY XTrueType-gju "<application>Икс-трутајп</application>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY XTrueType-n "<application>Икс-трутајп</application>" > + <!--<trademark class='registered'></trademark>--> +<!ENTITY YaST-n "<application>ЈаСТ</application>" > diff --git a/kdoctools/customization/sv/catalog b/kdoctools/customization/sv/catalog new file mode 100644 index 000000000..d96ee307d --- /dev/null +++ b/kdoctools/customization/sv/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Swedish Documentation V1.0//SV" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//SV" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//SV" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//SV" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//SV" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//SV" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//SV" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SV" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SV" + "entities/underLGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//SV" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//SV" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//SV" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//SV" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//SV" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//SV" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//SV" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//SV" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//SV" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/sv/entities/fdl-notice.docbook b/kdoctools/customization/sv/entities/fdl-notice.docbook new file mode 100644 index 000000000..3276ca770 --- /dev/null +++ b/kdoctools/customization/sv/entities/fdl-notice.docbook @@ -0,0 +1,12 @@ +<para>Härmed ges tillåtelse att kopiera, distribuera och/eller ändra detta +dokument under villkoren i GNU Free Documentation License, +Version 1.1 eller någon senare version publicerad av Free Software +Foundation; &FDLInvariantSections;, &FDLFrontCoverText; och +&FDLBackCoverText;. En kopia av licensen inkluderas i <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/sv/entities/gpl-notice.docbook b/kdoctools/customization/sv/entities/gpl-notice.docbook new file mode 100644 index 000000000..6423867f1 --- /dev/null +++ b/kdoctools/customization/sv/entities/gpl-notice.docbook @@ -0,0 +1,19 @@ +<para>Detta program är fri programvara. Du kan distribuera det och/eller +ändra det under villkoren i GNU General Public License, +publicerad av Free Software Foundation, antingen version 2 av +licensen, eller (om du så vill) någon senare version.</para> + +<para>Detta program distribueras i hopp om att det ska vara +användbart, men UTAN NÅGON SOM HELST GARANTI, även utan underförstådd +garanti om SÄLJBARHET eller LÄMPLIGHET FÖR NÅGOT SPECIELLT ÄNDAMÅL. Se GNU +General Public License för fler detaljer.</para> + +<para>Du bör ha fått en kopia av GNU General Public +License tillsammans med detta program. Om inte, skriv till Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/sv/entities/help-menu.docbook b/kdoctools/customization/sv/entities/help-menu.docbook new file mode 100644 index 000000000..a01709417 --- /dev/null +++ b/kdoctools/customization/sv/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Hjälp</guimenu> +<guimenuitem>Innehåll...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Startar KDE:s hjälpsystem</action> med början på +hjälpsidorna för &kappname; (det här dokumentet).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Hjälp</guimenu> +<guimenuitem>Vad är det här?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Ändrar muspekaren till en kombination av en pil och +ett frågetecken.</action> Genom att klicka på objekt i &kappname; öppnas ett +hjälpfönster (om det finns ett för just det här objektet) som förklarar objektets +funktion.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Hjälp</guimenu> +<guimenuitem>Rapportera fel...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Öppnar dialogrutan för felrapportering</action> där du +kan rapportera ett fel eller lämna ett förbättringsförslag.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Hjälp</guimenu> +<guimenuitem>Om &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>Det här visar information om version och +upphovsmän.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Hjälp</guimenu> +<guimenuitem>Om KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>Det här visar KDE:s version och annan grundläggande +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/sv/entities/install-compile.docbook b/kdoctools/customization/sv/entities/install-compile.docbook new file mode 100644 index 000000000..01ce515ca --- /dev/null +++ b/kdoctools/customization/sv/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>För att kompilera och installera &kappname; på ditt system, skriv +följande i baskatalogen för distributionen av &kappname;:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Eftersom &kappname; använder <command>autoconf</command> och +<command>automake</command> bör du inte ha några problem med att kompilera det. +Skulle du stöta på problem, var snäll rapportera dem till &kde;:s e-postlistor.</para> + diff --git a/kdoctools/customization/sv/entities/install-intro.docbook b/kdoctools/customization/sv/entities/install-intro.docbook new file mode 100644 index 000000000..25382656c --- /dev/null +++ b/kdoctools/customization/sv/entities/install-intro.docbook @@ -0,0 +1,5 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; är en del av &kde;-projektet &kde-http;.</para> + +<para>&kappname; finns i &package;-paketet på +&kde-ftp;, &kde;-projektets huvudsakliga &FTP;-plats.</para> diff --git a/kdoctools/customization/sv/entities/lgpl-notice.docbook b/kdoctools/customization/sv/entities/lgpl-notice.docbook new file mode 100644 index 000000000..928c404f6 --- /dev/null +++ b/kdoctools/customization/sv/entities/lgpl-notice.docbook @@ -0,0 +1,20 @@ +<para>Detta bibliotek är fri programvara. Du kan distribuera det och/eller +ändra det under villkoren i GNU Lesser General Public License, +publicerad av Free Software Foundation, antingen version 2 av +licensen, eller (om du så vill) någon senare version.</para> + +<para>Detta bibliotek distribueras i hopp om att det ska vara +användbart, men UTAN NÅGON SOM HELST GARANTI, även utan underförstådd +garanti om SÄLJBARHET eller LÄMPLIGHET FÖR NÅGOT SPECIELLT ÄNDAMÅL. Se GNU +Lesser General Public License för fler detaljer.</para> + +<para>Du bör ha fått en kopia av GNU Lesser General Public +License tillsammans med detta bibliotek. Om inte, skriv till Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/sv/entities/report-bugs.docbook b/kdoctools/customization/sv/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/sv/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/sv/entities/underArtisticLicense.docbook b/kdoctools/customization/sv/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..c43cad258 --- /dev/null +++ b/kdoctools/customization/sv/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Det här programmet licensieras under villkoren i <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/sv/entities/underBSDLicense.docbook b/kdoctools/customization/sv/entities/underBSDLicense.docbook new file mode 100644 index 000000000..838563088 --- /dev/null +++ b/kdoctools/customization/sv/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Det här programmet licensieras under villkoren i <ulink +url="common/bsd-license.html">BSD-licensen</ulink>.</para> diff --git a/kdoctools/customization/sv/entities/underFDL.docbook b/kdoctools/customization/sv/entities/underFDL.docbook new file mode 100644 index 000000000..e842f398c --- /dev/null +++ b/kdoctools/customization/sv/entities/underFDL.docbook @@ -0,0 +1,3 @@ +<para id="gnu-fdl" xreflabel="avsnittet som heter "GNU Free Documentation License"">Den här dokumentationen licensieras under villkoren i <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/sv/entities/underGPL.docbook b/kdoctools/customization/sv/entities/underGPL.docbook new file mode 100644 index 000000000..30e31f921 --- /dev/null +++ b/kdoctools/customization/sv/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>Det här programmet licensieras under villkoren i <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/sv/entities/underLGPL.docbook b/kdoctools/customization/sv/entities/underLGPL.docbook new file mode 100644 index 000000000..b0759bc0e --- /dev/null +++ b/kdoctools/customization/sv/entities/underLGPL.docbook @@ -0,0 +1,2 @@ +<para>Det här programmet licensieras under villkoren i <ulink +url="common/lgpl-translated.html">GNU Lesser General Public License</ulink>.</para> diff --git a/kdoctools/customization/sv/entities/underX11License.docbook b/kdoctools/customization/sv/entities/underX11License.docbook new file mode 100644 index 000000000..4af29e2e6 --- /dev/null +++ b/kdoctools/customization/sv/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Det här programmet licensieras under villkoren i <ulink +url="common/x11-license.html">X11-licensen</ulink>.</para> diff --git a/kdoctools/customization/sv/entities/update-doc.docbook b/kdoctools/customization/sv/entities/update-doc.docbook new file mode 100644 index 000000000..facc3735a --- /dev/null +++ b/kdoctools/customization/sv/entities/update-doc.docbook @@ -0,0 +1 @@ +<!-- to be filled in --> diff --git a/kdoctools/customization/sv/lang.entities b/kdoctools/customization/sv/lang.entities new file mode 100644 index 000000000..7bf88605e --- /dev/null +++ b/kdoctools/customization/sv/lang.entities @@ -0,0 +1,48 @@ +<!ENTITY language "sv"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SV" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//SV" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//SV" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//SV" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//SV" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//SV" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//SV" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//SV" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//SV" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//SV" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//SV" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//SV" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/sv/strings.entities b/kdoctools/customization/sv/strings.entities new file mode 100644 index 000000000..7ffcf0895 --- /dev/null +++ b/kdoctools/customization/sv/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "detta program"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LISTA AV TITLAR"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "där de invarianta avsnitten är &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "utan invarianta avsnitt"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LISTA"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "där framsidestexter är &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "utan framsidestexter"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LISTA AV TITLAR"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "där baksidestexter är &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "utan baksidestexter"> diff --git a/kdoctools/customization/sv/user.entities b/kdoctools/customization/sv/user.entities new file mode 100644 index 000000000..d027bb679 --- /dev/null +++ b/kdoctools/customization/sv/user.entities @@ -0,0 +1,14 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!-- Localised versions of entities previously in entities/general.entities --> +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backsteg</keycap>"> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY Shift "<keycap>Skift</keycap>"> diff --git a/kdoctools/customization/tr/catalog b/kdoctools/customization/tr/catalog new file mode 100644 index 000000000..ae049f70c --- /dev/null +++ b/kdoctools/customization/tr/catalog @@ -0,0 +1,36 @@ +PUBLIC "-//KDE//ENTITIES Turkish Documentation V1.0//TR" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//TR" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//TR" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//TR" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//TR" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//TR" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//TR" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//TR" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//TR" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//TR" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//TR" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//TR" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//TR" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//TR" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//TR" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//TR" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//TR" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/tr/entities/fdl-notice.docbook b/kdoctools/customization/tr/entities/fdl-notice.docbook new file mode 100644 index 000000000..abf10aba6 --- /dev/null +++ b/kdoctools/customization/tr/entities/fdl-notice.docbook @@ -0,0 +1,55 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para> +Bu belgeyi kopyalama, datma ve/veya deitirme izni GNU Serbest Belge Lisans (GFDL), +Srm 1.1 veya Free Software Foundation tarafndan daha sonra yaynlanan +herhangi bir srm altnda, &FDLInvariantSections;, &FDLFrontCoverText; ve +&FDLBackCoverText; ile verilmektedir. Lisansn bir kopyas <xref linkend="gnu-fdl"/> bandan +bulunabilir. +</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/tr/entities/gpl-notice.docbook b/kdoctools/customization/tr/entities/gpl-notice.docbook new file mode 100644 index 000000000..1883bea86 --- /dev/null +++ b/kdoctools/customization/tr/entities/gpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para> Bu, bir serbest; bu yazlm Free Software Foundation tarafndan +yaynlanan GNU Genel Kamu Lisans'nn (GPL) ikinci srm veya daha st srmlerinin +artlarna bal olarak deitirebilir veya yeniden databilirsiniz. </para> + +<para>Bu yazlm faydal olaca mit edilerek fakat HERHANG BR GARANT +vermeksizin datlmaktadr. SATILABLRL veya HERHANG BR AMACA UYGUNLUU iin +zmni garanti dahi tamaz. Daha fazla bilgi iin GNU Genel Kamu Lisans'na +baknz. </para> + +<para>Bu yazlmla beraber GNU Genel Kamu Lisans'nn bir kopyasn alm +olmalsnz; eer almamsanz ltfen aadaki adrese yazn: Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA</para> + +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/tr/entities/help-menu.docbook b/kdoctools/customization/tr/entities/help-menu.docbook new file mode 100644 index 000000000..7b10f52a6 --- /dev/null +++ b/kdoctools/customization/tr/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/tr/entities/install-compile.docbook b/kdoctools/customization/tr/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/tr/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/tr/entities/install-intro.docbook b/kdoctools/customization/tr/entities/install-intro.docbook new file mode 100644 index 000000000..b6332c952 --- /dev/null +++ b/kdoctools/customization/tr/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on +&kde-ftp;, the main &FTP; site of the &kde; +project.</para> diff --git a/kdoctools/customization/tr/entities/lgpl-notice.docbook b/kdoctools/customization/tr/entities/lgpl-notice.docbook new file mode 100644 index 000000000..fceef772c --- /dev/null +++ b/kdoctools/customization/tr/entities/lgpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>Bu kitaplk serbest yazlmdr; bu kitapl Free Software Foundation tarafndan +yaynlanan GNU Kitaplk Genel Kamu Lisans'nn (LGPL) ikinci srm veya daha st srmlerinin +artlarna bal olarak deitirebilir veya yeniden databilirsiniz. </para> + +<para>Bu kitaplk faydal olaca mit edilerek fakat HERHANG BR GARANT +vermeksizin datlmaktadr. SATILABLRL veya HERHANG BR AMACA UYGUNLUU iin +zmni garanti dahi tamaz. Daha fazla bilgi iin GNU Kitaplk Genel Kamu Lisans'na +baknz. </para> + +<para>Bu kitaplkla beraber GNU Kitaplk Genel Kamu Lisans'nn bir kopyasn alm +olmalsnz; eer almamsanz ltfen aadaki adrese yazn: Free +Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301 USA</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/tr/entities/report-bugs.docbook b/kdoctools/customization/tr/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/tr/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/tr/entities/underArtisticLicense.docbook b/kdoctools/customization/tr/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..9a5420bfe --- /dev/null +++ b/kdoctools/customization/tr/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>Bu yazlm <ulink +url="common/artistic-license.html">Sanatsal Lisans</ulink> altnda datlmaktadr.</para> diff --git a/kdoctools/customization/tr/entities/underBSDLicense.docbook b/kdoctools/customization/tr/entities/underBSDLicense.docbook new file mode 100644 index 000000000..9056ce150 --- /dev/null +++ b/kdoctools/customization/tr/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>Bu yazlm, <ulink +url="common/bsd-license.html">BSD Lisans</ulink> altnda datlmaktadr.</para> diff --git a/kdoctools/customization/tr/entities/underFDL.docbook b/kdoctools/customization/tr/entities/underFDL.docbook new file mode 100644 index 000000000..a1ebad3a9 --- /dev/null +++ b/kdoctools/customization/tr/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">Bu belge <ulink +url="common/fdl-license.html">GNU Serbest Belge Lisansı (GFDL)</ulink> altında +dağıtılmaktadır.</para> diff --git a/kdoctools/customization/tr/entities/underGPL.docbook b/kdoctools/customization/tr/entities/underGPL.docbook new file mode 100644 index 000000000..74e7f95dd --- /dev/null +++ b/kdoctools/customization/tr/entities/underGPL.docbook @@ -0,0 +1,3 @@ +<para>Bu yazılım <ulink +url="common/gpl-translated.html">GNU Genel Kamu Lisansı</ulink> +altında dağıtılmaktadır.</para> diff --git a/kdoctools/customization/tr/entities/underX11License.docbook b/kdoctools/customization/tr/entities/underX11License.docbook new file mode 100644 index 000000000..8a4eb397c --- /dev/null +++ b/kdoctools/customization/tr/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>Bu yazlm <ulink +url="common/x11-license.html">X11 Lisans</ulink> altnda datlmaktadr.</para> diff --git a/kdoctools/customization/tr/entities/update-doc.docbook b/kdoctools/customization/tr/entities/update-doc.docbook new file mode 100644 index 000000000..6a98c74f5 --- /dev/null +++ b/kdoctools/customization/tr/entities/update-doc.docbook @@ -0,0 +1,4 @@ +<!--<para>Kurulumdan sonra bu belgenin gncel srmleri km olabilir. +<ulink +url="http://docs.kde.org/page#&kappname;">http://docs.kde.org/page#&kappname;</ulink> +adresine bakarak daha yeni bir srmn olup olmadn kontrol edin.</para> --> diff --git a/kdoctools/customization/tr/lang.entities b/kdoctools/customization/tr/lang.entities new file mode 100644 index 000000000..405b41421 --- /dev/null +++ b/kdoctools/customization/tr/lang.entities @@ -0,0 +1,47 @@ +<!ENTITY language "tr"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//TR" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//TR" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//TR" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//TR" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//TR" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//TR" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//TR" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//TR" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//TR" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//TR" + "entities/install-compile.docbook" ><!-- level: para --> + + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//TR" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/tr/strings.entities b/kdoctools/customization/tr/strings.entities new file mode 100644 index 000000000..8288de1c6 --- /dev/null +++ b/kdoctools/customization/tr/strings.entities @@ -0,0 +1,39 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> + +<!-- modespec entity: must be adapted in accordance with the normal usage + for documents in a language; the most likely candidates are the value + of xreflabel (now %t for title of section referred to) and the content + (now empty). If more than one format is needed, contact kde-docbook@kde.org. + ** In general, this setup will not work with more than one language in + a document ** + Usage: in <bookinfo> + Only strictly needed when olinks are used + --> +<!--ENTITY kde-modespec '<modespec id="kdems-default" xreflabel="%t"></modespec>'--> +<!ENTITY kde.modespec ' + <modespec id="kdems-help">help:</modespec> + <modespec id="kdems-man">man:</modespec>'> + +<!ENTITY olinktype "kde-installation"> diff --git a/kdoctools/customization/tr/user.entities b/kdoctools/customization/tr/user.entities new file mode 100644 index 000000000..5f54ec661 --- /dev/null +++ b/kdoctools/customization/tr/user.entities @@ -0,0 +1,8 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + diff --git a/kdoctools/customization/uk/catalog b/kdoctools/customization/uk/catalog new file mode 100644 index 000000000..e0168a546 --- /dev/null +++ b/kdoctools/customization/uk/catalog @@ -0,0 +1,37 @@ +PUBLIC "-//KDE//ENTITIES Indonesian Documentation V1.0//UK" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//UK" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//UK" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//UK" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//UK" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//UK" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//UK" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//UK" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//UK" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//UK" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//UK" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//UK" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//UK" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//UK" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//UK" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//UK" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//UK" + "entities/install-compile.docbook" + diff --git a/kdoctools/customization/uk/entities/fdl-notice.docbook b/kdoctools/customization/uk/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/uk/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/uk/entities/gpl-notice.docbook b/kdoctools/customization/uk/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/uk/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/uk/entities/help-menu.docbook b/kdoctools/customization/uk/entities/help-menu.docbook new file mode 100644 index 000000000..55b7750fc --- /dev/null +++ b/kdoctools/customization/uk/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kcron; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/uk/entities/install-compile.docbook b/kdoctools/customization/uk/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/uk/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/uk/entities/install-intro.docbook b/kdoctools/customization/uk/entities/install-intro.docbook new file mode 100644 index 000000000..b6332c952 --- /dev/null +++ b/kdoctools/customization/uk/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on +&kde-ftp;, the main &FTP; site of the &kde; +project.</para> diff --git a/kdoctools/customization/uk/entities/lgpl-notice.docbook b/kdoctools/customization/uk/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/uk/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/uk/entities/report-bugs.docbook b/kdoctools/customization/uk/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/uk/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/uk/entities/underArtisticLicense.docbook b/kdoctools/customization/uk/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/uk/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/uk/entities/underBSDLicense.docbook b/kdoctools/customization/uk/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/uk/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/uk/entities/underFDL.docbook b/kdoctools/customization/uk/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/uk/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/uk/entities/underGPL.docbook b/kdoctools/customization/uk/entities/underGPL.docbook new file mode 100644 index 000000000..27d9047b5 --- /dev/null +++ b/kdoctools/customization/uk/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-translated.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/uk/entities/underX11License.docbook b/kdoctools/customization/uk/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/uk/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/uk/entities/update-doc.docbook b/kdoctools/customization/uk/entities/update-doc.docbook new file mode 100644 index 000000000..dd9d6b55c --- /dev/null +++ b/kdoctools/customization/uk/entities/update-doc.docbook @@ -0,0 +1,4 @@ +<!--<para>This document may have been updated since your installation. +Check at <ulink +url="http://docs.kde.org/page#&kappname;">http://docs.kde.org/page#&kappname;</ulink> +to see if there is a newer version.</para> --> diff --git a/kdoctools/customization/uk/lang.entities b/kdoctools/customization/uk/lang.entities new file mode 100644 index 000000000..31da27f61 --- /dev/null +++ b/kdoctools/customization/uk/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "uk"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//UK" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//UK" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//UK" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//UK" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//UK" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//UK" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//UK" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//UK" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//UK" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//UK" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//UK" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/uk/strings.entities b/kdoctools/customization/uk/strings.entities new file mode 100644 index 000000000..5068e9d6b --- /dev/null +++ b/kdoctools/customization/uk/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "ця програма"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "ПЕРЕЛІЧИТИ ЇХНІ НАЗВИ"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "незмінні розділи &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "без незмінних розділів"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "СПИСОК"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "текст на першій сторінці &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "без тексу на першій сторінці"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "ПЕРЕЛІЧИТИ ЇХНІ НАЗВИ"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "текст на останній сторінці &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "без тексту на останній сторінці"> diff --git a/kdoctools/customization/uk/user.entities b/kdoctools/customization/uk/user.entities new file mode 100644 index 000000000..5794fadce --- /dev/null +++ b/kdoctools/customization/uk/user.entities @@ -0,0 +1,37 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>привід CD-ROM</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg "<abbrev>напр.,</abbrev>"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>тощо</abbrev>"> +<!ENTITY FAQ '<acronym>FAQ</acronym>'> +<!ENTITY ie "<abbrev>тобто</abbrev>"> +<!ENTITY infocenter "<application>Інфо-центр</application>"> +<!ENTITY kcontrolcenter "<application>Центр керування &kde;</application>"> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>K-пікнограма &kde;</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "<guimenu>K-меню</guimenu> menu"> +<!ENTITY LMB "<mousebutton>ліва</mousebutton> кнопка мишки"> +<!ENTITY MMB "<mousebutton>середня</mousebutton> кнопка мишки"> +<!ENTITY OS "операційна система"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "<mousebutton>права</mousebutton> кнопка мишки"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY systemtray "<application>системний лоток</application>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> diff --git a/kdoctools/customization/wa/catalog b/kdoctools/customization/wa/catalog new file mode 100644 index 000000000..323b2b2df --- /dev/null +++ b/kdoctools/customization/wa/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Walloon Documentation V1.0//WA" + "lang.entities" +PUBLIC "-//KDE//ENTITIES Walloon Contributors V1.0//WA" + "contributor.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//WA" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//WA" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//WA" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//WA" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//WA" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//WA" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//WA" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//WA" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//WA" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//WA" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//WA" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//WA" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//WA" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//WA" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//WA" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//WA" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/wa/contributor.entities b/kdoctools/customization/wa/contributor.entities new file mode 100644 index 000000000..580370f70 --- /dev/null +++ b/kdoctools/customization/wa/contributor.entities @@ -0,0 +1,2 @@ +<!-- Contains general entity definitions for the names of the translators. + See ../entities/contributor.entities. --> diff --git a/kdoctools/customization/wa/entities/fdl-notice.docbook b/kdoctools/customization/wa/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/wa/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/wa/entities/gpl-notice.docbook b/kdoctools/customization/wa/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/wa/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/wa/entities/help-menu.docbook b/kdoctools/customization/wa/entities/help-menu.docbook new file mode 100644 index 000000000..309abcde6 --- /dev/null +++ b/kdoctools/customization/wa/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>&kappname; Handbook</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/wa/entities/install-compile.docbook b/kdoctools/customization/wa/entities/install-compile.docbook new file mode 100644 index 000000000..a2ea62293 --- /dev/null +++ b/kdoctools/customization/wa/entities/install-compile.docbook @@ -0,0 +1,11 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> diff --git a/kdoctools/customization/wa/entities/install-intro.docbook b/kdoctools/customization/wa/entities/install-intro.docbook new file mode 100644 index 000000000..3f6f5edb5 --- /dev/null +++ b/kdoctools/customization/wa/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/wa/entities/lgpl-notice.docbook b/kdoctools/customization/wa/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/wa/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/wa/entities/report-bugs.docbook b/kdoctools/customization/wa/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/wa/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/wa/entities/underArtisticLicense.docbook b/kdoctools/customization/wa/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/wa/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/wa/entities/underBSDLicense.docbook b/kdoctools/customization/wa/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/wa/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/wa/entities/underFDL.docbook b/kdoctools/customization/wa/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/wa/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/wa/entities/underGPL.docbook b/kdoctools/customization/wa/entities/underGPL.docbook new file mode 100644 index 000000000..a2074f33d --- /dev/null +++ b/kdoctools/customization/wa/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-license.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/wa/entities/underX11License.docbook b/kdoctools/customization/wa/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/wa/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/wa/entities/update-doc.docbook b/kdoctools/customization/wa/entities/update-doc.docbook new file mode 100644 index 000000000..e3d8ec4c1 --- /dev/null +++ b/kdoctools/customization/wa/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>This document may have been updated since your installation. +You can find the latest version at <ulink +url="http://docs.kde.org/current/&package;/&kappname;/">http://docs.kde.org/current/&package;/&kappname;/</ulink>.</para> diff --git a/kdoctools/customization/wa/lang.entities b/kdoctools/customization/wa/lang.entities new file mode 100644 index 000000000..98d4699e8 --- /dev/null +++ b/kdoctools/customization/wa/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "wa"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//WA" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//WA" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//WA" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//WA" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//WA" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//WA" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//WA" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//WA" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//WA" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//WA" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//WA" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/wa/strings.entities b/kdoctools/customization/wa/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/wa/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/wa/user.entities b/kdoctools/customization/wa/user.entities new file mode 100644 index 000000000..627f7fafb --- /dev/null +++ b/kdoctools/customization/wa/user.entities @@ -0,0 +1,6 @@ +<!-- This file contains entities (only!) to make translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name. + --> diff --git a/kdoctools/customization/xh/catalog b/kdoctools/customization/xh/catalog new file mode 100644 index 000000000..600460e44 --- /dev/null +++ b/kdoctools/customization/xh/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES Xhosa Documentation V1.0//XH" + "lang.entities" +PUBLIC "-//KDE//ENTITIES Xhosa Contributors V1.0//XH" + "contributor.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//XH" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//XH" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//XH" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//XH" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//XH" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//XH" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//XH" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//XH" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//XH" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//XH" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//XH" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//XH" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//XH" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//XH" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//XH" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//XH" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/xh/contributor.entities b/kdoctools/customization/xh/contributor.entities new file mode 100644 index 000000000..580370f70 --- /dev/null +++ b/kdoctools/customization/xh/contributor.entities @@ -0,0 +1,2 @@ +<!-- Contains general entity definitions for the names of the translators. + See ../entities/contributor.entities. --> diff --git a/kdoctools/customization/xh/entities/fdl-notice.docbook b/kdoctools/customization/xh/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/xh/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/xh/entities/gpl-notice.docbook b/kdoctools/customization/xh/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/xh/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/xh/entities/help-menu.docbook b/kdoctools/customization/xh/entities/help-menu.docbook new file mode 100644 index 000000000..309abcde6 --- /dev/null +++ b/kdoctools/customization/xh/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>&kappname; Handbook</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/xh/entities/install-compile.docbook b/kdoctools/customization/xh/entities/install-compile.docbook new file mode 100644 index 000000000..a2ea62293 --- /dev/null +++ b/kdoctools/customization/xh/entities/install-compile.docbook @@ -0,0 +1,11 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> diff --git a/kdoctools/customization/xh/entities/install-intro.docbook b/kdoctools/customization/xh/entities/install-intro.docbook new file mode 100644 index 000000000..3f6f5edb5 --- /dev/null +++ b/kdoctools/customization/xh/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/xh/entities/lgpl-notice.docbook b/kdoctools/customization/xh/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/xh/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/xh/entities/report-bugs.docbook b/kdoctools/customization/xh/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/xh/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/xh/entities/underArtisticLicense.docbook b/kdoctools/customization/xh/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/xh/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/xh/entities/underBSDLicense.docbook b/kdoctools/customization/xh/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/xh/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/xh/entities/underFDL.docbook b/kdoctools/customization/xh/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/xh/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/xh/entities/underGPL.docbook b/kdoctools/customization/xh/entities/underGPL.docbook new file mode 100644 index 000000000..a2074f33d --- /dev/null +++ b/kdoctools/customization/xh/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-license.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/xh/entities/underX11License.docbook b/kdoctools/customization/xh/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/xh/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/xh/entities/update-doc.docbook b/kdoctools/customization/xh/entities/update-doc.docbook new file mode 100644 index 000000000..e3d8ec4c1 --- /dev/null +++ b/kdoctools/customization/xh/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>This document may have been updated since your installation. +You can find the latest version at <ulink +url="http://docs.kde.org/current/&package;/&kappname;/">http://docs.kde.org/current/&package;/&kappname;/</ulink>.</para> diff --git a/kdoctools/customization/xh/lang.entities b/kdoctools/customization/xh/lang.entities new file mode 100644 index 000000000..7cede7e7b --- /dev/null +++ b/kdoctools/customization/xh/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "xh"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//XH" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//XH" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//XH" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//XH" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//XH" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//XH" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//XH" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//XH" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//XH" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//XH" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//XH" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/xh/strings.entities b/kdoctools/customization/xh/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/xh/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/xh/user.entities b/kdoctools/customization/xh/user.entities new file mode 100644 index 000000000..627f7fafb --- /dev/null +++ b/kdoctools/customization/xh/user.entities @@ -0,0 +1,6 @@ +<!-- This file contains entities (only!) to make translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name. + --> diff --git a/kdoctools/customization/xsl/README b/kdoctools/customization/xsl/README new file mode 100644 index 000000000..bfc50dedf --- /dev/null +++ b/kdoctools/customization/xsl/README @@ -0,0 +1,8 @@ +This directory contains files used in the KDE customization +of the DocBook XSL style sheets. + +For the time being however, it only contains as yet unused localisation code. + +We plan to have these file generated with the same procedure as the +corresponding files in the docbook style sheets, if it doesn't require +too much machinery. diff --git a/kdoctools/customization/xsl/ca.xml b/kdoctools/customization/xsl/ca.xml new file mode 100644 index 000000000..21c35ecf5 --- /dev/null +++ b/kdoctools/customization/xsl/ca.xml @@ -0,0 +1,17 @@ +<localization language="ca"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Catalan" text="Catalan"/> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/cs.xml b/kdoctools/customization/xsl/cs.xml new file mode 100644 index 000000000..e1b66302a --- /dev/null +++ b/kdoctools/customization/xsl/cs.xml @@ -0,0 +1,17 @@ +<localization language="cs"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Czech" text="Czech"/> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/da.xml b/kdoctools/customization/xsl/da.xml new file mode 100644 index 000000000..cc47db671 --- /dev/null +++ b/kdoctools/customization/xsl/da.xml @@ -0,0 +1,17 @@ +<localization language="da"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Danish" text="Dansk"/> +<gentext key="Default" text="Standard"/> +<gentext key="Documentation.by" text="Dokumentation ved"/> +<gentext key="LastUpdated" text="Sidst opdateret"/> +<gentext key="Version" text="Udgave"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="K skrivebordsmiljø-logo"/> +</localization> diff --git a/kdoctools/customization/xsl/de.xml b/kdoctools/customization/xsl/de.xml new file mode 100644 index 000000000..f93b11ed9 --- /dev/null +++ b/kdoctools/customization/xsl/de.xml @@ -0,0 +1,17 @@ +<localization language="de"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Dokumentation von"/> +<gentext key="German" text="Deutsch"/> +<gentext key="LastUpdated" text="Zuletzt aktualisiert"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/el.xml b/kdoctools/customization/xsl/el.xml new file mode 100644 index 000000000..93ebc2220 --- /dev/null +++ b/kdoctools/customization/xsl/el.xml @@ -0,0 +1,17 @@ +<localization language="el"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="Greek" text="Elleniki"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/en.xml b/kdoctools/customization/xsl/en.xml new file mode 100644 index 000000000..672e68bec --- /dev/null +++ b/kdoctools/customization/xsl/en.xml @@ -0,0 +1,11 @@ +<localization language="en"> +<!-- Notes for translators: + Do not translate `&...;' (unless you know the mechanism). + --> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="English" text="English"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<!--<gentext key="home-url" text="http://www.kde.org/"/>--> +<!--<gentext key="logo-alt" text="The K Desktop Environment Logo"/>--> +</localization> diff --git a/kdoctools/customization/xsl/es.xml b/kdoctools/customization/xsl/es.xml new file mode 100644 index 000000000..de5ae4b3b --- /dev/null +++ b/kdoctools/customization/xsl/es.xml @@ -0,0 +1,17 @@ +<localization language="es"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Spanish" text="Espaol"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/et.xml b/kdoctools/customization/xsl/et.xml new file mode 100644 index 000000000..4fce8a286 --- /dev/null +++ b/kdoctools/customization/xsl/et.xml @@ -0,0 +1,17 @@ +<localization language="et"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="Estonian" text="Estonian"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/fi.xml b/kdoctools/customization/xsl/fi.xml new file mode 100644 index 000000000..5c162790e --- /dev/null +++ b/kdoctools/customization/xsl/fi.xml @@ -0,0 +1,17 @@ +<localization language="fi"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="Finnish" text="Finnish"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/fr.xml b/kdoctools/customization/xsl/fr.xml new file mode 100644 index 000000000..56fb1ce75 --- /dev/null +++ b/kdoctools/customization/xsl/fr.xml @@ -0,0 +1,17 @@ +<localization language="fr"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Dfaut"/> +<gentext key="Documentation.by" text="Documentation par"/> +<gentext key="French" text="Franais"/> +<gentext key="LastUpdated" text="Dernire mise jour le"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/hu.xml b/kdoctools/customization/xsl/hu.xml new file mode 100644 index 000000000..f4250b3c7 --- /dev/null +++ b/kdoctools/customization/xsl/hu.xml @@ -0,0 +1,17 @@ +<localization language="hu"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Alap\U-00E9;rtelmez\U-00E9;s"/> +<gentext key="Documentation.by" text="A dokument\U-00E1;ci\U-00F3;t k\U-00E9;sz\U-00ED;tette"/> +<gentext key="Hungarian" text="Magyar"/> +<gentext key="LastUpdated" text="Utols\U-00F3; friss\U-00ED;t\U-00E9;s"/> +<gentext key="Version" text="Verzi\U-00F3;sz\U-00E1;m:"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="A KDE grafikus k\U-00F6;rnyezet embl\U-00E9;m\U-00E1;ja"/> +</localization> diff --git a/kdoctools/customization/xsl/it.xml b/kdoctools/customization/xsl/it.xml new file mode 100644 index 000000000..bc684d98a --- /dev/null +++ b/kdoctools/customization/xsl/it.xml @@ -0,0 +1,17 @@ +<localization language="it"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="Italian" text="Italiano"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/ja.xml b/kdoctools/customization/xsl/ja.xml new file mode 100644 index 000000000..17b47d267 --- /dev/null +++ b/kdoctools/customization/xsl/ja.xml @@ -0,0 +1,17 @@ +<localization language="ja"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="Japanese" text="Japanese"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/ko.xml b/kdoctools/customization/xsl/ko.xml new file mode 100644 index 000000000..d2909a4d4 --- /dev/null +++ b/kdoctools/customization/xsl/ko.xml @@ -0,0 +1,17 @@ +<localization language="ko"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="\U-AE30;\U-BCF8;" --EUC-KR "⺻"--/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="Korean" text="\U-D55C;\U-AD6D;\U-B9D0;" --EUC-KR "ѱ"--/> +<gentext key="LastUpdated" text="\U-B9C8;\U-C9C0;\U-B9C9;\U-C73C;\U-B85C; \U-ACE0;\U-CE5C; \U-B0A0;" --EUC-KR " ģ "--/> +<gentext key="Version" text="\U-D310; \U-BC88;\U-D638;" --EUC-KR " ȣ"--/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/nl.xml b/kdoctools/customization/xsl/nl.xml new file mode 100644 index 000000000..2a78e0bad --- /dev/null +++ b/kdoctools/customization/xsl/nl.xml @@ -0,0 +1,17 @@ +<localization language="nl"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Standaard"/> +<gentext key="Documentation.by" text="Documentatie door"/> +<gentext key="Dutch" text= "Nederlands"/> +<gentext key="LastUpdated" text="Laatste aanpassing"/> +<gentext key="Version" text="Versie"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/nn.xml b/kdoctools/customization/xsl/nn.xml new file mode 100644 index 000000000..c84a890d7 --- /dev/null +++ b/kdoctools/customization/xsl/nn.xml @@ -0,0 +1,17 @@ +<localization language="en"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="English" text="English"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/no.xml b/kdoctools/customization/xsl/no.xml new file mode 100644 index 000000000..041b95568 --- /dev/null +++ b/kdoctools/customization/xsl/no.xml @@ -0,0 +1,17 @@ +<localization language="no"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Norwegian" text="Norsk"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/pl.xml b/kdoctools/customization/xsl/pl.xml new file mode 100644 index 000000000..cd8c84b99 --- /dev/null +++ b/kdoctools/customization/xsl/pl.xml @@ -0,0 +1,17 @@ +<localization language="pl"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Polish" text="Polska"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/pt.xml b/kdoctools/customization/xsl/pt.xml new file mode 100644 index 000000000..25947ef2d --- /dev/null +++ b/kdoctools/customization/xsl/pt.xml @@ -0,0 +1,17 @@ +<localization language="pt"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Por omisso"/> +<gentext key="Documentation.by" text="Documentao por"/> +<gentext key="LastUpdated" text="ltima Actualizao"/> +<gentext key="Portuguese" text="Portugus"/> +<gentext key="Version" text="Verso"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="Logotipo do Ambiente de Trabalho K"/> +</localization> diff --git a/kdoctools/customization/xsl/pt_br.xml b/kdoctools/customization/xsl/pt_br.xml new file mode 100644 index 000000000..59d443214 --- /dev/null +++ b/kdoctools/customization/xsl/pt_br.xml @@ -0,0 +1,17 @@ +<localization language="pt-BR"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="BrasilianPortuguese" text="Portugues"/> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/ro.xml b/kdoctools/customization/xsl/ro.xml new file mode 100644 index 000000000..bd11ba5e4 --- /dev/null +++ b/kdoctools/customization/xsl/ro.xml @@ -0,0 +1,17 @@ +<localization language="ro"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Implicit"/> +<gentext key="Documentation.by" text="Documentaie de"/> +<gentext key="LastUpdated" text="Ultima actualizare"/> +<gentext key="Romanian" text="Romnesc"/> +<gentext key="Version" text="Versiunea"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="Logo Mediul Grafic K"/> +</localization> diff --git a/kdoctools/customization/xsl/ru.xml b/kdoctools/customization/xsl/ru.xml new file mode 100644 index 000000000..e4a6e59eb --- /dev/null +++ b/kdoctools/customization/xsl/ru.xml @@ -0,0 +1,17 @@ +<localization language="ru"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="По умолчанию"/> +<gentext key="Documentation.by" text="Автор документации"/> +<gentext key="LastUpdated" text="Последнее обновление"/> +<gentext key="Russian" text="Русский"/> +<gentext key="Version" text="Версия"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/sk.xml b/kdoctools/customization/xsl/sk.xml new file mode 100644 index 000000000..209b0a610 --- /dev/null +++ b/kdoctools/customization/xsl/sk.xml @@ -0,0 +1,17 @@ +<localization language="sk"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Slovak" text="Slovak"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/sl.xml b/kdoctools/customization/xsl/sl.xml new file mode 100644 index 000000000..370a0120f --- /dev/null +++ b/kdoctools/customization/xsl/sl.xml @@ -0,0 +1,19 @@ +<localization language="sl"> +<!-- $Id$ --> +<!-- $Source$ --> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Privzeto"/> +<gentext key="Documentation.by" text="Dokumentacija od"/> +<gentext key="LastUpdated" text="Zadnji\U-010D; osve\U-017E;eno"/> +<gentext key="Slovenian" text="Sloven\U-0161;\U-010D;ina"/> +<gentext key="Version" text="Razli\U-010D;ica"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="Logotip namiznega okolja K"/> +</localization> diff --git a/kdoctools/customization/xsl/sr.xml b/kdoctools/customization/xsl/sr.xml new file mode 100644 index 000000000..24f4cb9af --- /dev/null +++ b/kdoctools/customization/xsl/sr.xml @@ -0,0 +1,17 @@ +<localization language="sr"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Default"/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="LastUpdated" text="Last updated"/> +<gentext key="Serbian" text="Serbian"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xsl/sv.xml b/kdoctools/customization/xsl/sv.xml new file mode 100644 index 000000000..474062cb0 --- /dev/null +++ b/kdoctools/customization/xsl/sv.xml @@ -0,0 +1,17 @@ +<localization language="sv"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + --> +<gentext key="Default" text="Förval"/> +<gentext key="Documentation.by" text="Dokumentation av"/> +<gentext key="LastUpdated" text="Senaste uppdatering"/> +<gentext key="Swedish" text="Svenska"/> +<gentext key="Version" text="Version"/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="Logotyp för K-skrivbordsmiljön"/> +</localization> diff --git a/kdoctools/customization/xsl/zh_tw.xml b/kdoctools/customization/xsl/zh_tw.xml new file mode 100644 index 000000000..622297047 --- /dev/null +++ b/kdoctools/customization/xsl/zh_tw.xml @@ -0,0 +1,19 @@ +<localization language="zh-TW"> +<!-- Notes for translators: + 1. Do not translate `&...;' (unless you know the mechanism). + 2. In the strings ("..."), you can use the following notations, apart from Unicode, + ISO entities (e.g. ó), slashed + ISO names (e.g. \latin-small-letter-o-with-acute;), or \U-XXXX + where X is an upper case hexadecimal, and XXXX is the Unicode + value for the character (e.g. \U-00F3). + + by Chih-Wei Huang, cwhuang@linux.org.tw. Jan 2, 2001 + --> +<gentext key="Chinese" text="\U-4E2D;\U-6587;" --BIG5 ""--/> +<gentext key="Default" text="\U-9810;\U-8A2D;" --BIG5 "w]"--/> +<gentext key="Documentation.by" text="Documentation by"/> +<gentext key="LastUpdated" text="\U-6700;\U-5F8C;\U-66F4;\U-65B0;\U-65E5;\U-671F;" --BIG5 "̫s"--/> +<gentext key="Version" text="\U-7248;\U-672C;" --BIG5 ""--/> +<gentext key="home-url" text="http://www.kde.org/"/> +<gentext key="logo-alt" text="The K Desktop Environment Logo"/> +</localization>
\ No newline at end of file diff --git a/kdoctools/customization/xx/catalog b/kdoctools/customization/xx/catalog new file mode 100644 index 000000000..26a253958 --- /dev/null +++ b/kdoctools/customization/xx/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES XXch Documentation V1.0//XX" + "lang.entities" +PUBLIC "-//KDE//ENTITIES XXch Contributors V1.0//XX" + "contributor.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//XX" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//XX" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//XX" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//XX" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//XX" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//XX" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//XX" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//XX" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//XX" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//XX" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//XX" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//XX" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//XX" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//XX" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//XX" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//XX" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/xx/contributor.entities b/kdoctools/customization/xx/contributor.entities new file mode 100644 index 000000000..580370f70 --- /dev/null +++ b/kdoctools/customization/xx/contributor.entities @@ -0,0 +1,2 @@ +<!-- Contains general entity definitions for the names of the translators. + See ../entities/contributor.entities. --> diff --git a/kdoctools/customization/xx/entities/fdl-notice.docbook b/kdoctools/customization/xx/entities/fdl-notice.docbook new file mode 100644 index 000000000..7c4402cda --- /dev/null +++ b/kdoctools/customization/xx/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//EN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/xx/entities/gpl-notice.docbook b/kdoctools/customization/xx/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/xx/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/xx/entities/help-menu.docbook b/kdoctools/customization/xx/entities/help-menu.docbook new file mode 100644 index 000000000..309abcde6 --- /dev/null +++ b/kdoctools/customization/xx/entities/help-menu.docbook @@ -0,0 +1,58 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>&kappname; Handbook</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/xx/entities/install-compile.docbook b/kdoctools/customization/xx/entities/install-compile.docbook new file mode 100644 index 000000000..a2ea62293 --- /dev/null +++ b/kdoctools/customization/xx/entities/install-compile.docbook @@ -0,0 +1,11 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> diff --git a/kdoctools/customization/xx/entities/install-intro.docbook b/kdoctools/customization/xx/entities/install-intro.docbook new file mode 100644 index 000000000..3f6f5edb5 --- /dev/null +++ b/kdoctools/customization/xx/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/xx/entities/lgpl-notice.docbook b/kdoctools/customization/xx/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/xx/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/xx/entities/report-bugs.docbook b/kdoctools/customization/xx/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/xx/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/xx/entities/underArtisticLicense.docbook b/kdoctools/customization/xx/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/xx/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/xx/entities/underBSDLicense.docbook b/kdoctools/customization/xx/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/xx/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/xx/entities/underFDL.docbook b/kdoctools/customization/xx/entities/underFDL.docbook new file mode 100644 index 000000000..633ce72e6 --- /dev/null +++ b/kdoctools/customization/xx/entities/underFDL.docbook @@ -0,0 +1,4 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation +License"">This documentation is licensed under the terms of the <ulink +url="common/fdl-license.html">GNU Free Documentation +License</ulink>.</para> diff --git a/kdoctools/customization/xx/entities/underGPL.docbook b/kdoctools/customization/xx/entities/underGPL.docbook new file mode 100644 index 000000000..a2074f33d --- /dev/null +++ b/kdoctools/customization/xx/entities/underGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/gpl-license.html">GNU General Public License</ulink>.</para> diff --git a/kdoctools/customization/xx/entities/underX11License.docbook b/kdoctools/customization/xx/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/xx/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/xx/entities/update-doc.docbook b/kdoctools/customization/xx/entities/update-doc.docbook new file mode 100644 index 000000000..e3d8ec4c1 --- /dev/null +++ b/kdoctools/customization/xx/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>This document may have been updated since your installation. +You can find the latest version at <ulink +url="http://docs.kde.org/current/&package;/&kappname;/">http://docs.kde.org/current/&package;/&kappname;/</ulink>.</para> diff --git a/kdoctools/customization/xx/lang.entities b/kdoctools/customization/xx/lang.entities new file mode 100644 index 000000000..80d5d630b --- /dev/null +++ b/kdoctools/customization/xx/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "xx"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//XX" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//XX" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//XX" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//XX" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//XX" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//XX" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//XX" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//XX" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//XX" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//XX" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//XX" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/xx/strings.entities b/kdoctools/customization/xx/strings.entities new file mode 100644 index 000000000..d88951813 --- /dev/null +++ b/kdoctools/customization/xx/strings.entities @@ -0,0 +1,23 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> diff --git a/kdoctools/customization/xx/user.entities b/kdoctools/customization/xx/user.entities new file mode 100644 index 000000000..627f7fafb --- /dev/null +++ b/kdoctools/customization/xx/user.entities @@ -0,0 +1,6 @@ +<!-- This file contains entities (only!) to make translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name. + --> diff --git a/kdoctools/customization/zh-CN/catalog b/kdoctools/customization/zh-CN/catalog new file mode 100644 index 000000000..b6a936cd0 --- /dev/null +++ b/kdoctools/customization/zh-CN/catalog @@ -0,0 +1,38 @@ +PUBLIC "-//KDE//ENTITIES English Documentation V1.0//ZHCN" + "lang.entities" + +PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ZHCN" + "entities/fdl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU General Public License Notice//ZHCN" + "entities/gpl-notice.docbook" +PUBLIC "-//KDE//DOCUMENT GNU Lesser General Public License Notice//ZHCN" + "entities/lgpl-notice.docbook" + +PUBLIC "-//GNU//DOCUMENT GNU General Public License V2//ZHCN" + "common/gpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Lesser General Public License V2.1//ZHCN" + "common/lgpl-translated" +PUBLIC "-//GNU//DOCUMENT GNU Free Documentation License V1.1//ZHCN" + "common/fdl-translated" +PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ZHCN" + "entities/underGPL.docbook" +PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//ZHCN" + "entities/underLGPL.docbook" +PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ZHCN" + "entities/underFDL.docbook" +PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ZHCN" + "entities/underBSDLicense.docbook" +PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ZHCN" + "entities/underArtisticLicense.docbook" +PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ZHCN" + "entities/underX11License.docbook" +PUBLIC "-//KDE//DOCUMENT Report Bugs//ZHCN" + "entities/report-bugs.docbook" +PUBLIC "-//KDE//DOCUMENT Updating Documentation//ZHCN" + "entities/update-doc.docbook" +PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ZHCN" + "entities/help-menu.docbook" +PUBLIC "-//KDE//DOCUMENT Installation General Information//ZHCN" + "entities/install-intro.docbook" +PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ZHCN" + "entities/install-compile.docbook" diff --git a/kdoctools/customization/zh-CN/entities/fdl-notice.docbook b/kdoctools/customization/zh-CN/entities/fdl-notice.docbook new file mode 100644 index 000000000..c9d5375c3 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/fdl-notice.docbook @@ -0,0 +1,53 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... [ + <!ENTITY % FDLIS "INCLUDE"> + <!ENTITY FDLISTitles "title 1, title 2, title 3"> + <!ENTITY % FDLFCT "INCLUDE"> + <!ENTITY FDLFCTTitles "title 4, title 5, title 6"> + <!ENTITY % FDLBCT "INCLUDE"> + <!ENTITY FDLBCTTitles "title 7, title 7b"> + <!ENTITY % ents "-//KDE//ENTITIES Application-Variable Entities V1.0//ZHCN"> + %ents; + ... + ]> + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &FDLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + + Include a copy of the license in the documentation distribution. + --> +<para>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 <xref linkend="gnu-fdl"/>.</para> + +<!-- If you have no Invariant Sections, don't add any FDLIS entities. + If you have no Front-Cover Texts, don't add any FDLFCT; likewise + for Back-Cover Texts (the SGML setup takes care of complying with + the GNU requirements). Adding the entities: if you use any, then + add FDL* with value "INCLUDE" and FDL*Titles with a list of + titles. You will get the default GNU template text if you don't + specify the FDL*Titles entity after specifying the FDL* entity. + This will only have effect when you specify %FDLSlots; _after_ + the entity definitions. + + If your document contains nontrivial examples of program code, we + recommend releasing these examples in parallel under your choice + of free software license, such as the GNU General Public License, + to permit their use in free software. + --> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> diff --git a/kdoctools/customization/zh-CN/entities/gpl-notice.docbook b/kdoctools/customization/zh-CN/entities/gpl-notice.docbook new file mode 100644 index 000000000..0b093444d --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/gpl-notice.docbook @@ -0,0 +1,32 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &GPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/zh-CN/entities/help-menu.docbook b/kdoctools/customization/zh-CN/entities/help-menu.docbook new file mode 100644 index 000000000..026d5a305 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/help-menu.docbook @@ -0,0 +1,51 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>帮助</guimenu> +<guimenuitem>&kappname; 手册</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>调用 KDE 帮助系统</action>并以 &kappname; 帮助页面(此文档)开始。</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>帮助</guimenu> +<guimenuitem>这是什么?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>将鼠标指针更改为带问号的箭头。</action>单击 &kappname; 中的项目将会打开帮助窗口(如果特定项目给出了帮助的话),其中解释了项目的功能。</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>帮助</guimenu> +<guimenuitem>报告错误...</guimenuitem> +</menuchoice></term> +<listitem><para><action>打开错误报告对话框</action>,您可在其中报告错误或请求某些特性。</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>帮助</guimenu> +<guimenuitem>关于 &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>这将显示版本号和作者信息。</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>帮助</guimenu> +<guimenuitem>关于 KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>这将显示 KDE 版本和其它基本信息。</action></para></listitem> +</varlistentry> +</variablelist> diff --git a/kdoctools/customization/zh-CN/entities/install-compile.docbook b/kdoctools/customization/zh-CN/entities/install-compile.docbook new file mode 100644 index 000000000..dccdc4081 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/install-compile.docbook @@ -0,0 +1,12 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + diff --git a/kdoctools/customization/zh-CN/entities/install-intro.docbook b/kdoctools/customization/zh-CN/entities/install-intro.docbook new file mode 100644 index 000000000..3f6f5edb5 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/install-intro.docbook @@ -0,0 +1,6 @@ +<!-- requires that packagename is defined in the documentation prologue + --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on &kde-ftp;, +the main &FTP; site of the &kde; project.</para> diff --git a/kdoctools/customization/zh-CN/entities/lgpl-notice.docbook b/kdoctools/customization/zh-CN/entities/lgpl-notice.docbook new file mode 100644 index 000000000..1edf3f609 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/lgpl-notice.docbook @@ -0,0 +1,33 @@ +<!-- This file can be used to include the notice in documentation + <!DOCTYPE book ... > + ... + <bookinfo> + <legalnotice> + <para>Copyright (C) 20yy [name of author]</para> + &LGPLnotice; + </legalnotice> + </bookinfo> + ... + + Alternatively, you can include the text literally. + --> +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> diff --git a/kdoctools/customization/zh-CN/entities/report-bugs.docbook b/kdoctools/customization/zh-CN/entities/report-bugs.docbook new file mode 100644 index 000000000..c9f2992f2 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/report-bugs.docbook @@ -0,0 +1 @@ +<!-- --> diff --git a/kdoctools/customization/zh-CN/entities/underArtisticLicense.docbook b/kdoctools/customization/zh-CN/entities/underArtisticLicense.docbook new file mode 100644 index 000000000..fa022707d --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/underArtisticLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/artistic-license.html">Artistic License</ulink>.</para> diff --git a/kdoctools/customization/zh-CN/entities/underBSDLicense.docbook b/kdoctools/customization/zh-CN/entities/underBSDLicense.docbook new file mode 100644 index 000000000..0dc93f1c4 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/underBSDLicense.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/bsd-license.html">BSD License</ulink>.</para> diff --git a/kdoctools/customization/zh-CN/entities/underFDL.docbook b/kdoctools/customization/zh-CN/entities/underFDL.docbook new file mode 100644 index 000000000..ad51d6ea1 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/underFDL.docbook @@ -0,0 +1 @@ +<para id="gnu-fdl" xreflabel="标题为“GNU 自由文档许可”的一节">此文档在 <ulink url="common/fdl-license.html">GNU 自由文档许可</ulink>的条款下发布。</para> diff --git a/kdoctools/customization/zh-CN/entities/underGPL.docbook b/kdoctools/customization/zh-CN/entities/underGPL.docbook new file mode 100644 index 000000000..acd672107 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/underGPL.docbook @@ -0,0 +1 @@ +<para>此程序在 <ulink url="common/gpl-license.html">GNU 通用公共许可</ulink>的条款下发放。</para> diff --git a/kdoctools/customization/zh-CN/entities/underLGPL.docbook b/kdoctools/customization/zh-CN/entities/underLGPL.docbook new file mode 100644 index 000000000..35f89bdd6 --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/underLGPL.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/lgpl-license.html">GNU Lesser General Public License</ulink>.</para> diff --git a/kdoctools/customization/zh-CN/entities/underX11License.docbook b/kdoctools/customization/zh-CN/entities/underX11License.docbook new file mode 100644 index 000000000..7eb81f09e --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/underX11License.docbook @@ -0,0 +1,2 @@ +<para>This program is licensed under the terms of the <ulink +url="common/x11-license.html">X11 License</ulink>.</para> diff --git a/kdoctools/customization/zh-CN/entities/update-doc.docbook b/kdoctools/customization/zh-CN/entities/update-doc.docbook new file mode 100644 index 000000000..d0bf98aad --- /dev/null +++ b/kdoctools/customization/zh-CN/entities/update-doc.docbook @@ -0,0 +1,3 @@ +<para>This document may have been updated since your installation. +You can find the latest version at <ulink +url="http://docs.kde.org/current/&package;/">http://docs.kde.org/current/&package;/</ulink>.</para> diff --git a/kdoctools/customization/zh-CN/lang.entities b/kdoctools/customization/zh-CN/lang.entities new file mode 100644 index 000000000..829768092 --- /dev/null +++ b/kdoctools/customization/zh-CN/lang.entities @@ -0,0 +1,50 @@ +<!-- Do NOT change this file: it provides important defaults --> + +<!ENTITY language "zh-CN"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ZHCN" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//ZHCN" + "entities/underLGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ZHCN" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ZHCN" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ZHCN" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ZHCN" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//ZHCN" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//ZHCN" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ZHCN" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//ZHCN" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ZHCN" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ZHCN" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; diff --git a/kdoctools/customization/zh-CN/strings.entities b/kdoctools/customization/zh-CN/strings.entities new file mode 100644 index 000000000..8288de1c6 --- /dev/null +++ b/kdoctools/customization/zh-CN/strings.entities @@ -0,0 +1,39 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> + +<!-- modespec entity: must be adapted in accordance with the normal usage + for documents in a language; the most likely candidates are the value + of xreflabel (now %t for title of section referred to) and the content + (now empty). If more than one format is needed, contact kde-docbook@kde.org. + ** In general, this setup will not work with more than one language in + a document ** + Usage: in <bookinfo> + Only strictly needed when olinks are used + --> +<!--ENTITY kde-modespec '<modespec id="kdems-default" xreflabel="%t"></modespec>'--> +<!ENTITY kde.modespec ' + <modespec id="kdems-help">help:</modespec> + <modespec id="kdems-man">man:</modespec>'> + +<!ENTITY olinktype "kde-installation"> diff --git a/kdoctools/customization/zh-CN/user.entities b/kdoctools/customization/zh-CN/user.entities new file mode 100644 index 000000000..097fbedce --- /dev/null +++ b/kdoctools/customization/zh-CN/user.entities @@ -0,0 +1,37 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>CD-ROM </hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg "<abbrev></abbrev>"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "<abbrev>ȵ</abbrev>"> +<!ENTITY FAQ ''> +<!ENTITY ie "<abbrev>i.e.</abbrev>"> +<!ENTITY infocenter "<application>Ϣ</application>"> +<!ENTITY kcontrolcenter "<application>&kde; </application>"> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>&kde; K ͼ</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> icon"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "<guimenu>K</guimenu> ˵"> +<!ENTITY LMB "<mousebutton></mousebutton>"> +<!ENTITY MMB "<mousebutton></mousebutton>"> +<!ENTITY OS "ϵͳ"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "<mousebutton></mousebutton>"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY systemtray "<application>ϵͳ</application>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> 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 @@ +<para>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 <xref linkend="gnu-fdl"/>.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +sgml-parent-document: ("index.docbook" "book" "bookinfo" "legalnotice" "para") +End: +--> 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 @@ +<para>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.</para> + +<para>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.</para> + +<para>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.</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<variablelist> +<varlistentry> +<term> +<menuchoice> +<shortcut> +<keycombo action="simul"><keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>Contents...</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Invokes the KDE Help system</action> starting at the +&kappname; help pages. (this document).</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<shortcut> +<keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo> +</shortcut> +<guimenu>Help</guimenu> +<guimenuitem>What's This?</guimenuitem> +</menuchoice> +</term> +<listitem><para><action>Changes the mouse cursor to a combination arrow and +question mark.</action> Clicking on items within &kappname; will open a help +window (if one exists for the particular item) explaining the item's +function.</para></listitem> +</varlistentry> + + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>Report Bug...</guimenuitem> +</menuchoice></term> +<listitem><para><action>Opens the Bug report dialog</action> where you can +report a bug or request a <quote>wishlist</quote> feature.</para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About &kappname;</guimenuitem> +</menuchoice></term> +<listitem><para><action>This will display version and author +information.</action></para></listitem> +</varlistentry> + +<varlistentry> +<term><menuchoice> +<guimenu>Help</guimenu> +<guimenuitem>About KDE</guimenuitem> +</menuchoice></term> +<listitem><para><action>This displays the KDE version and other basic +information.</action></para></listitem> +</varlistentry> +</variablelist> 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 @@ +<para>In order to compile and install &kappname; on your system, type the +following in the base directory of the &kappname; distribution:</para> + +<screen><prompt>%</prompt> <userinput><command>./configure</command></userinput> +<prompt>%</prompt> <userinput><command>make</command></userinput> +<prompt>%</prompt> <userinput><command>make</command> install</userinput> +</screen> + +<para>Since &kappname; uses <command>autoconf</command> and +<command>automake</command> you should have no trouble compiling it. Should you +run into problems please report them to the &kde; mailing lists.</para> + 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 @@ +<!-- requires that packagename is defined in the documentation prologue --> +<para>&kappname; is part of the &kde; project &kde-http;.</para> + +<para>&kappname; can be found in the &package; package on +&kde-ftp;, the main &FTP; site of the &kde; +project.</para> 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 @@ +<para>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.</para> + +<para>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.</para> + +<para>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</para> +<!-- +Local variables: +mode: sgml +sgml-general-insert-case: lower +End: +--> 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 @@ +<para>本程式的授權方式採用 <ulink +url="common/artistic-license.html">Artistic 許可證(Artistic License)</ulink>。</para> 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 @@ +<para>本程式的授權方式採用 <ulink +url="common/bsd-license.html">BSD 許可證(BSD License)</ulink>。</para> 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 @@ +<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">本文件的授權方式採用 <ulink url="common/fdl-translated.html">GNU 自由文件許可證</ulink>。</para> 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 @@ +<para> +本程式的授權方式採用 <ulink url="common/gpl-translated.html">GNU 通用公共許可證</ulink>。 +</para> 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 @@ +<para>本程式的授權方式採用 <ulink +url="common/x11-license.html">X11 許可證(X11 License)</ulink>。</para> 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 @@ +<!-- to be filled in --> 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 @@ +<!ENTITY language "zh-TW"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//ZHTW" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//ZHTW" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//ZHTW" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//ZHTW" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//ZHTW" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//ZHTW" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//ZHTW" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//ZHTW" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//ZHTW" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//ZHTW" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//ZHTW" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%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 @@ +<!-- These entities should be translated, but NOT CHANGED, NOR EXTENDED. + For language-specific extensions, use user.entities. + Translate everything between quotes, except names of general + entities (&...;). --> + +<!ENTITY kappname "this application"> +<!-- Entities to fill in slots in docbook version of FDL notice. + The default values of the parameter entities is IGNORE. --> +<![%FDLIS;[ +<!ENTITY FDLISTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLInvariantSections "the Invariant Sections being &FDLISTitles;"> + ]]> +<!ENTITY FDLInvariantSections "no Invariant Sections"> +<![%FDLFCT;[ +<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals --> +<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;"> + ]]> +<!ENTITY FDLFrontCoverText "no Front-Cover Texts"> +<![%FDLBCT;[ +<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals --> +<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;"> + ]]> +<!ENTITY FDLBackCoverText "no Back-Cover Texts"> 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 @@ +<!-- This file contains entities (only!) to make authoring/translating + a document easier. They are necessarily language-specific. + In the case of name clashes, entities in this file always lose. + Keep the entities simple, but _always_ provide them with full markup. + Please keep the entities sorted on the name: it will avoid duplicate + names (which if they occur will cost you a _lot_ of time) + --> + +<!ENTITY Alt "<keycap>Alt</keycap>"> +<!ENTITY Backspace "<keycap>Backspace</keycap>"> +<!ENTITY cdrom '<hardware>光碟機</hardware>'> +<!ENTITY Ctrl "<keycap>Ctrl</keycap>"> +<!ENTITY dpi '<acronym>dpi</acronym>'> +<!ENTITY eg "例如,"> +<!ENTITY Enter "<keycap>Enter</keycap>"> +<!ENTITY Esc "<keycap>Esc</keycap>"> +<!ENTITY etc "... 等等。"> +<!ENTITY FAQ '<acronym>FAQ</acronym>'> +<!ENTITY ie "也就是說,"> +<!ENTITY infocenter "<application>KDE 資訊中心</application>"> +<!ENTITY kcontrolcenter "<application>KDE 控制中心</application>"> +<!ENTITY khelpcenter "<application>KDE 輔助中心</application>"> +<!ENTITY kicon "<guiicon> +<inlinemediaobject> + <objectinfo><title>KDE 的 K 圖示</title></objectinfo> + <imageobject><imagedata fileref='common/kmenu.png' format='PNG'/></imageobject> + <textobject><phrase>K</phrase></textobject> +</inlinemediaobject> +</guiicon> 圖示"><!-- if image is localised, then entityref should be used + instead of fileref --> +<!ENTITY kmenu "<guimenu>K</guimenu> 選單"> +<!ENTITY LMB "滑鼠<mousebutton>左鍵</mousebutton>"> +<!ENTITY MMB "滑鼠<mousebutton>中鍵</mousebutton>"> +<!ENTITY OS "作業系統"><!-- <acronym>OS</acronym>--> +<!ENTITY RMB "滑鼠<mousebutton>右鍵</mousebutton>"> +<!ENTITY Shift "<keycap>Shift</keycap>"> +<!ENTITY systemtray "<application>系統匣</application>"> +<!ENTITY Tab "<keycap>Tab</keycap>"> |