using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TELTest { internal static class Localization { public static Dictionary UI = new Dictionary() { {"SAVESCORE", "Czy chcesz zapisac wynik online?\r\n[Wpisz swoj nick i wcisnij ENTER, lub nic i ENTER aby pominac]" }, {"ANYKEYCONTINUE", "Nacisnij klawisz aby kontynuowac..." }, {"ANYKEYEXIT", "Any key to exit..." }, {"SELECTGAME", "Wybierz tryb gry/akcje:" } }; /* {"SAVESCORE", "Would you like to save your score on the online scoreboard?\r\n[Enter nick and enter, or empty and enter to skip]" }, {"ANYKEYCONTINUE", "Any key to continue..." }, {"ANYKEYEXIT", "Any key to exit..." }, {"SELECTGAME", "Please select a gamemode:" } */ } }