DUMMY_GL "DUMMY" // DONT REMOVE THIS - THE LANGUAGE PROCESSOR MAKES THIS NULL // Position descriptions FIRST_POSTFIX "ST" // As in 1st place SECOND_POSTFIX "ND" // As in 2nd place THIRD_POSTFIX "RD" // As in 3rd place FOURTH_POSTFIX "TH" // As in 4th place // Results screen (appears in game, but may repeat in the front end) RESULTS_TITLE "RESULTS" // Title for results table HISCORE_TITLE "HI SCORES" // Title for Hi Score table NAME_COLUMN "NAME" // Heading for name column on results table SCORE_COLUMN "SCORE" // Heading for score column on results table LOADING "Loading" LOADING_GAME "Loading Game" LOADING_REPLAY "Loading Replay" LOADING_DEMO "Loading Demo"