mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-25 14:50:54 -04:00
Fixed some strings in settings window
Updated english translation git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7781 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7a562cfe9c
commit
2d100b70af
7 changed files with 31 additions and 11 deletions
|
@ -27,6 +27,9 @@ ChannelPage::ChannelPage(QWidget * parent, Qt::WindowFlags flags)
|
||||||
{
|
{
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
setAttribute(Qt::WA_QuitOnClose, false);
|
setAttribute(Qt::WA_QuitOnClose, false);
|
||||||
|
|
||||||
|
/* Initialize GroupFrameSettingsWidget */
|
||||||
|
ui.groupFrameSettingsWidget->setOpenAllInNewTabText(tr("Open each channel in a new tab"));
|
||||||
}
|
}
|
||||||
|
|
||||||
ChannelPage::~ChannelPage()
|
ChannelPage::~ChannelPage()
|
||||||
|
|
|
@ -27,6 +27,9 @@ ForumPage::ForumPage(QWidget * parent, Qt::WindowFlags flags)
|
||||||
{
|
{
|
||||||
ui.setupUi(this);
|
ui.setupUi(this);
|
||||||
setAttribute(Qt::WA_QuitOnClose, false);
|
setAttribute(Qt::WA_QuitOnClose, false);
|
||||||
|
|
||||||
|
/* Initialize GroupFrameSettingsWidget */
|
||||||
|
ui.groupFrameSettingsWidget->setOpenAllInNewTabText(tr("Open each forum in a new tab"));
|
||||||
}
|
}
|
||||||
|
|
||||||
ForumPage::~ForumPage()
|
ForumPage::~ForumPage()
|
||||||
|
|
|
@ -15,6 +15,11 @@ GroupFrameSettingsWidget::~GroupFrameSettingsWidget()
|
||||||
delete ui;
|
delete ui;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GroupFrameSettingsWidget::setOpenAllInNewTabText(const QString &text)
|
||||||
|
{
|
||||||
|
ui->openAllInNewTabCheckBox->setText(text);
|
||||||
|
}
|
||||||
|
|
||||||
void GroupFrameSettingsWidget::loadSettings(GroupFrameSettings::Type type)
|
void GroupFrameSettingsWidget::loadSettings(GroupFrameSettings::Type type)
|
||||||
{
|
{
|
||||||
GroupFrameSettings groupFrameSettings;
|
GroupFrameSettings groupFrameSettings;
|
||||||
|
|
|
@ -17,6 +17,8 @@ public:
|
||||||
explicit GroupFrameSettingsWidget(QWidget *parent = 0);
|
explicit GroupFrameSettingsWidget(QWidget *parent = 0);
|
||||||
~GroupFrameSettingsWidget();
|
~GroupFrameSettingsWidget();
|
||||||
|
|
||||||
|
void setOpenAllInNewTabText(const QString &text);
|
||||||
|
|
||||||
void loadSettings(GroupFrameSettings::Type type);
|
void loadSettings(GroupFrameSettings::Type type);
|
||||||
void saveSettings(GroupFrameSettings::Type type);
|
void saveSettings(GroupFrameSettings::Type type);
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="openAllInNewTabCheckBox">
|
<widget class="QCheckBox" name="openAllInNewTabCheckBox">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Open all forums in new tab</string>
|
<string notr="true">Open each group in a new tab (not translated)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -29,6 +29,9 @@ PostedPage::PostedPage(QWidget * parent, Qt::WindowFlags flags)
|
||||||
{
|
{
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
setAttribute(Qt::WA_QuitOnClose, false);
|
setAttribute(Qt::WA_QuitOnClose, false);
|
||||||
|
|
||||||
|
/* Initialize GroupFrameSettingsWidget */
|
||||||
|
ui->groupFrameSettingsWidget->setOpenAllInNewTabText(tr("Open each topic in a new tab"));
|
||||||
}
|
}
|
||||||
|
|
||||||
PostedPage::~PostedPage()
|
PostedPage::~PostedPage()
|
||||||
|
|
|
@ -476,10 +476,6 @@ p, li { white-space: pre-wrap; }
|
||||||
<source>Icon Size = 24x24</source>
|
<source>Icon Size = 24x24</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Inon Size = 32x32</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Status Bar</source>
|
<source>Status Bar</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
|
@ -721,6 +717,10 @@ p, li { white-space: pre-wrap; }
|
||||||
<source>Load posts in background (Thread)</source>
|
<source>Load posts in background (Thread)</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Open each channel in a new tab</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>ChatDialog</name>
|
<name>ChatDialog</name>
|
||||||
|
@ -4154,6 +4154,10 @@ you plug it in.</source>
|
||||||
<source>Tabs</source>
|
<source>Tabs</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Open each forum in a new tab</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>FriendList</name>
|
<name>FriendList</name>
|
||||||
|
@ -5218,10 +5222,6 @@ p, li { white-space: pre-wrap; }
|
||||||
<source>Form</source>
|
<source>Form</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<source>Open all forums in new tab</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<source>Hide tabbar with one open tab</source>
|
<source>Hide tabbar with one open tab</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
|
@ -9932,6 +9932,10 @@ malicious behavior of crafted plugins.</source>
|
||||||
<source>Posted</source>
|
<source>Posted</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Open each topic in a new tab</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>PostedUserNotify</name>
|
<name>PostedUserNotify</name>
|
||||||
|
@ -12675,11 +12679,11 @@ p, li { white-space: pre-wrap; }
|
||||||
<context>
|
<context>
|
||||||
<name>ToasterDisable</name>
|
<name>ToasterDisable</name>
|
||||||
<message>
|
<message>
|
||||||
<source>All Toasters are disable</source>
|
<source>All Toasters are disabled</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<source>Toasters are enable</source>
|
<source>Toasters are enabled</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue