Author: nextgens
Date: 2006-08-20 09:53:54 +0000 (Sun, 20 Aug 2006)
New Revision: 10211
Added:
trunk/apps/new_installer/langpacks/
trunk/apps/new_installer/langpacks/cat.xml
trunk/apps/new_installer/langpacks/chn.xml
trunk/apps/new_installer/langpacks/cze.xml
trunk/apps/new_installer/langpacks/dan.xml
trunk/apps/new_installer/langpacks/deu.xml
trunk/apps/new_installer/langpacks/ell.xml
trunk/apps/new_installer/langpacks/eng.xml
trunk/apps/new_installer/langpacks/fin.xml
trunk/apps/new_installer/langpacks/fra.xml
trunk/apps/new_installer/langpacks/hun.xml
trunk/apps/new_installer/langpacks/ita.xml
trunk/apps/new_installer/langpacks/jpn.xml
trunk/apps/new_installer/langpacks/kor.xml
trunk/apps/new_installer/langpacks/mys.xml
trunk/apps/new_installer/langpacks/ned.xml
trunk/apps/new_installer/langpacks/nor.xml
trunk/apps/new_installer/langpacks/pol.xml
trunk/apps/new_installer/langpacks/por.xml
trunk/apps/new_installer/langpacks/rom.xml
trunk/apps/new_installer/langpacks/rus.xml
trunk/apps/new_installer/langpacks/scg.xml
trunk/apps/new_installer/langpacks/spa.xml
trunk/apps/new_installer/langpacks/svk.xml
trunk/apps/new_installer/langpacks/swe.xml
trunk/apps/new_installer/langpacks/testLangpacks.ksh
trunk/apps/new_installer/langpacks/tur.xml
trunk/apps/new_installer/langpacks/ukr.xml
Modified:
trunk/apps/new_installer/TODO
trunk/apps/new_installer/install.xml
Log:
new_installer: add the translation framework for packs
Modified: trunk/apps/new_installer/TODO
===================================================================
--- trunk/apps/new_installer/TODO 2006-08-19 21:26:29 UTC (rev 10210)
+++ trunk/apps/new_installer/TODO 2006-08-20 09:53:54 UTC (rev 10211)
@@ -1,6 +1,5 @@
TODO:
* update the welcome page if the fproxy port has changed (windows only)
- * l10n
* Fix uninstallation hooks
* New packs:
-Freemail
Modified: trunk/apps/new_installer/install.xml
===================================================================
--- trunk/apps/new_installer/install.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/install.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -68,6 +68,8 @@
<res src="RegistrySpec.xml" id="RegistrySpec.xml"/>
<res src="ProcessPanel.Spec.xml" id="ProcessPanel.Spec.xml"/>
<res src="res/license/LICENSE.Freenet"
id="LicencePanel.licence"/>
+
+ <res src="langpacks/fra.xml" id="packsLang.xml_fra"/>
<res src="Win_shortcutSpec.xml" id="shortcutSpec.xml"/>
<res src="Win_shortcutSpec.xml" id="Win_shortcutSpec.xml"/>
@@ -106,7 +108,7 @@
</panels>
<packs>
- <pack name="Base" required="yes">
+ <pack name="Base" id="base" required="yes">
<description>The base files</description>
<fileset dir="res/" targetdir="$INSTALL_PATH">
<exclude name="*/**/.svn"/>
@@ -120,14 +122,14 @@
<parsable targetfile="$INSTALL_PATH/freenet.ini"/>
</pack>
- <pack name="License" required="yes">
+ <pack name="License" id="license" required="yes">
<description>The licence files</description>
<file src="res/license/LICENSE.Freenet"
targetdir="$INSTALL_PATH"/>
<file src="res/license/LICENSE.Mantissa"
targetdir="$INSTALL_PATH"/>
<file src="res/license/README"
targetdir="$INSTALL_PATH"/>
</pack>
- <pack name="Windows" required="yes" os="windows">
+ <pack name="Windows" id="windows" required="yes" os="windows">
<os family="windows"/>
<description>A windows specific catch-all
pack</description>
@@ -142,7 +144,7 @@
<executable
targetfile="$INSTALL_PATH\bin\remove_service.bat" keep="true"
stage="uninstall"/>
</pack>
- <pack name="Unix" required="yes" os="unix">
+ <pack name="Unix" id="unix" required="yes" os="unix">
<os family="unix"/>
<description>An UNIX specific catch-all
pack</description>
@@ -157,38 +159,38 @@
<parsable targetfile="$INSTALL_PATH/bin/1run.sh"/>
</pack>
- <pack name="UninstallStuff" required="no">
+ <pack name="UninstallStuff" id="uninstall" required="no">
<os family="windows"/>
<description>Create uninstallation hooks in the
registry</description>
<executable
targetfile="$INSTALL_PATH\bin\uninstall_service.bat" os="windows" keep="true"
stage="uninstall"/>
</pack>
- <pack name="AutoUpdater" required="no">
+ <pack name="AutoUpdater" id="autoupdater" required="no">
<description>Allow the node to auto-update over freenet
securely. It's advised that you enable it to keep your node
up-to-date.</description>
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/update"/>
</pack>
- <pack name="STUN" required="no">
+ <pack name="STUN" id="stun" required="no">
<description>A plugin enabling the node to use STUN to
determine your external internet address. Note that this involves contacting an
external server so may be a security risk, however it improves connectivity
significantly for nodes behind a router with dynamical IP addresses (i.e. most
nodes).</description>
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/stun"/>
</pack>
- <pack name="Librarian" required="no">
+ <pack name="Librarian" id="librarian" required="no">
<description>A plugin allowing you to search the
freenet.</description>
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/librarian"/>
</pack>
- <pack name="jSite" required="no">
+ <pack name="jSite" id="jsite" required="no">
<description>A tool to upload websites to
freenet</description>
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/jsite"/>
</pack>
- <pack name="frost" required="no">
- <description>A message board application for freenet
(http://jtcfrost.sourceforge.net/</description>
+ <pack name="frost" id="frost" required="no">
+ <description>A message board application for freenet
(http://jtcfrost.sourceforge.net/)</description>
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/frost"/>
</pack>
- <pack name="thaw" required="no">
+ <pack name="thaw" id="thaw" required="no">
<description>A powerful filesharing tool designed for
freenet</description>
<singlefile src="res/license/LICENSE.Freenet"
target="$INSTALL_PATH/thaw"/>
</pack>
Added: trunk/apps/new_installer/langpacks/cat.xml
===================================================================
--- trunk/apps/new_installer/langpacks/cat.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/cat.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,104 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The Catalan langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Instal.laci? de "/>
+ <str id="installer.next" txt="Seg?ent"/>
+ <str id="installer.prev" txt="Anterior"/>
+ <str id="installer.quit" txt="Sortir"/>
+ <str id="installer.madewith" txt="(Fet amb IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Confirma que vol sortir?"/>
+ <str id="installer.quit.message" txt="Aix? cancel.lar? la instal.laci?!"/>
+ <str id="installer.warning" txt="Atenci?!"/>
+ <str id="installer.yes" txt="S?"/>
+ <str id="installer.no" txt="No"/>
+ <str id="installer.cancel" txt="Cancel.lar"/>
+ <str id="installer.error" txt="Error"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Aix? eliminar? l'aplicaci?
instal.lada!"/>
+ <str id="uninstaller.destroytarget" txt=" For?ar l'eliminaci? de "/>
+ <str id="uninstaller.uninstall" txt="Desinstal.lar"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Benvingut a la instal.laci? de "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Autor(s) d'aquest programa: "/>
+ <str id="HelloPanel.url" txt="P?gina d'aquest programa: "/>
+
+ <str id="LicencePanel.info" txt="Si us plau, llegiu atentament el conveni
de la llic?ncia:"/>
+ <str id="LicencePanel.agree" txt="Accepto els punts d'aquesta llic?ncia?"/>
+ <str id="LicencePanel.notagree" txt="No accepto els punts d'aquesta
llic?ncia."/>
+ <str id="LicencePanel.yes" txt="S?"/>
+ <str id="LicencePanel.no" txt="No"/>
+
+ <str id="InfoPanel.info" txt="Si us plau, llegiu la seg?ent informaci?:"/>
+
+ <str id="TargetPanel.info" txt="Seleccioni la ruta de la instal.laci?:"/>
+ <str id="TargetPanel.browse" txt="Escollir ..."/>
+ <str id="TargetPanel.warn"
+ txt="El directori ja existeix! Confirma que vol fer la instal.laci?
en l'esmentat directori?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Ha fet una designaci? sense nom! Desitja fer-ho aix??"/>
+ <str id="TargetPanel.createdir" txt="El directori ser? creat:" />
+
+ <str id="PacksPanel.info" txt="Seleccioni els paquets que desitja
instal.lar:"/>
+ <str id="PacksPanel.tip" txt="Nota: els paquets en gris no s?n
opcionals."/>
+ <str id="PacksPanel.space" txt="Espai total requerit: "/>
+ <str id="PacksPanel.description" txt="Descripci?"/>
+
+ <str id="InstallPanel.info" txt="Faci clic en Instal.lar! per iniciar el
proc?s de la instal.laci?"/>
+ <str id="InstallPanel.install" txt="Instal.lar!"/>
+ <str id="InstallPanel.tip" txt="Progr?s de la instal.laci?:"/>
+ <str id="InstallPanel.begin" txt="[Sense iniciar]"/>
+ <str id="InstallPanel.finished" txt="[Instal.laci? finalitzada]"/>
+
+ <str id="FinishPanel.success" txt="Instal.laci? finalitzada exitosament!"/>
+ <str id="FinishPanel.fail" txt="La instal.laci? ha fallat ..."/>
+ <str id="FinishPanel.uninst.info" txt="S'ha ficat un programa de
desinstal.laci?:"/>
+ <str id="FinishPanel.auto" txt="Generar un gui? per replicar aquesta
mateixa instal.laci?"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Generar un arxiu que pugui usar-se per a fer autom?ticament la
mateixa instal.laci? en una altra m?quina."/>
+
+ <str id="ImgPacksPanel.packs" txt="Paquets disponibles:"/>
+ <str id="ImgPacksPanel.snap" txt="Captura de pantalla associada:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Instal.lar aquest paquet"/>
+
+ <str id="ShortcutPanel.regular.list" txt="Seleccioni un grup de programes
pels accessos directes:"/>
+ <str id="ShortcutPanel.regular.default" txt="Valor original"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Crear acc?s directe a
l'escriptori"/>
+ <str id="ShortcutPanel.regular.create" txt="Crear accessos directes"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="Crear acc?s directe per:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="Usuari actual"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="Tots els usuaris"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Ho sentim, IzPack no pot
crear accessos directes en aquest sistema operatiu. Per crear-los, si us plau
consulti el seu manual del sistema operatiu."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="La seg?ent ?s una
llista d'arxius executables als que el creador d'aquest producte voldria que
vost? tingu?s acc?s mitjan?ant accessos directes."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Pot guardar
informaci? detallada sobre els arxius executables de l'aplicaci? en un arxiu de
text per refer?ncia posterior."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Guardar text"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Informaci? d'accessos
directes\n===============================\n\nEl seg?ent es un llistat de tota
la informaci? rellevant sobre els accessos\ndirectes desitjats. Aquesta
informaci? pot ajudar en la seva creaci? manual.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Acc?s directe :
"/>
+ <str id="ShortcutPanel.textFile.location" txt="Ubicaci? desitjada :
"/>
+ <str id="ShortcutPanel.textFile.description" txt="Descripci? :
"/>
+ <str id="ShortcutPanel.textFile.target" txt="Arxiu executable :
"/>
+ <str id="ShortcutPanel.textFile.command" txt="L?nia de comandes :
"/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Arxiu de la icona :
"/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="?ndex de la icona :
"/>
+ <str id="ShortcutPanel.textFile.work" txt="Directori de treball :
"/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Escriptori"/>
+ <str id="ShortcutPanel.location.applications" txt="Men? d'aplicacions"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Men? d'inici"/>
+ <str id="ShortcutPanel.location.startup" txt="Grup d'inici"/>
+
+ <str id="UserInputPanel.error.caption" txt="Problema d'entrada"/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
+
Added: trunk/apps/new_installer/langpacks/chn.xml
===================================================================
--- trunk/apps/new_installer/langpacks/chn.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/chn.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="GB2312" standalone="yes" ?>
+
+<!-- The Simplified Chinese langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - ???? "/>
+ <str id="installer.next" txt="??????"/>
+ <str id="installer.prev" txt="??????"/>
+ <str id="installer.quit" txt="????"/>
+ <str id="installer.madewith" txt="(??IzPack???????? -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="?????????????"/>
+ <str id="installer.quit.message" txt="???????????????? !"/>
+ <str id="installer.warning" txt="???? !"/>
+ <str id="installer.yes" txt="??"/>
+ <str id="installer.no" txt="??"/>
+ <str id="installer.cancel" txt="????"/>
+ <str id="installer.error" txt="????"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="?????????????????????? !"/>
+ <str id="uninstaller.destroytarget" txt=" ???????? "/>
+ <str id="uninstaller.uninstall" txt="????"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="????????"/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="?????????? : "/>
+ <str id="HelloPanel.url" txt="???? : "/>
+
+ <str id="LicencePanel.info" txt="??????????????????????:"/>
+ <str id="LicencePanel.agree" txt="??????????????????????."/>
+ <str id="LicencePanel.notagree" txt="????????????????????????."/>
+ <str id="LicencePanel.yes" txt="??"/>
+ <str id="LicencePanel.no" txt="??"/>
+
+ <str id="InfoPanel.info" txt="?????????????? :"/>
+
+ <str id="TargetPanel.info" txt="???????????? :"/>
+ <str id="TargetPanel.browse" txt="???? ..."/>
+ <str id="TargetPanel.warn"
+ txt="???????????? ! ???????????????????????????????????"/>
+ <str id="TargetPanel.empty_target"
+ txt="??????????????????! ?????????"/>
+ <str id="TargetPanel.createdir" txt="???????????????? :" />
+ <str id="TargetPanel.nodir"
+ txt="??????????????! ??????????????!"/>
+ <str id="TargetPanel.notwritable"
+ txt="????????????! ??????????????!"/>
+
+ <str id="PacksPanel.info" txt="???????????????? :"/>
+ <str id="PacksPanel.tip" txt="????: ????????????????."/>
+ <str id="PacksPanel.space" txt="??????????: "/>
+ <str id="PacksPanel.freespace" txt="????????: "/>
+ <str id="PacksPanel.description" txt="????"/>
+ <str id="PacksPanel.dependencyList" txt="????????????????????"/>
+ <str id="ImgPacksPanel.dependencyList" txt="????"/>
+ <str id="PacksPanel.notEnoughSpace"
txt="??????????????????????????????????????."/>
+ <str id="PacksPanel.notAscertainable" txt="not ascertainable"/>
+
+ <str id="InstallPanel.info" txt="???? '???? !' ????????????"/>
+ <str id="InstallPanel.install" txt="???? !"/>
+ <str id="InstallPanel.tip" txt="?????????? :"/>
+ <str id="InstallPanel.begin" txt="[Nothing]"/>
+ <str id="InstallPanel.finished" txt="[????]"/>
+ <str id="InstallPanel.progress" txt="Overall installation progress :"/>
+ <str id="InstallPanel.overwrite.title" txt="????????????"/>
+ <str id="InstallPanel.overwrite.question" txt="????????????????.
?????????????"/>
+
+ <str id="FinishPanel.success" txt="????????."/>
+ <str id="FinishPanel.done" txt="????"/>
+ <str id="FinishPanel.fail" txt="????????!"/>
+ <str id="FinishPanel.uninst.info" txt="??????????????????:"/>
+ <str id="FinishPanel.auto" txt="????????????????"/>
+ <str id="FinishPanel.auto.tip"
+ txt="????????????????????????????????????????."/>
+
+ <str id="ImgPacksPanel.packs" txt="?????????????? :"/>
+ <str id="ImgPacksPanel.snap" txt="?????? :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" ????????"/>
+
+ <str id="ShortcutPanel.regular.list" txt="????????????????????:"/>
+ <str id="ShortcutPanel.regular.default" txt="????"/>
+ <str id="ShortcutPanel.regular.desktop" txt="??????????????????"/>
+ <str id="ShortcutPanel.regular.create" txt="????????????"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="????????????:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="????????"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="????????"/>
+
+ <str id="ShortcutPanel.alternate.apology"
txt="??????IzPack??????????????????????????????????.
????????????????????????????????."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="The following is a
list of targets that the manufacturer of this software product wanted you to
have access to."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation"
txt="??????????????????????????????????????????????????????????."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="????????????"/>
+
+ <str id="ShortcutPanel.textFile.header"
txt="????????????\n====================\n\nThe following is a listing of all
relevant information about the intended\nshortcuts.
????????????????????????????????.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="???????? : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Intended Location : "/>
+ <str id="ShortcutPanel.textFile.description" txt="???? : "/>
+ <str id="ShortcutPanel.textFile.target" txt="???????? : "/>
+ <str id="ShortcutPanel.textFile.command" txt="?????? : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="???????? : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="???????? : "/>
+ <str id="ShortcutPanel.textFile.work" txt="???????? : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="????"/>
+ <str id="ShortcutPanel.location.applications" txt="????????????"/>
+ <str id="ShortcutPanel.location.startMenu" txt="????????"/>
+ <str id="ShortcutPanel.location.startup" txt="??????????"/>
+
+ <str id="UserInputPanel.error.caption" txt="????????"/>
+ <str id="UserInputPanel.search.autodetect" txt="????????"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="????????????."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="????????????."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="??????????????????????????."/>
+ <str id="UserInputPanel.search.location" txt="????{0}??????."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="The existence of
{0} is checked."/>
+ <str id="UserInputPanel.search.browse" txt="????..."/>
+ <str id="UserInputPanel.search.wrongselection.message"
txt="??????????????????????????????????."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="????????."/>
+
+ <str id="CompilePanel.heading" txt="????" />
+ <str id="CompilePanel.tip" txt="????????????:" />
+ <str id="CompilePanel.browse" txt="????..." />
+ <str id="CompilePanel.browse.approve" txt="??????????????" />
+ <str id="CompilePanel.start" txt="????" />
+ <str id="CompilePanel.progress.initial" txt="[??????????]" />
+ <str id="CompilePanel.progress.finished" txt="[????]" />
+ <str id="CompilePanel.progress.overall" txt="Overall compilation
progress:" />
+ <str id="CompilePanel.error" txt="????????" />
+ <str id="CompilePanel.error.reconfigure" txt="????????" />
+ <str id="CompilePanel.error.ignore" txt="????" />
+ <str id="CompilePanel.error.abort" txt="????" />
+ <str id="CompilePanel.error.seebelow" txt="??????????????????????????." />
+ <str id="CompilePanel.error.nofiles" txt="??????????????????????." />
+ <str id="CompilePanel.error.compilernotfound" txt="??????????????." />
+ <str id="CompilePanel.error.invalidarguments"
txt="????????????????????????." />
+ <str id="CompilePanel.error.noclassfile"
txt="???????????????????????????????????? " />
+ <str id="CompilePanel.choose_compiler" txt="????????????:" />
+ <str id="CompilePanel.additional_arguments" txt="????????????????:" />
+
+ <str id="ProcessPanel.heading" txt="??????" />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
+
Added: trunk/apps/new_installer/langpacks/cze.xml
===================================================================
--- trunk/apps/new_installer/langpacks/cze.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/cze.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,158 @@
+<?xml version="1.0" encoding="ISO-8859-2" standalone="yes" ?>
+
+<!-- The Czech langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Instalace "/>
+ <str id="installer.next" txt="Dal??"/>
+ <str id="installer.prev" txt="P?edch?zej?c?"/>
+ <str id="installer.quit" txt="Konec"/>
+ <str id="installer.madewith" txt="(Vytvo?en? pomoc? IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Skute?n? chcete ukon?it instalaci ?"/>
+ <str id="installer.quit.message" txt="Tato operace ukon?? instalaci !"/>
+ <str id="installer.warning" txt="Varov?n? !"/>
+ <str id="installer.yes" txt="Ano"/>
+ <str id="installer.no" txt="Ne"/>
+ <str id="installer.cancel" txt="Zru?it"/>
+ <str id="installer.error" txt="Chyba"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Tato operace odstran? nainstalovanou
aplikaci !"/>
+ <str id="uninstaller.destroytarget" txt=" Odstranit "/>
+ <str id="uninstaller.uninstall" txt="Odinstalovat"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="V?tejte v instalaci "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Auto?i tohoto softwaru jsou : "/>
+ <str id="HelloPanel.url" txt="Domovsk? str?nka projektu je : "/>
+
+ <str id="LicencePanel.info" txt="Pozorn? si pre?et?te n?sleduj?c? licen?n?
podm?nky:"/>
+ <str id="LicencePanel.agree" txt="Souhlas?m s licen?n?mi podm?mkami."/>
+ <str id="LicencePanel.notagree" txt="Nesouhlas?m s licen?n?mi
podm?mkami."/>
+ <str id="LicencePanel.yes" txt="Ano"/>
+ <str id="LicencePanel.no" txt="Ne"/>
+
+ <str id="InfoPanel.info" txt="Pre?t?te si nasleduj?c? informace :"/>
+
+ <str id="PathInputPanel.required" txt="Vybran? adres?? by m?l existovat."/>
+ <str id="PathInputPanel.notValid" txt="Vybran? adres?? neobsahuje
po?adavan? produkt."/>
+
+ <str id="TargetPanel.info" txt="Vyberte instala?n? adres?? :"/>
+ <str id="TargetPanel.browse" txt="Prohledat ..."/>
+ <str id="TargetPanel.warn"
+ txt="Adres?? existuje ! Jste si jist? ,?e chcete nainstalovat
software do tohoto adres??e ? Sou?asn? verze soubor? budou p?eps?ny?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Nevybrali jste c?lov? adres??! Je to spr?vn??"/>
+ <str id="TargetPanel.createdir" txt="Bude vytvo?en c?lov?
adres?? :" />
+ <str id="TargetPanel.nodir"
+ txt="Tento soubor nen? adres??! Zvolte adres??!"/>
+ <str id="TargetPanel.notwritable"
+ txt="Tento adres?? nelze vytvo?it! Zvolte jin? adres??!"/>
+
+ <str id="JDKPathPanel.intro" txt="Nainstalovan? aplikace pot?ebuje JDK.
Java runtime environment (JRE) nen? posta?uj?c?."/>
+ <str id="JDKPathPanel.info" txt="Select the JDK path:"/>
+ <str id="JDKPathPanel.badVersion1" txt="Zvolena ?patn? verze JDK
(dostupn?: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" vy?adovan?: "/>
+ <str id="JDKPathPanel.badVersion3" txt=") m? b?t toto JDK i p?esto
pou?ito?"/>
+
+ <str id="PacksPanel.info" txt="Vyberte bal?ky kt?r? budou instalovan? :"/>
+ <str id="PacksPanel.tip" txt="Pozn?mka: za?ed?n? bal?ky jsou vy?adovan?."/>
+ <str id="PacksPanel.space" txt="Pot?ebn? m?sto na disku: "/>
+ <str id="PacksPanel.freespace" txt="Voln? m?sto na disku: "/>
+ <str id="PacksPanel.description" txt="Pozn?mka"/>
+ <str id="PacksPanel.dependencyList" txt="Pro instalaci zvolen?ch bal??k?
je nutn? nainstalovat i n?sleduj?c? bal??ky"/>
+ <str id="ImgPacksPanel.dependencyList" txt="Dependencies"/>
+ <str id="PacksPanel.notEnoughSpace" txt="Po?adovan? m?sto na disku
pro instalaci je v?t?? ne? dostupn? voln? m?sto."/>
+ <str id="PacksPanel.notAscertainable" txt="not ascertainable"/>
+
+ <str id="InstallPanel.info" txt="Kliknut?m na tla??tko 'Instalovat !'
za?nete instalaci"/>
+ <str id="InstallPanel.install" txt="Instalovat !"/>
+ <str id="InstallPanel.tip" txt="Prob?h? instalace:"/>
+ <str id="InstallPanel.begin" txt="[Nic]"/>
+ <str id="InstallPanel.finished" txt="[Ukon?en?]"/>
+ <str id="InstallPanel.progress" txt="Celkov? stav instalace :"/>
+ <str id="InstallPanel.overwrite.title" txt="Soubor u? existuje"/>
+ <str id="InstallPanel.overwrite.question" txt="Soubor u? existuje. P?epsat
soubor?"/>
+
+ <str id="FinishPanel.success" txt="Instalace prob?hla ?sp??n?."/>
+ <str id="FinishPanel.fail" txt="Chyba instalace!"/>
+ <str id="FinishPanel.done" txt="Hotovo"/>
+ <str id="FinishPanel.uninst.info" txt="Odinstala?n? program byl vytvo?en?
v:"/>
+ <str id="FinishPanel.auto" txt="Vytvo?it automatick? instala?n? script"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Pou?ijte tento script v p??pad? instalace na jin? po??ta?."/>
+
+ <str id="ImgPacksPanel.packs" txt="N?sleduj?c? bal?ky jsou k dispozici :"/>
+ <str id="ImgPacksPanel.snap" txt="N?hled bal?ku :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Instalovat tento bal?k"/>
+
+ <str id="ShortcutPanel.regular.list" txt="Vyberte skupinu program? pro
Z?stupce:"/>
+ <str id="ShortcutPanel.regular.default" txt="Obnovit"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Vytvo?it z?stupce na plo?e"/>
+ <str id="ShortcutPanel.regular.create" txt="Vytvo?it z?stupce"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="vytvo?it z?stupce pro:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="aktu?ln?ho u?icatele"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="v?ech u?ivatel?"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Litujeme, ale IzPack
nepodporuje vytvo?en? z?stupc? pro tento opera?n? syst?m. Vytvo?it z?stupce
mus?te sami."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="Toto je seznam
z?stupc?, ke kter?m by ste m?li m?t p??stup."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="M??ete ulo?it
detailn? informace o pr?behu instalace do textov?ho souboru pro budouc?
pou?it?."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Ulo?it textov? soubor"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Informace o
z?stupc?ch\n====================\n\nToto je seznam z?stupc?, ke kter?m by ste
m?li m?t p??stup.\n Vytvo?it z?stupce mus?te sami.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Z?stupce : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Um?st?n? : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Pozn?mka : "/>
+ <str id="ShortcutPanel.textFile.target" txt="C?l z?stupc? : "/>
+ <str id="ShortcutPanel.textFile.command" txt="P??kaz : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Soubor ikony : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="??slo ikony : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Pracovn? adres??: "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Plocha"/>
+ <str id="ShortcutPanel.location.applications" txt="Menu program?"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Startovn? Menu"/>
+ <str id="ShortcutPanel.location.startup" txt="Skupina Autostart"/>
+
+ <str id="UserInputPanel.error.caption" txt="Probl?m p?i spou?t?n?"/>
+ <str id="UserInputPanel.search.autodetect" txt="Automatick? detekce"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Automatick? detekce selhala."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Automatick? detekce selhala."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="Zkontrolujte soubor nebo adre??? v zadan? cest?."/>
+ <str id="UserInputPanel.search.location" txt="Zadejte cestu "/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="Zkontrolovan?
existence {0} ."/>
+ <str id="UserInputPanel.search.browse" txt="Prohledat..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Vybran?
soubor ?i adres?? neexistuje nebo nen? spr?vn?."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Nespr?vn?
v?b?r."/>
+
+ <str id="CompilePanel.heading" txt="Kompilace" />
+ <str id="CompilePanel.tip" txt="Pr?b?h kompilace ?lohy:" />
+ <str id="CompilePanel.browse" txt="Prohledat..." />
+ <str id="CompilePanel.browse.approve" txt="Pou??t jako p?eklada?" />
+ <str id="CompilePanel.start" txt="Start" />
+ <str id="CompilePanel.progress.initial" txt="[Stiskn?te tla??tko Start]" />
+ <str id="CompilePanel.progress.finished" txt="[Ukon?en?]" />
+ <str id="CompilePanel.progress.overall" txt="Celkov? stav kompilace:" />
+ <str id="CompilePanel.error" txt="Chyba kompilace" />
+ <str id="CompilePanel.error.reconfigure" txt="Rekonfigurace" />
+ <str id="CompilePanel.error.ignore" txt="Ignorovat" />
+ <str id="CompilePanel.error.abort" txt="Zru?it" />
+ <str id="CompilePanel.error.seebelow" txt="Detaily selhan? kompilace si
prohl?dn?te dole." />
+ <str id="CompilePanel.error.nofiles" txt="Chyba v pr?b?hu hled?n? soubor?
pro kompilaci." />
+ <str id="CompilePanel.error.compilernotfound" txt="Kompilace nem??e b?t
spu?t?na." />
+ <str id="CompilePanel.error.invalidarguments" txt="P?eklada? nepoznal
pou?it? argumenty ." />
+ <str id="CompilePanel.error.noclassfile" txt="P?eklada? nevytvoril t??du
pro zdrojov? soubor " />
+ <str id="CompilePanel.choose_compiler" txt="P?eklada? :" />
+ <str id="CompilePanel.additional_arguments" txt="P??davn? argumenty pro
p?eklada?:" />
+
+ <str id="ProcessPanel.heading" txt="Prob?h?" />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/dan.xml
===================================================================
--- trunk/apps/new_installer/langpacks/dan.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/dan.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The Danish langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Installation af "/>
+ <str id="installer.next" txt="N?ste"/>
+ <str id="installer.prev" txt="Forrige"/>
+ <str id="installer.quit" txt="Afslut"/>
+ <str id="installer.madewith" txt="(Lavet med IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Er du sikker p?, at du vil afslutte
?"/>
+ <str id="installer.quit.message" txt="Dette vil afbryde installationen !"/>
+ <str id="installer.warning" txt="Advarsel !"/>
+ <str id="installer.yes" txt="Ja"/>
+ <str id="installer.no" txt="Nej"/>
+ <str id="installer.cancel" txt="Annuller"/>
+ <str id="installer.error" txt="Fejl"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Dette vil fjerne installerede
applikationer !"/>
+ <str id="uninstaller.destroytarget" txt=" Gennemtving sletning af "/>
+ <str id="uninstaller.uninstall" txt="Afinstaller"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Velkommen til installationen af "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Forfatteren til denne applikation er :
"/>
+ <str id="HelloPanel.url" txt="Applikationens hjemmeside er : "/>
+
+ <str id="LicencePanel.info" txt="L??s venligst den f?lgende
licensaftale:"/>
+ <str id="LicencePanel.agree" txt="Jeg accepterer vilk?rene i
licensaftalen."/>
+ <str id="LicencePanel.notagree" txt="Jeg accepterer IKKE vilk?rene i
licensaftalen."/>
+ <str id="LicencePanel.yes" txt="Ja"/>
+ <str id="LicencePanel.no" txt="Nej"/>
+
+ <str id="InfoPanel.info" txt="L?s venligst den f?lgende information :"/>
+
+ <str id="TargetPanel.info" txt="V?lg den mappe du vil installere i :"/>
+ <str id="TargetPanel.browse" txt="Gennemse ..."/>
+ <str id="TargetPanel.warn"
+ txt="Kataloget eksisterer allerede ! Er du sikker p? du vil
installere og eventuelt overskrive eksisterende filer?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Du har ikke angivet et m?lkatalog! Er dette korrekt?"/>
+ <str id="TargetPanel.createdir" txt="M?lkataloget vil blive
oprettet :" />
+
+ <str id="PacksPanel.info" txt="V?lg de pakker du vil installere :"/>
+ <str id="PacksPanel.tip" txt="OBS: gr? pakker skal installeres."/>
+ <str id="PacksPanel.space" txt="Total plads kr?vet: "/>
+ <str id="PacksPanel.description" txt="Beskrivelse"/>
+
+ <str id="InstallPanel.info" txt="Tryk p? 'Installer !' for at begynde
installationsprocessen"/>
+ <str id="InstallPanel.install" txt="Installer !"/>
+ <str id="InstallPanel.tip" txt="Pakke installationsproces :"/>
+ <str id="InstallPanel.begin" txt="[Ingenting]"/>
+ <str id="InstallPanel.finished" txt="[F?rdig]"/>
+ <str id="InstallPanel.progress" txt="Total installationsproces :"/>
+ <str id="InstallPanel.overwrite.title" txt="Filen eksisterer allerede"/>
+ <str id="InstallPanel.overwrite.question" txt="Den f?lgende fil eksisterer
allerede. Skal den overskrives?"/>
+
+ <str id="FinishPanel.success" txt="Installationen er gennemf?rt uden
fejl."/>
+ <str id="FinishPanel.fail" txt="Installationen er mislykkedes!"/>
+ <str id="FinishPanel.uninst.info" txt="Et afinstallationsprogram er
oprettet i:"/>
+ <str id="FinishPanel.auto" txt="Generer et automatisk
installationsscript"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Brug dette script til at gentage installationen p? andre
computere."/>
+
+ <str id="ImgPacksPanel.packs" txt="F?lgende pakker er tilg?ngelige :"/>
+ <str id="ImgPacksPanel.snap" txt="Pakke ?jebliksbillede :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Installer denne pakke"/>
+
+ <str id="ShortcutPanel.regular.list" txt="V?lg en program gruppe som
genvejen placeres i:"/>
+ <str id="ShortcutPanel.regular.default" txt="Nulstil"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Opret en genvej p?
skrivebordet"/>
+ <str id="ShortcutPanel.regular.create" txt="Opret genveje"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="opret genvej for:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="nuv?rende bruger"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="alle brugere"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Vi beklager men IzPack
underst?tter ikke oprettelse af genveje p? din operativ system. For at oprette
en genvej, l?s venligst din operativ system manual."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="F?lgende er en liste
med m?l, som producenten af applikationen ?nskede at du skulle have adgang
til."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Du kan gemme
detaljeret information om m?lene i applikationen i en tekstfil til senere
genneml?sning."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Gem tekst fil"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Genvejs
information\n====================\n\nDet f?lgende er en liste med alle
relevante informationer om t?nkte\ngenveje. Denne information skulle g?re det
muligt at oprette genvejen selv.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Genvej : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Foresl?et lokation : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Beskrivelse : "/>
+ <str id="ShortcutPanel.textFile.target" txt="Genvejs m?l : "/>
+ <str id="ShortcutPanel.textFile.command" txt="Kommandolinje : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Ikon fil : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Ikon indeks : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Arbejdskatalog : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Skrivebord"/>
+ <str id="ShortcutPanel.location.applications" txt="Program Menu"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Start Menu"/>
+ <str id="ShortcutPanel.location.startup" txt="Start-op Gruppe"/>
+
+ <str id="UserInputPanel.error.caption" txt="Input Problem"/>
+ <str id="UserInputPanel.search.autodetect" txt="Automatisk
genkendelse"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Automatisk genkendelse mislykkedes."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Automatisk genkendelse mislykkedes."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="Kontroller filen eller kataloget beskrevet oven over."/>
+ <str id="UserInputPanel.search.location" txt="Indtast placering
af {0}."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="{0}
eksisterer."/>
+ <str id="UserInputPanel.search.browse" txt="Gennemse..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Filen eller
kataloget du har valgt, eksisterer ikke eller er ikke passende."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Ugyldigt
valg."/>
+
+ <str id="CompilePanel.heading" txt="Overs?ttelse" />
+ <str id="CompilePanel.tip" txt="Opgave overs?ttelses fremskridt:" />
+ <str id="CompilePanel.browse" txt="Gennemse..." />
+ <str id="CompilePanel.browse.approve" txt="Brug som overs?tter" />
+ <str id="CompilePanel.start" txt="Start" />
+ <str id="CompilePanel.progress.initial" txt="[Tryk p? start knappen]" />
+ <str id="CompilePanel.progress.finished" txt="[F?rdig]" />
+ <str id="CompilePanel.progress.overall" txt="Total overs?ttelses
fremskridt:" />
+ <str id="CompilePanel.error" txt="Overs?ttelse mislykkedes" />
+ <str id="CompilePanel.error.reconfigure" txt="Genindstil" />
+ <str id="CompilePanel.error.ignore" txt="Ignorer" />
+ <str id="CompilePanel.error.abort" txt="Afbryd" />
+ <str id="CompilePanel.error.seebelow" txt="Se i nedenst?ende efter den
mislykkede kommando og den udskrift." />
+ <str id="CompilePanel.error.nofiles" txt="Fejl mens skanning efter filer
til overs?ttelse." />
+ <str id="CompilePanel.error.compilernotfound" txt="Overs?tteren kunne ikke
k?re." />
+ <str id="CompilePanel.error.invalidarguments" txt="Overs?tteren kender
ikke argumenterne du fors?ger at give den." />
+ <str id="CompilePanel.error.noclassfile" txt="Overs?tteren producerede
IKKE en class file for kildefilen " />
+ <str id="CompilePanel.choose_compiler" txt="Overs?tter der skal benyttes:"
/>
+ <str id="CompilePanel.additional_arguments" txt="Ekstra overs?tter
argumenter:" />
+
+ <str id="ProcessPanel.heading" txt="Behandler" />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/deu.xml
===================================================================
--- trunk/apps/new_installer/langpacks/deu.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/deu.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,174 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+<!-- The German langpack -->
+<langpack>
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Installation von "/>
+ <str id="installer.next" txt="Weiter"/>
+ <str id="installer.prev" txt="Zur?ck"/>
+ <str id="installer.quit" txt="Beenden"/>
+ <str id="installer.madewith" txt="(Erstellt mit IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Wollen Sie wirklich beenden?"/>
+ <str id="installer.quit.message" txt="Die Installation wird jetzt
abgebrochen!"/>
+ <str id="installer.warning" txt="Warnung!"/>
+ <str id="installer.yes" txt="Ja"/>
+ <str id="installer.no" txt="Nein"/>
+ <str id="installer.cancel" txt="Abbruch"/>
+ <str id="installer.error" txt="Fehler"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Jetzt werden die installierten
Anwendungen entfernt!"/>
+ <str id="uninstaller.destroytarget" txt="L?sche alle Dateien in "/>
+ <str id="uninstaller.uninstall" txt="Deinstallieren"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Willkommen zur Installation von "/>
+ <str id="HelloPanel.welcome2" txt="!"/>
+ <str id="HelloPanel.authors" txt="Der(die) Autor(en) dieser Software
ist(sind): "/>
+ <str id="HelloPanel.url" txt="Die Homepage f?r diese Software: "/>
+
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="Das Produkt ist
bereits auf Ihrem Computer unter "/>
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" installiert. Soll
eine weitere Version installiert werden?"/>
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="Der
Deinstallationschl?ssel lautet wie folgt: " />
+
+ <str id="LicencePanel.info" txt="Bitte lesen Sie die folgenden
Lizenzvereinbarungen durch:"/>
+ <str id="LicencePanel.agree" txt="Ja, ich stimme diesen
Lizenzvereinbarungen zu."/>
+ <str id="LicencePanel.notagree" txt="Nein, ich stimme diesen
Lizenzvereinbarungen nicht zu."/>
+ <str id="LicencePanel.yes" txt="Ja"/>
+ <str id="LicencePanel.no" txt="Nein"/>
+ <str id="InfoPanel.info" txt="Bitte lesen Sie die folgenden
Informationen:"/>
+
+ <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."/>
+
+ <str id="TargetPanel.info" txt="W?hlen Sie den Installationspfad:"/>
+ <str id="TargetPanel.browse" txt="Ausw?hlen..."/>
+ <str id="TargetPanel.warn"
+ txt="Das Verzeichnis existiert bereits! Sind Sie sicher, dass Sie in
diesem Verzeichnis installieren wollen?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Sie haben ein namenloses Ziel eingegeben! Wollen Sie
fortfahren?"/>
+ <str id="TargetPanel.nodir"
+ txt="Sie haben ein Ziel eingegeben, welches kein Verzeichnis ist!
Bitte w?hlen Sie ein Verzeichnis aus!"/>
+ <str id="TargetPanel.notwritable"
+ txt="Sie haben ein Ziel eingegeben, welches nicht beschreibbar ist!
Bitte w?hlen Sie ein anderes Verzeichnis aus!"/>
+ <str id="TargetPanel.createdir"
+ txt="Das folgende Verzeichnis wird erstellt:" />
+
+ <str id="JDKPathPanel.intro" txt="F?r den Betrieb des Produktes wird ein
JDK ben?tigt. Eine Java-Runtime-Umgebung (JRE) ist nicht ausreichend."/>
+ <str id="JDKPathPanel.info" txt="Pfad des JDK-Verzeichnisses:"/>
+ <str id="JDKPathPanel.badVersion1" txt="Der gew?hlte JDK hat die falsche
Version (vorhanden: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" ben?tigt: "/>
+ <str id="JDKPathPanel.badVersion3" txt=") Soll der JDK trotzdem benutzt
werden?"/>
+
+ <str id="PacksPanel.info" txt="Bitte w?hlen Sie hier die
Installationspakete aus:"/>
+ <str id="PacksPanel.tip" txt="Hinweis: die grau markierten Pakete k?nnen
nicht optional ausgew?hlt werden."/>
+ <str id="PacksPanel.space" txt="Erforderlicher Speicherplatz: "/>
+ <str id="PacksPanel.freespace" txt="Verf?gbarer Speicherplatz: "/>
+ <str id="PacksPanel.description" txt="Beschreibung"/>
+ <str id="PacksPanel.dependencyList"
+ txt="Das Paket ist von folgenden Paketen abh?ngig, bitte w?hlen Sie
diese zuerst aus:"/>
+ <str id="ImgPacksPanel.dependencyList" txt="Abh?ngigkeiten"/>
+ <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="InstallPanel.info" txt="Starten Sie hier die Installation:"/>
+ <str id="InstallPanel.install" txt="Installieren!"/>
+ <str id="InstallPanel.tip" txt="Installationsfortschritt des Pakets:"/>
+ <str id="InstallPanel.begin" txt="[Nichts]"/>
+ <str id="InstallPanel.finished" txt="[Fertig]"/>
+ <str id="InstallPanel.progress" txt="Installationsfortschritt gesamt:"/>
+ <str id="InstallPanel.overwrite.title" txt="Datei existiert bereits"/>
+ <str id="InstallPanel.overwrite.question" txt="Die folgende Datei
existiert bereits. Soll sie ?berschrieben werden?"/>
+
+ <str id="FinishPanel.success" txt="Die Installation wurde erfolgreich
durchgef?hrt!"/>
+ <str id="FinishPanel.done" txt="Fertig"/>
+ <str id="FinishPanel.fail" txt="Die Installation ist fehlgeschlagen ..."/>
+ <str id="FinishPanel.uninst.info" txt="Ein Deinstallationsprogramm wurde
in folgendem Dateipfad gespeichert:"/>
+ <str id="FinishPanel.auto" txt="Automatisches Installationsskript
generieren"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Generiert eine Datei mit der die gleiche Installation
automatisch auf einem anderen Computer durchgef?hrt werden kann."/>
+ <str id="ImgPacksPanel.packs" txt="Die folgenden Pakete stehen zur
Verf?gung:"/>
+ <str id="ImgPacksPanel.snap" txt="Hier ist der zugeh?rige Schnappschuss:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Installiere dieses Paket"/>
+ <str id="ShortcutPanel.headline" txt="Verkn?pfungen einrichten"/>
+
+ <str id="ShortcutPanel.regular.list" txt="W?hlen Sie eine Programmgruppe
f?r die Verkn?pfung:"/>
+ <str id="ShortcutPanel.regular.default" txt="Standard"/>
+ <str id="ShortcutPanel.regular.desktop" txt="zus?tzliche Verkn?pfungen auf
dem Desktop erstellen"/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="Start-Men?"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="K-Men?"/>
+ <!--
StartMenu is a placeholder will be replaced at runtime -->
+ <str id="ShortcutPanel.regular.create" txt="Verkn?pfungen im StartMenu
erstellen"/>
+
+ <str id="ShortcutPanel.regular.userIntro" txt="Erstelle Verkn?pfung f?r:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="aktuellen Benutzer"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="alle Benutzer"/>
+ <str id="ShortcutPanel.alternate.apology" txt="Leider wird die Erzeugung
von Verkn?pfungen durch IzPack unter diesem Betriebssystem noch nicht
unterst?tzt. Bitte ziehen Sie das Handbuch Ihres Betriebssystems zu Rate, um
manuell Verkn?pfungen zu erstellen."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="Die folgende Liste
enth?lt Eintr?ge, die der Hersteller dieser Software Ihnen mitteilen m?chte, um
Ihnen die Arbeit dennoch etwas zu erleichtern."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Sie k?nnen
detaillierte Informationen ?ber diese Eintr?ge in einer Textdatei abspeichern,
um sie sp?ter abrufen zu k?nnen."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="In einer Textdatei
abspeichern"/>
+ <str id="ShortcutPanel.textFile.header" txt="Informationen ?ber
Verkn?pfungen\n================================\n\nDie folgenden Abschnitte
beschreiben die beabsichtigten Verkn?pfungen. Diese\nInformation sollte es
m?glich machen, Verkn?pfungen manuell zu erstellen.\n"/>
+ <str id="ShortcutPanel.textFile.name" txt="Name der Verkn?pfung :
"/>
+ <str id="ShortcutPanel.textFile.location" txt="Vorgesehener Platz :
"/>
+ <str id="ShortcutPanel.textFile.description" txt="Beschreibung :
"/>
+ <str id="ShortcutPanel.textFile.target" txt="Ausf?hren :
"/>
+ <str id="ShortcutPanel.textFile.command" txt="Kommandozeile :
"/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Bilddatei :
"/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Bildindex :
"/>
+ <str id="ShortcutPanel.textFile.work" txt="Arbeitsverzeichnis :
"/>
+ <str id="ShortcutPanel.location.desktop" txt="Desktop"/>
+ <str id="ShortcutPanel.location.applications" txt="Programm Men?"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Start Men?"/>
+ <str id="ShortcutPanel.location.startup" txt="Startup-Gruppe"/>
+
+ <str id="UserInputPanel.error.caption" txt="Eingabeproblem"/>
+ <str id="UserInputPanel.search.autodetect" txt="Automatisch erkennen"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Automatische Erkennung fehlgeschlagen."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Automatische Erkennung fehlgeschlagen."/>
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="In den
verf?gbaren Pfaden nach der Datei oder dem Verzeichnis suchen."/>
+ <str id="UserInputPanel.search.location" txt="Position von {0}
eingeben."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="Die Existenz von
{0} wird gepr?ft."/>
+ <str id="UserInputPanel.search.browse" txt="Durchsuchen..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Die gew?hlte
Datei oder das Verzeichnis existiert nicht oder ist unpassend."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Ung?ltige
Auswahl."/>
+
+ <str id="CompilePanel.heading" txt="Kompilierung" />
+ <str id="CompilePanel.tip" txt="Job-Fortschritt:" />
+ <str id="CompilePanel.browse" txt="Ausw?hlen..." />
+ <str id="CompilePanel.browse.approve" txt="Als Compiler verwenden" />
+ <str id="CompilePanel.start" txt="Start" />
+ <str id="CompilePanel.progress.initial" txt="[Start-Knopf dr?cken]" />
+ <str id="CompilePanel.progress.finished" txt="[Fertig]" />
+ <str id="CompilePanel.progress.overall" txt="Fortschritt gesamt:" />
+ <str id="CompilePanel.error" txt="Kompilierung fehlgeschlagen" />
+ <str id="CompilePanel.error.reconfigure" txt="Konfiguration ?ndern" />
+ <str id="CompilePanel.error.ignore" txt="Ignorieren" />
+ <str id="CompilePanel.error.abort" txt="Abbrechen" />
+ <str id="CompilePanel.error.seebelow" txt="Unten sehen Sie das
fehlgeschlagene Kommando und seine Ausgaben." />
+ <str id="CompilePanel.error.nofiles" txt="Beim Suchen der Dateien f?r die
Kompilierung trat ein Fehler auf." />
+ <str id="CompilePanel.error.invalidarguments" txt="Der Compiler versteht
die zus?tzlichen Parameter nicht." />
+ <str id="CompilePanel.error.noclassfile" txt="Der Compiler hat keine
Klassendatei erzeugt f?r die Quelldatei " />
+ <str id="CompilePanel.error.compilernotfound" txt="Der Compiler konnte
nicht gefunden werden." />
+ <str id="CompilePanel.choose_compiler" txt="Zu verwendender Compiler:" />
+ <str id="CompilePanel.additional_arguments" txt="Zus?tzliche
Compilerparameter:" />
+
+ <str id="ProcessPanel.heading" txt="Prozesse" />
+
+ <!-- Strings for the summary of panels --- START -->
+ <str id="SummaryPanel.info" txt="Alle f?r die Installation notwendigen
Daten liegen nun vor. Die wichtigsten sind nachfolgend aufgef?hrt. Klicken Sie
auf "Weiter" um mit der Installation zu beginnen. "/>
+ <str id="TargetPanel.summaryCaption" txt="Installationspfad"/>
+ <str id="JDKPathPanel.summaryCaption" txt="Pfad des JDK-Verzeichnisses"/>
+ <str id="PacksPanel.summaryCaption" txt="Gew?hlte Installationspakete"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="Gew?hlte Installationspakete"/>
+ <!-- Strings for the summary of panels --- END -->
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="Der Registry-Schl?ssel {0}\\{1}
konnte nicht ge?ffnet werden."/>
+
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
+
Added: trunk/apps/new_installer/langpacks/ell.xml
===================================================================
--- trunk/apps/new_installer/langpacks/ell.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/ell.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+
+<!-- The English langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - ?????????????????????? ?????? "/>
+ <str id="installer.next" txt="??????????????"/>
+ <str id="installer.prev" txt="??????????????????????"/>
+ <str id="installer.quit" txt="????????????"/>
+ <str id="installer.madewith" txt="(???????????????????????????? ???? ????
- http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="???????????? ???????????????????? ????
????????????;"/>
+ <str id="installer.quit.message" txt="???????? ???? ????????????????
?????? ??????????????????????!"/>
+ <str id="installer.warning" txt="??????????????!"/>
+ <str id="installer.yes" txt="??????"/>
+ <str id="installer.no" txt="??????"/>
+ <str id="installer.cancel" txt="??????????????"/>
+ <str id="installer.error" txt="????????????"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="???? ???????????????????? ????
???????????????????????????? ??????????????????!"/>
+ <str id="uninstaller.destroytarget" txt=" ???????????? ????????????????
?????? "/>
+ <str id="uninstaller.uninstall" txt="??????????????????????????"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="?????????????????????? ????????
?????????????????????? ?????? "/>
+ <str id="HelloPanel.welcome2" txt="!"/>
+ <str id="HelloPanel.authors" txt="???????? ???? ??????????????????
???????????????????????????? ??????: "/>
+ <str id="HelloPanel.url" txt="?? ???????????????? ???????????? ??????????
??????: "/>
+
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="???????? ????
?????????????????? ?????????? ?????? ?????????????????????????? ????????
???????????????????? ?????? ?????? ???????? "/>
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" . ??????????????
???????????? ???? ???? ??????????????????????????????????;"/>
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="???? ????????????
???????????????????????? ???? ??????????????????: " />
+
+ <str id="LicencePanel.info" txt="???????????????? ????????????????
???????????????????? ?????? ?????????????? ?????????? ????????????:"/>
+ <str id="LicencePanel.agree" txt="???????????????????? ???????? ??????????
?????????? ?????? ???????????? ????????????."/>
+ <str id="LicencePanel.notagree" txt="?????? ???????????????????? ????????
?????????? ?????????? ?????? ???????????? ????????????."/>
+ <str id="LicencePanel.yes" txt="??????"/>
+ <str id="LicencePanel.no" txt="??????"/>
+
+ <str id="InfoPanel.info" txt="???????????????? ???????????????? ??????
???????????????? ????????????????????: "/>
+
+ <str id="PathInputPanel.required" txt="?? ??????????????????????
?????????????????? ???????????? ???? ??????????????."/>
+ <str id="PathInputPanel.notValid" txt="?? ??????????????????????
?????????????????? ?????? ???????? ???? ????????????????????????????
????????????."/>
+
+ <str id="TargetPanel.info" txt="???????????????? ???? ????????
????????????????????????: "/>
+ <str id="TargetPanel.browse" txt="??????????????????..."/>
+ <str id="TargetPanel.warn"
+ txt="?? ?????????????????? ?????????????? ??????! ??????????????
???????????????? ?????? ???????????? ???? ???? ??????????????????????????
??????\n?????? ?????????????? ???? ?????????????? ???????? ?????? ??????
?????????????????? ????????????;"/>
+ <str id="TargetPanel.empty_target"
+ txt="?????? ?????????? ???????????????? ????????????????! ??????????
???????? ??????????;"/>
+ <str id="TargetPanel.createdir" txt="???? ?????????????????????????? ??
???????? ??????????????????: " />
+ <str id="TargetPanel.nodir"
+ txt="???????? ???? ???????????? ?????? ?????????? ??????????????????!
???????????????? ???????????????? ???????? ????????????????!"/>
+ <str id="TargetPanel.notwritable"
+ txt="?????????? ?? ?????????????????? ?????? ??????????
????????????????????! ???????????????? ???????????????? ??????????????????????
????????????????!"/>
+
+ <str id="JDKPathPanel.intro" txt="?? ???????? ??????????????????????
???????????????? ?????????????? ???? JDK. ???? ????????????????????
?????????????????? Java (JRE) ?????? ?????????? ????????????."/>
+ <str id="JDKPathPanel.info" txt="???????????????? ???? ???????? ??????
JDK:"/>
+ <str id="JDKPathPanel.badVersion1" txt="???? ???????????????????? JDK
???????? ?????????? ???????????? (????????????????????: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" ??????????????????????: "/>
+ <str id="JDKPathPanel.badVersion3" txt="), ????
???????????????????????????? ?? ???????????????? ???????????? JDK;"/>
+
+ <str id="PacksPanel.info" txt="???????????????? ???? ???????????? ??????
???????????? ???? ??????????????????????????:"/>
+ <str id="PacksPanel.tip" txt="????????????????: ????
?????????????????????????? ???????????? ?????????? ??????????????????????."/>
+ <str id="PacksPanel.space" txt="???????????????? ????????????????????????
??????????: "/>
+ <str id="PacksPanel.freespace" txt="???????????????????? ??????????: "/>
+ <str id="PacksPanel.description" txt="??????????????????"/>
+ <str id="PacksPanel.dependencyList" txt="???? ????????????????????
???????????? ???????????????????? ???? ?????????????????????????? ????
???????????????? ????????????"/>
+ <str id="ImgPacksPanel.dependencyList" txt="????????????????????????????"/>
+ <str id="PacksPanel.notEnoughSpace" txt="?? ????????????????????????
?????????? ?????? ?????????? ?????? ?????? ?????????????????????? ??????????
???????????????????? ?????? ???? ??????????????????."/>
+ <str id="PacksPanel.notAscertainable" txt="?????? ??????????
????????????????"/>
+
+ <str id="InstallPanel.info" txt="?????????????? ??????
????????????????????????!?? ?????? ???? ?????????????????? ??
???????????????????? ????????????????????????"/>
+ <str id="InstallPanel.install" txt="??????????????????????!"/>
+ <str id="InstallPanel.tip" txt="????????????????????
????????????????????????:"/>
+ <str id="InstallPanel.begin" txt="[????????????]"/>
+ <str id="InstallPanel.finished" txt="[??????????????????????]"/>
+ <str id="InstallPanel.progress" txt="???????????????? ????????????????????
????????????????????????:"/>
+ <str id="InstallPanel.overwrite.title" txt="???? ????????????
?????????????? ??????"/>
+ <str id="InstallPanel.overwrite.question" txt="???? ??????????????
???????????? ?????????????? ??????. ???? ????????????????????????????;"/>
+
+ <str id="FinishPanel.success" txt="?? ??????????????????????
???????????????? ????????????????."/>
+ <str id="FinishPanel.done" txt="??????????"/>
+ <str id="FinishPanel.fail" txt="?? ??????????????????????
??????????????!"/>
+ <str id="FinishPanel.uninst.info" txt="???? ????????????
???????????????????????????? ???????????????????????????? ??????: "/>
+ <str id="FinishPanel.auto" txt="???????????????????????? ??????
???????????? ?????????????????? ????????????????????????"/>
+ <str id="FinishPanel.auto.tip"
+ txt="???????????????????????????? ???????? ???? ???????????? ??????
???? ?????????????????????? ?????? ?????????????????????? ???? ????????????
??????????????????????."/>
+
+ <str id="ImgPacksPanel.packs" txt="???? ?????????????? ????????????
?????????? ??????????????????:"/>
+ <str id="ImgPacksPanel.snap" txt="?????????????????????? ??????????????:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" ?????????????????????? ??????????
?????? ??????????????"/>
+
+ <str id="ShortcutPanel.headline" txt="????????????????????
????????????????????????"/>
+ <str id="ShortcutPanel.regular.list" txt="???????????????? ??????????
???????????????????????? ?????? ?????? ????????????????????????:"/>
+ <str id="ShortcutPanel.regular.default"
txt="????????????????????????????"/>
+ <str id="ShortcutPanel.regular.desktop" txt="??????????????????
?????????????????????????? ?????? ???????? ??????????????????
????????????????"/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="??????????
????????????????"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="?????????? ??????"/>
+ <!--
"StartMenu" is a placeholder will be replaced at runtime -->
+ <str id="ShortcutPanel.regular.create" txt="??????????????????
???????????????????????? ?????? ?????????? ????????????????"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="??????????????????
?????????????????????? ?????? ????:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="????????????
??????????????"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="???????? ????
??????????????"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="??????????????
???????????????? ???????? ???? IzPack ?????? ?????????????????????? ??????
?????????????????? ???????????????????????? ???? ???????? ????
?????????????????????? ??????????????. ?????? ???? ??????????????????????????
?????? ???????????????????????? ???????????????? ????????????????????????????
???? ???????????? ?????????????? ?????? ???????????????????????? ??????
????????????????????."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="?? ??????????????
?????????? ?????? ?????????? ???? ?????????????? ???????? ??
?????????????????????????? ?????????? ?????? ???????????????????????? ??????
???????????? ???? ?????????? ???????????????? ??????????????????."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation"
txt="???????????????? ???? ???????????????????????? ?????? ??????????????????
?????????? ?????????????? ???? ???????? ?????????????? ??????
?????????????????? ?????? ???? ???????????????? ???? ??????????????????????
???? ???????? ????????????????."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="????????????????????
?????????????? ????????????????"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="??????????????????????
????????????????????????\n========================\n\n???? ??????????????
?????????? ?????? ?????????? ???? ?????? ???? ??????????????
???????????????????? ?????????????? ???? ?????? ??????????????
????????????????????????. ???????? ?? ???????????????????? ???????????? ????
???????????????????????????? ?????? ???? ??????????????????
?????????????????????? ???? ????????????????????????.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="????????????????????
: "/>
+ <str id="ShortcutPanel.textFile.location" txt="??????????????????
??????????????????: "/>
+ <str id="ShortcutPanel.textFile.description" txt="??????????????????
: "/>
+ <str id="ShortcutPanel.textFile.target" txt="????????????
?????????????????????? : "/>
+ <str id="ShortcutPanel.textFile.command" txt="????????????
: "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="????????????
???????????????????? : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="??????????????
???????????????????? : "/>
+ <str id="ShortcutPanel.textFile.work" txt="??????????????????
???????????????? : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="??????????????????
????????????????"/>
+ <str id="ShortcutPanel.location.applications" txt="??????????
??????????????????"/>
+ <str id="ShortcutPanel.location.startMenu" txt="??????????
????????????????"/>
+ <str id="ShortcutPanel.location.startup" txt="??????????
?????????????????? ??????????????"/>
+
+ <str id="UserInputPanel.error.caption" txt="????????????????
??????????????????"/>
+ <str id="UserInputPanel.search.autodetect" txt="????????????????
??????????????????"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message" txt="??
???????????????? ?????????????????? ??????????????."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption" txt="??
???????????????? ?????????????????? ??????????????."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="?????????????? ???? ???????????? ?? ?????? ???????????????? ????????
?????????????????? ???????? ?????????????????????? ????????????????."/>
+ <str id="UserInputPanel.search.location" txt="????????????
?????? ?????????? ?????? {0}."/>
+ <str id="UserInputPanel.search.location.checkedfile"
txt="?????????????????? ?? ???????? ?????? {0}."/>
+ <str id="UserInputPanel.search.browse"
txt="??????????????????..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="????
???????????? ?? ?? ?????????????????? ?????? ?????????????????? ???????? ??????
?????????????? ???????? ?????? ?????????? ????????????????????."/>
+ <str id="UserInputPanel.search.wrongselection.caption"
txt="???????????????????? ??????????????."/>
+
+ <str id="CompilePanel.heading" txt="??????????????????????" />
+ <str id="CompilePanel.tip" txt="?????????????????? ????????????????
??????????????????????????:" />
+ <str id="CompilePanel.browse" txt="??????????????????..." />
+ <str id="CompilePanel.browse.approve" txt="?????????? ????
??????????????????????????" />
+ <str id="CompilePanel.start" txt="????????????" />
+ <str id="CompilePanel.progress.initial" txt="[?????????????? ????
?????????????? ??????????????]" />
+ <str id="CompilePanel.progress.finished" txt="[??????????]" />
+ <str id="CompilePanel.progress.overall" txt="????????????????
?????????????????? ??????????????????????????:" />
+ <str id="CompilePanel.error" txt="????????????????
??????????????????????????" />
+ <str id="CompilePanel.error.reconfigure"
txt="??????????????????????????????" />
+ <str id="CompilePanel.error.ignore" txt="????????????????????" />
+ <str id="CompilePanel.error.abort" txt="??????????????" />
+ <str id="CompilePanel.error.seebelow" txt="?????????? ????????????????
?????? ?????? ?????????????????????? ???????????? ?????? ???? ????????????
??????." />
+ <str id="CompilePanel.error.nofiles" txt="?????????? ???????? ??????
?????????????? ?????? ?????????????? ?????? ????????????????????????." />
+ <str id="CompilePanel.error.compilernotfound" txt="?????? ??????????????
???? ???????????????????? ?? ????????????????????????????." />
+ <str id="CompilePanel.error.invalidarguments" txt="????????
?????????????????????????? ?????????????? ??????????????????????
????????????????????." />
+ <str id="CompilePanel.error.noclassfile" txt="??
???????????????????????????? ?????? ???????????????? ?????? ???????????? class
?????? ???? ???????????? ???????????? " />
+ <str id="CompilePanel.choose_compiler" txt="????
?????????????????????????? ?? ????????????????????????????:" />
+ <str id="CompilePanel.additional_arguments" txt="????????????????
???????????????????? ?????? ?????? ??????????????????????????:" />
+
+ <str id="ProcessPanel.heading" txt="??????????????????????" />
+
+ <!-- Strings for the summary of panels - START -->
+ <str id="SummaryPanel.info" txt="?????????????? ??????
??????????????????????. ???????????????? ????????????????????
?????????????????????? ?????????????????? ????????????????. ??????????????
?????????????????? ?????? ???? ?????????????????? ?? ??????????????????????, "/>
+ <str id="TargetPanel.summaryCaption" txt="??????????????????
????????????????????????"/>
+ <str id="JDKPathPanel.summaryCaption" txt="?????????????????? JDK"/>
+ <str id="PacksPanel.summaryCaption" txt="???????????????????? ????????????
????????????????????????"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="????????????????????
???????????? ????????????????????????"/>
+ <!-- Strings for the summary of panels - END -->
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="????????????????
?????????????????? ?????? ???????????? ?????????????? (registry) {0}\\{1}."/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/eng.xml
===================================================================
--- trunk/apps/new_installer/langpacks/eng.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/eng.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,178 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The English langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Installation of "/>
+ <str id="installer.next" txt="Next"/>
+ <str id="installer.prev" txt="Previous"/>
+ <str id="installer.quit" txt="Quit"/>
+ <str id="installer.madewith" txt="(Made with IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Are you sure you want to quit?"/>
+ <str id="installer.quit.message" txt="This will cancel the installation!"/>
+ <str id="installer.warning" txt="Warning!"/>
+ <str id="installer.yes" txt="Yes"/>
+ <str id="installer.no" txt="No"/>
+ <str id="installer.cancel" txt="Cancel"/>
+ <str id="installer.error" txt="Error"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="This will remove the installed
application(s)!"/>
+ <str id="uninstaller.destroytarget" txt=" Force the deletion of "/>
+ <str id="uninstaller.uninstall" txt="Uninstall"/>
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Welcome to the installation of "/>
+ <str id="HelloPanel.welcome2" txt="!"/>
+ <str id="HelloPanel.authors" txt="This software is developed by: "/>
+ <str id="HelloPanel.url" txt="The homepage is at: "/>
+
+ <str id="PrinterSelectPanel.select_printer" txt="Select the printer to use
for initial setup and testing." />
+
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="This product is
already installed on this computer under the path "/>
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" . Are you sure you
want to install another entity?"/>
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="The uninstall key
will be named: " />
+
+ <str id="LicencePanel.info" txt="Please read the following license
agreement carefully:"/>
+ <str id="LicencePanel.agree" txt="I accept the terms of this license
agreement."/>
+ <str id="LicencePanel.notagree" txt="I do not accept the terms of this
license agreement."/>
+ <str id="LicencePanel.yes" txt="Yes"/>
+ <str id="LicencePanel.no" txt="No"/>
+
+ <str id="InfoPanel.info" txt="Please read the following information: "/>
+
+ <str id="PathInputPanel.required" txt="The chosen directory should
exist."/>
+ <str id="PathInputPanel.notValid" txt="The chosen directory does not
contain the required product."/>
+
+ <str id="TargetPanel.info" txt="Select the installation path: "/>
+ <str id="TargetPanel.browse" txt="Browse..."/>
+ <str id="TargetPanel.warn"
+ txt="The directory already exists! Are you sure you want to install
here and possibly overwrite existing files?"/>
+ <str id="TargetPanel.empty_target"
+ txt="You have not specified a target location! Is this correct?"/>
+ <str id="TargetPanel.createdir" txt="The target directory will
be created: " />
+ <str id="TargetPanel.nodir"
+ txt="This file is not a directory! Please choose a directory!"/>
+ <str id="TargetPanel.notwritable"
+ txt="This directory can not be written! Please choose another
directory!"/>
+
+ <str id="JDKPathPanel.intro" txt="The installed application needs a JDK. A
java runtime environment (JRE) will be not sufficient."/>
+ <str id="JDKPathPanel.info" txt="Select the JDK path:"/>
+ <str id="JDKPathPanel.badVersion1" txt="The chosen JDK has the wrong
version (available: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" required: "/>
+ <str id="JDKPathPanel.badVersion3" txt=") should this JDK be used
anyway?"/>
+
+ <str id="PacksPanel.info" txt="Select the packs you want to install:"/>
+ <str id="PacksPanel.tip" txt="Note: greyed out packs are required."/>
+ <str id="PacksPanel.space" txt="Total space Required: "/>
+ <str id="PacksPanel.freespace" txt="Available space: "/>
+ <str id="PacksPanel.description" txt="Description"/>
+ <str id="PacksPanel.dependencyList" txt="The selected package requires the
following packs to be installed"/>
+ <str id="ImgPacksPanel.dependencyList" txt="Dependencies"/>
+ <str id="PacksPanel.notEnoughSpace" txt="Disk space required
for the installation exceeds available disk space."/>
+ <str id="PacksPanel.notAscertainable" txt="not ascertainable"/>
+
+ <str id="InstallPanel.info" txt="Click 'Install!' to begin the
installation process"/>
+ <str id="InstallPanel.install" txt="Install!"/>
+ <str id="InstallPanel.tip" txt="Pack installation progress:"/>
+ <str id="InstallPanel.begin" txt="[Nothing]"/>
+ <str id="InstallPanel.finished" txt="[Finished]"/>
+ <str id="InstallPanel.progress" txt="Overall installation progress:"/>
+ <str id="InstallPanel.overwrite.title" txt="File already exists"/>
+ <str id="InstallPanel.overwrite.question" txt="The following file already
exists. Should it be overwritten?"/>
+
+ <str id="FinishPanel.success" txt="Installation has completed
successfully."/>
+ <str id="FinishPanel.done" txt="Done"/>
+ <str id="FinishPanel.fail" txt="Installation has failed!"/>
+ <str id="FinishPanel.uninst.info" txt="An uninstaller program has been
created in: "/>
+ <str id="FinishPanel.auto" txt="Generate an automatic installation
script"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Use this script to repeat this installation on other
computers."/>
+
+ <str id="ImgPacksPanel.packs" txt="The following packs are available:"/>
+ <str id="ImgPacksPanel.snap" txt="Package snapshot:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Install this pack"/>
+
+ <str id="ShortcutPanel.headline" txt="Setup Shortcuts"/>
+ <str id="ShortcutPanel.regular.list" txt="Select a Program Group for the
Shortcuts:"/>
+ <str id="ShortcutPanel.regular.default" txt="Default"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Create additional shortcuts
on the desktop"/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="Start-Menu"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="K-Menu"/>
+ <!--
"StartMenu" is a placeholder will be replaced at runtime -->
+ <str id="ShortcutPanel.regular.create" txt="Create shortcuts in the
StartMenu"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="create shortcut for:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="current user"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="all users"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="We are sorry but IzPack
does not support the creation of shortcuts on this operating system. To create
the shortcuts, please refer to your operating system manual."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="The following is a
list of targets that the manufacturer of this software product wanted you to
have access to."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="You can save
detailed information about the application targets in a text file for later
reference."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Save Text File"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Shortcut
Information\n====================\n\nThe following is a listing of all relevant
information about the intended\nshortcuts. This information should make it
possible to create shortcuts manually.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Shortcut : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Intended Location : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Description : "/>
+ <str id="ShortcutPanel.textFile.target" txt="Shortcut Target : "/>
+ <str id="ShortcutPanel.textFile.command" txt="Command Line : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Icon File : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Icon Index : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Working Directory : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Desktop"/>
+ <str id="ShortcutPanel.location.applications" txt="Applications Menu"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Start Menu"/>
+ <str id="ShortcutPanel.location.startup" txt="Startup Group"/>
+
+ <str id="UserInputPanel.error.caption" txt="Input Problem"/>
+ <str id="UserInputPanel.search.autodetect" txt="Autodetect"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Autodetection failed."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Autodetection failed."/>
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="Check
for the file or directory in the paths given above."/>
+ <str id="UserInputPanel.search.location" txt="Enter location of
{0}."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="The existence of
{0} has been checked."/>
+ <str id="UserInputPanel.search.browse" txt="Browse..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="The file or
directory you chose either does not exist or is not appropriate."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Invalid
selection."/>
+
+ <str id="CompilePanel.heading" txt="Compilation" />
+ <str id="CompilePanel.tip" txt="Job compilation progress:" />
+ <str id="CompilePanel.browse" txt="Browse..." />
+ <str id="CompilePanel.browse.approve" txt="Use as compiler" />
+ <str id="CompilePanel.start" txt="Start" />
+ <str id="CompilePanel.progress.initial" txt="[Press Start button]" />
+ <str id="CompilePanel.progress.finished" txt="[Finished]" />
+ <str id="CompilePanel.progress.overall" txt="Overall compilation
progress:" />
+ <str id="CompilePanel.error" txt="Compilation failed" />
+ <str id="CompilePanel.error.reconfigure" txt="Reconfigure" />
+ <str id="CompilePanel.error.ignore" txt="Ignore" />
+ <str id="CompilePanel.error.abort" txt="Abort" />
+ <str id="CompilePanel.error.seebelow" txt="See below for the failed
command and its output." />
+ <str id="CompilePanel.error.nofiles" txt="Error while scanning for files
for compilation." />
+ <str id="CompilePanel.error.compilernotfound" txt="The compiler could not
be run." />
+ <str id="CompilePanel.error.invalidarguments" txt="Invalid arguments
provided to the compiler." />
+ <str id="CompilePanel.error.noclassfile" txt="The compiler did not produce
a class file for the source file " />
+ <str id="CompilePanel.choose_compiler" txt="Compiler to use:" />
+ <str id="CompilePanel.additional_arguments" txt="Additional compiler
arguments:" />
+
+ <str id="ProcessPanel.heading" txt="Processing" />
+
+ <!-- Strings for the summary of panels - START -->
+ <str id="SummaryPanel.info" txt="Ready to install. Important data are
listed below. Press "Next" to start installation, "/>
+ <str id="TargetPanel.summaryCaption" txt="Installation path"/>
+ <str id="JDKPathPanel.summaryCaption" txt="JDK path"/>
+ <str id="PacksPanel.summaryCaption" txt="Chosen installation packs"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="Chosen installation packs"/>
+ <!-- Strings for the summary of panels - END -->
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="Cannot open registry key
{0}\\{1}."/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/fin.xml
===================================================================
--- trunk/apps/new_installer/langpacks/fin.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/fin.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The Finnish langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Asennetaan "/>
+ <str id="installer.next" txt="Seuraava"/>
+ <str id="installer.prev" txt="Edellinen"/>
+ <str id="installer.quit" txt="Lopeta"/>
+ <str id="installer.madewith" txt="(Tehty IzPackilla -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Haluatko varmasti lopettaa?"/>
+ <str id="installer.quit.message" txt="T?m? keskeytt?? asennuksen!"/>
+ <str id="installer.warning" txt="Varoitus!"/>
+ <str id="installer.yes" txt="Kyll?"/>
+ <str id="installer.no" txt="Ei"/>
+ <str id="installer.cancel" txt="Peruuta"/>
+ <str id="installer.error" txt="Virhe"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="T?m? poistaa asennetun
sovelluksen/asennetut sovellukset!"/>
+ <str id="uninstaller.destroytarget" txt=" Poista v?kisin "/>
+ <str id="uninstaller.uninstall" txt="Poista asennus"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Tervetuloa asentamaan sovellusta "/>
+ <str id="HelloPanel.welcome2" txt="!"/>
+ <str id="HelloPanel.authors" txt="T?m?n ohjelmiston on tehnyt: "/>
+ <str id="HelloPanel.url" txt="Ohjelmiston kotisivu: "/>
+
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="T?m? tuote on jo
asennettu polun "/>
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" alle. Oletko varma,
ett? haluat asentaa toisen kopion?"/>
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="Poistoavain on
nimelt??n: " />
+
+ <str id="LicencePanel.info" txt="Ole hyv? ja lue huolellisesti seuraava
lisenssisopimus:"/>
+ <str id="LicencePanel.agree" txt="Hyv?ksyn t?m?n lisenssisopimuksen
ehdot."/>
+ <str id="LicencePanel.notagree" txt="En hyv?ksy t?m?n lisenssisopimuksen
ehtoja."/>
+ <str id="LicencePanel.yes" txt="Kyll?"/>
+ <str id="LicencePanel.no" txt="En"/>
+
+ <str id="InfoPanel.info" txt="Ole hyv? ja lue seuraavat tiedotteet: "/>
+
+ <str id="PathInputPanel.required" txt="Valitun hakemiston on oltava
olemassa."/>
+ <str id="PathInputPanel.notValid" txt="Valittu hakemisto ei sis?ll?
vaadittua tuotetta."/>
+
+ <str id="TargetPanel.info" txt="Valitse asennuspolku:"/>
+ <str id="TargetPanel.browse" txt="Selaa..."/>
+ <str id="TargetPanel.warn"
+ txt="Hakemisto on jo olemassa! Haluatko varmasti asentaa sovelluksen
kyseiseen hakemistoon ja mahdollisesti korvata olemassa olevat tiedostot?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Et ole m??ritellyt asennushakemistoa! Haluatko varmasti
jatkaa?"/>
+ <str id="TargetPanel.createdir" txt="Luodaan asennushakemisto: " />
+ <str id="TargetPanel.nodir"
+ txt="Valittu kohde ei ole hakemisto! Ole hyv? ja valitse hakemisto!"/>
+ <str id="TargetPanel.notwritable"
+ txt="Hakemistoon ei voi kirjoittaa! Ole hyv? ja valitse toinen
hakemisto!"/>
+
+ <str id="JDKPathPanel.intro" txt="Asennettu sovellus tarvitsee JDK:n (Java
Development Kit). Javan ajon aikainen ymp?rist? (Java runtime environment; JRE)
ei riit?."/>
+ <str id="JDKPathPanel.info" txt="Valitse JDK:n polku:"/>
+ <str id="JDKPathPanel.badVersion1" txt="Valitun JDK:n versio on v??r?
(valittavana on: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" vaadittu versio: "/>
+ <str id="JDKPathPanel.badVersion3" txt=") k?ytet??nk? t?t? JDK:ta silti?"/>
+
+ <str id="PacksPanel.info" txt="Valitse paketit, jotka haluat asentaa:"/>
+ <str id="PacksPanel.tip" txt="Huomaa: harmaana olevat paketit ovat
pakollisia."/>
+ <str id="PacksPanel.space" txt="Vaadittava levytila: "/>
+ <str id="PacksPanel.freespace" txt="Vapaana oleva tila: "/>
+ <str id="PacksPanel.description" txt="Kuvaus"/>
+ <str id="PacksPanel.dependencyList" txt="Valittu paketti tarvitsee
seuraavia paketteja asennettavaksi"/>
+ <str id="ImgPacksPanel.dependencyList" txt="Riippuvuudet"/>
+ <str id="PacksPanel.notEnoughSpace" txt="Asennus vaatii enemm?n tilaa kuin
mit? levyasemassa on."/>
+ <str id="PacksPanel.notAscertainable" txt="ei todettu"/>
+
+ <str id="InstallPanel.info" txt="Paina 'Asenna!' aloittaaksesi
asennuksen"/>
+ <str id="InstallPanel.install" txt="Asenna!"/>
+ <str id="InstallPanel.tip" txt="Asennuksen eteneminen:"/>
+ <str id="InstallPanel.begin" txt="[Asennus ei ole alkanut]"/>
+ <str id="InstallPanel.finished" txt="[Asennus on p??ttynyt]"/>
+ <str id="InstallPanel.progress" txt="Kokonaisasennuksen tila:"/>
+ <str id="InstallPanel.overwrite.title" txt="Tiedosto on jo olemassa"/>
+ <str id="InstallPanel.overwrite.question" txt="Tiedosto on jo olemassa.
Korvataanko olemassa oleva tiedosto?"/>
+
+ <str id="FinishPanel.success" txt="Ohjelmisto on asennettu
onnistuneesti!"/>
+ <str id="FinishPanel.done" txt="Valmis"/>
+ <str id="FinishPanel.fail" txt="Asennus ep?onnistui!"/>
+ <str id="FinishPanel.uninst.info" txt="Asennuksen purkuohjelma l?ytyy
hakemistosta: "/>
+ <str id="FinishPanel.auto" txt="Luo automaattisen asennuksen
komentotiedosto"/>
+ <str id="FinishPanel.auto.tip"
+ txt="T?t? komentotiedostoa voit k?ytt?? toistaaksesi asennuksen
toisella koneella."/>
+
+ <str id="ImgPacksPanel.packs" txt="Seuraavat paketit ovat saatavilla:"/>
+ <str id="ImgPacksPanel.snap" txt="Pakettin?kym?:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Asenna t?m? paketti"/>
+
+ <str id="ShortcutPanel.headline" txt="Asennuksen pikalinkit"/>
+ <str id="ShortcutPanel.regular.list" txt="Valitse ohjelmaryhm?
pikalinkeille:"/>
+ <str id="ShortcutPanel.regular.default" txt="Oletus"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Luo pikalinkit my?s
ty?p?yd?lle"/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="Start-Menu"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="K-Menu"/>
+ <!--
"StartMenu" is a placeholder will be replaced at runtime -->
+ <str id="ShortcutPanel.regular.create" txt="Luo pikalinkit
aloitusvalikkoon"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="Luo pikalinkki
tiedostolle:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="kirjautuneena olevalle
k?ytt?j?lle"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="kaikille k?ytt?jille"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Valitettavasti IzPack ei
tue pikalinkkien tekemist? t?ss? k?ytt?j?rjestelm?ss?. Pikalinkkien tekemiseksi
tutustu k?ytt?j?rjestelm?si k?ytt?ohjeeseen."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="T?m?n ohjelmiston
tekij? haluaa, ett? sinulla on p??sy seuraaviin tiedostoihin:"/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Voit tallentaa
ykityiskohtaista tietoa ohjelmiston kohdetiedostoista tekstitiedostoon
my?hemp?? tarkastelua varten."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Tallenna
tekstitiedosto"/>
+
+ <str id="ShortcutPanel.textFile.header"
txt="Pikalinkkitiedot\n========================\n\nSeuraavassa on listaus
kaikista asiaankuuluvista tiedoista, jotka liittyv?t\nsuunniteltuihin
pikalinkkeihin. N?iden tietojen avulla pikalinkit on mahdollista luoda
k?sin.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Pikalinkki :
"/>
+ <str id="ShortcutPanel.textFile.location" txt="Aiottu paikka :
"/>
+ <str id="ShortcutPanel.textFile.description" txt="Kuvaus :
"/>
+ <str id="ShortcutPanel.textFile.target" txt="Pikalinkin kohde :
"/>
+ <str id="ShortcutPanel.textFile.command" txt="Komentorivi :
"/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Kuvaketiedosto :
"/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Kuvakeindeksi :
"/>
+ <str id="ShortcutPanel.textFile.work" txt="Ty?skentelyhakemisto:
"/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Ty?p?yt?"/>
+ <str id="ShortcutPanel.location.applications" txt="Sovellusten valikko"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Aloitusvalikko"/>
+ <str id="ShortcutPanel.location.startup"
txt="K?ynnistysohjelmaryhm?"/>
+
+ <str id="UserInputPanel.error.caption" txt="Sy?tt?ongelma"/>
+ <str id="UserInputPanel.search.autodetect" txt="Automaattinen
tunnistus"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Automaattinen tunnistus ep?onnistui."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Automaattinen tunnistus ep?onnistui."/>
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="Tarkista
yll?olevissa poluissa oleva hakemisto tai tiedosto."/>
+ <str id="UserInputPanel.search.location" txt="Anna sijainti:
{0}."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="Tiedoston {0}
olemassaolo on tarkistettu."/>
+ <str id="UserInputPanel.search.browse" txt="Selaa..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Valitsemasi
tiedosto tai hakemisto ei ole olemassa tai ei ole k?ytt?kelpoinen."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="V??r?
valinta."/>
+
+ <str id="CompilePanel.heading" txt="K??nn?s" />
+ <str id="CompilePanel.tip" txt="K??nn?ksen tila:" />
+ <str id="CompilePanel.browse" txt="Selaa..." />
+ <str id="CompilePanel.browse.approve" txt="K?yt? k??nt?j?n?" />
+ <str id="CompilePanel.start" txt="Aloita" />
+ <str id="CompilePanel.progress.initial" txt="[Paina Aloita-painiketta]" />
+ <str id="CompilePanel.progress.finished" txt="[P??ttynyt]" />
+ <str id="CompilePanel.progress.overall" txt="K??nn?ksen kokonaistila:" />
+ <str id="CompilePanel.error" txt="K??nn?s ep?onnistui" />
+ <str id="CompilePanel.error.reconfigure" txt="Uudet asetukset" />
+ <str id="CompilePanel.error.ignore" txt="Hylk??" />
+ <str id="CompilePanel.error.abort" txt="Keskeyt?" />
+ <str id="CompilePanel.error.seebelow" txt="Alapuolella on ep?onnistunut
komento ja sen tuloste." />
+ <str id="CompilePanel.error.nofiles" txt="Virhe k??nn?kseen otettavien
tiedostojen etsinn?ss?." />
+ <str id="CompilePanel.error.compilernotfound" txt="K??nt?j?? ei voitu
ajaa." />
+ <str id="CompilePanel.error.invalidarguments" txt="V??ri? parametreja
annettu k??nt?j?lle." />
+ <str id="CompilePanel.error.noclassfile" txt="K??nt?j? ei tuottanut
luokkatiedostoa l?hdekooditiedostolle " />
+ <str id="CompilePanel.choose_compiler" txt="Valitse k??nt?j?:" />
+ <str id="CompilePanel.additional_arguments" txt="K??nt?j?n
lis?parametrit:" />
+
+ <str id="ProcessPanel.heading" txt="K?sittely menossa..." />
+
+ <!-- Strings for the summary of panels - START -->
+ <str id="SummaryPanel.info" txt="Valmis asennukseen. T?rke? data on
listattu alla. Paina "Seuraava" aloittaaksesi asennuksen, "/>
+ <str id="TargetPanel.summaryCaption" txt="Asennuspolku"/>
+ <str id="JDKPathPanel.summaryCaption" txt="JDK polku"/>
+ <str id="PacksPanel.summaryCaption" txt="Valitut asennuspaketit"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="Valitut asennuspaketit"/>
+ <!-- Strings for the summary of panels - END -->
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="Ei voi avata rekisteriavainta
{0}\\{1}."/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/fra.xml
===================================================================
--- trunk/apps/new_installer/langpacks/fra.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/fra.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,194 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The French langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Installation de "/>
+ <str id="installer.next" txt="Suivant"/>
+ <str id="installer.prev" txt="Pr?c?dent"/>
+ <str id="installer.quit" txt="Quitter"/>
+ <str id="installer.madewith" txt="(Cr?? avec IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Voulez vous vraiment quitter ?"/>
+ <str id="installer.quit.message" txt="Ceci va cesser l'installation !"/>
+ <str id="installer.warning" txt="Attention !"/>
+ <str id="installer.yes" txt="Oui"/>
+ <str id="installer.no" txt="Non"/>
+ <str id="installer.cancel" txt="Annuler"/>
+ <str id="installer.error" txt="Erreur"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Ceci va enlever l'(es) application(s)
install?e(s) !"/>
+ <str id="uninstaller.destroytarget" txt=" Forcer la suppression de : "/>
+ <str id="uninstaller.uninstall" txt="D?sinstaller"/>
+
+ <!-- HelloPanel strings -->
+ <str id="HelloPanel.welcome1" txt="Bienvenue dans l'installation de "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Le(s) auteur(s) de ce logiciel est(sont)
: "/>
+ <str id="HelloPanel.url" txt="La page d'accueil de ce logiciel est : "/>
+
+ <!-- LicensePanel strings -->
+ <str id="LicencePanel.info" txt="Veuillez lire attentivement l'accord de
licence suivant :"/>
+ <str id="LicencePanel.agree" txt="J'accepte les termes de cet accord de
licence"/>
+ <str id="LicencePanel.notagree" txt="Je n'accepte pas les termes de cet
accord de licence"/>
+ <str id="LicencePanel.yes" txt="Oui"/>
+ <str id="LicencePanel.no" txt="Non"/>
+
+ <!-- PrinterSelect Panel -->
+ <str id="PrinterSelectPanel.select_printer" txt="S?lectionner l'imprimante
? utiliser durant l'installation et les tests." />
+
+ <!-- InfoPanel strings -->
+ <str id="InfoPanel.info" txt="Veuillez lire les informations suivantes :"/>
+
+ <!-- PathInputPanel strings -->
+ <str id="PathInputPanel.required" txt="Le r?pertoire choisi devrait
exister."/>
+ <str id="PathInputPanel.notValid" txt="Le r?pertoire choisi ne contient
pas le produit requis"/>
+
+ <!-- TargetPanel strings -->
+ <str id="TargetPanel.info" txt="Choisissez le chemin d'installation :"/>
+ <str id="TargetPanel.browse" txt="Parcourir ..."/>
+ <str id="TargetPanel.warn" txt="Le r?pertoire existe d?j? ! Etes-vous sur
de vouloir installer dans celui-ci ?"/>
+ <str id="TargetPanel.nodir" txt="Vous avez sp?cifi? le nom d'un fichier
existant ! Veuillez choisir un autre chemin d'installation."/>
+ <str id="TargetPanel.notwritable" txt="Le r?pertoire que vous avez choisi
n'autorise pas l'?criture. Veuillez en choisir un autre." />
+ <str id="TargetPanel.empty_target"txt="Vous avez sp?cifi? un nom de
r?pertoire vide ! Etes-vous s?r(e) ?"/>
+ <str id="TargetPanel.createdir" txt="Le r?pertoire de destination sera
cr?? :" />
+
+ <!-- JDKPathPanel strings -->
+ <str id="JDKPathPanel.intro" txt="The installed application needs a JDK. A
java runtime environment (JRE) will be not sufficient."/>
+ <str id="JDKPathPanel.info" txt="Choisissez le chemin du JDK:"/>
+ <str id="JDKPathPanel.badVersion1" txt="La version du JDK choisi est
incompatible (disponible:"/>
+ <str id="JDKPathPanel.badVersion2" txt=" requis "/>
+ <str id="JDKPathPanel.badVersion3" txt=") voulez-vous vraiment utiliser
cette version?"/>
+
+ <!-- PacksPanel strings -->
+ <str id="PacksPanel.info" txt="Choisissez ici les paquetages ? installer
:"/>
+ <str id="PacksPanel.tip" txt="Note : les paquetages gris?s ne sont pas
optionnels."/>
+ <str id="PacksPanel.space" txt="Espace total requis :" />
+ <str id="PacksPanel.description" txt="Description"/>
+ <str id="PacksPanel.freespace" txt="Espace disque disponible :"/>
+ <str id="PacksPanel.dependencyList" txt="Les paquetages selectionn?s
n?cessitent ?galement les suivants :"/>
+ <str id="PacksPanel.notEnoughSpace" txt="L'espace disque disponible est
insuffisant."/>
+ <str id="PacksPanel.notAscertainable" txt="incertain"/>
+
+ <str id="base.description" txt="Un pack contenant les composants de base
de freenet."/>
+ <str id="license.description" txt="Un pack contenant les fichiers de
licence de freenet."/>
+ <str id="windows.description" txt="Un pack contenant des scripts pour
Windows."/>
+ <str id="unix.description" txt="Un pack contenant des scripts."/>
+ <str id="uninstall.description" txt="Un pack permettant de configurer
l'outil de d?sinstallation."/>
+ <str id="autoupdater.description" txt="Un pack permettant au noeud de se
tenir ? jour automatiquement via freenet. Il est conseill? de l'installer."/>
+ <str id="stun.description" txt="Un pack permettant d'installer le plugin
STUN pour freenet. STUN est le protocole permettant ? freenet de d?couvrir
dynamiquement quel est votre type de connexion internet. Ce protocole utilise
un serveur tiers pour officier, ce qui peut etre consid?r? comme un risque de
s?curit?. Nous recommandons de l'installer car il permet d'am?liorer la
connectivit? des noeuds utilisant des adresses ip dynamiques (la plupart des
noeuds)."/>
+ <str id="librarian.description" txt="Un pack installant le plugin
Librarian : Un mini moteur de recherche pour freenet."/>
+ <str id="jsite.description" txt="Un pack installant jSite, un outil pour
ins?rer et maintenir un 'freesite' sur freenet."/>
+ <str id="frost.description" txt="Un pack installant frost, un logiciel de
newsgroup pour freenet (http://jtcfrost.sourceforge.net)."/>
+ <str id="thaw.description" txt="Un pack installant thaw, un outil de
transfert de fichier pour freenet."/>
+
+
+ <!-- InstallPanel strings -->
+ <str id="InstallPanel.info" txt="Vous pouvez lancer le processus
d'installation ici :"/>
+ <str id="InstallPanel.install" txt="Installer !"/>
+ <str id="InstallPanel.tip" txt="Progression de l'installation :"/>
+ <str id="InstallPanel.begin" txt="[Rien]"/>
+ <str id="InstallPanel.finished" txt="[Termin?]"/>
+ <str id="InstallPanel.progress" txt="Progression de l'installation totale
:"/>
+ <str id="InstallPanel.overwrite.title" txt="Le fichier existe d?j?."/>
+ <str id="InstallPanel.overwrite.question" txt="Le fichier suivant existe
d?j?. Faut-il l'?craser ?"/>
+
+ <!-- FinishPanel strings -->
+ <str id="FinishPanel.success" txt="L'installation est r?ussie !"/>
+ <str id="FinishPanel.done" txt="Terminer"/>
+ <str id="FinishPanel.fail" txt="L'installation a ?chou?e ..."/>
+ <str id="FinishPanel.uninst.info" txt="Un d?sinstallateur a ?t? cr?? :"/>
+ <str id="FinishPanel.auto" txt="G?n?rer un script d'installation
automatis?e"/>
+ <str id="FinishPanel.auto.tip" txt="G?n?re un fichier qui permet de
refaire automatiquement la meme installation sur une autre machine."/>
+
+ <!-- ImgPacksPanel strings -->
+ <str id="ImgPacksPanel.dependencyList" txt="D?pendences"/>
+ <str id="ImgPacksPanel.packs" txt="Les paquetages suivants sont
disponibles :"/>
+ <str id="ImgPacksPanel.snap" txt="Capture d'?cran associ?e :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Installer ce paquetage"/>
+
+ <!-- ShortcutPanel strings -->
+ <str id="ShortcutPanel.regular.list" txt="S?lectionnez un groupe pour les
raccourcis :"/>
+ <str id="ShortcutPanel.regular.default" txt="Remise ? 0"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Cr?er un raccourci sur le
bureau"/>
+ <str id="ShortcutPanel.regular.create" txt="Cr?er les raccourcis"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="Cr?er un raccourci pour :"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="utilisateur courant"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="tous les utilisateurs"/>
+ <str id="ShortcutPanel.alternate.apology" txt="D?sol?, mais IzPack ne
supporte pas la cr?ation de raccourcis pour ce syst?me d'exploitation. Veuillez
vous r?f?rer ? son manuel pour cr?er des raccourcis."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="La liste suivante
contient les cibles auxquelles le cr?ateur de ce logiciel voulait vous donner
acc?s."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Vous pouvez
enregistrer les informations d?taill?es concernant les cibles dans un fichier
texte pour vous y r?f?rer plus tard."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Enregistrer le fichier
texte"/>
+ <str id="ShortcutPanel.textFile.header" txt="Informations des
raccourcis\n====================\n\nVoici une liste des informations
int?ressantes concernant les raccourcis.\n Ces informations devraient rendre
possible la cr?ation manuelle de raccourcis.\n"/>
+ <str id="ShortcutPanel.textFile.name" txt="Raccourci :
"/>
+ <str id="ShortcutPanel.textFile.location" txt="Emplacement :
"/>
+ <str id="ShortcutPanel.textFile.description" txt="Description :
"/>
+ <str id="ShortcutPanel.textFile.target" txt="Cible :
"/>
+ <str id="ShortcutPanel.textFile.command" txt="Ligne de commande :
"/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Icone :
"/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Index de l'icone :
"/>
+ <str id="ShortcutPanel.textFile.work" txt="R?pertoire de travail
:"/>
+ <str id="ShortcutPanel.location.desktop" txt="Bureau"/>
+ <str id="ShortcutPanel.location.applications" txt="Menu applications"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Menu d?marrer"/>
+ <str id="ShortcutPanel.location.startup" txt="Groupe de d?marrage"/>
+ <str id="ShortcutPanel.headline" txt="Configuration des raccourcis"/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="Menu d?marrer"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="Menu K"/>
+
+ <!-- UserInputPanel strings -->
+ <str id="UserInputPanel.error.caption" txt="Probl?me de saisie"/>
+ <str id="UserInputPanel.search.autodetect" txt="D?tection automatique"/>
+ <str id="UserInputPanel.search.autodetect.failed.message" txt="La
d?tection automatique a ?chou?e."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption" txt="La
d?tection automatique a ?chou?e."/>
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="V?rifiez le
fichier ou r?pertoire dans les chemis suivants :"/>
+ <str id="UserInputPanel.search.location" txt="Entrez l'emplacement de "/>
+ <str id="UserInputPanel.search.browse" txt="Parcourir ..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Le fichier ou
le r?pertoire que vous avez choisi n'existe pas ou n'est pas convenable." />
+ <str id="UserInputPanel.search.wrongselection.caption" txt="S?lection
invalide."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="L'existence de
{0} est v?rifi?e."/>
+
+ <!-- CompilePanel strings -->
+ <str id="CompilePanel.heading" txt="Compilation" />
+ <str id="CompilePanel.tip" txt="Progression de la compilation :" />
+ <str id="CompilePanel.browse" txt="Parcourir ..." />
+ <str id="CompilePanel.browse.approve" txt="Utiliser en tant que
compilateur" />
+ <str id="CompilePanel.start" txt="D?marrer" />
+ <str id="CompilePanel.progress.initial" txt="[Appuyez sur le bouton de
d?marrage]" />
+ <str id="CompilePanel.progress.finished" txt="[Fini]" />
+ <str id="CompilePanel.progress.overall" txt="Progression de la compilation
totale :" />
+ <str id="CompilePanel.error" txt="La compilation a ?chou?e." />
+ <str id="CompilePanel.error.reconfigure" txt="Re-configurer" />
+ <str id="CompilePanel.error.ignore" txt="Ignorer" />
+ <str id="CompilePanel.error.abort" txt="Abandonner" />
+ <str id="CompilePanel.error.seebelow" txt="Voyez ci-dessous la commande
qui a ?chou?e ainsi que sa sortie." />
+ <str id="CompilePanel.error.nofiles" txt="Erreur pendant la recherche des
fichiers ? compiler." />
+ <str id="CompilePanel.error.compilernotfound" txt="Le compilateur n'a pas
pu etre ex?cut?." />
+ <str id="CompilePanel.error.invalidarguments" txt="Le compilateur n'aime
pas les arguments fournis." />
+ <str id="CompilePanel.error.noclassfile" txt="Le compilateur n'a pas
g?n?re de fichier .class pour le fichier source " />
+ <str id="CompilePanel.choose_compiler" txt="Compilateur ? utiliser :" />
+ <str id="CompilePanel.additional_arguments" txt="Arguments suppl?mentaires
du compilateur : " />
+
+ <!-- ProcessPanel strings -->
+ <str id="ProcessPanel.heading" txt="En cours de traitement" />
+
+ <!-- SummaryPanel strings -->
+ <str id="SummaryPanel.info" txt="Pr?t ? installer. Les donn?es importantes
sont list?es ci-dessous. Appuyez sur "Suivant" pour commencer
l'installation, "/>
+ <str id="TargetPanel.summaryCaption" txt="Chemin de l'installation"/>
+ <str id="JDKPathPanel.summaryCaption" txt="Chemin du JDK"/>
+ <str id="PacksPanel.summaryCaption" txt="Paquet(s) d'installation
choisis"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="Paquet(s) d'installation
choisis"/>
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="Impossible d'ouvrir la cl? de
registre {0}\\{1}."/>
+
+ <!-- CheckedHelloPanel strings -->
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="Ce logiciel est d?j?
installe depuis le chemin "/>
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" . Etes-vous certain
de vouloir installer une autre entit? ?" />
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="La cl? de
d?sinstallation sera : " />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/hun.xml
===================================================================
--- trunk/apps/new_installer/langpacks/hun.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/hun.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="iso-8859-2" standalone="yes" ?>
+
+<!-- The Hungarian langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - telep?t?s - "/>
+ <str id="installer.next" txt="K?vetkez?"/>
+ <str id="installer.prev" txt="El?z?"/>
+ <str id="installer.quit" txt="Kil?p?s"/>
+ <str id="installer.madewith" txt="(Created with IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="A telep?t?s megszak?t?sa"/>
+ <str id="installer.quit.message" txt="Biztos benne, hogy ki akar l?pni ?"/>
+ <str id="installer.warning" txt="Figylem !"/>
+ <str id="installer.yes" txt="Igen"/>
+ <str id="installer.no" txt="Nem"/>
+ <str id="installer.cancel" txt="Megszak?t"/>
+ <str id="installer.error" txt="Hiba"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="A telep?tett alkalmaz?s elt?vol?t?sa
k?vetkezik !"/>
+ <str id="uninstaller.destroytarget" txt=" Meger?s?ti a t?rl?s?t a(z) "/>
+ <str id="uninstaller.uninstall" txt="Elt?vol?t?s"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="?dv?z?ljuk a(z) "/>
+ <str id="HelloPanel.welcome2" txt=" telep?t?sekor !"/>
+ <str id="HelloPanel.authors" txt="A program szerz?je(i) : "/>
+ <str id="HelloPanel.url" txt="A program honlapja : "/>
+
+ <str id="LicencePanel.info" txt="K?rem olvassa el a k?vetkez? licence
meg?llapod?st :"/>
+ <str id="LicencePanel.agree" txt="Elfogadja a licence felt?teleket ?"/>
+ <str id="LicencePanel.notagree" txt="I do not accept the terms of this
license agreement."/>
+ <str id="LicencePanel.yes" txt="Igen"/>
+ <str id="LicencePanel.no" txt="Nem"/>
+
+ <str id="InfoPanel.info" txt="K?rem olvassa el a k?vetkez? inform?ci?t :"/>
+
+ <str id="TargetPanel.info" txt="Adja meg a telep?t?si mapp?t :"/>
+ <str id="TargetPanel.browse" txt="Tall?z?s ..."/>
+ <str id="TargetPanel.warn"
+ txt="A mappa m?r l?tezik ! Akarja az ott esetleg l?tez? ?llom?nyok
fel?l?r?s?t ?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Nem adott meg c?l mapp?t! Megfelel? ez ?gy?"/>
+ <str id="TargetPanel.createdir" txt="A c?l mapp?t a tetelep?t? l?trehozza
:" />
+
+
+ <str id="PacksPanel.info" txt="V?lassza ki az instal?land? csomagokat :"/>
+ <str id="PacksPanel.tip" txt="Megjegyz?s: a sz?rke csomagok telep?t?se
elengedhetetlen."/>
+ <str id="PacksPanel.space" txt="?sszesen sz?ks?ges hely a lemezen: "/>
+ <str id="PacksPanel.description" txt="Description"/>
+
+ <str id="InstallPanel.info" txt="Kattintson az 'Telep?t?s !' gombra a
telep?t?s megkezd?s?hez!"/>
+ <str id="InstallPanel.install" txt="Telep?t?s !"/>
+ <str id="InstallPanel.tip" txt="Telep?t?si folyamat :"/>
+ <str id="InstallPanel.begin" txt="[Nincs megkezdve]"/>
+ <str id="InstallPanel.finished" txt="[Befejezve]"/>
+
+ <str id="FinishPanel.success" txt="A telep?t?s sikeresen lezajlott."/>
+ <str id="FinishPanel.fail" txt="A telep?t?s sikertelen!"/>
+ <str id="FinishPanel.uninst.info" txt="Az elt?vol?t? program l?trehozva:"/>
+ <str id="FinishPanel.auto" txt="Automatikus install?ci?s script
l?trehoz?sa"/>
+ <str id="FinishPanel.auto.tip"
+ txt="A script at install?ci?s folyamat m?sik g?pen val? futtat?s?t
t?mogatja."/>
+
+ <str id="ImgPacksPanel.packs" txt="A k?vetkez? csomagok ?rhet?ek el :"/>
+ <str id="ImgPacksPanel.snap" txt="Csomag snapshot :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" A csomag telep?t?se"/>
+
+ <str id="ShortcutPanel.regular.list" txt="V?lasszon program csoportot az
ind?t? ikon sz?m?ra:"/>
+ <str id="ShortcutPanel.regular.default" txt="Reset"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Ind?t? icon l?trehoz?sa az
asztalon"/>
+ <str id="ShortcutPanel.regular.create" txt="Ind?t? icon l?trehoz?sa"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="ind?t? icon l?trehoz?sa a
program sz?m?ra:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="aktu?lis felhaszn?l?
"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="?sszes felhaszn?l?
"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Sajnos az IzPack nem
t?mogatja parancsikon l?rtehoz?s?t az ?n oper?ci?s rendszer?n! Paramcs ikon
k?sz?t?s?nek m?dj?r?l t?j?koz?djon az oper?ci?s rendszer k?zik?nyv?b?l!"/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="A k?vetkez? list?ban a
gy?rt? ?ltal megjel?lt bel?p?si pontok l?that?k:"/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="K?s?bbi
felhaszn?l?s c?lj?b?l sz?veg file-ba mentheti a bel?p?si pontok r?szletes
le?r?s?t"/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="A sz?veg file ment?se"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Parancsikon
Informati?k\n=======================\n\nAz al?bbi lista tartalmazza a tervezett
parancsikonok k?zi l?trehoz?s?hoz sz?ks?ges inform?ci?kat.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Parancsikon : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Le?r?s : "/>
+ <str id="ShortcutPanel.textFile.target" txt="Parancsikon c?lja : "/>
+ <str id="ShortcutPanel.textFile.command" txt="Parancssor : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Icon File : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Icon Index : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Munka k?nyvt?r : "/>
+
+ <str id="UserInputPanel.error.caption" txt="Input Problem"/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/ita.xml
===================================================================
--- trunk/apps/new_installer/langpacks/ita.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/ita.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The Italian langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Installazione di "/>
+ <str id="installer.next" txt="Prossimo"/>
+ <str id="installer.prev" txt="Precedente"/>
+ <str id="installer.quit" txt="Uscire"/>
+ <str id="installer.madewith" txt="(Creato con IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Sei sicuro di volere uscire ?"/>
+ <str id="installer.quit.message" txt="Questo annulla l'installazione !"/>
+ <str id="installer.warning" txt="Avvertimento !"/>
+ <str id="installer.yes" txt="Si"/>
+ <str id="installer.no" txt="No"/>
+ <str id="installer.cancel" txt="Annulare"/>
+ <str id="installer.error" txt="Errore"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Questo eliminer? la(e) applicazione(i)
installate !"/>
+ <str id="uninstaller.destroytarget" txt=" Forza l' eliminazione di "/>
+ <str id="uninstaller.uninstall" txt="Disinstalla"/>
+
+ <!-- HelloPanel strings -->
+ <str id="HelloPanel.welcome1" txt="Benvenuto all'installazione di "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Gli autori di questo software sono : "/>
+ <str id="HelloPanel.url" txt="La homepage di questo software ? : "/>
+
+ <!-- LicensePanel strings -->
+ <str id="LicencePanel.info" txt="Leggi, per piacere, questa licenza :"/>
+ <str id="LicencePanel.agree" txt="Accetto i termini di questa licenza."/>
+ <str id="LicencePanel.notagree" txt="Non accetto i termini di questa
licenza."/>
+ <str id="LicencePanel.yes" txt="Si"/>
+ <str id="LicencePanel.no" txt="No"/>
+
+ <!-- PrinterSelect Panel -->
+ <str id="PrinterSelectPanel.select_printer" txt="Selezioni lo stampatore a
usare durando l'installazione ed anche durano i prove iniziale" />
+
+ <!-- InfoPanel strings -->
+ <str id="InfoPanel.info" txt="Leggi, per piacere, le seguenti informazioni
:"/>
+
+ <!-- PathInputPanel strings -->
+ <str id="PathInputPanel.required" txt="La directory selezionata deve
esistere."/>
+ <str id="PathInputPanel.notValid" txt="La directory selezionata non
contiene il prodotto richiesto.."/>
+
+ <!-- TargetPanel strings -->
+ <str id="TargetPanel.info" txt="Scegli il percorso d'installazione :"/>
+ <str id="TargetPanel.browse" txt="Browse ..."/>
+ <str id="TargetPanel.warn" txt="Questa destinazione esiste gi? ! Sei
sicuro di volere usarla ed eventualmente sostituire i files esistenti?"/>
+ <str id="TargetPanel.empty_target" txt="Non hai specificato la
destinazione! Sei sicuro?"/>
+ <str id="TargetPanel.createdir" txt="La destinazione sar? creata :" />
+ <str id="TargetPanel.nodir" txt="Questo file non e' una directory!
Perfavore seleziona una directory!"/>
+ <str id="TargetPanel.notwritable" txt="Quasta directory non e' scrivibile!
Perfavore seleziona un'altra directory!"/>
+
+ <!-- JDKPathPanel strings -->
+ <str id="JDKPathPanel.intro" txt="L'applicazione necessita del JDK. Il
java runtime environment (JRE) non e' sufficente."/>
+ <str id="JDKPathPanel.info" txt="Seleziona il percorso del JDK:"/>
+ <str id="JDKPathPanel.badVersion1" txt="La release del JDK seleziona non
e' quella corretta (disponibili: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" richiesta: "/>
+ <str id="JDKPathPanel.badVersion3" txt=") devo usarla comunque?"/>
+
+ <!-- PacksPanel strings -->
+ <str id="PacksPanel.info" txt="Scegli i pacchetti che vuoi installare :"/>
+ <str id="PacksPanel.tip" txt="Nota: i pacchetti grigi sono obbligatori."/>
+ <str id="PacksPanel.space" txt="Spazio Totale Necessario: "/>
+ <str id="PacksPanel.description" txt="Descrizione"/>
+ <str id="PacksPanel.freespace" txt="Spazio disponibile :"/>
+ <str id="PacksPanel.dependencyList" txt="Il prodotto selezionato richiede
i seguenti pacchetti"/>
+ <str id="PacksPanel.notEnoughSpace" txt="Il spazio disponibile non ?
sufficiente"/>
+ <str id="PacksPanel.notAscertainable" txt="Incerto"/>
+
+ <!-- InstallPanel strings -->
+ <str id="InstallPanel.info" txt="Clicca 'Installa !' per iniziare il
processo dell' installazione"/>
+ <str id="InstallPanel.install" txt="Installa !"/>
+ <str id="InstallPanel.tip" txt="Progresso d'installazione :"/>
+ <str id="InstallPanel.begin" txt="[Nulla]"/>
+ <str id="InstallPanel.finished" txt="[Concluso]"/>
+ <str id="InstallPanel.progress" txt="Progressione totale
dell'installazione :"/>
+ <str id="InstallPanel.overwrite.title" txt="Il file esiste gi? !"/>
+ <str id="InstallPanel.overwrite.question" txt="Questo file esiste gi?,
vuoi sostituirlo ?"/>
+
+ <!-- FinishPanel strings -->
+ <str id="FinishPanel.success" txt="L'installazione si ? conclusa con
successo."/>
+ <str id="FinishPanel.done" txt="Fatto"/>
+ <str id="FinishPanel.fail" txt="L'installazione ? fallita !"/>
+ <str id="FinishPanel.uninst.info" txt="Un programma di disinstallazione ?
stato creato in:"/>
+ <str id="FinishPanel.auto" txt="Genera uno script d'installazione
automatica"/>
+ <str id="FinishPanel.auto.tip" txt="Usa questo script per ripetere
l'installazione in altri computers."/>
+
+ <!-- ImgPacksPanel strings -->
+ <str id="ImgPacksPanel.dependencyList" txt="Dipendenza(e)"/>
+ <str id="ImgPacksPanel.packs" txt="Sono disponibili questi pacchetti :"/>
+ <str id="ImgPacksPanel.snap" txt="Contenuto sommario :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Installa questo pacchetto"/>
+
+ <!-- ShortcutPanel strings -->
+ <str id="ShortcutPanel.regular.list" txt="Seleziona un Program Group per
lo shortcut:"/>
+ <str id="ShortcutPanel.regular.default" txt="Ristabilisce"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Crea uno shortcut sul
desktop"/>
+ <str id="ShortcutPanel.regular.create" txt="Crea shortcut"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="crea shortcut per:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="questo utilizzatore"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="tutti gli utilizzatori"/>
+ <str id="ShortcutPanel.alternate.apology" txt="Scusa ma IzPack non
supporta la creazione di shortcut nel tuo Sistema Operativo. Potrai farlo
manualmente usando il manuale del Sistema Operativo."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="Questa ? una lista di
'targets' che lo sviluppatore del software voleva metterti a disposizione."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Puoi registrare
la lista per futuro riferimento in un file di testo."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Registra file di testo"/>
+ <str id="ShortcutPanel.textFile.header" txt="Informazioni
Scorciatoie\n====================\n\nQuesta ? la lista di tutte le informazioni
sulle Scorciatoie originalmente\nidealizzate. Con quest'informazione ?
possibile crearli manualmente.\n"/>
+ <str id="ShortcutPanel.textFile.name" txt="Shortcut : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Localizzazione : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Descrizione : "/>
+ <str id="ShortcutPanel.textFile.target" txt="Target Shortcut : "/>
+ <str id="ShortcutPanel.textFile.command" txt="Riga Comando : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="File di Icone : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Indice Icone : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Directory Lavoro : "/>
+ <str id="ShortcutPanel.location.desktop" txt="Desktop"/>
+ <str id="ShortcutPanel.location.applications" txt="Menu Applicazioni"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Menu Iniziale"/>
+ <str id="ShortcutPanel.location.startup" txt="Gruppo Startup"/>
+ <str id="ShortcutPanel.headline" txt="Configurazione dei shortcut:"/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="Menu Iniziale"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="Menu K"/>
+
+ <!-- UserInputPanel strings -->
+ <str id="UserInputPanel.error.caption" txt="Problema di input"/>
+ <str id="UserInputPanel.search.autodetect" txt="Autorilevazione"/>
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Autorilevazione fallita."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Autorilevazione fallita."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="controlla il file o la directory nel percorso specificato sopra."/>
+ <str id="UserInputPanel.search.location" txt="Inserire la
posizione di {0}."/>
+ <str id="UserInputPanel.search.browse" txt="Browse ..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Il file o la
directory che avete scelto non esiste o non ? appropriata."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Selezione
invalida."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="L'esistenza di
{0} ? verificata."/>
+
+ <!-- CompilePanel strings -->
+ <str id="CompilePanel.heading" txt="Compilazione" />
+ <str id="CompilePanel.tip" txt="Progressione della compilazione:" />
+ <str id="CompilePanel.browse" txt="Browse ..." />
+ <str id="CompilePanel.browse.approve" txt="Utilizzare come compilatore" />
+ <str id="CompilePanel.start" txt="Inizio" />
+ <str id="CompilePanel.progress.initial" txt="[Premi il botton Inizio]" />
+ <str id="CompilePanel.progress.finished" txt="[Finito]" />
+ <str id="CompilePanel.progress.overall" txt="Progressione della
compilazione totale:" />
+ <str id="CompilePanel.error" txt="La compilazione ? fallita" />
+ <str id="CompilePanel.error.reconfigure" txt="Configurare di nuovo" />
+ <str id="CompilePanel.error.ignore" txt="Ignorare" />
+ <str id="CompilePanel.error.abort" txt="Annullare" />
+ <str id="CompilePanel.error.seebelow" txt="Controllate sotto il comando
che ? fallito ed il suo log." />
+ <str id="CompilePanel.error.nofiles" txt="Errore durante la ricerca degli
archivi (file) da compilare." />
+ <str id="CompilePanel.error.compilernotfound" txt="Il compilatore non ha
potuto essere effettuato." />
+ <str id="CompilePanel.error.invalidarguments" txt="Parametri invalide" />
+ <str id="CompilePanel.error.noclassfile" txt="Il compilatore non ha
prodotto un file class in corrispondenza del file sorgente " />
+ <str id="CompilePanel.choose_compiler" txt="Compilatore che puoi
utilizzare:" />
+ <str id="CompilePanel.additional_arguments" txt="Parametri aggiuntivi per
il compilatore:" />
+
+ <!-- ProcessPanel strings -->
+ <str id="ProcessPanel.heading" txt="In progresso..." />
+
+ <!-- SummaryPanel strings -->
+ <str id="SummaryPanel.info" txt="Pronto per iniziare l'installazione. I
data importanti sono elencati qui sotto. Premi "Prossimo" per
iniziare l'installazione to start installation, "/>
+ <str id="TargetPanel.summaryCaption" txt="Destinazione
dell'installazione"/>
+ <str id="JDKPathPanel.summaryCaption" txt="Destinazione dello JDK"/>
+ <str id="PacksPanel.summaryCaption" txt="Pacchetti scelti
dell'installazione"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="Pacchetti scelti
dell'installazione"/>
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="Impossibile di aprire la chiave
di registro {0}\\{1}."/>
+
+ <!-- CheckedHelloPanel strings -->
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="Questo software ?
gi? stato installato nella directory "/>
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" . Sei sicuro di
volere installarlo di nuovo ?" />
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="La chiave di
disinstallazione sar? : " />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
\ No newline at end of file
Added: trunk/apps/new_installer/langpacks/jpn.xml
===================================================================
--- trunk/apps/new_installer/langpacks/jpn.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/jpn.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,132 @@
+<?xml version="1.0" encoding="Shift_JIS" standalone="yes" ?>
+
+<!-- The Japanese langpack -->
+
+<!--
+
+ Caution for configuration manager!
+
+ This text file contains Japanese, many of which characters' value
+ could be in 8 bits. So if you are not using 8-bit through environment,
+ please handle this file as a binary file, otherwise, this file will
+ be broken.
+
+ - some e-mail transfer drops 8th bit
+ - standard CVS may not handle 8th bit (treat as binary file)
+
+-->
+
+<!--
+
+ The reason to choose Shift_JIS for this resource file
+
+ Ideally, Unicode encoding (like UTF-8) should be used.
+
+ As each platform uses different encodings,
+ Windows : Shift_JIS (strictly speaking, may be Windows-31J)
+ most Unix : EUC_JIS
+ Macintosh : (I do not know)
+
+ However, some strings are given to native library and used for Windows
+ shortcut, so this should be in Windows encoding.
+
+-->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <!-- Notice! more natural Japanese requires string after product name -->
+ <str id="installer.title" txt="IzPack - ?C???X?g?[?? - "/>
+ <str id="installer.next" txt="????"/>
+ <str id="installer.prev" txt="?O??"/>
+ <str id="installer.quit" txt="?I??"/>
+ <str id="installer.madewith" txt="(IzPack?????????????????? -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="?C???X?g?[???????~"/>
+ <str id="installer.quit.message" txt="?C???X?g?[?????I????????!"/>
+ <str id="installer.warning" txt="?x?? !"/>
+ <str id="installer.yes" txt="????"/>
+ <str id="installer.no" txt="??????"/>
+ <str id="installer.cancel" txt="?L?????Z??"/>
+ <str id="installer.error" txt="?G???["/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning"
txt="???????????A?C???X?g?[???????A?v???P?[?V????????????????!"/>
+ <str id="uninstaller.destroytarget" txt=" ???????? - "/>
+ <str id="uninstaller.uninstall" txt="?A???C???X?g?[??"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt=""/>
+ <str id="HelloPanel.welcome2" txt="???C???X?g?[???????????? !"/>
+ <str id="HelloPanel.authors" txt="?????\?t?g?E?F?A?????? : "/>
+ <str id="HelloPanel.url" txt="?????\?t?g?E?F?A???E?F?u?T?C?g : "/>
+
+ <str id="LicencePanel.info" txt="?????????C?Z???X???p????????????????????
:"/>
+ <str id="LicencePanel.agree" txt="???C?Z???X???p????????????????"/>
+ <str id="LicencePanel.notagree" txt="???C?Z???X???p??????????????????"/>
+ <str id="LicencePanel.yes" txt="????"/>
+ <str id="LicencePanel.no" txt="??????"/>
+
+ <str id="InfoPanel.info" txt="?????????????????????????? :"/>
+
+ <str id="TargetPanel.info" txt="?C???X?g?[???????p?X???I?????????????? :"/>
+ <str id="TargetPanel.browse" txt="?Q?? ..."/>
+ <str id="TargetPanel.warn"
+ txt="?w?????????f?B???N?g??????????????????!
?????????????????t?@?C?????????????????????????????????????????"/>
+ <str id="TargetPanel.empty_target"
+ txt="???????C???X?g?[???????w??????????????!
?????p?X???{?????????????????????"/>
+ <str id="PacksPanel.info" txt="?C???X?g?[???????????????I??????????????
:"/> <str id="PacksPanel.tip" txt="????:
?D?F???\???????????????????A?K?{?????????B"/>
+ <str id="PacksPanel.space" txt="?K?v???f?B?X?N?e??: "/>
+ <str id="PacksPanel.description" txt="????"/>
+
+ <str id="InstallPanel.info"
txt="?C???X?g?[?????J?n?????????A'?C???X?g?[??!'????????????????"/>
+ <str id="InstallPanel.install" txt="?C???X?g?[??!"/>
+ <str id="InstallPanel.tip" txt="?C???X?g?[?????? :"/>
+ <str id="InstallPanel.begin" txt="[???C???X?g?[??]"/>
+ <str id="InstallPanel.finished" txt="[????]"/>
+
+ <str id="FinishPanel.success" txt="?C???X?g?[???????????I???????????B"/>
+ <str id="FinishPanel.fail" txt="?C???X?g?[???????s????????!"/>
+ <str id="FinishPanel.uninst.info"
txt="?A???C???X?g?[??????????????????????????????:"/>
+ <str id="FinishPanel.auto" txt="?????C???X?g?[???X?N???v?g????????????"/>
+ <str id="FinishPanel.auto.tip"
+
txt="???????e???C???X?g?[?????????R???s???[?^???J?????????????????A?????X?N???v?g???g???????B"/>
+
+ <str id="ImgPacksPanel.packs" txt="?????????????I?????????? :"/>
+ <str id="ImgPacksPanel.snap" txt="?p?b?P?[?W???X?i?b?v?V???b?g :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" ???????????C???X?g?[??"/>
+
+ <str id="ShortcutPanel.regular.list"
txt="?X?^?[?g???j???[???t?H???_???I??????????????:"/>
+ <str id="ShortcutPanel.regular.default" txt="???Z?b?g"/>
+ <str id="ShortcutPanel.regular.desktop"
txt="?f?X?N?g?b?v???V???[?g?J?b?g????????????"/>
+ <str id="ShortcutPanel.regular.create" txt="?V???[?g?J?b?g??????"/>
+ <str id="ShortcutPanel.regular.userIntro"
txt="?V???[?g?J?b?g?????????????[?U:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="?????????[?U"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="???????????[?U"/>
+
+ <str id="ShortcutPanel.alternate.apology"
txt="IzPack?????A???g?????I?y???[?e?B???O?V?X?e???????V???[?g?J?b?g?????????T?|?[?g?????????????B?V???[?g?J?b?g???????????????A???g?????I?y???[?e?B???O?V?X?e?????}?j???A?????Q???????????????B"/>
+ <str id="ShortcutPanel.alternate.targetsLabel"
txt="???????A?????\?t?g?E?F?A???????????A?\?t?g?E?F?A?????????????????K?v???t?@?C???????A?N?Z?X???????????????????B"/>
+ <str id="ShortcutPanel.alternate.textFileExplanation"
txt="???????Q?????????????A?^?[?Q?b?g?A?v???P?[?V?????????????????e?L?X?g?t?@?C???????????????????????????B"/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="?e?L?X?g?t?@?C????????"/>
+
+ <str id="ShortcutPanel.textFile.header"
txt="?V???[?g?J?b?g????\n====================\n\n???????A???????A???????????????V???[?g?J?b?g?????????????????B\n?????????????????A???????????????V???[?g?J?b?g?????????????????????????B\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="?V???[?g?J?b?g : "/>
+ <str id="ShortcutPanel.textFile.location" txt="???I???p?X : "/>
+ <str id="ShortcutPanel.textFile.description" txt="???? : "/>
+ <str id="ShortcutPanel.textFile.target" txt="?V???[?g?J?b?g?? : "/>
+ <str id="ShortcutPanel.textFile.command" txt="?R?}???h???C?? : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="?A?C?R???t?@?C?? : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="?A?C?R???C???f?N?X: "/>
+ <str id="ShortcutPanel.textFile.work" txt="?????f?B???N?g?? : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="?f?X?N?g?b?v"/>
+ <str id="ShortcutPanel.location.applications" txt="?v???O????"/>
+ <str id="ShortcutPanel.location.startMenu" txt="?X?^?[?g ???j???["/>
+ <str id="ShortcutPanel.location.startup" txt="?X?^?[?g?A?b?v"/>
+
+ <str id="UserInputPanel.error.caption" txt="??????????"/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
+
Added: trunk/apps/new_installer/langpacks/kor.xml
===================================================================
--- trunk/apps/new_installer/langpacks/kor.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/kor.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+
+<!-- The Korean langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - ??????: "/>
+ <str id="installer.next" txt="??????"/>
+ <str id="installer.prev" txt="??????"/>
+ <str id="installer.quit" txt="??????"/>
+ <str id="installer.madewith" txt="(Made with IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="?????????????????????????"/>
+ <str id="installer.quit.message" txt="????????? ???????????????!"/>
+ <str id="installer.warning" txt="??????!"/>
+ <str id="installer.yes" txt="???"/>
+ <str id="installer.no" txt="?????????"/>
+ <str id="installer.cancel" txt="??????"/>
+ <str id="installer.error" txt="??????"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="????????? ?????????????????????
???????????????!"/>
+ <str id="uninstaller.destroytarget" txt=" ?????? ???????????? ?????????
??????: "/>
+ <str id="uninstaller.uninstall" txt="?????? ??????"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="?????? ????????? ???????????????: "/>
+ <str id="HelloPanel.welcome2" txt="!"/>
+ <str id="HelloPanel.authors" txt="?????? ?????????/???: "/>
+ <str id="HelloPanel.url" txt="?????? ????????????: "/>
+
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="??? ????????? ??????
??? ???????????? ?????? ????????? ???????????? ????????????: "/>
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" . ??????
?????????????????????????"/>
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="?????? ?????? ??????
????????? ????????????: " />
+
+ <str id="LicencePanel.info" txt="?????? ???????????? ?????????
???????????? ??????????????????:"/>
+ <str id="LicencePanel.agree" txt="??? ???????????? ?????????
???????????????."/>
+ <str id="LicencePanel.notagree" txt="??? ???????????? ?????????
???????????? ????????????."/>
+ <str id="LicencePanel.yes" txt="???"/>
+ <str id="LicencePanel.no" txt="?????????"/>
+
+ <str id="InfoPanel.info" txt="?????? ????????? ??????????????????: "/>
+
+ <str id="PathInputPanel.required" txt="????????? ???????????????
???????????? ?????????."/>
+ <str id="PathInputPanel.notValid" txt="????????? ??????????????? ?????????
????????? ????????????."/>
+
+ <str id="TargetPanel.info" txt="?????? ????????? ??????????????????: "/>
+ <str id="TargetPanel.browse" txt="????????????..."/>
+ <str id="TargetPanel.warn"
+ txt="??????????????? ?????? ???????????????! ????????? ?????????
????????? ??? ????????????. ????????? ?????????????????????????"/>
+ <str id="TargetPanel.empty_target"
+ txt="?????? ????????? ???????????? ???????????????.
????????????????"/>
+ <str id="TargetPanel.createdir" txt="?????? ??????????????? ?????????
?????????: " />
+ <str id="TargetPanel.nodir"
+ txt="??? ????????? ??????????????? ????????????! ???????????????
??????????????????!"/>
+ <str id="TargetPanel.notwritable"
+ txt="??? ??????????????? ????????? ??????????????????! ??????
??????????????? ??????????????????!"/>
+
+ <str id="JDKPathPanel.intro" txt="????????? ????????????????????? JDK???
???????????????. ?????? ?????? ??????(JRE)??? ???????????? ????????????."/>
+ <str id="JDKPathPanel.info" txt="JDK ????????? ??????????????????:"/>
+ <str id="JDKPathPanel.badVersion1" txt="????????? JDK??? ?????????
???????????? ???????????? ("/>
+ <str id="JDKPathPanel.badVersion2" txt="??? ???????????? "/>
+ <str id="JDKPathPanel.badVersion3" txt="??? ???????????????) ????????? ???
JDK??? ?????????????????????????"/>
+
+ <str id="PacksPanel.info" txt="????????? ????????????
??????????????????:"/>
+ <str id="PacksPanel.tip" txt="??????: ???????????? ????????? ????????????
???????????????."/>
+ <str id="PacksPanel.space" txt="????????? ??? ??????: "/>
+ <str id="PacksPanel.freespace" txt="????????? ??????: "/>
+ <str id="PacksPanel.description" txt="??????"/>
+ <str id="PacksPanel.dependencyList" txt="????????? ???????????? ??????
???????????? ????????? ?????????"/>
+ <str id="ImgPacksPanel.dependencyList" txt="?????????"/>
+ <str id="PacksPanel.notEnoughSpace" txt="????????? ????????? ?????????
????????? ????????? ????????? ????????? ???????????????."/>
+ <str id="PacksPanel.notAscertainable" txt="?????? ??????"/>
+
+ <str id="InstallPanel.info" txt="?????? ????????? ??????????????????
'??????!'??? ??????????????????."/>
+ <str id="InstallPanel.install" txt="??????!"/>
+ <str id="InstallPanel.tip" txt="????????? ?????? ?????? ??????:"/>
+ <str id="InstallPanel.begin" txt="[??????]"/>
+ <str id="InstallPanel.finished" txt="[?????????]"/>
+ <str id="InstallPanel.progress" txt="?????? ?????? ?????? ??????:"/>
+ <str id="InstallPanel.overwrite.title" txt="????????? ??????
???????????????"/>
+ <str id="InstallPanel.overwrite.question" txt="?????? ????????? ??????
???????????????. ?????? ???????????????????"/>
+
+ <str id="FinishPanel.success" txt="????????? ?????? ???????????????."/>
+ <str id="FinishPanel.done" txt="??????"/>
+ <str id="FinishPanel.fail" txt="????????? ??????????????????!"/>
+ <str id="FinishPanel.uninst.info" txt="?????? ?????? ???????????????
????????? ??????????????????: "/>
+ <str id="FinishPanel.auto" txt="?????? ?????? ???????????? ??????"/>
+ <str id="FinishPanel.auto.tip"
+ txt="?????? ??????????????? ????????? ????????? ???????????? ??????
??? ??????????????? ??????????????????."/>
+
+ <str id="ImgPacksPanel.packs" txt="????????? ?????? ????????????
????????????:"/>
+ <str id="ImgPacksPanel.snap" txt="????????? ?????????:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" ??? ????????? ??????"/>
+
+ <str id="ShortcutPanel.headline" txt="??????????????? ??????"/>
+ <str id="ShortcutPanel.regular.list" txt="?????? ???????????? ??????
???????????? ????????? ??????????????????:"/>
+ <str id="ShortcutPanel.regular.default" txt="?????? ???"/>
+ <str id="ShortcutPanel.regular.desktop" txt="??????????????? ????????????
??????????????? ??????"/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="??????-??????"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="K-??????"/>
+ <!--
"StartMenu" is a placeholder will be replaced at runtime -->
+ <str id="ShortcutPanel.regular.create" txt="StartMenu??? ?????? ?????????
??????"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="??????????????? ??????
??????:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="?????? ?????????"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="?????? ?????????"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="IzPack??? ???
??????????????? ?????? ?????? ????????? ????????? ???????????? ????????????.
?????????????????? ??????????????? ?????? ???????????? ????????????
??????????????????."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="????????? ???
??????????????? ?????? ???????????? ????????? ????????? ???????????????."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="?????????
???????????? ????????? ?????????????????? ????????? ?????? ?????? ?????????
????????? ????????? ????????? ??? ????????????."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="????????? ?????????
??????"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="?????????
??????\n====================\n\n????????? ????????? ?????????????????? ??????
?????? ???????????? ????????? ???????????????. ??? ????????? ????????????
???????????? ?????????????????? ?????? ??? ?????? ????????????.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="???????????????
: "/>
+ <str id="ShortcutPanel.textFile.location" txt="????????? ??????
: "/>
+ <str id="ShortcutPanel.textFile.description" txt="?????? :
"/>
+ <str id="ShortcutPanel.textFile.target" txt="??????????????? ??????
: "/>
+ <str id="ShortcutPanel.textFile.command" txt="????????? :
"/>
+ <str id="ShortcutPanel.textFile.iconName" txt="????????? ??????
: "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="????????? ??????
: "/>
+ <str id="ShortcutPanel.textFile.work" txt="?????? ????????????
: "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="????????????"/>
+ <str id="ShortcutPanel.location.applications" txt="??????????????????
??????"/>
+ <str id="ShortcutPanel.location.startMenu" txt="?????? ??????"/>
+ <str id="ShortcutPanel.location.startup" txt="?????? ????????????
??????"/>
+
+ <str id="UserInputPanel.error.caption" txt="?????? ??????"/>
+ <str id="UserInputPanel.search.autodetect" txt="?????? ??????"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="???????????? ???????????? ???????????????."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption" txt="??????
?????? ??????."/>
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="??????
????????? ?????? ???????????? ??????????????? ??????????????????."/>
+ <str id="UserInputPanel.search.location" txt="{0}??? ?????????
??????????????????."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="{0}???(???)
????????? ?????????????????????."/>
+ <str id="UserInputPanel.search.browse" txt="????????????..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="?????????
?????? ?????? ????????? ???????????? ????????? ???????????? ????????????."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="??????
??????."/>
+
+ <str id="CompilePanel.heading" txt="?????????" />
+ <str id="CompilePanel.tip" txt="?????? ????????? ?????? ??????:" />
+ <str id="CompilePanel.browse" txt="????????????..." />
+ <str id="CompilePanel.browse.approve" txt="??????????????? ??????" />
+ <str id="CompilePanel.start" txt="??????" />
+ <str id="CompilePanel.progress.initial" txt="[?????? ?????????
???????????????]" />
+ <str id="CompilePanel.progress.finished" txt="[?????????]" />
+ <str id="CompilePanel.progress.overall" txt="?????? ????????? ??????
??????:" />
+ <str id="CompilePanel.error" txt="????????? ??????" />
+ <str id="CompilePanel.error.reconfigure" txt="?????????" />
+ <str id="CompilePanel.error.ignore" txt="??????" />
+ <str id="CompilePanel.error.abort" txt="??????" />
+ <str id="CompilePanel.error.seebelow" txt="????????? ????????? ???
????????? ???????????? ??????????????????." />
+ <str id="CompilePanel.error.nofiles" txt="???????????? ?????? ?????????
?????? ?????? ????????? ????????????." />
+ <str id="CompilePanel.error.compilernotfound" txt="???????????????
????????? ??? ????????????." />
+ <str id="CompilePanel.error.invalidarguments" txt="???????????????
????????? ????????? ?????????????????????." />
+ <str id="CompilePanel.error.noclassfile" txt="??????????????? ??????
?????? ????????? ?????? ????????? ????????? ???????????? ??????????????? " />
+ <str id="CompilePanel.choose_compiler" txt="????????? ????????????:" />
+ <str id="CompilePanel.additional_arguments" txt="???????????? ????????????
??????:" />
+
+ <str id="ProcessPanel.heading" txt="?????? ???" />
+
+ <!-- Strings for the summary of panels - START -->
+ <str id="SummaryPanel.info" txt="?????? ?????? ??????. ?????????
???????????? ????????? ?????? ????????????. ????????? ???????????????
"??????"??? ???????????????, "/>
+ <str id="TargetPanel.summaryCaption" txt="?????? ??????"/>
+ <str id="JDKPathPanel.summaryCaption" txt="JDK ??????"/>
+ <str id="PacksPanel.summaryCaption" txt="????????? ?????? ?????????"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="????????? ?????? ?????????"/>
+ <!-- Strings for the summary of panels - END -->
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="??????????????? ???
{0}\\{1}???(???) ??? ??? ????????????."/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/mys.xml
===================================================================
--- trunk/apps/new_installer/langpacks/mys.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/mys.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The Bahasa Malaysia langpack by Redhuan D. Oon http://red1.org/ -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Pemasangan untuk "/>
+ <str id="installer.next" txt="Kemudian"/>
+ <str id="installer.prev" txt="Sebelum"/>
+ <str id="installer.quit" txt="Tamat"/>
+ <str id="installer.madewith" txt="(Di Perbuat Dengan IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Anda pasti mahu tamatkan operasi?"/>
+ <str id="installer.quit.message" txt="Ini akan menghentikan pemasangan!"/>
+ <str id="installer.warning" txt="Amaran !"/>
+ <str id="installer.yes" txt="Ya"/>
+ <str id="installer.no" txt="Tidak"/>
+ <str id="installer.cancel" txt="Batal"/>
+ <str id="installer.error" txt="Kesilapan"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Ini akan menggeluarkan applikasi yang
dipasang!"/>
+ <str id="uninstaller.destroytarget" txt=" Memaksa dipadamkan yang berikut
"/>
+ <str id="uninstaller.uninstall" txt="Mengeluarkan"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Selamat Datang ke Pemasangan "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Pengubal perisian ini ialah : "/>
+ <str id="HelloPanel.url" txt="Laman web ini ialah : "/>
+
+ <str id="LicencePanel.info" txt="Sila baca syarat perjanjian yang berikut
dengan teliti:"/>
+ <str id="LicencePanel.agree" txt="Saya setuju dengan syarat-syarat dalam
perjanjian."/>
+ <str id="LicencePanel.notagree" txt="Saya tidak setuju dengan
syarat-syarat dalam perjanjian."/>
+ <str id="LicencePanel.yes" txt="Ya"/>
+ <str id="LicencePanel.no" txt="Tidak"/>
+
+ <str id="InfoPanel.info" txt="Sila baca arahan berikut :"/>
+
+ <str id="TargetPanel.info" txt="Pilih lorong (path) pemasangan :"/>
+ <str id="TargetPanel.browse" txt="Layari ..."/>
+ <str id="TargetPanel.warn"
+ txt="Direktori ini sudah ujud ! Anda pasti untuk memasang di sini dan
mungkin terpadam isi sebelumnya?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Anda tidak menyatakan tapak ditujukan (target)! Apakah ini
betul?"/>
+ <str id="TargetPanel.createdir" txt="Direktori tuju akan
dicipta :" />
+
+ <str id="PacksPanel.info" txt="Pilih modul yang anda ingin pasangkan :"/>
+ <str id="PacksPanel.tip" txt="Perhatian: Modul yang kelabu diperlukan."/>
+ <str id="PacksPanel.space" txt="Keluasan harddisk diperlukan: "/>
+ <str id="PacksPanel.description" txt="Deskripsi"/>
+
+ <str id="InstallPanel.info" txt="Klik 'Pasang !' untuk memulakan proses
pemasangan"/>
+ <str id="InstallPanel.install" txt="Pasang !"/>
+ <str id="InstallPanel.tip" txt="Pemasagan modul bermula :"/>
+ <str id="InstallPanel.begin" txt="[Tiada]"/>
+ <str id="InstallPanel.finished" txt="[Selesai]"/>
+ <str id="InstallPanel.progress" txt="Pekembangan terkini pemasangan :"/>
+ <str id="InstallPanel.overwrite.title" txt="Fail sudah ujud"/>
+ <str id="InstallPanel.overwrite.question" txt="Fail yang berikut sudah
ujud. Apakah ia boleh dipadam-ganti?"/>
+
+ <str id="FinishPanel.success" txt="Pemasangan selesai dengan sempurna."/>
+ <str id="FinishPanel.done" txt="Telah siap"/>
+ <str id="FinishPanel.fail" txt="Pemasangan gagal!"/>
+ <str id="FinishPanel.uninst.info" txt="Sebuah program 'uninstaller' telah
dicipta di dalam:"/>
+ <str id="FinishPanel.auto" txt="Menjanakan satu skrip pemasangan
automatik"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Guna skrip ini untuk mengulangi pemasangan ini kepada lain-lain
komputer."/>
+
+ <str id="ImgPacksPanel.packs" txt="Modul berikut tersedia ada :"/>
+ <str id="ImgPacksPanel.snap" txt="Gambaran mengenai pakej :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Pasang modul ini"/>
+
+ <str id="ShortcutPanel.regular.list" txt="Pilih Kumpulan Program untuk
Shortcuts:"/>
+ <str id="ShortcutPanel.regular.default" txt="Reset"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Cipta shortcut pada desktop"/>
+ <str id="ShortcutPanel.regular.create" txt="Cipta Shortcuts"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="Cipta shortcut untuk:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="Pengguna ini"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="Semua pengguna"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Kami minta maaf tetapi
Izpak tidak menyokong pembuatan shortcut pada sistem operasi ini. Untuk
mencipta shortcut sila rujuk kepada panduan untuk sistem operasi ini."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="Yang berikut adalah
senarai tapak-tuju (targets) yang pembuat perisian ini inginkan anda untuk
mengakseskannya."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Anda boleh
menyimpan maklumat terperinci mengenai tapak-tuju applikasi dalam sebuah fail
teks untuk rujukan kemudian."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Save Text File"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Maklumat
Shortcut\n====================\n\nYang berikut adalah senarai semua maklumat
berkaitan yang dinginkan untuk\nshortcuts. Maklumat ini patut membuatnya mudah
mencipta shortcut secara sendiri.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Shortcut : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Lokasi diinginkan : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Deskripsi : "/>
+ <str id="ShortcutPanel.textFile.target" txt="Tapaktuju Shortcut: "/>
+ <str id="ShortcutPanel.textFile.command" txt="Command Line : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Fail gambar ikon : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Indeks Ikon : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Direktori kerja : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Desktop"/>
+ <str id="ShortcutPanel.location.applications" txt="Menu Applikasi"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Menu Mula"/>
+ <str id="ShortcutPanel.location.startup" txt="Kumpulan Mula"/>
+
+ <str id="UserInputPanel.error.caption" txt="Input Masalah"/>
+ <str id="UserInputPanel.search.autodetect" txt="Pengesan automatik"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message" txt="Gagal
mengesan."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption" txt="Gagal
mengesan."/>
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="Periksa
fail atau direktori dalam lorong yang diberikan di atas."/>
+ <str id="UserInputPanel.search.location" txt="Masukkan lokasi
untuk {0}."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="Keujudan {0}
diperiksa."/>
+ <str id="UserInputPanel.search.browse" txt="Layari..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Fail atau
direktori yang anda pilih samada tidak ujud atau tidak sesuai."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Pilihan
tidak sah."/>
+
+ <str id="CompilePanel.heading" txt="Kompilasi" />
+ <str id="CompilePanel.tip" txt="Tugas Kompilasi sedang berjalan:" />
+ <str id="CompilePanel.browse" txt="Layari..." />
+ <str id="CompilePanel.browse.approve" txt="Guna sebagai kompiler" />
+ <str id="CompilePanel.start" txt="Mula" />
+ <str id="CompilePanel.progress.initial" txt="[Tekan butang mula]" />
+ <str id="CompilePanel.progress.finished" txt="[Selesai]" />
+ <str id="CompilePanel.progress.overall" txt="Keseluruhan Kompilasi:" />
+ <str id="CompilePanel.error" txt="Kompilasi gagal" />
+ <str id="CompilePanel.error.reconfigure" txt="Susun semula" />
+ <str id="CompilePanel.error.ignore" txt="Abaikan" />
+ <str id="CompilePanel.error.abort" txt="Batalkan" />
+ <str id="CompilePanel.error.seebelow" txt="Lihat di bawah untuk arahan
yang gagal dan kesudahannya." />
+ <str id="CompilePanel.error.nofiles" txt="Kesilapan semasa mencari
fail-fail untuk kompilasi." />
+ <str id="CompilePanel.error.compilernotfound" txt="Kompiler tidak boleh
berjalan." />
+ <str id="CompilePanel.error.invalidarguments" txt="Kompiler tidak suka
arahan yang diberikan kepadanya." />
+ <str id="CompilePanel.error.noclassfile" txt="Kompiler tidak mengeluarkan
fail kelas untuk fail sumber " />
+ <str id="CompilePanel.choose_compiler" txt="Kompiler untuk dipakai:" />
+ <str id="CompilePanel.additional_arguments" txt="Arahan tambahan
kompiler:" />
+
+ <str id="ProcessPanel.heading" txt="Sedang diproses" />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/ned.xml
===================================================================
--- trunk/apps/new_installer/langpacks/ned.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/ned.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,179 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The Dutch langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Installatie van "/>
+ <str id="installer.next" txt="Verder"/>
+ <str id="installer.prev" txt="Terug"/>
+ <str id="installer.quit" txt="Afsluiten"/>
+ <str id="installer.madewith" txt="(Installatie gemaakt met IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Weet u zeker dat u wilt afsluiten?"/>
+ <str id="installer.quit.message" txt="Dit zal de installatie afbreken"/>
+ <str id="installer.warning" txt="Waarschuwing !"/>
+ <str id="installer.yes" txt="Ja"/>
+ <str id="installer.no" txt="Nee"/>
+ <str id="installer.cancel" txt="Annuleer"/>
+ <str id="installer.error" txt="Fout"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Dit zal de ge?nstalleerde programma(s)
verwijderen !"/>
+ <str id="uninstaller.destroytarget" txt=" Forceer het verwijderen van "/>
+ <str id="uninstaller.uninstall" txt="De?nstalleer"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Welkom bij de installatie van "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Deze software is ontwikkeld door : "/>
+ <str id="HelloPanel.url" txt="De homepagina staat op : "/>
+
+ <str id="PrinterSelectPanel.select_printer" txt="Selecteer een printer." />
+
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="Dit product is al
geinstalleerd op deze computer in de map "/>
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" . Weet u zeker dat
u een extra versie wilt installeren?"/>
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="De de-installatie
zal als naam krijgen: " />
+
+ <str id="LicencePanel.info" txt="Lees a.u.b. de volgende licentie
overeenkomst :"/>
+ <str id="LicencePanel.agree" txt="Ik accepteer de voorwaarden van deze
licentie"/>
+ <str id="LicencePanel.notagree" txt="Ik accepteer de voorwaarden van deze
licentie niet"/>
+ <str id="LicencePanel.yes" txt="Ja"/>
+ <str id="LicencePanel.no" txt="Nee"/>
+
+ <str id="InfoPanel.info" txt="Lees a.u.b. de volgende informatie :"/>
+
+ <str id="PathInputPanel.required" txt="De gekozen map moet reeds
bestaan."/>
+ <str id="PathInputPanel.notValid" txt="De gekozen map bevat niet het
vereiste product."/>
+
+ <str id="TargetPanel.info" txt="Selecteer de installatiemap:"/>
+ <str id="TargetPanel.browse" txt="Bladeren ..."/>
+ <str id="TargetPanel.warn"
+ txt="Deze map bestaat al. Wilt u doorgaan en het risico lopen dat
bestanden worden overschreven?"/>
+ <str id="TargetPanel.empty_target"
+ txt="U heeft geen installatiemap ingevuld. Wilt u toch doorgaan?"/>
+ <str id="TargetPanel.createdir" txt="de installatiemap zal worden
aangemaakt :" />
+ <str id="TargetPanel.nodir"
+ txt="Uw keuze is geen map! Kies s.v.p. een map!"/>
+ <str id="TargetPanel.notwritable"
+ txt="Schrijven in deze map niet mogelijk! Kies s.v.p. een andere
map!"/>
+
+ <str id="JDKPathPanel.intro" txt="Het programma heeft een JDK nodig. Een
Java Runtime omgeving (JRE) zal niet voldoende zijn."/>
+ <str id="JDKPathPanel.info" txt="Selecteer het JDK pad:"/>
+ <str id="JDKPathPanel.badVersion1" txt="De JDK van uw keuze heeft een
verkeerde versie (beschikbaar: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" vereist: "/>
+ <str id="JDKPathPanel.badVersion3" txt=") wilt u toch deze JDK
gebruiken?"/>
+
+ <str id="PacksPanel.info" txt="Selecteer de pakketten die u wilt
installeren :"/>
+ <str id="PacksPanel.tip" txt="NB: Uitgegrijsde pakketten zijn verplicht."/>
+ <str id="PacksPanel.space" txt="Totaal benodigde ruimte: "/>
+ <str id="PacksPanel.freespace" txt="Beschikbare ruimte: "/>
+ <str id="PacksPanel.description" txt="Omschrijving"/>
+ <str id="PacksPanel.dependencyList" txt="Het geselecteerde pakket vereist
installatie van de volgende pakketten"/>
+ <str id="PacksPanel.notEnoughSpace" txt="Schijfruimte nodig voor
installatie overtreft beschikbare schijfruimte."/>
+ <str id="PacksPanel.notAscertainable" txt="niet vast te stellen"/>
+
+ <str id="InstallPanel.info" txt="Klik 'Installeer' om de installatie te
beginnen."/>
+ <str id="InstallPanel.install" txt="Installeer !"/>
+ <str id="InstallPanel.tip" txt="Pakket installatie voortgang:"/>
+ <str id="InstallPanel.begin" txt="[Niks]"/>
+ <str id="InstallPanel.finished" txt="[Klaar]"/>
+ <str id="InstallPanel.progress" txt="Voortgang installatieprocedure:"/>
+ <str id="InstallPanel.overwrite.title" txt="Bestand bestaat al"/>
+ <str id="InstallPanel.overwrite.question" txt="Het volgende bestand
bestaat al. Moet het worden overschreven?"/>
+
+ <str id="FinishPanel.success" txt="Installatie is geslaagd."/>
+ <str id="FinishPanel.done" txt="Gereed"/>
+ <str id="FinishPanel.fail" txt="Installatie is mislukt!"/>
+ <str id="FinishPanel.uninst.info" txt="Een de?nstallatie programma is
ge?nstalleerd in:"/>
+ <str id="FinishPanel.auto" txt="Maak een automatisch installatie-script."/>
+ <str id="FinishPanel.auto.tip"
+ txt="Gebruik dit script om de installatie te herhalen op andere
computers."/>
+
+ <str id="ImgPacksPanel.packs" txt="The volgende pakketten zijn beschikbaar
:"/>
+ <str id="ImgPacksPanel.snap" txt="Pakket schermafdruk:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Installeer dit pakket"/>
+ <str id="ImgPacksPanel.dependencyList" txt="Afhankelijkheden"/>
+
+ <str id="ShortcutPanel.headline" txt="Instellen snelkoppelingen"/>
+ <str id="ShortcutPanel.regular.list" txt="Selecteer een programma groep
voor de snelkoppelingen:"/>
+ <str id="ShortcutPanel.regular.default" txt="Standaardwaarde"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Maak snelkoppelingen op de
desktop."/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="Start-Menu"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="K-Menu"/>
+
+ <str id="ShortcutPanel.regular.create" txt="Maak Snelkoppelingen"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="Maak snelkoppeling voor:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="huidige gebruiker "/>
+ <str id="ShortcutPanel.regular.allUsers" txt="alle gebruikers "/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Helaas ondersteunt IzPack
het maken van snelkoppelingen op dit besturingssysteem niet. Raadpleeg de
handleiding van uw besturingssysteem voor het aanmaken van de
snelkoppelingen."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="Hier volgt een lijst
van snelkoppelingen die de maker van de software u wilde geven"/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="U kunt
gedetailleerde informatie over de snelkoppelingen opslaan in een tekstbestand
voor toekomstig gebruik."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Tekstbestand opslaan"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Snelkoppeling
informatie\n========================\n\nHier volgt een lijst van alle relevante
informatie over de gewenste\nsnelkoppelingen. Deze informatie zou het u
mogelijk moeten maken om de\nsnelkoppelingen handmatig aan te brengen\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Snelkoppeling : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Gewenste Locatie : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Omschrijving : "/>
+ <str id="ShortcutPanel.textFile.target" txt="Doelbestand : "/>
+ <str id="ShortcutPanel.textFile.command" txt="Opdrachtregel : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Icoon Bestand : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Icoon Index : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Werkmap : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Bureaublad"/>
+ <str id="ShortcutPanel.location.applications" txt="Programma Menu"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Start Menu"/>
+ <str id="ShortcutPanel.location.startup" txt="Opstart Groep"/>
+
+ <str id="UserInputPanel.error.caption" txt="Invoer Probleem"/>
+ <str id="UserInputPanel.search.autodetect" txt="Automatisch zoeken"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message" txt="Het
automatisch zoeken is mislukt."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Automatisch zoeken mislukt"/>
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="Zoek
naar het bestand of de map in de hierboven aangegeven paden."/>
+ <str id="UserInputPanel.search.location" txt="Geef de locatie
van {0}"/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="Het bestaan van
{0} is gecontroleerd."/>
+ <str id="UserInputPanel.search.browse" txt="Bladeren..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Het bestand
of de map die u gekozen hebt bestaat niet of is niet bruikbaar."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Ongeldige
selectie"/>
+
+ <str id="CompilePanel.heading" txt="Compilatie" />
+ <str id="CompilePanel.tip" txt="Voortgang compilatie taak:" />
+ <str id="CompilePanel.browse" txt="Bladeren..." />
+ <str id="CompilePanel.browse.approve" txt="Gebruik als compiler" />
+ <str id="CompilePanel.start" txt="Start" />
+ <str id="CompilePanel.progress.initial" txt="[Druk op de start knop]" />
+ <str id="CompilePanel.progress.finished" txt="[gereed]" />
+ <str id="CompilePanel.progress.overall" txt="Voortgang compilatie:" />
+ <str id="CompilePanel.error" txt="Compilatie mislukt" />
+ <str id="CompilePanel.error.reconfigure" txt="Herconfigureer" />
+ <str id="CompilePanel.error.ignore" txt="Negeren" />
+ <str id="CompilePanel.error.abort" txt="Afbreken" />
+ <str id="CompilePanel.error.seebelow" txt="Zie onderstaande voor het
mislukte commando en de uitvoer." />
+ <str id="CompilePanel.error.nofiles" txt="Fout bij het zoeken naar
bestanden voor compilatie." />
+ <str id="CompilePanel.error.compilernotfound" txt="De compiler kon niet
worden gestart." />
+ <str id="CompilePanel.error.invalidarguments" txt="Ongeldige parameters
meegegeven aan de compiler." />
+ <str id="CompilePanel.error.noclassfile" txt="De compiler heeft geen
class-bestand gemaakt voor het source-bestand " />
+ <str id="CompilePanel.choose_compiler" txt="Te gebruiken compiler:" />
+ <str id="CompilePanel.additional_arguments" txt="Extra compiler
parameters:" />
+
+ <str id="ProcessPanel.heading" txt="Bezig" />
+
+ <!-- Strings for the summary of panels - START -->
+ <str id="SummaryPanel.info" txt="Gereed voor installatie. Belangrijke
gegevens staan hieronder opgesomd. Druk op "Volgende" om de
installatie te starten."/>
+ <str id="TargetPanel.summaryCaption" txt="Installatie pad"/>
+ <str id="JDKPathPanel.summaryCaption" txt="JDK pad"/>
+ <str id="PacksPanel.summaryCaption" txt="Gekozen installatiepakketten"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="Gekozen installatie
pakketten"/>
+ <!-- Strings for the summary of panels - END -->
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="Kan registersleutel {0}\\{1}
niet openen."/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/nor.xml
===================================================================
--- trunk/apps/new_installer/langpacks/nor.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/nor.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The Norwegian langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Installasjon av "/>
+ <str id="installer.next" txt="Neste"/>
+ <str id="installer.prev" txt="Forrige"/>
+ <str id="installer.quit" txt="Avslutt"/>
+ <str id="installer.madewith" txt="(Laget med IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Er du sikker p?? at du vil avslutte
?"/>
+ <str id="installer.quit.message" txt="Dette vil avbryte installasjonen !"/>
+ <str id="installer.warning" txt="Advarsel !"/>
+ <str id="installer.yes" txt="Ja"/>
+ <str id="installer.no" txt="Nei"/>
+ <str id="installer.cancel" txt="Annuller"/>
+ <str id="installer.error" txt="Feil"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Dette vil fjerne installerte
applikasjoner !"/>
+ <str id="uninstaller.destroytarget" txt=" Tving gjennom sletting av "/>
+ <str id="uninstaller.uninstall" txt="Avinstaller"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Velkommen til installasjon av "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Forfatteren til denne applikasjonen er :
"/>
+ <str id="HelloPanel.url" txt="Applikasjonens hjemmeside er : "/>
+
+ <str id="LicencePanel.info" txt="Les vennligst gjennom f??lgende
lisensavtale:"/>
+ <str id="LicencePanel.agree" txt="Jeg aksepterer vilk??rene i
lisensavtalen."/>
+ <str id="LicencePanel.notagree" txt="Jeg aksepterer IKKE vilk??rene i
lisensavtalen."/>
+ <str id="LicencePanel.yes" txt="Ja"/>
+ <str id="LicencePanel.no" txt="Nei"/>
+
+ <str id="InfoPanel.info" txt="Vennligst les f??lgende informasjon :"/>
+
+ <str id="TargetPanel.info" txt="Velg mappen du vil installere i :"/>
+ <str id="TargetPanel.browse" txt="Bla gjennom ..."/>
+ <str id="TargetPanel.warn"
+ txt="Katalogen eksisterer allerede ! Er du sikker p?? du vil
installere og eventuelt overskrive eksisterende filer?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Du har ikke angitt et m??lkatalog! Er dette korrekt?"/>
+ <str id="TargetPanel.createdir" txt="M??lkatalogen vil bli
opprettet :" />
+
+ <str id="PacksPanel.info" txt="Velg de pakkene du vil installere :"/>
+ <str id="PacksPanel.tip" txt="OBS: Gr?? pakker m?? installeres."/>
+ <str id="PacksPanel.space" txt="Total plass som kreves: "/>
+ <str id="PacksPanel.description" txt="Beskrivelse"/>
+
+ <str id="InstallPanel.info" txt="Trykk p?? 'Installer !' for ?? begynne
installasjonsprosessen"/>
+ <str id="InstallPanel.install" txt="Installer !"/>
+ <str id="InstallPanel.tip" txt="Pakke installasjonsprosess :"/>
+ <str id="InstallPanel.begin" txt="[Ingenting]"/>
+ <str id="InstallPanel.finished" txt="[Ferdig]"/>
+ <str id="InstallPanel.progress" txt="Total installasjonsprosess:"/>
+ <str id="InstallPanel.overwrite.title" txt="Filen eksisterer allerede"/>
+ <str id="InstallPanel.overwrite.question" txt="Den f??lgende filen
eksisterer allerede. Skal den overskrives?"/>
+
+ <str id="FinishPanel.success" txt="Installasjonen er gjennomf??rt uten
feil."/>
+ <str id="FinishPanel.done" txt="Ferdig"/>
+ <str id="FinishPanel.fail" txt="Installationen mislyktes!"/>
+ <str id="FinishPanel.uninst.info" txt="Et avinstalleringsprogram er
oprettet i:"/>
+ <str id="FinishPanel.auto" txt="Generer et automatisk
installasjonsskript"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Bruk dette skriptet til ?? gjenta installasjonen p?? andre
datamaskiner."/>
+
+ <str id="ImgPacksPanel.packs" txt="F??lgende pakker er tilgjengelig :"/>
+ <str id="ImgPacksPanel.snap" txt="Pakke ??yeblikksbilde :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Installer denne pakken"/>
+
+ <str id="ShortcutPanel.regular.list" txt="Velg et programgruppe som
snarveien skal plasseres i:"/>
+ <str id="ShortcutPanel.regular.default" txt="Nullstill"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Opprett snarvei p??
skrivebordet"/>
+ <str id="ShortcutPanel.regular.create" txt="Opprett snarvei"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="Opprett snarvei for:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="N??v??rende bruker"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="Alle brukere"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Vi beklager men IzPack
st??tter ikke opprettelse av snarvei p?? operativsystemet ditt. For ?? opprette
en snarvei, les vennligst gjennom ditt operativsystems brukermanual."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="F??lgende er en
m??lliste, som produsenten av applikasjonen ??nsker at du skal ha tilgang
til."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Du kan lagre
detaljert informasjon om m??lene i applikasjonen i en tekstfil til senere
gjennomsyn."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Lagre tekstfil"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Snarvei
informasjon\n====================\n\nF??lgende er en liste med all relevant
informasjon om tenkte\nsnarveier. Denne informasjonen skulle gj??re det mulig
?? opprette snarveien selv.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Snarvei : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Foresl??tt lokasjon :
"/>
+ <str id="ShortcutPanel.textFile.description" txt="Beskrivelse : "/>
+ <str id="ShortcutPanel.textFile.target" txt="Snarveiens m??l :
"/>
+ <str id="ShortcutPanel.textFile.command" txt="Kommandolinje : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Ikon fil : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Ikon indeks : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Arbeidskatalog : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Skrivebord"/>
+ <str id="ShortcutPanel.location.applications" txt="Program Meny"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Start Meny"/>
+ <str id="ShortcutPanel.location.startup" txt="Start- Gruppe"/>
+
+ <str id="UserInputPanel.error.caption" txt="Input Problem"/>
+ <str id="UserInputPanel.search.autodetect" txt="Automatisk
gjenkjenelse"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Automatisk gjenkjennelse mislyktes."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Automatisk gjenkjennelse mislyktes."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="Kontroller filen eller katalogen beskrevet ovenfor."/>
+ <str id="UserInputPanel.search.location" txt="Tast inn
plasseringen {0}."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="Unders??ker om
{0} eksisterer."/>
+ <str id="UserInputPanel.search.browse" txt="Bla gjennom..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Filen eller
katalogen du har valgt, eksisterer ikke eller er ikke passende."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Ugyldig
valg."/>
+
+ <str id="CompilePanel.heading" txt="Kompilering" />
+ <str id="CompilePanel.tip" txt="Kompileringens fremskritt:" />
+ <str id="CompilePanel.browse" txt="Bla gjennom..." />
+ <str id="CompilePanel.browse.approve" txt="Bruk som kompilator" />
+ <str id="CompilePanel.start" txt="Start" />
+ <str id="CompilePanel.progress.initial" txt="[Trykk p?? start knappen]" />
+ <str id="CompilePanel.progress.finished" txt="[Ferdig]" />
+ <str id="CompilePanel.progress.overall" txt="Total kompilasjonfremskritt:"
/>
+ <str id="CompilePanel.error" txt="Kompilasjon mislyktes" />
+ <str id="CompilePanel.error.reconfigure" txt="Konfigurer p?? nytt" />
+ <str id="CompilePanel.error.ignore" txt="Ignorer" />
+ <str id="CompilePanel.error.abort" txt="Avbryt" />
+ <str id="CompilePanel.error.seebelow" txt="Se nedenfor for den mislykkede
kommandoen og dens utskrift." />
+ <str id="CompilePanel.error.nofiles" txt="Feil mens skanning etter filer
til kompilering." />
+ <str id="CompilePanel.error.compilernotfound" txt="Kompilatoren kunne ikke
kj??re." />
+ <str id="CompilePanel.error.invalidarguments" txt="Kompilatoren kjenner
ikke argumentene du fors??ker ?? gi den." />
+ <str id="CompilePanel.error.noclassfile" txt="Kompilatoren produserte IKKE
en klassefil for kildefilen " />
+ <str id="CompilePanel.choose_compiler" txt="Kompilatoren som skal
benyttes:" />
+ <str id="CompilePanel.additional_arguments" txt="Ekstra kompilator
argumenter:" />
+
+ <str id="ProcessPanel.heading" txt="Behandler" />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/pol.xml
===================================================================
--- trunk/apps/new_installer/langpacks/pol.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/pol.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,287 @@
+<?xml version="1.0" encoding="ISO-8859-2" standalone="yes"?>
+
+
+
+<!-- The Polish langpack -->
+
+
+
+<langpack>
+
+
+
+ <!-- General installer strings -->
+
+ <str id="installer.title" txt="Instalacja programu "/>
+
+ <str id="installer.next" txt="Dalej"/>
+
+ <str id="installer.prev" txt="Wstecz"/>
+
+ <str id="installer.quit" txt="Wyj?cie"/>
+
+ <str id="installer.madewith" txt="(Utworzono z IzPack -
http://www.izforge.com/)"/>
+
+ <str id="installer.quit.title" txt="Czy na pewno chcesz wyj???"/>
+
+ <str id="installer.quit.message" txt="Zamkni?cie programu spowoduje
przerwanie instalacji!"/>
+
+ <str id="installer.warning" txt="Ostrze?enie!"/>
+
+ <str id="installer.yes" txt="Tak"/>
+
+ <str id="installer.no" txt="Nie"/>
+
+ <str id="installer.cancel" txt="Anuluj"/>
+
+ <str id="installer.error" txt="B??d"/>
+
+
+
+ <!-- Uninstaller specific strings -->
+
+ <str id="uninstaller.warning" txt="Odinstalowanie aplikacji!"/>
+
+ <str id="uninstaller.destroytarget" txt="Bezwzgl?dnie usu?"/>
+
+ <str id="uninstaller.uninstall" txt="Odinstaluj"/>
+
+
+
+ <!-- The strings for the 'official' IzPack plugins -->
+
+ <str id="HelloPanel.welcome1" txt="Witamy w instalatorze programu "/>
+
+ <str id="HelloPanel.welcome2" txt="!"/>
+
+ <str id="HelloPanel.authors" txt="Autorzy programu:"/>
+
+ <str id="HelloPanel.url" txt="Strona internetowa programu: "/>
+
+
+
+ <str id="LicencePanel.info" txt="Prosz? uwa?nie przeczyta? poni?sza
licencj?:"/>
+
+ <str id="LicencePanel.agree" txt="Zgadzam si? na warunki licencji."/>
+
+ <str id="LicencePanel.notagree" txt="Nie zgadzam si? na warunki
licencji."/>
+
+ <str id="LicencePanel.yes" txt="Akceptuj?"/>
+
+ <str id="LicencePanel.no" txt="Nie akceptuj?"/>
+
+
+
+ <str id="InfoPanel.info" txt="Prosz? przeczyta? poni?sz? informacj?:"/>
+
+
+
+ <str id="TargetPanel.info" txt="Wybierz katalog instalacyjny:"/>
+
+ <str id="TargetPanel.browse" txt="Przegl?daj..."/>
+
+ <str id="TargetPanel.warn"
+
+ txt="Katalog ju? istnieje! Czy na pewno instalowa?? Instalator mo?e
nadpisa? istniej?ce pliki!"/>
+
+ <str id="TargetPanel.empty_target"
+
+ txt="Nie podale? katalogu instalacyjnego? Czy ten jest prawid?owy?"/>
+
+ <str id="TargetPanel.createdir" txt="Katalog docelowy zostanie
utworzony:" />
+
+ <str id="TargetPanel.nodir" txt="To nie jest katalog, wybierz ponownie"/>
+
+ <str id="TargetPanel.notwritable" txt="Brak uprawnie? do zapisu"/>
+
+ <str id="TargetPanel.notwritable" txt="Brak uprawnie? do zapisu"/>
+
+
+
+ <str id="PacksPanel.info" txt="Wybierz pakiety programu do instalacji:"/>
+
+ <str id="PacksPanel.tip" txt="Uwaga: pakiety oznaczone szarym kolorem s?
niezb?dne."/>
+
+ <str id="PacksPanel.space" txt="Ca?kowite wymagane miejsce: "/>
+
+ <str id="PacksPanel.description" txt="Opis"/>
+
+
+
+ <str id="InstallPanel.info" txt="Naci?nij 'Instaluj', aby rozpocz??
instalacj?"/>
+
+ <str id="InstallPanel.install" txt="Instaluj"/>
+
+ <str id="InstallPanel.tip" txt="Post?p instalacji:"/>
+
+ <str id="InstallPanel.begin" txt="[Nic]"/>
+
+ <str id="InstallPanel.finished" txt="[Zako?czono]"/>
+
+ <str id="InstallPanel.progress" txt="Ca?kowity post?p instalacji :"/>
+
+ <str id="InstallPanel.overwrite.title" txt="Plik ju? istnieje"/>
+
+ <str id="InstallPanel.overwrite.question" txt="Nast?puj?cy plik ju?
istnieje. Czy nale?y go nadpisa??"/>
+
+
+
+ <str id="FinishPanel.success" txt="Instalacja zosta?a pomy?lnie
zako?czona."/>
+
+ <str id="FinishPanel.done" txt="Zako?czono"/>
+
+ <str id="FinishPanel.fail" txt="B??d instalacji!"/>
+
+ <str id="FinishPanel.uninst.info" txt="Program odinstalowuj?cy zosta?
utworzony w:"/>
+
+ <str id="FinishPanel.auto" txt="Generuj skrypt automatycznej instalacji"/>
+
+ <str id="FinishPanel.auto.tip"
+
+ txt="U?yj tego skryptu, aby powtorzy? instalacj? na innych
komputerach."/>
+
+
+
+ <str id="ImgPacksPanel.packs" txt="Dost?pne s? nast?puj?ce pakiety:"/>
+
+ <str id="ImgPacksPanel.snap" txt="Opis pakietu:"/>
+
+ <str id="ImgPacksPanel.checkbox" txt="Instaluj ten pakiet"/>
+
+
+
+ <str id="ShortcutPanel.regular.list" txt="Wybierz grup? menu Start, w
kt?rej umiesci? skr?t do programu:"/>
+
+ <str id="ShortcutPanel.regular.default" txt="Wyczy??"/>
+
+ <str id="ShortcutPanel.regular.desktop" txt="Utw?rz skr?t na pulpicie"/>
+
+ <str id="ShortcutPanel.regular.create" txt="Utw?rz skr?ty"/>
+
+ <str id="ShortcutPanel.regular.userIntro" txt="Utw?rz skr?t dla:"/>
+
+ <str id="ShortcutPanel.regular.currentUser" txt="bie??cego u?ytkownika
"/>
+
+ <str id="ShortcutPanel.regular.allUsers" txt="wszystkich u?ytkownik?w
"/>
+
+
+
+ <str id="ShortcutPanel.alternate.apology" txt="Niestety, program
instalacyjny nie obs?uguje tworzenia skr?t?w dla tego systemu operacyjnego. Aby
utworzy? skr?t, prosz? skorzysta? z pomocy systemu operacyjnego."/>
+
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="Poni?ej znajduje si?
lista element?w programu, do kt?rych producent programu chce umo?liwi? dost?p"/>
+
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Mo?esz zapisa?
szczeg??owe informacje o elementach programu dost?pnych przez skr?ty, aby mie?
p??niej dost?p do tych informacji"/>
+
+ <str id="ShortcutPanel.alternate.saveButton" txt="Zapisz plik tekstowy"/>
+
+
+
+ <str id="ShortcutPanel.textFile.header" txt="Informacje o
skr?cie\n====================\n\nPoni?ej znajduj? si? wszystkie istotne
informacje o wybranych skr?tach.\nInformacje te powinny u?atwi? samodzielne
utworzenie skr?t?w przez u?ytkownika.\n"/>
+
+
+
+ <str id="ShortcutPanel.textFile.name" txt="Skr?t : "/>
+
+ <str id="ShortcutPanel.headline" txt="Tworzenie skr?t?w "/>
+ <str id="ShortcutPanel.textFile.location" txt="Lokalizacja : "/>
+
+ <str id="ShortcutPanel.textFile.description" txt="Opis : "/>
+
+ <str id="ShortcutPanel.textFile.target" txt="Element docelowy : "/>
+
+ <str id="ShortcutPanel.textFile.command" txt="Polecenie : "/>
+
+ <str id="ShortcutPanel.textFile.iconName" txt="Plik ikony : "/>
+
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Numer ikony : "/>
+
+ <str id="ShortcutPanel.textFile.work" txt="Katalog roboczy : "/>
+
+
+
+ <str id="ShortcutPanel.location.desktop" txt="Pulpit"/>
+
+ <str id="ShortcutPanel.location.applications" txt="Menu program?w"/>
+
+ <str id="ShortcutPanel.location.startMenu" txt="Menu Start"/>
+
+ <str id="ShortcutPanel.location.startup" txt="Grupa Autostart"/>
+
+
+
+ <str id="UserInputPanel.error.caption" txt="Problem z wpisanymi
danymi"/>
+
+ <str id="UserInputPanel.search.autodetect" txt="Wykrywanie
automatyczne"/>
+
+
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Automatyczne wykrywanie nie powiod?o si?."/>
+
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Automatyczne wykrywanie nie powiod?o si?."/>
+
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="Sprawdza
czy plik lub katalog znajduje si? w podanej wy?ej ?cie?ce."/>
+
+ <str id="UserInputPanel.search.location" txt="Wprowad? po?o?enie
pliku/katalogu {0}."/>
+
+ <str id="UserInputPanel.search.location.checkedfile" txt="Istnienie
pliku/katalogu {0} jest sprawdzane."/>
+
+ <str id="UserInputPanel.search.browse" txt="Przegl?daj..."/>
+
+ <str id="UserInputPanel.search.wrongselection.message" txt="Plik lub
katalog, kt?ry zosta? wybrany nie istnieje lub jest nieodpowiedni."/>
+
+ <str id="UserInputPanel.search.wrongselection.caption"
txt="Nieprawid?owy wyb?r."/>
+
+
+
+ <str id="CompilePanel.heading" txt="Kompilacja" />
+
+ <str id="CompilePanel.tip" txt="Post?p kompilacji:" />
+
+ <str id="CompilePanel.browse" txt="Przegl?daj..." />
+
+ <str id="CompilePanel.browse.approve" txt="U?yj jako kompilatora" />
+
+ <str id="CompilePanel.start" txt="Start" />
+
+ <str id="CompilePanel.progress.initial" txt="[Naci?nij przycisk Start]" />
+
+ <str id="CompilePanel.progress.finished" txt="[Zako?czono]" />
+
+ <str id="CompilePanel.progress.overall" txt="Ca?kowity post?p kompilacji:"
/>
+
+ <str id="CompilePanel.error" txt="Kompilacja nieudana" />
+
+ <str id="CompilePanel.error.reconfigure" txt="Zmie? konfiguracj?" />
+
+ <str id="CompilePanel.error.ignore" txt="Ignoruj" />
+
+ <str id="CompilePanel.error.abort" txt="Rezygnacja" />
+
+ <str id="CompilePanel.error.seebelow" txt="Poni?ej znajduje si? nieudane
polecenie oraz jego wynik." />
+
+ <str id="CompilePanel.error.nofiles" txt="B??d w trakcie szukania plik?w
do skompilowania." />
+
+ <str id="CompilePanel.error.compilernotfound" txt="Kompilator nie m?g?
zosta? uruchomiony." />
+
+ <str id="CompilePanel.error.invalidarguments" txt="Kompilator nie przyj??
wprowadzonych argument?w." />
+
+ <str id="CompilePanel.error.noclassfile" txt="Kompilator nie stworzy?
pliku klasy dla pliku ?r?d?owego" />
+
+ <str id="CompilePanel.choose_compiler" txt="Wybierz kompilator:" />
+
+ <str id="CompilePanel.additional_arguments" txt="Dodatkowe argumenty
kompilatora:" />
+
+
+
+ <str id="ProcessPanel.heading" txt="Przetwarzanie" />
+
+
+
+ <!-- Add your own panels specific strings here if you need -->
+
+
+
+</langpack>
+
Added: trunk/apps/new_installer/langpacks/por.xml
===================================================================
--- trunk/apps/new_installer/langpacks/por.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/por.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,140 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The Brazilian Portuguese langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Instala??o de "/>
+ <str id="installer.next" txt="Pr?ximo"/>
+ <str id="installer.prev" txt="Anterior"/>
+ <str id="installer.quit" txt="Sair"/>
+ <str id="installer.madewith" txt="(Criado com IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Tem certeza de que deseja sair ?"/>
+ <str id="installer.quit.message" txt="Voc? quer concelar a instala??o?"/>
+ <str id="installer.warning" txt="Aviso !"/>
+ <str id="installer.yes" txt="Sim"/>
+ <str id="installer.no" txt="N?o"/>
+ <str id="installer.cancel" txt="Cancelar"/>
+ <str id="installer.error" txt="Erro"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Isto remover? o(s) aplicativo(s)
instalado(s) !"/>
+ <str id="uninstaller.destroytarget" txt=" For?ar a remo??o de "/>
+ <str id="uninstaller.uninstall" txt="Desinstalar"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Bem vindo ? instala??o de "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="O(s) autor(es) deste programa ?(s?o) :
"/>
+ <str id="HelloPanel.url" txt="A p?gina do programa ? : "/>
+
+ <str id="LicencePanel.info" txt="Por favor, leia o seguinte contrato de
licen?a :"/>
+ <str id="LicencePanel.agree" txt="Eu concordo com este contrato de
licen?a."/>
+ <str id="LicencePanel.notagree" txt="Eu n?o concordo com este contrato
de licen?a."/>
+ <str id="LicencePanel.yes" txt="Sim"/>
+ <str id="LicencePanel.no" txt="N?o"/>
+
+ <str id="InfoPanel.info" txt="Por favor, leia a seguinte informa??o :"/>
+
+ <str id="TargetPanel.info" txt="Selecione o caminho para instala??o :"/>
+ <str id="TargetPanel.browse" txt="Procurar ..."/>
+ <str id="TargetPanel.warn"
+ txt="O diret?rio j? existe ! Tem certeza de que quer instalar neste
diret?rio e possivelmente sobrescrever arquivos existentes?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Voc? n?o especificou um local! Isto est? correto?"/>
+ <str id="TargetPanel.createdir" txt="O diret?rio especificado ser?
criado :" />
+
+ <str id="PacksPanel.info" txt="Selecione os pacotes que deseja instalar
:"/>
+ <str id="PacksPanel.tip" txt="Nota: pacotes cinzas s?o requeridos."/>
+ <str id="PacksPanel.space" txt="Espa?o total requerido: "/>
+ <str id="PacksPanel.description" txt="Descri??o"/>
+
+ <str id="InstallPanel.info" txt="Clique 'Instalar !' para iniciar o
processo de instala??o"/>
+ <str id="InstallPanel.install" txt="Instalar !"/>
+ <str id="InstallPanel.tip" txt="Progresso da instala??o :"/>
+ <str id="InstallPanel.begin" txt="[Nada]"/>
+ <str id="InstallPanel.finished" txt="[Terminado]"/>
+ <str id="InstallPanel.progress" txt="Progresso total da instala??o:"/>
+ <str id="InstallPanel.overwrite.title" txt="O arquivo j? existe."/>
+ <str id="InstallPanel.overwrite.question" txt="O seguinte arquivo j?
existe. Sobrescrev?-lo?"/>
+
+ <str id="FinishPanel.success" txt="Instala??o realizada com sucesso."/>
+ <str id="FinishPanel.done" txt="Feito"/>
+ <str id="FinishPanel.fail" txt="A instala??o falhou!"/>
+ <str id="FinishPanel.uninst.info" txt="Um programa desinstalador foi
criado em:"/>
+ <str id="FinishPanel.auto" txt="Gerar um script para instala??o
autom?tica"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Utilize este script para repetir esta instala??o em outros
computadores."/>
+
+ <str id="ImgPacksPanel.packs" txt="Os seguintes pacotes est?o dispon?veis
:"/>
+ <str id="ImgPacksPanel.snap" txt="Visualiza??o da tela do pacote :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Instalar este pacote"/>
+
+ <str id="ShortcutPanel.regular.list" txt="Selecione uma Categoria de
Programas para os Atalhos:"/>
+ <str id="ShortcutPanel.regular.default" txt="Limpar"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Criar os atalhos no desktop"/>
+ <str id="ShortcutPanel.regular.create" txt="Criar Atalhos"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="criar atalho para:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="usu?rio atual"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="todos usu?rios"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Desculpe, mas IzPack n?o
pode criar atalhos neste sistema operacional. Para criar os atalhos, favor
consultar o manual de seu sistema operacional."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="Esta ? a lista de
execut?veis aos quais o produtor deste programa lhe deu acesso."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Voc? pode
salvar informa??es detalhadas sobre os arquivos execut?veis em um arquivo de
texto para refer?ncia futura."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Salvar Arquivo de
Texto"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Informa??o Sobre
Atalhos\n====================\n\nA seguinte ? uma listagem de toda informa??o
relevante sobre os atalhos\ndesejados. Esta informa??o deve possibilitar a
cria??o manual de atalhos.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Atalho :
"/>
+ <str id="ShortcutPanel.textFile.location" txt="Local Desejado :
"/>
+ <str id="ShortcutPanel.textFile.description" txt="Descri??o :
"/>
+ <str id="ShortcutPanel.textFile.target" txt="Arquivo Execut?vel :
"/>
+ <str id="ShortcutPanel.textFile.command" txt="Linha de Comando :
"/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Arquivo do ?cone :
"/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="?ndice do ?cone :
"/>
+ <str id="ShortcutPanel.textFile.work" txt="Diret?rio de Trabalho :
"/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Desktop"/>
+ <str id="ShortcutPanel.location.applications" txt="Menu de Aplicativos"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Menu Iniciar"/>
+ <str id="ShortcutPanel.location.startup" txt="Grupo Iniciar"/>
+
+ <str id="UserInputPanel.error.caption" txt="Erro de entrada"/>
+ <str id="UserInputPanel.search.autodetect" txt="Autodetec??o"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Autodetec??o falhou."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Autodetec??o falhou."/>
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="Procure
pelo arquivo ou diret?rio nos caminhos abaixo."/>
+ <str id="UserInputPanel.search.location" txt="Entre a
localiza??o de {0}."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="A existencia de
(0) ? checada."/>
+ <str id="UserInputPanel.search.browse" txt="Procurar..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="O arquivo ou
diret?rio escolhido n?o existe ou ? n?o ? apropriado."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Sele??o
inv?lida."/>
+
+ <str id="CompilePanel.heading" txt="Compila??o" />
+ <str id="CompilePanel.tip" txt="Progresso do trabalho de compila??o:" />
+ <str id="CompilePanel.browse" txt="Procurar..." />
+ <str id="CompilePanel.browse.approve" txt="Usar como compilador" />
+ <str id="CompilePanel.start" txt="Iniciar" />
+ <str id="CompilePanel.progress.initial" txt="[Clique no bot?o Iniciar para
instalar]" />
+ <str id="CompilePanel.progress.finished" txt="[Terminado]" />
+ <str id="CompilePanel.progress.overall" txt="Progresso total da
compila??o:" />
+ <str id="CompilePanel.error" txt="Compila??o falhou" />
+ <str id="CompilePanel.error.reconfigure" txt="Reconfigure" />
+ <str id="CompilePanel.error.ignore" txt="Ignorar" />
+ <str id="CompilePanel.error.abort" txt="Abortar" />
+ <str id="CompilePanel.error.seebelow" txt="Veja abaixo o comando que
falhou e sua sa?da." />
+ <str id="CompilePanel.error.nofiles" txt="Erro durante a busca pelo
arquivos para compila??o." />
+ <str id="CompilePanel.error.compilernotfound" txt="O compilador n?o p?de
ser executado." />
+ <str id="CompilePanel.error.invalidarguments" txt="O compilador recusou os
argumentos fornecidos." />
+ <str id="CompilePanel.error.noclassfile" txt="O compilador n?o gerou um
arquivo class para o c?digo fonte " />
+ <str id="CompilePanel.choose_compiler" txt="Compilador a ser usado:" />
+ <str id="CompilePanel.additional_arguments" txt="Additional compiler
arguments:" />
+
+ <str id="ProcessPanel.heading" txt="Processando" />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/rom.xml
===================================================================
--- trunk/apps/new_installer/langpacks/rom.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/rom.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,103 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The English langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Instalare "/>
+ <str id="installer.next" txt="Urmator"/>
+ <str id="installer.prev" txt="Anterior"/>
+ <str id="installer.quit" txt="Iesire"/>
+ <str id="installer.madewith" txt="(Produs de IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Sunteti sigur ca vreti sa iesiti ?"/>
+ <str id="installer.quit.message" txt="Instalarea va fi oprita !"/>
+ <str id="installer.warning" txt="Atentie !"/>
+ <str id="installer.yes" txt="Da"/>
+ <str id="installer.no" txt="Nu"/>
+ <str id="installer.cancel" txt="Revocare"/>
+ <str id="installer.error" txt="Eroare"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Aplicatiile instalate vor fi inlaturate
!"/>
+ <str id="uninstaller.destroytarget" txt=" Se forteaza stergerea lui "/>
+ <str id="uninstaller.uninstall" txt="Dezinstalare"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Instalarea softului "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Autorii acestui soft sunt : "/>
+ <str id="HelloPanel.url" txt="Pagina web : "/>
+
+ <str id="LicencePanel.info" txt="Va rugam cititi cu atentie informatiile
prinvind licenta softului :"/>
+ <str id="LicencePanel.agree" txt="Sunt de acord cu conditiile privind
licenta softului."/>
+ <str id="LicencePanel.notagree" txt="Nu sunt de acord cu conditiile
privind licenta softului."/>
+ <str id="LicencePanel.yes" txt="Da"/>
+ <str id="LicencePanel.no" txt="Nu"/>
+
+ <str id="InfoPanel.info" txt="Va rugam cititi urmatoarele informatii :"/>
+
+ <str id="TargetPanel.info" txt="Selectati locatia de instalare :"/>
+ <str id="TargetPanel.browse" txt="Selectati ..."/>
+ <str id="TargetPanel.warn"
+ txt="Directorul exista deja ! Sunteti sigur ca doriti sa instalati
aici si sa suprascrieti fisierele existente?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Nu ati specificat o locatie. Este corect ?"/>
+ <str id="TargetPanel.createdir" txt="Directorul selectat va fi
creat :" />
+
+ <str id="PacksPanel.info" txt="Selectati pachetele pe care doriti sa le
instalati :"/>
+ <str id="PacksPanel.tip" txt="Nota: pachetele care sunt selectate implicit
si nu pot fi deselectate sunt obligatorii."/>
+ <str id="PacksPanel.space" txt="Spatiu total necesar: "/>
+ <str id="PacksPanel.description" txt="Descriere"/>
+
+ <str id="InstallPanel.info" txt="Click 'Instalare !' pentru a incepe
procesul de instalare"/>
+ <str id="InstallPanel.install" txt="Instalare !"/>
+ <str id="InstallPanel.tip" txt="Status instalare :"/>
+ <str id="InstallPanel.begin" txt="[Nimic]"/>
+ <str id="InstallPanel.finished" txt="[Sfarsit]"/>
+
+ <str id="FinishPanel.success" txt="Instalarea s-a terminat cu succes."/>
+ <str id="FinishPanel.fail" txt="Instalarea a esuat!"/>
+ <str id="FinishPanel.uninst.info" txt="Un program de dezinstalare a fost
creat in:"/>
+ <str id="FinishPanel.auto" txt="Generati un script de instalare"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Folositi acest script pentru a repeta procesul de instalare pe
alte calculatoare ."/>
+
+ <str id="ImgPacksPanel.packs" txt="Urmatoarele pachete sunt disponibie :"/>
+ <str id="ImgPacksPanel.snap" txt="Imagine pachet :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Instalare pachet"/>
+
+ <str id="ShortcutPanel.regular.list" txt="Selectati un Program Group
pentru Scurtaturi(Shortcuts):"/>
+ <str id="ShortcutPanel.regular.default" txt="Resetare"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Creati o scurtatura
(shortcut) pe desktop"/>
+ <str id="ShortcutPanel.regular.create" txt="Creati Scurtaturi
(Shortcuts)"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="creati scurtatura(shortcut)
pentru :"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="user curent"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="toti userii"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Ne pare rau dar IzPack nu
suporta crearea scurtaturilor(shortcuts) pe acest sistem de operare. Pentru a
crea scurtaturi(shortcuts) consultati manualul sistemului de operare."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="The following is a
list of targets that the manufacturer of this software product wanted you to
have access to."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Puteti salva
detaliile aplicatiei intr-un fisier text, pentru a-l consulta mai tarziu."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Salvati fisierul text"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Informatii despre
scurtatura(shortcut)\n====================\n\nUrmatoarea lista sunt informatii
relevante despre scurtaturile(shortcuts) create. Aceste infomatii fac posibil
crearea manuala a altor scurtaturi(shortcuts).\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Scurtatura(shortcut)
: "/>
+ <str id="ShortcutPanel.textFile.location" txt="Locatia dorita : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Descriere : "/>
+ <str id="ShortcutPanel.textFile.target" txt="Tinta
scurtaturii(Shortcut Target) : "/>
+ <str id="ShortcutPanel.textFile.command" txt="Linia de comanda :
"/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Fisier Icoana :
"/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Index Icoana : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Directorul de lucru :
"/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Desktop"/>
+ <str id="ShortcutPanel.location.applications" txt="Applications Menu"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Start Menu"/>
+ <str id="ShortcutPanel.location.startup" txt="Startup Group"/>
+
+ <str id="UserInputPanel.error.caption" txt="Problema de intrare"/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/rus.xml
===================================================================
--- trunk/apps/new_installer/langpacks/rus.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/rus.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,171 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+
+<!-- The Russian langpack -->
+<!-- Last edited by Alexey Makhmutov (aka Lerm) at 03.09.2005 -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - ?????????????????? "/>
+ <str id="installer.next" txt="??????????"/>
+ <str id="installer.prev" txt="??????????"/>
+ <str id="installer.quit" txt="??????????"/>
+ <str id="installer.madewith" txt="(??????????????????
?????????????????? ?????????????? ?????? ???????????? IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="?????????????????? ?????????????"/>
+ <str id="installer.quit.message" txt="?????????????????? ??????????
????????????????!"/>
+ <str id="installer.warning" txt="????????????????????????????!"/>
+ <str id="installer.yes" txt="????"/>
+ <str id="installer.no" txt="??????"/>
+ <str id="installer.cancel" txt="??????????"/>
+ <str id="installer.error" txt="????????????"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="??????????????????????????
?????????????????? ?????????? ??????????????!"/>
+ <str id="uninstaller.destroytarget" txt=" ?????????????? "/>
+ <str id="uninstaller.uninstall" txt="??????????????
?????????????????????????? ??????????????????"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="?????????? ????????????????????
?? ?????????????????? ?????????????????? "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="???????????? ??????????????????:
"/>
+ <str id="HelloPanel.url" txt="???????????????? ????????????????
??????????????????: "/>
+
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="????????
?????????????? ?????? ???????????????????? ???? ????????????
???????????????????? ?? ???????????????? "/>
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" . ????
?????????????????????????? ???????????? ???????????????????? ?????? ????????
???????????"/>
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="???????????? ??????
?????????????????? ???????????????? ?????????? ??????????????: "/>
+
+ <str id="LicencePanel.info" txt="????????????????????,
?????????????????????? ???????????????????? ????????????????:"/>
+ <str id="LicencePanel.agree" txt="?? ???????????????? ??
?????????????????? ????????????????."/>
+ <str id="LicencePanel.notagree" txt="?? ???? ???????????????? ??
?????????????????? ????????????????."/>
+ <str id="LicencePanel.yes" txt="????"/>
+ <str id="LicencePanel.no" txt="??????"/>
+
+ <str id="InfoPanel.info" txt="????????????????????, ????????????????????
?????????????????? ????????????????????:"/>
+
+ <str id="PathInputPanel.required" txt="?????????????????? ??????????????
???????????? ????????????????????????."/>
+ <str id="PathInputPanel.notValid" txt="?????????????????? ??????????????
???? ???????????????? ?????????????????? ????????????????????."/>
+
+ <str id="TargetPanel.info" txt="???????????????? ??????????????
??????????????????:"/>
+ <str id="TargetPanel.browse" txt="??????????..."/>
+ <str id="TargetPanel.warn" txt="?????????????? ??????
????????????????????! ???? ?????????????? ????????????????????
?????????????????? ?? ?????????"/>
+ <str id="TargetPanel.empty_target" txt="???? ???? ??????????????
?????????????? ?????? ??????????????????. ?????????????????????"/>
+ <str id="TargetPanel.createdir" txt="?????????? ????????????
?????????????? ?????? ??????????????????:" />
+ <str id="TargetPanel.nodir" txt="?????????????????? ???????? ????
???????????????? ??????????????????! ????????????????????, ????????????????
??????????????."/>
+ <str id="TargetPanel.notwritable" txt="?????????????? ?????????????? ????
????????????! ????????????????????, ???????????????? ????????????
??????????????."/>
+
+ <str id="JDKPathPanel.intro" txt="??????????????????????????????
???????????????????? ?????????????????? ?? JDK. ?????????? ????????????????????
Java (JRE) ????????????????????????."/>
+ <str id="JDKPathPanel.info" txt="???????????????? ???????? ??
JDK:"/>
+ <str id="JDKPathPanel.badVersion1" txt="?????????????????? JDK ??????????
???????????????????????? ???????????? (?????????????? ????????????: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" ??????????????????: "/>
+ <str id="JDKPathPanel.badVersion3" txt="), ?????? ??????????
???????????????????????? ???????? JDK?"/>
+
+ <str id="PacksPanel.info" txt="???????????????? ????????????
?????? ??????????????????:"/>
+ <str id="PacksPanel.tip" txt="????????????????????:
???????????????????? ???????????? ?????????????????????? ??
??????????????????."/>
+ <str id="PacksPanel.space" txt="?????????????????? ??????????:
"/>
+ <str id="PacksPanel.freespace" txt="???????????????? ??????????:
"/>
+ <str id="PacksPanel.description" txt="????????????????"/>
+ <str id="PacksPanel.dependencyList" txt="?????????????????? ??????????
?????????????? ???? ?????????????????? ??????????????"/>
+ <str id="ImgPacksPanel.dependencyList" txt="??????????????????????"/>
+ <str id="PacksPanel.notEnoughSpace" txt="????????????????????????
?????????? ?????? ?????????????????? ????????????????????."/>
+ <str id="PacksPanel.notAscertainable" txt="???? ??????????????????????"/>
+
+ <str id="InstallPanel.info" txt="???????????????????? ??
?????????????????? ?????????????????? ??????????????????:"/>
+ <str id="InstallPanel.install" txt="????????????????????!"/>
+ <str id="InstallPanel.tip" txt="??????
??????????????????:"/>
+ <str id="InstallPanel.begin" txt="[??????????]"/>
+ <str id="InstallPanel.finished" txt="[??????????????????]"/>
+ <str id="InstallPanel.progress" txt="?????????? ??????
??????????????????:"/>
+ <str id="InstallPanel.overwrite.title" txt="???????? ??????
????????????????????"/>
+ <str id="InstallPanel.overwrite.question" txt="?????????????????? ????????
?????? ????????????????????. ?????????????????????????"/>
+
+ <str id="FinishPanel.success" txt="?????????????????? ??????????????
??????????????????!"/>
+ <str id="FinishPanel.done" txt="??????????????????"/>
+ <str id="FinishPanel.fail" txt="?????????????????? ????????????????
???????????????? ..."/>
+ <str id="FinishPanel.uninst.info" txt="?????????????????? ????????????????
?????????????? ???????????????????? ???????????????? ?? ??????????????????
??????????????:"/>
+ <str id="FinishPanel.auto" txt="?????????????? ????????????????
???????????????????????????? ??????????????????"/>
+ <str id="FinishPanel.auto.tip" txt="?????????? ???????????? ????????,
?????????????????????? ?????????????????????????? ???????????????? ??????????
???? ?????????????????????? ?????????????????? ???? ????????????
????????????????????."/>
+
+ <str id="ImgPacksPanel.packs" txt="???????????????? ??????????????????
????????????:"/>
+ <str id="ImgPacksPanel.snap" txt="???????????? ????????????:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" ???????????????????? ??????????"/>
+
+ <str id="ShortcutPanel.headline" txt="??????????????????
??????????????"/>
+ <str id="ShortcutPanel.regular.list" txt="????????????????
?????????????????????? ???????????? ?????? ??????????????:"/>
+ <str id="ShortcutPanel.regular.default" txt="????????????????"/>
+ <str id="ShortcutPanel.regular.desktop" txt="??????????????
???????????? ???? ?????????????? ??????????"/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="Start-Menu"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="K-Menu"/>
+ <str id="ShortcutPanel.regular.create" txt="??????????????
????????????"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="?????????????? ??????????
??????:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="??????????????
????????????????????????"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="??????
????????????????????????"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="??
??????????????????, ?????????????????? ?????????????????? ????
???????????????????????? ???????????????? ?????????????? ?? ????????
???????????????????????? ??????????????. ?????????? ??????????????
????????????, ???????????????????? ?? ?????????????????????? ???? ??????????
???????????????????????? ??????????????."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="????????????
????????????????, ?? ?????????????? ?????? ??????????????????????
???????????????????? ?????? ?????????????????????????? ????????????????????:"/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="????
???????????? ?????????????????? ?????????????????? ???????????????????? ????
????????????????, ???? ?????????????? ?????????????????? ????????????, ??
?????????????????? ?????????? ?????? ??????????????."/>
+ <str id="ShortcutPanel.alternate.saveButton"
txt="?????????????????? ?????????????????? ????????"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="???????????????????? ??
????????????\n====================\n\n???????? ?????????????????? ??????
?????????????????????? ???????????????? ?? ??????????????????????
??????????????.\n???? ????????????????????, ?????????? ???? ??????????
?????????????? ???????????? ???????????? ????????????????????????????.\n"/>
+ <str id="ShortcutPanel.textFile.name" txt="??????????
: "/>
+ <str id="ShortcutPanel.textFile.location"
txt="???????????????????????? ???????????? : "/>
+ <str id="ShortcutPanel.textFile.description" txt="????????????????
: "/>
+ <str id="ShortcutPanel.textFile.target" txt="????????????, ????
?????????????? ?????????????????? ?????????? : "/>
+ <str id="ShortcutPanel.textFile.command" txt="??????????????????
???????????? : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="??????????????????????
: "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="??????????
?????????????????????? ?? ?????????? : "/>
+ <str id="ShortcutPanel.textFile.work" txt="??????????????
?????????????? : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="??????????????
????????"/>
+ <str id="ShortcutPanel.location.applications" txt="????????
????????????????????"/>
+ <str id="ShortcutPanel.location.startMenu" txt='???????? ????????????
"????????"'/>
+ <str id="ShortcutPanel.location.startup" txt="????????????
??????????????????????"/>
+
+ <str id="UserInputPanel.error.caption" txt="????????????
??????????"/>
+ <str id="UserInputPanel.search.autodetect"
txt="??????????????????????????????"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="?????????????????????????????? ???? ??????????????."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="?????????????????????????????? ???? ??????????????."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="?????????????????? ?????????????? ?????????? ?????? ????????????????????
???? ?????????? ?????????????????? ????????."/>
+ <str id="UserInputPanel.search.location"
txt="?????????????? ???????????????????????? {0}."/>
+ <str id="UserInputPanel.search.location.checkedfile"
txt="???????????????? ?????????????????????????? {0} ??????????????????."/>
+ <str id="UserInputPanel.search.browse"
txt="??????????..."/>
+ <str id="UserInputPanel.search.wrongselection.message"
txt="?????????????????? ???????? ?????? ?????????????? ????
???????????????????? ?????? ???? ????????????????."/>
+ <str id="UserInputPanel.search.wrongselection.caption"
txt="???????????????????????? ??????????."/>
+
+ <str id="CompilePanel.heading" txt="????????????????????" />
+ <str id="CompilePanel.tip" txt="????????????????
???????????? ????????????????????:" />
+ <str id="CompilePanel.browse" txt="??????????..." />
+ <str id="CompilePanel.browse.approve"
txt="???????????????????????? ????????????????????" />
+ <str id="CompilePanel.start" txt="??????????" />
+ <str id="CompilePanel.progress.initial" txt="[??????????????
???????????? ??????????]" />
+ <str id="CompilePanel.progress.finished" txt="[??????????????????]" />
+ <str id="CompilePanel.progress.overall" txt="??????????
???????????????? ????????????????????:" />
+ <str id="CompilePanel.error" txt="????????????????????
???? ??????????????" />
+ <str id="CompilePanel.error.reconfigure"
txt="??????????????????????????" />
+ <str id="CompilePanel.error.ignore"
txt="????????????????????????" />
+ <str id="CompilePanel.error.abort" txt="????????????????" />
+ <str id="CompilePanel.error.seebelow" txt="????????
?????????????????? ?????????????????????? ?????????????? ?? ????
??????????????????." />
+ <str id="CompilePanel.error.nofiles" txt="???????????? ??????
???????????? ???????????? ?????? ????????????????????." />
+ <str id="CompilePanel.error.compilernotfound" txt="????????????????????
?????????????? ????????????????????." />
+ <str id="CompilePanel.error.invalidarguments" txt="????????????????
???????????????? ??????????????????????." />
+ <str id="CompilePanel.error.noclassfile" txt="????????????????????
???? ???????????? class-???????? ?????? ?????????????????? ?????????? " />
+ <str id="CompilePanel.choose_compiler"
txt="???????????????????????? ?????????????????? ????????????????????:" />
+ <str id="CompilePanel.additional_arguments"
txt="???????????????????????????? ?????????????????? ??????????????????????:" />
+
+ <str id="ProcessPanel.heading" txt="????????????????????" />
+
+ <!-- Strings for the summary of panels - START -->
+ <str id="SummaryPanel.info" txt="?????? ??????????????????????
???????????? ?????? ???????????? ?????????????????? ??????????????.
?????????????? "??????????" ?????? ??????????????."/>
+ <str id="TargetPanel.summaryCaption" txt="??????????????
??????????????????"/>
+ <str id="JDKPathPanel.summaryCaption" txt="???????? ?? JDK"/>
+ <str id="PacksPanel.summaryCaption" txt="??????????????????
???????????? ?????? ??????????????????"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="??????????????????
???????????? ?????? ??????????????????"/>
+ <!-- Strings for the summary of panels - END -->
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="????????????????????
?????????????? ???????????? ?????????????? {0}\\{1}."/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
\ No newline at end of file
Added: trunk/apps/new_installer/langpacks/scg.xml
===================================================================
--- trunk/apps/new_installer/langpacks/scg.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/scg.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,144 @@
+<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
+
+<!-- The English langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - ?????????????????????? "/>
+ <str id="installer.next" txt="??????????????"/>
+ <str id="installer.prev" txt="??????????????????"/>
+ <str id="installer.quit" txt="??????????"/>
+ <str id="installer.madewith" txt="(???????????????????? ????????????
IzPack-?? - http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="???? ???? ?????? ?????????????? ????
???????????? ???? ???????????????"/>
+ <str id="installer.quit.message" txt="?????? ???? ???? ??????????????
??????????????????????!"/>
+ <str id="installer.warning" txt="??????????????????!"/>
+ <str id="installer.yes" txt="????"/>
+ <str id="installer.no" txt="????"/>
+ <str id="installer.cancel" txt="??????????????"/>
+ <str id="installer.error" txt="????????????"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="?????? ???? ???? ??????????????
??????????????????????/?? ????????????????????/??!"/>
+ <str id="uninstaller.destroytarget" txt=" ???????????????? ??????????????
"/>
+ <str id="uninstaller.uninstall" txt="????????????????????????"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="???????????????????? ??
?????????????????????? "/>
+ <str id="HelloPanel.welcome2" txt="!"/>
+ <str id="HelloPanel.authors" txt="??????????(??) ???????? ????????????????
????/????: "/>
+ <str id="HelloPanel.url" txt="?????? ????????????????: "/>
+
+ <str id="LicencePanel.info" txt="?????????? ??????, ????????????????????
?????????????? ?????????????? ???????????? ?? ??????????????:"/>
+ <str id="LicencePanel.agree" txt="???????????? ???? ???? ????????????????
?????????????? ?? ??????????????."/>
+ <str id="LicencePanel.notagree" txt="???? ?????????????????? ????????????
???????? ?????????????? ?? ??????????????."/>
+ <str id="LicencePanel.yes" txt="????"/>
+ <str id="LicencePanel.no" txt="????"/>
+
+ <str id="InfoPanel.info" txt="?????????? ??????, ????????????????????
?????????????? ??????????????????????:"/>
+
+ <str id="TargetPanel.info" txt="?????????????????? ???????????? ????
??????????????????????:"/>
+ <str id="TargetPanel.browse" txt="?????????????????? ..."/>
+ <str id="TargetPanel.warn"
+ txt="???????????????????????? ?????? ??????????????! ???? ???? ??????
?????????????? ???? ???????????? ???? ???? ??????????????????????
?????????????? ?? ?????????? ???????????????????? ??????????????????
???????????????"/>
+ <str id="TargetPanel.empty_target"
+ txt="?????????? ?????????????????????????? ??????????
????????????????! ???? ???? ???? ???? ?? ?????????"/>
+ <str id="TargetPanel.createdir" txt="??????????
???????????????????????? ???? ???????? ??????????????:" />
+ <str id="TargetPanel.nodir"
+ txt="???????? ???????? ???????? ????????????????????????! ??????????
??????, ?????????????????? ????????????????????????!"/>
+ <str id="TargetPanel.notwritable"
+ txt="?? ???????? ???????????????????????? ???? ???????? ???? ????
??????????????! ?????????? ??????, ?????????????????? ???????? ??????????
????????????????????????!"/>
+
+ <str id="PacksPanel.info" txt="?????????????????? ???????????? ????????
???????????? ???? ??????????????????????:"/>
+ <str id="PacksPanel.tip" txt="????????????????: ????????????????
???????????? ???? ????????????????."/>
+ <str id="PacksPanel.space" txt="???????????????? ?????????????? ????
??????????: "/>
+ <str id="PacksPanel.description" txt="????????"/>
+
+ <str id="InstallPanel.info" txt="???????????????? ????
'????????????????????!' ???? ?????????? ???????????????? ????????????
??????????????????????."/>
+ <str id="InstallPanel.install" txt="????????????????????!"/>
+ <str id="InstallPanel.tip" txt="???????????????? ??????????????????????
????????????:"/>
+ <str id="InstallPanel.begin" txt="[??????????]"/>
+ <str id="InstallPanel.finished" txt="[????????????]"/>
+ <str id="InstallPanel.progress" txt="???????????? ????????????????
??????????????????????:"/>
+ <str id="InstallPanel.overwrite.title" txt="???????? ??????
??????????????"/>
+ <str id="InstallPanel.overwrite.question" txt="?????????????? ????????
?????? ??????????????. ???? ???? ?????????? ???? ???????? ???????????????????"/>
+
+ <str id="FinishPanel.success" txt="?????????????????????? ????
?????????????? ????????????????."/>
+ <str id="FinishPanel.done" txt="????????????"/>
+ <str id="FinishPanel.fail" txt="?????????????????????? ????????
????????????!"/>
+ <str id="FinishPanel.uninst.info" txt="?????????????? ????
?????????????????????????? ???? ?????????????? ??:"/>
+ <str id="FinishPanel.auto" txt="?????????????? ???????????? ????
???????????????????? ??????????????????????"/>
+ <str id="FinishPanel.auto.tip"
+ txt="?????????????? ???????? ???????????? ???? ???? ??????????????
???????? ?????????????????????? ???? ???????????? ????????????????????."/>
+
+ <str id="ImgPacksPanel.packs" txt="?????????????? ???????????? ????
????????????????:"/>
+ <str id="ImgPacksPanel.snap" txt="???????????? ????????????:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" ???????????????????? ????????
??????????"/>
+
+ <str id="ShortcutPanel.regular.list" txt="??????????????
???????????????????? ?????????? ???? ??????????????:"/>
+ <str id="ShortcutPanel.regular.default" txt="??????????????"/>
+ <str id="ShortcutPanel.regular.desktop" txt="?????????????? ??????????????
???? ???????????? ????????????????"/>
+ <str id="ShortcutPanel.regular.create" txt="??????????????
??????????????"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="??????????????
?????????????? ????:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="??????????????????
??????????????????"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="?????? ??????????????????"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="?????? ?????? ????, ??????
IzPack ???? ???????????????? ???????????????? ?????????????? ???? ????????
?????????????????????? ??????????????. ???? ?????????? ??????????????????
??????????????, ?????????????????????? ???????????????? ???? ??????
???????????????????? ????????????."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="?????????? ??????????
?????????????? ???? ???????? ???? ???????????????????? ????????
???????????????? ?????????? ???? ?????????????? ??????????????."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="????????????
???? ???????????????? ?????????????? ?????????????????????? ??
?????????????????? ?? ?????????????????????? ?????????? ???? ??????????????."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="??????????????
???????????????????? ????????"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="?????????????????????? ??
??????????????????\n=======================\n\n?????????? ?????????? ????????
?????????????????????? ?????????????????????? ?? ??????????????????????
??????????????????.\n?????? ?????????????????????? ???? ?????????????? ????
?????? ?????????????? ???? ?????????????????? ?????????????? ??????????.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="??????????????
: "/>
+ <str id="ShortcutPanel.textFile.location" txt="????????????
???????????????? : "/>
+ <str id="ShortcutPanel.textFile.description" txt="???????? :
"/>
+ <str id="ShortcutPanel.textFile.target" txt="?????? ??????????????
: "/>
+ <str id="ShortcutPanel.textFile.command" txt="????????????????
???????????? : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="???????? ????
???????????? : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="???????????? ??????????
: "/>
+ <str id="ShortcutPanel.textFile.work" txt="??????????
????????????????????????: "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="??????????
????????????????"/>
+ <str id="ShortcutPanel.location.applications" txt="????????
????????????????????"/>
+ <str id="ShortcutPanel.location.startMenu" txt="?????????? ????????"/>
+ <str id="ShortcutPanel.location.startup" txt="????????????????????
??????????????????"/>
+
+ <str id="UserInputPanel.error.caption" txt="?????????????? ????
????????????"/>
+ <str id="UserInputPanel.search.autodetect" txt="????????????????????
??????????????????"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="???????????????????? ?????????????????? ???????? ????????????."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="???????????????????? ?????????????????? ???????? ????????????."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="?????????????? ???? ???? ???? ???????? ?????? ???????????????????????? ??
???????????? ??????????."/>
+ <str id="UserInputPanel.search.location" txt="??????????
???????????????? {0}."/>
+ <str id="UserInputPanel.search.location.checkedfile"
txt="?????????????????? {0} ???? ??????????????????."/>
+ <str id="UserInputPanel.search.browse" txt="??????????..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="????????
?????? ???????????????????????? ???????? ?????? ???????????????? ?????? ????
?????????????? ?????? ???????? ????????????????????????."/>
+ <str id="UserInputPanel.search.wrongselection.caption"
txt="???????????????????? ??????????."/>
+
+ <str id="CompilePanel.heading" txt="??????????????????" />
+ <str id="CompilePanel.tip" txt="???????????????? ??????????????????
??????????:" />
+ <str id="CompilePanel.browse" txt="??????????..." />
+ <str id="CompilePanel.browse.approve" txt="?????????????? ??????
????????????????????" />
+ <str id="CompilePanel.start" txt="??????????" />
+ <str id="CompilePanel.progress.initial" txt="[????????????????????
?????????? ??????????]" />
+ <str id="CompilePanel.progress.finished" txt="[????????????????]" />
+ <str id="CompilePanel.progress.overall" txt="???????????? ????????????????
??????????????????:" />
+ <str id="CompilePanel.error" txt="?????????????????? ????????
????????????" />
+ <str id="CompilePanel.error.reconfigure" txt="???????????? ????????????" />
+ <str id="CompilePanel.error.ignore" txt="????????????????" />
+ <str id="CompilePanel.error.abort" txt="????????????" />
+ <str id="CompilePanel.error.seebelow" txt="???????????????????? ????????
?????????????? ???????? ???????? ?????????????? ????????????????, ?????? ??
?????? ??????????." />
+ <str id="CompilePanel.error.nofiles" txt="???????????? ?? ????????
?????????????? ?????????????? ???? ??????????????????." />
+ <str id="CompilePanel.error.compilernotfound" txt="????????????????????
???????? ?????????? ???? ???? ????????????." />
+ <str id="CompilePanel.error.invalidarguments" txt="????????????????????
???? ???? ?????????????? ???????????????????? ??????????????????." />
+ <str id="CompilePanel.error.noclassfile" txt="????????????????????
???????? ???????????????? .class ???????? ???? ???????????????? ?????????? " />
+ <str id="CompilePanel.choose_compiler" txt="??????????????????
????????????????????:" />
+ <str id="CompilePanel.additional_arguments" txt="??????????????
?????????????????? ???? ????????????????????:" />
+
+ <str id="ProcessPanel.heading" txt="?????????????????????? ?? ????????" />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/spa.xml
===================================================================
--- trunk/apps/new_installer/langpacks/spa.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/spa.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,316 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+
+
+<!-- The Spanish langpack -->
+
+
+
+<langpack>
+
+
+
+ <!-- General installer strings -->
+
+ <str id="installer.title" txt="IzPack - Instalaci?n de "/>
+
+ <str id="installer.next" txt="Siguiente"/>
+
+ <str id="installer.prev" txt="Anterior"/>
+
+ <str id="installer.quit" txt="Salir"/>
+
+ <str id="installer.madewith" txt="(Hecho con IzPack -
http://www.izforge.com/)"/>
+
+ <str id="installer.quit.title" txt="?Confirma que quiere salir?"/>
+
+ <str id="installer.quit.message" txt="?Esto cancelar? la instalaci?n!"/>
+
+ <str id="installer.warning" txt="?Atenci?n!"/>
+
+ <str id="installer.yes" txt="S?"/>
+
+ <str id="installer.no" txt="No"/>
+
+ <str id="installer.cancel" txt="Cancelar"/>
+
+ <str id="installer.error" txt="Error"/>
+
+
+
+ <!-- Uninstaller specific strings -->
+
+ <str id="uninstaller.warning" txt="?Esto eliminar? la(s) aplicacion(es)
instalada(s)!"/>
+
+ <str id="uninstaller.destroytarget" txt=" Forzar la eliminaci?n de "/>
+
+ <str id="uninstaller.uninstall" txt="Desinstalar"/>
+
+
+
+ <!-- The strings for the 'official' IzPack plugins -->
+
+ <str id="HelloPanel.welcome1" txt="Bienvenido a la instalaci?n de "/>
+
+ <str id="HelloPanel.welcome2" txt=" !"/>
+
+ <str id="HelloPanel.authors" txt="Autor(es) de este programa: "/>
+
+ <str id="HelloPanel.url" txt="P?gina de este programa: "/>
+
+ <str id="PrinterSelectPanel.select_printer" txt="Seleccione la impresora a
usar para configuraci?n inicial y pruebas." />
+
+ <str id="CheckedHelloPanel.productAlreadyExist0" txt="Este producto ya
est? instalado en este ordenador en el directorio "/>
+
+ <str id="CheckedHelloPanel.productAlreadyExist1" txt=" . ?Est? seguro de
que desea instalar otra entidad?"/>
+
+ <str id="CheckedHelloPanel.infoOverUninstallKey" txt="La clave de
desinstalaci?n se llamar?: " />
+
+
+ <str id="LicencePanel.info" txt="Por favor, lea atentamente el convenio de
licencia:"/>
+
+ <str id="LicencePanel.agree" txt="?Acepta los t?rminos de este convenio de
licencia?"/>
+
+ <str id="LicencePanel.notagree" txt="Yo no acepto los t?rminos de este
convenio de licencia."/>
+
+ <str id="LicencePanel.yes" txt="S?"/>
+
+ <str id="LicencePanel.no" txt="No"/>
+
+
+
+ <str id="InfoPanel.info" txt="Por favor, lea la siguiente informaci?n:"/>
+
+
+
+ <str id="PathInputPanel.required" txt="El directorio seleccionado debe
existir"/>
+
+ <str id="PathInputPanel.notValid" txt="El directorio no contiene el
producto requerido"/>
+
+
+
+ <str id="TargetPanel.info" txt="Seleccione la ruta de instalaci?n:"/>
+
+ <str id="TargetPanel.browse" txt="Escoger ..."/>
+
+ <str id="TargetPanel.warn"
+
+ txt="?El directorio ya existe! ?Confirma su deseo de hacer la
instalaci?n ah? y sobreescribir posibles ficheros existentes?"/>
+
+ <str id="TargetPanel.empty_target"
+
+ txt="?Ha hecho una designaci?n sin nombre! ?Desea hacerlo as??"/>
+
+ <str id="TargetPanel.createdir" txt="El directorio ser? creado:" />
+
+
+
+ <str id="JDKPathPanel.intro" txt="La aplicaci?n necesita un JDK. Un Java
Runtime Environment (JRE) no es suficiente."/>
+
+ <str id="JDKPathPanel.info" txt="Seleccione el directorio del JDK:"/>
+
+ <str id="JDKPathPanel.badVersion1" txt="El JDK seleccionado es una versi?n
incorrecta (disponible: "/>
+
+ <str id="JDKPathPanel.badVersion2" txt=" necesaria: "/>
+
+ <str id="JDKPathPanel.badVersion3" txt=" ?desea usar este JDK de todas
formas?"/>
+
+
+
+ <str id="PacksPanel.info" txt="Seleccione los paquetes que desea
instalar:"/>
+
+ <str id="PacksPanel.tip" txt="Nota: los paquetes en gris no son
opcionales."/>
+
+ <str id="PacksPanel.space" txt="Espacio total requerido: "/>
+
+ <str id="PacksPanel.description" txt="Description"/>
+
+
+
+ <str id="PacksPanel.freespace" txt="Espacio disponible: "/>
+
+ <str id="PacksPanel.dependencyList" txt="El paquete elegido requere los
siguientes paquetes para ser instalado"/>
+
+ <str id="ImgPacksPanel.dependencyList" txt="Dependencias"/>
+
+ <str id="PacksPanel.notEnoughSpace" txt="El espacio en disco necesario
para la instalaci?n excede el disponible."/>
+
+ <str id="PacksPanel.notAscertainable" txt="No determinable"/>
+
+
+
+ <str id="InstallPanel.info" txt="Haga clic en ?Instalar! para iniciar el
proceso de instalaci?n"/>
+
+ <str id="InstallPanel.install" txt="?Instalar!"/>
+
+ <str id="InstallPanel.tip" txt="Progreso de la instalaci?n:"/>
+
+ <str id="InstallPanel.begin" txt="[Sin iniciar]"/>
+
+ <str id="InstallPanel.finished" txt="[Instalaci?n completada]"/>
+
+ <str id="InstallPanel.progress" txt="Progreso total de la instalaci?n:"/>
+
+ <str id="InstallPanel.overwrite.title" txt="El fichero ya existe"/>
+
+ <str id="InstallPanel.overwrite.question" txt="El fichero siguiente ya
existe. ?Desea sobreescribirlo?"/>
+
+
+
+ <str id="FinishPanel.success" txt="?Instalaci?n completada con ?xito!"/>
+
+ <str id="FinishPanel.done" txt="Hecho"/>
+
+ <str id="FinishPanel.fail" txt="La instalaci?n ha fallado!"/>
+
+ <str id="FinishPanel.uninst.info" txt="Se ha puesto un programa de
desinstalaci?n en:"/>
+
+ <str id="FinishPanel.auto" txt="Generar un gui?n para replicar esta misma
instalaci?n"/>
+
+ <str id="FinishPanel.auto.tip"
+
+ txt="Use este gui?n para hacer autom?ticamente la misma instalaci?n
en otras m?quinas."/>
+
+
+
+ <str id="ImgPacksPanel.packs" txt="Paquetes disponibles:"/>
+
+ <str id="ImgPacksPanel.snap" txt="Captura de pantalla asociada:"/>
+
+ <str id="ImgPacksPanel.checkbox" txt=" Instalar este paquete"/>
+
+ <str id="ShortcutPanel.headline" txt="Configuraci?n de accesos directos"/>
+
+ <str id="ShortcutPanel.regular.list" txt="Seleccione un grupo de programas
para los accesos directos:"/>
+
+ <str id="ShortcutPanel.regular.default" txt="Por defecto"/>
+
+ <str id="ShortcutPanel.regular.desktop" txt="Crear accesos directos
adicionales en el escritorio"/>
+
+ <str id="ShortcutPanel.regular.create" txt="Crear accesos directos"/>
+
+ <str id="ShortcutPanel.regular.userIntro" txt="Crear acceso directo
para:"/>
+
+ <str id="ShortcutPanel.regular.currentUser" txt="Usuario actual"/>
+
+ <str id="ShortcutPanel.regular.allUsers" txt="Todos los usuarios"/>
+
+
+
+ <str id="ShortcutPanel.alternate.apology" txt="Lo sentimos, IzPack no
puede crear accesos directos en este sistema operativo. Para crearlos, por
favor consulte su manual del sistema operativo."/>
+
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="La siguiente es una
lista de ficheros ejecutables a los que el creador de este producto quisiera
que usted tuviera acceso mediante accesos directos."/>
+
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Puede guardar
informaci?n detallada sobre los ficheros ejecutables de la aplicaci?n en un
fichero de texto para referencia posterior."/>
+
+ <str id="ShortcutPanel.alternate.saveButton" txt="Guardar texto"/>
+
+
+
+ <str id="ShortcutPanel.textFile.header" txt="Informaci?n de accesos
directos\n===============================\n\nEl siguiente es un listado de toda
la informaci?n relevante sobre los accesos\ndirectos deseados. Esta informaci?n
puede ayudar en su creaci?n manual.\n"/>
+
+
+
+ <str id="ShortcutPanel.textFile.name" txt="Acceso directo :
"/>
+
+ <str id="ShortcutPanel.textFile.location" txt="Ubicaci?n deseada :
"/>
+
+ <str id="ShortcutPanel.textFile.description" txt="Descripci?n :
"/>
+
+ <str id="ShortcutPanel.textFile.target" txt="Fichero ejecutable :
"/>
+
+ <str id="ShortcutPanel.textFile.command" txt="L?nea de comando :
"/>
+
+ <str id="ShortcutPanel.textFile.iconName" txt="Fichero del ?cono :
"/>
+
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Indice del ?cono :
"/>
+
+ <str id="ShortcutPanel.textFile.work" txt="Directorio de trabajo :
"/>
+
+
+
+ <str id="ShortcutPanel.location.desktop" txt="Escritorio"/>
+
+ <str id="ShortcutPanel.location.applications" txt="Men? de aplicaciones"/>
+
+ <str id="ShortcutPanel.location.startMenu" txt="Men? de inicio"/>
+
+ <str id="ShortcutPanel.location.startup" txt="Grupo de inicio"/>
+
+
+
+ <str id="UserInputPanel.error.caption" txt="Problema de datos de
entrada"/>
+
+ <str id="UserInputPanel.search.autodetect" txt="Autodetectar"/>
+
+
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Autodetecci?n ha fallado."/>
+
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Autodetecci?n ha fallado."/>
+
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="Compruebe el fichero o directorio en las rutas mostradas arriba."/>
+
+ <str id="UserInputPanel.search.location" txt="Introduzca la ruta
de {0}."/>
+
+ <str id="UserInputPanel.search.location.checkedfile" txt="Se ha comprobado
la existencia de {0}."/>
+
+ <str id="UserInputPanel.search.browse" txt="Buscar..."/>
+
+ <str id="UserInputPanel.search.wrongselection.message" txt="El fichero o
directorio elegido no existe o no es apropiado."/>
+
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Selecci?n
inv?lida."/>
+
+
+
+ <str id="CompilePanel.heading" txt="Compilaci?n" />
+
+ <str id="CompilePanel.tip" txt="Progreso de la compilaci?n:" />
+
+ <str id="CompilePanel.browse" txt="Buscar..." />
+
+ <str id="CompilePanel.browse.approve" txt="Usar como compilador" />
+
+ <str id="CompilePanel.start" txt="Iniciar" />
+
+ <str id="CompilePanel.progress.initial" txt="[Pulse el bot?n Iniciar]" />
+
+ <str id="CompilePanel.progress.finished" txt="[Finalizado]" />
+
+ <str id="CompilePanel.progress.overall" txt="Progreso global de la
compilaci?n:" />
+
+ <str id="CompilePanel.error" txt="Compilaci?n ha fallado" />
+
+ <str id="CompilePanel.error.reconfigure" txt="Reconfigurar" />
+
+ <str id="CompilePanel.error.ignore" txt="Ignorar" />
+
+ <str id="CompilePanel.error.abort" txt="Abortar" />
+
+ <str id="CompilePanel.error.seebelow" txt="Mire abajo el comando que ha
fallado y su salida." />
+
+ <str id="CompilePanel.error.nofiles" txt="Error al escanear ficheros a
compilar." />
+
+ <str id="CompilePanel.error.compilernotfound" txt="No se ha podido
ejecutar el compilador." />
+
+ <str id="CompilePanel.error.invalidarguments" txt="El compilador no acepta
los argumentos proporcionados." />
+
+ <str id="CompilePanel.error.noclassfile" txt="El compilador no ha
producido un fichero class a partir del fichero fuente." />
+
+ <str id="CompilePanel.choose_compiler" txt="Compilador a usar:" />
+
+ <str id="CompilePanel.additional_arguments" txt="Argumentos adicionales de
compilaci?n:" />
+
+
+
+ <str id="ProcessPanel.heading" txt="Procesando"/>
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="No se pudo abrir la clave
{0}\\{1} del registro."/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
+
Added: trunk/apps/new_installer/langpacks/svk.xml
===================================================================
--- trunk/apps/new_installer/langpacks/svk.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/svk.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="ISO-8859-2" standalone="yes" ?>
+
+<!-- The Slovak langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - In?tal?cia "/>
+ <str id="installer.next" txt="?al??"/>
+ <str id="installer.prev" txt="Predch?dzaj?ci"/>
+ <str id="installer.quit" txt="Koniec"/>
+ <str id="installer.madewith" txt="(Vytvoren? pomocou IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="Skuto?ne chcete ukon?i? in?tal?ciu ?"/>
+ <str id="installer.quit.message" txt="T?to oper?cia ukon?? in?tal?ciu !"/>
+ <str id="installer.warning" txt="Varovanie !"/>
+ <str id="installer.yes" txt="?no"/>
+ <str id="installer.no" txt="Nie"/>
+ <str id="installer.cancel" txt="Zru?i?"/>
+ <str id="installer.error" txt="Chyba"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="T?to oper?cia odstr?ni nain?talovan?
aplik?ciu !"/>
+ <str id="uninstaller.destroytarget" txt=" Odstr?ni? "/>
+ <str id="uninstaller.uninstall" txt="Odin?talova?"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Vitajte v in?tal?cii "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="Autor(i) tohto softv?ru je(s?) : "/>
+ <str id="HelloPanel.url" txt="Domovsk? str?nka projektu je : "/>
+
+ <str id="LicencePanel.info" txt="Pozorne si pre??tajte nasledovn? licen?n?
podmienky:"/>
+ <str id="LicencePanel.agree" txt="Akceptujem licen?n? podmienky."/>
+ <str id="LicencePanel.notagree" txt="Neakceptujem licen?n? podmienky."/>
+ <str id="LicencePanel.yes" txt="?no"/>
+ <str id="LicencePanel.no" txt="Nie"/>
+
+ <str id="InfoPanel.info" txt="Pre??tajte si nasledujuce inform?cie :"/>
+
+ <str id="PathInputPanel.required" txt="Vybran? prie?inok by mal
existova?."/>
+ <str id="PathInputPanel.notValid" txt="Vybran? prie?inok neobsahuje
po?adovan? produkt."/>
+
+ <str id="TargetPanel.info" txt="Vyberte in?tala?n? prie?inok :"/>
+ <str id="TargetPanel.browse" txt="Preh?ada? ..."/>
+ <str id="TargetPanel.warn"
+ txt="Adres?r existuje ! Ste si ist? ,?e chcete nain?talova? softv?r
do tohto prie?inku ? S??asn? verzia s?borov bude prep?san??"/>
+ <str id="TargetPanel.empty_target"
+ txt="Nevybrali ste cie?ov? prie?inok! Je to spr?vne?"/>
+ <str id="TargetPanel.createdir" txt="Cie?ov? prie?inok bude
vytvoren? :" />
+ <str id="TargetPanel.nodir"
+ txt="S?bor nie je prie?inok! Vyberte prie?inok!"/>
+ <str id="TargetPanel.notwritable"
+ txt="Do vybran?ho prie?inku sa ned? zapisova? ! Vyberte in?
prie?inok!"/>
+
+ <str id="JDKPathPanel.intro" txt="In?talovan? aplik?cia potrebuje JDK(Java
devepoler kit). JRE (Java runtime environment) nie je posta?uj?ce."/>
+ <str id="JDKPathPanel.info" txt="Vyberte prie?inok s nain?talovanym JDK
(Java devepoler kit) :"/>
+ <str id="JDKPathPanel.badVersion1" txt="Vybran? verzia JDK m? nespr?vnu
verziu (k dispoz?cii: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" vy?adovan?: "/>
+ <str id="JDKPathPanel.badVersion3" txt="), m? by? t?to verzia pou?it? aj
napriek tomu?"/>
+
+ <str id="PacksPanel.info" txt="Vyberte bal?ky ktor? bud? in?talovan? :"/>
+ <str id="PacksPanel.tip" txt="Pozn?mka: za?eden? bal?ky su vy?adovan?."/>
+ <str id="PacksPanel.space" txt="Vy?adovan? miesto na disku: "/>
+ <str id="PacksPanel.freespace" txt="Vo?n? miesto: "/>
+ <str id="PacksPanel.description" txt="Pozn?mka"/>
+ <str id="PacksPanel.dependencyList" txt="Vybran? bal?k potrebuje ma?
nain?talovan? aj tieto bal?ky "/>
+ <str id="ImgPacksPanel.dependencyList" txt="Z?visle bal?ky"/>
+ <str id="PacksPanel.notEnoughSpace" txt="Na disku nie je dostato?n?
mno?stvo vo?n?ho miesta."/>
+ <str id="PacksPanel.notAscertainable" txt="nie je mo?n? zisti?"/>
+
+ <str id="InstallPanel.info" txt="Kliknut?m na tla??tko 'In?talova? !'
za?nete in?tal?ciu"/>
+ <str id="InstallPanel.install" txt="In?talova? !"/>
+ <str id="InstallPanel.tip" txt="Prebieha in?tal?cia:"/>
+ <str id="InstallPanel.begin" txt="[Ni?]"/>
+ <str id="InstallPanel.finished" txt="[Ukon?en?]"/>
+ <str id="InstallPanel.progress" txt="Celkov? stav in?tal?cie :"/>
+ <str id="InstallPanel.overwrite.title" txt="S?bor u? existuje"/>
+ <str id="InstallPanel.overwrite.question" txt="S?bor u? existuje. M? by?
s?bor prep?san??"/>
+
+
+ <str id="FinishPanel.success" txt="In?tal?cia ?spe?ne ukon?en?."/>
+ <str id="FinishPanel.fail" txt="In?tal?cia zlyhala!"/>
+ <str id="FinishPanel.uninst.info" txt="Odin?tala?n? program bol vytvoren?
v:"/>
+ <str id="FinishPanel.auto" txt="Vytvori? automatick? in?tala?n? skript"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Pou?ite tento skript v pr?pade in?tal?cie na in? po??ta?."/>
+ <str id="FinishPanel.done" txt="Hotovo"/>
+
+ <str id="ImgPacksPanel.packs" txt="Nasledovn? bal?ku s? pr?stupn? :"/>
+ <str id="ImgPacksPanel.snap" txt="N?h?ad na bal?k :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" In?talova? tento bal?k"/>
+
+ <str id="ShortcutPanel.headline" txt="Nastavenie z?stupcov"/>
+ <str id="ShortcutPanel.regular.list" txt="Vyberte skupinu programov pre
Z?stupcov:"/>
+ <str id="ShortcutPanel.regular.default" txt="Obnovi?"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Vytvori? z?stupcov na
ploche"/>
+ <str id="ShortcutPanel.regular.StartMenu:Start-Menu" txt="?tart-Menu"/>
+ <str id="ShortcutPanel.regular.StartMenu:K-Menu" txt="K-Menu"/>
+
+ <str id="ShortcutPanel.regular.create" txt="Vytvori? z?stupcov"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="vytvori? zastupcu pre:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="aktu?lneho pou??vate?a"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="v?etk?ch pou??vate?ov"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="?utujeme ale IzPack
nepodporuje vytvorenie z?stupcov pre tento opera?n? syst?m. Vytvori? z?stupcov
musite sami."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="Tento zoznam je zoznam
z?stupcov ku ktor?mu by ste mali ma? pr?stup."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="M??ete ulo?i?
detailn? inform?cie o priebehu in?tal?cie do textov?ho s?boru pre bud?ce
pou?itie."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Ulo?i? textov? s?bor"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="Inform?cie o
z?stupcoch\n====================\n\nTento zoznam je zoznam z?stupcov ku ktor?mu
by ste mali ma? pr?stup.\n Vytvori? z?stupcov musite sami.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Z?stupca : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Umiestnenie : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Pozn?mka : "/>
+ <str id="ShortcutPanel.textFile.target" txt="Cie? z?stupcu : "/>
+ <str id="ShortcutPanel.textFile.command" txt="Pr?kaz : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="S?bor ikony : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="??slo ikony : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Pracovn? prie?inok: "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Plocha"/>
+ <str id="ShortcutPanel.location.applications" txt="Menu programov"/>
+ <str id="ShortcutPanel.location.startMenu" txt="?tartovacie Menu"/>
+ <str id="ShortcutPanel.location.startup" txt="Skupina Auto?tart"/>
+
+ <str id="UserInputPanel.error.caption" txt="Probl?m pri zad?van?"/>
+ <str id="UserInputPanel.search.autodetect" txt="Automatick? detekcia"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Automatick? detekcia zlyhala."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Automatick? detekcia zlyhala."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="Skontrolujte s?bor alebo prie?inok v zadanej ceste."/>
+ <str id="UserInputPanel.search.location" txt="Zadajte cestu "/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="Skontrolovan?
existencia {0} ."/>
+ <str id="UserInputPanel.search.browse" txt="Preh?ada?..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Vybran?
s?bor alebo prie?inok neexistuje alebo nie je spr?vny."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Nespr?vny
v?ber."/>
+
+ <str id="CompilePanel.heading" txt="Preklad" />
+ <str id="CompilePanel.tip" txt="Priebeh prekladanej ?lohy:" />
+ <str id="CompilePanel.browse" txt="Preh?ada?..." />
+ <str id="CompilePanel.browse.approve" txt="Pou?i? ako preklada?" />
+ <str id="CompilePanel.start" txt="?tart" />
+ <str id="CompilePanel.progress.initial" txt="[Stla?te ?tart tla?itko]" />
+ <str id="CompilePanel.progress.finished" txt="[Ukon?en?]" />
+ <str id="CompilePanel.progress.overall" txt="Celkov? stav prekladu:" />
+ <str id="CompilePanel.error" txt="Preklad zlyhal" />
+ <str id="CompilePanel.error.reconfigure" txt="Prekonfigurovanie" />
+ <str id="CompilePanel.error.ignore" txt="Ignorova?" />
+ <str id="CompilePanel.error.abort" txt="Zru?i?" />
+ <str id="CompilePanel.error.seebelow" txt="Detaily zlyhaneho prekladu si
pozrite dole." />
+ <str id="CompilePanel.error.nofiles" txt="Chyba po?as h?adania s?borov pre
preklad." />
+ <str id="CompilePanel.error.compilernotfound" txt="Preklada? nem??e by?
spusten?." />
+ <str id="CompilePanel.error.invalidarguments" txt="Preklada? nepozna
pou?it? argumenty ." />
+ <str id="CompilePanel.error.noclassfile" txt="Preklada? nevytvoril triedu
pre zdrojov? s?bor " />
+ <str id="CompilePanel.choose_compiler" txt="Preklada? :" />
+ <str id="CompilePanel.additional_arguments" txt="Pridavn? argumenty pre
preklada?:" />
+
+ <str id="ProcessPanel.heading" txt="Prebieha" />
+
+ <!-- Strings for the summary of panels - START -->
+ <str id="SummaryPanel.info" txt="In?tal?cia je pripraven?. D?le?it?
inform?cie s? v zozname dole. Pre spustenie in?tal?cie stla?te
"?a???" , "/>
+ <str id="TargetPanel.summaryCaption" txt="In?tala?n? prie?inok"/>
+ <str id="JDKPathPanel.summaryCaption" txt="JDK prie?inok"/>
+ <str id="PacksPanel.summaryCaption" txt="Vybran? in?tala?n? bal?ky"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="Vybran? in?tala?n? bal?ky"/>
+ <!-- Strings for the summary of panels - END -->
+
+ <!-- Strings for the Registry -->
+ <str id="functionFailed.RegOpenKeyEx" txt="Ned? sa otvori? k??? v
registroch : {0}\\{1}."/>
+
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/swe.xml
===================================================================
--- trunk/apps/new_installer/langpacks/swe.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/swe.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,166 @@
+<?xml version="1.0" encoding="iso-8859-1" standalone="yes" ?>
+
+<!-- The Swedish langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - Installation av "/>
+ <str id="installer.next" txt="N?sta"/>
+ <str id="installer.prev" txt="F?reg?ende"/>
+ <str id="installer.quit" txt="Avsluta"/>
+ <str id="installer.madewith" txt="(Skapad med IzPack -
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="?r du s?ker att du vill avsluta?"/>
+ <str id="installer.quit.message" txt="Detta kommer att avbryta
installationen!"/>
+ <str id="installer.warning" txt="Varning!"/>
+ <str id="installer.yes" txt="Ja"/>
+ <str id="installer.no" txt="Nej"/>
+ <str id="installer.cancel" txt="Avbryt"/>
+ <str id="installer.error" txt="Fel"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Detta kommer att ta bort den
installerade applikationen!"/>
+ <str id="uninstaller.destroytarget" txt=" Tvinga radering av "/>
+ <str id="uninstaller.uninstall" txt="Avinstallera"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="V?lkommen till installationen av "/>
+ <str id="HelloPanel.welcome2" txt="!"/>
+ <str id="HelloPanel.authors" txt="Det h?r programmet har utvecklats av: "/>
+ <str id="HelloPanel.url" txt="Programmets hemsida ?r: "/>
+
+ <str id="LicencePanel.info" txt="V?nligen l?s f?ljande licensavtal:"/>
+ <str id="LicencePanel.agree" txt="Jag accepterar villkoren i detta
licensavtal"/>
+ <str id="LicencePanel.notagree" txt="Jag accepterar inte villkoren i detta
licensavtal."/>
+ <str id="LicencePanel.yes" txt="Ja"/>
+ <str id="LicencePanel.no" txt="Nej"/>
+
+ <str id="InfoPanel.info" txt="V?nligen l?s f?ljande information: "/>
+
+ <str id="PathInputPanel.required" txt="Den valda mappen m?ste existera."/>
+ <str id="PathInputPanel.notValid" txt="Den valda mappen inneh?ller inte
den efters?kta produkten."/>
+
+ <str id="TargetPanel.info" txt="V?lj installationss?kv?g: "/>
+ <str id="TargetPanel.browse" txt="Bl?ddra ..."/>
+ <str id="TargetPanel.warn"
+ txt="Katalogen existerar! ?r du s?ker att du vill installera h?r och
m?jligen skriva ?ver existerande filer?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Du har inte specificerat en m?lkatalog! ?r det korrekt?"/>
+ <str id="TargetPanel.createdir" txt="M?lkatalogen kommer att skapas:" />
+ <str id="TargetPanel.nodir"
+ txt="Den valda s?kv?gen ?r inte en mapp! V?nligen v?lj en annan
mapp!"/>
+ <str id="TargetPanel.notwritable"
+ txt="Den valda mappen kan inte skrivas! V?nligen v?lj en annan
mapp!"/>
+
+ <str id="JDKPathPanel.intro" txt="Den installerade applikationen beh?ver
en JDK. Java runtime environment (JRE) ?r inte tillr?ckligt."/>
+ <str id="JDKPathPanel.info" txt="Ange s?kv?gen till en JDK:"/>
+ <str id="JDKPathPanel.badVersion1" txt="Den valda JDK ?r fel version
(tillg?nglig: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" beh?vd: "/>
+ <str id="JDKPathPanel.badVersion3" txt=") vill du anv?nda denna JDK
?nd??"/>
+
+ <str id="PacksPanel.info" txt="V?lj de paket du vill installera:"/>
+ <str id="PacksPanel.tip" txt="Obs: gr?ade paket ?r obligatoriska."/>
+ <str id="PacksPanel.space" txt="Totalt utrymme som kr?vs: "/>
+ <str id="PacksPanel.freespace" txt="Ledigt utrymme: "/>
+ <str id="PacksPanel.description" txt="Beskrivning"/>
+ <str id="PacksPanel.dependencyList" txt="F?r att installera det valda
paketet kr?vs att f?ljande paket installeras"/>
+ <str id="ImgPacksPanel.dependencyList" txt="Beroenden"/>
+ <str id="PacksPanel.notEnoughSpace" txt="Det finns inte tillr?ckligt med
utrymme f?r att genomf?ra installationen."/>
+ <str id="PacksPanel.notAscertainable" txt="Inte tillg?ngligt"/>
+
+ <str id="InstallPanel.info" txt="Klicka p? 'Installera!' f?r att starta
installationsprocessen"/>
+ <str id="InstallPanel.install" txt="Installera!"/>
+ <str id="InstallPanel.tip" txt="Installationsf?rlopp f?r paket:"/>
+ <str id="InstallPanel.begin" txt="[Inget]"/>
+ <str id="InstallPanel.finished" txt="[Slutf?rd]"/>
+ <str id="InstallPanel.progress" txt="Installationsf?rlopp:"/>
+ <str id="InstallPanel.overwrite.title" txt="Filen existerar redan"/>
+ <str id="InstallPanel.overwrite.question" txt="F?ljande fil existerar
redan. Ska den skrivas ?ver?"/>
+
+ <str id="FinishPanel.success" txt="Installationen har slutf?rts utan
fel."/>
+ <str id="FinishPanel.done" txt="Klar"/>
+ <str id="FinishPanel.fail" txt="Installationen har misslyckats!"/>
+ <str id="FinishPanel.uninst.info" txt="Ett avinstallationsprogram har
skapats i: "/>
+ <str id="FinishPanel.auto" txt="Generera ett automatiskt
installationsskript"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Anv?nd detta skript f?r att upprepa installationen p? andra
datorer."/>
+
+ <str id="ImgPacksPanel.packs" txt="F?ljande paket ?r tillg?ngliga:"/>
+ <str id="ImgPacksPanel.snap" txt="Paket granskning:"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Installera detta paket"/>
+
+ <str id="ShortcutPanel.regular.list" txt="V?lj en programgrupp f?r
genv?garna:"/>
+ <str id="ShortcutPanel.regular.default" txt="?terst?ll"/>
+ <str id="ShortcutPanel.regular.desktop" txt="Skapa genv?g p? skrivbordet"/>
+ <str id="ShortcutPanel.regular.create" txt="Skapa genv?gar"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="skapa genv?g f?r:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="nuvarande anv?ndare"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="alla anv?ndare"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="Vi ber om urs?kt men IzPack
har inte st?d f?r skapandet av genv?gar p? det h?r operativsystemet. F?r att
skapa genv?gar, v?nligen se handboken till ditt operativsystem."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="F?ljande ?r en lista
med de m?l som tillverkaren av denna mjukvara ville att du skulle ha tillg?ng
till."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Du kan spara
detaljerad information om applikationens m?l i en textfil f?r senare
referens."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Spara textfil"/>
+
+ <str id="ShortcutPanel.textFile.header"
txt="Genv?gsinformation\n====================\n\nH?r f?ljer en lista med all
relevant information om de t?nkta\ngenv?garna. Den h?r informationen b?r g?ra
det m?jligt att skapa genv?gar manuellt.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="Genv?g : "/>
+ <str id="ShortcutPanel.textFile.location" txt="T?nkt placering : "/>
+ <str id="ShortcutPanel.textFile.description" txt="Beskrivning : "/>
+ <str id="ShortcutPanel.textFile.target" txt="M?l f?r genv?gen : "/>
+ <str id="ShortcutPanel.textFile.command" txt="Kommandorad : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Ikonfil : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Ikonindex : "/>
+ <str id="ShortcutPanel.textFile.work" txt="Arbetskatalog : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Skrivbord"/>
+ <str id="ShortcutPanel.location.applications" txt="Applikationsmeny"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Startmeny"/>
+ <str id="ShortcutPanel.location.startup" txt="Autostart gruppen"/>
+
+ <str id="UserInputPanel.error.caption" txt="Problem med input"/>
+ <str id="UserInputPanel.search.autodetect" txt="Uppt?ck automatiskt"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message"
txt="Automatisk uppt?ckt misslyckades."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption"
txt="Automatisk uppt?ckt misslyckades."/>
+ <str id="UserInputPanel.search.autodetect.tooltip" txt="F?rs?k
att automatiskt hitta filen eller mappen i de angivna s?kv?garna ovan."/>
+ <str id="UserInputPanel.search.location" txt="Ange s?kv?g f?r
{0}."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="Existensen f?r
{0} ?r bekr?ftad."/>
+ <str id="UserInputPanel.search.browse" txt="Bl?ddra..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Den fil
eller mapp du har angivit finns inte, eller s? ?r den inte l?mplig."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Felaktigt
val."/>
+
+ <str id="CompilePanel.heading" txt="Kompilering" />
+ <str id="CompilePanel.tip" txt="Kompileringsstatus f?r jobb:" />
+ <str id="CompilePanel.browse" txt="Bl?ddra..." />
+ <str id="CompilePanel.browse.approve" txt="Anv?nd denna kompilator" />
+ <str id="CompilePanel.start" txt="Start" />
+ <str id="CompilePanel.progress.initial" txt="[Tryck p? Start knappen]" />
+ <str id="CompilePanel.progress.finished" txt="[Klar]" />
+ <str id="CompilePanel.progress.overall" txt="?vergripande
kompileringsstatus:" />
+ <str id="CompilePanel.error" txt="Kompilering misslyckades" />
+ <str id="CompilePanel.error.reconfigure" txt="Omkonfigurera" />
+ <str id="CompilePanel.error.ignore" txt="Ignorera" />
+ <str id="CompilePanel.error.abort" txt="Avbryt" />
+ <str id="CompilePanel.error.seebelow" txt="Det misslyckade kommandot samt
dess utskrift ?terfinns nedan." />
+ <str id="CompilePanel.error.nofiles" txt="Ett fel intr?ffade n?r filer f?r
kompilering efters?ktes." />
+ <str id="CompilePanel.error.compilernotfound" txt="Kunde inte k?ra
kompilatorn." />
+ <str id="CompilePanel.error.invalidarguments" txt="Felaktiga argument
givna till kompilatorn." />
+ <str id="CompilePanel.error.noclassfile" txt="Kompilatorn genererade ingen
klassfil f?r kodfilen" />
+ <str id="CompilePanel.choose_compiler" txt="Anv?nd kompilator:" />
+ <str id="CompilePanel.additional_arguments" txt="Extra
kompilator-argument:" />
+
+ <str id="ProcessPanel.heading" txt="Processar" />
+
+ <!-- Strings for the summary of panels --- START -->
+ <str id="SummaryPanel.info" txt="F?rdig att installera. Viktiga
inst?llningar anges nedan. Tryck "N?sta" f?r att starta
installationen, "/>
+ <str id="TargetPanel.summaryCaption" txt="S?kv?g f?r installationen"/>
+ <str id="JDKPathPanel.summaryCaption" txt="S?kv?g till JDK"/>
+ <str id="PacksPanel.summaryCaption" txt="Valda paket f?r installering"/>
+ <str id="ImgPacksPanel.summaryCaption" txt="Valda paket f?r installering"/>
+ <!-- Strings for the summary of panels --- END -->
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
Added: trunk/apps/new_installer/langpacks/testLangpacks.ksh
===================================================================
--- trunk/apps/new_installer/langpacks/testLangpacks.ksh 2006-08-19
21:26:29 UTC (rev 10210)
+++ trunk/apps/new_installer/langpacks/testLangpacks.ksh 2006-08-20
09:53:54 UTC (rev 10211)
@@ -0,0 +1,52 @@
+#!/bin/ksh
+
+typeset -i count=0
+langpacks=$(ls *.xml)
+
+typeset help verbose
+for opt; do
+ case "$opt" in
+ -h*) help=true; shift; continue;;
+ (-v*) verbose=true; shift; continue;;
+ esac
+done
+
+if [ a$help = "atrue" ] ; then
+ echo Shell scrip to verify entries in langpacks.
+ echo This shell script writes the ids which are in eng.xml
+ echo but not in the langpack with the given ISO3 to stdout.
+ echo usage: $0 [-h] [-v] [ISO3]
+ exit 0
+fi
+if [ $# -gt 0 ]; then
+ langpacks=$1.xml
+fi
+
+for lp in $langpacks; do
+ echo "Result for langpack $lp:"
+ result=""
+ count=0
+ for i in `awk '{print $2}' eng.xml | grep 'id="'`; do
+ MATCH=`grep "$i" $lp`;
+ if [ "${MATCH}" = "" ]; then
+ result[count]=$i
+ count=count+1
+ fi;
+ done;
+ if [ $count -eq 0 ] ; then
+ echo " All ids present"
+ else
+ echo " $count IDs missing!"
+ if [ a$verbose = "atrue" ] ; then
+ i=2
+ for line in ${result[*]} ; do
+ echo " $line"
+ if [ $i -gt $count ] ; then
+ break
+ fi
+ i=$i+1
+ done;
+ fi
+ fi
+
+done;
Added: trunk/apps/new_installer/langpacks/tur.xml
===================================================================
--- trunk/apps/new_installer/langpacks/tur.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/tur.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,159 @@
+<?xml version="1.0" encoding="iso-8859-9" standalone="yes" ?>
+
+<!-- The Turkish langpack -->
+
+<langpack>
+
+ <!-- Genel kurulum karakter dizileri -->
+ <str id="installer.title" txt="IzPack - Kurulum "/>
+ <str id="installer.next" txt="Sonraki"/>
+ <str id="installer.prev" txt="??nceki"/>
+ <str id="installer.quit" txt="????k????"/>
+ <str id="installer.madewith" txt="(IzPack ile yap??ld??-
http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="????kmak istedi??inizden emin
misiniz?"/>
+ <str id="installer.quit.message" txt="Bu kurulumu iptal edecektir!"/>
+ <str id="installer.warning" txt="Uyar??!"/>
+ <str id="installer.yes" txt="Evet"/>
+ <str id="installer.no" txt="Hay??r"/>
+ <str id="installer.cancel" txt="??ptal"/>
+ <str id="installer.error" txt="Hata"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="Bu kurulmu?? olan program(lar)??
kald??racakt??r!"/>
+ <str id="uninstaller.destroytarget" txt=" Zorla sil "/>
+ <str id="uninstaller.uninstall" txt="Kald??r"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="Kuruluma ho??geldiniz"/>
+ <str id="HelloPanel.welcome2" txt="!"/>
+ <str id="HelloPanel.authors" txt="Bu yaz??l??m??n geli??tiricileri: "/>
+ <str id="HelloPanel.url" txt="Ev sayfas??: "/>
+
+ <str id="LicencePanel.info" txt="L??tfen a??a????daki lisans
s??zle??mesini dikkatlice okuyunuz:"/>
+ <str id="LicencePanel.agree" txt="Lisans anla??mas??n??n ??artlar??n??
kabul ediyorum."/>
+ <str id="LicencePanel.notagree" txt="Lisans anla??mas??n??n ??artlar??n??
kabul etmiyorum."/>
+ <str id="LicencePanel.yes" txt="Evet"/>
+ <str id="LicencePanel.no" txt="Hay??r"/>
+
+ <str id="InfoPanel.info" txt="L??tfen a??a????daki bilgileri okuyunuz: "/>
+
+ <str id="PathInputPanel.required" txt="Se??ilen dizin var olmal??."/>
+ <str id="PathInputPanel.notValid" txt="Se??ilen dizin gerek duyulan
??r??n?? i??ermemekte."/>
+
+ <str id="TargetPanel.info" txt="Kurulum dizinini se??in: "/>
+ <str id="TargetPanel.browse" txt="G??z at..."/>
+ <str id="TargetPanel.warn"
+ txt="Dizin zaten var! Buraya kurmak ve belkide mevcut dosyalar??n
??zerine yazmak istedi??inizden emin misiniz?"/>
+ <str id="TargetPanel.empty_target"
+ txt="Hedef dizini belirtmediniz! Bu do??ru mu?"/>
+ <str id="TargetPanel.createdir" txt="Hedef dizin olu??turulacak: " />
+ <str id="TargetPanel.nodir"
+ txt="Bu dosya bir dizin de??il! L??tfen bir dizin se??in!"/>
+ <str id="TargetPanel.notwritable"
+ txt="Bu dizine yaz??lamaz! L??tfen ba??ka bir dizin se??in!"/>
+
+ <str id="JDKPathPanel.intro" txt="Kurulan uygulama JDK gerektirmekte. Java
??al????t??rma ortam?? (JRE) yeterli olmayacak."/>
+ <str id="JDKPathPanel.info" txt="JDK yolunu se??in:"/>
+ <str id="JDKPathPanel.badVersion1" txt="Se??ilen JDK yanl???? bir s??r??me
sahip (var olan: "/>
+ <str id="JDKPathPanel.badVersion2" txt=" gereken: "/>
+ <str id="JDKPathPanel.badVersion3" txt=") buna ra??men bu JDK'y??
kullanmak istiyor musunuz?"/>
+
+ <str id="PacksPanel.info" txt="Kurmak istedi??iniz paketleri se??in:"/>
+ <str id="PacksPanel.tip" txt="Not: Gri paketlerin kurulmas?? gereklidir."/>
+ <str id="PacksPanel.space" txt="Gereken toplam alan: "/>
+ <str id="PacksPanel.freespace" txt="Kullan??labilir alan: "/>
+ <str id="PacksPanel.description" txt="A????klama"/>
+ <str id="PacksPanel.dependencyList" txt="Se??ilen paket takip eden
paketlerin kurulmas??n?? gerektirmektedir"/>
+ <str id="ImgPacksPanel.dependencyList" txt="Ba????ml??l??klar"/>
+ <str id="PacksPanel.notEnoughSpace" txt="Gereken toplam alan
kullan??labilir alan?? a????yor."/>
+ <str id="PacksPanel.notAscertainable" txt="tahkik edilebilir de??il"/>
+
+ <str id="InstallPanel.info" txt="Kurulumu ba??latmak i??in 'Kur!' a
t??klay??n."/>
+ <str id="InstallPanel.install" txt="Kur!"/>
+ <str id="InstallPanel.tip" txt="Paket kurulum ilerleme durumu:"/>
+ <str id="InstallPanel.begin" txt="[Hi??bir ??ey]"/>
+ <str id="InstallPanel.finished" txt="[Bitir]"/>
+ <str id="InstallPanel.progress" txt="T??m kurulumun ilerleme durumu:"/>
+ <str id="InstallPanel.overwrite.title" txt="Dosya zaten var"/>
+ <str id="InstallPanel.overwrite.question" txt="Takip eden dosya zaten var.
Bu dosyan??n ??zerine yaz??lmal?? m???"/>
+
+ <str id="FinishPanel.success" txt="Kurulum ba??ar??l?? bir ??ekilde
tamamland??."/>
+ <str id="FinishPanel.done" txt="Bitti"/>
+ <str id="FinishPanel.fail" txt="Kurulum ba??ar??lamad??!"/>
+ <str id="FinishPanel.uninst.info" txt="Bir kald??rma(uninstaller)
program?? takip eden dizinde olu??turuldu: "/>
+ <str id="FinishPanel.auto" txt="Bir otomatik kurulum senaryosu(script)
olu??tur"/>
+ <str id="FinishPanel.auto.tip"
+ txt="Bu kurulum senaryosunu(script) kurulumu di??er bilgisayarlarda
tekrar edtmek i??in kullan."/>
+
+ <str id="ImgPacksPanel.packs" txt="Takip eden paketler kullan??labilir:"/>
+ <str id="ImgPacksPanel.snap" txt="Paket enstantenesi(snapshot):"/>
+ <str id="ImgPacksPanel.checkbox" txt=" Bu paketi kur"/>
+
+ <str id="ShortcutPanel.regular.list" txt="K??sayollar i??in bir program
grubu se??:"/>
+ <str id="ShortcutPanel.regular.default" txt="Ilk duruma getir"/>
+ <str id="ShortcutPanel.regular.desktop" txt="K??sayollar?? masa??st??nde
yarat."/>
+ <str id="ShortcutPanel.regular.create" txt="k??sayollar?? Yarat"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="yandaki i??in k??sayollar??
yarat:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="??u anki kullan??c??"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="t??m kullan??c??lar"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="??zg??n??z, ama IzPack bu
i??letim sistemi ??zerinde k??sayol yaratmay?? desteklemiyor. K??sayol
olu??turmak i??in, l??tfen i??letim sisteminizin k??lavuzuna ba??vurun."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="Takip eden liste bu
yaz??l??m ??r??n??n??n sizin ula??abilmenizi bekledi??i hedefleri
g??stermektedir."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="Uygulama
hedefleri hakk??nda detayl?? bilgiyi sonra kullanabilmek amac??yla bir dosyaya
kaydedebilirsiniz."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="Dosyaya Kaydet"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="K??sayol
Bilgileri\n====================\n\nA??a????daki liste planlanan k??sayollarla
ilgili t??m bilgileri i??ermektedir.\n Bu bilgiler k??sayollar?? elle
olu??turabilmenizi sa??layabilmelidir.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="K??sayol : "/>
+ <str id="ShortcutPanel.textFile.location" txt="Planlanan Yer : "/>
+ <str id="ShortcutPanel.textFile.description" txt="A????klama : "/>
+ <str id="ShortcutPanel.textFile.target" txt="K??sayol Hedefi : "/>
+ <str id="ShortcutPanel.textFile.command" txt="Komut Sat??r?? :
"/>
+ <str id="ShortcutPanel.textFile.iconName" txt="Ikon Dosyas?? :
"/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="Ikon Dizini : "/>
+ <str id="ShortcutPanel.textFile.work" txt="??al????ma Dizini : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="Masa??st??"/>
+ <str id="ShortcutPanel.location.applications" txt="Uygulama Men??s??"/>
+ <str id="ShortcutPanel.location.startMenu" txt="Ba??lang???? Men??s??"/>
+ <str id="ShortcutPanel.location.startup" txt="Ba??lang???? Grubu"/>
+
+ <str id="UserInputPanel.error.caption" txt="Giri?? Problemi"/>
+ <str id="UserInputPanel.search.autodetect" txt="Otomatik tespit"/>
+
+ <!-- more descriptive error message would be cool, like specifying what
file we looked for -->
+ <str id="UserInputPanel.search.autodetect.failed.message" txt="Otomatik
tespit ba??ar??s??z."/>
+ <str id="UserInputPanel.search.autodetect.failed.caption" txt="Otomatik
tespit ba??ar??s??z."/>
+ <str id="UserInputPanel.search.autodetect.tooltip"
txt="Yukar??da verilen yoldaki dizin veya dosyay?? kontrol edin."/>
+ <str id="UserInputPanel.search.location" txt="{0}'(n)in yerini
girin."/>
+ <str id="UserInputPanel.search.location.checkedfile" txt="{0} nun
varl?????? kontrol edildi."/>
+ <str id="UserInputPanel.search.browse" txt="G??z at..."/>
+ <str id="UserInputPanel.search.wrongselection.message" txt="Se??ti??iniz
dosya ya da dizin The file or directory you choose uygun de??il veya mevut
de??il."/>
+ <str id="UserInputPanel.search.wrongselection.caption" txt="Ge??ersiz
se??im."/>
+
+ <str id="CompilePanel.heading" txt="Derleme" />
+ <str id="CompilePanel.tip" txt="Derleme i??lemi ilerleme durumu:" />
+ <str id="CompilePanel.browse" txt="G??z at..." />
+ <str id="CompilePanel.browse.approve" txt="Derleyici olarak kullan" />
+ <str id="CompilePanel.start" txt="Ba??la" />
+ <str id="CompilePanel.progress.initial" txt="[Ba??la d????mesine bas??n]"
/>
+ <str id="CompilePanel.progress.finished" txt="[Bitir]" />
+ <str id="CompilePanel.progress.overall" txt="T??m derlemenin ilerleme
durumu::" />
+ <str id="CompilePanel.error" txt="Derleme ba??ar??s??zl??kla sonu??land??"
/>
+ <str id="CompilePanel.error.reconfigure" txt="Tekrar yap??land??r" />
+ <str id="CompilePanel.error.ignore" txt="Yoksay" />
+ <str id="CompilePanel.error.abort" txt="Iptal et" />
+ <str id="CompilePanel.error.seebelow" txt="Ba??ar??s??z olan komutu ve
????kt??s??n?? g??rmek i??in a??a????ya bak??n." />
+ <str id="CompilePanel.error.nofiles" txt="Derleme i??in gereken dosyalar??
tararken hata olu??tu." />
+ <str id="CompilePanel.error.compilernotfound" txt="The compiler could not
be run." />
+ <str id="CompilePanel.error.invalidarguments" txt="Derleyiciye ge??ersiz
parametreler verildi." />
+ <str id="CompilePanel.error.noclassfile" txt="Derleyici kaynak dosya i??in
class dosyas??n?? olu??turamad??. " />
+ <str id="CompilePanel.choose_compiler" txt="Kullan??lacak derleyici:" />
+ <str id="CompilePanel.additional_arguments" txt="??lave derleyici
parametreleri:" />
+
+ <str id="ProcessPanel.heading" txt="????leniyor" />
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>
+
Added: trunk/apps/new_installer/langpacks/ukr.xml
===================================================================
--- trunk/apps/new_installer/langpacks/ukr.xml 2006-08-19 21:26:29 UTC (rev
10210)
+++ trunk/apps/new_installer/langpacks/ukr.xml 2006-08-20 09:53:54 UTC (rev
10211)
@@ -0,0 +1,98 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
+
+<!-- The Ukrainian langpack -->
+
+<langpack>
+
+ <!-- General installer strings -->
+ <str id="installer.title" txt="IzPack - ???????????????????? "/>
+ <str id="installer.next" txt="????????"/>
+ <str id="installer.prev" txt="??????????"/>
+ <str id="installer.quit" txt="??????????"/>
+ <str id="installer.madewith" txt="(???????????????????? ????????????????
???? ?????????????????? IzPack - http://www.izforge.com/)"/>
+ <str id="installer.quit.title" txt="?????????????????? ?????????????"/>
+ <str id="installer.quit.message" txt="???????????????????? ????????
?????????????????? !"/>
+ <str id="installer.warning" txt="???????????????????????? !"/>
+ <str id="installer.yes" txt="??????"/>
+ <str id="installer.no" txt="????"/>
+ <str id="installer.cancel" txt="??????????????????"/>
+
+ <!-- Uninstaller specific strings -->
+ <str id="uninstaller.warning" txt="????????????????????????
???????????????? ???????????? ???????????? !"/>
+ <str id="uninstaller.destroytarget" txt="?????????????????????????? "/>
+ <str id="uninstaller.uninstall" txt="??????????????????????????
?????????????????????? ????????????????"/>
+
+ <!-- The strings for the 'official' IzPack plugins -->
+ <str id="HelloPanel.welcome1" txt="?????????????? ?????????????? ??
???????????????? ???????????????????? "/>
+ <str id="HelloPanel.welcome2" txt=" !"/>
+ <str id="HelloPanel.authors" txt="???????????? ????????????????: "/>
+ <str id="HelloPanel.url" txt="?????????????? ????????????????
????????????????: "/>
+
+ <str id="LicencePanel.info" txt="???????? ?????????? ????????????
???????????????????? ???????????????? :"/>
+ <str id="LicencePanel.agree" txt="???? ???????????? ?? ??i??????????????
?"/>
+ <str id="LicencePanel.notagree" txt="I do not accept the terms of this
license agreement."/>
+ <str id="LicencePanel.yes" txt="??????"/>
+ <str id="LicencePanel.no" txt="????"/>
+
+ <str id="InfoPanel.info" txt="???????? ?????????? ????????????
???????????????????? ???????????????? ???????????????????? :"/>
+
+ <str id="TargetPanel.info" txt="???????????????? ?????????????? ??????
???????????????????? :"/>
+ <str id="TargetPanel.browse" txt="?????????????? ..."/>
+ <str id="TargetPanel.warn"
+ txt="?????????????? ?????? ?????????? ! ??????????????
???????????????????? ???????????????? ???????????????????? ???? ???? ?"/>
+
+ <str id="PacksPanel.info" txt="???????????????? ???????????? ??????
???????????????????? :"/>
+ <str id="PacksPanel.tip" txt="????????????????: ????????????
???????????????? ?????????? ???????????????? ?????????????????? ??????
????????????????????."/>
+ <str id="PacksPanel.description" txt="Description"/>
+
+ <str id="InstallPanel.info" txt="???????????????????? ??????
???????????????????? ???????????????? ?????????????????? :"/>
+ <str id="InstallPanel.install" txt="?????????????????????? !"/>
+ <str id="InstallPanel.tip" txt="????????????:"/>
+ <str id="InstallPanel.begin" txt="[????????????????]"/>
+ <str id="InstallPanel.finished" txt="[??????????????????]"/>
+
+ <str id="FinishPanel.success" txt="???????????????????? ??????????????
?????????????????? !"/>
+ <str id="FinishPanel.fail" txt="???????????????????? ??????????????
???????????????????? ???????? ..."/>
+ <str id="FinishPanel.uninst.info" txt="????????????????
???????????????????????? ?????????????????? ?? :"/>
+ <str id="FinishPanel.auto" txt="???????????????? ????????????????
???????????????????????? ????????????????????"/>
+ <str id="FinishPanel.auto.tip"
+ txt="???????? ???????????????? ????????, ???????? ????????????????
?????????????????????? ???????????????? ???????? ???????? ????????????????????
???????????????? ???? ???????????? ????????'??????????."/>
+
+ <str id="ImgPacksPanel.packs" txt="???????????????? ????????????????
???????????? :"/>
+ <str id="ImgPacksPanel.snap" txt="???????????? ???????????? :"/>
+ <str id="ImgPacksPanel.checkbox" txt=" ???????????????????? ??????
??????????"/>
+
+ <str id="ShortcutPanel.regular.list" txt="???????????????? ??????????
?????????????? ?????? ????????????????:"/>
+ <str id="ShortcutPanel.regular.default" txt="??????????????"/>
+ <str id="ShortcutPanel.regular.desktop" txt="????????????????
?????????????????? ???? ??????????????????"/>
+ <str id="ShortcutPanel.regular.create" txt="????????????????
??????????????????"/>
+ <str id="ShortcutPanel.regular.userIntro" txt="??????????????????
?????????????????? ??????:"/>
+ <str id="ShortcutPanel.regular.currentUser" txt="??????????????????
??????????????????????"/>
+ <str id="ShortcutPanel.regular.allUsers" txt="????????
????????????????????????"/>
+
+ <str id="ShortcutPanel.alternate.apology" txt="??????????????, ??????
IzPack ???? ?????????????????? ?????????????????? ???????????????? ??????
???????? ?????????????????????? ??????????????. ?????? ??????????????????
???????????????? ???????????????????? ????????-?????????? ????
???????????????????????? ?????????????????? ??????????????????????."/>
+ <str id="ShortcutPanel.alternate.targetsLabel" txt="????????????
????????????????, ???????????????????????????? ??????????????????????
?????????? ?????????????????????? ????????????????."/>
+ <str id="ShortcutPanel.alternate.textFileExplanation" txt="????
???????????? ???????????????? ???????????????? ???????????????????? ?????? ????
?????????????????? ?? ?????????????????? ????????."/>
+ <str id="ShortcutPanel.alternate.saveButton" txt="????????????????
?????????????????? ????????"/>
+
+ <str id="ShortcutPanel.textFile.header" txt="???????????????????? ??????
??????????????????\n========================\n\n????????????????
???????????????????? ?????? ?????????????????? ????????????????
????????????.\n"/>
+
+ <str id="ShortcutPanel.textFile.name" txt="??????????????????
: "/>
+ <str id="ShortcutPanel.textFile.location" txt="????????????
?????????????????? : "/>
+ <str id="ShortcutPanel.textFile.description" txt="???????? :
"/>
+ <str id="ShortcutPanel.textFile.target" txt="????????
?????????????????? : "/>
+ <str id="ShortcutPanel.textFile.command" txt="??????????????
?????????????? : "/>
+ <str id="ShortcutPanel.textFile.iconName" txt="????????
???????????????????? : "/>
+ <str id="ShortcutPanel.textFile.iconIndex" txt="????????????
???????????????????? : "/>
+ <str id="ShortcutPanel.textFile.work" txt="??????????????
?????????????????? : "/>
+
+ <str id="ShortcutPanel.location.desktop" txt="??????????????????"/>
+ <str id="ShortcutPanel.location.applications" txt="????????
??????????????"/>
+ <str id="ShortcutPanel.location.startMenu" txt="????????
??????????????"/>
+ <str id="ShortcutPanel.location.startup" txt="??????????
??????????????"/>
+
+ <str id="UserInputPanel.error.caption" txt="Input Problem"/>
+
+ <!-- Add your own panels specific strings here if you need -->
+
+</langpack>