Hello community,

here is the log from the commit of package girl for openSUSE:Factory checked in 
at 2015-03-03 11:15:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/girl (Old)
 and      /work/SRC/openSUSE:Factory/.girl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "girl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/girl/girl.changes        2015-02-25 
02:17:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.girl.new/girl.changes   2015-03-03 
11:15:27.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Mar  1 15:18:31 UTC 2015 - [email protected]
+
+- Update to version 1.5.0:
+  + Added Stations:
+    - Add Radio NRJ Bern (bgo#745087).
+    - Add SoundFM (soundfm.ca)Stations.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  girl-1.4.0.tar.xz

New:
----
  girl-1.5.0.tar.xz

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

Other differences:
------------------
++++++ girl.spec ++++++
--- /var/tmp/diff_new_pack.9kfhuM/_old  2015-03-03 11:15:28.000000000 +0100
+++ /var/tmp/diff_new_pack.9kfhuM/_new  2015-03-03 11:15:28.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package girl
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           girl
-Version:        1.4.0
+Version:        1.5.0
 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:         
https://download.gnome.org/sources/girl/1.4/%{name}-%{version}.tar.xz
+Source:         
https://download.gnome.org/sources/girl/1.5/%{name}-%{version}.tar.xz
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme

++++++ girl-1.4.0.tar.xz -> girl-1.5.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/AUTHORS new/girl-1.5.0/AUTHORS
--- old/girl-1.4.0/AUTHORS      2015-01-24 02:21:36.000000000 +0100
+++ new/girl-1.5.0/AUTHORS      2015-02-28 23:51:44.000000000 +0100
@@ -10,3 +10,6 @@
 Aly Raj (Icon design)
 Andika Triwidada <[email protected]> (Indonesian translation)
 Daniel Mustieles <[email protected]> (Spanish translation)
+Matej Urbančič <[email protected]> (Slovenian translation)
+Γιάννης Κουτσούκος <[email protected]> (Greek translation)
+Efstathios Iosifidis <[email protected]> (Greek translation)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/ChangeLog new/girl-1.5.0/ChangeLog
--- old/girl-1.4.0/ChangeLog    2015-02-21 23:40:45.000000000 +0100
+++ new/girl-1.5.0/ChangeLog    2015-03-01 00:08:11.000000000 +0100
@@ -1,3 +1,11 @@
+2015-02-28  Ole Aamot  <[email protected]>
+
+       * NEWS: girl version 1.5.0 release
+       * po/el.po: New Greek translation by Γιάννης Κουτσούκος/Efstathios 
Iosifidis
+       * po/sl.po: New Slovenian translation by Matej Urbančič
+       * src/girl.xml: Add Radio NRJ Bern (Bugzilla #745087)
+       * src/girl.xml: Add SoundFM (soundfm.ca)
+
 2015-02-21  Ole Aamot  <[email protected]>
 
        * NEWS: girl version 1.4.0 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/Makefile new/girl-1.5.0/Makefile
--- old/girl-1.4.0/Makefile     2015-02-21 23:41:36.000000000 +0100
+++ new/girl-1.5.0/Makefile     2015-03-01 00:14:12.000000000 +0100
@@ -254,10 +254,10 @@
 PACKAGE = girl
 PACKAGE_BUGREPORT = 
 PACKAGE_NAME = girl
-PACKAGE_STRING = girl 1.4.0
+PACKAGE_STRING = girl 1.5.0
 PACKAGE_TARNAME = girl
 PACKAGE_URL = 
-PACKAGE_VERSION = 1.4.0
+PACKAGE_VERSION = 1.5.0
 PATH_SEPARATOR = :
 PKG_CONFIG = /usr/bin/pkg-config
 PKG_CONFIG_LIBDIR = 
@@ -270,7 +270,7 @@
 SHELL = /bin/sh
 STRIP = 
 USE_NLS = yes
-VERSION = 1.4.0
+VERSION = 1.5.0
 XGETTEXT = /usr/bin/xgettext
 abs_builddir = /home/oka/git/gnome/girl
 abs_srcdir = /home/oka/git/gnome/girl
@@ -335,6 +335,7 @@
        NEWS-1.2 \
        NEWS-1.3 \
        NEWS-1.4 \
+       NEWS-1.5 \
        README \
        THANKS \
        TODO \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/Makefile.am new/girl-1.5.0/Makefile.am
--- old/girl-1.4.0/Makefile.am  2015-02-21 22:04:14.000000000 +0100
+++ new/girl-1.5.0/Makefile.am  2015-02-28 22:36:01.000000000 +0100
@@ -20,6 +20,7 @@
        NEWS-1.2 \
        NEWS-1.3 \
        NEWS-1.4 \
+       NEWS-1.5 \
        README \
        THANKS \
        TODO \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/Makefile.in new/girl-1.5.0/Makefile.in
--- old/girl-1.4.0/Makefile.in  2015-02-21 22:33:10.000000000 +0100
+++ new/girl-1.5.0/Makefile.in  2015-02-28 22:46:58.000000000 +0100
@@ -335,6 +335,7 @@
        NEWS-1.2 \
        NEWS-1.3 \
        NEWS-1.4 \
+       NEWS-1.5 \
        README \
        THANKS \
        TODO \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/NEWS new/girl-1.5.0/NEWS
--- old/girl-1.4.0/NEWS 2015-02-21 23:40:52.000000000 +0100
+++ new/girl-1.5.0/NEWS 2015-03-01 00:07:46.000000000 +0100
@@ -1,4 +1,18 @@
 =============
+Version 1.5.0
+=============
+
+Stations
+
+       * src/girl.xml: Add Radio NRJ Bern (Bugzilla #745087)
+       * src/girl.xml: Add SoundFM (soundfm.ca)
+
+Translations
+
+       * el: New Greek translation by Γιάννης Κουτσούκος/Efstathios Iosifidis
+       * sl: New Slovenian translation by Matej Urbančič
+
+=============
 Version 1.4.0
 =============
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/NEWS-1.5 new/girl-1.5.0/NEWS-1.5
--- old/girl-1.4.0/NEWS-1.5     1970-01-01 01:00:00.000000000 +0100
+++ new/girl-1.5.0/NEWS-1.5     2015-03-01 00:07:50.000000000 +0100
@@ -0,0 +1,349 @@
+=============
+Version 1.5.0
+=============
+
+Stations
+
+       * src/girl.xml: Add Radio NRJ Bern (Bugzilla #745087)
+       * src/girl.xml: Add SoundFM (soundfm.ca)
+
+Translations
+
+       * el: New Greek translation by Γιάννης Κουτσούκος/Efstathios Iosifidis
+       * sl: New Slovenian translation by Matej Urbančič
+
+=============
+Version 1.4.0
+=============
+
+Stations
+
+       * src/girl.xml: Add KCSN (kcsn.org)
+       * src/girl.xml: Add KSUB (ksubseattle.org)
+       * src/girl.xml: Add KVRX (kvrx.org)
+       * src/girl.xml: Add WHPK (whpk.org)
+       * src/girl.xml: Add WRVU (wrvu.org)
+       * src/girl.xml: Add WVAU (wvau.org)
+
+Translations
+
+
+       * tr: Updated Turkish translation by Muhammet Kara
+
+=============
+Version 1.3.0
+=============
+
+Translations
+
+       * cs: Updated Czech translation by Marek Černocký
+       * pl: Updated Polish translation by Piotr Drąg
+
+=============
+Version 1.2.0
+=============
+
+Autoconf
+
+       * configure.ac: Patch (Bugzilla #743340) by Dominique Leuenberger
+
+Automake
+
+       * src/Makefile.am: Patch (Bugzilla #743340) by Dominique Leuenberger
+
+Desktop
+
+       * src/girl.c: Add About dialogs for license and translator credits
+
+Translations
+
+       * cs: Updated Czech translation by Marek Černocký
+       * es: New Spanish translation by Daniel Mustieles
+
+=============
+Version 1.1.0
+=============
+
+Translations
+
+       * cs: Updated Czech translation by Marek Černocký
+       * id: New Indonesian translation by Andika Triwidada
+       * pl: Updated Polish translation by Piotr Drąg
+       * pt_BR: Updated Brazilian Portuguese translation by Rafael Ferre
+
+=============
+Version 1.0.0
+=============
+
+Desktop
+
+       * Icon designed by Wiki Graphic Designer
+
+Stations (src/girl.xml):
+
+       * src/girl.xml: Rename src/stations.xml
+       * src/girl.xml: Add WNYO (wnyo889.org)
+       * src/girl.xml: Add WUSB (wusb.fm)
+
+=============
+Version 0.9.0
+=============
+
+Desktop
+
+       * Icon designed by Aly Raj
+
+Stations (src/stations.xml):
+
+       * src/stations.xml: Add EPER (eper.elte.hu)
+       * src/stations.xml: Add URY (ury.org.uk)
+       * src/stations.xml: Add WVUA-FM (wvuafm.ua.edu)
+       * src/stations.xml: Add COOG (coogradio.com)
+
+Translations
+
+       * cs (Marek Černocký)
+       * hu (Balázs Úr)
+       * sr (Мирослав Николић)
+       * [email protected] (Miroslav Nikolić)
+
+=============
+Version 0.8.0
+=============
+
+The Girl 0.8.0 ("Cinnamon Girl") release is dedicated to Christmas
+and the music of Neil Young, and features updated translations for
+Brazilian Portuguese and German.
+
+Stations (src/stations.xml):
+
+       * src/stations.xml: Add Fuse FM (fusefm.co.uk)
+       * src/stations.xml: Add Burst Radio (burstradio.co.uk)
+
+Translations
+
+       * de (Wolfgang Stöggl)
+       * pt_BR (Rafael Ferreira)
+
+=============
+Version 0.7.3
+=============
+
+Stations (src/stations.xml):
+
+       * src/stations.xml: Add CJSW (cjsw.com)
+       * src/stations.xml: Add Caper Radio (caperradio.ca)
+
+=============
+Version 0.7.2
+=============
+
+The girl 0.7.2 "Don't shoot" release is released against police
+brutality in Saturday's protest in Berkeley and Oakland, U.S.A.
+
+Stations (src/stations.xml)
+
+       * src/stations.xml: Add WAMU (wamu.org)
+       * src/stations.xml: Add WXOU (wxou.org)
+
+Translations
+
+       * pl (Piotr Drąg)
+       
+=============
+Version 0.7.1
+=============
+
+DTD (src/girl-0.7.dtd)
+
+       * Add girl 0.7 DTD with station language attribute
+
+GUI
+       * src/girl-station.c: Add function girl_stream_record
+       * src/girl-streams.c: New file
+       * src/girl-streams.h: New file
+
+Stations (src/stations.xml)
+
+       * Add 95bFM (95bfm.com)
+       * Add KDUP (kdup.up.edu)
+
+Streams (src/streams.xml)
+
+       * Add 35 streams
+
+Translations
+
+       * tr (Muhammet Kara)
+
+=============
+Version 0.7.0
+=============
+
+GUI
+
+       * src/girl-gui.c: Add GtkWidget progress
+       * src/girl-runners.c: Modify mutex functions for future usage.
+       * src/girl-runners.h: Modify mutex functions for future usage.
+       * src/girl-station.c: Add asynchronous child process function.
+       * src/girl.h: Rename DEBUG macro GIRL_DEBUG, add progress bar.
+
+Stations (src/stations.xml)
+
+       * src/stations.xml: Add 2NURFM (broadcaster1.newcastle.edu.au)
+       * src/stations.xml: Add Radio Adelaide (radio.adelaide.edu.au)
+
+Translations
+
+       * pl (Piotr Drąg)
+
+=====================
+Version 0.6.283185307
+=====================
+
+To celebrate the Nobel prize awardment to Malala, the girl 0.6.283185307
+release is dedicated to Malala, the brave girl that fights for the basic
+right to education in the world.
+
+Tune in to supported radio stations like BBC World News to hear the news
+about her and other brave girls.
+
+=============
+Version 0.6.2
+=============
+
+Stations (src/stations.xml)
+
+       * src/stations.xml: Add Radio R (radior.cz)
+       * src/stations.xml: Add Radio Radius (radioradius.ch)
+
+=============
+Version 0.6.1
+=============
+
+GUI
+
+       * Add support for archived radio programs.
+       * Add support for live stream recording from radio.
+
+Programs (src/programs.xml)
+
+       * Add Interview with American guitarist Gary Gramolini
+
+
+=============
+Version 0.6.0
+=============
+
+Stations (src/stations.xml)
+
+       * Add Leeds University Student Radio FM (lsrfm.com)
+       * Add University Radio Nottingham (urn1350.net))
+       * Add King's College London Radio (kclradio.co.uk)
+       * Add Imperial College Radio (icradio.com)
+
+Translations
+
+       * de (Wolfgang Stöggl).
+
+=============
+Version 0.5.1
+=============
+
+Translations
+
+       * sr (Мирослав Николић), sr@latin (Miroslav Nikolić).
+
+=============
+Version 0.5.0
+=============
+
+GUI (src/girl-gui.c)
+
+       * Add Previous Station / Next Station buttons.
+       * Experimental Previous Station / Next Station support.
+
+Stations (src/stations.xml)
+
+       * Add Radio Campus Paris (radiocampusparis.org).
+       * Add WCSB (wcsb.org).
+       * Add Radio Campus de l’Université Libre de Bruxelles (radiocampus.be).
+       * Add Coimbra University Radio (ruc.pt).
+
+=============
+Version 0.4.1
+=============
+
+Girl DTD (src/girl-0.5.dtd)
+
+       * Add station type property.
+
+Stations (src/stations.xml)
+
+       * Add Cam FM (www.camfm.co.uk).
+       * Add Oxford Student Radio (oxideradio.co.uk).
+       * Add Pulse LSE (pulselse.co.uk).
+       * Add Radio UNAM (www.radiounam.unam.mx).
+
+Translations
+
+       * cs (Czech translation by Marek Černocký)
+       * pt_BR (Brazilian Portuguese translation by Rafael Ferreira)
+
+=============
+Version 0.4.0
+=============
+
+Girl DTD (src/girl-0.4.dtd):
+
+       * Add station rank property.
+
+Stations (src/stations.xml):
+
+       * Add WXYC (wxyc.org)
+       * Add KALX (kalx.berkeley.edu)
+       * Add WHRB (whrb.org)
+       * Add Radio NOVA (radionova.no)
+
+=============
+Version 0.3.2
+=============
+
+Stations (src/stations.xml):
+
+       * Add WWNO (wwno.org)
+
+=============
+Version 0.3.1
+=============
+
+Stations (src/stations.xml):
+
+       * Add KTRU (ktru.org)
+       * src/stations.xml: Add NRK Radio Alltid Nyheter (nrk.no)
+       * src/stations.xml: Add BBC World Service (bbc.co.uk)
+
+=============
+Version 0.3.0
+=============
+
+Stations (src/stations.xml):
+
+       * Add WKCR (wkcr.org)
+
+=============
+Version 0.2.0
+=============
+
+Stations (src/stations.xml):
+
+       * Add support for WMBR (wmbr.org)
+       * Add support for KEXP (kexp.org)
+
+=============
+Version 0.1.0
+=============
+
+GUI (src/girl-gui.c)
+
+       * Initial release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/README new/girl-1.5.0/README
--- old/girl-1.4.0/README       2015-01-02 23:59:01.000000000 +0100
+++ new/girl-1.5.0/README       2015-03-01 00:12:45.000000000 +0100
@@ -1,4 +1,12 @@
 ==============
+GIRL 1.5 notes
+==============
+
+GNOME Internet Radio Locator (GIRL) version 1.5.0 is translated into
+12 languages and it supports 50 Internet radio stations in the U.S.,
+Mexico, Canada, United Kingdom, Europe, Australia, and New Zealand.
+
+==============
 GIRL 1.0 notes
 ==============
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/THANKS new/girl-1.5.0/THANKS
--- old/girl-1.4.0/THANKS       2015-01-24 02:21:52.000000000 +0100
+++ new/girl-1.5.0/THANKS       2015-02-28 23:50:42.000000000 +0100
@@ -13,3 +13,6 @@
 Andika Triwidada for Indonesian translation.
 Dominique Leuenberger for autoconf and automake patch (Bugzilla #743340).
 Daniel Mustieles for Spanish translation.
+Efstathios Iosifidis for Greek translation.
+Γιάννης Κουτσούκος for Greek translation.
+Matej Urbančič for Slovenian translation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/TODO new/girl-1.5.0/TODO
--- old/girl-1.4.0/TODO 2015-01-01 23:32:15.000000000 +0100
+++ new/girl-1.5.0/TODO 2015-02-21 23:53:59.000000000 +0100
@@ -9,3 +9,4 @@
 - Listening statistics for stations
 - Local archive on demand with soundmarks and tags.
 - Search local archive
+- Command line interface
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/configure new/girl-1.5.0/configure
--- old/girl-1.4.0/configure    2015-02-19 13:35:58.000000000 +0100
+++ new/girl-1.5.0/configure    2015-02-28 22:47:00.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for girl 1.4.0.
+# Generated by GNU Autoconf 2.69 for girl 1.5.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='girl'
 PACKAGE_TARNAME='girl'
-PACKAGE_VERSION='1.4.0'
-PACKAGE_STRING='girl 1.4.0'
+PACKAGE_VERSION='1.5.0'
+PACKAGE_STRING='girl 1.5.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1329,7 +1329,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures girl 1.4.0 to adapt to many kinds of systems.
+\`configure' configures girl 1.5.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1395,7 +1395,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of girl 1.4.0:";;
+     short | recursive ) echo "Configuration of girl 1.5.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1499,7 +1499,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-girl configure 1.4.0
+girl configure 1.5.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1864,7 +1864,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by girl $as_me 1.4.0, which was
+It was created by girl $as_me 1.5.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2727,7 +2727,7 @@
 
 # Define the identity of the package.
  PACKAGE='girl'
- VERSION='1.4.0'
+ VERSION='1.5.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6706,7 +6706,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by girl $as_me 1.4.0, which was
+This file was extended by girl $as_me 1.5.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -6772,7 +6772,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-girl config.status 1.4.0
+girl config.status 1.5.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/configure.ac new/girl-1.5.0/configure.ac
--- old/girl-1.4.0/configure.ac 2015-02-19 13:03:36.000000000 +0100
+++ new/girl-1.5.0/configure.ac 2015-02-28 22:46:51.000000000 +0100
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(girl, 1.4.0)
+AC_INIT(girl, 1.5.0)
 AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
 AC_CONFIG_SRCDIR([src/girl.c])
 AC_CONFIG_HEADER([config.h])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/debian/changelog 
new/girl-1.5.0/debian/changelog
--- old/girl-1.4.0/debian/changelog     2015-01-24 02:54:03.000000000 +0100
+++ new/girl-1.5.0/debian/changelog     2015-02-28 23:28:07.000000000 +0100
@@ -1,3 +1,9 @@
+girl (1.5.0-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Ole Aamot <[email protected]>  Sat, 28 Feb 2015 22:27:20 +0000
+
 girl (1.2.0-1) unstable; urgency=medium
 
   * Debian packaging of the girl 1.2.0 upstream release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/girl.spec.in new/girl-1.5.0/girl.spec.in
--- old/girl-1.4.0/girl.spec.in 2015-02-21 22:46:35.000000000 +0100
+++ new/girl-1.5.0/girl.spec.in 2015-02-28 23:01:14.000000000 +0100
@@ -63,6 +63,9 @@
 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %changelog
+* Sat Feb 28 2015 Ole Aamot - 1.5.0-1.fc21
+- Girl 1.5.0 build on Fedora Linux 22
+
 * Sat Feb 21 2015 Ole Aamot - 1.4.0-1.fc21
 - Girl 1.4.0 build on Fedora Linux 22
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/po/LINGUAS new/girl-1.5.0/po/LINGUAS
--- old/girl-1.4.0/po/LINGUAS   2015-01-24 02:19:44.000000000 +0100
+++ new/girl-1.5.0/po/LINGUAS   2015-02-28 22:29:57.000000000 +0100
@@ -2,12 +2,14 @@
 #
 cs
 de
+el
 es
 hu
 id
 nb
 pl
 pt_BR
+sl
 sr
 sr@latin
 tr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/po/el.po new/girl-1.5.0/po/el.po
--- old/girl-1.4.0/po/el.po     1970-01-01 01:00:00.000000000 +0100
+++ new/girl-1.5.0/po/el.po     2015-02-28 22:29:57.000000000 +0100
@@ -0,0 +1,409 @@
+# Greek translation for girl.
+# Copyright (C) 2015 girl's COPYRIGHT HOLDER
+# This file is distributed under the same license as the girl package.
+# Γιάννης Κουτσούκος <[email protected]>, 2015.
+# Efstathios Iosifidis <[email protected]>, 2015.
+#
+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: 2015-02-23 06:28+0000\n"
+"PO-Revision-Date: 2015-02-24 00:58+0200\n"
+"Last-Translator: Efstathios Iosifidis <[email protected]>\n"
+"Language-Team: Greek, Modern (1453-) <[email protected]>\n"
+"Language: el\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: Gtranslator 2.91.6\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."
+msgstr ""
+"Το GIRL, το πρόγραμμα εντοπισμού διαδικτυακών ραδιοφώνων του GNOME, "
+"επιτρέπει στους χρήστες να βρουν και να εγγράψουν εύκολα ραδιοφωνικά "
+"προγράμματα των ραδιοφωνικών σταθμών."
+
+#: ../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 έχει αναπτυχθεί για το GNOME και απαιτεί να είναι εγκατεστημένο ένα "
+"πρόγραμμα αναπαραγωγής ήχου όπως το Totem και ένα πρόγραμμα εγγραφής ροών "
+"για εγγραφή ζωντανών αναμεταδώσεων των υποστηριζόμενων ραδιοφώνων."
+
+#: ../data/girl.appdata.xml.in.h:3
+msgid ""
+"Enjoy listening to and recording from supported Internet Radio stations in "
+"GIRL."
+msgstr ""
+"Απολαύστε την ακρόαση και εγγραφή από τους υποστηριζόμενους διαδικτυακούς "
+"ραδιοφωνικούς σταθμούς στο GIRL."
+
+#: ../data/girl.desktop.in.in.h:1
+msgid "Internet Radio Locator"
+msgstr "Εντοπισμός διαδικτυακών ραδιοφώνων"
+
+#: ../data/girl.desktop.in.in.h:2 ../src/girl.c:511
+msgid "Locate Internet Radio Stations"
+msgstr "Εντοπισμός διαδικτυακών ραδιοφωνικών σταθμών"
+
+#. Extra keywords that can be used to search for girl in GNOME Shell and Unity
+#: ../data/girl.desktop.in.in.h:4
+msgid "Live;Radio;Program;Station;Locator;"
+msgstr ""
+"Ζωντανά;Ραδιόφωνο;Πρόγραμμα;Σταθμός;Εντοπισμός;Live;Radio;Program;Station;"
+"Locator;"
+
+#: ../src/girl.c:64
+msgid "GNOME VFS initialization failed!\n"
+msgstr "Αποτυχία αρχικοποίησης του GNOME VFS!\n"
+
+#: ../src/girl.c:181
+#, c-format
+msgid "Selected the previous radio station: %s in %s: %s"
+msgstr "Επιλέχθηκε ο προηγούμενος ραδιοφωνικός σταθμός: %s στο %s: %s"
+
+#: ../src/girl.c:240
+#, c-format
+msgid "Selected the next radio station %s in %s: %s"
+msgstr "Επιλέχθηκε ο επόμενος ραδιοφωνικός σταθμός %s στο %s: %s"
+
+#: ../src/girl.c:293
+#, c-format
+msgid "Selected %s in %s: %s (%f)"
+msgstr "Επιλέχθηκε %s στο %s: %s (%f)"
+
+#: ../src/girl.c:341
+#, c-format
+msgid "Selected %s in %s: %s"
+msgstr "Επιλέχθηκε %s στο %s:  %s"
+
+#: ../src/girl.c:388
+#, c-format
+msgid "Selected the radio station %s in %s: %s"
+msgstr "Επιλέχθηκε ο ραδιοφωνικός σταθμός %s στο %s: %s"
+
+#: ../src/girl.c:434
+#, c-format
+msgid "Selected %s [%s] [%s] [%s]"
+msgstr "Επιλέχθηκε %s [%s] [%s] [%s]"
+
+#: ../src/girl.c:499
+msgid ""
+"Marek Černocký <[email protected]> (Czech translation)\n"
+"Rafael Ferreira <[email protected]> (Brazilian Portuguese translation)\n"
+"Miroslav Nikolić <[email protected]> (Serbian translation)\n"
+"Wolfgang Stöggl <[email protected]> (German translation)\n"
+"Piotr Drąg <[email protected]> (Polish translation)\n"
+"Muhammet Kara <[email protected]> (Turkish translation)\n"
+"Balázs Úr <[email protected]> (Hungarian translation)\n"
+"Andika Triwidada <[email protected]> (Indonesian translation)\n"
+"Daniel Mustieles <[email protected]> (Spanish translation)"
+msgstr ""
+"Marek Černocký <[email protected]> (Τσεχική μετάφραση)\n"
+"Rafael Ferreira <[email protected]> (Βραζιλιάνικη πορτογαλική "
+"μετάφραση)\n"
+"Miroslav Nikolić <[email protected]> (Σέρβικη μετάφραση)\n"
+"Wolfgang Stöggl <[email protected]> (Γερμανική μετάφραση)\n"
+"Piotr Drąg <[email protected]> (Πολωνική μετάφραση)\n"
+"Muhammet Kara <[email protected]> (Τουρκική μετάφραση)\n"
+"Balázs Úr <[email protected]> (Ουγγρική μετάφραση)\n"
+"Andika Triwidada <[email protected]> (Iνδονησιακή μετάφραση)\n"
+"Daniel Mustieles <[email protected]> (Ισπανική μετάφραση)"
+
+#: ../src/girl.c:512
+msgid "Copyright (C) 2014, 2015  Ole Aamot Software"
+msgstr "Πνευματικά δικαιώματα (C) 2014, 2015  Ole Aamot Software"
+
+#: ../src/girl.c:513
+msgid "See http://wiki.gnome.org/DocumentationProject";
+msgstr "Δείτε http://wiki.gnome.org/DocumentationProject";
+
+#: ../src/girl.c:520
+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 "
+"Software Foundation; either version 2 of the License, or (at your option) "
+"any later version.\n"
+"This program is distributed in the hope that it will be useful, but WITHOUT "
+"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
+"FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
+"more details.\n"
+"You should have received a copy of the GNU General Public License along with "
+"this program; if not, write to the Free Software Foundation, Inc., 59 Temple "
+"Place, Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+"Αυτό το πρόγραμμα είναι ελεύθερο λογισμικό· μπορείτε να το αναδιανείμετε και/"
+"ή να το τροποποιήσετε υπό τους όρους της GNU Γενικής Δημόσιας Άδειας Χρήσης "
+"όπως είναι δημοσιευμένη από το Free Software Foundation· είτε με την έκδοση "
+"2 της άδειας, είτε (κατά την επιλογή σας) με οποιαδήποτε νεότερη έκδοση. Το "
+"πρόγραμμα αυτό διανέμεται με την ελπίδα ότι θα είναι χρήσιμο αλλά ΧΩΡΙΣ "
+"ΚΑΜΙΑ ΑΠΟΛΥΤΩΣ ΕΓΓΥΗΣΗ για συγκεκριμένο σκοπό. Δείτε για περισσότερες "
+"λεπτομέρειες την GNU General Public License. Θα πρέπει να έχετε λάβει ένα "
+"αντίγραφο της GNU General Public License μαζί με το πρόγραμμα· αν όχι γράψτε "
+"στο Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA "
+"02111-1307 USA."
+
+#: ../src/girl.c:526
+#, c-format
+msgid "Unable to load GIRL logo: %s\n"
+msgstr "Αδυναμία φόρτωσης λογότυπου του GIRL:%s\n"
+
+#: ../src/girl.c:682
+msgid "Search radio station by location"
+msgstr "Αναζήτηση ραδιοφωνικού σταθμού με βάση την τοποθεσία"
+
+#. girl_stream_player(a, user_data);
+#: ../src/girl.c:691
+#, c-format
+msgid "Listening to the radio station %s in %s: %s "
+msgstr "Ακρόαση ραδιοφωνικoύ σταθμού %s στο %s: %s"
+
+#: ../src/girl.c:713
+#, c-format
+msgid "Recording from the radio station %s in %s: %s "
+msgstr "Εγγραφή από τον ραδιοφωνικό σταθμό %s στο %s: %s"
+
+#: ../src/girl.c:748
+#, c-format
+msgid "Finished recording from the radio station %s in %s: %s"
+msgstr "Ολοκληρώθηκε η εγγραφή από τον ραδιοφωνικό σταθμό %s στο %s: %s"
+
+#: ../src/girl.c:762
+#, c-format
+msgid ""
+"To finish playing from the radio station %s in %s, exit the application "
+"Videos."
+msgstr ""
+"Για να ολοκληρωθεί η αναπαραγωγή από το ραδιοφωνικό σταθμό %s στο %s, "
+"τερματίστε την εφαρμογή Βίντεο."
+
+#: ../src/girl.c:772
+msgid ""
+"Stop what?  You can \"Search\" by location, select a radio station from "
+"\"Stations\", or click on \"Listen\" and/or \"Record\".  Or go to \"Prev\" "
+"or \"Next\" radio station."
+msgstr ""
+"Σταματήστε τι; Μπορείτε να κάνετε \"Αναζήτηση\" με βάση την τοποθεσία, "
+"επιλέξτε ένα ραδιοφωνικό σταθμό από το \"Σταθμοί\", ή κάντε κλικ στο "
+"\"Ακούστε\" και/ή \"Εγγραφή\". Ή μετακινηθείτε στον \"Προηγούμενο\" ή "
+"\"Επόμενο\" ραδιοφωνικό σταθμό."
+
+#: ../src/girl.c:812
+#, c-format
+msgid "Archiving %s"
+msgstr "Aρχειοθέτηση %s"
+
+#: ../src/girl-gui.c:54
+msgid "Search"
+msgstr "Αναζήτηση"
+
+#: ../src/girl-gui.c:54
+msgid "Search by location for radio stations"
+msgstr "Αναζήτηση βάση τοποθεσίας για ραδιοφωνικούς σταθμούς"
+
+#: ../src/girl-gui.c:58
+msgid "Stations"
+msgstr "Σταθμοί"
+
+#: ../src/girl-gui.c:58
+msgid "Internet Radio Stations"
+msgstr "Διαδικτυακοί ραδιοφωνικοί σταθμοί"
+
+#: ../src/girl-gui.c:62
+msgid "Listen"
+msgstr "Ακρόαση"
+
+#: ../src/girl-gui.c:62
+msgid "Listen to selected radio station"
+msgstr "Ακρόαση επιλεγμένου ραδιοφωνικού σταθμού"
+
+#: ../src/girl-gui.c:66
+msgid "Record"
+msgstr "Eγγραφή"
+
+#: ../src/girl-gui.c:66
+msgid "Record selected radio station"
+msgstr "Εγγραφή επιλεγμένου ραδιοφωνικού σταθμού"
+
+#: ../src/girl-gui.c:69
+msgid "Stop"
+msgstr "Διακοπή"
+
+#: ../src/girl-gui.c:69
+msgid "Stop recording selected radio station"
+msgstr "Διακοπή εγγραφής επιλεγμένου ραδιοφωνικού σταθμού"
+
+#: ../src/girl-gui.c:74
+msgid "Previous"
+msgstr "Προηγούμενο"
+
+#: ../src/girl-gui.c:75
+msgid "Go back to the previous radio station"
+msgstr "Επιστροφή στο προηγούμενο ραδιοφωνικό σταθμό"
+
+#: ../src/girl-gui.c:77
+msgid "Next"
+msgstr "Επόμενο"
+
+#: ../src/girl-gui.c:77
+msgid "Proceed to the next radio station"
+msgstr "Προχωρήστε στο επόμενο ραδιοφωνικό σταθμό"
+
+#: ../src/girl-gui.c:80
+msgid "About Station"
+msgstr "Περί Σταθμού"
+
+#: ../src/girl-gui.c:81
+msgid "About the current Station"
+msgstr "Περί του τρέχοντα σταθμού"
+
+#: ../src/girl-gui.c:84
+msgid "About Program"
+msgstr "Περί προγράμματος"
+
+#: ../src/girl-gui.c:85
+msgid "About the GNOME Internet Radio Locator"
+msgstr "Περί εντοπισμού διαδικτυακών ραδιοφώνων του GNOME"
+
+#: ../src/girl-gui.c:89
+msgid "Exit"
+msgstr "Έξοδος"
+
+#: ../src/girl-gui.c:90
+msgid "Quit the GNOME Internet Radio Locator"
+msgstr "Τερματισμός του εντοπισμού διαδικτυακών ραδιοφώνων του GNOME (GIRL)"
+
+#. The Listeners dialog
+#: ../src/girl-gui.c:119
+msgid "Select a listener"
+msgstr "Επιλογή ενός ακροατή"
+
+#: ../src/girl-gui.c:146
+#, c-format
+msgid "Failed to open %s.  Please install it.\n"
+msgstr "Αποτυχία ανοίγματος %s. Παρακαλώ εγκαταστήστε το.\n"
+
+#: ../src/girl-gui.c:156 ../src/girl-gui.c:658 ../src/girl-gui.c:802
+#, c-format
+msgid "Failed to open %s\n"
+msgstr "Αποτυχία ανοίγματος %s\n"
+
+#. The Programs dialog
+#: ../src/girl-gui.c:257
+msgid "Select a program"
+msgstr "Επιλογή ενός προγράμματος"
+
+#: ../src/girl-gui.c:288 ../src/girl-gui.c:298 ../src/girl-gui.c:475
+#: ../src/girl-gui.c:644 ../src/girl-gui.c:787
+#, c-format
+msgid "Failed to open %s.\n"
+msgstr "Αποτυχία ανοίγματος %s.\n"
+
+#: ../src/girl-gui.c:402
+#, c-format
+msgid "Your search by location resulted in the radio station %s in %s: %s"
+msgstr ""
+"Η αναζήτησή σας με βάση την τοποθεσία οδήγησε στο ραδιοφωνικό σταθμό %s στο "
+"%s: %s"
+
+#. The Stations dialog
+#: ../src/girl-gui.c:433
+msgid "Search by location"
+msgstr "Αναζήτηση βάση τοποθεσίας"
+
+#. The Stations dialog
+#: ../src/girl-gui.c:613
+msgid "Select a station"
+msgstr "Επιλογή ενός σταθμού"
+
+#. The Streams dialog
+#: ../src/girl-gui.c:758
+msgid "Select a stream"
+msgstr "Επιλογή μια ροής"
+
+#: ../src/girl-gui.c:889
+#, c-format
+msgid "Selection cleared!\n"
+msgstr "H επιλογή εκκαθαρίστηκε!\n"
+
+#: ../src/girl-gui.c:925
+msgid "GIRL"
+msgstr "GIRL"
+
+#: ../src/girl-gui.c:927
+msgid "GNOME Internet Radio Locator"
+msgstr "Εντοπισμός διαδικτυακών ραδιοφώνων του GNOME (GIRL)"
+
+#: ../src/girl-gui.c:939
+msgid "Couldn't create pixmap"
+msgstr "Αδυναμία δημιουργίας pixmap"
+
+#: ../src/girl-gui.c:957
+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."
+msgstr ""
+"Αναζητήστε βάση τοποθεσίας από την \"Αναζήτηση\" ή  επιλέξτε έναν "
+"ραδιοφωνικό σταθμό από το \"Σταθμοί\". Κάντε κλικ στο \"Ακρόαση\" για να "
+"ακούσετε, ή \"Εγγραφή\" για την εγγραφή από το σταθμό."
+
+#: ../src/girl-gui.c:960
+msgid ""
+"Select a radio station from \"Stations\" and click \"Listen\" to listen to "
+"the station."
+msgstr ""
+"Επιλέξτε ένα ραδιοφωνικό σταθμό από το \"Σταθμοί\" και κάντε κλικ στο "
+"\"Ακρόαση\" για να ακούσετε το σταθμό."
+
+#: ../src/girl-station.c:189
+#, c-format
+msgid ""
+"An error happened trying to play %s\n"
+"Either the file doesn't exist, or you don't have a player for it."
+msgstr ""
+"Παρουσιάστηκε σφάλμα κατά την αναπαραγωγή %s\n"
+"Είτε το αρχείο δεν υπάρχει, ή δεν έχετε αναπαραγωγέα γι'αυτό."
+
+#: ../src/girl-station.c:195
+#, c-format
+msgid ""
+"An error happened trying to record %s\n"
+"Either the file doesn't exist, or you don't have a recorder for it."
+msgstr ""
+"Παρουσιάστηκε σφάλμα κατά την εγγραφή %s\n"
+"Είτε το αρχείο δεν υπάρχει, ή δεν έχετε μια συσκευή εγγραφής για αυτό."
+
+#: ../src/girl-station.c:228 ../src/girl-station.c:248
+#: ../src/girl-station.c:325 ../src/girl-station.c:345
+#, c-format
+msgid "Failed to run %s (%i)\n"
+msgstr "Αποτυχία εκτέλεσης %s (%i)\n"
+
+#: ../src/girl-station.c:272 ../src/girl-station.c:369
+#, c-format
+msgid ""
+"Failed to open URL: '%s'\n"
+"Status code: %i\n"
+"Details: %s"
+msgstr ""
+"Αποτυχία ανοίγματος URL: '%s'\n"
+"Κωδικός κατάστασης: %i\n"
+"Λεπτομέρειες: %s"
+
+#: ../src/girl-station.c:290
+#, c-format
+msgid ""
+"Failed to open URL: '%s'\n"
+"Details: %s"
+msgstr ""
+"Αποτυχία ανοίγματος URL: '%s'\n"
+"Λεπτομέρειες: %s"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/po/sl.po new/girl-1.5.0/po/sl.po
--- old/girl-1.4.0/po/sl.po     1970-01-01 01:00:00.000000000 +0100
+++ new/girl-1.5.0/po/sl.po     2015-02-28 22:29:57.000000000 +0100
@@ -0,0 +1,377 @@
+# Slovenian translation for girl.
+# Copyright (C) 2015 girl's COPYRIGHT HOLDER
+# This file is distributed under the same license as the girl package.
+#
+# Matej Urbančič <[email protected]>, 2015.
+#
+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: 2015-02-28 18:34+0000\n"
+"PO-Revision-Date: 2015-02-28 21:57+0100\n"
+"Last-Translator: Matej Urbančič <[email protected]>\n"
+"Language-Team: Slovenian GNOME Translation Team <[email protected]>\n"
+"Language: sl_SI\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
+"%100==4 ? 3 : 0);\n"
+"X-Poedit-SourceCharset: utf-8\n"
+"X-Generator: Poedit 1.5.4\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."
+msgstr ""
+
+#: ../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 ""
+
+#: ../data/girl.appdata.xml.in.h:3
+msgid ""
+"Enjoy listening to and recording from supported Internet Radio stations in "
+"GIRL."
+msgstr ""
+
+#: ../data/girl.desktop.in.in.h:1
+#, fuzzy
+msgid "Internet Radio Locator"
+msgstr "Internetni radio ICY"
+
+#: ../data/girl.desktop.in.in.h:2 ../src/girl.c:511
+#, fuzzy
+msgid "Locate Internet Radio Stations"
+msgstr "Preišči internetne radijske postaje"
+
+#. Extra keywords that can be used to search for girl in GNOME Shell and Unity
+#: ../data/girl.desktop.in.in.h:4
+msgid "Live;Radio;Program;Station;Locator;"
+msgstr ""
+
+#: ../src/girl.c:64
+#, fuzzy
+msgid "GNOME VFS initialization failed!\n"
+msgstr "Nalaganje namizja GNOME 3 je spodletelo"
+
+#: ../src/girl.c:181
+#, c-format
+msgid "Selected the previous radio station: %s in %s: %s"
+msgstr ""
+
+#: ../src/girl.c:240
+#, c-format
+msgid "Selected the next radio station %s in %s: %s"
+msgstr ""
+
+#: ../src/girl.c:293
+#, fuzzy, c-format
+msgid "Selected %s in %s: %s (%f)"
+msgstr "Izbrano: %s od %s v %d od %d datotekah"
+
+#: ../src/girl.c:341
+#, fuzzy, c-format
+msgid "Selected %s in %s: %s"
+msgstr "Izbrano: %s od %s v %d od %d datotekah"
+
+#: ../src/girl.c:388
+#, fuzzy, c-format
+msgid "Selected the radio station %s in %s: %s"
+msgstr "Vnesi v izbranih podatkovnih vrstah"
+
+#: ../src/girl.c:434
+#, fuzzy, c-format
+msgid "Selected %s [%s] [%s] [%s]"
+msgstr "Izbrano"
+
+#: ../src/girl.c:499
+msgid ""
+"Marek Černocký <[email protected]> (Czech translation)\n"
+"Rafael Ferreira <[email protected]> (Brazilian Portuguese translation)\n"
+"Miroslav Nikolić <[email protected]> (Serbian translation)\n"
+"Wolfgang Stöggl <[email protected]> (German translation)\n"
+"Piotr Drąg <[email protected]> (Polish translation)\n"
+"Muhammet Kara <[email protected]> (Turkish translation)\n"
+"Balázs Úr <[email protected]> (Hungarian translation)\n"
+"Andika Triwidada <[email protected]> (Indonesian translation)\n"
+"Daniel Mustieles <[email protected]> (Spanish translation)"
+msgstr ""
+
+#: ../src/girl.c:512
+msgid "Copyright (C) 2014, 2015  Ole Aamot Software"
+msgstr ""
+
+#: ../src/girl.c:513
+msgid "See http://wiki.gnome.org/DocumentationProject";
+msgstr ""
+
+#: ../src/girl.c:520
+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 "
+"Software Foundation; either version 2 of the License, or (at your option) "
+"any later version.\n"
+"This program is distributed in the hope that it will be useful, but WITHOUT "
+"ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
+"FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
+"more details.\n"
+"You should have received a copy of the GNU General Public License along with "
+"this program; if not, write to the Free Software Foundation, Inc., 59 Temple "
+"Place, Suite 330, Boston, MA 02111-1307, USA."
+msgstr ""
+
+#: ../src/girl.c:526
+#, fuzzy, c-format
+msgid "Unable to load GIRL logo: %s\n"
+msgstr "Ni mogoče naložiti dokumenta opisa"
+
+#: ../src/girl.c:682
+msgid "Search radio station by location"
+msgstr ""
+
+#. girl_stream_player(a, user_data);
+#: ../src/girl.c:691
+#, fuzzy, c-format
+msgid "Listening to the radio station %s in %s: %s "
+msgstr "Naravnanje na radijsko postajo ni uspelo. {0}"
+
+#: ../src/girl.c:713
+#, c-format
+msgid "Recording from the radio station %s in %s: %s "
+msgstr ""
+
+#: ../src/girl.c:748
+#, c-format
+msgid "Finished recording from the radio station %s in %s: %s"
+msgstr ""
+
+#: ../src/girl.c:762
+#, c-format
+msgid ""
+"To finish playing from the radio station %s in %s, exit the application "
+"Videos."
+msgstr ""
+
+#: ../src/girl.c:772
+msgid ""
+"Stop what?  You can \"Search\" by location, select a radio station from "
+"\"Stations\", or click on \"Listen\" and/or \"Record\".  Or go to \"Prev\" "
+"or \"Next\" radio station."
+msgstr ""
+
+#: ../src/girl.c:812
+#, fuzzy, c-format
+msgid "Archiving %s"
+msgstr "Odtis arhiva OpenRaster"
+
+#: ../src/girl-gui.c:54
+#, fuzzy
+msgid "Search"
+msgstr "Iskanje"
+
+#: ../src/girl-gui.c:54
+msgid "Search by location for radio stations"
+msgstr ""
+
+#: ../src/girl-gui.c:58
+msgid "Stations"
+msgstr "Postaje"
+
+#: ../src/girl-gui.c:58
+#, fuzzy
+msgid "Internet Radio Stations"
+msgstr "Preišči internetne radijske postaje"
+
+#: ../src/girl-gui.c:62
+#, fuzzy
+msgid "Listen"
+msgstr "Vrata za poslušanje"
+
+#: ../src/girl-gui.c:62
+msgid "Listen to selected radio station"
+msgstr ""
+
+#: ../src/girl-gui.c:66
+#, fuzzy
+msgid "Record"
+msgstr "Snemanje"
+
+#: ../src/girl-gui.c:66
+#, fuzzy
+msgid "Record selected radio station"
+msgstr "Omogoči snemanje izbranega območja namizja"
+
+#: ../src/girl-gui.c:69
+msgid "Stop"
+msgstr "Zaustavi"
+
+#: ../src/girl-gui.c:69
+msgid "Stop recording selected radio station"
+msgstr ""
+
+#: ../src/girl-gui.c:74
+msgid "Previous"
+msgstr "Nazaj"
+
+#: ../src/girl-gui.c:75
+msgid "Go back to the previous radio station"
+msgstr ""
+
+#: ../src/girl-gui.c:77
+msgid "Next"
+msgstr "Naprej"
+
+#: ../src/girl-gui.c:77
+msgid "Proceed to the next radio station"
+msgstr ""
+
+#: ../src/girl-gui.c:80
+#, fuzzy
+msgid "About Station"
+msgstr "Dodaj postajo"
+
+#: ../src/girl-gui.c:81
+#, fuzzy
+msgid "About the current Station"
+msgstr "Pokaži podatke o trenutni datoteki"
+
+#: ../src/girl-gui.c:84
+#, fuzzy
+msgid "About Program"
+msgstr "Podatki o programu"
+
+#: ../src/girl-gui.c:85
+msgid "About the GNOME Internet Radio Locator"
+msgstr ""
+
+#: ../src/girl-gui.c:89
+msgid "Exit"
+msgstr "Končaj"
+
+#: ../src/girl-gui.c:90
+msgid "Quit the GNOME Internet Radio Locator"
+msgstr ""
+
+#. The Listeners dialog
+#: ../src/girl-gui.c:119
+#, fuzzy
+msgid "Select a listener"
+msgstr "Izberi vse"
+
+#: ../src/girl-gui.c:146
+#, c-format
+msgid "Failed to open %s.  Please install it.\n"
+msgstr ""
+
+#: ../src/girl-gui.c:156 ../src/girl-gui.c:658 ../src/girl-gui.c:802
+#, fuzzy, c-format
+msgid "Failed to open %s\n"
+msgstr "Ni mogoče odpreti \"%s\": %s\n"
+
+#. The Programs dialog
+#: ../src/girl-gui.c:257
+#, fuzzy
+msgid "Select a program"
+msgstr "Izberi program"
+
+#: ../src/girl-gui.c:288 ../src/girl-gui.c:298 ../src/girl-gui.c:475
+#: ../src/girl-gui.c:644 ../src/girl-gui.c:787
+#, fuzzy, c-format
+msgid "Failed to open %s.\n"
+msgstr "Ni mogoče odpreti \"%s\": %s\n"
+
+#: ../src/girl-gui.c:402
+#, c-format
+msgid "Your search by location resulted in the radio station %s in %s: %s"
+msgstr ""
+
+#. The Stations dialog
+#: ../src/girl-gui.c:433
+#, fuzzy
+msgid "Search by location"
+msgstr "Iskanje mesta"
+
+#. The Stations dialog
+#: ../src/girl-gui.c:613
+#, fuzzy
+msgid "Select a station"
+msgstr "Dodaj postajo"
+
+#. The Streams dialog
+#: ../src/girl-gui.c:758
+#, fuzzy
+msgid "Select a stream"
+msgstr "Izbor pretok"
+
+#: ../src/girl-gui.c:889
+#, fuzzy, c-format
+msgid "Selection cleared!\n"
+msgstr "_Počisti izbor"
+
+#: ../src/girl-gui.c:925
+msgid "GIRL"
+msgstr ""
+
+#: ../src/girl-gui.c:927
+#, fuzzy
+msgid "GNOME Internet Radio Locator"
+msgstr "Uradna spletna stran radijske postaje."
+
+#: ../src/girl-gui.c:939
+#, fuzzy
+msgid "Couldn't create pixmap"
+msgstr "ni mogoče ustvariti mape `%s': %s"
+
+#: ../src/girl-gui.c:957
+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."
+msgstr ""
+
+#: ../src/girl-gui.c:960
+msgid ""
+"Select a radio station from \"Stations\" and click \"Listen\" to listen to "
+"the station."
+msgstr ""
+
+#: ../src/girl-station.c:189
+#, c-format
+msgid ""
+"An error happened trying to play %s\n"
+"Either the file doesn't exist, or you don't have a player for it."
+msgstr ""
+
+#: ../src/girl-station.c:195
+#, c-format
+msgid ""
+"An error happened trying to record %s\n"
+"Either the file doesn't exist, or you don't have a recorder for it."
+msgstr ""
+
+#: ../src/girl-station.c:228 ../src/girl-station.c:248
+#: ../src/girl-station.c:325 ../src/girl-station.c:345
+#, fuzzy, c-format
+msgid "Failed to run %s (%i)\n"
+msgstr "Zaganjanje tovarne imenika je spodletelo"
+
+#: ../src/girl-station.c:272 ../src/girl-station.c:369
+#, c-format
+msgid ""
+"Failed to open URL: '%s'\n"
+"Status code: %i\n"
+"Details: %s"
+msgstr ""
+
+#: ../src/girl-station.c:290
+#, fuzzy, c-format
+msgid ""
+"Failed to open URL: '%s'\n"
+"Details: %s"
+msgstr "Napaka pridobivanja naslova URL strežnika."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/girl-1.4.0/src/girl.xml new/girl-1.5.0/src/girl.xml
--- old/girl-1.4.0/src/girl.xml 2015-02-21 23:40:03.000000000 +0100
+++ new/girl-1.5.0/src/girl.xml 2015-03-01 00:01:08.000000000 +0100
@@ -1,7 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?xml-stylesheet type="text/xsl" 
href="http://www.ping.uio.no/~oka/src/girl/girl.xsl"; ?>
 <!DOCTYPE girl SYSTEM "girl-1.0.dtd">
-<girl version="1.0">
+<girl version="1.5">
+  <station id="soundfm" name="SoundFM" rank="1.0" type="edu" release="100.3">
+    <frequency uri="http://soundfm.ca/";>100.3 FM in Waterloo, 
Canada</frequency>
+    <location>Waterloo, Canada</location>
+    <description>
+      CKMS 100.3 FM (SoundFM) is a community radio station broadcasting 
independent and alternative music and culture to Waterloo Region.
+    </description>
+    <stream mime="audio/mpeg" 
uri="http://cast9.directhostingcenter.com:2199/tunein/soevwkmu.pls"; codec="MPEG 
1 Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 
kbps" />
+    <uri>http://soundfm.ca/</uri>
+  </station>    
+  <station id="nrj-bern" name="Radio NRJ Bern" rank="1.0" type="edu" 
release="de">
+    <frequency uri="http://www.energy.ch/bern/";>Internet</frequency>
+    <location>Bern, Switzerland</location>
+    <description>Student webradio in Zürich.</description>
+    <stream mime="audio/mpeg" 
uri="http://energybern.ice.infomaniak.ch/energybern-high.mp3"; codec="MPEG 1 
Audio, Layer 3 (MP3)" samplerate="44100 Hz" channels="Stereo" bitrate="128 
kbps" />
+    <uri>http://www.energy.ch/bern/</uri>
+  </station>
   <station id="wvau" name="WVAU" rank="1.0" type="edu" release="online">
     <frequency uri="http://www.wvau.org/";>Online in Washington, DC</frequency>
     <location>Washington, DC</location>

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to