japanese translation added

This commit is contained in:
doitux
2011-06-17 12:45:46 +00:00
parent bc2c31acf0
commit 56ac857eb4
4 changed files with 3657 additions and 0 deletions
Binary file not shown.
+1
View File
@@ -278,6 +278,7 @@ TRANSLATIONS = ts/pokerth_af.ts \
ts/pokerth_gr.ts \
ts/pokerth_hu.ts \
ts/pokerth_it.ts \
ts/pokerth_jp.ts \
ts/pokerth_lt.ts \
ts/pokerth_no.ts \
ts/pokerth_pl.ts \
@@ -72,6 +72,7 @@ settingsDialogImpl::settingsDialogImpl(QWidget *parent, ConfigFile *c, selectAva
comboBox_switchLanguage->addItem(QString(tr("Greek")+" "+QString::fromUtf8("(Ελληνικά)")),"gr");
comboBox_switchLanguage->addItem(QString(tr("Hungarian")+" "+QString::fromUtf8("(Magyar)")),"hu");
comboBox_switchLanguage->addItem(QString(tr("Italian")+" "+QString::fromUtf8("(italiano)")),"it");
comboBox_switchLanguage->addItem(QString(tr("Japanese")+" "+QString::fromUtf8("(日本語)")),"jp");
comboBox_switchLanguage->addItem(QString(tr("Lithuania")+" "+QString::fromUtf8("(Lietuviškai)")),"lt");
comboBox_switchLanguage->addItem(QString(tr("Norwegian")+" "+QString::fromUtf8("(Norsk)")),"no");
comboBox_switchLanguage->addItem(QString(tr("Polish")+" "+QString::fromUtf8("(polski)")),"pl");
+3655
View File
File diff suppressed because it is too large Load Diff