Added translations for oracle; fix #293

Translations have been updated.
This commit is contained in:
Fabio Bas
2015-02-08 21:17:51 +01:00
parent 25747a0964
commit f80e319900
23 changed files with 11395 additions and 8800 deletions

12
oracle/src/main.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef MAIN_H
#define MAIN_H
class QTranslator;
extern QTranslator *translator;
extern const QString translationPrefix;
extern QString translationPath;
void installNewTranslator();
#endif