mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-23 00:01:21 -04:00
Added a placeholder text to the message list in the MessagesDialog (currently used when Starred is selected).
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4235 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
3b89616334
commit
9fb2ddfec0
7 changed files with 172 additions and 51 deletions
|
@ -310,6 +310,7 @@ HEADERS += rshare.h \
|
||||||
gui/common/PeerDefs.h \
|
gui/common/PeerDefs.h \
|
||||||
gui/common/PopularityDefs.h \
|
gui/common/PopularityDefs.h \
|
||||||
gui/common/GroupTreeWidget.h \
|
gui/common/GroupTreeWidget.h \
|
||||||
|
gui/common/RSTreeView.h \
|
||||||
gui/style/RSStyle.h \
|
gui/style/RSStyle.h \
|
||||||
gui/style/StyleDialog.h \
|
gui/style/StyleDialog.h \
|
||||||
gui/MessagesDialog.h \
|
gui/MessagesDialog.h \
|
||||||
|
@ -523,6 +524,7 @@ SOURCES += main.cpp \
|
||||||
gui/common/PeerDefs.cpp \
|
gui/common/PeerDefs.cpp \
|
||||||
gui/common/PopularityDefs.cpp \
|
gui/common/PopularityDefs.cpp \
|
||||||
gui/common/GroupTreeWidget.cpp \
|
gui/common/GroupTreeWidget.cpp \
|
||||||
|
gui/common/RSTreeView.cpp \
|
||||||
gui/style/RSStyle.cpp \
|
gui/style/RSStyle.cpp \
|
||||||
gui/style/StyleDialog.cpp \
|
gui/style/StyleDialog.cpp \
|
||||||
gui/settings/rsharesettings.cpp \
|
gui/settings/rsharesettings.cpp \
|
||||||
|
|
|
@ -846,6 +846,7 @@ void MessagesDialog::insertMessages()
|
||||||
uint32_t quickViewId = 0;
|
uint32_t quickViewId = 0;
|
||||||
QString boxText;
|
QString boxText;
|
||||||
QIcon boxIcon;
|
QIcon boxIcon;
|
||||||
|
QString placeholderText;
|
||||||
|
|
||||||
switch (m_eListMode) {
|
switch (m_eListMode) {
|
||||||
case LIST_NOTHING:
|
case LIST_NOTHING:
|
||||||
|
@ -898,8 +899,19 @@ void MessagesDialog::insertMessages()
|
||||||
boxText = item->text();
|
boxText = item->text();
|
||||||
boxIcon = item->icon();
|
boxIcon = item->icon();
|
||||||
|
|
||||||
if (quickViewType == QUICKVIEW_TYPE_NOTHING) {
|
switch (quickViewType) {
|
||||||
|
case QUICKVIEW_TYPE_NOTHING:
|
||||||
doFill = false;
|
doFill = false;
|
||||||
|
break;
|
||||||
|
case QUICKVIEW_TYPE_STATIC:
|
||||||
|
switch (quickViewId) {
|
||||||
|
case QUICKVIEW_STATIC_ID_STARRED:
|
||||||
|
placeholderText = tr("No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light grey star beside any message.");
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
case QUICKVIEW_TYPE_TAG:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
doFill = false;
|
doFill = false;
|
||||||
|
@ -913,6 +925,7 @@ void MessagesDialog::insertMessages()
|
||||||
|
|
||||||
ui.tabWidget->setTabText (0, boxText);
|
ui.tabWidget->setTabText (0, boxText);
|
||||||
ui.tabWidget->setTabIcon (0, boxIcon);
|
ui.tabWidget->setTabIcon (0, boxIcon);
|
||||||
|
ui.messagestreeView->setPlaceholderText(placeholderText);
|
||||||
|
|
||||||
if (msgbox == RS_MSG_INBOX) {
|
if (msgbox == RS_MSG_INBOX) {
|
||||||
MessagesModel->setHeaderData(COLUMN_FROM, Qt::Horizontal, tr("From"));
|
MessagesModel->setHeaderData(COLUMN_FROM, Qt::Horizontal, tr("From"));
|
||||||
|
|
|
@ -582,7 +582,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||||
<string>Compose</string>
|
<string>Compose</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/folder-draft24.png</normaloff>:/images/folder-draft24.png</iconset>
|
<normaloff>:/images/folder-draft24.png</normaloff>:/images/folder-draft24.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
|
@ -639,7 +639,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||||
<string>Reply</string>
|
<string>Reply</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/replymail-pressed.png</normaloff>:/images/replymail-pressed.png</iconset>
|
<normaloff>:/images/replymail-pressed.png</normaloff>:/images/replymail-pressed.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
|
@ -680,7 +680,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||||
<string>Reply all</string>
|
<string>Reply all</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/replymailall24-hover.png</normaloff>:/images/replymailall24-hover.png</iconset>
|
<normaloff>:/images/replymailall24-hover.png</normaloff>:/images/replymailall24-hover.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
|
@ -721,7 +721,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||||
<string>Foward</string>
|
<string>Foward</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/mailforward24-hover.png</normaloff>:/images/mailforward24-hover.png</iconset>
|
<normaloff>:/images/mailforward24-hover.png</normaloff>:/images/mailforward24-hover.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
|
@ -772,7 +772,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||||
<string>Delete</string>
|
<string>Delete</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/deletemail24.png</normaloff>:/images/deletemail24.png</iconset>
|
<normaloff>:/images/deletemail24.png</normaloff>:/images/deletemail24.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
|
@ -819,7 +819,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||||
<string>Print</string>
|
<string>Print</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/print24.png</normaloff>:/images/print24.png</iconset>
|
<normaloff>:/images/print24.png</normaloff>:/images/print24.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
|
@ -854,7 +854,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||||
<string>Display</string>
|
<string>Display</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/looknfeel.png</normaloff>:/images/looknfeel.png</iconset>
|
<normaloff>:/images/looknfeel.png</normaloff>:/images/looknfeel.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
|
@ -895,7 +895,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||||
<string/>
|
<string/>
|
||||||
</property>
|
</property>
|
||||||
<property name="pixmap">
|
<property name="pixmap">
|
||||||
<pixmap>:/images/find-16.png</pixmap>
|
<pixmap resource="images.qrc">:/images/find-16.png</pixmap>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -993,7 +993,7 @@ border-image: url(:/images/closepressed.png)
|
||||||
<string>Tags</string>
|
<string>Tags</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/tag24.png</normaloff>:/images/tag24.png</iconset>
|
<normaloff>:/images/tag24.png</normaloff>:/images/tag24.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="iconSize">
|
<property name="iconSize">
|
||||||
|
@ -1129,7 +1129,7 @@ border-image: url(:/images/closepressed.png)
|
||||||
<string>Inbox</string>
|
<string>Inbox</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/folder-inbox.png</normaloff>:/images/folder-inbox.png</iconset>
|
<normaloff>:/images/folder-inbox.png</normaloff>:/images/folder-inbox.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
|
@ -1138,7 +1138,7 @@ border-image: url(:/images/closepressed.png)
|
||||||
<string>Outbox</string>
|
<string>Outbox</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/folder-outbox.png</normaloff>:/images/folder-outbox.png</iconset>
|
<normaloff>:/images/folder-outbox.png</normaloff>:/images/folder-outbox.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
|
@ -1147,7 +1147,7 @@ border-image: url(:/images/closepressed.png)
|
||||||
<string>Draft</string>
|
<string>Draft</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/folder-draft.png</normaloff>:/images/folder-draft.png</iconset>
|
<normaloff>:/images/folder-draft.png</normaloff>:/images/folder-draft.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
|
@ -1156,7 +1156,7 @@ border-image: url(:/images/closepressed.png)
|
||||||
<string>Sent</string>
|
<string>Sent</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/folder-sent.png</normaloff>:/images/folder-sent.png</iconset>
|
<normaloff>:/images/folder-sent.png</normaloff>:/images/folder-sent.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
|
@ -1165,7 +1165,7 @@ border-image: url(:/images/closepressed.png)
|
||||||
<string>Trash</string>
|
<string>Trash</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/folder-trash.png</normaloff>:/images/folder-trash.png</iconset>
|
<normaloff>:/images/folder-trash.png</normaloff>:/images/folder-trash.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
|
@ -1212,7 +1212,7 @@ border: 1px solid #CCCCCC;}</string>
|
||||||
<string>Quick View</string>
|
<string>Quick View</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/tag24.png</normaloff>:/images/tag24.png</iconset>
|
<normaloff>:/images/tag24.png</normaloff>:/images/tag24.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="checkable">
|
<property name="checkable">
|
||||||
|
@ -1296,7 +1296,7 @@ padding: 4px;
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QTreeView" name="messagestreeView">
|
<widget class="RSTreeView" name="messagestreeView">
|
||||||
<property name="font">
|
<property name="font">
|
||||||
<font>
|
<font>
|
||||||
<pointsize>9</pointsize>
|
<pointsize>9</pointsize>
|
||||||
|
@ -1368,7 +1368,7 @@ padding: 4px;
|
||||||
</action>
|
</action>
|
||||||
<action name="actionReply">
|
<action name="actionReply">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
|
<normaloff>:/images/mail_reply.png</normaloff>:/images/mail_reply.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -1377,7 +1377,7 @@ padding: 4px;
|
||||||
</action>
|
</action>
|
||||||
<action name="actionReplyAll">
|
<action name="actionReplyAll">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/mail_replyall.png</normaloff>:/images/mail_replyall.png</iconset>
|
<normaloff>:/images/mail_replyall.png</normaloff>:/images/mail_replyall.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -1386,7 +1386,7 @@ padding: 4px;
|
||||||
</action>
|
</action>
|
||||||
<action name="actionForward">
|
<action name="actionForward">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset>
|
<iconset resource="images.qrc">
|
||||||
<normaloff>:/images/mail_forward.png</normaloff>:/images/mail_forward.png</iconset>
|
<normaloff>:/images/mail_forward.png</normaloff>:/images/mail_forward.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
@ -1401,13 +1401,20 @@ padding: 4px;
|
||||||
<header>gui/common/RSTabWidget.h</header>
|
<header>gui/common/RSTabWidget.h</header>
|
||||||
<container>1</container>
|
<container>1</container>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
|
<customwidget>
|
||||||
|
<class>RSTreeView</class>
|
||||||
|
<extends>QTreeView</extends>
|
||||||
|
<header>gui/common/RSTreeView.h</header>
|
||||||
|
</customwidget>
|
||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>newmessageButton</tabstop>
|
<tabstop>newmessageButton</tabstop>
|
||||||
<tabstop>replymessageButton</tabstop>
|
<tabstop>replymessageButton</tabstop>
|
||||||
<tabstop>listWidget</tabstop>
|
<tabstop>listWidget</tabstop>
|
||||||
</tabstops>
|
</tabstops>
|
||||||
<resources/>
|
<resources>
|
||||||
|
<include location="images.qrc"/>
|
||||||
|
</resources>
|
||||||
<connections>
|
<connections>
|
||||||
<connection>
|
<connection>
|
||||||
<sender>quickViewsButton</sender>
|
<sender>quickViewsButton</sender>
|
||||||
|
|
51
retroshare-gui/src/gui/common/RSTreeView.cpp
Normal file
51
retroshare-gui/src/gui/common/RSTreeView.cpp
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
/****************************************************************
|
||||||
|
* This file is distributed under the following license:
|
||||||
|
*
|
||||||
|
* Copyright (c) 2010, RetroShare Team
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License
|
||||||
|
* as published by the Free Software Foundation; either version 2
|
||||||
|
* of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
|
* Boston, MA 02110-1301, USA.
|
||||||
|
****************************************************************/
|
||||||
|
|
||||||
|
#include <QPainter>
|
||||||
|
#include "RSTreeView.h"
|
||||||
|
|
||||||
|
RSTreeView::RSTreeView(QWidget *parent) : QTreeView(parent)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void RSTreeView::setPlaceholderText(const QString &text)
|
||||||
|
{
|
||||||
|
placeholderText = text;
|
||||||
|
repaint();
|
||||||
|
}
|
||||||
|
|
||||||
|
void RSTreeView::paintEvent(QPaintEvent *event)
|
||||||
|
{
|
||||||
|
QTreeView::paintEvent(event);
|
||||||
|
|
||||||
|
if (placeholderText.isEmpty() == false && model() && model()->rowCount() == 0) {
|
||||||
|
QWidget *vieportWidget = viewport();
|
||||||
|
QPainter painter(vieportWidget);
|
||||||
|
|
||||||
|
QPen pen = painter.pen();
|
||||||
|
QColor color = pen.color();
|
||||||
|
color.setAlpha(128);
|
||||||
|
pen.setColor(color);
|
||||||
|
painter.setPen(pen);
|
||||||
|
|
||||||
|
painter.drawText(QRect(QPoint(), vieportWidget->size()), Qt::AlignHCenter | Qt::AlignVCenter | Qt::TextWordWrap, placeholderText);
|
||||||
|
}
|
||||||
|
};
|
43
retroshare-gui/src/gui/common/RSTreeView.h
Normal file
43
retroshare-gui/src/gui/common/RSTreeView.h
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
/****************************************************************
|
||||||
|
* This file is distributed under the following license:
|
||||||
|
*
|
||||||
|
* Copyright (c) 2010, RetroShare Team
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or
|
||||||
|
* modify it under the terms of the GNU General Public License
|
||||||
|
* as published by the Free Software Foundation; either version 2
|
||||||
|
* of the License, or (at your option) any later version.
|
||||||
|
*
|
||||||
|
* This program is distributed in the hope that it will be useful,
|
||||||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
* GNU General Public License for more details.
|
||||||
|
*
|
||||||
|
* You should have received a copy of the GNU General Public License
|
||||||
|
* along with this program; if not, write to the Free Software
|
||||||
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
|
* Boston, MA 02110-1301, USA.
|
||||||
|
****************************************************************/
|
||||||
|
|
||||||
|
#ifndef _RSTREEVIEW_H
|
||||||
|
#define _RSTREEVIEW_H
|
||||||
|
|
||||||
|
#include <QTreeView>
|
||||||
|
|
||||||
|
/* Subclassing QTreeView */
|
||||||
|
class RSTreeView : public QTreeView
|
||||||
|
{
|
||||||
|
Q_OBJECT
|
||||||
|
|
||||||
|
public:
|
||||||
|
RSTreeView(QWidget *parent = 0);
|
||||||
|
|
||||||
|
void setPlaceholderText(const QString &text);
|
||||||
|
|
||||||
|
protected:
|
||||||
|
void paintEvent(QPaintEvent *event);
|
||||||
|
|
||||||
|
QString placeholderText;
|
||||||
|
};
|
||||||
|
|
||||||
|
#endif
|
Binary file not shown.
|
@ -6956,17 +6956,17 @@ p, li { white-space: pre-wrap; }
|
||||||
<name>MessagesDialog</name>
|
<name>MessagesDialog</name>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/MessagesDialog.ui" line="+576"/>
|
<location filename="../gui/MessagesDialog.ui" line="+576"/>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="+627"/>
|
<location filename="../gui/MessagesDialog.cpp" line="+621"/>
|
||||||
<source>New Message</source>
|
<source>New Message</source>
|
||||||
<translation>Neue Nachricht</translation>
|
<translation>Neue Nachricht</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="-66"/>
|
<location line="+799"/>
|
||||||
<source>Reply to Message</source>
|
<source>Reply to Message</source>
|
||||||
<translation>Antworten nur an Absender</translation>
|
<translation>Antworten nur an Absender</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-12"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-74"/>
|
||||||
<source>Open in a new window</source>
|
<source>Open in a new window</source>
|
||||||
<translation>In neuem Fenster öffnen</translation>
|
<translation>In neuem Fenster öffnen</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -6976,20 +6976,20 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation>In neuem Tab öffnen</translation>
|
<translation>In neuem Tab öffnen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+55"/>
|
<location line="+51"/>
|
||||||
<source>Remove Message</source>
|
<source>Remove Message</source>
|
||||||
<translation>Nachricht entfernen</translation>
|
<translation>Nachricht entfernen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/MessagesDialog.ui" line="+393"/>
|
<location filename="../gui/MessagesDialog.ui" line="-406"/>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="-412"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-408"/>
|
||||||
<source>Date</source>
|
<source>Date</source>
|
||||||
<translation>Datum</translation>
|
<translation>Datum</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-5"/>
|
<location line="-5"/>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="-1"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-1"/>
|
||||||
<location line="+728"/>
|
<location line="+736"/>
|
||||||
<source>From</source>
|
<source>From</source>
|
||||||
<translation>Von</translation>
|
<translation>Von</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7071,16 +7071,16 @@ p, li { white-space: pre-wrap; }
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+175"/>
|
<location line="+175"/>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="-51"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-62"/>
|
||||||
<location line="+823"/>
|
<location line="+834"/>
|
||||||
<location line="+10"/>
|
<location line="+10"/>
|
||||||
<source>Inbox</source>
|
<source>Inbox</source>
|
||||||
<translation>Posteingang</translation>
|
<translation>Posteingang</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+9"/>
|
<location line="+9"/>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="-829"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-840"/>
|
||||||
<location line="+842"/>
|
<location line="+853"/>
|
||||||
<location line="+8"/>
|
<location line="+8"/>
|
||||||
<source>Outbox</source>
|
<source>Outbox</source>
|
||||||
<translation>Postausgang</translation>
|
<translation>Postausgang</translation>
|
||||||
|
@ -7092,7 +7092,7 @@ p, li { white-space: pre-wrap; }
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+9"/>
|
<location line="+9"/>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="-842"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-853"/>
|
||||||
<source>Sent</source>
|
<source>Sent</source>
|
||||||
<translation>Gesendet</translation>
|
<translation>Gesendet</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7165,7 +7165,7 @@ p, li { white-space: pre-wrap; }
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-407"/>
|
<location line="-407"/>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="-691"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-688"/>
|
||||||
<source>Subject</source>
|
<source>Subject</source>
|
||||||
<translation>Betreff</translation>
|
<translation>Betreff</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7205,7 +7205,7 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation>Gekennzeichnet</translation>
|
<translation>Gekennzeichnet</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+167"/>
|
<location line="+163"/>
|
||||||
<source>Edit</source>
|
<source>Edit</source>
|
||||||
<translation>Bearbeiten</translation>
|
<translation>Bearbeiten</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7220,12 +7220,12 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation>Nachrichten entfernen</translation>
|
<translation>Nachrichten entfernen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-40"/>
|
<location filename="../gui/MessagesDialog.ui" line="+574"/>
|
||||||
<source>Forward Message</source>
|
<source>Forward Message</source>
|
||||||
<translation>Weiterleiten</translation>
|
<translation>Weiterleiten</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-367"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-403"/>
|
||||||
<source>Click to sort by attachments</source>
|
<source>Click to sort by attachments</source>
|
||||||
<translation>Klicken, um nach Anhang zu sortieren</translation>
|
<translation>Klicken, um nach Anhang zu sortieren</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7241,12 +7241,12 @@ p, li { white-space: pre-wrap; }
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+1"/>
|
<location line="+1"/>
|
||||||
<location line="+720"/>
|
<location line="+728"/>
|
||||||
<source>Click to sort by from</source>
|
<source>Click to sort by from</source>
|
||||||
<translation>Klicken, um nach Von zu sortieren</translation>
|
<translation>Klicken, um nach Von zu sortieren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-719"/>
|
<location line="-727"/>
|
||||||
<source>Click to sort by date</source>
|
<source>Click to sort by date</source>
|
||||||
<translation>Klicken, um nach Datum zu sortieren</translation>
|
<translation>Klicken, um nach Datum zu sortieren</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7272,7 +7272,7 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation type="obsolete">Empfohlene Dateien einblenden</translation>
|
<translation type="obsolete">Empfohlene Dateien einblenden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+721"/>
|
<location line="+729"/>
|
||||||
<source>Click to sort by to</source>
|
<source>Click to sort by to</source>
|
||||||
<translation>Klicken, um nach Empfänger zu sortieren</translation>
|
<translation>Klicken, um nach Empfänger zu sortieren</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7293,8 +7293,8 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation type="obsolete">HTML-Dateien (*.htm *.html);;Alle Dateien (*)</translation>
|
<translation type="obsolete">HTML-Dateien (*.htm *.html);;Alle Dateien (*)</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-676"/>
|
<location filename="../gui/MessagesDialog.ui" line="-9"/>
|
||||||
<location line="+313"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-684"/>
|
||||||
<source>Reply to All</source>
|
<source>Reply to All</source>
|
||||||
<translation>Allen antworten</translation>
|
<translation>Allen antworten</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7306,13 +7306,13 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation type="obsolete"><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;">Alle Dateien runterladen</p></body></html></translation>
|
<translation type="obsolete"><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;">Alle Dateien runterladen</p></body></html></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/MessagesDialog.ui" line="+427"/>
|
<location line="-138"/>
|
||||||
<source>Total Inbox:</source>
|
<source>Total Inbox:</source>
|
||||||
<translation>Posteingang gesamt:</translation>
|
<translation>Posteingang gesamt:</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-272"/>
|
<location line="-272"/>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="-366"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-53"/>
|
||||||
<source>Content</source>
|
<source>Content</source>
|
||||||
<translation>Inhalt</translation>
|
<translation>Inhalt</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7331,8 +7331,8 @@ p, li { white-space: pre-wrap; }
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+172"/>
|
<location line="+172"/>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="+601"/>
|
<location filename="../gui/MessagesDialog.cpp" line="+598"/>
|
||||||
<location line="+869"/>
|
<location line="+880"/>
|
||||||
<location line="+5"/>
|
<location line="+5"/>
|
||||||
<source>Trash</source>
|
<source>Trash</source>
|
||||||
<translation>Papierkorb</translation>
|
<translation>Papierkorb</translation>
|
||||||
|
@ -7355,7 +7355,7 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation type="obsolete">Neues Schlagwort...</translation>
|
<translation type="obsolete">Neues Schlagwort...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../gui/MessagesDialog.cpp" line="-1187"/>
|
<location filename="../gui/MessagesDialog.cpp" line="-1199"/>
|
||||||
<source>Mark as read</source>
|
<source>Mark as read</source>
|
||||||
<translation>Als gelesen markieren</translation>
|
<translation>Als gelesen markieren</translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -7380,8 +7380,8 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation>Papierkorb leeren</translation>
|
<translation>Papierkorb leeren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+240"/>
|
<location line="+241"/>
|
||||||
<location line="+858"/>
|
<location line="+869"/>
|
||||||
<location line="+8"/>
|
<location line="+8"/>
|
||||||
<source>Drafts</source>
|
<source>Drafts</source>
|
||||||
<translation>Entwürfe</translation>
|
<translation>Entwürfe</translation>
|
||||||
|
@ -7396,12 +7396,17 @@ p, li { white-space: pre-wrap; }
|
||||||
<translation type="obsolete">Editieren...</translation>
|
<translation type="obsolete">Editieren...</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="-719"/>
|
<location line="-727"/>
|
||||||
<source>Click to sort by star</source>
|
<source>Click to sort by star</source>
|
||||||
<translation>Klicken, um nach Kennzeichnung zu sortieren</translation>
|
<translation>Klicken, um nach Kennzeichnung zu sortieren</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location line="+1459"/>
|
<location line="+703"/>
|
||||||
|
<source>No starred messages available. Stars let you give messages a special status to make them easier to find. To star a message, click on the light grey star beside any message.</source>
|
||||||
|
<translation>Es sind keine gekennzeichneten Nachrichten vorhanden. Durch die Kennzeichnung kannst du Nachrichten mit einem speziellen Status versehen, sodass sie leichter zu finden sind. Klicke zum Kennzeichnen einer Nachricht auf den hellgrauen Stern neben der jeweiligen Nachricht.</translation>
|
||||||
|
</message>
|
||||||
|
<message>
|
||||||
|
<location line="+764"/>
|
||||||
<location line="+4"/>
|
<location line="+4"/>
|
||||||
<location line="+4"/>
|
<location line="+4"/>
|
||||||
<location line="+4"/>
|
<location line="+4"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue