fixed seeking with buttons when paused
[panucci.git] / src / panucci / about.py
blob9f7ee8e6b4c6f13c716e061a22e73dc4deaed0cc
1 # -*- coding: utf-8 -*-
3 # This file is part of Panucci.
4 # Copyright (c) 2008-2011 The Panucci Project
6 # Panucci is free software: you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation, either version 3 of the License, or
9 # (at your option) any later version.
11 # Panucci is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with Panucci. If not, see <http://www.gnu.org/licenses/>.
19 about_name = 'Panucci'
20 about_icon_name = 'panucci'
21 about_text = _('Resuming audiobook and podcast player')
22 about_website = 'http://gpodder.org/panucci'
23 about_bugtracker = 'http://bugs.maemo.org/enter_bug.cgi?product=Panucci'
24 about_donate = 'http://gpodder.org/donate'
25 about_copyright = _('Copyright (c) 2008-2011 The Panucci Project')
26 about_authors = ['Thomas Perl', 'Nick (nikosapi)', 'Matthew Taylor', 'Jens Persson']
27 about_contributors = ['Helmuth']