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="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>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>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -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.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>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