diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2012-11-06 16:00:06 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2012-11-06 16:00:06 +0100 |
commit | 53c6647f34ffb062fa685ecff2c14d9e430b45ca (patch) | |
tree | fc3a456479b6f82c9d84816963e2a829d219b69d /trunk/pdf-over-gui/src/main/resources/izpack | |
parent | a55fa786cfe78ede4ce3166a3d8c5df9e9228878 (diff) | |
download | pdf-over-53c6647f34ffb062fa685ecff2c14d9e430b45ca.tar.gz pdf-over-53c6647f34ffb062fa685ecff2c14d9e430b45ca.tar.bz2 pdf-over-53c6647f34ffb062fa685ecff2c14d9e430b45ca.zip |
localization of installer
Diffstat (limited to 'trunk/pdf-over-gui/src/main/resources/izpack')
-rw-r--r-- | trunk/pdf-over-gui/src/main/resources/izpack/install.xml | 3 | ||||
-rw-r--r-- | trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml | 44 |
2 files changed, 47 insertions, 0 deletions
diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml index 016a05af..fc7dd77d 100644 --- a/trunk/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/trunk/pdf-over-gui/src/main/resources/izpack/install.xml @@ -31,11 +31,14 @@ <locale> <langpack iso3="eng" /> + <langpack iso3="deu" /> </locale> <resources> <res src="./unix_shortcutSpec.xml" id="Unix_shortcutSpec.xml" /> <res src="./win_shortcutSpec.xml" id="Win_shortcutSpec.xml" /> + <res src="./win_shortcutSpec_deu.xml" id="Win_shortcutSpec.xml_deu" /> <res src="./win_shortcutSpec.xml" id="shortcutSpec.xml" /> + <res src="./win_shortcutSpec_deu.xml" id="shortcutSpec.xml_deu" /> <res src="defaultInstallDir.txt" id="TargetPanel.dir.windows" /> <res id="JFrameIcon.png" src="icon16x16.png"/> <res src="./customicons.xml" id="customicons.xml" /> diff --git a/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml new file mode 100644 index 00000000..df482d5b --- /dev/null +++ b/trunk/pdf-over-gui/src/main/resources/izpack/win_shortcutSpec_deu.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> + +<shortcuts> + <!-- <skipIfNotSupported/> --> + <programGroup defaultName="PDFOver" + location="applications"/> + + <shortcut + name="PDFOver" + programGroup="yes" + desktop="yes" + applications="no" + startMenu="yes" + startup="no" + target="$INSTALL_PATH/scripts/pdfover_win.bat" + commandLine="" + workingDirectory="$INSTALL_PATH/lib" + description="PDFOver 4.0" + iconFile="$INSTALL_PATH/icons/icon.ico" + iconIndex="0" + type="Application" + encoding="UTF-8" + initialState="normal"> + <createForPack name="main"/> + </shortcut> + + <shortcut + name="Deinstallieren" + programGroup="yes" + desktop="no" + applications="no" + startMenu="yes" + startup="no" + target="$INSTALL_PATH/scripts/uninstall_win.bat" + commandLine="" + workingDirectory="$INSTALL_PATH/lib" + description="PDFOver 4.0 Uninstall" + type="Application" + encoding="UTF-8" + initialState="normal"> + <createForPack name="main"/> + </shortcut> + +</shortcuts>
\ No newline at end of file |