mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Japanese translation by Daiki Noda
This commit is contained in:
parent
1a3af429d2
commit
e5ad571647
1
AUTHORS
1
AUTHORS
@ -33,6 +33,7 @@ Unink-Lio <unink4451@163.com> (Chinese)
|
||||
Wu Cheng-Hong <stu2731652@gmail.com> (Traditional Chinese)
|
||||
Widya Walesa <walecha99@gmail.com> (Indonesian)
|
||||
Beqa Arabuli <arabulibeqa@gmail.com> (Georgian)
|
||||
Daiki Noda <sys.pdr.pdm9@gmail.com> (Japanese)
|
||||
|
||||
Special thanks:
|
||||
|
||||
|
@ -227,7 +227,8 @@ QString QupZillaSchemeReply::aboutPage()
|
||||
authorString("Unink-Lio", "unink4451@163.com") + " (Chinese)<br/>" +
|
||||
authorString("Wu Cheng-Hong", "stu2731652@gmail.com") + " (Traditional Chinese)<br/>" +
|
||||
authorString("Widya Walesa", "walecha99@gmail.com") + " (Indonesian)<br/>" +
|
||||
authorString("Beqa Arabuli", "arabulibeqa@gmail.com") + " (Georgian)"
|
||||
authorString("Beqa Arabuli", "arabulibeqa@gmail.com") + " (Georgian)<br/>" +
|
||||
authorString("Daiki Noda", "sys.pdr.pdm9@gmail.com") + " (Japanese)"
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
#include "tabbedwebview.h"
|
||||
#include "webpage.h"
|
||||
#include "qtwin.h"
|
||||
|
||||
#include <QDebug>
|
||||
AboutDialog::AboutDialog(QWidget* parent)
|
||||
: QDialog(parent),
|
||||
ui(new Ui::AboutDialog)
|
||||
@ -105,7 +105,8 @@ void AboutDialog::showAuthors()
|
||||
"Unink-Lio<br/>"
|
||||
"Wu Cheng-Hong<br/>"
|
||||
"Widya Walesa<br/>"
|
||||
"Beqa Arabuli")
|
||||
"Beqa Arabuli<br/>"
|
||||
"Daiki Noda")
|
||||
));
|
||||
m_authorsHtml.append("</div>");
|
||||
}
|
||||
|
@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>271</width>
|
||||
<width>381</width>
|
||||
<height>440</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -81,6 +81,7 @@ PopupWindow::PopupWindow(PopupWebView* view, bool showStatusBar)
|
||||
|
||||
// Ensuring correct sizes for widgets in layout are calculated even
|
||||
// before calling QWidget::show()
|
||||
m_layout->invalidate();
|
||||
m_layout->activate();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user