00001 //LabPlot : scaleitems.h 00002 00003 #ifndef SCALEITEMS_H 00004 #define SCALEITEMS_H 00005 00006 #include "scale.h" 00007 00008 static const char *scaleitems[] = {I18N_NOOP("linear"),I18N_NOOP("log 10"),I18N_NOOP("log 2"), 00009 I18N_NOOP("log e"),I18N_NOOP("sqrt"),I18N_NOOP("x^2"),0}; 00010 // I18N_NOOP("log e"),I18N_NOOP("sqrt"),I18N_NOOP("x^2"),I18N_NOOP("1/x"),I18N_NOOP("1/x^2"),0}; 00011 00012 #endif // SCALEITEMS_H