Commit 826779d6 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

update FCKeditor to 2.6.5.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31258 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3db4348
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309716.77</string> </value>
<value> <string>ts60538662.36</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -109,8 +109,8 @@ window.onload = function()\r\n
\t\t\t\t\t\t\t\tborder-left: #000000 1px solid; border-bottom: #000000 1px solid">\r\n
\t\t\t\t\t\t\t\t<span fcklang="DlgAboutVersion">version</span>\r\n
\t\t\t\t\t\t\t\t<br />\r\n
\t\t\t\t\t\t\t\t<b>2.6.4.1</b><br />\r\n
\t\t\t\t\t\t\t\tBuild 23187</td>\r\n
\t\t\t\t\t\t\t\t<b>2.6.5</b><br />\r\n
\t\t\t\t\t\t\t\tBuild 23959</td>\r\n
\t\t\t\t\t\t</tr>\r\n
\t\t\t\t\t</table>\r\n
\t\t\t\t</td>\r\n
......@@ -177,11 +177,11 @@ document.write( \'<b>Platform<\\/b><br />\' + window.navigator.platform + \'<br
var sUserLang = \'?\' ;\r\n
\r\n
if ( window.navigator.language )\r\n
\tsUserLang = window.navigator.language.toLowerCase() ;\r\n
\tsUserLang = window.navigator.language ;\r\n
else if ( window.navigator.userLanguage )\r\n
\tsUserLang = window.navigator.userLanguage.toLowerCase() ;\r\n
\tsUserLang = window.navigator.userLanguage ;\r\n
\r\n
document.write( \'<b>User Language<\\/b><br />\' + sUserLang ) ;\r\n
document.write( \'<b>Language<\\/b><br />\' + sUserLang ) ;\r\n
//-->\r\n
\t\t\t\t\t</script>\r\n
\t\t\t\t</td>\r\n
......@@ -200,7 +200,7 @@ document.write( \'<b>User Language<\\/b><br />\' + sUserLang ) ;\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>5686</int> </value>
<value> <int>5651</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309338.49</string> </value>
<value> <string>ts60538662.36</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -52,11 +52,11 @@
*\r\n
* Link dialog window.\r\n
-->\r\n
<html xmlns="http://www.w3.org/1999/xhtml">\r\n
<html>\r\n
<head>\r\n
\t<title></title>\r\n
\t<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />\r\n
\t<meta content="noindex, nofollow" name="robots" />\r\n
\t<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >\r\n
\t<meta content="noindex, nofollow" name="robots" >\r\n
\t<script src="common/fck_dialog_common.js" type="text/javascript"></script>\r\n
\t<script type="text/javascript">\r\n
\r\n
......@@ -405,11 +405,11 @@ function SelectColor( wich )\r\n
{\r\n
\tswitch ( wich )\r\n
\t{\r\n
\t\tcase \'Back\'\t\t\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectBackColor, window ) ; return ;\r\n
\t\tcase \'ColorText\'\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectColorText, window ) ; return ;\r\n
\t\tcase \'ColorLink\'\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectColorLink, window ) ; return ;\r\n
\t\tcase \'ColorVisited\'\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectColorVisited, window ) ; return ;\r\n
\t\tcase \'ColorActive\'\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectColorActive, window ) ; return ;\r\n
\t\tcase \'Back\'\t\t\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectBackColor ) ; return ;\r\n
\t\tcase \'ColorText\'\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectColorText ) ; return ;\r\n
\t\tcase \'ColorLink\'\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectColorLink ) ; return ;\r\n
\t\tcase \'ColorVisited\'\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectColorVisited ) ; return ;\r\n
\t\tcase \'ColorActive\'\t: oEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, SelectColorActive ) ; return ;\r\n
\t}\r\n
}\r\n
\r\n
......@@ -489,22 +489,22 @@ function SetUrl( url )\r\n
\t\t\t\t\t\t\t\t<span fcklang="DlgDocDocType">Document Type Heading</span><br />\r\n
\t\t\t\t\t\t\t\t<select id="selDocType" onchange="CheckOther( this, \'txtDocType\' );">\r\n
\t\t\t\t\t\t\t\t\t<option value="" selected="selected"></option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">\'>HTML\r\n
\t\t\t\t\t\t\t\t\t<option value=\'&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"&gt;\'>HTML\r\n
\t\t\t\t\t\t\t\t\t\t4.01 Transitional</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\'>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"&gt;\'>\r\n
\t\t\t\t\t\t\t\t\t\tHTML 4.01 Strict</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">\'>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"&gt;\'>\r\n
\t\t\t\t\t\t\t\t\t\tHTML 4.01 Frameset</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">\'>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;\'>\r\n
\t\t\t\t\t\t\t\t\t\tXHTML 1.0 Transitional</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\'>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt;\'>\r\n
\t\t\t\t\t\t\t\t\t\tXHTML 1.0 Strict</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">\'>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"&gt;\'>\r\n
\t\t\t\t\t\t\t\t\t\tXHTML 1.0 Frameset</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">\'>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"&gt;\'>\r\n
\t\t\t\t\t\t\t\t\t\tXHTML 1.1</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">\'>HTML 3.2</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">\'>HTML 2.0</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"&gt;\'>HTML 3.2</option>\r\n
\t\t\t\t\t\t\t\t\t<option value=\'&lt;!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"&gt;\'>HTML 2.0</option>\r\n
\t\t\t\t\t\t\t\t\t<option value="..." fcklang="DlgOpOther">&lt;Other&gt;</option>\r\n
\t\t\t\t\t\t\t\t</select>\r\n
\t\t\t\t\t\t\t</td>\r\n
......@@ -639,7 +639,7 @@ function SetUrl( url )\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>22627</int> </value>
<value> <int>22602</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309338.49</string> </value>
<value> <string>ts60538662.36</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -57,7 +57,7 @@
\t\t<title>Document Properties - Preview</title>\r\n
\t\t<meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r\n
\t\t<meta name="robots" content="noindex, nofollow">\r\n
\t\t<script language="javascript">\r\n
\t\t<script type="text/javascript">\r\n
\r\n
var eBase = parent.FCK.EditorDocument.getElementsByTagName( \'BASE\' ) ;\r\n
if ( eBase.length > 0 && eBase[0].href.length > 0 )\r\n
......@@ -152,7 +152,7 @@ function SetActiveColor( color )\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2843</int> </value>
<value> <int>2844</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309338.5</string> </value>
<value> <string>ts60538662.37</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -87,7 +87,7 @@ window.onload = function ()\r\n
\t\t\t\'javascript:void( (function(){\' +\r\n
\t\t\t\t\'document.open() ;\' +\r\n
\t\t\t\t\'document.domain=\\\'\' + document.domain + \'\\\' ;\' +\r\n
\t\t\t\t\'document.write(\\\'<html><head><script>window.onerror = function() { return true ; };<\\/script><\\/head><body><\\/body><\\/html>\\\') ;\' +\r\n
\t\t\t\t\'document.write(\\\'<html><head><scr\' + \'ipt>window.onerror = function() { return true ; };<\\/script><\\/head><body><\\/body><\\/html>\\\') ;\' +\r\n
\t\t\t\t\'document.close() ;\' +\r\n
\t\t\t\t\'document.body.contentEditable = true ;\' +\r\n
\t\t\t\t\'window.focus() ;\' +\r\n
......@@ -104,7 +104,7 @@ window.onload = function ()\r\n
\t\t\t// Avoid errors if the pasted content has any script that fails: #389\r\n
\t\t\tvar oDoc = oFrame.contentWindow.document ;\r\n
\t\t\toDoc.open() ;\r\n
\t\t\toDoc.write(\'<html><head><script>window.onerror = function() { return true ; };<\\/script><\\/head><body><\\/body><\\/html>\') ;\r\n
\t\t\toDoc.write(\'<html><head><scr\' + \'ipt>window.onerror = function() { return true ; };<\\/script><\\/head><body><\\/body><\\/html>\') ;\r\n
\t\t\toDoc.close() ;\r\n
\r\n
\t\t\tif ( FCKBrowserInfo.IsIE )\r\n
......@@ -225,11 +225,11 @@ function CleanWord( oNode, bIgnoreFont, bRemoveStyles )\r\n
\thtml = html.replace( /\\s*mso-[^:]+:[^;"]+;?/gi, \'\' ) ;\r\n
\r\n
\t// Remove margin styles.\r\n
\thtml = html.replace( /\\s*MARGIN: 0cm 0cm 0pt\\s*;/gi, \'\' ) ;\r\n
\thtml = html.replace( /\\s*MARGIN: 0cm 0cm 0pt\\s*"/gi, "\\"" ) ;\r\n
\thtml = html.replace( /\\s*MARGIN: 0(?:cm|in) 0(?:cm|in) 0pt\\s*;/gi, \'\' ) ;\r\n
\thtml = html.replace( /\\s*MARGIN: 0(?:cm|in) 0(?:cm|in) 0pt\\s*"/gi, "\\"" ) ;\r\n
\r\n
\thtml = html.replace( /\\s*TEXT-INDENT: 0cm\\s*;/gi, \'\' ) ;\r\n
\thtml = html.replace( /\\s*TEXT-INDENT: 0cm\\s*"/gi, "\\"" ) ;\r\n
\thtml = html.replace( /\\s*TEXT-INDENT: 0(?:cm|in)\\s*;/gi, \'\' ) ;\r\n
\thtml = html.replace( /\\s*TEXT-INDENT: 0(?:cm|in)\\s*"/gi, "\\"" ) ;\r\n
\r\n
\thtml = html.replace( /\\s*TEXT-ALIGN: [^\\s;]+;?"/gi, "\\"" ) ;\r\n
\r\n
......@@ -386,7 +386,7 @@ function CleanWord( oNode, bIgnoreFont, bRemoveStyles )\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>12291</int> </value>
<value> <int>12343</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="File" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts60537124.1</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>fck_scayt.html</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/html</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >\r\n
<!--\r\n
* FCKeditor - The text editor for Internet - http://www.fckeditor.net\r\n
* Copyright (C) 2003-2009 Frederico Caldeira Knabben\r\n
*\r\n
* == BEGIN LICENSE ==\r\n
*\r\n
* Licensed under the terms of any of the following licenses at your\r\n
* choice:\r\n
*\r\n
* - GNU General Public License Version 2 or later (the "GPL")\r\n
* http://www.gnu.org/licenses/gpl.html\r\n
*\r\n
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r\n
* http://www.gnu.org/licenses/lgpl.html\r\n
*\r\n
* - Mozilla Public License Version 1.1 or later (the "MPL")\r\n
* http://www.mozilla.org/MPL/MPL-1.1.html\r\n
*\r\n
* == END LICENSE ==\r\n
-->\r\n
<html>\r\n
\t<head>\r\n
\t\t<title>SCAYT Properties</title>\r\n
\t\t<meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r\n
\t\t<meta content="noindex, nofollow" name="robots">\r\n
\t\t<script src="common/fck_dialog_common.js" type="text/javascript"></script>\r\n
\t\t<link type="text/css" href="fck_scayt/scayt_dialog.css" rel="stylesheet" />\r\n
\t\t<script type="text/javascript">\r\n
\r\n
\t\t\tvar dialog\t= window.parent ;\r\n
\t\t\tvar oEditor\t= dialog.InnerDialogLoaded() ;\r\n
\t\t\tvar FCKLang = oEditor.FCKLang;\r\n
\t\t\tvar scayt = oEditor.scayt;\r\n
\t\t\tvar scayt_control = oEditor.scayt_control;\r\n
\t\t\tvar lang_list = {};\r\n
var\tsLang;\r\n
\t\t\tvar\tfckLang;\r\n
var chosed_lang;\r\n
\t\t\tvar options;\r\n
\t\t\tvar\ttabs = scayt_control.uiTags || [1,1,0,1];\r\n
\t\t\tvar\tuserDicActive = tabs[2] == 1;\r\n
\t\t\tvar\tcaptions;\r\n
\t\t\tvar dic_buttons = [\r\n
\t\t\t\t// [0] contains buttons for creating\r\n
\t\t\t\t"dic_create,dic_restore",\r\n
\t\t\t\t// [1] contains buton for manipulation\r\n
\t\t\t\t"dic_rename,dic_delete"\r\n
\t\t\t];\r\n
\r\n
\t\t\tvar get =\r\n
\t\t\t\tnew function(){\r\n
\r\n
\t\t\t\t\tvar mergeObjs = function(obj1, obj2)\r\n
\t\t\t\t\t{\r\n
\t\t\t\t\t\tfor (var k in obj1)\r\n
\t\t\t\t\t\t\tobj2[k] = obj1[k];\r\n
\r\n
\t\t\t\t\t\treturn obj2;\r\n
\t\t\t\t\t};\r\n
\r\n
\t\t\t\t\tvar removeWhitespaces = function( s )\r\n
\t\t\t\t\t{\r\n
\t\t\t\t\t\ts = s.replace( new RegExp("^ +| +$"), \'\' ) ;\r\n
\t\t\t\t\t\treturn s ;\r\n
\t\t\t\t\t};\r\n
\r\n
\t\t\t\t\tvar addEvent = function( el ,sEventName, fTodo )\r\n
\t\t\t\t\t{\r\n
\t\t\t\t\t\tif (el.addEventListener) {\r\n
\t\t\t\t\t\t\tel.addEventListener (sEventName,fTodo,false);\r\n
\r\n
\t\t\t\t\t\t} else if (el.attachEvent) {\r\n
\t\t\t\t\t\t\tel.attachEvent ("on"+sEventName,fTodo);\r\n
\r\n
\t\t\t\t\t\t} else {\r\n
\t\t\t\t\t\t\tel["on"+sEventName] = fTodo;\r\n
\t\t\t\t\t\t}\r\n
\t\t\t\t\t};\r\n
\r\n
\t\t\t\t\tvar getElementsByClassName = function (node,classname ,strTag) {\r\n
\t\t\t\t\t\tstrTag = strTag || "*";\r\n
\t\t\t\t\t \tnode = node || document;\r\n
\t\t\t\t\t\tif (node.getElementsByClassName)\r\n
\t\t\t\t\t\t\treturn node.getElementsByClassName(classname);\r\n
\t\t\t\t\t\telse {\r\n
\t\t\t\t\t\t\tvar objColl = node.getElementsByTagName(strTag);\r\n
\t\t\t\t\t\t\tif (!objColl.length && strTag == "*" && node.all) objColl = node.all;\r\n
\t\t\t\t\t\t\tvar arr = new Array();\r\n
\t\t\t\t\t\t\tvar delim = classname.indexOf(\'|\') != -1 ? \'|\' : \' \';\r\n
\t\t\t\t\t\t\tvar arrClass = classname.split(delim);\r\n
\t\t\t\t\t\t\tfor (var i = 0, j = objColl.length; i < j; i++) {\r\n
\t\t\t\t\t\t\t\tvar arrObjClass = objColl[i].className.split(\' \');\r\n
\t\t\t\t\t\t\t\tif (delim == \' \' && arrClass.length > arrObjClass.length) continue;\r\n
\t\t\t\t\t\t\t\tvar c = 0;\r\n
\t\t\t\t\t\t\t\tcomparisonLoop:\r\n
\t\t\t\t\t\t\t\t\tfor ( var k = 0, l = arrObjClass.length ; k < l ; k++ )\r\n
\t\t\t\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t\t\t\tfor ( var m = 0, n = arrClass.length ; m < n ; m++ )\r\n
\t\t\t\t\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t\t\t\t\tif ( arrClass[m] == arrObjClass[k] )\r\n
\t\t\t\t\t\t\t\t\t\t\t\tc++ ;\r\n
\r\n
\t\t\t\t\t\t\t\t\t\t\tif ( ( delim == \'|\' && c == 1 ) || ( delim == \' \' && c == arrClass.length ) )\r\n
\t\t\t\t\t\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t\t\t\t\t\tarr.push( objColl[i] ) ;\r\n
\t\t\t\t\t\t\t\t\t\t\t\tbreak comparisonLoop ;\r\n
\t\t\t\t\t\t\t\t\t\t\t}\r\n
\t\t\t\t\t\t\t\t\t\t}\r\n
\t\t\t\t\t\t\t\t\t}\r\n
\t\t\t\t\t\t\t}\r\n
\t\t\t\t\t\t\treturn arr;\r\n
\t\t\t\t\t\t}\r\n
\t\t\t\t\t};\r\n
\r\n
\t\t\t\t\tvar hasClassName = function ( sClassName, elem ) {\r\n
\t\t\t\t\t\t//.split(/\\s+/);\r\n
\t\t\t\t\t\tvar aCnames = elem.className.split(/\\s+/) || [];\r\n
\t\t\t\t\t\tfor (var i=0, l=aCnames.length; i<l ; i++){\r\n
\t\t\t\t\t\t\tif (sClassName == aCnames[i])\r\n
\t\t\t\t\t\t\t\treturn true;\r\n
\t\t\t\t\t\t}\r\n
\t\t\t\t\t\treturn false;\r\n
\t\t\t\t\t}\r\n
\r\n
\t\t\t\t\tvar single = {\r\n
\t\t\t\t\t\taddClass \t: function ( sClassName ) {\r\n
\t\t\t\t\t\t\t//console.info( sClassName, this.className, );\r\n
\t\t\t\t\t\t\tif ( hasClassName(sClassName , this) )\r\n
\t\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t\tvar s = removeWhitespaces(this.className + " " +sClassName);\r\n
\t\t\t\t\t\t\tthis.className = s;\r\n
\t\t\t\t\t\t\treturn this;\r\n
\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tremoveClass : function ( sClassName ) {\r\n
\t\t\t\t\t\t\tvar s = removeWhitespaces(this.className.replace(sClassName,""));\r\n
\t\t\t\t\t\t\tthis.className = s;\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tsetStyle : function( oStyles )\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\tfor ( var style in oStyles )\r\n
\t\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t\tthis.style[style] = oStyles[style] ;\r\n
\t\t\t\t\t\t\t}\r\n
\t\t\t\t\t\t\treturn this ;\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tbindOnclick\t\t: function ( handler ) {\r\n
\t\t\t\t\t\t\t//addEvent( this, "click" , handler);\r\n
\t\t\t\t\t\t\tthis.onclick = handler;\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tbindOnchange\t: function ( handler ) {\r\n
\t\t\t\t\t\t\t//addEvent( this, "change" , handler);\r\n
\t\t\t\t\t\t\tthis.onchange = handler;\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tgetAttr : function ( sAttrName )\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\tif ( !sAttrName )\r\n
\t\t\t\t\t\t\t\treturn null;\r\n
\r\n
\t\t\t\t\t\t\treturn this[sAttrName];\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tsetAttr : function ( sAttrName , attrVal )\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\tif ( !sAttrName || !attrVal )\r\n
\t\t\t\t\t\t\t\treturn null;\r\n
\r\n
\t\t\t\t\t\t\tthis[sAttrName] = attrVal;\r\n
\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tremAttr : function ( sAttrName )\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\tif ( !sAttrName )\r\n
\t\t\t\t\t\t\t\treturn null;\r\n
\t\t\t\t\t\t}\r\n
\t\t\t\t\t};\r\n
\r\n
\t\t\t\t\tvar singleCaller = function ( sMethod,args ) {\r\n
\t\t\t\t\t\tfor ( var i=0, l=this.length; i<l ; i++ ){\r\n
\t\t\t\t\t\t\tvar oItem = mergeObjs( single, this[i] );\r\n
\t\t\t\t\t\t\toItem[sMethod].apply(this[i],args);\r\n
\t\t\t\t\t\t}\r\n
\t\t\t\t\t};\r\n
\r\n
\r\n
\t\t\t\t\tvar collection = {\r\n
\r\n
\t\t\t\t\t\taddClass \t: function ( sClassName ){\r\n
\t\t\t\t\t\t\tsingleCaller.call(this, "addClass", [sClassName])\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tremoveClass \t: function ( sClassName ) {\r\n
\t\t\t\t\t\t\tsingleCaller.call(this, "removeClass", [sClassName])\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tsetStyle\t\t: function ( oStyles ) {\r\n
\t\t\t\t\t\t\tsingleCaller.call(this, "setStyle", [oStyles])\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tbindOnclick\t\t: function ( f ) {\r\n
\t\t\t\t\t\t\tsingleCaller.call(this, "bindOnclick", [f])\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\t\tbindOnchange\t: function ( f ) {\r\n
\t\t\t\t\t\t\tsingleCaller.call(this, "bindOnchange", [f])\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t},\r\n
\r\n
\t\t\t\t\t\tforEach : function ( fTodo ) {\r\n
\t\t\t\t\t\t\t//el,i\r\n
\t\t\t\t\t\t\tfor (var i=0, l=this.length; i<l ; i++){\r\n
\t\t\t\t\t\t\t\tfTodo.apply(this[i], [this[i],i ]);\r\n
\t\t\t\t\t\t\t}\r\n
\t\t\t\t\t\t\treturn this;\r\n
\t\t\t\t\t\t}\r\n
\r\n
\t\t\t\t\t};\r\n
\r\n
\r\n
\r\n
\t\t\t\t\tthis.byClass = function( sClassName ){\r\n
\t\t\t\t\t\tvar o = getElementsByClassName(document, sClassName );\r\n
\t\t\t\t\t\treturn o ? mergeObjs( collection, o ) : o;\r\n
\t\t\t\t\t};\r\n
\r\n
\t\t\t\t\tthis.byId = function( sId ){\r\n
\t\t\t\t\t\tvar o = document.getElementById( sId );\r\n
\t\t\t\t\t\treturn o ? mergeObjs( single, o ) : o;\r\n
\t\t\t\t\t};\r\n
\r\n
\t\t\t\t\tthis.gup = function ( name ){\r\n
\t\t\t\t name = name.replace( /[\\[]/, \'\\\\\\[\' ).replace( /[\\]]/, \'\\\\\\]\' ) ;\r\n
\t\t\t\t var regexS = \'[\\\\?&]\' + name + \'=([^&#]*)\' ;\r\n
\t\t\t\t var regex = new RegExp( regexS ) ;\r\n
\t\t\t\t var results = regex.exec( window.location.href ) ;\r\n
\r\n
\t\t\t\t if( results == null )\r\n
\t\t\t\t return \'\' ;\r\n
\t\t\t\t else\r\n
\t\t\t\t return results[ 1 ] ;\r\n
\t\t\t\t\t};\r\n
\t\t\t\t\tthis.wrap = function ( o ) {\r\n
\t\t\t\t\t\treturn o ? mergeObjs( single, o ) : o;\r\n
\t\t\t\t\t};\r\n
\t\t\t\t\tthis.forEach = function ( oScope, fTodo ){\r\n
\t\t\t\t\t\tcollection.forEach.apply( oScope,[fTodo] );\r\n
\t\t\t\t\t};\r\n
\r\n
\t\t\t\t };\r\n
\r\n
\r\n
\r\n
\t\t\t// Add the dialog tabs.\r\n
\t\t\ttabs[0] == 1 && dialog.AddTab( \'options\', \'Options\' ) ;\r\n
\t\t\ttabs[1] == 1 && dialog.AddTab( \'langs\', \'Languages\' ) ;\r\n
\t\t\ttabs[2] == 1 && dialog.AddTab( \'dictionary\', \'Dictionary\' ) ;\r\n
\t\t\ttabs[3] == 1 && dialog.AddTab( \'about\', \'About\' ) ;\r\n
\r\n
\t\t\t// Function called when a dialog tab is selected.\r\n
\t\t\tfunction OnDialogTabChange( tabCode )\r\n
\t\t\t{\r\n
\t\t\t\tShowE(\'inner_options\'\t, ( tabCode == \'options\' ) ) ;\r\n
\t\t\t\tShowE(\'inner_langs\'\t, ( tabCode == \'langs\' ) ) ;\r\n
\t\t\t\tShowE(\'inner_dictionary\'\t\t, ( tabCode == \'dictionary\' ) ) ;\r\n
\t\t\t\tShowE(\'inner_about\'\t, ( tabCode == \'about\' ) ) ;\r\n
\t\t\t}\r\n
\r\n
\r\n
\r\n
\r\n
\r\n
\t\t\twindow.onload = function()\r\n
\t\t\t{\r\n
\t\t\t\t// Things to do when the page is loaded.\r\n
\r\n
\t\t\t\tif ( document.location.search.length )\r\n
\t\t\t\t\tdialog.SetSelectedTab( document.location.search.substr(1) ) ;\r\n
\r\n
\t\t\t\tdialog.SetOkButton( true ) ;\r\n
\r\n
\r\n
\t if (!scayt) throw "SCAYT is undefined";\r\n
\t if (!scayt_control) throw "SCAYT_CONTROL is undefined";\r\n
\r\n
\t\t\t\t\t// show alowed tabs\r\n
\t\t\t\t\ttabs = scayt_control.uiTags || [1,1,1,0];\r\n
\r\n
\r\n
\t\t\t\t\tsLang = scayt_control.getLang();\r\n
\t fckLang = "en";\r\n
\t\t\t\t\toptions = scayt_control.option();\r\n
\t\t\t\t\t// apply captions\r\n
\t\t\t\t\tscayt.getCaption( fckLang, function( caps )\r\n
\t\t\t\t\t{\r\n
\t\t\t\t\t\t//console.info( "scayt.getCaption runned" )\r\n
\t\t\t\t\t\tcaptions = caps;\r\n
\t\t\t\t\t\tapllyCaptions();\r\n
\t\t\t\t\t\t//lang_list = scayt.getLangList();\r\n
\t\t lang_list = scayt.getLangList() ;//|| {ltr: {"en_US" : "English","en_GB" : "British English","pt_BR" : "Brazilian Portuguese","da_DK" : "Danish","nl_NL" : "Dutch","en_CA" : "English Canadian","fi_FI" : "Finnish","fr_FR" : "French","fr_CA" : "French Canadian","de_DE" : "German","el_GR" : "Greek","hu_HU" : "Hungarian","it_IT" : "Italian","nb_NO" : "Norwegian","pl_PL" : "Polish","pt_PT" : "Portuguese","ru_RU" : "Russian","es_ES" : "Spanish","sv_SE" : "Swedish","tr_TR" : "Turkish","uk_UA" : "Ukrainian","cy_GB" : "Welsh"},rtl: {"ar_EG" : "Arabic"}};\r\n
\r\n
\r\n
\r\n
\r\n
\t\t // ** animate options\r\n
\t\t get.byClass("_scayt_option").forEach(function(el,i){\r\n
\r\n
\t\t\t\t\t\t\tif (\'undefined\' != typeof(options[el.name])) {\r\n
\t\t // *** set default values\r\n
\r\n
\t\t if ( 1 == options[ el.name ] ){\r\n
\t\t //el.setAttribute("checked","true");\r\n
\t\t\t\t\t\t\t\t get.wrap(el).setAttr("checked" ,true)\r\n
\t\t\t\t\t\t\t\t //document.all_options[el.name].checked = "true";\r\n
\t\t\t\t\t\t\t\t //el.checked = true;\r\n
\t\t\t\t\t\t\t\t //alert( options[ dojo.attr(el ,\'name\') ] + " el " )\r\n
\t\t }\r\n
\t\t\t\t\t\t\t\t//console.info(options)\r\n
\t\t // *** bind events\r\n
\t\t get.wrap(el).bindOnclick( function(ev){\r\n
\r\n
\t\t\t\t\t\t\t\t\tvar that = get.wrap(this);\r\n
\t\t\t\t\t\t\t\t\tvar isCheck = that.getAttr("checked");\r\n
\t\t\t\t\t\t\t\t\t//console.info(isCheck)\r\n
\t\t if ( isCheck == false ) {\r\n
\r\n
\t\t\t\t\t\t\t\t\t\t//that.setAttr("checked",false);\r\n
\t\t\t\t\t\t\t\t\t\toptions[ this.name ] = 0;\r\n
\t\t }else{\r\n
\t\t //that.setAttr("checked",true);\r\n
\t\t\t\t\t\t\t\t\t\toptions[ this.name ] = 1;\r\n
\t\t }\r\n
\t\t\t\t\t\t\t\t\t//console.info(options)\r\n
\t\t });\r\n
\t\t }\r\n
\t\t });\r\n
\r\n
\r\n
\t\t // * Create languages tab\r\n
\t\t // ** convert langs obj to array\r\n
\t\t var lang_arr = [];\r\n
\r\n
\t\t for (var k in lang_list.rtl){\r\n
\t\t // find curent lang\r\n
\t\t if ( k == sLang)\r\n
\t\t chosed_lang = lang_list.rtl[k] + "::" + k;\r\n
\t\t lang_arr[lang_arr.length] = lang_list.rtl[k] + "::" + k;\r\n
\r\n
\t\t }\r\n
\t\t for (var k in lang_list.ltr){\r\n
\t\t // find curent lang\r\n
\t\t if ( k == sLang)\r\n
\t\t chosed_lang = lang_list.ltr[k] + "::" + k;\r\n
\t\t lang_arr[lang_arr.length] = lang_list.ltr[k] + "::" + k;\r\n
\t\t }\r\n
\t\t lang_arr.sort();\r\n
\r\n
\t\t // ** find lang containers\r\n
\r\n
\t\t var lcol = get.byId("lcolid");\r\n
\t\t var rcol = get.byId("rcolid");\r\n
\t\t // ** place langs in DOM\r\n
\r\n
\t\t get.forEach(lang_arr , function( l , i ){\r\n
\r\n
\t\t\t\t\t\t\t//console.info( l,i );\r\n
\r\n
\t\t\t\t\t\t\tvar l_arr = l.split(\'::\');\r\n
\t\t var l_name = l_arr[0];\r\n
\t\t var l_code = l_arr[1];\r\n
\t\t var row = document.createElement(\'div\');\r\n
\t\t row.id = l_code;\r\n
\t\t row.className = "li";\r\n
\t\t // split langs on half\r\n
\t\t var col = ( i < lang_arr.length/2 ) ? lcol:rcol ;\r\n
\r\n
\t\t // append row\r\n
\t\t //console.dir( col )\r\n
\t\t col.appendChild(row);\r\n
\t\t var row_dom = get.byId( l_code )\r\n
\t\t row_dom.innerHTML = l_name;\r\n
\r\n
\t\t var checkActiveLang = function( id ){\r\n
\t\t return chosed_lang.split("::")[1] == id;\r\n
\t\t };\r\n
\t\t // bind click\r\n
\t\t row_dom.bindOnclick(function(ev){\r\n
\r\n
\t\t if ( checkActiveLang(this.id) ) return false;\r\n
\t\t var elId = this.id;\r\n
\t\t\t\t\t\t\t\tget.byId(this.id)\r\n
\t \t.addClass("Button")\r\n
\t \t.removeClass("DarkBackground");\r\n
\r\n
\t\t window.setTimeout( function (){ get.byId(elId).setStyle({opacity:"0.5",cursor:"no-drop"}); } ,300 );\r\n
\r\n
\t\t get.byId(chosed_lang.split("::")[1])\r\n
\t\t .addClass("DarkBackground")\r\n
\t\t .removeClass("Button")\r\n
\t\t .setStyle({opacity:"1",cursor:"pointer"});\r\n
\r\n
\t\t chosed_lang = this.innerHTML + "::" + this.id;\r\n
\t\t return true;\r\n
\t\t })\r\n
\t\t\t\t\t\t\t.setStyle({\r\n
\t\t cursor:"pointer"\r\n
\t\t });\r\n
\t\t // select current lang\r\n
\t\t if (l == chosed_lang)\r\n
\t\t row_dom.addClass("Button").setStyle({opacity:"0.5",cursor:"no-drop"});\r\n
\t\t else\r\n
\t\t row_dom.addClass("DarkBackground").setStyle({opacity:"1"});\r\n
\r\n
\t\t });\r\n
\t\t\t\t\t\t// * user dictionary\r\n
\t\t\t\t\t\tif ( userDicActive ){\r\n
\t\t\t\t\t\t\tinitUserDictionary()\r\n
\r\n
\t\t\t\t\t\t}\r\n
\t\t\t\t\t});\r\n
\r\n
\r\n
\r\n
\t\t\t}\r\n
\r\n
\r\n
\r\n
\r\n
\t\t\tvar buttons = [ \'dic_create\',\'dic_delete\',\'dic_rename\',\'dic_restore\' ];\r\n
\t\t\tvar labels = [ \'mixedCase\',\'mixedWithDigits\',\'allCaps\',\'ignoreDomainNames\' ];\r\n
\r\n
\r\n
\t\t\tfunction apllyCaptions ( )\r\n
\t\t\t{\r\n
\r\n
\t\t\t\t// fill tabs headers\r\n
\t\t\t\t// add missing captions\r\n
\r\n
\t\t\t\tget.byClass("PopupTab").forEach(function(el,i){\r\n
\r\n
\t\t\t\t\tif ( tabs[i] == 1 ){\r\n
\t\t\t\t\t\tel.style.display = "block";\r\n
\t\t\t\t\t}\r\n
\t\t\t\t\tel.innerHTML = captions[\'tab_\'+el.id];\r\n
\r\n
\t\t\t\t});\r\n
\r\n
\t\t\t\t// Fill options labels.\r\n
\t\t\t\tfor ( i in labels )\r\n
\t\t\t\t{\r\n
\t\t\t\t\tvar label = \'label_\' + labels[ i ],\r\n
\t\t\t\t\t\tlabelElement = document.getElementById( label );\r\n
\r\n
\t\t\t\t\tif ( \'undefined\' != typeof labelElement\r\n
\t\t\t\t\t && \'undefined\' != typeof captions[ label ] && captions[ label ] !== ""\r\n
\t\t\t\t\t && \'undefined\' != typeof options[labels[ i ]] )\r\n
\t\t\t\t\t{\r\n
\t\t\t\t\t\tlabelElement.innerHTML = captions[ label ];\r\n
\t\t\t\t\t\tvar labelParent = labelElement.parentNode;\r\n
\t\t\t\t\t\tlabelParent.style.display = "block";\r\n
\t\t\t\t\t}\r\n
\t\t\t\t}\r\n
\t\t\t\t// fill dictionary section\r\n
\t\t\t\tfor ( var i in buttons )\r\n
\t\t\t\t{\r\n
\t\t\t\t\tvar button = buttons[ i ];\r\n
\t\t\t\t\tget.byId( button ).innerHTML = \'<span>\' + captions[ \'button_\' + button] +\'</span>\' ;\r\n
\t\t\t\t}\r\n
\t\t\t\tget.byId("dname").innerHTML = captions[\'label_dname\'];\r\n
\t\t\t\tget.byId( \'dic_info\' ).innerHTML = captions[ \'dic_info\' ];\r\n
\r\n
\t\t\t\t// fill about tab\r\n
\t\t\t\tvar about = \'<p>\' + captions[ \'about_throwt_image\' ] + \'</p>\'+\r\n
\t\t\t\t\t\'<p>\' + captions[ \'version\' ] + scayt.version.toString() + \'</p>\' +\r\n
\t\t\t\t\t\'<p>\' + captions[ \'about_throwt_copy\' ] + \'</p>\';\r\n
\r\n
\t\t\t\tget.byId( \'scayt_about\' ).innerHTML = about;\r\n
\r\n
\t\t\t}\r\n
\r\n
\r\n
\t\t\tfunction initUserDictionary () {\r\n
\r\n
\t\t\t\tscayt.getNameUserDictionary(\r\n
\t\t\t\t\tfunction( o )\r\n
\t\t\t\t\t{\r\n
\t\t\t\t\t\tvar dic_name = o.dname;\r\n
\t\t\t\t\t\tif ( dic_name )\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\tget.byId( \'dic_name\' ).value = dic_name;\r\n
\t\t\t\t\t\t\tdisplay_dic_buttons( dic_buttons[1] );\r\n
\t\t\t\t\t\t}\r\n
\t\t\t\t\t\telse\r\n
\t\t\t\t\t\t\tdisplay_dic_buttons( dic_buttons[0] );\r\n
\r\n
\t\t\t\t\t},\r\n
\t\t\t\t\tfunction ()\r\n
\t\t\t\t\t{\r\n
\t\t\t\t\t\tget.byId( \'dic_name\' ).value("");\r\n
\t\t\t\t\t\tdic_error_message(captions["err_dic_enable"] || "Used dictionary are unaveilable now.")\r\n
\t\t\t\t\t}\r\n
\t\t\t\t);\r\n
\r\n
\t\t\t\tdic_success_message("");\r\n
\r\n
\t\t\t\t // ** bind event listeners\r\n
get.byClass("button").bindOnclick(function( ){\r\n
\r\n
\t\t\t\t\t// get dic name\r\n
\t\t\t\t\tvar dic_name = get.byId(\'dic_name\').value ;\r\n
\t\t\t\t\t// check common dictionary rules\r\n
\t\t\t\t\tif (!dic_name) {\r\n
\t\t\t\t\t\tdic_error_message(" Dictionary name should not be empty. ");\r\n
\t\t\t\t\t\treturn false;\r\n
\t\t\t\t\t}\r\n
\t\t\t\t\t//apply handler\r\n
\t\t\t\t\twindow[this.id].apply( window, [this, dic_name, dic_buttons ] );\r\n
\r\n
\t\t\t\t\t//console.info( typeof window[this.id], window[this.id].calle )\r\n
\t\t\t\t\treturn false;\r\n
\t\t\t\t});\r\n
\r\n
\t\t\t}\r\n
\r\n
\t\t\tdic_create = function( el, dic_name , dic_buttons )\r\n
\t\t\t{\r\n
\t\t\t\t// comma separated button\'s ids include repeats if exists\r\n
\t\t\t\tvar all_buttons = dic_buttons[0] + \',\' + dic_buttons[1];\r\n
\r\n
\t\t\t\tvar err_massage = captions["err_dic_create"];\r\n
\t\t\t\tvar suc_massage = captions["succ_dic_create"];\r\n
\t\t\t\t//console.info("--plugin ");\r\n
\r\n
\t\t\t\tscayt.createUserDictionary(dic_name,\r\n
\t\t\t\t\tfunction(arg)\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t//console.info( "dic_create callback called with args" , arg );\r\n
\t\t\t\t\t\t\thide_dic_buttons ( all_buttons );\r\n
\t\t\t\t\t\t\tdisplay_dic_buttons ( dic_buttons[1] );\r\n
\t\t\t\t\t\t\tsuc_massage = suc_massage.replace("%s" , arg.dname );\r\n
\t\t\t\t\t\t\tdic_success_message (suc_massage);\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\tfunction(arg)\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t//console.info( "dic_create errorback called with args" , arg )\r\n
\t\t\t\t\t\t\terr_massage = err_massage.replace("%s" ,arg.dname );\r\n
\t\t\t\t\t\t\tdic_error_message ( err_massage + "( "+ (arg.message || "") +")");\r\n
\t\t\t\t\t\t});\r\n
\r\n
\t\t\t};\r\n
\r\n
\t\t\tdic_rename = function( el, dic_name , dic_buttons )\r\n
\t\t\t{\r\n
\t\t\t\t//\r\n
\t\t\t\t// try to rename dictionary\r\n
\t\t\t\t// @TODO: rename dict\r\n
\t\t\t\t//console.info ( captions["err_dic_rename"] )\r\n
\t\t\t\tvar err_massage = captions["err_dic_rename"] || "";\r\n
\t\t\t\tvar suc_massage = captions["succ_dic_rename"] || "";\r\n
\t\t\t\tscayt.renameUserDictionary(dic_name,\r\n
\t\t\t\t\tfunction(arg)\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t//console.info( "dic_rename callback called with args" , arg );\r\n
\t\t\t\t\t\t\tsuc_massage = suc_massage.replace("%s" , arg.dname );\r\n
\t\t\t\t\t\t\tset_dic_name( dic_name );\r\n
\t\t\t\t\t\t\tdic_success_message ( suc_massage );\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\tfunction(arg)\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t//console.info( "dic_rename errorback called with args" , arg )\r\n
\t\t\t\t\t\t\terr_massage = err_massage.replace("%s" , arg.dname );\r\n
\t\t\t\t\t\t\tset_dic_name( dic_name );\r\n
\t\t\t\t\t\t\tdic_error_message( err_massage + "( " + ( arg.message || "" ) + " )" );\r\n
\t\t\t\t\t\t});\r\n
\t\t\t};\r\n
\r\n
\t\t\tdic_delete = function ( el, dic_name , dic_buttons )\r\n
\t\t\t{\r\n
\t\t\t\tvar all_buttons = dic_buttons[0] + \',\' + dic_buttons[1];\r\n
\t\t\t\tvar err_massage = captions["err_dic_delete"];\r\n
\t\t\t\tvar suc_massage = captions["succ_dic_delete"];\r\n
\r\n
\t\t\t\t// try to delete dictionary\r\n
\t\t\t\t// @TODO: delete dict\r\n
\t\t\t\tscayt.deleteUserDictionary(\r\n
\t\t\t\t\tfunction(arg)\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t//console.info( "dic_delete callback " , dic_name ,arg );\r\n
\t\t\t\t\t\t\tsuc_massage = suc_massage.replace("%s" , arg.dname );\r\n
\t\t\t\t\t\t\thide_dic_buttons ( all_buttons );\r\n
\t\t\t\t\t\t\tdisplay_dic_buttons ( dic_buttons[0] );\r\n
\t\t\t\t\t\t\tset_dic_name( "" ); // empty input field\r\n
\t\t\t\t\t\t\tdic_success_message( suc_massage );\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\tfunction(arg)\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t//console.info( " dic_delete errorback called with args" , arg )\r\n
\t\t\t\t\t\t\terr_massage = err_massage.replace("%s" , arg.dname );\r\n
\t\t\t\t\t\t\tdic_error_message(err_massage);\r\n
\t\t\t\t\t\t});\r\n
\t\t\t};\r\n
\r\n
\t\t\tdic_restore = dialog.dic_restore || function ( el, dic_name , dic_buttons )\r\n
\t\t\t{\r\n
\t\t\t\t// try to restore existing dictionary\r\n
\t\t\t\tvar all_buttons = dic_buttons[0] + \',\' + dic_buttons[1];\r\n
\t\t\t\tvar err_massage = captions["err_dic_restore"];\r\n
\t\t\t\tvar suc_massage = captions["succ_dic_restore"];\r\n
\r\n
\t\t\t\tscayt.restoreUserDictionary(dic_name,\r\n
\t\t\t\t\tfunction(arg)\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t//console.info( "dic_restore callback called with args" , arg );\r\n
\t\t\t\t\t\t\tsuc_massage = suc_massage.replace("%s" , arg.dname );\r\n
\t\t\t\t\t\t\thide_dic_buttons ( all_buttons );\r\n
\t\t\t\t\t\t\tdisplay_dic_buttons(dic_buttons[1]);\r\n
\t\t\t\t\t\t\tdic_success_message( suc_massage );\r\n
\t\t\t\t\t\t},\r\n
\t\t\t\t\tfunction(arg)\r\n
\t\t\t\t\t\t{\r\n
\t\t\t\t\t\t\t//console.info( " dic_restore errorback called with args" , arg )\r\n
\t\t\t\t\t\t\terr_massage = err_massage.replace("%s" , arg.dname );\r\n
\t\t\t\t\t\t\tdic_error_message( err_massage );\r\n
\t\t\t\t\t\t});\r\n
\t\t\t};\r\n
\r\n
\t\t\tfunction dic_error_message( m )\r\n
\t\t\t{\r\n
\t\t\t\tif ( !m )\r\n
\t\t\t\t\treturn ;\r\n
\r\n
\t\t\t\tget.byId(\'dic_message\').innerHTML = \'<span class="error">\' + m + \'</span>\' ;\r\n
\t\t\t}\r\n
\r\n
function dic_success_message( m )\r\n
{\r\n
\t\t\t\tif ( !m )\r\n
\t\t\t\t\treturn ;\r\n
\r\n
\t\t\t\tget.byId(\'dic_message\').innerHTML = \'<span class="success">\' + m + \'</span>\' ;\r\n
\t\t\t}\r\n
\r\n
\t\t\tfunction display_dic_buttons ( sIds ){\r\n
\t\t\t\tsIds = new String( sIds );\r\n
\t\t\t\tget.forEach( sIds.split(\',\'), function ( id,i) {\r\n
\t\t\t\t\tget.byId(id).setStyle({display:"inline"});\r\n
\t\t\t\t});\r\n
\t\t\t}\r\n
\t\t\tfunction hide_dic_buttons ( sIds ){\r\n
\t\t\t\tsIds = new String( sIds );\r\n
\t\t\t\tget.forEach( sIds.split(\',\'), function ( id,i) {\r\n
\t\t\t\t\tget.byId(id).setStyle({display:"none"});\r\n
\t\t\t\t});\r\n
\t\t\t}\r\n
\t\t\tfunction set_dic_name ( dic_name ) {\r\n
\t\t\t\tget.byId(\'dic_name\').value = dic_name;\r\n
\t\t\t}\r\n
\t\t\tfunction display_dic_tab () {\r\n
\t\t\t\tget.byId("dic_tab").style.display = "block";\r\n
\t\t\t}\r\n
\r\n
\t\t\tfunction Ok()\r\n
\t\t\t{\r\n
\t\t\t\t// Things to do when the Ok button is clicked.\r\n
\t\t\t\tvar c = 0;\r\n
\t\t\t // set upp options if any was set\r\n
\t\t\t var o = scayt_control.option();\r\n
\t\t\t\t//console.info(options)\r\n
\t\t\t for ( var oN in options ) {\r\n
\r\n
\t\t\t if ( o[oN] != options[oN] && c == 0){\r\n
\t\t\t\t\t\t//console.info( "set option " )\r\n
\t\t\t scayt_control.option( options );\r\n
\t\t\t c++;\r\n
\t\t\t }\r\n
\t\t\t }\r\n
\t\t\t //setup languge if it was change\r\n
\t\t\t var csLang = chosed_lang.split("::")[1];\r\n
\t\t\t if ( csLang && sLang != csLang ){\r\n
\t\t\t scayt_control.setLang( csLang );\r\n
\t\t\t\t\t//console.info(sLang+" -> "+csLang , scayt_control)\r\n
\t\t\t c++;\r\n
\t\t\t }\r\n
\r\n
\t\t\t if ( c > 0 ) scayt_control.refresh();\r\n
\r\n
\t\t\t return dialog.Cancel();\r\n
\r\n
\t\t\t}\r\n
\r\n
\t\t</script>\r\n
\t</head>\r\n
\t<body style="OVERFLOW: hidden" scroll="no">\r\n
\t\t<div class="tab_container" id="inner_options">\r\n
\r\n
<ul id="scayt_options">\r\n
<li class="_scayt_options">\r\n
<input class="_scayt_option" type="checkbox" value="0" name="allCaps" />\r\n
<label for="allCaps" id="label_allCaps"></label>\r\n
</li>\r\n
<li>\r\n
<input class="_scayt_option" type="checkbox" value="0" name="ignoreDomainNames" />\r\n
<label for="ignoreDomainNames" id="label_ignoreDomainNames"></label>\r\n
</li>\r\n
<li>\r\n
<input class="_scayt_option" type="checkbox" value="0" name="mixedCase" />\r\n
<label for="mixedCase" id="label_mixedCase"></label>\r\n
</li>\r\n
<li>\r\n
<input class="_scayt_option" type="checkbox" value="0" name="mixedWithDigits" />\r\n
<label for="mixedWithDigits" id="label_mixedWithDigits"></label>\r\n
</li>\r\n
</ul>\r\n
\t\t</div>\r\n
\t\t<div class="tab_container" id="inner_langs">\r\n
\r\n
\t\t <div class="lcol" id="lcolid"></div>\r\n
<div class="rcol" id="rcolid"></div>\r\n
\t\t</div>\r\n
\t\t<div class="tab_container" id="inner_dictionary">\r\n
\r\n
\t\t <div id="dic_message"></div>\r\n
\t\t\t<div id="_off_dic_tab" class="dictionary" >\r\n
\t\t\t\t<div style="padding-left:10px;">\r\n
\t\t\t\t\t\t\t<label id="dname" for="dname"></label>\r\n
\t\t\t\t\t\t\t<input type="text" size="14" maxlength="15" value="" id="dic_name" name="dic_name"/>\r\n
\t\t\t\t\t\t</div>\r\n
\t\t\t\t\t\t<div class="dic_buttons">\r\n
\t\t\t\t\t\t\t<a href="#" id="dic_create" class="button"> </a>\r\n
\t\t\t\t\t\t\t<a href="#" id="dic_delete" class="button"> </a>\r\n
\t\t\t\t\t\t\t<a href="#" id="dic_rename" class="button"> </a>\r\n
\t\t\t\t\t\t\t<a href="#" id="dic_restore" class="button"> </a>\r\n
\t\t\t\t\t\t</div>\r\n
\r\n
\t\t\t\t\t\t<div id="dic_info"></div>\r\n
\r\n
\t\t\t</div>\r\n
\t\t</div>\r\n
\t\t<div id="inner_about" class="tab_container">\r\n
\t\t <div id="scayt_about"></div>\r\n
\t\t</div>\r\n
\t</body>\r\n
</html>\r\n
]]></string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>23819</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="Folder" module="OFS.Folder"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>id</string> </key>
<value> <string>fck_scayt</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
<?xml version="1.0"?>
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="File" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle>
<pickle>
<dictionary>
<item>
<key> <string>_Cacheable__manager_id</string> </key>
<value> <string>http_cache</string> </value>
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts60537124.11</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
<value> <string>scayt_dialog.css</string> </value>
</item>
<item>
<key> <string>content_type</string> </key>
<value> <string>text/css</string> </value>
</item>
<item>
<key> <string>data</string> </key>
<value> <string>html, body\r\n
{\r\n
\tbackground-color: transparent;\r\n
\tmargin: 0px;\r\n
\tpadding: 0px;\r\n
}\r\n
\r\n
body\r\n
{\r\n
\tpadding: 10px;\r\n
}\r\n
\r\n
body, td, input, select, textarea\r\n
{\r\n
\tfont-size: 11px;\r\n
\tfont-family: \'Microsoft Sans Serif\' , Arial, Helvetica, Verdana;\r\n
}\r\n
\r\n
.midtext\r\n
{\r\n
\tpadding:0px;\r\n
\tmargin:10px;\r\n
}\r\n
\r\n
.midtext p\r\n
{\r\n
\tpadding:0px;\r\n
\tmargin:10px;\r\n
}\r\n
\r\n
.Button\r\n
{\r\n
\tborder: #737357 1px solid;\r\n
\tcolor: #3b3b1f;\r\n
\tbackground-color: #c7c78f;\r\n
}\r\n
\r\n
.PopupTabArea , .button\r\n
{\r\n
\tcolor: #737357;\r\n
\tbackground-color: #e3e3c7;\r\n
}\r\n
\r\n
.PopupTitleBorder\r\n
{\r\n
\tborder-bottom: #d5d59d 1px solid;\r\n
}\r\n
.PopupTabEmptyArea\r\n
{\r\n
\tpadding-left: 10px;\r\n
\tborder-bottom: #d5d59d 1px solid;\r\n
}\r\n
\r\n
.PopupTab, .PopupTabSelected\r\n
{\r\n
\tborder-right: #d5d59d 1px solid;\r\n
\tborder-top: #d5d59d 1px solid;\r\n
\tborder-left: #d5d59d 1px solid;\r\n
\tpadding: 3px 5px 3px 5px;\r\n
\tcolor: #737357;\r\n
}\r\n
\r\n
.PopupTab\r\n
{\r\n
\tmargin-top: 1px;\r\n
\tborder-bottom: #d5d59d 1px solid;\r\n
\tcursor: pointer;\r\n
\tcursor: hand;\r\n
}\r\n
\r\n
.PopupTabSelected\r\n
{\r\n
\tfont-weight: bold;\r\n
\tcursor: default;\r\n
\tpadding-top: 4px;\r\n
\tborder-bottom: #f1f1e3 1px solid;\r\n
\tbackground-color: #f1f1e3;\r\n
}\r\n
\r\n
ul {\r\n
padding:0;\r\n
margin:0px 0px 12px 0px;\r\n
list-style-type:none;\r\n
}\r\n
ul.tabs {\r\n
height:20px;\r\n
margin:10px 0px;\r\n
}\r\n
ul.tabs li {\r\n
float: left;\r\n
\tdisplay:none;\r\n
}\r\n
div.tab_container {\r\n
/*display:none;*/\r\n
padding: 0px 5px ;\r\n
}\r\n
.lcol {\r\n
float:left;\r\n
width:47%;\r\n
margin-left:5px;\r\n
}\r\n
.rcol {\r\n
float:right;\r\n
width:47%;\r\n
margin-right:5px;\r\n
}\r\n
div.tabs-container{\r\n
\theight:220px;\r\n
\toverflow-x:hidden;\r\n
\toverflow-y:auto;\r\n
}\r\n
\r\n
div.tabs-container h3{\r\n
margin:5px 15px 7px 15px;\r\n
background-color:transparent;\r\n
font-size: 14px ;\r\n
}\r\n
\r\n
.li {\r\n
border: 1px solid transparent;\r\n
}\r\n
\r\n
#dic_message{\r\n
\theight: 24px;\r\n
}\r\n
#dic_message .error{\r\n
\tcolor: red ;\r\n
}\r\n
#dic_message .success{\r\n
\tcolor: blue ;\r\n
}\r\n
\r\n
.dic_buttons {\r\n
\tmargin-top: 5px;\r\n
\tpadding-left:10px;\r\n
}\r\n
.dic_buttons a {\r\n
\tdisplay: none;\r\n
}\r\n
a.button {\r\n
\tborder: #d5d59d 1px solid;\r\n
\tpadding: 2px 4px;\r\n
\tmargin-right: 4px;\r\n
\ttext-decoration: none;\r\n
}\r\n
\r\n
a.button:hover,\r\n
a.button:active,\r\n
a.button:visited{\r\n
\tpadding: 2px 4px;\r\n
\tmargin-right: 4px;\r\n
\ttext-decoration: none;\r\n
}\r\n
a.button:hover {\r\n
\tborder: #d5d59d 1px solid;\r\n
\tcolor: #e3e3c7;\r\n
\tbackground-color: #737357;\r\n
}\r\n
\r\n
#scayt_options li {\r\n
\tdisplay: none;\r\n
}\r\n
\r\n
#dic_info {\r\n
\tmargin:10px;\r\n
}\r\n
#dic_tab {\r\n
\tdisplay:none;\r\n
}\r\n
</string> </value>
</item>
<item>
<key> <string>precondition</string> </key>
<value> <string></string> </value>
</item>
<item>
<key> <string>size</string> </key>
<value> <int>2406</int> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
</item>
</dictionary>
</pickle>
</record>
</ZopeData>
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309716.79</string> </value>
<value> <string>ts60538662.38</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -29,187 +29,187 @@
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
#!/usr/bin/perl\n
\n
use CGI qw/ :standard /;\n
use File::Temp qw/ tempfile tempdir /;\n
\n
# my $spellercss = \'/speller/spellerStyle.css\';\t\t\t\t\t# by FredCK\n
my $spellercss = \'../spellerStyle.css\';\t\t\t\t\t\t\t# by FredCK\n
# my $wordWindowSrc = \'/speller/wordWindow.js\';\t\t\t\t\t# by FredCK\n
my $wordWindowSrc = \'../wordWindow.js\';\t\t\t\t\t\t\t# by FredCK\n
my @textinputs = param( \'textinputs[]\' ); # array\n
# my $aspell_cmd = \'aspell\';\t\t\t\t\t\t\t\t\t# by FredCK (for Linux)\n
my $aspell_cmd = \'"C:\\Program Files\\Aspell\\bin\\aspell.exe"\';\t# by FredCK (for Windows)\n
my $lang = \'en_US\';\n
# my $aspell_opts = "-a --lang=$lang --encoding=utf-8";\t\t\t# by FredCK\n
my $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt";\t\t# by FredCK\n
my $input_separator = "A";\n
\n
# set the \'wordtext\' JavaScript variable to the submitted text.\n
sub printTextVar {\n
\tfor( my $i = 0; $i <= $#textinputs; $i++ ) {\n
\t print "textinputs[$i] = decodeURIComponent(\'" . escapeQuote( $textinputs[$i] ) . "\')\\n";\n
\t}\n
}\n
\n
sub printTextIdxDecl {\n
\tmy $idx = shift;\n
\tprint "words[$idx] = [];\\n";\n
\tprint "suggs[$idx] = [];\\n";\n
}\n
\n
sub printWordsElem {\n
\tmy( $textIdx, $wordIdx, $word ) = @_;\n
\tprint "words[$textIdx][$wordIdx] = \'" . escapeQuote( $word ) . "\';\\n";\n
}\n
\n
sub printSuggsElem {\n
\tmy( $textIdx, $wordIdx, @suggs ) = @_;\n
\tprint "suggs[$textIdx][$wordIdx] = [";\n
\tfor my $i ( 0..$#suggs ) {\n
\t\tprint "\'" . escapeQuote( $suggs[$i] ) . "\'";\n
\t\tif( $i < $#suggs ) {\n
\t\t\tprint ", ";\n
\t\t}\n
\t}\n
\tprint "];\\n";\n
}\n
\n
sub printCheckerResults {\n
\tmy $textInputIdx = -1;\n
\tmy $wordIdx = 0;\n
\tmy $unhandledText;\n
\t# create temp file\n
\tmy $dir = tempdir( CLEANUP => 1 );\n
\tmy( $fh, $tmpfilename ) = tempfile( DIR => $dir );\n
\n
\t# temp file was created properly?\n
\n
\t# open temp file, add the submitted text.\n
\tfor( my $i = 0; $i <= $#textinputs; $i++ ) {\n
\t\t$text = url_decode( $textinputs[$i] );\n
\t\t# Strip all tags for the text. (by FredCK - #339 / #681)\n
\t\t$text =~ s/<[^>]+>/ /g;\n
\t\t@lines = split( /\\n/, $text );\n
\t\tprint $fh "\\%\\n"; # exit terse mode\n
\t\tprint $fh "^$input_separator\\n";\n
\t\tprint $fh "!\\n"; # enter terse mode\n
\t\tfor my $line ( @lines ) {\n
\t\t\t# use carat on each line to escape possible aspell commands\n
\t\t\tprint $fh "^$line\\n";\n
\t\t}\n
\n
\t}\n
\t# exec aspell command\n
\tmy $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";\n
\topen ASPELL, "$cmd |" or handleError( "Could not execute `$cmd`\\\\n$!" ) and return;\n
\t# parse each line of aspell return\n
\tfor my $ret ( <ASPELL> ) {\n
\t\tchomp( $ret );\n
\t\t# if \'&\', then not in dictionary but has suggestions\n
\t\t# if \'#\', then not in dictionary and no suggestions\n
\t\t# if \'*\', then it is a delimiter between text inputs\n
\t\tif( $ret =~ /^\\*/ ) {\n
\t\t\t$textInputIdx++;\n
\t\t\tprintTextIdxDecl( $textInputIdx );\n
\t\t\t$wordIdx = 0;\n
\n
\t\t} elsif( $ret =~ /^(&|#)/ ) {\n
\t\t\tmy @tokens = split( " ", $ret, 5 );\n
\t\t\tprintWordsElem( $textInputIdx, $wordIdx, $tokens[1] );\n
\t\t\tmy @suggs = ();\n
\t\t\tif( $tokens[4] ) {\n
\t\t\t\t@suggs = split( ", ", $tokens[4] );\n
\t\t\t}\n
\t\t\tprintSuggsElem( $textInputIdx, $wordIdx, @suggs );\n
\t\t\t$wordIdx++;\n
\t\t} else {\n
\t\t\t$unhandledText .= $ret;\n
\t\t}\n
\t}\n
\tclose ASPELL or handleError( "Error executing `$cmd`\\\\n$unhandledText" ) and return;\n
}\n
\n
sub escapeQuote {\n
\tmy $str = shift;\n
\t$str =~ s/\'/\\\\\'/g;\n
\treturn $str;\n
}\n
\n
sub handleError {\n
\tmy $err = shift;\n
\tprint "error = \'" . escapeQuote( $err ) . "\';\\n";\n
}\n
\n
sub url_decode {\n
\tlocal $_ = @_ ? shift : $_;\n
\tdefined or return;\n
\t# change + signs to spaces\n
\ttr/+/ /;\n
\t# change hex escapes to the proper characters\n
\ts/%([a-fA-F0-9]{2})/pack "H2", $1/eg;\n
\treturn $_;\n
}\n
\n
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #\n
# Display HTML\n
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #\n
\n
print <<EOF;\n
Content-type: text/html; charset=utf-8\n
\n
<html>\n
<head>\n
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">\n
<link rel="stylesheet" type="text/css" href="$spellercss"/>\n
<script src="$wordWindowSrc"></script>\n
<script type="text/javascript">\n
var suggs = new Array();\n
var words = new Array();\n
var textinputs = new Array();\n
var error;\n
EOF\n
\n
printTextVar();\n
\n
printCheckerResults();\n
\n
print <<EOF;\n
var wordWindowObj = new wordWindow();\n
wordWindowObj.originalSpellings = words;\n
wordWindowObj.suggestions = suggs;\n
wordWindowObj.textInputs = textinputs;\n
\n
\n
function init_spell() {\n
\t// check if any error occured during server-side processing\n
\tif( error ) {\n
\t\talert( error );\n
\t} else {\n
\t\t// call the init_spell() function in the parent frameset\n
\t\tif (parent.frames.length) {\n
\t\t\tparent.init_spell( wordWindowObj );\n
\t\t} else {\n
\t\t\terror = "This page was loaded outside of a frameset. ";\n
\t\t\terror += "It might not display properly";\n
\t\t\talert( error );\n
\t\t}\n
\t}\n
}\n
\n
</script>\n
\n
</head>\n
<body onLoad="init_spell();">\n
\n
<script type="text/javascript">\n
wordWindowObj.writeBody();\n
</script>\n
\n
</body>\n
</html>\n
EOF\n
#!/usr/bin/perl\r\n
\r\n
use CGI qw/ :standard /;\r\n
use File::Temp qw/ tempfile tempdir /;\r\n
\r\n
# my $spellercss = \'/speller/spellerStyle.css\';\t\t\t\t\t# by FredCK\r\n
my $spellercss = \'../spellerStyle.css\';\t\t\t\t\t\t\t# by FredCK\r\n
# my $wordWindowSrc = \'/speller/wordWindow.js\';\t\t\t\t\t# by FredCK\r\n
my $wordWindowSrc = \'../wordWindow.js\';\t\t\t\t\t\t\t# by FredCK\r\n
my @textinputs = param( \'textinputs[]\' ); # array\r\n
# my $aspell_cmd = \'aspell\';\t\t\t\t\t\t\t\t\t# by FredCK (for Linux)\r\n
my $aspell_cmd = \'"C:\\Program Files\\Aspell\\bin\\aspell.exe"\';\t# by FredCK (for Windows)\r\n
my $lang = \'en_US\';\r\n
# my $aspell_opts = "-a --lang=$lang --encoding=utf-8";\t\t\t# by FredCK\r\n
my $aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt";\t\t# by FredCK\r\n
my $input_separator = "A";\r\n
\r\n
# set the \'wordtext\' JavaScript variable to the submitted text.\r\n
sub printTextVar {\r\n
\tfor( my $i = 0; $i <= $#textinputs; $i++ ) {\r\n
\t print "textinputs[$i] = decodeURIComponent(\'" . escapeQuote( $textinputs[$i] ) . "\')\\n";\r\n
\t}\r\n
}\r\n
\r\n
sub printTextIdxDecl {\r\n
\tmy $idx = shift;\r\n
\tprint "words[$idx] = [];\\n";\r\n
\tprint "suggs[$idx] = [];\\n";\r\n
}\r\n
\r\n
sub printWordsElem {\r\n
\tmy( $textIdx, $wordIdx, $word ) = @_;\r\n
\tprint "words[$textIdx][$wordIdx] = \'" . escapeQuote( $word ) . "\';\\n";\r\n
}\r\n
\r\n
sub printSuggsElem {\r\n
\tmy( $textIdx, $wordIdx, @suggs ) = @_;\r\n
\tprint "suggs[$textIdx][$wordIdx] = [";\r\n
\tfor my $i ( 0..$#suggs ) {\r\n
\t\tprint "\'" . escapeQuote( $suggs[$i] ) . "\'";\r\n
\t\tif( $i < $#suggs ) {\r\n
\t\t\tprint ", ";\r\n
\t\t}\r\n
\t}\r\n
\tprint "];\\n";\r\n
}\r\n
\r\n
sub printCheckerResults {\r\n
\tmy $textInputIdx = -1;\r\n
\tmy $wordIdx = 0;\r\n
\tmy $unhandledText;\r\n
\t# create temp file\r\n
\tmy $dir = tempdir( CLEANUP => 1 );\r\n
\tmy( $fh, $tmpfilename ) = tempfile( DIR => $dir );\r\n
\r\n
\t# temp file was created properly?\r\n
\r\n
\t# open temp file, add the submitted text.\r\n
\tfor( my $i = 0; $i <= $#textinputs; $i++ ) {\r\n
\t\t$text = url_decode( $textinputs[$i] );\r\n
\t\t# Strip all tags for the text. (by FredCK - #339 / #681)\r\n
\t\t$text =~ s/<[^>]+>/ /g;\r\n
\t\t@lines = split( /\\n/, $text );\r\n
\t\tprint $fh "\\%\\n"; # exit terse mode\r\n
\t\tprint $fh "^$input_separator\\n";\r\n
\t\tprint $fh "!\\n"; # enter terse mode\r\n
\t\tfor my $line ( @lines ) {\r\n
\t\t\t# use carat on each line to escape possible aspell commands\r\n
\t\t\tprint $fh "^$line\\n";\r\n
\t\t}\r\n
\r\n
\t}\r\n
\t# exec aspell command\r\n
\tmy $cmd = "$aspell_cmd $aspell_opts < $tmpfilename 2>&1";\r\n
\topen ASPELL, "$cmd |" or handleError( "Could not execute `$cmd`\\\\n$!" ) and return;\r\n
\t# parse each line of aspell return\r\n
\tfor my $ret ( <ASPELL> ) {\r\n
\t\tchomp( $ret );\r\n
\t\t# if \'&\', then not in dictionary but has suggestions\r\n
\t\t# if \'#\', then not in dictionary and no suggestions\r\n
\t\t# if \'*\', then it is a delimiter between text inputs\r\n
\t\tif( $ret =~ /^\\*/ ) {\r\n
\t\t\t$textInputIdx++;\r\n
\t\t\tprintTextIdxDecl( $textInputIdx );\r\n
\t\t\t$wordIdx = 0;\r\n
\r\n
\t\t} elsif( $ret =~ /^(&|#)/ ) {\r\n
\t\t\tmy @tokens = split( " ", $ret, 5 );\r\n
\t\t\tprintWordsElem( $textInputIdx, $wordIdx, $tokens[1] );\r\n
\t\t\tmy @suggs = ();\r\n
\t\t\tif( $tokens[4] ) {\r\n
\t\t\t\t@suggs = split( ", ", $tokens[4] );\r\n
\t\t\t}\r\n
\t\t\tprintSuggsElem( $textInputIdx, $wordIdx, @suggs );\r\n
\t\t\t$wordIdx++;\r\n
\t\t} else {\r\n
\t\t\t$unhandledText .= $ret;\r\n
\t\t}\r\n
\t}\r\n
\tclose ASPELL or handleError( "Error executing `$cmd`\\\\n$unhandledText" ) and return;\r\n
}\r\n
\r\n
sub escapeQuote {\r\n
\tmy $str = shift;\r\n
\t$str =~ s/\'/\\\\\'/g;\r\n
\treturn $str;\r\n
}\r\n
\r\n
sub handleError {\r\n
\tmy $err = shift;\r\n
\tprint "error = \'" . escapeQuote( $err ) . "\';\\n";\r\n
}\r\n
\r\n
sub url_decode {\r\n
\tlocal $_ = @_ ? shift : $_;\r\n
\tdefined or return;\r\n
\t# change + signs to spaces\r\n
\ttr/+/ /;\r\n
\t# change hex escapes to the proper characters\r\n
\ts/%([a-fA-F0-9]{2})/pack "H2", $1/eg;\r\n
\treturn $_;\r\n
}\r\n
\r\n
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #\r\n
# Display HTML\r\n
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #\r\n
\r\n
print <<EOF;\r\n
Content-type: text/html; charset=utf-8\r\n
\r\n
<html>\r\n
<head>\r\n
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">\r\n
<link rel="stylesheet" type="text/css" href="$spellercss"/>\r\n
<script src="$wordWindowSrc"></script>\r\n
<script type="text/javascript">\r\n
var suggs = new Array();\r\n
var words = new Array();\r\n
var textinputs = new Array();\r\n
var error;\r\n
EOF\r\n
\r\n
printTextVar();\r\n
\r\n
printCheckerResults();\r\n
\r\n
print <<EOF;\r\n
var wordWindowObj = new wordWindow();\r\n
wordWindowObj.originalSpellings = words;\r\n
wordWindowObj.suggestions = suggs;\r\n
wordWindowObj.textInputs = textinputs;\r\n
\r\n
\r\n
function init_spell() {\r\n
\t// check if any error occured during server-side processing\r\n
\tif( error ) {\r\n
\t\talert( error );\r\n
\t} else {\r\n
\t\t// call the init_spell() function in the parent frameset\r\n
\t\tif (parent.frames.length) {\r\n
\t\t\tparent.init_spell( wordWindowObj );\r\n
\t\t} else {\r\n
\t\t\terror = "This page was loaded outside of a frameset. ";\r\n
\t\t\terror += "It might not display properly";\r\n
\t\t\talert( error );\r\n
\t\t}\r\n
\t}\r\n
}\r\n
\r\n
</script>\r\n
\r\n
</head>\r\n
<body onLoad="init_spell();">\r\n
\r\n
<script type="text/javascript">\r\n
wordWindowObj.writeBody();\r\n
</script>\r\n
\r\n
</body>\r\n
</html>\r\n
EOF\r\n
]]></string> </value>
......@@ -220,7 +220,7 @@ EOF\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>4746</int> </value>
<value> <int>4927</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309338.52</string> </value>
<value> <string>ts60538662.38</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -186,28 +186,6 @@ function Ok()\r\n
\tSetAttribute( table, \'cellSpacing\'\t, GetE(\'txtCellSpacing\').value ) ;\r\n
\tSetAttribute( table, \'summary\'\t\t, GetE(\'txtSummary\').value ) ;\r\n
\r\n
\tvar eCaption = oEditor.FCKDomTools.GetFirstChild( table, \'CAPTION\' ) ;\r\n
\r\n
\tif ( document.getElementById(\'txtCaption\').value != \'\')\r\n
\t{\r\n
\t\tif ( !eCaption )\r\n
\t\t{\r\n
\t\t\teCaption = oDoc.createElement( \'CAPTION\' ) ;\r\n
\t\t\ttable.insertBefore( eCaption, table.firstChild ) ;\r\n
\t\t}\r\n
\r\n
\t\teCaption.innerHTML = document.getElementById(\'txtCaption\').value ;\r\n
\t}\r\n
\telse if ( bExists && eCaption )\r\n
\t{\r\n
\t\t// TODO: It causes an IE internal error if using removeChild or\r\n
\t\t// table.deleteCaption() (see #505).\r\n
\t\tif ( oEditor.FCKBrowserInfo.IsIE )\r\n
\t\t\teCaption.innerHTML = \'\' ;\r\n
\t\telse\r\n
\t\t\teCaption.parentNode.removeChild( eCaption ) ;\r\n
\t}\r\n
\r\n
\tvar headers = GetE(\'selHeaders\').value ;\r\n
\tif ( bExists )\r\n
\t{\r\n
......@@ -338,6 +316,29 @@ function Ok()\r\n
\t\toEditor.FCK.InsertElement( table ) ;\r\n
\t}\r\n
\r\n
\tvar eCaption = oEditor.FCKDomTools.GetFirstChild( table, \'CAPTION\' ) ;\r\n
\r\n
\tif ( eCaption && !oEditor.FCKBrowserInfo.IsIE )\r\n
\t\teCaption.parentNode.removeChild( eCaption ) ;\r\n
\r\n
\tif ( document.getElementById(\'txtCaption\').value != \'\' )\r\n
\t{\r\n
\t\tif ( !eCaption || !oEditor.FCKBrowserInfo.IsIE )\r\n
\t\t{\r\n
\t\t\teCaption = oDoc.createElement( \'CAPTION\' ) ;\r\n
\t\t\ttable.insertBefore( eCaption, table.firstChild ) ;\r\n
\t\t}\r\n
\r\n
\t\teCaption.innerHTML = document.getElementById(\'txtCaption\').value ;\r\n
\t}\r\n
\telse if ( bExists && eCaption )\r\n
\t{\r\n
\t\t// TODO: It causes an IE internal error if using removeChild or\r\n
\t\t// table.deleteCaption() (see #505).\r\n
\t\tif ( oEditor.FCKBrowserInfo.IsIE )\r\n
\t\t\teCaption.innerHTML = \'\' ;\r\n
\t}\r\n
\r\n
\treturn true ;\r\n
}\r\n
\r\n
......@@ -478,7 +479,7 @@ function Ok()\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>14473</int> </value>
<value> <int>14549</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309338.52</string> </value>
<value> <string>ts60538662.38</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -170,7 +170,7 @@ function SelectBorderColor( color )\r\n
\r\n
function SelectColor( wich )\r\n
{\r\n
\toEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', oEditor.FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, wich == \'Back\' ? SelectBackColor : SelectBorderColor, window ) ;\r\n
\toEditor.FCKDialog.OpenDialog( \'FCKDialog_Color\', oEditor.FCKLang.DlgColorTitle, \'dialog/fck_colorselector.html\', 410, 320, wich == \'Back\' ? SelectBackColor : SelectBorderColor ) ;\r\n
}\r\n
\r\n
\t</script>\r\n
......@@ -255,8 +255,8 @@ function SelectColor( wich )\r\n
\t\t\t\t\t\t\t\t\t <span fcklang="DlgCellType">Cell Type</span>:</td>\r\n
\t\t\t\t\t\t\t\t\t<td colspan="2">\r\n
\t\t\t\t\t\t\t\t\t\t&nbsp; <select id="selCellType">\r\n
\t\t\t\t\t\t\t\t\t\t\t<option fcklang="DlgCellTypeData" value="td" />Data\r\n
\t\t\t\t\t\t\t\t\t\t\t<option fcklang="DlgCellTypeHeader" value="th" />Header\r\n
\t\t\t\t\t\t\t\t\t\t\t<option fcklang="DlgCellTypeData" value="td">Data</option>\r\n
\t\t\t\t\t\t\t\t\t\t\t<option fcklang="DlgCellTypeHeader" value="th">Header</option>\r\n
\t\t\t\t\t\t\t\t\t\t</select>\r\n
\t\t\t\t\t\t\t\t</tr>\r\n
\t\t\t\t\t\t\t\t<tr>\r\n
......@@ -332,7 +332,7 @@ function SelectColor( wich )\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>9930</int> </value>
<value> <int>9936</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309338.52</string> </value>
<value> <string>ts60538662.39</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -296,16 +296,16 @@ function WaitForActive( editorInstance, newStatus )\r\n
\t}\r\n
}\r\n
\r\n
// Gecko browsers doesn\'t calculate well the IFRAME size so we must\r\n
// Gecko and Webkit browsers don\'t calculate well the IFRAME size so we must\r\n
// recalculate it every time the window size changes.\r\n
if ( FCKBrowserInfo.IsGecko && !FCKBrowserInfo.IsOpera )\r\n
if ( FCKBrowserInfo.IsGecko || FCKBrowserInfo.IsSafari )\r\n
{\r\n
\twindow.onresize = function( e )\r\n
\t{\r\n
\t\t// Running in Chrome makes the window receive the event including subframes.\r\n
\t\t// Running in Firefox\'s chrome makes the window receive the event including subframes.\r\n
\t\t// we care only about this window. Ticket #1642.\r\n
\t\t// #2002: The originalTarget from the event can be the current document, the window, or the editing area.\r\n
\t\tif ( e && e.originalTarget !== document && e.originalTarget !== window && (!e.originalTarget.ownerDocument || e.originalTarget.ownerDocument != document ))\r\n
\t\tif ( e && e.originalTarget && e.originalTarget !== document && e.originalTarget !== window && (!e.originalTarget.ownerDocument || e.originalTarget.ownerDocument != document ))\r\n
\t\t\treturn ;\r\n
\r\n
\t\tvar oCell = document.getElementById( \'xEditingArea\' ) ;\r\n
......@@ -356,7 +356,7 @@ if ( FCKBrowserInfo.IsGecko && !FCKBrowserInfo.IsOpera )\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>12436</int> </value>
<value> <int>12475</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309338.52</string> </value>
<value> <string>ts60538662.39</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -233,6 +233,7 @@ LoadScript( \'_source/classes/fcktoolbarfontformatcombo.js\' ) ;\r\n
LoadScript( \'_source/classes/fcktoolbarfontscombo.js\' ) ;\r\n
LoadScript( \'_source/classes/fcktoolbarfontsizecombo.js\' ) ;\r\n
LoadScript( \'_source/classes/fcktoolbarpanelbutton.js\' ) ;\r\n
LoadScript( \'_source/internals/fckscayt.js\' ) ;\r\n
LoadScript( \'_source/internals/fcktoolbaritems.js\' ) ;\r\n
LoadScript( \'_source/classes/fcktoolbar.js\' ) ;\r\n
LoadScript( \'_source/classes/fcktoolbarbreak_\' + sSuffix + \'.js\' ) ;\r\n
......@@ -403,16 +404,16 @@ function WaitForActive( editorInstance, newStatus )\r\n
\t}\r\n
}\r\n
\r\n
// Gecko browsers doesn\'t calculate well the IFRAME size so we must\r\n
// Gecko and Webkit browsers don\'t calculate well the IFRAME size so we must\r\n
// recalculate it every time the window size changes.\r\n
if ( FCKBrowserInfo.IsGecko && !FCKBrowserInfo.IsOpera )\r\n
if ( FCKBrowserInfo.IsGecko || FCKBrowserInfo.IsSafari )\r\n
{\r\n
\twindow.onresize = function( e )\r\n
\t{\r\n
\t\t// Running in Chrome makes the window receive the event including subframes.\r\n
\t\t// Running in Firefox\'s chrome makes the window receive the event including subframes.\r\n
\t\t// we care only about this window. Ticket #1642.\r\n
\t\t// #2002: The originalTarget from the event can be the current document, the window, or the editing area.\r\n
\t\tif ( e && e.originalTarget !== document && e.originalTarget !== window && (!e.originalTarget.ownerDocument || e.originalTarget.ownerDocument != document ))\r\n
\t\tif ( e && e.originalTarget && e.originalTarget !== document && e.originalTarget !== window && (!e.originalTarget.ownerDocument || e.originalTarget.ownerDocument != document ))\r\n
\t\t\treturn ;\r\n
\r\n
\t\tvar oCell = document.getElementById( \'xEditingArea\' ) ;\r\n
......@@ -463,7 +464,7 @@ if ( FCKBrowserInfo.IsGecko && !FCKBrowserInfo.IsOpera )\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>17712</int> </value>
<value> <int>17800</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309338.53</string> </value>
<value> <string>ts60538662.39</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -120,7 +120,7 @@ function OpenFolder( folderPath )\r\n
\r\n
function OpenFile( fileUrl )\r\n
{\r\n
\twindow.top.opener.SetUrl( encodeURI( fileUrl ).replace( \'#\', \'%23\' ) ) ;\r\n
\twindow.top.opener.SetUrl( fileUrl ) ;\r\n
\twindow.top.close() ;\r\n
\twindow.top.opener.focus() ;\r\n
}\r\n
......@@ -176,7 +176,7 @@ function GetFoldersAndFilesCallBack( fckXml )\r\n
\r\n
\t\t// Get the optional "url" attribute. If not available, build the url.\r\n
\t\tvar oFileUrlAtt = oNodes[j].attributes.getNamedItem(\'url\') ;\r\n
\t\tvar sFileUrl = oFileUrlAtt != null ? oFileUrlAtt.value : sCurrentFolderUrl + sFileName ;\r\n
\t\tvar sFileUrl = oFileUrlAtt != null ? oFileUrlAtt.value : encodeURI( sCurrentFolderUrl + sFileName ).replace( /#/g, \'%23\' ) ;\r\n
\r\n
\t\toHtml.Append( oListManager.GetFileRowHtml( sFileName, sFileUrl, sFileSize ) ) ;\r\n
\t}\r\n
......@@ -208,7 +208,7 @@ window.onload = function()\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>5004</int> </value>
<value> <int>5005</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749251.5</string> </value>
<value> <string>ts60538662.52</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Vir meer informasie gaan na ",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18799</long> </value>
<value> <int>18960</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749251.96</string> </value>
<value> <string>ts60538662.52</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "لمزيد من المعلومات تفضل بزيارة",\r\
DlgDivGeneralTab\t: "عام",\r\n
DlgDivAdvancedTab\t: "متقدم",\r\n
DlgDivStyle\t\t: "المظهر",\r\n
DlgDivInlineStyle\t: "المظهر المضمن"\r\n
DlgDivInlineStyle\t: "المظهر المضمن",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "المظهر المضمن"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>22602</long> </value>
<value> <int>22763</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749251.75</string> </value>
<value> <string>ts60538662.52</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "За повече информация посетете",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>24984</long> </value>
<value> <int>25145</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749252.77</string> </value>
<value> <string>ts60538662.53</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "আরও তথ্যের জন্য যান",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>28089</long> </value>
<value> <int>28250</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749253.14</string> </value>
<value> <string>ts60538662.53</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Za više informacija posjetite",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>20197</long> </value>
<value> <int>20358</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749252.37</string> </value>
<value> <string>ts60538662.53</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Per a més informació aneu a",\r\n
DlgDivGeneralTab\t: "General",\r\n
DlgDivAdvancedTab\t: "Avançat",\r\n
DlgDivStyle\t\t: "Estil",\r\n
DlgDivInlineStyle\t: "Estil en línia"\r\n
DlgDivInlineStyle\t: "Estil en línia",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Estil en línia"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19574</long> </value>
<value> <int>19735</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749253.85</string> </value>
<value> <string>ts60538662.53</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -339,11 +339,11 @@ DlgTableCellSpace\t: "Vzdálenost buněk",\r\n
DlgTableCellPad\t\t: "Odsazení obsahu",\r\n
DlgTableCaption\t\t: "Popis",\r\n
DlgTableSummary\t\t: "Souhrn",\r\n
DlgTableHeaders\t\t: "Headers",\t//MISSING\r\n
DlgTableHeadersNone\t\t: "None",\t//MISSING\r\n
DlgTableHeadersColumn\t: "First column",\t//MISSING\r\n
DlgTableHeadersRow\t\t: "First Row",\t//MISSING\r\n
DlgTableHeadersBoth\t\t: "Both",\t//MISSING\r\n
DlgTableHeaders\t\t: "Záhlaví",\r\n
DlgTableHeadersNone\t\t: "Žádné",\r\n
DlgTableHeadersColumn\t: "První sloupec",\r\n
DlgTableHeadersRow\t\t: "První řádek",\r\n
DlgTableHeadersBoth\t\t: "Oboje",\r\n
\r\n
// Table Cell Dialog\r\n
DlgCellTitle\t\t: "Vlastnosti buňky",\r\n
......@@ -366,9 +366,9 @@ DlgCellVerAlignTop\t: "Nahoru",\r\n
DlgCellVerAlignMiddle\t: "Doprostřed",\r\n
DlgCellVerAlignBottom\t: "Dolů",\r\n
DlgCellVerAlignBaseline\t: "Na účaří",\r\n
DlgCellType\t\t: "Cell Type",\t//MISSING\r\n
DlgCellTypeData\t\t: "Data",\t//MISSING\r\n
DlgCellTypeHeader\t: "Header",\t//MISSING\r\n
DlgCellType\t\t: "Typ buňky",\r\n
DlgCellTypeData\t\t: "Data",\r\n
DlgCellTypeHeader\t: "Zálaví",\r\n
DlgCellRowSpan\t\t: "Sloučené řádky",\r\n
DlgCellCollSpan\t\t: "Sloučené sloupce",\r\n
DlgCellBackColor\t: "Barva pozadí",\r\n
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Více informací získáte na",\r\n
DlgDivGeneralTab\t: "Obecné",\r\n
DlgDivAdvancedTab\t: "Rozšířené",\r\n
DlgDivStyle\t\t: "Styl",\r\n
DlgDivInlineStyle\t: "Vložený styl"\r\n
DlgDivInlineStyle\t: "Vložený styl",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Vložený styl"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19210</long> </value>
<value> <int>19308</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749253.41</string> </value>
<value> <string>ts60538662.53</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "For yderlig information gå til",\r\n
DlgDivGeneralTab\t: "Generelt",\r\n
DlgDivAdvancedTab\t: "Avanceret",\r\n
DlgDivStyle\t\t: "Style",\r\n
DlgDivInlineStyle\t: "Inline style"\r\n
DlgDivInlineStyle\t: "Inline style",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline style"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18430</long> </value>
<value> <int>18591</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749253.63</string> </value>
<value> <string>ts60538662.54</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Für weitere Informationen siehe",\r\n
DlgDivGeneralTab\t: "Allgemein",\r\n
DlgDivAdvancedTab\t: "Erweitert",\r\n
DlgDivStyle\t\t: "Style",\r\n
DlgDivInlineStyle\t: "Inline Style"\r\n
DlgDivInlineStyle\t: "Inline Style",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19199</long> </value>
<value> <int>19360</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749254.07</string> </value>
<value> <string>ts60538662.54</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Για περισσότερες πληροφορίες",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>25850</long> </value>
<value> <int>26011</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749269.8</string> </value>
<value> <string>ts60538662.54</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "For further information go to",\r\n
DlgDivGeneralTab\t: "General",\r\n
DlgDivAdvancedTab\t: "Advanced",\r\n
DlgDivStyle\t\t: "Style",\r\n
DlgDivInlineStyle\t: "Inline Style"\r\n
DlgDivInlineStyle\t: "Inline Style",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>17985</long> </value>
<value> <int>18146</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749270.37</string> </value>
<value> <string>ts60538662.54</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "For further information go to",\r\n
DlgDivGeneralTab\t: "General",\r\n
DlgDivAdvancedTab\t: "Advanced",\r\n
DlgDivStyle\t\t: "Style",\r\n
DlgDivInlineStyle\t: "Inline Style"\r\n
DlgDivInlineStyle\t: "Inline Style",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>17984</long> </value>
<value> <int>18145</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749270.58</string> </value>
<value> <string>ts60538662.54</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "For further information go to",\r\n
DlgDivGeneralTab\t: "General",\r\n
DlgDivAdvancedTab\t: "Advanced",\r\n
DlgDivStyle\t\t: "Style",\r\n
DlgDivInlineStyle\t: "Inline Style"\r\n
DlgDivInlineStyle\t: "Inline Style",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>17990</long> </value>
<value> <int>18151</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749254.73</string> </value>
<value> <string>ts60538662.54</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "For further information go to",\r\n
DlgDivGeneralTab\t: "General",\r\n
DlgDivAdvancedTab\t: "Advanced",\r\n
DlgDivStyle\t\t: "Style",\r\n
DlgDivInlineStyle\t: "Inline Style"\r\n
DlgDivInlineStyle\t: "Inline Style",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\r\n
ScaytTitleOptions\t: "Options",\r\n
ScaytTitleLangs\t\t: "Languages",\r\n
ScaytTitleAbout\t\t: "About"\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>17915</long> </value>
<value> <int>18036</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749254.96</string> </value>
<value> <string>ts60538662.54</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Por pli da informoj, vizitu",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19252</long> </value>
<value> <int>19413</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749255.19</string> </value>
<value> <string>ts60538662.54</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Para mayor información por favor dirigirse a",\r\n
DlgDivGeneralTab\t: "General",\r\n
DlgDivAdvancedTab\t: "Avanzado",\r\n
DlgDivStyle\t\t: "Estilo",\r\n
DlgDivInlineStyle\t: "Estilos CSS"\r\n
DlgDivInlineStyle\t: "Estilos CSS",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Estilos CSS"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19483</long> </value>
<value> <int>19644</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749255.64</string> </value>
<value> <string>ts60538662.55</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Täpsema info saamiseks mine",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18648</long> </value>
<value> <int>18809</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749255.86</string> </value>
<value> <string>ts60538662.55</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -562,7 +562,12 @@ DlgAboutInfo\t\t: "Informazio gehiago eskuratzeko hona joan",\r\n
DlgDivGeneralTab\t: "Orokorra",\r\n
DlgDivAdvancedTab\t: "Aurreratua",\r\n
DlgDivStyle\t\t: "Estiloa",\r\n
DlgDivInlineStyle\t: "Inline Estiloa"\r\n
DlgDivInlineStyle\t: "Inline Estiloa",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -574,7 +579,7 @@ DlgDivInlineStyle\t: "Inline Estiloa"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19231</long> </value>
<value> <int>19392</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749254.43</string> </value>
<value> <string>ts60538662.55</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "برای آگاهی بیشتر به این نشانی برو
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>23563</long> </value>
<value> <int>23724</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749255.41</string> </value>
<value> <string>ts60538662.55</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Lisää tietoa osoitteesta",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18686</long> </value>
<value> <int>18847</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749256.1</string> </value>
<value> <string>ts60538662.55</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Fyri fleiri upplýsingar, far til",\r\n
DlgDivGeneralTab\t: "Generelt",\r\n
DlgDivAdvancedTab\t: "Fjølbroytt",\r\n
DlgDivStyle\t\t: "Typografi",\r\n
DlgDivInlineStyle\t: "Inline typografi"\r\n
DlgDivInlineStyle\t: "Inline typografi",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline typografi"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19132</long> </value>
<value> <int>19293</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749270.8</string> </value>
<value> <string>ts60538662.55</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Pour plus d\'informations, visiter",\r\n
DlgDivGeneralTab\t: "Général",\r\n
DlgDivAdvancedTab\t: "Avancé",\r\n
DlgDivStyle\t\t: "Style",\r\n
DlgDivInlineStyle\t: "Attribut Style"\r\n
DlgDivInlineStyle\t: "Attribut Style",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Attribut Style"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19669</long> </value>
<value> <int>19830</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749256.33</string> </value>
<value> <string>ts60538662.55</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Pour plus d\'informations, aller à",\r\n
DlgDivGeneralTab\t: "Général",\r\n
DlgDivAdvancedTab\t: "Avancé",\r\n
DlgDivStyle\t\t: "Style",\r\n
DlgDivInlineStyle\t: "Attribut Style"\r\n
DlgDivInlineStyle\t: "Attribut Style",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Attribut Style"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19516</long> </value>
<value> <int>19677</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749256.75</string> </value>
<value> <string>ts60538662.56</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Para máis información visitar:",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19839</long> </value>
<value> <int>20000</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749257.77</string> </value>
<value> <string>ts60538662.56</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "વધારે માહિતી માટે:",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>29934</long> </value>
<value> <int>30095</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749257.12</string> </value>
<value> <string>ts60538662.56</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "מידע נוסף ניתן למצוא כאן:",\r\n
DlgDivGeneralTab\t: "כללי",\r\n
DlgDivAdvancedTab\t: "מתקדם",\r\n
DlgDivStyle\t\t: "סגנון",\r\n
DlgDivInlineStyle\t: "סגנון בתוך השורה"\r\n
DlgDivInlineStyle\t: "סגנון בתוך השורה",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "סגנון בתוך השורה"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>21236</long> </value>
<value> <int>21397</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749257.47</string> </value>
<value> <string>ts60538662.56</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "अधिक जानकारी के लिये यह
DlgDivGeneralTab\t: "सामान्य",\r\n
DlgDivAdvancedTab\t: "एड्वान्स्ड",\r\n
DlgDivStyle\t\t: "स्टाइल",\r\n
DlgDivInlineStyle\t: "इनलाइन स्टाइल"\r\n
DlgDivInlineStyle\t: "इनलाइन स्टाइल",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "इनलाइन स्टाइल"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>28806</long> </value>
<value> <int>28967</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749257.99</string> </value>
<value> <string>ts60538662.56</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Za više informacija posjetite",\r\n
DlgDivGeneralTab\t: "Općenito",\r\n
DlgDivAdvancedTab\t: "Napredno",\r\n
DlgDivStyle\t\t: "Stil",\r\n
DlgDivInlineStyle\t: "Stil u redu"\r\n
DlgDivInlineStyle\t: "Stil u redu",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Stil u redu"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18493</long> </value>
<value> <int>18654</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749258.23</string> </value>
<value> <string>ts60538662.57</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "További információkért látogasson el ide:",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>20032</long> </value>
<value> <int>20193</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749258.75</string> </value>
<value> <string>ts60538662.57</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Nánari upplýsinar, sjá:",\r\n
DlgDivGeneralTab\t: "Almennt",\r\n
DlgDivAdvancedTab\t: "Sérhæft",\r\n
DlgDivStyle\t\t: "Stíll",\r\n
DlgDivInlineStyle\t: "Línulægur stíll"\r\n
DlgDivInlineStyle\t: "Línulægur stíll",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Línulægur stíll"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18581</long> </value>
<value> <int>18742</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749259.08</string> </value>
<value> <string>ts60538662.57</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Per maggiori informazioni visitare",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19363</long> </value>
<value> <int>19524</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749258.56</string> </value>
<value> <string>ts60538662.57</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "より詳しい情報はこちらで",\r\n
DlgDivGeneralTab\t: "全般",\r\n
DlgDivAdvancedTab\t: "高度な設定",\r\n
DlgDivStyle\t\t: "スタイル",\r\n
DlgDivInlineStyle\t: "インラインスタイル"\r\n
DlgDivInlineStyle\t: "インラインスタイル",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "インラインスタイル"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>21278</long> </value>
<value> <int>21439</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749259.39</string> </value>
<value> <string>ts60538662.57</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "សំរាប់ព៌តមានផ្សេងទៀត
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>28759</long> </value>
<value> <int>28920</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749259.69</string> </value>
<value> <string>ts60538662.57</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -338,7 +338,7 @@ DlgTableHeight\t\t: "높이",\r\n
DlgTableCellSpace\t: "셀 간격",\r\n
DlgTableCellPad\t\t: "셀 여백",\r\n
DlgTableCaption\t\t: "캡션",\r\n
DlgTableSummary\t\t: "Summary",\t//MISSING\r\n
DlgTableSummary\t\t: "요약",\r\n
DlgTableHeaders\t\t: "Headers",\t//MISSING\r\n
DlgTableHeadersNone\t\t: "None",\t//MISSING\r\n
DlgTableHeadersColumn\t: "First column",\t//MISSING\r\n
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "더 많은 정보를 보시려면 다음 사이트로 가십
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19282</long> </value>
<value> <int>19432</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749260.09</string> </value>
<value> <string>ts60538662.57</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -75,9 +75,9 @@ RemoveFormat\t\t: "Panaikinti formatą",\r\n
InsertLinkLbl\t\t: "Nuoroda",\r\n
InsertLink\t\t\t: "Įterpti/taisyti nuorodą",\r\n
RemoveLink\t\t\t: "Panaikinti nuorodą",\r\n
VisitLink\t\t\t: "Open Link",\t//MISSING\r\n
VisitLink\t\t\t: "Atidaryti nuorodą",\r\n
Anchor\t\t\t\t: "Įterpti/modifikuoti žymę",\r\n
AnchorDelete\t\t: "Remove Anchor",\t//MISSING\r\n
AnchorDelete\t\t: "Naikinti žymę",\r\n
InsertImageLbl\t\t: "Vaizdas",\r\n
InsertImage\t\t\t: "Įterpti/taisyti vaizdą",\r\n
InsertFlashLbl\t\t: "Flash",\r\n
......@@ -103,10 +103,10 @@ RightJustify\t\t: "Lygiuoti dešinę",\r\n
BlockJustify\t\t: "Lygiuoti abi puses",\r\n
DecreaseIndent\t\t: "Sumažinti įtrauką",\r\n
IncreaseIndent\t\t: "Padidinti įtrauką",\r\n
Blockquote\t\t\t: "Blockquote",\t//MISSING\r\n
CreateDiv\t\t\t: "Create Div Container",\t//MISSING\r\n
EditDiv\t\t\t\t: "Edit Div Container",\t//MISSING\r\n
DeleteDiv\t\t\t: "Remove Div Container",\t//MISSING\r\n
Blockquote\t\t\t: "Citata",\r\n
CreateDiv\t\t\t: "Sukurti Div elementą",\r\n
EditDiv\t\t\t\t: "Reaguoti Div elementą",\r\n
DeleteDiv\t\t\t: "Šalinti Div elementą",\r\n
Undo\t\t\t\t: "Atšaukti",\r\n
Redo\t\t\t\t: "Atstatyti",\r\n
NumberedListLbl\t\t: "Numeruotas sąrašas",\r\n
......@@ -139,28 +139,28 @@ Button\t\t\t: "Mygtukas",\r\n
SelectionField\t: "Atrankos laukas",\r\n
ImageButton\t\t: "Vaizdinis mygtukas",\r\n
\r\n
FitWindow\t\t: "Maximize the editor size",\t//MISSING\r\n
ShowBlocks\t\t: "Show Blocks",\t//MISSING\r\n
FitWindow\t\t: "Padidinti redaktorių",\r\n
ShowBlocks\t\t: "Rodyti blokus",\r\n
\r\n
// Context Menu\r\n
EditLink\t\t\t: "Taisyti nuorodą",\r\n
CellCM\t\t\t\t: "Cell",\t//MISSING\r\n
RowCM\t\t\t\t: "Row",\t//MISSING\r\n
ColumnCM\t\t\t: "Column",\t//MISSING\r\n
InsertRowAfter\t\t: "Insert Row After",\t//MISSING\r\n
InsertRowBefore\t\t: "Insert Row Before",\t//MISSING\r\n
CellCM\t\t\t\t: "Langelis",\r\n
RowCM\t\t\t\t: "Eilutė",\r\n
ColumnCM\t\t\t: "Stulpelis",\r\n
InsertRowAfter\t\t: "Įterpti eilutę po",\r\n
InsertRowBefore\t\t: "Įterpti eilutę prieš",\r\n
DeleteRows\t\t\t: "Šalinti eilutes",\r\n
InsertColumnAfter\t: "Insert Column After",\t//MISSING\r\n
InsertColumnBefore\t: "Insert Column Before",\t//MISSING\r\n
InsertColumnAfter\t: "Įterpti stulpelį po",\r\n
InsertColumnBefore\t: "Įterpti stulpelį prieš",\r\n
DeleteColumns\t\t: "Šalinti stulpelius",\r\n
InsertCellAfter\t\t: "Insert Cell After",\t//MISSING\r\n
InsertCellBefore\t: "Insert Cell Before",\t//MISSING\r\n
InsertCellAfter\t\t: "Įterpti langelį po",\r\n
InsertCellBefore\t: "Įterpti langelį prieš",\r\n
DeleteCells\t\t\t: "Šalinti langelius",\r\n
MergeCells\t\t\t: "Sujungti langelius",\r\n
MergeRight\t\t\t: "Merge Right",\t//MISSING\r\n
MergeDown\t\t\t: "Merge Down",\t//MISSING\r\n
HorizontalSplitCell\t: "Split Cell Horizontally",\t//MISSING\r\n
VerticalSplitCell\t: "Split Cell Vertically",\t//MISSING\r\n
MergeRight\t\t\t: "Sujungti su dešine",\r\n
MergeDown\t\t\t: "Sujungti su apačia",\r\n
HorizontalSplitCell\t: "Skaidyti langelį horizontaliai",\r\n
VerticalSplitCell\t: "Skaidyti langelį vertikaliai",\r\n
TableDelete\t\t\t: "Šalinti lentelę",\r\n
CellProperties\t\t: "Langelio savybės",\r\n
TableProperties\t\t: "Lentelės savybės",\r\n
......@@ -192,7 +192,7 @@ UnknownToolbarSet\t: "Mygtukų juostos rinkinys \\"%1\\" neegzistuoja",\r\n
NoActiveX\t\t\t: "Jūsų naršyklės saugumo nuostatos gali riboti kai kurias redaktoriaus savybes. Jūs turite aktyvuoti opciją \\"Run ActiveX controls and plug-ins\\". Kitu atveju Jums bus pranešama apie klaidas ir trūkstamas savybes.",\r\n
BrowseServerBlocked : "Neįmanoma atidaryti naujo naršyklės lango. Įsitikinkite, kad iškylančių langų blokavimo programos neveiksnios.",\r\n
DialogBlocked\t\t: "Neįmanoma atidaryti dialogo lango. Įsitikinkite, kad iškylančių langų blokavimo programos neveiksnios.",\r\n
VisitLinkBlocked\t: "It was not possible to open a new window. Make sure all popup blockers are disabled.",\t//MISSING\r\n
VisitLinkBlocked\t: "Neįmanoma atidaryti naujo lango. Įsitikinkite, kad iškylančių langų blokavimo programos neveiksnios.",\r\n
\r\n
// Dialogs\r\n
DlgBtnOK\t\t\t: "OK",\r\n
......@@ -307,7 +307,7 @@ DlgLnkPopTop\t\t: "Viršutinė pozicija",\r\n
DlnLnkMsgNoUrl\t\t: "Prašome įvesti nuorodos URL",\r\n
DlnLnkMsgNoEMail\t: "Prašome įvesti el.pašto adresą",\r\n
DlnLnkMsgNoAnchor\t: "Prašome pasirinkti žymę",\r\n
DlnLnkMsgInvPopName\t: "The popup name must begin with an alphabetic character and must not contain spaces",\t//MISSING\r\n
DlnLnkMsgInvPopName\t: "Iššokančio lango pavadinimas privalo prasidėti lotyniška raide ir negali turėti tarpų",\r\n
\r\n
// Color Dialog\r\n
DlgColorTitle\t\t: "Pasirinkite spalvą",\r\n
......@@ -339,11 +339,11 @@ DlgTableCellSpace\t: "Tarpas tarp langelių",\r\n
DlgTableCellPad\t\t: "Trapas nuo langelio rėmo iki teksto",\r\n
DlgTableCaption\t\t: "Antraštė",\r\n
DlgTableSummary\t\t: "Santrauka",\r\n
DlgTableHeaders\t\t: "Headers",\t//MISSING\r\n
DlgTableHeadersNone\t\t: "None",\t//MISSING\r\n
DlgTableHeadersColumn\t: "First column",\t//MISSING\r\n
DlgTableHeadersRow\t\t: "First Row",\t//MISSING\r\n
DlgTableHeadersBoth\t\t: "Both",\t//MISSING\r\n
DlgTableHeaders\t\t: "Antraštės",\r\n
DlgTableHeadersNone\t\t: "Nėra",\r\n
DlgTableHeadersColumn\t: "Pirmas stulpelis",\r\n
DlgTableHeadersRow\t\t: "Pirma eilutė",\r\n
DlgTableHeadersBoth\t\t: "Abu",\r\n
\r\n
// Table Cell Dialog\r\n
DlgCellTitle\t\t: "Langelio savybės",\r\n
......@@ -366,9 +366,9 @@ DlgCellVerAlignTop\t: "Viršų",\r\n
DlgCellVerAlignMiddle\t: "Vidurį",\r\n
DlgCellVerAlignBottom\t: "Apačią",\r\n
DlgCellVerAlignBaseline\t: "Apatinę liniją",\r\n
DlgCellType\t\t: "Cell Type",\t//MISSING\r\n
DlgCellTypeData\t\t: "Data",\t//MISSING\r\n
DlgCellTypeHeader\t: "Header",\t//MISSING\r\n
DlgCellType\t\t: "Langelio tipas",\r\n
DlgCellTypeData\t\t: "Duomenys",\r\n
DlgCellTypeHeader\t: "Antraštė",\r\n
DlgCellRowSpan\t\t: "Eilučių apjungimas",\r\n
DlgCellCollSpan\t\t: "Stulpelių apjungimas",\r\n
DlgCellBackColor\t: "Fono spalva",\r\n
......@@ -376,7 +376,7 @@ DlgCellBorderColor\t: "Rėmelio spalva",\r\n
DlgCellBtnSelect\t: "Pažymėti...",\r\n
\r\n
// Find and Replace Dialog\r\n
DlgFindAndReplaceTitle\t: "Find and Replace",\t//MISSING\r\n
DlgFindAndReplaceTitle\t: "Surasti ir pakeisti",\r\n
\r\n
// Find Dialog\r\n
DlgFindTitle\t\t: "Paieška",\r\n
......@@ -399,8 +399,8 @@ PasteErrorCopy\t: "Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui
PasteAsText\t\t: "Įdėti kaip gryną tekstą",\r\n
PasteFromWord\t: "Įdėti iš Word",\r\n
\r\n
DlgPasteMsg2\t: "Žemiau esančiame įvedimo lauke įdėkite tekstą, naudodami klaviatūrą (<STRONG>Ctrl+V</STRONG>) ir spūstelkite mygtuką <STRONG>OK</STRONG>.",\r\n
DlgPasteSec\t\t: "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.",\t//MISSING\r\n
DlgPasteMsg2\t: "Žemiau esančiame įvedimo lauke įdėkite tekstą, naudodami klaviatūrą (<STRONG>Ctrl+V</STRONG>) ir paspauskite mygtuką <STRONG>OK</STRONG>.",\r\n
DlgPasteSec\t\t: "Dėl jūsų naršyklės saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartą į šį langą.",\r\n
DlgPasteIgnoreFont\t\t: "Ignoruoti šriftų nustatymus",\r\n
DlgPasteRemoveStyles\t: "Pašalinti stilių nustatymus",\r\n
\r\n
......@@ -436,9 +436,9 @@ IeSpellDownload\t\t\t: "Rašybos tikrinimas neinstaliuotas. Ar Jūs norite jį d
// Button Dialog\r\n
DlgButtonText\t\t: "Tekstas (Reikšmė)",\r\n
DlgButtonType\t\t: "Tipas",\r\n
DlgButtonTypeBtn\t: "Button",\t//MISSING\r\n
DlgButtonTypeSbm\t: "Submit",\t//MISSING\r\n
DlgButtonTypeRst\t: "Reset",\t//MISSING\r\n
DlgButtonTypeBtn\t: "Mygtukas",\r\n
DlgButtonTypeSbm\t: "Siųsti",\r\n
DlgButtonTypeRst\t: "Išvalyti",\r\n
\r\n
// Checkbox and Radio Button Dialogs\r\n
DlgCheckboxName\t\t: "Vardas",\r\n
......@@ -487,7 +487,7 @@ DlgHiddenValue\t: "Reikšmė",\r\n
// Bulleted List Dialog\r\n
BulletedListProp\t: "Suženklinto sąrašo savybės",\r\n
NumberedListProp\t: "Numeruoto sąrašo savybės",\r\n
DlgLstStart\t\t\t: "Start",\t//MISSING\r\n
DlgLstStart\t\t\t: "Pradėti nuo",\r\n
DlgLstType\t\t\t: "Tipas",\r\n
DlgLstTypeCircle\t: "Apskritimas",\r\n
DlgLstTypeDisc\t\t: "Diskas",\r\n
......@@ -510,15 +510,15 @@ DlgDocLangDirLTR\t: "Iš kairės į dešinę (LTR)",\r\n
DlgDocLangDirRTL\t: "Iš dešinės į kairę (RTL)",\r\n
DlgDocLangCode\t\t: "Kalbos kodas",\r\n
DlgDocCharSet\t\t: "Simbolių kodavimo lentelė",\r\n
DlgDocCharSetCE\t\t: "Central European",\t//MISSING\r\n
DlgDocCharSetCT\t\t: "Chinese Traditional (Big5)",\t//MISSING\r\n
DlgDocCharSetCR\t\t: "Cyrillic",\t//MISSING\r\n
DlgDocCharSetGR\t\t: "Greek",\t//MISSING\r\n
DlgDocCharSetJP\t\t: "Japanese",\t//MISSING\r\n
DlgDocCharSetKR\t\t: "Korean",\t//MISSING\r\n
DlgDocCharSetTR\t\t: "Turkish",\t//MISSING\r\n
DlgDocCharSetUN\t\t: "Unicode (UTF-8)",\t//MISSING\r\n
DlgDocCharSetWE\t\t: "Western European",\t//MISSING\r\n
DlgDocCharSetCE\t\t: "Centrinės Europos",\r\n
DlgDocCharSetCT\t\t: "Tradicinės kinų (Big5)",\r\n
DlgDocCharSetCR\t\t: "Kirilica",\r\n
DlgDocCharSetGR\t\t: "Graikų",\r\n
DlgDocCharSetJP\t\t: "Japonų",\r\n
DlgDocCharSetKR\t\t: "Korėjiečių",\r\n
DlgDocCharSetTR\t\t: "Turkų",\r\n
DlgDocCharSetUN\t\t: "Unikodas (UTF-8)",\r\n
DlgDocCharSetWE\t\t: "Vakarų Europos",\r\n
DlgDocCharSetOther\t: "Kita simbolių kodavimo lentelė",\r\n
\r\n
DlgDocDocType\t\t: "Dokumento tipo antraštė",\r\n
......@@ -548,20 +548,25 @@ DlgTemplatesTitle\t: "Turinio šablonai",\r\n
DlgTemplatesSelMsg\t: "Pasirinkite norimą šabloną<br>(<b>Dėmesio!</b> esamas turinys bus prarastas):",\r\n
DlgTemplatesLoading\t: "Įkeliamas šablonų sąrašas. Prašome palaukti...",\r\n
DlgTemplatesNoTpl\t: "(Šablonų sąrašas tuščias)",\r\n
DlgTemplatesReplace\t: "Replace actual contents",\t//MISSING\r\n
DlgTemplatesReplace\t: "Pakeisti dabartinį turinį pasirinktu šablonu",\r\n
\r\n
// About Dialog\r\n
DlgAboutAboutTab\t: "Apie",\r\n
DlgAboutBrowserInfoTab\t: "Naršyklės informacija",\r\n
DlgAboutLicenseTab\t: "License",\t//MISSING\r\n
DlgAboutLicenseTab\t: "Licenzija",\r\n
DlgAboutVersion\t\t: "versija",\r\n
DlgAboutInfo\t\t: "Papildomą informaciją galima gauti",\r\n
\r\n
// Div Dialog\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivGeneralTab\t: "Bendros savybės",\r\n
DlgDivAdvancedTab\t: "Papildomos savybės",\r\n
DlgDivStyle\t\t: "Stilius",\r\n
DlgDivInlineStyle\t: "Stilius kode",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>20064</long> </value>
<value> <int>19915</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749260.48</string> </value>
<value> <string>ts60538662.57</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Papildus informācija ir pieejama",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>20260</long> </value>
<value> <int>20421</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749261.37</string> </value>
<value> <string>ts60538662.58</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Мэдээллээр туслах",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>23743</long> </value>
<value> <int>23904</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749261.83</string> </value>
<value> <string>ts60538662.58</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Untuk maklumat lanjut sila pergi ke",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19331</long> </value>
<value> <int>19492</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749260.93</string> </value>
<value> <string>ts60538662.58</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "For mer informasjon, se",\r\n
DlgDivGeneralTab\t: "Generelt",\r\n
DlgDivAdvancedTab\t: "Avansert",\r\n
DlgDivStyle\t\t: "Stil",\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18208</long> </value>
<value> <int>18369</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749262.22</string> </value>
<value> <string>ts60538662.58</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Voor meer informatie ga naar ",\r\n
DlgDivGeneralTab\t: "Algemeen",\r\n
DlgDivAdvancedTab\t: "Geavanceerd",\r\n
DlgDivStyle\t\t: "Style",\r\n
DlgDivInlineStyle\t: "Inline Style"\r\n
DlgDivInlineStyle\t: "Inline Style",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19013</long> </value>
<value> <int>19174</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749262.72</string> </value>
<value> <string>ts60538662.58</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "For mer informasjon, se",\r\n
DlgDivGeneralTab\t: "Generelt",\r\n
DlgDivAdvancedTab\t: "Avansert",\r\n
DlgDivStyle\t\t: "Stil",\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18200</long> </value>
<value> <int>18361</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749263.11</string> </value>
<value> <string>ts60538662.58</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -339,7 +339,7 @@ DlgTableCellSpace\t: "Odstęp pomiędzy komórkami",\r\n
DlgTableCellPad\t\t: "Margines wewnętrzny komórek",\r\n
DlgTableCaption\t\t: "Tytuł",\r\n
DlgTableSummary\t\t: "Podsumowanie",\r\n
DlgTableHeaders\t\t: "Headers",\t//MISSING\r\n
DlgTableHeaders\t\t: "Nagłówki",\r\n
DlgTableHeadersNone\t\t: "None",\t//MISSING\r\n
DlgTableHeadersColumn\t: "First column",\t//MISSING\r\n
DlgTableHeadersRow\t\t: "First Row",\t//MISSING\r\n
......@@ -543,7 +543,7 @@ DlgDocMeCopy\t\t: "Prawa autorskie",\r\n
DlgDocPreview\t\t: "Podgląd",\r\n
\r\n
// Templates Dialog\r\n
Templates\t\t\t: "Sablony",\r\n
Templates\t\t\t: "Szablony",\r\n
DlgTemplatesTitle\t: "Szablony zawartości",\r\n
DlgTemplatesSelMsg\t: "Wybierz szablon do otwarcia w edytorze<br>(obecna zawartość okna edytora zostanie utracona):",\r\n
DlgTemplatesLoading\t: "Ładowanie listy szablonów. Proszę czekać...",\r\n
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Więcej informacji uzyskasz pod adresem",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19351</long> </value>
<value> <int>19506</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749269.34</string> </value>
<value> <string>ts60538662.58</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Para maiores informações visite",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19793</long> </value>
<value> <int>19954</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749263.55</string> </value>
<value> <string>ts60538662.59</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Para mais informações por favor dirija-se a",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19971</long> </value>
<value> <int>20132</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749264.01</string> </value>
<value> <string>ts60538662.59</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Pentru informaţii amănunţite, vizitaţi",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>21170</long> </value>
<value> <int>21331</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749264.39</string> </value>
<value> <string>ts60538662.59</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Для большей информации, посетите"
DlgDivGeneralTab\t: "Информация",\r\n
DlgDivAdvancedTab\t: "Расширенные настройки",\r\n
DlgDivStyle\t\t: "Стиль",\r\n
DlgDivInlineStyle\t: "Встроенные стили"\r\n
DlgDivInlineStyle\t: "Встроенные стили",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Встроенные стили"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>25771</long> </value>
<value> <int>25932</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749265.36</string> </value>
<value> <string>ts60538662.59</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Viac informácií získate na",\r\n
DlgDivGeneralTab\t: "Hlavné",\r\n
DlgDivAdvancedTab\t: "Rozšírené",\r\n
DlgDivStyle\t\t: "Štýl",\r\n
DlgDivInlineStyle\t: "Inline štýl"\r\n
DlgDivInlineStyle\t: "Inline štýl",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline štýl"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19405</long> </value>
<value> <int>19566</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749265.71</string> </value>
<value> <string>ts60538662.6</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -104,9 +104,9 @@ BlockJustify\t\t: "Obojestranska poravnava",\r\n
DecreaseIndent\t\t: "Zmanjšaj zamik",\r\n
IncreaseIndent\t\t: "Povečaj zamik",\r\n
Blockquote\t\t\t: "Citat",\r\n
CreateDiv\t\t\t: "Create Div Container",\t//MISSING\r\n
EditDiv\t\t\t\t: "Edit Div Container",\t//MISSING\r\n
DeleteDiv\t\t\t: "Remove Div Container",\t//MISSING\r\n
CreateDiv\t\t\t: "Ustvari Div element",\r\n
EditDiv\t\t\t\t: "Uredi Div element",\r\n
DeleteDiv\t\t\t: "Odstrani Div element",\r\n
Undo\t\t\t\t: "Razveljavi",\r\n
Redo\t\t\t\t: "Ponovi",\r\n
NumberedListLbl\t\t: "Oštevilčen seznam",\r\n
......@@ -192,7 +192,7 @@ UnknownToolbarSet\t: "Skupina orodnih vrstic \\"%1\\" ne obstoja",\r\n
NoActiveX\t\t\t: "Varnostne nastavitve vašega brskalnika lahko omejijo delovanje nekaterih zmožnosti urejevalnika. Če ne želite zaznavati napak in sporočil o manjkajočih zmožnostih, omogočite možnost \\"Zaženi ActiveX kontrolnike in vtičnike\\".",\r\n
BrowseServerBlocked : "Brskalnik virov se ne more odpreti. Prepričajte se, da je preprečevanje pojavnih oken onemogočeno.",\r\n
DialogBlocked\t\t: "Pogovorno okno se ni moglo odpreti. Prepričajte se, da je preprečevanje pojavnih oken onemogočeno.",\r\n
VisitLinkBlocked\t: "It was not possible to open a new window. Make sure all popup blockers are disabled.",\t//MISSING\r\n
VisitLinkBlocked\t: "Pogovorno okno se ni moglo odpreti. Prepričajte se, da je preprečevanje pojavnih oken onemogočeno.",\r\n
\r\n
// Dialogs\r\n
DlgBtnOK\t\t\t: "V redu",\r\n
......@@ -339,11 +339,11 @@ DlgTableCellSpace\t: "Razmik med celicami",\r\n
DlgTableCellPad\t\t: "Polnilo med celicami",\r\n
DlgTableCaption\t\t: "Naslov",\r\n
DlgTableSummary\t\t: "Povzetek",\r\n
DlgTableHeaders\t\t: "Headers",\t//MISSING\r\n
DlgTableHeadersNone\t\t: "None",\t//MISSING\r\n
DlgTableHeadersColumn\t: "First column",\t//MISSING\r\n
DlgTableHeadersRow\t\t: "First Row",\t//MISSING\r\n
DlgTableHeadersBoth\t\t: "Both",\t//MISSING\r\n
DlgTableHeaders\t\t: "Glava",\r\n
DlgTableHeadersNone\t\t: "Brez",\r\n
DlgTableHeadersColumn\t: "Prvi stolpec",\r\n
DlgTableHeadersRow\t\t: "Prva vrstica",\r\n
DlgTableHeadersBoth\t\t: "Oboje",\r\n
\r\n
// Table Cell Dialog\r\n
DlgCellTitle\t\t: "Lastnosti celice",\r\n
......@@ -366,9 +366,9 @@ DlgCellVerAlignTop\t: "Na vrh",\r\n
DlgCellVerAlignMiddle\t: "V sredino",\r\n
DlgCellVerAlignBottom\t: "Na dno",\r\n
DlgCellVerAlignBaseline\t: "Na osnovno črto",\r\n
DlgCellType\t\t: "Cell Type",\t//MISSING\r\n
DlgCellTypeData\t\t: "Data",\t//MISSING\r\n
DlgCellTypeHeader\t: "Header",\t//MISSING\r\n
DlgCellType\t\t: "Tip celice",\r\n
DlgCellTypeData\t\t: "Podatek",\r\n
DlgCellTypeHeader\t: "Naslov",\r\n
DlgCellRowSpan\t\t: "Spojenih vrstic (row-span)",\r\n
DlgCellCollSpan\t\t: "Spojenih stolpcev (col-span)",\r\n
DlgCellBackColor\t: "Barva ozadja",\r\n
......@@ -558,10 +558,15 @@ DlgAboutVersion\t\t: "različica",\r\n
DlgAboutInfo\t\t: "Za več informacij obiščite",\r\n
\r\n
// Div Dialog\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivGeneralTab\t: "Splošno",\r\n
DlgDivAdvancedTab\t: "Napredno",\r\n
DlgDivStyle\t\t: "Oblika",\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18879</long> </value>
<value> <int>18913</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749271.06</string> </value>
<value> <string>ts60538662.6</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Za više informacija posetite",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19112</long> </value>
<value> <int>19273</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749266.11</string> </value>
<value> <string>ts60538662.6</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "За више информација посетите",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>23773</long> </value>
<value> <int>23934</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749266.85</string> </value>
<value> <string>ts60538662.6</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "För mer information se",\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>18408</long> </value>
<value> <int>18569</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749266.46</string> </value>
<value> <string>ts60538662.6</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "For further information go to",\t//MISSING\r\n
DlgDivGeneralTab\t: "General",\t//MISSING\r\n
DlgDivAdvancedTab\t: "Advanced",\t//MISSING\r\n
DlgDivStyle\t\t: "Style",\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
DlgDivInlineStyle\t: "Inline Style",\t//MISSING\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline Style"\t//MISSING\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>31244</long> </value>
<value> <int>31405</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749267.32</string> </value>
<value> <string>ts60538662.6</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Daha fazla bilgi için:",\r\n
DlgDivGeneralTab\t: "Genel",\r\n
DlgDivAdvancedTab\t: "Gelişmiş",\r\n
DlgDivStyle\t\t: "Sitil",\r\n
DlgDivInlineStyle\t: "Satıriçi Sitil"\r\n
DlgDivInlineStyle\t: "Satıriçi Sitil",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Satıriçi Sitil"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>19125</long> </value>
<value> <int>19286</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749267.86</string> </value>
<value> <string>ts60538662.6</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Додаткову інформацію дивіться на
DlgDivGeneralTab\t: "Загальна",\r\n
DlgDivAdvancedTab\t: "Розширена",\r\n
DlgDivStyle\t\t: "Стиль",\r\n
DlgDivInlineStyle\t: "Inline стиль"\r\n
DlgDivInlineStyle\t: "Inline стиль",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Inline стиль"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>25723</long> </value>
<value> <int>25884</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749268.5</string> </value>
<value> <string>ts60538662.6</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "Để biết thêm thông tin, hãy truy cập",\r\n
DlgDivGeneralTab\t: "Chung",\r\n
DlgDivAdvancedTab\t: "Nâng cao",\r\n
DlgDivStyle\t\t: "Kiểu Style",\r\n
DlgDivInlineStyle\t: "Kiểu Style Trực tiếp"\r\n
DlgDivInlineStyle\t: "Kiểu Style Trực tiếp",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "Kiểu Style Trực tiếp"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>20830</long> </value>
<value> <int>20991</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749269.56</string> </value>
<value> <string>ts60538662.61</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "要获得更多信息请访问 ",\r\n
DlgDivGeneralTab\t: "常规",\r\n
DlgDivAdvancedTab\t: "高级",\r\n
DlgDivStyle\t\t: "样式",\r\n
DlgDivInlineStyle\t: "CSS 样式"\r\n
DlgDivInlineStyle\t: "CSS 样式",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "CSS 样式"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>17648</long> </value>
<value> <int>17809</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749268.71</string> </value>
<value> <string>ts60538662.61</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -561,7 +561,12 @@ DlgAboutInfo\t\t: "想獲得更多資訊請至 ",\r\n
DlgDivGeneralTab\t: "一般",\r\n
DlgDivAdvancedTab\t: "進階",\r\n
DlgDivStyle\t\t: "樣式",\r\n
DlgDivInlineStyle\t: "CSS 樣式"\r\n
DlgDivInlineStyle\t: "CSS 樣式",\r\n
\r\n
ScaytTitle\t\t\t: "SCAYT",\t//MISSING\r\n
ScaytTitleOptions\t: "Options",\t//MISSING\r\n
ScaytTitleLangs\t\t: "Languages",\t//MISSING\r\n
ScaytTitleAbout\t\t: "About"\t//MISSING\r\n
};\r\n
......@@ -573,7 +578,7 @@ DlgDivInlineStyle\t: "CSS 樣式"\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <long>17759</long> </value>
<value> <int>17920</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts51791634.59</string> </value>
<value> <string>ts60538662.64</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -29,340 +29,346 @@
<key> <string>data</string> </key>
<value> <string encoding="cdata"><![CDATA[
/*\n
* FCKeditor - The text editor for Internet - http://www.fckeditor.net\n
* Copyright (C) 2003-2009 Frederico Caldeira Knabben\n
*\n
* == BEGIN LICENSE ==\n
*\n
* Licensed under the terms of any of the following licenses at your\n
* choice:\n
*\n
* - GNU General Public License Version 2 or later (the "GPL")\n
* http://www.gnu.org/licenses/gpl.html\n
*\n
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\n
* http://www.gnu.org/licenses/lgpl.html\n
*\n
* - Mozilla Public License Version 1.1 or later (the "MPL")\n
* http://www.mozilla.org/MPL/MPL-1.1.html\n
*\n
* == END LICENSE ==\n
*\n
* Editor configuration settings.\n
*\n
* Follow this link for more information:\n
* http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options\n
*/\n
\n
FCKConfig.CustomConfigurationsPath = \'\' ;\n
\n
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + \'css/fck_editorarea.css\' ;\n
FCKConfig.EditorAreaStyles = \'\' ;\n
FCKConfig.ToolbarComboPreviewCSS = \'\' ;\n
\n
FCKConfig.DocType = \'\' ;\n
\n
FCKConfig.BaseHref = \'\' ;\n
\n
FCKConfig.FullPage = false ;\n
\n
// The following option determines whether the "Show Blocks" feature is enabled or not at startup.\n
FCKConfig.StartupShowBlocks = false ;\n
\n
FCKConfig.Debug = false ;\n
FCKConfig.AllowQueryStringDebug = true ;\n
\n
FCKConfig.SkinPath = FCKConfig.BasePath + \'skins/default/\' ;\n
FCKConfig.SkinEditorCSS = \'\' ;\t// FCKConfig.SkinPath + "|<minified css>" ;\n
FCKConfig.SkinDialogCSS = \'\' ;\t// FCKConfig.SkinPath + "|<minified css>" ;\n
\n
FCKConfig.PreloadImages = [ FCKConfig.SkinPath + \'images/toolbar.start.gif\', FCKConfig.SkinPath + \'images/toolbar.buttonarrow.gif\' ] ;\n
\n
FCKConfig.PluginsPath = FCKConfig.BasePath + \'plugins/\' ;\n
\n
// FCKConfig.Plugins.Add( \'autogrow\' ) ;\n
// FCKConfig.Plugins.Add( \'dragresizetable\' );\n
FCKConfig.AutoGrowMax = 400 ;\n
\n
// FCKConfig.ProtectedSource.Add( /<%[\\s\\S]*?%>/g ) ;\t// ASP style server side code <%...%>\n
// FCKConfig.ProtectedSource.Add( /<\\?[\\s\\S]*?\\?>/g ) ;\t// PHP style server side code\n
// FCKConfig.ProtectedSource.Add( /(<asp:[^\\>]+>[\\s|\\S]*?<\\/asp:[^\\>]+>)|(<asp:[^\\>]+\\/>)/gi ) ;\t// ASP.Net style tags <asp:control>\n
\n
FCKConfig.AutoDetectLanguage\t= true ;\n
FCKConfig.DefaultLanguage\t= \'en\' ;\n
FCKConfig.ContentLangDirection\t= \'ltr\' ;\n
\n
FCKConfig.ProcessHTMLEntities\t= false ;\n
\n
FCKConfig.FillEmptyBlocks\t= true ;\n
\n
FCKConfig.FormatSource\t\t= true ;\n
FCKConfig.FormatOutput\t\t= true ;\n
FCKConfig.FormatIndentator\t= \' \' ;\n
\n
FCKConfig.EMailProtection = \'none\' ; // none | encode | function\n
FCKConfig.EMailProtectionFunction = \'mt(NAME,DOMAIN,SUBJECT,BODY)\' ;\n
\n
FCKConfig.StartupFocus\t= false ;\n
FCKConfig.ForcePasteAsPlainText\t= false ;\n
FCKConfig.AutoDetectPasteFromWord = true ;\t// IE only.\n
FCKConfig.ShowDropDialog = true ;\n
FCKConfig.ForceSimpleAmpersand\t= false ;\n
FCKConfig.TabSpaces\t\t= 0 ;\n
FCKConfig.ShowBorders\t= true ;\n
FCKConfig.SourcePopup\t= false ;\n
FCKConfig.ToolbarStartExpanded\t= true ;\n
FCKConfig.ToolbarCanCollapse\t= true ;\n
FCKConfig.IgnoreEmptyParagraphValue = true ;\n
FCKConfig.FloatingPanelsZIndex = 10000 ;\n
FCKConfig.HtmlEncodeOutput = false ;\n
\n
FCKConfig.TemplateReplaceAll = true ;\n
FCKConfig.TemplateReplaceCheckbox = true ;\n
\n
FCKConfig.ToolbarLocation = \'In\' ;\n
\n
FCKConfig.ToolbarSets["Default"] = [\n
\t[\'Source\',\'DocProps\',\'-\',\'Save\',\'NewPage\',\'Preview\',\'-\',\'Templates\'],\n
\t[\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\',\'Print\',\'SpellCheck\'],\n
\t[\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\n
\t[\'Form\',\'Checkbox\',\'Radio\',\'TextField\',\'Textarea\',\'Select\',\'Button\',\'ImageButton\',\'HiddenField\'],\n
\t\'/\',\n
\t[\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\n
\t[\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\',\'Blockquote\',\'CreateDiv\'],\n
\t[\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\n
\t[\'Link\',\'Unlink\',\'Anchor\'],\n
\t[\'Image\',\'Flash\',\'Table\',\'Rule\',\'Smiley\',\'SpecialChar\',\'PageBreak\'],\n
\t\'/\',\n
\t[\'Style\',\'FontFormat\',\'FontName\',\'FontSize\'],\n
\t[\'TextColor\',\'BGColor\'],\n
\t[\'FitWindow\',\'ShowBlocks\',\'-\',\'About\']\t\t// No comma for the last row.\n
] ;\n
\n
FCKConfig.ToolbarSets["Basic"] = [\n
\t[\'Bold\',\'Italic\',\'-\',\'OrderedList\',\'UnorderedList\',\'-\',\'Link\',\'Unlink\',\'-\',\'About\']\n
] ;\n
\n
FCKConfig.EnterMode = \'p\' ;\t\t\t// p | div | br\n
FCKConfig.ShiftEnterMode = \'br\' ;\t// p | div | br\n
\n
FCKConfig.Keystrokes = [\n
\t[ CTRL + 65 /*A*/, true ],\n
\t[ CTRL + 67 /*C*/, true ],\n
\t[ CTRL + 70 /*F*/, true ],\n
\t[ CTRL + 83 /*S*/, true ],\n
\t[ CTRL + 84 /*T*/, true ],\n
\t[ CTRL + 88 /*X*/, true ],\n
\t[ CTRL + 86 /*V*/, \'Paste\' ],\n
\t[ CTRL + 45 /*INS*/, true ],\n
\t[ SHIFT + 45 /*INS*/, \'Paste\' ],\n
\t[ CTRL + 88 /*X*/, \'Cut\' ],\n
\t[ SHIFT + 46 /*DEL*/, \'Cut\' ],\n
\t[ CTRL + 90 /*Z*/, \'Undo\' ],\n
\t[ CTRL + 89 /*Y*/, \'Redo\' ],\n
\t[ CTRL + SHIFT + 90 /*Z*/, \'Redo\' ],\n
\t[ CTRL + 76 /*L*/, \'Link\' ],\n
\t[ CTRL + 66 /*B*/, \'Bold\' ],\n
\t[ CTRL + 73 /*I*/, \'Italic\' ],\n
\t[ CTRL + 85 /*U*/, \'Underline\' ],\n
\t[ CTRL + SHIFT + 83 /*S*/, \'Save\' ],\n
\t[ CTRL + ALT + 13 /*ENTER*/, \'FitWindow\' ],\n
\t[ SHIFT + 32 /*SPACE*/, \'Nbsp\' ]\n
] ;\n
\n
FCKConfig.ContextMenu = [\'Generic\',\'Link\',\'Anchor\',\'Image\',\'Flash\',\'Select\',\'Textarea\',\'Checkbox\',\'Radio\',\'TextField\',\'HiddenField\',\'ImageButton\',\'Button\',\'BulletedList\',\'NumberedList\',\'Table\',\'Form\',\'DivContainer\'] ;\n
FCKConfig.BrowserContextMenuOnCtrl = false ;\n
FCKConfig.BrowserContextMenu = false ;\n
\n
FCKConfig.EnableMoreFontColors = true ;\n
FCKConfig.FontColors = \'000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF\' ;\n
\n
FCKConfig.FontFormats\t= \'p;h1;h2;h3;h4;h5;h6;pre;address;div\' ;\n
FCKConfig.FontNames\t\t= \'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana\' ;\n
FCKConfig.FontSizes\t\t= \'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large\' ;\n
\n
FCKConfig.StylesXmlPath\t\t= FCKConfig.EditorPath + \'fckstyles.xml\' ;\n
FCKConfig.TemplatesXmlPath\t= FCKConfig.EditorPath + \'fcktemplates.xml\' ;\n
\n
FCKConfig.SpellChecker\t\t\t= \'WSC\' ;\t// \'WSC\' | \'SpellerPages\' | \'ieSpell\'\n
FCKConfig.IeSpellDownloadUrl\t= \'http://www.iespell.com/download.php\' ;\n
FCKConfig.SpellerPagesServerScript = \'server-scripts/spellchecker.php\' ;\t// Available extension: .php .cfm .pl\n
FCKConfig.FirefoxSpellChecker\t= false ;\n
\n
FCKConfig.MaxUndoLevels = 15 ;\n
\n
FCKConfig.DisableObjectResizing = false ;\n
FCKConfig.DisableFFTableHandles = true ;\n
\n
FCKConfig.LinkDlgHideTarget\t\t= false ;\n
FCKConfig.LinkDlgHideAdvanced\t= false ;\n
\n
FCKConfig.ImageDlgHideLink\t\t= false ;\n
FCKConfig.ImageDlgHideAdvanced\t= false ;\n
\n
FCKConfig.FlashDlgHideAdvanced\t= false ;\n
\n
FCKConfig.ProtectedTags = \'\' ;\n
\n
// This will be applied to the body element of the editor\n
FCKConfig.BodyId = \'\' ;\n
FCKConfig.BodyClass = \'\' ;\n
\n
FCKConfig.DefaultStyleLabel = \'\' ;\n
FCKConfig.DefaultFontFormatLabel = \'\' ;\n
FCKConfig.DefaultFontLabel = \'\' ;\n
FCKConfig.DefaultFontSizeLabel = \'\' ;\n
\n
FCKConfig.DefaultLinkTarget = \'\' ;\n
\n
// The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word\n
FCKConfig.CleanWordKeepsStructure = false ;\n
\n
// Only inline elements are valid.\n
FCKConfig.RemoveFormatTags = \'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var\' ;\n
\n
// Attributes that will be removed\n
FCKConfig.RemoveAttributes = \'class,style,lang,width,height,align,hspace,valign\' ;\n
\n
FCKConfig.CustomStyles =\n
{\n
\t\'Red Title\'\t: { Element : \'h3\', Styles : { \'color\' : \'Red\' } }\n
};\n
\n
// Do not add, rename or remove styles here. Only apply definition changes.\n
FCKConfig.CoreStyles =\n
{\n
\t// Basic Inline Styles.\n
\t\'Bold\'\t\t\t: { Element : \'strong\', Overrides : \'b\' },\n
\t\'Italic\'\t\t: { Element : \'em\', Overrides : \'i\' },\n
\t\'Underline\'\t\t: { Element : \'u\' },\n
\t\'StrikeThrough\'\t: { Element : \'strike\' },\n
\t\'Subscript\'\t\t: { Element : \'sub\' },\n
\t\'Superscript\'\t: { Element : \'sup\' },\n
\n
\t// Basic Block Styles (Font Format Combo).\n
\t\'p\'\t\t\t\t: { Element : \'p\' },\n
\t\'div\'\t\t\t: { Element : \'div\' },\n
\t\'pre\'\t\t\t: { Element : \'pre\' },\n
\t\'address\'\t\t: { Element : \'address\' },\n
\t\'h1\'\t\t\t: { Element : \'h1\' },\n
\t\'h2\'\t\t\t: { Element : \'h2\' },\n
\t\'h3\'\t\t\t: { Element : \'h3\' },\n
\t\'h4\'\t\t\t: { Element : \'h4\' },\n
\t\'h5\'\t\t\t: { Element : \'h5\' },\n
\t\'h6\'\t\t\t: { Element : \'h6\' },\n
\n
\t// Other formatting features.\n
\t\'FontFace\' :\n
\t{\n
\t\tElement\t\t: \'span\',\n
\t\tStyles\t\t: { \'font-family\' : \'#("Font")\' },\n
\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'face\' : null } } ]\n
\t},\n
\n
\t\'Size\' :\n
\t{\n
\t\tElement\t\t: \'span\',\n
\t\tStyles\t\t: { \'font-size\' : \'#("Size","fontSize")\' },\n
\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'size\' : null } } ]\n
\t},\n
\n
\t\'Color\' :\n
\t{\n
\t\tElement\t\t: \'span\',\n
\t\tStyles\t\t: { \'color\' : \'#("Color","color")\' },\n
\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'color\' : null } } ]\n
\t},\n
\n
\t\'BackColor\'\t\t: { Element : \'span\', Styles : { \'background-color\' : \'#("Color","color")\' } },\n
\n
\t\'SelectionHighlight\' : { Element : \'span\', Styles : { \'background-color\' : \'navy\', \'color\' : \'white\' } }\n
};\n
\n
// The distance of an indentation step.\n
FCKConfig.IndentLength = 40 ;\n
FCKConfig.IndentUnit = \'px\' ;\n
\n
// Alternatively, FCKeditor allows the use of CSS classes for block indentation.\n
// This overrides the IndentLength/IndentUnit settings.\n
FCKConfig.IndentClasses = [] ;\n
\n
// [ Left, Center, Right, Justified ]\n
FCKConfig.JustifyClasses = [] ;\n
\n
// The following value defines which File Browser connector and Quick Upload\n
// "uploader" to use. It is valid for the default implementaion and it is here\n
// just to make this configuration file cleaner.\n
// It is not possible to change this value using an external file or even\n
// inline when creating the editor instance. In that cases you must set the\n
// values of LinkBrowserURL, ImageBrowserURL and so on.\n
// Custom implementations should just ignore it.\n
var _FileBrowserLanguage\t= \'php\' ;\t// asp | aspx | cfm | lasso | perl | php | py\n
var _QuickUploadLanguage\t= \'php\' ;\t// asp | aspx | cfm | lasso | perl | php | py\n
\n
// Don\'t care about the following two lines. It just calculates the correct connector\n
// extension to use for the default File Browser (Perl uses "cgi").\n
var _FileBrowserExtension = _FileBrowserLanguage == \'perl\' ? \'cgi\' : _FileBrowserLanguage ;\n
var _QuickUploadExtension = _QuickUploadLanguage == \'perl\' ? \'cgi\' : _QuickUploadLanguage ;\n
\n
FCKConfig.LinkBrowser = true ;\n
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\n
FCKConfig.LinkBrowserWindowWidth\t= FCKConfig.ScreenWidth * 0.7 ;\t\t// 70%\n
FCKConfig.LinkBrowserWindowHeight\t= FCKConfig.ScreenHeight * 0.7 ;\t// 70%\n
\n
FCKConfig.ImageBrowser = true ;\n
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Type=Image&Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\n
FCKConfig.ImageBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ;\t// 70% ;\n
FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;\t// 70% ;\n
\n
FCKConfig.FlashBrowser = true ;\n
FCKConfig.FlashBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Type=Flash&Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\n
FCKConfig.FlashBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ;\t//70% ;\n
FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;\t//70% ;\n
\n
FCKConfig.LinkUpload = true ;\n
FCKConfig.LinkUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension ;\n
FCKConfig.LinkUploadAllowedExtensions\t= ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ;\t\t\t// empty for all\n
FCKConfig.LinkUploadDeniedExtensions\t= "" ;\t// empty for no one\n
\n
FCKConfig.ImageUpload = true ;\n
FCKConfig.ImageUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension + \'?Type=Image\' ;\n
FCKConfig.ImageUploadAllowedExtensions\t= ".(jpg|gif|jpeg|png|bmp)$" ;\t\t// empty for all\n
FCKConfig.ImageUploadDeniedExtensions\t= "" ;\t\t\t\t\t\t\t// empty for no one\n
\n
FCKConfig.FlashUpload = true ;\n
FCKConfig.FlashUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension + \'?Type=Flash\' ;\n
FCKConfig.FlashUploadAllowedExtensions\t= ".(swf|flv)$" ;\t\t// empty for all\n
FCKConfig.FlashUploadDeniedExtensions\t= "" ;\t\t\t\t\t// empty for no one\n
\n
FCKConfig.SmileyPath\t= FCKConfig.BasePath + \'images/smiley/msn/\' ;\n
FCKConfig.SmileyImages\t= [\'regular_smile.gif\',\'sad_smile.gif\',\'wink_smile.gif\',\'teeth_smile.gif\',\'confused_smile.gif\',\'tounge_smile.gif\',\'embaressed_smile.gif\',\'omg_smile.gif\',\'whatchutalkingabout_smile.gif\',\'angry_smile.gif\',\'angel_smile.gif\',\'shades_smile.gif\',\'devil_smile.gif\',\'cry_smile.gif\',\'lightbulb.gif\',\'thumbs_down.gif\',\'thumbs_up.gif\',\'heart.gif\',\'broken_heart.gif\',\'kiss.gif\',\'envelope.gif\'] ;\n
FCKConfig.SmileyColumns = 8 ;\n
FCKConfig.SmileyWindowWidth\t\t= 320 ;\n
FCKConfig.SmileyWindowHeight\t= 210 ;\n
\n
FCKConfig.BackgroundBlockerColor = \'#ffffff\' ;\n
FCKConfig.BackgroundBlockerOpacity = 0.50 ;\n
\n
FCKConfig.MsWebBrowserControlCompat = false ;\n
\n
FCKConfig.PreventSubmitHandler = false ;\n
\n
// toolbar set for erp5_web\n
FCKConfig.ToolbarSets["ERP5WebZopeCmf"] = [\n
[\'Source\',\'-\',\'Templates\'],\n
[\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\'],\n
[\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\n
[\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\n
[\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\'],\n
[\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\n
[\'Link\',\'Unlink\',\'Anchor\'],\n
[\'Image\',\'Table\',\'Rule\',\'SpecialChar\'],\n
[\'TextColor\',\'BGColor\'],\n
\'/\',\n
[\'Style\',\'FontFormat\',\'FontName\',\'FontSize\'],\n
];\n
/*\r\n
* FCKeditor - The text editor for Internet - http://www.fckeditor.net\r\n
* Copyright (C) 2003-2009 Frederico Caldeira Knabben\r\n
*\r\n
* == BEGIN LICENSE ==\r\n
*\r\n
* Licensed under the terms of any of the following licenses at your\r\n
* choice:\r\n
*\r\n
* - GNU General Public License Version 2 or later (the "GPL")\r\n
* http://www.gnu.org/licenses/gpl.html\r\n
*\r\n
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r\n
* http://www.gnu.org/licenses/lgpl.html\r\n
*\r\n
* - Mozilla Public License Version 1.1 or later (the "MPL")\r\n
* http://www.mozilla.org/MPL/MPL-1.1.html\r\n
*\r\n
* == END LICENSE ==\r\n
*\r\n
* Editor configuration settings.\r\n
*\r\n
* Follow this link for more information:\r\n
* http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options\r\n
*/\r\n
\r\n
FCKConfig.CustomConfigurationsPath = \'\' ;\r\n
\r\n
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + \'css/fck_editorarea.css\' ;\r\n
FCKConfig.EditorAreaStyles = \'\' ;\r\n
FCKConfig.ToolbarComboPreviewCSS = \'\' ;\r\n
\r\n
FCKConfig.DocType = \'\' ;\r\n
\r\n
FCKConfig.BaseHref = \'\' ;\r\n
\r\n
FCKConfig.FullPage = false ;\r\n
\r\n
// The following option determines whether the "Show Blocks" feature is enabled or not at startup.\r\n
FCKConfig.StartupShowBlocks = false ;\r\n
\r\n
FCKConfig.Debug = false ;\r\n
FCKConfig.AllowQueryStringDebug = true ;\r\n
\r\n
FCKConfig.SkinPath = FCKConfig.BasePath + \'skins/default/\' ;\r\n
FCKConfig.SkinEditorCSS = \'\' ;\t// FCKConfig.SkinPath + "|<minified css>" ;\r\n
FCKConfig.SkinDialogCSS = \'\' ;\t// FCKConfig.SkinPath + "|<minified css>" ;\r\n
\r\n
FCKConfig.PreloadImages = [ FCKConfig.SkinPath + \'images/toolbar.start.gif\', FCKConfig.SkinPath + \'images/toolbar.buttonarrow.gif\' ] ;\r\n
\r\n
FCKConfig.PluginsPath = FCKConfig.BasePath + \'plugins/\' ;\r\n
\r\n
// FCKConfig.Plugins.Add( \'autogrow\' ) ;\r\n
// FCKConfig.Plugins.Add( \'dragresizetable\' );\r\n
FCKConfig.AutoGrowMax = 400 ;\r\n
\r\n
// FCKConfig.ProtectedSource.Add( /<%[\\s\\S]*?%>/g ) ;\t// ASP style server side code <%...%>\r\n
// FCKConfig.ProtectedSource.Add( /<\\?[\\s\\S]*?\\?>/g ) ;\t// PHP style server side code\r\n
// FCKConfig.ProtectedSource.Add( /(<asp:[^\\>]+>[\\s|\\S]*?<\\/asp:[^\\>]+>)|(<asp:[^\\>]+\\/>)/gi ) ;\t// ASP.Net style tags <asp:control>\r\n
\r\n
FCKConfig.AutoDetectLanguage\t= true ;\r\n
FCKConfig.DefaultLanguage\t\t= \'en\' ;\r\n
FCKConfig.ContentLangDirection\t= \'ltr\' ;\r\n
\r\n
FCKConfig.ProcessHTMLEntities\t= true ;\r\n
FCKConfig.IncludeLatinEntities\t= true ;\r\n
FCKConfig.IncludeGreekEntities\t= true ;\r\n
\r\n
FCKConfig.ProcessNumericEntities = false ;\r\n
\r\n
FCKConfig.AdditionalNumericEntities = \'\' ;\t\t// Single Quote: "\'"\r\n
\r\n
FCKConfig.FillEmptyBlocks\t= true ;\r\n
\r\n
FCKConfig.FormatSource\t\t= true ;\r\n
FCKConfig.FormatOutput\t\t= true ;\r\n
FCKConfig.FormatIndentator\t= \' \' ;\r\n
\r\n
FCKConfig.EMailProtection = \'none\' ; // none | encode | function\r\n
FCKConfig.EMailProtectionFunction = \'mt(NAME,DOMAIN,SUBJECT,BODY)\' ;\r\n
\r\n
FCKConfig.StartupFocus\t= false ;\r\n
FCKConfig.ForcePasteAsPlainText\t= false ;\r\n
FCKConfig.AutoDetectPasteFromWord = true ;\t// IE only.\r\n
FCKConfig.ShowDropDialog = true ;\r\n
FCKConfig.ForceSimpleAmpersand\t= false ;\r\n
FCKConfig.TabSpaces\t\t= 0 ;\r\n
FCKConfig.ShowBorders\t= true ;\r\n
FCKConfig.SourcePopup\t= false ;\r\n
FCKConfig.ToolbarStartExpanded\t= true ;\r\n
FCKConfig.ToolbarCanCollapse\t= true ;\r\n
FCKConfig.IgnoreEmptyParagraphValue = true ;\r\n
FCKConfig.FloatingPanelsZIndex = 10000 ;\r\n
FCKConfig.HtmlEncodeOutput = false ;\r\n
\r\n
FCKConfig.TemplateReplaceAll = true ;\r\n
FCKConfig.TemplateReplaceCheckbox = true ;\r\n
\r\n
FCKConfig.ToolbarLocation = \'In\' ;\r\n
\r\n
FCKConfig.ToolbarSets["Default"] = [\r\n
\t[\'Source\',\'DocProps\',\'-\',\'Save\',\'NewPage\',\'Preview\',\'-\',\'Templates\'],\r\n
\t[\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\',\'Print\',\'SpellCheck\'],\r\n
\t[\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\r\n
\t[\'Form\',\'Checkbox\',\'Radio\',\'TextField\',\'Textarea\',\'Select\',\'Button\',\'ImageButton\',\'HiddenField\'],\r\n
\t\'/\',\r\n
\t[\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\r\n
\t[\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\',\'Blockquote\',\'CreateDiv\'],\r\n
\t[\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\r\n
\t[\'Link\',\'Unlink\',\'Anchor\'],\r\n
\t[\'Image\',\'Flash\',\'Table\',\'Rule\',\'Smiley\',\'SpecialChar\',\'PageBreak\'],\r\n
\t\'/\',\r\n
\t[\'Style\',\'FontFormat\',\'FontName\',\'FontSize\'],\r\n
\t[\'TextColor\',\'BGColor\'],\r\n
\t[\'FitWindow\',\'ShowBlocks\',\'-\',\'About\']\t\t// No comma for the last row.\r\n
] ;\r\n
\r\n
FCKConfig.ToolbarSets["Basic"] = [\r\n
\t[\'Bold\',\'Italic\',\'-\',\'OrderedList\',\'UnorderedList\',\'-\',\'Link\',\'Unlink\',\'-\',\'About\']\r\n
] ;\r\n
\r\n
FCKConfig.EnterMode = \'p\' ;\t\t\t// p | div | br\r\n
FCKConfig.ShiftEnterMode = \'br\' ;\t// p | div | br\r\n
\r\n
FCKConfig.Keystrokes = [\r\n
\t[ CTRL + 65 /*A*/, true ],\r\n
\t[ CTRL + 67 /*C*/, true ],\r\n
\t[ CTRL + 70 /*F*/, true ],\r\n
\t[ CTRL + 83 /*S*/, true ],\r\n
\t[ CTRL + 84 /*T*/, true ],\r\n
\t[ CTRL + 88 /*X*/, true ],\r\n
\t[ CTRL + 86 /*V*/, \'Paste\' ],\r\n
\t[ CTRL + 45 /*INS*/, true ],\r\n
\t[ SHIFT + 45 /*INS*/, \'Paste\' ],\r\n
\t[ CTRL + 88 /*X*/, \'Cut\' ],\r\n
\t[ SHIFT + 46 /*DEL*/, \'Cut\' ],\r\n
\t[ CTRL + 90 /*Z*/, \'Undo\' ],\r\n
\t[ CTRL + 89 /*Y*/, \'Redo\' ],\r\n
\t[ CTRL + SHIFT + 90 /*Z*/, \'Redo\' ],\r\n
\t[ CTRL + 76 /*L*/, \'Link\' ],\r\n
\t[ CTRL + 66 /*B*/, \'Bold\' ],\r\n
\t[ CTRL + 73 /*I*/, \'Italic\' ],\r\n
\t[ CTRL + 85 /*U*/, \'Underline\' ],\r\n
\t[ CTRL + SHIFT + 83 /*S*/, \'Save\' ],\r\n
\t[ CTRL + ALT + 13 /*ENTER*/, \'FitWindow\' ],\r\n
\t[ SHIFT + 32 /*SPACE*/, \'Nbsp\' ]\r\n
] ;\r\n
\r\n
FCKConfig.ContextMenu = [\'Generic\',\'Link\',\'Anchor\',\'Image\',\'Flash\',\'Select\',\'Textarea\',\'Checkbox\',\'Radio\',\'TextField\',\'HiddenField\',\'ImageButton\',\'Button\',\'BulletedList\',\'NumberedList\',\'Table\',\'Form\',\'DivContainer\'] ;\r\n
FCKConfig.BrowserContextMenuOnCtrl = false ;\r\n
FCKConfig.BrowserContextMenu = false ;\r\n
\r\n
FCKConfig.EnableMoreFontColors = true ;\r\n
FCKConfig.FontColors = \'000000,993300,333300,003300,003366,000080,333399,333333,800000,FF6600,808000,808080,008080,0000FF,666699,808080,FF0000,FF9900,99CC00,339966,33CCCC,3366FF,800080,999999,FF00FF,FFCC00,FFFF00,00FF00,00FFFF,00CCFF,993366,C0C0C0,FF99CC,FFCC99,FFFF99,CCFFCC,CCFFFF,99CCFF,CC99FF,FFFFFF\' ;\r\n
\r\n
FCKConfig.FontFormats\t= \'p;h1;h2;h3;h4;h5;h6;pre;address;div\' ;\r\n
FCKConfig.FontNames\t\t= \'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana\' ;\r\n
FCKConfig.FontSizes\t\t= \'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large\' ;\r\n
\r\n
FCKConfig.StylesXmlPath\t\t= FCKConfig.EditorPath + \'fckstyles.xml\' ;\r\n
FCKConfig.TemplatesXmlPath\t= FCKConfig.EditorPath + \'fcktemplates.xml\' ;\r\n
\r\n
FCKConfig.SpellChecker\t\t\t= \'WSC\' ;\t// \'WSC\' | \'SCAYT\' | \'SpellerPages\' | \'ieSpell\'\r\n
FCKConfig.IeSpellDownloadUrl\t= \'http://www.iespell.com/download.php\' ;\r\n
FCKConfig.SpellerPagesServerScript = \'server-scripts/spellchecker.php\' ;\t// Available extension: .php .cfm .pl\r\n
FCKConfig.FirefoxSpellChecker\t= false ;\r\n
\r\n
FCKConfig.MaxUndoLevels = 15 ;\r\n
\r\n
FCKConfig.DisableObjectResizing = false ;\r\n
FCKConfig.DisableFFTableHandles = true ;\r\n
\r\n
FCKConfig.LinkDlgHideTarget\t\t= false ;\r\n
FCKConfig.LinkDlgHideAdvanced\t= false ;\r\n
\r\n
FCKConfig.ImageDlgHideLink\t\t= false ;\r\n
FCKConfig.ImageDlgHideAdvanced\t= false ;\r\n
\r\n
FCKConfig.FlashDlgHideAdvanced\t= false ;\r\n
\r\n
FCKConfig.ProtectedTags = \'\' ;\r\n
\r\n
// This will be applied to the body element of the editor\r\n
FCKConfig.BodyId = \'\' ;\r\n
FCKConfig.BodyClass = \'\' ;\r\n
\r\n
FCKConfig.DefaultStyleLabel = \'\' ;\r\n
FCKConfig.DefaultFontFormatLabel = \'\' ;\r\n
FCKConfig.DefaultFontLabel = \'\' ;\r\n
FCKConfig.DefaultFontSizeLabel = \'\' ;\r\n
\r\n
FCKConfig.DefaultLinkTarget = \'\' ;\r\n
\r\n
// The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word\r\n
FCKConfig.CleanWordKeepsStructure = false ;\r\n
\r\n
// Only inline elements are valid.\r\n
FCKConfig.RemoveFormatTags = \'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var\' ;\r\n
\r\n
// Attributes that will be removed\r\n
FCKConfig.RemoveAttributes = \'class,style,lang,width,height,align,hspace,valign\' ;\r\n
\r\n
FCKConfig.CustomStyles =\r\n
{\r\n
\t\'Red Title\'\t: { Element : \'h3\', Styles : { \'color\' : \'Red\' } }\r\n
};\r\n
\r\n
// Do not add, rename or remove styles here. Only apply definition changes.\r\n
FCKConfig.CoreStyles =\r\n
{\r\n
\t// Basic Inline Styles.\r\n
\t\'Bold\'\t\t\t: { Element : \'strong\', Overrides : \'b\' },\r\n
\t\'Italic\'\t\t: { Element : \'em\', Overrides : \'i\' },\r\n
\t\'Underline\'\t\t: { Element : \'u\' },\r\n
\t\'StrikeThrough\'\t: { Element : \'strike\' },\r\n
\t\'Subscript\'\t\t: { Element : \'sub\' },\r\n
\t\'Superscript\'\t: { Element : \'sup\' },\r\n
\r\n
\t// Basic Block Styles (Font Format Combo).\r\n
\t\'p\'\t\t\t\t: { Element : \'p\' },\r\n
\t\'div\'\t\t\t: { Element : \'div\' },\r\n
\t\'pre\'\t\t\t: { Element : \'pre\' },\r\n
\t\'address\'\t\t: { Element : \'address\' },\r\n
\t\'h1\'\t\t\t: { Element : \'h1\' },\r\n
\t\'h2\'\t\t\t: { Element : \'h2\' },\r\n
\t\'h3\'\t\t\t: { Element : \'h3\' },\r\n
\t\'h4\'\t\t\t: { Element : \'h4\' },\r\n
\t\'h5\'\t\t\t: { Element : \'h5\' },\r\n
\t\'h6\'\t\t\t: { Element : \'h6\' },\r\n
\r\n
\t// Other formatting features.\r\n
\t\'FontFace\' :\r\n
\t{\r\n
\t\tElement\t\t: \'span\',\r\n
\t\tStyles\t\t: { \'font-family\' : \'#("Font")\' },\r\n
\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'face\' : null } } ]\r\n
\t},\r\n
\r\n
\t\'Size\' :\r\n
\t{\r\n
\t\tElement\t\t: \'span\',\r\n
\t\tStyles\t\t: { \'font-size\' : \'#("Size","fontSize")\' },\r\n
\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'size\' : null } } ]\r\n
\t},\r\n
\r\n
\t\'Color\' :\r\n
\t{\r\n
\t\tElement\t\t: \'span\',\r\n
\t\tStyles\t\t: { \'color\' : \'#("Color","color")\' },\r\n
\t\tOverrides\t: [ { Element : \'font\', Attributes : { \'color\' : null } } ]\r\n
\t},\r\n
\r\n
\t\'BackColor\'\t\t: { Element : \'span\', Styles : { \'background-color\' : \'#("Color","color")\' } },\r\n
\r\n
\t\'SelectionHighlight\' : { Element : \'span\', Styles : { \'background-color\' : \'navy\', \'color\' : \'white\' } }\r\n
};\r\n
\r\n
// The distance of an indentation step.\r\n
FCKConfig.IndentLength = 40 ;\r\n
FCKConfig.IndentUnit = \'px\' ;\r\n
\r\n
// Alternatively, FCKeditor allows the use of CSS classes for block indentation.\r\n
// This overrides the IndentLength/IndentUnit settings.\r\n
FCKConfig.IndentClasses = [] ;\r\n
\r\n
// [ Left, Center, Right, Justified ]\r\n
FCKConfig.JustifyClasses = [] ;\r\n
\r\n
// The following value defines which File Browser connector and Quick Upload\r\n
// "uploader" to use. It is valid for the default implementaion and it is here\r\n
// just to make this configuration file cleaner.\r\n
// It is not possible to change this value using an external file or even\r\n
// inline when creating the editor instance. In that cases you must set the\r\n
// values of LinkBrowserURL, ImageBrowserURL and so on.\r\n
// Custom implementations should just ignore it.\r\n
var _FileBrowserLanguage\t= \'php\' ;\t// asp | aspx | cfm | lasso | perl | php | py\r\n
var _QuickUploadLanguage\t= \'php\' ;\t// asp | aspx | cfm | lasso | perl | php | py\r\n
\r\n
// Don\'t care about the following two lines. It just calculates the correct connector\r\n
// extension to use for the default File Browser (Perl uses "cgi").\r\n
var _FileBrowserExtension = _FileBrowserLanguage == \'perl\' ? \'cgi\' : _FileBrowserLanguage ;\r\n
var _QuickUploadExtension = _QuickUploadLanguage == \'perl\' ? \'cgi\' : _QuickUploadLanguage ;\r\n
\r\n
FCKConfig.LinkBrowser = true ;\r\n
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\r\n
FCKConfig.LinkBrowserWindowWidth\t= FCKConfig.ScreenWidth * 0.7 ;\t\t// 70%\r\n
FCKConfig.LinkBrowserWindowHeight\t= FCKConfig.ScreenHeight * 0.7 ;\t// 70%\r\n
\r\n
FCKConfig.ImageBrowser = true ;\r\n
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Type=Image&Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\r\n
FCKConfig.ImageBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ;\t// 70% ;\r\n
FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;\t// 70% ;\r\n
\r\n
FCKConfig.FlashBrowser = true ;\r\n
FCKConfig.FlashBrowserURL = FCKConfig.BasePath + \'filemanager/browser/default/browser.html?Type=Flash&Connector=\' + encodeURIComponent( FCKConfig.BasePath + \'filemanager/connectors/\' + _FileBrowserLanguage + \'/connector.\' + _FileBrowserExtension ) ;\r\n
FCKConfig.FlashBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ;\t//70% ;\r\n
FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ;\t//70% ;\r\n
\r\n
FCKConfig.LinkUpload = true ;\r\n
FCKConfig.LinkUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension ;\r\n
FCKConfig.LinkUploadAllowedExtensions\t= ".(7z|aiff|asf|avi|bmp|csv|doc|fla|flv|gif|gz|gzip|jpeg|jpg|mid|mov|mp3|mp4|mpc|mpeg|mpg|ods|odt|pdf|png|ppt|pxd|qt|ram|rar|rm|rmi|rmvb|rtf|sdc|sitd|swf|sxc|sxw|tar|tgz|tif|tiff|txt|vsd|wav|wma|wmv|xls|xml|zip)$" ;\t\t\t// empty for all\r\n
FCKConfig.LinkUploadDeniedExtensions\t= "" ;\t// empty for no one\r\n
\r\n
FCKConfig.ImageUpload = true ;\r\n
FCKConfig.ImageUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension + \'?Type=Image\' ;\r\n
FCKConfig.ImageUploadAllowedExtensions\t= ".(jpg|gif|jpeg|png|bmp)$" ;\t\t// empty for all\r\n
FCKConfig.ImageUploadDeniedExtensions\t= "" ;\t\t\t\t\t\t\t// empty for no one\r\n
\r\n
FCKConfig.FlashUpload = true ;\r\n
FCKConfig.FlashUploadURL = FCKConfig.BasePath + \'filemanager/connectors/\' + _QuickUploadLanguage + \'/upload.\' + _QuickUploadExtension + \'?Type=Flash\' ;\r\n
FCKConfig.FlashUploadAllowedExtensions\t= ".(swf|flv)$" ;\t\t// empty for all\r\n
FCKConfig.FlashUploadDeniedExtensions\t= "" ;\t\t\t\t\t// empty for no one\r\n
\r\n
FCKConfig.SmileyPath\t= FCKConfig.BasePath + \'images/smiley/msn/\' ;\r\n
FCKConfig.SmileyImages\t= [\'regular_smile.gif\',\'sad_smile.gif\',\'wink_smile.gif\',\'teeth_smile.gif\',\'confused_smile.gif\',\'tounge_smile.gif\',\'embaressed_smile.gif\',\'omg_smile.gif\',\'whatchutalkingabout_smile.gif\',\'angry_smile.gif\',\'angel_smile.gif\',\'shades_smile.gif\',\'devil_smile.gif\',\'cry_smile.gif\',\'lightbulb.gif\',\'thumbs_down.gif\',\'thumbs_up.gif\',\'heart.gif\',\'broken_heart.gif\',\'kiss.gif\',\'envelope.gif\'] ;\r\n
FCKConfig.SmileyColumns = 8 ;\r\n
FCKConfig.SmileyWindowWidth\t\t= 320 ;\r\n
FCKConfig.SmileyWindowHeight\t= 210 ;\r\n
\r\n
FCKConfig.BackgroundBlockerColor = \'#ffffff\' ;\r\n
FCKConfig.BackgroundBlockerOpacity = 0.50 ;\r\n
\r\n
FCKConfig.MsWebBrowserControlCompat = false ;\r\n
\r\n
FCKConfig.PreventSubmitHandler = false ;\r\n
\r\n
// toolbar set for erp5_web\r\n
FCKConfig.ToolbarSets["ERP5WebZopeCmf"] = [\r\n
[\'Source\',\'-\',\'Templates\'],\r\n
[\'Cut\',\'Copy\',\'Paste\',\'PasteText\',\'PasteWord\',\'-\'],\r\n
[\'Undo\',\'Redo\',\'-\',\'Find\',\'Replace\',\'-\',\'SelectAll\',\'RemoveFormat\'],\r\n
[\'Bold\',\'Italic\',\'Underline\',\'StrikeThrough\',\'-\',\'Subscript\',\'Superscript\'],\r\n
[\'OrderedList\',\'UnorderedList\',\'-\',\'Outdent\',\'Indent\'],\r\n
[\'JustifyLeft\',\'JustifyCenter\',\'JustifyRight\',\'JustifyFull\'],\r\n
[\'Link\',\'Unlink\',\'Anchor\'],\r\n
[\'Image\',\'Table\',\'Rule\',\'SpecialChar\'],\r\n
[\'TextColor\',\'BGColor\'],\r\n
\'/\',\r\n
[\'Style\',\'FontFormat\',\'FontName\',\'FontSize\'],\r\n
];\r\n
]]></string> </value>
......@@ -373,7 +379,7 @@ FCKConfig.ToolbarSets["ERP5WebZopeCmf"] = [\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>13997</int> </value>
<value> <int>14538</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts49309716.93</string> </value>
<value> <string>ts60538662.65</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -90,8 +90,8 @@ FCKeditor.MinHeight = 200 ;\r\n
*/\r\n
FCKeditor.MinWidth = 750 ;\r\n
\r\n
FCKeditor.prototype.Version\t\t\t= \'2.6.4.1\' ;\r\n
FCKeditor.prototype.VersionBuild\t= \'23187\' ;\r\n
FCKeditor.prototype.Version\t\t\t= \'2.6.5\' ;\r\n
FCKeditor.prototype.VersionBuild\t= \'23959\' ;\r\n
\r\n
FCKeditor.prototype.Create = function()\r\n
{\r\n
......@@ -369,7 +369,7 @@ function FCKeditor_IsCompatibleBrowser()\r\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>9608</int> </value>
<value> <int>9606</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts45749204.76</string> </value>
<value> <string>ts60538662.65</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -175,6 +175,7 @@
\t\t\074File path="editor/_source/classes/fcktoolbarfontscombo.js" /\076\r\n
\t\t\074File path="editor/_source/classes/fcktoolbarfontsizecombo.js" /\076\r\n
\t\t\074File path="editor/_source/classes/fcktoolbarpanelbutton.js" /\076\r\n
\t\t\074File path="editor/_source/internals/fckscayt.js" /\076\r\n
\t\t\074File path="editor/_source/internals/fcktoolbaritems.js" /\076\r\n
\t\t\074File path="editor/_source/classes/fcktoolbar.js" /\076\r\n
\t\t\074File path="editor/_source/classes/fcktoolbarbreak_ie.js" /\076\r\n
......@@ -271,6 +272,7 @@
\t\t\074File path="editor/_source/classes/fcktoolbarfontscombo.js" /\076\r\n
\t\t\074File path="editor/_source/classes/fcktoolbarfontsizecombo.js" /\076\r\n
\t\t\074File path="editor/_source/classes/fcktoolbarpanelbutton.js" /\076\r\n
\t\t\074File path="editor/_source/internals/fckscayt.js" /\076\r\n
\t\t\074File path="editor/_source/internals/fcktoolbaritems.js" /\076\r\n
\t\t\074File path="editor/_source/classes/fcktoolbar.js" /\076\r\n
\t\t\074File path="editor/_source/classes/fcktoolbarbreak_gecko.js" /\076\r\n
......@@ -297,7 +299,7 @@
</item>
<item>
<key> <string>size</string> </key>
<value> <long>13201</long> </value>
<value> <int>13313</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
2009-12-11 Kazuhiko
* update FCKeditor to 2.6.5.
2009-11-19 yo
* Use preferred user interface languages to choose which languages should be displayed in the navigation box. If not defined, display all.
......
853
\ No newline at end of file
854
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment