~ubuntu-branches/debian/stretch/smplayer/stretch

« back to all changes in this revision

Viewing changes to src/about.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2010-05-09 21:23:36 UTC
  • mfrom: (1.1.11 upstream) (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100509212336-a9jv748zn5625qo7
* New upstream release.
* debian/control:
  - Removed mplayer-nogui from Depends, as it is now a transitional package
    to mplayer in both Debian and Ubuntu.
  - Bumped Standards-Version to 3.8.4 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  smplayer, GUI front-end for mplayer.
2
 
    Copyright (C) 2006-2009 Ricardo Villalba <rvm@escomposlinux.org>
 
2
    Copyright (C) 2006-2010 Ricardo Villalba <rvm@escomposlinux.org>
3
3
 
4
4
    This program is free software; you can redistribute it and/or modify
5
5
    it under the terms of the GNU General Public License as published by
49
49
        }
50
50
 
51
51
        info->setText( 
52
 
                "<b>SMPlayer</b> &copy; 2006-2009 Ricardo Villalba &lt;rvm@escomposlinux.org&gt;<br><br>"
 
52
                "<b>SMPlayer</b> &copy; 2006-2010 Ricardo Villalba &lt;rvm@escomposlinux.org&gt;<br><br>"
53
53
                "<b>" + tr("Version: %1").arg(smplayerVersion()) + "</b>" +
54
54
#if PORTABLE_APP
55
55
                " (" + tr("Portable Edition") + ")" +
61
61
        link("http://smplayer.berlios.de") + "<br>" + 
62
62
        link("http://smplayer.sf.net") + 
63
63
        "<br><br>" +
64
 
                tr("Get help in our forum:") +"<br>" + link("http://smplayer.berlios.de/forums") +
 
64
                tr("Get help in our forum:") +"<br>" + link("http://smplayer.berlios.de/forum") +
65
65
        "<br><br>" +
66
66
                tr("You can support SMPlayer by making a donation.") +" "+
67
67
                link("https://sourceforge.net/donate/index.php?group_id=185512", tr("More info"))
157
157
#endif
158
158
         trad(tr("German"), "Henrikx <henrikx@users.sourceforge.net>") + 
159
159
                 trad(tr("Slovak"), "Sweto <peter.mendel@gmail.com>") +
160
 
                 trad(tr("Italian"), "Giancarlo Scola <scola.giancarlo@libero.it>") +
 
160
                 trad(tr("Italian"), QStringList()
 
161
                        << "greengreat <gmeildeno@gmail.com>"
 
162
                        << "Giancarlo Scola <scola.giancarlo@libero.it>") +
161
163
         trad(tr("French"), QStringList() 
162
164
                        << "Olivier g <1got@caramail.com>"
163
165
                        << "Temet <goondy@free.fr>"
191
193
         trad(tr("Romanian"), "DoruH <DoruHushHush@gmail.com>") + 
192
194
         trad(tr("Portuguese - Portugal"), QStringList()
193
195
                        << "Waxman <waxman.pt@gmail.com>"
194
 
                        << QString::fromUtf8("Sérgio Marques <contatica@netcabo.pt>") ) +
 
196
                        << QString::fromUtf8("Sérgio Marques <smarquespt@gmail.com>") ) +
195
197
                trad(tr("Greek"), "my80s <wamy80s@gmail.com>") +
196
198
                trad(tr("Finnish"), "peeaivo <peeaivo@gmail.com>") +
197
199
                trad(tr("Korean"), "Heesu Yoon <imsu30@gmail.com>") +
204
206
                trad(tr("Galician"), "Miguel Branco <mgl.branco@gmail.com>") +
205
207
                trad(tr("Vietnamese"), QString::fromUtf8("Lê Xuân Thảo <thaolx@gmail.com>")) +
206
208
                trad(tr("Estonian"), QString::fromUtf8("Olav Mägi <olav.magi@hotmail.com>")) +
 
209
                trad(tr("Lithuanian"), "Freemail <ricka_g@freemail.lt>") +
207
210
#ifndef TRANS_TABLE
208
211
        "</ul>");
209
212
#else