-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstrings.h
More file actions
15 lines (14 loc) · 762 Bytes
/
strings.h
File metadata and controls
15 lines (14 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Strings
char *appName = "Mass Format Utility\n";
char *appVer = "Version 1.2 \n\n";
char *appAuthor = "Created By: 1UP & Based_Skid Copyright \xa9 2018-2019\n";
char *appNotice = "Notice: MultiTap Support May Not be Compatible With all PS2 Models!\n";
char *osdmsg = "Exiting to OSDSYS\n";
char *appFail = "Application Failure!\n";
char *modloadfail = "Failed to load module: ";
// Menu Option Text
char *txtselectBtn = "-Press SELECT to view Memory Card Information.\n";
char *txtstartBtn = "-Press START to Format All Connected Memory Cards.\n";
char *txttriangleBtn = "-Press TRIANGLE to Refresh Status and Clear Output.\n";
char *txtsqrBtn = "-Press Square to Poweroff the console.\n";
char *txtcrossBtn = "-Press X to Exit and Reboot.\n";