Warning, /frameworks/kdoctools/src/customization/id/lang.entities is written in an unsupported language. File is not indexed.
0001 <!-- Do NOT change this file: it provides important defaults --> 0002 <!-- test --> 0003 <!ENTITY language "id"> 0004 0005 <!-- These entities should be translated, should therefore be stored 0006 separately. --> 0007 <!ENTITY % kde.translated 0008 SYSTEM "strings.entities" > 0009 %kde.translated; 0010 0011 <!-- The following entities should only use &kappname; in their 0012 text --> 0013 0014 <!-- Licence links --> 0015 <!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//EN" 0016 "entities/underGPL.docbook" ><!-- level: para --> 0017 <!ENTITY underLGPL PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//EN" 0018 "entities/underLGPL.docbook" ><!-- level: para --> 0019 <!ENTITY underCCBYSA4 PUBLIC "-//KDE//DOCUMENT CC BY-SA 4.0 Licence Declaration//EN" 0020 "entities/underCCBYSA4.docbook" ><!-- level: para --> 0021 <!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//EN" 0022 "entities/underFDL.docbook" ><!-- level: para --> 0023 <!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//EN" 0024 "entities/underBSDLicense.docbook" ><!-- level: para --> 0025 <!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//EN" 0026 "entities/underArtisticLicense.docbook" ><!-- level: para --> 0027 <!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//EN" 0028 "entities/underX11License.docbook" ><!-- level: para --> 0029 0030 <!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//EN" 0031 "entities/report-bugs.docbook" ><!-- level: ? --> 0032 <!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//EN" 0033 "entities/update-doc.docbook" ><!-- level: para --> 0034 <!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//EN" 0035 "entities/help-menu.docbook" ><!-- level: variablelist --> 0036 0037 <!-- Entities install.intro.documentation + install.compile.documentation 0038 are deprecated and should be removed in Frameworks 6 --> 0039 0040 <!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//EN" 0041 "entities/install-intro.docbook" ><!-- level: para --> 0042 <!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//EN" 0043 "entities/install-compile.docbook" ><!-- level: para --> 0044 0045 0046 <!-- CC BY-SA 4 notice --> 0047 <!ENTITY CCBYSA4Notice PUBLIC "-//KDE//DOCUMENT CC BY-SA 4 Documentation Notice//EN" 0048 "entities/ccbysa4-notice.docbook"> 0049 <!-- FDL notice --> 0050 <!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//EN" 0051 "entities/fdl-notice.docbook"> 0052 <!-- meant to be included, so no NDATA or CDATA (why?) --> 0053 0054 <!-- These entities may be extended by the authors and translators. 0055 They should therefore be stored separately. Moreover, they MUST 0056 come last, to avoid overriding problems. --> 0057 <!ENTITY % kde.language.specific 0058 SYSTEM "user.entities" > 0059 %kde.language.specific;