00001 //LabPlot : ticsformatitems.h 00002 00003 #ifndef TICSFORMATITEMS_H 00004 #define TICSFORMATITEMS_H 00005 00006 #include "ticsformat.h" 00007 00008 static const char *ticsformatitems[] = {I18N_NOOP("automatic"),I18N_NOOP("normal"), 00009 I18N_NOOP("scientific"),I18N_NOOP("power of 10"),I18N_NOOP("power of 2"), 00010 I18N_NOOP("power of e"),I18N_NOOP("sqrt"),I18N_NOOP("time"),I18N_NOOP("date"), 00011 I18N_NOOP("datetime"),I18N_NOOP("degree"),0}; 00012 00013 #endif // TICSFORMAT_H