diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | ce4a32fe52ef09d8f5ff1dd22c001110902b60a2 (patch) | |
tree | 5ac38a06f3dde268dc7927dc155896926aaf7012 /kdoctools/customization/sr/lang.entities | |
download | tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.tar.gz tdelibs-ce4a32fe52ef09d8f5ff1dd22c001110902b60a2.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kdoctools/customization/sr/lang.entities')
-rw-r--r-- | kdoctools/customization/sr/lang.entities | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/kdoctools/customization/sr/lang.entities b/kdoctools/customization/sr/lang.entities new file mode 100644 index 000000000..d1b3af077 --- /dev/null +++ b/kdoctools/customization/sr/lang.entities @@ -0,0 +1,46 @@ +<!ENTITY language "sr"> + +<!-- These entities should be translated, should therefore be stored + separately. --> +<!ENTITY % kde.translated + SYSTEM "strings.entities" > +%kde.translated; + +<!-- The following entities should only use &kappname; in their + text --> + +<!-- Licence links --> +<!ENTITY underGPL PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//SR" + "entities/underGPL.docbook" ><!-- level: para --> +<!ENTITY underFDL PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//SR" + "entities/underFDL.docbook" ><!-- level: para --> +<!ENTITY underBSDLicense PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//SR" + "entities/underBSDLicense.docbook" ><!-- level: para --> +<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence Declaration//SR" + "entities/underArtisticLicense.docbook" ><!-- level: para --> +<!ENTITY underX11License PUBLIC "-//KDE//DOCUMENT X11 Licence Declaration//SR" + "entities/underX11License.docbook" ><!-- level: para --> + +<!ENTITY reporting.bugs PUBLIC "-//KDE//DOCUMENT Report Bugs//SR" + "entities/report-bugs.docbook" ><!-- level: ? --> +<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating Documentation//SR" + "entities/update-doc.docbook" ><!-- level: para --> +<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu Documentation//SR" + "entities/help-menu.docbook" ><!-- level: variablelist --> +<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation General Information//SR" + "entities/install-intro.docbook" ><!-- level: para --> +<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//SR" + "entities/install-compile.docbook" ><!-- level: para --> + + +<!-- FDL notice --> +<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//SR" + "entities/fdl-notice.docbook"> +<!-- meant to be included, so no NDATA or CDATA (why?) --> + +<!-- These entities may be extended by the authors and translators. + They should therefore be stored separately. Moreover, they MUST + come last, to avoid overriding problems. --> +<!ENTITY % kde.language.specific + SYSTEM "user.entities" > +%kde.language.specific; |