mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-06 21:58:57 -04:00
Enabled some more translations in news feed items and fixed german translation.
Removed not needed file "Thumbs.db" in skin directory. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5350 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2367653146
commit
a360419f97
9 changed files with 2217 additions and 348 deletions
|
@ -133,13 +133,13 @@ void BlogMsgItem::toggle()
|
||||||
{
|
{
|
||||||
expandFrame->show();
|
expandFrame->show();
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
||||||
expandButton->setToolTip("Hide");
|
expandButton->setToolTip(tr("Hide"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
expandFrame->hide();
|
expandFrame->hide();
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||||
expandButton->setToolTip("Expand");
|
expandButton->setToolTip(tr("Expand"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -99,18 +99,18 @@ void BlogNewItem::updateItemStatic()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
nameLabel->setText("Unknown Blog");
|
nameLabel->setText(tr("Unknown Blog"));
|
||||||
titleLabel->setText("Blog ???");
|
titleLabel->setText("Blog ???");
|
||||||
descLabel->setText("");
|
descLabel->setText("");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mIsNew)
|
if (mIsNew)
|
||||||
{
|
{
|
||||||
titleLabel->setText("New Blog");
|
titleLabel->setText(tr("New Blog"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
titleLabel->setText("Updated Blog");
|
titleLabel->setText(tr("Updated Blog"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mIsHome)
|
if (mIsHome)
|
||||||
|
@ -144,13 +144,13 @@ void BlogNewItem::toggle()
|
||||||
{
|
{
|
||||||
expandFrame->show();
|
expandFrame->show();
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
||||||
expandButton->setToolTip("Hide");
|
expandButton->setToolTip(tr("Hide"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
expandFrame->hide();
|
expandFrame->hide();
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||||
expandButton->setToolTip("Expand");
|
expandButton->setToolTip(tr("Expand"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -145,13 +145,13 @@ void ChanNewItem::toggle()
|
||||||
{
|
{
|
||||||
expandFrame->show();
|
expandFrame->show();
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
||||||
expandButton->setToolTip("Hide");
|
expandButton->setToolTip(tr("Hide"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
expandFrame->hide();
|
expandFrame->hide();
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||||
expandButton->setToolTip("Expand");
|
expandButton->setToolTip(tr("Expand"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -259,7 +259,7 @@ void ForumMsgItem::toggle()
|
||||||
sendButton->setVisible(canReply);
|
sendButton->setVisible(canReply);
|
||||||
signedcheckBox->setVisible(canReply);
|
signedcheckBox->setVisible(canReply);
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
||||||
expandButton->setToolTip("Hide");
|
expandButton->setToolTip(tr("Hide"));
|
||||||
if (!mIsTop)
|
if (!mIsTop)
|
||||||
{
|
{
|
||||||
nextFrame->show();
|
nextFrame->show();
|
||||||
|
@ -275,7 +275,7 @@ void ForumMsgItem::toggle()
|
||||||
sendButton->hide();
|
sendButton->hide();
|
||||||
signedcheckBox->hide();
|
signedcheckBox->hide();
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||||
expandButton->setToolTip("Expand");
|
expandButton->setToolTip(tr("Expand"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -91,18 +91,18 @@ void ForumNewItem::updateItemStatic()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
nameLabel->setText("Unknown Forum");
|
nameLabel->setText(tr("Unknown Forum"));
|
||||||
titleLabel->setText("New Forum");
|
titleLabel->setText(tr("New Forum"));
|
||||||
descLabel->setText("");
|
descLabel->setText("");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mIsNew)
|
if (mIsNew)
|
||||||
{
|
{
|
||||||
titleLabel->setText("New Forum");
|
titleLabel->setText(tr("New Forum"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
titleLabel->setText("Updated Forum");
|
titleLabel->setText(tr("Updated Forum"));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mIsHome)
|
if (mIsHome)
|
||||||
|
@ -135,13 +135,13 @@ void ForumNewItem::toggle()
|
||||||
{
|
{
|
||||||
expandFrame->show();
|
expandFrame->show();
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
|
||||||
expandButton->setToolTip("Hide");
|
expandButton->setToolTip(tr("Hide"));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
expandFrame->hide();
|
expandFrame->hide();
|
||||||
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
|
||||||
expandButton->setToolTip("Expand");
|
expandButton->setToolTip(tr("Expand"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load diff
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue