DUMMY_GL "DUMMY" // DONT REMOVE THIS - THE LANGUAGE PROCESSOR MAKES THIS NULL // Position descriptions FIRST_POSTFIX "er" // As in 1st place SECOND_POSTFIX "e" // As in 2nd place THIRD_POSTFIX "e" // As in 3rd place FOURTH_POSTFIX "e" // As in 4th place // Results screen (appears in game, but may repeat in the front end) RESULTS_TITLE "RESULTATS" // Title for results table HISCORE_TITLE "MEILLEURS SCORES" // Title for Hi Score table NAME_COLUMN "NOM" // Heading for name column on results table SCORE_COLUMN "SCORE" // Heading for score column on results table LOADING "Chargement" LOADING_GAME "Chargement du jeu" LOADING_REPLAY "Chargement du replay" LOADING_DEMO "Chargement de la démo"