DUMMY_GL "DUMMY" // DONT REMOVE THIS - THE LANGUAGE PROCESSOR MAKES THIS NULL // Position descriptions FIRST_POSTFIX "o" // As in 1st place SECOND_POSTFIX "o" // As in 2nd place THIRD_POSTFIX "o" // As in 3rd place FOURTH_POSTFIX "o" // As in 4th place // Results screen (appears in game, but may repeat in the front end) RESULTS_TITLE "RISULTATI" // Title for results table HISCORE_TITLE "RECORD" // Title for Hi Score table NAME_COLUMN "NOME" // Heading for name column on results table SCORE_COLUMN "PUNTEGGIO" // Heading for score column on results table LOADING "Caricamento" LOADING_GAME "Caricamento in corso" LOADING_REPLAY "Caricamento Replay" LOADING_DEMO "Caricamento Dimostrazione"