source: smplayer/trunk/setup/translations/finnish.nsh@ 176

Last change on this file since 176 was 176, checked in by Silvan Scherrer, 10 years ago

smplayer: update trunk to version 16.4

File size: 7.2 KB
Line 
1;Language: Finnish (1035)
2;Finnish language strings for the Windows SMPlayer NSIS installer.
3;
4;Save file as UTF-8 w/ BOM
5;
6
7!insertmacro LANGFILE "Finnish" "Suomi"
8
9; Startup
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${LangFileString} SMPlayer_Is_Running "An instance of SMPlayer is running. Please exit SMPlayer and try again."
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?"
15${LangFileString} Win64_Required "A 64-bit Windows operating system is required to install this software."
16${LangFileString} Existing_32bitInst "An existing 32-bit installation of SMPlayer exists. You must uninstall 32-bit SMPlayer first."
17${LangFileString} Existing_64bitInst "An existing 64-bit installation of SMPlayer exists. You must uninstall 64-bit SMPlayer first."
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
23; Components Page
24${LangFileString} ShortcutGroupTitle "Shortcuts"
25${LangFileString} MPlayerGroupTitle "MPlayer Components"
26${LangFileString} MPlayerMPVGroupTitle "Multimedia Engine"
27
28${LangFileString} Section_SMPlayer "SMPlayer (required)"
29${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation."
30
31${LangFileString} Section_DesktopShortcut "Desktop"
32${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop."
33
34${LangFileString} Section_StartMenu "Start Menu"
35${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer."
36
37${LangFileString} Section_MPlayer "MPlayer (required)"
38${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback."
39
40${LangFileString} Section_MPlayerCodecs "Binary Codecs"
41!ifdef WIN64
42${LangFileString} Section_MPlayerCodecs_Desc "Binary codecs are not supported in this version."
43!else
44${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)"
45!endif
46
47${LangFileString} Section_MPV_Desc "A feature-rich fork of MPlayer && MPlayer2"
48
49${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams."
50
51${LangFileString} Section_IconThemes "Icon Themes"
52${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer."
53
54${LangFileString} Section_Translations "Languages"
55${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer."
56
57${LangFileString} Section_ResetSettings_Desc "Deletes SMPlayer preferences leftover from previous installations."
58
59${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."
60
61; Upgrade/Reinstall Page
62${LangFileString} Reinstall_Header_Text "Select Install Type"
63${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode."
64
65${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:"
66${LangFileString} Reinstall_Msg2 "Please select how to proceed:"
67${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation"
68${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation"
69${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed."
70${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed."
71${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed."
72${LangFileString} Reinstall_Msg4 "Change Installation Settings"
73${LangFileString} Reinstall_Msg5 "Reset my SMPlayer configuration"
74
75${LangFileString} Remove_Settings_Confirmation "Are you sure you want to reset your SMPlayer settings? This action cannot be reversed."
76
77${LangFileString} Type_Reinstall "reinstall"
78${LangFileString} Type_Downgrade "downgrade"
79${LangFileString} Type_Upgrade "upgrade"
80
81${LangFileString} StartBtn "Start"
82
83; Codecs Section
84${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..."
85${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?"
86${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'."
87${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs."
88
89; Uninstaller
90${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges."
91${LangFileString} Uninstaller_Aborted "Uninstall aborted by user."
92${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"
93${LangFileString} Uninstaller_InvalidDirectory "SMPlayer installation not found."
94${LangFileString} Uninstaller_64bitOnly "This installation can only be uninstalled on 64-bit Windows."
95
96; Vista & Later Default Programs Registration
97${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."
98
99; Misc
100${LangFileString} Info_Codecs_Backup "Backing up codecs from previous installation..."
101${LangFileString} Info_Codecs_Restore "Restoring codecs from previous installation..."
102${LangFileString} Info_Del_Files "Deleting Files..."
103${LangFileString} Info_Del_Registry "Deleting Registry Keys..."
104${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..."
105${LangFileString} Info_Rest_Assoc "Restoring file associations..."
106${LangFileString} Info_RollBack "Rolling back changes..."
107${LangFileString} Info_Files_Extract "Extracting files..."
108${LangFileString} Info_SMTube_Backup "Backing up SMTube..."
109${LangFileString} Info_SMTube_Restore "Restoring SMTube from previous installation..."
110${LangFileString} Info_MPV_Backup "Backing up mpv..."
111${LangFileString} Info_MPV_Restore "Restoring mpv from previous installation..."
112
113; MPV
114${LangFileString} MPV_DL_Msg "Downloading mpv..."
115${LangFileString} MPV_DL_Retry "mpv was not successfully installed. Retry?"
116${LangFileString} MPV_DL_Failed "Failed to download mpv: '$R0'."
117${LangFileString} MPV_Inst_Failed "Failed to install mpv."
118
119; YouTube-DL
120${LangFileString} YTDL_DL_Retry "youtube-dl was not successfully installed. Retry?"
121${LangFileString} YTDL_DL_Failed "Failed to download youtube-dl: '$R0'."
122${LangFileString} YTDL_Update_Check "Checking for youtube-dl updates..."
123
124; Post install
125${LangFileString} Info_Cleaning_Fontconfig "Cleaning fontconfig cache..."
126${LangFileString} Info_Cleaning_SMPlayer "Cleaning SMPlayer settings..."
Note: See TracBrowser for help on using the repository browser.