17 lines
294 B
C
17 lines
294 B
C
/*
|
|
* Translation.h
|
|
*
|
|
* Created on: 31Aug.,2017
|
|
* Author: Ben V. Brown
|
|
*/
|
|
|
|
#ifndef TRANSLATION_H_
|
|
#define TRANSLATION_H_
|
|
|
|
|
|
|
|
extern const char* SettingsLongNames[13];
|
|
extern const char* SettingsShortNames[13];
|
|
extern const char* SettingsCalibrationWarning;
|
|
#endif /* TRANSLATION_H_ */
|