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

    r176 r181  
    55;
    66
     7!if ! ${NSIS_PACKEDVERSION} > 0x2999999
    78!insertmacro LANGFILE "Czech" "Čeština"
     9!else
     10!insertmacro LANGFILE "Czech" = "Čeština" =
     11!endif
    812
    913; Startup
     
    1317
    1418${LangFileString} OS_Not_Supported "Nepodporovaný operační systém.$\nSMPlayer ${SMPLAYER_VERSION} vyžaduje nejméně Windows XP a nemusí pracovat správně na vašem systému.$\nOpravdu chce pokračovat v instalaci?"
     19${LangFileString} OS_Not_Supported_VistaRequired "Nepodporovaný operační systém.$\nSMPlayer ${SMPLAYER_VERSION} vyžaduje nejméně Windows XP a nemusí pracovat správně na vašem systému.$\nOpravdu chce pokračovat v instalaci?"
    1520${LangFileString} Win64_Required "Pro instalaci tohoto software je zapotřebí mít 64-bitový oprační systém Windows."
    1621${LangFileString} Existing_32bitInst "Máte nainstalovánu 32-bitovou verzi SMPlayeru. Musíte nejprve odinstalovat 32-bitový SMPlayer."
     
    7378${LangFileString} Reinstall_Msg5 "Resetovat moje nastavení SMPlayeru"
    7479
    75 ${LangFileString} Remove_Settings_Confirmation "Are you sure you want to reset your SMPlayer settings? This action cannot be reversed."
     80${LangFileString} Remove_Settings_Confirmation "Jste si jisti, že chcete obnovit nastavení SMPlayer? Tuto akci nelze vrátit zpět."
    7681
    7782${LangFileString} Type_Reinstall "reinstalovat"
     
    108113${LangFileString} Info_SMTube_Backup "Zálohování SMtube..."
    109114${LangFileString} Info_SMTube_Restore "Obnovení SMtube z předchozí instalace..."
    110 ${LangFileString} Info_MPV_Backup "Backing up mpv..."
    111 ${LangFileString} Info_MPV_Restore "Restoring mpv from previous installation..."
     115${LangFileString} Info_MPV_Backup "Zálohování mpv..."
     116${LangFileString} Info_MPV_Restore "Obnovování mpv z předchozích instalací..."
    112117
    113118; MPV
    114 ${LangFileString} MPV_DL_Msg "Downloading mpv..."
    115 ${LangFileString} MPV_DL_Retry "mpv was not successfully installed. Retry?"
    116 ${LangFileString} MPV_DL_Failed "Failed to download mpv: '$R0'."
    117 ${LangFileString} MPV_Inst_Failed "Failed to install mpv."
     119${LangFileString} MPV_DL_Msg "Stahování mpv..."
     120${LangFileString} MPV_DL_Retry "Instlace mpv nebyla úspěšná. Zkusit znovu?"
     121${LangFileString} MPV_DL_Failed "Nelze stáhnout mpv: '$R0'."
     122${LangFileString} MPV_Inst_Failed "Chyba při instalaci mpv."
    118123
    119124; YouTube-DL
    120 ${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
    121 ${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
    122 ${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
     125${LangFileString} YTDL_DL_Retry "Instlace youtube-dl nebyla úspěšná. Zkusit znovu?"
     126${LangFileString} YTDL_DL_Failed "Nelze stáhnout youtube-dl: '$R0'."
     127${LangFileString} YTDL_Update_Check "Kontrolování aktualizací pro 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
    125 ${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
    126 ${LangFileString} Info_Cleaning_SMPlayer "Cleaning SMPlayer settings..."
     136${LangFileString} Info_Cleaning_Fontconfig "Čištění mezipaměti nastavení písma ..."
     137${LangFileString} Info_Cleaning_SMPlayer "Čištění nastavení SMPlayeru..."
Note: See TracChangeset for help on using the changeset viewer.