mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Add Danish language
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4391 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
BIN
lang/qet_da.qm
Normal file
BIN
lang/qet_da.qm
Normal file
Binary file not shown.
8212
lang/qet_da.ts
Normal file
8212
lang/qet_da.ts
Normal file
File diff suppressed because it is too large
Load Diff
@@ -245,5 +245,6 @@
|
||||
<file>ico/48x48/document-print-frame.png</file>
|
||||
<file>ico/22x22/Actions-player-time-icon.png</file>
|
||||
<file>ico/22x22/diagram_bg.png</file>
|
||||
<file>ico/24x16/dk.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
@@ -330,6 +330,7 @@ void GeneralConfigurationPage::fillLang(QSettings &settings) {
|
||||
lang_combo_box->addItem(QET::Icons::catalonia, tr("Catalan"), "ca");
|
||||
lang_combo_box->addItem(QET::Icons::cs, tr("Tchèque"), "cs");
|
||||
lang_combo_box->addItem(QET::Icons::de, tr("Allemand"), "de");
|
||||
lang_combo_box->addItem(QET::Icons::da, tr("Danois"), "da");
|
||||
lang_combo_box->addItem(QET::Icons::gr, tr("Grec"), "el");
|
||||
lang_combo_box->addItem(QET::Icons::en, tr("Anglais"), "en");
|
||||
lang_combo_box->addItem(QET::Icons::es, tr("Espagnol"), "es");
|
||||
|
||||
@@ -166,6 +166,7 @@ namespace QET {
|
||||
QIcon catalonia;
|
||||
QIcon cs;
|
||||
QIcon de;
|
||||
QIcon da;
|
||||
QIcon gr;
|
||||
QIcon en;
|
||||
QIcon es;
|
||||
@@ -429,6 +430,7 @@ void QET::Icons::initIcons() {
|
||||
ar .addFile(":/ico/24x16/ar.png");
|
||||
catalonia .addFile(":/ico/24x16/catalonia.png");
|
||||
cs .addFile(":/ico/24x16/cs.png");
|
||||
da .addFile(":/ico/24x16/dk.png");
|
||||
de .addFile(":/ico/24x16/de.png");
|
||||
gr .addFile(":/ico/24x16/gr.png");
|
||||
en .addFile(":/ico/24x16/en.png");
|
||||
|
||||
@@ -175,6 +175,7 @@ namespace QET {
|
||||
extern QIcon catalonia;
|
||||
extern QIcon cs;
|
||||
extern QIcon de;
|
||||
extern QIcon da;
|
||||
extern QIcon gr;
|
||||
extern QIcon en;
|
||||
extern QIcon es;
|
||||
|
||||
Reference in New Issue
Block a user