| 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 | ${LangFileString} SMPlayer_Is_Running "An instance of SMPlayer is running. Please exit SMPlayer and try again."
|
|---|
| 13 |
|
|---|
| 14 | ${LangFileString} Win64_Required "A 64-bit Windows operating system is required to install this software."
|
|---|
| 15 | ${LangFileString} Existing_32bitInst "An existing 32-bit installation of SMPlayer exists. You must uninstall 32-bit SMPlayer first."
|
|---|
| 16 | ${LangFileString} Existing_64bitInst "An existing 64-bit installation of SMPlayer exists. You must uninstall 64-bit SMPlayer first."
|
|---|
| 17 |
|
|---|
| 18 | ; Components Page
|
|---|
| 19 | ${LangFileString} ShortcutGroupTitle "Shortcuts"
|
|---|
| 20 | ${LangFileString} MPlayerGroupTitle "MPlayer Components"
|
|---|
| 21 |
|
|---|
| 22 | ${LangFileString} Section_SMPlayer "SMPlayer (required)"
|
|---|
| 23 | ${LangFileString} Section_SMPlayer_Desc "SMPlayer, shared libraries, and documentation."
|
|---|
| 24 |
|
|---|
| 25 | ${LangFileString} Section_DesktopShortcut "Desktop"
|
|---|
| 26 | ${LangFileString} Section_DesktopShortcut_Desc "Creates a shortcut to SMPlayer on the desktop."
|
|---|
| 27 |
|
|---|
| 28 | ${LangFileString} Section_StartMenu "Start Menu"
|
|---|
| 29 | ${LangFileString} Section_StartMenu_Desc "Create a Start Menu entry for SMPlayer."
|
|---|
| 30 |
|
|---|
| 31 | ${LangFileString} Section_MPlayer "MPlayer (required)"
|
|---|
| 32 | !ifdef WITH_MPLAYER
|
|---|
| 33 | ${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 | ${LangFileString} Section_MPlayerCodecs "Binary Codecs"
|
|---|
| 39 | !ifdef WITH_CODECS
|
|---|
| 40 | ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer."
|
|---|
| 41 | !else ifndef WITH_CODECS
|
|---|
| 42 | ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)"
|
|---|
| 43 | !endif
|
|---|
| 44 |
|
|---|
| 45 | ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams."
|
|---|
| 46 |
|
|---|
| 47 | ${LangFileString} Section_IconThemes "Icon Themes"
|
|---|
| 48 | ${LangFileString} Section_IconThemes_Desc "Additional icon themes for SMPlayer."
|
|---|
| 49 |
|
|---|
| 50 | ${LangFileString} Section_Translations "Languages"
|
|---|
| 51 | ${LangFileString} Section_Translations_Desc "Non-English language files for SMPlayer."
|
|---|
| 52 |
|
|---|
| 53 | ${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 |
|
|---|
| 55 | ; Upgrade/Reinstall Page
|
|---|
| 56 | ${LangFileString} Reinstall_Header_Text "Select Install Type"
|
|---|
| 57 | ${LangFileString} Reinstall_Header_SubText "Select Overwrite or Uninstall mode."
|
|---|
| 58 |
|
|---|
| 59 | ${LangFileString} Reinstall_Msg1 "You have an existing installation of SMPlayer in the following folder:"
|
|---|
| 60 | ${LangFileString} Reinstall_Msg2 "Please select how to proceed:"
|
|---|
| 61 | ${LangFileString} Reinstall_Overwrite "Overwrite ($Inst_Type) the existing installation"
|
|---|
| 62 | ${LangFileString} Reinstall_Uninstall "Uninstall (remove) the existing installation"
|
|---|
| 63 | ${LangFileString} Reinstall_Msg3_1 "Click Start when ready to proceed."
|
|---|
| 64 | ${LangFileString} Reinstall_Msg3_2 "Click Next when ready to proceed."
|
|---|
| 65 | ${LangFileString} Reinstall_Msg3_3 "Click Uninstall when ready to proceed."
|
|---|
| 66 | ${LangFileString} Reinstall_Msg4 "Change Installation Settings"
|
|---|
| 67 |
|
|---|
| 68 | ${LangFileString} Type_Reinstall "reinstall"
|
|---|
| 69 | ${LangFileString} Type_Downgrade "downgrade"
|
|---|
| 70 | ${LangFileString} Type_Upgrade "upgrade"
|
|---|
| 71 |
|
|---|
| 72 | ${LangFileString} StartBtn "Start"
|
|---|
| 73 |
|
|---|
| 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 | ; Codecs Section
|
|---|
| 81 | ${LangFileString} Codecs_DL_Msg "Downloading MPlayer codecs..."
|
|---|
| 82 | ${LangFileString} Codecs_DL_Retry "MPlayer codecs were not successfully installed. Retry?"
|
|---|
| 83 | ${LangFileString} Codecs_DL_Failed "Failed to download MPlayer codecs: '$R0'."
|
|---|
| 84 | ${LangFileString} Codecs_Inst_Failed "Failed to install MPlayer codecs."
|
|---|
| 85 |
|
|---|
| 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 | ; Uninstaller
|
|---|
| 91 | ${LangFileString} Uninstaller_No_Admin "This installation can only be uninstalled by a user with administrator privileges."
|
|---|
| 92 | ${LangFileString} Uninstaller_Aborted "Uninstall aborted by user."
|
|---|
| 93 | ${LangFileString} Uninstaller_NotInstalled "It does not appear that SMPlayer is installed in the directory '$INSTDIR'.$\r$\nContinue anyway (not recommended)?"
|
|---|
| 94 |
|
|---|
| 95 | ; Vista & Later Default Programs Registration
|
|---|
| 96 | ${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 |
|
|---|
| 98 | ; Misc
|
|---|
| 99 | ${LangFileString} Info_Del_Files "Deleting Files..."
|
|---|
| 100 | ${LangFileString} Info_Del_Registry "Deleting Registry Keys..."
|
|---|
| 101 | ${LangFileString} Info_Del_Shortcuts "Deleting Shortcuts..."
|
|---|
| 102 | ${LangFileString} Info_Rest_Assoc "Restoring file associations..."
|
|---|
| 103 | ${LangFileString} Info_RollBack "Rolling back changes..."
|
|---|
| 104 | ${LangFileString} Info_Files_Extract "Extracting files..."
|
|---|