From 0af8fe6180f31951badfd19f0bb7a2adece85ba4 Mon Sep 17 00:00:00 2001 From: whiteshark0 Date: Tue, 15 Dec 2009 18:24:48 +0000 Subject: - added ScreenPartyRounds (a screen to select the modes to play) - added missing language entries to German and English language file - themed ScreenPartyOptions - some minor theme changes concerning party screens - some minor code changes concerning party screens git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2039 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Lua/game/languages/English.ini | 48 ++++++++++++++++++++++++++++-------------- Lua/game/languages/German.ini | 47 +++++++++++++++++++++++++++-------------- 2 files changed, 63 insertions(+), 32 deletions(-) (limited to 'Lua/game/languages') diff --git a/Lua/game/languages/English.ini b/Lua/game/languages/English.ini index 243415fb..fb0083a3 100644 --- a/Lua/game/languages/English.ini +++ b/Lua/game/languages/English.ini @@ -298,11 +298,10 @@ PARTY_PLAYLIST=Playlist Mode PARTY_PLAYLIST_ALL=All songs PARTY_PLAYLIST_CATEGORY=Folder PARTY_PLAYLIST_PLAYLIST=Playlist -PARTY_ROUNDS=Rounds -PARTY_TEAMS=Teams -PARTY_TEAMS_PLAYER1=Player Team1 -PARTY_TEAMS_PLAYER2=Player Team2 -PARTY_TEAMS_PLAYER3=Player Team3 +PARTY_TEAMS=number of teams +PARTY_TEAMS_PLAYER1=num. of singers +PARTY_TEAMS_PLAYER2=num. of singers +PARTY_TEAMS_PLAYER3=num. of singers PARTY_LEGEND_CONTINUE=continue @@ -312,7 +311,19 @@ PARTY_OPTIONS_WHEREAMI=Party Options PARTY_PLAYER_DESC=enter player- and teamnames! PARTY_PLAYER_WHEREAMI=Party Names PARTY_PLAYER_ENTER_NAME=enter names -PARTY_PLAYER_LEGEND_CONTINUE=start party-game + + +PARTY_ROUNDS_DESC = select which modes you want to play +PARTY_ROUNDS_WHEREAMI=Party Rounds +PARTY_ROUNDS_LEGEND_CONTINUE=start party-game +PARTY_ROUNDCOUNT=number of rounds +PARTY_SELECTMODE1=mode round 1 +PARTY_SELECTMODE2=mode round 2 +PARTY_SELECTMODE3=mode round 3 +PARTY_SELECTMODE4=mode round 4 +PARTY_SELECTMODE5=mode round 5 +PARTY_SELECTMODE6=mode round 6 +PARTY_SELECTMODE7=mode round 7 PARTY_ROUND_DESC=next players to the mics PARTY_ROUND_WHEREAMI=Party Next Round @@ -339,20 +350,23 @@ PARTY_DISMISSED=Dismissed! PARTY_SCORE_WINS=%s PARTY_SCORE_WINS2=wins! -PLUGIN_HDL_NAME=Hold the Line -PLUGIN_HDL_DESC=Don't get worse than the pointer at the rating bar shows you. +MODE_RANDOM_NAME=Random Mode +MODE_RANDOM_DESC=One mode will be choosen randomly + +MODE_HDL_NAME=Hold the Line +MODE_HDL_DESC=Don't get worse than the pointer at the rating bar shows you. -PLUGIN_UNTIL5000_NAME=Until 5000 -PLUGIN_UNTIL5000_DESC=Who gets 5000 points first wins the match. +MODE_5000POINTS_NAME=Until 5000 +MODE_5000POINTS_DESC=Who gets 5000 points first wins the match. -PLUGIN_DUELL_NAME=Duel -PLUGIN_DUELL_DESC=Sing a duel until 10000 points. +MODE_DUEL_NAME=Duel +MODE_DUEL_DESC=Sing a duel until 10000 points. -PLUGIN_TEAMDUELL_NAME=Team Duell -PLUGIN_TEAMDUELL_DESC=Pass The Mic! +MODE_TEAMDUEL_NAME=Team Duell +MODE_TEAMDUEL_DESC=Pass The Mic! -PLUGIN_BLIND_NAME=Blind Mode -PLUGIN_BLIND_DESC=Duel without seeing the notes. +MODE_BLIND_NAME=Blind Mode +MODE_BLIND_DESC=Duel without seeing the notes. STAT_MAIN=Statistics STAT_MAIN_DESC=General @@ -406,6 +420,8 @@ MSG_END_PARTY=Really leave Party Mode? ERROR_NO_SONGS=No Songs loaded ERROR_NO_PLUGINS=No Plugins loaded +ERROR_NO_MODES_FOR_CURRENT_SETUP=no modes available for current player/team setup +ERROR_CAN_NOT_START_PARTY= an error occurred starting the party game ERROR_CORRUPT_SONG=Song could not be loaded. ERROR_CORRUPT_SONG_FILE_NOT_FOUND=Song could not be loaded: File not found ERROR_CORRUPT_SONG_NO_NOTES=Song could not be loaded: Can''t find any notes diff --git a/Lua/game/languages/German.ini b/Lua/game/languages/German.ini index 4aae568f..ca19a377 100644 --- a/Lua/game/languages/German.ini +++ b/Lua/game/languages/German.ini @@ -298,11 +298,10 @@ PARTY_PLAYLIST=Playlist-Modus PARTY_PLAYLIST_ALL=Alle Lieder PARTY_PLAYLIST_CATEGORY=Ordner PARTY_PLAYLIST_PLAYLIST=Playlist -PARTY_ROUNDS=Runden -PARTY_TEAMS=Teams -PARTY_TEAMS_PLAYER1=Spieler Team 1 -PARTY_TEAMS_PLAYER2=Spieler Team 2 -PARTY_TEAMS_PLAYER3=Spieler Team 3 +PARTY_TEAMS=Anzahl der Teams +PARTY_TEAMS_PLAYER1=Spieleranzahl +PARTY_TEAMS_PLAYER2=Spieleranzahl +PARTY_TEAMS_PLAYER3=Spieleranzahl PARTY_LEGEND_CONTINUE=weiter @@ -312,7 +311,18 @@ PARTY_OPTIONS_WHEREAMI=Party Optionen PARTY_PLAYER_DESC=Team- und Spielernamen eingeben. PARTY_PLAYER_WHEREAMI=Party Spielernamen PARTY_PLAYER_ENTER_NAME=Namen eingeben -PARTY_PLAYER_LEGEND_CONTINUE=Partyspiel starten + +PARTY_ROUNDS_DESC = Wähle welche Modi du spielen möchtest +PARTY_ROUNDS_WHEREAMI=Party Runden +PARTY_ROUNDS_LEGEND_CONTINUE=Partyspiel starten +PARTY_ROUNDCOUNT=Anzahl der Runden +PARTY_SELECTMODE1=Modus Runde 1 +PARTY_SELECTMODE2=Modus Runde 2 +PARTY_SELECTMODE3=Modus Runde 3 +PARTY_SELECTMODE4=Modus Runde 4 +PARTY_SELECTMODE5=Modus Runde 5 +PARTY_SELECTMODE6=Modus Runde 6 +PARTY_SELECTMODE7=Modus Runde 7 PARTY_ROUND_DESC=Die nächsten Spieler an die Mikros! PARTY_ROUND_WHEREAMI=Party nächste Runde @@ -339,20 +349,23 @@ PARTY_DISMISSED=Ausgeschieden! PARTY_SCORE_WINS=%s PARTY_SCORE_WINS2=hat gewonnen! -PLUGIN_HDL_NAME=Balken halten -PLUGIN_HDL_DESC=Halte die Bewertungsanzeige im angezeigten Bereich. +MODE_RANDOM_NAME = zufälliger Modus +MODE_RANDOM_DESC = Wählt einen zufälligen Modus aus + +MODE_HDL_NAME=Balken halten +MODE_HDL_DESC=Halte die Bewertungsanzeige im angezeigten Bereich. -PLUGIN_UNTIL5000_NAME=Bis 5000 -PLUGIN_UNTIL5000_DESC=Wer zuerst 5000 Punkte hat, gewinnt. +MODE_5000POINTS_NAME=Bis 5000 +MODE_5000POINTS_DESC=Wer zuerst 5000 Punkte hat, gewinnt. -PLUGIN_DUELL_NAME=Duell -PLUGIN_DUELL_DESC=Normales Spiel. Höchste Punktzahl gewinnt. +MODE_DUELL_NAME=Duell +MODE_DUELL_DESC=Normales Spiel. Höchste Punktzahl gewinnt. -PLUGIN_TEAMDUELL_NAME=Teamsingen -PLUGIN_TEAMDUELL_DESC=Gib das Mikro weiter! +MODE_TEAMDUELL_NAME=Teamsingen +MODE_TEAMDUELL_DESC=Gib das Mikro weiter! -PLUGIN_BLIND_NAME=Blind Modus -PLUGIN_BLIND_DESC=Erreiche blind die höchste Punktzahl. +MODE_BLIND_NAME=Blind Modus +MODE_BLIND_DESC=Erreiche blind die höchste Punktzahl. STAT_MAIN=Statistiken STAT_MAIN_DESC=Allgemein @@ -406,6 +419,8 @@ MSG_END_PARTY=Party-Modus wirklich beenden? ERROR_NO_SONGS=Keine Songs vorhanden. ERROR_NO_PLUGINS=Keine Plugins vorhanden. +ERROR_NO_MODES_FOR_CURRENT_SETUP=Es sind keine Modi für die akutellen Spieler und/oder Teameinstellungen vorhanden +ERROR_CAN_NOT_START_PARTY= Ein Fehler ist beim Starten des Partyspiels aufgetreten ERROR_CORRUPT_SONG=Song konnte nicht geladen werden. ERROR_CORRUPT_SONG_FILE_NOT_FOUND=Song konnte nicht geladen werden: Datei wurde nicht gefunden. ERROR_CORRUPT_SONG_NO_NOTES=Song konnte nicht geladen werden: Es wurden keine Noten gefunden. -- cgit v1.2.3