added spanish language

This commit is contained in:
John Preston
2014-12-20 20:49:18 +03:00
parent 0990a66f3c
commit 807b74e55d
6 changed files with 513 additions and 19 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ SettingsInner::SettingsInner(SettingsWidget *parent) : QWidget(parent),
_soundNotify(this, lang(lng_settings_sound_notify), cSoundNotify()),
// general
_changeLanguage(this, qsl("Change Language")),
_changeLanguage(this, lang(lng_settings_change_lang)),
_autoUpdate(this, lang(lng_settings_auto_update), cAutoUpdate()),
_checkNow(this, lang(lng_settings_check_now)),
_restartNow(this, lang(lng_settings_update_now)),