source: smplayer/trunk/setup/translations/hungarian.nsh@ 142

Last change on this file since 142 was 142, checked in by Silvan Scherrer, 12 years ago

SMPlayer: update trunk to 0.8.5

File size: 5.7 KB
Line 
1;Language: Hungarian (1038)
2;Hungarian language strings for the Windows SMPlayer NSIS installer.
3;
4;Save file as UTF-8 w/ BOM
5;
6
7!insertmacro LANGFILE "Hungarian" "Magyar"
8
9; Startup
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${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
27${LangFileString} Section_SMPlayer "SMPlayer (required)"
28${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation."
29
30${LangFileString} Section_DesktopShortcut "Desktop"
31${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop."
32
33${LangFileString} Section_StartMenu "Start Menu"
34${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer."
35
36${LangFileString} Section_MPlayer "MPlayer (required)"
37${LangFileString} Section_MPlayer_Desc "MPlayer; required for playback."
38
39${LangFileString} Section_MPlayerCodecs "Binary Codecs"
40${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)"
41
42${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams."
43
44${LangFileString} Section_IconThemes "Icon Themes"
45${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer."
46
47${LangFileString} Section_Translations "Languages"
48${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer."
49
50${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."
51
52; Upgrade/Reinstall Page
53${LangFileString} Reinstall_Header_Text "Select Install Type"
54${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode."
55
56${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:"
57${LangFileString} Reinstall_Msg2 "Please select how to proceed:"
58${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation"
59${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation"
60${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed."
61${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed."
62${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed."
63${LangFileString} Reinstall_Msg4 "Change Installation Settings"
64
65${LangFileString} Type_Reinstall "reinstall"
66${LangFileString} Type_Downgrade "downgrade"
67${LangFileString} Type_Upgrade "upgrade"
68
69${LangFileString} StartBtn "Start"
70
71; Codecs Section
72${LangFileString} Codecs_DL_Msg "MPlayer kodekek letöltése..."
73${LangFileString} Codecs_DL_Retry "Az MPlayer kodekek telepítése nem sikerült. Újra próbáljam?"
74${LangFileString} Codecs_DL_Failed "Az MPlayer kodekek letöltése nem sikerült: '$R0'."
75${LangFileString} Codecs_Inst_Failed "Az MPlayer kodekek telepítése nem sikerült."
76
77; Uninstaller
78${LangFileString} Uninstaller_No_Admin "A program eltávolításához rendszergazda jogosultság szükséges."
79${LangFileString} Uninstaller_Aborted "Az eltávolítást a felhasználó megszakította."
80${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)?"
81${LangFileString} Uninstaller_64bitOnly "This installation can only be uninstalled on 64-bit Windows."
82
83; Vista & Later Default Programs Registration
84${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."
85
86; Misc
87${LangFileString} Info_Codecs_Backup "Backing up codecs from previous installation..."
88${LangFileString} Info_Codecs_Restore "Restoring codecs from previous installation..."
89${LangFileString} Info_Del_Files "Deleting Files..."
90${LangFileString} Info_Del_Registry "Deleting Registry Keys..."
91${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..."
92${LangFileString} Info_Rest_Assoc "Restoring file associations..."
93${LangFileString} Info_RollBack "Rolling back changes..."
94${LangFileString} Info_Files_Extract "Extracting files..."
Note: See TracBrowser for help on using the repository browser.