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/polish.nsh

    r176 r181  
    55;
    66
     7!if ! ${NSIS_PACKEDVERSION} > 0x2999999
    78!insertmacro LANGFILE "Polish" "Polski"
     9!else
     10!insertmacro LANGFILE "Polish" = "Polski" =
     11!endif
    812
    913; Startup
     
    1317
    1418${LangFileString} OS_Not_Supported "Nieobsługiwany system operacyjny.$\nSMPlayer ${SMPLAYER_VERSION} wymaga co najmniej Windows XP i może nie działać poprawnie na twoim systemie.$\nCzy naprawdę chcesz kontynuować instalację?"
     19${LangFileString} OS_Not_Supported_VistaRequired "Nieobsługiwany system operacyjny.$\nSMPlayer ${SMPLAYER_VERSION} wymaga co najmniej Windows Vista i może nie działać poprawnie na twoim systemie.$\nCzy naprawdę chcesz kontynuować instalację?"
    1520${LangFileString} Win64_Required "Do zainstalowania tego programu wymagany jest system operacyjny Windows w wersji 64-bitowej."
    1621${LangFileString} Existing_32bitInst "W systemie jest już zainstalowany SMPlayer w wersji 32-bitowej. Aby kontynuować należy najpierw odinstalować 32-bitową wersję SMPlayera."
     
    121126${LangFileString} YTDL_DL_Failed "Błąd pobierania youtube-dl: '$R0'."
    122127${LangFileString} YTDL_Update_Check "Sprawdzanie aktualizacji 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.