Changeset 119 for smplayer/trunk/setup
- Timestamp:
- Dec 27, 2011, 5:44:12 PM (14 years ago)
- Location:
- smplayer/trunk
- Files:
-
- 12 added
- 3 deleted
- 20 edited
Legend:
- Unmodified
- Added
- Removed
-
smplayer/trunk
-
Property svn:mergeinfo
set to
/smplayer/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
smplayer/trunk/setup/translations/basque.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING "The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN "You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "Ezartzailea jadanik lanean dago." 11 ${LangFileString} Installer_No_Admin "Administratzaile bezala saioa hasita egon behar duzu programa hau ezartzerakoan." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Lasterbideak" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Osagaiak" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (beharrezkoa)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, elkarbanatutako liburutegiak, eta agiritza." 19 20 ${LangFileString} Section_DesktopShortcut "Mahigaina" 21 ${LangFileString} Section_DesktopShortcut_Desc "Sortu SMPlayer lasterbide bat mahigainean." 22 23 ${LangFileString} Section_StartMenu "Hasiera Menua" 24 ${LangFileString} Section_StartMenu_Desc "Sortu SMPlayer sarrera bat Hasiera Menuan." 25 26 ${LangFileString} Section_MPlayer "MPlayer (beharrezkoa)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; beharrezkoa irakurketarako." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; beharrezkoa irakurketarako. (Internet Elkarketa beharrezkoa da ezarpenerako)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Kodek Binarioak" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Aukerazko kodekak MPlayerrentzat." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Aukerazko kodekak MPlayerrentzat. (Internet Elkarketa beharrezkoa da ezarpenerako)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "MPlayer laguntzen duen programa bat erabili daiteke kodeatzeko edo eraldatzeko sostengatutako audio edo bideo jarioak." 41 42 ${LangFileString} Section_IconThemes "Ikono Gaiak" 43 ${LangFileString} Section_IconThemes_Desc "SMPlayer-entzako ikono gai gehigarriak." 44 45 ${LangFileString} Section_Translations "Hizkuntzak" 46 ${LangFileString} Section_Translations_Desc "SMPlayer-entzako Ez Ingelerazko hizkuntza agiriak." 47 48 ${LangFileString} MPlayer_Codec_Msg "Kodek binario paketeek jatorrizkoan ez dauden kodek sostengua gehitzen dute, RealVideo aldaera berrienak eta formato ez arrunt asko bezalakoak.$\nOhartu hauek ez direla beharrezkoak formato arruntenak irakurtzeko, DVD, MPEG-1/2/4, etab." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "MPlayer jeisten..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer ez da ongi ezarri. Berriro saiatu?" 72 ${LangFileString} MPlayer_DL_Failed "Hutsegitea MPlayer: '$R0'. jeisterakoan" 73 ${LangFileString} MPlayer_Inst_Failed "Hutsegitea MPlayer ezartzerakoan. MPlayer beharrezkoa da irakurketarako" 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING "Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY "MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED "Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED "Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "MPlayer kodekak jeisten..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer kodekak ez dira ongi ezarri. Berriro saiatu?" 78 ${LangFileString} Codecs_DL_Failed "Hutsegitea MPlayer kodekak: '$R0'. jeisterakoan." 79 ${LangFileString} Codecs_Inst_Failed "Hutsegitea MPlayer kodekak ezartzerakoan." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING "Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED "Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Bertsio argibideak jeisten..." 83 ${LangFileString} VerInfo_DL_Failed "Hutsegitea bertsio argibideak jeisterakoan: '$R0'. Berezko bertsioa erabiltzen." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN "This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED "Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "Ezarpen hau administrari eskubidea duen erabiltzaileak bakarrik kendu dezake." 87 ${LangFileString} Uninstaller_Aborted "Kentzea erabiltzaileak utzita." 88 ${LangFileString} Uninstaller_NotInstalled "Ez da agertzen SMPlayer zuzenbidean ezarrita dagoenik '$INSTDIR'.$\r$\nJarraitu horrela ere (ez da gomendagarria)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer aurrealde-amaiera oso bat da MPlayer-entzat, ohinarrizko eginkizunetatik: Bideo, DVD, VCD irakurketatik, eginkizun aurreratuenetarainok: MPlayer iragazkiak, edl zerrenda, eta gehiago." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Agiriak Ezabatzen..." 95 ${LangFileString} Info_Del_Registry "Erresgistro Giltzak Ezabatzen..." 96 ${LangFileString} Info_Del_Shortcuts "Lasterbideak Ezabatzen..." 97 ${LangFileString} Info_Rest_Assoc "Agiri elkarketak birrezartzen..." 98 ${LangFileString} Info_Files_Extract "Agiriak ateratzen..." -
smplayer/trunk/setup/translations/catalan.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/czech.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"Instalátor již běží."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"Instalaci tohoto programu je potřeba provést s právy administrátora."10 ${LangFileString} Installer_Is_Running "Instalátor již běží." 11 ${LangFileString} Installer_No_Admin "Instalaci tohoto programu je potřeba provést s právy administrátora." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "Binární kodeky podporují formáty, které zatím nejsou implementovány nativně, např. novější varianty RealVideo a jiné málo používané formáty.$\nPro většinu běžných formátů nejsou potřeba (DVD, MPEG-1/2/4, apod.)." 14 ${LangFileString} ShortcutGroupTitle "Zástupci" 15 ${LangFileString} MPlayerGroupTitle "Součásti MPlayeru" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (vyžadován)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, sdílené knihovny a dokumentace." 19 20 ${LangFileString} Section_DesktopShortcut "Plocha" 21 ${LangFileString} Section_DesktopShortcut_Desc "Vytvoří zástupce SMPlayeru na ploše." 22 23 ${LangFileString} Section_StartMenu "Nabídka Start" 24 ${LangFileString} Section_StartMenu_Desc "Vytvoří zástupce SMPlayeru v nabídce Start." 25 26 ${LangFileString} Section_MPlayer "MPlayer (vyžadován)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; vyžadován pro přehrávání." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; vyžadován pro přehrávání. (Pro instalaci je potřeba připojení k Internetu)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binární kodeky" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Přídavné kodeky MPlayeru." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Přídavné kodeky MPlayeru. (Pro instalaci je potřeba připojení k Internetu)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Témata ikon" 43 ${LangFileString} Section_IconThemes_Desc "Přídavná témata ikon pro SMPlayer." 44 45 ${LangFileString} Section_Translations "Lokalizace" 46 ${LangFileString} Section_Translations_Desc "Neanglické lokalizace." 47 48 ${LangFileString} MPlayer_Codec_Msg "Binární kodeky podporují formáty, které zatím nejsou implementovány nativně, např. novější varianty RealVideo a jiné málo používané formáty.$\nPro většinu běžných formátů nejsou potřeba (DVD, MPEG-1/2/4, apod.)." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Stahuji MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer se nepovedlo nainstalovat. Zkusit znovu?" 20 ${LangFileString} MPLAYER_DL_FAILED "Nepovedlo se stáhnout MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Nepovedlo se nainstalovat MPlayer. MPlayer je potřebný pro přehrávání." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Stahuji MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer se nepovedlo nainstalovat. Zkusit znovu?" 72 ${LangFileString} MPlayer_DL_Failed "Nepovedlo se stáhnout MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Nepovedlo se nainstalovat MPlayer. MPlayer je potřebný pro přehrávání." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Instaluji kodeky MPlayeru..."26 ${LangFileString} C ODECS_DL_RETRY"Kodeky MPlayeru se nepovedlo nainstalovat. Zkusit znovu?"27 ${LangFileString} C ODECS_DL_FAILED"Nepovedlo se stáhnout kodeky MPlayeru: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Nepovedlo se nainstalovat kodeky MPlayeru."76 ${LangFileString} Codecs_DL_Msg "Instaluji kodeky MPlayeru..." 77 ${LangFileString} Codecs_DL_Retry "Kodeky MPlayeru se nepovedlo nainstalovat. Zkusit znovu?" 78 ${LangFileString} Codecs_DL_Failed "Nepovedlo se stáhnout kodeky MPlayeru: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Nepovedlo se nainstalovat kodeky MPlayeru." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Stahuji informace o verzích..."32 ${LangFileString} V ERINFO_DL_FAILED"Nepovedlo se stáhnout informace o verzích: '$R0'. Užita výchozí verze."82 ${LangFileString} VerInfo_DL_Msg "Stahuji informace o verzích..." 83 ${LangFileString} VerInfo_DL_Failed "Nepovedlo se stáhnout informace o verzích: '$R0'. Užita výchozí verze." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"Odinstalaci je potřeba provést s právy administrátora."36 ${LangFileString} U NINSTALL_ABORTED"Odinstalace přerušena uživatelem."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"V adresáři '$INSTDIR' není SMPlayer nainstalován .$\r$\nPokračovat (nedoporučeno)?"86 ${LangFileString} Uninstaller_No_Admin "Odinstalaci je potřeba provést s právy administrátora." 87 ${LangFileString} Uninstaller_Aborted "Odinstalace přerušena uživatelem." 88 ${LangFileString} Uninstaller_NotInstalled "V adresáři '$INSTDIR' není SMPlayer nainstalován .$\r$\nPokračovat (nedoporučeno)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer je kompletní frontend pro MPlayer, podporuje vše od základních funkcí jako přehrávání videí, DVD, VCD až po pokročilé funkce jako filtry MPlayeru, edl a více." 91 ${LangFileString} Application_Description "SMPlayer je kompletní frontend pro MPlayer, podporuje vše od základních funkcí jako přehrávání videí, DVD, VCD až po pokročilé funkce jako filtry MPlayeru, edl a více." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/danish.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/dutch.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/english.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING "Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer Codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/finnish.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/french.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/german.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING "Installationsprogramm läuft bereits."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN "Administratorrechte sind nötigum dieses Programm zu installieren."10 ${LangFileString} Installer_Is_Running "Das Installationsprogramm läuft bereits." 11 ${LangFileString} Installer_No_Admin "Es sind Administratorrechte nötig, um dieses Programm zu installieren." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "Binäre Codec-Pakete werden eingesetzt für Codecs, die noch nicht nativ implementiert sind, wie neuere Varianten von RealVideo und viele ungewöhnliche Formate.$\nAchtung, nicht notwendig um die gängisten Formate wiederzugeben, wie DVD, MPEG-1/2/4 , etc." 14 ${LangFileString} ShortcutGroupTitle "Verknüpfung" 15 ${LangFileString} MPlayerGroupTitle "MPlayer-Komponenten" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (erforderlich)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, dynamische Bibliotheken und Dokumentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Erstellt eine Verknüpfung für SMPlayer auf dem Desktop." 22 23 ${LangFileString} Section_StartMenu "Startmenü" 24 ${LangFileString} Section_StartMenu_Desc "Erstellt einen Startmenü-Eintrag für SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (erforderlich)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer – benötigt für die Wiedergabe." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer – benötigt für die Wiedergabe. (Internetverbindung benötigt für Installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binärcodecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optionale Codecs für MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optionale Codecs für MPlayer. (Internetverbindung benötigt für Installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Symboldesigns" 43 ${LangFileString} Section_IconThemes_Desc "Weitere Symboldesigns für SMPlayer." 44 45 ${LangFileString} Section_Translations "Lokalisierungen" 46 ${LangFileString} Section_Translations_Desc "Nicht englische Lokalisierungen." 47 48 ${LangFileString} MPlayer_Codec_Msg "Binärcodec-Pakete werden eingesetzt für Codecs, die noch nicht nativ implementiert sind – wie neuere Varianten von RealVideo und viele ungewöhnliche Formate.$\nHinweis: Die Pakete sind nicht notwendig, um die gängigsten Formate wiederzugeben (DVD, MPEG-1/2/4, etc.)" 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Lade MPlayer herunter..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer wurde nicht erfolgreich installiert. Wiederholung?" 20 ${LangFileString} MPLAYER_DL_FAILED "Fehler beim Herunterladen von MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Fehler beim Installieren von MPlayer. MPlayer ist erforderlich für die Wiedergabe." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "MPlayer herunterladen …" 71 ${LangFileString} MPlayer_DL_Retry "MPlayer ist nicht erfolgreich installiert worden. Erneut versuchen?" 72 ${LangFileString} MPlayer_DL_Failed "Fehler beim Herunterladen von MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Fehler beim Installieren von MPlayer. MPlayer ist erforderlich für die Wiedergabe." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING "Lade MPlayer Codecs runter..."26 ${LangFileString} C ODECS_DL_RETRY "MPlayer-Codecs wurden nicht erfolgreich installiert.. Wiederholung?"27 ${LangFileString} C ODECS_DL_FAILED "Fehler beim Herunterladen der MPlayerCodecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED "Fehler beim Installieren der MPlayerCodecs."76 ${LangFileString} Codecs_DL_Msg "MPlayer-Codecs herunterladen …" 77 ${LangFileString} Codecs_DL_Retry "Die MPlayer-Codecs sind nicht erfolgreich installiert worden. Erneut versuchen?" 78 ${LangFileString} Codecs_DL_Failed "Fehler beim Herunterladen der MPlayer-Codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Fehler beim Installieren der MPlayer-Codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING "Lade Informationen der Version runter..."32 ${LangFileString} V ERINFO_DL_FAILED"Fehler beim Herunterladen der Versionsinfo: '$R0'. Standard-Version wird genommen."82 ${LangFileString} VerInfo_DL_Msg "Informationen der Version herunterladen …" 83 ${LangFileString} VerInfo_DL_Failed "Fehler beim Herunterladen der Versionsinfo: '$R0'. Standard-Version wird genommen." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN "Administratorrechte sind nötigum dieses Programm zu deinstallieren."36 ${LangFileString} U NINSTALL_ABORTED "Deinstallieren vom Benutzer abgebrochen."37 ${LangFileString} SMPLAYER_NOT_INSTALLED "Es scheint, das SMPlayer nicht in dem Verzeichnis installiert ist '$INSTDIR'.$\r$\nTrotzdem fortfahren (nicht empfohlen)?"86 ${LangFileString} Uninstaller_No_Admin "Es sind Administratorrechte nötig, um dieses Programm zu deinstallieren." 87 ${LangFileString} Uninstaller_Aborted "Die Deinstallation ist vom Benutzer abgebrochen worden." 88 ${LangFileString} Uninstaller_NotInstalled "Es scheint, dass SMPlayer nicht im Verzeichnis '$INSTDIR' installiert ist.$\r$\nTrotzdem fortfahren (nicht empfohlen)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer ist ein komplettes Front-End für MPlayer, von grundlegenden Funktionen, wie das Abspielen von Videos, DVDs, VCDs, bis zu erweiterten Funktionen wie die Unterstützung für MPlayer Filter, edl-Listen und vieles mehr.." 91 ${LangFileString} Application_Description "SMPlayer ist ein komplettes grafische Oberfläche für MPlayer, von grundlegenden Funktionen, wie das Abspielen von Videos, DVDs, VCDs, bis zu erweiterten Funktionen, wie die Unterstützung für MPlayer-Filter, edl-Listen und vielem mehr." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/hebrew.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/hungarian.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"A telepítő már fut."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"Rendszergazdaként kell bejelentkeznie a program telepítéséhez."10 ${LangFileString} Installer_Is_Running "A telepítő már fut." 11 ${LangFileString} Installer_No_Admin "Rendszergazdaként kell bejelentkeznie a program telepítéséhez." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "A bináris kodek csomagok támogatást nyújtanak natívan még nem támogatott kodekekhez, mint pl. az újabb RealVideo variánsok és sok ritka formátum.$\nNem szükségesek a legtöbb gyakori formátum lejátszásához, mint a DVD-k, MPEG-1/2/4, stb." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "A bináris kodek csomagok támogatást nyújtanak natívan még nem támogatott kodekekhez, mint pl. az újabb RealVideo variánsok és sok ritka formátum.$\nNem szükségesek a legtöbb gyakori formátum lejátszásához, mint a DVD-k, MPEG-1/2/4, stb." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Az MPlayer letöltése..." 19 ${LangFileString} MPLAYER_DL_RETRY "Az MPlayer telepítése nem sikerült. Újra próbáljam?" 20 ${LangFileString} MPLAYER_DL_FAILED "Az MPlayer letöltése nem sikerült: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Az MPlayer telepítése nem sikerült. Az MPlayerre szükség van a lejátszáshoz." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Az MPlayer letöltése..." 71 ${LangFileString} MPlayer_DL_Retry "Az MPlayer telepítése nem sikerült. Újra próbáljam?" 72 ${LangFileString} MPlayer_DL_Failed "Az MPlayer letöltése nem sikerült: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Az MPlayer telepítése nem sikerült. Az MPlayerre szükség van a lejátszáshoz." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"MPlayer kodekek letöltése..."26 ${LangFileString} C ODECS_DL_RETRY"Az MPlayer kodekek telepítése nem sikerült. Újra próbáljam?"27 ${LangFileString} C ODECS_DL_FAILED"Az MPlayer kodekek letöltése nem sikerült: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Az MPlayer kodekek telepítése nem sikerült."76 ${LangFileString} Codecs_DL_Msg "MPlayer kodekek letöltése..." 77 ${LangFileString} Codecs_DL_Retry "Az MPlayer kodekek telepítése nem sikerült. Újra próbáljam?" 78 ${LangFileString} Codecs_DL_Failed "Az MPlayer kodekek letöltése nem sikerült: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Az MPlayer kodekek telepítése nem sikerült." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Verzió információ letöltése..."32 ${LangFileString} V ERINFO_DL_FAILED"Verzió információ letöltése nem sikerült: '$R0'. Alapértelmezett verzió használata."82 ${LangFileString} VerInfo_DL_Msg "Verzió információ letöltése..." 83 ${LangFileString} VerInfo_DL_Failed "Verzió információ letöltése nem sikerült: '$R0'. Alapértelmezett verzió használata." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"A program eltávolításához rendszergazda jogosultság szükséges."36 ${LangFileString} U NINSTALL_ABORTED"Az eltávolítást a felhasználó megszakította."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"Nem úgy néz ki, mint ha az SMPlayer ebbe a könyvtárba lett volna telepítve: '$INSTDIR'.$\r$\nMégis folytassam (nem ajánlott)?"86 ${LangFileString} Uninstaller_No_Admin "A program eltávolításához rendszergazda jogosultság szükséges." 87 ${LangFileString} Uninstaller_Aborted "Az eltávolítást a felhasználó megszakította." 88 ${LangFileString} Uninstaller_NotInstalled "Nem úgy néz ki, mint ha az SMPlayer ebbe a könyvtárba lett volna telepítve: '$INSTDIR'.$\r$\nMégis folytassam (nem ajánlott)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "Az SMPlayer egy komplett felület az MPlayerhez, mindent támogat az alap funkcióktól kezdve, mint a videók, DVDk, VCDk lejátszása, haladó funkciókig, mint az MPlayer szűrők, edl listák és még sok más." 91 ${LangFileString} Application_Description "Az SMPlayer egy komplett felület az MPlayerhez, mindent támogat az alap funkcióktól kezdve, mint a videók, DVDk, VCDk lejátszása, haladó funkciókig, mint az MPlayer szűrők, edl listák és még sok más." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/italian.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"Il programma di installazione è già in esecuzione."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"Devi essere autenticato come amministratore per installare questo programma."10 ${LangFileString} Installer_Is_Running "Il programma di installazione è già in esecuzione." 11 ${LangFileString} Installer_No_Admin "Devi essere autenticato come amministratore per installare questo programma." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "I pacchetti di codec binari forniscono il supporto per i codec che non sono stati ancora implementati nativamente, per esempio per le varianti di RealVideo e anche un sacco di formati poco utilizzati.$\nNota che non sono richiesti per riprodurre i formati più comuni come DVD, MPEG-1/2/4, ecc." 14 ${LangFileString} ShortcutGroupTitle "Collegamenti" 15 ${LangFileString} MPlayerGroupTitle "Componenti di MPlayer" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (essenziale)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, librerie condivise, e documentazione." 19 20 ${LangFileString} Section_DesktopShortcut "Scrivania" 21 ${LangFileString} Section_DesktopShortcut_Desc "Crea un collegamento a SMPlayer sulla scrivania." 22 23 ${LangFileString} Section_StartMenu "Menu di avvio" 24 ${LangFileString} Section_StartMenu_Desc "Crea un elemento nel menu di avvio per SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (essenziale)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; essenziale per la riproduzione." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; essenziale per la riproduzione. (Connessione a Internet richiesta per l'installazione)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Codec binari" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Codec aggiuntivi per MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Codec aggiuntivi per MPlayer. (Connessione a Internet richiesta per l'installazione)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Temi di icone" 43 ${LangFileString} Section_IconThemes_Desc "Temi di icone aggiuntivi per SMPlayer." 44 45 ${LangFileString} Section_Translations "Localizzazioni" 46 ${LangFileString} Section_Translations_Desc "Localizzazioni non Inglesi." 47 48 ${LangFileString} MPlayer_Codec_Msg "I pacchetti di codec binari forniscono il supporto per i codec che non sono stati ancora implementati nativamente, per esempio per le varianti di RealVideo e anche un sacco di formati poco utilizzati.$\nNota che non sono richiesti per riprodurre i formati più comuni come DVD, MPEG-1/2/4, ecc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Sto scaricando MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Scaricamento di MPlayer fallito: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Installazione di MPlayer fallita. MPlayer è un componente necessario per la riproduzione multimediale." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Sto scaricando MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer non è stato completamente installato. Riprova?" 72 ${LangFileString} MPlayer_DL_Failed "Scaricamento di MPlayer fallito: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Installazione di MPlayer fallita. MPlayer è un componente necessario per la riproduzione multimediale." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Sto scaricando i codec di MPlayer..."26 ${LangFileString} C ODECS_DL_RETRY "MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Scaricamento dei codec di MPlayer fallito: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Installazione dei codec di MPlayer fallita."76 ${LangFileString} Codecs_DL_Msg "Sto scaricando i codec di MPlayer..." 77 ${LangFileString} Codecs_DL_Retry "I codec di MPlayer non sono stati completamente installati. Riprova?" 78 ${LangFileString} Codecs_DL_Failed "Scaricamento dei codec di MPlayer fallito: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Installazione dei codec di MPlayer fallita." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Sto scaricando le informazioni di versione..."32 ${LangFileString} V ERINFO_DL_FAILED"Scaricamento delle informazioni di versione fallito: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Sto scaricando le informazioni di versione..." 83 ${LangFileString} VerInfo_DL_Failed "Scaricamento delle informazioni di versione fallito: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"La disinstallazione può essere effettuata solo da un utente con permessi amministrativi."36 ${LangFileString} U NINSTALL_ABORTED "Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED "Sembra che SMPlayer non sia installato nel direttorio'$INSTDIR'.$\r$\nContinua comunque (non raccomandato)?"86 ${LangFileString} Uninstaller_No_Admin "La disinstallazione può essere effettuata solo da un utente con permessi amministrativi." 87 ${LangFileString} Uninstaller_Aborted "Disinstallazione annullata dall'utente." 88 ${LangFileString} Uninstaller_NotInstalled "Sembra che SMPlayer non sia installato nella cartella '$INSTDIR'.$\r$\nContinua comunque (non raccomandato)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer è un'interfaccia completa per MPlayer, fornisce funzionalità di base come la riproduzione di video, DVD, VCD e funzionalità più avanzate come il supporto dei filtri di MPlayer, le liste edl e altro ancora." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/norwegian.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/polish.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING "The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN "You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "Instalator już jest uruchomiony." 11 ${LangFileString} Installer_No_Admin "Do instalacji tego programu wymagane są uprawnienia administratora." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Skróty" 15 ${LangFileString} MPlayerGroupTitle "Komponenty MPlayera" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (wymagane)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, biblioteki współdzielone, dokumentacja." 19 20 ${LangFileString} Section_DesktopShortcut "Pulpit" 21 ${LangFileString} Section_DesktopShortcut_Desc "Tworzy skrót do programu na pulpicie." 22 23 ${LangFileString} Section_StartMenu "Menu Start" 24 ${LangFileString} Section_StartMenu_Desc "Tworzy skrót do programu w Menu Start." 25 26 ${LangFileString} Section_MPlayer "MPlayer (wymagane)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; wymagany do odtwarzania filmów." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; wymagany do odtwarzania filmów. (Wymagane połączenie z internetem)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Kodeki" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Opcjonalne kodeki do MPlayera." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Opcjonalne kodeki do MPlayera. (Wymagane połączenie z internetem)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Zesatwy Ikon" 43 ${LangFileString} Section_IconThemes_Desc "Dodatkowe zestawy ikon do SMPlayera." 44 45 ${LangFileString} Section_Translations "Tłumaczenia" 46 ${LangFileString} Section_Translations_Desc "Tłumaczenia na inne języki." 47 48 ${LangFileString} MPlayer_Codec_Msg "Paczka z kodekami dodaje wsparcie dla kodeków, które nie są jeszcze natywnie wspierane, np. nowsze warianty RealVideo, oraz wiele mniej znanych formatów.$\nProszę mieć na uwadze, że paczka nie jest wymagana do odtworzenia popularnych formatów, takich jak DVD, MPEG-1/2/4, itp." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Pobieram MPlayera..." 71 ${LangFileString} MPlayer_DL_Retry "Instalacja MPlayera nie powiodła się. Ponowić próbę?" 72 ${LangFileString} MPlayer_DL_Failed "Nie udało się pobrać MPlayera: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Nie udało się zainstalować MPlayera. Bez MPlayera odtwarzanie filmów jest nie możliwe." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING "Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY "MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED "Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED "Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Pobieram kodeki do MPlayera..." 77 ${LangFileString} Codecs_DL_Retry "Instalacja Kodeków MPlayera nie powiodła się. Ponowić próbę?" 78 ${LangFileString} Codecs_DL_Failed "Nie udało się pobrać Kodeków MPlayera: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Nie udało się zainstalować Kodeków MPlayera." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING "Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED "Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Pobieram informacje o wersji..." 83 ${LangFileString} VerInfo_DL_Failed "Nie udało się pobrac informacji o wersji: '$R0'. Użyta zostanie wersja domyślna." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN "This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED "Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "Aplikacja może być usunięta tylko przez osobe z uprawnieniami Administratora." 87 ${LangFileString} Uninstaller_Aborted "Usuwanie anulowane przez użytkownika." 88 ${LangFileString} Uninstaller_NotInstalled "Nie wygląda na to, aby SMPlayer został zainstalowany w katalogu '$INSTDIR'.$\r$\nKontynuować mimo to (nie zalecane)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer jest graficzną nakładką programu MPlayer, z prostymi funkcjami, takimi jak odtwarzanie wideo, DVD i VCD oraz z bardziej zaawansowanymi funkcjami np: obsługa filtrów MPlayera i wiele innych." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/portuguese.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"O instalador já está em execução."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"Tem que iniciar a sessão como administrador para instalar este programa."10 ${LangFileString} Installer_Is_Running "O instalador já está em execução." 11 ${LangFileString} Installer_No_Admin "Tem que iniciar a sessão como administrador para instalar este programa." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "O pacote de codecs binários adiciona suporte para os codecs que ainda não foram implementados, tais como as novas variantes RealVideo e alguns formatos não usuais.$\nNote que estes não serão necessários para os formatos mais comuns como DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Atalhos" 15 ${LangFileString} MPlayerGroupTitle "Componentes MPlayer" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (obrigatório)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, bibliotecas partilhadas e documentação." 19 20 ${LangFileString} Section_DesktopShortcut "Ambiente de Trabalho" 21 ${LangFileString} Section_DesktopShortcut_Desc "Cria um atalho para o SMPlayer no ambiente de trabalho." 22 23 ${LangFileString} Section_StartMenu "Menu Iniciar" 24 ${LangFileString} Section_StartMenu_Desc "Cria uma entrada no Menu Iniciar para o SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (obrigatório)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; necessário para a reprodução." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; necessário para a reprodução. (Precisa de uma ligação à Internet)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binários dos Codificadores" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Codificadores opcionais para o MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Codificadores opcionais para o MPlayer. (Precisa de uma ligação à Internet)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Conjuntos de Ícones" 43 ${LangFileString} Section_IconThemes_Desc "Ícones adicionais para o SMPlayer." 44 45 ${LangFileString} Section_Translations "Localizações" 46 ${LangFileString} Section_Translations_Desc "Localizações Diferentes de Inglês." 47 48 ${LangFileString} MPlayer_Codec_Msg "O pacote de codecs binários adiciona suporte para os codecs que ainda não foram implementados, tais como as novas variantes RealVideo e alguns formatos não usuais.$\nNote que estes não serão necessários para os formatos mais comuns como DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Transferindo MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer não foi correctamente instalado. Tentar novamente?" 20 ${LangFileString} MPLAYER_DL_FAILED "Falha ao transferir MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Falha ao instalar MPlayer. O MPlayer é necessário para reproduzir." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Transferindo MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer não foi correctamente instalado. Tentar novamente?" 72 ${LangFileString} MPlayer_DL_Failed "Falha ao transferir MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Falha ao instalar MPlayer. O MPlayer é necessário para reproduzir." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Transferindo codecs MPlayer..."26 ${LangFileString} C ODECS_DL_RETRY"Os codecs MPlayer não foram correctamente instalados. Tentar novamente?"27 ${LangFileString} C ODECS_DL_FAILED"Falha ao transferir os codecs MPlayer: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Falha ao instalar os codecs MPlayer."76 ${LangFileString} Codecs_DL_Msg "Transferindo codecs MPlayer..." 77 ${LangFileString} Codecs_DL_Retry "Os codecs MPlayer não foram correctamente instalados. Tentar novamente?" 78 ${LangFileString} Codecs_DL_Failed "Falha ao transferir os codecs MPlayer: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Falha ao instalar os codecs MPlayer." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Transferindo informações sobre a versão..."32 ${LangFileString} V ERINFO_DL_FAILED "Falha ao transferir informações sobre a versão: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Transferindo informações sobre a versão..." 83 ${LangFileString} VerInfo_DL_Failed "Falha ao transferir informações sobre a versão: '$R0'. Utilizando versão por omissão." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"Esta aplicação apenas pode ser desinstalada no modo de administrador."36 ${LangFileString} U NINSTALL_ABORTED"Desinstalação cancelada pelo utilizador."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"Parece que o SMPlayer não está instalado no directório '$INSTDIR'.$\r$\nContinuar mesmo assim (não recomendado)?"86 ${LangFileString} Uninstaller_No_Admin "Esta aplicação apenas pode ser desinstalada no modo de administrador." 87 ${LangFileString} Uninstaller_Aborted "Desinstalação cancelada pelo utilizador." 88 ${LangFileString} Uninstaller_NotInstalled "Parece que o SMPlayer não está instalado no directório '$INSTDIR'.$\r$\nContinuar mesmo assim (não recomendado)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "O SMPlayer é um interface gráfico para o MPlayer, com funcionalidades básicas desde a reprodução de vídeos, DVDs, VCDs bem como outras mais avançadas(suporte a filtros MPlayer, listas e mais)." 91 ${LangFileString} Application_Description "O SMPlayer é um interface gráfico para o MPlayer, com funcionalidades básicas desde a reprodução de vídeos, DVDs, VCDs bem como outras mais avançadas(suporte a filtros MPlayer, listas e outras)." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/russian.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"Программа установки уже запущена."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "Программа установки уже запущена." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "Пакеты с бинарными кодеками добавляют поддержку кодеков, не встроенных в mplayer, например, RealVideo и других нестандартных форматов.$\nОбратите внимание, что эти кодеки не нужны для воспроизведения большинства обычных форматов вроде DVD, MPEG-1/2/4 и т.п." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "Пакеты с бинарными кодеками добавляют поддержку кодеков, не встроенных в mplayer, например, RealVideo и других нестандартных форматов.$\nОбратите внимание, что эти кодеки не нужны для воспроизведения большинства обычных форматов вроде DVD, MPEG-1/2/4 и т.п." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Загрузка MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Не удалось загрузить MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Ошибка при установке MPlayer. MPlayer требуется для воспроизведения." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Загрузка MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Не удалось загрузить MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Ошибка при установке MPlayer. MPlayer требуется для воспроизведения." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Загрузка бинарных кодеков для MPlayer..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Не удалось загрузить бинарные кодеки для MPlayer: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Ошибка при установке бинарных кодеков для MPlayer."76 ${LangFileString} Codecs_DL_Msg "Загрузка бинарных кодеков для MPlayer..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Не удалось загрузить бинарные кодеки для MPlayer: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Ошибка при установке бинарных кодеков для MPlayer." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Загрузка информации о версии..."32 ${LangFileString} V ERINFO_DL_FAILED"Не удалось загрузить информацию о версии: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Загрузка информации о версии..." 83 ${LangFileString} VerInfo_DL_Failed "Не удалось загрузить информацию о версии: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Удаление прервано пользователем."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"Не похоже, что SMPlayer установлен в каталог '$INSTDIR'.$\r$\nПродолжить всё равно (не рекомендуется)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Удаление прервано пользователем." 88 ${LangFileString} Uninstaller_NotInstalled "Не похоже, что SMPlayer установлен в каталог '$INSTDIR'.$\r$\nПродолжить всё равно (не рекомендуется)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer - полноценная оболочка для MPlayer, начиная от базовых функций вроде воспроизведения видеофайлов, DVD, VCD и заканчивая более продвинутыми вроде поддержки фильтров MPlayer, списков и т.д." 91 ${LangFileString} Application_Description "SMPlayer - полноценная оболочка для MPlayer, начиная от базовых функций вроде воспроизведения видеофайлов, DVD, VCD и заканчивая более продвинутыми вроде поддержки фильтров MPlayer, списков и т.д." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/slovak.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/slovenian.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"The installer is already running."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"You must be logged in as an administrator when installing this program."10 ${LangFileString} Installer_Is_Running "The installer is already running." 11 ${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "The binary codec packages add support for codecs that are not yet implemented natively, like newer RealVideo variants and a lot of uncommon formats.$\nNote that they are not necessary to play most common formats like DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Downloading MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "MPlayer was not successfully installed. Retry?" 20 ${LangFileString} MPLAYER_DL_FAILED "Failed to download MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Failed to install MPlayer. MPlayer is required for playback." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?" 72 ${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Downloading MPlayer codecs..."26 ${LangFileString} C ODECS_DL_RETRY"MPlayer codecs were not successfully installed. Retry?"27 ${LangFileString} C ODECS_DL_FAILED"Failed to download MPlayer codecs: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Failed to install MPlayer codecs."76 ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..." 77 ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?" 78 ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Downloading version information..."32 ${LangFileString} V ERINFO_DL_FAILED"Failed to download version info: '$R0'. Using a default version."82 ${LangFileString} VerInfo_DL_Msg "Downloading version information..." 83 ${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"This installation can only be uninstalled by a user with administrator privileges."36 ${LangFileString} U NINSTALL_ABORTED"Uninstall aborted by user."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"86 ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges." 87 ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user." 88 ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 91 ${LangFileString} Application_Description "SMPlayer is a complete front-end for MPlayer, from basic features like playing videos, DVDs, VCDs to more advanced features like support for MPlayer filters, edl lists, and more." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..." -
smplayer/trunk/setup/translations/spanish.nsh
r94 r119 8 8 9 9 ; Startup 10 ${LangFileString} SMPLAYER_INSTALLER_IS_RUNNING"La instalación ya se está ejecutando."11 ${LangFileString} SMPLAYER_INSTALLER_NO_ADMIN"Debes tener permisos de administrador para instalar este programa."10 ${LangFileString} Installer_Is_Running "La instalación ya se está ejecutando." 11 ${LangFileString} Installer_No_Admin "Debes tener permisos de administrador para instalar este programa." 12 12 13 13 ; Components Page 14 ${LangFileString} MPLAYER_CODEC_INFORMATION "El paquete de códecs binarios añade soporte para códecs que todavía no se han implementado nativamente, como como las nuevas variantes de RealVideo y algunos formatos poco comunes.$\nTen en cuenta de que no son necesarios para reproducir los formatos más comunes como DVDs, MPEG-1/2/4, etc." 14 ${LangFileString} ShortcutGroupTitle "Shortcuts" 15 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 16 17 ${LangFileString} Section_SMPlayer "SMPlayer (required)" 18 ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation." 19 20 ${LangFileString} Section_DesktopShortcut "Desktop" 21 ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop." 22 23 ${LangFileString} Section_StartMenu "Start Menu" 24 ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer." 25 26 ${LangFileString} Section_MPlayer "MPlayer (required)" 27 !ifdef WITH_MPLAYER 28 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback." 29 !else ifndef WITH_MPLAYER 30 ${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)" 31 !endif 32 33 ${LangFileString} Section_MPlayerCodecs "Binary Codecs" 34 !ifdef WITH_CODECS 35 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer." 36 !else ifndef WITH_CODECS 37 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 38 !endif 39 40 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." 41 42 ${LangFileString} Section_IconThemes "Icon Themes" 43 ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer." 44 45 ${LangFileString} Section_Translations "Languages" 46 ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer." 47 48 ${LangFileString} MPlayer_Codec_Msg "El paquete de códecs binarios añade soporte para códecs que todavía no se han implementado nativamente, como como las nuevas variantes de RealVideo y algunos formatos poco comunes.$\nTen en cuenta de que no son necesarios para reproducir los formatos más comunes como DVDs, MPEG-1/2/4, etc." 49 50 ; Upgrade/Reinstall Page 51 ${LangFileString} Reinstall_Header_Text "Select Install Type" 52 ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode." 53 54 ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:" 55 ${LangFileString} Reinstall_Msg2 "Please select how to proceed:" 56 ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation" 57 ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation" 58 ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed." 59 ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed." 60 ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed." 61 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 62 63 ${LangFileString} Type_Reinstall "reinstall" 64 ${LangFileString} Type_Downgrade "downgrade" 65 ${LangFileString} Type_Upgrade "upgrade" 66 67 ${LangFileString} StartBtn "Start" 15 68 16 69 ; MPlayer Section 17 !ifndef WITH_MPLAYER 18 ${LangFileString} MPLAYER_IS_DOWNLOADING "Descargando el MPlayer..." 19 ${LangFileString} MPLAYER_DL_RETRY "El MPlayer no se ha instalado correctamente. ¿Reintentar?" 20 ${LangFileString} MPLAYER_DL_FAILED "Ha fallado la descarga del MPlayer: '$R0'." 21 ${LangFileString} MPLAYER_INST_FAILED "Ha fallado la instalación del MPlayer. El MPlayer es imprescindible o no se podrá reproducir nada." 22 !endif 70 ${LangFileString} MPlayer_DL_Msg "Descargando el MPlayer..." 71 ${LangFileString} MPlayer_DL_Retry "El MPlayer no se ha instalado correctamente. ¿Reintentar?" 72 ${LangFileString} MPlayer_DL_Failed "Ha fallado la descarga del MPlayer: '$R0'." 73 ${LangFileString} MPlayer_Inst_Failed "Ha fallado la instalación del MPlayer. El MPlayer es imprescindible o no se podrá reproducir nada." 23 74 24 75 ; Codecs Section 25 ${LangFileString} C ODECS_IS_DOWNLOADING"Descargando los códecs del MPlayer..."26 ${LangFileString} C ODECS_DL_RETRY"Los códecs del MPlayer no se han instalado correctamente. ¿Reintentar?"27 ${LangFileString} C ODECS_DL_FAILED"Ha fallado la descarga de los códecs del MPlayer: '$R0'."28 ${LangFileString} C ODECS_INST_FAILED"Ha fallado la instalación del los códecs del MPlayer."76 ${LangFileString} Codecs_DL_Msg "Descargando los códecs del MPlayer..." 77 ${LangFileString} Codecs_DL_Retry "Los códecs del MPlayer no se han instalado correctamente. ¿Reintentar?" 78 ${LangFileString} Codecs_DL_Failed "Ha fallado la descarga de los códecs del MPlayer: '$R0'." 79 ${LangFileString} Codecs_Inst_Failed "Ha fallado la instalación del los códecs del MPlayer." 29 80 30 81 ; Version information 31 ${LangFileString} V ERINFO_IS_DOWNLOADING"Descargando la información de la versión..."32 ${LangFileString} V ERINFO_DL_FAILED"Ha fallado la descarga de la información de la versión: '$R0'. Se usará la versión por defecto."82 ${LangFileString} VerInfo_DL_Msg "Descargando la información de la versión..." 83 ${LangFileString} VerInfo_DL_Failed "Ha fallado la descarga de la información de la versión: '$R0'. Se usará la versión por defecto." 33 84 34 85 ; Uninstaller 35 ${LangFileString} U NINSTALL_NO_ADMIN"Este programa sólo se puede desinstalar por un usuario con permisos de administrador."36 ${LangFileString} U NINSTALL_ABORTED"Desinstalación cancelada por el usuario."37 ${LangFileString} SMPLAYER_NOT_INSTALLED"No parece que el SMPlayer esté instalado en el directorio '$INSTDIR'.$\r$\n¿Continuar de todos modos (no recomendado)?"86 ${LangFileString} Uninstaller_No_Admin "Este programa sólo se puede desinstalar por un usuario con permisos de administrador." 87 ${LangFileString} Uninstaller_Aborted "Desinstalación cancelada por el usuario." 88 ${LangFileString} Uninstaller_NotInstalled "No parece que el SMPlayer esté instalado en el directorio '$INSTDIR'.$\r$\n¿Continuar de todos modos (no recomendado)?" 38 89 39 90 ; Vista & Later Default Programs Registration 40 ${LangFileString} APPLICATION_DESCRIPTION "SMPlayer pretende ser un interfaz completo para MPlayer, con opciones para cosas básicas, como reproducir vídeos, DVDs y VCDs hasta opciones más avanzadas como soporte para los filtros del MPlayer y mucho más." 91 ${LangFileString} Application_Description "SMPlayer pretende ser un interfaz completo para MPlayer, con opciones para cosas básicas, como reproducir vídeos, DVDs y VCDs hasta opciones más avanzadas como soporte para los filtros del MPlayer y mucho más." 92 93 ; Misc 94 ${LangFileString} Info_Del_Files "Deleting Files..." 95 ${LangFileString} Info_Del_Registry "Deleting Registry Keys..." 96 ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..." 97 ${LangFileString} Info_Rest_Assoc "Restoring file associations..." 98 ${LangFileString} Info_Files_Extract "Extracting files..."
Note:
See TracChangeset
for help on using the changeset viewer.