Hello community,

here is the log from the commit of package girl for openSUSE:Factory checked in 
at 2017-03-21 22:51:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/girl (Old)
 and      /work/SRC/openSUSE:Factory/.girl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "girl"

Tue Mar 21 22:51:02 2017 rev:11 rq:481378 version:9.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/girl/girl.changes        2017-02-09 
11:17:28.407307964 +0100
+++ /work/SRC/openSUSE:Factory/.girl.new/girl.changes   2017-03-21 
22:51:03.753945087 +0100
@@ -1,0 +2,6 @@
+Mon Mar 20 12:44:02 UTC 2017 - dims...@opensuse.org
+
+- Update to version 9.9.1:
+  + Add KCED (http://www.centralia.edu/kced/).
+
+-------------------------------------------------------------------

Old:
----
  girl-9.8.0.tar.xz

New:
----
  girl-9.9.1.tar.xz

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

Other differences:
------------------
++++++ girl.spec ++++++
--- /var/tmp/diff_new_pack.VlSae9/_old  2017-03-21 22:51:04.565830310 +0100
+++ /var/tmp/diff_new_pack.VlSae9/_new  2017-03-21 22:51:04.569829744 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           girl
-Version:        9.8.0
+Version:        9.9.1
 Release:        0
 Summary:        Find live radio programs on radio broadcasters on the Internet
 License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Utilities
 Url:            http://www.ping.uio.no/~oka/src/girl/
-Source:         
http://download.gnome.org/sources/girl/9.8/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/girl/9.9/%{name}-%{version}.tar.xz
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme

++++++ girl-9.8.0.tar.xz -> girl-9.9.1.tar.xz ++++++
++++ 2885 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/ChangeLog new/girl-9.9.1/ChangeLog
--- old/girl-9.8.0/ChangeLog    2017-02-06 16:25:02.000000000 +0100
+++ new/girl-9.9.1/ChangeLog    2017-03-16 14:30:33.000000000 +0100
@@ -1,3 +1,124 @@
+commit 891f14aeeb3d30926d362f718faeb902faa6770e
+Author: Ole Aamot <o...@oka.no>
+Date:   Wed Mar 15 23:40:48 2017 +0100
+
+    Initial GTK+ 3 port of GNOME Internet Radio Locator
+
+ src/GIRL.c | 146 ++++++++++++++++++++++++++++++++++++++++++++++++-
+ src/GIRL.h |  19 ++-----
+ src/girl.c | 182 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 330 insertions(+), 17 deletions(-)
+
+commit bb728da5001116bf4e8dfec1a93e14ff35787e3c
+Author: Ole Aamot <o...@oka.no>
+Date:   Wed Mar 15 20:31:36 2017 +0100
+
+    Prepare 9.9.0
+
+ configure        | 22 ++--------------------
+ girl.spec.in     | 12 +++++++-----
+ src/Makefile.in  |  1 -
+ src/girl-9.9.dtd | 23 +++++++++++++++++++++++
+ 4 files changed, 32 insertions(+), 26 deletions(-)
+
+commit 770b1c847520f3ab229b1caf687037dde19f443a
+Author: Ole Aamot <o...@oka.no>
+Date:   Wed Mar 15 20:11:28 2017 +0100
+
+    Prepare GNOME Internet Radio Locator build tree for GTK+ 3.0
+
+ GNOME3                         |  11 +
+ configure                      | 157 +++++-----
+ configure.ac                   |  16 +-
+ data/icons/16x16/Makefile.in   | 508 --------------------------------
+ data/icons/22x22/Makefile.in   | 508 --------------------------------
+ data/icons/24x24/Makefile.in   | 507 --------------------------------
+ data/icons/256x256/Makefile.in | 507 --------------------------------
+ data/icons/32x32/Makefile.in   | 508 --------------------------------
+ data/icons/48x48/Makefile.in   | 508 --------------------------------
+ data/icons/Makefile.in         | 643 -----------------------------------------
+ data/pixmaps/Makefile.in       | 508 --------------------------------
+ help/Makefile.in               | 450 ----------------------------
+ po/POTFILES.in                 |  22 +-
+ src/GIRL-GUI.c                 |   0
+ src/GIRL-GUI.h                 |  20 ++
+ src/GIRL-LISTENER.c            |   0
+ src/GIRL-LISTENER.h            |  60 ++++
+ src/GIRL-PROGRAM.c             |   0
+ src/GIRL-PROGRAM.h             |  76 +++++
+ src/GIRL-RUNNERS.c             |   0
+ src/GIRL-RUNNERS.h             |  54 ++++
+ src/GIRL-STATION.c             |   0
+ src/GIRL-STATION.h             |  88 ++++++
+ src/GIRL-STATIONS-MAP.c        |   0
+ src/GIRL-STATIONS-MAP.h        | 110 +++++++
+ src/GIRL-STREAMS.c             |   0
+ src/GIRL-STREAMS.h             |  71 +++++
+ src/GIRL-TZ.c                  |   0
+ src/GIRL-TZ.h                  | 118 ++++++++
+ src/GIRL.c                     |  44 +++
+ src/GIRL.h                     | 165 +++++++++++
+ src/Makefile.am                |  36 +--
+ src/Makefile.in                | 335 ++++++++-------------
+ src/girl.xml                   |  18 +-
+ 34 files changed, 1073 insertions(+), 4975 deletions(-)
+
+commit ec60b1faecfeba029db4f74085031d5a16649ae5
+Author: Balázs Úr <urbal...@gmail.com>
+Date:   Wed Mar 15 17:46:24 2017 +0000
+
+    Update Hungarian translation
+
+ po/hu.po | 192 +++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 93 insertions(+), 99 deletions(-)
+
+commit bd3ce4edc7523aa5b712536f940f419138d9e343
+Author: Anders Jonsson <anders.jons...@norsjovallen.se>
+Date:   Sat Mar 11 11:51:43 2017 +0000
+
+    Update Swedish translation
+
+ help/sv/sv.po | 395 ++++++++++++++++++++++++++++++++++------------------------
+ 1 file changed, 229 insertions(+), 166 deletions(-)
+
+commit 3171e17c169a18c92989cd9ecc5a12f08846664e
+Author: Мирослав Николић <miroslavniko...@rocketmail.com>
+Date:   Sun Feb 26 16:29:46 2017 +0100
+
+    Updated Serbian translation
+
+ po/sr.po       | 2 +-
+ po/s...@latin.po | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit 20ff70a0a879376612ba9c50f8337d24a961ad50
+Author: Мирослав Николић <miroslavniko...@rocketmail.com>
+Date:   Sun Feb 26 07:55:50 2017 +0100
+
+    Updated Serbian translation
+
+ po/sr.po       | 257 ++++++++++++++++++++++++++++++++++-----------------------
+ po/s...@latin.po | 257 
++++++++++++++++++++++++++++++++++-----------------------
+ 2 files changed, 306 insertions(+), 208 deletions(-)
+
+commit b80562ac296d111e6bf181f9beb83c2114eb9c0f
+Author: Marek Černocký <ma...@manet.cz>
+Date:   Sat Feb 11 10:51:58 2017 +0100
+
+    Updated Czech translation
+
+ po/cs.po | 163 +++++++++++++++++++++++++++++----------------------------------
+ 1 file changed, 76 insertions(+), 87 deletions(-)
+
+commit 831ecdcbef8a066d4956f799b558c86f75cc0faf
+Author: Anders Jonsson <anders.jons...@norsjovallen.se>
+Date:   Tue Feb 7 23:39:42 2017 +0000
+
+    Update Swedish translation
+
+ po/sv.po | 30 ++++++++++++++----------------
+ 1 file changed, 14 insertions(+), 16 deletions(-)
+
 commit 13e8e562a2d1827a878bbe3f262d35b35e06dfbb
 Author: Ole Aamot <o...@oka.no>
 Date:   Mon Feb 6 16:22:44 2017 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/GNOME3 new/girl-9.9.1/GNOME3
--- old/girl-9.8.0/GNOME3       2016-12-01 23:40:32.000000000 +0100
+++ new/girl-9.9.1/GNOME3       2017-03-16 14:26:39.000000000 +0100
@@ -1,11 +1,29 @@
-The next generation (10.0.0) of GNOME Internet Radio Locator is in
-development.
+GNOME Internet Radio Locator 10.0.0 being written.
 
-You can download a GNOME 3 test release based on libchamplain and GNOME
-Maps from from
-https://people.gnome.org/~ole/testing/girl-10.0.0-champlain-test.tar.xz
+You can download a GNOME 3 test release based on libchamplain and
+GNOME Maps - https://people.gnome.org/~ole/girl/girl-9.9.0.tar.xz
+
+See HACKING and my first attempt of porting the files to GTK+ 3.0
+
+src/GIRL.c
+src/GIRL-GUI.c
+src/GIRL-GUI.h
+src/GIRL.h
+src/GIRL-LISTENER.c
+src/GIRL-LISTENER.h
+src/GIRL-PROGRAM.c
+src/GIRL-PROGRAM.h
+src/GIRL-RUNNERS.c
+src/GIRL-RUNNERS.h
+src/GIRL-STATION.c
+src/GIRL-STATION.h
+src/GIRL-STATIONS-MAP.c
+src/GIRL-STATIONS-MAP.h
+src/GIRL-STREAMS.c
+src/GIRL-STREAMS.h
+src/GIRL-TZ.c
+src/GIRL-TZ.h
 
-See HACKING for details on how to contribute code to the next generation.
 
 Enjoy Internet radio,
 Ole Aamot <o...@src.gnome.org>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/Makefile new/girl-9.9.1/Makefile
--- old/girl-9.8.0/Makefile     2017-02-06 16:24:35.000000000 +0100
+++ new/girl-9.9.1/Makefile     2017-03-16 14:30:20.000000000 +0100
@@ -97,7 +97,7 @@
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
 CONFIG_HEADER = config.h
-CONFIG_CLEAN_FILES = girl.spec
+CONFIG_CLEAN_FILES = girl.spec mingw32-girl.spec
 CONFIG_CLEAN_VPATH_FILES =
 AM_V_P = $(am__v_P_$(V))
 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
@@ -157,9 +157,10 @@
 CSCOPE = cscope
 DIST_SUBDIRS = $(SUBDIRS)
 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
-       $(srcdir)/girl.spec.in ABOUT-NLS AUTHORS COPYING ChangeLog \
-       INSTALL NEWS README THANKS TODO compile config.rpath depcomp \
-       install-sh missing
+       $(srcdir)/girl.spec.in $(srcdir)/mingw32-girl.spec.in \
+       ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS \
+       TODO compile config.guess config.rpath depcomp install-sh \
+       missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -202,13 +203,13 @@
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
 distcleancheck_listfiles = find . -type f -print
-ACLOCAL = ${SHELL} /home/oka/girl/missing aclocal-1.15
+ACLOCAL = ${SHELL} /home/oka/git/gnome/girl/missing aclocal-1.15
 ALL_LINGUAS = 
 AMTAR = $${TAR-tar}
 AM_DEFAULT_VERBOSITY = 1
-AUTOCONF = ${SHELL} /home/oka/girl/missing autoconf
-AUTOHEADER = ${SHELL} /home/oka/girl/missing autoheader
-AUTOMAKE = ${SHELL} /home/oka/girl/missing automake-1.15
+AUTOCONF = ${SHELL} /home/oka/git/gnome/girl/missing autoconf
+AUTOHEADER = ${SHELL} /home/oka/git/gnome/girl/missing autoheader
+AUTOMAKE = ${SHELL} /home/oka/git/gnome/girl/missing automake-1.15
 AWK = gawk
 CATALOGS = 
 CATOBJEXT = .gmo
@@ -263,7 +264,7 @@
 LIBS = -lm 
 LN_S = ln -s
 LTLIBOBJS = 
-MAKEINFO = ${SHELL} /home/oka/girl/missing makeinfo
+MAKEINFO = ${SHELL} /home/oka/git/gnome/girl/missing makeinfo
 MKDIR_P = /usr/bin/mkdir -p
 MKINSTALLDIRS = ./mkinstalldirs
 MSGFMT = /usr/bin/msgfmt
@@ -273,10 +274,10 @@
 PACKAGE = girl
 PACKAGE_BUGREPORT = 
 PACKAGE_NAME = girl
-PACKAGE_STRING = girl 9.8.0
+PACKAGE_STRING = girl 9.9.1
 PACKAGE_TARNAME = girl
 PACKAGE_URL = 
-PACKAGE_VERSION = 9.8.0
+PACKAGE_VERSION = 9.9.1
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
@@ -289,15 +290,15 @@
 SHELL = /bin/sh
 STRIP = 
 USE_NLS = yes
-VERSION = 9.8.0
+VERSION = 9.9.1
 XGETTEXT = /usr/bin/xgettext
 XMLLINT = xmllint
 YELP_LC_DIST = true
 YELP_LC_MEDIA_LINKS = true
-abs_builddir = /home/oka/girl
-abs_srcdir = /home/oka/girl
-abs_top_builddir = /home/oka/girl
-abs_top_srcdir = /home/oka/girl
+abs_builddir = /home/oka/git/gnome/girl
+abs_srcdir = /home/oka/git/gnome/girl
+abs_top_builddir = /home/oka/git/gnome/girl
+abs_top_srcdir = /home/oka/git/gnome/girl
 ac_ct_CC = gcc
 am__include = include
 am__leading_dot = .
@@ -316,7 +317,7 @@
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = ${SHELL} /home/oka/girl/install-sh
+install_sh = ${SHELL} /home/oka/git/gnome/girl/install-sh
 intltool__v_merge_options_ = 
$(intltool__v_merge_options_$(AM_DEFAULT_VERBOSITY))
 intltool__v_merge_options_0 = -q
 libdir = ${exec_prefix}/lib
@@ -429,6 +430,8 @@
        -rm -f config.h stamp-h1
 girl.spec: $(top_builddir)/config.status $(srcdir)/girl.spec.in
        cd $(top_builddir) && $(SHELL) ./config.status $@
+mingw32-girl.spec: $(top_builddir)/config.status $(srcdir)/mingw32-girl.spec.in
+       cd $(top_builddir) && $(SHELL) ./config.status $@
 
 # This directory's subdirectories are mostly independent; you can cd
 # into them and run 'make' without going through this Makefile.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/NEWS new/girl-9.9.1/NEWS
--- old/girl-9.8.0/NEWS 2017-02-06 16:23:28.000000000 +0100
+++ new/girl-9.9.1/NEWS 2017-02-15 14:06:07.000000000 +0100
@@ -1,4 +1,10 @@
 =============
+Version 9.8.1
+=============
+
+       * src/girl.xml: Add KCED (http://www.centralia.edu/kced/)
+
+=============
 Version 9.8.0
 =============
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/README new/girl-9.9.1/README
--- old/girl-9.8.0/README       2017-02-06 16:23:28.000000000 +0100
+++ new/girl-9.9.1/README       2017-03-16 14:24:26.000000000 +0100
@@ -1,4 +1,13 @@
 ================
+GIRL 9.9.1 notes
+================
+
+GNOME Internet Radio Locator version 9.9 was released in March 2017.
+
+The new release ships with KCED (http://www.centralia.edu/kced/) and
+initial GTK+ 3.0 port of GNOME Internet Radio Locator (see GNOME3).
+
+================
 GIRL 9.8.0 notes
 ================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/configure.ac new/girl-9.9.1/configure.ac
--- old/girl-9.8.0/configure.ac 2017-02-06 16:23:28.000000000 +0100
+++ new/girl-9.9.1/configure.ac 2017-03-16 14:04:03.000000000 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(girl, 9.8.0)
+AC_INIT(girl, 9.9.1)
 AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
 AC_CONFIG_SRCDIR([src/girl.c])
 AC_CONFIG_HEADER([config.h])
@@ -93,4 +93,5 @@
 po/Makefile.in
 src/Makefile
 girl.spec
+mingw32-girl.spec
 ])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/girl.spec.in new/girl-9.9.1/girl.spec.in
--- old/girl-9.8.0/girl.spec.in 2017-02-06 16:23:28.000000000 +0100
+++ new/girl-9.9.1/girl.spec.in 2017-03-16 14:30:09.000000000 +0100
@@ -71,6 +71,15 @@
 %{_datadir}/help/*/%{name}
 
 %changelog
+* Thu Mar 16 2017 Ole Aamot - 9.9.1-1.fc25
+- Girl 9.9.1 build on Fedora Linux 25
+
+* Wed Mar 15 2017 Ole Aamot - 9.9.0-1.fc25
+- GIRL 9.9.0 build on Fedora Linux 25
+
+* Wed Feb 15 2017 Ole Aamot - 9.8.1-1.fc25
+- Girl 9.8.1 build on Fedora Linux 25
+
 * Sun Feb 05 2017 Ole Aamot - 9.8.0-1.fc25
 - Girl 9.8.0 build on Fedora Linux 25
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/help/sv/exit.page new/girl-9.9.1/help/sv/exit.page
--- old/girl-9.8.0/help/sv/exit.page    2017-01-17 17:18:25.000000000 +0100
+++ new/girl-9.9.1/help/sv/exit.page    2017-03-16 14:04:27.000000000 +0100
@@ -25,6 +25,6 @@
 
   <title><media type="image" mime="image/png" src="media/girl-exit.png"/> 
GNOME Internetradioletare</title>
 
-  <p>However, in order to stop streaming the radio station, you must click on 
"Stop" first.</p>
+  <p>Men, för att avsluta strömning av radiostationen måste du klicka på 
”Stopp” först.</p>
   
 </page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/help/sv/index.page new/girl-9.9.1/help/sv/index.page
--- old/girl-9.8.0/help/sv/index.page   2017-01-17 17:18:25.000000000 +0100
+++ new/girl-9.9.1/help/sv/index.page   2017-03-16 14:04:27.000000000 +0100
@@ -30,8 +30,8 @@
   <p>Andra hjälpkategorier grupperas samman i avsnitten nedan. Ha det så kul 
med att leta icke-kommersiella, oberoende Internetradiostationer med <app>GNOME 
Internetradioletare</app>!</p>
 
   <section id="search" style="2column">
-    <title>New</title>
-    <p><link xref="new">New</link> radio station by location.</p>
+    <title>Ny</title>
+    <p><link xref="new">Ny</link> radiostation efter plats.</p>
   </section>
 
   <section id="search" style="2column">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/help/sv/listen.page new/girl-9.9.1/help/sv/listen.page
--- old/girl-9.8.0/help/sv/listen.page  2017-01-17 17:18:25.000000000 +0100
+++ new/girl-9.9.1/help/sv/listen.page  2017-03-16 14:04:27.000000000 +0100
@@ -21,12 +21,11 @@
 
   <title>Lyssna</title>
 
-  <p>It is possible to listen to supported radio stations in <app>GIRL</app> 
if you have installed gstreamer with the necessary audio codecs.</p>
+  <p>Det är möjligt att lyssna på radiostationer som stöds i <app>GIRL</app> 
om du har installerat gstreamer med nödvändiga ljudkodekar.</p>
 
   <p>Om du har installerat ljudkodeken Ogg Vorbis på din dator kan du lyssna 
på många av de inkluderade radiostationerna.</p>
 
-  <p>If you select the radio station from "Stations" and click on "Listen" in 
the <app>GIRL</app>
-  program after you listened to a radio station previously, the default radio 
station will stream audio with gstreamer.</p>
+  <p>Om du väljer radiostationen från ”Stationer” och klickar på ”Lyssna” i 
<app>GIRL</app> efter att du tidigare har lyssnat på en radiostation kommer 
standardradiostationen att strömma ljud med gstreamer.</p>
 
   <title><media type="image" mime="image/png" src="media/girl-listen.png"/> 
Lyssna på radiostation</title>
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/help/sv/new.page new/girl-9.9.1/help/sv/new.page
--- old/girl-9.8.0/help/sv/new.page     2017-01-17 17:18:25.000000000 +0100
+++ new/girl-9.9.1/help/sv/new.page     2017-03-16 14:04:27.000000000 +0100
@@ -16,11 +16,7 @@
       <mal:years>2015</mal:years>
     </mal:credit>
   </info>
-  <title xml:lang="en-US">New</title>
-    <p xml:lang="en-US">It is possible to add new Internet radio stations 
-    in <app>GIRL</app> with the "New" button.</p>
-    <title xml:lang="en-US">
-      <media type="image" mime="image/png" src="media/girl-newstation.png"/>
-      New Internet radio station
-    </title>
+  <title>Ny</title>
+    <p>Det är möjligt att lägga till nya internetradiostationer i 
<app>GIRL</app> med knappen ”Ny”.</p>
+    <title><media type="image" mime="image/png" 
src="media/girl-newstation.png"/> Ny internetradiostation</title>
 </page>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/help/sv/record.page new/girl-9.9.1/help/sv/record.page
--- old/girl-9.8.0/help/sv/record.page  2017-01-17 17:18:25.000000000 +0100
+++ new/girl-9.9.1/help/sv/record.page  2017-03-16 14:04:27.000000000 +0100
@@ -21,19 +21,15 @@
 
   <title>Spela in</title>
 
-  <p>A planned feature in <app>GIRL</app> is to make it possible to
-  record audio files from supported radio stations in <app>GIRL</app>
-  if you have installed the gstreamer library.</p>
+  <p>En planerad funktion i <app>GIRL</app> är att göra det möjligt att spela 
in ljudfiler från radiostationer som stöds i <app>GIRL</app> om du har 
installerat gstreamer-biblioteket.</p>
   
-  <p>If you select the radio station from "Stations" and click on "Listen" in 
the <app>GIRL</app>
-  program after you listened to a radio station previously, and then click on 
"Record", the radio
-  station would be recorded and the recorded audio file would be stored in 
your home directory.</p>
+  <p>Om du väljer radiostationen från ”Stationer” och klickar på ”Lyssna” i 
<app>GIRL</app> efter att du har lyssnat på en radiostation tidigare och sedan 
klickar på ”Spela in” kommer radiostationen att spelas in och den inspelade 
ljudfilen kommer att lagras i din hemmapp.</p>
 
-  <p>Please get in touch and check out src/girl-record.c for the code if you 
want to implement recording with gstreamer.</p>
+  <p>Kontakta oss os ta en titt på src/girl-record.c för koden om du vill 
implementera inspelning med gstreamer.</p>
   
   <title><media type="image" mime="image/png" src="media/girl-record.png"/> 
Spela in</title>
   
-  <p>If you want to stop the recording process of the radio station, click on 
"Stop".</p>
+  <p>Om du vill stoppa inspelningsprocessen för radiostationen, klicka på 
”Stoppa”.</p>
 
   <title><media type="image" mime="image/png" src="media/girl-stop.png"/> 
Stopp</title>
   
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/mingw32-girl.spec.in new/girl-9.9.1/mingw32-girl.spec.in
--- old/girl-9.8.0/mingw32-girl.spec.in 1970-01-01 01:00:00.000000000 +0100
+++ new/girl-9.9.1/mingw32-girl.spec.in 2017-02-17 18:37:09.000000000 +0100
@@ -0,0 +1,260 @@
+Name:           mingw32-mingw32-girl
+Version:        9.8.1
+Release:        1%{?dist}
+Summary:        GNOME Internet Radio Locator program for MingW32
+License:        GPLv2+
+URL:            http://people.gnome.org/~ole/girl
+Group:          Applications/Internet
+Source:         http://people.gnome.org/~ole/%{name}/%{name}-%{version}.tar.xz
+
+BuildRequires:  gtk2-devel
+BuildRequires:  libgnome-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  gnome-vfs2-devel
+BuildRequires:  libgnomeui-devel
+BuildRequires:  intltool
+BuildRequires:  itstool
+BuildRequires:  libappstream-glib
+BuildRequires:  desktop-file-utils
+BuildRequires:  gstreamer-devel
+BuildRequires:  gstreamer1-plugins-bad-free-devel
+BuildRequires:  gstreamer1-plugins-base-devel
+Requires:       gstreamer1 >= 1.8.3
+Requires:       gstreamer1-plugins-ugly >= 1.8.3
+
+%description
+GNOME Internet Radio Locator (GIRL) is a program that allows the user
+to easily locate live radio programs by broadcasters on the Internet.
+
+GIRL is developed on the GNOME platform and it requires gstreamer for
+playback.
+
+Enjoy Internet Radio.
+
+%prep
+%setup -q
+
+%build
+%configure --with-recording --disable-silent-rules
+
+%install
+%make_install
+%find_lang %{name} --with-man
+
+%check
+appstream-util validate-relax --nonet 
%{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml
+desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
+
+%post
+/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+/usr/bin/update-desktop-database &> /dev/null || :
+
+%posttrans
+/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+%files -f %{name}.lang
+%doc AUTHORS DEBIAN LETTER MAILINGLIST NEWS README TODO VERSION YP-DIRS 
ChangeLog
+%license COPYING
+%{_bindir}/%{name}
+%{_datadir}/%{name}/
+%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/applications/%{name}.desktop
+%{_datadir}/icons/hicolor/*/apps/%{name}.png
+%{_mandir}/man1/%{name}.1*
+%{_datadir}/help/*/%{name}
+
+%changelog
+* Fri Feb 17 2017 Ole Aamot - 9.8.1-1.fc25
+- Girl 9.8.1 build on Fedora Linux 25
+
+* Wed Feb 15 2017 Ole Aamot - 9.8.1-1.fc25
+- Girl 9.8.1 build on Fedora Linux 25
+
+* Sun Feb 05 2017 Ole Aamot - 9.8.0-1.fc25
+- Girl 9.8.0 build on Fedora Linux 25
+
+* Sat Feb 04 2017 Ole Aamot - 9.7.2-1.fc25
+- Girl 9.7.2 build on Fedora Linux 25
+
+* Wed Jan 18 2017 Ole Aamot - 9.7.1-1.fc25
+- Girl 9.7.1 build on Fedora Linux 25
+
+* Tue Jan 17 2017 Ole Aamot - 9.7.0-1.fc24
+- Girl 9.7.0 build on Fedora Linux 24
+
+* Sat Jan 07 2017 Ole Aamot - 9.6.2-1.fc24
+- Girl 9.6.2 build on Fedora Linux 24
+
+* Sat Dec 10 2016 Ole Aamot - 9.6.1-1.fc24
+- Girl 9.6.1 build on Fedora Linux 24
+
+- Girl 9.6.0 build on Fedora Linux 24
+- Remove dependency on totem
+- Add dependency on gstreamer1
+
+* Sat Sep 24 2016 Ole Aamot - 9.5.3-1.fc23
+- Girl 9.5.3 build on Fedora Linux 23
+
+* Fri Sep 23 2016 Ole Aamot - 9.5.2-1.fc23
+- Girl 9.5.2 build on Fedora Linux 23
+
+* Sat Aug 27 2016 Ole Aamot - 9.5.1-1.fc23
+- Girl 9.5.1 build on Fedora Linux 23
+
+* Sun Aug 14 2016 Ole Aamot - 9.5.0-1.fc23
+- Girl 9.5.0 build on Fedora Linux 23
+
+* Thu Jul 07 2016 Ole Aamot - 9.4.0-1.fc23
+- Girl 9.4.0 build on Fedora Linux 23
+
+* Sat Jun 25 2016 Ole Aamot - 9.3.0-1.fc23
+- Girl 9.3.0 build on Fedora Linux 23
+
+* Sat Jun 11 2016 Ole Aamot - 9.2.0-1.fc23
+- Girl 9.2.0 build on Fedora Linux 23
+
+* Tue Jun 07 2016 Ole Aamot - 9.1.0-1.fc23
+- Girl 9.1.0 build on Fedora Linux 23
+
+* Sun May 22 2016 Ole Aamot - 9.0.0-1.fc23
+- Girl 9.0.0 build on Fedora Linux 23
+
+* Sat May 21 2016 Ole Aamot - 8.5.0-1.fc23
+- Girl 8.5.0 build on Fedora Linux 23
+
+* Sun May 01 2016 Ole Aamot - 8,4.2-1.fc23
+- Girl 8.4.2 build on Fedora Linux 23
+
+* Wed Apr 27 2016 Ole Aamot - 8.4.1-1.fc23
+- Girl 8.4.1 build on Fedora Linux 23
+
+* Tue Mar 08 2016 Ole Aamot - 8.4.0-1.fc23
+- Girl 8.4.0 build on Fedora Linux 23
+
+* Tue Mar 08 2016 Ole Aamot - 8.3.16-1.fc23
+- Girl 8.3.16 build on Fedora Linux 23
+
+* Sun Jan 17 2016 Ole Aamot - 8.0.1-1.fc23
+- Cleanup
+- Rebuild
+
+* Sat Jan 16 2016 Ole Aamot - 8.0.0-1.fc23
+- Girl 8.0.0 build on Fedora Linux 23
+
+* Sun Jan 03 2016 Ole Aamot - 7.0.0-1.fc23
+- Girl 7.0.0 build on Fedora Linux 23
+
+* Sat Aug 08 2015 Ole Aamot - 6.1.0-1.fc21
+- Girl 6.1.0 build on Fedora Linux 21
+
+* Sat May 30 2015 Ole Aamot - 6.0.0-1.fc21
+- Girl 6.0.0 build on Fedora Linux 21
+
+* Fri May 08 2015 Ole Aamot - 5.0.0-1.fc21
+- Girl 5.0.0 build on Fedora Linux 21
+
+* Sun May 03 2015 Ole Aamot - 4.0.0-1.fc21
+- Girl 4.0.0 build on Fedora Linux 21
+
+* Wed Apr 29 2015 Ole Aamot - 3.2.0-1.fc21
+- Girl 3.2.0 build on Fedora Linux 21
+
+* Wed Apr 29 2015 Ole Aamot - 3.1.0-1.fc21
+- Girl 3.1.0 build on Fedora Linux 21
+
+* Sat Apr 25 2015 Ole Aamot - 3.0.0-1.fc21
+- Girl 3.0.0 build on Fedora Linux 21
+
+* Tue Mar 24 2015 Ole Aamot - 2.0.0-1.fc21
+- Girl 2.0.0 build on Fedora Linux 21
+
+* Sat Mar 21 2015 Ole Aamot - 1.9.0-1.fc21
+- Girl 1.9.0 build on Fedora Linux 21
+
+* Sat Mar 14 2015 Ole Aamot - 1.8.0-1.fc21
+- Girl 1.8.0 build on Fedora Linux 21
+
+* Sun Mar 08 2015 Ole Aamot - 1.7.0-1.fc21
+- Girl 1.7.0 build on Fedora Linux 21
+
+* Sat Mar 07 2015 Ole Aamot - 1.6.0-1.fc21
+- Girl 1.6.0 build on Fedora Linux 21
+
+* Sun Mar 01 2015 Ole Aamot - 1.5.1-1.fc21
+- Cleanup spec file with help from Martin Gansser
+
+* Sat Feb 28 2015 Ole Aamot - 1.5.0-1.fc21
+- Girl 1.5.0 build on Fedora Linux 21
+
+* Sat Feb 21 2015 Ole Aamot - 1.4.0-1.fc21
+- Girl 1.4.0 build on Fedora Linux 21
+
+* Sat Feb 14 2015 Ole Aamot - 1.3.0-1.fc21
+- Girl 1.3.0 build on Fedora Linux 21
+
+* Fri Jan 23 2015 Ole Aamot - 1.2.0-1.fc21
+- Girl 1.2.0 build on Fedora Linux 21
+
+* Sun Jan 18 2015 Ole Aamot - 1.1.1-1.fc21
+- Girl 1.1.1 build on Fedora Linux 21
+
+* Sat Jan 17 2015 Ole Aamot - 1.1.0-1
+- Girl 1.1.0 build on Fedora Linux 21
+
+* Thu Jan 01 2015 Ole Aamot - 1.0.0-1
+- Girl 1.0.0 build on Fedora Linux 21
+
+* Sat Dec 27 2014 Ole Aamot - 0.9.0-1
+- Girl 0.9.0 build on Fedora Linux 21
+
+* Sat Dec 20 2014 Ole Aamot - 0.8.0-1
+- Girl 0.8.0 build on Fedora Linux 21
+
+* Sun Dec 14 2014 Ole Aamot - 0.7.3-1
+- Girl 0.7.3 build on Fedora Linux 21
+
+* Sun Dec 14 2014 Ole Aamot - 0.7.2-1
+- Girl 0.7.2 build on Fedora Linux 21
+
+* Sat Dec 13 2014 Ole Aamot - 0.7.1-1
+- Girl 0.7.1 build on Fedora Linux 21
+
+* Fri Dec 12 2014 Ole Aamot - 0.7.0-1
+- Girl 0.7.0 build on Fedora Linux 21
+
+* Sun Dec 07 2014 Ole Aamot - 0.6.2-1
+- Girl 0.6.2 build on Fedora Linux 21
+
+* Sat Dec 06 2014 Ole Aamot - 0.6.1-1
+- Girl 0.6.1 build on Fedora Linux 21
+
+* Tue Dec 02 2014 Ole Aamot - 0.6.0-1
+- Girl 0.6.0 build on Fedora Linux 21
+
+* Sat Nov 29 2014 Ole Aamot - 0.5.2-1
+- Girl 0.5.2 build on Fedora Linux 21
+
+* Sat Nov 29 2014 Ole Aamot - 0.5.1-1
+- Girl 0.5.1 build on Fedora Linux 21
+
+* Sat Nov 29 2014 Ole Aamot - 0.5.0-1
+- Girl 0.5.0 build on Fedora Linux 21
+
+* Sat Nov 22 2014 Ole Aamot - 0.4.0-1
+- Girl 0.4.0 build on Fedora Linux 20
+
+* Sat Nov 15 2014 Ole Aamot - 0.3.0
+- Modify description of Girl
+
+* Sat Nov  8 2014 Ole Aamot - 0.2.0
+- Add dependency on 'totem'.
+
+* Sat Nov  1 2014 Ole Aamot - 0.1.0
+- Initial Girl build on Fedora Core 20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/po/cs.po new/girl-9.9.1/po/cs.po
--- old/girl-9.8.0/po/cs.po     2016-12-21 16:22:01.000000000 +0100
+++ new/girl-9.9.1/po/cs.po     2017-02-15 13:57:57.000000000 +0100
@@ -8,7 +8,7 @@
 "Project-Id-Version: girl master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
 "product=girl&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2016-12-01 22:47+0000\n"
+"POT-Creation-Date: 2017-01-29 15:23+0000\n"
 "PO-Revision-Date: 2016-12-20 10:33+0100\n"
 "Last-Translator: Marek Černocký <ma...@manet.cz>\n"
 "Language-Team: čeština <gnome-cs-l...@gnome.org>\n"
@@ -21,23 +21,20 @@
 
 #: ../data/girl.appdata.xml.in.h:1
 msgid ""
-"GIRL, the GNOME Internet Radio Locator program, allows users to easily find "
-"and record live radio programs on radio broadcasters on the Internet."
+"GNOME Internet Radio Locator (GIRL) allows users to easily find and listen "
+"to live radio programs on radio broadcasters on the Internet."
 msgstr ""
-"GIRL, GNOME Internet Radio Locator (naladění internetových rádií v GNOME) je "
-"aplikace, pomocí které si uživatel může snadno najít, a připadně i nahrát, "
-"živé vysílání rádií na Internetu."
+"GNOME Internet Radio Locator (naladění internetových rádií v GNOME, zkráceně "
+"GIRL) je aplikace, pomocí které si uživatel může snadno najít, a připadně i "
+"nahrát, živé vysílání rádií na Internetu."
 
 #: ../data/girl.appdata.xml.in.h:2
 msgid ""
-"GIRL is developed for the GNOME desktop and requires one audio helper such "
-"as Totem to be installed for playback and streamripper to be installed for "
-"recording live radio streams of supported radio stations."
-msgstr ""
-"GIRL je vyvíjen pro pracovní prostředí GNOME a vyžaduje, aby byl "
-"nainstalován podpůrný program pro práci se zvukem, jako je Totem, který "
-"hudbu přehrává a další program, který umí u podporovaných stanic živé "
-"vysílání nahrávat."
+"GIRL is developed for the GNOME desktop and requires gstreamer 1.0 to be "
+"installed for playback of supported radio stations."
+msgstr ""
+"GIRL je vyvíjen pro pracovní prostředí GNOME a vyžaduje, aby byl pro "
+"potřeby přehrávání podporovaných rádiových stinic nainstalován gstreamer 1.0."
 
 #: ../data/girl.appdata.xml.in.h:3
 msgid ""
@@ -51,7 +48,7 @@
 msgid "Internet Radio Locator"
 msgstr "Naladění internetových rádií"
 
-#: ../data/girl.desktop.in.in.h:2 ../src/girl.c:704
+#: ../data/girl.desktop.in.in.h:2 ../src/girl.c:705
 msgid "Locate Internet Radio Stations"
 msgstr "Nalaďte si rádio na Internetu."
 
@@ -60,173 +57,173 @@
 msgid "Live;Radio;Program;Station;Locator;"
 msgstr "živé;živě;rádio;program;stanice;vyhledání;ladění;naladění;"
 
-#: ../src/girl-gui.c:56
+#: ../src/girl-gui.c:58
 msgid "New"
 msgstr "Nová"
 
-#: ../src/girl-gui.c:56
+#: ../src/girl-gui.c:58
 msgid "Add a new radio station"
 msgstr "Přidat novou stanici"
 
-#: ../src/girl-gui.c:59
+#: ../src/girl-gui.c:61
 msgid "Search"
 msgstr "Hledat"
 
-#: ../src/girl-gui.c:59
+#: ../src/girl-gui.c:61
 msgid "Search by location for radio stations"
 msgstr "Vyhledat stanici podle místa"
 
-#: ../src/girl-gui.c:63
+#: ../src/girl-gui.c:65
 msgid "Listen"
 msgstr "Poslouchat"
 
-#: ../src/girl-gui.c:63
+#: ../src/girl-gui.c:65
 msgid "Listen to selected radio station"
 msgstr "Poslouchat vybranou stanici"
 
-#: ../src/girl-gui.c:67
+#: ../src/girl-gui.c:69
 msgid "Record"
 msgstr "Nahrávat"
 
-#: ../src/girl-gui.c:67
+#: ../src/girl-gui.c:69
 msgid "Record selected radio station"
 msgstr "Nahrávat vybranou stanici"
 
-#: ../src/girl-gui.c:70
+#: ../src/girl-gui.c:73
 msgid "Stop"
 msgstr "Zastavit"
 
-#: ../src/girl-gui.c:70
+#: ../src/girl-gui.c:73
 msgid "Stop recording selected radio station"
 msgstr "Zastavit nahrávání vybrané stanice"
 
-#: ../src/girl-gui.c:75
+#: ../src/girl-gui.c:77
 msgid "Previous"
 msgstr "Předchozí"
 
-#: ../src/girl-gui.c:76
+#: ../src/girl-gui.c:78
 msgid "Go back to the previous radio station"
 msgstr "Vrátit se k předchozí stanici"
 
-#: ../src/girl-gui.c:78
+#: ../src/girl-gui.c:80
 msgid "Stations"
 msgstr "Stanice"
 
-#: ../src/girl-gui.c:78
+#: ../src/girl-gui.c:80
 msgid "Internet Radio Stations"
 msgstr "Stanice internetových radií"
 
-#: ../src/girl-gui.c:81
+#: ../src/girl-gui.c:83
 msgid "Next"
 msgstr "Následující"
 
-#: ../src/girl-gui.c:81
+#: ../src/girl-gui.c:83
 msgid "Proceed to the next radio station"
 msgstr "Přejít k následující stanici"
 
-#: ../src/girl-gui.c:84
+#: ../src/girl-gui.c:86
 msgid "Station"
 msgstr "Stanice"
 
-#: ../src/girl-gui.c:85
+#: ../src/girl-gui.c:87
 msgid "About the current Station"
 msgstr "O současné stanici"
 
-#: ../src/girl-gui.c:88
+#: ../src/girl-gui.c:90
 msgid "Program"
 msgstr "O aplikaci"
 
-#: ../src/girl-gui.c:89
+#: ../src/girl-gui.c:91
 msgid "About the GNOME Internet Radio Locator"
 msgstr "O aplikaci Naladění internetových rádií v GNOME"
 
-#: ../src/girl-gui.c:93
+#: ../src/girl-gui.c:95
 msgid "Exit"
 msgstr "Ukončit"
 
-#: ../src/girl-gui.c:94
+#: ../src/girl-gui.c:96
 msgid "Quit the GNOME Internet Radio Locator"
 msgstr "Ukončit aplikaci Naladění internetových rádií"
 
-#: ../src/girl-gui.c:203
+#: ../src/girl-gui.c:205
 #, c-format
 msgid "Playing %s"
 msgstr "Přehrává se %s"
 
 #. The Listeners dialog
-#: ../src/girl-gui.c:229
+#: ../src/girl-gui.c:231
 msgid "Select a listener"
 msgstr "Výběr posluchače"
 
-#: ../src/girl-gui.c:256
+#: ../src/girl-gui.c:258
 #, c-format
 msgid "Failed to open %s.  Please install it.\n"
 msgstr "Selhalo otevření %s. Nainstalujte jej prosím.\n"
 
-#: ../src/girl-gui.c:266 ../src/girl-gui.c:768 ../src/girl-gui.c:1109
+#: ../src/girl-gui.c:268 ../src/girl-gui.c:776 ../src/girl-gui.c:1117
 #, c-format
 msgid "Failed to open %s\n"
 msgstr "Selhalo otevření %s\n"
 
 #. The Programs dialog
-#: ../src/girl-gui.c:367
+#: ../src/girl-gui.c:369
 msgid "Select a program"
 msgstr "Výběr programu"
 
-#: ../src/girl-gui.c:398 ../src/girl-gui.c:408 ../src/girl-gui.c:585
-#: ../src/girl-gui.c:754 ../src/girl-gui.c:952 ../src/girl-gui.c:1094
+#: ../src/girl-gui.c:400 ../src/girl-gui.c:410 ../src/girl-gui.c:593
+#: ../src/girl-gui.c:762 ../src/girl-gui.c:960 ../src/girl-gui.c:1102
 #, c-format
 msgid "Failed to open %s.\n"
 msgstr "Selhalo otevření %s.\n"
 
-#: ../src/girl-gui.c:512
+#: ../src/girl-gui.c:514
 #, c-format
 msgid "Your search by location resulted in the radio station %s in %s: %s"
 msgstr "Výsledkem vašeho hledání podle místa je stanice %s v %s: %s"
 
 #. The Stations dialog
-#: ../src/girl-gui.c:543
+#: ../src/girl-gui.c:551
 msgid "Search by location"
 msgstr "Vyhledání podle místa"
 
 #. The Stations dialog
-#: ../src/girl-gui.c:723
+#: ../src/girl-gui.c:731
 msgid "Select a station"
 msgstr "Výběr stanice"
 
-#: ../src/girl-gui.c:864
+#: ../src/girl-gui.c:872
 #, c-format
 msgid "Found location %s"
 msgstr "Nalezeno místo %s"
 
 #. The Stations dialog
-#: ../src/girl-gui.c:899
+#: ../src/girl-gui.c:907
 msgid "New radio station"
 msgstr "Nová stanice"
 
 #. The Streams dialog
-#: ../src/girl-gui.c:1065
+#: ../src/girl-gui.c:1073
 msgid "Select a stream"
 msgstr "Výběr vysílání"
 
-#: ../src/girl-gui.c:1196
+#: ../src/girl-gui.c:1204
 #, c-format
 msgid "Selection cleared!\n"
 msgstr "Výběr smazán!\n"
 
-#: ../src/girl-gui.c:1232
+#: ../src/girl-gui.c:1240
 msgid "GIRL"
 msgstr "GIRL"
 
-#: ../src/girl-gui.c:1234
+#: ../src/girl-gui.c:1242
 msgid "GNOME Internet Radio Locator"
 msgstr "Naladění internetových rádií v GNOME"
 
-#: ../src/girl-gui.c:1246
+#: ../src/girl-gui.c:1254
 msgid "Couldn't create pixmap"
 msgstr "Nelze vytvořit pixelovou mapu"
 
-#: ../src/girl-gui.c:1263
+#: ../src/girl-gui.c:1271
 msgid ""
 "Search by location from \"Search\" or select a radio station from \"Stations"
 "\".  Click \"Listen\" to listen to, or \"Record\" to record from the station."
@@ -235,7 +232,7 @@
 "seznamu „Stanice“. Kliknutím na „Poslouchat“ spusťte poslech nebo si stanici "
 "začněte „Nahrávat“."
 
-#: ../src/girl-gui.c:1265
+#: ../src/girl-gui.c:1273
 msgid ""
 "Select a radio station from \"Stations\" and click \"Listen\" to listen to "
 "the station."
@@ -267,12 +264,12 @@
 "Buď soubor neexistuje nebo pro něj nemáte nahrávací program."
 
 #: ../src/girl-station.c:294 ../src/girl-station.c:314
-#: ../src/girl-station.c:430 ../src/girl-station.c:453
+#: ../src/girl-station.c:431 ../src/girl-station.c:454
 #, c-format
 msgid "Failed to run %s (%i)\n"
 msgstr "Selhalo spuštění %s (%i)\n"
 
-#: ../src/girl-station.c:341 ../src/girl-station.c:477
+#: ../src/girl-station.c:341 ../src/girl-station.c:478
 #, c-format
 msgid ""
 "Failed to open URL: '%s'\n"
@@ -292,15 +289,6 @@
 "Selhalo otevření adresy URL: „%s“\n"
 "Podrobnosti: %s"
 
-#: ../src/girl-station.c:399
-#, c-format
-msgid ""
-"Failed to run '%s'\n"
-"Details: %s"
-msgstr ""
-"Selhalo spuštění „%s“\n"
-"Podrobnosti: %s"
-
 #: ../src/girl.c:76
 msgid "GNOME VFS initialization failed!\n"
 msgstr "Selhala inicializace GNOME VFS!\n"
@@ -334,37 +322,37 @@
 msgid "%s %s"
 msgstr "%s %s"
 
-#: ../src/girl.c:213
+#: ../src/girl.c:211
 #, c-format
 msgid "Selected the previous radio station: %s in %s: %s"
 msgstr "Vybrána předchozí stanice: %s v %s: %s"
 
-#: ../src/girl.c:276
+#: ../src/girl.c:274
 #, c-format
 msgid "Selected the next radio station %s in %s: %s"
 msgstr "Vybrána následující stanice: %s v %s: %s"
 
-#: ../src/girl.c:380
+#: ../src/girl.c:377
 #, c-format
 msgid "Selected %s in %s: %s (%f)"
 msgstr "Vybráno %s v %s: %s (%f)"
 
-#: ../src/girl.c:428
+#: ../src/girl.c:425
 #, c-format
 msgid "Selected %s in %s: %s"
 msgstr "Vybráno %s v %s: %s"
 
-#: ../src/girl.c:477 ../src/girl.c:525
+#: ../src/girl.c:474 ../src/girl.c:522
 #, c-format
 msgid "Selected the radio station %s in %s: %s"
 msgstr "Vybrána stanice %s v %s: %s"
 
-#: ../src/girl.c:575
+#: ../src/girl.c:572
 #, c-format
 msgid "Selected %s [%s] [%s] [%s]"
 msgstr "Vybráno %s [%s] [%s] [%s]"
 
-#: ../src/girl.c:672
+#: ../src/girl.c:673
 msgid ""
 "Marek Černocký <ma...@manet.cz> (Czech translation)\n"
 "Rafael Fontenelle <rafae...@gnome.org> (Brazilian Portuguese translation)\n"
@@ -423,27 +411,27 @@
 "francouzštiny)\n"
 "Anders Jonsson <anders.jons...@norsjovallen.se> (překlad do švédštiny)\n"
 
-#: ../src/girl.c:705
-msgid "Copyright (C) 2014, 2015, 2016  Ole Aamot Software"
-msgstr "Copyright © 2014, 2015, 2016  Ole Aamot Software"
-
 #: ../src/girl.c:706
+msgid "Copyright (C) 2014-2017  Ole Aamot Software"
+msgstr "Copyright © 2014 – 2017 Ole Aamot Software"
+
+#: ../src/girl.c:707
 msgid "Mario Blättermann <mario.blaetterm...@gmail.com> (German translation)"
 msgstr "Mario Blättermann <mario.blaetterm...@gmail.com> (překlad do němčiny)"
 
-#: ../src/girl.c:706
+#: ../src/girl.c:707
 msgid "Marek Černocký <ma...@manet.cz> (Czech translation)"
 msgstr "Marek Černocký <ma...@manet.cz> (překlad do češtiny)"
 
-#: ../src/girl.c:706
+#: ../src/girl.c:707
 msgid "Daniel Mustieles <daniel.mustie...@gmail.com> (Spanish translation)"
 msgstr "Daniel Mustieles <daniel.mustie...@gmail.com> (překlad do španělštiny)"
 
-#: ../src/girl.c:706
+#: ../src/girl.c:707
 msgid "Josef Andersson <josef.anders...@fripost.org> (Swedish translation)"
 msgstr "Josef Andersson <josef.anders...@fripost.org> (překlad do švédštiny)"
 
-#: ../src/girl.c:715
+#: ../src/girl.c:716
 msgid ""
 "This program is free software; you can redistribute it and/or modify it "
 "under the terms of the GNU General Public License as published by the Free "
@@ -468,33 +456,34 @@
 "License. Pokud se tak nestalo, napište na Free Software Foundation, Inc., 51 "
 "Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA."
 
-#: ../src/girl.c:721
+#: ../src/girl.c:722
 #, c-format
 msgid "Unable to load GIRL logo: %s\n"
 msgstr "Nelze načíst logo GIRL: %s\n"
 
-#: ../src/girl.c:879
+#: ../src/girl.c:880
 msgid "Search radio station by location"
 msgstr "Hledat stanici podle místa"
 
-#: ../src/girl.c:885
+#: ../src/girl.c:886
 #, c-format
 msgid "Listening to the radio station %s in %s: %s "
 msgstr "Posloucháte stanici %s v %s: %s"
 
 #. g_spawn_close_pid( girl->record_pid);
-#: ../src/girl.c:944
+#: ../src/girl.c:945
 #, c-format
 msgid "Finished saving recording from the radio station %s in %s from %s to %s"
 msgstr "Dokončeno ukládání nahrávky ze stanice %s v mísě %s y %s do %s"
 
 #. g_spawn_close_pid( girl->player_pid);
-#: ../src/girl.c:960
+#: ../src/girl.c:963
 #, c-format
 msgid "Stopped playing the radio station %s in %s."
 msgstr "Zastaveno přehrávání stanice %s v %s."
 
-#: ../src/girl.c:1004
+#: ../src/girl.c:1007
 #, c-format
 msgid "Archiving %s"
 msgstr "Archivuje se %s"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/po/sv.po new/girl-9.9.1/po/sv.po
--- old/girl-9.8.0/po/sv.po     2017-01-29 16:23:08.000000000 +0100
+++ new/girl-9.9.1/po/sv.po     2017-02-08 17:10:56.000000000 +0100
@@ -1,42 +1,40 @@
 # Swedish translation for girl.
-# Copyright © 2015, 2016 girl's COPYRIGHT HOLDER
+# Copyright © 2015, 2016, 2017 girl's COPYRIGHT HOLDER
 # This file is distributed under the same license as the girl package.
-# Anders Jonsson <anders.jons...@norsjovallen.se>, 2015, 2016.
+# Anders Jonsson <anders.jons...@norsjovallen.se>, 2015, 2016, 2017.
 # Josef Andersson <josef.anders...@fripost.org>, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: girl master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
 "product=girl&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2017-01-17 19:02+0000\n"
-"PO-Revision-Date: 2017-01-21 22:17+0100\n"
-"Last-Translator: Josef Andersson <josef.anders...@fripost.org>\n"
+"POT-Creation-Date: 2017-01-29 15:23+0000\n"
+"PO-Revision-Date: 2017-02-08 00:38+0100\n"
+"Last-Translator: Anders Jonsson <anders.jons...@norsjovallen.se>\n"
 "Language-Team: Swedish <tp...@listor.tp-sv.se>\n"
 "Language: sv\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 1.8.9\n"
+"X-Generator: Poedit 1.8.11\n"
 "X-Project-Style: gnome\n"
 
 #: ../data/girl.appdata.xml.in.h:1
 msgid ""
-"GIRL, the GNOME Internet Radio Locator program, allows users to easily find "
-"and record live radio programs on radio broadcasters on the Internet."
+"GNOME Internet Radio Locator (GIRL) allows users to easily find and listen "
+"to live radio programs on radio broadcasters on the Internet."
 msgstr ""
-"GIRL, GNOME:s internetradioletare, låter användare lätt hitta direktsända "
-"radioprogram från radiosändningar på internet."
+"GNOME:s internetradioletare (GIRL) låter användare lätt hitta och lyssna på "
+"direktsända radioprogram från radiosändningar på internet."
 
 #: ../data/girl.appdata.xml.in.h:2
 msgid ""
-"GIRL is developed for the GNOME desktop and requires one audio helper such "
-"as Totem to be installed for playback and streamripper to be installed for "
-"recording live radio streams of supported radio stations."
+"GIRL is developed for the GNOME desktop and requires gstreamer 1.0 to be "
+"installed for playback of supported radio stations."
 msgstr ""
-"GIRL är utvecklat för GNOME-skrivbordet och kräver att en ljudhjälpare som "
-"Totem finns installerad för uppspelning, och att streamripper är installerad "
-"för att spela in direktsända radioströmmar från radiostationer som stöds."
+"GIRL är utvecklat för GNOME-skrivbordet och kräver att gstreamer 1.0 finns "
+"installerad för uppspelning från radiostationer som stöds."
 
 #: ../data/girl.appdata.xml.in.h:3
 msgid ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/girl-9.8.0/src/girl.xml new/girl-9.9.1/src/girl.xml
--- old/girl-9.8.0/src/girl.xml 2017-02-06 16:23:28.000000000 +0100
+++ new/girl-9.9.1/src/girl.xml 2017-03-04 16:12:14.000000000 +0100
@@ -1,7 +1,21 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" href="girl.xsl" ?>
 <!DOCTYPE girl SYSTEM "girl-9.8.dtd">
-<girl version="9.8.0">
+<girl version="9.8.1">
+  <station band="91.3FM" id="kced" lang="en" name="KCED - Centralia College's 
Radio" rank="1.0" type="edu">
+    <frequency uri="http://www.centralia.edu/kced/";>91.3FM in Centralia, 
DC</frequency>
+    <location>Centralia, DC</location>
+    <description lang="en">
+      KCED (91.3 FM) is a radio station broadcasting on an Alternative format.
+      Licensed to Centralia, Washington, the station serves the 
Centralia-Chehalis area.
+      The station is currently owned by Centralia College.
+      The station is licensed for, and operating with, an effective radiated
+      power of 1,000 watts.
+      The Centralia College student radio station is brought to you by the 
students in the Media Studies/Radio/TV program.
+    </description>
+    <stream mime="audio/mpeg" uri="http://134.39.125.251:88/broadwavehigh.mp3"; 
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" 
bitrate="56 kbps" />
+    <stream mime="audio/mpeg" uri="http://134.39.125.251:88/broadwavelow.mp3"; 
codec="MPEG 1 Audio, Layer 3 (MP3)" samplerate="16000 Hz" channels="Stereo" 
bitrate="24 kbps" />
+  </station>
   <station band="102.2FM" id="piratefm" lang="en" name="Pirate FM" rank="1.0" 
type="com">
     <frequency uri="http://www.piratefm.co.uk/";>102.2 FM in Cornwall, United 
Kingdom</frequency>
     <location>Cornwall, United Kingdom</location>


Reply via email to