30 lines
1.9 KiB
XML
30 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Dictionaries>
|
|
<Dictionary Language="English">
|
|
<String Key="Game.Name" Value="UGF Extension" />
|
|
<String Key="Game.Description" Value="Game Framework Demo Program" />
|
|
<String Key="Game.Website" Value="https://GameFramework.cn/" />
|
|
<String Key="Game.Summary" Value="This is a framework built upon the Game Framework, extending its functionality to offer greater ease of use." />
|
|
<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." />
|
|
<String Key="Menu.StartButton" Value="START" />
|
|
<String Key="Menu.SettingButton" Value="SETTINGS" />
|
|
<String Key="Menu.AboutButton" Value="ABOUT" />
|
|
<String Key="Menu.QuitButton" Value="QUIT" />
|
|
<String Key="Dialog.ConfirmButton" Value="OK" />
|
|
<String Key="Dialog.CancelButton" Value="CANCEL" />
|
|
<String Key="Dialog.OtherButton" Value="" />
|
|
<String Key="ForceUpdate.Title" Value="OUT OF DATE" />
|
|
<String Key="ForceUpdate.Message" Value="The current game version is out-of-date. Would you like to go for update now?" />
|
|
<String Key="ForceUpdate.UpdateButton" Value="UPDATE" />
|
|
<String Key="ForceUpdate.QuitButton" Value="QUIT" />
|
|
<String Key="AskQuitGame.Title" Value="CONFIRM TO QUIT" />
|
|
<String Key="AskQuitGame.Message" Value="Are you sure to quit the game?" />
|
|
<String Key="Setting.Title" Value="SETTINGS" />
|
|
<String Key="Setting.Music" Value="Music" />
|
|
<String Key="Setting.Sound" Value="Sound FX" />
|
|
<String Key="Setting.UISound" Value="UI Sound FX" />
|
|
<String Key="Setting.Language" Value="Language" />
|
|
<String Key="Setting.LanguageTips" Value="Language change demands restarting." />
|
|
</Dictionary>
|
|
</Dictionaries>
|