openjpeg/src/bin/fltk/flviewer/convert.windows/png_lang.h

16 lines
473 B
C
Raw Normal View History

2016-04-26 11:54:16 +02:00
#ifndef _FLIMAGE_PNG_LANG_H_
#define _FLIMAGE_PNG_LANG_H_
//static const char _s[]={""};
#ifdef WITH_ENGLISH
static const char DST_DID_NOT_OPEN_s[]={"Destination %s\n\tdid not open"};
static const char WRITE_PNG_FAILS_s[]={"Writing PNG file fails"};
#endif
#ifdef WITH_GERMAN
static const char DST_DID_NOT_OPEN_s[]={"Ziel-Datei %s\n\t<EFBFBD>ffnet nicht"};
static const char WRITE_PNG_FAILS_s[]={"PNG-Datei l<><6C>t sich nicht schreiben"};
#endif
#endif /* _FLIMAGE_PNG_LANG_H_ */