Hello community,

here is the log from the commit of package akregator for openSUSE:Factory 
checked in at 2019-02-14 14:14:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/akregator (Old)
 and      /work/SRC/openSUSE:Factory/.akregator.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "akregator"

Thu Feb 14 14:14:00 2019 rev:30 rq:673679 version:18.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/akregator/akregator.changes      2019-01-21 
10:10:13.714686811 +0100
+++ /work/SRC/openSUSE:Factory/.akregator.new.28833/akregator.changes   
2019-02-14 14:14:06.768199170 +0100
@@ -1,0 +2,10 @@
+Sat Feb 09 08:24:47 UTC 2019 - lbeltr...@kde.org
+
+- Update to 18.12.2
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.2.php
+- Changes since 18.12.1:
+  * No code changes since 18.12.1
+
+-------------------------------------------------------------------

Old:
----
  akregator-18.12.1.tar.xz

New:
----
  akregator-18.12.2.tar.xz

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

Other differences:
------------------
++++++ akregator.spec ++++++
--- /var/tmp/diff_new_pack.ZyIyUg/_old  2019-02-14 14:14:07.616198752 +0100
+++ /var/tmp/diff_new_pack.ZyIyUg/_new  2019-02-14 14:14:07.616198752 +0100
@@ -21,7 +21,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           akregator
-Version:        18.12.1
+Version:        18.12.2
 Release:        0
 Summary:        RSS Feed Reader
 License:        GPL-2.0-or-later

++++++ akregator-18.12.1.tar.xz -> akregator-18.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/CMakeLists.txt 
new/akregator-18.12.2/CMakeLists.txt
--- old/akregator-18.12.1/CMakeLists.txt        2019-01-08 01:18:39.000000000 
+0100
+++ new/akregator-18.12.2/CMakeLists.txt        2019-02-05 01:46:28.000000000 
+0100
@@ -1,5 +1,5 @@
 cmake_minimum_required(VERSION 3.1)
-set(KDEPIM_VERSION_NUMBER "5.10.1")
+set(KDEPIM_VERSION_NUMBER "5.10.2")
 project(akregator VERSION ${KDEPIM_VERSION_NUMBER})
 
 set(KF5_VERSION "5.51.0")
@@ -40,13 +40,13 @@
 
 set(QT_REQUIRED_VERSION "5.9.0")
 
-set(KONTACTINTERFACE_LIB_VERSION "5.10.1")
-set(KPIMTEXTEDIT_LIB_VERSION "5.10.1")
-set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.10.1")
-set(LIBKDEPIM_LIB_VERSION_LIB "5.10.1")
-set(LIBKLEO_LIB_VERSION_LIB "5.10.1")
-set(MESSAGELIB_LIB_VERSION_LIB "5.10.1")
-set(PIMCOMMON_LIB_VERSION_LIB "5.10.1")
+set(KONTACTINTERFACE_LIB_VERSION "5.10.2")
+set(KPIMTEXTEDIT_LIB_VERSION "5.10.2")
+set(LIBGRANTLEETHEME_LIB_VERSION_LIB "5.10.2")
+set(LIBKDEPIM_LIB_VERSION_LIB "5.10.2")
+set(LIBKLEO_LIB_VERSION_LIB "5.10.2")
+set(MESSAGELIB_LIB_VERSION_LIB "5.10.2")
+set(PIMCOMMON_LIB_VERSION_LIB "5.10.2")
 
 find_package(Qt5 ${QT_REQUIRED_VERSION} CONFIG REQUIRED Widgets Test WebEngine 
WebEngineWidgets PrintSupport)
 find_package(Grantlee5 "5.1" CONFIG REQUIRED)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-18.12.1/configuration/akregator_config_plugins.desktop 
new/akregator-18.12.2/configuration/akregator_config_plugins.desktop
--- old/akregator-18.12.1/configuration/akregator_config_plugins.desktop        
2019-01-06 08:44:11.000000000 +0100
+++ new/akregator-18.12.2/configuration/akregator_config_plugins.desktop        
2019-01-28 08:40:33.000000000 +0100
@@ -100,6 +100,7 @@
 Comment[pl]=Ustawienia wtyczek
 Comment[pt]=Configurar os 'Plugins'
 Comment[pt_BR]=Configurar plugins
+Comment[ru]=Настроить подключаемые модули
 Comment[sk]=Nastaviť pluginy
 Comment[sl]=Nastavi vstavke
 Comment[sr]=Подешавање прикључака
@@ -132,6 +133,7 @@
 X-KDE-Keywords[pl]=akregator, konfiguruj, ustawienia, webEngine, wtyczki
 X-KDE-Keywords[pt]=akregator, configurar, configuração, motor Web, 'plugins'
 X-KDE-Keywords[pt_BR]=akregator, configurar, configurações, mecanismo Web, 
plugins
+X-KDE-Keywords[ru]=akregator, configure, settings, webEngine, plugins, 
настроить, настройки, модули
 X-KDE-Keywords[sk]=akregator, nastaviť, nastavenia, webEngine, pluginy
 X-KDE-Keywords[sl]=akregator, nastavi, nastavitve, spletni pogon, vstavki
 
X-KDE-Keywords[sr]=akregator,configure,settings,webEngine,plugins,Акрегатор,подешавање,поставке,веб
 мотор,прикључци
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/po/ca@valencia/akregator.po 
new/akregator-18.12.2/po/ca@valencia/akregator.po
--- old/akregator-18.12.1/po/ca@valencia/akregator.po   2019-01-08 
01:18:38.000000000 +0100
+++ new/akregator-18.12.2/po/ca@valencia/akregator.po   2019-02-05 
01:46:26.000000000 +0100
@@ -38,13 +38,13 @@
 msgid ""
 "Feed readers provide a convenient way to browse different kinds of content, "
 "including news, blogs, and other content from online sites. Instead of "
-"checking all your favorite web sites manually for updates, Akregator collects 
"
-"the content for you."
+"checking all your favorite web sites manually for updates, Akregator "
+"collects the content for you."
 msgstr ""
 "Els lectors de fonts proporcionen una manera adequada de veure diferents "
-"classes de continguts, incloent-hi notícies, blogs i altre contingut des dels 
"
-"llocs web. En lloc de comprovar manualment les actualitzacions a tots els "
-"llocs web preferits, l'Akregator recupera els continguts per vós."
+"classes de continguts, incloent-hi notícies, blogs i altre contingut des "
+"dels llocs web. En lloc de comprovar manualment les actualitzacions a tots "
+"els llocs web preferits, l'Akregator recupera els continguts per vós."
 
 #: src/about/introduction_akregator.html:19 src/html.cpp:4
 msgid ""
@@ -314,7 +314,8 @@
 #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LMBBehaviour)
 #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MMBBehaviour)
 #: configuration/ui/settings_browser.ui:28
-#: configuration/ui/settings_browser.ui:54 
src/actions/actionmanagerimpl.cpp:333
+#: configuration/ui/settings_browser.ui:54
+#: src/actions/actionmanagerimpl.cpp:333
 #, kde-format
 msgid "Open in Tab"
 msgstr "Obri en una pestanya"
@@ -322,7 +323,8 @@
 #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LMBBehaviour)
 #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MMBBehaviour)
 #: configuration/ui/settings_browser.ui:33
-#: configuration/ui/settings_browser.ui:59 
src/actions/actionmanagerimpl.cpp:339
+#: configuration/ui/settings_browser.ui:59
+#: src/actions/actionmanagerimpl.cpp:339
 #, kde-format
 msgid "Open in Background Tab"
 msgstr "Obri en una pestanya de fons"
@@ -330,7 +332,8 @@
 #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_LMBBehaviour)
 #. i18n: ectx: property (text), item, widget (KComboBox, kcfg_MMBBehaviour)
 #: configuration/ui/settings_browser.ui:38
-#: configuration/ui/settings_browser.ui:64 
src/actions/actionmanagerimpl.cpp:345
+#: configuration/ui/settings_browser.ui:64
+#: src/actions/actionmanagerimpl.cpp:345
 #, kde-format
 msgid "Open in External Browser"
 msgstr "Obri en un navegador extern"
@@ -823,8 +826,8 @@
 #: interfaces/akregator.kcfg:190
 #, kde-format
 msgid ""
-"Open a link which would normally open in a new window (external browser) in a 
"
-"new tab instead"
+"Open a link which would normally open in a new window (external browser) in "
+"a new tab instead"
 msgstr ""
 "Obri un enllaç que normalment s'obriria en una finestra nova (navegador "
 "extern) en una pestanya nova"
@@ -1513,8 +1516,8 @@
 #, kde-format
 msgid "Unable to load storage backend plugin \"%1\". No feeds are archived."
 msgstr ""
-"No s'ha pogut carregar el connector del dorsal d'emmagatzematge «%1». No s'ha 
"
-"arxivat cap font."
+"No s'ha pogut carregar el connector del dorsal d'emmagatzematge «%1». No "
+"s'ha arxivat cap font."
 
 #: src/akregator_part.cpp:221
 #, kde-format
@@ -1593,11 +1596,11 @@
 #: src/articlelistview.cpp:400
 #, kde-format
 msgid ""
-"<h2>Article list</h2>Here you can browse articles from the currently selected 
"
-"feed. You can also manage articles, as marking them as persistent (\"Mark as "
-"Important\") or delete them, using the right mouse button menu. To view the "
-"web page of the article, you can open the article internally in a tab or in "
-"an external browser window."
+"<h2>Article list</h2>Here you can browse articles from the currently "
+"selected feed. You can also manage articles, as marking them as persistent "
+"(\"Mark as Important\") or delete them, using the right mouse button menu. "
+"To view the web page of the article, you can open the article internally in "
+"a tab or in an external browser window."
 msgstr ""
 "<h2>Llista d'articles</h2>Ací podeu navegar pels articles de la font "
 "seleccionada. Podeu gestionar els articles, marcar-los com a persistents "
@@ -1713,8 +1716,8 @@
 "<qt>Are you sure you want to delete this folder and its feeds and subfolders?"
 "</qt>"
 msgstr ""
-"<qt>Esteu segur que voleu suprimir aquesta carpeta així com les seues fonts i 
"
-"subcarpetes?</qt>"
+"<qt>Esteu segur que voleu suprimir aquesta carpeta així com les seues fonts "
+"i subcarpetes?</qt>"
 
 #: src/command/deletesubscriptioncommand.cpp:54
 #, kde-format
@@ -1816,8 +1819,8 @@
 "<qt>The standard feed list is corrupted (invalid XML). Could not create a "
 "backup.</qt>"
 msgstr ""
-"<qt>La llista de fonts estàndard s'ha fet malbé (XML no vàlid). No s'ha pogut 
"
-"crear cap còpia de seguretat.</qt>"
+"<qt>La llista de fonts estàndard s'ha fet malbé (XML no vàlid). No s'ha "
+"pogut crear cap còpia de seguretat.</qt>"
 
 #: src/crashwidget/crashwidget.cpp:34
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/po/cs/akregator.po 
new/akregator-18.12.2/po/cs/akregator.po
--- old/akregator-18.12.1/po/cs/akregator.po    2019-01-08 01:18:38.000000000 
+0100
+++ new/akregator-18.12.2/po/cs/akregator.po    2019-02-05 01:46:26.000000000 
+0100
@@ -1585,7 +1585,7 @@
 #: src/articlelistview.cpp:232
 #, kde-format
 msgid "No result found"
-msgstr ""
+msgstr "Nebyl nalezen žádný výsledek"
 
 #: src/articlelistview.cpp:400
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/po/es/akregator.po 
new/akregator-18.12.2/po/es/akregator.po
--- old/akregator-18.12.1/po/es/akregator.po    2019-01-08 01:18:38.000000000 
+0100
+++ new/akregator-18.12.2/po/es/akregator.po    2019-02-05 01:46:26.000000000 
+0100
@@ -12,20 +12,20 @@
 # Dario Andres Rodriguez <andrebajotie...@gmail.com>, 2009.
 # Eloy Cuadra <ecua...@eloihr.net>, 2009, 2010.
 # Javier Viñal <fjvi...@gmail.com>, 2010, 2012, 2013.
-# Javier Vinal <fjvinalgmail.com>, 2010, 2011, 2012, 2014, 2015, 2016, 2017, 
2018.
+# Javier Vinal <fjvinalgmail.com>, 2010, 2011, 2012, 2014, 2015, 2016, 2017, 
2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-01-05 07:24+0100\n"
-"PO-Revision-Date: 2018-04-22 22:45+0100\n"
+"PO-Revision-Date: 2019-01-14 17:26+0100\n"
 "Last-Translator: Javier Vinal <fjvi...@gmail.com>\n"
 "Language-Team: Spanish <kde-l10n...@kde.org>\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 
 #, kde-format
@@ -1599,7 +1599,7 @@
 #: src/articlelistview.cpp:232
 #, kde-format
 msgid "No result found"
-msgstr ""
+msgstr "No se ha encontrado ningún resultado"
 
 #: src/articlelistview.cpp:400
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/po/fr/akregator.po 
new/akregator-18.12.2/po/fr/akregator.po
--- old/akregator-18.12.1/po/fr/akregator.po    2019-01-08 01:18:38.000000000 
+0100
+++ new/akregator-18.12.2/po/fr/akregator.po    2019-02-05 01:46:26.000000000 
+0100
@@ -9,7 +9,7 @@
 # Mickael Sibelle <kim...@gmail.com>, 2008.
 # Bruno Patri <bruno.pa...@gmail.com>, 2008.
 # Nicolas Ternisien <nternis...@meilleurtaux.com>, 2008, 2010, 2012.
-# Maxime Corteel <maxime.cort...@gadz.org>, 2013, 2015, 2016, 2017, 2018.
+# Maxime Corteel <maxime.cort...@gadz.org>, 2013, 2015, 2016, 2017, 2018, 2019.
 # Sebastien Renard <ren...@kde.org>, 2013, 2016.
 # xavier <xavier.besn...@neuf.fr>, 2013, 2014.
 # Vincent Pinon <vpi...@kde.org>, 2018.
@@ -26,7 +26,7 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "X-Environment: kde\n"
 "X-Accelerator-Marker: &\n"
 "X-Text-Markup: kde4\n"
@@ -1613,7 +1613,7 @@
 #: src/articlelistview.cpp:232
 #, kde-format
 msgid "No result found"
-msgstr ""
+msgstr "Aucun résultat trouvé"
 
 #: src/articlelistview.cpp:400
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/po/pl/akregator.po 
new/akregator-18.12.2/po/pl/akregator.po
--- old/akregator-18.12.1/po/pl/akregator.po    2019-01-08 01:18:38.000000000 
+0100
+++ new/akregator-18.12.2/po/pl/akregator.po    2019-02-05 01:46:26.000000000 
+0100
@@ -6,20 +6,20 @@
 # Robert Gomulka <r...@o2.pl>, 2006, 2007.
 # Marta Rybczyńska <kde-i...@rybczynska.net>, 2008, 2010.
 # Maciej Wikło <maciej.wi...@wp.pl>, 2010.
-# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2013, 2014, 
2015, 2016, 2017, 2018.
+# Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>, 2011, 2012, 2013, 2014, 
2015, 2016, 2017, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-01-05 07:24+0100\n"
-"PO-Revision-Date: 2018-05-03 06:30+0100\n"
+"PO-Revision-Date: 2019-01-20 07:09+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <lukasz.wojnilow...@gmail.com>\n"
 "Language-Team: Polish <kde-i18n-...@kde.org>\n"
 "Language: pl\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 19.03.70\n"
 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
 "|| n%100>=20) ? 1 : 2);\n"
 
@@ -1188,7 +1188,7 @@
 #: src/actions/actionmanagerimpl.cpp:308
 #, kde-format
 msgid "C&ancel Feed Fetches"
-msgstr "&Anuluj pobieranie kanałów"
+msgstr "Porzuć pobier&anie kanałów"
 
 #: src/actions/actionmanagerimpl.cpp:321
 #, kde-format
@@ -1603,7 +1603,7 @@
 #: src/articlelistview.cpp:232
 #, kde-format
 msgid "No result found"
-msgstr ""
+msgstr "Nie znaleziono wyników"
 
 #: src/articlelistview.cpp:400
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/po/ru/akregator.po 
new/akregator-18.12.2/po/ru/akregator.po
--- old/akregator-18.12.1/po/ru/akregator.po    2019-01-08 01:18:38.000000000 
+0100
+++ new/akregator-18.12.2/po/ru/akregator.po    2019-02-05 01:46:27.000000000 
+0100
@@ -7,20 +7,20 @@
 # Artem Sereda <overmin...@gmail.com>, 2010, 2011.
 # Julia Dronova <juliette....@gmail.com>, 2012, 2013.
 # Alexander Lakhin <exclus...@gmail.com>, 2013.
-# Alexander Yavorsky <kekc...@gmail.com>, 2018.
+# Alexander Yavorsky <kekc...@gmail.com>, 2018, 2019.
 msgid ""
 msgstr ""
 "Project-Id-Version: akregator\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-01-05 07:24+0100\n"
-"PO-Revision-Date: 2018-11-19 18:11+0300\n"
+"PO-Revision-Date: 2019-01-15 20:50+0300\n"
 "Last-Translator: Alexander Yavorsky <kekc...@gmail.com>\n"
 "Language-Team: Russian <kde-russ...@lists.kde.ru>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Lokalize 2.0\n"
+"X-Generator: Lokalize 18.12.1\n"
 "Plural-Forms: nplurals=4; plural=n==1 ? 3 : n%10==1 && n%100!=11 ? 0 : n"
 "%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
 "X-Environment: kde\n"
@@ -1597,7 +1597,7 @@
 #: src/articlelistview.cpp:232
 #, kde-format
 msgid "No result found"
-msgstr ""
+msgstr "Ничего не найдено"
 
 #: src/articlelistview.cpp:400
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/akregator-18.12.1/po/zh_CN/akregator.po 
new/akregator-18.12.2/po/zh_CN/akregator.po
--- old/akregator-18.12.1/po/zh_CN/akregator.po 2019-01-08 01:18:38.000000000 
+0100
+++ new/akregator-18.12.2/po/zh_CN/akregator.po 2019-02-05 01:46:27.000000000 
+0100
@@ -11,7 +11,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2019-01-05 07:24+0100\n"
-"PO-Revision-Date: 2019-01-05 20:50\n"
+"PO-Revision-Date: 2019-01-27 23:05\n"
 "Last-Translator: guoyunhe <i...@guoyunhe.me>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/akregator-18.12.1/src/data/org.kde.akregator.appdata.xml 
new/akregator-18.12.2/src/data/org.kde.akregator.appdata.xml
--- old/akregator-18.12.1/src/data/org.kde.akregator.appdata.xml        
2019-01-06 08:44:11.000000000 +0100
+++ new/akregator-18.12.2/src/data/org.kde.akregator.appdata.xml        
2019-01-28 08:40:33.000000000 +0100
@@ -18,6 +18,7 @@
   <name xml:lang="gl">Akregator</name>
   <name xml:lang="hu">Akregator</name>
   <name xml:lang="ia">Akregator</name>
+  <name xml:lang="id">Akregator</name>
   <name xml:lang="it">Akregator</name>
   <name xml:lang="ko">Akregator</name>
   <name xml:lang="lt">Akregator</name>
@@ -52,6 +53,7 @@
   <developer_name xml:lang="fi">KDE-yhteisö</developer_name>
   <developer_name xml:lang="fr">La communauté KDE</developer_name>
   <developer_name xml:lang="gl">A comunidade de KDE</developer_name>
+  <developer_name xml:lang="id">Komunitas KDE</developer_name>
   <developer_name xml:lang="it">La comunità KDE</developer_name>
   <developer_name xml:lang="nl">De KDE gemeenschap</developer_name>
   <developer_name xml:lang="pl">Społeczność KDE</developer_name>
@@ -75,6 +77,7 @@
     <p xml:lang="fi">Akregator on uutissyötelukija, jonka avulla voit seurata 
uutissivustoja, blogeja ja muita RSS/Atom-sivustoja käymättä sivuilla 
selaimella. Akregator on suunniteltu sekä helppokäyttöiseksi että riittävän 
tehokkaaksi satojen uutislähteiden seuraamiseksi samanaikaisesti. Siinä on 
nopea haku, kehittynyt arkistointitoiminto ja sisäinen selain uutisten 
lukemiseksi juohevasti.</p>
     <p xml:lang="fr">Akregator est un lecteur de flux. Il vous permet de 
suivre des sites d'information, des blogs ou tout autre site web prenant en 
charge les flux RSS ou Atom, sans avoir besoin de vérifier manuellement les 
pages dans votre navigateur. Akregator est conçu pour être à la fois facile à 
utiliser et suffisamment puissant pour accéder simplement à des centaines de 
sources. Il intègre une recherche rapide, des fonctionnalités d'archivage 
avancées, et un navigateur interne pour lire facilement les articles.</p>
     <p xml:lang="gl">Akregator é un lector de fontes de novas. Permítelle 
facer un seguimento de sitios de novas, blogues e outros sitios web que 
fornezan fontes de novas RSS ou Atom, sen a necesitade de comprobar manualmente 
se hai actualizacións usando un navegador web. Akregator está deseñado para ser 
tanto fácil de usar como potente dabondo para ler centros de fontes de novas de 
maneira cómoda. Inclúe unha busca rápida, funcionalidade avanzada de arquivo e 
un navegador web integrado para ler novas facilmente.</p>
+    <p xml:lang="id">Akregator adalah pembaca feed berita. Ini memungkinkan 
Anda untuk mengikuti situs berita, blog, dan situs RSS/Atom-yang-difungsikan 
lainnya tanpa harus memeriksa secara manual update berita menggunakan penelusur 
web. Akregator telah didesain menjadi mudah digunakan dan menjadi cukup hebat 
untuk membaca ratusan sumber berita secara nyaman. Ini hadir dengan pencarian 
yang cepat fungsionalitas pengarsipan terkemuka dan memiliki sebuah penelusur 
internal untuk kemudahan membaca berita.</p>
     <p xml:lang="it">Akregator è un lettore di fonti di notizie. Ti permette 
di seguire siti di notizie, blog e altri siti che dispongono di fonti RSS/Atom 
senza la necessità di controllare manualmente gli aggiornamenti con un browser 
web. Akregator è progettato per essere allo stesso tempo semplice usare e in 
grado di poter leggere comodamente centinaia di fonti di notizie. È provvisto 
di ricerca rapida, di funzioni avanzate di archiviazione e di un browser 
interno per una facile consultazione delle notizie.</p>
     <p xml:lang="nl">Akregator is een lezer voor newsfeed. Het laat u 
nieuwssites, blogs en andere RSS/Atom-ingeschakelde websites volgen zonder de 
noodzaak om handmatig te controleren op updates met een webbrowser. Akregator 
is ontworpen om zowel gemakkelijk te gebruiken als krachtig genoeg om honderden 
nieuwsbronnen gemakkelijk te volgen. Het komt met een snel zoeken, geavanceerd 
archiveren en met een interne browser voor gemakkelijk lezen van nieuws.</p>
     <p xml:lang="pl">Akregator jest czytnikiem kanałów aktualności. Umożliwia 
śledzenie stron z aktualnościami, bloków i innych stron z włączonym  RSS/Atom 
bez potrzeby ręcznego sprawdzania uaktualnień poprzez przeglądarkę sieciową. 
Akregator został zaprojektowany, aby był zarówno łatwy w użyciu i na tyle 
zaawansowany, żeby mógł czytać z setek źródeł aktualności w sposób wygodny. 
Program umożliwia szybkie wyszukiwanie, zaawansowane archiwizowanie oraz 
wewnętrzną przeglądarkę dla łatwości odczytywania wieści.</p>
@@ -95,6 +98,7 @@
   <summary xml:lang="fi">Syötteenlukija</summary>
   <summary xml:lang="fr">Un agrégateur de flux</summary>
   <summary xml:lang="gl">Un lector de fontes de novas</summary>
+  <summary xml:lang="id">Sebuah pembaca feed berita</summary>
   <summary xml:lang="it">Un lettore di fonti di notizie</summary>
   <summary xml:lang="ko">뉴스 피드 리더</summary>
   <summary xml:lang="nl">Een newsfeedlezer</summary>


Reply via email to