edit layout
This commit is contained in:
parent
ddae1e297f
commit
d530d89db4
|
@ -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:");
|
||||
|
|
Loading…
Reference in New Issue