openjpeg/src/bin/fltk/flviewer/lang/png_lang.h_utf8

16 lines
476 B
Plaintext
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öffnet nicht"};
static const char WRITE_PNG_FAILS_s[]={"PNG-Datei läßt sich nicht schreiben"};
#endif
#endif /* _FLIMAGE_PNG_LANG_H_ */