Changeset 118 for smplayer/vendor/current/src/about.cpp
- Timestamp:
- Dec 22, 2011, 6:27:52 PM (14 years ago)
- File:
-
- 1 edited
-
smplayer/vendor/current/src/about.cpp (modified) (6 diffs)
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 <[email protected]>2 Copyright (C) 2006-201 Ricardo Villalba <[email protected]> 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 <[email protected]><br><br>"52 "<b>SMPlayer</b> © 2006-201 Ricardo Villalba <[email protected]><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 <[email protected].net>") +153 trad(tr("German"), ".net>") + 159 154 trad(tr("Slovak"), "Sweto <[email protected]>") + 160 155 trad(tr("Italian"), QStringList() … … 172 167 trad(tr("Polish"), QStringList() 173 168 << "qla <[email protected]>" 174 << "Jarek <[email protected]>" ) + 169 << "Jarek <[email protected]>" 170 << "sake12 <[email protected]>" ) + 175 171 trad(tr("Japanese"), "Nardog <[email protected]>") + 176 172 trad(tr("Dutch"), QStringList() … … 208 204 trad(tr("Estonian"), QString::fromUtf8("Olav MÀgi <[email protected]>")) + 209 205 trad(tr("Lithuanian"), "Freemail <[email protected]>") + 206 210 207 #ifndef TRANS_TABLE 211 208 "</ul>");
Note:
See TracChangeset
for help on using the changeset viewer.
