JKSV/inc/uistr.h
2020-06-13 14:13:00 -04:00

25 lines
707 B
C++

#ifndef UISTR_H
#define UISTR_H
//Strings since translation support
namespace ui
{
extern std::string author, userHelp, titleHelp, folderHelp, optHelp, \
confBlacklist, confOverwrite, confRestore, confDel, confCopy, \
confEraseNand, confEraseFolder, yt, nt, on, off, confirmHead, \
copyHead, noSavesFound;
//Strings for file mode menu
extern std::string advMenuStr[6];
//Strings for extras menu
extern std::string exMenuStr[11];
//Strings for options menu
extern std::string optMenuStr[13];
//Strings for options explanations
extern std::string optMenuExp[13];
//Strings for the holding thing
extern std::string holdingText[3];
}
#endif // UISTR_H