aboutsummaryrefslogtreecommitdiff
path: root/src/Ui_txt.h
diff options
context:
space:
mode:
authorNicolas Schodet2024-08-25 22:14:49 +0200
committerNicolas Schodet2024-08-25 22:14:49 +0200
commitedbf1c86db94991af299df17a226702f3e0860c4 (patch)
treeae82c867cadccd7cebfc7f66d58e51e8e37d35ee /src/Ui_txt.h
parent141cf850a9a252809ab00c5f56ce3206efea448e (diff)
Rewrite Ui.txt as regular C string array
Diffstat (limited to 'src/Ui_txt.h')
-rw-r--r--src/Ui_txt.h65
1 files changed, 65 insertions, 0 deletions
diff --git a/src/Ui_txt.h b/src/Ui_txt.h
new file mode 100644
index 0000000..50c30e1
--- /dev/null
+++ b/src/Ui_txt.h
@@ -0,0 +1,65 @@
+/* Created from previous Ui.txt. Covered by the LEGO Open Source License. */
+const char * const Ui[] =
+{
+ "Connecting",
+ "Line is busy",
+ "Failed!",
+ "Connection?",
+ "Sending file",
+ "Failed!",
+ "Turning on",
+ "Failed!",
+ "Turning off",
+ "Failed!",
+ "Searching",
+ "Aborted!",
+ "Failed!",
+ "Failed!",
+ "Failed!",
+ "Memory full!",
+ "File saved",
+ "File exists",
+ "overwrite!",
+ "Saved as",
+ "File exist",
+ "overwrite!",
+ "File deleted",
+ "Files",
+ "deleted",
+ "Running",
+ "Aborted!",
+ "Done",
+ "File error!",
+ "Deleting all",
+ "%s files!",
+ "Press Clear to",
+ "stop DataLogging",
+ "Port occupied!",
+ "H:MM:SS:00",
+ "HH:MM:SS",
+ "Sound",
+ "Software",
+ "NXT",
+ "Try Me",
+ "Datalog",
+ "Passkey:",
+ "File name:",
+ "Please use port:",
+ "1 - Touch Sensor",
+ "2 - Sound Sensor",
+ "3 - Light Sensor",
+ "4 - Ultrasonic ",
+ "B/C - L/R motors",
+ "Select",
+ "Select",
+ "Select",
+ "BT save data",
+ "error!",
+ "BT store is",
+ "full error!",
+ "BT unknown",
+ "addr. error!",
+ "Memory is",
+ "full!",
+ "Never",
+};