00001 //LabPlot : ticspos.h 00002 00003 #ifndef TICSPOS_H 00004 #define TICSPOS_H 00005 00006 static const char *ticspositems[] = {I18N_NOOP("out"),I18N_NOOP("in"), 00007 I18N_NOOP("in & out"),I18N_NOOP("none"),0}; 00008 00009 #endif // TICSPOS_H