Moving Edit-On Pro to it's own distribution.

This commit is contained in:
JT Smith 2002-05-20 22:39:59 +00:00
parent ae96831464
commit b912cf8436
25 changed files with 0 additions and 1463 deletions

View file

@ -1,9 +0,0 @@
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=index.htm">
<body bgcolor="#FFFFFF">
<a href="index.htm">
Click here if your browser does not automatically forward you.</a> <FONT>
</body>
</html>

Binary file not shown.

Binary file not shown.

View file

@ -1,109 +0,0 @@
<HTML>
<HEAD>
<TITLE>edit-on Pro</TITLE>
<SCRIPT language="JavaScript">
function functSet()
{
// Put the contents from the TEXTAREA field into the editor
document.myEditor.setHTMLData( "" , document.myForm.myTextArea.value );
}
function functGet()
{
// Get the contents of the editor and copy them into the TEXTAREA field
document.myForm.myTextArea.value = document.myEditor.getHTMLData( "" );
}
// This callback function is called after the applet has successfully initialized
function onEditorLoaded(editorapplet)
{
editorapplet.setHTMLData("http://","<p>Some <b>bold</b> Text</p>");
};
// This callback function is called after the applet has successfully finished loading HTML dat
function onDataLoaded(editorapplet)
{
editorapplet.insertHTMLData("http://","<p>Some more <b>bold</b> Text</p>");
};
</SCRIPT>
</HEAD>
<BODY bgcolor="#EEEEEE">
<center>
<h1>edit-on&reg; Pro by RealObjects</h1>
<APPLET code="EditorApplet" codeBase="." id="myEditor" name="myEditor"
archive="edit-on-pro-signed.jar,ssce.jar" width="700" height="400" VIEWASTEXT MAYSCRIPT>
<PARAM NAME="cabbase" VALUE="edit-on-pro-signed.cab,ssce.cab">
<PARAM NAME="locale" VALUE="en_US"> <!-- Change this to change UI language e.g de_DE, fr_FR, es_ES -->
<PARAM NAME="help" VALUE="eophelp/en_US/help_en_US.htm"> <!-- This is relative to CODEBASE, can be changed according to UI language -->
<PARAM NAME="toolbarurl" VALUE="toolbar-sample.xml"> <!-- This is relative to CODEBASE -->
<PARAM NAME="spellcheckproperties" VALUE="sc-americanenglish.txt"> <!-- This is relative to CODEBASE -->
<!-- <PARAM NAME="imageroot" VALUE="http://localhost"> Optional - Set this to the reference base of relative image SRCs -->
<!-- <PARAM NAME="imageproxyurl" VALUE="/cgi-bin/imageproxy.cgi?"> Optional - Set this if you use an unsigned CAB/JAR and want to insert remote images-->
<PARAM NAME="sourceview" VALUE="true">
<PARAM NAME="sourceviewwordwrap" VALUE="true">
<PARAM NAME="startupscreenbackgroundcolor" value="#EEEEEE">
<PARAM NAME="defaultfontcolor" VALUE="black">
<PARAM NAME="defaultbackgroundcolor" VALUE="white">
<PARAM NAME="defaultlinkcolor" VALUE="blue">
<PARAM NAME="defaultfontsize" VALUE="12">
<PARAM NAME="defaultfontface" VALUE="Serif">
<PARAM NAME="bodyonly" VALUE="true">
<PARAM NAME="textmode" VALUE="false">
<PARAM NAME="xhtmlmode" VALUE="true">
<PARAM NAME="inserttext_html" VALUE="TRUE">
<PARAM NAME="gethtmldataurl" VALUE=""> <!-- Absolute URL or relative to DOCBASE -->
<PARAM NAME="sethtmldataurl" VALUE=""> <!-- Absolute URL or relative to DOCBASE -->
<PARAM NAME="simpletable" VALUE="true">
<PARAM NAME="tableNBSPfill" VALUE="true">
<PARAM NAME="table_numrows" VALUE="3">
<PARAM NAME="table_numcols" VALUE="4">
<PARAM NAME="table_overallwidth" VALUE="100%">
<PARAM NAME="table_rowheight" VALUE="10">
<PARAM NAME="table_colwidth" VALUE="25%">
<PARAM NAME="ONEDITORLOADED" VALUE="onEditorLoaded">
<PARAM NAME="ONDATALOADED" VALUE="onDataLoaded">
<
</APPLET>
<form name="myForm">
<hr>
<input type="button" value="Get HTML Data from Editor" onClick="functGet();">
<input type="button" value="Set HTML Data into the Editor" onClick="functSet();">
<br><small>Note: This will not work if your plattform does not support "LiveConnect"<hr>
<br>Textarea:<br>
<textarea name="myTextArea" rows="10" cols="60"></textarea>
</form>
</center>
</FORM>
</BODY>
</HTML>

View file

@ -1,9 +0,0 @@
<html>
<head>
<meta http-equiv="Refresh" content="0; URL=index.htm">
<body bgcolor="#FFFFFF">
<a href="index.htm">
Click here if your browser does not automatically forward you.</a> <FONT>
</body>
</html>

View file

@ -1,238 +0,0 @@
<locale>
<product>edit-on Pro</product>
<version>2.1.111</version>
<language>de_DE</language>
<localestrings>
<string id="PANE_WYSIWYG">WYSIWYG</string>
<string id="PANE_SOURCEVIEW">HTML Ansicht</string>
<string id="STATUS_APP_READY">Bereit</string>
<string id="STATUS_APP_LOADING">Laden</string>
<string id="STATUS_APP_EXPORT">Export</string>
<string id="STATUS_EDIT_INSERT">Einf&uuml;gen</string>
<string id="STATUS_EDIT_OVERWRITE">&Uuml;berschreiben</string>
<string id="INSERT_HYPERLINK">Hyperlink einf&uuml;gen</string>
<string id="INSERT_HTML_FILE">HTML Datei einf&uuml;gen</string>
<string id="INSERT_HTML_AT_CURRENT_POSITION">HTML Datei an aktueller Position einf&uuml;gen</string>
<string id="EDIT_HYPERLINK">Hyperlink bearbeiten</string>
<string id="EDIT_TAG">Tag editieren</string>
<string id="WARNING_EDIT_UNKOWN_TAG">HTML Markup einf&uuml;gen (wird nicht auf Richtigkeit gepr&uuml;ft)</string>
<string id="TYPE_THE_URL_TARGET">Geben Sie die Ziel-URL ein</string>
<string id="URL">URL</string>
<string id="HREF">Href</string>
<string id="TARGET">Target</string>
<string id="SOURCE">Source</string>
<string id="ALT_IMAGE">ALT-String</string>
<string id="BORDER_IMAGE">Rahmenbreite</string>
<string id="SIZE">Gr&ouml;&szlig;e</string>
<string id="BTN_OK">Ok</string>
<string id="BTN_CANCEL">Abbrechen</string>
<string id="BTN_REMOVELINK">Link entfernen</string>
<string id="INSERT_IMAGE">Bild einf&uuml;gen</string>
<string id="EDIT_IMAGE">Bild bearbeiten</string>
<string id="EDIT_IMAGE_PROPERTIES">Bildeigenschaften bearbeiten</string>
<string id="INSERT_SYMBOL">Zeichen einf&uuml;gen</string>
<string id="INSERT">Einf&uuml;gen</string>
<string id="CLOSE">Schlie&szlig;en</string>
<string id="OPEN">&Ouml;ffnen</string>
<string id="SELECT_FROM_LOCAL_HD">Von lokaler Festplatte ausw&auml;hlen</string>
<string id="SELECT_FROM_URL_ADDRESS">URL Adresse eingeben</string>
<string id="OPEN_HTML_FILE">HTML Datei &ouml;ffnen</string>
<string id="_SELF">Gleicher Frame</string>
<string id="_TOP">Ganze Seite</string>
<string id="_PARENT">&Uuml;bergeordneter Frame</string>
<string id="_BLANK">Neues Fenster</string>
<string id="COLORS">Farben</string>
<string id="STANDARD_COLORS">Standardfarben</string>
<string id="CUSTOM_COLORS">Benutzerdefinierte Farben</string>
<string id="ADD_TO_CUSTOM_COLORS">Hinzuf&uuml;gen</string>
<string id="DEFAULT_PROPERTIES">Voreinstellungen</string>
<string id="FONT">Schriftart</string>
<string id="FONT_SIZE">Schriftgr&ouml;&szlig;e</string>
<string id="FONT_COLOR">Schriftfarbe</string>
<string id="LINK_COLOR">Link-Farbe</string>
<string id="BACKGROUND_COLOR">Hintergrundfarbe</string>
<string id="STYLE">Stil</string>
<string id="STYLE_PROPERTIES">Stileigenschaften</string>
<string id="FONT_STYLE">Schriftart</string>
<string id="FONT_BOLD">Fett</string>
<string id="FONT_ITALIC">Kursiv</string>
<string id="FONT_UNDERLINE">Unterstrichen</string>
<string id="SPELLCHECKDIALOGTITLE">Rechtschreibung pr&uuml;fen</string>
<string id="NOT_IN_DICTIONARY">Nicht im W&ouml;rterbuch</string>
<string id="CHANGE_TO">&Auml;ndern</string>
<string id="SUGGESTIONS">Vorschl&auml;ge</string>
<string id="IGNORE">Ignorieren</string>
<string id="IGNORE_ALL">Alle ignorieren</string>
<string id="CHANGE">&Auml;ndern</string>
<string id="CHANGE_ALL">Alle &auml;ndern</string>
<string id="SUGGEST">Vorschlagen</string>
<string id="DELETE">L&ouml;schen</string>
<string id="CONSIDER_CHANGING">&Auml;ndern ja/nein</string>
<string id="CAPITALIZATION">Gro&szlig;schreibung</string>
<string id="DOUBLED_WORD">Wortwiederholung</string>
<string id="MIXED_CASE">Gro&szlig;- /Kleinschreibung</string>
<string id="CONTAINS_DIGITS">Enth&auml;lt Ziffern</string>
<string id="COMPLETE">Rechtschreibpr&uuml;fung beendet</string>
<string id="SYSTEM_INFO">System Info</string>
<string id="SYSTEM_INFO_TITLE">System Properties</string>
<string id="JAVA_VERSION">Java Version</string>
<string id="JAVA_VENDOR">Java Vendor</string>
<string id="JAVA_VENDOR_URL">Java Vendor URL</string>
<string id="JAVA_CLASS_VERSION">Java Class Version</string>
<string id="OS_NAME">OS Name</string>
<string id="OS_VERSION">OS Version</string>
<string id="OS_ARCH">OS Arch</string>
<string id="FILE_SEPARATOR">File Separator</string>
<string id="PATH_SEPARATOR">Path Separator</string>
<string id="LINE_SEPARATOR">Line Separator</string>
<string id="DOCUMENT_BASE">Document Base</string>
<string id="CODE_BASE">Code Base</string>
<string id="NEW_TOOLTIP">Neu</string>
<string id="LOAD_TOOLTIP">&Ouml;ffnen</string>
<string id="GETHTMLDATAURL_TOOLTIP">Speichern</string>
<string id="CUT_TOOLTIP">Ausschneiden</string>
<string id="COPY_TOOLTIP">Kopieren</string>
<string id="PASTE_TOOLTIP">Einf&uuml;gen</string>
<string id="PARAGRAPH_STYLE_TOOLTIP">Absatzformat</string>
<string id="FONT_TOOLTIP">Schriftart</string>
<string id="FONTSIZE_TOOLTIP">Schriftgr&ouml;&szlig;e</string>
<string id="BOLD_TOOLTIP">Fett</string>
<string id="ITALIC_TOOLTIP">Kursiv</string>
<string id="UNDERLINE_TOOLTIP">Unterstrichen</string>
<string id="COLOR_TOOLTIP">Schriftfarbe</string>
<string id="LEFT_ALIGN_TOOLTIP">Linksb&uuml;ndig</string>
<string id="CENTER_ALIGN_TOOLTIP">Zentriert</string>
<string id="RIGHT_ALIGN_TOOLTIP">Rechtsb&uuml;ndig</string>
<string id="BULLETS_TOOLTIP">Aufz&auml;hlung</string>
<string id="ORDEREDLIST_TOOLTIP">Nummerierte Liste</string>
<string id="ALPHABETLIST_TOOLTIP">Alphabetische Liste</string>
<string id="INCINDENT_TOOLTIP">Einzug vergr&ouml;&szlig;ern</string>
<string id="DECINDENT_TOOLTIP">Einzug verringern</string>
<string id="LINK_TOOLTIP">Link einf&uuml;gen</string>
<string id="BM_TOOLTIP">Textmarke einf&uuml;gen</string>
<string id="IMAGE_TOOLTIP">Bild einf&uuml;gen</string>
<string id="INSERTHTML_TOOLTIP">HTML einf&uuml;gen</string>
<string id="HR_TOOLTIP">Horizontale Linie einf&uuml;gen</string>
<string id="SPECIALCHARACTER_TOOLTIP">Sonderzeichen einf&uuml;gen</string>
<string id="SHOWNALLCHAR_TOOLTIP">Alles anzeigen</string>
<string id="PROPERTIESDIALOG_TOOLTIP">Voreinstellungen</string>
<string id="SPELLCHECK_TOOLTIP">Rechtschreibpr&uuml;fung</string>
<string id="HELP_TOOLTIP">Hilfe</string>
<string id="INFO_TOOLTIP">Info</string>
<string id="INSERT_TABLE_WITH_DIALOG_TOOLTIP">Tabelle einf&uuml;gen</string>
<string id="INSERT_TABLE_TOOLTIP">Standardtabelle einf&uuml;gen</string>
<string id="INSERT_ROW_TOOLTIP">Zeile einf&uuml;gen</string>
<string id="INSERT_COLUMN_TOOLTIP">Spalte einf&uuml;gen</string>
<string id="EXPAND_TOOLTIP">Toolbar vergr&ouml;&szlig;ern</string>
<string id="SHRINK_TOOLTIP">Toolbar verkleinern</string>
<string id="TINS_TOOLTIP">Text Einf&uuml;gen</string>
<string id="WTL">Achtung</string>
<string id="RTL">Zeileneigenschaften</string>
<string id="CTL">Spalteneigenschaften</string>
<string id="BWTL">Tabelleneigenschaften</string>
<string id="CETL">Zelleneigenschaften</string>
<string id="WLIP">Breite muss zwischen 0 und 100 (in Prozent) sein</string>
<string id="WLIP2">Tabellenbreite muss zwischen 1 und 100 (in Prozent) sein</string>
<string id="HLIP">H&ouml;he muss zwischen 0 und 100 (in Prozent) sein</string>
<string id="ICWL_IP">Spaltenbreite muss zwischen 0 und 100 (in Prozent) sein</string>
<string id="IRHL_IP">Zeilenh&ouml;he muss zwischen 0 und 100 (in Prozent) sein</string>
<string id="WP">Breite muss eine positive Zahl sein</string>
<string id="HP">H&ouml;he muss eine positive Zahl sein</string>
<string id="BP">Rahmenbreite muss eine positive Zahl sein</string>
<string id="CPP">Textabstand muss eine positive Zahl sein</string>
<string id="CSP">Zellenabstand muss eine positive Zahl sein</string>
<string id="ICWP">Spaltenbreite muss eine positive Zahl sein</string>
<string id="IRHP">Zeilenh&ouml;he muss eine positive Zahl sein</string>
<string id="RCGTZ">Anzahl Zeilen muss gr&ouml;sser 0 sein</string>
<string id="CCGTZ">Anzahl Spalten muss gr&ouml;sser 0 sein</string>
<string id="WGTZ">Tabellenbreite muss gr&ouml;sser als 0 sein</string>
<string id="WV">Breite muss eine g&uuml;ltige ganze Zahl sein</string>
<string id="HV">H&ouml;he muss eine g&uuml;ltige ganze Zahl sein</string>
<string id="BV">Rahmenst&auml;rke muss eine g&uuml;ltige ganze Zahl sein</string>
<string id="CPV">Textabstand muss eine g&uuml;ltige ganze Zahl sein</string>
<string id="CSV">Zellenabstand muss eine g&uuml;ltige ganze Zahl sein</string>
<string id="ICWV">Spaltenbreite muss eine g&uuml;ltige ganze Zahl sein</string>
<string id="IRHV">Zeilenh&ouml;he muss eine g&uuml;ltige ganze Zahl sein</string>
<string id="RCV">Anzahl Zeilen muss eine g&uuml;ltige ganze Zahl sein</string>
<string id="CCV">Anzahl Spalten muss eine g&uuml;ltige ganze Zahl sein</string>
<string id="BLW">Rahmenbreite</string>
<string id="CP">Textabstand</string>
<string id="CS">Zellenabstand</string>
<string id="TPT">Tabelleneigenschaften</string>
<string id="TW">Tabellenbreite</string>
<string id="P%">In Prozent(%)</string>
<string id="PX">In Pixel</string>
<string id="RH">Zeilenh&ouml;he</string>
<string id="CW">Spaltenbreite</string>
<string id="CEH">Zellenh&ouml;he</string>
<string id="CEW">Zellenbreite</string>
<string id="IC">Spalte einf&uuml;gen</string>
<string id="IR">Zeile einf&uuml;gen</string>
<string id="LS">Links von aktueller Position</string>
<string id="RS">Rechts von aktueller Position</string>
<string id="AS">&Uuml;ber aktueller Position</string>
<string id="BS">Unter aktueller Position</string>
<string id="RCC">Anzahl Zeilen/Spalten</string>
<string id="RC">Zeilen</string>
<string id="CC">Spalten</string>
<string id="TB">Rahmenbreite</string>
<string id="IRCP">Zeilen/Spalteneigenschaften</string>
<string id="RCE">Zeilenanzahl gr&ouml;&szlig;er als</string>
<string id="CCE">Spaltenanzahl gr&ouml;&szlig;er als</string>
<string id="RCL">Zeilenhintergrundfarbe</string>
<string id="CCL">Spaltenhintergrundfarbe</string>
<string id="CECL">Hintergrundfarbe der Zelle</string>
<string id="DELETE_ROW">Zeile l&ouml;schen</string>
<string id="DELETE_COLUMN">Spalte l&ouml;schen</string>
<string id="DELETE_TABLE">Tabelle l&ouml;schen</string>
<string id="ROW_PROPERTIES">Zeileneigenschaften...</string>
<string id="COLUMN_PROPERTIES">Spalteneigeinschaften...</string>
<string id="TABLE_PROPERTIES">Tabelleneigenschaften...</string>
<string id="CPR">Zelleneigenschaften…</string>
<string id="IMP">Bildeigenschaften...</string>
<string id="HYP">Hyperlink-Eigenschaften...</string>
<string id="UKP">Tag-Eigenschaften...</string>
<string id="BMP">Textmarke-Eigenschaften...</string>
<string id="BM_INS">Textmarke einf&uuml;gen</string>
<string id="BM_EDT">Textmarke bearbeiten</string>
<string id="BM_NM">Textmarkenname</string>
<string id="BM_RMV">Textmarke entfernen</string>
<string id="PT">Text hier einf&uuml;gen (System Hotkeys benutzen, z.B. Strg+V)</string>
<string id="HTML">HTML</string>
<string id="TXT">Nur Text</string>
<string id="EIT">Text von der Zwischenablage einf&uuml;gen</string>
<string id="PSD">Standard</string>
<string id="PH1">&Uuml;berschrift 1</string>
<string id="PH2">&Uuml;berschrift 2</string>
<string id="PH3">&Uuml;berschrift 3</string>
<string id="PH4">&Uuml;berschrift 4</string>
<string id="PH5">&Uuml;berschrift 5</string>
<string id="PH6">&Uuml;berschrift 6</string>
<string id="DF">[Vorgabe]</string>
<string id="NFZ">Normal</string>
<string id="MRG">Verbinden</string>
<string id="MRG_ABV">Oben</string>
<string id="MRG_RGHT">Rechts</string>
<string id="MRG_LFT">Links</string>
<string id="MRG_BLW">Unten</string>
<string id="SPLT">Teilen</string>
<string id="SPLT_COL">In Spalten aufteilen</string>
<string id="SPLT_ROW">In Zeilen aufteilen</string>
<string id="SPLT_NR_COL">Anzahl Zeilen:</string>
<string id="SPLT_NR_ROW">Anzahl Spalten:</string>
<string id="RVAL">Vertikale Ausrichtung</string>
<string id="CVAL">Vertikale Ausrichtung</string>
<string id="VAL">Vertikale Ausrichtung</string>
<string id="DFL">Vorgabe</string>
<string id="TOP">Oben</string>
<string id="MDL">Mittig</string>
<string id="BTM">Unten</string>
<string id="BLN">Basislinie</string>
<string id="COTL">Farbeigenschaften</string>
<string id="TVAL">Vertikale Ausrichtung Zellen</string>
<string id="NEW_DOC">Neues Dokument</string>
<string id="NEW_DOC_DLG">Inhalte l&ouml;schen?</string>
<string id="TABGCL">Hintergrundfarbe der Tabelle</string>
<string id="TABDCL">Randfarbe</string>
</localestrings>
</locale>

View file

@ -1,238 +0,0 @@
<locale>
<product>edit-on Pro</product>
<version>2.1.111</version>
<language>en_US</language>
<localestrings>
<string id="PANE_WYSIWYG">WYSIWYG</string>
<string id="PANE_SOURCEVIEW">HTML View</string>
<string id="STATUS_APP_READY">Ready</string>
<string id="STATUS_APP_LOADING">Loading</string>
<string id="STATUS_APP_EXPORT">Export</string>
<string id="STATUS_EDIT_INSERT">Insert</string>
<string id="STATUS_EDIT_OVERWRITE">Overwrite</string>
<string id="INSERT_HYPERLINK">Insert Hyperlink</string>
<string id="INSERT_HTML_FILE">Insert HTML file</string>
<string id="INSERT_HTML_AT_CURRENT_POSITION">Insert HTML file at current position</string>
<string id="EDIT_HYPERLINK">Edit Hyperlink</string>
<string id="EDIT_TAG">Edit Tag</string>
<string id="WARNING_EDIT_UNKOWN_TAG">Insert HTML Markup (will not be checked for correctness)</string>
<string id="TYPE_THE_URL_TARGET">Enter the URL</string>
<string id="URL">URL</string>
<string id="HREF">Href</string>
<string id="TARGET">Target</string>
<string id="SOURCE">Source</string>
<string id="ALT_IMAGE">ALT-String</string>
<string id="BORDER_IMAGE">Border Width</string>
<string id="SIZE">Size</string>
<string id="BTN_OK">Ok</string>
<string id="BTN_CANCEL">Cancel</string>
<string id="BTN_REMOVELINK">Remove Link</string>
<string id="INSERT_IMAGE">Insert Image</string>
<string id="EDIT_IMAGE">Edit Image</string>
<string id="EDIT_IMAGE_PROPERTIES">Edit Image Properties</string>
<string id="INSERT_SYMBOL">Insert Symbol</string>
<string id="INSERT">Insert</string>
<string id="CLOSE">Close</string>
<string id="OPEN">Open</string>
<string id="SELECT_FROM_LOCAL_HD">Select from local HD</string>
<string id="SELECT_FROM_URL_ADDRESS">Enter URL address</string>
<string id="OPEN_HTML_FILE">Open HTML File</string>
<string id="_SELF">Same Frame</string>
<string id="_TOP">Whole Page</string>
<string id="_PARENT">Parent Frame</string>
<string id="_BLANK">New Window</string>
<string id="COLORS">Colors</string>
<string id="STANDARD_COLORS">Standard Colors</string>
<string id="CUSTOM_COLORS">Custom Colors</string>
<string id="ADD_TO_CUSTOM_COLORS">Add to custom colors</string>
<string id="DEFAULT_PROPERTIES">Default Settings</string>
<string id="FONT">Font Type</string>
<string id="FONT_SIZE">Font Size</string>
<string id="FONT_COLOR">Font Color</string>
<string id="LINK_COLOR">Link Color</string>
<string id="BACKGROUND_COLOR">Background Color</string>
<string id="STYLE">Style</string>
<string id="STYLE_PROPERTIES">Style Properties</string>
<string id="FONT_STYLE">Font</string>
<string id="FONT_BOLD">Bold</string>
<string id="FONT_ITALIC">Italic</string>
<string id="FONT_UNDERLINE">Underline</string>
<string id="SPELLCHECKDIALOGTITLE">Check Spelling</string>
<string id="NOT_IN_DICTIONARY">Not in Dictionary</string>
<string id="CHANGE_TO">Change</string>
<string id="SUGGESTIONS">Suggestions</string>
<string id="IGNORE">Ignore</string>
<string id="IGNORE_ALL">Ignore All</string>
<string id="CHANGE">Change</string>
<string id="CHANGE_ALL">Change All</string>
<string id="SUGGEST">Suggest</string>
<string id="DELETE">Delete</string>
<string id="CONSIDER_CHANGING">Changing Yes/No</string>
<string id="CAPITALIZATION">Capitalization</string>
<string id="DOUBLED_WORD">Repeated Word</string>
<string id="MIXED_CASE">Mixed Case</string>
<string id="CONTAINS_DIGITS">Contains Digits</string>
<string id="COMPLETE">Spelling check completed</string>
<string id="SYSTEM_INFO">System Info</string>
<string id="SYSTEM_INFO_TITLE">System Properties</string>
<string id="JAVA_VERSION">Java Version</string>
<string id="JAVA_VENDOR">Java Vendor</string>
<string id="JAVA_VENDOR_URL">Java Vendor URL</string>
<string id="JAVA_CLASS_VERSION">Java Class Version</string>
<string id="OS_NAME">OS Name</string>
<string id="OS_VERSION">OS Version</string>
<string id="OS_ARCH">OS Arch</string>
<string id="FILE_SEPARATOR">File Separator</string>
<string id="PATH_SEPARATOR">Path Separator</string>
<string id="LINE_SEPARATOR">Line Separator</string>
<string id="DOCUMENT_BASE">Document Base</string>
<string id="CODE_BASE">Code Base</string>
<string id="NEW_TOOLTIP">New</string>
<string id="LOAD_TOOLTIP">Open</string>
<string id="GETHTMLDATAURL_TOOLTIP">Save</string>
<string id="CUT_TOOLTIP">Cut</string>
<string id="COPY_TOOLTIP">Copy</string>
<string id="PASTE_TOOLTIP">Paste</string>
<string id="PARAGRAPH_STYLE_TOOLTIP">Paragraph Format</string>
<string id="FONT_TOOLTIP">Font Type</string>
<string id="FONTSIZE_TOOLTIP">Font Size</string>
<string id="BOLD_TOOLTIP">Bold</string>
<string id="ITALIC_TOOLTIP">Italic</string>
<string id="UNDERLINE_TOOLTIP">Underline</string>
<string id="COLOR_TOOLTIP">Font Color</string>
<string id="LEFT_ALIGN_TOOLTIP">Align Left</string>
<string id="CENTER_ALIGN_TOOLTIP">Center</string>
<string id="RIGHT_ALIGN_TOOLTIP">Align Right</string>
<string id="BULLETS_TOOLTIP">Bullets</string>
<string id="ORDEREDLIST_TOOLTIP">Numbered List</string>
<string id="ALPHABETLIST_TOOLTIP">Alphabetical List</string>
<string id="INCINDENT_TOOLTIP">Increase Indent</string>
<string id="DECINDENT_TOOLTIP">Decrease Indent</string>
<string id="LINK_TOOLTIP">Insert Hyperlink</string>
<string id="BM_TOOLTIP">Insert Bookmark</string>
<string id="IMAGE_TOOLTIP">Insert Image</string>
<string id="INSERTHTML_TOOLTIP">Insert HTML</string>
<string id="HR_TOOLTIP">Insert Horizontal Line</string>
<string id="SPECIALCHARACTER_TOOLTIP">Insert Symbol</string>
<string id="SHOWNALLCHAR_TOOLTIP">Show All</string>
<string id="PROPERTIESDIALOG_TOOLTIP">Default settings</string>
<string id="SPELLCHECK_TOOLTIP">Spelling Check</string>
<string id="HELP_TOOLTIP">Help</string>
<string id="INFO_TOOLTIP">About</string>
<string id="INSERT_TABLE_WITH_DIALOG_TOOLTIP">Insert Table</string>
<string id="INSERT_TABLE_TOOLTIP">Insert Default Table</string>
<string id="INSERT_ROW_TOOLTIP">Insert Row</string>
<string id="INSERT_COLUMN_TOOLTIP">Insert Column</string>
<string id="EXPAND_TOOLTIP">Expand the toolbar</string>
<string id="SHRINK_TOOLTIP">Shrink the toolbar</string>
<string id="TINS_TOOLTIP">Insert Text</string>
<string id="WTL">Attention</string>
<string id="RTL">Row Properties</string>
<string id="CTL">Column Properties</string>
<string id="BWTL">Table Properties</string>
<string id="CETL">Cell Properties</string>
<string id="WLIP">Width must be between 0 and 100 (by percent)</string>
<string id="WLIP2">Table width must be between 1 and 100 (by percent)</string>
<string id="HLIP">Height must be between 0 and 100 (by percent)</string>
<string id="ICWL_IP">Column width must be between 0 and 100 (by percent)</string>
<string id="IRHL_IP">Row height must be between 0 and 100 (by percent)</string>
<string id="WP">Width must be a positive number</string>
<string id="HP">Height must be a positive number</string>
<string id="BP">Frame width must be a positive number</string>
<string id="CPP">Cell padding must be a positive number</string>
<string id="CSP">Cell spacing must be a positive number</string>
<string id="ICWP">Column width must be a positive number</string>
<string id="IRHP">Row height must be a positive number</string>
<string id="RCGTZ">Number of rows must be greater than 0</string>
<string id="CCGTZ">Number of columns must be greater than 0</string>
<string id="WGTZ">Table width must be greater than 0</string>
<string id="WV">Width must be a valid integer value</string>
<string id="HV">Height must be a valid integer value</string>
<string id="BV">Border width must be a valid integer value</string>
<string id="CPV">Cell padding must be a valid integer value</string>
<string id="CSV">Cell spacing must be a valid integer value</string>
<string id="ICWV">Column width must be a valid integer value</string>
<string id="IRHV">Row height must be a valid integer value</string>
<string id="RCV">Number of rows must be a valid integer value</string>
<string id="CCV">Number of column must be a valid integer value</string>
<string id="BLW">Border Width</string>
<string id="CP">Cell Padding</string>
<string id="CS">Cell Spacing</string>
<string id="TPT">Table Properties</string>
<string id="TW">Table Width</string>
<string id="P%">By Percent(%)</string>
<string id="PX">In Pixel</string>
<string id="RH">Row Height</string>
<string id="CW">Column Width</string>
<string id="CEH">Cell Height</string>
<string id="CEW">Cell Width</string>
<string id="IC">Insert Column</string>
<string id="IR">Insert Row</string>
<string id="LS">To the left of current position</string>
<string id="RS">To the right of the current position</string>
<string id="AS">Above current position</string>
<string id="BS">Below current position</string>
<string id="RCC">Number of rows/columns</string>
<string id="RC">Rows</string>
<string id="CC">Columns</string>
<string id="TB">Border Width</string>
<string id="IRCP">Row/Column Properties</string>
<string id="RCE">Number of rows greater than</string>
<string id="CCE">Number of columns greater than</string>
<string id="RCL">Row Background Color</string>
<string id="CCL">Column Background Color</string>
<string id="CECL">Cell Background Color</string>
<string id="DELETE_ROW">Delete Row</string>
<string id="DELETE_COLUMN">Delete Column</string>
<string id="DELETE_TABLE">Delete Table</string>
<string id="ROW_PROPERTIES">Row Properties...</string>
<string id="COLUMN_PROPERTIES">Column Properties...</string>
<string id="TABLE_PROPERTIES">Table Properties...</string>
<string id="CPR">Cell Properties...</string>
<string id="IMP">Image Properties...</string>
<string id="HYP">Hyperlink Properties...</string>
<string id="UKP">Tag Properties...</string>
<string id="BMP">Bookmark Properties...</string>
<string id="BM_INS">Insert Bookmark</string>
<string id="BM_EDT">Edit Bookmark</string>
<string id="BM_NM">Bookmark Name</string>
<string id="BM_RMV">Remove Bookmark</string>
<string id="PT">Paste text here (use system hotkeys e.g. CTRL+V)</string>
<string id="HTML">HTML</string>
<string id="TXT">Plain Text</string>
<string id="EIT">Paste Text from Clipboard</string>
<string id="PSD">Standard</string>
<string id="PH1">Heading 1</string>
<string id="PH2">Heading 2</string>
<string id="PH3">Heading 3</string>
<string id="PH4">Heading 4</string>
<string id="PH5">Heading 5</string>
<string id="PH6">Heading 6</string>
<string id="DF">[Default]</string>
<string id="NFZ">Normal</string>
<string id="MRG">Merge</string>
<string id="MRG_ABV">Above</string>
<string id="MRG_RGHT">Right</string>
<string id="MRG_LFT">Left</string>
<string id="MRG_BLW">Below</string>
<string id="SPLT">Split</string>
<string id="SPLT_COL">Split into columns</string>
<string id="SPLT_ROW">Split into rows</string>
<string id="SPLT_NR_COL">Number of columns:</string>
<string id="SPLT_NR_ROW">Number of rows:</string>
<string id="RVAL">Row vertical alignment</string>
<string id="CVAL">Column vertical alignment</string>
<string id="VAL">Vertical alignment</string>
<string id="DFL">Default</string>
<string id="TOP">Top</string>
<string id="MDL">Middle</string>
<string id="BTM">Bottom</string>
<string id="BLN">Baseline</string>
<string id="COTL">Color Properties</string>
<string id="TVAL">Cells vertical alignment</string>
<string id="NEW_DOC">New Document</string>
<string id="NEW_DOC_DLG">Clear Editor Contents?</string>
<string id="TABGCL">Table Background Color</string>
<string id="TABDCL">Table Border Color</string>
</localestrings>
</locale>

View file

@ -1,238 +0,0 @@
<locale>
<product>edit-on Pro</product>
<version>2.1.111</version>
<language>es_ES</language>
<localestrings>
<string id="PANE_WYSIWYG">WYSIWYG</string>
<string id="PANE_SOURCEVIEW">Vista HTML</string>
<string id="STATUS_APP_READY">Listo</string>
<string id="STATUS_APP_LOADING">Cargando</string>
<string id="STATUS_APP_EXPORT">Exportar</string>
<string id="STATUS_EDIT_INSERT">Insertar</string>
<string id="STATUS_EDIT_OVERWRITE">Sobrescribir</string>
<string id="INSERT_HYPERLINK">Insertar hiperv&iacute;nculo</string>
<string id="INSERT_HTML_FILE">Insertar archivo HTML</string>
<string id="INSERT_HTML_AT_CURRENT_POSITION">Insertar archivo HTML a la posici&oacute;n actual</string>
<string id="EDIT_HYPERLINK">Modificar hiperv&iacute;nculo</string>
<string id="EDIT_TAG">Editar etiqueta</string>
<string id="WARNING_EDIT_UNKOWN_TAG">Insertar marca de HTML (no se comprobar&aacute; la correci&oacute;n)</string>
<string id="TYPE_THE_URL_TARGET">Escriba la direcci&oacute;n URL de destino</string>
<string id="URL">URL</string>
<string id="HREF">Href</string>
<string id="TARGET">Destino</string>
<string id="SOURCE">Origen</string>
<string id="ALT_IMAGE">Cadena ALT</string>
<string id="BORDER_IMAGE">Ancho del borde</string>
<string id="SIZE">Tama&ntilde;o</string>
<string id="BTN_OK">Aceptar</string>
<string id="BTN_CANCEL">Cancelar</string>
<string id="BTN_REMOVELINK">Quitar v&iacute;nculo</string>
<string id="INSERT_IMAGE">Insertar imagen</string>
<string id="EDIT_IMAGE">Modificar imagen</string>
<string id="EDIT_IMAGE_PROPERTIES">Editar propiedades de imagen</string>
<string id="INSERT_SYMBOL">Insertar s&iacute;mbolo</string>
<string id="INSERT">Insertar</string>
<string id="CLOSE">Cerrar</string>
<string id="OPEN">Abrir</string>
<string id="SELECT_FROM_LOCAL_HD">Seleccionar del disco duro local</string>
<string id="SELECT_FROM_URL_ADDRESS">Escribir la direcci&oacute;n URL</string>
<string id="OPEN_HTML_FILE">Abrir archivo HTML</string>
<string id="_SELF">Mismo marco</string>
<string id="_TOP">Toda la p&aacute;gina</string>
<string id="_PARENT">Marco principal</string>
<string id="_BLANK">Nueva ventana</string>
<string id="COLORS">Colores</string>
<string id="STANDARD_COLORS">Colores estand&aacute;r</string>
<string id="CUSTOM_COLORS">Colores personalizados</string>
<string id="ADD_TO_CUSTOM_COLORS">Agregar a colores personalizados</string>
<string id="DEFAULT_PROPERTIES">Valores predeterminados</string>
<string id="FONT">Tipo de fuente</string>
<string id="FONT_SIZE">Tama&ntilde;o de fuente</string>
<string id="FONT_COLOR">Color de fuente</string>
<string id="LINK_COLOR">Color del v&iacute;nculo</string>
<string id="BACKGROUND_COLOR">Color de fondo</string>
<string id="STYLE">Estilo</string>
<string id="STYLE_PROPERTIES">Propiedades de estilo</string>
<string id="FONT_STYLE">Tipo de fuente</string>
<string id="FONT_BOLD">Negrita</string>
<string id="FONT_ITALIC">Cursiva</string>
<string id="FONT_UNDERLINE">Subrayado</string>
<string id="SPELLCHECKDIALOGTITLE">Revisar la ortograf&iacute;a</string>
<string id="NOT_IN_DICTIONARY">No se encontr&oacute;</string>
<string id="CHANGE_TO">Cambiar</string>
<string id="SUGGESTIONS">Sugerencias</string>
<string id="IGNORE">Omitir</string>
<string id="IGNORE_ALL">Omitir todo</string>
<string id="CHANGE">Cambiar</string>
<string id="CHANGE_ALL">Cambiar todo</string>
<string id="SUGGEST">Sugerir</string>
<string id="DELETE">Eliminar</string>
<string id="CONSIDER_CHANGING">Cambiar S&iacute;/No</string>
<string id="CAPITALIZATION">Uso de may&uacute;sculas</string>
<string id="DOUBLED_WORD">Palabra repetida</string>
<string id="MIXED_CASE">Min&uacute;sculas/May&uacute;sculas</string>
<string id="CONTAINS_DIGITS">Contiene d&iacute;gitos</string>
<string id="COMPLETE">Revisi&oacute;n ortogr&aacute;fica finalizada</string>
<string id="SYSTEM_INFO">System Info</string>
<string id="SYSTEM_INFO_TITLE">System Properties</string>
<string id="JAVA_VERSION">Java Version</string>
<string id="JAVA_VENDOR">Java Vendor</string>
<string id="JAVA_VENDOR_URL">Java Vendor URL</string>
<string id="JAVA_CLASS_VERSION">Java Class Version</string>
<string id="OS_NAME">OS Name</string>
<string id="OS_VERSION">OS Version</string>
<string id="OS_ARCH">OS Arch</string>
<string id="FILE_SEPARATOR">File Separator</string>
<string id="PATH_SEPARATOR">Path Separator</string>
<string id="LINE_SEPARATOR">Line Separator</string>
<string id="DOCUMENT_BASE">Document Base</string>
<string id="CODE_BASE">Code Base</string>
<string id="NEW_TOOLTIP">Nuevo</string>
<string id="LOAD_TOOLTIP">Abrir</string>
<string id="GETHTMLDATAURL_TOOLTIP">Guardar</string>
<string id="CUT_TOOLTIP">Cortar</string>
<string id="COPY_TOOLTIP">Copiar</string>
<string id="PASTE_TOOLTIP">Pegar</string>
<string id="PARAGRAPH_STYLE_TOOLTIP">Estilo de p&aacute;rrafo</string>
<string id="FONT_TOOLTIP">Tipo de fuente</string>
<string id="FONTSIZE_TOOLTIP">Tama&ntilde;o de fuente</string>
<string id="BOLD_TOOLTIP">Negrita</string>
<string id="ITALIC_TOOLTIP">Cursiva</string>
<string id="UNDERLINE_TOOLTIP">Subrayado</string>
<string id="COLOR_TOOLTIP">Color de fuente</string>
<string id="LEFT_ALIGN_TOOLTIP">Alineado a la izquierda</string>
<string id="CENTER_ALIGN_TOOLTIP">Centrado</string>
<string id="RIGHT_ALIGN_TOOLTIP">Alineado a la derecha</string>
<string id="BULLETS_TOOLTIP">Vi&ntilde;etas</string>
<string id="ORDEREDLIST_TOOLTIP">Lista numerada</string>
<string id="ALPHABETLIST_TOOLTIP">Lista alfab&eacute;tica</string>
<string id="INCINDENT_TOOLTIP">Aumentar sangr&iacute;a</string>
<string id="DECINDENT_TOOLTIP">Disminuir sangr&iacute;a</string>
<string id="LINK_TOOLTIP">Insertar hiperv&iacute;nculo</string>
<string id="BM_TOOLTIP">Insertar marcador</string>
<string id="IMAGE_TOOLTIP">Insertar imagen</string>
<string id="INSERTHTML_TOOLTIP">Insertar HTML</string>
<string id="HR_TOOLTIP">Insertar l&iacute;nea horizontal</string>
<string id="SPECIALCHARACTER_TOOLTIP">Insertar caracteres especiales</string>
<string id="SHOWNALLCHAR_TOOLTIP">Mostrar todo</string>
<string id="PROPERTIESDIALOG_TOOLTIP">Valores predeterminados</string>
<string id="SPELLCHECK_TOOLTIP">Corrector ortogr&aacute;fico</string>
<string id="HELP_TOOLTIP">Ayuda</string>
<string id="INFO_TOOLTIP">Acerca de</string>
<string id="INSERT_TABLE_WITH_DIALOG_TOOLTIP">Insertar tabla</string>
<string id="INSERT_TABLE_TOOLTIP">Insertar tabla predeterminada</string>
<string id="INSERT_ROW_TOOLTIP">Insertar fila</string>
<string id="INSERT_COLUMN_TOOLTIP">Insertar columna</string>
<string id="EXPAND_TOOLTIP">Aumentar barra de herramientas</string>
<string id="SHRINK_TOOLTIP">Reducir barra de herramientas</string>
<string id="TINS_TOOLTIP">Insertar texto</string>
<string id="WTL">Atenci&oacute;n</string>
<string id="RTL">Propiedades de la fila</string>
<string id="CTL">Propiedades de la columna</string>
<string id="BWTL">Propiedades de la tabla</string>
<string id="CETL">Propiedades de celda</string>
<string id="WLIP">El ancho debe estar entre 0 y 100 (en porcentaje)</string>
<string id="WLIP2">Table width must be between 1 and 100 (by percent)</string>
<string id="HLIP">El alto debe estar entre 0 y 100 (en porcentaje)</string>
<string id="ICWL_IP">El ancho de columna debe estar entre 0 y 100 (en porcentaje)</string>
<string id="IRHL_IP">El alto de fila debe estar entre 0 y 100 (en porcentaje)</string>
<string id="WP">El ancho debe ser un n&uacute;mero positivo</string>
<string id="HP">El alto debe ser un n&uacute;mero positivo</string>
<string id="BP">El ancho de marco debe ser un n&uacute;mero positivo</string>
<string id="CPP">El espacio desde el borde al texto debe ser un n&uacute;mero positivo</string>
<string id="CSP">El espaciado de celdas debe ser un n&uacute;mero positivo</string>
<string id="ICWP">El ancho de columna debe ser un n&uacute;mero positivo</string>
<string id="IRHP">El alto de fila debe ser un n&uacute;mero positivo</string>
<string id="RCGTZ">El n&uacute;mero de filas debe ser mayor que 0</string>
<string id="CCGTZ">El n&uacute;mero de columnas debe ser mayor que 0</string>
<string id="WGTZ">Table width must be greater than 0</string>
<string id="WV">El ancho debe ser un valor entero v&aacute;lido</string>
<string id="HV">El alto debe ser un valor entero v&aacute;lido</string>
<string id="BV">El grosor del borde debe ser un valor entero v&aacute;lido</string>
<string id="CPV">El espacio desde el borde al texto debe ser un valor entero v&aacute;lido</string>
<string id="CSV">El espaciado de celdas debe ser un valor entero v&aacute;lido</string>
<string id="ICWV">El ancho de columna debe ser un valor entero v&aacute;lido</string>
<string id="IRHV">El alto de fila debe ser un valor entero v&aacute;lido</string>
<string id="RCV">El n&uacute;mero de filas debe ser un valor entero v&aacute;lido</string>
<string id="CCV">El n&uacute;mero de columnas debe ser un valor entero v&aacute;lido</string>
<string id="BLW">Ancho del borde</string>
<string id="CP">Espacio desde el borde al texto</string>
<string id="CS">Espaciado de celdas</string>
<string id="TPT">Propiedades de la tabla</string>
<string id="TW">Ancho de la tabla</string>
<string id="P%">En porcentaje</string>
<string id="PX">En p&iacute;xeles</string>
<string id="RH">Alto de fila</string>
<string id="CW">Ancho de columna</string>
<string id="CEH">Cell Height</string>
<string id="CEW">Cell Width</string>
<string id="IC">Insertar columna</string>
<string id="IR">Insertar fila</string>
<string id="LS">A la izquierda de la posici&oacute;n actual</string>
<string id="RS">A la derecha de la posici&oacute;n actual</string>
<string id="AS">Por encima de la posici&oacute;n actual</string>
<string id="BS">Debajo de la posici&oacute;n actual</string>
<string id="RCC">N&uacute;mero de filas/columnas</string>
<string id="RC">Filas</string>
<string id="CC">Columnas</string>
<string id="TB">Ancho del borde</string>
<string id="IRCP">Propiedades de filas/columnas</string>
<string id="RCE">N&uacute;mero de filas mayor que</string>
<string id="CCE">N&uacute;mero de columnas mayor que</string>
<string id="RCL">Color de fondo de las filas</string>
<string id="CCL">Color de fondo de las columnas</string>
<string id="CECL">Cell Background Color</string>
<string id="DELETE_ROW">Eliminar fila</string>
<string id="DELETE_COLUMN">Eliminar columna</string>
<string id="DELETE_TABLE">Eliminar tabla</string>
<string id="ROW_PROPERTIES">Propiedades de filas...</string>
<string id="COLUMN_PROPERTIES">Propiedades de columnas...</string>
<string id="TABLE_PROPERTIES">Propiedades de la tabla...</string>
<string id="CPR">Cell Properties...</string>
<string id="IMP">Propiedades del imagen...</string>
<string id="HYP">Propiedades del hiperv&iacute;nculo...</string>
<string id="UKP">Propiedades de la etiqueta...</string>
<string id="BMP">Propiedades del marcador...</string>
<string id="BM_INS">Insertar marcador</string>
<string id="BM_EDT">Editar marcador</string>
<string id="BM_NM">Nombre de marcador</string>
<string id="BM_RMV">Quitar marcador</string>
<string id="PT">Insertar texto aqu&iacute; (Utilizar teclas de acceso directo, p.ej. Ctrl+V)</string>
<string id="HTML">HTML</string>
<string id="TXT">S&oacute;lo texto</string>
<string id="EIT">Pegar texto del Portapapeles</string>
<string id="PSD">Est&aacute;ndar</string>
<string id="PH1">T&iacute;tulo 1</string>
<string id="PH2">T&iacute;tulo 2</string>
<string id="PH3">T&iacute;tulo 3</string>
<string id="PH4">T&iacute;tulo 4</string>
<string id="PH5">T&iacute;tulo 5</string>
<string id="PH6">T&iacute;tulo 6</string>
<string id="DF">[Predeterminado]</string>
<string id="NFZ">Regular</string>
<string id="MRG">Merge</string>
<string id="MRG_ABV">Above</string>
<string id="MRG_RGHT">Right</string>
<string id="MRG_LFT">Left</string>
<string id="MRG_BLW">Below</string>
<string id="SPLT">Split</string>
<string id="SPLT_COL">Split into columns</string>
<string id="SPLT_ROW">Split into rows</string>
<string id="SPLT_NR_COL">Number of columns:</string>
<string id="SPLT_NR_ROW">Number of rows:</string>
<string id="RVAL">Alineaci&oacute;n vertical de filas</string>
<string id="CVAL">Alineaci&oacute;n vertical de columnas</string>
<string id="VAL">Alineaci&oacute;n vertical</string>
<string id="DFL">Valor predeterminado</string>
<string id="TOP">Arriba</string>
<string id="MDL">Centro</string>
<string id="BTM">Abajo</string>
<string id="BLN">L&iacute;nea de base</string>
<string id="COTL">Propiedades de colores</string>
<string id="TVAL">Alineaci&oacute;n vertical de celdas</string>
<string id="NEW_DOC">Nuevo documento</string>
<string id="NEW_DOC_DLG">Eliminar contenido</string>
<string id="TABGCL">Color de fondo de la tabla</string>
<string id="TABDCL">Color del borde</string>
</localestrings>
</locale>

View file

@ -1,238 +0,0 @@
<locale>
<product>edit-on Pro</product>
<version>2.1.111</version>
<language>fr_FR</language>
<localestrings>
<string id="PANE_WYSIWYG">WYSIWYG</string>
<string id="PANE_SOURCEVIEW">Affichage HTML</string>
<string id="STATUS_APP_READY">Pr&ecirc;t</string>
<string id="STATUS_APP_LOADING">Chargement</string>
<string id="STATUS_APP_EXPORT">Exporter</string>
<string id="STATUS_EDIT_INSERT">Insertion</string>
<string id="STATUS_EDIT_OVERWRITE">Ecraser</string>
<string id="INSERT_HYPERLINK">Ins&eacute;rer lien hypertexte</string>
<string id="INSERT_HTML_FILE">Ins&eacute;rer fichier HTML</string>
<string id="INSERT_HTML_AT_CURRENT_POSITION">Ins&eacute;rer fichier HTML &agrave; la position actuelle</string>
<string id="EDIT_HYPERLINK">Modifier le lien hypertexte</string>
<string id="EDIT_TAG">Editer balise</string>
<string id="WARNING_EDIT_UNKOWN_TAG">Ins&eacute;rer marquage HTML (pas de v&eacute;rification)</string>
<string id="TYPE_THE_URL_TARGET">Entrez l' URL </string>
<string id="URL">URL</string>
<string id="HREF">Href</string>
<string id="TARGET">Cible</string>
<string id="SOURCE">Source</string>
<string id="ALT_IMAGE">Cha&icirc;ne ALT</string>
<string id="BORDER_IMAGE">Epaisseur de bordure</string>
<string id="SIZE">Taille</string>
<string id="BTN_OK">Ok</string>
<string id="BTN_CANCEL">Annuler</string>
<string id="BTN_REMOVELINK">Supprimer lien</string>
<string id="INSERT_IMAGE">Ins&eacute;rer une image</string>
<string id="EDIT_IMAGE">Modifier l'image</string>
<string id="EDIT_IMAGE_PROPERTIES">Editer propri&eacute;t&eacute;s de l'image</string>
<string id="INSERT_SYMBOL">Ins&eacute;rer symbole</string>
<string id="INSERT">Ins&eacute;rer</string>
<string id="CLOSE">Fermer</string>
<string id="OPEN">Ouvrir</string>
<string id="SELECT_FROM_LOCAL_HD">S&eacute;lectionner du disque dur local</string>
<string id="SELECT_FROM_URL_ADDRESS">Entrer l'adresse URL</string>
<string id="OPEN_HTML_FILE">Ouvrir fichier HTML</string>
<string id="_SELF">M&ecirc;me cadre</string>
<string id="_TOP">Page enti&egrave;re</string>
<string id="_PARENT">Cadre parent</string>
<string id="_BLANK">Nouvelle fen&ecirc;tre</string>
<string id="COLORS">Couleurs</string>
<string id="STANDARD_COLORS">Couleurs standard</string>
<string id="CUSTOM_COLORS">Couleurs personnalis&eacute;es</string>
<string id="ADD_TO_CUSTOM_COLORS">Ajouter aux couleurs personnalis&eacute;es</string>
<string id="DEFAULT_PROPERTIES">Param&egrave;tres par d&eacute;faut</string>
<string id="FONT">Police</string>
<string id="FONT_SIZE">Taille de la police</string>
<string id="FONT_COLOR">Couleur de police</string>
<string id="LINK_COLOR">Couleur du lien</string>
<string id="BACKGROUND_COLOR">Couleur d'arri&egrave;re-plan</string>
<string id="STYLE">Style</string>
<string id="STYLE_PROPERTIES">Propri&eacute;t&eacute;s de style</string>
<string id="FONT_STYLE">Police</string>
<string id="FONT_BOLD">Gras</string>
<string id="FONT_ITALIC">Italique</string>
<string id="FONT_UNDERLINE">Soulign&eacute;</string>
<string id="SPELLCHECKDIALOGTITLE">V&eacute;rifier l'orthographe</string>
<string id="NOT_IN_DICTIONARY">Absent du dictionnaire</string>
<string id="CHANGE_TO">Changer</string>
<string id="SUGGESTIONS">Suggestions</string>
<string id="IGNORE">Ignorer</string>
<string id="IGNORE_ALL">Ignorer tout</string>
<string id="CHANGE">Changer</string>
<string id="CHANGE_ALL">Changer tout</string>
<string id="SUGGEST">Sugg&eacute;rer</string>
<string id="DELETE">Supprimer</string>
<string id="CONSIDER_CHANGING">Changer Oui/Non</string>
<string id="CAPITALIZATION">Capitalisation</string>
<string id="DOUBLED_WORD">Mot r&eacute;p&eacute;t&eacute;</string>
<string id="MIXED_CASE">Minuscules/Majuscules</string>
<string id="CONTAINS_DIGITS">Contient des chiffres</string>
<string id="COMPLETE">Orthographe v&eacute;rifi&eacute;</string>
<string id="SYSTEM_INFO">System Info</string>
<string id="SYSTEM_INFO_TITLE">System Properties</string>
<string id="JAVA_VERSION">Java Version</string>
<string id="JAVA_VENDOR">Java Vendor</string>
<string id="JAVA_VENDOR_URL">Java Vendor URL</string>
<string id="JAVA_CLASS_VERSION">Java Class Version</string>
<string id="OS_NAME">OS Name</string>
<string id="OS_VERSION">OS Version</string>
<string id="OS_ARCH">OS Arch</string>
<string id="FILE_SEPARATOR">File Separator</string>
<string id="PATH_SEPARATOR">Path Separator</string>
<string id="LINE_SEPARATOR">Line Separator</string>
<string id="DOCUMENT_BASE">Document Base</string>
<string id="CODE_BASE">Code Base</string>
<string id="NEW_TOOLTIP">Nouveau</string>
<string id="LOAD_TOOLTIP">Ouvrir</string>
<string id="GETHTMLDATAURL_TOOLTIP">Enregistrer</string>
<string id="CUT_TOOLTIP">Couper</string>
<string id="COPY_TOOLTIP">Copier</string>
<string id="PASTE_TOOLTIP">Coller</string>
<string id="PARAGRAPH_STYLE_TOOLTIP">Format de paragraphe</string>
<string id="FONT_TOOLTIP">Police</string>
<string id="FONTSIZE_TOOLTIP">Taille de la police</string>
<string id="BOLD_TOOLTIP">Gras</string>
<string id="ITALIC_TOOLTIP">Italique</string>
<string id="UNDERLINE_TOOLTIP">Soulign&eacute;</string>
<string id="COLOR_TOOLTIP">Couleur de police</string>
<string id="LEFT_ALIGN_TOOLTIP">Aligner &agrave; gauche</string>
<string id="CENTER_ALIGN_TOOLTIP">Centr&eacute;</string>
<string id="RIGHT_ALIGN_TOOLTIP">Aligner &agrave; droite</string>
<string id="BULLETS_TOOLTIP">Puces</string>
<string id="ORDEREDLIST_TOOLTIP">Liste num&eacute;rot&eacute;e</string>
<string id="ALPHABETLIST_TOOLTIP">Liste alphab&eacute;tique</string>
<string id="INCINDENT_TOOLTIP">Augmenter le retrait</string>
<string id="DECINDENT_TOOLTIP">Diminuer le retrait</string>
<string id="LINK_TOOLTIP">Ins&eacute;rer un lien hypertexte</string>
<string id="BM_TOOLTIP">Ins&eacute;rer un signet</string>
<string id="IMAGE_TOOLTIP">Ins&eacute;rer une image</string>
<string id="INSERTHTML_TOOLTIP">Ins&eacute;rer HTML</string>
<string id="HR_TOOLTIP">Ins&eacute;rer une ligne horizontale</string>
<string id="SPECIALCHARACTER_TOOLTIP">Ins&eacute;rer caract&egrave;res sp&eacute;ciaux</string>
<string id="SHOWNALLCHAR_TOOLTIP">Afficher tout</string>
<string id="PROPERTIESDIALOG_TOOLTIP">Param&egrave;tres par d&eacute;faut</string>
<string id="SPELLCHECK_TOOLTIP">V&eacute;rificateur d'orthographe</string>
<string id="HELP_TOOLTIP">Aide</string>
<string id="INFO_TOOLTIP">A propos de</string>
<string id="INSERT_TABLE_WITH_DIALOG_TOOLTIP">Ins&eacute;rer un tableau</string>
<string id="INSERT_TABLE_TOOLTIP">Ins&eacute;rer une table par d&eacute;faut</string>
<string id="INSERT_ROW_TOOLTIP">Ins&eacute;rer une ligne</string>
<string id="INSERT_COLUMN_TOOLTIP">Ins&eacute;rer une colonne</string>
<string id="EXPAND_TOOLTIP">Agrandir la barre d'outils</string>
<string id="SHRINK_TOOLTIP">R&eacute;duire la barre d'outils</string>
<string id="TINS_TOOLTIP">Ins&eacute;rer du texte</string>
<string id="WTL">Attention</string>
<string id="RTL">Propri&eacute;t&eacute;s de la ligne</string>
<string id="CTL">Propri&eacute;t&eacute;s de la colonne</string>
<string id="BWTL">Propri&eacute;t&eacute;s du tableau</string>
<string id="CETL">Propri&eacute;t&eacute;s de la cellule</string>
<string id="WLIP">La largeur doit &ecirc;tre comprise entre 0 et 100 (en pourcentage)</string>
<string id="WLIP2">La largeur du tableau doit &ecirc;tre comprise entre 0 et 100 (en pourcentage)</string>
<string id="HLIP">La hauteur doit &ecirc;tre comprise entre 0 et 100 (en pourcentage)</string>
<string id="ICWL_IP">La largeur de colonne doit &ecirc;tre comprise entre 0 et 100 (en pourcentage)</string>
<string id="IRHL_IP">La hauteur de ligne doit &ecirc;tre comprise entre 0 et 100 (en pourcentage)</string>
<string id="WP">La largeur doit &ecirc;tre un nombre positif</string>
<string id="HP">La hauteur doit &ecirc;tre un nombre positif</string>
<string id="BP">La largeur cadre doit &ecirc;tre un nombre positif</string>
<string id="CPP">La marge int&eacute;rieure des cellules doit &ecirc;tre un nombre positif</string>
<string id="CSP">L'espacement des cellules doit &ecirc;tre un nombre positif</string>
<string id="ICWP">La largeur de colonne doit &ecirc;tre un nombre positif</string>
<string id="IRHP">La hauteur de ligne doit &ecirc;tre un nombre positif</string>
<string id="RCGTZ">Le nombre de lignes doit &ecirc;tre sup&eacute;rieur &agrave; 0</string>
<string id="CCGTZ">Le nombre de colonnes doit &ecirc;tre sup&eacute;rieur &agrave; 0</string>
<string id="WGTZ">La largeur du tableau doit &ecirc;tre sup&eacute;rieure &agrave; 0</string>
<string id="WV">La largeur doit &ecirc;tre un nombre entier valide</string>
<string id="HV">La hauteur doit &ecirc;tre un nombre entier valide</string>
<string id="BV">L' &eacute;paisseur de la bordure doit &ecirc;tre un nombre entier valide</string>
<string id="CPV">La marge int&eacute;rieure des cellules doit &ecirc;tre un nombre entier valide</string>
<string id="CSV">L'espacement des cellules doit &ecirc;tre un nombre entier valide</string>
<string id="ICWV">La largeur de colonne doit &ecirc;tre un nombre entier valide</string>
<string id="IRHV">La hauteur de ligne doit &ecirc;tre un nombre entier valide</string>
<string id="RCV">Le nombre de lignes doit &ecirc;tre un nombre entier valide</string>
<string id="CCV">Le nombre de colonnes doit &ecirc;tre un nombre entier valide</string>
<string id="BLW">Epaisseur de bordure</string>
<string id="CP">Marge int&eacute;rieure des cellules</string>
<string id="CS">Espacement des cellules</string>
<string id="TPT">Propri&eacute;t&eacute;s du tableau</string>
<string id="TW">Largeur du tableau</string>
<string id="P%">En pourcentage</string>
<string id="PX">En pixels</string>
<string id="RH">Hauteur de ligne</string>
<string id="CW">Largeur de colonne</string>
<string id="CEH">Hauteur de la cellule</string>
<string id="CEW">Largeur de la cellule</string>
<string id="IC">Ins&eacute;rer une colonne</string>
<string id="IR">Ins&eacute;rer une ligne</string>
<string id="LS">A gauche de la position actuelle</string>
<string id="RS">A droite de la position actuelle</string>
<string id="AS">Au-dessus de la position actuelle</string>
<string id="BS">Au-dessous de la position actuelle</string>
<string id="RCC">Nombre de lignes/colonnes</string>
<string id="RC">Lignes</string>
<string id="CC">Colonnes</string>
<string id="TB">Epaisseur de bordure</string>
<string id="IRCP">Propri&eacute;t&eacute;s de lignes/colonnes</string>
<string id="RCE">Nombre de lignes sup&eacute;rieur &agrave;</string>
<string id="CCE">Nombre de colonnes sup&eacute;rieur &agrave;</string>
<string id="RCL">Couleur d'arri&egrave;re-plan des lignes</string>
<string id="CCL">Couleur d'arri&egrave;re-plan des colonnes</string>
<string id="CECL">Couleur d´arri&egrave;re-plan de la cellule</string>
<string id="DELETE_ROW">Supprimer la ligne</string>
<string id="DELETE_COLUMN">Supprimer la colonne</string>
<string id="DELETE_TABLE">Supprimer le tableau</string>
<string id="ROW_PROPERTIES">Propri&eacute;t&eacute;s de lignes...</string>
<string id="COLUMN_PROPERTIES">Propri&eacute;t&eacute;s de colonnes...</string>
<string id="TABLE_PROPERTIES">Propri&eacute;t&eacute;s du tableau...</string>
<string id="CPR">Propri&eacute;t&eacute;s de la cellule...</string>
<string id="IMP">Propri&eacute;t&eacute;s de l'image</string>
<string id="HYP">Propri&eacute;t&eacute;s du lien hypertexte...</string>
<string id="UKP">Propri&eacute;t&eacute;s de la balise...</string>
<string id="BMP">Propri&eacute;t&eacute;s du signet...</string>
<string id="BM_INS">Ins&eacute;rer un signet</string>
<string id="BM_EDT">Editer signet</string>
<string id="BM_NM">Nom du signet</string>
<string id="BM_RMV">Supprimer signet</string>
<string id="PT">Ins&eacute;rer texte ici (Utiliser raccourcis-clavier, p.ex. Ctrl+V)</string>
<string id="HTML">HTML</string>
<string id="TXT">Texte seulement</string>
<string id="EIT">Coller texte &agrave; partir du Presse-papiers</string>
<string id="PSD">Standard</string>
<string id="PH1">Titre 1</string>
<string id="PH2">Titre 2</string>
<string id="PH3">Titre 3</string>
<string id="PH4">Titre 4</string>
<string id="PH5">Titre 5</string>
<string id="PH6">Titre 6</string>
<string id="DF">[Par d&eacute;faut]</string>
<string id="NFZ">Normal</string>
<string id="MRG">Relier</string>
<string id="MRG_ABV">Au-dessus </string>
<string id="MRG_RGHT">Droite</string>
<string id="MRG_LFT">Gauche</string>
<string id="MRG_BLW">Au-dessous </string>
<string id="SPLT">Partager</string>
<string id="SPLT_COL">Partager en colonnes</string>
<string id="SPLT_ROW">Partager en lignes</string>
<string id="SPLT_NR_COL">Nombre de colonnes:</string>
<string id="SPLT_NR_ROW">Nombre de lignes:</string>
<string id="RVAL">Aligner la ligne verticalement</string>
<string id="CVAL">Aligner la colonne verticalement</string>
<string id="VAL">Aligner verticalement</string>
<string id="DFL">Par d&eacute;faut</string>
<string id="TOP">En haut</string>
<string id="MDL">Au centre</string>
<string id="BTM">En bas</string>
<string id="BLN">Ligne de base</string>
<string id="COTL">Propri&eacute;t&eacute;s des couleurs</string>
<string id="TVAL">Aligner les cellules verticalement</string>
<string id="NEW_DOC">Nouveau document</string>
<string id="NEW_DOC_DLG">Effacer le contenu de l´&eacute;diteur?</string>
<string id="TABGCL">Couleur d´arri&egrave;re-plan du tableau</string>
<string id="TABDCL">Couleur de la bordure</string>
</localestrings>
</locale>

View file

@ -1,43 +0,0 @@
<styles>
<style name="H1">
<fontface>Serif</fontface>
<fontsize>24</fontsize>
<fontcolor>red</fontcolor>
<bold />
</style>
<style name="H2">
<fontface>Serif</fontface>
<fontsize>18</fontsize>
<fontcolor>blue</fontcolor>
<bold />
</style>
<style name="H3">
<fontface>Serif</fontface>
<fontsize>14</fontsize>
<fontcolor>#2789ff</fontcolor>
<bold />
</style>
<style name="H4">
<fontface>Serif</fontface>
<fontsize>12</fontsize>
<fontcolor>#2789ff</fontcolor>
<bold />
</style>
<style name="H5">
<fontface>Serif</fontface>
<fontsize>10</fontsize>
<fontcolor>#2789ff</fontcolor>
<bold />
</style>
<style name="H6">
<fontface>Serif</fontface>
<fontsize>8</fontsize>
<fontcolor>#2789ff</fontcolor>
<bold />
</style>
<style name="Standard">
<fontface>Serif</fontface>
<fontsize>12</fontsize>
<fontcolor>#2789ff</fontcolor>
</style>
</styles>

View file

@ -1,26 +0,0 @@
#Sentry Spelling Checker Engine AWT Applet Demo
UserLexicon1=lex/userdic.tlx,url,t
UserLexicon2=lex/correct.tlx,url,t
MainLexicon1=lex/ssceam.tlx,url,t
MainLexicon2=lex/ssceam2.clx,url,c
REPORT_UNCAPPED_OPT=true
IGNORE_CAPPED_WORD_OPT=false
SPLIT_WORDS_OPT=false
IGNORE_NON_ALPHA_WORD_OPT=true
REPORT_MIXED_CASE_OPT=false
REPORT_DOUBLED_WORD_OPT=true
IGNORE_ALL_CAPS_WORD_OPT=false
ALLOW_ACCENTED_CAPS_OPT=true
MinSuggestDepth=50
SPLIT_HYPHENATED_WORDS_OPT=true
Suggestions=typographical
IGNORE_MIXED_CASE_OPT=false
STRIP_POSSESSIVES_OPT=true
REPORT_MIXED_DIGITS_OPT=false
SUGGEST_SPLIT_WORDS_OPT=true
IGNORE_DOMAIN_NAMES_OPT=true
IGNORE_MIXED_DIGITS_OPT=false
SPLIT_CONTRACTED_WORDS_OPT=false
Comparator=Typographical
CASE_SENSITIVE_OPT=true

View file

@ -1,26 +0,0 @@
#Sentry Spelling Checker Engine AWT Applet Demo
UserLexicon1=lex/userdic.tlx,url,t
UserLexicon2=lex/correct.tlx,url,t
MainLexicon1=lex/sscebr.tlx,url,t
MainLexicon2=lex/sscebr2.clx,url,c
REPORT_UNCAPPED_OPT=true
IGNORE_CAPPED_WORD_OPT=false
SPLIT_WORDS_OPT=false
IGNORE_NON_ALPHA_WORD_OPT=true
REPORT_MIXED_CASE_OPT=false
REPORT_DOUBLED_WORD_OPT=true
IGNORE_ALL_CAPS_WORD_OPT=false
ALLOW_ACCENTED_CAPS_OPT=true
MinSuggestDepth=50
SPLIT_HYPHENATED_WORDS_OPT=true
Suggestions=typographical
IGNORE_MIXED_CASE_OPT=false
STRIP_POSSESSIVES_OPT=true
REPORT_MIXED_DIGITS_OPT=false
SUGGEST_SPLIT_WORDS_OPT=true
IGNORE_DOMAIN_NAMES_OPT=true
IGNORE_MIXED_DIGITS_OPT=false
SPLIT_CONTRACTED_WORDS_OPT=false
Comparator=Typographical
CASE_SENSITIVE_OPT=true

View file

@ -1,27 +0,0 @@
#Settings for Dutch dictionary
UserLexicon1=lex/userdic.tlx,url,t
UserLexicon2=lex/correct.tlx,url,t
MainLexicon1=lex/sscedu.tlx,url,t
MainLexicon2=lex/sscedu2.clx,url,c
REPORT_UNCAPPED_OPT=true
IGNORE_CAPPED_WORD_OPT=false
SPLIT_WORDS_OPT=false
IGNORE_NON_ALPHA_WORD_OPT=true
REPORT_MIXED_CASE_OPT=false
REPORT_DOUBLED_WORD_OPT=true
IGNORE_ALL_CAPS_WORD_OPT=false
#Set the following to false for French Canadian
ALLOW_ACCENTED_CAPS_OPT=true
MinSuggestDepth=50
SPLIT_HYPHENATED_WORDS_OPT=true
Suggestions=typographical
IGNORE_MIXED_CASE_OPT=false
STRIP_POSSESSIVES_OPT=true
REPORT_MIXED_DIGITS_OPT=false
SUGGEST_SPLIT_WORDS_OPT=true
IGNORE_DOMAIN_NAMES_OPT=true
IGNORE_MIXED_DIGITS_OPT=false
SPLIT_CONTRACTED_WORDS_OPT=true
Comparator=Typographical
CASE_SENSITIVE_OPT=true

View file

@ -1,27 +0,0 @@
#Settings for Finnish dictionary
UserLexicon1=lex/userdic.tlx,url,t
UserLexicon2=lex/correct.tlx,url,t
MainLexicon1=lex/sscefi.tlx,url,t
MainLexicon2=lex/sscefi2.clx,url,c
REPORT_UNCAPPED_OPT=true
IGNORE_CAPPED_WORD_OPT=false
SPLIT_WORDS_OPT=true
IGNORE_NON_ALPHA_WORD_OPT=true
REPORT_MIXED_CASE_OPT=false
REPORT_DOUBLED_WORD_OPT=true
IGNORE_ALL_CAPS_WORD_OPT=false
#Set the following to false for French Canadian
ALLOW_ACCENTED_CAPS_OPT=true
MinSuggestDepth=50
SPLIT_HYPHENATED_WORDS_OPT=true
Suggestions=typographical
IGNORE_MIXED_CASE_OPT=false
STRIP_POSSESSIVES_OPT=true
REPORT_MIXED_DIGITS_OPT=false
SUGGEST_SPLIT_WORDS_OPT=true
IGNORE_DOMAIN_NAMES_OPT=true
IGNORE_MIXED_DIGITS_OPT=false
SPLIT_CONTRACTED_WORDS_OPT=true
Comparator=Typographical
CASE_SENSITIVE_OPT=true

View file

@ -1,27 +0,0 @@
#Settings for French dictionary
UserLexicon1=lex/userdic.tlx,url,t
UserLexicon2=lex/correct.tlx,url,t
MainLexicon1=lex/sscefr.tlx,url,t
MainLexicon2=lex/sscefr2.clx,url,c
REPORT_UNCAPPED_OPT=true
IGNORE_CAPPED_WORD_OPT=false
SPLIT_WORDS_OPT=true
IGNORE_NON_ALPHA_WORD_OPT=true
REPORT_MIXED_CASE_OPT=false
REPORT_DOUBLED_WORD_OPT=true
IGNORE_ALL_CAPS_WORD_OPT=false
#Set the following to false for French Canadian
ALLOW_ACCENTED_CAPS_OPT=true
MinSuggestDepth=50
SPLIT_HYPHENATED_WORDS_OPT=true
Suggestions=typographical
IGNORE_MIXED_CASE_OPT=false
STRIP_POSSESSIVES_OPT=true
REPORT_MIXED_DIGITS_OPT=false
SUGGEST_SPLIT_WORDS_OPT=true
IGNORE_DOMAIN_NAMES_OPT=true
IGNORE_MIXED_DIGITS_OPT=false
SPLIT_CONTRACTED_WORDS_OPT=true
Comparator=Typographical
CASE_SENSITIVE_OPT=true

View file

@ -1,26 +0,0 @@
#Sentry Spelling Checker Engine AWT Applet Demo
UserLexicon1=lex/userdic.tlx,url,t
UserLexicon2=lex/correct.tlx,url,t
MainLexicon1=lex/sscege.tlx,url,t
MainLexicon2=lex/sscege2.clx,url,c
REPORT_UNCAPPED_OPT=true
IGNORE_CAPPED_WORD_OPT=false
SPLIT_WORDS_OPT=true
IGNORE_NON_ALPHA_WORD_OPT=true
REPORT_MIXED_CASE_OPT=false
REPORT_DOUBLED_WORD_OPT=true
IGNORE_ALL_CAPS_WORD_OPT=false
ALLOW_ACCENTED_CAPS_OPT=true
MinSuggestDepth=50
SPLIT_HYPHENATED_WORDS_OPT=true
Suggestions=typographical
IGNORE_MIXED_CASE_OPT=false
STRIP_POSSESSIVES_OPT=true
REPORT_MIXED_DIGITS_OPT=false
SUGGEST_SPLIT_WORDS_OPT=true
IGNORE_DOMAIN_NAMES_OPT=true
IGNORE_MIXED_DIGITS_OPT=false
SPLIT_CONTRACTED_WORDS_OPT=false
Comparator=Typographical
CASE_SENSITIVE_OPT=true

View file

@ -1,27 +0,0 @@
#Settings for Italian dictionary
UserLexicon1=lex/userdic.tlx,url,t
UserLexicon2=lex/correct.tlx,url,t
MainLexicon1=lex/ssceit.tlx,url,t
MainLexicon2=lex/ssceit2.clx,url,c
REPORT_UNCAPPED_OPT=true
IGNORE_CAPPED_WORD_OPT=false
SPLIT_WORDS_OPT=true
IGNORE_NON_ALPHA_WORD_OPT=true
REPORT_MIXED_CASE_OPT=false
REPORT_DOUBLED_WORD_OPT=true
IGNORE_ALL_CAPS_WORD_OPT=false
#Set the following to false for French Canadian
ALLOW_ACCENTED_CAPS_OPT=true
MinSuggestDepth=50
SPLIT_HYPHENATED_WORDS_OPT=true
Suggestions=typographical
IGNORE_MIXED_CASE_OPT=false
STRIP_POSSESSIVES_OPT=true
REPORT_MIXED_DIGITS_OPT=false
SUGGEST_SPLIT_WORDS_OPT=true
IGNORE_DOMAIN_NAMES_OPT=true
IGNORE_MIXED_DIGITS_OPT=false
SPLIT_CONTRACTED_WORDS_OPT=true
Comparator=Typographical
CASE_SENSITIVE_OPT=true

View file

@ -1,27 +0,0 @@
#Settings for French dictionary
UserLexicon1=lex/userdic.tlx,url,t
UserLexicon2=lex/correct.tlx,url,t
MainLexicon1=lex/sscesp.tlx,url,t
MainLexicon2=lex/sscesp2.clx,url,c
REPORT_UNCAPPED_OPT=true
IGNORE_CAPPED_WORD_OPT=false
SPLIT_WORDS_OPT=true
IGNORE_NON_ALPHA_WORD_OPT=true
REPORT_MIXED_CASE_OPT=false
REPORT_DOUBLED_WORD_OPT=true
IGNORE_ALL_CAPS_WORD_OPT=false
#Set the following to false for French Canadian
ALLOW_ACCENTED_CAPS_OPT=true
MinSuggestDepth=50
SPLIT_HYPHENATED_WORDS_OPT=true
Suggestions=typographical
IGNORE_MIXED_CASE_OPT=false
STRIP_POSSESSIVES_OPT=true
REPORT_MIXED_DIGITS_OPT=false
SUGGEST_SPLIT_WORDS_OPT=true
IGNORE_DOMAIN_NAMES_OPT=true
IGNORE_MIXED_DIGITS_OPT=false
SPLIT_CONTRACTED_WORDS_OPT=true
Comparator=Typographical
CASE_SENSITIVE_OPT=true

View file

@ -1,27 +0,0 @@
#Settings for French dictionary
UserLexicon1=lex/userdic.tlx,url,t
UserLexicon2=lex/correct.tlx,url,t
MainLexicon1=lex/sscesw.tlx,url,t
MainLexicon2=lex/sscesw2.clx,url,c
REPORT_UNCAPPED_OPT=true
IGNORE_CAPPED_WORD_OPT=false
SPLIT_WORDS_OPT=false
IGNORE_NON_ALPHA_WORD_OPT=true
REPORT_MIXED_CASE_OPT=false
REPORT_DOUBLED_WORD_OPT=true
IGNORE_ALL_CAPS_WORD_OPT=false
#Set the following to false for French Canadian
ALLOW_ACCENTED_CAPS_OPT=true
MinSuggestDepth=50
SPLIT_HYPHENATED_WORDS_OPT=true
Suggestions=typographical
IGNORE_MIXED_CASE_OPT=false
STRIP_POSSESSIVES_OPT=true
REPORT_MIXED_DIGITS_OPT=false
SUGGEST_SPLIT_WORDS_OPT=true
IGNORE_DOMAIN_NAMES_OPT=true
IGNORE_MIXED_DIGITS_OPT=false
SPLIT_CONTRACTED_WORDS_OPT=true
Comparator=Typographical
CASE_SENSITIVE_OPT=true

Binary file not shown.

Binary file not shown.

View file

@ -1,101 +0,0 @@
<toolbar>
<icon paramname="NEW">
</icon>
<icon paramname="LOAD">
</icon>
<icon paramname="GETHTMLDATAURL">
<iconfile>icons/save.gif</iconfile>
</icon>
<separator />
<icon paramname="CUT">
</icon>
<icon paramname="COPY">
</icon>
<icon paramname="PASTE">
</icon>
<icon paramname="INSERTTEXT">
</icon>
<separator />
<choice paramname="PARAGRAPHSTYLE" />
<choice paramname="FONT" />
<choice paramname="FONTSIZE" />
<separator />
<icon paramname="BOLD">
<iconfile>icons/bold.gif</iconfile>
</icon>
<icon paramname="ITALIC">
<iconfile>icons/italic.gif</iconfile>
</icon>
<icon paramname="UNDERLINE">
</icon>
<icon paramname="COLOR">
<iconfile>icons/autocolor.gif</iconfile>
</icon>
<separator />
<icon paramname="ALIGN">
<iconfile>icons/left.gif;icons/center.gif;icons/right.gif</iconfile>
</icon>
<separator />
<icon paramname="INSERTTABLEDIALOG">
</icon>
<icon paramname="INSERTTABLE">
</icon>
<icon paramname="INSERTROW">
</icon>
<icon paramname="INSERTCOLUMN">
</icon>
<separator />
<icon paramname="BULLETS">
<iconfile>icons/list.gif</iconfile>
</icon>
<icon paramname="ORDEREDLIST">
<iconfile>icons/olist.gif</iconfile>
</icon>
<icon paramname="ALPHABETLIST">
<iconfile>icons/alist.gif</iconfile>
</icon>
<icon paramname="DECINDENT">
<iconfile>icons/decindent.gif</iconfile>
</icon>
<icon paramname="INCINDENT">
<iconfile>icons/incindent.gif</iconfile>
</icon>
<separator />
<icon paramname="LINK">
<iconfile>icons/link.gif</iconfile>
</icon>
<icon paramname="BOOKMARK">
<iconfile>icons/bookmark.gif</iconfile>
</icon>
<icon paramname="IMAGE">
</icon>
<icon paramname="INSERTHTML">
<iconfile>icons/file.gif</iconfile>
</icon>
<icon paramname="HR">
</icon>
<icon paramname="SPECIALCHARACTER">
<iconfile>icons/charmap.gif</iconfile>
</icon>
<separator />
<icon paramname="SPELLCHECK">
</icon>
<icon paramname="SHOWNALLCHAR">
<iconfile>icons/shownallchar.gif</iconfile>
</icon>
<icon paramname="PROPERTIESDIALOG">
</icon>
<separator />
<!-- <urlicon paramname="UPLOADIMAGE">
<iconfile>icons/java.gif</iconfile>
<url>http://isa-dev-ws-02/all/images/imageupload.htm</url>
<target>_upload</target>
</urlicon>
<dlgicon paramname="CUSTOMDLG">
<iconfile>icons/bookmark.gif</iconfile>
<classname>com.isa.awt.dialog.BookmarkDialogWrapper</classname>
</dlgicon>
<separator /> -->
<icon paramname="help" />
</toolbar>