-
Notifications
You must be signed in to change notification settings - Fork 16
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
Showing
99 changed files
with
2,408 additions
and
3,087 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 |
---|---|---|
@@ -1,45 +1,41 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="lib" path="jars/dtd.jar"> | ||
<classpathentry kind="lib" path="jars/json.jar"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="lib" path="jars/json.jar"> | ||
<classpathentry kind="lib" path="jars/tmxvalidator.jar"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="lib" path="jars/jsoup.jar"> | ||
<classpathentry kind="lib" path="jars/xmljava.jar"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="lib" path="jars/mapdb.jar"> | ||
<classpathentry kind="lib" path="jars/bcp47j.jar"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="lib" path="jars/openxliff.jar"> | ||
<classpathentry kind="lib" path="jars/slf4j-api-2.0.9.jar"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="lib" path="jars/tmxvalidator.jar"> | ||
<classpathentry kind="lib" path="jars/slf4j-nop-2.0.9.jar"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="lib" path="jars/xmljava.jar"> | ||
<classpathentry kind="lib" path="jars/sqlite-jdbc-3.45.2.0.jar"> | ||
<attributes> | ||
<attribute name="module" value="true"/> | ||
</attributes> | ||
</classpathentry> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> | ||
<classpathentry kind="output" path="out"/> | ||
</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
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,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Convert TBX File to TMX</title> | ||
<link id="theme" rel="stylesheet" type="text/css" href="../../css/light.css"> | ||
<link rel="stylesheet" type="text/css" href="../../css/fonts.css"> | ||
</head> | ||
|
||
<body onload="new ConvertTBX();"> | ||
|
||
<table class="fill_width"> | ||
<tr> | ||
<td class="middle noWrap"><label for="tbxFile">TBX File</label></td> | ||
<td class="middle fill_width"><input type="text" id="tbxFile" class="fill_width"></td> | ||
<td><button id="browseTbxFiles">Browse...</button></td> | ||
</tr> | ||
<tr> | ||
<td class="middle noWrap"><label for="tmxFile">TMX File</label></td> | ||
<td class="middle fill_width"> <input type="text" id="tmxFile" class="fill_width"></td> | ||
<td class="middle"><button id="browseTmxFiles">Browse...</button></td> | ||
</tr> | ||
</table> | ||
<div style="padding: 4px; margin:4px 8px;"> | ||
<input type="checkbox" id="openTMX" checked> <label for="openTMX">Open Generated TMX File</label> | ||
</div> | ||
<div class="buttonArea"> | ||
<button id="convert">Convert TBX File to TMX</button> | ||
</div> | ||
|
||
<script src="../../js/keyboardHandler.js"></script> | ||
<script src="../../js/convertTBX.js"></script> | ||
</body> | ||
|
||
</html> |
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
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
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
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
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,35 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Convertir Archivo TBX a TMX</title> | ||
<link id="theme" rel="stylesheet" type="text/css" href="../../css/light.css"> | ||
<link rel="stylesheet" type="text/css" href="../../css/fonts.css"> | ||
</head> | ||
|
||
<body onload="new ConvertTBX();"> | ||
|
||
<table class="fill_width"> | ||
<tr> | ||
<td class="middle noWrap"><label for="tbxFile">Archivo TBX</label></td> | ||
<td class="middle fill_width"><input type="text" id="tbxFile" class="fill_width"></td> | ||
<td><button id="browseTbxFiles">Examinar...</button></td> | ||
</tr> | ||
<tr> | ||
<td class="middle noWrap"><label for="tmxFile">Archivo TMX</label></td> | ||
<td class="middle fill_width"> <input type="text" id="tmxFile" class="fill_width"></td> | ||
<td class="middle"><button id="browseTmxFiles">Examinar...</button></td> | ||
</tr> | ||
</table> | ||
<div style="padding: 4px; margin:4px 8px;"> | ||
<input type="checkbox" id="openTMX" checked> <label for="openTMX">Abrir Archivo TMX Generado</label> | ||
</div> | ||
<div class="buttonArea"> | ||
<button id="convert">Convertir Archivo TBX a TMX</button> | ||
</div> | ||
|
||
<script src="../../js/keyboardHandler.js"></script> | ||
<script src="../../js/convertTBX.js"></script> | ||
</body> | ||
|
||
</html> |
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
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
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
Oops, something went wrong.