source: smplayer/trunk/setup/translations/catalan.nsh@ 119

Last change on this file since 119 was 119, checked in by Silvan Scherrer, 13 years ago

SMPlayer: latest svn update

File size: 5.0 KB
Line 
1;Language: Catalan (1027)
2;Catalan language strings for the Windows SMPlayer NSIS installer.
3;
4;Save file as UTF-8 w/ BOM
5;
6
7!insertmacro LANGFILE "Catalan" "Català"
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
13; Components Page
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"
68
69; MPlayer Section
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."
74
75; Codecs Section
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."
80
81; Version information
82${LangFileString} VerInfo_DL_Msg "Downloading version information..."
83${LangFileString} VerInfo_DL_Failed "Failed to download version info: '$R0'. Using a default version."
84
85; Uninstaller
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)?"
89
90; Vista & Later Default Programs Registration
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..."
Note: See TracBrowser for help on using the repository browser.