summaryrefslogtreecommitdiffstats
path: root/game/code/main/errorsPS2.h
diff options
context:
space:
mode:
authorSvxy <aidan61605@gmail.com>2023-05-31 23:31:32 +0200
committerSvxy <aidan61605@gmail.com>2023-05-31 23:31:32 +0200
commiteb4b3404aa00220d659e532151dab13d642c17a3 (patch)
tree7e1107c4995489a26c4007e41b53ea8d00ab2134 /game/code/main/errorsPS2.h
downloadThe-Simpsons-Hit-and-Run-eb4b3404aa00220d659e532151dab13d642c17a3.tar
The-Simpsons-Hit-and-Run-eb4b3404aa00220d659e532151dab13d642c17a3.tar.gz
The-Simpsons-Hit-and-Run-eb4b3404aa00220d659e532151dab13d642c17a3.tar.bz2
The-Simpsons-Hit-and-Run-eb4b3404aa00220d659e532151dab13d642c17a3.tar.lz
The-Simpsons-Hit-and-Run-eb4b3404aa00220d659e532151dab13d642c17a3.tar.xz
The-Simpsons-Hit-and-Run-eb4b3404aa00220d659e532151dab13d642c17a3.tar.zst
The-Simpsons-Hit-and-Run-eb4b3404aa00220d659e532151dab13d642c17a3.zip
Diffstat (limited to 'game/code/main/errorsPS2.h')
-rw-r--r--game/code/main/errorsPS2.h62
1 files changed, 62 insertions, 0 deletions
diff --git a/game/code/main/errorsPS2.h b/game/code/main/errorsPS2.h
new file mode 100644
index 0000000..7fa2b28
--- /dev/null
+++ b/game/code/main/errorsPS2.h
@@ -0,0 +1,62 @@
+const char* ERROR_STRINGS[] =
+{
+//English
+ "Success",
+ "FILE NOT FOUND",
+ "The disc tray is open",
+ "Incorrect disc. \nInsert The Simpsons Hit & Run disc.",
+ "No disc. \nInsert The Simpsons Hit & Run disc.",
+ "Incorrect disc. \nInsert The Simpsons Hit & Run disc.",
+ "Incorrect disc. \nInsert The Simpsons Hit & Run disc.",
+ "Incorrect disc. \nInsert The Simpsons Hit & Run disc.",
+ "Incorrect disc. \nInsert The Simpsons Hit & Run disc.",
+ "Incorrect disc. \nInsert The Simpsons Hit & Run disc.",
+ "Incorrect disc. \nInsert The Simpsons Hit & Run disc.",
+ "Incorrect disc. \nInsert The Simpsons Hit & Run disc.",
+ "Incorrect disc. \nInsert The Simpsons Hit & Run disc.",
+//French
+ "Success",
+ "FILE NOT FOUND",
+ "Le compartiment à disque est ouvert.",
+ "Disque incorrect.\nInsérez le disque The Simpsons Hit & Run.",
+ "Aucun disque.\nInsérez le disque The Simpsons Hit & Run.",
+ "Disque incorrect.\nInsérez le disque The Simpsons Hit & Run.",
+ "Disque incorrect.\nInsérez le disque The Simpsons Hit & Run.",
+ "Disque incorrect.\nInsérez le disque The Simpsons Hit & Run.",
+ "Disque incorrect.\nInsérez le disque The Simpsons Hit & Run.",
+ "Disque incorrect.\nInsérez le disque The Simpsons Hit & Run.",
+ "Disque incorrect.\nInsérez le disque The Simpsons Hit & Run.",
+ "Disque incorrect.\nInsérez le disque The Simpsons Hit & Run.",
+ "Disque incorrect.\nInsérez le disque The Simpsons Hit & Run.",
+//German
+ "Success",
+ "FILE NOT FOUND",
+ "Die DVD/CD - Lade ist geöffnet",
+ "Falsche DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+ "Keine DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+ "Falsche DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+ "Falsche DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+ "Falsche DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+ "Falsche DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+ "Falsche DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+ "Falsche DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+ "Falsche DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+ "Falsche DVD/CD-ROM. Leg die\nTHE SIMPSONS Hit & Run-DVD/CD-ROM ein.",
+//Spanish
+ "Success",
+ "FILE NOT FOUND",
+ "La bandeja del disco está abierta.",
+ "Disco incorrecto.\nInserta el disco de The Simpsons Hit & Run.",
+ "No se ha introducido ningún disco.\nInserta el disco de Simpsons Hit & Run.",
+ "Disco incorrecto.\nInserta el disco de The Simpsons Hit & Run.",
+ "Disco incorrecto.\nInserta el disco de The Simpsons Hit & Run.",
+ "Disco incorrecto.\nInserta el disco de The Simpsons Hit & Run.",
+ "Disco incorrecto.\nInserta el disco de The Simpsons Hit & Run.",
+ "Disco incorrecto.\nInserta el disco de The Simpsons Hit & Run.",
+ "Disco incorrecto.\nInserta el disco de The Simpsons Hit & Run.",
+ "Disco incorrecto.\nInserta el disco de The Simpsons Hit & Run.",
+ "Disco incorrecto.\nInserta el disco de The Simpsons Hit & Run.",
+
+ "" // dummy terminator
+
+};