forked from mikael2/naca
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
naca.support
committed
Mar 18, 2010
0 parents
commit 0f11493
Showing
2,141 changed files
with
320,811 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<root> | ||
<transid id="TRA1" program="ONLINE1"/> | ||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<translation> | ||
<languages> | ||
<code id="01" lang="DE"/> | ||
<code id="02" lang="FR"/> | ||
<code id="03" lang="IT"/> | ||
<code id="04" lang="EN"/> | ||
</languages> | ||
<item id="HELP_PAGE_TITLE"> | ||
<text lang="FR">Aide logique de traitement</text> | ||
<text lang="DE">Help Verarbeitungslogik</text> | ||
<text lang="IT">Aiuto logica trattamento</text> | ||
</item> | ||
<item id="HELP_CODE_TITLE"> | ||
<text lang="FR">Aide valeurs codes</text> | ||
<text lang="DE">Help Kodewerte</text> | ||
<text lang="IT">Aiuto valori codici</text> | ||
</item> | ||
<item id="HELP_CODEINFO_TITLE"> | ||
<text lang="FR">Aide fonction des champs</text> | ||
<text lang="DE">Help Feldfunktionen</text> | ||
<text lang="IT">Aiuto Funzione dei campi</text> | ||
</item> | ||
<item id="HELP_MESSAGE_TITLE"> | ||
<text lang="FR">Aide explications erreur</text> | ||
<text lang="DE">Help Fehlererklärungen</text> | ||
<text lang="IT">Aiuto messaggi errore</text> | ||
</item> | ||
<item id="HELP_PAGELIST_TITLE"> | ||
<text lang="FR">Liste des traitements</text> | ||
<text lang="DE">Liste der Verarbeitungen</text> | ||
<text lang="IT">Lista trattamenti</text> | ||
</item> | ||
<item id="HELP_CODEINFO_VALUE"> | ||
<text lang="FR">Valeur</text> | ||
<text lang="DE">Wert</text> | ||
<text lang="IT">Valore</text> | ||
</item> | ||
<item id="HELP_CODEINFO_PRESENCE"> | ||
<text lang="FR">Présence</text> | ||
<text lang="DE">Präsenz</text> | ||
<text lang="IT">Presenza</text> | ||
</item> | ||
<item id="HELP_CODEINFO_FUNCTION"> | ||
<text lang="FR">Fonction</text> | ||
<text lang="DE">Funktion</text> | ||
<text lang="IT">Funzione</text> | ||
</item> | ||
</translation> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<?xml version="1.0" encoding="iso-8859-1"?> | ||
<form name="MapLogin" title="Login" allLanguages="DE;FR;IT" cursor="userid"> | ||
<pfkeydefine enter="true"/> | ||
<formbody> | ||
<vbox> | ||
<hbox> | ||
<title length="13"> | ||
<labelfield value="Identification / Anmeldung / Identificazione"/> | ||
</title> | ||
</hbox> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hboxSpecial> | ||
<label length="80" color="turquoise"> | ||
<labelfield value="Veuillez vous identifier avec votre ID et mot de passe de Windows."/> | ||
</label> | ||
</hboxSpecial> | ||
<hboxSpecial> | ||
<label length="80" color="turquoise"> | ||
<labelfield value="Bitte melden Sie sich mit der ID und dem Passwort von Windows an."/> | ||
</label> | ||
</hboxSpecial> | ||
<hboxSpecial> | ||
<label length="80" color="turquoise"> | ||
<labelfield value="Vogliate identificarvi con il vostro ID e la password di Windows."/> | ||
</label> | ||
</hboxSpecial> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hbox> | ||
<label length="34" line="2" col="6"> | ||
<labelfield value="Utilisateur / Benutzer / Utente ="/> | ||
</label> | ||
<blank length="2"/> | ||
<edit length="25" line="1" linkedvalue="userid" name="userid" protection="unprotected"/> | ||
</hbox> | ||
<hbox> | ||
<label length="34" line="2" col="6"> | ||
<labelfield value="Mot de passe / Passwort / Password ="/> | ||
</label> | ||
<blank length="2" text=" "/> | ||
<edit length="25" line="2" linkedvalue="password" name="password" protection="unprotected" intensity="dark"/> | ||
</hbox> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hbox> | ||
<edit color="red" highlighting="off" intensity="bright" length="79" line="24" linkedvalue="errormessage" name="errormessage" protection="autoskip"/> | ||
</hbox> | ||
<!--<hbox> | ||
<applet class="ClientRequestApplet.class" path="applet" width="0" height="0"> | ||
<param name="ServerURL" value="$URL"/> | ||
<param name="SessionID" value="$SESSIONID"/> | ||
<param name="LocalURL" value="http://127.0.0.1:11113/RequestGetLU"/> | ||
</applet> | ||
<blank length="80" text=" "/> | ||
</hbox>--> | ||
</vbox> | ||
</formbody> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="iso-8859-1"?> | ||
<form name="error" title="Technical Problem"> | ||
<pfkeydefine logout="true"/> | ||
<formbody> | ||
<vbox> | ||
<hbox> | ||
<blank length="4"/> | ||
<title brightness="normal" col="8" color="green" highlighting="off" length="30" line="1" name="pageTitle"> | ||
<labelfield value="Problème technique / Technisches Problem / Problema tecnico"/> | ||
</title> | ||
</hbox> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hboxSpecial> | ||
<label length="80" color="turquoise"> | ||
<labelfield value="Un problème technique est intervenu."/> | ||
</label> | ||
</hboxSpecial> | ||
<hboxSpecial> | ||
<label length="80" color="turquoise"> | ||
<labelfield value="Ein technisches Problem ist erfolgt."/> | ||
</label> | ||
</hboxSpecial> | ||
<hboxSpecial> | ||
<label length="80" color="turquoise"> | ||
<labelfield value="Un problema tecnico ha intervenuto."/> | ||
</label> | ||
</hboxSpecial> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hbox> | ||
<blank length="80" text=" "/> | ||
</hbox> | ||
<hbox> | ||
<label length="13" color="DEFAULT" highLight="OFF"> | ||
<labelfield value="Program : "/> | ||
</label> | ||
<edit length="20" linkedvalue="programName" name="programName" color="GREEN" highLight="OFF" intensity="normal" protection="autoskip"/> | ||
</hbox> | ||
<hbox> | ||
<label length="13" color="DEFAULT" highLight="OFF"> | ||
<labelfield value="Message : "/> | ||
</label> | ||
<edit length="20" linkedvalue="errorMessage" name="errorMessage" color="GREEN" highLight="OFF" intensity="normal" protection="autoskip"/> | ||
</hbox> | ||
</vbox> | ||
</formbody> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="lib" path="lib/junit.jar"/> | ||
<classpathentry kind="lib" path="lib/mail.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-net-1.4.1.jar"/> | ||
<classpathentry kind="lib" path="lib/servlet-api.jar"/> | ||
<classpathentry kind="lib" path="lib/xercesImpl.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/> | ||
<classpathentry kind="lib" path="lib/db2jcc_license_cu.jar"/> | ||
<classpathentry kind="lib" path="lib/db2jcc.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-io-1.4.jar"/> | ||
<classpathentry kind="lib" path="lib/xsltc.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-logging.jar"/> | ||
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/> | ||
<classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/> | ||
<classpathentry kind="lib" path="lib/serializer.jar"/> | ||
<classpathentry kind="lib" path="lib/xml-apis.jar"/> | ||
<classpathentry kind="lib" path="lib/activation.jar"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="lib" path="lib/ojdbc5.jar"/> | ||
<classpathentry kind="output" path="bin"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>JLib</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | ||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | ||
<nature>net.sourceforge.metrics.nature</nature> | ||
<nature>com.consultas.eclipse.cobol.cobolJavaNature</nature> | ||
</natures> | ||
</projectDescription> |
Binary file not shown.
Oops, something went wrong.