Default.xml 1.9 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Dictionaries>
  3. <Dictionary Language="English">
  4. <String Key="Game.Name" Value="STAR FORCE" />
  5. <String Key="Game.Description" Value="Game Framework Demo Program" />
  6. <String Key="Game.Website" Value="https://GameFramework.cn/" />
  7. <String Key="Game.Summary" Value="This project is a demo game made with Game Framework. It's intended to demonstrate how this game framework should be used for developers' reference." />
  8. <String Key="Game.Introduction" Value="Game Framework is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality." />
  9. <String Key="Menu.StartButton" Value="START" />
  10. <String Key="Menu.SettingButton" Value="SETTINGS" />
  11. <String Key="Menu.AboutButton" Value="ABOUT" />
  12. <String Key="Menu.QuitButton" Value="QUIT" />
  13. <String Key="Dialog.ConfirmButton" Value="OK" />
  14. <String Key="Dialog.CancelButton" Value="CANCEL" />
  15. <String Key="Dialog.OtherButton" Value="" />
  16. <String Key="ForceUpdate.Title" Value="OUT OF DATE" />
  17. <String Key="ForceUpdate.Message" Value="The current game version is out-of-date. Would you like to go for update now?" />
  18. <String Key="ForceUpdate.UpdateButton" Value="UPDATE" />
  19. <String Key="ForceUpdate.QuitButton" Value="QUIT" />
  20. <String Key="AskQuitGame.Title" Value="CONFIRM TO QUIT" />
  21. <String Key="AskQuitGame.Message" Value="Are you sure to quit the game?" />
  22. <String Key="Setting.Title" Value="SETTINGS" />
  23. <String Key="Setting.Music" Value="Music" />
  24. <String Key="Setting.Sound" Value="Sound FX" />
  25. <String Key="Setting.UISound" Value="UI Sound FX" />
  26. <String Key="Setting.Language" Value="Language" />
  27. <String Key="Setting.LanguageTips" Value="Language change demands restarting." />
  28. </Dictionary>
  29. </Dictionaries>