DUMMY_GL "DUMMY" // DONT REMOVE THIS - THE LANGUAGE PROCESSOR MAKES THIS NULL // Position descriptions FIRST_POSTFIX "-" // As in 1st place SECOND_POSTFIX "-" // As in 2nd place THIRD_POSTFIX "-" // As in 3rd place FOURTH_POSTFIX "-" // As in 4th place // Results screen (appears in game, but may repeat in the front end) RESULTS_TITLE "RESULTADOS" // Title for results table HISCORE_TITLE "MAXIMAS PUNTUACIONES" // Title for Hi Score table NAME_COLUMN "NOMBRE" // Heading for name column on results table SCORE_COLUMN "PUNTOS" // Heading for score column on results table LOADING "Cargando" LOADING_GAME "Cargando partida" LOADING_REPLAY "Cargando repetición" LOADING_DEMO "Cargando demostración"