More changes for V0.5.3a

- Updated English Email Invite (sorry guys, you'll have to redo translations).
 - Set OSX default style to "Cleanlooks" - as AQUA style hides some windows.
 - Updated Version strings to V0.5.3a. / 4874
 - Fixed missing headers for plugin manager.
 - Disabled ZEROCONF for OSX.
 


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4874 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2012-02-03 00:15:49 +00:00
parent e1e3ea6384
commit 15ea61caa3
6 changed files with 41 additions and 15 deletions

View file

@ -255,22 +255,27 @@ void GetStartedDialog::inviteFriends()
std::ostringstream out;
QString trstr;
trstr = tr("You are cordially invited to join the Retroshare Network,");
trstr = tr("Your friend has installed Retroshare, and would like you to try it out.");
out << trstr.toStdString() << std::endl;
out << std::endl;
trstr = tr("Retroshare is a Secure P2P Sharing Network");
out << trstr.toStdString() << std::endl;
trstr = tr("We use direct connections between you and your friends to maintain your Privacy");
trstr = tr("You can get Retroshare here: http://retroshare.sourceforge.net/download");
out << trstr.toStdString() << std::endl;
out << std::endl;
trstr = tr("Install the client to chat, share data and converse in the forums");
trstr = tr("Retroshare is a private Friend-2-Friend sharing network.");
out << trstr.toStdString() << std::endl;
trstr = tr("It has an many features, including built-in chat, messaging, ");
out << trstr.toStdString() << std::endl;
trstr = tr("forums and channels, all of which are as secure as the file-sharing.");
out << trstr.toStdString() << std::endl;
out << std::endl;
out << std::endl;
trstr = tr("Get Retroshare here: http://retroshare.sourceforge.net/download");
out << trstr.toStdString() << std::endl;
out << std::endl;
trstr = tr("Below is your friends ID Certificate. Cut and paste this into your Retroshare client");
out << trstr.toStdString() << std::endl;
trstr = tr("and send them your ID Certificate to enable the secure connection");