~ubuntu-branches/debian/jessie/smplayer/jessie

« back to all changes in this revision

Viewing changes to setup/translations/english.nsh

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-10-08 12:51:23 UTC
  • mfrom: (1.3.1) (21.1.2 experimental)
  • Revision ID: package-import@ubuntu.com-20131008125123-b3n39yi2i7dxvq5p
Tags: 0.8.6-1
* Team upload.
* Upload to unstable.
* New upstream release.
* Refresh patches.
* Fix VCS urls to meet the canonical form.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
${LangFileString} Installer_No_Admin "You must be logged in as an administrator when installing this program."
12
12
${LangFileString} SMPlayer_Is_Running "An instance of SMPlayer is running. Please exit SMPlayer and try again."
13
13
 
 
14
${LangFileString} OS_Not_Supported "Unsupported operating system.$\nSMPlayer ${SMPLAYER_VERSION} requires at least Windows XP and may not work correctly on your system.$\nDo you really want to continue with the installation?"
14
15
${LangFileString} Win64_Required "A 64-bit Windows operating system is required to install this software."
15
16
${LangFileString} Existing_32bitInst "An existing 32-bit installation of SMPlayer exists. You must uninstall 32-bit SMPlayer first."
16
17
${LangFileString} Existing_64bitInst "An existing 64-bit installation of SMPlayer exists. You must uninstall 64-bit SMPlayer first."
17
18
 
 
19
; Welcome page
 
20
${LangFileString} WelcomePage_Title "$(^NameDA) Setup"
 
21
${LangFileString} WelcomePage_Text "Setup will guide you through the installation of $(^NameDA).$\r$\n$\r$\nIt is recommended that you close all instances of SMPlayer before starting setup. This will make it possible to update relevant program files without having to reboot your computer.$\r$\n$\r$\n$_CLICK"
 
22
 
18
23
; Components Page
19
24
${LangFileString} ShortcutGroupTitle "Shortcuts"
20
25
${LangFileString} MPlayerGroupTitle "MPlayer Components"
29
34
${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer."
30
35
 
31
36
${LangFileString} Section_MPlayer "MPlayer (required)"
32
 
!ifdef WITH_MPLAYER
33
37
${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback."
34
 
!else ifndef WITH_MPLAYER
35
 
${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback. (Internet Connection required for installation)"
36
 
!endif
37
38
 
38
39
${LangFileString} Section_MPlayerCodecs "Binary Codecs"
39
 
!ifdef WITH_CODECS
40
 
${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer."
41
 
!else ifndef WITH_CODECS
 
40
!ifdef WIN64
 
41
${LangFileString} Section_MPlayerCodecs_Desc "Binary codecs are not supported in this version."
 
42
!else
42
43
${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)"
43
44
!endif
44
45
 
50
51
${LangFileString} Section_Translations "Languages"
51
52
${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer."
52
53
 
 
54
${LangFileString} Section_ResetSettings_Desc "Deletes SMPlayer preferences leftover from previous installations."
 
55
 
53
56
${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."
54
57
 
55
58
; Upgrade/Reinstall Page
64
67
${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed."
65
68
${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed."
66
69
${LangFileString} Reinstall_Msg4 "Change Installation Settings"
 
70
${LangFileString} Reinstall_Msg5 "Reset my SMPlayer configuration"
67
71
 
68
72
${LangFileString} Type_Reinstall "reinstall"
69
73
${LangFileString} Type_Downgrade "downgrade"
71
75
 
72
76
${LangFileString} StartBtn "Start"
73
77
 
74
 
; MPlayer Section
75
 
${LangFileString} MPlayer_DL_Msg "Downloading MPlayer..."
76
 
${LangFileString} MPlayer_DL_Retry "MPlayer was not successfully installed. Retry?"
77
 
${LangFileString} MPlayer_DL_Failed "Failed to download MPlayer: '$R0'."
78
 
${LangFileString} MPlayer_Inst_Failed "Failed to install MPlayer. MPlayer is required for playback."
79
 
 
80
78
; Codecs Section
81
79
${LangFileString} Codecs_DL_Msg "Downloading MPlayer Codecs..."
82
80
${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?"
83
81
${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'."
84
82
${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs."
85
83
 
86
 
; Version information
87
 
${LangFileString} VerInfo_DL_Msg "Downloading version information..."
88
 
${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version."
89
 
 
90
84
; Uninstaller
91
85
${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges."
92
86
${LangFileString} Uninstaller_Aborted "Uninstall aborted by user."
93
87
${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"
 
88
${LangFileString} Uninstaller_64bitOnly "This installation can only be uninstalled on 64-bit Windows."
94
89
 
95
90
; Vista & Later Default Programs Registration
96
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."
97
92
 
98
93
; Misc
 
94
${LangFileString} Info_Codecs_Backup "Backing up codecs from previous installation..."
 
95
${LangFileString} Info_Codecs_Restore "Restoring codecs from previous installation..."
99
96
${LangFileString} Info_Del_Files "Deleting Files..."
100
97
${LangFileString} Info_Del_Registry "Deleting Registry Keys..."
101
98
${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..."