Hello community,

here is the log from the commit of package lollypop for openSUSE:Factory 
checked in at 2019-11-11 21:36:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lollypop (Old)
 and      /work/SRC/openSUSE:Factory/.lollypop.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lollypop"

Mon Nov 11 21:36:46 2019 rev:111 rq:747368 version:1.2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/lollypop/lollypop.changes        2019-11-10 
22:54:15.982619742 +0100
+++ /work/SRC/openSUSE:Factory/.lollypop.new.2990/lollypop.changes      
2019-11-11 21:36:51.356569078 +0100
@@ -1,0 +2,10 @@
+Mon Nov 11 14:31:07 UTC 2019 - [email protected]
+
+- Update to version 1.2.12:
+  * Fix a crash in album banner (glgo#World/lollypop#2117).
+- Changes from version 1.2.11:
+  * Fix banners when artwork is empty.
+- Changes from version 1.2.10:
+  * Fix a regression in lazy loading.
+
+-------------------------------------------------------------------

Old:
----
  lollypop-1.2.9.tar.xz

New:
----
  lollypop-1.2.12.tar.xz

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

Other differences:
------------------
++++++ lollypop.spec ++++++
--- /var/tmp/diff_new_pack.moyRGJ/_old  2019-11-11 21:36:54.280571977 +0100
+++ /var/tmp/diff_new_pack.moyRGJ/_new  2019-11-11 21:36:54.308572005 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           lollypop
-Version:        1.2.9
+Version:        1.2.12
 Release:        0
 Summary:        GNOME music playing application
 License:        GPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.moyRGJ/_old  2019-11-11 21:36:54.440572135 +0100
+++ /var/tmp/diff_new_pack.moyRGJ/_new  2019-11-11 21:36:54.444572140 +0100
@@ -1,7 +1,7 @@
 <services>
   <service mode="disabled" name="tar_scm">
     <param name="changesgenerate">enable</param>
-    <param name="revision">1.2.9</param>
+    <param name="revision">1.2.12</param>
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/World/lollypop.git</param>
     <param name="versionformat">@PARENT_TAG@</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.moyRGJ/_old  2019-11-11 21:36:54.476572171 +0100
+++ /var/tmp/diff_new_pack.moyRGJ/_new  2019-11-11 21:36:54.476572171 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://gitlab.gnome.org/World/lollypop.git</param>
-              <param 
name="changesrevision">b3952c52b5a4c0a61a5d9c2aca5f32af957f2193</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">75f59f8e99c18dbe9ecc4fff6f41e397ade68aff</param></service></servicedata>
\ No newline at end of file

++++++ lollypop-1.2.9.tar.xz -> lollypop-1.2.12.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/data/AlbumBannerWidget.ui 
new/lollypop-1.2.12/data/AlbumBannerWidget.ui
--- old/lollypop-1.2.9/data/AlbumBannerWidget.ui        2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/data/AlbumBannerWidget.ui       2019-11-11 
15:11:06.000000000 +0100
@@ -31,6 +31,7 @@
       <object class="GtkBox" id="top_box">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
+        <property name="valign">end</property>
         <property name="margin_left">15</property>
         <child>
           <object class="GtkLabel" id="artist_label">
@@ -179,6 +180,7 @@
       <object class="GtkBox" id="bottom_box">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
+        <property name="valign">start</property>
         <property name="margin_left">15</property>
         <child>
           <object class="GtkLabel" id="duration_label">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/data/application.css 
new/lollypop-1.2.12/data/application.css
--- old/lollypop-1.2.9/data/application.css     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/data/application.css    2019-11-11 15:11:06.000000000 
+0100
@@ -189,7 +189,7 @@
 }
 
 .text-xx-large {
-    font-size: 40px;
+    font-size: xx-large;
 }
 
 .text-x-large {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/lollypop-1.2.9/data/org.gnome.Lollypop.appdata.xml.in 
new/lollypop-1.2.12/data/org.gnome.Lollypop.appdata.xml.in
--- old/lollypop-1.2.9/data/org.gnome.Lollypop.appdata.xml.in   2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/data/org.gnome.Lollypop.appdata.xml.in  2019-11-11 
15:11:06.000000000 +0100
@@ -17,7 +17,7 @@
     </ul>
   </description>
   <releases>
-    <release version="1.2.9" date="2019-11-10">
+    <release version="1.2.12" date="2019-11-11">
       <description>
       </description>
     </release>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/container_views.py 
new/lollypop-1.2.12/lollypop/container_views.py
--- old/lollypop-1.2.9/lollypop/container_views.py      2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/lollypop/container_views.py     2019-11-11 
15:11:06.000000000 +0100
@@ -317,7 +317,7 @@
         """
         from lollypop.view_album import AlbumView
         view_type = ViewType.TWO_COLUMNS | ViewType.SCROLLED |\
-            ViewType.OVERLAY
+            ViewType.OVERLAY | ViewType.ALBUM
         view = AlbumView(album, view_type)
         view.populate()
         return view
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/view_album.py 
new/lollypop-1.2.12/lollypop/view_album.py
--- old/lollypop-1.2.9/lollypop/view_album.py   2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/lollypop/view_album.py  2019-11-11 15:11:06.000000000 
+0100
@@ -40,7 +40,7 @@
             @param album as Album
             @param view_type as ViewType
         """
-        LazyLoadingView.__init__(self, view_type | ViewType.ALBUM)
+        LazyLoadingView.__init__(self, view_type)
         ViewController.__init__(self, ViewControllerType.ALBUM)
         FilteringHelper.__init__(self)
         self.__album = album
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/view_artist_list.py 
new/lollypop-1.2.12/lollypop/view_artist_list.py
--- old/lollypop-1.2.9/lollypop/view_artist_list.py     2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/lollypop/view_artist_list.py    2019-11-11 
15:11:06.000000000 +0100
@@ -76,5 +76,6 @@
             return None
         widget = AlbumView(Album(album_id), ViewType.DEFAULT)
         widget.show()
+        widget.set_property("valign", Gtk.Align.START)
         self.__list.add(widget)
         return widget
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/view_lazyloading.py 
new/lollypop-1.2.12/lollypop/view_lazyloading.py
--- old/lollypop-1.2.9/lollypop/view_lazyloading.py     2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/lollypop/view_lazyloading.py    2019-11-11 
15:11:06.000000000 +0100
@@ -138,7 +138,9 @@
         if not widget.is_populated:
             widget.populate()
         else:
-            self.__lazy_loading()
+            # Do not remove this idle_add()
+            # RecursionError: maximum recursion depth exceeded
+            GLib.idle_add(self.__lazy_loading)
 
     def _on_initial_loading(self):
         """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/view_suggestions.py 
new/lollypop-1.2.12/lollypop/view_suggestions.py
--- old/lollypop-1.2.9/lollypop/view_suggestions.py     2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/lollypop/view_suggestions.py    2019-11-11 
15:11:06.000000000 +0100
@@ -124,7 +124,7 @@
                 return
             else:
                 child.destroy()
-        label = Gtk.Label.new(_("Welcome on Lollypop"))
+        label = Gtk.Label.new(_("Welcome to Lollypop"))
         label.get_style_context().add_class("text-xx-large")
         label.set_property("valign", Gtk.Align.END)
         label.set_ellipsize(Pango.EllipsizeMode.END)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/widgets_banner.py 
new/lollypop-1.2.12/lollypop/widgets_banner.py
--- old/lollypop-1.2.9/lollypop/widgets_banner.py       2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/lollypop/widgets_banner.py      2019-11-11 
15:11:06.000000000 +0100
@@ -21,14 +21,12 @@
     """
         Overlay with constraint size
     """
-    def __init__(self, banner):
+    def __init__(self):
         """
             Init overlay
             @param banner as BannerWidget
         """
         Gtk.Overlay.__init__(self)
-        self.__banner = banner
-        banner.connect("destroy", self.__on_destroy)
 
     def do_get_preferred_width(self):
         """
@@ -36,24 +34,7 @@
         """
         (min, nat) = Gtk.Bin.do_get_preferred_width(self)
         # Allow resizing
-        return (0, 0)
-
-    def do_get_preferred_height(self):
-        """
-           Force preferred height
-        """
-        height = self.__banner.height
-        return (height, height)
-
-#######################
-# PRIVATE             #
-#######################
-    def __on_destroy(self, widget):
-        """
-            Remove ref cycle
-            @param widget as Gtk.Widget
-        """
-        self.__banner = None
+        return (1, 1)
 
 
 class BannerWidget(Gtk.Revealer, SizeAllocationHelper):
@@ -81,12 +62,11 @@
         self.__width = 1
         self.set_property("valign", Gtk.Align.START)
         if view_type & ViewType.OVERLAY:
-            self._overlay = Overlay(self)
+            self._overlay = Overlay()
             self._overlay.show()
             self._artwork = Gtk.Image()
             self._artwork.show()
             if App().animations:
-                SizeAllocationHelper.__init__(self)
                 self._artwork.set_opacity(0.99)
             self.get_style_context().add_class("default-banner")
             self._artwork.get_style_context().add_class("default-banner")
@@ -104,6 +84,7 @@
         self.set_reveal_child(True)
         self.set_transition_duration(250)
         self.connect("destroy", self.__on_destroy)
+        SizeAllocationHelper.__init__(self)
 
     def update_for_width(self, width):
         """
@@ -111,6 +92,8 @@
             @param width as int
         """
         self.__width = width
+        if self._artwork is not None:
+            self._artwork.set_size_request(-1, self.height)
 
     @property
     def width(self):
@@ -154,7 +137,10 @@
         if SizeAllocationHelper._handle_width_allocate(self, allocation):
             if allocation.width != self.__width:
                 self.__width = allocation.width
-                emit_signal(self, "height-changed", self.height)
+                height = self.height
+                if self._artwork is not None:
+                    self._artwork.set_size_request(-1, height)
+                emit_signal(self, "height-changed", height)
                 return True
         return False
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/widgets_banner_album.py 
new/lollypop-1.2.12/lollypop/widgets_banner_album.py
--- old/lollypop-1.2.9/lollypop/widgets_banner_album.py 2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/lollypop/widgets_banner_album.py        2019-11-11 
15:11:06.000000000 +0100
@@ -240,8 +240,8 @@
         else:
             art_size = ArtSize.BANNER
             icon_size = Gtk.IconSize.LARGE_TOOLBAR
-            cls_title = "text-x-large"
-            cls_others = "text-large"
+            cls_title = "text-xx-large"
+            cls_others = "text-x-large"
         self.__title_label.get_style_context().add_class(cls_title)
         self.__artist_label.get_style_context().add_class(cls_title)
         self.__year_label.get_style_context().add_class(cls_others)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/lollypop/widgets_banner_artist.py 
new/lollypop-1.2.12/lollypop/widgets_banner_artist.py
--- old/lollypop-1.2.9/lollypop/widgets_banner_artist.py        2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/lollypop/widgets_banner_artist.py       2019-11-11 
15:11:06.000000000 +0100
@@ -179,6 +179,7 @@
             artist = App().artists.get_name(self.__artist_ids[0])
             if prefix == artist:
                 self.__set_artwork()
+                self.__set_internal_size()
 
     def _on_playback_changed(self, player):
         """
@@ -245,7 +246,7 @@
             cls = "text-large"
         else:
             art_size = ArtSize.BANNER
-            cls = "text-x-large"
+            cls = "text-xx-large"
         self.__title_label.get_style_context().add_class(cls)
         if art_size is None:
             self.__badge_artwork.hide()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/meson.build 
new/lollypop-1.2.12/meson.build
--- old/lollypop-1.2.9/meson.build      2019-11-10 15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/meson.build     2019-11-11 15:11:06.000000000 +0100
@@ -1,5 +1,5 @@
 project('lollypop',
-  version: '1.2.9',
+  version: '1.2.12',
   meson_version: '>= 0.40.0'
 )
 i18n = import('i18n')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/ar.po 
new/lollypop-1.2.12/subprojects/po/ar.po
--- old/lollypop-1.2.9/subprojects/po/ar.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/ar.po    2019-11-11 15:11:06.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-08-07 21:01+0000\n"
 "Last-Translator: mohammadA <[email protected]>\n"
 "Language-Team: Arabic <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1525,7 +1525,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/bg.po 
new/lollypop-1.2.12/subprojects/po/bg.po
--- old/lollypop-1.2.9/subprojects/po/bg.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/bg.po    2019-11-11 15:11:06.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-09-20 23:27+0000\n"
 "Last-Translator: Ruslan <[email protected]>\n"
 "Language-Team: Bulgarian <https://hosted.weblate.org/projects/gnumdk/";
@@ -1512,7 +1512,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/ca.po 
new/lollypop-1.2.12/subprojects/po/ca.po
--- old/lollypop-1.2.9/subprojects/po/ca.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/ca.po    2019-11-11 15:11:06.000000000 
+0100
@@ -12,9 +12,9 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
-"PO-Revision-Date: 2019-11-10 12:21+0000\n"
-"Last-Translator: ferranroig <[email protected]>\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
+"PO-Revision-Date: 2019-11-10 23:08+0000\n"
+"Last-Translator: Marc Riera <[email protected]>\n"
 "Language-Team: Catalan <https://hosted.weblate.org/projects/gnumdk/lollypop/";
 "ca/>\n"
 "Language: ca\n"
@@ -283,7 +283,7 @@
 
 #: ../data/org.gnome.Lollypop.gschema.xml:318
 msgid "Ignore internal symlinks"
-msgstr ""
+msgstr "Ignora els enllaços simbòlics interns"
 
 #: ../data/org.gnome.Lollypop.gschema.xml:323
 msgid "ReplayGain state"
@@ -1587,8 +1587,8 @@
 msgstr "Àlbums nous de Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "El Lollypop us dóna la benvinguda"
+msgid "Welcome to Lollypop"
+msgstr "Us donem la benvinguda al Lollypop"
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1827,6 +1827,9 @@
 msgid "singer"
 msgstr "cantant"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "El Lollypop us dóna la benvinguda"
+
 #~ msgid ""
 #~ "Lollypop is a lightweight modern music player designed to work "
 #~ "excellently on the GNOME desktop environment. It also features a party "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/cs.po 
new/lollypop-1.2.12/subprojects/po/cs.po
--- old/lollypop-1.2.9/subprojects/po/cs.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/cs.po    2019-11-11 15:11:06.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-08-27 16:29+0000\n"
 "Last-Translator: Pavel Fric <[email protected]>\n"
 "Language-Team: Czech <https://hosted.weblate.org/projects/gnumdk/lollypop/cs/";
@@ -1568,8 +1568,8 @@
 msgstr "Nová alba ze Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Vítejte v Lollypopu"
+msgid "Welcome to Lollypop"
+msgstr ""
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1811,6 +1811,9 @@
 msgid "singer"
 msgstr "Zpěvák"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Vítejte v Lollypopu"
+
 #~ msgid "Replay gain value in dB"
 #~ msgstr "Hodnota vyrovnání hlasitosti v dB"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/da.po 
new/lollypop-1.2.12/subprojects/po/da.po
--- old/lollypop-1.2.9/subprojects/po/da.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/da.po    2019-11-11 15:11:06.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-11-08 13:04+0000\n"
 "Last-Translator: scootergrisen <[email protected]>\n"
 "Language-Team: Danish <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1577,8 +1577,8 @@
 msgstr "Nye albummer fra Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Velkommen på Lollypop"
+msgid "Welcome to Lollypop"
+msgstr ""
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1817,6 +1817,9 @@
 msgid "singer"
 msgstr "sanger"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Velkommen på Lollypop"
+
 #~ msgid ""
 #~ "Lollypop is a lightweight modern music player designed to work "
 #~ "excellently on the GNOME desktop environment. It also features a party "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/de.po 
new/lollypop-1.2.12/subprojects/po/de.po
--- old/lollypop-1.2.9/subprojects/po/de.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/de.po    2019-11-11 15:11:06.000000000 
+0100
@@ -19,7 +19,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-11-01 14:51+0000\n"
 "Last-Translator: dolwup <[email protected]>\n"
 "Language-Team: German <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1581,8 +1581,8 @@
 msgstr "Neue Alben auf Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Willkommen bei Lollypop"
+msgid "Welcome to Lollypop"
+msgstr ""
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1819,6 +1819,9 @@
 msgid "singer"
 msgstr "Sänger"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Willkommen bei Lollypop"
+
 #~ msgid "Replay gain value in dB"
 #~ msgstr "Wiedergabeverstärkung in dB"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/el.po 
new/lollypop-1.2.12/subprojects/po/el.po
--- old/lollypop-1.2.9/subprojects/po/el.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/el.po    2019-11-11 15:11:06.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-05-28 15:11+0000\n"
 "Last-Translator: Panagiotis Tabakis <[email protected]>\n"
 "Language-Team: Greek <https://hosted.weblate.org/projects/gnumdk/lollypop/el/";
@@ -1560,7 +1560,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/en_IE.po 
new/lollypop-1.2.12/subprojects/po/en_IE.po
--- old/lollypop-1.2.9/subprojects/po/en_IE.po  2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/en_IE.po 2019-11-11 15:11:06.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-08-30 18:24+0000\n"
 "Last-Translator: Allan Nordhøy <[email protected]>\n"
 "Language-Team: English (Ireland) <https://hosted.weblate.org/projects/gnumdk/";
@@ -1513,7 +1513,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/eo.po 
new/lollypop-1.2.12/subprojects/po/eo.po
--- old/lollypop-1.2.9/subprojects/po/eo.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/eo.po    2019-11-11 15:11:06.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-10-09 15:05+0000\n"
 "Last-Translator: Sebastien Zurfluh <[email protected]>\n"
 "Language-Team: Esperanto <https://hosted.weblate.org/projects/gnumdk/";
@@ -1580,8 +1580,8 @@
 msgstr "Novaj albumoj el Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Bonvenon je Lollypop"
+msgid "Welcome to Lollypop"
+msgstr ""
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1820,6 +1820,9 @@
 msgid "singer"
 msgstr "kantisto"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Bonvenon je Lollypop"
+
 #~ msgid "Replay gain value in dB"
 #~ msgstr "Gajno de reludo en decibeloj"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/es.po 
new/lollypop-1.2.12/subprojects/po/es.po
--- old/lollypop-1.2.9/subprojects/po/es.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/es.po    2019-11-11 15:11:06.000000000 
+0100
@@ -19,7 +19,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-09-16 11:24+0000\n"
 "Last-Translator: Robert Schneider <[email protected]>\n"
 "Language-Team: Spanish <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1547,7 +1547,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/es_EC.po 
new/lollypop-1.2.12/subprojects/po/es_EC.po
--- old/lollypop-1.2.9/subprojects/po/es_EC.po  2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/es_EC.po 2019-11-11 15:11:06.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2017-11-27 14:00+0000\n"
 "Last-Translator: Cédric Bellegarde <[email protected]>\n"
 "Language-Team: Spanish (Ecuador) (http://www.transifex.com/gnumdk/lollypop/";
@@ -1511,7 +1511,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/fa.po 
new/lollypop-1.2.12/subprojects/po/fa.po
--- old/lollypop-1.2.9/subprojects/po/fa.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/fa.po    2019-11-11 15:11:06.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2018-11-17 00:07+0000\n"
 "Last-Translator: ali mokhtari <[email protected]>\n"
 "Language-Team: Persian <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1515,7 +1515,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/fi.po 
new/lollypop-1.2.12/subprojects/po/fi.po
--- old/lollypop-1.2.9/subprojects/po/fi.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/fi.po    2019-11-11 15:11:06.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-11-03 22:53+0000\n"
 "Last-Translator: Jiri Grönroos <[email protected]>\n"
 "Language-Team: Finnish <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1546,8 +1546,8 @@
 msgstr "Uudet albumit Spotifysta"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Tervetuloa Lollypopin pariin"
+msgid "Welcome to Lollypop"
+msgstr ""
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1784,6 +1784,9 @@
 msgid "singer"
 msgstr ""
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Tervetuloa Lollypopin pariin"
+
 #~ msgid "Replay gain value in dB"
 #~ msgstr "Replay gain -arvo desibeleissä"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/fr.po 
new/lollypop-1.2.12/subprojects/po/fr.po
--- old/lollypop-1.2.9/subprojects/po/fr.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/fr.po    2019-11-11 15:11:06.000000000 
+0100
@@ -9,8 +9,8 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
-"PO-Revision-Date: 2019-11-10 14:24+0000\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
+"PO-Revision-Date: 2019-11-10 20:15+0000\n"
 "Last-Translator: Cédric Bellegarde <[email protected]>\n"
 "Language-Team: French <https://hosted.weblate.org/projects/gnumdk/lollypop/";
 "fr/>\n"
@@ -1590,7 +1590,7 @@
 msgstr "Nouveaux albums sur Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr "Bienvenue sur Lollypop"
 
 #: ../lollypop/view_tracks.py:89
@@ -1830,6 +1830,9 @@
 msgid "singer"
 msgstr "chanteur"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Bienvenue sur Lollypop"
+
 #~ msgid ""
 #~ "Lollypop is a lightweight modern music player designed to work "
 #~ "excellently on the GNOME desktop environment. It also features a party "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/ga.po 
new/lollypop-1.2.12/subprojects/po/ga.po
--- old/lollypop-1.2.9/subprojects/po/ga.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/ga.po    2019-11-11 15:11:06.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2017-11-27 14:00+0000\n"
 "Last-Translator: Cédric Bellegarde <[email protected]>\n"
 "Language-Team: Irish (http://www.transifex.com/gnumdk/lollypop/language/";
@@ -1514,7 +1514,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/he.po 
new/lollypop-1.2.12/subprojects/po/he.po
--- old/lollypop-1.2.9/subprojects/po/he.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/he.po    2019-11-11 15:11:06.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2017-11-27 14:00+0000\n"
 "Last-Translator: Cédric Bellegarde <[email protected]>\n"
 "Language-Team: Hebrew (http://www.transifex.com/gnumdk/lollypop/language/";
@@ -1514,7 +1514,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/hu.po 
new/lollypop-1.2.12/subprojects/po/hu.po
--- old/lollypop-1.2.9/subprojects/po/hu.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/hu.po    2019-11-11 15:11:06.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-10-24 05:26+0000\n"
 "Last-Translator: Bendegúz Gyönki <[email protected]>\n"
 "Language-Team: Hungarian <https://hosted.weblate.org/projects/gnumdk/";
@@ -1528,7 +1528,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/id.po 
new/lollypop-1.2.12/subprojects/po/id.po
--- old/lollypop-1.2.9/subprojects/po/id.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/id.po    2019-11-11 15:11:06.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2018-05-16 01:38+0000\n"
 "Last-Translator: Fiki Maulana <[email protected]>\n"
 "Language-Team: Indonesian <https://hosted.weblate.org/projects/gnumdk/";
@@ -1514,7 +1514,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/ie.po 
new/lollypop-1.2.12/subprojects/po/ie.po
--- old/lollypop-1.2.9/subprojects/po/ie.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/ie.po    2019-11-11 15:11:06.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2018-08-27 11:40+0000\n"
 "Last-Translator: OIS <[email protected]>\n"
 "Language-Team: Occidental <https://hosted.weblate.org/projects/gnumdk/";
@@ -1512,7 +1512,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/it.po 
new/lollypop-1.2.12/subprojects/po/it.po
--- old/lollypop-1.2.9/subprojects/po/it.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/it.po    2019-11-11 15:11:06.000000000 
+0100
@@ -16,7 +16,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-11-07 09:04+0000\n"
 "Last-Translator: Allan Nordhøy <[email protected]>\n"
 "Language-Team: Italian <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1584,8 +1584,8 @@
 msgstr "Nuovi album da Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Benvenuto in Lollypop"
+msgid "Welcome to Lollypop"
+msgstr ""
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1824,6 +1824,9 @@
 msgid "singer"
 msgstr "cantante"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Benvenuto in Lollypop"
+
 #~ msgid ""
 #~ "Lollypop is a lightweight modern music player designed to work "
 #~ "excellently on the GNOME desktop environment. It also features a party "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/ja.po 
new/lollypop-1.2.12/subprojects/po/ja.po
--- old/lollypop-1.2.9/subprojects/po/ja.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/ja.po    2019-11-11 15:11:06.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-11-05 08:20+0000\n"
 "Last-Translator: YAMADA Shinichirou <yamada_strong_yamada_nice_64bit@yahoo."
 "co.jp>\n"
@@ -1582,8 +1582,8 @@
 msgstr "Spotify の新しいアルバム"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Lollypop へようこそ"
+msgid "Welcome to Lollypop"
+msgstr ""
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1819,6 +1819,9 @@
 msgid "singer"
 msgstr "singer"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Lollypop へようこそ"
+
 #~ msgid ""
 #~ "Lollypop is a lightweight modern music player designed to work "
 #~ "excellently on the GNOME desktop environment. It also features a party "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/ka.po 
new/lollypop-1.2.12/subprojects/po/ka.po
--- old/lollypop-1.2.9/subprojects/po/ka.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/ka.po    2019-11-11 15:11:06.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2017-11-27 14:00+0000\n"
 "Last-Translator: Cédric Bellegarde <[email protected]>\n"
 "Language-Team: Georgian (http://www.transifex.com/gnumdk/lollypop/language/";
@@ -1512,7 +1512,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/lollypop.pot 
new/lollypop-1.2.12/subprojects/po/lollypop.pot
--- old/lollypop-1.2.9/subprojects/po/lollypop.pot      2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/subprojects/po/lollypop.pot     2019-11-11 
15:11:06.000000000 +0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
@@ -1511,7 +1511,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/lt.po 
new/lollypop-1.2.12/subprojects/po/lt.po
--- old/lollypop-1.2.9/subprojects/po/lt.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/lt.po    2019-11-11 15:11:06.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-09-04 05:24+0000\n"
 "Last-Translator: Moo <[email protected]>\n"
 "Language-Team: Lithuanian <https://hosted.weblate.org/projects/gnumdk/";
@@ -1568,8 +1568,8 @@
 msgstr "Nauji albumai iš Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Sveiki atvykę į Lollypop"
+msgid "Welcome to Lollypop"
+msgstr ""
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1809,6 +1809,9 @@
 msgid "singer"
 msgstr "dainininkas"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Sveiki atvykę į Lollypop"
+
 #~ msgid "Replay gain value in dB"
 #~ msgstr "Replay gain reikšmė, dB"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/nb_NO.po 
new/lollypop-1.2.12/subprojects/po/nb_NO.po
--- old/lollypop-1.2.9/subprojects/po/nb_NO.po  2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/nb_NO.po 2019-11-11 15:11:06.000000000 
+0100
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: https://hosted.weblate.org/projects/gnumdk/\n";
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
-"PO-Revision-Date: 2019-11-10 12:21+0000\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
+"PO-Revision-Date: 2019-11-11 14:10+0000\n"
 "Last-Translator: Allan Nordhøy <[email protected]>\n"
 "Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/gnumdk/";
 "lollypop/nb_NO/>\n"
@@ -280,7 +280,7 @@
 
 #: ../data/org.gnome.Lollypop.gschema.xml:318
 msgid "Ignore internal symlinks"
-msgstr ""
+msgstr "Ignorer interne symbolske lenker"
 
 #: ../data/org.gnome.Lollypop.gschema.xml:323
 msgid "ReplayGain state"
@@ -378,6 +378,11 @@
 "couch thanks to it fullscreen mode; fetches lyrics, artwork and biography "
 "from the internet; and provides native support for ReplayGain."
 msgstr ""
+"Lollypop er en lett og moderne musikkspiller laget for å gli rett inn in "
+"GNOME-skrivebordsmiljøet. Det har også et festmodus, som velger "
+"festrelaterte spillelister automatisk; tillater tilgang til spilleren fra "
+"sofaen takket være fullskjermsmodus; innhenting av sangtekster; omslagskunst "
+"og biografi fra Internett; og innebygget støtte for ReplayGain."
 
 #: ../data/org.gnome.Lollypop.appdata.xml.in:13
 msgid "Multiple Audio Formats –"
@@ -1594,7 +1599,7 @@
 msgstr "Nye album fra Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr "Velkommen til Lollypop"
 
 #: ../lollypop/view_tracks.py:89
@@ -1834,6 +1839,9 @@
 msgid "singer"
 msgstr "sanger"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Velkommen til Lollypop"
+
 #~ msgid ""
 #~ "Lollypop is a lightweight modern music player designed to work "
 #~ "excellently on the GNOME desktop environment. It also features a party "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/nl.po 
new/lollypop-1.2.12/subprojects/po/nl.po
--- old/lollypop-1.2.9/subprojects/po/nl.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/nl.po    2019-11-11 15:11:06.000000000 
+0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-06-08 20:00+0000\n"
 "Last-Translator: Nathan Follens <[email protected]>\n"
 "Language-Team: Dutch <https://hosted.weblate.org/projects/gnumdk/lollypop/nl/";
@@ -1563,7 +1563,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/nl_BE.po 
new/lollypop-1.2.12/subprojects/po/nl_BE.po
--- old/lollypop-1.2.9/subprojects/po/nl_BE.po  2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/nl_BE.po 2019-11-11 15:11:06.000000000 
+0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-06-14 12:55+0000\n"
 "Last-Translator: Nathan Follens <[email protected]>\n"
 "Language-Team: Flemish <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1559,7 +1559,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/pl.po 
new/lollypop-1.2.12/subprojects/po/pl.po
--- old/lollypop-1.2.9/subprojects/po/pl.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/pl.po    2019-11-11 15:11:06.000000000 
+0100
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-08-30 18:24+0000\n"
 "Last-Translator: Allan Nordhøy <[email protected]>\n"
 "Language-Team: Polish <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1525,7 +1525,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/pt_BR.po 
new/lollypop-1.2.12/subprojects/po/pt_BR.po
--- old/lollypop-1.2.9/subprojects/po/pt_BR.po  2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/pt_BR.po 2019-11-11 15:11:06.000000000 
+0100
@@ -14,8 +14,8 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
-"PO-Revision-Date: 2019-11-05 08:20+0000\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
+"PO-Revision-Date: 2019-11-11 14:10+0000\n"
 "Last-Translator: Carlos Henrique De Freitas F. <[email protected]>\n"
 "Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/";
 "gnumdk/lollypop/pt_BR/>\n"
@@ -285,7 +285,7 @@
 
 #: ../data/org.gnome.Lollypop.gschema.xml:318
 msgid "Ignore internal symlinks"
-msgstr ""
+msgstr "Ignorar links simbólicos internos"
 
 #: ../data/org.gnome.Lollypop.gschema.xml:323
 msgid "ReplayGain state"
@@ -386,6 +386,12 @@
 "couch thanks to it fullscreen mode; fetches lyrics, artwork and biography "
 "from the internet; and provides native support for ReplayGain."
 msgstr ""
+"O Lollypop é um tocador de música moderno e leve, projetado para funcionar "
+"excelentemente no ambiente de área de trabalho do GNOME. Ele também possui "
+"um modo festa que adiciona automaticamente listas de reprodução relacionadas "
+"a festas; Permite acessar o player do seu sofá, graças ao modo de tela cheia;"
+" Busca letras, obras de arte e biografia da internet; E fornece suporte "
+"nativo para ReplayGain."
 
 #: ../data/org.gnome.Lollypop.appdata.xml.in:13
 msgid "Multiple Audio Formats –"
@@ -1588,7 +1594,7 @@
 msgstr "Novos álbuns do Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr "Bem Vindo ao Lollypop"
 
 #: ../lollypop/view_tracks.py:89
@@ -1828,6 +1834,9 @@
 msgid "singer"
 msgstr "Cantor(a)"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Bem Vindo ao Lollypop"
+
 #~ msgid ""
 #~ "Lollypop is a lightweight modern music player designed to work "
 #~ "excellently on the GNOME desktop environment. It also features a party "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/pt_PT.po 
new/lollypop-1.2.12/subprojects/po/pt_PT.po
--- old/lollypop-1.2.9/subprojects/po/pt_PT.po  2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/pt_PT.po 2019-11-11 15:11:06.000000000 
+0100
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-09-16 11:24+0000\n"
 "Last-Translator: João Nuno Matos <[email protected]>\n"
 "Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/";
@@ -1572,8 +1572,8 @@
 msgstr "Novos álbuns do Spotify"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Bem-vindo/a ao Lollypop"
+msgid "Welcome to Lollypop"
+msgstr ""
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1814,6 +1814,9 @@
 msgid "singer"
 msgstr "cantor"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Bem-vindo/a ao Lollypop"
+
 #~ msgid "Replay gain value in dB"
 #~ msgstr "Valor de replay gain em dB"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/ro.po 
new/lollypop-1.2.12/subprojects/po/ro.po
--- old/lollypop-1.2.9/subprojects/po/ro.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/ro.po    2019-11-11 15:11:06.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2017-11-27 14:00+0000\n"
 "Last-Translator: Cédric Bellegarde <[email protected]>\n"
 "Language-Team: Romanian (http://www.transifex.com/gnumdk/lollypop/language/";
@@ -1516,7 +1516,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/ru.po 
new/lollypop-1.2.12/subprojects/po/ru.po
--- old/lollypop-1.2.9/subprojects/po/ru.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/ru.po    2019-11-11 15:11:06.000000000 
+0100
@@ -18,7 +18,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2018-08-27 11:41+0000\n"
 "Last-Translator: OIS <[email protected]>\n"
 "Language-Team: Russian <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1526,7 +1526,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/sk.po 
new/lollypop-1.2.12/subprojects/po/sk.po
--- old/lollypop-1.2.9/subprojects/po/sk.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/sk.po    2019-11-11 15:11:06.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-06-15 07:41+0000\n"
 "Last-Translator: Attila Farkas <[email protected]>\n"
 "Language-Team: Slovak <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1538,7 +1538,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/sr.po 
new/lollypop-1.2.12/subprojects/po/sr.po
--- old/lollypop-1.2.9/subprojects/po/sr.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/sr.po    2019-11-11 15:11:06.000000000 
+0100
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2018-05-13 20:41+0000\n"
 "Last-Translator: Марко М. Костић <[email protected]>\n"
 "Language-Team: Serbian <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1518,7 +1518,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/[email protected] 
new/lollypop-1.2.12/subprojects/po/[email protected]
--- old/lollypop-1.2.9/subprojects/po/[email protected]     2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/subprojects/po/[email protected]    2019-11-11 
15:11:06.000000000 +0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2018-09-29 00:33+0000\n"
 "Last-Translator: Slobodan Terzić <[email protected]>\n"
 "Language-Team: Serbian (latin) <https://hosted.weblate.org/projects/gnumdk/";
@@ -1518,7 +1518,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/sv.po 
new/lollypop-1.2.12/subprojects/po/sv.po
--- old/lollypop-1.2.9/subprojects/po/sv.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/sv.po    2019-11-11 15:11:06.000000000 
+0100
@@ -11,7 +11,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-10-18 15:52+0000\n"
 "Last-Translator: Mattias Münster <[email protected]>\n"
 "Language-Team: Swedish <https://hosted.weblate.org/projects/gnumdk/lollypop/";
@@ -1533,7 +1533,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/tr.po 
new/lollypop-1.2.12/subprojects/po/tr.po
--- old/lollypop-1.2.9/subprojects/po/tr.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/tr.po    2019-11-11 15:11:06.000000000 
+0100
@@ -11,8 +11,8 @@
 msgstr ""
 "Project-Id-Version: Turkish (gnumdk)\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
-"PO-Revision-Date: 2019-11-05 08:20+0000\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
+"PO-Revision-Date: 2019-11-11 14:10+0000\n"
 "Last-Translator: Oguz Ersen <[email protected]>\n"
 "Language-Team: Turkish <https://hosted.weblate.org/projects/gnumdk/lollypop/";
 "tr/>\n"
@@ -283,7 +283,7 @@
 
 #: ../data/org.gnome.Lollypop.gschema.xml:318
 msgid "Ignore internal symlinks"
-msgstr ""
+msgstr "Dahili sembolik linkleri yoksay"
 
 #: ../data/org.gnome.Lollypop.gschema.xml:323
 msgid "ReplayGain state"
@@ -384,6 +384,12 @@
 "couch thanks to it fullscreen mode; fetches lyrics, artwork and biography "
 "from the internet; and provides native support for ReplayGain."
 msgstr ""
+"Lollypop, GNOME masaüstü ortamında mükemmel çalışmak üzere tasarlanmış hafif "
+"ve modern bir müzik oynatıcısıdır. Ayrıca parti ile ilgili çalma listelerini "
+"otomatik olarak seçecek bir parti modu da sunmakta; tam ekran modu sayesinde "
+"oynatıcıya kanepenizden erişmenize imkan vermekte; şarkı sözlerini, kapak "
+"resimlerini ve biyografileri internetten almakta; ve ReplayGain için yerel "
+"destek sağlamaktadır."
 
 #: ../data/org.gnome.Lollypop.appdata.xml.in:13
 msgid "Multiple Audio Formats –"
@@ -1587,8 +1593,8 @@
 msgstr "Spotify'dan yeni albümler"
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
-msgstr "Lolipop'a Hoş Geldiniz"
+msgid "Welcome to Lollypop"
+msgstr "Lollypop'a Hoşgeldiniz"
 
 #: ../lollypop/view_tracks.py:89
 msgid ""
@@ -1827,6 +1833,9 @@
 msgid "singer"
 msgstr "şarkıcı"
 
+#~ msgid "Welcome on Lollypop"
+#~ msgstr "Lolipop'a Hoş Geldiniz"
+
 #~ msgid ""
 #~ "Lollypop is a lightweight modern music player designed to work "
 #~ "excellently on the GNOME desktop environment. It also features a party "
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/uk.po 
new/lollypop-1.2.12/subprojects/po/uk.po
--- old/lollypop-1.2.9/subprojects/po/uk.po     2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/uk.po    2019-11-11 15:11:06.000000000 
+0100
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-09-20 23:27+0000\n"
 "Last-Translator: strixaluco <[email protected]>\n"
 "Language-Team: Ukrainian <https://hosted.weblate.org/projects/gnumdk/";
@@ -1528,7 +1528,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/zh_CN.po 
new/lollypop-1.2.12/subprojects/po/zh_CN.po
--- old/lollypop-1.2.9/subprojects/po/zh_CN.po  2019-11-10 15:30:27.000000000 
+0100
+++ new/lollypop-1.2.12/subprojects/po/zh_CN.po 2019-11-11 15:11:06.000000000 
+0100
@@ -12,7 +12,7 @@
 msgstr ""
 "Project-Id-Version: lollypop\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-08-11 13:27+0000\n"
 "Last-Translator: Elizabeth Sherrock <[email protected]>\n"
 "Language-Team: Chinese (Simplified) <https://hosted.weblate.org/projects/";
@@ -1520,7 +1520,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lollypop-1.2.9/subprojects/po/zh_Hant.po 
new/lollypop-1.2.12/subprojects/po/zh_Hant.po
--- old/lollypop-1.2.9/subprojects/po/zh_Hant.po        2019-11-10 
15:30:27.000000000 +0100
+++ new/lollypop-1.2.12/subprojects/po/zh_Hant.po       2019-11-11 
15:11:06.000000000 +0100
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-11-10 15:20+0100\n"
+"POT-Creation-Date: 2019-11-10 21:11+0100\n"
 "PO-Revision-Date: 2019-06-19 13:01+0000\n"
 "Last-Translator: Chang-Chia Tseng <[email protected]>\n"
 "Language-Team: Chinese (Traditional) <https://hosted.weblate.org/projects/";
@@ -1543,7 +1543,7 @@
 msgstr ""
 
 #: ../lollypop/view_suggestions.py:127
-msgid "Welcome on Lollypop"
+msgid "Welcome to Lollypop"
 msgstr ""
 
 #: ../lollypop/view_tracks.py:89


Reply via email to