System.Config.Translations["league"] = {};

System.Config.Translations["league"]["en"] = {
                                           round: "Round",
                                           newRound: "New Round",
                                           deleteRounds: "Delete rounds"
                                         };

System.Config.Translations["league"]["hr"] = {
                                           round: "Kolo",
                                           newRound: "Novo kolo",
                                           deleteRounds: "Brisanje kola"
                                         };
