- 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

@ -148,7 +148,7 @@
<item row="4" column="0"> <item row="4" column="0">
<widget class="QLabel" name="priority_label"> <widget class="QLabel" name="priority_label">
<property name="text"> <property name="text">
<string>Priority</string> <string>Priority:</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -252,7 +252,7 @@ border-image: url(:/images/avatarstatus_bg.png);
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>TextLabel</string> <string notr="true">TextLabel</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -265,7 +265,7 @@ border-image: url(:/images/avatarstatus_bg.png);
</font> </font>
</property> </property>
<property name="text"> <property name="text">
<string>TextLabel</string> <string notr="true">TextLabel</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -30,7 +30,7 @@ void RSTreeWidgetItemCompareRole::addRole(int column, int role)
insert(column, role); insert(column, role);
} }
const int RSTreeWidgetItemCompareRole::findRole(const int column) const int RSTreeWidgetItemCompareRole::findRole(const int column) const
{ {
RSTreeWidgetItemCompareRole::const_iterator it = find(column); RSTreeWidgetItemCompareRole::const_iterator it = find(column);
if (it == end()) { if (it == end()) {

View File

@ -32,7 +32,7 @@ public:
RSTreeWidgetItemCompareRole(); RSTreeWidgetItemCompareRole();
void addRole(int column, int role); void addRole(int column, int role);
const int findRole(const int column) const; int findRole(const int column) const;
}; };
class RSTreeWidgetItem : public QTreeWidgetItem class RSTreeWidgetItem : public QTreeWidgetItem

View File

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

View File

@ -407,7 +407,7 @@ border-radius: 3px}</string>
<item row="3" column="1" colspan="6"> <item row="3" column="1" colspan="6">
<widget class="QLabel" name="warning_label"> <widget class="QLabel" name="warning_label">
<property name="text"> <property name="text">
<string>TextLabel</string> <string notr="true">TextLabel</string>
</property> </property>
</widget> </widget>
</item> </item>

View File

@ -594,10 +594,10 @@
<item> <item>
<widget class="QSpinBox" name="spinBox"> <widget class="QSpinBox" name="spinBox">
<property name="suffix"> <property name="suffix">
<string/> <string> seconds</string>
</property> </property>
<property name="prefix"> <property name="prefix">
<string>seconds </string> <string/>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>1000</number> <number>1000</number>

File diff suppressed because it is too large Load Diff