Changeset 135 for smplayer/trunk/setup/translations/simpchinese.nsh
- Timestamp:
- Oct 24, 2012, 8:25:23 PM (13 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 133
- Property svn:mergeinfo changed
-
smplayer/trunk/setup/translations/simpchinese.nsh
r132 r135 12 12 ${LangFileString} SMPlayer_Is_Running "一个 SMPlayer 实例正在运行。请退出 SMPlayer,然后再试一次。" 13 13 14 ${LangFileString} Win64_Required "A 64-bit Windows operating system is required to install this software." 15 ${LangFileString} Existing_32bitInst "An existing 32-bit installation of SMPlayer exists. You must uninstall 32-bit SMPlayer first." 16 ${LangFileString} Existing_64bitInst "An existing 64-bit installation of SMPlayer exists. You must uninstall 64-bit SMPlayer first." 14 ${LangFileString} OS_Not_Supported "Unsupported operating system.$\nSMPlayer ${SMPLAYER_VERSION} requires at least Windows XP and may not work correctly on your system.$\nDo you really want to continue with the installation?" 15 ${LangFileString} Win64_Required "安装本软件需要 64 位 Windows 操作系统。" 16 ${LangFileString} Existing_32bitInst "一个 SMPlayer 的 32 位安装已经存在。您必须先卸载 32 位 SMPlayer。" 17 ${LangFileString} Existing_64bitInst "一个 SMPlayer 的 64 位安装已经存在。您必须先卸载 64 位 SMPlayer。" 17 18 18 19 ; Components Page … … 30 31 31 32 ${LangFileString} Section_MPlayer "MPlayer (必需)" 32 !ifdef WITH_MPLAYER33 33 ${LangFileString} Section_MPlayer_Desc "播放媒体文件所必需的 MPlayer 内核。" 34 !else ifndef WITH_MPLAYER35 ${LangFileString} Section_MPlayer_Desc "播放媒体文件所必需的 MPlayer 内核。(安装需要使用网络连接)"36 !endif37 34 38 35 ${LangFileString} Section_MPlayerCodecs "二进制编解码器" … … 92 89 ${LangFileString} Uninstaller_Aborted "卸载由用户中止。" 93 90 ${LangFileString} Uninstaller_NotInstalled "没有发现 SMPlayer 被安装在目录 '$INSTDIR' 中。$\r$\n仍要继续吗? (不推荐)" 91 ${LangFileString} Uninstaller_64bitOnly "本安装只能在 64 位 Windows 中卸载。" 94 92 95 93 ; Vista & Later Default Programs Registration
Note:
See TracChangeset
for help on using the changeset viewer.