Added translations for LOG messages
* Added C Macro to allow QT lupdate parsing * Added QTtrranslation wrapper around dialog message * Updated all translation files
This commit is contained in:
parent
e39fafc64f
commit
6934bbf802
20 changed files with 4105 additions and 5701 deletions
|
|
@ -100,6 +100,16 @@ typedef void (*DetectionStartCallback)(void *);
|
|||
typedef void (*DetectionEndCallback)(void *);
|
||||
typedef void (*I2CBusListChangeCallback)(void *);
|
||||
|
||||
/*-------------------------------------------------------------------------*\
|
||||
| Define a macro for QT lupdate to parse |
|
||||
\*-------------------------------------------------------------------------*/
|
||||
#define QT_TRANSLATE_NOOP(scope, x) x
|
||||
|
||||
extern const char* I2C_ERR_WIN;
|
||||
extern const char* I2C_ERR_LINUX;
|
||||
extern const char* UDEV_MISSING;
|
||||
extern const char* UDEV_MULTI;
|
||||
|
||||
class ResourceManagerInterface
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue