Changeset 118 for smplayer/vendor/current/src/about.cpp
- Timestamp:
- Dec 22, 2011, 6:27:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/vendor/current/src/about.cpp
r90 r118 1 1 /* smplayer, GUI front-end for mplayer. 2 Copyright (C) 2006-201 0Ricardo Villalba <rvm@escomposlinux.org>2 Copyright (C) 2006-2011 Ricardo Villalba <rvm@escomposlinux.org> 3 3 4 4 This program is free software; you can redistribute it and/or modify … … 50 50 51 51 info->setText( 52 "<b>SMPlayer</b> © 2006-201 0Ricardo Villalba <rvm@escomposlinux.org><br><br>"52 "<b>SMPlayer</b> © 2006-2011 Ricardo Villalba <rvm@escomposlinux.org><br><br>" 53 53 "<b>" + tr("Version: %1").arg(smplayerVersion()) + "</b>" + 54 54 #if PORTABLE_APP … … 59 59 mplayer_version + 60 60 tr("Visit our web for updates:") +"<br>"+ 61 link("http://smplayer.berlios.de") + "<br>" +62 61 link("http://smplayer.sf.net") + 63 62 "<br><br>" + 64 tr("Get help in our forum:") +"<br>" + link("http://smplayer.berlios.de/forum") + 65 "<br><br>" + 66 tr("You can support SMPlayer by making a donation.") +" "+ 67 link("https://sourceforge.net/donate/index.php?group_id=185512", tr("More info")) 68 //link("http://www.qt-apps.org/content/donate.php?content=61041", tr("More info")) 63 tr("Get help in our forum:") +"<br>" + link("http://smplayer.sf.net/forum") 69 64 ); 70 65 … … 156 151 "<table>" + 157 152 #endif 158 trad(tr("German"), " Henrikx <henrikx@users.sourceforge.net>") +153 trad(tr("German"), "Panagiotis Papadopoulos <pano_90@gmx.net>") + 159 154 trad(tr("Slovak"), "Sweto <peter.mendel@gmail.com>") + 160 155 trad(tr("Italian"), QStringList() … … 172 167 trad(tr("Polish"), QStringList() 173 168 << "qla <qla0@vp.pl>" 174 << "Jarek <ajep9691@wp.pl>" ) + 169 << "Jarek <ajep9691@wp.pl>" 170 << "sake12 <sake12@gmail.com>" ) + 175 171 trad(tr("Japanese"), "Nardog <nardog@e2umail.com>") + 176 172 trad(tr("Dutch"), QStringList() … … 208 204 trad(tr("Estonian"), QString::fromUtf8("Olav MÀgi <olav.magi@hotmail.com>")) + 209 205 trad(tr("Lithuanian"), "Freemail <ricka_g@freemail.lt>") + 206 trad(tr("Danish"), "Martin Schlander <mschlander@opensuse.org>") + 210 207 #ifndef TRANS_TABLE 211 208 "</ul>");
Note:
See TracChangeset
for help on using the changeset viewer.