mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 02:36:34 +01:00
Added Ukrainian translation. Thanks to Stanislav Kuznietsov
This commit is contained in:
parent
16a0b0b8b0
commit
90649f59e1
1
AUTHORS
1
AUTHORS
@ -38,6 +38,7 @@ Daiki Noda <sys.pdr.pdm9@gmail.com> (Japanese)
|
||||
Ștefan Comănescu <sdfanq@gmail.com> (Romanian)
|
||||
Gábor Oberle <oberleg@myopera.com> (Hungarian)
|
||||
Piccoro McKay Lenz <mckaygerhard@gmail.com> (Venezulean Spanish)
|
||||
Stanislav Kuznietsov <stanislav_kuznetsov@ukr.net> (Ukrainian)
|
||||
|
||||
Special thanks:
|
||||
|
||||
|
@ -235,7 +235,8 @@ QString QupZillaSchemeReply::aboutPage()
|
||||
authorString("Beqa Arabuli", "arabulibeqa@gmail.com") + " (Georgian)<br/>" +
|
||||
authorString("Daiki Noda", "sys.pdr.pdm9@gmail.com") + " (Japanese)<br/>" +
|
||||
authorString("Gábor Oberle", "oberleg@myopera.com") + " (Hungarian)<br/>" +
|
||||
authorString("Piccoro McKay Lenz", "mckaygerhard@gmail.com") + " (Venezulean Spanish)"
|
||||
authorString("Piccoro McKay Lenz", "mckaygerhard@gmail.com") + " (Venezulean Spanish)<br/>" +
|
||||
authorString("Stanislav Kuznietsov", "stanislav_kuznetsov@ukr.net") + " (Ukrainian)"
|
||||
);
|
||||
}
|
||||
|
||||
|
@ -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)
|
||||
@ -110,7 +110,8 @@ void AboutDialog::showAuthors()
|
||||
"Beqa Arabuli<br/>"
|
||||
"Daiki Noda<br/>"
|
||||
"Gábor Oberle<br/>"
|
||||
"Piccoro McKay Lenz")
|
||||
"Piccoro McKay Lenz<br/>"
|
||||
"Stanislav Kuznietsov")
|
||||
);
|
||||
m_authorsHtml += "</div></center>";
|
||||
}
|
||||
|
@ -21,6 +21,7 @@ TRANSLATIONS += $$PWD/cs_CZ.ts\
|
||||
$$PWD/ja_JP.ts\
|
||||
$$PWD/ro_RO.ts\
|
||||
$$PWD/hu_HU.ts\
|
||||
$$PWD/uk_UA.ts\
|
||||
|
||||
updateqm.input = TRANSLATIONS
|
||||
updateqm.output = $$PWD/../bin/locale/${QMAKE_FILE_BASE}.qm
|
||||
|
4076
translations/uk_UA.ts
Normal file
4076
translations/uk_UA.ts
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user