diff --git a/retroshare-gui/src/gui/ChannelFeed.cpp b/retroshare-gui/src/gui/ChannelFeed.cpp
index 1f0447c87..f9fed1d07 100644
--- a/retroshare-gui/src/gui/ChannelFeed.cpp
+++ b/retroshare-gui/src/gui/ChannelFeed.cpp
@@ -125,7 +125,7 @@ ChannelFeed::ChannelFeed(QWidget *parent)
channelmenu->addSeparator();
channelpushButton->setMenu(channelmenu);
-
+ updateChannelMsgs();
}
@@ -196,12 +196,6 @@ void ChannelFeed::channelListCustomPopupMenu( QPoint point )
void ChannelFeed::createChannel()
{
CreateChannel cf (this);
-
- cf.setWindowTitle(tr("Create a new Channel"));
- cf.ui.labelicon->setPixmap(QPixmap(":/images/add_channel64.png"));
- QString titleStr("%1");
- cf.ui.textlabelcreatforums->setText( titleStr.arg( tr("New Channel") ) ) ;
cf.exec();
}
@@ -435,9 +429,9 @@ void ChannelFeed::updateChannelListOwn(std::list &ids)
} else {
- chNameItem->setData(QVariant(QString("Unknown Channel")), Qt::DisplayRole);
+ chNameItem->setData(QVariant(QString(tr("Unknown Channel"))), Qt::DisplayRole);
chPopItem->setData(QVariant(QString::fromStdString(*iit)), Qt::DisplayRole);
- chNameItem->setToolTip("Unknown Channel\nNo Description");
+ chNameItem->setToolTip(tr("Unknown Channel\nNo Description"));
}
channel.append(chNameItem);
@@ -511,9 +505,9 @@ void ChannelFeed::updateChannelListSub(std::list &ids)
} else {
- chNameItem->setData(QVariant(QString("Unknown Channel")), Qt::DisplayRole);
+ chNameItem->setData(QVariant(QString(tr("Unknown Channel"))), Qt::DisplayRole);
chPopItem->setData(QVariant(QString::fromStdString(*iit)), Qt::DisplayRole);
- chNameItem->setToolTip("Unknown Channel\nNo Description");
+ chNameItem->setToolTip(tr("Unknown Channel\nNo Description"));
}
channel.append(chNameItem);
@@ -587,9 +581,9 @@ void ChannelFeed::updateChannelListPop(std::list &ids)
} else {
- chNameItem->setData(QVariant(QString("Unknown Channel")), Qt::DisplayRole);
+ chNameItem->setData(QVariant(QString(tr("Unknown Channel"))), Qt::DisplayRole);
chPopItem->setData(QVariant(QString::fromStdString(*iit)), Qt::DisplayRole);
- chNameItem->setToolTip("Unknown Channel\nNo Description");
+ chNameItem->setToolTip(tr("Unknown Channel\nNo Description"));
}
channel.append(chNameItem);
@@ -663,9 +657,9 @@ void ChannelFeed::updateChannelListOther(std::list &ids)
} else {
- chNameItem->setData(QVariant(QString("Unknown Channel")), Qt::DisplayRole);
+ chNameItem->setData(QVariant(QString(tr("Unknown Channel"))), Qt::DisplayRole);
chPopItem->setData(QVariant(QString::fromStdString(*iit)), Qt::DisplayRole);
- chNameItem->setToolTip("Unknown Channel\nNo Description");
+ chNameItem->setToolTip(tr("Unknown Channel\nNo Description"));
}
channel.append(chNameItem);
@@ -686,7 +680,7 @@ void ChannelFeed::updateChannelMsgs()
postButton->setEnabled(false);
subscribeButton->setEnabled(false);
unsubscribeButton->setEnabled(false);
- nameLabel->setText("No Channel Selected");
+ nameLabel->setText(tr("No Channel Selected"));
iconLabel->setPixmap(QPixmap(":/images/channels.png"));
iconLabel->setEnabled(false);
return;
diff --git a/retroshare-gui/src/gui/ChannelFeed.ui b/retroshare-gui/src/gui/ChannelFeed.ui
index 86ba6b151..f308d0e8a 100644
--- a/retroshare-gui/src/gui/ChannelFeed.ui
+++ b/retroshare-gui/src/gui/ChannelFeed.ui
@@ -1,575 +1,575 @@
-
-
- ChannelFeed
-
-
-
- 0
- 0
- 681
- 476
-
-
-
-
- 0
- 0
-
-
-
-
- 0
- 0
-
-
-
- Form
-
-
- -
-
-
- Qt::Horizontal
-
-
-
-
- 0
- 0
-
-
-
-
- 0
- 0
-
-
-
-
- 240
- 16777215
-
-
-
-
- 0
- 0
-
-
-
-
- 221
- 0
-
-
-
- QFrame::StyledPanel
-
-
- QFrame::Raised
-
-
-
- 0
-
-
- 0
-
-
-
-
-
-
- 220
- 0
-
-
-
-
- 240
- 38
-
-
-
-
- 220
- 0
-
-
-
- QFrame#chheaderframe{
-background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
- stop:0 #FEFEFE, stop:1 #E8E8E8);
-
-border: 1px solid #CCCCCC;}
-
-
-
-
- QFrame::StyledPanel
-
-
- QFrame::Raised
-
-
-
- 2
-
-
-
-
-
- 0
-
-
-
-
-
-
- 24
- 24
-
-
-
-
-
-
- :/images/channels32.png
-
-
- true
-
-
-
- -
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:10pt; font-weight:600;">Channels</span></p></body></html>
-
-
-
-
-
- -
-
-
- true
-
-
- Add
-
-
- QPushButton::menu-indicator {
- subcontrol-origin: padding;
- subcontrol-position: bottom right;
- }
-
- QPushButton::menu-indicator:pressed, QPushButton::menu-indicator:open {
- position: relative;
- top: 2px; left: 2px; /* shift the arrow by 2 px */
- }
-
- QPushButton:hover {
- border: 1px solid #CCCCCC;
- }
-
-
-
-
-
-
- :/images/edit_add24.png:/images/edit_add24.png
-
-
-
- 16
- 16
-
-
-
- false
-
-
- true
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 0
- 25
-
-
-
-
- 16777215
- 26
-
-
-
- Post To Channel
-
-
-
-
-
-
-
-
-
- :/images/mail_send.png:/images/mail_send.png
-
-
- true
-
-
-
-
-
-
- -
-
-
- Qt::CustomContextMenu
-
-
-
- 19
- 19
-
-
-
-
-
-
-
-
- -
-
-
- QFrame#frame{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
- stop:0 #F2F2F2, stop:1 #E6E6E6);}
-
-
- QFrame::StyledPanel
-
-
- QFrame::Raised
-
-
-
- 0
-
-
- 0
-
-
-
-
-
- 16
-
-
- 9
-
-
-
-
-
-
- 64
- 64
-
-
-
-
- 64
- 64
-
-
-
- QLabel{
-border: 2px solid white;
-border-radius: 10px;
-}
-
-
-
-
-
- :/images/channels.png
-
-
-
- -
-
-
-
- 75
- true
-
-
-
-
-
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt;">Channel Name</span></p></body></html>
-
-
- true
-
-
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- -
-
-
- 9
-
-
- 9
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 26
- 26
-
-
-
- Unsubcribe To Channel
-
-
- QToolButton, QPushButton, QComboBox {
-border-image: url(:/images/btn_26.png) 4;
-border-width: 4;
-padding: 0px 6px;
-font-size: 12px;
-}
-
-QToolButton:hover, QPushButton:hover, QComboBox:hover {
-border-image: url(:/images/btn_26_hover.png) 4;
-}
-
-QToolButton:disabled, QPushButton:disabled, QComboBox::disabled {
-color:gray;
-}
-
-QToolButton:pressed, QPushButton:pressed{
-border-image: url(:/images/btn_26_pressed.png) 4;
-}
-
-
- Unsubscribe
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 26
- 26
-
-
-
-
- 16777215
- 26
-
-
-
- Subscribe To Channel
-
-
- QToolButton, QPushButton, QComboBox {
-border-image: url(:/images/btn_26.png) 4;
-border-width: 4;
-padding: 0px 6px;
-font-size: 12px;
-}
-
-QToolButton:hover, QPushButton:hover, QComboBox:hover {
-border-image: url(:/images/btn_26_hover.png) 4;
-}
-
-QToolButton:disabled, QPushButton:disabled, QComboBox::disabled {
-color:gray;
-}
-
-QToolButton:pressed, QPushButton:pressed{
-border-image: url(:/images/btn_26_pressed.png) 4;
-}
-
-
- Subscribe
-
-
-
- :/images/konqsidebar_news16.png:/images/konqsidebar_news16.png
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 20
-
-
-
-
-
-
-
-
-
- -
-
-
-
- 1
- 0
-
-
-
-
- 0
- 0
-
-
-
-
-
-
- QFrame::StyledPanel
-
-
- QFrame::Raised
-
-
-
- 0
-
-
- 0
-
-
-
-
-
- true
-
-
- Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft
-
-
-
-
- 0
- 0
- 412
- 331
-
-
-
- QWidget#scrollAreaWidgetContents{border: none;}
-
-
-
- 0
-
-
- 0
-
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 391
- 266
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- :/images/add_channel24.png:/images/add_channel24.png
-
-
- Create Channel
-
-
-
-
-
-
-
-
+
+
+ ChannelFeed
+
+
+
+ 0
+ 0
+ 681
+ 476
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+ Form
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 240
+ 16777215
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 221
+ 0
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+
+ 220
+ 0
+
+
+
+
+ 240
+ 38
+
+
+
+
+ 220
+ 0
+
+
+
+ QFrame#chheaderframe{
+background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
+ stop:0 #FEFEFE, stop:1 #E8E8E8);
+
+border: 1px solid #CCCCCC;}
+
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
+ 2
+
+
-
+
+
+ 0
+
+
-
+
+
+
+ 24
+ 24
+
+
+
+
+
+
+ :/images/channels32.png
+
+
+ true
+
+
+
+ -
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:10pt; font-weight:600;">Channels</span></p></body></html>
+
+
+
+
+
+ -
+
+
+ true
+
+
+ Add
+
+
+ QPushButton::menu-indicator {
+ subcontrol-origin: padding;
+ subcontrol-position: bottom right;
+ }
+
+ QPushButton::menu-indicator:pressed, QPushButton::menu-indicator:open {
+ position: relative;
+ top: 2px; left: 2px; /* shift the arrow by 2 px */
+ }
+
+ QPushButton:hover {
+ border: 1px solid #CCCCCC;
+ }
+
+
+
+
+
+
+ :/images/edit_add24.png:/images/edit_add24.png
+
+
+
+ 16
+ 16
+
+
+
+ false
+
+
+ true
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 25
+
+
+
+
+ 16777215
+ 26
+
+
+
+ Post to Channel
+
+
+
+
+
+
+
+
+
+ :/images/mail_send.png:/images/mail_send.png
+
+
+ true
+
+
+
+
+
+
+ -
+
+
+ Qt::CustomContextMenu
+
+
+
+ 19
+ 19
+
+
+
+
+
+
+
+
+ -
+
+
+ QFrame#frame{background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
+ stop:0 #F2F2F2, stop:1 #E6E6E6);}
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+ 16
+
+
+ 9
+
+
-
+
+
+
+ 64
+ 64
+
+
+
+
+ 64
+ 64
+
+
+
+ QLabel{
+border: 2px solid white;
+border-radius: 10px;
+}
+
+
+
+
+
+ :/images/channels.png
+
+
+
+ -
+
+
+
+ 75
+ true
+
+
+
+
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:600; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt;">Channel Name</span></p></body></html>
+
+
+ true
+
+
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ -
+
+
+ 9
+
+
+ 9
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 26
+ 26
+
+
+
+ Unsubcribe To Channel
+
+
+ QToolButton, QPushButton, QComboBox {
+border-image: url(:/images/btn_26.png) 4;
+border-width: 4;
+padding: 0px 6px;
+font-size: 12px;
+}
+
+QToolButton:hover, QPushButton:hover, QComboBox:hover {
+border-image: url(:/images/btn_26_hover.png) 4;
+}
+
+QToolButton:disabled, QPushButton:disabled, QComboBox::disabled {
+color:gray;
+}
+
+QToolButton:pressed, QPushButton:pressed{
+border-image: url(:/images/btn_26_pressed.png) 4;
+}
+
+
+ Unsubscribe
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 26
+ 26
+
+
+
+
+ 16777215
+ 26
+
+
+
+ Subscribe To Channel
+
+
+ QToolButton, QPushButton, QComboBox {
+border-image: url(:/images/btn_26.png) 4;
+border-width: 4;
+padding: 0px 6px;
+font-size: 12px;
+}
+
+QToolButton:hover, QPushButton:hover, QComboBox:hover {
+border-image: url(:/images/btn_26_hover.png) 4;
+}
+
+QToolButton:disabled, QPushButton:disabled, QComboBox::disabled {
+color:gray;
+}
+
+QToolButton:pressed, QPushButton:pressed{
+border-image: url(:/images/btn_26_pressed.png) 4;
+}
+
+
+ Subscribe
+
+
+
+ :/images/konqsidebar_news16.png:/images/konqsidebar_news16.png
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 20
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+ 1
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+
+
+
+ QFrame::StyledPanel
+
+
+ QFrame::Raised
+
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+ true
+
+
+ Qt::AlignBottom|Qt::AlignLeading|Qt::AlignLeft
+
+
+
+
+ 0
+ 0
+ 412
+ 331
+
+
+
+ QWidget#scrollAreaWidgetContents{border: none;}
+
+
+
+ 0
+
+
+ 0
+
+
-
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 391
+ 266
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ :/images/add_channel24.png:/images/add_channel24.png
+
+
+ Create Channel
+
+
+
+
+
+
+
+
diff --git a/retroshare-gui/src/gui/ForumsDialog.cpp b/retroshare-gui/src/gui/ForumsDialog.cpp
index 8a5011a9a..fcd1170df 100644
--- a/retroshare-gui/src/gui/ForumsDialog.cpp
+++ b/retroshare-gui/src/gui/ForumsDialog.cpp
@@ -471,11 +471,11 @@ void ForumsDialog::togglethreadview_internal()
if (ui.expandButton->isChecked()) {
ui.postText->setVisible(true);
ui.expandButton->setIcon(QIcon(QString(":/images/edit_remove24.png")));
- ui.expandButton->setToolTip("Hide");
+ ui.expandButton->setToolTip(tr("Hide"));
} else {
ui.postText->setVisible(false);
ui.expandButton->setIcon(QIcon(QString(":/images/edit_add24.png")));
- ui.expandButton->setToolTip("Expand");
+ ui.expandButton->setToolTip(tr("Expand"));
}
}
diff --git a/retroshare-gui/src/gui/PeersDialog.cpp b/retroshare-gui/src/gui/PeersDialog.cpp
index cf8442b63..71321ccde 100644
--- a/retroshare-gui/src/gui/PeersDialog.cpp
+++ b/retroshare-gui/src/gui/PeersDialog.cpp
@@ -1497,11 +1497,6 @@ void PeersDialog::on_actionCreate_New_Channel_activated()
MainWindow::activatePage (MainWindow::Channels);
CreateChannel cf (this);
- cf.setWindowTitle(tr("Create a new Channel"));
- cf.ui.labelicon->setPixmap(QPixmap(":/images/add_channel64.png"));
- QString titleStr("%1");
- cf.ui.textlabelcreatforums->setText( titleStr.arg( tr("New Channel") ) ) ;
cf.exec();
#endif
}
diff --git a/retroshare-gui/src/gui/channels/CreateChannel.cpp b/retroshare-gui/src/gui/channels/CreateChannel.cpp
index 200711e35..ae2c85b8c 100644
--- a/retroshare-gui/src/gui/channels/CreateChannel.cpp
+++ b/retroshare-gui/src/gui/channels/CreateChannel.cpp
@@ -242,7 +242,7 @@ void CreateChannel::cancelChannel()
void CreateChannel::addChannelLogo()
{
- QString fileName = QFileDialog::getOpenFileName(this, "Load File", QDir::homePath(), "Pictures (*.png *.xpm *.jpg)");
+ QString fileName = QFileDialog::getOpenFileName(this, tr("Load File"), QDir::homePath(), tr("Pictures (*.png *.xpm *.jpg)"));
if(!fileName.isEmpty())
{
picture = QPixmap(fileName).scaled(64,64, Qt::IgnoreAspectRatio,Qt::SmoothTransformation);
diff --git a/retroshare-gui/src/gui/channels/CreateChannel.ui b/retroshare-gui/src/gui/channels/CreateChannel.ui
index b018f20a4..2e8593646 100644
--- a/retroshare-gui/src/gui/channels/CreateChannel.ui
+++ b/retroshare-gui/src/gui/channels/CreateChannel.ui
@@ -69,7 +69,7 @@
- :/images/konversation64.png
+ :/images/add_channel64.png
true
@@ -78,15 +78,8 @@
-
-
- color: rgb(255, 255, 255);
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">New Channel</span></p></body></html>
+ <span style="font-size:24pt; font-weight:500;color:#32CD32;">New Channel</span>
@@ -276,7 +269,7 @@ p, li { white-space: pre-wrap; }
-
- Authemticated Messages
+ Authenticated Messages
@@ -481,17 +474,6 @@ border-radius: 10px;
-
-
-
-
-
-
-
-
-
-
-
diff --git a/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp b/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp
index 68474bbca..f031dd0ab 100644
--- a/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp
+++ b/retroshare-gui/src/gui/channels/CreateChannelMsg.cpp
@@ -494,7 +494,7 @@ void CreateChannelMsg::sendMessage(std::wstring subject, std::wstring msg, std::
void CreateChannelMsg::addThumbnail()
{
- QString fileName = QFileDialog::getOpenFileName(this, "Load File", QDir::homePath(), "Pictures (*.png *.xpm *.jpg)");
+ QString fileName = QFileDialog::getOpenFileName(this, tr("Load File"), QDir::homePath(), tr("Pictures (*.png *.xpm *.jpg)"));
if(!fileName.isEmpty())
{
picture = QPixmap(fileName).scaled(156,107, Qt::IgnoreAspectRatio,Qt::SmoothTransformation);
@@ -517,8 +517,3 @@ void CreateChannelMsg::addThumbnail()
//updateThumbnail() ;
}
}
-
-
-
-
-
diff --git a/retroshare-gui/src/gui/forums/CreateForum.cpp b/retroshare-gui/src/gui/forums/CreateForum.cpp
index 7b9393c3a..5386c5740 100644
--- a/retroshare-gui/src/gui/forums/CreateForum.cpp
+++ b/retroshare-gui/src/gui/forums/CreateForum.cpp
@@ -73,7 +73,7 @@ void CreateForum::createForum()
if(name.isEmpty())
{ /* error message */
- int ret = QMessageBox::warning(this, tr("RetroShare"),
+ QMessageBox::warning(this, tr("RetroShare"),
tr("Please add a Name"),
QMessageBox::Ok, QMessageBox::Ok);
diff --git a/retroshare-gui/src/gui/forums/CreateForum.ui b/retroshare-gui/src/gui/forums/CreateForum.ui
index 1dc1f4cda..636e7b037 100644
--- a/retroshare-gui/src/gui/forums/CreateForum.ui
+++ b/retroshare-gui/src/gui/forums/CreateForum.ui
@@ -175,7 +175,7 @@ p, li { white-space: pre-wrap; }
-
- Authemticated Messages
+ Authenticated Messages
@@ -239,17 +239,6 @@ p, li { white-space: pre-wrap; }
-
-
-
-
-
-
-
-
-
-
-
diff --git a/retroshare-gui/src/gui/forums/CreateForumMsg.ui b/retroshare-gui/src/gui/forums/CreateForumMsg.ui
index 8727c0f39..4b7951ac7 100644
--- a/retroshare-gui/src/gui/forums/CreateForumMsg.ui
+++ b/retroshare-gui/src/gui/forums/CreateForumMsg.ui
@@ -1,331 +1,338 @@
-
-
- CreateForumMsg
-
-
- Qt::NonModal
-
-
-
- 0
- 0
- 482
- 448
-
-
-
- Post Forum Message
-
-
-
- :/images/rstray3.png:/images/rstray3.png
-
-
- QToolBar#toolBar{background-image: url(:/images/connect/connectFriendBanner.png)}
-
-
- Qt::ToolButtonTextUnderIcon
-
-
-
-
- 0
-
-
- 0
-
- -
-
-
-
-
-
- QFrame::NoFrame
-
-
- QFrame::Raised
-
-
-
- 6
-
-
- 6
-
-
-
-
-
-
-
-
- Forum
-
-
-
- -
-
-
- false
-
-
-
-
-
- -
-
-
-
-
-
- Forum Post Subject
-
-
-
- -
-
-
-
-
-
-
-
- -
-
-
-
- 16777215
- 48
-
-
-
- QFrame#frame_2{
-background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
-stop:0 #FEFEFE, stop:1 #E8E8E8);
-
-border: 1px solid #CCCCCC;}
-
-
- QFrame::Raised
-
-
-
- 6
-
-
-
-
-
- Attach File
-
-
-
-
-
-
- :/images/add-share24.png:/images/add-share24.png
-
-
-
- 24
- 24
-
-
-
- true
-
-
-
- -
-
-
-
-
-
-
- :/smileys/smile.png:/smileys/smile.png
-
-
-
- 24
- 24
-
-
-
- true
-
-
-
- -
-
-
- Sign Message
-
-
-
- :/images/pgp.png:/images/pgp.png
-
-
-
- 24
- 24
-
-
-
- true
-
-
-
- -
-
-
- Qt::Horizontal
-
-
-
- 40
- 15
-
-
-
-
- -
-
-
- Paste retroshare link
-
-
-
-
-
-
- :/images/pasterslink.png:/images/pasterslink.png
-
-
- true
-
-
-
-
-
-
- -
-
-
- QFrame::NoFrame
-
-
- QFrame::Raised
-
-
-
- 6
-
-
- 6
-
-
-
-
-
- Forum Post
-
-
-
-
-
-
- Qt::CustomContextMenu
-
-
-
-
-
-
- -
-
-
- Attach files via drag and drop
-
-
-
-
-
-
- You can attach files via drag and drop here in this window
-
-
- true
-
-
-
-
- 0
- 0
- 440
- 60
-
-
-
-
- 0
-
-
-
-
-
- -
-
-
- Qt::Vertical
-
-
-
- 20
- 40
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- toolBar
-
-
- TopToolBarArea
-
-
- false
-
-
-
-
-
-
-
- :/images/mail_send24.png:/images/mail_send24.png
-
-
- Post Forum Msg
-
-
-
-
-
- :/images/button_cancel.png:/images/button_cancel.png
-
-
- Close
-
-
-
-
-
-
-
-
+
+
+ CreateForumMsg
+
+
+ Qt::NonModal
+
+
+
+ 0
+ 0
+ 482
+ 448
+
+
+
+ Post Forum Message
+
+
+
+ :/images/rstray3.png:/images/rstray3.png
+
+
+ QToolBar#toolBar{background-image: url(:/images/connect/connectFriendBanner.png)}
+
+
+ Qt::ToolButtonTextUnderIcon
+
+
+
+
+ 0
+
+
+ 0
+
+ -
+
+
-
+
+
+ QFrame::NoFrame
+
+
+ QFrame::Raised
+
+
+
+ 6
+
+
+ 6
+
+
-
+
+
-
+
+
+ Forum
+
+
+
+ -
+
+
+ false
+
+
+
+
+
+ -
+
+
-
+
+
+ Subject
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+ 16777215
+ 48
+
+
+
+ QFrame#frame_2{
+background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
+stop:0 #FEFEFE, stop:1 #E8E8E8);
+
+border: 1px solid #CCCCCC;}
+
+
+ QFrame::Raised
+
+
+
+ 6
+
+
-
+
+
+ Attach File
+
+
+
+
+
+
+ :/images/add-share24.png:/images/add-share24.png
+
+
+
+ 24
+ 24
+
+
+
+ true
+
+
+
+ -
+
+
+
+
+
+
+ :/smileys/smile.png:/smileys/smile.png
+
+
+
+ 24
+ 24
+
+
+
+ true
+
+
+
+ -
+
+
+ Sign Message
+
+
+
+ :/images/pgp.png:/images/pgp.png
+
+
+
+ 24
+ 24
+
+
+
+ true
+
+
+
+ -
+
+
+ Qt::Horizontal
+
+
+
+ 40
+ 15
+
+
+
+
+ -
+
+
+ Paste retroshare link
+
+
+
+
+
+
+ :/images/pasterslink.png:/images/pasterslink.png
+
+
+ true
+
+
+
+
+
+
+ -
+
+
+ QFrame::NoFrame
+
+
+ QFrame::Raised
+
+
+
+ 6
+
+
+ 6
+
+
-
+
+
+ Forum Post
+
+
+
-
+
+
+ Qt::CustomContextMenu
+
+
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
+<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p></body></html>
+
+
+
+
+
+
+ -
+
+
+ Attach files via drag and drop
+
+
+
-
+
+
+ You can attach files via drag and drop here in this window
+
+
+ true
+
+
+
+
+ 0
+ 0
+ 440
+ 57
+
+
+
+
+ 0
+
+
-
+
+
+ -
+
+
+ Qt::Vertical
+
+
+
+ 20
+ 40
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ toolBar
+
+
+ TopToolBarArea
+
+
+ false
+
+
+
+
+
+
+
+ :/images/mail_send24.png:/images/mail_send24.png
+
+
+ Post Forum Msg
+
+
+
+
+
+ :/images/button_cancel.png:/images/button_cancel.png
+
+
+ Close
+
+
+
+
+
+
+
+
diff --git a/retroshare-gui/src/gui/settings/AppearancePage.cpp b/retroshare-gui/src/gui/settings/AppearancePage.cpp
index 866878b70..b5881c9a4 100755
--- a/retroshare-gui/src/gui/settings/AppearancePage.cpp
+++ b/retroshare-gui/src/gui/settings/AppearancePage.cpp
@@ -48,13 +48,9 @@ AppearancePage::AppearancePage(QWidget * parent, Qt::WFlags flags)
ui.cmboStyle->addItem(style, style.toLower());
}
- ui.styleSheetCombo->setCurrentIndex(ui.styleSheetCombo->findText("Default"));
//loadStyleSheet("Default");
loadqss();
- //load();
-
-
/* Hide platform specific features */
#ifdef Q_WS_WIN
@@ -69,32 +65,33 @@ AppearancePage::~AppearancePage()
bool
AppearancePage::save(QString &errmsg)
{
- Q_UNUSED(errmsg);
- QString languageCode =
- LanguageSupport::languageCode(ui.cmboLanguage->currentText());
+ Q_UNUSED(errmsg);
+ QString languageCode = LanguageSupport::languageCode(ui.cmboLanguage->currentText());
- Settings->setLanguageCode(languageCode);
- Settings->setInterfaceStyle(ui.cmboStyle->currentText());
- Settings->setSheetName(ui.styleSheetCombo->currentText());
+ Settings->setLanguageCode(languageCode);
+ Settings->setInterfaceStyle(ui.cmboStyle->currentText());
+ Settings->setSheetName(ui.styleSheetCombo->currentText());
/* Set to new style */
- Rshare::setStyle(ui.cmboStyle->currentText());
- return true;
+ Rshare::setStyle(ui.cmboStyle->currentText());
+ return true;
}
-
-
/** Loads the settings for this page */
void
AppearancePage::load()
{
int index = ui.cmboLanguage->findData(Settings->getLanguageCode());
- ui.cmboLanguage->setCurrentIndex(index);
+ ui.cmboLanguage->setCurrentIndex(index);
- index = ui.cmboStyle->findData(Rshare::style().toLower());
- ui.cmboStyle->setCurrentIndex(index);
+ index = ui.cmboStyle->findData(Rshare::style().toLower());
+ ui.cmboStyle->setCurrentIndex(index);
- ui.styleSheetCombo->setCurrentIndex(ui.styleSheetCombo->findText(Settings->getSheetName()));
+ index = ui.styleSheetCombo->findText(Settings->getSheetName());
+ if (index == -1) {
+ index = ui.styleSheetCombo->findText("noskin");
+ }
+ ui.styleSheetCombo->setCurrentIndex(index);
/** load saved internal styleSheet **/
//QFile file(":/qss/" + (settings.getSheetName().toLower()) + ".qss");
@@ -105,7 +102,6 @@ AppearancePage::load()
file.open(QFile::ReadOnly);
QString styleSheet = QLatin1String(file.readAll());
qApp->setStyleSheet(styleSheet);
-
}
void AppearancePage::on_styleSheetCombo_activated(const QString &sheetName)
diff --git a/retroshare-gui/src/lang/retroshare_de.qm b/retroshare-gui/src/lang/retroshare_de.qm
index 88cb95dea..0dcd53a79 100644
Binary files a/retroshare-gui/src/lang/retroshare_de.qm and b/retroshare-gui/src/lang/retroshare_de.qm differ
diff --git a/retroshare-gui/src/lang/retroshare_de.ts b/retroshare-gui/src/lang/retroshare_de.ts
index 7023424e1..6ebbdc386 100644
--- a/retroshare-gui/src/lang/retroshare_de.ts
+++ b/retroshare-gui/src/lang/retroshare_de.ts
@@ -207,12 +207,15 @@ p, li { white-space: pre-wrap; }
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose the language used in RetroShare</p></body></html>
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Wähle die Sprache für RetroShare aus</p></body></html>
<html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Changes to language will only take effect after restarting RetroShare!</p></body></html>
- <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Änderungen in der Sprachwahl wirken sich erst nach einem Neustart von Retroshare aus!</p></body></html>
+ <html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:Arial; font-size:8pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Änderungen in der Sprachwahl wirken sich erst nach einem Neustart von Retroshare aus!</p></body></html>
@@ -225,7 +228,10 @@ p, li { white-space: pre-wrap; }
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Choose RetroShare's interface style</p></body></html>
-
+ <html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal; text-decoration:none;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Wähle die Oberfläche für RetroShare aus</p></body></html>
@@ -822,7 +828,7 @@ p, li { white-space: pre-wrap; }
Drag and Drop your friends's certificate in this Window or specify path in the box below
- Per Drag and Drop können Sie Freundes Zertifikat ins Fenster ziehen oder geben sie den Pfad unten in der Box an
+ Per Drag'n'Drop können Sie Freundes Zertifikat ins Fenster ziehen oder geben sie den Pfad unten in der Box an
@@ -973,25 +979,7 @@ p, li { white-space: pre-wrap; }
Kanal erstellen
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt;">Channel Name</span></p></body></html>
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:600; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:14pt;">Kanal Name</span></p></body></html>
-
-
-
- Post To Channel
- In Kanal schreiben
-
-
-
+
Unsubscribe
Abbestellen
@@ -1046,12 +1034,13 @@ p, li { white-space: pre-wrap; }
Andere Kanäle
-
+
+
Post to Channel
- Schreibe in den Kanal
+ Kanalbeitrag erstellen
-
+
Subscribe to Channel
Kanal abonnieren
@@ -1066,17 +1055,7 @@ p, li { white-space: pre-wrap; }
Zeige Kanal-Details
-
- Create a new Channel
- Erstelle einen neuen Kanal
-
-
-
- New Channel
- Neuer Kanal
-
-
-
+
@@ -1088,7 +1067,30 @@ Abgeholt: %2
Verfügbar: %3
-
+
+
+
+
+ Unknown Channel
+ Unbekannter Kanal
+
+
+
+
+
+
+ Unknown Channel
+No Description
+ Unbekannter Kanal
+Keine Beschreibung
+
+
+
+ No Channel Selected
+ Keinen Kanal gewählt
+
+
+
Restore Publish Rights for Channel
Stelle Veröffentlichungsrechte für Kanal wieder her
@@ -1458,7 +1460,7 @@ Verfügbar: %3
Marginal
- Geringfügig
+ Geringfügig
@@ -1468,7 +1470,7 @@ Verfügbar: %3
Apply and Close
- Annehmen und Schliessen
+ Übernehmen und Schliessen
@@ -1485,12 +1487,12 @@ Verfügbar: %3
Your key is signed by :
- Ihr Schlüssel ist unterzeichnet von:
+ Ihr Schlüssel ist unterzeichnet von:
Peer key is signed by :
- Peer Schlüssel ist unterzeichnet von:
+ Peer Schlüssel ist unterzeichnet von:
@@ -1510,7 +1512,7 @@ Verfügbar: %3
Your trust in this peer is none.
- Sie Vertrauen diesem Peer nicht.
+ Sie vertrauen diesem Peer nicht.
@@ -1562,7 +1564,7 @@ und meinen GPG Schlüssel nicht unterzeichnet
Copy Peer
-
+ Kopiere Peer
@@ -1988,111 +1990,117 @@ Möchten Sie die Änderungen speichern?
Create a new Channel
- Erstelle neuen Kanal
+ Erstelle einen neuen Kanal
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
-<html><head><meta name="qrichtext" content="1" /><style type="text/css">
-p, li { white-space: pre-wrap; }
-</style></head><body style=" font-family:'Sans'; font-size:10pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Arial'; font-size:24pt; font-weight:600; color:#ffffff;">New Channel</span></p></body></html>
-
+
+ <span style="font-size:24pt; font-weight:500;color:#32CD32;">New Channel</span>
+ <span style="font-size:24pt; font-weight:500;color:#32CD32;">Neuer Kanal</span>
-
+
Name
- Name
+ Name
check peers you would like to share private publish key with
-
+ Wähle die Nachbarn, an die du den privaten Schlüssel verteilen möchtest
Share Key With
-
+ Schlüssel verteilen an
Contacts:
- Kontakte:
+ Kontakte:
Description
- Beschreibung
+ Beschreibung
Type:
- Typ:
+ Typ:
Restricted - Anyone can read, limited publishing (Private Publish Key)
- Beschränkt - Jeder kann lesen, aber nicht jeder schreiben (Privater Veröffentlichungs-Schlüssel)
+ Beschränkt - Jeder kann lesen, aber nicht jeder schreiben (Privater Veröffentlichungs-Schlüssel)
Private - (Private Publish Key required to view Messages)
- Privat - (Privater Veröffentlichungsschlüssel erforderlich, um Nachrichten zu lesen)
+ Privat - (Privater Veröffentlichungsschlüssel erforderlich, um Nachrichten zu lesen)
Allowed Messages
- Erlaubte Nachrichten
+ Erlaubte Nachrichten
Anonymous Messages
- Anonyme Nachrichten
+ Anonyme Nachrichten
- Authemticated Messages
- Authentifizierte Nachrichten
+ Authenticated Messages
+ Authentifizierte Nachrichten
Key Sharing
-
+ Schlüsselverteilung
Share Private Publish Key
-
+ Verteile privaten Schlüssel
Channel Logo
- Kanal Logo
+ Kanal Logo
Add Channel Logo
- Kanal Logo hinzufügen
+ Kanal Logo hinzufügen
Cancel
- Abbrechen
+ Abbrechen
Create
- Erstellen
+ Erstellen
RetroShare
-
+
Please add a Name
-
+ Bitte einen Name hinzufügen
+
+
+
+ Load File
+ Lade Datei
+
+
+
+ Pictures (*.png *.xpm *.jpg)
+ Bilder (*.png *.xpm *.jpg)
@@ -2100,7 +2108,7 @@ p, li { white-space: pre-wrap; }
New Channel Post
- Neuer Kanal Post
+ Neuer Kanalbeitrag
@@ -2113,17 +2121,17 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:26pt; color:#ffffff;">Neuer Kanal Post</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:26pt; color:#ffffff;">Neuer Kanalbeitrag</span></p></body></html>
Channel Post
- Kanal Post
+ Kanalbeitrag
Channel Post to:
- Kanal Post zu:
+ Kanal:
@@ -2135,27 +2143,34 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-size:8pt;"> You can use Drap and Drop to Attach Files.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-size:8pt;"> Set your Subject and Description for your Channel Post.</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-size:8pt;"> You can View your Attached Files on Attachments Tab.</span></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-size:8pt;"> Du kannst dein Miniaturbild für deinen Kanalbeitrag setzen.</span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-size:8pt;"> Du kannst Dateien mit Drag'n'Drop einfügen.</span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-size:8pt;"> Schreibe deinen Betreff und die Beschreibung deines Beitrages.</span></p>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><img src=":/images/feedback_arrow.png" /><span style=" font-size:8pt;"> Du kannst die angehängten Dateien in Reiter Anhang anschauen.</span></p></body></html>
Add File to Attach
- Dateien hinzufügen zum Anhängen
+ Datei hinzufügen
Add Channel Thumbnail
- Kanal Thumbnail hinzufügen
+ Miniaturbild hinzufügen
Message
- Nachricht
+ Beitrag
Subject :
- Betreff:
+ Betreff :
@@ -2166,7 +2181,7 @@ p, li { white-space: pre-wrap; }
Drag and Drop Files from Search Results
- Drag & Drop Dateien aus den Suchergebnissen
+ Drag'n'Drop Dateien aus den Suchergebnissen
@@ -2183,6 +2198,16 @@ p, li { white-space: pre-wrap; }
Please add a Subject
Bitte Subjekt nicht vergessen
+
+
+ Load File
+ Lade Datei
+
+
+
+ Pictures (*.png *.xpm *.jpg)
+ Bilder (*.png *.xpm *.jpg)
+
CreateForum
@@ -2241,7 +2266,7 @@ p, li { white-space: pre-wrap; }
- Authemticated Messages
+ Authenticated Messages
Authentifizierte Nachrichten
@@ -2273,49 +2298,44 @@ p, li { white-space: pre-wrap; }
CreateForumMsg
-
+
Post Forum Msg
- Forum-Nachricht senden
+ Forumbeitrag schreiben
-
+
Forum
Forum
-
- Forum Post Subject
- Forum Betreff
-
-
-
+
Paste retroshare link
RetroShare Link einfügen
Forum Post
- Forum-Nachricht
+ Beitrag
Sign Message
- Nachricht unterschreiben
+ Beitrag unterschreiben
-
+
+ Subject
+ Betreff
+
+
+
Close
Schliessen
-
+
Post Forum Message
- Post Forum Nachricht
-
-
-
- toolBar
-
+ Erstelle Forumbeitrag
@@ -2335,7 +2355,7 @@ p, li { white-space: pre-wrap; }
Please set a Forum Subject and Forum Message
- Bitte Forum Betreff eingeben
+ Bitte einen Betreff und eine Beitrag eingeben
@@ -2343,35 +2363,35 @@ p, li { white-space: pre-wrap; }
Zusätzliche Datei hinzufügen
-
+
Attach File
- Datei Anhängen
+ Datei anhängen
-
+
Attach files via drag and drop
-
+ Hänge Dateien mit Drag'n'Drop an
You can attach files via drag and drop here in this window
-
+ Du kannst Dateien mit Drag'n'Drop anhängen
Drop file error.
- Dateifehler bei drag and drop.
+ Dateifehler bei Drag'n'Drop.
File not found or file name not accepted.
- Datei nicht gefunden oder Dateiname nicht akzeptiert.
+ Datei nicht gefunden oder Dateiname nicht akzeptiert.
Directory can't be dropped, only files are accepted.
- Ordner können nicht für Drag und Drop genutzt werden. Nur Dateien werden akzeptiert.
+ Ordner können nicht für Drag'n'Drop genutzt werden. Nur Dateien werden akzeptiert.
@@ -3290,12 +3310,12 @@ p, li { white-space: pre-wrap; }
Set message to read on activate
- Setze Nachricht beim Aktivieren als gelesen
+ Setze Beitrag beim Aktivieren als gelesen
Expand new messages
- Neue Nachrichten erweitern
+ Neue Beiträge erweitern
@@ -3341,53 +3361,17 @@ p, li { white-space: pre-wrap; }
Alle reduzieren
-
-
-
- Popularity:
- Beliebtheit:
+
+ Hide
+ Verbergen
-
-
- Anonymous
- Anonym
+
+ Expand
+ Erweitern
-
-
- signed
- unterzeichnet
-
-
-
-
- none
- kein
-
-
-
-
- RetroShare
-
-
-
-
- No Forum Selected!
- Kein Forum ausgewählt!
-
-
-
- Re:
-
-
-
-
- You cant reply a Anonymous Author
- Sie können einem anonymen Autor nicht antworten
-
-
-
+
Your Forums
Deine Foren
@@ -3432,7 +3416,7 @@ p, li { white-space: pre-wrap; }
Start new Thread for Selected Forum
- Starte einen neuen Thread im ausgewählten Forum
+ Starte ein neues Thema im ausgewählten Forum
@@ -3446,7 +3430,7 @@ p, li { white-space: pre-wrap; }
Last Post
- Letzter Post
+ Letzter Beitrag
@@ -3488,27 +3472,31 @@ p, li { white-space: pre-wrap; }
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Thread:</span></p></body></html>
-
+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
+<html><head><meta name="qrichtext" content="1" /><style type="text/css">
+p, li { white-space: pre-wrap; }
+</style></head><body style=" font-family:'Arial'; font-size:8pt; font-weight:400; font-style:normal;">
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:10pt; font-weight:600;">Thema:</span></p></body></html>
Previous Thread
- Vorheriger Thread
+ Vorheriger Beitrag
Next Thread
- Nächster Thread
+ Nächster Beitrag
Reply Message
- Auf Nachricht antworten
+ Auf Beitrag antworten
Create Forum
- Erstelle Forum
+ Forum erstellen
@@ -3522,7 +3510,6 @@ p, li { white-space: pre-wrap; }
-
Start New Thread
Erstelle neues Thema
@@ -3537,7 +3524,7 @@ p, li { white-space: pre-wrap; }
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
p, li { white-space: pre-wrap; }
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Suche forum Inhalt</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Suche Foren</span></p></body></html>
@@ -3550,7 +3537,7 @@ p, li { white-space: pre-wrap; }
Inhalt
-
+
Mark as read
Als gelesen markieren
@@ -6890,17 +6877,7 @@ p, li { white-space: pre-wrap; }
Verfügbar
-
- Create a new Channel
- Erstelle neuen Kanal
-
-
-
- New Channel
- Neuer Kanal
-
-
-
+
Add Extra File
Zusätzliche Datei hinzufügen
@@ -6908,7 +6885,7 @@ p, li { white-space: pre-wrap; }
Drop file error.
- Dateifehler bei drag and drop.
+ Dateifehler bei Drag'n'Drop.
@@ -6918,10 +6895,10 @@ p, li { white-space: pre-wrap; }
Directory can't be dropped, only files are accepted.
- Ordner können nicht für Drag und Drop genutzt werden. Nur Dateien werden akzeptiert.
+ Ordner können nicht für Drag'n'Drop genutzt werden. Nur Dateien werden akzeptiert.
-
+
(me)
(ich)
@@ -7089,7 +7066,7 @@ p, li { white-space: pre-wrap; }
Willst du diesen Freund entfernen?
-
+
Save as...
Speichern als...
@@ -7122,7 +7099,7 @@ p, li { white-space: pre-wrap; }
Status Spalte ausblenden
-
+
Friends Storm
Freundes Strom
@@ -7545,12 +7522,12 @@ p, li { white-space: pre-wrap; }
Drop file error.
- Dateifehler bei drag and drop.
+ Dateifehler bei Drag'n'Drop.
Directory can't be dropped, only files are accepted.
- Ordner können nicht für Drag und Drop genutzt werden. Nur Dateien werden akzeptiert.
+ Ordner können nicht für Drag'n'Drop genutzt werden. Nur Dateien werden akzeptiert.
@@ -9287,12 +9264,12 @@ p, li { white-space: pre-wrap; }
check peers you would like to share private publish key with
-
+ Wähle die Nachbarn, an die du den privaten Schlüssel verteilen möchtest
Share Key With
-
+ Schlüssel freigeben mit