forked from bovender/ExcelAddinInstaller
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmessages.iss
66 lines (50 loc) · 4.3 KB
/
messages.iss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
; Excel-related messages - default
;taskActivate=Register and activate the add-in in Excel
ExcelNotInstalled=Excel not installed
ExcelNotInstalledCaption=This is the CoolProp add-in for Microsoft Excel version 2000 or later.
ExcelNotInstalledExplanation=Excel does not appear to be installed on this system. The addin files will be copied to your system, but you will not be able to use the addin unless you install Microsoft Excel.
ExcelIsRunning=Welcome to CoolProp!%n%nSetup has detected that Excel is running.%nExcel needs to be closed in order to continue;%nSetup will now attempt to remotely close Excel.%n%n(You will be asked to save any changes to your workbooks.)
; Excel-related messages - German
;Deutsch.taskActivate=Das Addin in Excel registrieren und aktivieren
Deutsch.ExcelNotInstalled=Excel ist nicht installiert
Deutsch.ExcelNotInstalledCaption=Dies ist das CoolProp Addin für Microsoft Excel ab Version 2000.
Deutsch.ExcelNotInstalledExplanation=Excel scheint nicht installiert zu sein. Die Dateien werden zwar auf Ihre Festplatte kopiert werden, aber um das Addin zu verwenden, benötigen Sie Microsoft Excel.
Deutsch.ExcelIsRunning=Willkommen bei CoolProp!%n%nDas Installationsprogramm hat festgestellt, daß Excel%nmomentan ausgeführt wird. Excel muß beendet werden,%ndamit das Addin installiert werden kann.%nEs wird nun versucht, Excel automatisch zu beenden.%n%n(Sie haben die Möglichkeit, Ihre veränderten Dateien%nzu speichern.)
; Excel-related messages - Danish
;Dansk.taskActivate=Registrerer og aktiverer add-in i Excel
Dansk.ExcelNotInstalled=Excel er ikke installeret
Dansk.ExcelNotInstalledCaption=Dette er CoolProp for Microsoft Excel fra version 2000.
Dansk.ExcelNotInstalledExplanation=Det ser ud som om Excel ikke er installeret på denne maskine. Filerne bliver gemt på harddiksen, men du skal have Microsoft Excel for at bruge dem.
Dansk.ExcelIsRunning=Velkommen til CoolProp!%n%nInstallationsprogrammet har fundet tegn på, at Excel%nkører i øjeblikket. Excel skal lukkes ned for at%nfortsætte med installationen.%nExcel bliver nu lukket automatisk.%n%n(Du får mulighed for at gemme ændringerne i dine filer.)
; Task descriptions - default
taskSharedLibs=Install shared libraries
taskSharedLibs32BitCdecl=Make the 32bit cdecl library the default CoolProp.dll
taskSharedLibs32BitStdcall=Make the 32bit stdcall library the default CoolProp.dll
taskSharedLibs64Bitx86_64=Make the 64bit (x86_64 arch) library the default CoolProp.dll
taskSharedLibs64Bitarm64=Make the 64bit (arm64 arch) library the default CoolProp.dll
taskExcelAddin=Install the add-in for Microsoft Excel
;taskExcelAddinExample=Copy an Excel example file to the desktop
;taskExcelAddinActivate=Register and activate the add-in in Excel
taskEesUserLib=Install CoolProp user library for Engineering Equation Solver (EES)
;taskEesUserLibExample=Copy an EES example file to the desktop
; Task descriptions - German
Deutsch.taskSharedLibs=Install shared libraries
Deutsch.taskSharedLibs32BitCdecl=Make the 32bit cdecl library the default CoolProp.dll
Deutsch.taskSharedLibs32BitStdcall=Make the 32bit stdcall library the default CoolProp.dll
Deutsch.taskSharedLibs64Bitx86_64=Make the 64bit (x86_64 arch) library the default CoolProp.dll
Deutsch.taskSharedLibs64Bitarm64=Make the 64bit (arm64 arch) library the default CoolProp.dll
Deutsch.taskExcelAddin=Add-in für Microsoft Excel installieren
;Deutsch.taskExcelAddinExample=Copy an Excel example file to the desktop
;Deutsch.taskExcelAddinActivate=Register and activate the add-in in Excel
Deutsch.taskEesUserLib=CoolProp für Engineering Equation Solver (EES) installieren
;Deutsch.taskEesUserLibExample=Copy an EES example file to the desktop
; Task descriptions - Danish
Dansk.taskSharedLibs=Install shared libraries
Dansk.taskSharedLibs32BitCdecl=Make the 32bit cdecl library the default CoolProp.dll
Dansk.taskSharedLibs32BitStdcall=Make the 32bit stdcall library the default CoolProp.dll
Dansk.taskSharedLibs64Bit=Make the 64bit library the default CoolProp.dll
Dansk.taskExcelAddin=Installerer CoolProp for Microsoft Excel
;Dansk.taskExcelAddinExample=Copy an Excel example file to the desktop
;Dansk.taskExcelAddinActivate=Register and activate the add-in in Excel
Dansk.taskEesUserLib=Installerer CoolProp for Engineering Equation Solver (EES)
;Dansk.taskEesUserLibExample=Copy an EES example file to the desktop