Ignore:
Timestamp:
Oct 24, 2012, 8:25:23 PM (13 years ago)
Author:
Silvan Scherrer
Message:

SMplayer: update trunk to 0.8.1

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

  • smplayer/trunk/setup/translations/simpchinese.nsh

    r132 r135  
    1212${LangFileString} SMPlayer_Is_Running "一个 SMPlayer 实例正在运行。请退出 SMPlayer,然后再试一次。"
    1313
    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。"
    1718
    1819; Components Page
     
    3031
    3132${LangFileString} Section_MPlayer "MPlayer (必需)"
    32 !ifdef WITH_MPLAYER
    3333${LangFileString} Section_MPlayer_Desc "播放媒体文件所必需的 MPlayer 内核。"
    34 !else ifndef WITH_MPLAYER
    35 ${LangFileString} Section_MPlayer_Desc "播放媒体文件所必需的 MPlayer 内核。(安装需要使用网络连接)"
    36 !endif
    3734
    3835${LangFileString} Section_MPlayerCodecs "二进制编解码器"
     
    9289${LangFileString} Uninstaller_Aborted "卸载由用户中止。"
    9390${LangFileString} Uninstaller_NotInstalled "没有发现 SMPlayer 被安装在目录 '$INSTDIR' 中。$\r$\n仍要继续吗? (不推荐)"
     91${LangFileString} Uninstaller_64bitOnly "本安装只能在 64 位 Windows 中卸载。"
    9492
    9593; Vista & Later Default Programs Registration
Note: See TracChangeset for help on using the changeset viewer.