mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Rename (be) translation to Belgium-Flemish nl_BE
This commit is contained in:
parent
ad997605ec
commit
ffba440c6e
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
@ -210,7 +210,7 @@
|
||||
<file>ico/48x48/view-pim-journal.png</file>
|
||||
<file>ico/24x16/nl.png</file>
|
||||
<file>ico/32x32/simplifyrichtext.png</file>
|
||||
<file>ico/24x16/be.png</file>
|
||||
<file>ico/24x16/nl_BE.png</file>
|
||||
<file>ico/128x128/plasmagik.png</file>
|
||||
<file>ico/22x22/autoconnect.png</file>
|
||||
<file>ico/128x128/project.png</file>
|
||||
|
@ -119,6 +119,7 @@ XmlElementCollection::XmlElementCollection(QETProject *project) :
|
||||
|
||||
names.addName("fr", "Éléments importés");
|
||||
names.addName("en", "Imported elements");
|
||||
names.addName("nl_BE","Elementen geïmporteerd");
|
||||
names.addName("de", "Importierte elemente");
|
||||
names.addName("es", "Elementos importados");
|
||||
names.addName("ru", QString(russian_data, 24));
|
||||
|
@ -203,7 +203,7 @@ namespace QET {
|
||||
QIcon sl;
|
||||
QIcon nl;
|
||||
QIcon no;
|
||||
QIcon be;
|
||||
QIcon nl_BE;
|
||||
QIcon tr;
|
||||
QIcon uk;
|
||||
QIcon mn;
|
||||
@ -674,7 +674,7 @@ void QET::Icons::initIcons()
|
||||
sl .addFile(":/ico/24x16/sl.png");
|
||||
nl .addFile(":/ico/24x16/nl.png");
|
||||
no .addFile(":/ico/24x16/no.png");
|
||||
be .addFile(":/ico/24x16/be.png");
|
||||
nl_BE .addFile(":/ico/24x16/nl_BE.png");
|
||||
tr .addFile(":/ico/24x16/tr.png");
|
||||
uk .addFile(":/ico/24x16/ua.png");
|
||||
mn .addFile(":/ico/24x16/mn.png");
|
||||
|
@ -211,7 +211,7 @@ namespace QET {
|
||||
extern QIcon sl;
|
||||
extern QIcon nl;
|
||||
extern QIcon no;
|
||||
extern QIcon be;
|
||||
extern QIcon nl_BE;
|
||||
extern QIcon tr;
|
||||
extern QIcon uk;
|
||||
extern QIcon mn;
|
||||
|
@ -368,7 +368,7 @@ void GeneralConfigurationPage::fillLang()
|
||||
ui->m_lang_cb->addItem(QET::Icons::sl, tr("Slovène"), "sl");
|
||||
ui->m_lang_cb->addItem(QET::Icons::nl, tr("Pays-Bas"), "nl");
|
||||
ui->m_lang_cb->addItem(QET::Icons::no, tr("Norvege"), "nb");
|
||||
ui->m_lang_cb->addItem(QET::Icons::be, tr("Belgique-Flemish"), "be");
|
||||
ui->m_lang_cb->addItem(QET::Icons::nl_BE, tr("Belgique-Flemish"), "nl_BE");
|
||||
ui->m_lang_cb->addItem(QET::Icons::tr, tr("Turc"), "tr");
|
||||
ui->m_lang_cb->addItem(QET::Icons::hu, tr("Hongrois"), "hu");
|
||||
ui->m_lang_cb->addItem(QET::Icons::mn, tr("Mongol"), "mn");
|
||||
|
Loading…
x
Reference in New Issue
Block a user