Package.en-us.wxl 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!--
  2. This file contains the declaration of all the localizable strings.
  3. -->
  4. <WixLocalization Culture="en-us" Codepage="1252"
  5. xmlns="http://wixtoolset.org/schemas/v4/wxl">
  6. <String Id="SummaryCodepage" Value="1252" />
  7. <String Id="ProductLanguage" Value="1033" />
  8. <!-- General strings -->
  9. <String Id="DowngradeError" Value="A newer version of [ProductName] is already installed." />
  10. <String Id="AR_Comment" Value="RustDesk" />
  11. <String Id="F_App" Value="RustDesk" />
  12. <String Id="F_App_Desc" Value="RustDesk - Main programs installations." />
  13. <String Id="SC_Uninstall" Value="Uninstall RustDesk" />
  14. <String Id="SC_Uninstall_Desc" Value="Removes RustDesk or parts of it from the computer" />
  15. <!-- Client related strings -->
  16. <String Id="F_Client" Value="Client" />
  17. <String Id="F_Client_Desc" Value="The user interface. Plays media files." />
  18. <String Id="F_Client_Plugins" Value="Plugins" />
  19. <String Id="F_Client_Plugins_Desc" Value="Plugins for the client." />
  20. <String Id="F_LAVFilters" Value="LAV Filters" />
  21. <String Id="F_LAVFilters_Desc" Value="Recommended directshow filters for best audio and video playback experience." />
  22. <String Id="SC_Client" Value="RustDesk" />
  23. <String Id="SC_Client_Desc" Value="Start RustDesk." />
  24. <String Id="SC_Client_Tray" Value="RustDesk Tray" />
  25. <String Id="SC_Client_Tray_Desc" Value="Start RustDesk tray." />
  26. <!-- Server related strings -->
  27. <String Id="F_Server" Value="Server" />
  28. <String Id="F_Server_Desc" Value="The server part of RustDesk. Provides the MediaLibrary and other services." />
  29. <String Id="F_Server_Plugins" Value="Plugins" />
  30. <String Id="F_Server_Plugins_Desc" Value="Plugins for the server." />
  31. <String Id="Service_DisplayName" Value="RustDesk Service" />
  32. <String Id="Service_Description" Value="This service runs the RustDesk Server." />
  33. <!-- Launch Conditions -->
  34. <String Id="LC_OS" Value="[ProductName] requires minimum Windows 7 / 2008 R2 as operating system." />
  35. <String Id="LC_ADMIN" Value="You need to be an administrator to install [ProductName]." />
  36. <!-- User Interfaces -->
  37. <String Id="AnotherAppDialogTitle" Value="Cancel installation."/>
  38. <String Id="AnotherAppDialogDescription" Value="The application is installed by self-installation method, please uninstall it first."/>
  39. <String Id="MyInstallDirDlgDesktopShortcuts" Value="Create desktop icon" />
  40. <String Id="MyInstallDirDlgStartMenuShortcuts" Value="Create start menu shortcuts" />
  41. </WixLocalization>