mirror of
https://github.com/Ralim/IronOS.git
synced 2025-02-26 07:53:55 +00:00
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_ */
|