| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,130 @@ | ||
| <!-- | ||
| Document Type Definition for legacy DocBook XML 4.2 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 catalog 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" | ||
| "/usr/share/kf5/kdoctools/customization/dtd/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" | ||
| "/usr/share/kf5/kdoctools/customization/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.2//EN" | ||
| "/usr/share/xml/docbook/schema/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" | ||
| "/usr/share/kf5/kdoctools/customization/dtd/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" | ||
| "/usr/share/kf5/kdoctools/customization/entities/general.entities" > | ||
| %kde.general.entities; | ||
|
|
||
| <!ENTITY % kde.i18n.entities PUBLIC | ||
| "-//KDE//ENTITIES DocBook XML Localisation Entity Declarations V1.0//EN" | ||
| "/usr/share/kf5/kdoctools/customization/entities/l10n.entities" > | ||
| %kde.i18n.entities; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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; | ||
| > |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 -->]]> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 % 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|sr_latin|sr_ijekavian|sr_ijekavianlatin | ||
| |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 Galician | ||
| 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"> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| <?xml version="1.0"?> | ||
| <!DOCTYPE catalog PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN" "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd"> | ||
| <catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog"> | ||
| <public publicId="-//KDE//ENTITIES English Documentation V1.0//EN" | ||
| uri="lang.entities"/> | ||
|
|
||
| <public publicId="-//KDE//DOCUMENT GNU Free Documentation Notice//EN" | ||
| uri="entities/fdl-notice.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT GNU General Public License Notice//EN" | ||
| uri="entities/gpl-notice.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT GNU Lesser General Public License Notice//EN" | ||
| uri="entities/lgpl-notice.docbook"/> | ||
|
|
||
| <public publicId="-//KDE//DOCUMENT GPL Licence Declaration//EN" | ||
| uri="entities/underGPL.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT LGPL Licence Declaration//EN" | ||
| uri="entities/underLGPL.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT CC BY-SA 4.0 Licence Declaration//EN" | ||
| uri="entities/underCCBYSA4.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT FDL Licence Declaration//EN" | ||
| uri="entities/underFDL.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT BSD Licence Declaration//EN" | ||
| uri="entities/underBSDLicense.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT Artistic Licence Declaration//EN" | ||
| uri="entities/underArtisticLicense.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT X11 Licence Declaration//EN" | ||
| uri="entities/underX11License.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT Report Bugs//EN" | ||
| uri="entities/report-bugs.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT Updating Documentation//EN" | ||
| uri="entities/update-doc.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT Help Menu Documentation//EN" | ||
| uri="entities/help-menu.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT Installation General Information//EN" | ||
| uri="entities/install-intro.docbook"/> | ||
| <public publicId="-//KDE//DOCUMENT Compilation Instructions//EN" | ||
| uri="entities/install-compile.docbook"/> | ||
| </catalog> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| <para>Permission is granted to copy, distribute and/or modify this | ||
| document under the terms of the Creative Commons | ||
| Attribution-ShareAlike 4.0 International or any later. | ||
| A copy of the license is included in <xref linkend="cc-by-sa-4"/>.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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.2 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: | ||
| --> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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.2 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: | ||
| --> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| <!-- Entity is deprecated and should be removed in Frameworks 6--> | ||
| <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>Switch Application Language...</guimenuitem> | ||
| </menuchoice></term> | ||
| <listitem><para><action>Opens a dialog</action> where you can | ||
| edit the <guilabel>Primary language</guilabel> and <guilabel>Fallback language</guilabel> | ||
| for this application.</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> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| <!-- Entity is deprecated and should be removed in Frameworks 6--> | ||
|
|
||
| <para>For information on how to compile and install &kde; | ||
| applications visit the <ulink url="http://techbase.kde.org/"> | ||
| &kde; Techbase</ulink></para> | ||
|
|
||
| <para>Since &kde; uses <command>cmake</command> you should have no | ||
| trouble compiling it. Should you run into problems please report them to the | ||
| &kde; mailing lists.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| <!-- Entity is deprecated and should be removed in Frameworks 6--> | ||
|
|
||
| <!-- requires that kappname is defined in the documentation prologue | ||
| --> | ||
| <para>&kappname; is part of the &kde; project &kde-http;.</para> | ||
|
|
||
| <para>&kappname; can be found on the <ulink url="http://download.kde.org/"> | ||
| download site</ulink> of the &kde; project.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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.2 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: | ||
| --> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| <!-- Entity is deprecated and should be removed in Frameworks 6--> | ||
| <!-- --> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| <para>This program is licensed under the terms of the <ulink | ||
| type="commondoc" url="artistic-license.html">Artistic License</ulink>.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| <para>This program is licensed under the terms of the <ulink | ||
| type="commondoc" url="bsd-license.html">BSD License</ulink>.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| <para id="cc-by-sa-4" xreflabel="the credits and license section">This documentation is licensed | ||
| under the terms of the <ulink type="commondoc" url="ccbysa4-license.html">Creative | ||
| Commons Attribution-ShareAlike 4.0 International</ulink>.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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 | ||
| type="commondoc" url="fdl-license.html">GNU Free Documentation | ||
| License</ulink>.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| <para>This program is licensed under the terms of the <ulink | ||
| type="commondoc" url="gpl-license.html">GNU General Public License</ulink>.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| <para>This program is licensed under the terms of the <ulink | ||
| type="commondoc" url="lgpl-license.html">GNU Lesser General Public License</ulink>.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| <para>This program is licensed under the terms of the <ulink | ||
| type="commondoc" url="x11-license.html">X11 License</ulink>.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| <!-- Entity is deprecated and should be removed in Frameworks 6--> | ||
| <para>This document may have been updated since your installation. | ||
| You can find the latest version at <ulink | ||
| url="http://docs.kde.org/">http://docs.kde.org/</ulink>.</para> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| <!-- Do NOT change this file: it provides important defaults --> | ||
| <!-- test --> | ||
| <!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 underCCBYSA4 PUBLIC "-//KDE//DOCUMENT CC BY-SA 4.0 Licence Declaration//EN" | ||
| "entities/underCCBYSA4.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 --> | ||
|
|
||
| <!-- Entities install.intro.documentation + install.compile.documentation | ||
| are deprecated and should be removed in Frameworks 6 --> | ||
|
|
||
| <!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 --> | ||
|
|
||
|
|
||
| <!-- CC BY-SA 4 notice --> | ||
| <!ENTITY CCBYSA4Notice PUBLIC "-//KDE//DOCUMENT CC BY-SA 4 Documentation Notice//EN" | ||
| "entities/ccbysa4-notice.docbook"> | ||
| <!-- 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; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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"> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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) | ||
| --> | ||
|
|
||
| <!ENTITY Alt "<keycap>Alt</keycap>"> | ||
| <!ENTITY applications "<productname>Applications</productname>"> | ||
| <!ENTITY Backspace "<keysym>Backspace</keysym>"> | ||
| <!ENTITY cdrom '<hardware>CD-ROM drive</hardware>'> | ||
| <!ENTITY Ctrl "<keycap>Ctrl</keycap>"> | ||
| <!ENTITY Del "<keycap>Del</keycap>"> | ||
| <!ENTITY Down "<keysym>Down</keysym>"> <!-- Cursor key--> | ||
| <!ENTITY dpi '<acronym>dpi</acronym>'> | ||
| <!ENTITY eg "<abbrev>e.g.</abbrev>"> | ||
| <!ENTITY End "<keycap>End</keycap>"> | ||
| <!ENTITY Enter "<keysym>Enter</keysym>"> | ||
| <!ENTITY Esc "<keycap>Esc</keycap>"> | ||
| <!ENTITY etc "<abbrev>etc.</abbrev>"> | ||
| <!ENTITY FAQ '<acronym>FAQ</acronym>'> | ||
| <!ENTITY Home "<keycap>Home</keycap>"> | ||
| <!ENTITY ie "<abbrev>i.e.</abbrev>"> | ||
| <!ENTITY infocenter "<application>Info Center</application>"> | ||
| <!ENTITY Ins "<keycap>Ins</keycap>"> | ||
| <!ENTITY kde-frameworks "<productname>&kde; Frameworks</productname>"> | ||
| <!ENTITY kf5-full "&kde-frameworks; <productnumber>5</productnumber>"> | ||
| <!ENTITY Left "<keysym>Left</keysym>"> <!-- Cursor key--> | ||
| <!ENTITY LMB "<mousebutton>left</mousebutton> mouse button"> | ||
| <!ENTITY Meta "<keysym>Meta</keysym>"> <!-- Super key or Windows key --> | ||
| <!ENTITY MMB "<mousebutton>middle</mousebutton> mouse button"> | ||
| <!ENTITY OS "operating system"><!-- <acronym>OS</acronym>--> | ||
| <!ENTITY partman "<application>KDE Partition Manager</application>"> | ||
| <!ENTITY plasma-mobile "<productname>&kde; Plasma Mobile</productname>"> | ||
| <!ENTITY plasma-media-center "<productname>&kde; Plasma Media Center</productname>"> | ||
| <!ENTITY plasma-netbook "<productname>&kde; Plasma Netbook</productname>"> | ||
| <!ENTITY plasma-desktop "<productname>&kde; Plasma Desktop</productname>"> | ||
| <!ENTITY plasma-workspaces "<productname>&kde; Plasma Workspaces</productname>"> | ||
| <!ENTITY plasmapa "<productname>&kde; Plasma Pulseaudio</productname>"> | ||
| <!ENTITY PgUp "<keysym>PgUp</keysym>"> | ||
| <!ENTITY PgDn "<keysym>PgDn</keysym>"> | ||
| <!ENTITY Right "<keysym>Right</keysym>"> <!-- Cursor key--> | ||
| <!ENTITY RMB "<mousebutton>right</mousebutton> mouse button"> | ||
| <!ENTITY Shift "<keycap>Shift</keycap>"> | ||
| <!ENTITY Space "<keysym>Space</keysym>"> | ||
| <!ENTITY systemsettings "<application>System Settings</application>"> | ||
| <!ENTITY systemtray "<application>system tray</application>"> | ||
| <!ENTITY Tab "<keycap>Tab</keycap>"> | ||
| <!ENTITY Up "<keysym>Up</keysym>"> <!-- Cursor key--> | ||
|
|
||
| <!-- Deprecated, will be removed at a future time, do not use --> | ||
| <!ENTITY kcontrolcenter "<application>&kde; Control Center</application>"> | ||
| <!ENTITY kf5 "<acronym>KF5</acronym>"> | ||
| <!ENTITY kmenu "<guimenu>K</guimenu> menu"> | ||
| <!ENTITY kde-sc "&kde; <acronym>SC</acronym>"> | ||
| <!ENTITY kde-sc-full "<productname>&kde; Software Compilation</productname>"> | ||
| <!ENTITY plasma-active "<productname>&kde; Plasma Active</productname>"> | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
| version="1.0"> | ||
|
|
||
| <xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/autoidx.xsl"/> | ||
| <xsl:import href="/usr/share/xml/docbook/stylesheet/docbook-xsl/html/chunk.xsl"/> | ||
|
|
||
| <xsl:param name="l10n.xml" select="document('xsl/all-l10n.xml')"/> | ||
| <xsl:param name="local.l10n.xml" select="document(concat('xsl/',/*/@lang,'.xml'))"/> | ||
|
|
||
| <xsl:template name="generate.html.title"/> | ||
| </xsl:stylesheet> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| <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">0</xsl:param> | ||
| <xsl:param name="callout.unicode">1</xsl:param> | ||
|
|
||
| <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> | ||
| <xsl:call-template name="select.mediaobject"/> | ||
| <xsl:apply-templates select="caption"/> | ||
| </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> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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="email | 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> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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="email | 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> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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}kst.png" alt="Kst" | ||
| width="128" height="128" 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> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,107 @@ | ||
| <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | ||
| version="1.0"> | ||
|
|
||
| <xsl:import href="kde-include-common.xsl"/> | ||
| <xsl:include href="kst-web-navig.xsl"/> | ||
| <xsl:include href="kde-ttlpg.xsl"/> | ||
| <xsl:include href="kde-style.xsl"/> | ||
|
|
||
| <xsl:variable name="KDOCTOOLS_XSLT_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: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{$KDOCTOOLS_XSLT_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> | ||
|
|
||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| This directory contains files used in the KDE customization | ||
| of the DocBook XSL style sheets. | ||
|
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,81 @@ | ||
| <?xml version='1.0'?> | ||
| <!DOCTYPE l:i18n SYSTEM "/usr/share/xml/docbook/stylesheet/docbook-xsl/common/l10n.dtd"> | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="af" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/af.xml"/> | ||
| <l:l10n language="am" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/am.xml"/> | ||
| <l:l10n language="ar" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ar.xml"/> | ||
| <l:l10n language="as" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/as.xml"/> | ||
| <l:l10n language="ast" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ast.xml"/> | ||
| <l:l10n language="az" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/az.xml"/> | ||
| <l:l10n language="bg" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/bg.xml"/> | ||
| <l:l10n language="bn" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/bn.xml"/> | ||
| <l:l10n language="bn_in" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/bn_in.xml"/> | ||
| <l:l10n language="bs" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/bs.xml"/> | ||
| <l:l10n language="ca" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ca.xml"/> | ||
| <l:l10n language="cs" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/cs.xml"/> | ||
| <l:l10n language="cy" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/cy.xml"/> | ||
| <l:l10n language="da" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/da.xml"/> | ||
| <l:l10n language="de" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/de.xml"/> | ||
| <l:l10n language="el" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/el.xml"/> | ||
| <l:l10n language="en" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/en.xml"/> | ||
| <l:l10n language="eo" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/eo.xml"/> | ||
| <l:l10n language="es" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/es.xml"/> | ||
| <l:l10n language="et" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/et.xml"/> | ||
| <l:l10n language="eu" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/eu.xml"/> | ||
| <l:l10n language="fa" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/fa.xml"/> | ||
| <l:l10n language="fi" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/fi.xml"/> | ||
| <l:l10n language="fr" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/fr.xml"/> | ||
| <l:l10n language="ga" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ga.xml"/> | ||
| <l:l10n language="gl" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/gl.xml"/> | ||
| <l:l10n language="gu" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/gu.xml"/> | ||
| <l:l10n language="he" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/he.xml"/> | ||
| <l:l10n language="hi" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/hi.xml"/> | ||
| <l:l10n language="hr" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/hr.xml"/> | ||
| <l:l10n language="hu" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/hu.xml"/> | ||
| <l:l10n language="id" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/id.xml"/> | ||
| <l:l10n language="is" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/is.xml"/> | ||
| <l:l10n language="it" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/it.xml"/> | ||
| <l:l10n language="ja" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ja.xml"/> | ||
| <l:l10n language="ka" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ka.xml"/> | ||
| <l:l10n language="kn" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/kn.xml"/> | ||
| <l:l10n language="ko" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ko.xml"/> | ||
| <l:l10n language="ky" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ky.xml"/> | ||
| <l:l10n language="la" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/la.xml"/> | ||
| <l:l10n language="lt" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/lt.xml"/> | ||
| <l:l10n language="lv" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/lv.xml"/> | ||
| <l:l10n language="ml" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ml.xml"/> | ||
| <l:l10n language="mn" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/mn.xml"/> | ||
| <l:l10n language="mr" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/mr.xml"/> | ||
| <l:l10n language="nb" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/nb.xml"/> | ||
| <l:l10n language="nds" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/nds.xml"/> | ||
| <l:l10n language="nl" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/nl.xml"/> | ||
| <l:l10n language="nn" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/nn.xml"/> | ||
| <l:l10n language="or" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/or.xml"/> | ||
| <l:l10n language="pa" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/pa.xml"/> | ||
| <l:l10n language="pl" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/pl.xml"/> | ||
| <l:l10n language="pt" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/pt.xml"/> | ||
| <l:l10n language="pt_br" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/pt_br.xml"/> | ||
| <l:l10n language="ro" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ro.xml"/> | ||
| <l:l10n language="ru" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ru.xml"/> | ||
| <l:l10n language="sk" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/sk.xml"/> | ||
| <l:l10n language="sl" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/sl.xml"/> | ||
| <l:l10n language="sq" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/sq.xml"/> | ||
| <l:l10n language="sr" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/sr.xml"/> | ||
| <l:l10n language="sr_latn" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/sr_Latn.xml"/> | ||
| <l:l10n language="sv" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/sv.xml"/> | ||
| <l:l10n language="ta" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ta.xml"/> | ||
| <l:l10n language="te" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/te.xml"/> | ||
| <l:l10n language="th" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/th.xml"/> | ||
| <l:l10n language="tl" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/tl.xml"/> | ||
| <l:l10n language="tr" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/tr.xml"/> | ||
| <l:l10n language="uk" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/uk.xml"/> | ||
| <l:l10n language="ur" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/ur.xml"/> | ||
| <l:l10n language="vi" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/vi.xml"/> | ||
| <l:l10n language="xh" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/xh.xml"/> | ||
| <l:l10n language="zh" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/zh.xml"/> | ||
| <l:l10n language="zh_cn" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/zh_cn.xml"/> | ||
| <l:l10n language="zh_tw" href="/usr/share/xml/docbook/stylesheet/docbook-xsl/common/zh_tw.xml"/> | ||
| <l:l10n language="sr_ijekavian" href="sr_ijekavian.xml"/> | ||
| <l:l10n language="sr_ijekavianlatin" href="sr_ijekavianlatin.xml"/> | ||
| <l:l10n language="sr_latin" href="sr_latin.xml"/> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="ca" english-language-name="Catalan"> | ||
| <l:gentext key="footer-doc-comment" text="Voleu fer un comentari o col·laborar amb una actualització d'aquesta pàgina?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Envieu els comentaris a "/> | ||
| <l:gentext key="footer-doc-teamname" text="l'equip de Documentació del KDE"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="cs" english-language-name="Czech"> | ||
| <l:gentext key="footer-doc-comment" text="Chcete napsat komentář nebo přispět aktualizací této stránky?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Pošlete zprávu "/> | ||
| <l:gentext key="footer-doc-teamname" text="Týmu KDE Docs"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="de" english-language-name="German"> | ||
| <l:gentext key="footer-doc-comment" text="Möchten Sie Kommentare und Verbesserungen zu dieser Seite beitragen?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Senden Sie Ihre Vorschläge an das "/> | ||
| <l:gentext key="footer-doc-teamname" text="KDE Dokumentationsteam"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,116 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="el" english-language-name="Greek"> | ||
|
|
||
| <l:gentext key="nav-home" text="Περιεχόμενα"/> | ||
|
|
||
| <l:gentext key="footer-doc-comment" text="Επιθυμείτε να κάνετε ένα σχόλιο ή να συνεισφέρετε στο περιεχόμενο αυτής της σελίδας;"/> | ||
| <l:gentext key="footer-doc-feedback" text="Στείλτε τις συνεισφορές σας στην"/> | ||
| <l:gentext key="footer-doc-teamname" text="ομάδα τεκμηρίωσης του KDE"/> | ||
|
|
||
| <!-- Remove when the following fixes will be included into official docbook-xsl packages --> | ||
| <l:dingbat key="startquote" text="«"/> | ||
| <l:dingbat key="endquote" text="»"/> | ||
| <l:dingbat key="nestedstartquote" text="«"/> | ||
| <l:dingbat key="nestedendquote" text="»"/> | ||
| <l:context name="title"> | ||
| <l:template name="bridgehead" text="«%t»"/> | ||
| <l:template name="refsection" text="«%t»"/> | ||
| <l:template name="refsect1" text="«%t»"/> | ||
| <l:template name="refsect2" text="«%t»"/> | ||
| <l:template name="refsect3" text="«%t»"/> | ||
| <l:template name="sect1" text="«%t»"/> | ||
| <l:template name="sect2" text="«%t»"/> | ||
| <l:template name="sect3" text="«%t»"/> | ||
| <l:template name="sect4" text="«%t»"/> | ||
| <l:template name="sect5" text="«%t»"/> | ||
| <l:template name="section" text="«%t»"/> | ||
| <l:template name="simplesect" text="«%t»"/> | ||
| </l:context> | ||
| <l:context name="xref"> | ||
| <l:template name="bridgehead" text="«%t»"/> | ||
| <l:template name="refsection" text="«%t»"/> | ||
| <l:template name="refsect1" text="«%t»"/> | ||
| <l:template name="refsect2" text="«%t»"/> | ||
| <l:template name="refsect3" text="«%t»"/> | ||
| <l:template name="sect1" text="«%t»"/> | ||
| <l:template name="sect2" text="«%t»"/> | ||
| <l:template name="sect3" text="«%t»"/> | ||
| <l:template name="sect4" text="«%t»"/> | ||
| <l:template name="sect5" text="«%t»"/> | ||
| <l:template name="section" text="«%t»"/> | ||
| <l:template name="simplesect" text="«%t»"/> | ||
| </l:context> | ||
| <l:context name="xref-number-and-title"> | ||
| <l:template name="bridgehead" text="Τμήμα %n, «%t»"/> | ||
| <l:template name="chapter" text="Κεφάλαιο %n, %t"/> | ||
| <l:template name="equation" text="Εξίσωση %n, «%t»"/> | ||
| <l:template name="example" text="Παράδειγμα %n, «%t»"/> | ||
| <l:template name="figure" text="Σχήμα %n, «%t»"/> | ||
| <l:template name="part" text="Μέρος %n, «%t»"/> | ||
| <l:template name="procedure" text="Διαδικασία %n, «%t»"/> | ||
| <l:template name="productionset" text="Παραγωγή %n, «%t»"/> | ||
| <l:template name="qandadiv" text="Ε και Α %n, «%t»"/> | ||
| <l:template name="refsect1" text="το τμήμα ονομάζεται «%t»"/> | ||
| <l:template name="refsect2" text="το τμήμα ονομάζεται «%t»"/> | ||
| <l:template name="refsect3" text="το τμήμα ονομάζεται «%t»"/> | ||
| <l:template name="refsection" text="το τμήμα ονομάζεται «%t»"/> | ||
| <l:template name="sect1" text="Τμήμα %n, «%t»"/> | ||
| <l:template name="sect2" text="Τμήμα %n, «%t»"/> | ||
| <l:template name="sect3" text="Τμήμα %n, «%t»"/> | ||
| <l:template name="sect4" text="Τμήμα %n, «%t»"/> | ||
| <l:template name="sect5" text="Τμήμα %n, «%t»"/> | ||
| <l:template name="section" text="Τμήμα %n, «%t»"/> | ||
| <l:template name="simplesect" text="το τμήμα ονομάζεται «%t»"/> | ||
| <l:template name="table" text="Πίνακας %n, «%t»"/> | ||
| </l:context> | ||
| <!-- End of the content that should be removed --> | ||
|
|
||
| <l:context name="datetime"> | ||
| <l:template name="format" text="d/m/Y"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="datetime-full"> | ||
| <l:template name="January" text="Ιανουάριος"/> | ||
| <l:template name="February" text="Φεβρουάριος"/> | ||
| <l:template name="March" text="Μάρτιος"/> | ||
| <l:template name="April" text="Απρίλιος"/> | ||
| <l:template name="May" text="Μάιος"/> | ||
| <l:template name="June" text="Ιούνιος"/> | ||
| <l:template name="July" text="Ιούλιος"/> | ||
| <l:template name="August" text="Αύγουστος"/> | ||
| <l:template name="September" text="Σεπτέμβριος"/> | ||
| <l:template name="October" text="Οκτώβριος"/> | ||
| <l:template name="November" text="Νοέμβριος"/> | ||
| <l:template name="December" text="Δεκέμβριος"/> | ||
| <l:template name="Monday" text="Δευτέρα"/> | ||
| <l:template name="Tuesday" text="Τρίτη"/> | ||
| <l:template name="Wednesday" text="Τετάρτη"/> | ||
| <l:template name="Thursday" text="Πέμπτη"/> | ||
| <l:template name="Friday" text="Παρασκευή"/> | ||
| <l:template name="Saturday" text="Σάββατο"/> | ||
| <l:template name="Sunday" text="Κυριακή"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="datetime-abbrev"> | ||
| <l:template name="Jan" text="Ιαν"/> | ||
| <l:template name="Feb" text="Φεβ"/> | ||
| <l:template name="Mar" text="Μάρ"/> | ||
| <l:template name="Apr" text="Απρ"/> | ||
| <l:template name="May" text="Μάι"/> | ||
| <l:template name="Jun" text="Ιούν"/> | ||
| <l:template name="Jul" text="Ιούλ"/> | ||
| <l:template name="Aug" text="Αύγ"/> | ||
| <l:template name="Sep" text="Σεπ"/> | ||
| <l:template name="Oct" text="Οκτ"/> | ||
| <l:template name="Nov" text="Νοέ"/> | ||
| <l:template name="Dec" text="Δεκ"/> | ||
| <l:template name="Mon" text="Δευ"/> | ||
| <l:template name="Tue" text="Τρί"/> | ||
| <l:template name="Wed" text="Τετ"/> | ||
| <l:template name="Thu" text="Πέμ"/> | ||
| <l:template name="Fri" text="Παρ"/> | ||
| <l:template name="Sat" text="Σάβ"/> | ||
| <l:template name="Sun" text="Κυρ"/> | ||
| </l:context> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="en" english-language-name="English"> | ||
|
|
||
| <l:gentext key="nav-home" text="Contents"/> | ||
|
|
||
| <l:gentext key="footer-doc-comment" text="Would you like to make a comment or contribute an update to this page?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Send feedback to the "/> | ||
| <l:gentext key="footer-doc-teamname" text="KDE Docs Team"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="es" english-language-name="Spanish"> | ||
| <l:gentext key="footer-doc-comment" text="¿Le gustaría hacer algún comentario o aportar una actualización a esta página?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Envíe sus comentarios al "/> | ||
| <l:gentext key="footer-doc-teamname" text="equipo de documentación de KDE"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="et" english-language-name="Estonian"> | ||
| <l:gentext key="RevHistory" text="Versioonide ajalugu"/> | ||
| <l:gentext key="revhistory" text="Versioonide ajalugu"/> | ||
| <l:gentext key="revision" text="Versioon"/> | ||
| <l:gentext key="Revision" text="Versioon"/> | ||
| <l:gentext key="nav-home" text="Esileht"/> | ||
| <l:gentext key="footer-doc-comment" text="Kas soovid midagi kommenteerida või seda lehekülge täiendada?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Saada oma tagasiside "/> | ||
| <l:gentext key="footer-doc-teamname" text="KDE dokumentatsiooni meeskonnale"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="fr" english-language-name="French"> | ||
| <l:gentext key="footer-doc-comment" text="Vous souhaitez faire un commentaire ou participer au contenu de cette page ?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Envoyez vos contributions à l'"/> | ||
| <l:gentext key="footer-doc-teamname" text="équipe de documentation de KDE"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="gl" english-language-name="Galician"> | ||
| <l:gentext key="footer-doc-comment" text="Desexa facer un comentario ou actualizar esta páxina?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Envíe as súas aportacións á "/> | ||
| <l:gentext key="footer-doc-teamname" text="Equipa de documentación de KDE"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="hu" english-language-name="Hungarian"> | ||
| <l:gentext key="footer-doc-comment" text="Szeretne megjegyzést tenni, vagy frissíteni az oldalt?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Visszajelzés küldése a "/> | ||
| <l:gentext key="footer-doc-teamname" text="KDE dokumentációs csapatának"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,49 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="it" english-language-name="Italian"> | ||
| <l:dingbat key="startquote" text="«"/> | ||
| <l:dingbat key="endquote" text="»"/> | ||
| <l:dingbat key="nestedstartquote" text="“"/> | ||
| <l:dingbat key="nestedendquote" text="”"/> | ||
| <l:gentext key="footer-doc-comment" text="Vuoi mandare un commento o contribuire all'aggiornamento di questa pagina?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Invia le tue segnalazioni alla "/> | ||
| <l:gentext key="footer-doc-teamname" text="Squadra di documentazione di KDE"/> | ||
|
|
||
| <l:context name="xref"> | ||
| <l:template name="bridgehead" text="la sezione chiamata «%t»"/> | ||
| <l:template name="refsection" text="la sezione chiamata «%t»"/> | ||
| <l:template name="refsect1" text="la sezione chiamata «%t»"/> | ||
| <l:template name="refsect2" text="la sezione chiamata «%t»"/> | ||
| <l:template name="refsect3" text="la sezione chiamata «%t»"/> | ||
| <l:template name="sect1" text="la sezione chiamata «%t»"/> | ||
| <l:template name="sect2" text="la sezione chiamata «%t»"/> | ||
| <l:template name="sect3" text="la sezione chiamata «%t»"/> | ||
| <l:template name="sect4" text="la sezione chiamata «%t»"/> | ||
| <l:template name="sect5" text="la sezione chiamata «%t»"/> | ||
| <l:template name="section" text="la sezione chiamata «%t»"/> | ||
| <l:template name="simplesect" text="la sezione chiamata «%t»"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="xref-number-and-title"> | ||
| <l:template name="bridgehead" text="Sezione %n, «%t»"/> | ||
| <l:template name="equation" text="Equazione %n, «%t»"/> | ||
| <l:template name="example" text="Esempio %n, «%t»"/> | ||
| <l:template name="figure" text="Figura %n, «%t»"/> | ||
| <l:template name="part" text="Parte %n, «%t»"/> | ||
| <l:template name="procedure" text="Procedura %n, «%t»"/> | ||
| <l:template name="productionset" text="Produzione %n, «%t»"/> | ||
| <l:template name="qandadiv" text="Q & A %n, «%t»"/> | ||
| <l:template name="refsect1" text="la sezione chiamata «%t»"/> | ||
| <l:template name="refsect2" text="la sezione chiamata «%t»"/> | ||
| <l:template name="refsect3" text="la sezione chiamata «%t»"/> | ||
| <l:template name="refsection" text="la sezione chiamata «%t»"/> | ||
| <l:template name="sect1" text="Sezione %n, «%t»"/> | ||
| <l:template name="sect2" text="Sezione %n, «%t»"/> | ||
| <l:template name="sect3" text="Sezione %n, «%t»"/> | ||
| <l:template name="sect4" text="Sezione %n, «%t»"/> | ||
| <l:template name="sect5" text="Sezione %n, «%t»"/> | ||
| <l:template name="section" text="Sezione %n, «%t»"/> | ||
| <l:template name="simplesect" text="la sezione chiamata «%t»"/> | ||
| <l:template name="table" text="Tabella %n, «%t»"/> | ||
| </l:context> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="lt" english-language-name="Lithuanian"> | ||
| <l:gentext key="footer-doc-comment" text="Ar norėtumėte pakomentuoti ar atnaujinti šį puslapį?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Atsiliepimus siųskite "/> | ||
| <l:gentext key="footer-doc-teamname" text="KDE dokumentacijos komanda"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="nl" english-language-name="Dutch"> | ||
| <l:gentext key="footer-doc-comment" text="Wilt u een opmerking maken of een bijdragen leveren aan deze pagina?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Stuur uw bericht aan het "/> | ||
| <l:gentext key="footer-doc-teamname" text="KDE Documentatieteam"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,203 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="nn" english-language-name="Norwegian Nynorsk"> | ||
|
|
||
| <l:gentext key="abstract" text="samandrag"/> | ||
| <l:gentext key="Bibliography" text="Litteratur"/> | ||
| <l:gentext key="bibliography" text="litteratur"/> | ||
| <l:gentext key="caution" text="obs"/> | ||
| <l:gentext key="Copyright" text="Copyright"/> | ||
| <l:gentext key="copyright" text="copyright"/> | ||
| <l:gentext key="Example" text="Eksempel"/> | ||
| <l:gentext key="example" text="eksempel"/> | ||
| <l:gentext key="LegalNotice" text="Juridisk merknad"/> | ||
| <l:gentext key="legalnotice" text="juridisk merknad"/> | ||
| <l:gentext key="NOTE" text="MERKNAD"/> | ||
| <l:gentext key="Note" text="Merknad"/> | ||
| <l:gentext key="note" text="merknad"/> | ||
| <l:gentext key="ProductionSet" text="Produksjon"/> | ||
| <l:gentext key="PubDate" text="Publiseringsdato"/> | ||
| <l:gentext key="pubdate" text="publiseringsdato"/> | ||
| <l:gentext key="Published" text="Utgjeven"/> | ||
| <l:gentext key="published" text="utgjeven"/> | ||
| <l:gentext key="Qandadiv" text="Spørsmål og svar"/> | ||
| <l:gentext key="qandadiv" text="spørsmål og svar"/> | ||
| <l:gentext key="RefSynopsisDiv" text="Oversikt"/> | ||
| <l:gentext key="refsynopsisdiv" text="oversikt"/> | ||
| <l:gentext key="sect1" text="avsnitt"/> | ||
| <l:gentext key="sect2" text="avsnitt"/> | ||
| <l:gentext key="sect3" text="avsnitt"/> | ||
| <l:gentext key="sect4" text="avsnitt"/> | ||
| <l:gentext key="sect5" text="avsnitt"/> | ||
| <l:gentext key="section" text="avsnitt"/> | ||
| <l:gentext key="Section" text="Avsnitt"/> | ||
| <l:gentext key="called" text="kalla"/> | ||
| <l:gentext key="lastlistcomma" text=""/> | ||
| <l:gentext key="unexpectedelementname" text="UVENTA ELEMENTNAMN"/> | ||
| <l:gentext key="ListofExamples" text="Eksempeloversikt"/> | ||
| <l:gentext key="listofexamples" text="eksempeloversikt"/> | ||
| <l:gentext key="ListofProcedures" text="Prosedyreoversikt"/> | ||
| <l:gentext key="listofprocedures" text="prosedyreoversikt"/> | ||
| <l:gentext key="nav-prev" text="Tilbake"/> | ||
| <l:gentext key="nav-toc" text="Innhaldsliste"/> | ||
| <l:gentext key="Draft" text="Kladd"/> | ||
| <l:gentext key="above" text="over"/> | ||
| <l:gentext key="below" text="under"/> | ||
| <l:gentext key="sectioncalled" text="avsnittet"/> | ||
| <l:gentext key="index symbols" text="Symbol"/> | ||
| <l:gentext key="lowercase.alpha" text="abcdefghijklmnopqrstuvwxyzæøå"/> | ||
| <l:gentext key="uppercase.alpha" text="ABCDEFGHIJKLMNOPQRSTUVWXYZÆØÅ"/> | ||
| <l:dingbat key="startquote" text="«"/> | ||
| <l:dingbat key="endquote" text="»"/> | ||
| <l:dingbat key="bullet" text="–"/> | ||
| <l:gentext key="footer-doc-comment" text="Ønskjer du å kommentera eller komma med ei oppdatera til denne sida?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Send tilbakemelding til "/> | ||
| <l:gentext key="footer-doc-teamname" text="KDE-dokumentasjonsgruppa"/> | ||
|
|
||
| <l:context name="title"> | ||
| <l:template name="appendix" text="Tillegg %n. %t"/> | ||
| <l:template name="bibliolist" text="%t"/> | ||
| <l:template name="chapter" text="Kapittel %n. %t"/> | ||
| <l:template name="equation" text="Formel %n. %t"/> | ||
| <l:template name="example" text="Eksempel %n. %t"/> | ||
| <l:template name="figure" text="Figur %n. %t"/> | ||
| <l:template name="foilgroup" text="%t"/> | ||
| <l:template name="part" text="Del %n. %t"/> | ||
| <l:template name="productionset.formal" text="Produksjon %n"/> | ||
| <l:template name="table" text="Tabell %n. %t"/> | ||
| <l:template name="varlistentry" text=""/> | ||
| </l:context> | ||
|
|
||
| <l:context name="title-unnumbered"> | ||
| <l:template name="article/appendix" text="%t"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="title-numbered"> | ||
| <l:template name="appendix" text="Tillegg %n. %t"/> | ||
| <l:template name="article/appendix" text="%n. %t"/> | ||
| <l:template name="bridgehead" text="%n. %t"/> | ||
| <l:template name="chapter" text="Kapittel %n. %t"/> | ||
| <l:template name="sect1" text="%n. %t"/> | ||
| <l:template name="sect2" text="%n. %t"/> | ||
| <l:template name="sect3" text="%n. %t"/> | ||
| <l:template name="sect4" text="%n. %t"/> | ||
| <l:template name="sect5" text="%n. %t"/> | ||
| <l:template name="section" text="%n. %t"/> | ||
| <l:template name="simplesect" text="%t"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="xref"> | ||
| <l:template name="foil" text="%t"/> | ||
| <l:template name="foilgroup" text="%t"/> | ||
| <l:template name="qandaentry" text="Spørsmål: %n"/> | ||
| <l:template name="question" text="Spørsmål: %n"/> | ||
| <l:template name="olink.document.citation" text=" i %o" /> | ||
| <l:template name="olink.page.citation" text=" (side %p)" /> | ||
| <l:template name="page" text="(side %p)"/> | ||
| <l:template name="docname" text=" i %o" /> | ||
| <l:template name="docnamelong" text=" i dokumentet %o"/> | ||
| <l:template name="pageabbrev" text="(s. %p)" /> | ||
| <l:template name="Page" text="Side %p"/> | ||
| <l:template name="bridgehead" text="«%t»"/> | ||
| <l:template name="refsection" text="«%t»"/> | ||
| <l:template name="refsect1" text="«%t»"/> | ||
| <l:template name="refsect2" text="«%t»"/> | ||
| <l:template name="refsect3" text="«%t»"/> | ||
| <l:template name="sect1" text="«%t»"/> | ||
| <l:template name="sect2" text="«%t»"/> | ||
| <l:template name="sect3" text="«%t»"/> | ||
| <l:template name="sect4" text="«%t»"/> | ||
| <l:template name="sect5" text="«%t»"/> | ||
| <l:template name="section" text="«%t»"/> | ||
| <l:template name="simplesect" text="«%t»"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="xref-number"> | ||
| <l:template name="example" text="Eksempel %n"/> | ||
| <l:template name="productionset" text="Produksjon %n"/> | ||
| <l:template name="qandadiv" text="Spørsmål og svar %n"/> | ||
| <l:template name="qandaentry" text="Spørsmål: %n"/> | ||
| <l:template name="question" text="Spørsmål: %n"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="xref-number-and-title"> | ||
| <l:template name="bridgehead" text="Del %n, «%t»"/> | ||
| <l:template name="equation" text="Formel %n, «%t»"/> | ||
| <l:template name="example" text="Eksempel %n, «%t»"/> | ||
| <l:template name="figure" text="Figur %n, «%t»"/> | ||
| <l:template name="part" text="Del %n, «%t»"/> | ||
| <l:template name="procedure" text="Prosedyre %n, «%t»"/> | ||
| <l:template name="productionset" text="Produksjon %n, «%t»"/> | ||
| <l:template name="qandadiv" text="Spørsmål og svar %n, «%t»"/> | ||
| <l:template name="refsect1" text="avsnittet «%t»"/> | ||
| <l:template name="refsect2" text="avsnittet «%t»"/> | ||
| <l:template name="refsect3" text="avsnittet «%t»"/> | ||
| <l:template name="refsection" text="avsnittet «%t»"/> | ||
| <l:template name="sect1" text="Del %n, «%t»"/> | ||
| <l:template name="sect2" text="Del %n, «%t»"/> | ||
| <l:template name="sect3" text="Del %n, «%t»"/> | ||
| <l:template name="sect4" text="Del %n, «%t»"/> | ||
| <l:template name="sect5" text="Del %n, «%t»"/> | ||
| <l:template name="section" text="Del %n, «%t»"/> | ||
| <l:template name="simplesect" text="avsnittet «%t»"/> | ||
| <l:template name="table" text="Tabell %n, «%t»"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="authorgroup"> | ||
| <l:template name="seplast" text=" og "/> | ||
| </l:context> | ||
|
|
||
| <l:context name="datetime"> | ||
| <l:template name="format" text="d. m Y"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="datetime-full"> | ||
| <l:template name="January" text="Januar"/> | ||
| <l:template name="February" text="Februar"/> | ||
| <l:template name="March" text="Mars"/> | ||
| <l:template name="April" text="April"/> | ||
| <l:template name="May" text="Mai"/> | ||
| <l:template name="June" text="Juni"/> | ||
| <l:template name="July" text="Juli"/> | ||
| <l:template name="August" text="August"/> | ||
| <l:template name="September" text="September"/> | ||
| <l:template name="October" text="Oktober"/> | ||
| <l:template name="November" text="November"/> | ||
| <l:template name="December" text="Desember"/> | ||
| <l:template name="Monday" text="Måndag"/> | ||
| <l:template name="Tuesday" text="Tysdag"/> | ||
| <l:template name="Wednesday" text="Onsdag"/> | ||
| <l:template name="Thursday" text="Torsdag"/> | ||
| <l:template name="Friday" text="Fredag"/> | ||
| <l:template name="Saturday" text="Laurdag"/> | ||
| <l:template name="Sunday" text="Sundag"/> | ||
| </l:context> | ||
|
|
||
|
|
||
| <l:context name="datetime-abbrev"> | ||
| <l:template name="Jan" text="Ja.n"/> | ||
| <l:template name="Feb" text="Feb."/> | ||
| <l:template name="Mar" text="Mars"/> | ||
| <l:template name="Apr" text="April"/> | ||
| <l:template name="May" text="Mai"/> | ||
| <l:template name="Jun" text="Juni"/> | ||
| <l:template name="Jul" text="Juli"/> | ||
| <l:template name="Aug" text="Aug."/> | ||
| <l:template name="Sep" text="Sep."/> | ||
| <l:template name="Oct" text="Okt."/> | ||
| <l:template name="Nov" text="Nov."/> | ||
| <l:template name="Dec" text="Des."/> | ||
| <l:template name="Mon" text="Må."/> | ||
| <l:template name="Tue" text="Ty."/> | ||
| <l:template name="Wed" text="On."/> | ||
| <l:template name="Thu" text="To."/> | ||
| <l:template name="Fri" text="Fr."/> | ||
| <l:template name="Sat" text="La."/> | ||
| <l:template name="Sun" text="Su."/> | ||
| </l:context> | ||
|
|
||
| <l:context name="htmlhelp"> | ||
| <l:template name="langcode" text="0x0814 Norwegian Nynorsk"/> | ||
| </l:context> | ||
|
|
||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="pl" english-language-name="Polish"> | ||
| <l:gentext key="footer-doc-comment" text="Jeśli chcesz skomentować tą stronę lub ją uaktualnić "/> | ||
| <l:gentext key="footer-doc-feedback" text="Wyślij swoje uwagi (po angielsku) do "/> | ||
| <l:gentext key="footer-doc-teamname" text="Zespołu dokumentacji KDE"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="pt" english-language-name="Portuguese"> | ||
| <l:gentext key="footer-doc-comment" text="Would you like to make a comment or contribute an update to this page?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Send feedback to the "/> | ||
| <l:gentext key="footer-doc-teamname" text="KDE Docs Team"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="pt_br" english-language-name="Portuguese (Brazil)"> | ||
| <l:gentext key="footer-doc-comment" text="Gostaria de fazer um comentário ou contribuir com uma atualização para esta página?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Envie uma mensagem para a "/> | ||
| <l:gentext key="footer-doc-teamname" text="Equipe de Documentação do KDE"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="ru" english-language-name="Russian"> | ||
| <l:gentext key="footer-doc-comment" text="Вам есть что добавить на эту страницу?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Напишите "/> | ||
| <l:gentext key="footer-doc-teamname" text="команде документации KDE"/> | ||
| </l:l10n> | ||
| </l:i18n> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,122 @@ | ||
| <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0"> | ||
| <l:l10n language="sl" english-language-name="Slovenian"> | ||
|
|
||
| <l:gentext key="PubDate" text="Datum objave"/> | ||
| <l:gentext key="pubdate" text="Datum objave"/> | ||
| <l:gentext key="Qandadiv" text="V & O"/> | ||
| <l:gentext key="qandadiv" text="V & O"/> | ||
| <l:gentext key="ListofProcedures" text="Seznam postopkov"/> | ||
| <l:gentext key="listofprocedures" text="Seznam postopkov"/> | ||
| <l:gentext key="nav-toc" text="Vsebina"/> | ||
| <l:gentext key="hyphenation-character" text="-"/> | ||
| <l:gentext key="hyphenation-push-character-count" text="2"/> | ||
| <l:gentext key="hyphenation-remain-character-count" text="2"/> | ||
| <l:gentext key="footer-doc-comment" text="Ali imate morda komentar glede te strani ali pa želite prispevati posodobitev?"/> | ||
| <l:gentext key="footer-doc-feedback" text="Povratne informacije pošljite "/> | ||
| <l:gentext key="footer-doc-teamname" text="KDE-jevi ekipi za dokumentacijo"/> | ||
|
|
||
| <l:context name="title"> | ||
| <l:template name="appendix" text="Dodatek %n. %t"/> | ||
| <l:template name="bibliolist" text="%t"/> | ||
| <l:template name="chapter" text="Poglavje %n. %t"/> | ||
| <l:template name="equation" text="Enačba %n. %t"/> | ||
| <l:template name="example" text="Primer %n. %t"/> | ||
| <l:template name="figure" text="Slika %n. %t"/> | ||
| <l:template name="foil" text="%t"/> | ||
| <l:template name="foilgroup" text="%t"/> | ||
| <l:template name="glosslist" text="%t"/> | ||
| <l:template name="glossentry" text="%t"/> | ||
| <l:template name="part" text="Del %n. %t"/> | ||
| <l:template name="procedure.formal" text="Postopek %n. %t"/> | ||
| <l:template name="productionset.formal" text="Izdelava %n"/> | ||
| <l:template name="table" text="Tabela %n. %t"/> | ||
| <l:template name="task" text="%t"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="title-unnumbered"> | ||
| <l:template name="article/appendix" text="%t"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="title-numbered"> | ||
| <l:template name="appendix" text="Dodatek %n. %t"/> | ||
| <l:template name="article/appendix" text="%n. %t"/> | ||
| <l:template name="chapter" text="Poglavje %n. %t"/> | ||
| <l:template name="sect1" text="%n. %t"/> | ||
| <l:template name="sect2" text="%n. %t"/> | ||
| <l:template name="sect3" text="%n. %t"/> | ||
| <l:template name="sect4" text="%n. %t"/> | ||
| <l:template name="sect5" text="%n. %t"/> | ||
| <l:template name="section" text="%n. %t"/> | ||
| <l:template name="simplesect" text="%n. %t"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="xref"> | ||
| <l:template name="foil" text="%t"/> | ||
| <l:template name="foilgroup" text="%t"/> | ||
| <l:template name="olink.document.citation" text=" v %o"/> | ||
| <l:template name="olink.page.citation" text=" (stran %p)"/> | ||
| <l:template name="page" text="(stran %p)"/> | ||
| <l:template name="docname" text=" v %o"/> | ||
| <l:template name="docnamelong" text=" v dokumentu z naslovom %o"/> | ||
| <l:template name="pageabbrev" text="(str. %p)"/> | ||
| <l:template name="Page" text="Stran %p"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="xref-number"> | ||
| <l:template name="qandadiv" text="V & O %n"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="authorgroup"> | ||
| <l:template name="seplast" text=" in "/> | ||
| </l:context> | ||
|
|
||
| <l:context name="datetime"> | ||
| <l:template name="format" text="d.m.Y"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="datetime-full"> | ||
| <l:template name="January" text="januar"/> | ||
| <l:template name="February" text="februar"/> | ||
| <l:template name="March" text="marec"/> | ||
| <l:template name="April" text="april"/> | ||
| <l:template name="May" text="maj"/> | ||
| <l:template name="June" text="junij"/> | ||
| <l:template name="July" text="julij"/> | ||
| <l:template name="August" text="avgust"/> | ||
| <l:template name="September" text="september"/> | ||
| <l:template name="October" text="oktober"/> | ||
| <l:template name="November" text="november"/> | ||
| <l:template name="December" text="december"/> | ||
| <l:template name="Monday" text="ponedeljek"/> | ||
| <l:template name="Tuesday" text="torek"/> | ||
| <l:template name="Wednesday" text="sreda"/> | ||
| <l:template name="Thursday" text="četrtek"/> | ||
| <l:template name="Friday" text="petek"/> | ||
| <l:template name="Saturday" text="sobota"/> | ||
| <l:template name="Sunday" text="nedelja"/> | ||
| </l:context> | ||
|
|
||
| <l:context name="datetime-abbrev"> | ||
| <l:template name="Jan" text="jan"/> | ||
| <l:template name="Feb" text="feb"/> | ||
| <l:template name="Mar" text="mar"/> | ||
| <l:template name="Apr" text="apr"/> | ||
| <l:template name="May" text="maj"/> | ||
| <l:template name="Jun" text="jun"/> | ||
| <l:template name="Jul" text="jul"/> | ||
| <l:template name="Aug" text="avg"/> | ||
| <l:template name="Sep" text="sep"/> | ||
| <l:template name="Oct" text="okt"/> | ||
| <l:template name="Nov" text="nov"/> | ||
| <l:template name="Dec" text="dec"/> | ||
| <l:template name="Mon" text="pon"/> | ||
| <l:template name="Tue" text="tor"/> | ||
| <l:template name="Wed" text="sre"/> | ||
| <l:template name="Thu" text="čet"/> | ||
| <l:template name="Fri" text="pet"/> | ||
| <l:template name="Sat" text="sob"/> | ||
| <l:template name="Sun" text="ned"/> | ||
| </l:context> | ||
|
|
||
| </l:l10n> | ||
| </l:i18n> |