Inno 安装程序消息列表在某处?

发布于 2024-12-14 07:29:45 字数 95 浏览 0 评论 0原文

是否有 Inno Setup 消息的官方列表,例如“WinVersionTooLowError”?我需要更改“这将在您的计算机上安装 AppName”,但不知道如何更改。谢谢!

Is there an official list of Inno Setup messages like "WinVersionTooLowError" somewhere? I need to change the "This will install AppName on your computer" but don't know how. Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱殇璃 2024-12-21 07:29:45

默认语言文件应该有完整的列表,可以查看在线CVS版本

翻译下载页面包含以下注释:

从版本 5.1.0 开始,Inno Setup 编译器将接受
即使缺少消息也会进行翻译(它将使用默认值
英文消息替换它们)或包含未知消息。

因此,您应该能够创建一个自定义英语文件,该文件仅更改几个字符串(如果您想要的话),但也可以 覆盖字符串而不使用语言文件

您可能还想看看 Inno Setup Easy Translator

The default language file should have a complete list, you can view the online CVS version here.

The translation download page contains this note:

Starting with version 5.1.0, the Inno Setup compiler will accept a
translation even if it's missing messages (it will use the default
English messages to replace them) or contains unknown messages.

so you should be able to create a custom English language file that only changes a couple of strings if that is what you want, but it is also possible to override the strings without using language files.

You might also want to take a look at Inno Setup Easy Translator

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文