Files
better-genshin-impact/Build/MicaSetup/Resources/Languages/en.xaml

47 lines
3.3 KiB
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:s="clr-namespace:System;assembly=mscorlib">
<s:String x:Key="Setup">Setup</s:String>
<s:String x:Key="UninstallProgram">Uninstall</s:String>
<s:String x:Key="RequestedFreeSpace">Needed Space:</s:String>
<s:String x:Key="AvailableFreeSpace">Remaining Space:</s:String>
<s:String x:Key="AvailableFreeSpaceInsufficientTips">The target disk space is insufficient, please use other disk to install!</s:String>
<s:String x:Key="InstallationPath">Installation path:</s:String>
<s:String x:Key="EnterInstallationPath">Enter installation path</s:String>
<s:String x:Key="IllegalPath">Illegal path</s:String>
<s:String x:Key="IllegalPathTips">Illegal path, please use the correct path to install!</s:String>
<s:String x:Key="SelectPathTips">Please select the installation path.</s:String>
<s:String x:Key="StartInstall">Install</s:String>
<s:String x:Key="Preparing">Preparing</s:String>
<s:String x:Key="InstallFinishTips">Install completed</s:String>
<s:String x:Key="RunImmediately">Run immediately</s:String>
<s:String x:Key="ButtonOK">OK</s:String>
<s:String x:Key="ButtonCancel">Cancel</s:String>
<s:String x:Key="ButtonYes">Yes</s:String>
<s:String x:Key="ButtonNo">No</s:String>
<s:String x:Key="TitleTips">Tips</s:String>
<s:String x:Key="RuningTipsAndExitTry">{0} is running, please exit and try again!</s:String>
<s:String x:Key="LockedTipsAndExitTry">The file '{0}' is being used by another process, so the process cannot access this file.</s:String>
<s:String x:Key="InstNotCompletedTips">The installation hasn't been completed. Are you sure you want to exit?</s:String>
<s:String x:Key="UninstNotCompletedTips">The uninstallation has not been completed. Program can't be terminated.</s:String>
<s:String x:Key="HaveReadAndApproved">Read &#38;&#38; Approved</s:String>
<s:String x:Key="UserLicenseAgreement">User License Agreement</s:String>
<s:String x:Key="ButtonAgree">Back</s:String>
<s:String x:Key="ProgressTipsInstalling">Installing</s:String>
<s:String x:Key="Finish">Finish</s:String>
<s:String x:Key="SureUninstallTips">Are you sure you want to uninstall?</s:String>
<s:String x:Key="KeepMyDataTips">Keep my data</s:String>
<s:String x:Key="NotKeepMyDataTips">If '{0}' is not checked, all files will be deleted!</s:String>
<s:String x:Key="ProgressTipsUninstalling">Uninstalling</s:String>
<s:String x:Key="UninstallFinishTips">Uninstall completed</s:String>
<s:String x:Key="UninstallDelayUntilRebootTips">Some files couldn't be deleted, and will be marked for deletion on next system startup.</s:String>
<s:String x:Key="Downloading">Downloading</s:String>
<s:String x:Key="Installing">Installing</s:String>
<s:String x:Key="NetworkUnavailableTips">Current Network unavailable.</s:String>
<s:String x:Key="ComponentInstallFailedTips">Failed to install the component '{0}'.</s:String>
<s:String x:Key="Open">Open</s:String>
<s:String x:Key="Customize">Customize</s:String>
<s:String x:Key="CustomizeAutoRun">Auto Start</s:String>
<s:String x:Key="CustomizeDesktopShortcut">Desktop Shortcut</s:String>
</ResourceDictionary>