- Updated French translation unit (obsolete entries removed)

- GeneralPage.ui : display seconds after the number in the spinbox
- ConnectFriendWizard.ui : correct typoes
- DetailsDialog.ui : add a missing colon
- ChanMsgItem.ui and PopupChatDialog.ui : set "TextLabel" as not to translate
- RSTreeWidget : fix compiler warning by removing useless const in return type


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3815 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
leander-256 2010-11-18 07:57:46 +00:00
parent 8c2f06d963
commit aa67c06d3e
8 changed files with 417 additions and 5899 deletions

View file

@ -176,7 +176,7 @@ IntroPage::IntroPage(QWidget *parent)
setTitle( titleStr.arg( tr("Add a new Friend") ) ) ;
setSubTitle(tr("This wizard will help you to connect to your friend(s) "
"to RetroShare network. There are three possible ways "
"to RetroShare network. There are five possible ways "
"to do this:")) ;
textRadioButton = new QRadioButton(tr("&Enter the certificate manually"));
@ -1154,7 +1154,7 @@ int RsidPage::nextId() const {
EmailPage::EmailPage(QWidget *parent) : QWizardPage(parent) {
QString titleStr("<span style=\"font-size:16pt; font-weight:500;"
"color:white;\">%1</span>");
setTitle( titleStr.arg( tr("Invite Friend by Email") ) ) ;
setTitle( titleStr.arg( tr("Invite Friends by Email") ) ) ;
setSubTitle(tr("Enter your friends' email addresses (seperate each on with a semicolon)"));