diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:12:55 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:12:55 +0000 |
commit | 8661bfe565ee8a1c96347b10576280547f3bbe9e (patch) | |
tree | e7b89bc6464f1d630139961a23b9875c09207a9d /pdf-over-gui/src/main/resources/izpack/install.xml | |
parent | 8b4b56ae617451174787d9e9f713b6b5264b7315 (diff) | |
download | pdf-over-8661bfe565ee8a1c96347b10576280547f3bbe9e.tar.gz pdf-over-8661bfe565ee8a1c96347b10576280547f3bbe9e.tar.bz2 pdf-over-8661bfe565ee8a1c96347b10576280547f3bbe9e.zip |
localization of installer
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@199 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/izpack/install.xml')
-rw-r--r-- | pdf-over-gui/src/main/resources/izpack/install.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index 016a05af..fc7dd77d 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/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" /> |