Updated translations
This commit is contained in:
parent
a231b56d57
commit
940d93556b
6 changed files with 117 additions and 38 deletions
|
@ -24,33 +24,33 @@
|
|||
<translation>&Avsluta</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="mainwindow.cpp" line="95"/>
|
||||
<location filename="mainwindow.cpp" line="96"/>
|
||||
<source>&Help</source>
|
||||
<translation>&Hjälp</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="mainwindow.cpp" line="97"/>
|
||||
<location filename="mainwindow.cpp" line="98"/>
|
||||
<source>About &Qt</source>
|
||||
<translation>Om &Qt</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="mainwindow.cpp" line="99"/>
|
||||
<location filename="mainwindow.cpp" line="100"/>
|
||||
<source>About &TelldusCenter</source>
|
||||
<translation>Om &TelldusCenter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="mainwindow.cpp" line="106"/>
|
||||
<location filename="mainwindow.cpp" line="107"/>
|
||||
<source>Pages</source>
|
||||
<translation>Sidor</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="mainwindow.cpp" line="135"/>
|
||||
<location filename="mainwindow.cpp" line="136"/>
|
||||
<source>About TelldusCenter</source>
|
||||
<translation>Om TelldusCenter</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="mainwindow.cpp" line="136"/>
|
||||
<source><center><img src=':/images/TelldusCenter_128.png' width=128 height=128 /><h2>TelldusCenter %1</h2><p>Copyright &copy; 2011 Telldus Technologies AB<p></center></source>
|
||||
<location filename="mainwindow.cpp" line="137"/>
|
||||
<source><center><img src=':/images/TelldusCenter_128.png' width=128 height=128 /><h2>TelldusCenter %1</h2><p>Copyright &copy; 2013 Telldus Technologies AB<p></center></source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
|
|
@ -135,7 +135,7 @@ void MainWindow::addWidget( const QString &page, const QIcon &icon, QWidget *wid
|
|||
void MainWindow::slotAboutApplication() {
|
||||
QMessageBox::about(this, tr("About TelldusCenter"),
|
||||
tr("<center><img src=':/images/TelldusCenter_128.png' width=128 height=128 /><h2>TelldusCenter %1</h2>"
|
||||
"<p>Copyright © 2011 Telldus Technologies AB<p></center>").arg(VERSION_STRING(VERSION)));
|
||||
"<p>Copyright © 2013 Telldus Technologies AB<p></center>").arg(VERSION_STRING(VERSION)));
|
||||
}
|
||||
|
||||
void MainWindow::slotConfigure() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue