Ignore:
Timestamp:
Aug 31, 2016, 5:31:04 PM (9 years ago)
Author:
Silvan Scherrer
Message:

smplayer: update trunk to version 16.8.0

Location:
smplayer/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • smplayer/trunk

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

    r176 r181  
    55;
    66
     7!if ! ${NSIS_PACKEDVERSION} > 0x2999999
    78!insertmacro LANGFILE "Korean" "한국어"
     9!else
     10!insertmacro LANGFILE "Korean" = "한국어" "Hangugeo"
     11!endif
    812
    913; Startup
     
    1317
    1418${LangFileString} OS_Not_Supported "미지원 운영 체계.$\nSMPlayer ${SMPLAYER_VERSION} 는 윈도우 XP 이상이 필요하고 당신의 시스템에서 정상적인 동작을 보장할 수 없습니다.$\n설치를 계속 진행할까요?"
     19${LangFileString} OS_Not_Supported_VistaRequired "미지원 운영 체계.$\nSMPlayer ${SMPLAYER_VERSION} 는 최소한 윈도우 비스타가 필요하고 당신의 시스템에서 정상적인 동작을 보장할 수 없습니다.$\n설치를 계속 진행할까요?"
    1520${LangFileString} Win64_Required "이 프로그램은 윈도우 64비트 운영 체계에서만 설치할 수 있습니다."
    1621${LangFileString} Existing_32bitInst "32비트 버전의 SMPlayer가 이미 설치되어 있습니다. 32비트 SMPlayer를 먼저 제거하세요."
     
    121126${LangFileString} YTDL_DL_Failed "youtube-dl 다운로드 실패: '$R0'."
    122127${LangFileString} YTDL_Update_Check "youtube-dl 업데이트 확인 중..."
     128${LangFileString} YTDL_Error_Msg1 "Warning: youtube-dl exited abnormally with exit code: $YTDL_Exit_code"
     129${LangFileString} YTDL_Error_Msg2 "Visual C++ 2010 Runtime (x86) is required for youtube-dl."
     130
     131; SMTube
     132${LangFileString} SMTube_Incompatible_Msg1 "The current SMTube installation is incompatible with this version of SMPlayer."
     133${LangFileString} SMTube_Incompatible_Msg2 "Please upgrade to a newer version of SMTube."
    123134
    124135; Post install
Note: See TracChangeset for help on using the changeset viewer.