00001 // LabPlot : formatlist.h 00002 00003 #ifndef FORMATLIST_H 00004 #define FORMATLIST_H 00005 00006 #define NR_FORMATS 5 00007 static const char* formatList[] ={I18N_NOOP("{double}"),I18N_NOOP("{time}"),I18N_NOOP("{date}"), 00008 I18N_NOOP("{datetime text}"),I18N_NOOP("{datetime iso}"),0}; 00009 00010 #endif // FORMATLIST_H