Pripravo namestitvenega paketa sem obrnil tako, da je izvorni jezik angleščina.

This commit is contained in:
Simon Rozman 2014-03-12 10:36:27 +00:00
parent ec054c9a04
commit bf9d5a74e8
12 changed files with 6649 additions and 6519 deletions

8
.gitattributes vendored
View File

@ -1,7 +1,11 @@
* text=auto !eol * text=auto !eol
/CAB.mak -text /CAB.mak -text
Core/Makefile -text Core/Makefile -text
Core/build_all.bat -text
Core/clean_all.bat -text
/Empty.msi -text /Empty.msi -text
L10N/it_IT.po -text
L10N/sl_SI.po -text
/MSI.js -text svneol=unset#text/javascript /MSI.js -text svneol=unset#text/javascript
/MSI.wsf -text svneol=unset#text/xml /MSI.wsf -text svneol=unset#text/xml
/MSM.mak -text /MSM.mak -text
@ -12,6 +16,6 @@ UI/Binary/UIFolderUp.ico -text svneol=unset#image/x-icon
UI/Binary/UIInfo.ico -text svneol=unset#image/x-icon UI/Binary/UIInfo.ico -text svneol=unset#image/x-icon
UI/Binary/UIWarning.ico -text svneol=unset#image/x-icon UI/Binary/UIWarning.ico -text svneol=unset#image/x-icon
UI/Makefile -text UI/Makefile -text
UI/build_all.bat -text
UI/clean_all.bat -text
Version/Makefile -text Version/Makefile -text
res/it_IT.po -text
res/sl_SI.po -text

2
.gitignore vendored
View File

@ -7,6 +7,7 @@ Core/*.Icon-1
Core/*.Icon-2 Core/*.Icon-2
Core/*.lst Core/*.lst
Core/*.msm Core/*.msm
L10N/*.mo
UI/*-1.idt UI/*-1.idt
UI/*-2.idt UI/*-2.idt
UI/*-2.idtx UI/*-2.idtx
@ -26,4 +27,3 @@ Version/*.Icon-2
Version/*.lst Version/*.lst
Version/*.msm Version/*.msm
Version/Version.mak Version/Version.mak
res/*.mo

View File

@ -41,23 +41,23 @@ All :: \
move /y << $@ > NUL move /y << $@ > NUL
<<NOKEEP <<NOKEEP
"Sl.$(PLAT).$(CFG).___-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).___-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).___-2.idt" : "Sl.$(PLAT).$(CFG).___-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).___-2.idt" : "En.$(PLAT).$(CFG).___-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).___-2.idt" : "Sl.$(PLAT).$(CFG).___-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).___-2.idt" : "En.$(PLAT).$(CFG).___-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).___-2.idt" : "Sl.$(PLAT).$(CFG).___-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).___-2.idt" : "Sl.$(PLAT).$(CFG).___-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).___-2.idt" : "En.$(PLAT).$(CFG).___-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).___-2.idt" : "En.$(PLAT).$(CFG).___-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
!ENDIF !ENDIF
@ -139,7 +139,7 @@ Class FileTypeMask Y Text Optional string containing information for the HK
Class Icon_ Y Icon 1 Identifier Optional foreign key into the Icon Table, specifying the icon file associated with this CLSID. Will be written under the DefaultIcon key. Class Icon_ Y Icon 1 Identifier Optional foreign key into the Icon Table, specifying the icon file associated with this CLSID. Will be written under the DefaultIcon key.
Class IconIndex Y -32767 32767 Optional icon index. Class IconIndex Y -32767 32767 Optional icon index.
Class ProgId_Default Y ProgId 1 Text Optional ProgId associated with this CLSID. Class ProgId_Default Y ProgId 1 Text Optional ProgId associated with this CLSID.
ComboBox Order N 1 32767 A positive integer used to determine the ordering of the items within one list.The integers do not have to be consecutive. ComboBox Order N 1 32767 A positive integer used to determine the ordering of the items within one list. The integers do not have to be consecutive.
ComboBox Property N Identifier A named property to be tied to this item. All the items tied to the same property become part of the same combobox. ComboBox Property N Identifier A named property to be tied to this item. All the items tied to the same property become part of the same combobox.
ComboBox Text Y Formatted The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value. ComboBox Text Y Formatted The visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.
ComboBox Value N Formatted The value string associated with this item. Selecting the line will set the associated property to this value. ComboBox Value N Formatted The value string associated with this item. Selecting the line will set the associated property to this value.
@ -507,96 +507,96 @@ Verb Verb N Text The verb for the command.
All :: "$(LANG).$(PLAT).$(CFG).ActionText-2.idt" All :: "$(LANG).$(PLAT).$(CFG).ActionText-2.idt"
"Sl.$(PLAT).$(CFG).ActionText-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).ActionText-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Action Description Template Action Description Template
s$(MSIBUILD_LENGTH_ID) L0 L0 s$(MSIBUILD_LENGTH_ID) L0 L0
1250 ActionText Action 1252 ActionText Action
Advertise Program za oglaševanje Advertise Advertising application
AllocateRegistrySpace Rezervacija prostora v sistemskem registru Nezaseden prostor: [1] AllocateRegistrySpace Allocating registry space Free space: [1]
AppSearch Iskanje nameščenih programov Lastnost: [1], podpis: [2] AppSearch Searching for installed applications Property: [1], Signature: [2]
BindImage Povezovanje izvedljivih datotek Datoteka: [1] BindImage Binding executables File: [1]
CCPSearch Iskanje ustreznih izdelkov CCPSearch Searching for qualifying products
CostFinalize Računanje potrebnega prostora CostFinalize Computing space requirements
CostInitialize Računanje potrebnega prostora CostInitialize Computing space requirements
CreateFolders Ustvarjanje map Mapa: [1] CreateFolders Creating folders Folder: [1]
CreateShortcuts Ustvarjanje bližnjic Bližnjica: [1] CreateShortcuts Creating shortcuts Shortcut: [1]
DeleteServices Brisanje storitev Storitev: [1] DeleteServices Deleting services Service: [1]
DuplicateFiles Ustvarjanje kopij datotek Datoteka: [1], mapa: [9], velikost: [6] DuplicateFiles Creating duplicate files File: [1], Folder: [9], Size: [6]
FileCost Računanje potrebnega prostora FileCost Computing space requirements
FindRelatedProducts Iskanje sorodnih programov Najden program: [1] FindRelatedProducts Searching for related applications Found application: [1]
GenerateScript Generiranje skriptnih operacij za dejanje: [1] GenerateScript Generating script operations for action: [1]
InstallAdminPackage Kopiranje datotek za omrežno namestitev Datoteka: [1], mapa: [9], velikost: [6] InstallAdminPackage Copying network install files File: [1], Folder: [9], Size: [6]
InstallFiles Kopiranje novih datotek Datoteka: [1], mapa: [9], velikost: [6] InstallFiles Copying new files File: [1], Folder: [9], Size: [6]
InstallODBC Nameščanje komponent ODBC InstallODBC Installing ODBC components
InstallServices Nameščanje novih storitev Storitev: [2] InstallServices Installing new services Service: [2]
InstallSFPCatalogFile Nameščanje sistemskega kataloga Datoteka: [1], odvisnosti: [2] InstallSFPCatalogFile Installing system catalog File: [1], Dependencies: [2]
InstallValidate Preverjanje veljavnosti namestitve InstallValidate Validating install
LaunchConditions Ocenjevanje zagonskih pogojev LaunchConditions Evaluating launch conditions
MigrateFeatureStates Preseljevanje stanja funkcij iz sorodnih programov Program: [1] MigrateFeatureStates Migrating feature states from related applications Application: [1]
MoveFiles Premikanje datotek Datoteka: [1], mapa: [9], velikost: [6] MoveFiles Moving files File: [1], Folder: [9], Size: [6]
MsiPublishAssemblies Objava informacij o izgradnji Kontekst programa:[1], ime izgradnje:[2] MsiPublishAssemblies Publishing assembly information Application Context:[1], Assembly Name:[2]
MsiUnpublishAssemblies Umik objave informacij o izgradnji Kontekst programa:[1], ime izgradnje:[2] MsiUnpublishAssemblies Unpublishing assembly information Application Context:[1], Assembly Name:[2]
PatchFiles Popravljanje datotek Datoteka: [1], mapa: [2], velikost: [3] PatchFiles Patching files File: [1], Folder: [2], Size: [3]
ProcessComponents Posodabljanje registracije komponent ProcessComponents Updating component registration
PublishComponents Objava ustreznih komponent ID komponente: [1], kvalifikator: [2] PublishComponents Publishing Qualified Components Component ID: [1], Qualifier: [2]
PublishFeatures Objava funkcij izdelka Funkcija: [1] PublishFeatures Publishing Product Features Feature: [1]
PublishProduct Objava informacij o izdelku PublishProduct Publishing product information
RegisterClassInfo Registracija strežnikov za razrede Class Id: [1] RegisterClassInfo Registering Class servers Class Id: [1]
RegisterComPlus Registracija programov in komponent COM+ IdApl: [1]{{, TipApl: [2], Uporabniki: [3], RSN: [4]}} RegisterComPlus Registering COM+ Applications and Components AppId: [1]{{, AppType: [2], Users: [3], RSN: [4]}}
RegisterExtensionInfo Registracija strežnikov za dodatke Dodatek: [1] RegisterExtensionInfo Registering extension servers Extension: [1]
RegisterFonts Registracija pisav Pisava: [1] RegisterFonts Registering fonts Font: [1]
RegisterMIMEInfo Registracija informacij MIME Vrsta vsebine MIME: [1], dodatek: [2] RegisterMIMEInfo Registering MIME info MIME Content Type: [1], Extension: [2]
RegisterProduct Registracija izdelka [1] RegisterProduct Registering product [1]
RegisterProgIdInfo Registracija identifikatorjev programa ProgId: [1] RegisterProgIdInfo Registering programme identifiers ProgId: [1]
RegisterTypeLibraries Registriranje knjižnic tipov LibID: [1] RegisterTypeLibraries Registering type libraries LibID: [1]
RegisterUser Registracija uporabnika [1] RegisterUser Registering user [1]
RemoveDuplicateFiles Odstranjevanje podvojenih datotek Datoteka: [1], mapa: [9] RemoveDuplicateFiles Removing duplicated files File: [1], Folder: [9]
RemoveEnvironmentStrings Posodabljanje nizov okolja Ime: [1], vrednost: [2], dejanje [3] RemoveEnvironmentStrings Updating environment strings Name: [1], Value: [2], Action [3]
RemoveExistingProducts Odstranjevanje programov Program: [1], Ukazna vrstica: [2] RemoveExistingProducts Removing applications Application: [1], Command line: [2]
RemoveFiles Odstranjevanje datotek Datoteka: [1], mapa: [9] RemoveFiles Removing files File: [1], Folder: [9]
RemoveFolders Odstranjevanje map Mapa: [1] RemoveFolders Removing folders Folder: [1]
RemoveIniValues Odstranjevanje vnosov datotek INI Datoteka: [1], razdelek: [2], ključ: [3], vrednost: [4] RemoveIniValues Removing INI files entries File: [1], Section: [2], Key: [3], Value: [4]
RemoveODBC Odstranjevanje komponent ODBC RemoveODBC Removing ODBC components
RemoveRegistryValues Odstranjevanje vrednosti iz sistemskega registra Ključ: [1], ime: [2] RemoveRegistryValues Removing system registry values Key: [1], Name: [2]
RemoveShortcuts Odstranjevanje bližnjic Bližnjica: [1] RemoveShortcuts Removing shortcuts Shortcut: [1]
RMCCPSearch Iskanje ustreznih izdelkov RMCCPSearch Searching for qualifying products
Rollback Povrnitveno dejanje: [1] Rollback Rolling back action: [1]
RollbackCleanup Odstranjevanje varnostnih kopij datotek Datoteka: [1] RollbackCleanup Removing backup files File: [1]
SelfRegModules Registracija modulov Datoteka: [1], mapa: [2] SelfRegModules Registering modules File: [1], Folder: [2]
SelfUnregModules Brisanje registracije modulov Datoteka: [1], mapa: [2] SelfUnregModules Unregistering modules File: [1], Folder: [2]
SetODBCFolders Inicializacija imenikov ODBC SetODBCFolders Initializing ODBC directories
StartServices Zagon storitev Storitev: [1] StartServices Starting services Service: [1]
StopServices Ustavitev storitev Storitev: [1] StopServices Stopping services Service: [1]
UnmoveFiles Odstranjevanje premaknjenih datotek Datoteka: [1], mapa: [9] UnmoveFiles Removing moved files File: [1], Folder: [9]
UnpublishComponents Umik objave ustreznih komponent ID komponente: [1], kvalifikator: [2] UnpublishComponents Unpublishing Qualified Components Component ID: [1], Qualifier: [2]
UnpublishFeatures Umik objave možnosti izdelka Funkcija: [1] UnpublishFeatures Unpublishing Product Features Feature: [1]
UnpublishProduct Umik objave podatkov o izdelku UnpublishProduct Unpublishing product information
UnregisterClassInfo Brisanje registracije strežnikov razreda Class Id: [1] UnregisterClassInfo Unregister Class servers Class Id: [1]
UnregisterComPlus Brisanje registracije programov in komponent COM+ IdApl: [1]{{, TipApl: [2]}} UnregisterComPlus Unregistering COM+ Applications and Components AppId: [1]{{, AppType: [2]}}
UnregisterExtensionInfo Brisanje registracije strežnikov za dodatke Dodatek: [1] UnregisterExtensionInfo Unregistering extension servers Extension: [1]
UnregisterFonts Brisanje registracije pisav Pisava: [1] UnregisterFonts Unregistering fonts Font: [1]
UnregisterMIMEInfo Brisanje registracije informacij MIME Vrsta vsebine MIME: [1], dodatek: [2] UnregisterMIMEInfo Unregistering MIME info MIME Content Type: [1], Extension: [2]
UnregisterProgIdInfo Brisanje registracije identifikatorjev programa ProgId: [1] UnregisterProgIdInfo Unregistering programme identifiers ProgId: [1]
UnregisterTypeLibraries Brisanje registracije knjižnic tipov LibID: [1] UnregisterTypeLibraries Unregistering type libraries LibID: [1]
WriteEnvironmentStrings Posodabljanje nizov okolja Ime: [1], vrednost: [2], dejanje [3] WriteEnvironmentStrings Updating environment strings Name: [1], Value: [2], Action [3]
WriteIniValues Zapisovanje vrednosti datotek INI Datoteka: [1], razdelek: [2], ključ: [3], vrednost: [4] WriteIniValues Writing INI files values File: [1], Section: [2], Key: [3], Value: [4]
WriteRegistryValues Zapisovanje vrednosti v sistemski register Ključ: [1], ime: [2], vrednost: [3] WriteRegistryValues Writing system registry values Key: [1], Name: [2], Value: [3]
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).ActionText-2.idt" : "Sl.$(PLAT).$(CFG).ActionText-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).ActionText-2.idt" : "En.$(PLAT).$(CFG).ActionText-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).ActionText-2.idt" : "Sl.$(PLAT).$(CFG).ActionText-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).ActionText-2.idt" : "En.$(PLAT).$(CFG).ActionText-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).ActionText-2.idt" : "Sl.$(PLAT).$(CFG).ActionText-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).ActionText-2.idt" : "Sl.$(PLAT).$(CFG).ActionText-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).ActionText-2.idt" : "En.$(PLAT).$(CFG).ActionText-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).ActionText-2.idt" : "En.$(PLAT).$(CFG).ActionText-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# AdminExecuteSequence # AdminExecuteSequence
@ -794,28 +794,28 @@ CreateFolder Directory_ Component_
All :: "$(LANG).$(PLAT).$(CFG).CustomAction-2.idt" All :: "$(LANG).$(PLAT).$(CFG).CustomAction-2.idt"
"Sl.$(PLAT).$(CFG).CustomAction-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).CustomAction-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Action Type Source Target Action Type Source Target
s$(MSIBUILD_LENGTH_ID) i2 S$(MSIBUILD_LENGTH_ID) S255 s$(MSIBUILD_LENGTH_ID) i2 S$(MSIBUILD_LENGTH_ID) S255
1250 CustomAction Action 1252 CustomAction Action
caNewerProductFound 19 Novejša verzija programskega paketa [SimpleProductName] je že nameščena. caNewerProductFound 19 A newer version of [SimpleProductName] is already installed.
caFaultyProductFound 19 Ta namestitveni paket ne more nadgraditi trenutno nameščenega programskega paketa [SimpleProductName]. Prosimo, najprej odstranite nameščeni programski paket in nato poskusite ponovno. caFaultyProductFound 19 This package cannot upgrade the currently installed [SimpleProductName]. Please remove the old package first and retry.
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).CustomAction-2.idt" : "Sl.$(PLAT).$(CFG).CustomAction-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).CustomAction-2.idt" : "En.$(PLAT).$(CFG).CustomAction-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).CustomAction-2.idt" : "Sl.$(PLAT).$(CFG).CustomAction-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).CustomAction-2.idt" : "En.$(PLAT).$(CFG).CustomAction-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).CustomAction-2.idt" : "Sl.$(PLAT).$(CFG).CustomAction-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).CustomAction-2.idt" : "Sl.$(PLAT).$(CFG).CustomAction-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).CustomAction-2.idt" : "En.$(PLAT).$(CFG).CustomAction-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).CustomAction-2.idt" : "En.$(PLAT).$(CFG).CustomAction-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# Dialog # Dialog
@ -836,187 +836,187 @@ Dialog Dialog
All :: "$(LANG).$(PLAT).$(CFG).Error-2.idt" All :: "$(LANG).$(PLAT).$(CFG).Error-2.idt"
"Sl.$(PLAT).$(CFG).Error-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Error-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Error Message Error Message
i2 L0 i2 L0
1250 Error Error 1252 Error Error
0 {{Usodna napaka: }} 0 {{Fatal error: }}
1 {{Napaka [1]. }} 1 {{Error [1]. }}
2 Opozorilo [1]. 2 Warning [1].
3 3
4 Informacije [1]. 4 Info [1].
5 Namestitveni program je med nameščanjem paketa odkril nepričakovano napako. To lahko pomeni težave s paketom. Koda napake je [1]. {{Argumenti so: [2], [3], [4]}} 5 The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is [1]. {{The arguments are: [2], [3], [4]}}
6 6
7 {{Disk je poln: }} 7 {{Disk full: }}
8 Dejanje [Time]: [1]. [2] 8 Action [Time]: [1]. [2]
9 [SimpleProductName] 9 [SimpleProductName]
10 {[2]}{, [3]}{, [4]} 10 {[2]}{, [3]}{, [4]}
11 Vrsta sporočila: [1], argument: [2] 11 Message type: [1], Argument: [2]
12 === Začetek pisanja dnevnika: [Date] [Time] === 12 === Logging started: [Date] [Time] ===
13 === Konec pisanja dnevnika: [Date] [Time] === 13 === Logging stopped: [Date] [Time] ===
14 Začetek dejanja [Time]: [1]. 14 Action start [Time]: [1].
15 Konec dejanja [Time]: [1]. Vrnjena vrednost [2]. 15 Action ended [Time]: [1]. Return value [2].
16 Preostali čas: {[1] min }{[2] s} 16 Time remaining: {[1] minutes }{[2] seconds}
17 Zmanjkalo je pomnilnika. Zaprite druge programe in nato poskusite znova. 17 Out of memory. Shut down other applications before retrying.
18 Namestitveni program se ne odziva več. 18 Installer is no longer responding.
19 Namestitveni program se je končal prezgodaj. 19 Installer stopped prematurely.
20 Počakajte, da Windows vzpostavi [SimpleProductName] 20 Please wait while Windows configures [SimpleProductName]
21 Zbiranje potrebnih informacij ... 21 Gathering required information...
22 Odstranjevanje starih različic tega programa ... 22 Removing older versions of this application...
23 Priprava na odstranitev starih različic tega programa ... 23 Preparing to remove older versions of this application...
32 Namestitev izdelka [SimpleProductName] je bila uspešno dokončana. 32 [SimpleProductName] Setup completed successfully.
33 Namestitev izdelka [SimpleProductName] ni uspela. 33 {[SimpleProductName] }Setup failed.
1101 Prišlo je do napake pri branju iz datoteke: [2]. {{ Sistemska napaka [3].}} Preverite, ali datoteka obstaja in ali imate dostop do nje. 1101 Error reading from file: [2]. {{ System error [3].}} Verify that the file exists and that you can access it.
1301 Datoteke »[2]« ni mogoče ustvariti. Mapa s tem imenom že obstaja. Prekinite namestitev in poskusite namestiti znova v drugo mapo. 1301 Cannot create the file '[2]'. A folder with this name already exists. Cancel the install and try installing to a different location.
1302 Vstavite disk: [2] 1302 Please insert the disk: [2]
1303 Namestitveni program nima zadostnih pravic za dostop do mape: [2]. Namestitve ni mogoče nadaljevati. Prijavite se kot skrbnik ali pa se obrnite na skrbnika sistema. 1303 The installer has insufficient privileges to access this folder: [2]. The installation cannot continue. Log on as administrator or contact your system administrator.
1304 Pri pisanju v datoteko je prišlo do napake: [2]. Preverite, ali imate dostop do te mape. 1304 Error writing to file: [2]. Verify that you have access to that folder.
1305 Pri branju iz datoteke je prišlo do napake: [2]. {{Sistemska napaka [3].}} Preverite, ali datoteka obstaja in ali imate dostop do nje. 1305 Error reading from file [2]. {{ System error [3].}} Verify that the file exists and that you can access it.
1306 Drug program ima izključni dostop do datoteke »[2]«. Zaprite vse druge programe in kliknite »Ponovi«. 1306 Another application has exclusive access to the file '[2]'. Please shut down all other applications, then click Retry.
1307 Na disku ni dovolj prostora za namestitev te datoteke: [2]. Sprostite nekaj prostora na disku in kliknite »Ponovi«. Če želite namestitev preklicati, kliknite »Prekini«. 1307 There is not enough disk space to install this file: [2]. Free some disk space and click Retry, or click Cancel to exit.
1308 Izvorne datoteke: [2] ni bilo mogoče najti. Preverite, ali datoteka obstaja in ali imate dostop do nje. 1308 Source file not found: [2]. Verify that the file exists and that you can access it.
1309 Prišlo je do napake pri branju iz datoteke: [3]. {{ Sistemska napaka [2].}} Preverite, ali datoteka obstaja in ali imate dostop do nje. 1309 Error reading from file: [3]. {{ System error [2].}} Verify that the file exists and that you can access it.
1310 Prišlo je do napake pri pisanju v datoteko: [3]. {{ Sistemska napaka [2].}} Preverite, ali imate dostop do te mape. 1310 Error writing to file: [3]. {{ System error [2].}} Verify that you have access to that folder.
1311 Izvorne datoteke{{(kabinetna datoteka)}}: [2] ni bilo mogoče najti. Preverite, ali datoteka obstaja in ali imate dostop do nje. 1311 Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can access it.
1312 Mape »[2]« ni mogoče ustvariti. Datoteka s tem imenom že obstaja. Preimenujte ali odstranite jo in nato kliknite »Ponovi«. Če želite operacijo prekiniti, kliknite »Prekini«. 1312 Cannot create the folder '[2]'. A file with this name already exists. Please rename or remove the file and click retry, or click Cancel to exit.
1313 Nosilec [2] trenutno ni na voljo. Izberite drugega. 1313 The volume [2] is currently unavailable. Please select another.
1314 Navedena pot »[2]« ni na voljo. 1314 The specified path '[2]' is unavailable.
1315 V navedeno mapo »[2]« ni mogoče pisati. 1315 Unable to write to the specified folder: [2].
1316 Prišlo je do omrežne napake med poskusom branja iz datoteke: [2] 1316 A network error occurred while attempting to read from the file: [2]
1317 Prišlo je do napake med poskusom ustvarjanja mape: [2] 1317 An error occurred while attempting to create the folder: [2]
1318 Prišlo je do omrežne napake med poskusom ustvarjanja mape: [2] 1318 A network error occurred while attempting to create the folder: [2]
1319 Prišlo je do omrežne napake med poskusom odpiranja kabinetne datoteke z izvornimi datotekami: [2] 1319 A network error occurred while attempting to open the source file cabinet: [2]
1320 Navedena pot je predolga: [2] 1320 The specified path is too long: [2]
1321 Namestitveni program nima ustreznih pravic za spreminjanje te datoteke: [2]. 1321 The Installer has insufficient privileges to modify this file: [2].
1322 Del poti do mape »[2]« je neveljaven. Ali je prazen ali pa presega dolžino, ki jo dovoljuje sistem. 1322 A portion of the folder path '[2]' is invalid. It is either empty or exceeds the length allowed by the system.
1323 Pot do mape »[2]« vsebuje besede, ki v poteh niso veljavne. 1323 The folder path '[2]' contains words that are not valid in folder paths.
1324 Pot do mape »[2]« vsebuje neveljaven znak. 1324 The folder path '[2]' contains an invalid character.
1325 »[2]« ni veljavno kratko ime datoteke. 1325 '[2]' is not a valid short file name.
1326 Napaka pri pridobivanju varnosti datoteke: [3] GetLastError: [2] 1326 Error getting file security: [3] GetLastError: [2]
1327 Neveljaven pogon: [2] 1327 Invalid Drive: [2]
1328 Napaka pri uporabi popravka za datoteko [2]. Mogoče je bila posodobljena kako drugače in je ta popravek ne more več spremeniti. Za dodatne informacije se obrnite na svojega dobavitelja popravka. {{Sistemska napaka: [3]}} 1328 Error applying patch to file [2]. It has probably been updated by other means, and can no longer be modified by this patch. For more information contact your patch vendor. {{System Error: [3]}}
1329 Zahtevane datoteke ni mogoče namestiti, ker kabinetna datoteka [2] ni digitalno podpisana. To lahko pomeni, da je kabinetna datoteka poškodovana. 1329 A file that is required cannot be installed because the cabinet file [2] is not digitally signed. This may indicate that the cabinet file is corrupt.
1330 Zahtevane datoteke ni mogoče namestiti, ker je digitalni podpis kabinetne datoteke [2] neveljaven. To lahko pomeni, da je kabinetna datoteka poškodovana.{{ Napako [3] je vrnil WinVerifyTrust.}} 1330 A file that is required cannot be installed because the cabinet file [2] has an invalid digital signature. This may indicate that the cabinet file is corrupt.{{ Error [3] was returned by WinVerifyTrust.}}
1331 Datoteke [2] ni bilo mogoče pravilno prekopirati: napaka CRC. 1331 Failed to correctly copy [2] file: CRC error.
1332 Datoteke [2] ni bilo mogoče pravilno premakniti: napaka CRC. 1332 Failed to correctly move [2] file: CRC error.
1333 Datoteke [2] ni bilo mogoče pravilno pravilno popraviti: napaka CRC. 1333 Failed to correctly patch [2] file: CRC error.
1334 Datoteke »[2]« ni mogoče namestiti, ker je ni mogoče najti v kabinetni datoteki »[3]«. To lahko pomeni, da je prišlo do omrežne napake, do napake pri branju s CD-ROM-a ali do težav v paketu. 1334 The file '[2]' cannot be installed because the file cannot be found in cabinet file '[3]'. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.
1335 Kabinetna datoteka »[2]«, ki je potrebna za to namestitev, je poškodovana in je ni mogoče uporabiti. To lahko pomeni, da je prišlo do omrežne napake, do napake pri branju s CD-ROM-a ali do težav v paketu. 1335 The cabinet file '[2]' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.
1336 Pri ustvarjanju začasne datoteke, ki je potrebna za dokončanje namestitve, je prišlo do napake.{{ Mapa: [3]. Koda sistemske napake: [2]}} 1336 There was an error creating a temporary file that is needed to complete this installation.{{ Folder: [3]. System error code: [2]}}
1401 Ključa: [2] ni bilo mogoče ustvariti. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega ključa ali pa se obrnite na svojo tehnično službo. 1401 Could not create key: [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel.
1402 Ključa: [2] ni bilo mogoče odpreti. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega ključa ali pa se obrnite na svojo tehnično službo. 1402 Could not open key: [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel.
1403 Vrednosti [2] ni bilo mogoče izbrisati iz ključa [3]. {{ Sistemska napaka [4].}} Preverite, ali imate pravice za dostop do tega ključa ali pa se obrnite na svojo tehnično službo. 1403 Could not delete value [2] from key [3]. {{ System error [4].}} Verify that you have sufficient access to that key, or contact your support personnel.
1404 Ključa [2] ni bilo mogoče izbrisati. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega ključa ali pa se obrnite na svojo tehnično službo. 1404 Could not delete key [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel.
1405 Vrednosti [2] ni bilo mogoče prebrati iz ključa [3]. {{ Sistemska napaka [4].}} Preverite, ali imate pravice za dostop do tega ključa ali pa se obrnite na svojo tehnično službo. 1405 Could not read value [2] from key [3]. {{ System error [4].}} Verify that you have sufficient access to that key, or contact your support personnel.
1406 Vrednosti [2] ni bilo mogoče zapisati v ključ [3]. {{ Sistemska napaka [4].}} Preverite, ali imate pravice za dostop do tega ključa ali pa se obrnite na svojo tehnično službo. 1406 Could not write value [2] to key [3]. {{ System error [4].}} Verify that you have sufficient access to that key, or contact your support personnel.
1407 Imen vrednosti za ključ [2] ni bilo mogoče dobiti. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega ključa ali pa se obrnite na svojo tehnično službo. 1407 Could not get value names for key [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel.
1408 Imen podključev za ključ [2] ni bilo mogoče dobiti. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega ključa ali pa se obrnite na svojo tehnično službo. 1408 Could not get sub key names for key [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel.
1409 Varnostnih informacij za ključ [2] ni bilo mogoče prebrati. {{ Sistemska napaka [3].}} Preverite, ali imate pravice za dostop do tega ključa ali pa se obrnite na svojo tehnično službo. 1409 Could not read security information for key [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel.
1410 Prostora, ki je na voljo za register, ni bilo mogoče povečati. Namestitev tega programa zahteva [2] KB prostega prostora za register. 1410 Could not increase the available registry space. [2] KB of free registry space is required for the installation of this application.
1500 Izvaja se še ena namestitev. Dokončati morate prvo namestitev, preden nadaljujete s to namestitvijo. 1500 Another installation is in progress. You must complete that installation before continuing this one.
1501 Napaka pri dostopu do varnih podatkov. Preverite, ali je Windows Installer pravilno konfiguriran, in poskusite znova. 1501 Error accessing secured data. Please make sure the Windows Installer is configured properly and try the install again.
1502 Uporabnik »[2]« je prej že sprožil namestitev izdelka »[3]«. Omenjeni uporabnik bo moral ponovno zagnati namestitev, da bi lahko uporabljal ta izdelek. Trenutna namestitev se bo nadaljevala. 1502 User '[2]' has previously initiated an install for product '[3]'. That user will need to run that install again before they can use that product. Your current install will now continue.
1503 Uporabnik »[2]« je prej že sprožil namestitev izdelka »[3]«. Omenjeni uporabnik bo moral ponovno zagnati namestitev, da bi lahko uporabljal ta izdelek. 1503 User '[2]' has previously initiated an install for product '[3]'. That user will need to run that install again before they can use that product.
1601 Zmanjkalo je prostora na disku -- nosilec: »[2]«; potreben prostor: [3] KB; prostor na voljo: [4] KB. Sprostite nekaj prostora na disku in poskusite znova. 1601 Out of disk space -- Volume: '[2]'; required space: [3] KB; available space: [4] KB. Free some disk space and retry.
1602 Ali ste prepričani, da želite preklicati? 1602 Are you sure you want to cancel?
1603 Datoteko [2][3] uporablja{ ta proces: ime: [4], ID: [5], naslov okna: »[6]«}. Zaprite ta program in poskusite znova. 1603 The file [2][3] is being held in use{ by the following process: Name: [4], Id: [5], Window Title: '[6]'}. Close that application and retry.
1604 Izdelek »[2]« je že nameščen in preprečuje nameščanje tega izdelka. Izdelka nista združljiva. 1604 The product '[2]' is already installed, preventing the installation of this product. The two products are incompatible.
1605 Na nosilcu »[2]« trdega diska ni dovolj prostora za nadaljevanje namestitve z omogočeno obnovitvijo. Na voljo je le [4] KB prostora, potrebujete pa ga [3] KB. Kliknite »Prezri«, če želite nadaljevati namestitev brez shranjevanja informacij o obnovitvi, »Ponovi«, če želite ponovno preveriti prostor na disku, ali »Prekini«, če želite končati namestitev. 1605 There is not enough disk space on the volume '[2]' to continue the install with recovery enabled. [3] KB are required, but only [4] KB are available. Click Ignore to continue the install without saving recovery information, click Retry to check for available space again, or click Cancel to quit the installation.
1606 Do omrežnega mesta [2] ni bilo mogoče priti. 1606 Could not access network location [2].
1607 Preden nadaljujete z namestitvijo, morate zapreti te programe: 1607 The following applications should be closed before continuing the install:
1608 V računalniku ni bilo mogoče najti ustreznih, prej nameščenih izdelkov, potrebnih za to namestitev. 1608 Could not find any previously installed compliant products on the machine for installing this product.
1609 Pri uporabi varnostnih nastavitev je prišlo do napake. [2] ni veljaven uporabnik skupine. Razlog za napako so lahko težave s paketom ali pri povezavi s kontrolnikom domene v omrežju. Preverite omrežno povezavo in kliknite »Ponovi« oziroma »Prekini«, če želite končati namestitev. {{Uporabnikovega SID-a ni bilo mogoče najti, sistemska napaka [3]}} 1609 An error occurred while applying security settings. [2] is not a valid user or group. This could be a problem with the package, or a problem connecting to a domain controller on the network. Check your network connection and click Retry, or Cancel to end the install. {{Unable to locate the user's SID, system error [3]}}
1633 Ta namestitveni paket ni podprt na tej platformi. Obrnite se na proizvajalca programske opreme. 1633 This installation package is not supported on this platform. Contact your application vendor.
1701 Ključ [2] ni veljaven. Preverite, ali ste vnesli pravi ključ. 1701 The key [2] is not valid. Verify that you entered the correct key.
1702 Pred nadaljevanjem konfiguracije za [2] mora namestitveni program ponovno zagnati sistem. Če želite ponovni zagon zdaj, kliknite »Da«. Če želite sistem sami ponovno zagnati pozneje, kliknite »Ne«. 1702 The installer must restart your system before configuration of [2] can continue. Click Yes to restart now or No if you plan to manually restart later.
1703 Če želite uveljaviti spremembe konfiguracije za [2], morate sistem ponovno zagnati. Kliknite »Da«, če ga želite ponovno zagnati zdaj, oziroma »Ne«, če ga nameravate sami zagnati pozneje. 1703 You must restart your system for the configuration changes made to [2] to take effect. Click Yes to restart now or No if you plan to manually restart later.
1704 Namestitev za [2] je trenutno ustavljena. Če želite nadaljevati, morate razveljaviti spremembe, ki jih je naredila. Ali jih želite razveljaviti? 1704 An installation for [2] is currently suspended. You must undo the changes made by that installation to continue. Do you want to undo those changes?
1705 Prejšnja namestitev tega izdelka se še izvaja. Če želite nadaljevati, morate razveljaviti spremembe, ki jih je naredila omenjena namestitev. Ali želite razveljaviti spremembe? 1705 A previous installation for this product is in progress. You must undo the changes made by that installation to continue. Do you want to undo those changes?
1706 Veljavnega namestitvenega paketa izdelka [2] ni bilo mogoče najti. Poskusite ponoviti namestitev z veljavnim namestitvenim paketom »[3]«. 1706 An installation package for the product [2] cannot be found. Try the installation again using a valid copy of the installation package '[3]'.
1707 Namestitev je bila uspešno dokončana. 1707 Installation completed successfully.
1708 Namestitev ni uspela. 1708 Installation failed.
1709 Izdelek: [2] -- [3] 1709 Product: [2] -- [3]
1710 Računalnik lahko povrnete v prejšnje stanje ali pa nadaljujete z namestitvijo pozneje. Ali želite obnoviti prejšnje stanje? 1710 You may either restore your computer to its previous state or continue the install later. Would you like to restore?
1711 Med pisanjem namestitvenih informacij na disk je prišlo do napake. Poskrbite, da bo na disku dovolj prostora in kliknite »Ponovi«. Če želite namestitev prekiniti, kliknite »Prekini«. 1711 An error occurred while writing installation information to disk. Check to make sure enough disk space is available, and click Retry, or Cancel to end the install.
1712 Ene ali več datotek, potrebnih za obnovitev prejšnjega stanja računalnika, ni bilo mogoče najti. Obnovitev ne bo mogoča. 1712 One or more of the files required to restore your computer to its previous state could not be found. Restoration will not be possible.
1713 [2] ne more namestiti enega od zahtevanih izdelkov. Obrnite se na svojo tehnično službo. {{Sistemska napaka: [3].}} 1713 [2] cannot install one of its required products. Contact your technical support group. {{System Error: [3].}}
1714 Starejše različice [2] ni mogoče odstraniti. Obrnite se na svojo tehnično službo. {{Sistemska napaka [3].}} 1714 The older version of [2] cannot be removed. Contact your technical support group. {{System Error [3].}}
1715 Nameščeno [2] 1715 Installed [2]
1716 Konfigurirano [2] 1716 Configured [2]
1717 Odstranjeno [2] 1717 Removed [2]
1718 Datoteka [2] je bila zavrnjena zaradi neskladnosti s politiko o digitalnih podpisih. 1718 File [2] was rejected by digital signature policy.
1719 Storitev Windows Installer ni dostopna. Morda program Windows izvajate v varnem načinu ali pa Windows Installer ni pravilno nameščen. Obrnite se na svojo tehnično službo. 1719 The Windows Installer Service could not be accessed. This can occur if you are running Windows in safe mode, or if the Windows Installer is not correctly installed. Contact your support personnel for assistance.
1720 Težave s paketom Windows Installer. Skript, ki so potrebni za dokončanje namestitve, ni mogoče izvesti. Obrnite se na svojo tehnično službo ali na proizvajalca paketa. {{Dejanje po meri [2] napaka v skriptih [3], [4]: [5] vrstica [6], stolpec [7], [8] }} 1720 There is a problem with this Windows Installer package. A script required for this install to complete could not be run. Contact your support personnel or package vendor. {{Custom action [2] script error [3], [4]: [5] Line [6], Column [7], [8] }}
1721 Težave s paketom Windows Installer. Programa, ki je potreben za dokončanje namestitve, ni mogoče zagnati. Obrnite se na svojo tehnično službo ali na proizvajalca paketa. {{Dejanje: [2], mesto: [3], ukaz: [4] }} 1721 There is a problem with this Windows Installer package. A programme required for this install to complete could not be run. Contact your support personnel or package vendor. {{Action: [2], location: [3], command: [4] }}
1722 Težave s paketom Windows Installer. Program, ki se izvaja kot del namestitve, ni bil dokončan po pričakovanjih. Obrnite se na svojo tehnično službo ali na proizvajalca paketa. {{Dejanje [2], mesto: [3], ukaz: [4] }} 1722 There is a problem with this Windows Installer package. A programme run as part of the setup did not finish as expected. Contact your support personnel or package vendor. {{Action [2], location: [3], command: [4] }}
1723 Težave s paketom Windows Installer. Knjižnice DLL, ki je potrebna za dokončanje namestitve, ni mogoče izvesti. Obrnite se na svojo tehnično službo ali na proizvajalca paketa. {{Dejanje [2], vnos: [3], knjižnica: [4] }} 1723 There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. {{Action [2], entry: [3], library: [4] }}
1724 Odstranitev je bila uspešno dokončana. 1724 Removal completed successfully.
1725 Odstranitev ni uspela. 1725 Removal failed.
1726 Oglaševanje je bilo uspešno dokončano. 1726 Advertisement completed successfully.
1727 Oglaševanje ni uspelo. 1727 Advertisement failed.
1728 Konfiguracija je bila uspešno dokončana. 1728 Configuration completed successfully.
1729 Konfiguriracija ni uspela. 1729 Configuration failed.
1730 Ta program lahko odstrani le skrbnik. Če ga želite odstraniti, se prijavite kot skrbnik ali pa se za pomoč obrnite na svojo tehnično službo. 1730 You must be an Administrator to remove this application. To remove this application, you can log on as an Administrator, or contact your technical support group for assistance.
1801 Pot [2] ni veljavna. Navedite veljavno pot. 1801 The path [2] is not valid. Please specify a valid path.
1802 Zmanjkalo je pomnilnika. Zaprite druge programe in nato poskusite znova. 1802 Out of memory. Shut down other applications before retrying.
1803 V pogonu [2] ni diska. Vstavite disk in kliknite »Ponovi« ali pa kliknite »Prekini«, če se želite vrniti na prej izbrani nosilec. 1803 There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to go back to the previously selected volume.
1804 V pogonu [2] ni diska. Vstavite disk in kliknite »Ponovi« ali pa kliknite »Prekini«, če se želite vrniti v pogovorno okno za brskanje in izbrati drug nosilec. 1804 There is no disk in drive [2]. Please insert one and click Retry, or click Cancel to return to the browse dialog and select a different volume.
1805 Mapa [2] ne obstaja. Vnesite pot do obstoječe mape. 1805 The folder [2] does not exist. Please enter a path to an existing folder.
1806 Nimate zadostnih pravic za branje te mape. 1806 You have insufficient privileges to read this folder.
1807 Veljavne ciljne mape za namestitev ni bilo mogoče določiti. 1807 A valid destination folder for the install could not be determined.
1901 Pri poskusu branja iz izvorne namestitvene zbirke podatkov je prišlo do napake: [2]. 1901 Error attempting to read from the source install database: [2].
1902 Razporejanje ponovnega zagona: preimenovanje datoteke [2] v [3]. Za dokončanje operacije je potreben ponovni zagon. 1902 Scheduling reboot operation: Renaming file [2] to [3]. Must reboot to complete operation.
1903 Razporejanje ponovnega zagona: brisanje datoteke [2]. Za dokončanje operacije je potreben ponovni zagon. 1903 Scheduling reboot operation: Deleting file [2]. Must reboot to complete operation.
1904 Registracija modula [2] ni uspela. HRESULT [3]. Obrnite se na svojo tehnično službo. 1904 Module [2] failed to register. HRESULT [3]. Contact your support personnel.
1905 Brisanje registracije modula [2] ni uspelo. HRESULT [3]. Obrnite se na svojo tehnično službo. 1905 Module [2] failed to unregister. HRESULT [3]. Contact your support personnel.
1906 Paketa [2] ni bilo mogoče shraniti v predpomnilnik. Napaka: [3]. Obrnite se na svojo tehnično službo. 1906 Failed to cache package [2]. Error: [3]. Contact your support personnel.
1907 Pisave [2] ni bilo mogoče registrirati. Preverite, ali imate zadostne pravice za nameščanje pisav in ali sistem podpira to pisavo. 1907 Could not register font [2]. Verify that you have sufficient permissions to install fonts, and that the system supports this font.
1908 Registracije pisave [2] ni bilo mogoče izbrisati. Preverite, ali imate zadostne pravice za odstranjevanje pisav. 1908 Could not unregister font [2]. Verify that you that you have sufficient permissions to remove fonts.
1909 Bližnjice [2] ni bilo mogoče ustvariti. Preverite, ali ciljna mapa obstaja in ali imate dostop do nje. 1909 Could not create Shortcut [2]. Verify that the destination folder exists and that you can access it.
1910 Bližnjice [2] ni bilo mogoče odstraniti. Preverite, ali datoteka z bližnjico obstaja in ali imate dostop do nje. 1910 Could not remove Shortcut [2]. Verify that the shortcut file exists and that you can access it.
1911 Knjižnice tipov za datoteko [2] ni bilo mogoče registrirati. Obrnite se na svojo tehnično službo. 1911 Could not register type library for file [2]. Contact your support personnel.
1912 Registracije knjižnice tipov za datoteko [2] ni bilo mogoče izbrisati. Obrnite se na svojo tehnično službo. 1912 Could not unregister type library for file [2]. Contact your support personnel.
1913 Datoteke INI [2][3] ni bilo mogoče posodobiti. Preverite, ali datoteka obstaja in ali imate dostop do nje. 1913 Could not update the ini file [2][3]. Verify that the file exists and that you can access it.
1914 Datoteke [2] ni bilo mogoče razporediti tako, da bi ob zagonu zamenjala datoteko [3]. Preverite, ali imate dovoljenje za pisanje v datoteko [3]. 1914 Could not schedule file [2] to replace file [3] on reboot. Verify that you have write permissions to file [3].
1915 Prišlo je do napake pri odstranjevanju upravitelja ODBC gonilnikov, napaka ODBC [2]: [3]. Obrnite se na svojo tehnično službo. 1915 Error removing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.
1916 Prišlo je do napake pri nameščanju upravitelja ODBC gonilnikov, napaka ODBC [2]: [3]. Obrnite se na svojo tehnično službo. 1916 Error installing ODBC driver manager, ODBC error [2]: [3]. Contact your support personnel.
1917 Prišlo je do napake pri odstranjevanju gonilnika ODBC: [4], napaka ODBC [2]: [3]. Preverite, ali imate ustrezne pravice za odstranjevanje ODBC gonilnikov. 1917 Error removing ODBC driver: [4], ODBC error [2]: [3]. Verify that you have sufficient privileges to remove ODBC drivers.
1918 Prišlo je do napake pri nameščanju gonilnika ODBC: [4], napaka ODBC [2]: [3]. Preverite, ali datoteka [4] obstaja in ali imate dostop do nje. 1918 Error installing ODBC driver: [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.
1919 Prišlo je do napake pri konfiguriranju vira podatkov ODBC: [4], napaka ODBC [2]: [3]. Preverite, ali datoteka [4] obstaja in ali imate dostop do nje. 1919 Error configuring ODBC data source: [4], ODBC error [2]: [3]. Verify that the file [4] exists and that you can access it.
1920 Zagon storitve »[2]« ([3]) ni uspel. Preverite, ali imate ustrezne pravice za zaganjanje sistemskih storitev. 1920 Service '[2]' ([3]) failed to start. Verify that you have sufficient privileges to start system services.
1921 Storitve »[2]« ([3]) ni bilo mogoče ustaviti. Preverite, ali imate ustrezne pravice za ustavljanje sistemskih storitev. 1921 Service '[2]' ([3]) could not be stopped. Verify that you have sufficient privileges to stop system services.
1922 Storitve »[2]« ([3]) ni bilo mogoče izbrisati. Preverite, ali imate ustrezne pravice za odstranjevanje sistemskih storitev. 1922 Service '[2]' ([3]) could not be deleted. Verify that you have sufficient privileges to remove system services.
1923 Storitve »[2]« ([3]) ni bilo mogoče namestiti. Preverite, ali imate ustrezne pravice za nameščanje sistemskih storitev. 1923 Service '[2]' ([3]) could not be installed. Verify that you have sufficient privileges to install system services.
1924 Spremenljivke okolja »[2]« ni bilo mogoče posodobiti. Preverite, ali imate ustrezne pravice za spreminjanje spremenljivk okolja. 1924 Could not update environment variable '[2]'. Verify that you have sufficient privileges to modify environment variables.
1925 Nimate ustreznih pravic za dokončanje te namestitve za vse uporabnike tega računalnika. Prijavite se kot skrbnik in nato ponovite namestitev. 1925 You do not have sufficient privileges to complete this installation for all users of the machine. Log on as administrator and then retry this installation.
1926 Za datoteko »[3]« ni bilo mogoče nastaviti varnosti. Napaka: [2]. Preverite, ali imate ustrezne pravice za spreminjanje varnostnih dovoljenj za to datoteko. 1926 Could not set file security for file '[3]'. Error: [2]. Verify that you have sufficient privileges to modify the security permissions for this file.
1927 Komponentne storitve (COM+ 1.0) v tem računalniku niso nameščene. Potrebujete jih za uspešno dokončanje te namestitve. Najdete jih v Windows 2000. 1927 Component Services (COM+ 1.0) are not installed on this computer. This installation requires Component Services in order to complete successfully. Component Services are available on Windows 2000.
1928 Napaka pri registraciji programa COM+. Če želite več informacij, se obrnite na svojo tehnično službo. 1928 Error registering COM+ Application. Contact your support personnel for more information.
1929 Napaka pri brisanju registracije programa COM+. Če želite več informacij, se obrnite na svojo tehnično službo. 1929 Error unregistering COM+ Application. Contact your support personnel for more information.
1930 Ni mogoče spremeniti opisa storitve »[2]« ([3]). 1930 The description for service '[2]' ([3]) could not be changed.
1931 Storitev Windows Installer ne more posodobiti sistemske datoteke »[2]«, ker je program Windows datoteko zaščitil. Če želite, da ta program deluje pravilno, boste morda morali posodobiti operacijski sistem. {{Različica paketa: [3], Različica zaščitenega OS: [4]}} 1931 The Windows Installer service cannot update the system file [2] because the file is protected by Windows. You may need to update your operating system for this programme to work correctly. {{Package version: [3], OS Protected version: [4]}}
1932 Storitev Windows Installer ne more posodobiti zaščitene datoteke programa Windows »[2]«. {{Različica paketa: [3], Različica zaščitenega OS: [4], Napaka SFP: [5]}} 1932 The Windows Installer service cannot update the protected Windows file [2]. {{Package version: [3], OS Protected version: [4], SFP Error: [5]}}
1933 Storitev Windows Installer ne more posodobiti ene ali več zaščitenih datotek programa Windows. {{SFP-napaka: [2]. Seznam zaščitenih datotek:\r\n[3]}} 1933 The Windows Installer service cannot update one or more protected Windows files. {{SFP Error: [2]. List of protected files:\r\n[3]}}
1934 Uporabniške namestitve so s pravili za ta računalnik onemogočene. 1934 User installations are disabled via policy on the machine.
1935 Med namestitvijo izgradne komponente [2] je prišlo do napake. HRESULT: [3]. {{izgradni vmesnik: [4], funkcija: [5], ime izgradnje: [6]}} 1935 An error occured during the installation of assembly component [2]. HRESULT: [3]. {{assembly interface: [4], function: [5], assembly name: [6]}}
2401 Poskus 64-bitne operacije v registru na 32-bitnem operacijskem sistemu za ključ »[2]«. 2401 64-bit registry operation attempted on 32-bit operating system for key [2].
2943 Ta verzija operacijskega sistema Windows ne omogoča distribucije 64-bitnih namestitvenih paketov. Skripta »[2]« so namenjena 64-bitnim namestitvenim paketom. 2943 This version of Windows does not support deploying 64-bit packages. The script [2] is for a 64-bit package.
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).Error-2.idt" : "Sl.$(PLAT).$(CFG).Error-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).Error-2.idt" : "Sl.$(PLAT).$(CFG).Error-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).Error-2.idt" : "Sl.$(PLAT).$(CFG).Error-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Error-2.idt" : "Sl.$(PLAT).$(CFG).Error-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Error-2.idt" : "En.$(PLAT).$(CFG).Error-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# EventMapping # EventMapping
@ -1340,27 +1340,27 @@ SimpleProductName $(MSIBUILD_PRODUCT_NAME)
PROMPTROLLBACKCOST P PROMPTROLLBACKCOST P
<<NOKEEP <<NOKEEP
"Sl.$(PLAT).$(CFG).Property-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Property-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Property Value Property Value
s$(MSIBUILD_LENGTH_ID) l0 s$(MSIBUILD_LENGTH_ID) l0
1250 Property Property 1252 Property Property
ProductLanguage 1060 ProductLanguage 1033
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).Property-2.idt" : "Sl.$(PLAT).$(CFG).Property-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).Property-2.idt" : "En.$(PLAT).$(CFG).Property-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).Property-2.idt" : "Sl.$(PLAT).$(CFG).Property-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).Property-2.idt" : "En.$(PLAT).$(CFG).Property-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).Property-2.idt" : "Sl.$(PLAT).$(CFG).Property-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Property-2.idt" : "Sl.$(PLAT).$(CFG).Property-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).Property-2.idt" : "En.$(PLAT).$(CFG).Property-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Property-2.idt" : "En.$(PLAT).$(CFG).Property-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# RadioButton # RadioButton
@ -1451,77 +1451,77 @@ TypeLib LibID Language Component_
All :: "$(LANG).$(PLAT).$(CFG).UIText-2.idt" All :: "$(LANG).$(PLAT).$(CFG).UIText-2.idt"
"Sl.$(PLAT).$(CFG).UIText-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).UIText-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Key Text Key Text
s$(MSIBUILD_LENGTH_ID) L255 s$(MSIBUILD_LENGTH_ID) L255
1250 UIText Key 1252 UIText Key
AbsentPath AbsentPath
bytes bajtov bytes bytes
GB GB GB GB
KB KB KB KB
MB MB MB MB
MenuAbsent Ta del ne bo nameščen MenuAbsent Entire feature will be unavailable
MenuAdvertise Del bo nameščen ob prvi uporabi MenuAdvertise Feature will be installed when required
MenuAllCD Celotna komponenta bo nameščena na plošči CD MenuAllCD Entire feature will be installed to run from CD
MenuAllLocal Celotna komponenta bo nameščena na lokalni disk MenuAllLocal Entire feature will be installed on local hard drive
MenuAllNetwork Celotna komponenta bo nameščena za zagon iz omrežja MenuAllNetwork Entire feature will be installed to run from network
MenuCD Nameščeno za zagon iz plošče CD MenuCD Will be installed to run from CD
MenuLocal Nameščeno za zagon iz lokalnega diska MenuLocal Will be installed on local hard drive
MenuNetwork Nameščeno za zagon iz omrežja MenuNetwork Will be installed to run from network
NewFolder Mapa|Nova mapa NewFolder Folder|New Folder
ScriptInProgress Zbiranje potrebnih informacij ... ScriptInProgress Gathering required information...
SelAbsentAbsent Ta del bo še vedno odstranjen SelAbsentAbsent This feature will remain uninstalled
SelAbsentAdvertise Ta del bo ponastavljen za zagon ob prvi uporabi SelAbsentAdvertise This feature will be set to be installed when required
SelAbsentCD Ta del bo ponastavljen za zagon iz plošče CD SelAbsentCD This feature will be installed to run from CD
SelAbsentLocal Ta del bo nameščen na lokalni disk SelAbsentLocal This feature will be installed on the local hard drive
SelAbsentNetwork Ta del bo ponastavljen za zagon iz omrežja SelAbsentNetwork This feature will be installed to run from the network
SelAdvertiseAbsent Ta del bo odstranjen SelAdvertiseAbsent This feature will become unavailable
SelAdvertiseAdvertise Ta del bo nameščen ob prvi uporabi SelAdvertiseAdvertise Will be installed when required
SelAdvertiseCD Ta del bo ponastavljen za zagon iz plošče CD SelAdvertiseCD This feature will be installed to run from CD
SelAdvertiseLocal Ta del bo nameščen na lokalni disk SelAdvertiseLocal This feature will be installed on the local hard drive
SelAdvertiseNetwork Ta del bo ponastavljen za zagon iz omrežja SelAdvertiseNetwork This feature will be installed to run from the network
SelCDAbsent Ta del bo odstranjen, ne boste ga mogli zagnati niti iz plošče CD SelCDAbsent This feature will be uninstalled completely, you won't be able to run it from CD
SelCDAdvertise Ta del bo ponastavljen za zagon ob prvi uporabi SelCDAdvertise This feature will be set to be installed when required
SelCDCD Ta del bo še vedno nameščen za zagon iz plošče CD SelCDCD This feature will remain to be run from CD
SelCDLocal Ta del bo nameščen na lokalni disk SelCDLocal This feature will be installed on the local hard drive
SelChildCostNeg Ta del bo sprostil [1] na vašem disku. SelChildCostNeg This feature frees up [1] on your hard drive.
SelChildCostPos Ta del zahteva [1] na vašem disku. SelChildCostPos This feature requires [1] on your hard drive.
SelCostPending Računam potreben prostor za ta del ... SelCostPending Compiling cost for this feature...
SelLocalAbsent Ta del bo odstranjen SelLocalAbsent This feature will become unavailable
SelLocalAdvertise Ta del bo odstranjen iz vašega lokalnega diska, vendar bo ponastavljen za zagon ob prvi uporabi SelLocalAdvertise This feature will be removed from your local hard drive, but will be set to be installed when required
SelLocalCD Ta del bo odstranjen iz vašega lokalnega diska, vendar bo ponastavljen za zagon iz plošče CD SelLocalCD This feature will be removed from your local hard drive, but will be still available to run from CD
SelLocalLocal Ta del bo še vedno nameščen na vašem lokalnem disku SelLocalLocal This feature will remain on you local hard drive
SelLocalNetwork Ta del bo odstranjen iz vašega lokalnega diska, vendar bo ponastavljen za zagon iz omrežja SelLocalNetwork This feature will be removed from your local hard drive, but will be still available to run from the network
SelNetworkAbsent Ta del bo odstranjen, ne boste ga mogli zagnati niti iz omrežja SelNetworkAbsent This feature will be uninstalled completely, you won't be able to run it from the network
SelNetworkAdvertise Ta del bo ponastavljen za zagon ob prvi uporabi SelNetworkAdvertise This feature will be set to be installed when required
SelNetworkLocal Ta del bo nameščen na lokalni disk SelNetworkLocal This feature will be installed on the local hard drive
SelNetworkNetwork Ta del bo še vedno nameščen za zagon iz omrežja SelNetworkNetwork This feature will remain to be run from the network
SelParentCostNegNeg Ta komponenta zaseda [1] na vašem lokalnem disku. Ima izbranih [2] od [3] delov. Deli zasedajo [4] na vašem lokalnem disku. SelParentCostNegNeg This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.
SelParentCostNegPos Ta komponenta zaseda [1] na vašem lokalnem disku. Ima izbranih [2] od [3] delov. Deli zasedajo [4] na vašem lokalnem disku. SelParentCostNegPos This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.
SelParentCostPosNeg Ta komponenta zaseda [1] na vašem lokalnem disku. Ima izbranih [2] od [3] delov. Deli zasedajo [4] na vašem lokalnem disku. SelParentCostPosNeg This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.
SelParentCostPosPos Ta komponenta zaseda [1] na vašem lokalnem disku. Ima izbranih [2] od [3] delov. Deli zasedajo [4] na vašem lokalnem disku. SelParentCostPosPos This feature requires [1] on your hard drive. It has [2] of [3] subfeatures selected. The subfeatures require [4] on your hard drive.
TimeRemaining Preostalo časa: {[1] min }{[2] sek} TimeRemaining Time remaining: {[1] minutes }{[2] seconds}
VolumeCostAvailable Na voljo VolumeCostAvailable Available
VolumeCostDifference Razlika VolumeCostDifference Difference
VolumeCostRequired Potrebno VolumeCostRequired Required
VolumeCostSize Velikost VolumeCostSize Disk Size
VolumeCostVolume Pogon VolumeCostVolume Volume
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).UIText-2.idt" : "Sl.$(PLAT).$(CFG).UIText-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).UIText-2.idt" : "En.$(PLAT).$(CFG).UIText-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).UIText-2.idt" : "Sl.$(PLAT).$(CFG).UIText-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).UIText-2.idt" : "En.$(PLAT).$(CFG).UIText-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).UIText-2.idt" : "Sl.$(PLAT).$(CFG).UIText-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).UIText-2.idt" : "Sl.$(PLAT).$(CFG).UIText-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).UIText-2.idt" : "En.$(PLAT).$(CFG).UIText-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).UIText-2.idt" : "En.$(PLAT).$(CFG).UIText-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# Build MSM module! # Build MSM module!

13
Core/build_all.bat Normal file
View File

@ -0,0 +1,13 @@
@echo off
nmake.exe /ls All LANG=En CFG=Debug PLAT=Win32
nmake.exe /ls All LANG=It CFG=Debug PLAT=Win32
nmake.exe /ls All LANG=Sl CFG=Debug PLAT=Win32
nmake.exe /ls All LANG=En CFG=Debug PLAT=x64
nmake.exe /ls All LANG=It CFG=Debug PLAT=x64
nmake.exe /ls All LANG=Sl CFG=Debug PLAT=x64
nmake.exe /ls All LANG=En CFG=Release PLAT=Win32
nmake.exe /ls All LANG=It CFG=Release PLAT=Win32
nmake.exe /ls All LANG=Sl CFG=Release PLAT=Win32
nmake.exe /ls All LANG=En CFG=Release PLAT=x64
nmake.exe /ls All LANG=It CFG=Release PLAT=x64
nmake.exe /ls All LANG=Sl CFG=Release PLAT=x64

13
Core/clean_all.bat Normal file
View File

@ -0,0 +1,13 @@
@echo off
nmake.exe /ls Clean LANG=En CFG=Debug PLAT=Win32
nmake.exe /ls Clean LANG=It CFG=Debug PLAT=Win32
nmake.exe /ls Clean LANG=Sl CFG=Debug PLAT=Win32
nmake.exe /ls Clean LANG=En CFG=Debug PLAT=x64
nmake.exe /ls Clean LANG=It CFG=Debug PLAT=x64
nmake.exe /ls Clean LANG=Sl CFG=Debug PLAT=x64
nmake.exe /ls Clean LANG=En CFG=Release PLAT=Win32
nmake.exe /ls Clean LANG=It CFG=Release PLAT=Win32
nmake.exe /ls Clean LANG=Sl CFG=Release PLAT=Win32
nmake.exe /ls Clean LANG=En CFG=Release PLAT=x64
nmake.exe /ls Clean LANG=It CFG=Release PLAT=x64
nmake.exe /ls Clean LANG=Sl CFG=Release PLAT=x64

3045
L10N/it_IT.po Normal file

File diff suppressed because it is too large Load Diff

3021
L10N/sl_SI.po Normal file

File diff suppressed because it is too large Load Diff

View File

@ -51,10 +51,10 @@ All :: \
Name Data Name Data
s$(MSIBUILD_LENGTH_ID) v0 s$(MSIBUILD_LENGTH_ID) v0
Binary Name Binary Name
binUIOpozorilo.ico UIWarning.ico binUIWarning.ico UIWarning.ico
binUIObvestilo.ico UIInfo.ico binUIInfo.ico UIInfo.ico
binUIMapaNova.ico UIFolderNew.ico binUIFolderNew.ico UIFolderNew.ico
binUIMapaGor.ico UIFolderUp.ico binUIFolderUp.ico UIFolderUp.ico
<<NOKEEP <<NOKEEP
"$(LANG).$(PLAT).$(CFG).Binary-1\UIWarning.ico" : "Binary\UIWarning.ico" "$(LANG).$(PLAT).$(CFG).Binary-1\UIWarning.ico" : "Binary\UIWarning.ico"
@ -75,175 +75,175 @@ binUIMapaGor.ico UIFolderUp.ico
All :: "$(LANG).$(PLAT).$(CFG).CheckBox-2.idt" All :: "$(LANG).$(PLAT).$(CFG).CheckBox-2.idt"
"Sl.$(PLAT).$(CFG).CheckBox-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).CheckBox-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Property Value Property Value
s$(MSIBUILD_LENGTH_ID) S64 s$(MSIBUILD_LENGTH_ID) S64
1250 CheckBox Property 1252 CheckBox Property
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).CheckBox-2.idt" : "Sl.$(PLAT).$(CFG).CheckBox-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).CheckBox-2.idt" : "En.$(PLAT).$(CFG).CheckBox-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).CheckBox-2.idt" : "Sl.$(PLAT).$(CFG).CheckBox-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).CheckBox-2.idt" : "En.$(PLAT).$(CFG).CheckBox-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).CheckBox-2.idt" : "Sl.$(PLAT).$(CFG).CheckBox-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).CheckBox-2.idt" : "Sl.$(PLAT).$(CFG).CheckBox-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).CheckBox-2.idt" : "En.$(PLAT).$(CFG).CheckBox-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).CheckBox-2.idt" : "En.$(PLAT).$(CFG).CheckBox-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# Control # Control
All :: "$(LANG).$(PLAT).$(CFG).Control-2.idt" All :: "$(LANG).$(PLAT).$(CFG).Control-2.idt"
"Sl.$(PLAT).$(CFG).Control-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Control-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Dialog_ Control Type X Y Width Height Attributes Property Text Control_Next Help Dialog_ Control Type X Y Width Height Attributes Property Text Control_Next Help
s$(MSIBUILD_LENGTH_ID) s50 s20 i2 i2 i2 i2 I4 S50 L0 S50 L$(MSIBUILD_LENGTH_HELP) s$(MSIBUILD_LENGTH_ID) s50 s20 i2 i2 i2 i2 I4 S50 L0 S50 L$(MSIBUILD_LENGTH_HELP)
1250 Control Dialog_ Control 1252 Control Dialog_ Control
dlgPrepare ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgPrepare ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgPrepare ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Namestitev programa [SimpleProductName] se pripravlja. Prosimo, poèakajte ... ctlProgressBar dlgPrepare ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Preparing [SimpleProductName] installation. Please wait... ctlProgressBar
dlgPrepare ctlProgressBar ProgressBar 30 155 340 15 65537 Konèano ctlActionText dlgPrepare ctlProgressBar ProgressBar 30 155 340 15 65537 Progress done ctlActionText
dlgPrepare ctlActionText Text 30 175 340 15 196611 ctlBannerBitmap dlgPrepare ctlActionText Text 30 175 340 15 196611 ctlBannerBitmap
dlgLicenseAgreement ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgLicenseAgreement ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgLicenseAgreement ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Prosimo, da pazljivo preberete splošne pogoje. ctlAgreementText dlgLicenseAgreement ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Please read the following general terms carefully. ctlAgreementText
dlgLicenseAgreement ctlIAgree CheckBox 15 265 300 15 19 IAgree &Strinjam se s splošnimi pogoji. ctlContinue dlgLicenseAgreement ctlIAgree CheckBox 15 265 300 15 19 IAgree I &accept the General Terms. ctlContinue
dlgLicenseAgreement ctlContinue PushButton 325 265 60 20 3 &Nadaljuj ctlBannerBitmap dlgLicenseAgreement ctlContinue PushButton 325 265 60 20 3 &Continue ctlBannerBitmap
dlgTypeSetup ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgTypeSetup ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgTypeSetup ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Izberite vrsto namestitve. ctlInstall dlgTypeSetup ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Choose setup type. ctlInstall
dlgTypeSetup ctlInstall PushButton 140 130 120 40 3 [DlgTitleFont][ButtonTextInstall] ctlCustomize Namesti najbolj obièajne dele programa. Primerno za veèino uporabnikov.| dlgTypeSetup ctlInstall PushButton 140 130 120 40 3 [DlgTitleFont][ButtonTextInstall] ctlCustomize Installs the most common programme features. Recommended for most users.|
dlgTypeSetup ctlCustomize PushButton 165 190 70 25 3 Po &meri ctlBannerBitmap Omogoèa, da sami izberete, kateri deli bodo namešèeni in kam.| dlgTypeSetup ctlCustomize PushButton 165 190 70 25 3 C&ustomize ctlBannerBitmap Allows users to change the way features are installed.|
!IFDEF MSIBUILD_HAS_X64 !IFDEF MSIBUILD_HAS_X64
!IF "$(PLAT)" == "Win32" !IF "$(PLAT)" == "Win32"
dlgTypeSetup ctlWoW64Icon Icon 15 234 24 24 5242880 binUIOpozorilo.ico Opozorilo| dlgTypeSetup ctlWoW64Icon Icon 15 234 24 24 5242880 binUIWarning.ico Exclamation icon|
dlgTypeSetup ctlWoW64Label Text 44 234 341 15 196610 [DlgStrongFont]Namestili boste 32-bitno razlièico na 64-bitni operacijski sistem. dlgTypeSetup ctlWoW64Label Text 44 234 341 15 196610 [DlgStrongFont]You are about to install the 32-bit variant on the 64-bit operating system.
dlgTypeSetup ctlWoW64Text Text 44 249 341 36 196610 32-bitna razlièica programa bo sicer delovala na vašem operacijskem sistemu, toda ta program je na voljo tudi v 64-bitni razlièici, ki je primernejša za vaš operacijski sistem. Priporoèamo, da namestite raje 64-bitno razlièico tega programa. dlgTypeSetup ctlWoW64Text Text 44 249 341 36 196610 Although, 32-bit variant should work with your operating system, this programme is also available as 64-bit variant, which is more appropriate for your operating system. The installation of the 64-bit variant is recommended.
!ENDIF !ENDIF
!ENDIF !ENDIF
dlgResume ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgResume ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgResume ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Kliknite »Nadaljuj« za nadaljevanje namestitve programa [SimpleProductName]. ctlContinue dlgResume ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Click "Next" to resume [SimpleProductName] installation. ctlContinue
dlgResume ctlContinue PushButton 325 265 60 20 3 &Nadaljuj ctlBannerBitmap dlgResume ctlContinue PushButton 325 265 60 20 3 &Continue ctlBannerBitmap
dlgTypeMaintenance ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgTypeMaintenance ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgTypeMaintenance ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Vzdrževanje programa [SimpleProductName] ctlText dlgTypeMaintenance ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][SimpleProductName] Maintenance ctlText
dlgTypeMaintenance ctlText Text 15 60 370 24 196611 Vzdrževanje vam omogoèa, da spremenite, kateri deli so namešèeni na vašem raèunalniku, ali celo odstranite program [SimpleProductName]. ctlButtons dlgTypeMaintenance ctlText Text 15 60 370 24 196611 Maintenance allows you to change the way features are installed on your computer or even to remove [SimpleProductName] from your computer. ctlButtons
dlgTypeMaintenance ctlButtons RadioButtonGroup 45 99 310 117 3 InstallModeRB ctlContinue dlgTypeMaintenance ctlButtons RadioButtonGroup 45 99 310 117 3 InstallModeRB ctlContinue
dlgTypeMaintenance ctlContinue PushButton 325 265 60 20 3 &Nadaljuj ctlBannerBitmap dlgTypeMaintenance ctlContinue PushButton 325 265 60 20 3 &Continue ctlBannerBitmap
dlgAdminInstallPoint ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgAdminInstallPoint ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgAdminInstallPoint ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Priprava namestitvene podobe programa [SimpleProductName] ctlText dlgAdminInstallPoint ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][SimpleProductName] Administrative Install Image Preparation ctlText
dlgAdminInstallPoint ctlText Text 15 60 370 24 3 Za program [SimpleProductName] boste pripravili namestitveno podobo, ki olajšuje preprostejše skupinsko namešèanje. ctlPathEditLabel dlgAdminInstallPoint ctlText Text 15 60 370 24 3 You are about to prepare installation image for [SimpleProductName], to allow easier group deployment. ctlPathEditLabel
dlgAdminInstallPoint ctlPathEditLabel Text 15 94 370 12 3 &Vpišite želeno mapo ali pritisnite »Prebrskaj«: ctlPathEdit dlgAdminInstallPoint ctlPathEditLabel Text 15 94 370 12 3 &Enter desired folder or click "Browse": ctlPathEdit
dlgAdminInstallPoint ctlPathEdit PathEdit 15 106 370 18 3 TARGETDIR ctlBrowse dlgAdminInstallPoint ctlPathEdit PathEdit 15 106 370 18 3 TARGETDIR ctlBrowse
dlgAdminInstallPoint ctlBrowse PushButton 325 129 60 20 3 Prebrskaj ctlPrepare dlgAdminInstallPoint ctlBrowse PushButton 325 129 60 20 3 Br&owse ctlPrepare
dlgAdminInstallPoint ctlPrepare PushButton 140 245 120 40 3 [DlgStrongFont]&Pripravi zdaj ctlBannerBitmap dlgAdminInstallPoint ctlPrepare PushButton 140 245 120 40 3 [DlgStrongFont]&Prepare Now ctlBannerBitmap
dlgCustomize ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgCustomize ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgCustomize ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][TitleCustomize] ctlTreeLabel dlgCustomize ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][TitleCustomize] ctlTreeLabel
dlgCustomize ctlTreeLabel Text 15 60 370 15 3 Kliknite na ikone v drevesu spodaj, da izberete dele, ki jih želite namestiti: ctlTree dlgCustomize ctlTreeLabel Text 15 60 370 15 3 Click on the icons in the tree below to change the features to be installed: ctlTree
dlgCustomize ctlTree SelectionTree 15 75 370 93 7 _BrowseProperty Drevo izbire ctlBox dlgCustomize ctlTree SelectionTree 15 75 370 93 7 _BrowseProperty Tree of selections ctlBox
dlgCustomize ctlBox GroupBox 15 173 370 82 1 ctlItemDescription dlgCustomize ctlBox GroupBox 15 173 370 82 1 ctlItemDescription
dlgCustomize ctlItemDescription Text 20 182 360 24 131075 Opis trenutno izbranega elementa ctlItemSize dlgCustomize ctlItemDescription Text 20 182 360 24 131075 Multiline description of the currently selected item. ctlItemSize
dlgCustomize ctlItemSize Text 20 206 360 24 131075 Velikost trenutno izbranega elementa ctlLocationLabel dlgCustomize ctlItemSize Text 20 206 360 24 131075 The size of the currently selected item. ctlLocationLabel
dlgCustomize ctlLocationLabel Text 20 235 40 15 3 Mapa: ctlLocation dlgCustomize ctlLocationLabel Text 20 235 40 15 3 Folder: ctlLocation
dlgCustomize ctlLocation Text 60 235 255 15 131075 ctlBrowse dlgCustomize ctlLocation Text 60 235 255 15 131075 ctlBrowse
dlgCustomize ctlBrowse PushButton 320 230 60 20 3 Prebrskaj ctlReset dlgCustomize ctlBrowse PushButton 320 230 60 20 3 Br&owse ctlReset
dlgCustomize ctlReset PushButton 15 265 60 20 3 &Povrni ctlDiskCost Vrne izbiro delov za namestitev v prvotno stanje.| dlgCustomize ctlReset PushButton 15 265 60 20 3 &Reset ctlDiskCost Resets feature selection to initial state.|
dlgCustomize ctlDiskCost PushButton 80 265 60 20 3 &Poraba ctlInstall Prikaže porabo prostora po pogonih glede na trenutno izbiro delov.| dlgCustomize ctlDiskCost PushButton 80 265 60 20 3 Disk &Usage ctlInstall Shows space requirement by volumes, according to current feature selection.|
dlgCustomize ctlInstall PushButton 305 265 80 20 3 [ButtonTextInstall] ctlBannerBitmap dlgCustomize ctlInstall PushButton 305 265 80 20 3 [ButtonTextInstall] ctlBannerBitmap
dlgBrowse ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgBrowse ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgBrowse ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Izberite mapo za namestitev. ctlDirectoryComboLabel dlgBrowse ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Change current destination folder. ctlDirectoryComboLabel
dlgBrowse ctlDirectoryComboLabel Text 15 60 40 15 3 &Glej v: ctlDirectoryCombo dlgBrowse ctlDirectoryComboLabel Text 15 60 40 15 3 &Look in: ctlDirectoryCombo
dlgBrowse ctlDirectoryCombo DirectoryCombo 55 60 280 80 393227 _BrowseProperty ctlUp dlgBrowse ctlDirectoryCombo DirectoryCombo 55 60 280 80 393227 _BrowseProperty ctlUp
dlgBrowse ctlUp PushButton 340 60 18 18 3670019 binUIMapaGor.ico ctlNewFolder V nadrejeno mapo| dlgBrowse ctlUp PushButton 340 60 18 18 3670019 binUIFolderUp.ico ctlNewFolder Up One Level|
dlgBrowse ctlNewFolder PushButton 365 60 18 18 3670019 binUIMapaNova.ico ctlDirectoryList Ustvari novo mapo| dlgBrowse ctlNewFolder PushButton 365 60 18 18 3670019 binUIFolderNew.ico ctlDirectoryList Create A New Folder|
dlgBrowse ctlDirectoryList DirectoryList 15 83 370 149 15 _BrowseProperty ctlPathEditLabel dlgBrowse ctlDirectoryList DirectoryList 15 83 370 149 15 _BrowseProperty ctlPathEditLabel
dlgBrowse ctlPathEditLabel Text 15 237 50 15 3 &Ime mape: ctlPathEdit dlgBrowse ctlPathEditLabel Text 15 237 50 15 3 &Folder: ctlPathEdit
dlgBrowse ctlPathEdit PathEdit 65 237 320 18 11 _BrowseProperty ctlOK dlgBrowse ctlPathEdit PathEdit 65 237 320 18 11 _BrowseProperty ctlOK
dlgBrowse ctlOK PushButton 260 265 60 20 3 &V redu ctlCancel dlgBrowse ctlOK PushButton 260 265 60 20 3 OK ctlCancel
dlgBrowse ctlCancel PushButton 325 265 60 20 3 Prekini ctlBannerBitmap dlgBrowse ctlCancel PushButton 325 265 60 20 3 Cancel ctlBannerBitmap
dlgBrowseAdmin ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgBrowseAdmin ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgBrowseAdmin ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Izberite mapo za namestitveno podobo. ctlDirectoryComboLabel dlgBrowseAdmin ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Change current administrative installation folder. ctlDirectoryComboLabel
dlgBrowseAdmin ctlDirectoryComboLabel Text 15 60 40 15 3 &Glej v: ctlDirectoryCombo dlgBrowseAdmin ctlDirectoryComboLabel Text 15 60 40 15 3 &Look in: ctlDirectoryCombo
dlgBrowseAdmin ctlDirectoryCombo DirectoryCombo 55 60 280 80 458755 TARGETDIR ctlUp dlgBrowseAdmin ctlDirectoryCombo DirectoryCombo 55 60 280 80 458755 TARGETDIR ctlUp
dlgBrowseAdmin ctlUp PushButton 340 60 18 18 3670019 binUIMapaGor.ico ctlNewFolder V nadrejeno mapo| dlgBrowseAdmin ctlUp PushButton 340 60 18 18 3670019 binUIFolderUp.ico ctlNewFolder Up One Level|
dlgBrowseAdmin ctlNewFolder PushButton 365 60 18 18 3670019 binUIMapaNova.ico ctlDirectoryList Ustvari novo mapo| dlgBrowseAdmin ctlNewFolder PushButton 365 60 18 18 3670019 binUIFolderNew.ico ctlDirectoryList Create A New Folder|
dlgBrowseAdmin ctlDirectoryList DirectoryList 15 83 370 149 7 TARGETDIR ctlPathEditLabel dlgBrowseAdmin ctlDirectoryList DirectoryList 15 83 370 149 7 TARGETDIR ctlPathEditLabel
dlgBrowseAdmin ctlPathEditLabel Text 15 237 50 15 3 &Ime mape: ctlPathEdit dlgBrowseAdmin ctlPathEditLabel Text 15 237 50 15 3 &Folder: ctlPathEdit
dlgBrowseAdmin ctlPathEdit PathEdit 65 237 320 18 3 TARGETDIR ctlOK dlgBrowseAdmin ctlPathEdit PathEdit 65 237 320 18 3 TARGETDIR ctlOK
dlgBrowseAdmin ctlOK PushButton 260 265 60 20 3 &V redu ctlCancel dlgBrowseAdmin ctlOK PushButton 260 265 60 20 3 OK ctlCancel
dlgBrowseAdmin ctlCancel PushButton 325 265 60 20 3 Prekini ctlBannerBitmap dlgBrowseAdmin ctlCancel PushButton 325 265 60 20 3 Cancel ctlBannerBitmap
dlgDiskCost ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgDiskCost ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgDiskCost ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Prostorske zahteve ctlVolumeList dlgDiskCost ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Disk Space Requirements ctlVolumeList
dlgDiskCost ctlVolumeList VolumeCostList 15 60 370 195 393223 {60}{60}{60}{60}{60} ctlClose dlgDiskCost ctlVolumeList VolumeCostList 15 60 370 195 393223 {60}{60}{60}{60}{60} ctlClose
dlgDiskCost ctlClose PushButton 325 265 60 20 3 &Zapri ctlBannerBitmap dlgDiskCost ctlClose PushButton 325 265 60 20 3 &Close ctlBannerBitmap
dlgOutOfDisk ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgOutOfDisk ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgOutOfDisk ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Premalo prostora ctlVolumeListLabel dlgOutOfDisk ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Out of Disk Space ctlVolumeListLabel
dlgOutOfDisk ctlVolumeListLabel Text 15 60 370 36 3 Oznaèeni pogoni (èe obstajajo) nimajo dovolj prostora za trenutno izbrane dele. Lahko sprostite nekaj prostora na izbranih pogonih, izberete manj delov za namestitev ali pa izberete druge pogone za namestitev. ctlVolumeList dlgOutOfDisk ctlVolumeListLabel Text 15 60 370 36 3 The highlighted volumes (if any) do not have enough disk space available for the currently selected features. You can either remove some files from the highlighted volumes, or choose to install less features onto local drive(s), or select different destination drive(s). ctlVolumeList
dlgOutOfDisk ctlVolumeList VolumeCostList 15 96 370 159 393223 {60}{60}{60}{60}{60} ctlClose dlgOutOfDisk ctlVolumeList VolumeCostList 15 96 370 159 393223 {60}{60}{60}{60}{60} ctlClose
dlgOutOfDisk ctlClose PushButton 325 265 60 20 3 &Zapri ctlBannerBitmap dlgOutOfDisk ctlClose PushButton 325 265 60 20 3 &Close ctlBannerBitmap
dlgOutOfDiskRB ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgOutOfDiskRB ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgOutOfDiskRB ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Premalo prostora ctlVolumeListLabel dlgOutOfDiskRB ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Out of Disk Space ctlVolumeListLabel
dlgOutOfDiskRB ctlVolumeListLabel Text 15 60 370 36 3 Oznaèeni pogoni (èe obstajajo) nimajo dovolj prostora za trenutno izbrane dele. Lahko sprostite nekaj prostora na izbranih pogonih, izberete manj delov za namestitev ali pa izberete druge pogone za namestitev. ctlVolumeList dlgOutOfDiskRB ctlVolumeListLabel Text 15 60 370 36 3 The highlighted volumes (if any) do not have enough disk space available for the currently selected features. You can either remove some files from the highlighted volumes, or choose to install less features onto local drive(s), or select different destination drive(s). ctlVolumeList
dlgOutOfDiskRB ctlVolumeList VolumeCostList 15 96 370 118 4587527 {60}{60}{60}{60}{60} ctlText dlgOutOfDiskRB ctlVolumeList VolumeCostList 15 96 370 118 4587527 {60}{60}{60}{60}{60} ctlText
dlgOutOfDiskRB ctlText Text 15 219 370 36 3 Lahko se odloèite, da onemogoèite možnost obnovitve prvotnega stanja. Obnovitev prvotnega stanja omogoèa namestitvi ponovno vrnitev v stanje raèunalnika pred namestitvijo, èe namestitev ne uspe. Kliknite »Da«, èe želite tvegati, da vrnitev v prvotno stanje ne bo možna. ctlYes dlgOutOfDiskRB ctlText Text 15 219 370 36 3 Alternatively, you may choose to disable the installer's rollback functionality. This allows the installer to restore your computer's original state should the installation be interrupted in any way. Click Yes if you wish to take the risk to disable rollback. ctlYes
dlgOutOfDiskRB ctlYes PushButton 260 265 60 20 3 &Da ctlNo dlgOutOfDiskRB ctlYes PushButton 260 265 60 20 3 &Yes ctlNo
dlgOutOfDiskRB ctlNo PushButton 325 265 60 20 3 &Ne ctlBannerBitmap dlgOutOfDiskRB ctlNo PushButton 325 265 60 20 3 &No ctlBannerBitmap
dlgProgress ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgProgress ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgProgress ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][Progress1] [SimpleProductName] ... ctlProgressBar dlgProgress ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][Progress1] [SimpleProductName]... ctlProgressBar
dlgProgress ctlProgressBar ProgressBar 30 155 340 15 65537 Konèano ctlActionText dlgProgress ctlProgressBar ProgressBar 30 155 340 15 65537 Progress done ctlActionText
dlgProgress ctlActionText Text 30 175 340 15 196611 ctlBannerBitmap dlgProgress ctlActionText Text 30 175 340 15 196611 ctlBannerBitmap
dlgWait ctlText Text 15 15 230 12 3 [WaitMessage] dlgWait ctlText Text 15 15 230 12 3 [WaitMessage]
dlgCancel ctlIcon Icon 15 15 24 24 5242881 binUIObvestilo.ico ctlText Obvestilo| dlgCancel ctlIcon Icon 15 15 24 24 5242881 binUIInfo.ico ctlText Information icon|
dlgCancel ctlText Text 44 15 201 24 3 Ali ste preprièani, da želite prekiniti namestitev programa [SimpleProductName]? ctlYes dlgCancel ctlText Text 44 15 201 24 3 Are you sure you want to cancel [SimpleProductName] installation? ctlYes
dlgCancel ctlYes PushButton 67 49 60 20 3 &Da ctlNo dlgCancel ctlYes PushButton 67 49 60 20 3 &Yes ctlNo
dlgCancel ctlNo PushButton 132 49 60 20 3 &Ne ctlIcon dlgCancel ctlNo PushButton 132 49 60 20 3 &No ctlIcon
dlgError ErrorIcon Icon 15 15 24 24 5242881 binUIObvestilo.ico Obvestilo| dlgError ErrorIcon Icon 15 15 24 24 5242881 binUIInfo.ico Information icon|
dlgError ErrorText Text 44 15 201 60 3 Besedilo dlgError ErrorText Text 44 15 201 60 3 Information text
dlgError O PushButton 100 85 60 20 3 &V redu dlgError O PushButton 100 85 60 20 3 OK
dlgError C PushButton 100 85 60 20 3 Prekini dlgError C PushButton 100 85 60 20 3 Cancel
dlgError Y PushButton 100 85 60 20 3 &Da dlgError Y PushButton 100 85 60 20 3 &Yes
dlgError N PushButton 100 85 60 20 3 &Ne dlgError N PushButton 100 85 60 20 3 &No
dlgError A PushButton 100 85 60 20 3 Prekini dlgError A PushButton 100 85 60 20 3 Cancel
dlgError R PushButton 100 85 60 20 3 &Ponovi dlgError R PushButton 100 85 60 20 3 &Retry
dlgError I PushButton 100 85 60 20 3 P&rezri dlgError I PushButton 100 85 60 20 3 &Ignore
FilesInUse ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle FilesInUse ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
FilesInUse ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Datoteke v uporabi ctlText FilesInUse ctlTitle Text 15 15 320 15 196611 [DlgTitleFont]Files in Use ctlText
FilesInUse ctlText Text 15 60 370 24 3 Naslednji programi uporabljajo datoteke, ki jih mora ta namestitev posodobiti. Prosimo, zaprite te programe in nato kliknite gumb »Ponovi« za nadaljevanje ali »Prekini« za konèanje: ctlList FilesInUse ctlText Text 15 60 370 24 3 The following applications are using files that need to be updated by this setup. Close these applications and then click Retry to continue the installation or Cancel to exit it. ctlList
FilesInUse ctlList ListBox 15 84 370 171 3 FileInUseProcess ctlRetry FilesInUse ctlList ListBox 15 84 370 171 3 FileInUseProcess ctlRetry
FilesInUse ctlRetry PushButton 195 265 60 20 3 &Ponovi ctlIgnore FilesInUse ctlRetry PushButton 195 265 60 20 3 &Retry ctlIgnore
FilesInUse ctlIgnore PushButton 260 265 60 20 3 P&rezri ctlAbort FilesInUse ctlIgnore PushButton 260 265 60 20 3 &Ignore ctlAbort
FilesInUse ctlAbort PushButton 325 265 60 20 3 Prekini ctlBannerBitmap FilesInUse ctlAbort PushButton 325 265 60 20 3 Cancel ctlBannerBitmap
dlgFinished ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgFinished ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgFinished ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][Progress2] programa [SimpleProductName] je konèana. ctlClose dlgFinished ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][SimpleProductName] [Progress1] Completed ctlClose
dlgFinished ctlClose PushButton 325 265 60 20 3 &Zapri ctlBannerBitmap dlgFinished ctlClose PushButton 325 265 60 20 3 &Close ctlBannerBitmap
dlgUserExit ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgUserExit ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgUserExit ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][Progress2] programa [SimpleProductName] je bila prekinjena. ctlText1 dlgUserExit ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][SimpleProductName] [Progress2] Interrupted ctlText1
dlgUserExit ctlText1 Text 15 60 370 24 196611 Namestitev programa [SimpleProductName] je bila prekinjena na vašo zahtevo, zato program ni bil namešèen. Vaš sistem je v stanju, kot je bil pred zaèetkom namestitve. ctlText2 dlgUserExit ctlText1 Text 15 60 370 24 196611 [SimpleProductName] setup was interrupted on your request. Therefore, the programme was not installed. Your system has not been modified. ctlText2
dlgUserExit ctlText2 Text 15 89 370 12 196611 Èe ste namestitev prekinili pomotoma, jo ponovno poženite. ctlClose dlgUserExit ctlText2 Text 15 89 370 12 196611 If you interrupted the installation by accident, please run the installation again. ctlClose
dlgUserExit ctlClose PushButton 325 265 60 20 3 &Zapri ctlBannerBitmap dlgUserExit ctlClose PushButton 325 265 60 20 3 &Close ctlBannerBitmap
dlgFailed ctlBannerBitmap Bitmap 0 0 400 45 1 binUIGlava.bmp ctlTitle dlgFailed ctlBannerBitmap Bitmap 0 0 400 45 1 binUIHeader.bmp ctlTitle
dlgFailed ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][Progress2] programa [SimpleProductName] se je zakljuèila predèasno. ctlText1 dlgFailed ctlTitle Text 15 15 320 15 196611 [DlgTitleFont][SimpleProductName] [Progress2] Ended Prematurely ctlText1
dlgFailed ctlText1 Text 15 60 370 24 196611 Namestitev programa [SimpleProductName] se je zakljuèila predèasno zaradi napake, zato program ni bil namešèen. Vaš sistem je v stanju, kot je bil pred zaèetkom namestitve. ctlText2 dlgFailed ctlText1 Text 15 60 370 24 196611 [SimpleProductName] setup ended prematurely because of an error. Therefore, the programme was not installed. Your system has not been modified. ctlText2
dlgFailed ctlText2 Text 15 89 370 24 196611 Prosimo, poskusite ponovno ali se obrnite na [Manufacturer] (tel. [ARPHELPTELEPHONE]). ctlClose dlgFailed ctlText2 Text 15 89 370 24 196611 Please try again, or contact [Manufacturer] (phone [ARPHELPTELEPHONE]). ctlClose
dlgFailed ctlClose PushButton 325 265 60 20 3 &Zapri ctlBannerBitmap dlgFailed ctlClose PushButton 325 265 60 20 3 &Close ctlBannerBitmap
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).Control-2.idt" : "Sl.$(PLAT).$(CFG).Control-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).Control-2.idt" : "En.$(PLAT).$(CFG).Control-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).Control-2.idt" : "Sl.$(PLAT).$(CFG).Control-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).Control-2.idt" : "En.$(PLAT).$(CFG).Control-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).Control-2.idt" : "Sl.$(PLAT).$(CFG).Control-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Control-2.idt" : "Sl.$(PLAT).$(CFG).Control-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).Control-2.idt" : "En.$(PLAT).$(CFG).Control-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Control-2.idt" : "En.$(PLAT).$(CFG).Control-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# ControlCondition # ControlCondition
@ -374,36 +374,36 @@ dlgUserExit ctlClose EndDialog Exit 1 1000
dlgFailed ctlClose EndDialog Exit 1 1000 dlgFailed ctlClose EndDialog Exit 1 1000
<<NOKEEP <<NOKEEP
"Sl.$(PLAT).$(CFG).ControlEvent-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).ControlEvent-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Dialog_ Control_ Event Argument Condition Ordering Dialog_ Control_ Event Argument Condition Ordering
s$(MSIBUILD_LENGTH_ID) s50 s50 s255 S255 I2 s$(MSIBUILD_LENGTH_ID) s50 s50 s255 S255 I2
1250 ControlEvent Dialog_ Control_ Event Argument Condition 1252 ControlEvent Dialog_ Control_ Event Argument Condition
dlgLicenseAgreement ctlContinue [WaitMessage] Ugotavljanje potrebnega prostora za namestitev ... 1 99 dlgLicenseAgreement ctlContinue [WaitMessage] Determining required space for installation... 1 99
dlgResume ctlContinue [WaitMessage] Ugotavljanje potrebnega prostora za namestitev ... 1 99 dlgResume ctlContinue [WaitMessage] Determining required space for installation... 1 99
dlgTypeMaintenance ctlContinue [ButtonTextInstall] &Spremeni zdaj InstallMode="Change" 500 dlgTypeMaintenance ctlContinue [ButtonTextInstall] &Modify now InstallMode="Change" 500
dlgTypeMaintenance ctlContinue [TitleCustomize] Sprememba namešèenih delov InstallMode="Change" 501 dlgTypeMaintenance ctlContinue [TitleCustomize] Installed Features Selection InstallMode="Change" 501
dlgTypeMaintenance ctlContinue [Progress1] Spreminjam InstallMode="Change" 502 dlgTypeMaintenance ctlContinue [Progress1] Modifying InstallMode="Change" 502
dlgTypeMaintenance ctlContinue [Progress2] Sprememba InstallMode="Change" 503 dlgTypeMaintenance ctlContinue [Progress2] Modification InstallMode="Change" 503
dlgTypeMaintenance ctlContinue [Progress1] Obnavljam InstallMode="Repair" 504 dlgTypeMaintenance ctlContinue [Progress1] Repairing InstallMode="Repair" 504
dlgTypeMaintenance ctlContinue [Progress2] Obnova InstallMode="Repair" 505 dlgTypeMaintenance ctlContinue [Progress2] Repair InstallMode="Repair" 505
dlgTypeMaintenance ctlContinue [Progress1] Odstranjujem InstallMode="Remove" 506 dlgTypeMaintenance ctlContinue [Progress1] Removing InstallMode="Remove" 506
dlgTypeMaintenance ctlContinue [Progress2] Odstranitev InstallMode="Remove" 507 dlgTypeMaintenance ctlContinue [Progress2] Removal InstallMode="Remove" 507
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).ControlEvent-2.idt" : "Sl.$(PLAT).$(CFG).ControlEvent-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).ControlEvent-2.idt" : "En.$(PLAT).$(CFG).ControlEvent-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).ControlEvent-2.idt" : "Sl.$(PLAT).$(CFG).ControlEvent-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).ControlEvent-2.idt" : "En.$(PLAT).$(CFG).ControlEvent-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).ControlEvent-2.idt" : "Sl.$(PLAT).$(CFG).ControlEvent-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).ControlEvent-2.idt" : "Sl.$(PLAT).$(CFG).ControlEvent-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).ControlEvent-2.idt" : "En.$(PLAT).$(CFG).ControlEvent-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).ControlEvent-2.idt" : "En.$(PLAT).$(CFG).ControlEvent-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# CustomAction # CustomAction
@ -457,27 +457,27 @@ dlgUserExit 50 50 400 300 3 [Setup] [SimpleProductName] [DisplayVersion] ctlTitl
dlgFailed 50 50 400 300 3 [Setup] [SimpleProductName] [DisplayVersion] ctlTitle ctlClose ctlClose dlgFailed 50 50 400 300 3 [Setup] [SimpleProductName] [DisplayVersion] ctlTitle ctlClose ctlClose
<<NOKEEP <<NOKEEP
"Sl.$(PLAT).$(CFG).Dialog-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Dialog-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Dialog HCentering VCentering Width Height Attributes Title Control_First Control_Default Control_Cancel Dialog HCentering VCentering Width Height Attributes Title Control_First Control_Default Control_Cancel
s$(MSIBUILD_LENGTH_ID) i2 i2 i2 i2 I4 L128 s50 S50 S50 s$(MSIBUILD_LENGTH_ID) i2 i2 i2 i2 I4 L128 s50 S50 S50
1250 Dialog Dialog 1252 Dialog Dialog
dlgError 50 50 260 120 65539 Napaka ErrorText dlgError 50 50 260 120 65539 Installer Information ErrorText
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).Dialog-2.idt" : "Sl.$(PLAT).$(CFG).Dialog-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).Dialog-2.idt" : "En.$(PLAT).$(CFG).Dialog-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).Dialog-2.idt" : "Sl.$(PLAT).$(CFG).Dialog-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).Dialog-2.idt" : "En.$(PLAT).$(CFG).Dialog-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).Dialog-2.idt" : "Sl.$(PLAT).$(CFG).Dialog-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Dialog-2.idt" : "Sl.$(PLAT).$(CFG).Dialog-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).Dialog-2.idt" : "En.$(PLAT).$(CFG).Dialog-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Dialog-2.idt" : "En.$(PLAT).$(CFG).Dialog-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# EventMapping # EventMapping
@ -553,61 +553,61 @@ ErrorDialog dlgError
InstallModeRB Change InstallModeRB Change
<<NOKEEP <<NOKEEP
"Sl.$(PLAT).$(CFG).Property-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).Property-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Property Value Property Value
s$(MSIBUILD_LENGTH_ID) l0 s$(MSIBUILD_LENGTH_ID) l0
1250 Property Property 1252 Property Property
Progress1 Namešèam Progress1 Installing
Progress2 Namestitev Progress2 Setup
Setup Namestitev Setup Setup
Wizard Èarovnik za namestitev Wizard Setup Wizard
TitleCustomize Namestitev po meri TitleCustomize Custom Installation
ButtonTextInstall &Namesti zdaj ButtonTextInstall &Install Now
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).Property-2.idt" : "Sl.$(PLAT).$(CFG).Property-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).Property-2.idt" : "En.$(PLAT).$(CFG).Property-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).Property-2.idt" : "Sl.$(PLAT).$(CFG).Property-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).Property-2.idt" : "En.$(PLAT).$(CFG).Property-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).Property-2.idt" : "Sl.$(PLAT).$(CFG).Property-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Property-2.idt" : "Sl.$(PLAT).$(CFG).Property-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).Property-2.idt" : "En.$(PLAT).$(CFG).Property-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).Property-2.idt" : "En.$(PLAT).$(CFG).Property-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# RadioButton # RadioButton
All :: "$(LANG).$(PLAT).$(CFG).RadioButton-2.idt" All :: "$(LANG).$(PLAT).$(CFG).RadioButton-2.idt"
"Sl.$(PLAT).$(CFG).RadioButton-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak" "En.$(PLAT).$(CFG).RadioButton-2.idtx" : "Makefile" "..\..\include\MSIBuildCfg.mak"
-if exist $@ del /f /q $@ -if exist $@ del /f /q $@
move /y << $@ > NUL move /y << $@ > NUL
Property Order Value X Y Width Height Text Help Property Order Value X Y Width Height Text Help
s$(MSIBUILD_LENGTH_ID) i2 s64 i2 i2 i2 i2 L64 L$(MSIBUILD_LENGTH_HELP) s$(MSIBUILD_LENGTH_ID) i2 s64 i2 i2 i2 i2 L64 L$(MSIBUILD_LENGTH_HELP)
1250 RadioButton Property Order 1252 RadioButton Property Order
InstallModeRB 1 Change 0 0 370 15 &Spremeni Omogoèa, da sami izberete, kateri deli programa so namešèeni.| InstallModeRB 1 Change 0 0 370 15 &Modify Allows you to change the which features are installed.|
InstallModeRB 2 Repair 0 20 370 15 Ob&novi Odpravi napake pri namestitvi programa - popravi pokvarjene ali manjkajoèe datoteke, bližnjice in zapise v registru.| InstallModeRB 2 Repair 0 20 370 15 &Repair Repairs errors in the most recent installation state - fixes missing or corrupt files, shortcuts and registry entries.|
InstallModeRB 3 Remove 0 40 370 15 &Odstrani Odstrani program z vašega raèunalnika.| InstallModeRB 3 Remove 0 40 370 15 &Remove Removes the programme from your computer.|
<<NOKEEP <<NOKEEP
"De.$(PLAT).$(CFG).RadioButton-2.idt" : "Sl.$(PLAT).$(CFG).RadioButton-2.idtx" "..\res\de_DE.po" "De.$(PLAT).$(CFG).RadioButton-2.idt" : "En.$(PLAT).$(CFG).RadioButton-2.idtx" "..\L10N\de_DE.po"
rcxgettext.exe idtp $@ $** rcxgettext.exe idtp $@ $**
"En.$(PLAT).$(CFG).RadioButton-2.idt" : "Sl.$(PLAT).$(CFG).RadioButton-2.idtx" "..\res\en_GB.po" "En.$(PLAT).$(CFG).RadioButton-2.idt" : "En.$(PLAT).$(CFG).RadioButton-2.idtx"
rcxgettext.exe idtp $@ $**
"It.$(PLAT).$(CFG).RadioButton-2.idt" : "Sl.$(PLAT).$(CFG).RadioButton-2.idtx" "..\res\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).RadioButton-2.idt" : "Sl.$(PLAT).$(CFG).RadioButton-2.idtx"
copy /y $** $@ > NUL copy /y $** $@ > NUL
"It.$(PLAT).$(CFG).RadioButton-2.idt" : "En.$(PLAT).$(CFG).RadioButton-2.idtx" "..\L10N\it_IT.po"
rcxgettext.exe idtp $@ $**
"Sl.$(PLAT).$(CFG).RadioButton-2.idt" : "En.$(PLAT).$(CFG).RadioButton-2.idtx" "..\L10N\sl_SI.po"
rcxgettext.exe idtp $@ $**
###################################################################### ######################################################################
# TextStyle # TextStyle

13
UI/build_all.bat Normal file
View File

@ -0,0 +1,13 @@
@echo off
nmake.exe /ls All LANG=En CFG=Debug PLAT=Win32
nmake.exe /ls All LANG=It CFG=Debug PLAT=Win32
nmake.exe /ls All LANG=Sl CFG=Debug PLAT=Win32
nmake.exe /ls All LANG=En CFG=Debug PLAT=x64
nmake.exe /ls All LANG=It CFG=Debug PLAT=x64
nmake.exe /ls All LANG=Sl CFG=Debug PLAT=x64
nmake.exe /ls All LANG=En CFG=Release PLAT=Win32
nmake.exe /ls All LANG=It CFG=Release PLAT=Win32
nmake.exe /ls All LANG=Sl CFG=Release PLAT=Win32
nmake.exe /ls All LANG=En CFG=Release PLAT=x64
nmake.exe /ls All LANG=It CFG=Release PLAT=x64
nmake.exe /ls All LANG=Sl CFG=Release PLAT=x64

13
UI/clean_all.bat Normal file
View File

@ -0,0 +1,13 @@
@echo off
nmake.exe /ls Clean LANG=En CFG=Debug PLAT=Win32
nmake.exe /ls Clean LANG=It CFG=Debug PLAT=Win32
nmake.exe /ls Clean LANG=Sl CFG=Debug PLAT=Win32
nmake.exe /ls Clean LANG=En CFG=Debug PLAT=x64
nmake.exe /ls Clean LANG=It CFG=Debug PLAT=x64
nmake.exe /ls Clean LANG=Sl CFG=Debug PLAT=x64
nmake.exe /ls Clean LANG=En CFG=Release PLAT=Win32
nmake.exe /ls Clean LANG=It CFG=Release PLAT=Win32
nmake.exe /ls Clean LANG=Sl CFG=Release PLAT=Win32
nmake.exe /ls Clean LANG=En CFG=Release PLAT=x64
nmake.exe /ls Clean LANG=It CFG=Release PLAT=x64
nmake.exe /ls Clean LANG=Sl CFG=Release PLAT=x64

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff