InstallForge Sprachdateien gesucht
Verfasst: 17.01.2007 21:15
Hallo, ich arbeite gerade an einem Setup-Programm:
Hier war mal ein Bild
(Der Setup an sich ist schon so gut wie fertig, muss nur noch den Creator programmieren. )
Nun suche ich Sprachdateien für mein Programm, da es "Multilanguage" unterstützt.
Wenn mir jemand helfen will, hier eine Vorlage:
Wenn ihr wollte, werde ich eure Namen auch in die Credits schreiben.
Vielen Dank!
DW
Edit by NicTheQuick auf Wunsch des Users
Hier war mal ein Bild
(Der Setup an sich ist schon so gut wie fertig, muss nur noch den Creator programmieren. )
Nun suche ich Sprachdateien für mein Programm, da es "Multilanguage" unterstützt.
Wenn mir jemand helfen will, hier eine Vorlage:
Code: Alles auswählen
//(C) 2006 Forgesoft. Xxxxx Xxxxxx.
//English language file for InstallForge.
[Gadgets]
NextBtn = Next
CancelBtn = Cancel
BackBtn = Back
FinishBtn = Finish
BrowseBtn = Browse
AcceptOptn = I accept the agreement
DoNotAcceptOptn = I do not accept the agreement
CreateDesktopIconCbx = Create desktop icon
CreateStartMenuFolderCbx = Create start menu folder
LaunchProgramCbx = Launch
RebootCbx = Reboot computer now
DestinationFolderFR3 = Destination Folder
[Messages]
ExitSetupH = Exit Setup
ExitSetup = Do you want to abort the installation?
CouldNotExtractFileH = Error
CouldNotExtractFile = Could not extract file!
[Start]
Title = Welcome to the <appname> Setup Wizard
Text = This will install <appname> on your computer. It is recommended that you close all other applications before coninuing. Click Next to continue.
[LicenceAgreement]
HeadT = Licence Agreement
HeadB = Read the following important information before continuing.
Text1 = Please read the following Licence Agreement. you must accept the terms of this agreement before continuing with the installation.
[ApplicationFolder]
HeadT = Select Application Folder
HeadB = Please choose the directory for the installation.
Text1 = Setup will install <appname> <appversion> in the folder shown below.
Text2 = To install to a different folder, click Browse and select another folder.
Text3 = Required free space:
Text4 = Available free space:
[StartMenuFolder]
HeadT = Select Start Menu Folder
HeadB = Where should Setup place the program's shortcuts?
Text1 = Setup will create the program's shortcuts in the following Start Menu Folder.
Text2 = To continue, click Next. If you would like to select a different folder, click Browse.
[AdditionalTasks]
HeadT = Select Additional Tasks
HeadB = Which additional tasks should be performed?
Text1 = Select the additional tasks you would like setup to perform while installing <appname> , then click Next.
Text2 = Additional icons:
[Installing]
HeadT = Installing
HeadB = Please wait while Setup installs <appname> on your computer.
Text1 = Preparing to install..
Text2 = Installing..
Text3 = Configuring..
[Finish]
Title = Completing the <appname> Setup Wizard
Text1 = Setup has finished installing <appname> on your computer. Click Finish to exit Setup.
Vielen Dank!
DW
Edit by NicTheQuick auf Wunsch des Users