Changeset 175 for smplayer/vendor/current/setup/translations/catalan.nsh
- Timestamp:
- May 3, 2016, 2:14:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified smplayer/vendor/current/setup/translations/catalan.nsh ¶
r163 r175 24 24 ${LangFileString} ShortcutGroupTitle "Shortcuts" 25 25 ${LangFileString} MPlayerGroupTitle "MPlayer Components" 26 ${LangFileString} MPlayerMPVGroupTitle "Multimedia Engine" 26 27 27 28 ${LangFileString} Section_SMPlayer "SMPlayer (required)" … … 43 44 ${LangFileString} Section_MPlayerCodecs_Desc "Optional codecs for MPlayer. (Internet Connection required for installation)" 44 45 !endif 46 47 ${LangFileString} Section_MPV_Desc "A feature-rich fork of MPlayer && MPlayer2" 45 48 46 49 ${LangFileString} Section_MEncoder_Desc "A companion program to MPlayer that can be used to encode or transform supported audio or video streams." … … 69 72 ${LangFileString} Reinstall_Msg4 "Change Installation Settings" 70 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." 71 76 72 77 ${LangFileString} Type_Reinstall "reinstall" … … 101 106 ${LangFileString} Info_RollBack "Rolling back changes..." 102 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 TracChangeset
for help on using the changeset viewer.