Hello community,

here is the log from the commit of package milou5 for openSUSE:Factory checked 
in at 2014-07-25 09:09:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/milou5 (Old)
 and      /work/SRC/openSUSE:Factory/.milou5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "milou5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/milou5/milou5.changes    2014-07-11 
06:46:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.milou5.new/milou5.changes       2014-07-25 
09:10:10.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jul 11 19:38:05 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.0.0
+   * Plasma 5.0 Final
+
+-------------------------------------------------------------------

Old:
----
  milou-4.98.0.tar.xz

New:
----
  milou-5.0.0.tar.xz

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

Other differences:
------------------
++++++ milou5.spec ++++++
--- /var/tmp/diff_new_pack.HzfbVO/_old  2014-07-25 09:10:11.000000000 +0200
+++ /var/tmp/diff_new_pack.HzfbVO/_new  2014-07-25 09:10:11.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           milou5
-Version:        4.98.0
+Version:        5.0.0
 Release:        0
 Summary:        Dedicated search application built on top of Baloo
 License:        GPL-2.0+ and LGPL-2.1+

++++++ milou-4.98.0.tar.xz -> milou-5.0.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/CMakeLists.txt 
new/milou-5.0.0/CMakeLists.txt
--- old/milou-4.98.0/CMakeLists.txt     2014-07-03 17:24:14.000000000 +0200
+++ new/milou-5.0.0/CMakeLists.txt      2014-07-10 17:31:40.000000000 +0200
@@ -20,8 +20,8 @@
 #                        TYPE REQUIRED PURPOSE "Support for Email previews")
 
 
-set(MILOU_VERSION_MAJOR 4)
-set(MILOU_VERSION_MINOR 98)
+set(MILOU_VERSION_MAJOR 5)
+set(MILOU_VERSION_MINOR 0)
 set(MILOU_VERSION_PATCH 0)
 set(MILOU_VERSION 
${MILOU_VERSION_MAJOR}.${MILOU_VERSION_MINOR}.${MILOU_VERSION_PATCH} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/lib/sourcesmodel.cpp 
new/milou-5.0.0/lib/sourcesmodel.cpp
--- old/milou-4.98.0/lib/sourcesmodel.cpp       2014-07-03 17:22:52.000000000 
+0200
+++ new/milou-5.0.0/lib/sourcesmodel.cpp        2014-07-10 17:30:16.000000000 
+0200
@@ -99,7 +99,7 @@
             return m.text();
 
         case Qt::DecorationRole:
-            return m.icon().name();
+            return m.icon();
 
         case TypeRole:
             return m.matchCategory();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/milou-4.98.0/plasmoid/package/contents/code/globals.js 
new/milou-5.0.0/plasmoid/package/contents/code/globals.js
--- old/milou-4.98.0/plasmoid/package/contents/code/globals.js  2014-07-03 
17:22:52.000000000 +0200
+++ new/milou-5.0.0/plasmoid/package/contents/code/globals.js   2014-07-10 
17:30:16.000000000 +0200
@@ -28,6 +28,9 @@
 // The Maximum and Minimum width of the Plasmoid
 var PlasmoidWidth = units.gridUnit * 35;
 
+// The size in which the Plasmoid switches between compact and full
+var SwitchWidth = units.gridUnit * 20;
+
 var IconSize = units.iconSizes.small
 
 // This title size is only used in the Audio plugin
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/plasmoid/package/contents/ui/main.qml 
new/milou-5.0.0/plasmoid/package/contents/ui/main.qml
--- old/milou-4.98.0/plasmoid/package/contents/ui/main.qml      2014-07-03 
17:22:52.000000000 +0200
+++ new/milou-5.0.0/plasmoid/package/contents/ui/main.qml       2014-07-10 
17:30:16.000000000 +0200
@@ -32,6 +32,8 @@
 
 Item {
     id: mainWidget
+    Plasmoid.switchWidth: Globals.SwitchWidth
+    Plasmoid.switchHeight: Globals.SwitchWidth
     Layout.minimumWidth: Globals.PlasmoidWidth
     Layout.maximumWidth: Globals.PlasmoidWidth
     Layout.minimumHeight: wrapper.minimumHeight + wrapper.anchors.topMargin + 
wrapper.anchors.bottomMargin
@@ -75,6 +77,8 @@
 
         Milou.ResultsView {
             id: listView
+            //in case is expanded
+            clip: true
 
             anchors {
                 left: parent.left
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/plasmoid/package/metadata.desktop 
new/milou-5.0.0/plasmoid/package/metadata.desktop
--- old/milou-4.98.0/plasmoid/package/metadata.desktop  2014-07-03 
17:22:52.000000000 +0200
+++ new/milou-5.0.0/plasmoid/package/metadata.desktop   2014-07-10 
17:30:16.000000000 +0200
@@ -7,11 +7,16 @@
 Name[fi]=Haku
 Name[nds]=Söken
 Name[nl]=Zoeken
+Name[pa]=ਖੋਜ
 Name[pl]=Znajdź
 Name[pt]=Pesquisa
 Name[pt_BR]=Procurar
 Name[sk]=Hľadať
 Name[sl]=Poišči
+Name[sr]=Претрага
+Name[sr@ijekavian]=Претрага
+Name[sr@ijekavianlatin]=Pretraga
+Name[sr@latin]=Pretraga
 Name[sv]=Sök
 Name[uk]=Пошук
 Name[x-test]=xxSearchxx
@@ -23,11 +28,16 @@
 Comment[fi]=Haku ja käynnistys
 Comment[nds]=Söken un opropen
 Comment[nl]=Zoeken en starten
+Comment[pa]=ਖੋਜੋ ਅਤੇ ਚਲਾਓ
 Comment[pl]=Znajdź i uruchom
 Comment[pt]=Pesquisar e Lançar
 Comment[pt_BR]=Pesquisa e executa
 Comment[sk]=Hľadať a spustiť
 Comment[sl]=Poišči in zaženi
+Comment[sr]=Претрага и покретање
+Comment[sr@ijekavian]=Претрага и покретање
+Comment[sr@ijekavianlatin]=Pretraga i pokretanje
+Comment[sr@latin]=Pretraga i pokretanje
 Comment[sv]=Sök och starta
 Comment[uk]=Пошук і запуск
 Comment[x-test]=xxSearch and Launchxx
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/po/CMakeLists.txt 
new/milou-5.0.0/po/CMakeLists.txt
--- old/milou-4.98.0/po/CMakeLists.txt  2014-07-03 17:24:14.000000000 +0200
+++ new/milou-5.0.0/po/CMakeLists.txt   2014-07-10 17:31:40.000000000 +0200
@@ -11,16 +11,20 @@
 if (NOT GETTEXT_MSGFMT_EXECUTABLE)
 MESSAGE(FATAL_ERROR "Please install msgmerge binary")
 endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
+add_subdirectory(sr@ijekavianlatin)
 add_subdirectory(sl)
 add_subdirectory(pt)
 add_subdirectory(ca)
 add_subdirectory(pt_BR)
 add_subdirectory(nds)
+add_subdirectory(sr@latin)
 add_subdirectory(pl)
 add_subdirectory(uk)
 add_subdirectory(sk)
 add_subdirectory(nl)
 add_subdirectory(fi)
+add_subdirectory(sr@ijekavian)
+add_subdirectory(sr)
 add_subdirectory(en_GB)
 add_subdirectory(pa)
 add_subdirectory(sv)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/po/sr/CMakeLists.txt 
new/milou-5.0.0/po/sr/CMakeLists.txt
--- old/milou-4.98.0/po/sr/CMakeLists.txt       1970-01-01 01:00:00.000000000 
+0100
+++ new/milou-5.0.0/po/sr/CMakeLists.txt        2014-07-10 17:31:24.000000000 
+0200
@@ -0,0 +1,2 @@
+file(GLOB _po_files *.po)
+GETTEXT_PROCESS_PO_FILES(sr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} 
PO_FILES ${_po_files})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/po/sr/milou.po 
new/milou-5.0.0/po/sr/milou.po
--- old/milou-4.98.0/po/sr/milou.po     1970-01-01 01:00:00.000000000 +0100
+++ new/milou-5.0.0/po/sr/milou.po      2014-07-10 17:31:24.000000000 +0200
@@ -0,0 +1,78 @@
+# Translation of milou.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: milou\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2014-06-22 08:10+0000\n"
+"PO-Revision-Date: 2014-07-02 21:48+0200\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Artist:"
+msgstr "Извођач:"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Album:"
+msgstr "Албум:"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Duration:"
+msgstr "Трајање:"
+
+#: lib/previews/emailplugin.cpp:100
+msgid "From:"
+msgstr "Од:"
+
+#: lib/previews/emailplugin.cpp:105
+msgid "To:"
+msgstr "За:"
+
+#: lib/previews/emailplugin.cpp:110
+msgid "Date:"
+msgstr "Датум:"
+
+#: lib/previews/emailplugin.cpp:115
+msgid "Subject:"
+msgstr "Тема:"
+
+#: lib/previews/emailplugin.cpp:134
+msgid ""
+"\n"
+"Attachments:\n"
+"\n"
+msgstr ""
+"\n"
+"Прилози:\n"
+"\n"
+
+#: lib/previews/fileplugin.cpp:57
+msgid "Modified:"
+msgstr "Измењено:"
+
+#: lib/previews/fileplugin.cpp:57
+msgid "Size:"
+msgstr "Велична:"
+
+#: plasmoid/applet.cpp:70
+msgid "Search Results"
+msgstr "Резултати претраге"
+
+#: plasmoid/configwidget.cpp:61
+msgid "Only the selected components are shown in the search results"
+msgstr "Само изабране компоненте дају се у резултатима претраге"
+
+#: plasmoid/configwidget.cpp:65
+msgid "Drag categories to change the order in which results appear"
+msgstr "Превлачењем категорија измените редослед навођења резултата"
+
+#: plasmoid/package/contents/ui/SearchField.qml:54
+msgid "Search"
+msgstr "Тражи"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/po/sr@ijekavian/CMakeLists.txt 
new/milou-5.0.0/po/sr@ijekavian/CMakeLists.txt
--- old/milou-4.98.0/po/sr@ijekavian/CMakeLists.txt     1970-01-01 
01:00:00.000000000 +0100
+++ new/milou-5.0.0/po/sr@ijekavian/CMakeLists.txt      2014-07-10 
17:31:25.000000000 +0200
@@ -0,0 +1,2 @@
+file(GLOB _po_files *.po)
+GETTEXT_PROCESS_PO_FILES(sr@ijekavian ALL INSTALL_DESTINATION 
${LOCALE_INSTALL_DIR} PO_FILES ${_po_files})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/po/sr@ijekavian/milou.po 
new/milou-5.0.0/po/sr@ijekavian/milou.po
--- old/milou-4.98.0/po/sr@ijekavian/milou.po   1970-01-01 01:00:00.000000000 
+0100
+++ new/milou-5.0.0/po/sr@ijekavian/milou.po    2014-07-10 17:31:25.000000000 
+0200
@@ -0,0 +1,78 @@
+# Translation of milou.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: milou\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2014-06-22 08:10+0000\n"
+"PO-Revision-Date: 2014-07-02 21:48+0200\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Artist:"
+msgstr "Извођач:"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Album:"
+msgstr "Албум:"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Duration:"
+msgstr "Трајање:"
+
+#: lib/previews/emailplugin.cpp:100
+msgid "From:"
+msgstr "Од:"
+
+#: lib/previews/emailplugin.cpp:105
+msgid "To:"
+msgstr "За:"
+
+#: lib/previews/emailplugin.cpp:110
+msgid "Date:"
+msgstr "Датум:"
+
+#: lib/previews/emailplugin.cpp:115
+msgid "Subject:"
+msgstr "Тема:"
+
+#: lib/previews/emailplugin.cpp:134
+msgid ""
+"\n"
+"Attachments:\n"
+"\n"
+msgstr ""
+"\n"
+"Прилози:\n"
+"\n"
+
+#: lib/previews/fileplugin.cpp:57
+msgid "Modified:"
+msgstr "Измењено:"
+
+#: lib/previews/fileplugin.cpp:57
+msgid "Size:"
+msgstr "Велична:"
+
+#: plasmoid/applet.cpp:70
+msgid "Search Results"
+msgstr "Резултати претраге"
+
+#: plasmoid/configwidget.cpp:61
+msgid "Only the selected components are shown in the search results"
+msgstr "Само изабране компоненте дају се у резултатима претраге"
+
+#: plasmoid/configwidget.cpp:65
+msgid "Drag categories to change the order in which results appear"
+msgstr "Превлачењем категорија измените редослед навођења резултата"
+
+#: plasmoid/package/contents/ui/SearchField.qml:54
+msgid "Search"
+msgstr "Тражи"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/po/sr@ijekavianlatin/CMakeLists.txt 
new/milou-5.0.0/po/sr@ijekavianlatin/CMakeLists.txt
--- old/milou-4.98.0/po/sr@ijekavianlatin/CMakeLists.txt        1970-01-01 
01:00:00.000000000 +0100
+++ new/milou-5.0.0/po/sr@ijekavianlatin/CMakeLists.txt 2014-07-10 
17:31:25.000000000 +0200
@@ -0,0 +1,2 @@
+file(GLOB _po_files *.po)
+GETTEXT_PROCESS_PO_FILES(sr@ijekavianlatin ALL INSTALL_DESTINATION 
${LOCALE_INSTALL_DIR} PO_FILES ${_po_files})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/po/sr@ijekavianlatin/milou.po 
new/milou-5.0.0/po/sr@ijekavianlatin/milou.po
--- old/milou-4.98.0/po/sr@ijekavianlatin/milou.po      1970-01-01 
01:00:00.000000000 +0100
+++ new/milou-5.0.0/po/sr@ijekavianlatin/milou.po       2014-07-10 
17:31:25.000000000 +0200
@@ -0,0 +1,78 @@
+# Translation of milou.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: milou\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2014-06-22 08:10+0000\n"
+"PO-Revision-Date: 2014-07-02 21:48+0200\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Artist:"
+msgstr "Izvođač:"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Album:"
+msgstr "Album:"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Duration:"
+msgstr "Trajanje:"
+
+#: lib/previews/emailplugin.cpp:100
+msgid "From:"
+msgstr "Od:"
+
+#: lib/previews/emailplugin.cpp:105
+msgid "To:"
+msgstr "Za:"
+
+#: lib/previews/emailplugin.cpp:110
+msgid "Date:"
+msgstr "Datum:"
+
+#: lib/previews/emailplugin.cpp:115
+msgid "Subject:"
+msgstr "Tema:"
+
+#: lib/previews/emailplugin.cpp:134
+msgid ""
+"\n"
+"Attachments:\n"
+"\n"
+msgstr ""
+"\n"
+"Prilozi:\n"
+"\n"
+
+#: lib/previews/fileplugin.cpp:57
+msgid "Modified:"
+msgstr "Izmenjeno:"
+
+#: lib/previews/fileplugin.cpp:57
+msgid "Size:"
+msgstr "Velična:"
+
+#: plasmoid/applet.cpp:70
+msgid "Search Results"
+msgstr "Rezultati pretrage"
+
+#: plasmoid/configwidget.cpp:61
+msgid "Only the selected components are shown in the search results"
+msgstr "Samo izabrane komponente daju se u rezultatima pretrage"
+
+#: plasmoid/configwidget.cpp:65
+msgid "Drag categories to change the order in which results appear"
+msgstr "Prevlačenjem kategorija izmenite redosled navođenja rezultata"
+
+#: plasmoid/package/contents/ui/SearchField.qml:54
+msgid "Search"
+msgstr "Traži"
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/po/sr@latin/CMakeLists.txt 
new/milou-5.0.0/po/sr@latin/CMakeLists.txt
--- old/milou-4.98.0/po/sr@latin/CMakeLists.txt 1970-01-01 01:00:00.000000000 
+0100
+++ new/milou-5.0.0/po/sr@latin/CMakeLists.txt  2014-07-10 17:31:26.000000000 
+0200
@@ -0,0 +1,2 @@
+file(GLOB _po_files *.po)
+GETTEXT_PROCESS_PO_FILES(sr@latin ALL INSTALL_DESTINATION 
${LOCALE_INSTALL_DIR} PO_FILES ${_po_files})
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/milou-4.98.0/po/sr@latin/milou.po 
new/milou-5.0.0/po/sr@latin/milou.po
--- old/milou-4.98.0/po/sr@latin/milou.po       1970-01-01 01:00:00.000000000 
+0100
+++ new/milou-5.0.0/po/sr@latin/milou.po        2014-07-10 17:31:26.000000000 
+0200
@@ -0,0 +1,78 @@
+# Translation of milou.po into Serbian.
+# Chusslove Illich <caslav.i...@gmx.net>, 2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: milou\n"
+"Report-Msgid-Bugs-To: http://bugs.kde.org\n";
+"POT-Creation-Date: 2014-06-22 08:10+0000\n"
+"PO-Revision-Date: 2014-07-02 21:48+0200\n"
+"Last-Translator: Chusslove Illich <caslav.i...@gmx.net>\n"
+"Language-Team: Serbian <kde-i18n...@kde.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\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"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Artist:"
+msgstr "Izvođač:"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Album:"
+msgstr "Album:"
+
+#: lib/previews/audioplugin.cpp:61
+msgid "Duration:"
+msgstr "Trajanje:"
+
+#: lib/previews/emailplugin.cpp:100
+msgid "From:"
+msgstr "Od:"
+
+#: lib/previews/emailplugin.cpp:105
+msgid "To:"
+msgstr "Za:"
+
+#: lib/previews/emailplugin.cpp:110
+msgid "Date:"
+msgstr "Datum:"
+
+#: lib/previews/emailplugin.cpp:115
+msgid "Subject:"
+msgstr "Tema:"
+
+#: lib/previews/emailplugin.cpp:134
+msgid ""
+"\n"
+"Attachments:\n"
+"\n"
+msgstr ""
+"\n"
+"Prilozi:\n"
+"\n"
+
+#: lib/previews/fileplugin.cpp:57
+msgid "Modified:"
+msgstr "Izmenjeno:"
+
+#: lib/previews/fileplugin.cpp:57
+msgid "Size:"
+msgstr "Velična:"
+
+#: plasmoid/applet.cpp:70
+msgid "Search Results"
+msgstr "Rezultati pretrage"
+
+#: plasmoid/configwidget.cpp:61
+msgid "Only the selected components are shown in the search results"
+msgstr "Samo izabrane komponente daju se u rezultatima pretrage"
+
+#: plasmoid/configwidget.cpp:65
+msgid "Drag categories to change the order in which results appear"
+msgstr "Prevlačenjem kategorija izmenite redosled navođenja rezultata"
+
+#: plasmoid/package/contents/ui/SearchField.qml:54
+msgid "Search"
+msgstr "Traži"
\ No newline at end of file

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to