1 | ;Language: Dutch (1043)
|
---|
2 | ;Dutch language strings for the Windows SMPlayer NSIS installer.
|
---|
3 | ;
|
---|
4 | ;Save file as UTF-8 w/ BOM
|
---|
5 | ;
|
---|
6 |
|
---|
7 | !insertmacro LANGFILE "Dutch" "Nederlands"
|
---|
8 |
|
---|
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."
|
---|
12 |
|
---|
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."
|
---|
15 |
|
---|
16 | ; 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
|
---|
23 |
|
---|
24 | ; Codecs Section
|
---|
25 | ${LangFileString} CODECS_IS_DOWNLOADING "Downloading MPlayer codecs..."
|
---|
26 | ${LangFileString} CODECS_DL_RETRY "MPlayer codecs were not successfully installed. Retry?"
|
---|
27 | ${LangFileString} CODECS_DL_FAILED "Failed to download MPlayer codecs: '$R0'."
|
---|
28 | ${LangFileString} CODECS_INST_FAILED "Failed to install MPlayer codecs."
|
---|
29 |
|
---|
30 | ; Version information
|
---|
31 | ${LangFileString} VERINFO_IS_DOWNLOADING "Downloading version information..."
|
---|
32 | ${LangFileString} VERINFO_DL_FAILED "Failed to download version info: '$R0'. Using a default version."
|
---|
33 |
|
---|
34 | ; Uninstaller
|
---|
35 | ${LangFileString} UNINSTALL_NO_ADMIN "This installation can only be uninstalled by a user with administrator privileges."
|
---|
36 | ${LangFileString} UNINSTALL_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)?"
|
---|
38 |
|
---|
39 | ; 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."
|
---|