[izpack-changes] r1909 - izpack-src/trunk/bin/langpacks/installer

noreply at berlios.de noreply at berlios.de
Tue Nov 20 09:02:53 CET 2007


Author: dreil
Date: 2007-11-20 09:02:51 +0100 (Tue, 20 Nov 2007)
New Revision: 1909

Modified:
   izpack-src/trunk/bin/langpacks/installer/deu.xml
   izpack-src/trunk/bin/langpacks/installer/eng.xml
Log:
added modify installation mode.

Modified: izpack-src/trunk/bin/langpacks/installer/deu.xml
===================================================================
--- izpack-src/trunk/bin/langpacks/installer/deu.xml	2007-11-20 08:02:22 UTC (rev 1908)
+++ izpack-src/trunk/bin/langpacks/installer/deu.xml	2007-11-20 08:02:51 UTC (rev 1909)
@@ -25,6 +25,7 @@
     <str id="SummaryPanel.headline" txt="Zusammenfassung Konfigurationsdaten"/>
     <str id="TargetPanel.headline" txt="Installationspfad"/>
     <str id="UserInputPanel.headline" txt="Benutzerdaten"/>
+    <str id="InstallationTypePanel.headline" txt="Installationsart" />
     
     <!-- General installer strings -->
     <str id="installer.title" txt="IzPack - Installation von "/>
@@ -68,6 +69,10 @@
     <str id="LicencePanel.no" txt="Nein"/>
     <str id="InfoPanel.info" txt="Bitte lesen Sie die folgenden Informationen:"/>
     
+    <str id="InstallationTypePanel.info" txt="Bitte wählen Sie die Installationsart:" />
+    <str id="InstallationTypePanel.normal" txt="Neue Installation" />
+    <str id="InstallationTypePanel.modify" txt="Installation anpassen" />
+    
     <str id="PathInputPanel.required" txt="Das gewählte Verzeichnis muss existieren."/>
     <str id="PathInputPanel.notValid" txt="Das gewählte Verzeichnis enthält nicht das benötigte Produkt."/>
 
@@ -105,7 +110,9 @@
     <str id="PacksPanel.notEnoughSpace" 
     	txt="Der erforderliche Festplattenplatz für die Installation ist größer als der zur Verfügung stehende Speicherplatz."/>
     <str id="PacksPanel.notAscertainable" txt="nicht bestimmbar"/>
+    <str id="PacksPanel.installedpacks.summarycaption" txt="Bereits installierte Pakete"/>
     
+    
     <str id="InstallPanel.info" txt="Starten Sie hier die Installation:"/>
     <str id="InstallPanel.install" txt="Installieren!"/>
     <str id="InstallPanel.tip" txt="Installationsfortschritt des Pakets:"/>

Modified: izpack-src/trunk/bin/langpacks/installer/eng.xml
===================================================================
--- izpack-src/trunk/bin/langpacks/installer/eng.xml	2007-11-20 08:02:22 UTC (rev 1908)
+++ izpack-src/trunk/bin/langpacks/installer/eng.xml	2007-11-20 08:02:51 UTC (rev 1909)
@@ -25,6 +25,7 @@
     <str id="SummaryPanel.headline" txt="Summary Configuration Data"/>
     <str id="TargetPanel.headline" txt="Target Path"/>
     <str id="UserInputPanel.headline" txt="User Data"/>
+    <str id="InstallationTypePanel.headline" txt="Installation Type" />
     
     <!-- General installer strings -->
     <str id="installer.title" txt="IzPack - Installation of "/>
@@ -67,6 +68,10 @@
     <str id="LicencePanel.yes" txt="Yes"/>
     <str id="LicencePanel.no" txt="No"/>
     
+    <str id="InstallationTypePanel.info" txt="Please choose the type of installation:" />
+    <str id="InstallationTypePanel.normal" txt="New installation" />
+    <str id="InstallationTypePanel.modify" txt="Modify installation" />
+    
     <str id="InfoPanel.info" txt="Please read the following information: "/>
     
     <str id="PathInputPanel.required" txt="The chosen directory should exist."/>



More information about the izpack-changes mailing list