[frameworks/kdoctools] src/customization/tr: Add missing licence info for Turkish

Emir SARI null at kde.org
Wed Oct 25 14:30:44 BST 2023


Git commit 0a7f8ae9101612f52f32a64952fabcbdc64cb0a3 by Emir SARI.
Committed on 25/10/2023 at 15:30.
Pushed by esari into branch 'master'.

Add missing licence info for Turkish

M  +5    -1    src/customization/tr/catalog.xml
A  +1    -0    src/customization/tr/entities/underCCBYSA4.docbook
M  +1    -1    src/customization/tr/entities/underFDL.docbook
A  +1    -0    src/customization/tr/entities/underLGPL.docbook
M  +4    -9    src/customization/tr/lang.entities

https://invent.kde.org/frameworks/kdoctools/-/commit/0a7f8ae9101612f52f32a64952fabcbdc64cb0a3

diff --git a/src/customization/tr/catalog.xml b/src/customization/tr/catalog.xml
index 0187931d..cfc4d70f 100644
--- a/src/customization/tr/catalog.xml
+++ b/src/customization/tr/catalog.xml
@@ -12,7 +12,11 @@
           uri="entities/lgpl-notice.docbook"/>
 
   <public publicId="-//KDE//DOCUMENT GPL Licence Declaration//TR"
-          uri="entities/underGPL.docbook"/> 
+          uri="entities/underGPL.docbook"/>
+  <public publicId="-//KDE//DOCUMENT LGPL Licence Declaration//TR"
+          uri="entities/underLGPL.docbook"/>
+  <public publicId="-//KDE//DOCUMENT CC BY-SA 4.0 Licence Declaration//TR"
+          uri="entities/underCCBYSA4.docbook"/>
   <public publicId="-//KDE//DOCUMENT FDL Licence Declaration//TR"
           uri="entities/underFDL.docbook"/>
   <public publicId="-//KDE//DOCUMENT BSD Licence Declaration//TR"
diff --git a/src/customization/tr/entities/underCCBYSA4.docbook b/src/customization/tr/entities/underCCBYSA4.docbook
new file mode 100644
index 00000000..efa7777c
--- /dev/null
+++ b/src/customization/tr/entities/underCCBYSA4.docbook
@@ -0,0 +1 @@
+<para id="cc-by-sa-4" xreflabel="the credits and license section">Bu belgelendirme, <ulink type="commondoc" url="ccbysa4-license.html">Atıf-Aynı Lisansla Paylaş 4.0 Uluslararası</ulink> altında dağıtılmaktadır.</para>
diff --git a/src/customization/tr/entities/underFDL.docbook b/src/customization/tr/entities/underFDL.docbook
index c26a8e25..1ab56a41 100644
--- a/src/customization/tr/entities/underFDL.docbook
+++ b/src/customization/tr/entities/underFDL.docbook
@@ -1 +1 @@
-<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">Bu belge, <ulink type="commondoc" url="fdl-license.html">GNU Serbest Belge Lisansı (GFDL)</ulink> altında dağıtılmaktadır.</para>
+<para id="gnu-fdl" xreflabel="the section entitled "GNU Free Documentation License"">Bu belgelendirme, <ulink type="commondoc" url="fdl-license.html">GNU Serbest Belge Lisansı (GFDL)</ulink> altında dağıtılmaktadır.</para>
diff --git a/src/customization/tr/entities/underLGPL.docbook b/src/customization/tr/entities/underLGPL.docbook
new file mode 100644
index 00000000..b40f9813
--- /dev/null
+++ b/src/customization/tr/entities/underLGPL.docbook
@@ -0,0 +1 @@
+<para>Bu program, <ulink type="commondoc" url="lgpl-license.html">GNU Kısıtlı Genel Kamu Lisansı</ulink> altında dağıtılmaktadır.</para>
\ No newline at end of file
diff --git a/src/customization/tr/lang.entities b/src/customization/tr/lang.entities
index 5465ccd3..ca2becaf 100644
--- a/src/customization/tr/lang.entities
+++ b/src/customization/tr/lang.entities
@@ -12,8 +12,10 @@
 <!-- Licence links -->
 <!ENTITY underGPL           PUBLIC "-//KDE//DOCUMENT GPL Licence Declaration//TR"
   "entities/underGPL.docbook"                       ><!-- level: para -->
+<!ENTITY underLGPL          PUBLIC "-//KDE//DOCUMENT LGPL Licence Declaration//TR"
+  "entities/underLGPL.docbook"                       ><!-- level: para -->
 <!ENTITY underCCBYSA4       PUBLIC "-//KDE//DOCUMENT CC BY-SA 4.0 Licence Declaration//TR"
-  "../en/entities/underCCBYSA4.docbook"                   ><!-- level: para -->
+  "entities/underCCBYSA4.docbook"                   ><!-- level: para -->
 <!ENTITY underFDL           PUBLIC "-//KDE//DOCUMENT FDL Licence Declaration//TR"
   "entities/underFDL.docbook"                       ><!-- level: para -->
 <!ENTITY underBSDLicense    PUBLIC "-//KDE//DOCUMENT BSD Licence Declaration//TR"
@@ -34,15 +36,8 @@
 <!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation Instructions//TR"
   "entities/install-compile.docbook"                     ><!-- level: para -->
 
-
-
-<!-- CC BY-SA 4 notice -->
-<!-- In order to translate it, copy it into <lang>/entities/ccbysa4-notice.docbook
-and change the reference from English version to the translated document
-and remove this comment. -->
 <!ENTITY CCBYSA4Notice PUBLIC "-//KDE//DOCUMENT CC BY-SA 4 Documentation Notice//TR"
-         "../en/entities/ccbysa4-notice.docbook">
-<!-- FDL notice -->
+         "entities/ccbysa4-notice.docbook">
 <!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//TR"
          "entities/fdl-notice.docbook">
 <!-- meant to be included, so no NDATA or CDATA (why?) -->


More information about the kde-doc-english mailing list