Hello community,

here is the log from the commit of package kdoctools for openSUSE:Factory 
checked in at 2019-04-19 21:22:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdoctools (Old)
 and      /work/SRC/openSUSE:Factory/.kdoctools.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdoctools"

Fri Apr 19 21:22:14 2019 rev:67 rq:695218 version:5.57.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes      2019-03-21 
09:45:22.866910247 +0100
+++ /work/SRC/openSUSE:Factory/.kdoctools.new.5536/kdoctools.changes    
2019-04-19 21:22:32.671733652 +0200
@@ -1,0 +2,16 @@
+Sun Apr 14 20:21:42 UTC 2019 - [email protected]
+
+- Update to 5.57.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.57.0.php
+- Changes since 5.56.0:
+  * Update Ukrainian translation
+  * Catalan updates
+  * it entities: update URLs to use https
+  * Update URLs to use https
+  * Use Indonesian translation
+  * Update design to look more similar to kde.org
+  * Add necessary files to use native Indonesian language for all Indonesian 
docs.
+
+-------------------------------------------------------------------

Old:
----
  kdoctools-5.56.0.tar.xz

New:
----
  kdoctools-5.57.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdoctools.spec ++++++
--- /var/tmp/diff_new_pack.lcNSZb/_old  2019-04-19 21:22:33.507734716 +0200
+++ /var/tmp/diff_new_pack.lcNSZb/_new  2019-04-19 21:22:33.511734721 +0200
@@ -17,14 +17,14 @@
 
 
 %define lname   libKF5DocTools5
-%define _tar_path 5.56
+%define _tar_path 5.57
 # Full KF5 version (e.g. 5.33.0)
 %{!?_kf5_version: %global _kf5_version %{version}}
 # Last major and minor KF5 version (e.g. 5.33)
 %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
 Name:           kdoctools
-Version:        5.56.0
+Version:        5.57.0
 Release:        0
 Summary:        Tools to create documentation from DocBook
 License:        LGPL-2.1-or-later AND MIT

++++++ kdoctools-5.56.0.tar.xz -> kdoctools-5.57.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/.gitignore 
new/kdoctools-5.57.0/.gitignore
--- old/kdoctools-5.56.0/.gitignore     1970-01-01 01:00:00.000000000 +0100
+++ new/kdoctools-5.57.0/.gitignore     2019-04-07 09:27:30.000000000 +0200
@@ -0,0 +1,21 @@
+# Ignore the following files
+*~
+*.[oa]
+*.diff
+*.kate-swp
+*.kdev4
+.kdev_include_paths
+*.kdevelop.pcs
+*.moc
+*.moc.cpp
+*.orig
+*.user
+.*.swp
+.swp.*
+Doxyfile
+Makefile
+avail
+random_seed
+/build*/
+CMakeLists.txt.user*
+*.unc-backup*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/CMakeLists.txt 
new/kdoctools-5.57.0/CMakeLists.txt
--- old/kdoctools-5.56.0/CMakeLists.txt 2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/CMakeLists.txt 2019-04-07 09:27:30.000000000 +0200
@@ -1,12 +1,12 @@
 cmake_minimum_required(VERSION 3.5)
 
-set(KF5_VERSION "5.56.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.56.0") # handled by release scripts
+set(KF5_VERSION "5.57.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.57.0") # handled by release scripts
 project(KDocTools VERSION ${KF5_VERSION})
 
 # ECM setup
 include(FeatureSummary)
-find_package(ECM 5.56.0  NO_MODULE)
+find_package(ECM 5.57.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/cmake/FindPerlModules.cmake 
new/kdoctools-5.57.0/cmake/FindPerlModules.cmake
--- old/kdoctools-5.56.0/cmake/FindPerlModules.cmake    2019-03-02 
14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/cmake/FindPerlModules.cmake    2019-04-07 
09:27:30.000000000 +0200
@@ -84,6 +84,6 @@
 
 include(FeatureSummary)
 set_package_properties(PerlModules PROPERTIES
-    URL "http://www.cpan.org";
+    URL "https://www.cpan.org";
 )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/common/en/kde-default.css 
new/kdoctools-5.57.0/common/en/kde-default.css
--- old/kdoctools-5.56.0/common/en/kde-default.css      2019-03-02 
14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/common/en/kde-default.css      2019-04-07 
09:27:30.000000000 +0200
@@ -22,8 +22,8 @@
 /*
    Important note: these setting may be overridden by localised CSS.  Do not 
    add here any localization-sensitive style declarations.
-   
-   Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/ */
+
+   Any updates should be validated, e.g. https://jigsaw.w3.org/css-validator/ 
*/
 
 /* Note: "should be inherit" means that in a proper browser inherit should 
work.
    Somehow Netscape manages to interpret "inherit" as bright green. 
@@ -83,21 +83,13 @@
   padding-right: 1em;
 }
 
-/* Links in Navigation */
-
-.navLeft a:link, .navCenter a:link, .navRight a:link, .header a:link, .header 
a:visited, .bottom-nav a:link, .bottom-nav a:visited {
-  color: #41597A;
-  font-weight: bold;
-}
-
-
 /* Nice link colors for the main text */
 
 :link { 
   color: #41597A;
 }
 
-:visited { 
+a, :visited { 
   color: #597ba8;
 }
 
@@ -125,18 +117,14 @@
 }
 
 .header {
-  background: #3E91EB none;
-  border-bottom: 1px solid #206dcd;
+  background: #54a3d8 none;
   border-top: 1px solid white;
   color: white;
   font-size: small;
   height: 1.7em;
   line-height: 1em;
   margin: 0px;
-  padding-bottom: 0px;
-  padding-left: 1em;
-  padding-right: 0px;
-  padding-top: 0px;
+  padding: 0px;
   vertical-align: middle;
 }
 
@@ -156,10 +144,6 @@
   vertical-align: middle; 
 }
 
-#logo {
-  background: url('kde_logo_bg.png') transparent repeat;
-}
-
 /* A little bit of padding makes the tables for keybindings etc much easier to 
read */
 
 table { 
@@ -211,8 +195,8 @@
 }
 */
 
-p { 
-  text-align: justify; 
+p {
+  text-align: justify;
 }
 
 /* More specific settings */
@@ -224,6 +208,16 @@
   font-family: sans-serif;
 }
 
+h1, h2, h3, h4, h5, h6 {
+  color: #525052;
+  background-color: transparent;
+  font-weight: 550;
+}
+
+h1,h2,h3 {
+    line-height: 1.5em;
+}
+
 /* Visual cues for GUI elements etc in the text */
 
 .guimenu, .guimenuitem, .guisubmenu { 
@@ -241,11 +235,15 @@
   color: rgb(0,0,0); /* should be inherit */
 }
 
-.shortcut .keycap { 
+.shortcut .keycap {
   background-color: rgb(220,220,220);
   color: rgb(0,0,0); /* should be inherit */
 }
 
+.keycap {
+  margin-left: 4px;
+}
+
 .question { 
   font-weight: bolder; 
 }
@@ -262,11 +260,6 @@
   font-weight: bold;
 }
 
-h1, h2, h3, h4, h5, h6 { 
-  color: rgb(82,80,82);
-  background-color: transparent;
-}
-
 .arg, .parameter, .replaceable { 
   background-color: rgb(255,255,255);
   color: rgb(0,128,64);
@@ -309,8 +302,6 @@
 
 .inlinemediaobject { 
   vertical-align: baseline; 
-  padding-right: 1em;
-  padding-left: 1em;           
 }
 
 /* An idea that could be nice: a search engine looking for specific
@@ -328,4 +319,23 @@
   font-family: monospace;
   color: rgb(0,0,0);
 }
-
+code.email {
+  font-size: 87.5%;
+  color: #e83e8c;
+  word-break: break-word;
+}
+a {
+  color: #007bff;
+  text-decoration: none;
+  background-color: transparent;
+}
+a:hover {
+  color: #0056b3;
+  text-decoration: underline;
+}
+dt {
+  font-weight: 500;
+}
+.date {
+  margin-right: 4px;
+}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/common/en/kde-docs.css 
new/kdoctools-5.57.0/common/en/kde-docs.css
--- old/kdoctools-5.56.0/common/en/kde-docs.css 2019-03-02 14:39:03.000000000 
+0100
+++ new/kdoctools-5.57.0/common/en/kde-docs.css 2019-04-07 09:27:30.000000000 
+0200
@@ -8,6 +8,11 @@
     padding: 0;
     width: 100%;
     height: 100%;
+    font-size: 1rem;
+    font-weight: 400;
+    line-height: 1.5;
+    color: #212529;
+    text-align: left;
 }
 
 /* These two divs force the content to fill up at least the viewport, which
@@ -88,61 +93,31 @@
 div.tip, div.note, div.warning, div.important {
     padding: 6pt;
     padding-top: 3pt;
+    border-radius: 3px;
 }
 
 div.tip > .title, div.warning > .title, div.note > .title, div.important > 
.title {
-    padding: 4pt 1cm;
-    margin: 0;
-    margin-top: 4pt;
+    font-weight: 550;
 }
 
 div.tip {
-    border: 1px solid #EEF;
-    border-left: 1px solid #88F;
-    background: #EFEFFF;
-}
-
-div.tip > .title {
-    border: 1px solid #88F;
-    background: #CFCFFF;
-    color: #222;
+    border: 2px solid #3daee9;
+    background: #cbe3ef;
 }
 
 div.important {
-    border: 1px solid #FF2;
-    border-left: 1px solid #888;
-    background: #FF7;
-}
-
-div.important > .title {
-    border: 1px solid #836900;
-    background: #FC0;
-    color: #222;
+    border: 2px solid #f67400;
+    background: #f0d7c1;
 }
 
 div.note {
-    border: 1px solid #EEE;
-    border-left: 1px solid #888;
-    background: #EFEFEF;
-}
-
-div.note > .title {
-    border: 1px solid #888;
-    background: #CFCFCF;
-    color: #222;
+    border: 2px solid #27ae60;
+    background: #c7e2d4;
 }
 
 div.warning {
-    border: 1px solid #FEE;
-    border-left: 1px solid #F88;
-    background: #FFEFEF;
-    margin-bottom: 6pt;
-}
-
-div.warning > .title {
-    border: 1px solid #F88;
-    background: #FFAFAF;
-    color: #222;
+    border: 2px solid #da4453;
+    background: #ebced1;
 }
 
 /* Make the content wrapping div have a nice margin. */
@@ -273,16 +248,21 @@
 #header {
     width: 100%;
     height: 51px;
-    color: #535353;
-    background: #eeeeee;
-    border-bottom: #bcbcbc 1px solid;
+    color: white;
+    font-height: 3em;
+    background: #54a3d8;
 }
 
 #header_content {
-    margin: 0 auto;
-    width: 80%;
-    height: 51px;
-    background: url("top.jpg") top left repeat-x;
+    margin-left: 1em;
+    background: white;
+    height: 47px;
+}
+#header_left {
+    background: #54a3d8;
+    display: inline-block;
+    height: 47px;
+    padding-right: 1em;
 }
 
 #header_right img {
@@ -290,27 +270,6 @@
     top: 8px; /* Vertically center */
 }
 
-#header_left {
-    background: url("top-left.jpg") top left no-repeat;
-    padding-left: 20px;
-    height: 51px;
-}
-
-#header_right {
-    background: url("top-right.jpg") top right no-repeat;
-    color: white;
-    padding-right: 20px;
-    height: 51px;
-    text-align: left;
-    font-size: 18pt;
-    font-weight: bold;
-    vertical-align: middle;
-    text-shadow: #112 2px 2px 2px;
-    white-space: nowrap;
-    overflow: hidden;
-    line-height: 51px;
-}
-
 /* Used for the text and footer area at the bottom. */
 #footer {
     width: 100%;
@@ -360,3 +319,11 @@
         border-top: 1px solid #DDD;
     }
 }
+
+img {
+    max-width: 100%;
+}
+
+.productname {
+    margin-left: 5px;
+}
Binary files old/kdoctools-5.56.0/common/en/top-kde.jpg and 
new/kdoctools-5.57.0/common/en/top-kde.jpg differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/common/it/kde-localised.css 
new/kdoctools-5.57.0/common/it/kde-localised.css
--- old/kdoctools-5.56.0/common/it/kde-localised.css    2019-03-02 
14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/common/it/kde-localised.css    2019-04-07 
09:27:30.000000000 +0200
@@ -21,7 +21,7 @@
 /*
    These settings will override kde-default.css.
 
-   Any updates should be validated, e.g. http://jigsaw.w3.org/css-validator/
+   Any updates should be validated, e.g. https://jigsaw.w3.org/css-validator/
 */
 
 :lang(it) { }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/docs/meinproc5/man-meinproc5.1.docbook 
new/kdoctools-5.57.0/docs/meinproc5/man-meinproc5.1.docbook
--- old/kdoctools-5.56.0/docs/meinproc5/man-meinproc5.1.docbook 2019-03-02 
14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/docs/meinproc5/man-meinproc5.1.docbook 2019-04-07 
09:27:30.000000000 +0200
@@ -216,7 +216,7 @@
 
 <refsect1>
 <title>Bugs</title>
-<para>Please use <ulink url="http://bugs.kde.org";>KDE's bugtracker</ulink> to 
report bugs.</para>
+<para>Please use <ulink url="https://bugs.kde.org";>KDE's bugtracker</ulink> to 
report bugs.</para>
 </refsect1>
 
 </refentry>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/docs/qt5options/man-qt5options.7.docbook 
new/kdoctools-5.57.0/docs/qt5options/man-qt5options.7.docbook
--- old/kdoctools-5.56.0/docs/qt5options/man-qt5options.7.docbook       
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/docs/qt5options/man-qt5options.7.docbook       
2019-04-07 09:27:30.000000000 +0200
@@ -26,13 +26,13 @@
 <refsynopsisdiv>
 <cmdsynopsis>
 <command><replaceable>Qt application</replaceable></command>
-<!--http://doc.qt.io/qt-5/qapplication.html#QApplication-->
+<!--https://doc.qt.io/qt-5/qapplication.html#QApplication-->
 <arg choice="opt"><option>-style=</option> <replaceable>style</replaceable> / 
<option>-style</option> <replaceable>style</replaceable></arg>
 <arg choice="opt"><option>-stylesheet=</option> 
<replaceable>stylesheet</replaceable> / <option>-stylesheet</option> 
<replaceable>stylesheet</replaceable></arg>
 <arg choice="opt"><option>-widgetcount</option></arg>
 <arg choice="opt"><option>-reverse</option></arg>
 <arg choice="opt"><option>-qmljsdebugger=</option> 
<replaceable>port</replaceable></arg>
-<!--http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
+<!--https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
 <arg choice="opt"><option>-platform</option> 
<replaceable>platformName[:options]</replaceable></arg>
 <arg choice="opt"><option>-platformpluginpath</option> 
<replaceable>path</replaceable></arg>
 <arg choice="opt"><option>-platformtheme</option> 
<replaceable>platformTheme</replaceable></arg>
@@ -46,7 +46,7 @@
 <arg choice="opt"><option>-geometry</option> 
<replaceable>geometry</replaceable></arg>
 <arg choice="opt"><option>-dialogs=</option> 
<replaceable>[xp|none]</replaceable></arg>
 <arg choice="opt"><option>-fontengine=</option> 
<replaceable>freetype</replaceable></arg>
-<!--http://doc.qt.io/qt-5/qcommandlineparser.html -->
+<!--https://doc.qt.io/qt-5/qcommandlineparser.html -->
 <arg choice="opt"><option>-h, --help and -? on Windows</option></arg>
 <arg choice="opt"><option>-v --version</option></arg>
 </cmdsynopsis>
@@ -59,7 +59,7 @@
 <para>The following options apply to all &Qt; applications:</para>
 
 <variablelist>
-<!--http://doc.qt.io/qt-5/qapplication.html#QApplication-->
+<!--https://doc.qt.io/qt-5/qapplication.html#QApplication-->
 <varlistentry>
 <term>
 <option>-style=</option> <replaceable>style</replaceable> / 
<option>-style</option> <replaceable>style</replaceable>
@@ -109,7 +109,7 @@
 where block is optional and will make the application wait until a debugger 
connects to it.
 </para></listitem>
 </varlistentry>
-<!--http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
+<!--https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
 <varlistentry>
 <term>
 <option>-platform</option> <replaceable>platformName[:options]</replaceable>
@@ -218,7 +218,7 @@
 </para></listitem>
 </varlistentry>
 
-<!--http://doc.qt.io/qt-5/qcommandlineparser.html -->
+<!--https://doc.qt.io/qt-5/qcommandlineparser.html -->
 <varlistentry>
 <term>
 <option>-h, --help and -? on Windows</option>
@@ -252,9 +252,9 @@
 <title>Authors</title>
 <para>Man page originally written by &Lauri.Watts; &Lauri.Watts.mail;</para>
 <para>Updated to Frameworks 5 by &Burkhard.Lueck; &Burkhard.Lueck.mail;</para>
-<para>The infos for this man page are from <ulink 
url="http://doc.qt.io/qt-5/qapplication.html#QApplication";>QApplication 
documentation</ulink>,
-<ulink 
url="http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";>QGuiApplication
 documentation</ulink>
-and <ulink 
url="http://doc.qt.io/qt-5/qcommandlineparser.html";>QCommandLineParser 
documentation</ulink>.</para>
+<para>The infos for this man page are from <ulink 
url="https://doc.qt.io/qt-5/qapplication.html#QApplication";>QApplication 
documentation</ulink>,
+<ulink 
url="https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";>QGuiApplication
 documentation</ulink>
+and <ulink 
url="https://doc.qt.io/qt-5/qcommandlineparser.html";>QCommandLineParser 
documentation</ulink>.</para>
 </refsect1>
 
 </refentry>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/ca/docs/meinproc5/man-meinproc5.1.docbook 
new/kdoctools-5.57.0/po/ca/docs/meinproc5/man-meinproc5.1.docbook
--- old/kdoctools-5.56.0/po/ca/docs/meinproc5/man-meinproc5.1.docbook   
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/ca/docs/meinproc5/man-meinproc5.1.docbook   
2019-04-07 09:27:30.000000000 +0200
@@ -329,7 +329,7 @@
 <title
 >Errors</title>
 <para
->Si us plau, useu el <ulink url="http://bugs.kde.org";
+>Si us plau, useu el <ulink url="https://bugs.kde.org";
 >seguidor d'errors del KDE</ulink
 > (escriviu-hi en anglès) per a informar-ne.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/ca/docs/qt5options/man-qt5options.7.docbook 
new/kdoctools-5.57.0/po/ca/docs/qt5options/man-qt5options.7.docbook
--- old/kdoctools-5.56.0/po/ca/docs/qt5options/man-qt5options.7.docbook 
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/ca/docs/qt5options/man-qt5options.7.docbook 
2019-04-07 09:27:30.000000000 +0200
@@ -169,7 +169,7 @@
 >Les següents opcions s'apliquen a totes les aplicacions &Qt;:</para>
 
 <variablelist>
-<!--http://doc.qt.io/qt-5/qapplication.html#QApplication-->
+<!--https://doc.qt.io/qt-5/qapplication.html#QApplication-->
 <varlistentry>
 <term
 ><option
@@ -242,7 +242,7 @@
 >Activa el depurador de QML/JS amb un port especificat. El valor haurà d'estar 
 >format per port:1234[,bloc], on el bloc és opcional i fa que l'aplicació 
 >esperi fins que un depurador es connecta amb ella. </para
 ></listitem>
 </varlistentry>
-<!--http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
+<!--https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
 <varlistentry>
 <term
 ><option
@@ -399,7 +399,7 @@
 ></listitem>
 </varlistentry>
 
-<!--http://doc.qt.io/qt-5/qcommandlineparser.html -->
+<!--https://doc.qt.io/qt-5/qcommandlineparser.html -->
 <varlistentry>
 <term>
 <option
@@ -445,11 +445,11 @@
 <para
 >Actualitzada als Frameworks 5 per en &Burkhard.Lueck; 
 >&Burkhard.Lueck.mail;</para>
 <para
->La informació d'aquesta pàgina del manual és de la <ulink 
url="http://doc.qt.io/qt-5/qapplication.html#QApplication";
+>La informació d'aquesta pàgina del manual és de la <ulink 
url="https://doc.qt.io/qt-5/qapplication.html#QApplication";
 >documentació de QApplication</ulink
->, la <ulink url="http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
+>, la <ulink url="https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
 >documentació de QGuiApplication</ulink
-> i la <ulink url="http://doc.qt.io/qt-5/qcommandlineparser.html";
+> i la <ulink url="https://doc.qt.io/qt-5/qcommandlineparser.html";
 >documentació de QCommandLineParser</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/po/id/kdoctools5.po 
new/kdoctools-5.57.0/po/id/kdoctools5.po
--- old/kdoctools-5.56.0/po/id/kdoctools5.po    2019-03-02 14:39:03.000000000 
+0100
+++ new/kdoctools-5.57.0/po/id/kdoctools5.po    2019-04-07 09:27:30.000000000 
+0200
@@ -14,7 +14,7 @@
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=n != 1;\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: xslt.cpp:140
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/it/docs/meinproc5/man-meinproc5.1.docbook 
new/kdoctools-5.57.0/po/it/docs/meinproc5/man-meinproc5.1.docbook
--- old/kdoctools-5.56.0/po/it/docs/meinproc5/man-meinproc5.1.docbook   
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/it/docs/meinproc5/man-meinproc5.1.docbook   
2019-04-07 09:27:30.000000000 +0200
@@ -335,7 +335,7 @@
 <title
 >Bug</title>
 <para
->Usa <ulink url="http://bugs.kde.org";
+>Usa <ulink url="https://bugs.kde.org";
 >il sito di gestione dei bug di KDE</ulink
 > per segnalarli.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/it/docs/qt5options/man-qt5options.7.docbook 
new/kdoctools-5.57.0/po/it/docs/qt5options/man-qt5options.7.docbook
--- old/kdoctools-5.56.0/po/it/docs/qt5options/man-qt5options.7.docbook 
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/it/docs/qt5options/man-qt5options.7.docbook 
2019-04-07 09:27:30.000000000 +0200
@@ -169,7 +169,7 @@
 >Le opzioni seguenti si applicano a tutte le applicazioni &Qt;:</para>
 
 <variablelist>
-<!--http://doc.qt.io/qt-5/qapplication.html#QApplication-->
+<!--https://doc.qt.io/qt-5/qapplication.html#QApplication-->
 <varlistentry>
 <term
 ><option
@@ -242,7 +242,7 @@
 >Attiva il programma di debug per QML/JS su una porta specifica. Il valore 
 >deve essere nel formato porta:1234[,blocco], dove blocco è opzionale e farà 
 >sì che l'applicazione aspetti finché un programma di debug non si connetta ad 
 >essa. </para
 ></listitem>
 </varlistentry>
-<!--http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
+<!--https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
 <varlistentry>
 <term
 ><option
@@ -399,7 +399,7 @@
 ></listitem>
 </varlistentry>
 
-<!--http://doc.qt.io/qt-5/qcommandlineparser.html -->
+<!--https://doc.qt.io/qt-5/qcommandlineparser.html -->
 <varlistentry>
 <term>
 <option
@@ -445,11 +445,11 @@
 <para
 >Aggiornata a Frameworks 5 da &Burkhard.Lueck; &Burkhard.Lueck.mail;</para>
 <para
->Le informazioni per questa pagina di manuale sono ottenute dalle <ulink 
url="http://doc.qt.io/qt-5/qapplication.html#QApplication";
+>Le informazioni per questa pagina di manuale sono ottenute dalle <ulink 
url="https://doc.qt.io/qt-5/qapplication.html#QApplication";
 >documentazione di QApplication</ulink
->, dalla <ulink 
url="http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
+>, dalla <ulink 
url="https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
 >documentazione di QGuiApplication</ulink
-> e dalla <ulink url="http://doc.qt.io/qt-5/qcommandlineparser.html";
+> e dalla <ulink url="https://doc.qt.io/qt-5/qcommandlineparser.html";
 >documentazione di QCommandLineParser</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/nl/docs/meinproc5/man-meinproc5.1.docbook 
new/kdoctools-5.57.0/po/nl/docs/meinproc5/man-meinproc5.1.docbook
--- old/kdoctools-5.56.0/po/nl/docs/meinproc5/man-meinproc5.1.docbook   
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/nl/docs/meinproc5/man-meinproc5.1.docbook   
2019-04-07 09:27:30.000000000 +0200
@@ -329,7 +329,7 @@
 <title
 >Fouten/bugs</title>
 <para
->Gebruik <ulink url="http://bugskde.org";
+>Gebruik <ulink url="https://bugskde.org";
 >De volger van bugs van KDE</ulink
 > om ze te rapporteren.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/nl/docs/qt5options/man-qt5options.7.docbook 
new/kdoctools-5.57.0/po/nl/docs/qt5options/man-qt5options.7.docbook
--- old/kdoctools-5.56.0/po/nl/docs/qt5options/man-qt5options.7.docbook 
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/nl/docs/qt5options/man-qt5options.7.docbook 
2019-04-07 09:27:30.000000000 +0200
@@ -169,7 +169,7 @@
 >De volgende opties zijn van toepassing op alle &Qt;-applicaties:</para>
 
 <variablelist>
-<!--http://doc.qt.io/qt-5/qapplication.html#QApplication-->
+<!--https://doc.qt.io/qt-5/qapplication.html#QApplication-->
 <varlistentry>
 <term
 ><option
@@ -242,7 +242,7 @@
 >Activeer de QML/JS debugger met een gespecificeerde poort. De waarde moet het 
 >format port:1234[,block] hebben, waar block optioneel is en maakt dat de 
 >toepassing zal wachten totdat een debugger er een verbinding naar maakt. 
 ></para
 ></listitem>
 </varlistentry>
-<!--http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
+<!--https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
 <varlistentry>
 <term
 ><option
@@ -399,7 +399,7 @@
 ></listitem>
 </varlistentry>
 
-<!--http://doc.qt.io/qt-5/qcommandlineparser.html -->
+<!--https://doc.qt.io/qt-5/qcommandlineparser.html -->
 <varlistentry>
 <term>
 <option
@@ -445,11 +445,11 @@
 <para
 >Bijgewerkt naar Frameworks 5 door &Burkhard.Lueck; 
 >&Burkhard.Lueck.mail;</para>
 <para
->De informatie voor deze manpagina komen uit <ulink 
url="http://doc.qt.io/qt-5/qapplication.html#QApplication";
+>De informatie voor deze manpagina komen uit <ulink 
url="https://doc.qt.io/qt-5/qapplication.html#QApplication";
 >QApplication documentatie</ulink
->, <ulink url="http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
+>, <ulink url="https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
 >QGuiApplication documentatie</ulink
-> en <ulink url="http://doc.qt.io/qt-5/qcommandlineparser.html";
+> en <ulink url="https://doc.qt.io/qt-5/qcommandlineparser.html";
 >QCommandLineParser documentatie</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/sv/docs/meinproc5/man-meinproc5.1.docbook 
new/kdoctools-5.57.0/po/sv/docs/meinproc5/man-meinproc5.1.docbook
--- old/kdoctools-5.56.0/po/sv/docs/meinproc5/man-meinproc5.1.docbook   
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/sv/docs/meinproc5/man-meinproc5.1.docbook   
2019-04-07 09:27:30.000000000 +0200
@@ -329,7 +329,7 @@
 <title
 >Fel</title>
 <para
->Använd <ulink url="http://bugs.kde.org";
+>Använd <ulink url="https://bugs.kde.org";
 >KDE:s felspårningssystem</ulink
 > för att rapportera fel.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/sv/docs/qt5options/man-qt5options.7.docbook 
new/kdoctools-5.57.0/po/sv/docs/qt5options/man-qt5options.7.docbook
--- old/kdoctools-5.56.0/po/sv/docs/qt5options/man-qt5options.7.docbook 
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/sv/docs/qt5options/man-qt5options.7.docbook 
2019-04-07 09:27:30.000000000 +0200
@@ -169,7 +169,7 @@
 >Följande väljare gäller alla program som använder &Qt;:</para>
 
 <variablelist>
-<!--http://doc.qt.io/qt-5/qapplication.html#QApplication-->
+<!--https://doc.qt.io/qt-5/qapplication.html#QApplication-->
 <varlistentry>
 <term
 ><option
@@ -242,7 +242,7 @@
 >Aktive QML/JS-avlusare med en angiven port. Värdet måste ha formatet 
 >port:1234[,block], där block är valfritt och gör att programmet väntar till 
 >avlusaren ansluter till den. </para
 ></listitem>
 </varlistentry>
-<!--http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
+<!--https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
 <varlistentry>
 <term
 ><option
@@ -399,7 +399,7 @@
 ></listitem>
 </varlistentry>
 
-<!--http://doc.qt.io/qt-5/qcommandlineparser.html -->
+<!--https://doc.qt.io/qt-5/qcommandlineparser.html -->
 <varlistentry>
 <term>
 <option
@@ -445,11 +445,11 @@
 <para
 >Uppdaterade till Ramverk 5 av &Burkhard.Lueck; &Burkhard.Lueck.mail;</para>
 <para
->Informationen för den här manualsidan är från <ulink 
url="http://doc.qt.io/qt-5/qapplication.html#QApplication";
+>Informationen för den här manualsidan är från <ulink 
url="https://doc.qt.io/qt-5/qapplication.html#QApplication";
 >dokumentationen för QApplication</ulink
->, <ulink url="http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
+>, <ulink url="https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
 >dokumentationen för QGuiApplication</ulink
-> och <ulink url="http://doc.qt.io/qt-5/qcommandlineparser.html";
+> och <ulink url="https://doc.qt.io/qt-5/qcommandlineparser.html";
 >dokumentationen för QCommandLineParser</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/uk/docs/meinproc5/man-meinproc5.1.docbook 
new/kdoctools-5.57.0/po/uk/docs/meinproc5/man-meinproc5.1.docbook
--- old/kdoctools-5.56.0/po/uk/docs/meinproc5/man-meinproc5.1.docbook   
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/uk/docs/meinproc5/man-meinproc5.1.docbook   
2019-04-07 09:27:30.000000000 +0200
@@ -329,7 +329,7 @@
 <title
 >Вади</title>
 <para
->Для сповіщення про вади скористайтеся адресою <ulink url="http://bugs.kde.org";
+>Для сповіщення про вади скористайтеся адресою <ulink 
url="https://bugs.kde.org";
 >системою стеження за вадами KDE</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/po/uk/docs/qt5options/man-qt5options.7.docbook 
new/kdoctools-5.57.0/po/uk/docs/qt5options/man-qt5options.7.docbook
--- old/kdoctools-5.56.0/po/uk/docs/qt5options/man-qt5options.7.docbook 
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/po/uk/docs/qt5options/man-qt5options.7.docbook 
2019-04-07 09:27:30.000000000 +0200
@@ -169,7 +169,7 @@
 >Для всіх програм на &Qt; можна застосовувати такі параметри:</para>
 
 <variablelist>
-<!--http://doc.qt.io/qt-5/qapplication.html#QApplication-->
+<!--https://doc.qt.io/qt-5/qapplication.html#QApplication-->
 <varlistentry>
 <term
 ><option
@@ -242,7 +242,7 @@
 >Задіяти засіб діагностики QML/JS на вказаному порті. Значення слід вказувати 
 >у форматі port:1234[,block], де значення «block» є необов’язковим. Воно 
 >наказує програмі чекати, доки засіб діагностики із нею не з’єднається. </para
 ></listitem>
 </varlistentry>
-<!--http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
+<!--https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication-->
 <varlistentry>
 <term
 ><option
@@ -399,7 +399,7 @@
 ></listitem>
 </varlistentry>
 
-<!--http://doc.qt.io/qt-5/qcommandlineparser.html -->
+<!--https://doc.qt.io/qt-5/qcommandlineparser.html -->
 <varlistentry>
 <term>
 <option
@@ -445,11 +445,11 @@
 <para
 >Оновлено до Frameworks 5 &Burkhard.Lueck; &Burkhard.Lueck.mail;</para>
 <para
->Інформацію для цієї сторінки man запозичено з <ulink 
url="http://doc.qt.io/qt-5/qapplication.html#QApplication";
+>Інформацію для цієї сторінки man запозичено з <ulink 
url="https://doc.qt.io/qt-5/qapplication.html#QApplication";
 >документації до QApplication</ulink
->, <ulink url="http://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
+>, <ulink url="https://doc.qt.io/qt-5/qguiapplication.html#QGuiApplication";
 >документації QGuiApplication</ulink
-> та <ulink url="http://doc.qt.io/qt-5/qcommandlineparser.html";
+> та <ulink url="https://doc.qt.io/qt-5/qcommandlineparser.html";
 >документації з QCommandLineParser</ulink
 >.</para>
 </refsect1>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/po/zh_CN/kdoctools5.po 
new/kdoctools-5.57.0/po/zh_CN/kdoctools5.po
--- old/kdoctools-5.56.0/po/zh_CN/kdoctools5.po 2019-03-02 14:39:03.000000000 
+0100
+++ new/kdoctools-5.57.0/po/zh_CN/kdoctools5.po 2019-04-07 09:27:30.000000000 
+0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-08-16 09:05+0200\n"
-"PO-Revision-Date: 2019-02-20 23:16\n"
+"PO-Revision-Date: 2019-03-07 09:22\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/ca/entities/install-compile.docbook 
new/kdoctools-5.57.0/src/customization/ca/entities/install-compile.docbook
--- old/kdoctools-5.56.0/src/customization/ca/entities/install-compile.docbook  
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/ca/entities/install-compile.docbook  
2019-04-07 09:27:30.000000000 +0200
@@ -1,8 +1,9 @@
 <!-- Entity is deprecated and should be removed in Frameworks 6-->
 
 <para>Per a informació més detallada sobre com compilar i instal·lar 
-les aplicacions &kde; mireu <ulink url="https://techbase.kde.org/";>
-&kde; Techbase</ulink>.</para>
+les aplicacions &kde;, visiteu el <ulink 
+url="https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source";>
+wiki de la comunitat &kde;</ulink>.</para>
 
 <para>Atès que el &kde; empra el <command>cmake</command> no hauria de 
produir-se 
 cap complicació durant la compilació. Si us trobeu amb cap problema, si us 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/en/entities/install-compile.docbook 
new/kdoctools-5.57.0/src/customization/en/entities/install-compile.docbook
--- old/kdoctools-5.56.0/src/customization/en/entities/install-compile.docbook  
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/en/entities/install-compile.docbook  
2019-04-07 09:27:30.000000000 +0200
@@ -1,8 +1,8 @@
 <!-- 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>
+applications visit the <ulink 
url="https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source";>
+&kde; Community wiki</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 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/en/entities/install-intro.docbook 
new/kdoctools-5.57.0/src/customization/en/entities/install-intro.docbook
--- old/kdoctools-5.56.0/src/customization/en/entities/install-intro.docbook    
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/en/entities/install-intro.docbook    
2019-04-07 09:27:30.000000000 +0200
@@ -4,5 +4,5 @@
  -->
 <para>&kappname; is part of the &kde; project &kde-http;.</para>
 
-<para>&kappname; can be found on the <ulink url="http://download.kde.org/";>
+<para>&kappname; can be found on the <ulink url="https://download.kde.org/";>
 download site</ulink> of the &kde; project.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/en/entities/update-doc.docbook 
new/kdoctools-5.57.0/src/customization/en/entities/update-doc.docbook
--- old/kdoctools-5.56.0/src/customization/en/entities/update-doc.docbook       
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/en/entities/update-doc.docbook       
2019-04-07 09:27:30.000000000 +0200
@@ -1,4 +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>
+url="https://docs.kde.org/";>https://docs.kde.org/</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/ccbysa4-notice.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/ccbysa4-notice.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/ccbysa4-notice.docbook   
1970-01-01 01:00:00.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/ccbysa4-notice.docbook   
2019-04-07 09:27:30.000000000 +0200
@@ -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>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/fdl-notice.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/fdl-notice.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/fdl-notice.docbook       
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/fdl-notice.docbook       
2019-04-07 09:27:30.000000000 +0200
@@ -23,11 +23,9 @@
 
     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>
+<para>Perizinan telah dikabulkan untuk menyalin, mendistribusikan, dan/atau 
memodifikasi dokumen ini di bawah ketentuan lisensi GNU Free Documentation 
License, Versi 1.2 atau versi yang lebih baru yang diterbitkan oleh Free 
Software
+Foundation; dengan &FDLInvariantSections;, dengan &FDLFrontCoverText;, dan
+dengan &FDLBackCoverText;.  Sebuah salinan lisensi telah disertakan dalam 
<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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/gpl-notice.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/gpl-notice.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/gpl-notice.docbook       
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/gpl-notice.docbook       
2019-04-07 09:27:30.000000000 +0200
@@ -23,11 +23,9 @@
 
     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>
+<para>Perizinan telah dikabulkan untuk menyalin, mendistribusikan, dan/atau 
memodifikasi dokumen ini di bawah ketentuan lisensi GNU Free Documentation 
License, Versi 1.2 atau versi yang lebih baru yang diterbitkan oleh Free 
Software
+Foundation; dengan &FDLInvariantSections;, dengan &FDLFrontCoverText;, dan
+dengan &FDLBackCoverText;.  Sebuah salinan lisensi telah disertakan dalam 
<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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/help-menu.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/help-menu.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/help-menu.docbook        
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/help-menu.docbook        
2019-04-07 09:27:30.000000000 +0200
@@ -5,12 +5,11 @@
 <shortcut>
 <keycombo action="simul"><keycap>F1</keycap></keycombo>
 </shortcut>
-<guimenu>Help</guimenu>
-<guimenuitem>Contents...</guimenuitem>
+<guimenu>Bantuan</guimenu>
+<guimenuitem>Daftar Isi...</guimenuitem>
 </menuchoice>
 </term>
-<listitem><para><action>Invokes the KDE Help system</action> starting at the
-&kcron; help pages. (this document).</para></listitem>
+<listitem><para><action>Meminta sistem Bantuan KDE</action> memulai di halaman 
bantuan &kcron;. (dokumen ini).</para></listitem>
 </varlistentry>
 
 <varlistentry>
@@ -18,41 +17,35 @@
 <shortcut>
 <keycombo action="simul">&Shift;<keycap>F1</keycap></keycombo>
 </shortcut>
-<guimenu>Help</guimenu>
-<guimenuitem>What's This?</guimenuitem>
+<guimenu>Bantuan</guimenu>
+<guimenuitem>Apakah Ini?</guimenuitem>
 </menuchoice>
 </term>
-<listitem><para><action>Changes the mouse cursor to a combination arrow and
-question mark.</action>  Clicking on items within &kappname; will open a help
-window (if one exists for the particular item) explaining the item's
-function.</para></listitem>
+<listitem><para><action>Mengubah kursor mouse menjadi sebuah kombinasi panah 
dan tanda tanya.</action>  Mengeklik pada item di dalam &kappname; akan membuka 
sebuah window bantuan (jika ada untuk item tertentu) misalnya fungsi.</aining 
the item'spara></listitem>
 </varlistentry>
 
 
 <varlistentry>
 <term><menuchoice>
-<guimenu>Help</guimenu>
-<guimenuitem>Report Bug...</guimenuitem>
+<guimenu>Bantuan</guimenu>
+<guimenuitem>Laporkan 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>
+<listitem><para><action>Membukakan dialog pelaporan Bug</action> di mana kamu 
bisa melaporkan sebuah bug atau meminta sebuah <quote>wishlist</quote> 
fitur.</para></listitem>
 </varlistentry>
 
 <varlistentry>
 <term><menuchoice>
-<guimenu>Help</guimenu>
-<guimenuitem>About &kappname;</guimenuitem>
+<guimenu>Bantuan</guimenu>
+<guimenuitem>Tentang &kappname;</guimenuitem>
 </menuchoice></term>
-<listitem><para><action>This will display version and author
-information.</action></para></listitem>
+<listitem><para><action>Ini akan mendisplaikan informasi versi dan 
penulis.</action></para></listitem>
 </varlistentry>
 
 <varlistentry>
 <term><menuchoice>
-<guimenu>Help</guimenu>
-<guimenuitem>About KDE</guimenuitem>
+<guimenu>Bantuan</guimenu>
+<guimenuitem>Tentang KDE</guimenuitem>
 </menuchoice></term>
-<listitem><para><action>This displays the KDE version and other basic
-information.</action></para></listitem>
+<listitem><para><action>Ini mendisplaikan informasi versi KDE dan informasi 
lain yang mendasari.</action></para></listitem>
 </varlistentry>
 </variablelist>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/install-compile.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/install-compile.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/install-compile.docbook  
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/install-compile.docbook  
2019-04-07 09:27:30.000000000 +0200
@@ -1,12 +1,10 @@
-<para>In order to compile and install &kappname; on your system, type the
-following in the base directory of the &kappname; distribution:</para>
+<para>Agar terkompil dan terinstalnya &kappname; pada sistemmu, ketiklah 
berikut ini di dalam direktori basisnya distribusi &kappname;:</para>
 
 <screen><prompt>%</prompt> 
<userinput><command>./configure</command></userinput>
 <prompt>%</prompt> <userinput><command>make</command></userinput>
 <prompt>%</prompt> <userinput><command>make</command> install</userinput>
 </screen>
 
-<para>Since &kappname; uses <command>autoconf</command> and
-<command>automake</command> you should have no trouble compiling it. Should you
-run into problems please report them to the &kde; mailing lists.</para>
+<para>Semenjak &kappname; menggunakan <command>autoconf</command> dan
+<command>automake</command> kamu seharusnya tidak memiliki masalah dalam 
mengkompilnya. Jika memang kamu mengalami masalah harap laporkan ke milis 
&kde;.</para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/install-intro.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/install-intro.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/install-intro.docbook    
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/install-intro.docbook    
2019-04-07 09:27:30.000000000 +0200
@@ -1,6 +1,5 @@
 <!-- requires that packagename is defined in the documentation prologue -->
-<para>&kappname; is part of the &kde; project &kde-http;.</para>
+<para>&kappname; adalah bagian dari projek &kde; &kde-http;.</para>
 
-<para>&kappname; can be found in the &package; package on 
-&kde-ftp;, the main &FTP; site of the &kde;
-project.</para>
+<para>&kappname; bisa ditemukan di dalam paket &package; pada
+&kde-ftp;, situs &FTP; utama dari projek &kde;.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/lgpl-notice.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/lgpl-notice.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/lgpl-notice.docbook      
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/lgpl-notice.docbook      
2019-04-07 09:27:30.000000000 +0200
@@ -23,11 +23,9 @@
 
     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>
+<para>Perizinan telah dikabulkan untuk menyalin, mendistribusikan, dan/atau 
memodifikasi dokumen ini di bawah ketentuan lisensi GNU Free Documentation 
License, Versi 1.2 atau versi yang lebih baru yang diterbitkan oleh Free 
Software
+Foundation; dengan &FDLInvariantSections;, dengan &FDLFrontCoverText;, dan
+dengan &FDLBackCoverText;.  Sebuah salinan lisensi telah disertakan dalam 
<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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/underArtisticLicense.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/underArtisticLicense.docbook
--- 
old/kdoctools-5.56.0/src/customization/id/entities/underArtisticLicense.docbook 
    2019-03-02 14:39:03.000000000 +0100
+++ 
new/kdoctools-5.57.0/src/customization/id/entities/underArtisticLicense.docbook 
    2019-04-07 09:27:30.000000000 +0200
@@ -1,2 +1,2 @@
-<para>This program is licensed under the terms of the <ulink
+<para>Program ini dilisensikan di bawah ketentuan lisensi <ulink
 type="commondoc" url="artistic-license.html">Artistic License</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/underBSDLicense.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/underBSDLicense.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/underBSDLicense.docbook  
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/underBSDLicense.docbook  
2019-04-07 09:27:30.000000000 +0200
@@ -1,2 +1,2 @@
-<para>This program is licensed under the terms of the <ulink
+<para>Program ini dilisensikan di bawah ketentuan lisensi <ulink
 type="commondoc" url="bsd-license.html">BSD License</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/underCCBYSA4.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/underCCBYSA4.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/underCCBYSA4.docbook     
1970-01-01 01:00:00.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/underCCBYSA4.docbook     
2019-04-07 09:27:30.000000000 +0200
@@ -0,0 +1,2 @@
+<para id="cc-by-sa-4" xreflabel="the credits and license section">Dokumentasi 
ini dilisensikan di bawah ketentuan lisensi <ulink type="commondoc" 
url="ccbysa4-license.html">Creative
+Commons Attribution-ShareAlike 4.0 International</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/underFDL.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/underFDL.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/underFDL.docbook 
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/underFDL.docbook 
2019-04-07 09:27:30.000000000 +0200
@@ -1,4 +1,4 @@
 <para id="gnu-fdl" xreflabel="the section entitled &quot;GNU Free Documentation
-License&quot;">This documentation is licensed under the terms of the <ulink
+License&quot;">Dokumentasi ini dilisensikan di bawah ketentuan lisensi <ulink
 type="commondoc" url="fdl-license.html">GNU Free Documentation
 License</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/underGPL.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/underGPL.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/underGPL.docbook 
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/underGPL.docbook 
2019-04-07 09:27:30.000000000 +0200
@@ -1,2 +1,2 @@
-<para>This program is licensed under the terms of the <ulink
+<para>Program ini dilisensikan di bawah ketentuan lisensi <ulink
 type="commondoc" url="gpl-license.html">GNU General Public 
License</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/underLGPL.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/underLGPL.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/underLGPL.docbook        
1970-01-01 01:00:00.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/underLGPL.docbook        
2019-04-07 09:27:30.000000000 +0200
@@ -0,0 +1,2 @@
+<para>Program ini dilisensikan di bawah ketentuan lisensi <ulink
+type="commondoc" url="lgpl-license.html">GNU Lesser General Public 
License</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/underX11License.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/underX11License.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/underX11License.docbook  
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/underX11License.docbook  
2019-04-07 09:27:30.000000000 +0200
@@ -1,2 +1,2 @@
-<para>This program is licensed under the terms of the <ulink
+<para>Program ini dilisensikan di bawah ketentuan lisensi <ulink
 type="commondoc" url="x11-license.html">X11 License</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/entities/update-doc.docbook 
new/kdoctools-5.57.0/src/customization/id/entities/update-doc.docbook
--- old/kdoctools-5.56.0/src/customization/id/entities/update-doc.docbook       
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/entities/update-doc.docbook       
2019-04-07 09:27:30.000000000 +0200
@@ -1,4 +1,4 @@
-<!--<para>This document may have been updated since your installation.
-Check at <ulink
+<!--<para>Dokumen ini mungkin telah diupdate semenjak penginstalanmu.
+Periksalah <ulink
 
url="http://docs.kde.org/page#&kappname;";>http://docs.kde.org/page#&kappname;</ulink>
-to see if there is a newer version.</para> -->
+untuk melihat apakah ada versi yang lebih baru.</para> -->
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/src/customization/id/lang.entities 
new/kdoctools-5.57.0/src/customization/id/lang.entities
--- old/kdoctools-5.56.0/src/customization/id/lang.entities     2019-03-02 
14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/lang.entities     2019-04-07 
09:27:30.000000000 +0200
@@ -1,3 +1,5 @@
+<!-- Do NOT change this file: it provides important defaults -->
+<!-- test -->
 <!ENTITY language "id">
 
 <!-- These entities should be translated, should therefore be stored
@@ -10,39 +12,42 @@
      text                                                          -->
 
 <!-- Licence links -->
-<!ENTITY underGPL           PUBLIC "-//KDE//DOCUMENT GPL Licence 
Declaration//ID"
+<!ENTITY underGPL           PUBLIC "-//KDE//DOCUMENT GPL Licence 
Declaration//EN"
   "entities/underGPL.docbook"                       ><!-- level: para -->
-<!ENTITY underCCBYSA4       PUBLIC "-//KDE//DOCUMENT CC BY-SA 4.0 Licence 
Declaration//ID"
-  "../en/entities/underCCBYSA4.docbook"                   ><!-- level: para -->
-<!ENTITY underFDL           PUBLIC "-//KDE//DOCUMENT FDL Licence 
Declaration//ID"
+<!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//ID"
+<!ENTITY underBSDLicense    PUBLIC "-//KDE//DOCUMENT BSD Licence 
Declaration//EN"
   "entities/underBSDLicense.docbook"                ><!-- level: para -->
-<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence 
Declaration//ID"
+<!ENTITY underArtisticLicense PUBLIC "-//KDE//DOCUMENT Artistic Licence 
Declaration//EN"
   "entities/underArtisticLicense.docbook"           ><!-- level: para -->
-<!ENTITY underX11License    PUBLIC "-//KDE//DOCUMENT X11 Licence 
Declaration//ID"
+<!ENTITY underX11License    PUBLIC "-//KDE//DOCUMENT X11 Licence 
Declaration//EN"
   "entities/underX11License.docbook"                ><!-- level: para -->
 
-<!ENTITY reporting.bugs     PUBLIC "-//KDE//DOCUMENT Report Bugs//ID"
+<!ENTITY reporting.bugs     PUBLIC "-//KDE//DOCUMENT Report Bugs//EN"
   "entities/report-bugs.docbook"                       ><!-- level: ? -->
-<!ENTITY updating.documentation PUBLIC "-//KDE//DOCUMENT Updating 
Documentation//ID"
+<!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//ID"
+<!ENTITY help.menu.documentation PUBLIC "-//KDE//DOCUMENT Help Menu 
Documentation//EN"
   "entities/help-menu.docbook"                      ><!-- level: variablelist 
-->
-<!ENTITY install.intro.documentation PUBLIC "-//KDE//DOCUMENT Installation 
General Information//ID"
+
+<!-- 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//ID"
+<!ENTITY install.compile.documentation PUBLIC "-//KDE//DOCUMENT Compilation 
Instructions//EN"
   "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//ID"
-         "../en/entities/ccbysa4-notice.docbook">
+<!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//ID"
+<!ENTITY FDLNotice PUBLIC "-//KDE//DOCUMENT GNU Free Documentation Notice//EN"
          "entities/fdl-notice.docbook">
 <!-- meant to be included, so no NDATA or CDATA (why?) -->
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/id/strings.entities 
new/kdoctools-5.57.0/src/customization/id/strings.entities
--- old/kdoctools-5.56.0/src/customization/id/strings.entities  2019-03-02 
14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/strings.entities  2019-04-07 
09:27:30.000000000 +0200
@@ -3,22 +3,22 @@
      Translate everything between quotes, except names of general 
      entities (&...;). -->
 
-<!ENTITY kappname "this application">
+<!ENTITY kappname "aplikasi ini">
 <!-- 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 FDLISTitles "DAFTAR JUDUL-JUDULNYA"><!-- keep capitals -->
+<!ENTITY FDLInvariantSections "Invariant Sections menjadi &FDLISTitles;">
  ]]>
-<!ENTITY FDLInvariantSections "no Invariant Sections">
+<!ENTITY FDLInvariantSections "tanpa Invariant Sections">
 <![%FDLFCT;[
-<!ENTITY FDLFCTTitles "LIST"><!-- keep capitals -->
-<!ENTITY FDLFrontCoverText "the Front-Cover Texts being &FDLFCTTitles;">
+<!ENTITY FDLFCTTitles "DAFTAR"><!-- keep capitals -->
+<!ENTITY FDLFrontCoverText "Front-Cover Texts menjadi &FDLFCTTitles;">
  ]]>
-<!ENTITY FDLFrontCoverText "no Front-Cover Texts">
+<!ENTITY FDLFrontCoverText "tanpa Front-Cover Texts">
 <![%FDLBCT;[
-<!ENTITY FDLBCTTitles "LIST THEIR TITLES"><!-- keep capitals -->
-<!ENTITY FDLBackCoverText "the Back-Cover Texts being &FDLBCTTitles;">
+<!ENTITY FDLBCTTitles "DAFTAR JUDUL-JUDULNYA"><!-- keep capitals -->
+<!ENTITY FDLBackCoverText "Back-Cover Texts menjadi &FDLBCTTitles;">
  ]]>
-<!ENTITY FDLBackCoverText "no Back-Cover Texts">
+<!ENTITY FDLBackCoverText "tanpa Back-Cover Texts">
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/src/customization/id/user.entities 
new/kdoctools-5.57.0/src/customization/id/user.entities
--- old/kdoctools-5.56.0/src/customization/id/user.entities     2019-03-02 
14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/id/user.entities     2019-04-07 
09:27:30.000000000 +0200
@@ -6,3 +6,54 @@
      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>Turun</keysym>"> <!-- Cursor key-->
+<!ENTITY dpi   '<acronym>dpi</acronym>'>
+<!ENTITY eg     "<abbrev>misal</abbrev>">
+<!ENTITY End   "<keycap>End</keycap>">
+<!ENTITY Enter "<keysym>Enter</keysym>">
+<!ENTITY Esc   "<keycap>Esc</keycap>">
+<!ENTITY etc    "<abbrev>dll.</abbrev>">
+<!ENTITY FAQ   '<acronym>FAQ</acronym>'>
+<!ENTITY Home  "<keycap>Home</keycap>">
+<!ENTITY ie     "<abbrev>yaitu</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>Kiri</keysym>"> <!-- Cursor key-->
+<!ENTITY LMB    "tombol mouse <mousebutton>kiri</mousebutton>">
+<!ENTITY Meta  "<keysym>Meta</keysym>"> <!-- Super key or Windows key -->
+<!ENTITY MMB    "tombol mouse <mousebutton>tengah</mousebutton>">
+<!ENTITY OS    "sistem operasi"><!-- <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>Kanan</keysym>"> <!-- Cursor key-->
+<!ENTITY RMB    "tombol mouse <mousebutton>kanan</mousebutton>">
+<!ENTITY Shift "<keycap>Shift</keycap>">
+<!ENTITY Space "<keysym>Spasi</keysym>">
+<!ENTITY systemsettings        "<application>System Settings</application>">
+<!ENTITY systemtray "<application>system tray</application>">
+<!ENTITY Tab   "<keycap>Tab</keycap>">
+<!ENTITY Up    "<keysym>Naik</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  "menu <guimenu>K</guimenu>">
+<!ENTITY kde-sc        "&kde; <acronym>SC</acronym>">
+<!ENTITY kde-sc-full   "<productname>&kde; Software Compilation</productname>">
+<!ENTITY plasma-active "<productname>&kde; Plasma Active</productname>">
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/it/entities/install-compile.docbook 
new/kdoctools-5.57.0/src/customization/it/entities/install-compile.docbook
--- old/kdoctools-5.56.0/src/customization/it/entities/install-compile.docbook  
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/it/entities/install-compile.docbook  
2019-04-07 09:27:30.000000000 +0200
@@ -1,8 +1,9 @@
 <!-- Entity is deprecated and should be removed in Frameworks 6-->
 
-<para>Per informazioni su come compilare e installare le
-applicazioni &kde;, consulta <ulink url="http://techbase.kde.org/";>
-&kde; Techbase</ulink></para>
+<para>Per informazioni su come compilare e installare le applicazioni &kde;,
+consulta il
+<ulink url="https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source";>
+wiki della comunità di &kde;</ulink>.</para>
 
 <para>Siccome &kde; usa <command>cmake</command> non dovresti avere problemi a
 compilarle. Se invece dovessi incontrarne, segnalali alle liste di
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/it/entities/install-intro.docbook 
new/kdoctools-5.57.0/src/customization/it/entities/install-intro.docbook
--- old/kdoctools-5.56.0/src/customization/it/entities/install-intro.docbook    
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/it/entities/install-intro.docbook    
2019-04-07 09:27:30.000000000 +0200
@@ -4,5 +4,5 @@
  -->
 <para>&kappname; fa parte del progetto &kde; &kde-http;.</para>
 
-<para>Puoi trovare &kappname; nel <ulink url="http://download.kde.org/";>
+<para>Puoi trovare &kappname; nel <ulink url="https://download.kde.org/";>
 sito per lo scaricamento dei programmi</ulink> del progetto &kde;.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/it/entities/update-doc.docbook 
new/kdoctools-5.57.0/src/customization/it/entities/update-doc.docbook
--- old/kdoctools-5.56.0/src/customization/it/entities/update-doc.docbook       
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/it/entities/update-doc.docbook       
2019-04-07 09:27:30.000000000 +0200
@@ -1,3 +1,3 @@
 <para>Questo documento potrebbe essere stato aggiornato dal momento
 dell'installazione. Puoi trovarne l'ultima versione su
-<ulink url="http://docs.kde.org/";>http://docs.kde.org/</ulink>.</para>
+<ulink url="https://docs.kde.org/";>https://docs.kde.org/</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/uk/entities/install-compile.docbook 
new/kdoctools-5.57.0/src/customization/uk/entities/install-compile.docbook
--- old/kdoctools-5.56.0/src/customization/uk/entities/install-compile.docbook  
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/uk/entities/install-compile.docbook  
2019-04-07 09:27:30.000000000 +0200
@@ -1,4 +1,4 @@
-<para>Докладні відомості щодо збирання і встановлення програм &kde; можна 
знайти на сторінці <ulink url="http://techbase.kde.org/";>Techbase 
KDE</ulink>.</para>
+<para>Докладні відомості щодо збирання і встановлення програм &kde; можна 
знайти на сторінці <ulink 
url="https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source";>вікі 
спільноти KDE</ulink>.</para>
 
 <para>Оскільки для збирання &kappname; використовується 
<command>cmake</command>, у вас не повинно виникнути проблем зі збиранням. Якщо 
такі проблеми все ж виникнуть, будь ласка, повідомте про них до списків 
листування розробників &kde;.</para>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/uk/entities/install-intro.docbook 
new/kdoctools-5.57.0/src/customization/uk/entities/install-intro.docbook
--- old/kdoctools-5.56.0/src/customization/uk/entities/install-intro.docbook    
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/uk/entities/install-intro.docbook    
2019-04-07 09:27:30.000000000 +0200
@@ -1,5 +1,5 @@
 <!-- requires that packagename is defined in the documentation prologue -->
 <para>&kappname; є частиною проекту &kde;, &kde-http;.</para>
 
-<para>&kappname; можна знайти на <ulink url="http://download.kde.org/";>сайті 
+<para>&kappname; можна знайти на <ulink url="https://download.kde.org/";>сайті 
 отримання даних</ulink> проекту &kde;.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdoctools-5.56.0/src/customization/uk/entities/update-doc.docbook 
new/kdoctools-5.57.0/src/customization/uk/entities/update-doc.docbook
--- old/kdoctools-5.56.0/src/customization/uk/entities/update-doc.docbook       
2019-03-02 14:39:03.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/uk/entities/update-doc.docbook       
2019-04-07 09:27:30.000000000 +0200
@@ -1,3 +1,3 @@
 <para>Можливо, цей документ було оновлено з часу, коли ви встановили програму.
 Останню версію цього документа ви можете знайти за адресою <ulink
-url="http://docs.kde.org/";>http://docs.kde.org/</ulink>.</para>
\ No newline at end of file
+url="https://docs.kde.org/";>https://docs.kde.org/</ulink>.</para>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/src/customization/xsl/id.xml 
new/kdoctools-5.57.0/src/customization/xsl/id.xml
--- old/kdoctools-5.56.0/src/customization/xsl/id.xml   1970-01-01 
01:00:00.000000000 +0100
+++ new/kdoctools-5.57.0/src/customization/xsl/id.xml   2019-04-07 
09:27:30.000000000 +0200
@@ -0,0 +1,10 @@
+<l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0";>
+<l:l10n language="id" english-language-name="Indonesian">
+
+   <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>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.56.0/src/template.docbook 
new/kdoctools-5.57.0/src/template.docbook
--- old/kdoctools-5.56.0/src/template.docbook   2019-03-02 14:39:03.000000000 
+0100
+++ new/kdoctools-5.57.0/src/template.docbook   2019-04-07 09:27:30.000000000 
+0200
@@ -508,7 +508,7 @@
 or the ChangeLog file, or ... -->
 <para>
 You can find a list of changes at <ulink
-url="http://apps.kde.org/kapp";>http://apps.kde.org/kapp</ulink>.
+url="https://apps.kde.org/kapp";>https://apps.kde.org/kapp</ulink>.
 </para>
 </sect1>
 


Reply via email to