Changeset 181 for smplayer/trunk/setup/translations/czech.nsh
- Timestamp:
- Aug 31, 2016, 5:31:04 PM (9 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
- Property svn:mergeinfo changed
/smplayer/vendor/current merged: 179
- Property svn:mergeinfo changed
-
smplayer/trunk/setup/translations/czech.nsh
r176 r181 5 5 ; 6 6 7 !if ! ${NSIS_PACKEDVERSION} > 0x2999999 7 8 !insertmacro LANGFILE "Czech" "Čeština" 9 !else 10 !insertmacro LANGFILE "Czech" = "Čeština" = 11 !endif 8 12 9 13 ; Startup … … 13 17 14 18 ${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?" 15 20 ${LangFileString} Win64_Required "Pro instalaci tohoto software je zapotřebí mít 64-bitový oprační systém Windows." 16 21 ${LangFileString} Existing_32bitInst "Máte nainstalovánu 32-bitovou verzi SMPlayeru. Musíte nejprve odinstalovat 32-bitový SMPlayer." … … 73 78 ${LangFileString} Reinstall_Msg5 "Resetovat moje nastavení SMPlayeru" 74 79 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." 76 81 77 82 ${LangFileString} Type_Reinstall "reinstalovat" … … 108 113 ${LangFileString} Info_SMTube_Backup "Zálohování SMtube..." 109 114 ${LangFileString} Info_SMTube_Restore "Obnovení SMtube z předchozí instalace..." 110 ${LangFileString} Info_MPV_Backup " Backing upmpv..."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í..." 112 117 113 118 ; MPV 114 ${LangFileString} MPV_DL_Msg " Downloadingmpv..."115 ${LangFileString} MPV_DL_Retry " mpv was not successfully installed. Retry?"116 ${LangFileString} MPV_DL_Failed " Failed to downloadmpv: '$R0'."117 ${LangFileString} MPV_Inst_Failed " Failed to installmpv."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." 118 123 119 124 ; 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." 123 134 124 135 ; 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.