Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update shotcut.issInstaller - Add Italian language #1599

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions packaging/windows/shotcut.iss
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,21 @@
; along with this program. If not, see <http://www.gnu.org/licenses/>.

[Setup]
AppName=Shotcut
AppVersion=YY.MM.DD
AppPublisher=Meltytech
AppName=Shotcut

VersionInfoCopyright="Copyright (c) 2012-2024 Meltytech, LLC"

UninstallDisplayName=Shotcut
UninstallDisplayIcon={app}\shotcut.exe
ShowLanguageDialog=no
WizardStyle=modern

DefaultDirName={autopf}\Shotcut
; Since no icons will be created in "{group}", we don't need the wizard
; to ask for a Start Menu folder name:
DisableProgramGroupPage=yes
UninstallDisplayIcon={app}\shotcut.exe
LicenseFile=Shotcut\COPYING.txt
Compression=lzma2
SolidCompression=no
Expand All @@ -39,22 +45,27 @@ ArchitecturesAllowed=x64compatible
ArchitecturesInstallIn64BitMode=x64compatible
AppMutex="Meltytech Shotcut Running Mutex"
OutputBaseFilename=shotcut-setup
UninstallDisplayName=Shotcut
VersionInfoCopyright="Copyright (c) 2012-2024 Meltytech, LLC"
WizardSmallImageFile="shotcut-logo-64.bmp"
WizardImageStretch=yes
ShowLanguageDialog=no

[Languages]
Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "it"; MessagesFile: "compiler:Language\Italian.isl"

[CustomMessages]
en.StartMenu=Create Start Menu Shortcut
en.AssociateMltXml=Associate *.mlt files with Shotcut
en.DesktopIcon=Create Desktop Shortcut (Icon)
en.ClearShotcutSettings=Remove Shotcut Settings From Registry
en.InstallingShotcut=Installing Shotcut...
en.StartShotcut=Start Shotcut

it.StartShotcut=Avvia Shotcut
it.StartMenu=Crea collegamento menu Start
it.AssociateMltXml=Associa file *.mlt a Shotcut
it.DesktopIcon=Crea collegamento (icona) desktop
it.ClearShotcutSettings=Rimuovi impostazioni Shotcut dal registro
it.InstallingShotcut=Installazione Shotcut...
it.StartShotcut=Avvia Shotcut

[Tasks]
Name: startMenu; Description: "{cm:StartMenu}"
Expand Down