diff --git a/app/src/main/java/ch/zhaw/projekt2/turnierverwaltung/LanguageConfigurator.java b/app/src/main/java/ch/zhaw/projekt2/turnierverwaltung/LanguageConfigurator.java index bcff8e3..3be0d7c 100644 --- a/app/src/main/java/ch/zhaw/projekt2/turnierverwaltung/LanguageConfigurator.java +++ b/app/src/main/java/ch/zhaw/projekt2/turnierverwaltung/LanguageConfigurator.java @@ -44,8 +44,8 @@ public class LanguageConfigurator { englishDictionary.put("newTournamentFormularTitle","Create new tournament"); germanDictionary.put("tournamentNameLabel","Turnier Name:"); englishDictionary.put("tournamentNameLabel","Tournament Name:"); - germanDictionary.put("tournamentModLabel","Turnier Modus"); - englishDictionary.put("tournamentModLabel","Tournament Mode"); + germanDictionary.put("tournamentModLabel","Turnier Modus:"); + englishDictionary.put("tournamentModLabel","Tournament Mode:"); germanDictionary.put("createBtn","Erstellen"); englishDictionary.put("createBtn","Create"); //PlaceList @@ -54,7 +54,7 @@ public class LanguageConfigurator { germanDictionary.put("saveBtn","Speichern"); englishDictionary.put("saveBtn","Save"); germanDictionary.put("newPlaceTitle","Ort aendern/erstellen"); - englishDictionary.put("newPlaceTitle","Location change/create"); + englishDictionary.put("newPlaceTitle","Create/Change Location"); germanDictionary.put("placeNameLabel","Ort:"); englishDictionary.put("placeNameLabel","Location:"); //GameSchedule @@ -72,7 +72,7 @@ public class LanguageConfigurator { germanDictionary.put("participantListTitle","Hinzugefuegt"); englishDictionary.put("participantListTitle","Added"); germanDictionary.put("newParticipantFormularTitle","Teilnehmer aendern/erstellen"); - englishDictionary.put("newParticipantFormularTitle","Participant change/create"); + englishDictionary.put("newParticipantFormularTitle","Change/Create Participant"); germanDictionary.put("participantNameLabel","Name:"); englishDictionary.put("participantNameLabel","Name:"); germanDictionary.put("firstNameLabel","Vorname:");