Subversion Repositories Applications.papyrus

Compare Revisions

No changes between revisions

Ignore whitespace Rev HEAD → Rev 417

/trunk/api/fckeditor/_documentation.html
File deleted
/trunk/api/fckeditor/fckeditor_php4.php
File deleted
/trunk/api/fckeditor/fckeditor_php5.php
File deleted
/trunk/api/fckeditor/fckpackager.xml
File deleted
/trunk/api/fckeditor/_whatsnew.html
File deleted
/trunk/api/fckeditor/_whatsnew_history.html
File deleted
/trunk/api/fckeditor/_upgrade.html
File deleted
/trunk/api/fckeditor/fckconfig.js
1,75 → 1,50
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Editor configuration settings.
*
* Follow this link for more information:
* http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Configuration_Options
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckconfig.js
* Editor configuration settings.
* See the documentation for more info.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
FCKConfig.CustomConfigurationsPath = '' ;
 
FCKConfig.EditorAreaCSS = FCKConfig.BasePath + 'css/fck_editorarea.css' ;
FCKConfig.EditorAreaStyles = '' ;
FCKConfig.ToolbarComboPreviewCSS = '' ;
 
FCKConfig.DocType = '' ;
FCKConfig.DocType = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">' ;
 
FCKConfig.BaseHref = '' ;
 
FCKConfig.FullPage = false ;
 
// The following option determines whether the "Show Blocks" feature is enabled or not at startup.
FCKConfig.StartupShowBlocks = false ;
 
FCKConfig.Debug = false ;
FCKConfig.AllowQueryStringDebug = true ;
 
FCKConfig.SkinPath = FCKConfig.BasePath + 'skins/default/' ;
FCKConfig.SkinEditorCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
FCKConfig.SkinDialogCSS = '' ; // FCKConfig.SkinPath + "|<minified css>" ;
 
FCKConfig.PreloadImages = [ FCKConfig.SkinPath + 'images/toolbar.start.gif', FCKConfig.SkinPath + 'images/toolbar.buttonarrow.gif' ] ;
 
FCKConfig.PluginsPath = FCKConfig.BasePath + 'plugins/' ;
 
// FCKConfig.Plugins.Add( 'autogrow' ) ;
// FCKConfig.Plugins.Add( 'dragresizetable' );
FCKConfig.AutoGrowMax = 400 ;
// FCKConfig.Plugins.Add( 'placeholder', 'en,it' ) ;
 
// FCKConfig.ProtectedSource.Add( /<%[\s\S]*?%>/g ) ; // ASP style server side code <%...%>
// FCKConfig.ProtectedSource.Add( /<\?[\s\S]*?\?>/g ) ; // PHP style server side code
// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ; // ASP.Net style tags <asp:control>
 
FCKConfig.AutoDetectLanguage = true ;
FCKConfig.DefaultLanguage = 'en' ;
FCKConfig.ContentLangDirection = 'ltr' ;
 
FCKConfig.ProcessHTMLEntities = true ;
FCKConfig.IncludeLatinEntities = true ;
FCKConfig.IncludeGreekEntities = true ;
FCKConfig.EnableXHTML = true ;
FCKConfig.EnableSourceXHTML = true ;
 
FCKConfig.ProcessNumericEntities = false ;
FCKConfig.ProcessHTMLEntities = false ;
FCKConfig.IncludeLatinEntities = false ;
FCKConfig.IncludeGreekEntities = false ;
 
FCKConfig.AdditionalNumericEntities = '' ; // Single Quote: "'"
 
FCKConfig.FillEmptyBlocks = true ;
 
FCKConfig.FormatSource = true ;
76,100 → 51,58
FCKConfig.FormatOutput = true ;
FCKConfig.FormatIndentator = ' ' ;
 
FCKConfig.EMailProtection = 'none' ; // none | encode | function
FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ;
 
FCKConfig.GeckoUseSPAN = true ;
FCKConfig.StartupFocus = false ;
FCKConfig.ForcePasteAsPlainText = false ;
FCKConfig.AutoDetectPasteFromWord = true ; // IE only.
FCKConfig.ShowDropDialog = true ;
FCKConfig.ForceSimpleAmpersand = false ;
FCKConfig.TabSpaces = 0 ;
FCKConfig.ShowBorders = true ;
FCKConfig.SourcePopup = false ;
FCKConfig.UseBROnCarriageReturn = false ;
FCKConfig.ToolbarStartExpanded = true ;
FCKConfig.ToolbarCanCollapse = true ;
FCKConfig.IgnoreEmptyParagraphValue = true ;
FCKConfig.FloatingPanelsZIndex = 10000 ;
FCKConfig.HtmlEncodeOutput = false ;
 
FCKConfig.TemplateReplaceAll = true ;
FCKConfig.TemplateReplaceCheckbox = true ;
 
FCKConfig.ToolbarLocation = 'In' ;
 
FCKConfig.ToolbarSets["Default"] = [
['Source','DocProps','-','Save','NewPage','Preview','-','Templates'],
['Cut','Copy','Paste','PasteText','PasteWord','-','Print','SpellCheck'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
'/',
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
['Image','Table','Rule','Smiley','SpecialChar','UniversalKey'],
['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
'/',
['Style','FontFormat','FontName','FontSize'],
['TextColor','BGColor'],
['FitWindow','ShowBlocks','-','About'] // No comma for the last row.
['About']
] ;
 
FCKConfig.ToolbarSets["Basic"] = [
['Bold','Italic','-','OrderedList','UnorderedList','-','Link','Unlink','-','About']
] ;
 
FCKConfig.ToolbarSets["Papyrus"] = [
['Source','-','Cut','Copy','Paste','PasteText','PasteWord','SelectAll','-','Undo','Redo','Find','Replace'],
['RemoveFormat','Bold','Italic','Underline','StrikeThrough','Subscript','Superscript','-','JustifyLeft','JustifyCenter','JustifyRight','JustifyFull','-','OrderedList','UnorderedList','-','Link','Unlink'],
['Image','Table','Rule','Smiley','SpecialChar','UniversalKey','-','About']
] ;
 
FCKConfig.EnterMode = 'p' ; // p | div | br
FCKConfig.ShiftEnterMode = 'br' ; // p | div | br
FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','TableCell','Table','Form'] ;
 
FCKConfig.Keystrokes = [
[ CTRL + 65 /*A*/, true ],
[ CTRL + 67 /*C*/, true ],
[ CTRL + 70 /*F*/, true ],
[ CTRL + 83 /*S*/, true ],
[ CTRL + 84 /*T*/, true ],
[ CTRL + 88 /*X*/, true ],
[ CTRL + 86 /*V*/, 'Paste' ],
[ CTRL + 45 /*INS*/, true ],
[ SHIFT + 45 /*INS*/, 'Paste' ],
[ CTRL + 88 /*X*/, 'Cut' ],
[ SHIFT + 46 /*DEL*/, 'Cut' ],
[ CTRL + 90 /*Z*/, 'Undo' ],
[ CTRL + 89 /*Y*/, 'Redo' ],
[ CTRL + SHIFT + 90 /*Z*/, 'Redo' ],
[ CTRL + 76 /*L*/, 'Link' ],
[ CTRL + 66 /*B*/, 'Bold' ],
[ CTRL + 73 /*I*/, 'Italic' ],
[ CTRL + 85 /*U*/, 'Underline' ],
[ CTRL + SHIFT + 83 /*S*/, 'Save' ],
[ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ],
[ SHIFT + 32 /*SPACE*/, 'Nbsp' ]
] ;
 
FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form','DivContainer'] ;
FCKConfig.BrowserContextMenuOnCtrl = false ;
FCKConfig.BrowserContextMenu = false ;
 
FCKConfig.EnableMoreFontColors = true ;
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' ;
 
FCKConfig.FontFormats = 'p;h1;h2;h3;h4;h5;h6;pre;address;div' ;
FCKConfig.FontNames = 'Arial;Comic Sans MS;Courier New;Tahoma;Times New Roman;Verdana' ;
FCKConfig.FontSizes = 'smaller;larger;xx-small;x-small;small;medium;large;x-large;xx-large' ;
FCKConfig.FontSizes = '1/xx-small;2/x-small;3/small;4/medium;5/large;6/x-large;7/xx-large' ;
FCKConfig.FontFormats = 'p;div;pre;address;h1;h2;h3;h4;h5;h6' ;
 
FCKConfig.StylesXmlPath = FCKConfig.EditorPath + 'fckstyles.xml' ;
FCKConfig.TemplatesXmlPath = FCKConfig.EditorPath + 'fcktemplates.xml' ;
 
FCKConfig.SpellChecker = 'WSC' ; // 'WSC' | 'SpellerPages' | 'ieSpell'
FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/download.php' ;
FCKConfig.SpellerPagesServerScript = 'server-scripts/spellchecker.php' ; // Available extension: .php .cfm .pl
FCKConfig.FirefoxSpellChecker = false ;
FCKConfig.SpellChecker = 'ieSpell' ; // 'ieSpell' | 'SpellerPages'
FCKConfig.IeSpellDownloadUrl = 'http://www.iespell.com/rel/ieSpellSetup211325.exe' ;
 
FCKConfig.MaxUndoLevels = 15 ;
 
FCKConfig.DisableObjectResizing = false ;
FCKConfig.DisableFFTableHandles = true ;
 
FCKConfig.LinkDlgHideTarget = false ;
FCKConfig.LinkDlgHideAdvanced = false ;
 
176,150 → 109,30
FCKConfig.ImageDlgHideLink = false ;
FCKConfig.ImageDlgHideAdvanced = false ;
 
FCKConfig.FlashDlgHideAdvanced = false ;
FCKConfig.LinkBrowser = true ;
//FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/asp/connector.asp' ;
//FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/asp/connector.asp&ServerPath=/CustomFiles/' ;
 
FCKConfig.ProtectedTags = '' ;
// PHP //
//
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=connectors/php/connector.php' ;
// PHP - mcpuk //
//FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Connector=connectors/php/connector.php' ;
FCKConfig.LinkBrowserWindowWidth = screen.width * 0.7 ; // 70%
FCKConfig.LinkBrowserWindowHeight = screen.height * 0.7 ; // 70%
 
// This will be applied to the body element of the editor
FCKConfig.BodyId = '' ;
FCKConfig.BodyClass = '' ;
 
FCKConfig.DefaultStyleLabel = '' ;
FCKConfig.DefaultFontFormatLabel = '' ;
FCKConfig.DefaultFontLabel = '' ;
FCKConfig.DefaultFontSizeLabel = '' ;
 
FCKConfig.DefaultLinkTarget = '' ;
 
// The option switches between trying to keep the html structure or do the changes so the content looks like it was in Word
FCKConfig.CleanWordKeepsStructure = false ;
 
// Only inline elements are valid.
FCKConfig.RemoveFormatTags = 'b,big,code,del,dfn,em,font,i,ins,kbd,q,samp,small,span,strike,strong,sub,sup,tt,u,var' ;
 
// Attributes that will be removed
FCKConfig.RemoveAttributes = 'class,style,lang,width,height,align,hspace,valign' ;
 
FCKConfig.CustomStyles =
{
'Red Title' : { Element : 'h3', Styles : { 'color' : 'Red' } }
};
 
// Do not add, rename or remove styles here. Only apply definition changes.
FCKConfig.CoreStyles =
{
// Basic Inline Styles.
'Bold' : { Element : 'strong', Overrides : 'b' },
'Italic' : { Element : 'em', Overrides : 'i' },
'Underline' : { Element : 'u' },
'StrikeThrough' : { Element : 'strike' },
'Subscript' : { Element : 'sub' },
'Superscript' : { Element : 'sup' },
 
// Basic Block Styles (Font Format Combo).
'p' : { Element : 'p' },
'div' : { Element : 'div' },
'pre' : { Element : 'pre' },
'address' : { Element : 'address' },
'h1' : { Element : 'h1' },
'h2' : { Element : 'h2' },
'h3' : { Element : 'h3' },
'h4' : { Element : 'h4' },
'h5' : { Element : 'h5' },
'h6' : { Element : 'h6' },
 
// Other formatting features.
'FontFace' :
{
Element : 'span',
Styles : { 'font-family' : '#("Font")' },
Overrides : [ { Element : 'font', Attributes : { 'face' : null } } ]
},
 
'Size' :
{
Element : 'span',
Styles : { 'font-size' : '#("Size","fontSize")' },
Overrides : [ { Element : 'font', Attributes : { 'size' : null } } ]
},
 
'Color' :
{
Element : 'span',
Styles : { 'color' : '#("Color","color")' },
Overrides : [ { Element : 'font', Attributes : { 'color' : null } } ]
},
 
'BackColor' : { Element : 'span', Styles : { 'background-color' : '#("Color","color")' } },
 
'SelectionHighlight' : { Element : 'span', Styles : { 'background-color' : 'navy', 'color' : 'white' } }
};
 
// The distance of an indentation step.
FCKConfig.IndentLength = 40 ;
FCKConfig.IndentUnit = 'px' ;
 
// Alternatively, FCKeditor allows the use of CSS classes for block indentation.
// This overrides the IndentLength/IndentUnit settings.
FCKConfig.IndentClasses = [] ;
 
// [ Left, Center, Right, Justified ]
FCKConfig.JustifyClasses = [] ;
 
// The following value defines which File Browser connector and Quick Upload
// "uploader" to use. It is valid for the default implementaion and it is here
// just to make this configuration file cleaner.
// It is not possible to change this value using an external file or even
// inline when creating the editor instance. In that cases you must set the
// values of LinkBrowserURL, ImageBrowserURL and so on.
// Custom implementations should just ignore it.
var _FileBrowserLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'php' ; // asp | aspx | cfm | lasso | perl | php | py
 
// Don't care about the following two lines. It just calculates the correct connector
// extension to use for the default File Browser (Perl uses "cgi").
var _FileBrowserExtension = _FileBrowserLanguage == 'perl' ? 'cgi' : _FileBrowserLanguage ;
var _QuickUploadExtension = _QuickUploadLanguage == 'perl' ? 'cgi' : _QuickUploadLanguage ;
 
FCKConfig.LinkBrowser = true ;
FCKConfig.LinkBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ;
FCKConfig.LinkBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; // 70%
FCKConfig.LinkBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; // 70%
 
FCKConfig.ImageBrowser = true ;
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ;
FCKConfig.ImageBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; // 70% ;
FCKConfig.ImageBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; // 70% ;
//FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Image&Connector=connectors/asp/connector.asp' ;
 
FCKConfig.FlashBrowser = true ;
FCKConfig.FlashBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=Flash&Connector=' + encodeURIComponent( FCKConfig.BasePath + 'filemanager/connectors/' + _FileBrowserLanguage + '/connector.' + _FileBrowserExtension ) ;
FCKConfig.FlashBrowserWindowWidth = FCKConfig.ScreenWidth * 0.7 ; //70% ;
FCKConfig.FlashBrowserWindowHeight = FCKConfig.ScreenHeight * 0.7 ; //70% ;
// PHP //
FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/default/browser.html?Type=File&Connector=connectors/php/connector.php' ;
// PHP - mcpuk //
//FCKConfig.ImageBrowserURL = FCKConfig.BasePath + 'filemanager/browser/mcpuk/browser.html?Type=File&Connector=connectors/php/connector.php' ;
FCKConfig.ImageBrowserWindowWidth = screen.width * 0.7 ; // 70% ;
FCKConfig.ImageBrowserWindowHeight = screen.height * 0.7 ; // 70% ;
 
FCKConfig.LinkUpload = true ;
FCKConfig.LinkUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension ;
FCKConfig.LinkUploadAllowedExtensions = ".(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)$" ; // empty for all
FCKConfig.LinkUploadDeniedExtensions = "" ; // empty for no one
 
FCKConfig.ImageUpload = true ;
FCKConfig.ImageUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension + '?Type=Image' ;
FCKConfig.ImageUploadAllowedExtensions = ".(jpg|gif|jpeg|png|bmp)$" ; // empty for all
FCKConfig.ImageUploadDeniedExtensions = "" ; // empty for no one
 
FCKConfig.FlashUpload = true ;
FCKConfig.FlashUploadURL = FCKConfig.BasePath + 'filemanager/connectors/' + _QuickUploadLanguage + '/upload.' + _QuickUploadExtension + '?Type=Flash' ;
FCKConfig.FlashUploadAllowedExtensions = ".(swf|flv)$" ; // empty for all
FCKConfig.FlashUploadDeniedExtensions = "" ; // empty for no one
 
FCKConfig.SmileyPath = FCKConfig.BasePath + 'images/smiley/msn/' ;
FCKConfig.SmileyImages = ['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'] ;
FCKConfig.SmileyColumns = 8 ;
FCKConfig.SmileyWindowWidth = 320 ;
FCKConfig.SmileyWindowHeight = 210 ;
 
FCKConfig.BackgroundBlockerColor = '#ffffff' ;
FCKConfig.BackgroundBlockerOpacity = 0.50 ;
 
FCKConfig.MsWebBrowserControlCompat = false ;
 
FCKConfig.PreventSubmitHandler = false ;
FCKConfig.SmileyWindowHeight = 240 ;
/trunk/api/fckeditor/fckeditor.js
1,29 → 1,23
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This is the integration file for JavaScript.
*
* It defines the FCKeditor class that can be used to create editor
* instances in a HTML page in the client side. For server side
* operations, use the specific integration system.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckeditor.js
* This is the integration file for JavaScript.
*
* It defines the FCKeditor class that can be used to create editor
* instances in a HTML page in the client side. For server side
* operations, use the specific integration system.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
// FCKeditor Class
var FCKeditor = function( instanceName, width, height, toolbarSet, value )
34,7 → 28,7
this.Height = height || '200' ;
this.ToolbarSet = toolbarSet || 'Default' ;
this.Value = value || '' ;
this.BasePath = FCKeditor.BasePath ;
this.BasePath = '/fckeditor/' ;
this.CheckBrowser = true ;
this.DisplayErrors = true ;
 
44,94 → 38,49
this.OnError = null ; // function( source, errorNumber, errorDescription )
}
 
/**
* This is the default BasePath used by all editor instances.
*/
FCKeditor.BasePath = '/fckeditor/' ;
 
/**
* The minimum height used when replacing textareas.
*/
FCKeditor.MinHeight = 200 ;
 
/**
* The minimum width used when replacing textareas.
*/
FCKeditor.MinWidth = 750 ;
 
FCKeditor.prototype.Version = '2.6.4' ;
FCKeditor.prototype.VersionBuild = '21629' ;
 
FCKeditor.prototype.Create = function()
{
document.write( this.CreateHtml() ) ;
}
 
FCKeditor.prototype.CreateHtml = function()
{
// Check for errors
if ( !this.InstanceName || this.InstanceName.length == 0 )
{
this._ThrowError( 701, 'You must specify an instance name.' ) ;
return '' ;
this._ThrowError( 701, 'You must specify a instance name.' ) ;
return ;
}
 
var sHtml = '' ;
document.write( '<div>' ) ;
 
if ( !this.CheckBrowser || this._IsCompatibleBrowser() )
{
sHtml += '<input type="hidden" id="' + this.InstanceName + '" name="' + this.InstanceName + '" value="' + this._HTMLEncode( this.Value ) + '" style="display:none" />' ;
sHtml += this._GetConfigHtml() ;
sHtml += this._GetIFrameHtml() ;
document.write( '<input type="hidden" id="' + this.InstanceName + '" name="' + this.InstanceName + '" value="' + this._HTMLEncode( this.Value ) + '" />' ) ;
document.write( this._GetConfigHtml() ) ;
document.write( this._GetIFrameHtml() ) ;
}
else
{
var sWidth = this.Width.toString().indexOf('%') > 0 ? this.Width : this.Width + 'px' ;
var sHeight = this.Height.toString().indexOf('%') > 0 ? this.Height : this.Height + 'px' ;
 
sHtml += '<textarea name="' + this.InstanceName +
'" rows="4" cols="40" style="width:' + sWidth +
';height:' + sHeight ;
 
if ( this.TabIndex )
sHtml += '" tabindex="' + this.TabIndex ;
 
sHtml += '">' +
this._HTMLEncode( this.Value ) +
'<\/textarea>' ;
document.write('<textarea name="' + this.InstanceName + '" rows="4" cols="40" style="WIDTH: ' + sWidth + '; HEIGHT: ' + sHeight + '" wrap="virtual">' + this._HTMLEncode( this.Value ) + '<\/textarea>') ;
}
 
return sHtml ;
document.write( '</div>' ) ;
}
 
FCKeditor.prototype.ReplaceTextarea = function()
{
if ( document.getElementById( this.InstanceName + '___Frame' ) )
return ;
if ( !this.CheckBrowser || this._IsCompatibleBrowser() )
{
// We must check the elements firstly using the Id and then the name.
var oTextarea = document.getElementById( this.InstanceName ) ;
var colElementsByName = document.getElementsByName( this.InstanceName ) ;
var i = 0;
while ( oTextarea || i == 0 )
{
if ( oTextarea && oTextarea.tagName.toLowerCase() == 'textarea' )
break ;
oTextarea = colElementsByName[i++] ;
}
 
if ( !oTextarea )
oTextarea = document.getElementsByName( this.InstanceName )[0] ;
if ( !oTextarea || oTextarea.tagName != 'TEXTAREA' )
{
alert( 'Error: The TEXTAREA with id or name set to "' + this.InstanceName + '" was not found' ) ;
alert( 'Error: The TEXTAREA id "' + this.InstanceName + '" was not found' ) ;
return ;
}
 
oTextarea.style.display = 'none' ;
 
if ( oTextarea.tabIndex )
this.TabIndex = oTextarea.tabIndex ;
 
this._InsertHtmlBefore( this._GetConfigHtml(), oTextarea ) ;
this._InsertHtmlBefore( this._GetIFrameHtml(), oTextarea ) ;
}
156,43 → 105,35
for ( var o in this.Config )
{
if ( sConfig.length > 0 ) sConfig += '&amp;' ;
sConfig += encodeURIComponent( o ) + '=' + encodeURIComponent( this.Config[o] ) ;
sConfig += escape(o) + '=' + escape( this.Config[o] ) ;
}
 
return '<input type="hidden" id="' + this.InstanceName + '___Config" value="' + sConfig + '" style="display:none" />' ;
return '<input type="hidden" id="' + this.InstanceName + '___Config" value="' + sConfig + '" />' ;
}
 
FCKeditor.prototype._GetIFrameHtml = function()
{
var sFile = 'fckeditor.html' ;
var sLink = this.BasePath + 'editor/fckeditor.html?InstanceName=' + this.InstanceName ;
if (this.ToolbarSet) sLink += '&Toolbar=' + this.ToolbarSet ;
 
try
{
if ( (/fcksource=true/i).test( window.top.location.search ) )
sFile = 'fckeditor.original.html' ;
}
catch (e) { /* Ignore it. Much probably we are inside a FRAME where the "top" is in another domain (security error). */ }
 
var sLink = this.BasePath + 'editor/' + sFile + '?InstanceName=' + encodeURIComponent( this.InstanceName ) ;
if (this.ToolbarSet)
sLink += '&amp;Toolbar=' + this.ToolbarSet ;
 
var html = '<iframe id="' + this.InstanceName +
'___Frame" src="' + sLink +
'" width="' + this.Width +
'" height="' + this.Height ;
 
if ( this.TabIndex )
html += '" tabindex="' + this.TabIndex ;
 
html += '" frameborder="0" scrolling="no"></iframe>' ;
 
return html ;
return '<iframe id="' + this.InstanceName + '___Frame" src="' + sLink + '" width="' + this.Width + '" height="' + this.Height + '" frameborder="no" scrolling="no"></iframe>' ;
}
 
FCKeditor.prototype._IsCompatibleBrowser = function()
{
return FCKeditor_IsCompatibleBrowser() ;
var sAgent = navigator.userAgent.toLowerCase() ;
 
// Internet Explorer
if ( sAgent.indexOf("msie") != -1 && sAgent.indexOf("mac") == -1 && sAgent.indexOf("opera") == -1 )
{
var sBrowserVersion = navigator.appVersion.match(/MSIE (.\..)/)[1] ;
return ( sBrowserVersion >= 5.5 ) ;
}
// Gecko
else if ( navigator.product == "Gecko" && navigator.productSub >= 20030210 )
return true ;
else
return false ;
}
 
FCKeditor.prototype._ThrowError = function( errorNumber, errorDescription )
216,115 → 157,11
if ( typeof( text ) != "string" )
text = text.toString() ;
 
text = text.replace(
/&/g, "&amp;").replace(
/"/g, "&quot;").replace(
/</g, "&lt;").replace(
/>/g, "&gt;") ;
text = text.replace(/&/g, "&amp;") ;
text = text.replace(/"/g, "&quot;") ;
text = text.replace(/</g, "&lt;") ;
text = text.replace(/>/g, "&gt;") ;
text = text.replace(/'/g, "&#39;") ;
 
return text ;
}
 
;(function()
{
var textareaToEditor = function( textarea )
{
var editor = new FCKeditor( textarea.name ) ;
 
editor.Width = Math.max( textarea.offsetWidth, FCKeditor.MinWidth ) ;
editor.Height = Math.max( textarea.offsetHeight, FCKeditor.MinHeight ) ;
 
return editor ;
}
 
/**
* Replace all <textarea> elements available in the document with FCKeditor
* instances.
*
* // Replace all <textarea> elements in the page.
* FCKeditor.ReplaceAllTextareas() ;
*
* // Replace all <textarea class="myClassName"> elements in the page.
* FCKeditor.ReplaceAllTextareas( 'myClassName' ) ;
*
* // Selectively replace <textarea> elements, based on custom assertions.
* FCKeditor.ReplaceAllTextareas( function( textarea, editor )
* {
* // Custom code to evaluate the replace, returning false if it
* // must not be done.
* // It also passes the "editor" parameter, so the developer can
* // customize the instance.
* } ) ;
*/
FCKeditor.ReplaceAllTextareas = function()
{
var textareas = document.getElementsByTagName( 'textarea' ) ;
 
for ( var i = 0 ; i < textareas.length ; i++ )
{
var editor = null ;
var textarea = textareas[i] ;
var name = textarea.name ;
 
// The "name" attribute must exist.
if ( !name || name.length == 0 )
continue ;
 
if ( typeof arguments[0] == 'string' )
{
// The textarea class name could be passed as the function
// parameter.
 
var classRegex = new RegExp( '(?:^| )' + arguments[0] + '(?:$| )' ) ;
 
if ( !classRegex.test( textarea.className ) )
continue ;
}
else if ( typeof arguments[0] == 'function' )
{
// An assertion function could be passed as the function parameter.
// It must explicitly return "false" to ignore a specific <textarea>.
editor = textareaToEditor( textarea ) ;
if ( arguments[0]( textarea, editor ) === false )
continue ;
}
 
if ( !editor )
editor = textareaToEditor( textarea ) ;
 
editor.ReplaceTextarea() ;
}
}
})() ;
 
function FCKeditor_IsCompatibleBrowser()
{
var sAgent = navigator.userAgent.toLowerCase() ;
 
// Internet Explorer 5.5+
if ( /*@cc_on!@*/false && sAgent.indexOf("mac") == -1 )
{
var sBrowserVersion = navigator.appVersion.match(/MSIE (.\..)/)[1] ;
return ( sBrowserVersion >= 5.5 ) ;
}
 
// Gecko (Opera 9 tries to behave like Gecko at this point).
if ( navigator.product == "Gecko" && navigator.productSub >= 20030210 && !( typeof(opera) == 'object' && opera.postError ) )
return true ;
 
// Opera 9.50+
if ( window.opera && window.opera.version && parseFloat( window.opera.version() ) >= 9.5 )
return true ;
 
// Adobe AIR
// Checked before Safari because AIR have the WebKit rich text editor
// features from Safari 3.0.4, but the version reported is 420.
if ( sAgent.indexOf( ' adobeair/' ) != -1 )
return ( sAgent.match( / adobeair\/(\d+)/ )[1] >= 1 ) ; // Build must be at least v1
 
// Safari 3+
if ( sAgent.indexOf( ' applewebkit/' ) != -1 )
return ( sAgent.match( / applewebkit\/(\d+)/ )[1] >= 522 ) ; // Build must be at least 522 (v3)
 
return false ;
}
}
/trunk/api/fckeditor/editor/dtd/fck_dtd_test.html
File deleted
/trunk/api/fckeditor/editor/dtd/fck_xhtml10transitional.js
File deleted
/trunk/api/fckeditor/editor/dtd/fck_xhtml10strict.js
File deleted
/trunk/api/fckeditor/editor/skins/_fckviewstrips.html
File deleted
/trunk/api/fckeditor/editor/skins/office2003/fck_dialog_ie6.js
File deleted
/trunk/api/fckeditor/editor/skins/office2003/fck_strip.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/smiley.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/smiley.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/inserthorizontalrule.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/inserthorizontalrule.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/pasteword.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/pasteword.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/insertunorderedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/insertunorderedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/justifyleft.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/justifyleft.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/spellcheck.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/spellcheck.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/subscript.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/subscript.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/select.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/select.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/justifyfull.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/justifyfull.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/preview.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/preview.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/universalkey.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/universalkey.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/outdent.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/outdent.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/fontstyleadv.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/fontstyleadv.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/superscript.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/superscript.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/underline.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/underline.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/new.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/new.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/hidden.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/hidden.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/flash.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/flash.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/numberedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/numberedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/save.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/save.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/italic.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/italic.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/about.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/about.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/anchor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/anchor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/paste.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/paste.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/imagebutton.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/imagebutton.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/specialchar.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/specialchar.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/find.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/find.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/pastetext.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/pastetext.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/indent.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/indent.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/mail.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/mail.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/textcolor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/textcolor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/textfield.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/textfield.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tableinsertcolumn.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tableinsertcolumn.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tabledeletecells.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tabledeletecells.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/unlink.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/unlink.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/source.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/source.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/open.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/open.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/strikethrough.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/strikethrough.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/form.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/form.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tablesplitcell.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tablesplitcell.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/showtableborders.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/showtableborders.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/button.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/button.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tabledeletecolumns.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tabledeletecolumns.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/replace.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/replace.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/unorderedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/unorderedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/checkbox.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/checkbox.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/newpage.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/newpage.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/table.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/table.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tablecell.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tablecell.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/docprops.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/docprops.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tablemergecells.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tablemergecells.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/cut.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/cut.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/print.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/print.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/templates.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/templates.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/justifycenter.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/justifycenter.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/hiddenfield.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/hiddenfield.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tableinsertrow.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tableinsertrow.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/undo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/undo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/insertorderedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/insertorderedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/removeformat.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/removeformat.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/selectall.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/selectall.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/copy.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/copy.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tableinsertcell.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tableinsertcell.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/textarea.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/textarea.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/bold.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/bold.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/image.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/image.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tabledeleterows.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/tabledeleterows.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/showdetails.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/showdetails.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/bgcolor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/bgcolor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/redo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/redo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/justifyright.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/justifyright.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/bulletedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/bulletedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/link.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/link.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/radio.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/radio.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/toolbar/input.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/toolbar/input.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/office2003/fck_contextmenu.css
New file
0,0 → 1,248
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_contextmenu.css
* Styles used by the context menu.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
.CM_ContextMenu, .CM_ContextMenu *
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.CM_ContextMenu
{
border: 1px solid #8f8f73;
padding: 2px;
background-color: #f7f8fd;
}
 
.CM_Option, .CM_Over, .CM_Disabled
{
padding: 0px 3px;
height: 18px;
cursor: default;
}
 
.CM_Option, .CM_Over
{
cursor: hand;
}
 
.CM_Option .CM_Icon, .CM_Disabled .CM_Icon, .CM_Separator .CM_Icon
{
background-color: #d6dff7;
}
 
.CM_Option .CM_Icon IMG
{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
}
 
.CM_Disabled
{
background-color: #ffffff;
}
 
.CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label
{
filter: gray() alpha(opacity=30);
-moz-opacity: 0.30;
}
 
.CM_Option .CM_Label, .CM_Over .CM_Label
{
padding: 1px 10px 1px 3px;
}
 
.CM_Over
{
color: #ffffff;
background-color: #7096FA;
}
 
.CM_Over .CM_Icon
{
background-color: #466ca6;
}
 
.CM_Separator TD
{
height: 3px;
}
 
.CM_Separator .CM_Label DIV
{
border-top: #b9b99d 1px solid;
margin-left: 2px;
margin-right: 3px;
}
 
/*
### Panel Styles
*/
 
.FCK_Panel
{
border: #8f8f73 1px solid;
padding: 2px;
background-color: #f7f8fd;
}
 
.FCK_Panel, .FCK_Panel TD
{
font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
font-size: 11px;
}
 
/*
### Color Selector Panel
*/
 
.ColorBoxBorder
{
border: #808080 1px solid;
position: static;
}
 
.ColorBox
{
font-size: 1px;
width: 10px;
position: static;
height: 10px;
}
 
.ColorDeselected, .ColorSelected
{
cursor: default;
}
 
.ColorDeselected
{
border: #ffffff 1px solid;
padding: 2px;
float: left;
}
 
.ColorSelected *
{
color: #ffffff;
}
 
.ColorSelected
{
border: #7096FA 1px solid;
padding: 2px;
float: left;
background-color: #7096FA;
}
 
/*
### Special Combos
*/
 
.SC_Panel
{
overflow-y: auto;
white-space: nowrap;
cursor: default;
}
 
.SC_Item, .SC_ItemSelected
{
margin-top: 2px;
margin-bottom: 2px;
background-position: left center;
padding-left: 11px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
background-repeat: no-repeat;
border: #dddddd 1px solid;
}
 
.SC_Item *, .SC_ItemSelected *
{
margin-top: 0px;
margin-bottom: 0px;
}
 
.SC_ItemSelected
{
border: #9a9afb 1px solid;
background-image: url(images/toolbar.arrowright.gif);
}
 
.SC_ItemOver
{
border: #316ac5 1px solid;
}
 
.SC_Field
{
border: #b7b7a6 1px solid;
cursor: default;
}
 
.SC_FieldCaption
{
overflow: visible;
padding-right: 5px;
padding-left: 5px;
filter: alpha(opacity=70);
-moz-opacity:0.75;
height: 23px;
background-color: #f7f8fd;
}
 
.SC_FieldLabel
{
white-space: nowrap;
padding: 2px;
width: 100%;
cursor: default;
background-color: #ffffff;
text-overflow: ellipsis;
overflow: hidden;
}
 
.SC_FieldButton
{
background-position: center center;
background-image: url(images/toolbar.buttonarrow.gif);
border-left: #b7b7a6 1px solid;
width: 14px;
background-repeat: no-repeat;
}
 
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
{
filter: gray() alpha(opacity=30);
-moz-opacity:0.30;
}
 
.SC_FieldOver
{
border: #316ac5 1px solid;
}
 
.SC_FieldOver .SC_FieldButton
{
border-left: #316ac5 1px solid;
}
/trunk/api/fckeditor/editor/skins/office2003/images/dialog.sides.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/images/dialog.sides.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/images/sprites.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/images/sprites.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/images/toolbar.end.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/images/toolbar.start.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/office2003/fck_dialog.css
1,36 → 1,25
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Styles used by the dialog boxes.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_dialog.css
* Styles used by the dialog boxes.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
html, body
body
{
background-color: transparent;
margin: 0px;
padding: 0px;
}
 
body
{
padding: 10px;
background-color: #f7f8fd;
}
 
body, td, input, select, textarea
46,18 → 35,10
 
.PopupBody
{
height: 100%;
width: 100%;
overflow: hidden;
background-color: transparent;
margin: 0px;
padding: 0px;
}
 
#header
{
cursor: move;
}
 
.PopupTitle
{
font-weight: bold;
69,10 → 50,6
 
.PopupButtons
{
position: absolute;
right: 0px;
left: 0px;
bottom: 0px;
border-top: #466ca6 1px solid;
background-color: #8cb2fd;
padding: 7px 10px 7px 10px;
85,14 → 62,9
background-color: #7096d3;
}
 
#btnOk
{
width: 100px;
}
 
.DarkBackground
{
background-color: #eaf2f8;
background-color: #d7d79f;
}
 
.LightBackground
122,7 → 94,10
border-right: #466ca6 1px solid;
border-top: #466ca6 1px solid;
border-left: #466ca6 1px solid;
padding: 3px 5px 3px 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 3px;
padding-top: 3px;
color: #0e3460;
}
 
136,7 → 111,7
 
.PopupTabSelected
{
font-weight: bold;
font-weight:bold;
cursor: default;
padding-top: 4px;
border-bottom: #f7f8fd 1px solid;
145,258 → 120,8
 
.PopupSelectionBox
{
border: #1e90ff 1px solid !important;
background-color: #add8e6 !important;
border: #1e90ff 1px solid;
background-color: #add8e6;
cursor: pointer;
cursor: hand;
}
 
#tdBrowse
{
vertical-align: bottom;
}
 
/**
* Dialog frame related styles.
*/
 
.contents
{
position: absolute;
top: 2px;
left: 16px;
right: 16px;
bottom: 20px;
background-color: #f7f8fD;
overflow: hidden;
z-index: 1;
}
 
.tl, .tr, .tc, .bl, .br, .bc
{
position: absolute;
background-image: url(images/sprites.png);
background-repeat: no-repeat;
}
 
* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc
{
background-image: url(images/sprites.gif);
}
 
.ml, .mr
{
position: absolute;
background-image: url(images/dialog.sides.png);
background-repeat: repeat-y;
}
 
* html .ml, * html .mr
{
background-image: url(images/dialog.sides.gif);
}
 
.rtl .ml, .rtl .mr
{
position: absolute;
background-image: url(images/dialog.sides.rtl.png);
background-repeat: repeat-y;
}
 
* html .rtl .ml, * html .rtl .mr
{
background-image: url(images/dialog.sides.gif);
}
 
.tl
{
top: 0px;
left: 0px;
width: 16px;
height: 16px;
background-position: -16px -16px;
}
 
.rtl .tl
{
background-position: -16px -397px;
}
 
.tr
{
top: 0px;
right: 0px;
width: 16px;
height: 16px;
background-position: -16px -76px;
}
 
.rtl .tr
{
background-position: -16px -457px;
}
 
.tc
{
top: 0px;
right: 16px;
left: 16px;
height: 16px;
background-position: 0px -136px;
background-repeat: repeat-x;
}
 
.ml
{
top: 16px;
left: 0px;
width: 16px;
bottom: 51px;
background-position: 0px 0px;
}
 
.mr
{
top: 16px;
right: 0px;
width: 16px;
bottom: 51px;
background-position: -16px 0px;
}
 
.bl
{
bottom: 0px;
left: 0px;
width: 30px;
height: 51px;
background-position: -16px -196px;
}
 
.rtl .bl
{
background-position: -16px -517px;
}
 
.br
{
bottom: 0px;
right: 0px;
width: 30px;
height: 51px;
background-position: -16px -263px;
}
 
.rtl .br
{
background-position: -16px -584px;
}
 
.bc
{
bottom: 0px;
right: 30px;
left: 30px;
height: 51px;
background-position: 0px -330px;
background-repeat: repeat-x;
}
 
/* For IE6. Do not change it. */
* html .blocker
{
position: absolute;
width: 100%;
height: 100%;
z-index: 12;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
 
/* The layer used to cover the dialog when opening a child dialog. */
.cover
{
position: absolute;
top: 0px;
left: 14px;
right: 14px;
bottom: 18px;
z-index: 11;
}
 
#closeButton
{
position: absolute;
right: 0px;
top: 0px;
margin-top: 5px;
margin-right: 10px;
width: 20px;
height: 20px;
cursor: pointer;
background-image: url(images/sprites.png);
background-repeat: no-repeat;
background-position: -16px -651px;
}
 
* html #closeButton
{
cursor: hand;
background-image: url(images/sprites.gif);
}
 
.rtl #closeButton
{
right: auto;
left: 10px;
margin-right: 0px;
}
 
#closeButton:hover
{
background-position: -16px -687px;
}
 
#throbberBlock
{
z-index: 10;
}
 
#throbberBlock div
{
float: left;
width: 8px;
height: 9px;
margin-left: 2px;
margin-right: 2px;
font-size: 1px; /* IE6 */
}
 
/*
Color Gradient Generator:
http://www.herethere.net/~samson/php/color_gradient/?cbegin=0E3460&cend=8cb2fd&steps=4
*/
 
.throbber_1
{
background-color: #0E3460;
}
 
.throbber_2
{
background-color: #2D5387;
}
 
.throbber_3
{
background-color: #4D73AE;
}
 
.throbber_4
{
background-color: #6C92D5;
}
 
.throbber_5
{
background-color: #8CB2FD;
}
}
/trunk/api/fckeditor/editor/skins/office2003/fck_editor.css
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Styles used by the editor IFRAME and Toolbar.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_editor.css
* Styles used by the editor IFRAME and Toolbar.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
* Aziz Oraij (aziz@oraij.com)
*/
 
/*
### Basic Editor IFRAME Styles.
27,450 → 22,115
 
body
{
padding: 1px;
margin: 0;
background-color: #ffffff;
padding: 1px 1px 1px 1px;
margin: 0px 0px 0px 0px;
}
 
#xEditingArea
#eWysiwygCell, .Source
{
border: #696969 1px solid;
border: #696969 1px solid;
}
 
.SourceField
#eSourceField
{
padding: 5px;
margin: 0px;
font-family: Monospace;
border: none;
padding: 5px;
font-family: Monospace;
}
 
/*
Toolbar
### Toolbar Styles
*/
 
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
{
cursor: default;
background-color: #f7f8fd;
background-color: #f7f8fd;
}
 
.TB_ToolbarSet
{
border-top: #f7f8fd 1px outset;
border-bottom: #f7f8fd 1px outset;
}
 
.TB_ToolbarSet TD
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.TB_Toolbar
{
background-color: #d6dff7;
background-color: #d6dff7;
background-image: url(images/toolbar.bg.gif);
background-repeat: repeat-x;
display: inline-table;
}
 
.TB_Separator
.TB_ExpandImg
{
width: 1px;
height: 16px;
margin: 2px;
background-color: #B2CBFF;
background-image: url(images/toolbar.expand.gif);
background-repeat: no-repeat;
}
 
.TB_Start
.TB_CollapseImg
{
background-image: url(images/toolbar.start.gif);
background-repeat: no-repeat;
background-position: center center;
margin: 0px;
width: 7px;
height: 24px;
background-image: url(images/toolbar.collapse.gif);
background-repeat: no-repeat;
}
 
.TB_End
.TB_ToolbarSet
{
background-image: url(images/toolbar.end.gif);
background-repeat: no-repeat;
background-position: center left;
height: 24px;
width: 4px;
border-top: #efefde 1px outset;
border-bottom: #efefde 1px outset;
}
 
.TB_ExpandImg
.TB_ToolbarSet, .TB_ToolbarSet *
{
background-image: url(images/toolbar.expand.gif);
background-repeat: no-repeat;
font-size: 11px;
cursor: default;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.TB_CollapseImg
{
background-image: url(images/toolbar.collapse.gif);
background-repeat: no-repeat;
}
 
.TB_SideBorder
{
background-color: #696969;
}
 
.TB_Expand, .TB_Collapse
{
padding: 2px 2px 2px 2px;
border: #f7f8fd 1px outset;
padding: 2px 2px 2px 2px;
border: #efefde 1px outset;
}
 
.TB_Collapse
{
width: 5px;
border: #efefde 1px outset;
width: 5px;
}
 
.TB_Break
.TB_Button_On, .TB_Button_Off, .TB_Button_Disabled, .TB_Combo_Off, .TB_Combo_Disabled
{
height: 24px; /* IE needs the height to be set, otherwise no break */
border: #efefde 1px solid;
height: 21px;
}
 
/*
Toolbar Button
*/
 
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
{
margin: 1px;
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
}
 
.TB_Button_On
{
margin: 0px;
border: #316ac5 1px solid;
background-color: #c1d2ee;
border-color: #316ac5;
background-color: #c1d2ee;
}
 
.TB_Button_On_Over, .TB_Button_Off_Over
.TB_Button_Off, .TB_Combo_Off
{
margin: 0px ;
border: #316ac5 1px solid;
background-color: #dff1ff;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
background-color: #f7f8fd;
}
 
.TB_Button_Off
.TB_Button_Disabled, .TB_Combo_Disabled
{
filter: alpha(opacity=70); /* IE */
opacity: 0.70; /* Safari, Opera and Mozilla */
filter: gray() alpha(opacity=30);
-moz-opacity: 0.30;
}
 
.TB_Button_Disabled
.TB_Icon DIV
{
filter: gray() alpha(opacity=30); /* IE */
opacity: 0.30; /* Safari, Opera and Mozilla */
width: 21px;
height: 21px;
background-position: 50% 50%;
background-repeat: no-repeat;
}
 
.TB_Button_Padding
.TB_Text
{
visibility: hidden;
width: 3px;
height: 22px;
height: 21px;
padding-right: 5px;
}
 
.TB_Button_Image
.TB_Break
{
overflow: hidden;
width: 16px;
height: 16px;
margin: 3px;
background-repeat: no-repeat;
}
 
.TB_Button_Image img
{
position: relative;
}
 
.TB_Button_Off .TB_Button_Text
{
background-color: #d6dff7; /* Needed because of a bug on ClearType */
background-image: url(images/toolbar.bg.gif);
background-repeat: repeat-x;
}
 
.TB_ConnectionLine
{
background-color: #f7f8fd;
height: 1px;
margin-left: 1px; /* ltr */
margin-right: 1px; /* rtl */
}
 
.TB_Button_Off .TB_Text
{
background-color: #d6dff7; /* Needed because of a bug on ClearType */
background-image: url(images/toolbar.bg.gif);
background-repeat: repeat-x;
}
 
.TB_Button_On_Over .TB_Text
{
background-color: #dff1ff ; /* Needed because of a bug on ClearType */
}
 
/*
Menu
*/
 
.MN_Menu
{
border: 1px solid #8f8f73;
padding: 2px;
background-color: #f7f8fd;
cursor: default;
}
 
.MN_Menu, .MN_Menu .MN_Label
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.MN_Item_Padding
{
visibility: hidden;
width: 3px;
height: 20px;
}
 
.MN_Icon
{
background-color: #d6dff7;
text-align: center;
height: 20px;
}
 
.MN_Label
{
padding-left: 3px;
padding-right: 3px;
}
 
.MN_Separator
{
height: 3px;
}
 
.MN_Separator_Line
{
border-top: #b9b99d 1px solid;
}
 
.MN_Item .MN_Icon IMG
{
filter: alpha(opacity=70);
opacity: 0.70;
}
 
.MN_Item_Over
{
color: #ffffff;
background-color: #7096FA;
}
 
.MN_Item_Over .MN_Icon
{
background-color: #466ca6;
}
 
.MN_Item_Disabled IMG
{
filter: gray() alpha(opacity=30); /* IE */
opacity: 0.30; /* Safari, Opera and Mozilla */
}
 
.MN_Item_Disabled .MN_Label
{
color: #b7b7b7;
}
 
.MN_Arrow
{
padding-right: 3px;
padding-left: 3px;
}
 
.MN_ConnectionLine
{
background-color: #f7f8fd;
}
 
.Menu .TB_Button_On, .Menu .TB_Button_On_Over
{
border: #8f8f73 1px solid;
background-color: #f7f8fd;
}
 
/*
### Panel Styles
*/
 
.FCK_Panel
{
border: #8f8f73 1px solid;
padding: 2px;
background-color: #f7f8fd;
}
 
.FCK_Panel, .FCK_Panel TD
{
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
font-size: 11px;
}
 
/*
### Special Combos
*/
 
.SC_Panel
{
overflow: auto;
white-space: nowrap;
cursor: default;
border: 1px solid #8f8f73;
padding-left: 2px;
padding-right: 2px;
}
 
.SC_Panel, .SC_Panel TD
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.SC_Item, .SC_ItemSelected
{
margin-top: 2px;
margin-bottom: 2px;
background-position: left center;
padding-left: 11px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
overflow: hidden;
background-repeat: no-repeat;
border: #dddddd 1px solid;
}
 
.SC_Item *, .SC_ItemSelected *
{
margin-top: 0px;
margin-bottom: 0px;
}
 
.SC_ItemSelected
{
border: #9a9afb 1px solid;
background-image: url(images/toolbar.arrowright.gif);
}
 
.SC_ItemOver
{
border: #316ac5 1px solid;
}
 
.SC_Field
{
margin-top: 2px ;
border: #b7b7a6 1px solid;
cursor: default;
}
 
.SC_FieldCaption
{
overflow: visible;
padding-right: 5px;
padding-left: 5px;
opacity: 0.75; /* Safari, Opera and Mozilla */
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
height: 23px;
background-color: #d6dff7; /* Needed because of a bug on ClearType */
background-image: url(images/toolbar.bg.gif);
background-repeat: repeat-x;
/* background-color: inherit; Maybe this is needed wait to check */
}
 
.SC_FieldLabel
{
white-space: nowrap;
padding: 2px;
width: 100%;
cursor: default;
background-color: #ffffff;
text-overflow: ellipsis;
overflow: hidden;
}
 
.SC_FieldButton
{
background-position: center center;
background-image: url(images/toolbar.buttonarrow.gif);
border-left: #b7b7a6 1px solid;
width: 14px;
background-repeat: no-repeat;
}
 
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text
{
opacity: 0.30; /* Safari, Opera and Mozilla */
filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
}
 
.SC_FieldOver
{
border: #316ac5 1px solid;
}
 
.SC_FieldOver .SC_FieldButton
{
border-left: #316ac5 1px solid;
}
 
/*
### Color Selector Panel
*/
 
.ColorBoxBorder
{
border: #808080 1px solid;
position: static;
}
 
.ColorBox
{
font-size: 1px;
width: 10px;
position: static;
height: 10px;
}
 
.ColorDeselected, .ColorSelected
{
cursor: default;
}
 
.ColorDeselected
{
border: #ffffff 1px solid;
padding: 2px;
float: left;
}
 
.ColorSelected
{
border: #330066 1px solid;
padding: 2px;
float: left;
background-color: #c4cdd6;
}
height: 23px;
}
/trunk/api/fckeditor/editor/skins/default/fck_dialog_ie6.js
File deleted
/trunk/api/fckeditor/editor/skins/default/fck_strip.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/fck_dialog.css
1,35 → 1,23
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Styles used by the dialog boxes.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_dialog.css
* Styles used by the dialog boxes.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
html, body
body
{
background-color: transparent;
margin: 0px;
padding: 0px;
}
 
body
{
padding: 10px;
}
 
46,18 → 34,10
 
.PopupBody
{
height: 100%;
width: 100%;
overflow: hidden;
background-color: transparent;
margin: 0px;
padding: 0px;
}
 
#header
{
cursor: move;
}
 
.PopupTitle
{
font-weight: bold;
69,10 → 49,6
 
.PopupButtons
{
position: absolute;
right: 0px;
left: 0px;
bottom: 0px;
border-top: #d5d59d 1px solid;
background-color: #e3e3c7;
padding: 7px 10px 7px 10px;
80,19 → 56,17
 
.Button
{
border: #737357 1px solid;
border-right: #737357 1px solid;
border-top: #737357 1px solid;
border-left: #737357 1px solid;
color: #3b3b1f;
border-bottom: #737357 1px solid;
background-color: #c7c78f;
}
 
#btnOk
{
width: 100px;
}
 
.DarkBackground
{
background-color: #eaead1;
background-color: #d7d79f;
}
 
.LightBackground
113,7 → 87,7
 
.PopupTabEmptyArea
{
padding-left: 10px;
padding-left: 10px ;
border-bottom: #d5d59d 1px solid;
}
 
122,7 → 96,10
border-right: #d5d59d 1px solid;
border-top: #d5d59d 1px solid;
border-left: #d5d59d 1px solid;
padding: 3px 5px 3px 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 3px;
padding-top: 3px;
color: #737357;
}
 
136,7 → 113,7
 
.PopupTabSelected
{
font-weight: bold;
font-weight:bold;
cursor: default;
padding-top: 4px;
border-bottom: #f1f1e3 1px solid;
145,258 → 122,8
 
.PopupSelectionBox
{
border: #ff9933 1px solid !important;
background-color: #fffacd !important;
border: #ff9933 1px solid;
background-color: #fffacd;
cursor: pointer;
cursor: hand;
}
 
#tdBrowse
{
vertical-align: bottom;
}
 
/**
* Dialog frame related styles.
*/
 
.contents
{
position: absolute;
top: 2px;
left: 16px;
right: 16px;
bottom: 20px;
background-color: #f1f1e3;
overflow: hidden;
z-index: 1;
}
 
.tl, .tr, .tc, .bl, .br, .bc
{
position: absolute;
background-image: url(images/sprites.png);
background-repeat: no-repeat;
}
 
* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc
{
background-image: url(images/sprites.gif);
}
 
.ml, .mr
{
position: absolute;
background-image: url(images/dialog.sides.png);
background-repeat: repeat-y;
}
 
* html .ml, * html .mr
{
background-image: url(images/dialog.sides.gif);
}
 
.rtl .ml, .rtl .mr
{
position: absolute;
background-image: url(images/dialog.sides.rtl.png);
background-repeat: repeat-y;
}
 
* html .rtl .ml, * html .rtl .mr
{
background-image: url(images/dialog.sides.gif);
}
 
.tl
{
top: 0px;
left: 0px;
width: 16px;
height: 16px;
background-position: -16px -16px;
}
 
.rtl .tl
{
background-position: -16px -397px;
}
 
.tr
{
top: 0px;
right: 0px;
width: 16px;
height: 16px;
background-position: -16px -76px;
}
 
.rtl .tr
{
background-position: -16px -457px;
}
 
.tc
{
top: 0px;
right: 16px;
left: 16px;
height: 16px;
background-position: 0px -136px;
background-repeat: repeat-x;
}
 
.ml
{
top: 16px;
left: 0px;
width: 16px;
bottom: 51px;
background-position: 0px 0px;
}
 
.mr
{
top: 16px;
right: 0px;
width: 16px;
bottom: 51px;
background-position: -16px 0px;
}
 
.bl
{
bottom: 0px;
left: 0px;
width: 30px;
height: 51px;
background-position: -16px -196px;
}
 
.rtl .bl
{
background-position: -16px -517px;
}
 
.br
{
bottom: 0px;
right: 0px;
width: 30px;
height: 51px;
background-position: -16px -263px;
}
 
.rtl .br
{
background-position: -16px -584px;
}
 
.bc
{
bottom: 0px;
right: 30px;
left: 30px;
height: 51px;
background-position: 0px -330px;
background-repeat: repeat-x;
}
 
/* For IE6. Do not change it. */
* html .blocker
{
position: absolute;
width: 100%;
height: 100%;
z-index: 12;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
 
/* The layer used to cover the dialog when opening a child dialog. */
.cover
{
position: absolute;
top: 0px;
left: 14px;
right: 14px;
bottom: 18px;
z-index: 11;
}
 
#closeButton
{
position: absolute;
right: 0px;
top: 0px;
margin-top: 5px;
margin-right: 10px;
width: 20px;
height: 20px;
cursor: pointer;
background-image: url(images/sprites.png);
background-repeat: no-repeat;
background-position: -16px -651px;
}
 
* html #closeButton
{
cursor: hand;
background-image: url(images/sprites.gif);
}
 
.rtl #closeButton
{
right: auto;
left: 10px;
margin-right: 0px;
}
 
#closeButton:hover
{
background-position: -16px -687px;
}
 
#throbberBlock
{
z-index: 10;
}
 
#throbberBlock div
{
float: left;
width: 8px;
height: 9px;
margin-left: 2px;
margin-right: 2px;
font-size: 1px; /* IE6 */
}
 
/*
Color Gradient Generator:
http://www.herethere.net/~samson/php/color_gradient/?cbegin=737357&cend=E3E3C7&steps=4
*/
 
.throbber_1
{
background-color: #737357;
}
 
.throbber_2
{
background-color: #8f8f73;
}
 
.throbber_3
{
background-color: #abab8f;
}
 
.throbber_4
{
background-color: #c7c7ab;
}
 
.throbber_5
{
background-color: #e3e3c7;
}
}
/trunk/api/fckeditor/editor/skins/default/fck_editor.css
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Styles used by the editor IFRAME and Toolbar.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_editor.css
* Styles used by the editor IFRAME and Toolbar.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
/*
### Basic Editor IFRAME Styles.
27,438 → 21,123
 
body
{
padding: 1px;
margin: 0;
background-color: #ffffff;
padding: 1px 1px 1px 1px;
margin: 0px 0px 0px 0px;
}
 
#xEditingArea
#eWysiwygCell, .Source
{
border: #696969 1px solid;
border: #696969 1px solid;
}
 
.SourceField
#eSourceField
{
padding: 5px;
margin: 0px;
font-family: Monospace;
border: none;
padding: 5px;
font-family: Monospace;
}
 
/*
Toolbar
### Toolbar Styles
*/
 
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
{
cursor: default;
background-color: #efefde;
background-color: #efefde;
}
 
.TB_ToolbarSet
{
border-top: #efefde 1px outset;
border-bottom: #efefde 1px outset;
}
 
.TB_ToolbarSet TD
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.TB_Toolbar
{
height: 24px;
display: inline-table; /* inline = Opera jumping buttons bug */
}
 
.TB_Separator
{
width: 1px;
height: 16px;
margin: 2px;
background-color: #999966;
}
 
.TB_Start
{
background-image: url(images/toolbar.start.gif);
margin: 2px;
width: 3px;
background-repeat: no-repeat;
height: 16px;
}
 
.TB_End
{
display: none;
display: none;
}
 
.TB_ExpandImg
{
background-image: url(images/toolbar.expand.gif);
background-repeat: no-repeat;
background-image: url(images/toolbar.expand.gif);
background-repeat: no-repeat;
}
 
.TB_CollapseImg
{
background-image: url(images/toolbar.collapse.gif);
background-repeat: no-repeat;
background-image: url(images/toolbar.collapse.gif);
background-repeat: no-repeat;
}
 
.TB_SideBorder
.TB_ToolbarSet
{
background-color: #696969;
border-top: #efefde 1px outset;
border-bottom: #efefde 1px outset;
}
 
.TB_Expand, .TB_Collapse
.TB_ToolbarSet, .TB_ToolbarSet *
{
padding: 2px 2px 2px 2px;
border: #efefde 1px outset;
font-size: 11px;
cursor: default;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.TB_Collapse
.TB_Expand, .TB_Collapse
{
width: 5px;
padding: 2px 2px 2px 2px;
border: #efefde 1px outset;
}
 
.TB_Break
.TB_Collapse
{
height: 24px; /* IE needs the height to be set, otherwise no break */
border: #efefde 1px outset;
width: 5px;
}
 
/*
Toolbar Button
*/
 
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
.TB_Button_On, .TB_Button_Off, .TB_Button_Disabled, .TB_Combo_Off, .TB_Combo_Disabled
{
border: #efefde 1px solid; /* This is the default border */
height: 22px; /* The height is necessary, otherwise IE will not apply the alpha */
border: #efefde 1px solid;
height: 21px;
}
 
.TB_Button_On
{
border: #316ac5 1px solid;
background-color: #c1d2ee;
border-color: #316ac5;
background-color: #c1d2ee;
}
 
.TB_Button_On_Over, .TB_Button_Off_Over
.TB_Button_Off, .TB_Combo_Off
{
border: #316ac5 1px solid;
background-color: #dff1ff;
filter: alpha(opacity=70);
-moz-opacity: 0.70;
background-color: #efefde;
}
 
.TB_Button_Off
.TB_Button_Disabled, .TB_Combo_Disabled
{
filter: alpha(opacity=70); /* IE */
opacity: 0.70; /* Safari, Opera and Mozilla */
filter: gray() alpha(opacity=30);
-moz-opacity: 0.30;
}
 
.TB_Button_Disabled
.TB_Button_On_Over, .TB_Button_Off_Over
{
filter: gray() alpha(opacity=30); /* IE */
opacity: 0.30; /* Safari, Opera and Mozilla */
background-color: #dff1ff;
}
 
.TB_Button_Padding
.TB_Icon DIV
{
visibility: hidden;
width: 3px;
height: 22px;
width: 21px;
height: 21px;
background-position: 50% 50%;
background-repeat: no-repeat;
}
 
.TB_Button_Image
{
overflow: hidden;
width: 16px;
height: 16px;
margin: 3px;
background-repeat: no-repeat;
}
 
.TB_Button_Image img
{
position: relative;
}
 
.TB_Button_Off .TB_Button_Text
{
background-color: #efefde; /* Needed because of a bug on Clear Type */
}
 
.TB_ConnectionLine
{
background-color: #ffffff;
height: 1px;
margin-left: 1px; /* ltr */
margin-right: 1px; /* rtl */
}
 
.TB_Text
{
height: 22px;
height: 21px;
padding-right: 5px;
}
 
.TB_Button_Off .TB_Text
.TB_ButtonArrow
{
background-color: #efefde ; /* Needed because of a bug on ClearType */
padding-right: 3px;
}
 
.TB_Button_On_Over .TB_Text
.TB_Break
{
background-color: #dff1ff ; /* Needed because of a bug on ClearType */
}
 
/*
Menu
*/
 
.MN_Menu
{
border: 1px solid #8f8f73;
padding: 2px;
background-color: #ffffff;
cursor: default;
}
 
.MN_Menu, .MN_Menu .MN_Label
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.MN_Item_Padding
{
visibility: hidden;
width: 3px;
height: 20px;
}
 
.MN_Icon
{
background-color: #e3e3c7;
text-align: center;
height: 20px;
}
 
.MN_Label
{
padding-left: 3px;
padding-right: 3px;
}
 
.MN_Separator
{
height: 3px;
}
 
.MN_Separator_Line
{
border-top: #b9b99d 1px solid;
}
 
.MN_Item .MN_Icon IMG
{
filter: alpha(opacity=70);
opacity: 0.70;
}
 
.MN_Item_Over
{
color: #ffffff;
background-color: #8f8f73;
}
 
.MN_Item_Over .MN_Icon
{
background-color: #737357;
}
 
.MN_Item_Disabled IMG
{
filter: gray() alpha(opacity=30); /* IE */
opacity: 0.30; /* Safari, Opera and Mozilla */
}
 
.MN_Item_Disabled .MN_Label
{
color: #b7b7b7;
}
 
.MN_Arrow
{
padding-right: 3px;
padding-left: 3px;
}
 
.MN_ConnectionLine
{
background-color: #ffffff;
}
 
.Menu .TB_Button_On, .Menu .TB_Button_On_Over
{
border: #8f8f73 1px solid;
background-color: #ffffff;
}
 
/*
### Panel Styles
*/
 
.FCK_Panel
{
border: #8f8f73 1px solid;
padding: 2px;
background-color: #ffffff;
}
 
.FCK_Panel, .FCK_Panel TD
{
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
font-size: 11px;
}
 
/*
### Special Combos
*/
 
.SC_Panel
{
overflow: auto;
white-space: nowrap;
cursor: default;
border: 1px solid #8f8f73;
padding-left: 2px;
padding-right: 2px;
}
 
.SC_Panel, .SC_Panel TD
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.SC_Item, .SC_ItemSelected
{
margin-top: 2px;
margin-bottom: 2px;
background-position: left center;
padding-left: 11px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
overflow: hidden;
background-repeat: no-repeat;
border: #dddddd 1px solid;
}
 
.SC_Item *, .SC_ItemSelected *
{
margin-top: 0px;
margin-bottom: 0px;
}
 
.SC_ItemSelected
{
border: #9a9afb 1px solid;
background-image: url(images/toolbar.arrowright.gif);
}
 
.SC_ItemOver
{
border: #316ac5 1px solid;
}
 
.SC_Field
{
border: #b7b7a6 1px solid;
cursor: default;
}
 
.SC_FieldCaption
{
overflow: visible;
padding-right: 5px;
padding-left: 5px;
opacity: 0.75; /* Safari, Opera and Mozilla */
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
height: 23px;
background-color: #efefde;
}
 
.SC_FieldLabel
{
white-space: nowrap;
padding: 2px;
width: 100%;
cursor: default;
background-color: #ffffff;
text-overflow: ellipsis;
overflow: hidden;
}
 
.SC_FieldButton
{
background-position: center center;
background-image: url(images/toolbar.buttonarrow.gif);
border-left: #b7b7a6 1px solid;
width: 14px;
background-repeat: no-repeat;
}
 
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text
{
opacity: 0.30; /* Safari, Opera and Mozilla */
filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
}
 
.SC_FieldOver
{
border: #316ac5 1px solid;
}
 
.SC_FieldOver .SC_FieldButton
{
border-left: #316ac5 1px solid;
}
 
/*
### Color Selector Panel
*/
 
.ColorBoxBorder
{
border: #808080 1px solid;
position: static;
}
 
.ColorBox
{
font-size: 1px;
width: 10px;
position: static;
height: 10px;
}
 
.ColorDeselected, .ColorSelected
{
cursor: default;
}
 
.ColorDeselected
{
border: #ffffff 1px solid;
padding: 2px;
float: left;
}
 
.ColorSelected
{
border: #330066 1px solid;
padding: 2px;
float: left;
background-color: #c4cdd6;
}
height: 23px;
}
/trunk/api/fckeditor/editor/skins/default/toolbar/select.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/select.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/image.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/image.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/checkbox.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/checkbox.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/docprops.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/docprops.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/radio.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/radio.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/undo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/undo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/italic.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/italic.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/removeformat.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/removeformat.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/pasteword.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/pasteword.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/copy.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/copy.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/anchor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/anchor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/replace.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/replace.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/textarea.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/textarea.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/subscript.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/subscript.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/bold.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/bold.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/indent.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/indent.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/underline.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/underline.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/newpage.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/newpage.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/redo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/redo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/tablemergecells.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/tablemergecells.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/justifyright.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/justifyright.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/cut.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/cut.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/bulletedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/bulletedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/link.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/link.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/hiddenfield.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/hiddenfield.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/unlink.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/unlink.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/source.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/source.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/tablesplitcell.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/tablesplitcell.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/inserthorizontalrule.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/inserthorizontalrule.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/about.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/about.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/tabledeletecolumns.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/tabledeletecolumns.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/button.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/button.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/tableinsertcell.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/tableinsertcell.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/paste.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/paste.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/universalkey.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/universalkey.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/pastetext.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/pastetext.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/textcolor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/textcolor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/tabledeleterows.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/tabledeleterows.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/showdetails.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/showdetails.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/bgcolor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/bgcolor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/textfield.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/textfield.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/tableinsertcolumn.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/tableinsertcolumn.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/numberedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/numberedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/save.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/save.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/strikethrough.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/strikethrough.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/tableinsertrow.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/tableinsertrow.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/justifyleft.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/justifyleft.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/insertunorderedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/insertunorderedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/justifyfull.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/justifyfull.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/find.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/find.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/preview.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/preview.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/outdent.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/outdent.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/superscript.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/superscript.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/unorderedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/unorderedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/tablecell.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/tablecell.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/table.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/table.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/print.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/print.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/tabledeletecells.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/tabledeletecells.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/templates.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/templates.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/justifycenter.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/justifycenter.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/smiley.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/smiley.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/form.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/form.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/insertorderedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/insertorderedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/selectall.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/selectall.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/showtableborders.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/showtableborders.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/spellcheck.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/spellcheck.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/imagebutton.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/imagebutton.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/toolbar/specialchar.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/toolbar/specialchar.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/default/fck_contextmenu.css
New file
0,0 → 1,243
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_contextmenu.css
* Styles used by the context menu and panels.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
.CM_ContextMenu, .CM_ContextMenu *
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.CM_ContextMenu
{
border: 1px solid #8f8f73;
padding: 2px;
background-color: #ffffff;
}
 
.CM_Option, .CM_Over, .CM_Disabled
{
padding: 0px 3px;
height: 18px;
cursor: default;
}
 
.CM_Option, .CM_Over
{
cursor: hand;
}
 
.CM_Option .CM_Icon, .CM_Disabled .CM_Icon, .CM_Separator .CM_Icon
{
background-color: #e3e3c7;
}
 
.CM_Option .CM_Icon IMG
{
filter: alpha(opacity=70);
-moz-opacity:0.70;
}
 
.CM_Disabled
{
background-color: #ffffff;
}
 
.CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label
{
filter: gray() alpha(opacity=30);
-moz-opacity:0.30;
}
 
.CM_Option .CM_Label, .CM_Over .CM_Label
{
padding: 1px 10px 1px 3px;
}
 
.CM_Over
{
color: #fff;
background-color: #8f8f73;
}
 
.CM_Over .CM_Icon
{
background-color: #737357;
}
 
.CM_Separator TD
{
height: 3px;
}
 
.CM_Separator .CM_Label DIV
{
border-top: #b9b99d 1px solid;
margin-left: 2px;
margin-right: 3px;
}
 
/*
### Panel Styles
*/
 
.FCK_Panel
{
border: #8f8f73 1px solid;
padding: 2px;
background-color: #ffffff;
}
 
.FCK_Panel, .FCK_Panel TD
{
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
font-size: 11px;
}
 
/*
### Color Selector Panel
*/
 
.ColorBoxBorder
{
border: #808080 1px solid;
position: static;
}
 
.ColorBox
{
font-size: 1px;
width: 10px;
position: static;
height: 10px;
}
 
.ColorDeselected, .ColorSelected
{
cursor: default;
}
 
.ColorDeselected
{
border: #ffffff 1px solid;
padding: 2px;
float: left;
}
 
.ColorSelected
{
border: #330066 1px solid;
padding: 2px;
float: left;
background-color: #c4cdd6;
}
 
/*
### Special Combos
*/
 
.SC_Panel
{
overflow-y: auto;
white-space: nowrap;
cursor: default;
}
 
.SC_Item, .SC_ItemSelected
{
margin-top: 2px;
margin-bottom: 2px;
background-position: left center;
padding-left: 11px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
background-repeat: no-repeat;
border: #dddddd 1px solid;
}
 
.SC_Item *, .SC_ItemSelected *
{
margin-top: 0px;
margin-bottom: 0px;
}
 
.SC_ItemSelected
{
border: #9a9afb 1px solid;
background-image: url(images/toolbar.arrowright.gif);
}
 
.SC_ItemOver
{
border: #316ac5 1px solid;
}
 
.SC_Field
{
border: #b7b7a6 1px solid;
cursor: default;
}
 
.SC_FieldCaption
{
overflow: visible;
padding-right: 5px;
padding-left: 5px;
filter: alpha(opacity=70);
-moz-opacity:0.75;
height: 23px;
background-color: #efefde;
}
 
.SC_FieldLabel
{
white-space: nowrap;
padding: 2px;
width: 100%;
cursor: default;
background-color: #ffffff;
text-overflow: ellipsis;
overflow: hidden;
}
 
.SC_FieldButton
{
background-position: center center;
background-image: url(images/toolbar.buttonarrow.gif);
border-left: #b7b7a6 1px solid;
width: 14px;
background-repeat: no-repeat;
}
 
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
{
filter: gray() alpha(opacity=30);
-moz-opacity:0.30;
}
 
.SC_FieldOver
{
border: #316ac5 1px solid;
}
 
.SC_FieldOver .SC_FieldButton
{
border-left: #316ac5 1px solid;
}
/trunk/api/fckeditor/editor/skins/default/images/dialog.sides.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/images/dialog.sides.rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/images/dialog.sides.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/images/sprites.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/images/sprites.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/images/toolbar.separator.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/default/images/toolbar.start.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/fck_strip.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/fck_dialog_ie6.js
File deleted
/trunk/api/fckeditor/editor/skins/silver/fck_editor.css
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Styles used by the editor IFRAME and Toolbar.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_editor.css
* Styles used by the editor IFRAME and Toolbar.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
* gazou[Fr]
*/
 
/*
### Basic Editor IFRAME Styles.
27,70 → 22,31
 
body
{
padding: 1px;
margin: 0;
background-color: #ffffff;
padding: 1px 1px 1px 1px;
margin: 0px 0px 0px 0px;
}
 
#xEditingArea
#eWysiwygCell, .Source
{
border: #696969 1px solid;
}
 
.SourceField
#eSourceField
{
border: none;
padding: 5px;
margin: 0px;
font-family: Monospace;
}
 
/*
Toolbar
/*
### Toolbar Styles
*/
 
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
{
cursor: default;
background-color: #f7f7f7;
}
 
.TB_ToolbarSet
{
padding: 1px;
border-top: #efefde 1px outset;
border-bottom: #efefde 1px outset;
}
 
.TB_ToolbarSet TD
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.TB_Toolbar
{
display: inline-table;
}
 
.TB_Separator
{
width: 1px;
height: 21px;
margin: 2px;
background-color: #C6C3BD;
}
 
.TB_Start
{
background-image: url(images/toolbar.start.gif);
margin-left: 2px;
margin-right: 2px;
width: 3px;
background-repeat: no-repeat;
height: 27px;
background-position: center center;
}
 
.TB_End
{
display: none;
108,11 → 64,20
background-repeat: no-repeat;
}
 
.TB_SideBorder
.TB_ToolbarSet
{
background-color: #696969;
padding: 1px;
border-top: #efefde 1px outset;
border-bottom: #efefde 1px outset;
}
 
.TB_ToolbarSet, .TB_ToolbarSet *
{
font-size: 11px;
cursor: default;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.TB_Expand, .TB_Collapse
{
padding: 2px 2px 2px 2px;
125,23 → 90,21
width: 5px;
}
 
.TB_Break
.TB_Button_On, .TB_Button_Off, .TB_Button_Disabled
{
height: 27px;
padding: 1px ;
margin: 1px ;
height: 21px;
}
 
/*
Toolbar Button
*/
 
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
.TB_Combo_Off, .TB_Combo_Disabled
{
padding: 1px ;
margin:1px;
margin: 2px ;
height: 21px;
}
 
.TB_Button_On, .TB_Button_Off, .TB_Button_On_Over, .TB_Button_Off_Over, .TB_Button_Disabled
.TB_Button_On, .TB_Button_Off, .TB_Button_Disabled
{
border: #cec6b5 1px solid;
}
152,12 → 115,6
background-color: #c1d2ee;
}
 
.TB_Button_On_Over, .TB_Button_Off_Over
{
border: #316ac5 1px solid;
background-color: #dff1ff;
}
 
.TB_Button_Off
{
background: #efefef url(images/toolbar.buttonbg.gif) repeat-x;
165,309 → 122,31
 
.TB_Button_Off, .TB_Combo_Off
{
opacity: 0.70; /* Safari, Opera and Mozilla */
filter: alpha(opacity=70); /* IE */
/* -moz-opacity: 0.70; Mozilla (Old) */
filter: alpha(opacity=70);
-moz-opacity: 0.70;
}
 
.TB_Button_Disabled
.TB_Button_Disabled, .TB_Combo_Disabled
{
opacity: 0.30; /* Safari, Opera and Mozilla */
filter: gray() alpha(opacity=30); /* IE */
filter: gray() alpha(opacity=30);
-moz-opacity: 0.30;
}
 
.TB_Button_Padding
.TB_Icon DIV
{
visibility: hidden;
width: 3px;
height: 21px;
width: 21px;
height: 21px;
background-position: 50% 50%;
background-repeat: no-repeat;
}
 
.TB_Button_Image
.TB_Text
{
overflow: hidden;
width: 16px;
height: 16px;
margin: 3px;
margin-top: 4px;
margin-bottom: 2px;
background-repeat: no-repeat;
height: 21px;
padding-right: 5px;
}
 
/* For composed button ( icon + text, icon + arrow ), we must compensate the table */
.TB_Button_On TABLE .TB_Button_Image,
.TB_Button_Off TABLE .TB_Button_Image,
.TB_Button_On_Over TABLE .TB_Button_Image,
.TB_Button_Off_Over TABLE .TB_Button_Image,
.TB_Button_Disabled TABLE .TB_Button_Image
.TB_Break
{
margin-top: 3px;
}
 
.TB_Button_Image img
{
position: relative;
}
 
.TB_ConnectionLine
{
background-color: #ffffff;
height: 1px;
margin-left: 1px; /* ltr */
margin-right: 1px; /* rtl */
}
 
/*
Menu
*/
 
.MN_Menu
{
border: 1px solid #8f8f73;
padding: 2px;
background-color: #f7f7f7;
cursor: default;
}
 
.MN_Menu, .MN_Menu .MN_Label
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.MN_Item_Padding
{
visibility: hidden;
width: 3px;
height: 20px;
}
 
.MN_Icon
{
background-color: #dedede;
text-align: center;
height: 20px;
}
 
.MN_Label
{
padding-left: 3px;
padding-right: 3px;
}
 
.MN_Separator
{
height: 3px;
}
 
.MN_Separator_Line
{
border-top: #b9b99d 1px solid;
}
 
.MN_Item .MN_Icon IMG
{
filter: alpha(opacity=70);
opacity: 0.70;
}
 
.MN_Item_Over
{
color: #ffffff;
background-color: #8a857d;
}
 
.MN_Item_Over .MN_Icon
{
background-color: #6c6761;
}
 
.MN_Item_Disabled IMG
{
filter: gray() alpha(opacity=30); /* IE */
opacity: 0.30; /* Safari, Opera and Mozilla */
}
 
.MN_Item_Disabled .MN_Label
{
color: #b7b7b7;
}
 
.MN_Arrow
{
padding-right: 3px;
padding-left: 3px;
}
 
.MN_ConnectionLine
{
background-color: #ffffff;
}
 
.Menu .TB_Button_On, .Menu .TB_Button_On_Over
{
border: #8f8f73 1px solid;
background-color: #ffffff;
}
 
/*
### Panel Styles
*/
 
.FCK_Panel
{
border: #8f8f73 1px solid;
padding: 2px;
background-color: #ffffff;
}
 
.FCK_Panel, .FCK_Panel TD
{
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
font-size: 11px;
}
 
/*
### Special Combos
*/
 
.SC_Panel
{
overflow: auto;
white-space: nowrap;
cursor: default;
border: 1px solid #8f8f73;
padding-left: 2px;
padding-right: 2px;
}
 
.SC_Panel, .SC_Panel TD
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.SC_Item, .SC_ItemSelected
{
margin-top: 2px;
margin-bottom: 2px;
background-position: left center;
padding-left: 11px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
overflow: hidden;
background-repeat: no-repeat;
border: #dddddd 1px solid;
}
 
.SC_Item *, .SC_ItemSelected *
{
margin-top: 0px;
margin-bottom: 0px;
}
 
.SC_ItemSelected
{
border: #9a9afb 1px solid;
background-image: url(images/toolbar.arrowright.gif);
}
 
.SC_ItemOver
{
border: #316ac5 1px solid;
}
 
.SC_Field
{
margin-top:1px ;
border: #b7b7a6 1px solid;
cursor: default;
}
 
.SC_FieldCaption
{
padding-top: 1px ;
overflow: visible;
padding-right: 5px;
padding-left: 5px;
opacity: 0.75; /* Safari, Opera and Mozilla */
filter: alpha(opacity=70); /* IE */ /* -moz-opacity: 0.75; Mozilla (Old) */
height: 23px;
background-color: #f7f7f7;
}
 
.SC_FieldLabel
{
white-space: nowrap;
padding: 2px;
width: 100%;
cursor: default;
background-color: #ffffff;
text-overflow: ellipsis;
overflow: hidden;
}
 
.SC_FieldButton
{
background-position: center center;
background-image: url(images/toolbar.buttonarrow.gif);
border-left: #b7b7a6 1px solid;
width: 14px;
background-repeat: no-repeat;
}
 
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption, .SC_FieldDisabled .TB_ButtonType_Text
{
opacity: 0.30; /* Safari, Opera and Mozilla */
filter: gray() alpha(opacity=30); /* IE */ /* -moz-opacity: 0.30; Mozilla (Old) */
}
 
.SC_FieldOver
{
border: #316ac5 1px solid;
}
 
.SC_FieldOver .SC_FieldButton
{
border-left: #316ac5 1px solid;
}
 
/*
### Color Selector Panel
*/
 
.ColorBoxBorder
{
border: #808080 1px solid;
position: static;
}
 
.ColorBox
{
font-size: 1px;
width: 10px;
position: static;
height: 10px;
}
 
.ColorDeselected, .ColorSelected
{
cursor: default;
}
 
.ColorDeselected
{
border: #ffffff 1px solid;
padding: 2px;
float: left;
}
 
.ColorSelected
{
border: #316ac5 1px solid;
padding: 2px;
float: left;
background-color: #c1d2ee;
}
height: 23px;
}
/trunk/api/fckeditor/editor/skins/silver/toolbar/button.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/button.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/tabledeletecolumns.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/tabledeletecolumns.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/imagebutton.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/imagebutton.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/specialchar.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/specialchar.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/universalkey.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/universalkey.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/image.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/image.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/numberedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/numberedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/radio.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/radio.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/save.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/save.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/tableinsertrow.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/tableinsertrow.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/pasteword.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/pasteword.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/replace.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/replace.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/subscript.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/subscript.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/find.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/find.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/underline.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/underline.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/newpage.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/newpage.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/tablemergecells.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/tablemergecells.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/cut.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/cut.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/tabledeletecells.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/tabledeletecells.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/hiddenfield.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/hiddenfield.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/smiley.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/smiley.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/form.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/form.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/showtableborders.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/showtableborders.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/about.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/about.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/paste.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/paste.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/tableinsertcell.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/tableinsertcell.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/spellcheck.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/spellcheck.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/select.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/select.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/pastetext.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/pastetext.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/textcolor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/textcolor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/tabledeleterows.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/tabledeleterows.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/showdetails.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/showdetails.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/checkbox.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/checkbox.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/bgcolor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/bgcolor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/textfield.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/textfield.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/docprops.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/docprops.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/tableinsertcolumn.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/tableinsertcolumn.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/strikethrough.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/strikethrough.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/undo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/undo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/italic.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/italic.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/removeformat.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/removeformat.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/justifyleft.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/justifyleft.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/insertunorderedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/insertunorderedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/anchor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/anchor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/copy.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/copy.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/textarea.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/textarea.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/justifyfull.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/justifyfull.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/bold.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/bold.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/preview.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/preview.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/indent.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/indent.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/outdent.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/outdent.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/superscript.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/superscript.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/unorderedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/unorderedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/tablecell.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/tablecell.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/table.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/table.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/redo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/redo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/justifyright.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/justifyright.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/print.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/print.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/bulletedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/bulletedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/link.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/link.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/templates.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/templates.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/justifycenter.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/justifycenter.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/source.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/source.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/unlink.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/unlink.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/tablesplitcell.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/tablesplitcell.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/insertorderedlist.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/insertorderedlist.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/inserthorizontalrule.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/inserthorizontalrule.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/toolbar/selectall.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/toolbar/selectall.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/skins/silver/fck_contextmenu.css
New file
0,0 → 1,245
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_contextmenu.css
* Styles used by the context menu.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
.CM_ContextMenu, .CM_ContextMenu *
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}
 
.CM_ContextMenu
{
border: 1px solid #8f8f73;
padding: 2px;
background-color: #f7f7f7;
}
 
.CM_Option, .CM_Over, .CM_Disabled
{
padding: 0px 3px;
height: 18px;
cursor: default;
}
 
.CM_Option, .CM_Over
{
cursor: hand;
}
 
.CM_Option .CM_Icon, .CM_Disabled .CM_Icon, .CM_Separator .CM_Icon
{
background-color: #dedede;
}
 
.CM_Option .CM_Icon IMG
{
filter: alpha(opacity=70);
-moz-opacity: 0.70;
}
 
.CM_Disabled
{
background-color: #ffffff;
}
 
.CM_Disabled .CM_Icon IMG, .CM_Disabled .CM_Label
{
filter: gray() alpha(opacity=30);
-moz-opacity: 0.30;
}
 
.CM_Option .CM_Label, .CM_Over .CM_Label
{
padding: 1px 10px 1px 3px;
}
 
.CM_Over
{
color: #ffffff;
background-color: #8a857d;
}
 
.CM_Over .CM_Icon
{
background-color: #6c6761;
}
 
.CM_Separator TD
{
height: 3px;
}
 
.CM_Separator .CM_Label DIV
{
border-top: #b9b99d 1px solid;
margin-left: 2px;
margin-right: 3px;
}
 
/*
### Panel Styles
*/
 
.FCK_Panel
{
border: #8f8f73 1px solid;
padding: 2px;
background-color: #ffffff;
}
 
.FCK_Panel, .FCK_Panel TD
{
font-family: 'Microsoft Sans Serif', Tahoma, Arial, Verdana, Sans-Serif;
font-size: 11px;
}
 
/*
### Color Selector Panel
*/
 
.ColorBoxBorder
{
border: #808080 1px solid;
position: static;
}
 
.ColorBox
{
font-size: 1px;
width: 10px;
position: static;
height: 10px;
}
 
.ColorDeselected, .ColorSelected
{
cursor: default;
}
 
.ColorDeselected
{
border: #ffffff 1px solid;
padding: 2px;
float: left;
}
 
.ColorSelected
{
border: #316ac5 1px solid;
padding: 2px;
float: left;
background-color: #c1d2ee;
}
 
/*
### Special Combos
*/
 
.SC_Panel
{
overflow-y: auto;
white-space: nowrap;
cursor: default;
}
 
.SC_Item, .SC_ItemSelected
{
margin-top: 2px;
margin-bottom: 2px;
background-position: left center;
padding-left: 11px;
padding-right: 3px;
padding-top: 2px;
padding-bottom: 2px;
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
background-repeat: no-repeat;
border: #dddddd 1px solid;
}
 
.SC_Item *, .SC_ItemSelected *
{
margin-top: 0px;
margin-bottom: 0px;
}
 
.SC_ItemSelected
{
border: #9a9afb 1px solid;
background-image: url(images/toolbar.arrowright.gif);
}
 
.SC_ItemOver
{
border: #316ac5 1px solid;
}
 
.SC_Field
{
border: #b7b7a6 1px solid;
cursor: default;
margin-top: 4px ;
}
 
.SC_FieldCaption
{
padding-top: 4px ;
overflow: visible;
padding-right: 5px;
padding-left: 5px;
filter: alpha(opacity=70);
-moz-opacity:0.75;
height: 23px;
background-color: #f7f7f7;
}
 
.SC_FieldLabel
{
white-space: nowrap;
padding: 2px;
width: 100%;
cursor: default;
background-color: #ffffff;
text-overflow: ellipsis;
overflow: hidden;
}
 
.SC_FieldButton
{
background-position: center center;
background-image: url(images/toolbar.buttonarrow.gif);
border-left: #b7b7a6 1px solid;
width: 14px;
background-repeat: no-repeat;
}
 
.SC_FieldDisabled .SC_FieldButton, .SC_FieldDisabled .SC_FieldCaption
{
filter: gray() alpha(opacity=30);
-moz-opacity:0.30;
}
 
.SC_FieldOver
{
border: #316ac5 1px solid;
}
 
.SC_FieldOver .SC_FieldButton
{
border-left: #316ac5 1px solid;
}
/trunk/api/fckeditor/editor/skins/silver/images/dialog.sides.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/images/dialog.sides.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/images/sprites.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/images/sprites.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/images/toolbar.start.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/images/toolbar.separator.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/skins/silver/fck_dialog.css
1,36 → 1,25
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Styles used by the dialog boxes.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_dialog.css
* Styles used by the dialog boxes.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
html, body
body
{
background-color: transparent;
margin: 0px;
padding: 0px;
}
 
body
{
padding: 10px;
background-color: #f7f7f7;
}
 
body, td, input, select, textarea
46,33 → 35,24
 
.PopupBody
{
height: 100%;
width: 100%;
overflow: hidden;
background-color: transparent;
margin: 0px;
padding: 0px;
}
 
#header
{
cursor: move;
}
 
.PopupTitle
{
padding-right: 10px;
padding-left: 10px;
font-weight: bold;
font-size: 14pt;
padding-bottom: 3px;
color: #504845;
padding-top: 3px;
background-color: #dedede;
padding: 3px 10px 3px 10px;
}
 
.PopupButtons
{
position: absolute;
right: 0px;
left: 0px;
bottom: 0px;
border-top: #cec6b5 1px solid;
background-color: #DEDEDE;
padding: 7px 10px 7px 10px;
85,14 → 65,9
background-color: #cec6b5;
}
 
#btnOk
{
width: 100px;
}
 
.DarkBackground
{
background-color: #f2f2f2;
background-color: #d7d79f;
}
 
.LightBackground
122,7 → 97,10
border-right: #cec6b5 1px solid;
border-top: #cec6b5 1px solid;
border-left: #cec6b5 1px solid;
padding: 3px 5px 3px 5px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 3px;
padding-top: 3px;
color: #504845;
}
 
145,258 → 123,8
 
.PopupSelectionBox
{
border: #a9a9a9 1px solid !important;
background-color: #dcdcdc !important;
border: #a9a9a9 1px solid;
background-color: #dcdcdc;
cursor: pointer;
cursor: hand;
}
 
#tdBrowse
{
vertical-align: bottom;
}
 
/**
* Dialog frame related styles.
*/
 
.contents
{
position: absolute;
top: 2px;
left: 16px;
right: 16px;
bottom: 20px;
background-color: #f7f7f7;
overflow: hidden;
z-index: 1;
}
 
.tl, .tr, .tc, .bl, .br, .bc
{
position: absolute;
background-image: url(images/sprites.png);
background-repeat: no-repeat;
}
 
* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc
{
background-image: url(images/sprites.gif);
}
 
.ml, .mr
{
position: absolute;
background-image: url(images/dialog.sides.png);
background-repeat: repeat-y;
}
 
* html .ml, * html .mr
{
background-image: url(images/dialog.sides.gif);
}
 
.rtl .ml, .rtl .mr
{
position: absolute;
background-image: url(images/dialog.sides.rtl.png);
background-repeat: repeat-y;
}
 
* html .rtl .ml, * html .rtl .mr
{
background-image: url(images/dialog.sides.gif);
}
 
.tl
{
top: 0px;
left: 0px;
width: 16px;
height: 16px;
background-position: -16px -16px;
}
 
.rtl .tl
{
background-position: -16px -397px;
}
 
.tr
{
top: 0px;
right: 0px;
width: 16px;
height: 16px;
background-position: -16px -76px;
}
 
.rtl .tr
{
background-position: -16px -457px;
}
 
.tc
{
top: 0px;
right: 16px;
left: 16px;
height: 16px;
background-position: 0px -136px;
background-repeat: repeat-x;
}
 
.ml
{
top: 16px;
left: 0px;
width: 16px;
bottom: 51px;
background-position: 0px 0px;
}
 
.mr
{
top: 16px;
right: 0px;
width: 16px;
bottom: 51px;
background-position: -16px 0px;
}
 
.bl
{
bottom: 0px;
left: 0px;
width: 30px;
height: 51px;
background-position: -16px -196px;
}
 
.rtl .bl
{
background-position: -16px -517px;
}
 
.br
{
bottom: 0px;
right: 0px;
width: 30px;
height: 51px;
background-position: -16px -263px;
}
 
.rtl .br
{
background-position: -16px -584px;
}
 
.bc
{
bottom: 0px;
right: 30px;
left: 30px;
height: 51px;
background-position: 0px -330px;
background-repeat: repeat-x;
}
 
/* For IE6. Do not change it. */
* html .blocker
{
position: absolute;
width: 100%;
height: 100%;
z-index: 12;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
 
/* The layer used to cover the dialog when opening a child dialog. */
.cover
{
position: absolute;
top: 0px;
left: 14px;
right: 14px;
bottom: 18px;
z-index: 11;
}
 
#closeButton
{
position: absolute;
right: 0px;
top: 0px;
margin-top: 5px;
margin-right: 10px;
width: 20px;
height: 20px;
cursor: pointer;
background-image: url(images/sprites.png);
background-repeat: no-repeat;
background-position: -16px -651px;
}
 
* html #closeButton
{
cursor: hand;
background-image: url(images/sprites.gif);
}
 
.rtl #closeButton
{
right: auto;
left: 10px;
margin-right: 0px;
}
 
#closeButton:hover
{
background-position: -16px -687px;
}
 
#throbberBlock
{
z-index: 10;
}
 
#throbberBlock div
{
float: left;
width: 8px;
height: 9px;
margin-left: 2px;
margin-right: 2px;
font-size: 1px; /* IE6 */
}
 
/*
Color Gradient Generator:
http://www.herethere.net/~samson/php/color_gradient/?cbegin=504845&cend=DEDEDE&steps=4
*/
 
.throbber_1
{
background-color: #504845;
}
 
.throbber_2
{
background-color: #736D6B;
}
 
.throbber_3
{
background-color: #979391;
}
 
.throbber_4
{
background-color: #BAB8B7;
}
 
.throbber_5
{
background-color: #DEDEDE;
}
}
/trunk/api/fckeditor/editor/css/images/fck_anchor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/fck_flashlogo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_h1.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_blockquote.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_h2.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_h3.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/fck_pagebreak.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_h4.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_h5.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_h6.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_div.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_address.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_pre.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/fck_plugin.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/fck_hiddenfield.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/images/block_p.png
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/fck_showtableborders_gecko.css
File deleted
/trunk/api/fckeditor/editor/css/fck_internal.css
1,199 → 1,10
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This CSS Style Sheet defines rules used by the editor for its internal use.
*/
 
/* #########
* WARNING
* #########
* When changing this file, the minified version of it must be updated in the
* fckeditor.html file (see FCK_InternalCSS).
*/
 
/* Fix to allow putting the caret at the end of the content in Firefox if
clicking below the content. */
html
TABLE.FCK__ShowTableBorders, TABLE.FCK__ShowTableBorders TD
{
min-height: 100%;
border: #d3d3d3 1px solid ;
}
 
table.FCK__ShowTableBorders, table.FCK__ShowTableBorders td, table.FCK__ShowTableBorders th
FORM
{
border: #d3d3d3 1px solid;
}
 
form
{
border: 1px dotted #FF0000;
padding: 2px;
}
 
.FCK__Flash
{
border: #a9a9a9 1px solid;
background-position: center center;
background-image: url(images/fck_flashlogo.gif);
background-repeat: no-repeat;
width: 80px;
height: 80px;
}
 
.FCK__UnknownObject
{
border: #a9a9a9 1px solid;
background-position: center center;
background-image: url(images/fck_plugin.gif);
background-repeat: no-repeat;
width: 80px;
height: 80px;
}
 
/* Empty anchors images */
.FCK__Anchor
{
border: 1px dotted #00F;
background-position: center center;
background-image: url(images/fck_anchor.gif);
background-repeat: no-repeat;
width: 16px;
height: 15px;
vertical-align: middle;
}
 
/* Anchors with content */
.FCK__AnchorC
{
border: 1px dotted #00F;
background-position: 1px center;
background-image: url(images/fck_anchor.gif);
background-repeat: no-repeat;
padding-left: 18px;
}
 
/* Any anchor for non-IE, if we combine it with the previous rule IE ignores all. */
a[name]
{
border: 1px dotted #00F;
background-position: 0 center;
background-image: url(images/fck_anchor.gif);
background-repeat: no-repeat;
padding-left: 18px;
}
 
.FCK__PageBreak
{
background-position: center center;
background-image: url(images/fck_pagebreak.gif);
background-repeat: no-repeat;
clear: both;
display: block;
float: none;
width: 100%;
border-top: #999999 1px dotted;
border-bottom: #999999 1px dotted;
border-right: 0px;
border-left: 0px;
height: 5px;
}
 
/* Hidden fields */
.FCK__InputHidden
{
width: 19px;
height: 18px;
background-image: url(images/fck_hiddenfield.gif);
background-repeat: no-repeat;
vertical-align: text-bottom;
background-position: center center;
}
 
.FCK__ShowBlocks p,
.FCK__ShowBlocks div,
.FCK__ShowBlocks pre,
.FCK__ShowBlocks address,
.FCK__ShowBlocks blockquote,
.FCK__ShowBlocks h1,
.FCK__ShowBlocks h2,
.FCK__ShowBlocks h3,
.FCK__ShowBlocks h4,
.FCK__ShowBlocks h5,
.FCK__ShowBlocks h6
{
background-repeat: no-repeat;
border: 1px dotted gray;
padding-top: 8px;
padding-left: 8px;
}
 
.FCK__ShowBlocks p
{
background-image: url(images/block_p.png);
}
 
.FCK__ShowBlocks div
{
background-image: url(images/block_div.png);
}
 
.FCK__ShowBlocks pre
{
background-image: url(images/block_pre.png);
}
 
.FCK__ShowBlocks address
{
background-image: url(images/block_address.png);
}
 
.FCK__ShowBlocks blockquote
{
background-image: url(images/block_blockquote.png);
}
 
.FCK__ShowBlocks h1
{
background-image: url(images/block_h1.png);
}
 
.FCK__ShowBlocks h2
{
background-image: url(images/block_h2.png);
}
 
.FCK__ShowBlocks h3
{
background-image: url(images/block_h3.png);
}
 
.FCK__ShowBlocks h4
{
background-image: url(images/block_h4.png);
}
 
.FCK__ShowBlocks h5
{
background-image: url(images/block_h5.png);
}
 
.FCK__ShowBlocks h6
{
background-image: url(images/block_h6.png);
}
padding: 2px ;
}
/trunk/api/fckeditor/editor/css/fck_editorarea.css
1,92 → 1,35
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This is the default CSS file used by the editor area. It defines the
* initial font of the editor and background color.
*
* A user can configure the editor to use another CSS file. Just change
* the value of the FCKConfig.EditorAreaCSS key in the configuration
* file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_editorarea.css
* This is the default CSS file used by the editor area. It defines the
* initial font of the editor and background color.
*
* A user can configure the editor to use another CSS file. Just change
* the value of the FCKConfig.EditorAreaCSS key in the configuration
* file.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
/**
* The "body" styles should match your editor web site, mainly regarding
* background color and font family and size.
*/
 
body
{
background-color: #ffffff;
font-family: Arial, Verdana, Sans-Serif;
font-size: 12px;
padding: 5px 5px 5px 5px;
margin: 0px;
border-style: none;
background-color: #ffffff;
}
 
body, td
{
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
}
 
a[href]
{
color: -moz-hyperlinktext !important; /* For Firefox... mark as important, otherwise it becomes black */
text-decoration: -moz-anchor-decoration; /* For Firefox 3, otherwise no underline will be used */
}
 
/**
* Just uncomment the following block if you want to avoid spaces between
* paragraphs. Remember to apply the same style in your output front end page.
*/
 
/*
p, ul, li
{
margin-top: 0px;
margin-bottom: 0px;
}
*/
 
/**
* Uncomment the following block, or only selected lines if appropriate,
* if you have some style items that would break the styles combo box.
* You can also write other CSS overrides inside the style block below
* as needed and they will be applied to inside the style combo only.
*/
 
/*
.SC_Item *, .SC_ItemSelected *
{
margin: 0px !important;
padding: 0px !important;
text-indent: 0px !important;
clip: auto !important;
position: static !important;
}
*/
 
/**
* The following are some sample styles used in the "Styles" toolbar command.
* You should instead remove them, and include the styles used by the site
* you are using the editor in.
*/
 
.Bold
{
font-weight: bold;
107,4 → 50,4
color: #000066;
font-family: 'Courier New' , Monospace;
background-color: #ff9933;
}
}
/trunk/api/fckeditor/editor/css/behaviors/disablehandles.htc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/behaviors/anchors.htc
New file
0,0 → 1,22
<public:component lightweight="true">
 
<public:attach event="oncontentready" onevent="ShowIcon()" />
 
<script language="javascript">
 
var bIsAnchor = this.name.length > 0 && this.getAttribute('href').length == 0 ;
 
function ShowIcon()
{
if ( bIsAnchor )
{
this.runtimeStyle.paddingLeft = '16px' ;
this.runtimeStyle.backgroundImage = 'url(' + window.parent.FCKConfig.FullBasePath + 'css/behaviors/anchor.gif)' ;
this.runtimeStyle.backgroundRepeat = 'no-repeat' ;
this.runtimeStyle.cursor = 'hand' ;
}
}
 
</script>
 
</public:component>
/trunk/api/fckeditor/editor/css/behaviors/hiddenfield.htc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/behaviors/hiddenfield.htc
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/css/behaviors/anchor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/behaviors/anchor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/css/behaviors/moz-bindings.xml
New file
0,0 → 1,59
<?xml version="1.0" encoding="utf-8" ?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="showtableborders">
<implementation>
<constructor>
this.CheckShowBorders() ;
</constructor>
<method name="CheckShowBorders">
<body>
var oClassRegex = /\s*FCK__ShowTableBorders\s*/ ;
 
if ( this.border == 0 )
{
if ( !oClassRegex.test( this.className ) )
this.className += ' FCK__ShowTableBorders' ;
}
else
{
if ( oClassRegex.test( this.className ) )
this.className = this.className.replace( oClassRegex, '' ) ;
}
</body>
</method>
</implementation>
<handlers>
<handler event="DOMAttrModified">
this.CheckShowBorders() ;
</handler>
</handlers>
</binding>
<binding id="anchors">
<implementation>
<constructor>
<![CDATA[
this.IsAnchor = ( this.name != null && this.name.length > 0 && ( this.getAttribute('href') == null || this.getAttribute('href').length == 0 ) ) ;
this.ShowIcon() ;
]]>
</constructor>
<method name="ShowIcon">
<body>
if ( this.IsAnchor )
{
this.style.height = '1px' ;
this.style.paddingLeft = '16px' ;
this.style.backgroundImage = 'url(behaviors/anchor.gif)' ;
this.style.backgroundRepeat = 'no-repeat' ;
this.style.cursor = 'pointer' ;
}
</body>
</method>
</implementation>
<handlers>
<handler event="click">
if ( this.IsAnchor )
alert( this.IsAnchor ) ;
</handler>
</handlers>
</binding>
</bindings>
/trunk/api/fckeditor/editor/css/behaviors/hiddenfield.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/css/behaviors/hiddenfield.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/css/behaviors/showtableborders.htc
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/connectors/php/io.php
File deleted
/trunk/api/fckeditor/editor/filemanager/connectors/php/connector.php
File deleted
/trunk/api/fckeditor/editor/filemanager/connectors/php/basexml.php
File deleted
/trunk/api/fckeditor/editor/filemanager/connectors/php/phpcompat.php
File deleted
/trunk/api/fckeditor/editor/filemanager/connectors/php/util.php
File deleted
/trunk/api/fckeditor/editor/filemanager/connectors/php/commands.php
File deleted
/trunk/api/fckeditor/editor/filemanager/connectors/php/upload.php
File deleted
/trunk/api/fckeditor/editor/filemanager/connectors/php/config.php
File deleted
/trunk/api/fckeditor/editor/filemanager/connectors/uploadtest.html
File deleted
/trunk/api/fckeditor/editor/filemanager/connectors/test.html
File deleted
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/flip.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/flip.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/rotate.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/rotate.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/save.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/save.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/resize.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/resize.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/crop.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/crop.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/close.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/toolbar/close.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/2x2_w.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/2x2_w.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/delete.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/delete.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/Folder96.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/Folder96.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/close.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/close.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/FolderOpened.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/FolderOpened.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/swt.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/swt.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/bmp.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/bmp.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/avi.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/avi.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/txt.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/txt.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/jpg.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/jpg.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/js.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/js.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/swt.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/swt.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/bmp.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/bmp.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/avi.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/avi.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/txt.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/txt.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/jpg.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/jpg.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/exe.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/exe.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/rdp.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/rdp.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/htm.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/htm.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/ai.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/ai.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/vsd.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/vsd.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/swf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/swf.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/mp3.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/mp3.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/xml.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/xml.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/zip.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/zip.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/fla.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/fla.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/mdb.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/mdb.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/ppt.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/ppt.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/html.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/html.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/cs.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/cs.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/doc.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/doc.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/gif.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/gif.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/xls.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/xls.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/pdf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/pdf.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/default.icon.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/default.icon.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/dll.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/32/dll.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/exe.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/exe.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/rdp.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/rdp.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/htm.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/htm.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/ai.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/ai.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/vsd.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/vsd.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/swf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/swf.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/mp3.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/mp3.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/xml.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/xml.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/zip.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/zip.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/fla.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/fla.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/mdb.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/mdb.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/ppt.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/ppt.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/html.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/html.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/cs.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/cs.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/doc.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/doc.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/gif.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/gif.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/xls.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/xls.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/pdf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/pdf.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/dll.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/dll.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/default.icon.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/default.icon.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/js.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/icons/js.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/2x2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/2x2.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/Folder.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/Folder.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/FolderOpened32.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/FolderOpened32.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/spacer.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/spacer.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/Folder32.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/Folder32.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/FolderUp.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/FolderUp.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/edit.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/edit.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/ButtonArrow.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/ButtonArrow.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/editImage.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/images/editImage.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/browser.html
New file
0,0 → 1,38
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: browser.html
* This page compose the File Browser dialog frameset.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FCKeditor - Resources Browser</title>
<link href="browser.css" type="text/css" rel="stylesheet">
</head>
<frameset cols="150,*" framespacing="0" bordercolor="#f1f1e3" frameborder="no" class="Frame_none">
<frameset rows="50,*" framespacing="0" class="Frame_r">
<frame src="frmresourcetype.html" scrolling="no" frameborder="no">
<frame name="frmFolders" id="frmFolders" src="frmfolders.html" scrolling="auto" frameborder="no">
</frameset>
<frameset rows="50,*,50" framespacing="0" class="Frame_none">
<frame name="frmActualFolder" src="frmactualfolder.html" scrolling="no" frameborder="no">
<frame name="frmResourcesList" id="mainWindow" src="frmresourceslist.html" scrolling="auto" frameborder="no">
<frameset cols="150,*,0" framespacing="0" frameborder="no" class="Frame_t">
<frame name="frmCreateFolder" id="frmCreateFolder" src="frmcreatefolder.html" scrolling="no" frameborder="no">
<frame name="frmUpload" id="frmUpload" src="frmupload.html" scrolling="no" frameborder="no">
<frame name="frmUploadWorker" src="" scrolling="no" frameborder="no">
</frameset>
</frameset>
</frameset>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/frmfolders.html
New file
0,0 → 1,197
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmfolders.html
* This page shows the list of folders available in the parent folder
* of the current folder.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/fckxml.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
var sActiveFolder ;
 
var bIsLoaded = false ;
var iIntervalId ;
 
var oListManager = new Object() ;
 
oListManager.Init = function()
{
this.Table = document.getElementById('tableFiles') ;
this.UpRow = document.getElementById('trUp') ;
 
this.TableRows = new Object() ;
}
 
oListManager.Clear = function()
{
// Remove all other rows available.
while ( this.Table.rows.length > 1 )
this.Table.deleteRow(1) ;
 
// Reset the TableRows collection.
this.TableRows = new Object() ;
}
 
oListManager.AddItem = function( folderName, folderPath )
{
// Create the new row.
var oRow = this.Table.insertRow(-1) ;
oRow.className = 'FolderListFolder' ;
 
// Build the link to view the folder.
var sLink = '<a href="#" onclick="OpenFolder(\'' + folderPath + '\');return false;">' ;
 
// Add the folder icon cell.
var oCell = oRow.insertCell(-1) ;
oCell.width = 16 ;
oCell.innerHTML = sLink + '<img alt="" src="images/spacer.gif" width="16" height="16" border="0"></a>' ;
 
// Add the folder name cell.
oCell = oRow.insertCell(-1) ;
oCell.noWrap = true ;
oCell.innerHTML = '&nbsp;' + sLink + folderName + '</a>' ;
this.TableRows[ folderPath ] = oRow ;
}
 
oListManager.ShowUpFolder = function( upFolderPath )
{
this.UpRow.style.display = ( upFolderPath != null ? '' : 'none' ) ;
if ( upFolderPath != null )
{
document.getElementById('linkUpIcon').onclick = document.getElementById('linkUp').onclick = function()
{
LoadFolders( upFolderPath ) ;
return false ;
}
}
}
 
function CheckLoaded()
{
if ( window.top.IsLoadedActualFolder
&& window.top.IsLoadedCreateFolder
&& window.top.IsLoadedUpload
&& window.top.IsLoadedResourcesList )
{
window.clearInterval( iIntervalId ) ;
bIsLoaded = true ;
OpenFolder( sActiveFolder ) ;
}
}
 
function OpenFolder( folderPath )
{
sActiveFolder = folderPath ;
 
if ( ! bIsLoaded )
{
if ( ! iIntervalId )
iIntervalId = window.setInterval( CheckLoaded, 100 ) ;
return ;
}
 
// Change the style for the select row (to show the opened folder).
for ( var sFolderPath in oListManager.TableRows )
{
oListManager.TableRows[ sFolderPath ].className =
( sFolderPath == folderPath ? 'FolderListCurrentFolder' : 'FolderListFolder' ) ;
}
 
// Set the current folder in all frames.
window.parent.frames['frmActualFolder'].SetCurrentFolder( oConnector.ResourceType, folderPath ) ;
window.parent.frames['frmCreateFolder'].SetCurrentFolder( oConnector.ResourceType, folderPath ) ;
window.parent.frames['frmUpload'].SetCurrentFolder( oConnector.ResourceType, folderPath ) ;
// Load the resources list for this folder.
window.parent.frames['frmResourcesList'].LoadResources( oConnector.ResourceType, folderPath ) ;
}
 
function LoadFolders( folderPath )
{
// Clear the folders list.
oListManager.Clear() ;
 
// Get the parent folder path.
var sParentFolderPath ;
if ( folderPath != '/' )
sParentFolderPath = folderPath.substring( 0, folderPath.lastIndexOf( '/', folderPath.length - 2 ) + 1 ) ;
 
// Show/Hide the Up Folder.
oListManager.ShowUpFolder( sParentFolderPath ) ;
if ( folderPath != '/' )
{
sActiveFolder = folderPath ;
oConnector.CurrentFolder = sParentFolderPath
oConnector.SendCommand( 'GetFolders', null, GetFoldersCallBack ) ;
}
else
{
oListManager.ShowUpFolder( '/' ) ;
sActiveFolder = folderPath ;
oConnector.SendCommand( 'GetFolders', null, GetFoldersCallBack ) ;
}
}
 
function GetFoldersCallBack( fckXml )
{
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
var oNodes = fckXml.SelectNodes( 'Connector/Folders/Folder' ) ;
for ( var i = 0 ; i < oNodes.length ; i++ )
{
var sFolderName = oNodes[i].attributes.getNamedItem('name').value ;
oListManager.AddItem( sFolderName, sCurrentFolderPath + sFolderName + "/" ) ;
}
OpenFolder( sActiveFolder ) ;
}
 
function SetResourceType( type )
{
oConnector.ResourceType = type ;
LoadFolders( '/' ) ;
}
 
window.onload = function()
{
oListManager.Init() ;
if ( oConnector.ResourceType.length = 0 )
SetResourceType( 'File' ) ;
else
LoadFolders( '/' ) ;
}
</script>
</head>
<body class="FileArea" bottomMargin="10" leftMargin="10" topMargin="10" rightMargin="10">
<table id="tableFiles" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr id="trUp" style="DISPLAY: none">
<td width="16"><a id="linkUpIcon" href="#"><img alt="" src="images/FolderUp.gif" width="16" height="16" border="0"></a></td>
<td nowrap width="100%">&nbsp;<a id="linkUp" href="#">..</a></td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/frmcreatefolder.html
New file
0,0 → 1,103
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmcreatefolder.html
* Page used to create new folders in the current folder.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/fckxml.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
function SetCurrentFolder( resourceType, folderPath )
{
oConnector.ResourceType = resourceType ;
oConnector.CurrentFolder = folderPath
}
 
function CreateFolder()
{
var sFolderName ;
while ( true )
{
sFolderName = prompt( 'Type the name of the new folder:', '' ) ;
if ( sFolderName == null )
return ;
else if ( sFolderName.length == 0 )
alert( 'Please type the folder name' ) ;
else
break ;
}
oConnector.SendCommand( 'CreateFolder', 'NewFolderName=' + escape( sFolderName) , CreateFolderCallBack ) ;
}
 
function CreateFolderCallBack( fckXml )
{
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/Error' ) ;
var iErrorNumber = parseInt( oNode.attributes.getNamedItem('number').value ) ;
switch ( iErrorNumber )
{
case 0 :
window.parent.frames['frmResourcesList'].Refresh() ;
break ;
case 101 :
alert( 'Folder already exists' ) ;
break ;
case 102 :
alert( 'Invalid folder name' ) ;
break ;
case 103 :
alert( 'You have no permissions to create the folder' ) ;
break ;
case 110 :
alert( 'Unknown error creating folder' ) ;
break ;
default :
alert( 'Error creating folder. Error number: ' + iErrorNumber ) ;
break ;
}
}
 
window.onload = function()
{
window.top.IsLoadedCreateFolder = true ;
}
</script>
</head>
<body bottomMargin="0" topMargin="0">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<button type="button" style="WIDTH: 100%" onclick="CreateFolder();">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td><img height="16" alt="" src="images/Folder.gif" width="16"></td>
<td>&nbsp;</td>
<td nowrap>Create New Folder</td>
</tr>
</table>
</button>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/browser.css
New file
0,0 → 1,212
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: browser.css
* CSS styles used by all pages that compose the File Browser.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
body
{
background-color: #e3e9f1;
}
 
form
{
margin: 0px 0px 0px 0px ;
padding: 0px 0px 0px 0px ;
}
 
a, :link, :active, :visited {
color: #000000;
text-decoration: none;
}
 
:hover {
color: #0000fa;
}
 
a img {
border-width: 0px;
border-style: none;
}
 
frame
{
background-color: #e3e9f1;
border-color: #000000;
border-collapse: collapse;
}
 
frameset
{
background-color: #e3e9f1;
border-color: #000000;
border-collapse: collapse;
}
 
.progress_hollow
{
background-color: transparent;
}
 
.progress_filled
{
background-color: #8fa7c7;
}
 
.progress_bar
{
background-color: #F0F7FF;
border-width: 1px;
border-color: #000000;
border-style: solid;
}
 
.Frame_none
{
border-width: 0px;
border-style: none;
}
 
.Frame_t
{
border-right: 0px none;
border-top: 1px solid;
border-left: 0px none;
border-bottom: 0px none;
}
 
.Frame_tr
{
border-right: 1px solid;
border-top: 1px solid;
border-left: 0px none;
border-bottom: 0px none;
}
 
.Frame_tl
{
border-right: 0px none;
border-top: 1px solid;
border-left: 1px solid;
border-bottom: 0px none;
}
 
.Frame_r
{
border-right: 1px solid;
border-top: 0px none;
border-left: 0px none;
border-bottom: 0px none;
}
 
.Frame_l
{
border-right: 0px none;
border-top: 0px none;
border-left: 1px solid;
border-bottom: 0px none;
}
 
.Frame_rl
{
border-right: 1px solid;
border-top: 0px none;
border-left: 1px solid;
border-bottom: 0px none;
}
 
.Frame_b
{
border-right: 0px none;
border-top: 0px none;
border-left: 0px none;
border-bottom: 1px solid;
}
 
.Frame_br
{
border-right: 1px solid;
border-top: 0px none;
border-left: 0px none;
border-bottom: 1px solid;
}
 
.Frame_bl
{
border-right: 0px none;
border-top: 0px none;
border-left: 1px solid;
border-bottom: 1px solid;
}
 
.Frame_tb
{
border-right: 0px none;
border-top: 1px solid;
border-left: 0px none;
border-bottom: 1px solid;
}
 
.Frame_all
{
border-right: 1px solid;
border-top: 1px solid;
border-left: 1px solid;
border-bottom: 1px solid;
}
 
body.FileArea
{
 
background-color: #ffffff;
}
 
body, td, input, select
{
font-size: 11px;
font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
}
 
.ActualFolder
{
font-weight: bold;
font-size: 14px;
}
 
.PopupButtons
{
border-top: #8fa7c7 1px solid;
background-color: #ffffff;
padding: 7px 10px 7px 10px;
}
 
.Button, button
{
border-right: #737357 1px solid;
border-top: #737357 1px solid;
border-left: #737357 1px solid;
color: #ffffff;
border-bottom: #737357 1px solid;
background-color: #8fa7c7;
}
 
.FolderListCurrentFolder img
{
background-image: url(images/FolderOpened.gif);
}
 
.FolderListFolder img
{
background-image: url(images/Folder.gif);
}
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/frmupload.html
New file
0,0 → 1,231
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmupload.html
* Page used to upload new files in the current folder.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
* Grant French (grant@mcpuk.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link href="browser.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="js/fckxml.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
var randomnumber=Math.floor(Math.random()*65535);
var refreshURL='';
var uploading=false;
 
function SetCurrentFolder( resourceType, folderPath )
{
var sUrl = oConnector.UploadHandler +'?uploadID='+randomnumber+'&Connector='+escape(oConnector.ConnectorUrl)+'&Command=FileUpload' ;
sUrl += '&Type=' + resourceType ;
sUrl += '&CurrentFolder=' + folderPath ;
sUrl += '&ExtraParams=' + oConnector.ExtraParams ;
document.getElementById('frmUpload').action = sUrl ;
oConnector.ResourceType = resourceType ;
oConnector.CurrentFolder = folderPath ;
}
 
function OnSubmit()
{
if ( document.getElementById('NewFile').value.length == 0 )
{
alert( 'Please select a file from your computer' ) ;
return false ;
}
 
// Set the interface elements.
document.getElementById('eUploadMessage').innerHTML = 'Upload a new file in this folder (Upload in progress, please wait... 0%)' ;
document.getElementById('filebox').style.display="none";
resetProgressBar();
document.getElementById('progressbox').style.display="inline";
document.getElementById('btnUpload').disabled = true ;
uploading=true;
setTimeout("GetUploadProgress()",2000);
return true ;
}
 
function OnUploadCompleted( errorNumber, fileName )
{
uploading=false;
// Reset the Upload Worker Frame.
window.parent.frames['frmUploadWorker'].location = '' ;
// Reset the upload form.
//Sometimes causes IE to get itself in a mess (wont allow second upload)
//document.getElementById('NewFile').reset() ;
// Reset the interface elements.
document.getElementById('eUploadMessage').innerHTML = 'Upload a new file in this folder' ;
document.getElementById('btnUpload').disabled = false ;
var randomnumber=Math.floor(Math.random()*65535);
SetCurrentFolder(oConnector.ResourceType,oConnector.CurrentFolder);
switch ( errorNumber )
{
case 0 :
window.parent.frames['frmResourcesList'].Refresh() ;
document.getElementById('filebox').style.display="inline";
document.getElementById('progressbox').style.display="none";
break ;
case 201 :
window.parent.frames['frmResourcesList'].Refresh() ;
document.getElementById('filebox').style.display="inline";
document.getElementById('progressbox').style.display="none";
alert( 'A file with the same name is already available. The uploaded file has been renamed to "' + fileName + '"' ) ;
break ;
case 202 :
document.getElementById('filebox').style.display="inline";
document.getElementById('progressbox').style.display="none";
alert( 'Error, "'+fileName+'"' ) ;
break ;
default :
document.getElementById('filebox').style.display="inline";
document.getElementById('progressbox').style.display="none";
alert( 'Error on file upload. Error number: ' + errorNumber ) ;
break ;
}
}
 
function resetProgressBar() {
oProgressBar=document.getElementById('progress');
var rows=oProgressBar.getElementsByTagName('tr');
var row=rows[0];
var cols=row.getElementsByTagName('td');
// var label=document.getElementById("progress_label");
// label.innerHTML="0%"
for (i=0;i<(cols.length-1);i++) {
cols[i].className="progress_hollow";
}
}
 
warned=false;
function GetUploadProgressCallback( fckXml ) {
// Get the current folder path.
if (!uploading) return false;
var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
if (oNode==null) { if(!warned) { alert("Invalid XML response from connector."); warned=true; } return false; }
if ((oNode.attributes.getNamedItem('path')==null)||(oNode.attributes.getNamedItem('url')==null)) {
if(!warned) { alert("Invalid XML response from connector."); warned=true; }
return;
}
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
var sCurrentFolderUrl = oNode.attributes.getNamedItem('url').value ;
 
// Add the Folders.
var oNode = fckXml.SelectSingleNode( 'Connector/Progress' ) ;
if (oNode==null) { if(!warned) { alert("Invalid XML response from connector."); warned=true; } return false; }
if ((oNode.attributes.getNamedItem('max')==null)||(oNode.attributes.getNamedItem('value')==null)) {
if(!warned) { alert("Invalid XML response from connector."); warned=true; }
return;
}
var iMax = oNode.attributes.getNamedItem('max').value ;
var iValue = oNode.attributes.getNamedItem('value').value ;
var oNode = fckXml.SelectSingleNode( 'Connector/RefreshURL' ) ;
if (oNode==null) { if(!warned) { alert("Invalid XML response from connector."); warned=true; } return false; }
if ((oNode.attributes.getNamedItem('url')==null)) {
if(!warned) { alert("Invalid XML response from connector."); warned=true; }
return;
}
refreshURL = oNode.attributes.getNamedItem('url').value ;
var oProgressBar=document.getElementById('progress');
//var label=document.getElementById("progress_label");
var rows=oProgressBar.getElementsByTagName('tr');
var row=rows[0];
var cols=row.getElementsByTagName('td');
var percentage=Math.floor((iValue/iMax)*100);
document.getElementById('eUploadMessage').innerHTML = 'Upload a new file in this folder (Upload in progress, please wait.. ' + percentage + '% )' ;
//label.innerHTML=percentage+"%"
for (i=0;i<(cols.length-1);i++) {
if (((i+1)*(100/cols.length))<=percentage) {
cols[i].className="progress_filled";
} else {
cols[i].className="progress_hollow";
}
}
if (uploading) getProgressTimer=setTimeout("GetUploadProgress()",1000);
}
 
function GetUploadProgress() {
if (uploading) oConnector.SendCommand( 'GetUploadProgress', 'uploadID='+randomnumber+'&refreshURL='+escape(refreshURL), GetUploadProgressCallback ) ;
}
 
window.onload = function()
{
window.top.IsLoadedUpload = true ;
}
</script>
</head>
<body bottomMargin="0" topMargin="0">
<form id="frmUpload" action="" target="frmUploadWorker" method="post" enctype="multipart/form-data" onsubmit="return OnSubmit();">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td nowrap>
<span id="eUploadMessage">Upload a new file in this folder</span><br>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td width="100%">
<div id="filebox"><input id="NewFile" name="NewFile" style="width: 100%; background-color: transparent;" type="file"></div>
<div id="progressbox" style="display: none">
<table id="progress" style="width: 100%" class="progress_bar">
<tr>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
<td class="progress_hollow">&nbsp;</td>
</tr>
</table>
<!--<div id="progress_label"></div>-->
</div>
</td>
<td nowrap>&nbsp;<input id="btnUpload" type="submit" value="Upload"></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/js/EditorContent.js
New file
0,0 → 1,30
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: EditorContent.js
* (!)
*
* File Authors:
* Grant French (grant@mcpuk.net)
*/
var mode='resize';
 
function setMode(newMode) {
if (newMode=="resize" || newMode=="crop" || newMode=="rotate" || newMode=="flip") {
mode=newMode;
alert("New Mode :: "+mode);
} else {
alert("Image Editor :: Invalid mode selected.");
}
}
 
function mouseMove(e) {
 
}
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/js/fckxml.js
New file
0,0 → 1,116
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckxml.js
* Defines the FCKXml object that is used for XML data calls
* and XML processing.
* This script is shared by almost all pages that compose the
* File Browser frameset.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
var FCKXml = function()
{}
 
function escapeHTML(text) {
text=text.replace('\n','');
text=text.replace('&','&amp;');
text=text.replace('<','&lt;');
text=text.replace('>','&gt;');
return text;
}
 
FCKXml.prototype.GetHttpRequest = function()
{
if ( window.XMLHttpRequest ) // Gecko
return new XMLHttpRequest() ;
else if ( window.ActiveXObject ) // IE
return new ActiveXObject("MsXml2.XmlHttp") ;
}
 
FCKXml.prototype.LoadUrl = function( urlToCall, asyncFunctionPointer )
{
var oFCKXml = this ;
 
var bAsync = ( typeof(asyncFunctionPointer) == 'function' ) ;
 
var oXmlHttp = this.GetHttpRequest() ;
oXmlHttp.open( "GET", urlToCall, bAsync ) ;
if ( bAsync )
{
oXmlHttp.onreadystatechange = function()
{
if ( oXmlHttp.readyState == 4 )
{
/*
dbgWin=window.open('','dbgWin','width=700,height=400');
txt=dbgWin.document.getElementById('txtXML');
if (txt==null) {
dbgWin.document.write("<textarea style=\"width: 100%; height: 100%\" id=\"txtXML\"></textarea>");
txt=dbgWin.document.getElementById('txtXML');
}
txt.value=new String("-----------------------------------------\n" + oXmlHttp.responseText);
*/
oFCKXml.DOMDocument = oXmlHttp.responseXML ;
asyncFunctionPointer( oFCKXml ) ;
}
}
}
oXmlHttp.send( null ) ;
if ( ! bAsync )
this.DOMDocument = oXmlHttp.responseXML ;
}
 
FCKXml.prototype.SelectNodes = function( xpath )
{
if ( document.all ) // IE
return this.DOMDocument.selectNodes( xpath ) ;
else // Gecko
{
var aNodeArray = new Array();
 
var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITERATOR_TYPE, null) ;
if ( xPathResult )
{
var oNode = xPathResult.iterateNext() ;
while( oNode )
{
aNodeArray[aNodeArray.length] = oNode ;
oNode = xPathResult.iterateNext();
}
}
return aNodeArray ;
}
}
 
FCKXml.prototype.SelectSingleNode = function( xpath )
{
if ( document.all ) // IE
return this.DOMDocument.selectSingleNode( xpath ) ;
else // Gecko
{
var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), 9, null);
 
if ( xPathResult && xPathResult.singleNodeValue )
return xPathResult.singleNodeValue ;
else
return null ;
}
}
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/js/common.js
New file
0,0 → 1,99
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: common.js
* Common objects and functions shared by all pages that compose the
* File Browser dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
function AddSelectOption( selectElement, optionText, optionValue )
{
var oOption = document.createElement("OPTION") ;
 
oOption.text = optionText ;
oOption.value = optionValue ;
 
selectElement.options.add(oOption) ;
 
return oOption ;
}
 
function GetUrlParam( paramName )
{
var oRegex = new RegExp( '[\?&]' + paramName + '=([^&]+)', 'i' ) ;
var oMatch = oRegex.exec( unescape(window.top.location.search) ) ;
if ( oMatch && oMatch.length > 1 )
return oMatch[1] ;
else
return '' ;
}
 
function GetMyUrlParam( paramName )
{
var oRegex = new RegExp( '[\?&]' + paramName + '=([^&]+)', 'i' ) ;
var oMatch = oRegex.exec( window.location.search ) ;
if ( oMatch && oMatch.length > 1 )
return oMatch[1] ;
else
return '' ;
}
 
var oConnector = new Object() ;
oConnector.CurrentFolder = '/' ;
oConnector.UploadHandler = GetUrlParam( 'UploadHandler' );
oConnector.ConnectorUrl = GetUrlParam( 'Connector' ) ;
oConnector.ResourceType = GetUrlParam( 'Type' ) ;
oConnector.ExtraParams = GetUrlParam( 'ExtraParams' ) ;
 
if ((oConnector.UploadHandler=='')||(oConnector.UploadHandler=='undefined')) oConnector.UploadHandler=oConnector.ConnectorUrl;
 
 
oConnector.SendCommand = function( command, params, callBackFunction )
{
var sUrl = this.ConnectorUrl + '?Command=' + command ;
sUrl += '&Type=' + this.ResourceType ;
sUrl += '&ExtraParams=' + this.ExtraParams ;
sUrl += '&CurrentFolder=' + escape( this.CurrentFolder ) ;
if ( params ) sUrl += '&' + params ;
 
var oXML = new FCKXml() ;
if ( callBackFunction )
oXML.LoadUrl( sUrl, callBackFunction ) ; // Asynchronous load.
else
return oXML.LoadUrl( sUrl ) ;
}
 
var oIcons = new Object() ;
 
oIcons.AvailableIconsArray = [
'ai','avi','bmp','cs','dll','doc','exe','fla','gif','htm','html','jpg','js',
'mdb','mp3','pdf','ppt','rdp','swf','swt','txt','vsd','xls','xml','zip' ] ;
oIcons.AvailableIcons = new Object() ;
 
for ( var i = 0 ; i < oIcons.AvailableIconsArray.length ; i++ )
oIcons.AvailableIcons[ oIcons.AvailableIconsArray[i] ] = true ;
 
oIcons.GetIcon = function( fileName )
{
var sExtension = fileName.substr( fileName.lastIndexOf('.') + 1 ).toLowerCase() ;
 
if ( this.AvailableIcons[ sExtension ] == true )
return sExtension ;
else
return 'default.icon' ;
}
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/js/wz_jsgraphics.js
New file
0,0 → 1,929
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: wz_jsgraphics.js
* Javascript Graphics.
*
* File Authors:
* Grant French (grant@mcpuk.net)
*/
/***********************************************************************
** Title.........: Javascript Graphics
** Version.......: 1.0
** Author........: Xiang Wei ZHUO <wei@zhuo.org>
** Filename......: wz_jsgraphics.js
** Last changed..: 31 Aug 2003
** Notes.........: Modified for Image Editor, added extra commands
**/
 
/* This notice must be untouched at all times.
 
wz_jsgraphics.js v. 2.03
The latest version is available at
http://www.walterzorn.com
or http://www.devira.com
or http://www.walterzorn.de
 
Copyright (c) 2002-2003 Walter Zorn. All rights reserved.
Created 3. 11. 2002 by Walter Zorn <walter@kreuzotter.de>
Last modified: 11. 6. 2003
 
High Performance JavaScript Graphics Library.
Provides methods
- to draw lines, rectangles, ellipses, polygons
with specifiable line thickness,
- to fill rectangles and ellipses
- to draw text.
NOTE: Operations, functions and branching have rather been optimized
to efficiency and speed than to shortness of source code.
 
This program is free software;
you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License
at http://www.gnu.org/copyleft/gpl.html for more details.
*/
 
var jg_ihtm, jg_ie, jg_dom,
jg_n4 = (document.layers && typeof document.classes != "undefined");
 
function chkDHTM(x, i)
{
x = document.body || null;
jg_ie = (x && typeof x.insertAdjacentHTML != "undefined");
jg_dom = (x && !jg_ie &&
typeof x.appendChild != "undefined" &&
typeof document.createRange != "undefined" &&
typeof (i = document.createRange()).setStartBefore != "undefined" &&
typeof i.createContextualFragment != "undefined");
jg_ihtm = (!jg_ie && !jg_dom && x && typeof x.innerHTML != "undefined");
}
 
 
 
 
 
function pntDoc()
{
this.wnd.document.write(this.htm);
this.htm = '';
}
 
 
 
 
 
function pntCnvDom()
{
var x = document.createRange();
x.setStartBefore(this.cnv);
x = x.createContextualFragment(this.htm);
this.cnv.appendChild(x);
this.htm = '';
}
 
 
 
 
 
function pntCnvIe()
{
this.cnv.insertAdjacentHTML("BeforeEnd", this.htm);
this.htm = '';
}
 
 
 
 
 
function pntCnvIhtm()
{
this.cnv.innerHTML += this.htm;
this.htm = '';
}
 
 
 
 
 
function pntCnv()
{
this.htm = '';
}
 
 
 
 
 
function mkDiv(x, y, w, h)
{
this.htm += '<div style="position:absolute;'+
'left:' + x + 'px;'+
'top:' + y + 'px;'+
'width:' + w + 'px;'+
'height:' + h + 'px;'+
'clip:rect(0,'+w+'px,'+h+'px,0);'+
'overflow:hidden;background-color:' + this.color + ';'+
'"><\/div>';
 
//alert(this.htm);
}
 
 
 
 
function mkDivPrint(x, y, w, h)
{
this.htm += '<div style="position:absolute;'+
'border-left:' + w + 'px solid ' + this.color + ';'+
'left:' + x + 'px;'+
'top:' + y + 'px;'+
'width:' + w + 'px;'+
'height:' + h + 'px;'+
'clip:rect(0,'+w+'px,'+h+'px,0);'+
'overflow:hidden;background-color:' + this.color + ';'+
'"><\/div>';
}
 
 
 
 
 
function mkLyr(x, y, w, h)
{
this.htm += '<layer '+
'left="' + x + '" '+
'top="' + y + '" '+
'width="' + w + '" '+
'height="' + h + '" '+
'bgcolor="' + this.color + '"><\/layer>\n';
}
 
 
 
 
 
function mkLbl(txt, x, y)
{
this.htm += '<div style="position:absolute;white-space:nowrap;'+
'left:' + x + 'px;'+
'top:' + y + 'px;'+
'font-family:' + this.ftFam + ';'+
'font-size:' + this.ftSz + ';'+
'color:' + this.color + ';' + this.ftSty + '">'+
txt +
'<\/div>';
}
 
 
 
 
 
function mkLin(x1, y1, x2, y2)
{
if (x1 > x2)
{
var _x2 = x2;
var _y2 = y2;
x2 = x1;
y2 = y1;
x1 = _x2;
y1 = _y2;
}
var dx = x2-x1, dy = Math.abs(y2-y1),
x = x1, y = y1,
yIncr = (y1 > y2)? -1 : 1;
 
if (dx >= dy)
{
var pr = dy<<1,
pru = pr - (dx<<1),
p = pr-dx,
ox = x;
while ((dx--) > 0)
{
++x;
if (p > 0)
{
this.mkDiv(ox, y, x-ox, 1);
y += yIncr;
p += pru;
ox = x;
}
else p += pr;
}
this.mkDiv(ox, y, x2-ox+1, 1);
}
 
else
{
var pr = dx<<1,
pru = pr - (dy<<1),
p = pr-dy,
oy = y;
if (y2 <= y1)
{
while ((dy--) > 0)
{
if (p > 0)
{
this.mkDiv(x++, y, 1, oy-y+1);
y += yIncr;
p += pru;
oy = y;
}
else
{
y += yIncr;
p += pr;
}
}
this.mkDiv(x2, y2, 1, oy-y2+1);
}
else
{
while ((dy--) > 0)
{
y += yIncr;
if (p > 0)
{
this.mkDiv(x++, oy, 1, y-oy);
p += pru;
oy = y;
}
else p += pr;
}
this.mkDiv(x2, oy, 1, y2-oy+1);
}
}
}
 
 
 
 
 
function mkLin2D(x1, y1, x2, y2)
{
if (x1 > x2)
{
var _x2 = x2;
var _y2 = y2;
x2 = x1;
y2 = y1;
x1 = _x2;
y1 = _y2;
}
var dx = x2-x1, dy = Math.abs(y2-y1),
x = x1, y = y1,
yIncr = (y1 > y2)? -1 : 1;
 
 
var s = this.stroke;
if (dx >= dy)
{
if (s-0x3 > 0)
{
var _s = (s*dx*Math.sqrt(1+dy*dy/(dx*dx))-dx-(s>>1)*dy) / dx;
_s = (!(s-0x4)? Math.ceil(_s) : Math.round(_s)) + 1;
}
else var _s = s;
var ad = Math.ceil(s/2);
 
var pr = dy<<1,
pru = pr - (dx<<1),
p = pr-dx,
ox = x;
while ((dx--) > 0)
{
++x;
if (p > 0)
{
this.mkDiv(ox, y, x-ox+ad, _s);
y += yIncr;
p += pru;
ox = x;
}
else p += pr;
}
this.mkDiv(ox, y, x2-ox+ad+1, _s);
}
 
else
{
if (s-0x3 > 0)
{
var _s = (s*dy*Math.sqrt(1+dx*dx/(dy*dy))-(s>>1)*dx-dy) / dy;
_s = (!(s-0x4)? Math.ceil(_s) : Math.round(_s)) + 1;
}
else var _s = s;
var ad = Math.round(s/2);
 
var pr = dx<<1,
pru = pr - (dy<<1),
p = pr-dy,
oy = y;
if (y2 <= y1)
{
++ad;
while ((dy--) > 0)
{
if (p > 0)
{
this.mkDiv(x++, y, _s, oy-y+ad);
y += yIncr;
p += pru;
oy = y;
}
else
{
y += yIncr;
p += pr;
}
}
this.mkDiv(x2, y2, _s, oy-y2+ad);
}
else
{
while ((dy--) > 0)
{
y += yIncr;
if (p > 0)
{
this.mkDiv(x++, oy, _s, y-oy+ad);
p += pru;
oy = y;
}
else p += pr;
}
this.mkDiv(x2, oy, _s, y2-oy+ad+1);
}
}
}
 
 
 
 
 
function mkLinDott(x1, y1, x2, y2)
{
if (x1 > x2)
{
var _x2 = x2;
var _y2 = y2;
x2 = x1;
y2 = y1;
x1 = _x2;
y1 = _y2;
}
var dx = x2-x1, dy = Math.abs(y2-y1),
x = x1, y = y1,
yIncr = (y1 > y2)? -1 : 1,
drw = true;
if (dx >= dy)
{
var pr = dy<<1,
pru = pr - (dx<<1),
p = pr-dx;
while ((dx--) > 0)
{
if (drw) this.mkDiv(x, y, 1, 1);
drw = !drw;
if (p > 0)
{
y += yIncr;
p += pru;
}
else p += pr;
++x;
}
if (drw) this.mkDiv(x, y, 1, 1);
}
 
else
{
var pr = dx<<1,
pru = pr - (dy<<1),
p = pr-dy;
while ((dy--) > 0)
{
if (drw) this.mkDiv(x, y, 1, 1);
drw = !drw;
y += yIncr;
if (p > 0)
{
++x;
p += pru;
}
else p += pr;
}
if (drw) this.mkDiv(x, y, 1, 1);
}
}
 
 
 
 
 
function mkOv(left, top, width, height)
{
var a = width>>1, b = height>>1,
wod = width&1, hod = (height&1)+1,
cx = left+a, cy = top+b,
x = 0, y = b,
ox = 0, oy = b,
aa = (a*a)<<1, bb = (b*b)<<1,
st = (aa>>1)*(1-(b<<1)) + bb,
tt = (bb>>1) - aa*((b<<1)-1),
w, h;
while (y > 0)
{
if (st < 0)
{
st += bb*((x<<1)+0x3);
tt += (bb<<1)*(++x);
}
else if (tt < 0)
{
st += bb*((x<<1)+0x3) - (aa<<1)*(y-1);
tt += (bb<<1)*(++x) - aa*(((y--)<<1)-0x3);
w = x-ox;
h = oy-y;
if (w&0x2 && h&0x2)
{
this.mkOvQds(cx, cy, -x+0x2, ox+wod, -oy, oy-1+hod, 1, 1);
this.mkOvQds(cx, cy, -x+1, x-1+wod, -y-1, y+hod, 1, 1);
}
else this.mkOvQds(cx, cy, -x+1, ox+wod, -oy, oy-h+hod, w, h);
ox = x;
oy = y;
}
else
{
tt -= aa*((y<<1)-0x3);
st -= (aa<<1)*(--y);
}
}
this.mkDiv(cx-a, cy-oy, a-ox+1, (oy<<1)+hod);
this.mkDiv(cx+ox+wod, cy-oy, a-ox+1, (oy<<1)+hod);
}
 
 
 
 
 
function mkOv2D(left, top, width, height)
{
var s = this.stroke;
width += s-1;
height += s-1;
var a = width>>1, b = height>>1,
wod = width&1, hod = (height&1)+1,
cx = left+a, cy = top+b,
x = 0, y = b,
aa = (a*a)<<1, bb = (b*b)<<1,
st = (aa>>1)*(1-(b<<1)) + bb,
tt = (bb>>1) - aa*((b<<1)-1);
 
 
if (s-0x4 < 0 && (!(s-0x2) || width-0x33 > 0 && height-0x33 > 0))
{
var ox = 0, oy = b,
w, h,
pxl, pxr, pxt, pxb, pxw;
while (y > 0)
{
if (st < 0)
{
st += bb*((x<<1)+0x3);
tt += (bb<<1)*(++x);
}
else if (tt < 0)
{
st += bb*((x<<1)+0x3) - (aa<<1)*(y-1);
tt += (bb<<1)*(++x) - aa*(((y--)<<1)-0x3);
w = x-ox;
h = oy-y;
 
if (w-1)
{
pxw = w+1+(s&1);
h = s;
}
else if (h-1)
{
pxw = s;
h += 1+(s&1);
}
else pxw = h = s;
this.mkOvQds(cx, cy, -x+1, ox-pxw+w+wod, -oy, -h+oy+hod, pxw, h);
ox = x;
oy = y;
}
else
{
tt -= aa*((y<<1)-0x3);
st -= (aa<<1)*(--y);
}
}
this.mkDiv(cx-a, cy-oy, s, (oy<<1)+hod);
this.mkDiv(cx+a+wod-s+1, cy-oy, s, (oy<<1)+hod);
}
 
 
else
{
var _a = (width-((s-1)<<1))>>1,
_b = (height-((s-1)<<1))>>1,
_x = 0, _y = _b,
_aa = (_a*_a)<<1, _bb = (_b*_b)<<1,
_st = (_aa>>1)*(1-(_b<<1)) + _bb,
_tt = (_bb>>1) - _aa*((_b<<1)-1),
 
pxl = new Array(),
pxt = new Array(),
_pxb = new Array();
pxl[0] = 0;
pxt[0] = b;
_pxb[0] = _b-1;
while (y > 0)
{
if (st < 0)
{
st += bb*((x<<1)+0x3);
tt += (bb<<1)*(++x);
pxl[pxl.length] = x;
pxt[pxt.length] = y;
}
else if (tt < 0)
{
st += bb*((x<<1)+0x3) - (aa<<1)*(y-1);
tt += (bb<<1)*(++x) - aa*(((y--)<<1)-0x3);
pxl[pxl.length] = x;
pxt[pxt.length] = y;
}
else
{
tt -= aa*((y<<1)-0x3);
st -= (aa<<1)*(--y);
}
 
if (_y > 0)
{
if (_st < 0)
{
_st += _bb*((_x<<1)+0x3);
_tt += (_bb<<1)*(++_x);
_pxb[_pxb.length] = _y-1;
}
else if (_tt < 0)
{
_st += _bb*((_x<<1)+0x3) - (_aa<<1)*(_y-1);
_tt += (_bb<<1)*(++_x) - _aa*(((_y--)<<1)-0x3);
_pxb[_pxb.length] = _y-1;
}
else
{
_tt -= _aa*((_y<<1)-0x3);
_st -= (_aa<<1)*(--_y);
_pxb[_pxb.length-1]--;
}
}
}
 
var ox = 0, oy = b,
_oy = _pxb[0],
l = pxl.length,
w, h;
for (var i = 0; i < l; i++)
{
if (typeof _pxb[i] != "undefined")
{
if (_pxb[i] < _oy || pxt[i] < oy)
{
x = pxl[i];
this.mkOvQds(cx, cy, -x+1, ox+wod, -oy, _oy+hod, x-ox, oy-_oy);
ox = x;
oy = pxt[i];
_oy = _pxb[i];
}
}
else
{
x = pxl[i];
this.mkDiv(cx-x+1, cy-oy, 1, (oy<<1)+hod);
this.mkDiv(cx+ox+wod, cy-oy, 1, (oy<<1)+hod);
ox = x;
oy = pxt[i];
}
}
this.mkDiv(cx-a, cy-oy, 1, (oy<<1)+hod);
this.mkDiv(cx+ox+wod, cy-oy, 1, (oy<<1)+hod);
}
}
 
 
 
 
 
function mkOvDott(left, top, width, height)
{
var a = width>>1, b = height>>1,
wod = width&1, hod = height&1,
cx = left+a, cy = top+b,
x = 0, y = b,
aa2 = (a*a)<<1, aa4 = aa2<<1, bb = (b*b)<<1,
st = (aa2>>1)*(1-(b<<1)) + bb,
tt = (bb>>1) - aa2*((b<<1)-1),
drw = true;
while (y > 0)
{
if (st < 0)
{
st += bb*((x<<1)+0x3);
tt += (bb<<1)*(++x);
}
else if (tt < 0)
{
st += bb*((x<<1)+0x3) - aa4*(y-1);
tt += (bb<<1)*(++x) - aa2*(((y--)<<1)-0x3);
}
else
{
tt -= aa2*((y<<1)-0x3);
st -= aa4*(--y);
}
if (drw) this.mkOvQds(cx, cy, -x, x+wod, -y, y+hod, 1, 1);
drw = !drw;
}
}
 
 
 
 
 
function mkRect(x, y, w, h)
{
var s = this.stroke;
this.mkDiv(x, y, w, s);
this.mkDiv(x+w, y, s, h);
this.mkDiv(x, y+h, w+s, s);
this.mkDiv(x, y+s, s, h-s);
}
 
 
 
 
 
function mkRectDott(x, y, w, h)
{
this.drawLine(x, y, x+w, y);
this.drawLine(x+w, y, x+w, y+h);
this.drawLine(x, y+h, x+w, y+h);
this.drawLine(x, y, x, y+h);
}
 
 
 
 
 
function jsgFont()
{
this.PLAIN = 'font-weight:normal;';
this.BOLD = 'font-weight:bold;';
this.ITALIC = 'font-style:italic;';
this.ITALIC_BOLD = this.ITALIC + this.BOLD;
this.BOLD_ITALIC = this.ITALIC_BOLD;
}
var Font = new jsgFont();
 
 
 
 
 
function jsgStroke()
{
this.DOTTED = -1;
}
var Stroke = new jsgStroke();
 
 
 
 
 
function jsGraphics(id, wnd)
{
this.setColor = new Function('arg', 'this.color = arg;');
 
 
this.getColor = new Function('return this.color');
 
this.setStroke = function(x)
{
this.stroke = x;
if (!(x+1))
{
this.drawLine = mkLinDott;
this.mkOv = mkOvDott;
this.drawRect = mkRectDott;
}
else if (x-1 > 0)
{
this.drawLine = mkLin2D;
this.mkOv = mkOv2D;
this.drawRect = mkRect;
}
else
{
this.drawLine = mkLin;
this.mkOv = mkOv;
this.drawRect = mkRect;
}
};
 
 
 
this.setPrintable = function(arg)
{
this.printable = arg;
this.mkDiv = jg_n4? mkLyr : arg? mkDivPrint : mkDiv;
};
 
 
 
this.setFont = function(fam, sz, sty)
{
this.ftFam = fam;
this.ftSz = sz;
this.ftSty = sty || Font.PLAIN;
};
 
 
 
this.drawPolyline = this.drawPolyLine = function(x, y, s)
{
var i = x.length-1; while (i >= 0)
this.drawLine(x[i], y[i], x[--i], y[i]);
};
 
 
 
this.fillRect = function(x, y, w, h)
{
this.mkDiv(x, y, w, h);
};
 
 
this.fillRectPattern = function(x, y, w, h, url)
{
this.htm += '<div style="position:absolute;'+
'left:' + x + 'px;'+
'top:' + y + 'px;'+
'width:' + w + 'px;'+
'height:' + h + 'px;'+
'clip:rect(0,'+w+'px,'+h+'px,0);'+
'overflow:hidden;'+
//'background-color:' + this.color + ';'+
"background-image: url('" + url + "');"+
"layer-background-image: url('" + url + "');"+
'z-index:100;"><\/div>';
//alert(this.htm);
}
 
this.drawHandle = function(x, y, w, h, cursor)
{
this.htm += '<div style="position:absolute;'+
'left:' + x + 'px;'+
'top:' + y + 'px;'+
'width:' + w + 'px;'+
'height:' + h + 'px;'+
'clip:rect(0,'+w+'px,'+h+'px,0);'+
'padding: 2px;overflow:hidden;'+
"cursor: '" + cursor + "';"+
'" class="handleBox" id="' + cursor + '" ><\/div>';
}
 
this.drawHandleBox = function(x, y, w, h, cursor)
{
this.htm += '<div style="position:absolute;'+
'left:' + x + 'px;'+
'top:' + y + 'px;'+
'width:' + w + 'px;'+
'height:' + h + 'px;'+
'clip:rect(0,'+(w+2)+'px,'+(h+2)+'px,0);'+
'overflow:hidden; border: solid 1px '+ this.color+';'+
"cursor: '" + cursor + "';"+
'" class="handleBox" id="' + cursor + '" ><\/div>';
 
}
 
this.drawPolygon = function(x, y)
{
this.drawPolyline(x, y);
this.drawLine(x[x.length-1], y[x.length-1], x[0], y[0]);
};
 
 
 
this.drawEllipse = this.drawOval = function(x, y, w, h)
{
this.mkOv(x, y, w, h);
};
 
 
 
this.fillEllipse = this.fillOval = function(left, top, w, h)
{
var a = (w -= 1)>>1, b = (h -= 1)>>1,
wod = (w&1)+1, hod = (h&1)+1,
cx = left+a, cy = top+b,
x = 0, y = b,
ox = 0, oy = b,
aa2 = (a*a)<<1, aa4 = aa2<<1, bb = (b*b)<<1,
st = (aa2>>1)*(1-(b<<1)) + bb,
tt = (bb>>1) - aa2*((b<<1)-1),
pxl, dw, dh;
if (w+1) while (y > 0)
{
if (st < 0)
{
st += bb*((x<<1)+0x3);
tt += (bb<<1)*(++x);
}
else if (tt < 0)
{
st += bb*((x<<1)+0x3) - aa4*(y-1);
pxl = cx-x;
dw = (x<<1)+wod;
tt += (bb<<1)*(++x) - aa2*(((y--)<<1)-0x3);
dh = oy-y;
this.mkDiv(pxl, cy-oy, dw, dh);
this.mkDiv(pxl, cy+oy-dh+hod, dw, dh);
ox = x;
oy = y;
}
else
{
tt -= aa2*((y<<1)-0x3);
st -= aa4*(--y);
}
}
this.mkDiv(cx-a, cy-oy, w+1, (oy<<1)+hod);
};
 
 
 
this.drawString = mkLbl;
 
 
 
this.clear = function()
{
this.htm = "";
if (this.cnv) this.cnv.innerHTML = this.defhtm;
};
 
 
 
this.mkOvQds = function(cx, cy, xl, xr, yt, yb, w, h)
{
this.mkDiv(xr+cx, yt+cy, w, h);
this.mkDiv(xr+cx, yb+cy, w, h);
this.mkDiv(xl+cx, yb+cy, w, h);
this.mkDiv(xl+cx, yt+cy, w, h);
};
 
 
this.setStroke(1);
this.setPrintable(false);
this.setFont('verdana,geneva,helvetica,sans-serif', String.fromCharCode(0x31, 0x32, 0x70, 0x78), Font.PLAIN);
this.color = '#000000';
this.htm = '';
this.wnd = wnd || window;
 
 
if (!(jg_ie || jg_dom || jg_ihtm)) chkDHTM();
if (typeof id != 'string' || !id) this.paint = pntDoc;
else
{
this.cnv = document.all? (this.wnd.document.all[id] || null)
: document.getElementById? (this.wnd.document.getElementById(id) || null)
: null;
this.defhtm = (this.cnv && this.cnv.innerHTML)? this.cnv.innerHTML : '';
this.paint = jg_dom? pntCnvDom : jg_ie? pntCnvIe : jg_ihtm? pntCnvIhtm : pntCnv;
}
}
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/postscript.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/postscript.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/image.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/image.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/binary.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/binary.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/tar.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/tar.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/email.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/email.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/php.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/php.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/ascii.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/ascii.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/sound.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/sound.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/info.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/info.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/empty.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/empty.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/document2.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/document2.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/html.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/html.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/video.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/video.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/kmplot.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/kmplot.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/kmultiple.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/kmultiple.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/spreadsheet.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/spreadsheet.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/real_doc.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/real_doc.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/pdf.jpg
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/images/pdf.jpg
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Docs/readme.txt
New file
0,0 → 1,95
PHP Connector for the FCKEditor v2 File Manager
Written By Grant French, Sept 2004
grant@mcpuk.net - http://www.mcpuk.net
 
FCK Editor - Written By Frederico Caldeira Knabben
http://www.fckeditor.net
 
Icons supplied for file types from everaldo -
http://www.everaldo.com
 
Permissions fix for upload.cgu and fix for
thumbnail background colour by -
Ben Lancaster (benlanc@ster.me.uk)
 
!!PLEASE READ THROUGH THIS README *BEFORE* CRYING FOR HELP!!
 
 
NOTES:
------
 
This software is provided as is with no guarantees or
warranties what so ever. It has been proven to work
under the following setups (many other should work):-
 
PHP 4.3.x / Apache 1.3.x (FreeBSD/WinXP Pro/OpenBSD)
PHP 5.x / Apache 2.x (Linux)
 
Reported to work under IIS with minor alterations.
(Manually define $_SERVER['DOCUMENT_ROOT'] and dont use
the upload cgi)
 
!!! if you specify the relative path of the connector in
the fckconfig.js file you may experience some unusual
behaviour mainly in firefox, like the resource list
failing to refresh. To avoid this specify the absolute
path of the connector.
 
CONNECTOR CONFIGURATION
-----------------------
 
/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/config.php
The config.php file contains most of the configuration options for the
connector, the file is fully commented, so please take a look through it.
Most commonly asked question:
Can i put the userfiles outside the FCKeditor folder?
 
The answer is yes, the folder containing all users files is
setup be default to be /UserFiles this can be changed
to anything you like, such as /userdata/editorfiles this is
done by editing the $fckphp_config['UserFilesPath'] directive
in the config.php file for the connector
 
 
 
FILE & FOLDER SETUP:
--------------------
 
1. Create the user files folder (set in the config.php)
NOTE: you no longer need to create the Image/File/Media/Flash folders
if you are using the 'Authentication' option in the connector.
If you are not using the 'Authentication' option then you must create
the Image File Media and Flash folders in the user files folder.
2. The user files folder must all be chmodded to 0777 (a+wrx)
 
 
 
Upload Progress (Optional) - Rather Buggy
-----------------------------------------
You may move the filemanager/browser/default/connectors/php/Commands/helpers/upload.cgi ,
filemanager/browser/default/connectors/php/Commands/helpers/progress.cgi and
filemanager/browser/default/connectors/php/Commands/helpers/header.cgi
to you cgi-bin folder or set the settings on the folder to allow these to be executed,
check the first line in each of these files to check that the path to perl is correct
for your setup. Open the header.cgi file, check and modify settings as required.
If you have moved these files adjust the path to them in the fckconfig lines as
specified above and the path the progress.cgi in the config.php file (see below)
 
 
 
FINAL NOTE:
-----------
 
1. Limited support will be provided by email as and when i have time.
2. If you have any ideas share them either by mailing me or in the
forum for the fckeditor (http://sf.net/projects/fckeditor/forums)
3. Enjoy
 
 
LICENSE:
--------
 
LGPL - Lesser General Public License (see LICENSE.txt file)
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Docs/AuthenticationHandlers.txt
New file
0,0 → 1,68
Authentication via connector::
 
In my PHP connector the one from the FBXP project, it is
possible to require authentication before a user can use
the connector.
 
The works in the following manor:-
 
A1/ File Browser Requests Command From Connector
A2/ Connector.php recieves the request
B1/ File config.php imported
B2/ If authentication required load the authentication
handler file specified in the config, i.e.
$config['auth']['HandlerClass']='Default';
the Auth/Default.php will be imported
B3/ Create new instance of Auth class (defined in the
authentication handler imported.
C1/ Auth class, authenticate method called, passing
the data recieved in the ExtraParams variable
of the query string.
C2/ authenticate method returns a modified copy of the
$config, to indicate successfull authentication
$config['authSuccess'] should be set to true, if
the authentication failed this should be set to false.
B4a/ on success command is executed and output sent to client
B4b/ on failure blank xml response returned.
 
A3/ End
 
 
How to create my own authentication handler::
 
Create a file in the Auth folder with the name of the handler (your choice)
i.e. If i wanted to call it MySQL the file i would create would be
MySQL.php in the Auth folder.
 
Skeleton for the new authentication class::
<?php
class Auth {
function authenticate($data,$config) {
}
}
?>
 
as you can see the class must have a method called authenticate which
takes two parameters, the value from the ExtraParams ($data) and a
reference to the connector configuration $config (so you can change
things depending on the user if you wish) , you can now put what
ever code you like in that method to determine if the user is allowed
or not. (you may add extra function to the class for internal use too,
these will not be called by the connector, but call them from inside
the authenticate method). The function returns a modified copy of the
$config, with any changes you like + the addition of a top level
array element key: authSuccess value: true if authentication
successful, else false.
 
If you want to limit what the user can do then you may want to change
the array at: $config['Commands']
This holds an array of command that can be executed, if you remove say
DeleteFolder from the array then the user will not be able to delete
a folder.
 
 
By Example:: There is a default authentication handler that i wrote to
distribute with the connector, so you may want to take a look at it
to get a better idea of whats going on.
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Docs/license.txt
New file
0,0 → 1,506
This connector is supplied under the same license as FCKEditor,
The Lesser GPL License (LGPL)-
 
 
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
 
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
 
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
 
Preamble
 
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
 
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
 
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
 
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
 
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
 
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
 
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
 
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
 
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
 
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
 
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
 
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
 
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
 
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
 
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
 
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
 
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
 
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
 
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
 
a) The modified work must itself be a software library.
 
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
 
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
 
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
 
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
 
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
 
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
 
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
 
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
 
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
 
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
 
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
 
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
 
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
 
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
 
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
 
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
 
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
 
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
 
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
 
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
 
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
 
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
 
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
 
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
 
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
 
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
 
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
 
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
 
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
 
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
 
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
 
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
 
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
 
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
 
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
 
NO WARRANTY
 
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
 
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
 
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
 
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
 
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
 
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
 
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
 
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
 
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
Also add information on how to contact you by electronic and paper mail.
 
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:
 
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
 
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
 
That's all there is to it!
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/config.php
New file
0,0 → 1,231
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: config.php
+ * Configuration file
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+session_start();
+
+/*------------------------------------------------------------------------------*/
+/* HTTP over SSL Detection (shouldnt require changing) */
+/*------------------------------------------------------------------------------*/
+$fckphp_config['prot']="http";
+$fckphp_config['prot'].=((isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']=='on')?"s":"");
+$fckphp_config['prot'].="://";
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* The physical path to the document root, Set manually if not using apache */
+/*------------------------------------------------------------------------------*/
+$fckphp_config['basedir']=$_SERVER['DOCUMENT_ROOT'];
+//$fckphp_config['basedir'] = 'D:\Work\FCKEditor\www\FCKeditor.V2\editor\filemanager\browser\mcpuk' ;
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Prefix added to image path before sending back to editor */
+/*------------------------------------------------------------------------------*/
+$fckphp_config['urlprefix']=$fckphp_config['prot'].$_SERVER['SERVER_NAME'];
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Path to user files relative to the document root (no trailing slash) */
+/*------------------------------------------------------------------------------*/
+$fckphp_config['UserFilesPath'] = "/UserFiles" ;
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Progressbar handler (script that monitors upload progress) (''=none)
+/*------------------------------------------------------------------------------*/
+$fckphp_config['uploadProgressHandler']=''; //No upload progress handler
+//$fckphp_config['uploadProgressHandler']=$fckphp_config['prot'].$_SERVER['SERVER_NAME']."/cgi-bin/progress.cgi"; //Perl upload progress handler
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Authentication (auth) :- */
+/* - Req :: Boolean, whether authentication is required */
+/* - HandlerClass :: Name of class to handle authentication in connector */
+/*------------------------------------------------------------------------------*/
+$fckphp_config['auth']['Req']=false;
+$fckphp_config['auth']['HandlerClass']='Default';
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Settings for authentication handler :- */
+/* - SharedKey :: Shared encryption key (as set in test.php in example) */
+/*------------------------------------------------------------------------------*/
+$fckphp_config['auth']['Handler']['SharedKey']="->Shared_K3y-F0R*5enD1NG^auth3nt1caT10n'Info/To\FILE,Brow5er--!";
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Per resource area settings:- */
+/* - AllowedExtensions :: Array, allowed file extensions (in lowercase) */
+/* - AllowedMIME :: Array, allowed mime types (in lowercase) */
+/* - MaxSize :: Number, Maximum size of file uploads in KBytes */
+/* - DiskQuota :: Number, Maximum size allowed for the resource area */
+/* - HideFolders :: Array, RegExp, matching folder names will be hidden */
+/* - HideFiles :: Array, RegExp, matching file names will be hidden */
+/* - AllowImageEditing :: Boolean, whether images in this area may be edited */
+/*------------------------------------------------------------------------------*/
+//First area options are commented
+
+//File Area
+$fckphp_config['ResourceAreas']['File'] =array(
+
+ //Files(identified by extension) that may be uploaded to this area
+ 'AllowedExtensions' => array("zip","doc","xls","pdf","rtf","csv","jpg","gif","jpeg","png","avi","mpg","mpeg","swf","fla"),
+
+ //Not implemented yet
+ 'AllowedMIME' => array(),
+
+ //Set the maximum single upload to this area to 2MB (2048Kb)
+ 'MaxSize' => 2048,
+
+ //Set disk quota for this resource area to 20MB
+ 'DiskQuota' => 20,
+
+ //By Default hide all folders starting with a . (Unix standard)
+ 'HideFolders' => array("^\."),
+
+ //By Default hide all files starting with a . (Unix standard)
+ 'HideFiles' => array("^\."),
+
+ //Do not allow images to be edited in this resource area
+ 'AllowImageEditing' => false
+ );
+
+//Image area
+$fckphp_config['ResourceAreas']['Image'] =array(
+ 'AllowedExtensions' => array("jpg","gif","jpeg","png","tiff","tif",),
+ 'AllowedMIME' => array(),
+ 'MaxSize' => 1024,
+ 'DiskQuota' => 5,
+ 'HideFolders' => array("^\."),
+ 'HideFiles' => array("^\."),
+ 'AllowImageEditing' => false //Not yet complete, but you can take a look and see
+ );
+
+//Flash area
+$fckphp_config['ResourceAreas']['Flash'] =array(
+ 'AllowedExtensions' => array("swf","fla"),
+ 'AllowedMIME' => array(),
+ 'MaxSize' => 1024,
+ 'DiskQuota' => 5,
+ 'HideFolders' => array("^\."),
+ 'HideFiles' => array("^\."),
+ 'AllowImageEditing' => false
+ );
+
+//Media area
+$fckphp_config['ResourceAreas']['Media'] =array(
+ 'AllowedExtensions' => array("swf","fla","jpg","gif","jpeg","png","avi","mpg","mpeg"),
+ 'AllowedMIME' => array(),
+ 'MaxSize' => 5120,
+ 'DiskQuota' => 20,
+ 'HideFolders' => array("^\."),
+ 'HideFiles' => array("^\."),
+ 'AllowImageEditing' => false
+ );
+
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Global Disk Quota - Max size of all resource areas */
+/*------------------------------------------------------------------------------*/
+$fckphp_config['DiskQuota']['Global']=50; //In MBytes (default: 50mb)
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Directory and File Naming :- */
+/* -MaxDirNameLength :: Maximum allowed length of a directory name */
+/* -DirNameAllowedChars :: Array of characters allowed in a directory name */
+/* -FileNameAllowedChars :: Array of characters allowed in a file name */
+/*------------------------------------------------------------------------------*/
+
+$fckphp_config['MaxDirNameLength']=25;
+
+$fckphp_config['DirNameAllowedChars']=array();
+
+ //Allow numbers
+ for($i=48;$i<58;$i++) array_push($fckphp_config['DirNameAllowedChars'],chr($i));
+
+ //Allow lowercase letters
+ for($i=97;$i<123;$i++) array_push($fckphp_config['DirNameAllowedChars'],chr($i));
+
+ //Allow uppercase letters
+ for($i=65;$i<91;$i++) array_push($fckphp_config['DirNameAllowedChars'],chr($i));
+
+ //Allow space,dash,underscore,dot
+ array_push($fckphp_config['DirNameAllowedChars']," ","-","_",".");
+
+$fckphp_config['FileNameAllowedChars']=$fckphp_config['DirNameAllowedChars'];
+array_push($fckphp_config['FileNameAllowedChars'],')','(','[',']','~');
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Debugging :- */
+/* - Debug :: Boolean, if set to true a copy of the connector output is */
+/* sent to a file as well as to the client. */
+/* - DebugOutput :: File to send debug output to (absolute path) */
+/*------------------------------------------------------------------------------*/
+
+$fckphp_config['Debug']=false;
+$fckphp_config['DebugOutput']="/var/www/fckeditor/htdocs/FCKeditor/data/fck_conn_dbg";
+
+#Log PHP errors
+$fckphp_config['Debug_Errors']=false;
+$fckphp_config['Debug_Trace']=false;
+
+#Log Connector output
+$fckphp_config['Debug_Output']=false;
+
+#With each logged event display contents of
+/* $_GET */ $fckphp_config['Debug_GET']=false;
+/* $_POST */ $fckphp_config['Debug_POST']=false;
+/* $_SERVER */ $fckphp_config['Debug_SERVER']=false;
+/* $_SESSIONS */ $fckphp_config['Debug_SESSIONS']=false;
+
+/*==============================================================================*/
+
+
+/*------------------------------------------------------------------------------*/
+/* Internals :- */
+/* ResourceTypes :: Array of valid resource areas */
+/* Commands :: Array of valid commands accepted by the connector */
+/*------------------------------------------------------------------------------*/
+$fckphp_config['ResourceTypes'] = array('File','Image','Flash','Media');
+$fckphp_config['Commands'] = array(
+ "CreateFolder",
+ "GetFolders",
+ "GetFoldersAndFiles",
+ "FileUpload",
+ "Thumbnail",
+ "DeleteFile",
+ "DeleteFolder",
+ "GetUploadProgress",
+ "RenameFile",
+ "RenameFolder"
+ );
+/*==============================================================================*/
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/dtd/iso-lat1.ent
New file
0,0 → 1,62
<!ENTITY aacute "&#x00E1;">
<!ENTITY Aacute "&#x00C1;">
<!ENTITY acirc "&#x00E2;">
<!ENTITY Acirc "&#x00C2;">
<!ENTITY agrave "&#x00E0;">
<!ENTITY Agrave "&#x00C0;">
<!ENTITY aring "&#x00E5;">
<!ENTITY Aring "&#x00C5;">
<!ENTITY atilde "&#x00E3;">
<!ENTITY Atilde "&#x00C3;">
<!ENTITY auml "&#x00E4;">
<!ENTITY Auml "&#x00C4;">
<!ENTITY aelig "&#x00E6;">
<!ENTITY AElig "&#x00C6;">
<!ENTITY ccedil "&#x00E7;">
<!ENTITY Ccedil "&#x00C7;">
<!ENTITY eth "&#x00F0;">
<!ENTITY ETH "&#x00D0;">
<!ENTITY eacute "&#x00E9;">
<!ENTITY Eacute "&#x00C9;">
<!ENTITY ecirc "&#x00EA;">
<!ENTITY Ecirc "&#x00CA;">
<!ENTITY egrave "&#x00E8;">
<!ENTITY Egrave "&#x00C8;">
<!ENTITY euml "&#x00EB;">
<!ENTITY Euml "&#x00CB;">
<!ENTITY iacute "&#x00ED;">
<!ENTITY Iacute "&#x00CD;">
<!ENTITY icirc "&#x00EE;">
<!ENTITY Icirc "&#x00CE;">
<!ENTITY igrave "&#x00EC;">
<!ENTITY Igrave "&#x00CC;">
<!ENTITY iuml "&#x00EF;">
<!ENTITY Iuml "&#x00CF;">
<!ENTITY ntilde "&#x00F1;">
<!ENTITY Ntilde "&#x00D1;">
<!ENTITY oacute "&#x00F3;">
<!ENTITY Oacute "&#x00D3;">
<!ENTITY ocirc "&#x00F4;">
<!ENTITY Ocirc "&#x00D4;">
<!ENTITY ograve "&#x00F2;">
<!ENTITY Ograve "&#x00D2;">
<!ENTITY oslash "&#x00F8;">
<!ENTITY Oslash "&#x00D8;">
<!ENTITY otilde "&#x00F5;">
<!ENTITY Otilde "&#x00D5;">
<!ENTITY ouml "&#x00F6;">
<!ENTITY Ouml "&#x00D6;">
<!ENTITY szlig "&#x00DF;">
<!ENTITY thorn "&#x00FE;">
<!ENTITY THORN "&#x00DE;">
<!ENTITY uacute "&#x00FA;">
<!ENTITY Uacute "&#x00DA;">
<!ENTITY ucirc "&#x00FB;">
<!ENTITY Ucirc "&#x00DB;">
<!ENTITY ugrave "&#x00F9;">
<!ENTITY Ugrave "&#x00D9;">
<!ENTITY uuml "&#x00FC;">
<!ENTITY Uuml "&#x00DC;">
<!ENTITY yacute "&#x00FD;">
<!ENTITY Yacute "&#x00DD;">
<!ENTITY yuml "&#x00FF;">
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/test.html.suspended
New file
0,0 → 1,7
<html><head><title>File Upload Test</title></head>
<body>
<form enctype="multipart/form-data" method="post" action="/cgi-bin/upload.cgi?uploadID=58484&Connector=/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php&Command=FileUpload&Type=Image&CurrentFolder=/&ExtraParams=313131323934373331357c5e5345505e7c3139322e3136382e302e327c5e5345505e7c61646d696e7c5e5345505e7c3338316139376339633638303937393566343665313463613738383230626439">
<input type="file" name="NewFile" />
<input type="submit" value="Upload" />
</form>
</body></html>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/connector.php
New file
0,0 → 1,192
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: connector.php
+ * Main connector file, implements the State Pattern to
+ * redirect requests to the appropriate class based on
+ * the command name passed.
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+//Errors in the config.php could still cause problems.
+global $fckphp_config;
+require_once "config.php";
+
+error_reporting(E_ALL);
+function errorHandler ($errno, $errstr, $errfile, $errline, $errcontext) {
+ $reported=false;
+ if (strpos($errstr,"var: Deprecated.")===false) {
+ global $fckphp_config;
+ if ($fckphp_config['Debug']===true && $fckphp_config['Debug_Errors']===true) {
+ $oldData=implode("",file($fckphp_config['DebugOutput']));
+ if ($fh=fopen($fckphp_config['DebugOutput'],"w")) {
+ fwrite($fh,"\n".date("d/m/Y H:i:s")."\n");
+ fwrite($fh,"PHP ERROR:::
+ Error Number: $errno
+ Error Message: $errstr
+ Error File: $errfile
+ Error Line: $errline\n");
+ if ($fckphp_config['Debug_Trace']) fwrite($fh," Error Context: ".print_r($errcontext,true)."\n");
+ if ($fckphp_config['Debug_GET']) fwrite($fh,"\n\$_GET::\n".print_r($_GET,true)."\n");
+ if ($fckphp_config['Debug_POST']) fwrite($fh,"\n\$_POST::\n".print_r($_POST,true)."\n");
+ if ($fckphp_config['Debug_SERVER']) fwrite($fh,"\n\$_SERVER::\n".print_r($_SERVER,true)."\n");
+ if ($fckphp_config['Debug_SESSIONS']) fwrite($fh,"\n\$_SESSIONS::\n".print_r($_SESSION,true)."\n");
+ fwrite($fh,"\n-------------------------------------------------------\n\n\n");
+ fwrite($oldData); $oldData="";
+ fclose($fh);
+ $reported=true;
+ }
+ }
+
+ if (!$reported) {
+ //display error instead.
+ echo("PHP ERROR::: <br />
+ Error Number: $errno <br />
+ Error Message: $errstr <br />
+ Error File: $errfile <br />
+ Error Line: $errline <br />");
+
+ if ($fckphp_config['Debug_Trace']) echo "Error Context: ".print_r($errcontext,true)."\n";
+ if ($fckphp_config['Debug_GET']) echo "\$_GET::\n".print_r($_GET,true)."<br />\n";
+ if ($fckphp_config['Debug_POST']) echo "\$_POST::\n".print_r($_POST,true)."<br />\n";
+ if ($fckphp_config['Debug_SERVER']) echo "\$_SERVER::\n".print_r($_SERVER,true)."<br />\n";
+ if ($fckphp_config['Debug_SESSIONS']) echo "\$_SESSIONS::\n".print_r($_SESSION,true)."<br />\n";
+ echo "<br />\n<br />\n";
+ }
+ }
+}
+set_error_handler('errorHandler');
+
+if (!isset($_SERVER['DOCUMENT_ROOT'])) $_SERVER["DOCUMENT_ROOT"] = $fckphp_config['basedir'];
+
+if ($fckphp_config['Debug']===true && $fckphp_config['Debug_Output']) ob_start();
+outputHeaders();
+
+//These are the commands we may expect
+$valid_commands=$fckphp_config['Commands'];
+$valid_resource_types=$fckphp_config['ResourceTypes'];
+
+//Get the passed data
+$command=(
+ ((isset($_GET['Command']))&&($_GET['Command']!=""))?
+ $_GET['Command']:
+ ""
+ );
+
+$type=(
+ ((isset($_GET['Type']))&&($_GET['Type']!=""))?
+ $_GET['Type']:
+ "File"
+ );
+
+$cwd=str_replace("..","",
+ (
+ ((isset($_GET['CurrentFolder']))&&($_GET['CurrentFolder']!=""))?
+ $_GET['CurrentFolder']:
+ "/"
+ )
+ );
+
+$cwd=str_replace("..","",$cwd);
+
+$extra=(
+ ((isset($_GET['ExtraParams']))&&($_GET['ExtraParams']!=""))?
+ $_GET['ExtraParams']:
+ ""
+ );
+
+if (in_array($command,$valid_commands)) {
+
+ if ($fckphp_config['auth']['Req']) {
+ require_once "./Auth/".$fckphp_config['auth']['HandlerClass'].".php";
+
+ $auth=new Auth();
+ $fckphp_config=$auth->authenticate($extra,$fckphp_config);
+ if ($fckphp_config['authSuccess']!==true) {
+ header ("content-type: text/xml");
+ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
+ ?>
+<Connector command="authentication_failed" resourceType="authentication_failed">
+ <CurrentFolder path="authentication_failed" url="authentication_failed" />
+ <Error number="-1" />
+</Connector><?php
+ if ($fckphp_config['Debug']===true && $fckphp_config['Debug_Output']) recordOutput();
+ exit(0);
+ }
+ }
+
+ //bit of validation
+ if (!in_array($type,$valid_resource_types)) {
+ echo "Invalid resource type.";
+ if ($fckphp_config['Debug']===true && $fckphp_config['Debug_Output']) recordOutput();
+ exit(0);
+ }
+
+ require_once "Commands/$command.php";
+
+ $action=new $command($fckphp_config,$type,$cwd);
+
+ $action->run();
+ if ($fckphp_config['Debug']===true && $fckphp_config['Debug_Output']) recordOutput();
+
+} else {
+ //No reason for me to be here.
+ echo "Invalid command.";
+ echo str_replace("\n","<br />",print_r($_GET,true));
+ if ($fckphp_config['Debug']===true && $fckphp_config['Debug_Output']) recordOutput();
+ exit(0);
+}
+
+
+function recordOutput() {
+ global $fckphp_config;
+
+ if ($fckphp_config['Debug']===true && $fckphp_config['Debug_Output']) {
+ $contents=ob_get_contents();
+ if (strlen($contents)>0) {
+ $oldData=implode("",file($fckphp_config['DebugOutput']));
+ if ($fh=fopen($fckphp_config['DebugOutput'],"w")) {
+ fwrite($fh,"\n".date("d/m/Y H:i:s")."\n");
+ if ($fckphp_config['Debug_GET']) fwrite($fh,"\n\$_GET::\n".print_r($_GET,true)."\n");
+ if ($fckphp_config['Debug_POST']) fwrite($fh,"\n\$_POST::\n".print_r($_POST,true)."\n");
+ if ($fckphp_config['Debug_SERVER']) fwrite($fh,"\n\$_SERVER::\n".print_r($_SERVER,true)."\n");
+ if ($fckphp_config['Debug_SESSIONS']) fwrite($fh,"\n\$_SESSIONS::\n".print_r($_SESSION,true)."\n");
+ fwrite($fh,$contents);
+ fwrite($fh,"\n-------------------------------------------------------\n\n\n");
+ fwrite($fh,$oldData); $oldData="";
+ fclose($fh);
+ }
+ }
+ ob_flush();
+ }
+}
+
+function outputHeaders() {
+
+ //Anti browser caching headers
+ //Borrowed from fatboy's implementation (fatFCK@code247.com)
+
+ // ensure file is never cached
+ // Date in the past
+ header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
+
+ // always modified
+ header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
+
+ // HTTP/1.1
+ header("Cache-Control: no-store, no-cache, must-revalidate");
+ header("Cache-Control: post-check=0, pre-check=0", false);
+
+ // HTTP/1.0
+ header("Pragma: no-cache");
+}
+?>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/testme.php.suspended
New file
0,0 → 1,340
<html>
<head>
<title>Test PHP Connector</title>
</head>
<body>
<?php
error_reporting(E_ALL);
include "config.php";
$resources=$fckphp_config['ResourceTypes'];
$dr=$fckphp_config['basedir'];
$actual_userfolder=str_replace("//","/",$dr."/".$fckphp_config['UserFilesPath']."/");
//Display base directory set in the$fckphp_config
echo "Base Dir is set to: $dr<br />\n";
//Display the path to this script
echo "PHP_SELF: ".$_SERVER['PHP_SELF']."<br />\n";
//Seperator
echo "\n<br /><hr /><br />\n";
//Check if PHP has MIME-Magic Support
echo "Checking for mime magic support: ".((function_exists("mime_content_type"))?"Yes":"No - you won't get icons by mime type")."<br />";
//Check if PHP has GD Support
echo "Checking for GD support: ".((function_exists("imagecreate"))?"Yes":"No - you won't get thumbnails for images")."<br />";
echo "&nbsp;&nbsp;&nbsp;&nbsp;JPEG Support: ".((function_exists("imagecreatefromjpeg"))?"Yes":"No - you won't get thumbnails for jpeg images")."<br />";
echo "&nbsp;&nbsp;&nbsp;&nbsp;PNG Support: ".((function_exists("imagecreatefrompng"))?"Yes":"No - you won't get thumbnails for png images")."<br />";
echo "&nbsp;&nbsp;&nbsp;&nbsp;GIF Support: ".((function_exists("imagecreatefromgif"))?"Yes":"No - you won't get thumbnails for gif images")."<br />";
echo "&nbsp;&nbsp;&nbsp;&nbsp;Image Write Support: ".((function_exists("imagegif") || function_exists("imagepng") || function_exists("imagejpeg"))?"Yes":"No - you won't get thumbnails for any images, as i cant write GIFs, PNGs or JPEGs")."<br />";
//Seperator
echo "\n<br /><hr /><br />\n";
//Check if the user files folder set in the$fckphp_config exists
echo "Checking if user files folder exists ($actual_userfolder): ";
if (is_dir($actual_userfolder)) {
echo "[ Passed ]<br />\n";
} else {
echo "[ Failed ] <br />Task: Create the user files folder in the webroot and point the$fckphp_config.php file to it.<br />\n";
echo "Skipping all other tests, fix this one first.";
exit(0);
}
//Seperator
echo "\n<br /><hr /><br />\n";
//Check if the File,Image,Flash,Media folders exist in the user files folder and are writeable
echo "Checking for resource type folders under user file folder: <br />\n";
foreach ($resources as $value) {
//Does the folder exist
$passed=false;
echo "&nbsp;&nbsp;&nbsp;&nbsp;$value exists (".($actual_userfolder.$value).": ";
if (is_dir(($actual_userfolder.$value))) {
echo "[ Passed ]<br />\n";
$passed=true;
} else {
echo "[ Failed ]<br /> Task: chmod this folder to make it writeable to the php processes user.<br />\n";
}
//Is the folder writeable by PHP
echo "&nbsp;&nbsp;&nbsp;&nbsp;$value writeable: ";
if ($passed) {
if (is_writeable(($actual_userfolder.$value))) {
echo "[ Passed ]<br />\n";
} else {
echo "[ Failed ]<br /> Task: chmod this folder to make it writeable to the php processes user.<br />\n";
}
} else {
echo "[ Skipped ]<br />\n";
}
echo "<br />\n";
}
 
//Check if PHP is$fckphp_configured to use open_basedir
echo "Checking if open_basedir restriction in place: (".((($bd=ini_get("open_basedir"))==null)?"Not Set":$bd." - This may cause you some troubles.").")<br />";
//Try to open the user files folder
echo "Trying an opendir on the user files folder: ".((opendir($actual_userfolder))?"[ Passed ]":"[ Failed ]")."<br />";
//Seperator
echo "\n<br /><hr /><br />\n";
//Compose the url to the connector
$uri="http".(((isset($_SERVER['HTTPS']))&&(strtolower($_SERVER['HTTPS'])!='off'))?"s":"")."://".$_SERVER['SERVER_NAME'].dirname($_SERVER['SCRIPT_NAME'])."/";
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Test the GetFolders Command
echo "Requesting connector.php?Command=GetFolders&Type=Image&CurrentFolder=/ :<br />\n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$test = implode("",file($uri."connector.php?Command=GetFolders&Type=Image&CurrentFolder=/"));
$test=htmlentities($test);
echo str_replace("\n","<br />",$test);
echo "</div> Please do a sanity check on this, it should be something like: \n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$expect="
<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<Connector command=\"GetFolders\" resourceType=\"Image\">
<CurrentFolder path=\"/\" url=\"/data/resources/Image/\" />
<Folders>
</Folders>
</Connector>";
$expect=htmlentities($expect);
$expect=str_replace(array("\n","\r"),"<br />",$expect);
echo "<b>EXAMPLE RESPONSE</b>".$expect;
?>
</div>
<br /><br />
<?php
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Seperator
echo "\n<br /><hr /><br />\n";
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Test GetFoldersAndFiles Command
echo "Requesting connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/ :<br />\n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$test = implode("",file($uri."connector.php?Command=GetFoldersAndFiles&Type=Image&CurrentFolder=/"));
$test=htmlentities($test);
echo str_replace("\n","<br />",$test);
echo "</div> Please do a sanity check on this, it should be something like: \n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$expect="
<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<Connector command=\"GetFoldersAndFiles\" resourceType=\"Image\">
<CurrentFolder path=\"/\" url=\"/data/resources/Image/\" />
<Folders>
</Folders>
<Files>
</Files>
</Connector>";
$expect=htmlentities($expect);
$expect=str_replace(array("\n","\r"),"<br />",$expect);
echo "<b>EXAMPLE RESPONSE</b>".$expect;
?>
</div>
<br /><br />
<?php
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Seperator
echo "\n<br /><hr /><br />\n";
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Test the CreateFolder command
echo "Requesting connector.php?Command=CreateFolder&Type=Image&CurrentFolder=/&NewFolderName=TestFolder99 :<br />\n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$test = implode("",file($uri."connector.php?Command=CreateFolder&Type=Image&CurrentFolder=/&NewFolderName=TestFolder99"));
$test=htmlentities($test);
echo str_replace("\n","<br />",$test);
echo "</div> Please do a sanity check on this, it should be something like: \n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$expect="
<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<Connector command=\CreateFolder\" resourceType=\"Image\">
<CurrentFolder path=\"/\" url=\"/data/resources/Image/\" />
<Error number=\"0\" />
</Connector>";
$expect=htmlentities($expect);
$expect=str_replace(array("\n","\r"),"<br />",$expect);
echo "<b>EXAMPLE RESPONSE</b>".$expect;
?>
</div>
<br /><br />
<?php
//--------------------------------------------------------------------------------------------------------------------------------------------------
 
//Seperator
echo "\n<br /><hr /><br />\n";
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Test the RenameFolder Command
echo "Requesting connector.php?Command=RenameFolder&Type=Image&CurrentFolder=/&FolderName=TestFolder99&NewName=TestFolder90 :<br />\n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$test = implode("",file($uri."connector.php?Command=RenameFolder&Type=Image&CurrentFolder=/&FolderName=TestFolder99&NewName=TestFolder90"));
$test=htmlentities($test);
echo str_replace("\n","<br />",$test);
echo "</div> Please do a sanity check on this, it should be something like: \n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$expect="
<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<Connector command=\"RenameFolder\" resourceType=\"Image\">
<CurrentFolder path=\"/\" url=\"/data/resources/Image/\" />
<Error number=\"0\" />
</Connector>";
$expect=htmlentities($expect);
$expect=str_replace(array("\n","\r"),"<br />",$expect);
echo "<b>EXAMPLE RESPONSE</b>".$expect;
?>
</div>
<br /><br />
<?php
//--------------------------------------------------------------------------------------------------------------------------------------------------
 
//Seperator
echo "\n<br /><hr /><br />\n";
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Test the DeleteFolder Command
echo "Requesting connector.php?Command=DeleteFolder&Type=Image&CurrentFolder=/&FolderName=TestFolder90 :<br />\n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$test = implode("",file($uri."connector.php?Command=DeleteFolder&Type=Image&CurrentFolder=/&FolderName=TestFolder90"));
$test=htmlentities($test);
echo str_replace("\n","<br />",$test);
echo "</div> Please do a sanity check on this, it should be something like: \n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$expect="
<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<Connector command=\"DeleteFolder\" resourceType=\"Image\">
<CurrentFolder path=\"/\" url=\"/data/resources/Image/\" />
<Error number=\"0\" />
</Connector>";
$expect=htmlentities($expect);
$expect=str_replace(array("\n","\r"),"<br />",$expect);
echo "<b>EXAMPLE RESPONSE</b>".$expect;
?>
</div>
<br /><br />
<?php
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Seperator
echo "\n<br /><hr /><br />\n";
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Test the Progress.cgi Command
echo "Requesting ".$fckphp_config['uploadProgressHandler']."?iTotal=0&iRead=0&iStatus=1&sessionid=92823&dtnow=".time()."&dtstart=".time()." :<br />\n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$test = implode("",file($fckphp_config['uploadProgressHandler']."?iTotal=0&iRead=0&iStatus=1&sessionid=92823&dtnow=".time()."&dtstart=".time()));
$test=htmlentities($test);
echo str_replace("\n","<br />",$test);
echo "</div> Please do a sanity check on this, it should be something like: \n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$expect="
<UploadProgress sessionID=\"92823\">
<RefreshURL><![CDATA[".$fckphp_config['uploadProgressHandler']."?iTotal=0&iRead=0&iStatus=1&sessionid=92823&dtnow=1098477167&dtstart=1098477166]]></RefreshURL>
<TotalBytes>0</TotalBytes>
<ReadBytes>0</ReadBytes>
<Status>1</Status>
<Speed>0</Speed>
<TimeRemaining>00:00:00</TimeRemaining>
<TimeElapsed>00:00:01</TimeElapsed>
</UploadProgress>";
$expect=htmlentities($expect);
$expect=str_replace(array("\n","\r"),"<br />",$expect);
echo "<b>EXAMPLE RESPONSE</b>".$expect;
?>
</div>
<br /><br />
<?php
//--------------------------------------------------------------------------------------------------------------------------------------------------
 
//Seperator
echo "\n<br /><hr /><br />\n";
//--------------------------------------------------------------------------------------------------------------------------------------------------
//Test the GetUploadProgress Command
echo "Requesting connector.php?Command=GetUploadProgress&Type=File&CurrentFolder=/Docs/&uploadID=19382&refreshURL=".$fckphp_config['uploadProgressHandler']."?uploadID=19382&amp;read=30&amp;total=100 :<br />\n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$test = implode("",file($uri."connector.php?Command=GetUploadProgress&Type=File&CurrentFolder=/Docs/&uploadID=19382&refreshURL=".$fckphp_config['uploadProgressHandler']."?uploadID=19382&amp;read=30&amp;total=100"));
$test=str_replace("&amp;","&",$test);
$test=htmlentities($test);
echo str_replace("\n","<br />",$test);
echo "</div> Please do a sanity check on this, it should be something like: \n
<div style=\"border-style:solid;border-width:1px;border-color:#000000\">\n";
$expect="
<?xml version=\"1.0\" encoding=\"utf-8\" ?>
<Connector command=\"GetUploadProgress\" resourceType=\"File\">
<CurrentFolder path=\"/Docs/\" url=\"/data/resources/File/Docs/\" />
<Progress max=\"0\" value=\"0\" />
<RefreshURL url=\"".$fckphp_config['uploadProgressHandler']."?iTotal=&iRead=&iStatus=&sessionid=&dtnow=1098478692&dtstart=\" />
</Connector>";
$expect=htmlentities($expect);
$expect=str_replace(array("\n","\r"),"<br />",$expect);
echo "<b>EXAMPLE RESPONSE</b>".$expect;
?>
</div>
<br /><br />
<?php
//--------------------------------------------------------------------------------------------------------------------------------------------------
 
?>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Auth/Default.php
New file
0,0 → 1,84
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: Default.php
+ * Im not very clued up on authentication but even i can see that anyone
+ * who can spoof an IP could perform a replay attack on this, but its
+ * better than nothing.
+ * There is a 1 hour time out on tokens to help this slightly.
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class Auth {
+
+ function authenticate($data,$fckphp_config) {
+
+ //Hold relevant$fckphp_config vars locally
+ $key=$fckphp_config['auth']['Handler']['SharedKey'];
+ $fckphp_config['authSuccess']=false;
+
+ //Decrypt the data passed to us
+ $decData="";
+ for ($i=0;$i<strlen($data)-1;$i+=2) $decData.=chr(hexdec($data[$i].$data[$i+1]));
+
+ $decArray=explode("|^SEP^|",$decData);
+
+ if (sizeof($decArray)==4) {
+ //0 = Timestamp
+ //1 = Client IP
+ //2 = Username
+ //3 = MD5
+ if ($decArray[3]==md5($decArray[0]."|^SEP^|".$decArray[1]."|^SEP^|".$decArray[2].$key)) {
+ if (time()-$decArray[0]<3600) { //Token valid for max of 1 hour
+ if ($_SERVER['REMOTE_ADDR']==$decArray[1]) {
+
+ //Set the file root to the users individual one
+ $top=str_replace("//","/",$fckphp_config['basedir'].'/'.$fckphp_config['UserFilesPath']."/users");
+ $fckphp_config['UserFilesPath']=$fckphp_config['UserFilesPath']."/users/".$decArray[2];
+ $up=str_replace("//","/",$fckphp_config['basedir'].'/'.$fckphp_config['UserFilesPath']);
+
+ if (!file_exists($top)) {
+ mkdir($top,0777) or die("users folder in UserFilesPath does not exist and could not be created.");
+ chmod($top,0777);
+ }
+
+ //Create folder if it doesnt exist
+ if (!file_exists($up)) {
+ mkdir($up,0777) or die("users/".$decArray[2]." folder in UserFilesPath does not exist and could not be created.");
+ chmod($up,0777); //Just for good measure
+ }
+
+ //Create resource area subfolders if they dont exist
+ foreach ($fckphp_config['ResourceTypes'] as $value) {
+ if (!file_exists("$up/$value")) {
+ mkdir("$up/$value",0777) or die("users/".$decArray[2]."/$value folder in UserFilesPath does not exist and could not be created.");
+ chmod("$up/$value",0777); //Just for good measure
+ }
+ }
+ $fckphp_config['authSuccess']=true;
+ } else {
+ //Not same client as auth token is for
+ }
+ } else {
+ //Token more than an hour old
+ }
+ } else {
+ //Data integrity failed
+ }
+ } else {
+ //Not enough data (decryption failed?)
+ }
+
+ return $fckphp_config;
+ }
+}
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/DeleteFolder.php
New file
0,0 → 1,76
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: DeleteFolder.php
+ * Implements the DeleteFolder command to delete a folder
+ * in the current directory. Output is in XML.
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class DeleteFolder {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+ var $newfolder;
+
+ function DeleteFolder($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($this->fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ $this->foldername=str_replace(array("..","/"),"",$_GET['FolderName']);
+ }
+
+ function run() {
+
+ if ($this->delDir($this->real_cwd.'/'.$this->foldername)) {
+ $err_no=0;
+ } else {
+ $err_no=402;
+ }
+
+ header ("content-type: text/xml");
+ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
+ ?>
+<Connector command="DeleteFolder" resourceType="<?php echo $this->type; ?>">
+ <CurrentFolder path="<?php echo $this->raw_cwd; ?>" url="<?php echo $this->actual_cwd; ?>" />
+ <Error number="<?php echo "".$err_no; ?>" />
+</Connector>
+ <?php
+ }
+
+
+ function delDir($dir) {
+ $dh=opendir($dir);
+ if ($dh) {
+ while ($entry=readdir($dh)) {
+ if (($entry!=".")&&($entry!="..")) {
+ if (is_dir($dir.'/'.$entry)) {
+ $this->delDir($dir.'/'.$entry);
+ } else {
+ $thumb=$dir.'/.thumb_'.$entry;
+ if (file_exists($thumb)) if (!unlink($thumb)) return false;
+ if (!unlink($dir.'/'.$entry)) return false;
+ }
+ }
+ }
+ closedir($dh);
+ return rmdir($dir);
+ } else {
+ return false;
+ }
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/GetFolders.php
New file
0,0 → 1,64
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: GetFolders.php
+ * Implements the GetFolders command, to list the folders
+ * in the current directory. Output is in XML
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class GetFolders {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+
+ function GetFolders($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ }
+
+ function run() {
+ header ("content-type: text/xml");
+ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
+ ?>
+<Connector command="GetFolders" resourceType="<?php echo $this->type; ?>">
+ <CurrentFolder path="<?php echo $this->raw_cwd; ?>" url="<?php echo $this->actual_cwd; ?>" />
+ <Folders>
+ <?php
+ if ($dh=opendir($this->real_cwd)) {
+ while (($filename=readdir($dh))!==false) {
+ if (($filename!=".")&&($filename!="..")) {
+ if (is_dir($this->real_cwd."/$filename")) {
+
+ //check if$fckphp_configured not to show this folder
+ $hide=false;
+ for($i=0;$i<sizeof($this->fckphp_config['ResourceAreas'][$this->type]['HideFolders']);$i++)
+ $hide=(ereg($this->fckphp_config['ResourceAreas'][$this->type]['HideFolders'][$i],$filename)?true:$hide);
+
+ if (!$hide) echo "<Folder name=\"$filename\" />\n";
+ }
+ }
+ }
+ closedir($dh);
+ }
+ ?>
+ </Folders>
+</Connector>
+ <?php
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/CreateFolder.php
New file
0,0 → 1,89
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: CreateFolder.php
+ * Implements the CreateFolder command to make a new folder
+ * in the current directory. Output is in XML.
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class CreateFolder {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+ var $newfolder;
+
+ function CreateFolder($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($this->fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ $this->newfolder=str_replace(array("..","/"),"",$_GET['NewFolderName']);
+ }
+
+ function checkFolderName($folderName) {
+
+ //Check the name is not too long
+ if (strlen($folderName)>$this->fckphp_config['MaxDirNameLength']) return false;
+
+ //Check that it only contains valid characters
+ for($i=0;$i<strlen($folderName);$i++) if (!in_array(substr($folderName,$i,1),$this->fckphp_config['DirNameAllowedChars'])) return false;
+
+ //If it got this far all is ok
+ return true;
+ }
+
+ function run() {
+ header ("content-type: text/xml");
+ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
+ ?>
+<Connector command="CreateFolder" resourceType="<?php echo $this->type; ?>">
+ <CurrentFolder path="<?php echo $this->raw_cwd; ?>" url="<?php echo $this->actual_cwd; ?>" />
+ <?php
+ $newdir=str_replace("//","/",($this->real_cwd."/".$this->newfolder));
+
+ //Check the new name
+ if ($this->checkFolderName($this->newfolder)) {
+
+ //Check if it already exists
+ if (is_dir($newdir)) {
+ $err_no=101; //Folder already exists
+ } else {
+
+ //Check if we can create the directory here
+ if (is_writeable($this->real_cwd)) {
+
+ //Make the directory
+ if (mkdir($newdir,0777)) {
+ $err_no=0; //Success
+ } else {
+
+ $err_no=110; //Unknown error
+ }
+ } else {
+ $err_no=103; //No permissions to create
+ }
+ }
+ } else {
+ $err_no=102; //Invalid Folder Name
+ }
+
+ ?>
+ <Error number="<?php echo "".$err_no; ?>" />
+</Connector>
+ <?php
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/DeleteFile.php
New file
0,0 → 1,62
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: DeleteFile.php
+ * Implements the DeleteFile command to delete a file
+ * in the current directory. Output is in XML.
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class DeleteFile {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+ var $newfolder;
+
+ function DeleteFile($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($this->fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ $this->filename=str_replace(array("..","/"),"",$_GET['FileName']);
+ }
+
+ function run() {
+ $result1=false;
+ $result2=true;
+
+ $thumb=$this->real_cwd.'/.thumb_'.$this->filename;
+ $result1=unlink($this->real_cwd.'/'.$this->filename);
+ if (file_exists($thumb)) $result2=unlink($thumb);
+
+ header ("content-type: text/xml");
+ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
+ ?>
+<Connector command="DeleteFile" resourceType="<?php echo $this->type; ?>">
+ <CurrentFolder path="<?php echo $this->raw_cwd; ?>" url="<?php echo $this->actual_cwd; ?>" />
+ <?php
+ if ($result1&&$result2) {
+ $err_no=0;
+ } else {
+ $err_no=302;
+ }
+
+ ?>
+ <Error number="<?php echo "".$err_no; ?>" />
+</Connector>
+ <?php
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/RenameFolder.php
New file
0,0 → 1,71
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: RenameFolder.php
+ * Implements the DeleteFile command to delete a file
+ * in the current directory. Output is in XML
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class RenameFolder {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+ var $newfolder;
+
+ function RenameFolder($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ $this->foldername=str_replace(array("..","/"),"",$_GET['FolderName']);
+ $this->newname=str_replace(array("..","/"),"",$this->checkName($_GET['NewName']));
+ }
+
+ function checkName($name) {
+ $newName="";
+ for ($i=0;$i<strlen($name);$i++) {
+ if (in_array($name[$i],$this->fckphp_config['DirNameAllowedChars'])) $newName.=$name[$i];
+ }
+ return $newName;
+ }
+
+ function run() {
+ $result1=false;
+
+
+ if ($this->newname!='') {
+ $result1=rename($this->real_cwd.'/'.$this->foldername,$this->real_cwd.'/'.$this->newname);
+ }
+
+ header ("content-type: text/xml");
+ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
+ ?>
+<Connector command="RenameFolder" resourceType="<?php echo $this->type; ?>">
+ <CurrentFolder path="<?php echo $this->raw_cwd; ?>" url="<?php echo $this->actual_cwd; ?>" />
+ <?php
+ if ($result1) {
+ $err_no=0;
+ } else {
+ $err_no=602;
+ }
+
+ ?>
+ <Error number="<?php echo "".$err_no; ?>" />
+</Connector>
+ <?php
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/Thumbnail.php
New file
0,0 → 1,241
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: Thumbnail.php
+ * Implements the Thumbnail command, to return
+ * a thumbnail to the browser for the sent file,
+ * if the file is an image an attempt is made to
+ * generate a thumbnail, otherwise an appropriate
+ * icon is returned.
+ * Output is image data
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+include "helpers/iconlookup.php";
+
+class Thumbnail {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+ var $filename;
+
+ function Thumbnail($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ $this->filename=str_replace(array("..","/"),"",$_GET['FileName']);
+ }
+
+ function run() {
+ //$mimeIcon=getMimeIcon($mime);
+ $fullfile=$this->real_cwd.'/'.$this->filename;
+ $thumbfile=$this->real_cwd.'/.thumb_'.$this->filename;
+ $icon=false;
+
+ if (file_exists($thumbfile)) {
+ $icon=$thumbfile;
+ } else {
+ $mime=$this->getMIME($fullfile);
+ $ext=strtolower($this->getExtension($this->filename));
+
+ if ($this->isImage($mime,$ext))
+ {
+
+ //Try and find a thumbnail, else try to generate one
+ // else send generic picture icon.
+
+ if ($this->isJPEG($mime,$ext)) {
+ $result=$this->resizeFromJPEG($fullfile);
+
+ } elseif ($this->isGIF($mime,$ext)) {
+ $result=$this->resizeFromGIF($fullfile);
+
+ } elseif ($this->isPNG($mime,$ext)) {
+ $result=$this->resizeFromPNG($fullfile);
+ }
+
+ if ($result!==false) {
+ if (function_exists("imagejpeg")) {
+ imagejpeg($result,$thumbfile,70);
+ chmod($thumbfile,0777);
+ $icon=$thumbfile;
+ } elseif (function_exists("imagepng")) {
+ imagepng($result,$thumbfile);
+ chmod($thumbfile,0777);
+ $icon=$thumbfile;
+ } elseif (function_exists("imagegif")) {
+ imagegif($result,$thumbfile);
+ chmod($thumbfile,0777);
+ $icon=$thumbfile;
+ } else {
+ $icon=iconLookup($mime,$ext);
+ }
+
+ } else {
+ $icon=iconLookup($mime,$ext);
+ }
+ } else {
+ $icon=iconLookup($mime,$ext);
+ }
+ }
+
+
+ $iconMime=$this->image2MIME($icon);
+ if ($iconMime==false) $iconMime="image/jpeg";
+
+ header("Content-type: $iconMime",true);
+ readfile($icon);
+
+ }
+
+ function getMIME($file) {
+ $mime="text/plain";
+
+ //If mime magic is installed
+ if (function_exists("mime_content_type")) {
+ $mime=mime_content_type($file);
+ } else {
+ $mime=$this->image2MIME($file);
+ }
+
+ return strtolower($mime);
+ }
+
+ function image2MIME($file) {
+ $fh=fopen($file,"r");
+ if ($fh) {
+ $start4=fread($fh,4);
+ $start3=substr($start4,0,3);
+
+ if ($start4=="\x89PNG") {
+ return "image/png";
+ } elseif ($start3=="GIF") {
+ return "image/gif";
+ } elseif ($start3=="\xFF\xD8\xFF") {
+ return "image/jpeg";
+ } elseif ($start4=="hsi1") {
+ return "image/jpeg";
+ } else {
+ return false;
+ }
+
+ unset($start3);unset($start4);
+ fclose($fh);
+ } else {
+ return false;
+ }
+ }
+
+
+ function isImage($mime,$ext) {
+ if (
+ ($mime=="image/gif")||
+ ($mime=="image/jpeg")||
+ ($mime=="image/jpg")||
+ ($mime=="image/pjpeg")||
+ ($mime=="image/png")||
+ ($ext=="jpg")||
+ ($ext=="jpeg")||
+ ($ext=="png")||
+ ($ext=="gif") ) {
+
+ return true;
+ } else {
+ return false;
+ }
+ }
+
+ function isJPEG($mime,$ext) {
+ if (($mime=="image/jpeg")||($mime=="image/jpg")||($mime=="image/pjpeg")||($ext=="jpg")||($ext=="jpeg")) {
+ return true;
+ } else {
+ return false;
+ }
+ }
+
+ function isGIF($mime,$ext) {
+ if (($mime=="image/gif")||($ext=="gif")) {
+ return true;
+ } else {
+ return false;
+ }
+ }
+
+ function isPNG($mime,$ext) {
+ if (($mime=="image/png")||($ext=="png")) {
+ return true;
+ } else {
+ return false;
+ }
+ }
+
+ function getExtension($filename) {
+ //Get Extension
+ $ext="";
+ $lastpos=strrpos($this->filename,'.');
+ if ($lastpos!==false) $ext=substr($this->filename,($lastpos+1));
+ return strtolower($ext);
+ }
+
+ function resizeFromJPEG($file) {
+ if (function_exists("imagecreatefromjpeg")) {
+ $img=@imagecreatefromjpeg($this->real_cwd.'/'.$this->filename);
+ return (($img)?$this->resizeImage($img):false);
+ } else { return false; }
+ }
+
+ function resizeFromGIF($file) {
+ if (function_exists("imagecreatefromgif")) {
+ $img=@imagecreatefromgif($this->real_cwd.'/'.$this->filename);
+ return (($img)?$this->resizeImage($img):false);
+ } else { return false; }
+ }
+
+ function resizeFromPNG($file) {
+ if (function_exists("imagecreatefrompng")) {
+ $img=@imagecreatefrompng($this->real_cwd.'/'.$this->filename);
+ return (($img)?$this->resizeImage($img):false);
+ } else { return false; }
+ }
+
+ function resizeImage($img) {
+ //Get size for thumbnail
+ $width=imagesx($img); $height=imagesy($img);
+ if ($width>$height) { $n_height=$height*(96/$width); $n_width=96; } else { $n_width=$width*(96/$height); $n_height=96; }
+
+ $x=0;$y=0;
+ if ($n_width<96) $x=round((96-$n_width)/2);
+ if ($n_height<96) $y=round((96-$n_height)/2);
+
+ $thumb=imagecreatetruecolor(96,96);
+
+ #Background colour fix by:
+ #Ben Lancaster (benlanc@ster.me.uk)
+ $bgcolor = imagecolorallocate($thumb,255,255,255);
+ imagefill($thumb, 0, 0, $bgcolor);
+
+ if (function_exists("imagecopyresampled")) {
+ if (!($result=@imagecopyresampled($thumb,$img,$x,$y,0,0,$n_width,$n_height,$width,$height))) {
+ $result=imagecopyresized($thumb,$img,$x,$y,0,0,$n_width,$n_height,$width,$height);
+ }
+ } else {
+ $result=imagecopyresized($thumb,$img,$x,$y,0,0,$n_width,$n_height,$width,$height);
+ }
+
+ return ($result)?$thumb:false;
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/FileUpload.php
New file
0,0 → 1,246
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: FileUpload.php
+ * Implements the FileUpload command,
+ * Checks the file uploaded is allowed,
+ * then moves it to the user data area.
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class FileUpload {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+ var $newfolder;
+
+ function FileUpload($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($this->fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ }
+
+ function cleanFilename($filename) {
+ $n_filename="";
+
+ //Check that it only contains valid characters
+ for($i=0;$i<strlen($filename);$i++) if (in_array(substr($filename,$i,1),$this->fckphp_config['FileNameAllowedChars'])) $n_filename.=substr($filename,$i,1);
+
+ //If it got this far all is ok
+ return $n_filename;
+ }
+
+ function run() {
+ //If using CGI Upload script, get file info and insert into $_FILE array
+ if (
+ (sizeof($_FILES)==0) &&
+ isset($_GET['file']) &&
+ isset($_GET['file']['NewFile']) &&
+ is_array($_GET['file']['NewFile'])
+ ) {
+ if (isset($_GET['file']['NewFile']['name'])&&$_GET['file']['NewFile']['size']&&$_GET['file']['NewFile']['tmp_name']) {
+ $_FILES['NewFile']['name']=basename(str_replace("\\","/",$_GET['file']['NewFile']['name']));
+ $_FILES['NewFile']['size']=$_GET['file']['NewFile']['size'];
+ $_FILES['NewFile']['tmp_name']=$_GET['file']['NewFile']['tmp_name'];
+ } else {
+ $disp="202,'Incomplete file information from upload CGI'";
+ }
+ }
+
+// if (isset($_FILES['NewFile'])&&isset($_FILES['NewFile']['name'])&&($_FILES['NewFile']['name']!=""))
+// $_FILES['NewFile']['name']=$_FILES['NewFile']['name']; //$this->cleanFilename($_FILES['NewFile']['name']);
+
+ $typeconfig=$this->fckphp_config['ResourceAreas'][$this->type];
+
+ header ("content-type: text/html");
+ if (sizeof($_FILES)>0) {
+ if (array_key_exists("NewFile",$_FILES)) {
+ if ($_FILES['NewFile']['size']<($typeconfig['MaxSize']*1024)) {
+
+ $filename=basename(str_replace("\\","/",$_FILES['NewFile']['name']));
+
+ $lastdot=strrpos($filename,".");
+
+ if ($lastdot!==false) {
+ $ext=substr($filename,($lastdot+1));
+ $filename=substr($filename,0,$lastdot);
+
+ if (in_array(strtolower($ext),$typeconfig['AllowedExtensions'])) {
+
+ $test=0;
+ $dirSizes=array();
+ $globalSize=0;
+ $failSizeCheck=false;
+ if ($this->fckphp_config['DiskQuota']['Global']!=-1) {
+ foreach ($this->fckphp_config['ResourceTypes'] as $resType) {
+
+ $dirSizes[$resType]=
+ $this->getDirSize(
+ $this->fckphp_config['basedir']."/".$this->fckphp_config['UserFilesPath']."/$resType");
+
+ if ($dirSizes[$resType]===false) {
+ //Failed to stat a directory, fall out
+ $failSizeCheck=true;
+ $msg="\\nUnable to determine the size of a folder.";
+ break;
+ }
+ $globalSize+=$dirSizes[$resType];
+ }
+
+ $globalSize+=$_FILES['NewFile']['size'];
+
+ if (!$failSizeCheck) {
+ if ($globalSize>($this->fckphp_config['DiskQuota']['Global']*1048576)) {
+ $failSizeCheck=true;
+ $msg="\\nYou are over the global disk quota.";
+ }
+ }
+ }
+
+ if (($typeconfig['DiskQuota']!=-1)&&(!$failSizeCheck)) {
+ if ($this->fckphp_config['DiskQuota']['Global']==-1) {
+ $dirSizes[$this->type]=
+ $this->getDirSize(
+ $this->fckphp_config['basedir']."/".$this->fckphp_config['UserFilesPath']."/".$this->type);
+ }
+
+ if (($dirSizes[$this->type]+$_FILES['NewFile']['size'])>
+ ($typeconfig['DiskQuota']*1048576)) {
+ $failSizeCheck=true;
+ $msg="\\nYou are over the disk quota for this resource type.";
+ }
+ }
+
+ if ((($this->fckphp_config['DiskQuota']['Global']!=-1)||($typeconfig['DiskQuota']!=-1))&&$failSizeCheck) {
+ //Disk Quota over
+ $disp="202,'Over disk quota, ".$msg."'";
+ } else {
+
+ if (file_exists($this->real_cwd."/$filename.$ext")) {
+ $taskDone=false;
+
+ //File already exists, try renaming
+ //If there are more than 200 files with
+ // the same name giveup
+ for ($i=1;(($i<200)&&($taskDone==false));$i++) {
+ if (!file_exists($this->real_cwd."/$filename($i).$ext")) {
+ if (is_uploaded_file($_FILES['NewFile']['tmp_name'])) {
+ if
+ (move_uploaded_file($_FILES['NewFile']['tmp_name'],($this->real_cwd."/$filename($i).$ext"))) {
+ chmod(($this->real_cwd."/$filename($i).$ext"),0777);
+ $disp="201,'..$filename($i).$ext'";
+ } else {
+ $disp="202,'Failed to upload file, internal error.'";
+ }
+ } else {
+ if
+ (rename($_FILES['NewFile']['tmp_name'],($this->real_cwd."/$filename($i).$ext"))) {
+ chmod(($this->real_cwd."/$filename($i).$ext"),0777);
+ $disp="201,'$filename($i).$ext'";
+ } else {
+ $disp="202,'Failed to upload file, internal error.'";
+ }
+ }
+ $taskDone=true;
+ }
+ }
+ if ($taskDone==false) {
+ $disp="202,'Failed to upload file, internal error..'";
+ }
+ } else {
+ //Upload file
+ if (is_uploaded_file($_FILES['NewFile']['tmp_name'])) {
+ if (move_uploaded_file($_FILES['NewFile']['tmp_name'],($this->real_cwd."/$filename.$ext"))) {
+ chmod(($this->real_cwd."/$filename.$ext"),0777);
+ $disp="0";
+ } else {
+ $disp="202,'Failed to upload file, internal error...'";
+ }
+ } else {
+ if (rename($_FILES['NewFile']['tmp_name'],($this->real_cwd."/$filename.$ext"))) {
+ chmod(($this->real_cwd."/$filename.$ext"),0777);
+ $disp="0";
+ } else {
+ $disp="202,'Failed to upload file, internal error...'";
+ }
+ }
+ }
+ }
+ } else {
+ //Disallowed file extension
+ $disp="202,'Disallowed file type.'";
+ }
+
+ } else {
+ //No file extension to check
+ $disp="202,'Unable to determine file type of file'";
+ }
+
+ } else {
+ //Too big
+ $disp="202,'This file exceeds the maximum upload size.'";
+ }
+ } else {
+ //No file uploaded with field name NewFile
+ $disp="202,'Unable to find uploaded file.'";
+ }
+ } else {
+ //No files uploaded
+
+ //Should really send something back saying
+ //invalid file, but this breaks the filemanager
+ //with firefox, so for now we'll just exit
+ exit(0);
+ //$disp="202";
+ }
+
+ ?>
+ <html>
+ <head>
+ <title>Upload Complete</title>
+ </head>
+ <body>
+ <script type="text/javascript">
+ window.parent.frames['frmUpload'].OnUploadCompleted(<?php echo $disp; ?>) ;
+ </script>
+ </body>
+ </html>
+ <?php
+
+ }
+
+ function getDirSize($dir) {
+ $dirSize=0;
+ if ($dh=@opendir($dir)) {
+ while ($file=@readdir($dh)) {
+ if (($file!=".")&&($file!="..")) {
+ if (is_dir($dir."/".$file)) {
+ $tmp_dirSize=$this->getDirSize($dir."/".$file);
+ if ($tmp_dirSize!==false) $dirSize+=$tmp_dirSize;
+ } else {
+ $dirSize+=filesize($dir."/".$file);
+ }
+ }
+ }
+ @closedir($dh);
+ } else {
+ return false;
+ }
+
+ return $dirSize;
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/GetFoldersAndFiles.php
New file
0,0 → 1,150
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: GetFoldersAndFiles.php
+ * Implements the GetFoldersAndFiles command, to list
+ * files and folders in the current directory.
+ * Output is in XML
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class GetFoldersAndFiles {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+
+ function GetFoldersAndFiles($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ }
+
+ function run() {
+
+ header ("Content-Type: application/xml; charset=utf-8");
+ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
+ ?>
+<!DOCTYPE Connector [
+
+<?php include "dtd/iso-lat1.ent";?>
+
+ <!ELEMENT Connector (CurrentFolder,Folders,Files)>
+ <!ATTLIST Connector command CDATA "noname">
+ <!ATTLIST Connector resourceType CDATA "0">
+
+ <!ELEMENT CurrentFolder (#PCDATA)>
+ <!ATTLIST CurrentFolder path CDATA "noname">
+ <!ATTLIST CurrentFolder url CDATA "0">
+
+ <!ELEMENT Folders (#PCDATA)>
+
+ <!ELEMENT Folder (#PCDATA)>
+ <!ATTLIST Folder name CDATA "noname_dir">
+
+ <!ELEMENT Files (#PCDATA)>
+
+ <!ELEMENT File (#PCDATA)>
+ <!ATTLIST File name CDATA "noname_file">
+ <!ATTLIST File size CDATA "0">
+] >
+
+<Connector command="GetFoldersAndFiles" resourceType="<?php echo $this->type; ?>">
+ <CurrentFolder path="<?php echo $this->raw_cwd; ?>" url="<?php echo $this->fckphp_config['urlprefix'] . $this->actual_cwd; ?>" />
+ <Folders>
+<?php
+ $files=array();
+ if ($dh=opendir($this->real_cwd)) {
+ while (($filename=readdir($dh))!==false) {
+
+ if (($filename!=".")&&($filename!="..")) {
+ if (is_dir($this->real_cwd."/$filename")) {
+ //check if$fckphp_configured not to show this folder
+ $hide=false;
+ for($i=0;$i<sizeof($this->fckphp_config['ResourceAreas'][$this->type]['HideFolders']);$i++)
+ $hide=(ereg($this->fckphp_config['ResourceAreas'][$this->type]['HideFolders'][$i],$filename)?true:$hide);
+
+ if (!$hide) echo "\t\t<Folder name=\"$filename\" />\n";
+
+ } else {
+ array_push($files,$filename);
+ }
+ }
+ }
+ closedir($dh);
+ }
+ echo "\t</Folders>\n";
+ echo "\t<Files>\n";
+
+ for ($i=0;$i<sizeof($files);$i++) {
+
+ $lastdot=strrpos($files[$i],".");
+ $ext=(($lastdot!==false)?(substr($files[$i],$lastdot+1)):"");
+
+ if (in_array(strtolower($ext),$this->fckphp_config['ResourceAreas'][$this->type]['AllowedExtensions'])) {
+
+ //check if$fckphp_configured not to show this file
+ $editable=$hide=false;
+ for($j=0;$j<sizeof($this->fckphp_config['ResourceAreas'][$this->type]['HideFiles']);$j++)
+ $hide=(ereg($this->fckphp_config['ResourceAreas'][$this->type]['HideFiles'][$j],$files[$i])?true:$hide);
+
+ if (!$hide) {
+ if ($this->fckphp_config['ResourceAreas'][$this->type]['AllowImageEditing'])
+ $editable=$this->isImageEditable($this->real_cwd."/".$files[$i]);
+
+ echo "\t\t<File name=\"".htmlentities($files[$i])."\" size=\"".ceil(filesize($this->real_cwd."/".$files[$i])/1024)."\" editable=\"" . ( $editable?"1":"0" ) . "\" />\n";
+ }
+
+ }
+
+ }
+
+ echo "\t</Files>\n";
+ echo "</Connector>\n";
+ }
+
+
+ function isImageEditable($file) {
+ $fh=fopen($file,"r");
+ if ($fh) {
+ $start4=fread($fh,4);
+ fclose($fh);
+
+ $start3=substr($start4,0,3);
+
+ if ($start4=="\x89PNG") { //PNG
+ return (function_exists("imagecreatefrompng") && function_exists("imagepng"));
+
+ } elseif ($start3=="GIF") { //GIF
+ return (function_exists("imagecreatefromgif") && function_exists("imagegif"));
+
+ } elseif ($start3=="\xFF\xD8\xFF") { //JPEG
+ return (function_exists("imagecreatefromjpeg")&& function_exists("imagejpeg"));
+
+ } elseif ($start4=="hsi1") { //JPEG
+ return (function_exists("imagecreatefromjpeg")&& function_exists("imagejpeg"));
+
+ } else {
+ return false;
+ }
+
+ } else {
+ return false;
+ }
+ }
+
+
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/RenameFile.php
New file
0,0 → 1,97
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: RenameFile.php
+ * Implements the DeleteFile command to delete a file
+ * in the current directory. Output is in XML
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class RenameFile {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+ var $newfolder;
+
+ function RenameFile($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ $this->filename=str_replace(array("..","/"),"",$_GET['FileName']);
+ $this->newname=str_replace(array("..","/"),"",$this->checkName($_GET['NewName']));
+ }
+
+ function checkName($name) {
+ $newName="";
+ for ($i=0;$i<strlen($name);$i++) {
+ if (in_array($name[$i],$this->fckphp_config['FileNameAllowedChars'])) $newName.=$name[$i];
+ }
+ return $newName;
+ }
+
+ function run() {
+ $result1=false;
+ $result2=true;
+
+ if ($this->newname!='') {
+
+ if ($this->nameValid($this->newname)) {
+ //Remove thumbnail if it exists
+ $result2=true;
+ $thumb=$this->real_cwd.'/.thumb_'.$this->filename;
+ if (file_exists($thumb)) $result2=unlink($thumb);
+
+ $result1=rename($this->real_cwd.'/'.$this->filename,$this->real_cwd.'/'.$this->newname);
+ } else {
+ $result1=false;
+ }
+ }
+
+ header ("content-type: text/xml");
+ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
+ ?>
+<Connector command="RenameFile" resourceType="<?php echo $this->type; ?>">
+ <CurrentFolder path="<?php echo $this->raw_cwd; ?>" url="<?php echo $this->actual_cwd; ?>" />
+ <?php
+ if ($result1&&$result2) {
+ $err_no=0;
+ } else {
+ $err_no=502;
+ }
+ ?>
+ <Error number="<?php echo "".$err_no; ?>" />
+</Connector>
+ <?php
+ }
+
+ function nameValid($fname) {
+ $type_config=$this->fckphp_config['ResourceAreas'][$this->type];
+
+ $lastdot=strrpos($fname,".");
+
+ if ($lastdot!==false) {
+ $ext=substr($fname,($lastdot+1));
+ $fname=substr($fname,0,$lastdot);
+
+ if (in_array(strtolower($ext),$type_config['AllowedExtensions'])) {
+ return true;
+ } else {
+ return false;
+ }
+ }
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/GetUploadProgress.php
New file
0,0 → 1,87
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: GetUploadProgress.php
+ * Implements the GetFolders command, to list the folders
+ * in the current directory. Output is in XML
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+class GetUploadProgress {
+ var $fckphp_config;
+ var $type;
+ var $cwd;
+ var $actual_cwd;
+ var $uploadID;
+
+ function GetUploadProgress($fckphp_config,$type,$cwd) {
+ $this->fckphp_config=$fckphp_config;
+ $this->type=$type;
+ $this->raw_cwd=$cwd;
+ $this->actual_cwd=str_replace("//","/",($fckphp_config['UserFilesPath']."/$type/".$this->raw_cwd));
+ $this->real_cwd=str_replace("//","/",($this->fckphp_config['basedir']."/".$this->actual_cwd));
+ $this->uploadID=$_GET['uploadID'];
+ $this->refreshURL=$_GET['refreshURL'];
+
+ }
+
+ function run() {
+ if (isset($this->refreshURL)&&($this->refreshURL!="")) {
+ //Continue monitoring
+ $uploadProgress=file($this->refreshURL);
+ $url=$this->refreshURL;
+ } else {
+ //New download
+ $uploadProgressHandler=$this->fckphp_config['uploadProgressHandler'];
+ if ($uploadProgressHandler=='') {
+ //Progresshandler not specified, return generic response
+ ?>
+<Connector command="GetUploadProgress" resourceType="<?php echo $this->type; ?>">
+ <CurrentFolder path="<?php echo $this->raw_cwd; ?>" url="<?php echo $this->actual_cwd; ?>" />
+ <Progress max="2" value="1" />
+ <RefreshURL url="" />
+</Connector>
+ <?php
+ exit(0);
+ }
+
+ $url=$uploadProgressHandler."?iTotal=0&iRead=0&iStatus=1&sessionid=".$this->uploadID."&dtnow=".time()."&dtstart=".time();
+
+ $_SESSION[$this->uploadID]=$url;
+ $uploadProgress=file($url);
+
+ }
+
+ $uploadProgress2=implode("\n",$uploadProgress);
+
+ $parser = xml_parser_create();
+ xml_parse_into_struct($parser, $uploadProgress2, $vals, $index);
+
+ $refreshURL=isset($vals[$index['REFRESHURL'][0]]['value'])?$vals[$index['REFRESHURL'][0]]['value']:"";
+ $totalBytes=isset($vals[$index['TOTALBYTES'][0]]['value'])?$vals[$index['TOTALBYTES'][0]]['value']:0;
+ $readBytes=isset($vals[$index['READBYTES'][0]]['value'])?$vals[$index['READBYTES'][0]]['value']:0;
+ $status=isset($vals[$index['STATUS'][0]]['value'])?$vals[$index['STATUS'][0]]['value']:1;
+
+ header ("content-type: text/xml");
+ echo "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n";
+ ?>
+<Connector command="GetUploadProgress" resourceType="<?php echo $this->type; ?>">
+ <CurrentFolder path="<?php echo $this->raw_cwd; ?>" url="<?php echo $this->actual_cwd; ?>" />
+ <Progress max="<?php echo $totalBytes; ?>" value="<?php echo $readBytes; ?>" />
+ <RefreshURL url="<?php echo htmlentities($refreshURL); ?>" />
+</Connector>
+ <?php
+ xml_parser_free($parser);
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/helpers/iconlookup.php
New file
0,0 → 1,109
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: iconlookup.php
+ * (!)
+ *
+ * File Authors:
+ * Grant French (grant@mcpuk.net)
+ */
+function iconLookup($mime,$ext) {
+
+ $mimeIcons=array(
+ "image"=>"image.jpg",
+ "audio"=>"sound.jpg",
+ "video"=>"video.jpg",
+ "text"=>"document2.jpg",
+ "text/html"=>"html.jpg",
+ "application"=>"binary.jpg",
+ "application/pdf"=>"pdf.jpg",
+ "application/msword"=>"document2.jpg",
+ "application/postscript"=>"postscript.jpg",
+ "application/rtf"=>"document2.jpg",
+ "application/vnd.ms-excel"=>"document2.jpg",
+ "application/vnd.ms-powerpoint"=>"document2.jpg",
+ "application/x-tar"=>"tar.jpg",
+ "application/zip"=>"tar.jpg",
+ "message"=>"email.jpg",
+ "message/html"=>"html.jpg",
+ "model"=>"kmplot.jpg",
+ "multipart"=>"kmultiple.jpg"
+ );
+
+ $extIcons=array(
+ "pdf"=>"pdf.jpg",
+ "ps"=>"postscript.jpg",
+ "eps"=>"postscript.jpg",
+ "ai"=>"postscript.jpg",
+ "ra"=>"real_doc.jpg",
+ "rm"=>"real_doc.jpg",
+ "ram"=>"real_doc.jpg",
+ "wav"=>"sound.jpg",
+ "mp3"=>"sound.jpg",
+ "ogg"=>"sound.jpg",
+ "eml"=>"email.jpg",
+ "tar"=>"tar.jpg",
+ "zip"=>"tar.jpg",
+ "bz2"=>"tar.jpg",
+ "tgz"=>"tar.jpg",
+ "gz"=>"tar.jpg",
+ "rar"=>"tar.jpg",
+ "avi"=>"video.jpg",
+ "mpg"=>"video.jpg",
+ "mpeg"=>"video.jpg",
+ "jpg"=>"image.jpg",
+ "gif"=>"image.jpg",
+ "png"=>"image.jpg",
+ "jpeg"=>"image.jpg",
+ "nfo"=>"info.jpg",
+ "xls"=>"spreadsheet.jpg",
+ "csv"=>"spreadsheet.jpg",
+ "html"=>"html.jpg",
+ "doc"=>"document2.jpg",
+ "rtf"=>"document2.jpg",
+ "txt"=>"document2.jpg",
+ "xla"=>"document2.jpg",
+ "xlc"=>"document2.jpg",
+ "xlt"=>"document2.jpg",
+ "xlw"=>"document2.jpg",
+ "txt"=>"document2.jpg"
+ );
+
+ if ($mime!="text/plain") {
+ //Check specific cases
+ $mimes=array_keys($mimeIcons);
+ if (in_array($mime,$mimes)) {
+ return $_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['PHP_SELF'])."/images/".$mimeIcons[$mime];
+ } else {
+ //Check for the generic mime type
+ $mimePrefix="text";
+ $firstSlash=strpos($mime,"/");
+ if ($firstSlash!==false) $mimePrefix=substr($mime,0,$firstSlash);
+
+ if (in_array($mimePrefix,$mimes)) {
+ return $_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['PHP_SELF'])."/images/".$mimeIcons[$mimePrefix];
+ } else {
+ return $_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['PHP_SELF'])."/images/empty.jpg";
+ }
+ }
+ } else {
+ $extensions=array_keys($extIcons);
+ if (in_array($ext,$extensions)) {
+ return $_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['PHP_SELF'])."/images/".$extIcons[$ext];
+ } else {
+ return $_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['PHP_SELF'])."/images/empty.jpg";
+ }
+ }
+
+ return $_SERVER['DOCUMENT_ROOT'].dirname($_SERVER['PHP_SELF'])."/images/empty.jpg";
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/helpers/header.cgi
New file
0,0 → 1,41
#!/usr/bin/perl
 
# Mega Upload
# PHP File Uploader with progress bar Version 1.42
# Copyright (C) Raditha Dissanyake 2003
# http://www.raditha.com
 
# Licence:
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Initial Developer of the Original Code is Raditha Dissanayake.
# Portions created by Raditha are Copyright (C) 2003
# Raditha Dissanayake. All Rights Reserved.
#
 
$tmp_dir="/www/m/c/mcpuk.net/tmp";
 
$|=1; #unbuffers streams
 
$interval=1; # how often to refresh the progress bar
 
$max_upload = 500000000000; # set this to whatever you feel suitable for you.
 
 
# don't change the next few lines unless you have a very good reason to.
 
$post_data_file = "$tmp_dir/$sessionid"."_postdata";
$monitor_file = "$tmp_dir/$sessionid"."_flength";
$signal_file = "$tmp_dir/$sessionid"."_signal";
 
 
1;
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/helpers/.htaccess
New file
0,0 → 1,0
Options ExecCGI
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/helpers/progress.cgi
New file
0,0 → 1,413
#!/usr/bin/perl -w
 
# PHP File Uploader with progress bar Version 1.43
# Copyright (C) Raditha Dissanyake 2003,2004
# http://www.raditha.com
 
# Licence:
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Initial Developer of the Original Code is Raditha Dissanayake.
# Portions created by Raditha are Copyright (C) 2003,2004
# Raditha Dissanayake. All Rights Reserved.
#
# Portions contributed by Orest Kinasevych are Copyright (C)
# 2003 Kinasevych Saj
 
#
# CHANGES
# 1.00
# No longer uses cookies. This has two major benefits; the first
# being that minority of users who do not like cookies are not
# inconvinienced. Secondly there is one less dependecy and this
# would lead to a smoother setup for most people.
# (if you want to use cookies look at the contrib folder)
#
# 1.02
# added a cache control header in version 1.02
#
# 1.10
# Added a more detailed progress bar in version
#
# 1.42
# The organization of the temporary files have been improved so to
# make is easier to clean up after abandoned uploads. (as suggested
# by Igor Kryltsov)
#
#
 
 
use CGI;
use Fcntl qw(:DEFAULT :flock);
 
#use Carp;
# Carp is only needed if you want debugging. Uncomment the above line
# if you comment out any of the carp statements in the body of the
# script.
 
 
#
# the most obvious issue that we will face is file locking.
# if two threads read and write from the same file at the same
# time only one of them will be allowed to finish the operation.
# Since we are storing our temporary data in a file we are likely to
# run into that exact same problem.
# We can't overcome it but we can make sure the progress bar does
# not display junk when that happens.
#
#
# status codes = 0-uploading, 1-started, 2- complete
 
 
$query = new CGI();
$sessionid = $query->param('sessionid');
$sessionid =~ s/[^a-zA-Z0-9]//g; # santized as suggested by Terrence Johnson.
 
$iTotal = $query->param('iTotal');
$iRead = $query->param('iRead');
$status = $query->param('iStatus');
 
 
##
# The code that deals with calculating elapsed time, time remaining
# and upload speed were contributed by Orest Kinasevych
##
 
##
# Get values assigned for current time and upload start time
##
#$dtnow = $query->param('dtnow'); # assign value for current time
$dtnow=time;
$dtstart = $query->param('dtstart'); # assign value for upload start time
##
 
 
#carp "$dtnow $dtstart";
 
$thisUrl = $query->url;
 
##
# Elapsed time
# Calculate elapsed time and format for display
##
$dtelapsed = $dtnow - $dtstart;
$dtelapsed_sec = ($dtelapsed % 60); # gets number of seconds
$dtelapsed_min = ((($dtelapsed - $dtelapsed_sec) % 3600) / 60); # gets number of minutes
$dtelapsed_hours = (((($dtelapsed - $dtelapsed_sec) - ($dtelapsed_min * 60)) % 86400) / 3600);
# gets number of hours; assuming that we won't be going into days!
if ($dtelapsed_sec < 10) { $dtelapsed_sec = "0$dtelapsed_sec"; } # append leading zero
if ($dtelapsed_min < 10) { $dtelapsed_min = "0$dtelapsed_min"; } # append leading zero
if ($dtelapsed_hours < 10) { $dtelapsed_hours = "0$dtelapsed_hours"; } # append leading zero
$dtelapsedf = "$dtelapsed_hours:$dtelapsed_min:$dtelapsed_sec"; # display as 00:00:00
##
 
##
# Upload speed
##
$bSpeed = 0; # if not yet determined
if ($dtelapsed > 0) # avoid divide by zero errors
{
$bSpeed = $iRead / $dtelapsed; # Bytes uploaded / Seconds elapsed = Bytes/Second speed
$bitSpeed = $bSpeed * 8; # bps
$kbitSpeed = $bitSpeed / 1000; # Kbps
}
else
{
$kbitSpeed = $bSpeed; # just pass the zero value
}
$bSpeedf = sprintf("%d",$kbitSpeed); # remove decimals
 
 
##
# Est remaining time
# Calculate remaining time based on upload speed so far
##
 
$bRemaining = $iTotal - $iRead; # Total size - amount uploaded = amount remaining
$dtRemaining = 0;
if ($bSpeed > 0) {
# Bytes remaining / Bytes/Second = Seconds
$dtRemaining = $bRemaining / $bSpeed;
}
$dtRemaining = sprintf("%d",$dtRemaining); # remove decimals
$dtRemaining_sec = ($dtRemaining % 60); # gets number of seconds
$dtRemaining_min = ((($dtRemaining - $dtRemaining_sec) % 3600) / 60); # gets number of minutes
$dtRemaining_hours = (((($dtRemaining - $dtRemaining_sec) - ($dtRemaining_min * 60)) % 86400) / 3600); # gets number of hours; assuming that we won't be going into days!
if ($dtRemaining_sec < 10)
{
# append leading zero
$dtRemaining_sec = "0$dtRemaining_sec";
}
if ($dtRemaining_min < 10)
{
# append leading zero
$dtRemaining_min = "0$dtRemaining_min";
}
if ($dtRemaining_hours < 10)
{
# append leading zero
$dtRemaining_hours = "0$dtRemaining_hours";
}
$dtRemainingf = "$dtRemaining_hours:$dtRemaining_min:$dtRemaining_sec"; # display as 00:00:00
 
##
# The values for iStatus are
# 0 - in progress
# 1 - New upload
# 2 - Complete
##
 
#carp "iTotal = $iTotal, iRead = $iRead, status = $status, sessionId = $sessionid";
 
require("./header.cgi");
 
 
sub readFlength()
{
if(open (STAT, $monitor_file))
{
sysopen(STAT, $monitor_file, O_RDONLY)
or die "can't open numfile: $!";
$ofh = select(STAT); $| = 1; select ($ofh);
$iTotal = <STAT>;
 
#carp "trying to read the stuff in $iTotal";
if(defined($iTotal) && $iTotal ne "")
{
return 1;
}
else
{
return 0;
}
}
return 0;
}
 
##
# many thanx to Terrence Johnson who pointed out the fact that i should have added
# cache control header.
##
 
print "Pragma: no-cache\n";
print "Content-type: text/xml\n\n ";
 
if($status == 1)
{
#new upload starting
show_starting();
}
elsif($status ==0)
{
##
# in progress
# we will try to read in the total size of data to be transfered from the
# shared file. It will also tell us how much data has been transfered upto
# now.
##
$bRead = -s "$post_data_file";
if(defined $bRead)
{
# We have been able to read in it from the file.
$percent = $bRead * 100 / $iTotal;
$iRead=$bRead;
}
else
{
&show_error();
exit();
}
 
#
# division results in truncation errors at times so don't compare percentage
# There have been occaisional reports of the progress bar showing 100% but not
# disappearing even after file upload has been completed.
#
# Nils Menrad came up with the solution which is to modify the end of upload
# test.
#
if((($iTotal == $bRead) && $bRead != 0) || $bRead>$iTotal)
{
if($status == 1 && -e "$signal_file")
{
$bRead=0;
$status=0;
&get_last_values();
}
else
{
show_complete();
unlink $monitor_file;
unlink $post_data_file;
unlink $signal_file;
exit;
}
}
else
{
$kachal = "$bRead , $iTotal";
}
 
 
&make_progress_bar();
exit;
}
else
{
show_complete();
}
 
#
# Since the progress bar is in html, so it needs to refresh itself periodicaly to
# obtain new values. The refresh url with the query string is generated by this
# function.
 
sub make_url
{
 
#print "Content-type: text/html\n\n ";
#print "hellow $iTotal $iStatus $sessionid $iRead <br>\n" ;
 
##
$url = "$thisUrl?iTotal=$iTotal&iRead=$iRead&iStatus=$status&sessionid=$sessionid&dtnow=$dtnow&dtstart=$dtstart";
##
$url =~ s/\n//;
return $url;
 
}
 
sub make_progress_bar
{
$url = make_url();
print <<__PART1__;
<UploadProgress sessionID="$sessionid">
<RefreshURL><![CDATA[$url]]></RefreshURL>
<TotalBytes>$iTotal</TotalBytes>
<ReadBytes>$iRead</ReadBytes>
<Status>$status</Status>
<Speed>$bSpeedf</Speed>
<TimeRemaining>$dtRemainingf</TimeRemaining>
<TimeElapsed>$dtelapsedf</TimeElapsed>
</UploadProgress>
__PART1__
 
}
 
 
sub show_complete
{
$status=2;
$url = make_url();
 
print <<__PART2__;
<UploadProgress sessionID="$sessionid">
<RefreshURL><![CDATA[$url]]></RefreshURL>
<TotalBytes>$iTotal</TotalBytes>
<ReadBytes>$iRead</ReadBytes>
<Status>$status</Status>
<Speed>$bSpeedf</Speed>
<TimeRemaining>0</TimeRemaining>
<TimeElapsed>$dtelapsedf</TimeElapsed>
</UploadProgress>
__PART2__
 
}
 
sub show_starting
{
#carp "starting";
if(readFlength() == 1)
{
$status=0;
}
$url = make_url();
 
print <<__PART2__;
<UploadProgress sessionID="$sessionid">
<RefreshURL><![CDATA[$url]]></RefreshURL>
<TotalBytes>$iTotal</TotalBytes>
<ReadBytes>$iRead</ReadBytes>
<Status>$status</Status>
<Speed>$bSpeedf</Speed>
<TimeRemaining>$dtRemainingf</TimeRemaining>
<TimeElapsed>$dtelapsedf</TimeElapsed>
</UploadProgress>
__PART2__
}
 
sub show_error
{
$url = make_url();
print <<__PART2__;
<UploadProgress sessionID="$sessionid">
<RefreshURL><![CDATA[$url]]></RefreshURL>
<TotalBytes>$iTotal</TotalBytes>
<ReadBytes>$iRead</ReadBytes>
<Status>-1</Status>
<Speed>$bSpeedf</Speed>
<TimeRemaining>$dtRemainingf</TimeRemaining>
<TimeElapsed>$dtelapsedf</TimeElapsed>
</UploadProgress>
__PART2__
 
}
 
# this function may not return;
sub get_last_values()
{
if($status == 1)
{
show_starting();
exit;
}
else
{
 
if($status == 2)
{
 
show_complete();
exit;
}
else
{
 
#
# we have done everything possible to try to retrieve the data
# now try to calculate the percentage once again
#
$iTotal = $iTotal;
$bRead = $iRead;
 
if(defined($iTotal) && $iTotal != 0)
{
$percent = $bRead * 100 / $iTotal;
$kachal="1";
}
else
{
&show_error();
exit;
}
}
}
}
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/connectors/php/Commands/helpers/upload.cgi
New file
0,0 → 1,195
#!/usr/bin/perl
 
# PHP File Uploader with progress bar Version 1.43
# Copyright (C) Raditha Dissanyake 2003
# http://www.raditha.com
 
# Licence:
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under this License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Initial Developer of the Original Code is Raditha Dissanayake.
# Portions created by Raditha are Copyright (C) 2003
# Raditha Dissanayake. All Rights Reserved.
#
 
# CHANGES:
# As of version 1.00 cookies were abolished!
# as of version 1.02 stdin is no longer set to non blocking.
# 1.40 - POST is no longer required and processing is more efficient.
# Please refer online docs for details.
# 1.42 - The temporary locations were changed, to make it easier to
# clean up afterwards.
 
use CGI;
use Fcntl qw(:DEFAULT :flock);
use File::Temp qw/ tempfile tempdir /;
#use Carp;
 
 
@qstring=split(/&/,$ENV{'QUERY_STRING'});
@p1 = split(/=/,$qstring[0]);
$sessionid = $p1[1];
$sessionid =~ s/[^a-zA-Z0-9]//g; # sanitized as suggested by Terrence Johnson.
 
@p1 = split(/=/,$qstring[1]);
$php_uploader = $p1[1];
 
require("./header.cgi");
 
#carp "$post_data_file and $monitor_file";
 
$content_type = $ENV{'CONTENT_TYPE'};
$len = $ENV{'CONTENT_LENGTH'};
$bRead=0;
$|=1;
 
sub bye_bye {
$mes = shift;
print "Content-type: text/html\n\n";
print "<br>$mes<br>\n";
 
exit;
}
 
 
#
# The thing to watch out for is file locking. Only
# one thread may open a file for writing at any given time.
#
 
if (-e "$post_data_file") {
unlink("$post_data_file");
}
 
if (-e "$monitor_file") {
unlink("$monitor_file");
}
 
 
sysopen(FH, $monitor_file, O_RDWR | O_CREAT, 0x777)
or die "can't open numfile: $!";
 
# autoflush FH
$ofh = select(FH); $| = 1; select ($ofh);
flock(FH, LOCK_EX)
or die "can't write-lock numfile: $!";
seek(FH, 0, 0)
or die "can't rewind numfile : $!";
print FH $len;
close(FH);
sleep(1);
 
 
open(TMP,">","$post_data_file") or &bye_bye ("can't open temp file");
 
#
# read and store the raw post data on a temporary file so that we can
# pass it though to a CGI instance later on.
#
 
 
 
my $i=0;
 
$ofh = select(TMP); $| = 1; select ($ofh);
while (read (STDIN ,$LINE, 32768) && $bRead < $len )
{
$bRead += length $LINE;
select(undef, undef, undef,0.01); # sleep for 0.35 of a second.
# Many thanx to Patrick Knoell who came up with the optimized value for
# the duration of the sleep
 
$i++;
print TMP $LINE;
}
 
close (TMP);
 
 
 
#
# We don't want to decode the post data ourselves. That's like
# reinventing the wheel. If we handle the post data with the perl
# CGI module that means the PHP script does not get access to the
# files, but there is a way around this.
#
# We can ask the CGI module to save the files, then we can pass
# these filenames to the PHP script. In other words instead of
# giving the raw post data (which contains the 'bodies' of the
# files), we just send a list of file names.
#
#print "\n\n";
open(STDIN,"$post_data_file") or die "can't open temp file";
 
# chmod the file so everyone can read it
# added by Ben Lancaster (benlanc@ster.me.uk)
chmod (0666, $post_data_file);
 
my $cg = new CGI();
my $qstring="?";
my %vars = $cg->Vars;
my $j=0;
 
while(($key,$value) = each %vars)
{
$file_upload = $cg->param($key);
 
if(defined $value && $value ne '')
{
 
my $fh = $cg->upload($key);
#print "::".$key."::".$fh."::\n";
if(defined $fh)
{
#carp $fh;
($tmp_fh, $tmp_filename) = tempfile();
 
# chmod the file so everyone can read it
# added by Ben Lancaster (benlanc@ster.me.uk)
chmod (0666, $tmp_filename);
while(<$fh>) {
print $tmp_fh $_;
}
 
close($tmp_fh);
 
$fsize =(-s $fh);
 
$fh =~ s/([^a-zA-Z0-9_\-.])/uc sprintf("%%%02x",ord($1))/eg;
$tmp_filename =~ s/([^a-zA-Z0-9_\-.])/uc sprintf("%%%02x",ord($1))/eg;
$qstring .= "file[$key][name]=$fh&file[$key][size]=$fsize&";
$qstring .= "file[$key][tmp_name]=$tmp_filename&";
$j++;
}
else
{
$value =~ s/([^a-zA-Z0-9_\-.])/uc sprintf("%%%02x",ord($1))/eg;
$qstring .= "$key=$value&" ;
}
}
}
 
 
my $url = $php_uploader . $qstring . "&" . $ENV{'QUERY_STRING'};
 
open (SIGNAL,">", $signal_file);
print SIGNAL "\n";
close (SIGNAL);
 
print "Location: $url\n\n";
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/frmactualfolder.html
New file
0,0 → 1,61
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmactualfolder.html
* This page shows the actual folder path.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript">
 
function OnResize()
{
divName.style.width = "1px" ;
divName.style.width = tdName.offsetWidth + "px" ;
}
 
function SetCurrentFolder( resourceType, folderPath )
{
document.getElementById('tdName').innerHTML = folderPath ;
}
 
window.onload = function()
{
window.top.IsLoadedActualFolder = true ;
}
 
</script>
</head>
<body bottomMargin="0" topMargin="0">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<button style="WIDTH: 100%" type="button">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td><img height="32" alt="" src="images/FolderOpened32.gif" width="32"></td>
<td>&nbsp;</td>
<td id="tdName" width="100%" nowrap class="ActualFolder">/</td>
<td>&nbsp;</td>
<td><!--<img height="8" src="images/ButtonArrow.gif" width="12">--></td>
<td>&nbsp;</td>
</tr>
</table>
</button>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/frmresourceslist.html
New file
0,0 → 1,382
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmresourceslist.html
* This page shows all resources available in a folder in the File Browser.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
* Grant French (grant@mcpuk.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/fckxml.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
var oListManager = new Object() ;
 
oListManager.Init = function()
{
this.Table = document.getElementById('tableFiles') ;
}
 
oListManager.Clear = function()
{
// Remove all other rows available.
while ( this.Table.rows.length > 0 )
this.Table.deleteRow(0) ;
}
 
oListManager.AddFolder = function( folderName, folderPath )
{
var docWidth=document.body.clientWidth;
if (docWidth==null) docWidth=document.body.scrollWidth;
var maxCols=docWidth/120;
maxCols--;
var rows=this.Table.getElementsByTagName('tr');
if (rows.length!=0) {
var lastRow = rows[(rows.length-1)];
var cells = lastRow.getElementsByTagName('td');
var lastRow_Cols = cells.length;
if (lastRow_Cols>=maxCols) {
lastRow = this.Table.insertRow(-1);
lastRow.className="Frame_tb";
}
} else {
var lastRow = this.Table.insertRow(-1);
lastRow.className="Frame_tb";
}
// Build the link to view the folder.
var sLink = '<a href="#" onclick="OpenFolder(\'' + escape(folderPath) + '\');return false;">' ;
var dLink = '<a href="#" onclick="DeleteFolder(\'' + escape(folderName) + '\');return false;">' ;
var rLink = '<a href="#" onclick="RenameFolder(\'' + escape(folderName) + '\');return false;">' ;
// Add the file icon cell.
var oCell = lastRow.insertCell(-1) ;
oCell.vAlign="top";
oCell.width = 96 ;
oCell.innerHTML = sLink + '<img alt="' + folderName + '" src="images/Folder96.jpg" width="96" height="96" border="0"><br />' + folderName + '</a><br />';
oCell.innerHTML += dLink + '<img border="0" src="images/delete.gif" width="16" height="16" alt="Delete Folder" title="Delete Folder"></a>&nbsp;';
oCell.innerHTML += rLink + '<img border="0" src="images/edit.gif" width="16" height="16" alt="Rename Folder" title="Rename Folder"></a>' ;
oCell.noWrap = true ;
oCell.align = 'center' ;
}
 
oListManager.AddFile = function ( fileName, fileUrl, fileSize, imageEditable )
{
var docWidth=document.body.clientWidth;
if (docWidth==null) docWidth=document.body.scrollWidth;
var maxCols=docWidth/120;
maxCols--;
var rows=this.Table.getElementsByTagName('tr');
if (rows.length!=0) {
var lastRow = rows[(rows.length-1)];
var cells = lastRow.getElementsByTagName('td');
var lastRow_Cols = cells.length;
if (lastRow_Cols>=maxCols) {
var lastRow = this.Table.insertRow(-1);
lastRow.className="Frame_tb";
}
} else {
var lastRow = this.Table.insertRow(-1);
lastRow.className="Frame_tb";
}
// Build the link to view the file.
var sLink = '<a href="#" title="Size: ' + fileSize + 'kb" onclick="OpenFile(\'' + escape(fileUrl) + '\');return false;">' ;
var dLink = '<a href="#" title="Delete file" onclick="DeleteFile(\'' + escape(fileName) + '\');return false;">' ;
var eLink = '<a href="#" title="Rename file" onclick="RenameFile(\'' + escape(fileName) + '\');return false;">' ;
var eImageLink = '<a href="#" title="Edit Image" onclick="EditImage(\'' + escape(fileName) + '\',\'' + escape(fileUrl) + '\');return false;">' ;
// Add the file icon cell.
var oCell = lastRow.insertCell(-1) ;
oCell.vAlign="top";
oCell.width = 96 ;
oCell.innerHTML = sLink +
'<img alt="' + fileName + '" src="' +
oConnector.ConnectorUrl +
'?Command=Thumbnail&Type=' +
oConnector.ResourceType +
'&CurrentFolder=' +
oConnector.CurrentFolder +
'&FileName=' + escape(fileName) +
'&ExtraParams=' + oConnector.ExtraParams +
'" width="96" height="96" border="0"><br />' +
fileName + '</a><br />';
oCell.innerHTML += dLink + '<img border="0" src="images/delete.gif" width="16" height="16" alt="Delete File" title="Delete File"></a>&nbsp;';
oCell.innerHTML += eLink + '<img border="0" src="images/edit.gif" width="16" height="16" alt="Edit/Rename File" title="Rename File"></a>' ;
if (imageEditable==1) {
oCell.innerHTML += eImageLink + '<img border="0" src="images/editImage.gif" width="16" height="16" alt="Edit Image" title="Edit Image"></a>' ;
}
oCell.noWrap = true ;
oCell.align = 'center' ;
}
 
oListManager.PackRow = function ()
{
var docWidth=document.body.clientWidth;
if (docWidth==null) docWidth=document.body.scrollWidth;
var maxCols=docWidth/120;
maxCols--;
var rows=this.Table.getElementsByTagName('tr');
if (rows.length!=0) {
var lastRow = rows[(rows.length-1)];
var cells = lastRow.getElementsByTagName('td');
var lastRow_Cols = cells.length;
if (lastRow_Cols<maxCols) {
for (i=lastRow_Cols;i<maxCols;i++) {
var oCell = lastRow.insertCell(-1);
oCell.width=96;
oCell.innerHTML = '&nbsp;';
oCell.noWrap=true;
oCell.align='center';
}
}
}
}
 
function OpenFolder( folderPath )
{
// Load the resources list for this folder.
window.parent.frames['frmFolders'].LoadFolders( folderPath ) ;
}
 
function OpenFile( fileUrl )
{
fileUrl=unescape(fileUrl);
window.top.opener.SetUrl( fileUrl ) ;
window.top.close() ;
window.top.opener.focus() ;
}
 
function DeleteFile( fileName, fileUrl )
{
if (confirm('Are you sure you wish to delete ' + unescape(fileName) + '?')) {
oConnector.SendCommand( 'DeleteFile', "FileName=" + fileName, DeleteFileCallBack ) ;
}
}
 
function DeleteFolder( folderName )
{
if (confirm('Are you sure you wish to delete ' + unescape(folderName) + ' and all files in it?')) {
oConnector.SendCommand( 'DeleteFolder', "FolderName=" + folderName, DeleteFolderCallBack ) ;
}
}
 
function RenameFile( fileName, fileUrl )
{
var promptMsg='Please enter the new name for ' + unescape(fileName) + ':';
var newName=prompt(promptMsg,unescape(fileName));
if ((newName!=null)&&(newName!='')&&(newName!=fileName)) {
oConnector.SendCommand( 'RenameFile', "FileName=" + fileName + "&NewName=" + escape( newName ), RenameFileCallBack ) ;
}
}
 
function EditImage( fileName, fileUrl )
{
 
window.location.href="frmimageeditor.html?Connector=" + oConnector.ConnectorUrl +
"&Type=" + oConnector.ResourceType +
"&CurrentFolder=" + oConnector.CurrentFolder +
"&FileName=" + fileName +
"&FileURL=" + fileUrl;
}
 
function RenameFolder( folderName )
{
var promptMsg='Please enter the new name for ' + unescape(folderName) + ':';
var newName=prompt(promptMsg,unescape(folderName));
if ((newName!=null)&&(newName!='')&&(newName!=unescape(folderName))) {
oConnector.SendCommand( 'RenameFolder', "FolderName=" + folderName + "&NewName=" + escape ( newName ), RenameFolderCallBack ) ;
}
}
 
function LoadResources( resourceType, folderPath )
{
oListManager.Clear() ;
oConnector.ResourceType = resourceType ;
oConnector.CurrentFolder = folderPath
oConnector.SendCommand( 'GetFoldersAndFiles', null, GetFoldersAndFilesCallBack ) ;
}
 
function Refresh()
{
LoadResources( oConnector.ResourceType, oConnector.CurrentFolder ) ;
}
 
function GetFoldersAndFilesCallBack( fckXml )
{
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
var sCurrentFolderUrl = oNode.attributes.getNamedItem('url').value ;
 
// Add the Folders.
var oNodes = fckXml.SelectNodes( 'Connector/Folders/Folder' ) ;
if (oNodes!=null) {
for ( var i = 0 ; i < oNodes.length ; i++ )
{
var sFolderName = oNodes[i].attributes.getNamedItem('name').value ;
oListManager.AddFolder( sFolderName, sCurrentFolderPath + sFolderName + "/" ) ;
}
}
// Add the Files.
var oNodes = fckXml.SelectNodes( 'Connector/Files/File' ) ;
if (oNodes!=null) {
for ( var i = 0 ; i < oNodes.length ; i++ )
{
var sFileName = oNodes[i].attributes.getNamedItem('name').value ;
var sFileSize = oNodes[i].attributes.getNamedItem('size').value ;
var iEditable = oNodes[i].attributes.getNamedItem('editable') ;
if (iEditable!=null) {
iEditable = iEditable.value;
} else {
iEditable = 0;
}
oListManager.AddFile( sFileName, sCurrentFolderUrl + sFileName, sFileSize, iEditable ) ;
}
}
oListManager.PackRow();
}
 
function DeleteFileCallBack ( fckXml )
{
var oNodes = fckXml.SelectNodes( 'Connector/Error' );
if (oNodes!=null && oNodes.length>0) {
var errNo = parseInt(oNodes[0].attributes.getNamedItem('number').value) ;
switch (errNo) {
case 0 :
break;
case 302 :
alert('Failed to delete file.');
break;
default:
alert('DFi: Invalid XML response from connector..');
}
} else {
alert('DFi: Invalid XML response from connector.');
}
Refresh();
}
 
 
function DeleteFolderCallBack ( fckXml )
{
var oNodes = fckXml.SelectNodes( 'Connector/Error' );
if (oNodes!=null && oNodes.length>0) {
var errNo = parseInt(oNodes[0].attributes.getNamedItem('number').value) ;
switch (errNo) {
case 0 :
break;
case 402 :
alert('Failed to delete folder.');
break;
default:
alert('DFo: Invalid XML response from connector..');
}
} else {
alert('DFo: Invalid XML response from connector.');
}
Refresh();
}
 
function RenameFileCallBack ( fckXml )
{
var oNodes = fckXml.SelectNodes( 'Connector/Error' );
if (oNodes!=null && oNodes.length>0) {
var errNo = parseInt(oNodes[0].attributes.getNamedItem('number').value) ;
switch (errNo) {
case 0 :
break;
case 502 :
alert('Failed to rename file.');
break;
default:
alert('RFi: Invalid XML response from connector..');
}
} else {
alert('RFi: Invalid XML response from connector.');
}
Refresh();
}
 
 
function RenameFolderCallBack ( fckXml )
{
var oNodes = fckXml.SelectNodes( 'Connector/Error' );
if (oNodes!=null && oNodes.length>0) {
var errNo = parseInt(oNodes[0].attributes.getNamedItem('number').value) ;
switch (errNo) {
case 0 :
break;
case 602 :
alert('Failed to rename folder.');
break;
default:
alert('RFo: Invalid XML response from connector..');
}
} else {
alert('RFo: Invalid XML response from connector.');
}
Refresh();
}
 
window.onload = function()
{
oListManager.Init() ;
window.top.IsLoadedResourcesList = true ;
}
</script>
</head>
<body class="FileArea" bottomMargin="10" leftMargin="10" topMargin="10" rightMargin="10">
<table id="tableFiles" cellSpacing="4" cellPadding="5" width="100%" border="0">
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/frmimageeditor.html
New file
0,0 → 1,280
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmimageeditor.html
* This page facilitates the editing of images.
*
* File Authors:
* Grant French (grant@mcpuk.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/fckxml.js"></script>
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript" src="js/wz_jsgraphics.js"></script>
<script type="text/javascript" src="js/EditorContent.js"></script>
<script language="javascript" type="text/javascript">
<!--
 
oConnector.CurrentFolder = GetMyUrlParam( 'CurrentFolder' ) ;
var fileName=GetMyUrlParam( 'FileName' ) ;
var fileURL=unescape( GetMyUrlParam( 'FileURL' ) );
 
var cursor_X, cursor_Y;
var imageEditorLoaded=false;
 
var bottomFrame1, bottomFrame2, bottomFrame3;
/*
var t_cx, t_cy, t_cw, t_ch;
var m_sx, m_sy, m_w, m_h, m_a, m_d;
var s_sw, s_sh;
 
var r_ra;
var constrained;
var pattern = "images/2x2.gif";*/
 
function RenameFile( fileName, fileUrl )
{
var promptMsg='Please enter the new name for ' + fileName + ':';
var newName=prompt(promptMsg,fileName);
if ((newName!=null)&&(newName!='')&&(newName!=fileName)) {
oConnector.SendCommand( 'RenameFile', "FileName=" + escape( fileName ) + "&NewName=" + escape( newName ), RenameFileCallBack ) ;
}
}
 
function RenameFolder( folderName )
{
var promptMsg='Please enter the new name for ' + folderName + ':';
var newName=prompt(promptMsg,folderName);
if ((newName!=null)&&(newName!='')&&(newName!=folderName)) {
oConnector.SendCommand( 'RenameFolder', "FolderName=" + escape( folderName ) + "&NewName=" + escape ( newName ), RenameFolderCallBack ) ;
}
}
 
function LoadResources( resourceType, folderPath )
{
oListManager.Clear() ;
oConnector.ResourceType = resourceType ;
oConnector.CurrentFolder = folderPath
oConnector.SendCommand( 'GetFoldersAndFiles', null, GetFoldersAndFilesCallBack ) ;
}
 
function Refresh()
{
LoadResources( oConnector.ResourceType, oConnector.CurrentFolder ) ;
}
 
function RenameFolderCallBack ( fckXml )
{
var oNodes = fckXml.SelectNodes( 'Connector/Error' );
if (oNodes.length>0) {
var errNo = parseInt(oNodes[0].attributes.getNamedItem('number').value) ;
switch (errNo) {
case 0 :
break;
case 602 :
alert('Failed to rename folder.');
break;
default:
alert('Invalid XML response from connector..');
}
} else {
alert('Invalid XML response from connector.');
}
Refresh();
}
 
 
function drawFramework()
{
bottomFrame1 = top.frames['frmCreateFolder'].document;
bottomFrame2 = top.frames['frmUpload'].document;
bottomFrame3 = top.frames['frmFolders'].document;
bottomFrame1.body.innerHTML='<table style="border-width: 0px; border-style: none;" align="center" cellpadding="2" id="toolbar1"><table>';
bottomFrame2.body.innerHTML='<table style="height: 100%; border-width: 0px; border-style: none;" cellpadding="4"><tr id="toolbar2"></tr><table>';
bottomFrame3.body.innerHTML='<table style="border-width: 0px; border-style: none;" align="center" cellpadding="8" id="toolbar3"><table>';
var toolbar1 = bottomFrame1.getElementById('toolbar1');
var toolbar2 = bottomFrame2.getElementById('toolbar2');
var toolbar3 = bottomFrame3.getElementById('toolbar3');
 
/*#######################*/
/* START OF MAIN TOOLBAR */
/*#######################*/
 
/* --- Save Image --- */
var row = toolbar3.insertRow(-1);
var oCell = row.insertCell(-1);
oCell.innerHTML = '<a href="" title="Save Image">' +
'<img src="images/toolbar/save.gif" style="width: 22px; height: 22px;" /><br />' +
'Save' +
'</a>';
oCell.noWrap = true;
oCell.align = 'center';
/* --- Close Image --- */
var row = toolbar3.insertRow(-1);
var oCell = row.insertCell(-1);
oCell.innerHTML = '<a href="#" title="Close Image" onclick="window.top.location.reload();">' +
'<img src="images/toolbar/close.gif" style="width: 22px; height: 22px;" /><br />' +
'Close' +
'</a>';
oCell.noWrap = true;
oCell.align = 'center';
/* --- Seperator --- */
var row = toolbar3.insertRow(-1);
var oCell = row.insertCell(-1);
oCell.innerHTML = '<hr /><br />';
oCell.noWrap = true;
oCell.align = 'center';
/* --- Resize Image --- */
var row = toolbar3.insertRow(-1);
var oCell = row.insertCell(-1);
oCell.innerHTML = '<a href="javascript: top.frames[\'frmResourcesList\'].setMode(\'resize\');" class="tb_item" id="tb_scale" title="Resize Image">' +
'<img src="images/toolbar/resize.gif" style="width: 22px; height: 22px;" /><br />' +
'Resize' +
'</a>';
oCell.noWrap = true;
oCell.align = 'center';
/* --- Crop Image --- */
var row = toolbar3.insertRow(-1);
var oCell = row.insertCell(-1);
oCell.innerHTML = '<a href="javascript: top.frames[\'frmResourcesList\'].setMode(\'crop\');" class="tb_item" id="tb_crop" title="Crop Image">' +
'<img src="images/toolbar/crop.gif" style="width: 22px; height: 22px;" /><br />' +
'Crop' +
'</a>';
oCell.noWrap = true;
oCell.align = 'center';
/* --- Rotate Image --- */
var row = toolbar3.insertRow(-1);
var oCell = row.insertCell(-1);
oCell.innerHTML = '<a href="javascript: top.frames[\'frmResourcesList\'].setMode(\'rotate\');" class="tb_item" id="tb_rotate" title="Rotate Image">' +
'<img src="images/toolbar/rotate.gif" style="width: 22px; height: 22px;" /><br />' +
'Rotate' +
'</a>';
oCell.noWrap = true;
oCell.align = 'center';
/* --- Flip Image --- */
var row = toolbar3.insertRow(-1);
var oCell = row.insertCell(-1);
oCell.innerHTML = '<a href="javascript: top.frames[\'frmResourcesList\'].setMode(\'flip\');" class="tb_item" id="tb_flip" title="Flip Image">' +
'<img src="images/toolbar/flip.gif" style="width: 22px; height: 22px;" /><br />' +
'Flip' +
'</a>';
oCell.noWrap = true;
oCell.align = 'center';
 
/*###################*/
/* START OF INFO BAR */
/*###################*/
/* --- X Position --- */
var row = toolbar1.insertRow(-1);
var oCell = row.insertCell(-1);
oCell.innerHTML = '<div style="display: inline;">X: <div style="display: inline;" id="cursor_x">0</div>px</div>';
oCell.noWrap = true;
oCell.align = 'center';
cursor_X=bottomFrame1.getElementById('cursor_x');
/* --- Y Posision --- */
var row = toolbar1.insertRow(-1);
var oCell = row.insertCell(-1);
oCell.innerHTML = '<div style="display: inline;">Y: <div style="display: inline;" id="cursor_y">0</div>px</div>';
oCell.noWrap = true;
oCell.align = 'center';
cursor_Y=bottomFrame1.getElementById('cursor_y');
 
/*#####################*/
/* START OF MANUAL BAR */
/*#####################*/
 
/* --- X Position --- */
//var row = toolbar2.insertRow(-1);
var oCell = toolbar2.insertCell(-1);
oCell.innerHTML = '<input type="text" id="cx" />' +
'<input type="text" id="cy" />';
oCell.noWrap = true;
oCell.align = 'center';
cursor_X=bottomFrame1.getElementById('cursor_x');
 
 
}
 
window.onload = function()
{
drawFramework();
document.getElementById('theImage').src=fileURL;
jg_doc = new jsGraphics("imgCanvas"); // draw directly into document
jg_doc.setColor("#000000"); // black
// top.frames['frmResourcesList'].setMode('scale');
imageEditorLoaded=true;
// top.frames['frmResourcesList'].setMode('scale');
}
 
function updateXY(eventObject)
{
if (imageEditorLoaded) {
cursor_X.innerHTML = eventObject.pageX;
cursor_Y.innerHTML = eventObject.pageY;
}
}
 
//-->
 
</script>
<style type="text/css">
body { margin: 0; padding: 0; background-color: #eee; }
table { width: 100%; }
table td { text-align: center; }
.crop{cursor:crosshair;}
.selection { border: dotted 1px #000000; position:absolute; width: 0px; height: 1px; z-index:5; }
.selectionWhite{ border: dotted 1px #FFFFFF; position:absolute; width: 0px; height: 1px; z-index:5; }
.handleBox{ z-index:105; }
.error { font-size:large; font-weight:bold; color:#c00; font-family: Helvetica, sans-serif; }
</style>
</head>
<body class="FileArea" bottomMargin="10" leftMargin="10" topMargin="10" rightMargin="10">
<div id="status"></div>
<div id="ant" class="selection" style="visibility:hidden"><img src="img/spacer.gif" width="0" height="0" border="0" alt="" id="cropContent"></div>
<br /><table style="margin-left: auto; margin-right: auto;">
<tr>
<td>
<span id="imgCanvas" class="crop"><img src="" alt="" id="theImage" name="theImage"></span>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/mcpuk/frmresourcetype.html
New file
0,0 → 1,64
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmresourcetype.html
* This page shows the list of available resource types.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
function SetResourceType( type )
{
window.parent.frames["frmFolders"].SetResourceType( type ) ;
}
 
var aTypes = [
['File','File'],
['Image','Image'],
['Flash','Flash'],
['Media','Media']
] ;
 
window.onload = function()
{
var bHasType = ( oConnector.ResourceType.length > 0 ) ;
cmbTypeObj=document.getElementById("cmbType");
for ( var i = 0 ; i < aTypes.length ; i++ )
{
if ( !bHasType || aTypes[i][0] ==
oConnector.ResourceType )
AddSelectOption( cmbTypeObj, aTypes[i][1],
aTypes[i][0] ) ;
}
}
 
</script>
</head>
<body bottomMargin="0" topMargin="0">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td nowrap>
Resource Type<BR>
<select id="cmbType" style="WIDTH: 100%" onchange="SetResourceType(this.value);">
</select>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/default/connectors/test.html
New file
0,0 → 1,147
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FCKeditor - Connectors Tests</title>
<script language="javascript">
 
function BuildBaseUrl( command )
{
var sUrl =
document.getElementById('cmbConnector').value +
'?Command=' + command +
'&Type=' + document.getElementById('cmbType').value +
'&CurrentFolder=' + document.getElementById('txtFolder').value ;
var sServerPath = document.getElementById('txtServerPath').value ;
if ( sServerPath.length > 0 && sServerPath.toLowerCase() != '/userfiles/' )
sUrl += '&ServerPath=' + sServerPath ;
return sUrl ;
}
 
function SetFrameUrl( url )
{
if ( document.all )
eRunningFrame.document.location = url ;
else
document.getElementById('eRunningFrame').src = url ;
document.getElementById('eUrl').innerHTML = url ;
}
 
function GetFolders()
{
SetFrameUrl( BuildBaseUrl( 'GetFolders' ) ) ;
return false ;
}
 
function GetFoldersAndFiles()
{
SetFrameUrl( BuildBaseUrl( 'GetFoldersAndFiles' ) ) ;
return false ;
}
 
function CreateFolder()
{
var sFolder = prompt( 'Type the folder name:', 'Test Folder' ) ;
if ( ! sFolder )
return ;
var sUrl = BuildBaseUrl( 'CreateFolder' ) ;
sUrl += '&NewFolderName=' + escape( sFolder ) ;
 
SetFrameUrl( sUrl ) ;
return false ;
}
 
function OnUploadCompleted( errorNumber, fileName )
{
switch ( errorNumber )
{
case 0 :
alert( 'File uploaded with no errors' ) ;
break ;
case 201 :
GetFoldersAndFiles()
alert( 'A file with the same name is already available. The uploaded file has been renamed to "' + fileName + '"' ) ;
break ;
case 202 :
alert( 'Invalid file' ) ;
break ;
default :
alert( 'Error on file upload. Error number: ' + errorNumber ) ;
break ;
}
}
 
this.frames.frmUpload = this ;
 
function SetAction()
{
var sUrl = BuildBaseUrl( 'FileUpload' ) ;
document.getElementById('eUrl').innerHTML = sUrl ;
document.getElementById('frmUpload').action = sUrl ;
}
 
</script>
</head>
<body>
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td>Connector:<br>
<select id="cmbConnector" name="cmbConnector">
<option value="asp/connector.asp" selected>ASP</option>
<option value="aspx/connector.aspx">ASP.Net</option>
<option value="cfm/connector.cfm">ColdFusion</option>
<option value="perl/connector.cgi">Perl</option>
<option value="php/connector.php">PHP</option>
</select></td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Current Folder<BR>
<INPUT id="txtFolder" type="text" value="/" name="txtFolder"></td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>Resource Type<BR>
<select id="cmbType" name="cmbType">
<option value="File" selected>File</option>
<option value="Image">Image</option>
<option value="Flash">Flash</option>
<option value="Media">Media</option>
</select></td>
<TD>&nbsp;&nbsp;&nbsp;</TD>
<TD>Server Path<BR>
<INPUT id="txtServerPath" type="text" value="/UserFiles/" /></TD>
</tr>
</table>
<br>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td valign="top"><a href="#" onclick="GetFolders();">Get Folders</a></td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td valign="top"><a href="#" onclick="GetFoldersAndFiles();">Get Folders and Files</a></td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td valign="top"><a href="#" onclick="CreateFolder();">Create Folder</a></td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td valign="top">
<form id="frmUpload" action="" target="eRunningFrame" method="post" enctype="multipart/form-data">
File Upload<br>
<input id="txtFileUpload" type="file" name="NewFile"> <input type="submit" value="Upload" onclick="SetAction();">
</form>
</td>
</tr>
</table>
<br>
URL: <span id="eUrl"></span>
</td>
</tr>
<tr>
<td height="100%" vAlign="top">
<iframe id="eRunningFrame" src="../../../../fckblank.html" name="eRunningFrame" width="100%" height="100%"></iframe>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/default/connectors/php/commands.php
New file
0,0 → 1,187
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: commands.php
+ * This is the File Manager Connector for ASP.
+ *
+ * File Authors:
+ * Frederico Caldeira Knabben (fredck@fckeditor.net)
+ */
+
+function GetFolders( $resourceType, $currentFolder )
+{
+ // Map the virtual path to the local server path.
+ $sServerDir = ServerMapFolder( $resourceType, $currentFolder ) ;
+
+ // Open the "Folders" node.
+ echo "<Folders>" ;
+
+ $oCurrentFolder = opendir( $sServerDir ) ;
+
+ while ( $sFile = readdir( $oCurrentFolder ) )
+ {
+ if ( $sFile != '.' && $sFile != '..' && is_dir( $sServerDir . $sFile ) )
+ echo '<Folder name="' . ConvertToXmlAttribute( $sFile ) . '" />' ;
+ }
+
+ closedir( $oCurrentFolder ) ;
+
+ // Close the "Folders" node.
+ echo "</Folders>" ;
+}
+
+function GetFoldersAndFiles( $resourceType, $currentFolder )
+{
+ // Map the virtual path to the local server path.
+ $sServerDir = ServerMapFolder( $resourceType, $currentFolder ) ;
+
+ // Initialize the output buffers for "Folders" and "Files".
+ $sFolders = '<Folders>' ;
+ $sFiles = '<Files>' ;
+
+ $oCurrentFolder = opendir( $sServerDir ) ;
+
+ while ( $sFile = readdir( $oCurrentFolder ) )
+ {
+ if ( $sFile != '.' && $sFile != '..' )
+ {
+ if ( is_dir( $sServerDir . $sFile ) )
+ $sFolders .= '<Folder name="' . ConvertToXmlAttribute( $sFile ) . '" />' ;
+ else
+ {
+ $iFileSize = filesize( $sServerDir . $sFile ) ;
+ if ( $iFileSize > 0 )
+ {
+ $iFileSize = round( $iFileSize / 1024 ) ;
+ if ( $iFileSize < 1 ) $iFileSize = 1 ;
+ }
+
+ $sFiles .= '<File name="' . ConvertToXmlAttribute( $sFile ) . '" size="' . $iFileSize . '" />' ;
+ }
+ }
+ }
+
+ echo $sFolders ;
+ // Close the "Folders" node.
+ echo '</Folders>' ;
+
+ echo $sFiles ;
+ // Close the "Files" node.
+ echo '</Files>' ;
+}
+
+function CreateFolder( $resourceType, $currentFolder )
+{
+ $sErrorNumber = '0' ;
+ $sErrorMsg = '' ;
+
+ if ( isset( $_GET['NewFolderName'] ) )
+ {
+ $sNewFolderName = $_GET['NewFolderName'] ;
+
+ // Map the virtual path to the local server path of the current folder.
+ $sServerDir = ServerMapFolder( $resourceType, $currentFolder ) ;
+
+ if ( is_writable( $sServerDir ) )
+ {
+ $sServerDir .= $sNewFolderName ;
+
+ $sErrorMsg = CreateServerFolder( $sServerDir ) ;
+
+ switch ( $sErrorMsg )
+ {
+ case '' :
+ $sErrorNumber = '0' ;
+ break ;
+ case 'Invalid argument' :
+ case 'No such file or directory' :
+ $sErrorNumber = '102' ; // Path too long.
+ break ;
+ default :
+ $sErrorNumber = '110' ;
+ break ;
+ }
+ }
+ else
+ $sErrorNumber = '103' ;
+ }
+ else
+ $sErrorNumber = '102' ;
+
+ // Create the "Error" node.
+ echo '<Error number="' . $sErrorNumber . '" originalDescription="' . ConvertToXmlAttribute( $sErrorMsg ) . '" />' ;
+}
+
+function FileUpload( $resourceType, $currentFolder )
+{
+ $sErrorNumber = '0' ;
+ $sFileName = '' ;
+
+ if ( isset( $_FILES['NewFile'] ) && !is_null( $_FILES['NewFile']['tmp_name'] ) )
+ {
+ $oFile = $_FILES['NewFile'] ;
+
+ // Map the virtual path to the local server path.
+ $sServerDir = ServerMapFolder( $resourceType, $currentFolder ) ;
+
+ // Get the uploaded file name.
+ $sFileName = $oFile['name'] ;
+ $sOriginalFileName = $sFileName ;
+ $sExtension = substr( $sFileName, ( strrpos($sFileName, '.') + 1 ) ) ;
+ $sExtension = strtolower( $sExtension ) ;
+
+ global $Config ;
+
+ $arAllowed = $Config['AllowedExtensions'][$resourceType] ;
+ $arDenied = $Config['DeniedExtensions'][$resourceType] ;
+
+ if ( ( count($arAllowed) == 0 || in_array( $sExtension, $arAllowed ) ) && ( count($arDenied) == 0 || !in_array( $sExtension, $arDenied ) ) )
+ {
+ $iCounter = 0 ;
+
+ while ( true )
+ {
+ $sFilePath = $sServerDir . $sFileName ;
+
+ if ( is_file( $sFilePath ) )
+ {
+ $iCounter++ ;
+ $sFileName = RemoveExtension( $sOriginalFileName ) . '(' . $iCounter . ').' . $sExtension ;
+ $sErrorNumber = '201' ;
+ }
+ else
+ {
+ move_uploaded_file( $oFile['tmp_name'], $sFilePath ) ;
+
+ if ( is_file( $sFilePath ) )
+ {
+ $oldumask = umask(0) ;
+ chmod( $sFilePath, 0777 ) ;
+ umask( $oldumask ) ;
+ }
+
+ break ;
+ }
+ }
+ }
+ else
+ $sErrorNumber = '202' ;
+ }
+ else
+ $sErrorNumber = '202' ;
+
+ echo '<script type="text/javascript">' ;
+ echo 'window.parent.frames["frmUpload"].OnUploadCompleted(' . $sErrorNumber . ',"' . str_replace( '"', '\\"', $sFileName ) . '") ;' ;
+ echo '</script>' ;
+
+ exit ;
+}
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/default/connectors/php/config.php
New file
0,0 → 1,37
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: config.php
+ * Configuration file for the File Manager Connector for PHP.
+ *
+ * File Authors:
+ * Frederico Caldeira Knabben (fredck@fckeditor.net)
+ */
+
+global $Config ;
+
+// Path to user files relative to the document root.
+// SECURITY TIP: Uncomment the following line to set a fixed path.
+//$Config['UserFilesPath'] = '/UserFiles/' ;
+
+$Config['AllowedExtensions']['File'] = array() ;
+$Config['DeniedExtensions']['File'] = array('php','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','dll','reg') ;
+
+$Config['AllowedExtensions']['Image'] = array('jpg','gif','jpeg','png') ;
+$Config['DeniedExtensions']['Image'] = array() ;
+
+$Config['AllowedExtensions']['Flash'] = array('swf','fla') ;
+$Config['DeniedExtensions']['Flash'] = array() ;
+
+$Config['AllowedExtensions']['Media'] = array('swf','fla','jpg','gif','jpeg','png','avi','mpg','mpeg') ;
+$Config['DeniedExtensions']['Media'] = array() ;
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/default/connectors/php/io.php
New file
0,0 → 1,99
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: io.php
+ * This is the File Manager Connector for ASP.
+ *
+ * File Authors:
+ * Frederico Caldeira Knabben (fredck@fckeditor.net)
+ */
+
+function GetUrlFromPath( $resourceType, $folderPath )
+{
+ if ( $resourceType == '' )
+ return RemoveFromEnd( $GLOBALS["UserFilesPath"], '/' ) . $folderPath ;
+ else
+ return $GLOBALS["UserFilesPath"] . $resourceType . $folderPath ;
+}
+
+function RemoveExtension( $fileName )
+{
+ return substr( $fileName, 0, strrpos( $fileName, '.' ) ) ;
+}
+
+function ServerMapFolder( $resourceType, $folderPath )
+{
+ // Get the resource type directory.
+// $sResourceTypePath = $GLOBALS["UserFilesDirectory"] . $resourceType . '\\' ;
+ $sResourceTypePath = $GLOBALS["UserFilesDirectory"] . $resourceType . '/' ;
+
+ // Ensure that the directory exists.
+ CreateServerFolder( $sResourceTypePath ) ;
+
+ // Return the resource type directory combined with the required path.
+// return $sResourceTypePath . str_replace( '/', '\\', RemoveFromStart( $folderPath, '/' ) ) ;
+ return $sResourceTypePath . RemoveFromStart( $folderPath, '/' ) ;
+}
+
+function GetParentFolder( $folderPath )
+{
+ $sPattern = "-[/\\\\][^/\\\\]+[/\\\\]?$-" ;
+ return preg_replace( $sPattern, '', $folderPath ) ;
+}
+
+function CreateServerFolder( $folderPath )
+{
+ $sParent = GetParentFolder( $folderPath ) ;
+
+ // Check if the parent exists, or create it.
+ if ( !file_exists( $sParent ) )
+ {
+ $sErrorMsg = CreateServerFolder( $sParent ) ;
+ if ( $sErrorMsg != '' )
+ return $sErrorMsg ;
+ }
+
+ if ( !file_exists( $folderPath ) )
+ {
+ // Turn off all error reporting.
+ error_reporting( 0 ) ;
+ // Enable error tracking to catch the error.
+ ini_set( 'track_errors', '1' ) ;
+
+ // To create the folder with 0777 permissions, we need to set umask to zero.
+ $oldumask = umask(0) ;
+ mkdir( $folderPath, 0777 ) ;
+ umask( $oldumask ) ;
+
+ $sErrorMsg = $php_errormsg ;
+
+ // Restore the configurations.
+ ini_restore( 'track_errors' ) ;
+ ini_restore( 'error_reporting' ) ;
+
+ return $sErrorMsg ;
+ }
+ else
+ return '' ;
+}
+
+function GetRootPath()
+{
+ $sRealPath = realpath( './' ) ;
+
+// $sSelfPath = str_replace( '/', '\\', $_SERVER['PHP_SELF'] ) ;
+ $sSelfPath = $_SERVER['PHP_SELF'] ;
+// $sSelfPath = substr( $sSelfPath, 0, strrpos( $sSelfPath, '\\' ) ) ;
+ $sSelfPath = substr( $sSelfPath, 0, strrpos( $sSelfPath, '/' ) ) ;
+
+ return substr( $sRealPath, 0, strlen( $sRealPath ) - strlen( $sSelfPath ) ) ;
+}
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php
New file
0,0 → 1,103
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: connector.php
+ * This is the File Manager Connector for PHP.
+ *
+ * File Authors:
+ * Frederico Caldeira Knabben (fredck@fckeditor.net)
+ */
+
+include('config.php') ;
+include('util.php') ;
+include('io.php') ;
+include('basexml.php') ;
+include('commands.php') ;
+
+// Get the "UserFiles" path.
+$GLOBALS["UserFilesPath"] = '' ;
+
+if ( isset( $Config['UserFilesPath'] ) )
+ $GLOBALS["UserFilesPath"] = $Config['UserFilesPath'] ;
+else if ( isset( $_GET['ServerPath'] ) )
+ $GLOBALS["UserFilesPath"] = $_GET['ServerPath'] ;
+else
+ $GLOBALS["UserFilesPath"] = '/UserFiles/' ;
+
+if ( ! ereg( '/$', $GLOBALS["UserFilesPath"] ) )
+ $GLOBALS["UserFilesPath"] .= '/' ;
+
+// Map the "UserFiles" path to a local directory.
+//$GLOBALS["UserFilesDirectory"] = GetRootPath() . str_replace( '/', '\\', $GLOBALS["UserFilesPath"] ) ;
+$GLOBALS["UserFilesDirectory"] = GetRootPath() . $GLOBALS["UserFilesPath"] ;
+
+DoResponse() ;
+
+function DoResponse()
+{
+ if ( !isset( $_GET['Command'] ) || !isset( $_GET['Type'] ) || !isset( $_GET['CurrentFolder'] ) )
+ return ;
+
+ // Get the main request informaiton.
+ $sCommand = $_GET['Command'] ;
+ $sResourceType = $_GET['Type'] ;
+ $sCurrentFolder = $_GET['CurrentFolder'] ;
+
+ // Check if it is an allowed type.
+ if ( !in_array( $sResourceType, array('File','Image','Flash','Media') ) )
+ return ;
+
+ // Check the current folder syntax (must begin and start with a slash).
+ if ( ! ereg( '/$', $sCurrentFolder ) ) $sCurrentFolder .= '/' ;
+ if ( strpos( $sCurrentFolder, '/' ) !== 0 ) $sCurrentFolder = '/' . $sCurrentFolder ;
+
+ // File Upload doesn't have to Return XML, so it must be intercepted before anything.
+ if ( $sCommand == 'FileUpload' )
+ {
+ FileUpload( $sResourceType, $sCurrentFolder ) ;
+ return ;
+ }
+
+ // Prevent the browser from caching the result.
+ // Date in the past
+ header('Expires: Mon, 26 Jul 1997 05:00:00 GMT') ;
+ // always modified
+ header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT') ;
+ // HTTP/1.1
+ header('Cache-Control: no-store, no-cache, must-revalidate') ;
+ header('Cache-Control: post-check=0, pre-check=0', false) ;
+ // HTTP/1.0
+ header('Pragma: no-cache') ;
+
+ // Set the response format.
+ header( 'Content-Type:text/xml; charset=utf-8' ) ;
+
+ CreateXmlHeader( $sCommand, $sResourceType, $sCurrentFolder ) ;
+
+ // Execute the required command.
+ switch ( $sCommand )
+ {
+ case 'GetFolders' :
+ GetFolders( $sResourceType, $sCurrentFolder ) ;
+ break ;
+ case 'GetFoldersAndFiles' :
+ GetFoldersAndFiles( $sResourceType, $sCurrentFolder ) ;
+ break ;
+ case 'CreateFolder' :
+ CreateFolder( $sResourceType, $sCurrentFolder ) ;
+ break ;
+ }
+
+ CreateXmlFooter() ;
+
+ exit ;
+}
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/default/connectors/php/basexml.php
New file
0,0 → 1,35
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: basexml.php
+ * This is the File Manager Connector for ASP.
+ *
+ * File Authors:
+ * Frederico Caldeira Knabben (fredck@fckeditor.net)
+ */
+
+function CreateXmlHeader( $command, $resourceType, $currentFolder )
+{
+ // Create the XML document header.
+ echo '<?xml version="1.0" encoding="utf-8" ?>' ;
+
+ // Create the main "Connector" node.
+ echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
+
+ // Add the current folder node.
+ echo '<CurrentFolder path="' . ConvertToXmlAttribute( $currentFolder ) . '" url="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder ) ) . '" />' ;
+}
+
+function CreateXmlFooter()
+{
+ echo '</Connector>' ;
+}
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/default/connectors/php/util.php
New file
0,0 → 1,35
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: util.php
+ * This is the File Manager Connector for ASP.
+ *
+ * File Authors:
+ * Frederico Caldeira Knabben (fredck@fckeditor.net)
+ */
+
+function RemoveFromStart( $sourceString, $charToRemove )
+{
+ $sPattern = '|^' . $charToRemove . '+|' ;
+ return preg_replace( $sPattern, '', $sourceString ) ;
+}
+
+function RemoveFromEnd( $sourceString, $charToRemove )
+{
+ $sPattern = '|' . $charToRemove . '+$|' ;
+ return preg_replace( $sPattern, '', $sourceString ) ;
+}
+
+function ConvertToXmlAttribute( $value )
+{
+ return utf8_encode( htmlspecialchars( $value ) ) ;
+}
+?>
\ No newline at end of file
/trunk/api/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
1,95 → 1,61
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This page shows the actual folder path.
-->
<html>
<head>
<title>Folder path</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript">
// Automatically detect the correct document.domain (#1919).
(function()
{
var d = document.domain ;
 
while ( true )
{
// Test if we can access a parent property.
try
{
var test = window.top.opener.document.domain ;
break ;
}
catch( e )
{}
 
// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
d = d.replace( /.*?(?:\.|$)/, '' ) ;
 
if ( d.length == 0 )
break ; // It was not able to detect the domain.
 
try
{
document.domain = d ;
}
catch (e)
{
break ;
}
}
})() ;
 
function SetCurrentFolder( resourceType, folderPath )
{
document.getElementById('tdName').innerHTML = folderPath ;
}
 
window.onload = function()
{
window.top.IsLoadedActualFolder = true ;
}
 
</script>
</head>
<body>
<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<button style="WIDTH: 100%" type="button">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td><img height="32" alt="" src="images/FolderOpened32.gif" width="32"></td>
<td>&nbsp;</td>
<td id="tdName" width="100%" nowrap class="ActualFolder">/</td>
<td>&nbsp;</td>
<td><img height="8" src="images/ButtonArrow.gif" width="12" alt=""></td>
<td>&nbsp;</td>
</tr>
</table>
</button>
</td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmactualfolder.html
* This page shows the actual folder path.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript">
 
function OnResize()
{
divName.style.width = "1px" ;
divName.style.width = tdName.offsetWidth + "px" ;
}
 
function SetCurrentFolder( resourceType, folderPath )
{
document.getElementById('tdName').innerHTML = folderPath ;
}
 
window.onload = function()
{
window.top.IsLoadedActualFolder = true ;
}
 
</script>
</head>
<body bottomMargin="0" topMargin="0">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<button style="WIDTH: 100%" type="button">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td><img height="32" alt="" src="images/FolderOpened32.gif" width="32"></td>
<td>&nbsp;</td>
<td id="tdName" width="100%" nowrap class="ActualFolder">/</td>
<td>&nbsp;</td>
<td><img height="8" src="images/ButtonArrow.gif" width="12"></td>
<td>&nbsp;</td>
</tr>
</table>
</button>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
1,169 → 1,147
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This page shows all resources available in a folder in the File Browser.
-->
<html>
<head>
<title>Resources</title>
<link href="browser.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
 
var oListManager = new Object() ;
 
oListManager.Clear = function()
{
document.body.innerHTML = '' ;
}
 
function ProtectPath(path)
{
path = path.replace( /\\/g, '\\\\') ;
path = path.replace( /'/g, '\\\'') ;
return path ;
}
 
oListManager.GetFolderRowHtml = function( folderName, folderPath )
{
// Build the link to view the folder.
var sLink = '<a href="#" onclick="OpenFolder(\'' + ProtectPath( folderPath ) + '\');return false;">' ;
 
return '<tr>' +
'<td width="16">' +
sLink +
'<img alt="" src="images/Folder.gif" width="16" height="16" border="0"><\/a>' +
'<\/td><td nowrap colspan="2">&nbsp;' +
sLink +
folderName +
'<\/a>' +
'<\/td><\/tr>' ;
}
 
oListManager.GetFileRowHtml = function( fileName, fileUrl, fileSize )
{
// Build the link to view the folder.
var sLink = '<a href="#" onclick="OpenFile(\'' + ProtectPath( fileUrl ) + '\');return false;">' ;
 
// Get the file icon.
var sIcon = oIcons.GetIcon( fileName ) ;
 
return '<tr>' +
'<td width="16">' +
sLink +
'<img alt="" src="images/icons/' + sIcon + '.gif" width="16" height="16" border="0"><\/a>' +
'<\/td><td>&nbsp;' +
sLink +
fileName +
'<\/a>' +
'<\/td><td align="right" nowrap>&nbsp;' +
fileSize +
' KB' +
'<\/td><\/tr>' ;
}
 
function OpenFolder( folderPath )
{
// Load the resources list for this folder.
window.parent.frames['frmFolders'].LoadFolders( folderPath ) ;
}
 
function OpenFile( fileUrl )
{
window.top.opener.SetUrl( encodeURI( fileUrl ).replace( '#', '%23' ) ) ;
window.top.close() ;
window.top.opener.focus() ;
}
 
function LoadResources( resourceType, folderPath )
{
oListManager.Clear() ;
oConnector.ResourceType = resourceType ;
oConnector.CurrentFolder = folderPath ;
oConnector.SendCommand( 'GetFoldersAndFiles', null, GetFoldersAndFilesCallBack ) ;
}
 
function Refresh()
{
LoadResources( oConnector.ResourceType, oConnector.CurrentFolder ) ;
}
 
function GetFoldersAndFilesCallBack( fckXml )
{
if ( oConnector.CheckError( fckXml ) != 0 )
return ;
 
// Get the current folder path.
var oFolderNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
if ( oFolderNode == null )
{
alert( 'The server didn\'t reply with a proper XML data. Please check your configuration.' ) ;
return ;
}
var sCurrentFolderPath = oFolderNode.attributes.getNamedItem('path').value ;
var sCurrentFolderUrl = oFolderNode.attributes.getNamedItem('url').value ;
 
// var dTimer = new Date() ;
 
var oHtml = new StringBuilder( '<table id="tableFiles" cellspacing="1" cellpadding="0" width="100%" border="0">' ) ;
 
// Add the Folders.
var oNodes ;
oNodes = fckXml.SelectNodes( 'Connector/Folders/Folder' ) ;
for ( var i = 0 ; i < oNodes.length ; i++ )
{
var sFolderName = oNodes[i].attributes.getNamedItem('name').value ;
oHtml.Append( oListManager.GetFolderRowHtml( sFolderName, sCurrentFolderPath + sFolderName + "/" ) ) ;
}
 
// Add the Files.
oNodes = fckXml.SelectNodes( 'Connector/Files/File' ) ;
for ( var j = 0 ; j < oNodes.length ; j++ )
{
var oNode = oNodes[j] ;
var sFileName = oNode.attributes.getNamedItem('name').value ;
var sFileSize = oNode.attributes.getNamedItem('size').value ;
 
// Get the optional "url" attribute. If not available, build the url.
var oFileUrlAtt = oNodes[j].attributes.getNamedItem('url') ;
var sFileUrl = oFileUrlAtt != null ? oFileUrlAtt.value : sCurrentFolderUrl + sFileName ;
 
oHtml.Append( oListManager.GetFileRowHtml( sFileName, sFileUrl, sFileSize ) ) ;
}
 
oHtml.Append( '<\/table>' ) ;
 
document.body.innerHTML = oHtml.ToString() ;
 
// window.top.document.title = 'Finished processing in ' + ( ( ( new Date() ) - dTimer ) / 1000 ) + ' seconds' ;
 
}
 
window.onload = function()
{
window.top.IsLoadedResourcesList = true ;
}
</script>
</head>
<body class="FileArea">
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmresourceslist.html
* This page shows all resources available in a folder in the File Browser.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
var oListManager = new Object() ;
 
oListManager.Init = function()
{
this.Table = document.getElementById('tableFiles') ;
}
 
oListManager.Clear = function()
{
// Remove all other rows available.
while ( this.Table.rows.length > 0 )
this.Table.deleteRow(0) ;
}
 
oListManager.AddFolder = function( folderName, folderPath )
{
// Create the new row.
var oRow = this.Table.insertRow(-1) ;
 
// Build the link to view the folder.
var sLink = '<a href="#" onclick="OpenFolder(\'' + folderPath + '\');return false;">' ;
 
// Add the folder icon cell.
var oCell = oRow.insertCell(-1) ;
oCell.width = 16 ;
oCell.innerHTML = sLink + '<img alt="" src="images/Folder.gif" width="16" height="16" border="0"></a>' ;
 
// Add the folder name cell.
oCell = oRow.insertCell(-1) ;
oCell.noWrap = true ;
oCell.colSpan = 2 ;
oCell.innerHTML = '&nbsp;' + sLink + folderName + '</a>' ;
}
 
oListManager.AddFile = function( fileName, fileUrl, fileSize )
{
// Create the new row.
var oRow = this.Table.insertRow(-1) ;
 
// Build the link to view the folder.
var sLink = '<a href="#" onclick="OpenFile(\'' + fileUrl + '\');return false;">' ;
 
// Get the file icon.
var sIcon = oIcons.GetIcon( fileName ) ;
 
// Add the file icon cell.
var oCell = oRow.insertCell(-1) ;
oCell.width = 16 ;
oCell.innerHTML = sLink + '<img alt="" src="images/icons/' + sIcon + '.gif" width="16" height="16" border="0"></a>' ;
 
// Add the file name cell.
oCell = oRow.insertCell(-1) ;
oCell.innerHTML = '&nbsp;' + sLink + fileName + '</a>' ;
// Add the file size cell.
oCell = oRow.insertCell(-1) ;
oCell.noWrap = true ;
oCell.align = 'right' ;
oCell.innerHTML = '&nbsp;' + fileSize + ' KB' ;
}
 
function OpenFolder( folderPath )
{
// Load the resources list for this folder.
window.parent.frames['frmFolders'].LoadFolders( folderPath ) ;
}
 
function OpenFile( fileUrl )
{
window.top.opener.SetUrl( fileUrl ) ;
window.top.close() ;
window.top.opener.focus() ;
}
 
function LoadResources( resourceType, folderPath )
{
oListManager.Clear() ;
oConnector.ResourceType = resourceType ;
oConnector.CurrentFolder = folderPath
oConnector.SendCommand( 'GetFoldersAndFiles', null, GetFoldersAndFilesCallBack ) ;
}
 
function Refresh()
{
LoadResources( oConnector.ResourceType, oConnector.CurrentFolder ) ;
}
 
function GetFoldersAndFilesCallBack( fckXml )
{
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
var sCurrentFolderUrl = oNode.attributes.getNamedItem('url').value ;
 
// Add the Folders.
var oNodes = fckXml.SelectNodes( 'Connector/Folders/Folder' ) ;
for ( var i = 0 ; i < oNodes.length ; i++ )
{
var sFolderName = oNodes[i].attributes.getNamedItem('name').value ;
oListManager.AddFolder( sFolderName, sCurrentFolderPath + sFolderName + "/" ) ;
}
// Add the Files.
var oNodes = fckXml.SelectNodes( 'Connector/Files/File' ) ;
for ( var i = 0 ; i < oNodes.length ; i++ )
{
var sFileName = oNodes[i].attributes.getNamedItem('name').value ;
var sFileSize = oNodes[i].attributes.getNamedItem('size').value ;
oListManager.AddFile( sFileName, sCurrentFolderUrl + sFileName, sFileSize ) ;
}
}
 
window.onload = function()
{
oListManager.Init() ;
window.top.IsLoadedResourcesList = true ;
}
</script>
</head>
<body class="FileArea" bottomMargin="10" leftMargin="10" topMargin="10" rightMargin="10">
<table id="tableFiles" cellSpacing="1" cellPadding="0" width="100%" border="0">
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
1,69 → 1,59
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This page shows the list of available resource types.
-->
<html>
<head>
<title>Available types</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
 
function SetResourceType( type )
{
window.parent.frames["frmFolders"].SetResourceType( type ) ;
}
 
var aTypes = [
['File','File'],
['Image','Image'],
['Flash','Flash'],
['Media','Media']
] ;
 
window.onload = function()
{
var oCombo = document.getElementById('cmbType') ;
oCombo.innerHTML = '' ;
for ( var i = 0 ; i < aTypes.length ; i++ )
{
if ( oConnector.ShowAllTypes || aTypes[i][0] == oConnector.ResourceType )
AddSelectOption( oCombo, aTypes[i][1], aTypes[i][0] ) ;
}
}
 
</script>
</head>
<body>
<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td nowrap>
Resource Type<BR>
<select id="cmbType" style="WIDTH: 100%" onchange="SetResourceType(this.value);">
<option>&nbsp;
</select>
</td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmresourcetype.html
* This page shows the list of available resource types.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
function SetResourceType( type )
{
window.parent.frames["frmFolders"].SetResourceType( type ) ;
}
 
var aTypes = [
['File','File'],
['Image','Image'],
['Flash','Flash'],
['Media','Media']
] ;
 
window.onload = function()
{
for ( var i = 0 ; i < aTypes.length ; i++ )
{
if ( oConnector.ShowAllTypes || aTypes[i][0] == oConnector.ResourceType )
AddSelectOption( document.getElementById('cmbType'), aTypes[i][1], aTypes[i][0] ) ;
}
}
 
</script>
</head>
<body bottomMargin="0" topMargin="0">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td nowrap>
Resource Type<BR>
<select id="cmbType" style="WIDTH: 100%" onchange="SetResourceType(this.value);">
</select>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/png.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/html.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/icons/js.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/images/Folder32.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/filemanager/browser/default/browser.html
1,200 → 1,110
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This page compose the File Browser dialog frameset.
-->
<html>
<head>
<title>FCKeditor - Resources Browser</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/fckxml.js"></script>
<script type="text/javascript">
// Automatically detect the correct document.domain (#1919).
(function()
{
var d = document.domain ;
 
while ( true )
{
// Test if we can access a parent property.
try
{
var test = window.opener.document.domain ;
break ;
}
catch( e )
{}
 
// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
d = d.replace( /.*?(?:\.|$)/, '' ) ;
 
if ( d.length == 0 )
break ; // It was not able to detect the domain.
 
try
{
document.domain = d ;
}
catch (e)
{
break ;
}
}
})() ;
 
function GetUrlParam( paramName )
{
var oRegex = new RegExp( '[\?&]' + paramName + '=([^&]+)', 'i' ) ;
var oMatch = oRegex.exec( window.top.location.search ) ;
 
if ( oMatch && oMatch.length > 1 )
return decodeURIComponent( oMatch[1] ) ;
else
return '' ;
}
 
var oConnector = new Object() ;
oConnector.CurrentFolder = '/' ;
 
var sConnUrl = GetUrlParam( 'Connector' ) ;
 
// Gecko has some problems when using relative URLs (not starting with slash).
if ( sConnUrl.substr(0,1) != '/' && sConnUrl.indexOf( '://' ) < 0 )
sConnUrl = window.location.href.replace( /browser.html.*$/, '' ) + sConnUrl ;
 
oConnector.ConnectorUrl = sConnUrl + ( sConnUrl.indexOf('?') != -1 ? '&' : '?' ) ;
 
var sServerPath = GetUrlParam( 'ServerPath' ) ;
if ( sServerPath.length > 0 )
oConnector.ConnectorUrl += 'ServerPath=' + encodeURIComponent( sServerPath ) + '&' ;
 
oConnector.ResourceType = GetUrlParam( 'Type' ) ;
oConnector.ShowAllTypes = ( oConnector.ResourceType.length == 0 ) ;
 
if ( oConnector.ShowAllTypes )
oConnector.ResourceType = 'File' ;
 
oConnector.SendCommand = function( command, params, callBackFunction )
{
var sUrl = this.ConnectorUrl + 'Command=' + command ;
sUrl += '&Type=' + this.ResourceType ;
sUrl += '&CurrentFolder=' + encodeURIComponent( this.CurrentFolder ) ;
 
if ( params ) sUrl += '&' + params ;
 
// Add a random salt to avoid getting a cached version of the command execution
sUrl += '&uuid=' + new Date().getTime() ;
 
var oXML = new FCKXml() ;
 
if ( callBackFunction )
oXML.LoadUrl( sUrl, callBackFunction ) ; // Asynchronous load.
else
return oXML.LoadUrl( sUrl ) ;
 
return null ;
}
 
oConnector.CheckError = function( responseXml )
{
var iErrorNumber = 0 ;
var oErrorNode = responseXml.SelectSingleNode( 'Connector/Error' ) ;
 
if ( oErrorNode )
{
iErrorNumber = parseInt( oErrorNode.attributes.getNamedItem('number').value, 10 ) ;
 
switch ( iErrorNumber )
{
case 0 :
break ;
case 1 : // Custom error. Message placed in the "text" attribute.
alert( oErrorNode.attributes.getNamedItem('text').value ) ;
break ;
case 101 :
alert( 'Folder already exists' ) ;
break ;
case 102 :
alert( 'Invalid folder name' ) ;
break ;
case 103 :
alert( 'You have no permissions to create the folder' ) ;
break ;
case 110 :
alert( 'Unknown error creating folder' ) ;
break ;
default :
alert( 'Error on your request. Error number: ' + iErrorNumber ) ;
break ;
}
}
return iErrorNumber ;
}
 
var oIcons = new Object() ;
 
oIcons.AvailableIconsArray = [
'ai','avi','bmp','cs','dll','doc','exe','fla','gif','htm','html','jpg','js',
'mdb','mp3','pdf','png','ppt','rdp','swf','swt','txt','vsd','xls','xml','zip' ] ;
 
oIcons.AvailableIcons = new Object() ;
 
for ( var i = 0 ; i < oIcons.AvailableIconsArray.length ; i++ )
oIcons.AvailableIcons[ oIcons.AvailableIconsArray[i] ] = true ;
 
oIcons.GetIcon = function( fileName )
{
var sExtension = fileName.substr( fileName.lastIndexOf('.') + 1 ).toLowerCase() ;
 
if ( this.AvailableIcons[ sExtension ] == true )
return sExtension ;
else
return 'default.icon' ;
}
 
function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg )
{
if (errorNumber == "1")
window.frames['frmUpload'].OnUploadCompleted( errorNumber, customMsg ) ;
else
window.frames['frmUpload'].OnUploadCompleted( errorNumber, fileName ) ;
}
 
</script>
</head>
<frameset cols="150,*" class="Frame" framespacing="3" bordercolor="#f1f1e3" frameborder="1">
<frameset rows="50,*" framespacing="0">
<frame src="frmresourcetype.html" scrolling="no" frameborder="0">
<frame name="frmFolders" src="frmfolders.html" scrolling="auto" frameborder="1">
</frameset>
<frameset rows="50,*,50" framespacing="0">
<frame name="frmActualFolder" src="frmactualfolder.html" scrolling="no" frameborder="0">
<frame name="frmResourcesList" src="frmresourceslist.html" scrolling="auto" frameborder="1">
<frameset cols="150,*,0" framespacing="0" frameborder="0">
<frame name="frmCreateFolder" src="frmcreatefolder.html" scrolling="no" frameborder="0">
<frame name="frmUpload" src="frmupload.html" scrolling="no" frameborder="0">
<frame name="frmUploadWorker" src="javascript:void(0)" scrolling="no" frameborder="0">
</frameset>
</frameset>
</frameset>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: browser.html
* This page compose the File Browser dialog frameset.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FCKeditor - Resources Browser</title>
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/fckxml.js"></script>
<script language="javascript">
 
function GetUrlParam( paramName )
{
var oRegex = new RegExp( '[\?&]' + paramName + '=([^&]+)', 'i' ) ;
var oMatch = oRegex.exec( window.top.location.search ) ;
if ( oMatch && oMatch.length > 1 )
return oMatch[1] ;
else
return '' ;
}
 
var oConnector = new Object() ;
oConnector.CurrentFolder = '/' ;
 
var sConnUrl = GetUrlParam( 'Connector' ) ;
 
// Gecko has some problems when using relative URLs (not starting with slash).
if ( sConnUrl.substr(0,1) != '/' && sConnUrl.indexOf( '://' ) < 0 )
sConnUrl = window.location.href.replace( /browser.html.*$/, '' ) + sConnUrl ;
 
oConnector.ConnectorUrl = sConnUrl + '?' ;
 
var sServerPath = GetUrlParam( 'ServerPath' ) ;
if ( sServerPath.length > 0 )
oConnector.ConnectorUrl += 'ServerPath=' + escape( sServerPath ) + '&' ;
 
oConnector.ResourceType = GetUrlParam( 'Type' ) ;
oConnector.ShowAllTypes = ( oConnector.ResourceType.length == 0 ) ;
 
if ( oConnector.ShowAllTypes )
oConnector.ResourceType = 'File' ;
 
oConnector.SendCommand = function( command, params, callBackFunction )
{
var sUrl = this.ConnectorUrl + 'Command=' + command ;
sUrl += '&Type=' + this.ResourceType ;
sUrl += '&CurrentFolder=' + escape( this.CurrentFolder ) ;
if ( params ) sUrl += '&' + params ;
 
var oXML = new FCKXml() ;
if ( callBackFunction )
oXML.LoadUrl( sUrl, callBackFunction ) ; // Asynchronous load.
else
return oXML.LoadUrl( sUrl ) ;
}
 
var oIcons = new Object() ;
 
oIcons.AvailableIconsArray = [
'ai','avi','bmp','cs','dll','doc','exe','fla','gif','htm','html','jpg','js',
'mdb','mp3','pdf','ppt','rdp','swf','swt','txt','vsd','xls','xml','zip' ] ;
oIcons.AvailableIcons = new Object() ;
 
for ( var i = 0 ; i < oIcons.AvailableIconsArray.length ; i++ )
oIcons.AvailableIcons[ oIcons.AvailableIconsArray[i] ] = true ;
 
oIcons.GetIcon = function( fileName )
{
var sExtension = fileName.substr( fileName.lastIndexOf('.') + 1 ).toLowerCase() ;
 
if ( this.AvailableIcons[ sExtension ] == true )
return sExtension ;
else
return 'default.icon' ;
}
</script>
</head>
<frameset cols="150,*" class="Frame" framespacing="3" bordercolor="#f1f1e3" frameborder="yes">
<frameset rows="50,*" framespacing="0">
<frame src="frmresourcetype.html" scrolling="no" frameborder="no">
<frame name="frmFolders" src="frmfolders.html" scrolling="auto" frameborder="yes">
</frameset>
<frameset rows="50,*,50" framespacing="0">
<frame name="frmActualFolder" src="frmactualfolder.html" scrolling="no" frameborder="no">
<frame name="frmResourcesList" src="frmresourceslist.html" scrolling="auto" frameborder="yes">
<frameset cols="150,*,0" framespacing="0" frameborder="no">
<frame name="frmCreateFolder" src="frmcreatefolder.html" scrolling="no" frameborder="no">
<frame name="frmUpload" src="frmupload.html" scrolling="no" frameborder="no">
<frame name="frmUploadWorker" src="" scrolling="no" frameborder="no">
</frameset>
</frameset>
</frameset>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/default/frmfolders.html
1,198 → 1,187
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This page shows the list of folders available in the parent folder
* of the current folder.
-->
<html>
<head>
<title>Folders</title>
<link href="browser.css" type="text/css" rel="stylesheet">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
 
var sActiveFolder ;
 
var bIsLoaded = false ;
var iIntervalId ;
 
var oListManager = new Object() ;
 
oListManager.Init = function()
{
this.Table = document.getElementById('tableFiles') ;
this.UpRow = document.getElementById('trUp') ;
 
this.TableRows = new Object() ;
}
 
oListManager.Clear = function()
{
// Remove all other rows available.
while ( this.Table.rows.length > 1 )
this.Table.deleteRow(1) ;
 
// Reset the TableRows collection.
this.TableRows = new Object() ;
}
 
oListManager.AddItem = function( folderName, folderPath )
{
// Create the new row.
var oRow = this.Table.insertRow(-1) ;
oRow.className = 'FolderListFolder' ;
 
// Build the link to view the folder.
var sLink = '<a href="#" onclick="OpenFolder(\'' + folderPath + '\');return false;">' ;
 
// Add the folder icon cell.
var oCell = oRow.insertCell(-1) ;
oCell.width = 16 ;
oCell.innerHTML = sLink + '<img alt="" src="images/spacer.gif" width="16" height="16" border="0"><\/a>' ;
 
// Add the folder name cell.
oCell = oRow.insertCell(-1) ;
oCell.noWrap = true ;
oCell.innerHTML = '&nbsp;' + sLink + folderName + '<\/a>' ;
 
this.TableRows[ folderPath ] = oRow ;
}
 
oListManager.ShowUpFolder = function( upFolderPath )
{
this.UpRow.style.display = ( upFolderPath != null ? '' : 'none' ) ;
 
if ( upFolderPath != null )
{
document.getElementById('linkUpIcon').onclick = document.getElementById('linkUp').onclick = function()
{
LoadFolders( upFolderPath ) ;
return false ;
}
}
}
 
function CheckLoaded()
{
if ( window.top.IsLoadedActualFolder
&& window.top.IsLoadedCreateFolder
&& window.top.IsLoadedUpload
&& window.top.IsLoadedResourcesList )
{
window.clearInterval( iIntervalId ) ;
bIsLoaded = true ;
OpenFolder( sActiveFolder ) ;
}
}
 
function OpenFolder( folderPath )
{
sActiveFolder = folderPath ;
 
if ( ! bIsLoaded )
{
if ( ! iIntervalId )
iIntervalId = window.setInterval( CheckLoaded, 100 ) ;
return ;
}
 
// Change the style for the select row (to show the opened folder).
for ( var sFolderPath in oListManager.TableRows )
{
oListManager.TableRows[ sFolderPath ].className =
( sFolderPath == folderPath ? 'FolderListCurrentFolder' : 'FolderListFolder' ) ;
}
 
// Set the current folder in all frames.
window.parent.frames['frmActualFolder'].SetCurrentFolder( oConnector.ResourceType, folderPath ) ;
window.parent.frames['frmCreateFolder'].SetCurrentFolder( oConnector.ResourceType, folderPath ) ;
window.parent.frames['frmUpload'].SetCurrentFolder( oConnector.ResourceType, folderPath ) ;
 
// Load the resources list for this folder.
window.parent.frames['frmResourcesList'].LoadResources( oConnector.ResourceType, folderPath ) ;
}
 
function LoadFolders( folderPath )
{
// Clear the folders list.
oListManager.Clear() ;
 
// Get the parent folder path.
var sParentFolderPath ;
if ( folderPath != '/' )
sParentFolderPath = folderPath.substring( 0, folderPath.lastIndexOf( '/', folderPath.length - 2 ) + 1 ) ;
 
// Show/Hide the Up Folder.
oListManager.ShowUpFolder( sParentFolderPath ) ;
 
if ( folderPath != '/' )
{
sActiveFolder = folderPath ;
oConnector.CurrentFolder = sParentFolderPath ;
oConnector.SendCommand( 'GetFolders', null, GetFoldersCallBack ) ;
}
else
OpenFolder( '/' ) ;
}
 
function GetFoldersCallBack( fckXml )
{
if ( oConnector.CheckError( fckXml ) != 0 )
return ;
 
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
 
var oNodes = fckXml.SelectNodes( 'Connector/Folders/Folder' ) ;
 
for ( var i = 0 ; i < oNodes.length ; i++ )
{
var sFolderName = oNodes[i].attributes.getNamedItem('name').value ;
oListManager.AddItem( sFolderName, sCurrentFolderPath + sFolderName + '/' ) ;
}
 
OpenFolder( sActiveFolder ) ;
}
 
function SetResourceType( type )
{
oConnector.ResourceType = type ;
LoadFolders( '/' ) ;
}
 
window.onload = function()
{
oListManager.Init() ;
LoadFolders( '/' ) ;
}
</script>
</head>
<body class="FileArea">
<table id="tableFiles" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr id="trUp" style="DISPLAY: none">
<td width="16"><a id="linkUpIcon" href="#"><img alt="" src="images/FolderUp.gif" width="16" height="16" border="0"></a></td>
<td nowrap width="100%">&nbsp;<a id="linkUp" href="#">..</a></td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmfolders.html
* This page shows the list of folders available in the parent folder
* of the current folder.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
var sActiveFolder ;
 
var bIsLoaded = false ;
var iIntervalId ;
 
var oListManager = new Object() ;
 
oListManager.Init = function()
{
this.Table = document.getElementById('tableFiles') ;
this.UpRow = document.getElementById('trUp') ;
 
this.TableRows = new Object() ;
}
 
oListManager.Clear = function()
{
// Remove all other rows available.
while ( this.Table.rows.length > 1 )
this.Table.deleteRow(1) ;
 
// Reset the TableRows collection.
this.TableRows = new Object() ;
}
 
oListManager.AddItem = function( folderName, folderPath )
{
// Create the new row.
var oRow = this.Table.insertRow(-1) ;
oRow.className = 'FolderListFolder' ;
 
// Build the link to view the folder.
var sLink = '<a href="#" onclick="OpenFolder(\'' + folderPath + '\');return false;">' ;
 
// Add the folder icon cell.
var oCell = oRow.insertCell(-1) ;
oCell.width = 16 ;
oCell.innerHTML = sLink + '<img alt="" src="images/spacer.gif" width="16" height="16" border="0"></a>' ;
 
// Add the folder name cell.
oCell = oRow.insertCell(-1) ;
oCell.noWrap = true ;
oCell.innerHTML = '&nbsp;' + sLink + folderName + '</a>' ;
this.TableRows[ folderPath ] = oRow ;
}
 
oListManager.ShowUpFolder = function( upFolderPath )
{
this.UpRow.style.display = ( upFolderPath != null ? '' : 'none' ) ;
if ( upFolderPath != null )
{
document.getElementById('linkUpIcon').onclick = document.getElementById('linkUp').onclick = function()
{
LoadFolders( upFolderPath ) ;
return false ;
}
}
}
 
function CheckLoaded()
{
if ( window.top.IsLoadedActualFolder
&& window.top.IsLoadedCreateFolder
&& window.top.IsLoadedUpload
&& window.top.IsLoadedResourcesList )
{
window.clearInterval( iIntervalId ) ;
bIsLoaded = true ;
OpenFolder( sActiveFolder ) ;
}
}
 
function OpenFolder( folderPath )
{
sActiveFolder = folderPath ;
 
if ( ! bIsLoaded )
{
if ( ! iIntervalId )
iIntervalId = window.setInterval( CheckLoaded, 100 ) ;
return ;
}
 
// Change the style for the select row (to show the opened folder).
for ( var sFolderPath in oListManager.TableRows )
{
oListManager.TableRows[ sFolderPath ].className =
( sFolderPath == folderPath ? 'FolderListCurrentFolder' : 'FolderListFolder' ) ;
}
 
// Set the current folder in all frames.
window.parent.frames['frmActualFolder'].SetCurrentFolder( oConnector.ResourceType, folderPath ) ;
window.parent.frames['frmCreateFolder'].SetCurrentFolder( oConnector.ResourceType, folderPath ) ;
window.parent.frames['frmUpload'].SetCurrentFolder( oConnector.ResourceType, folderPath ) ;
// Load the resources list for this folder.
window.parent.frames['frmResourcesList'].LoadResources( oConnector.ResourceType, folderPath ) ;
}
 
function LoadFolders( folderPath )
{
// Clear the folders list.
oListManager.Clear() ;
 
// Get the parent folder path.
var sParentFolderPath ;
if ( folderPath != '/' )
sParentFolderPath = folderPath.substring( 0, folderPath.lastIndexOf( '/', folderPath.length - 2 ) + 1 ) ;
 
// Show/Hide the Up Folder.
oListManager.ShowUpFolder( sParentFolderPath ) ;
if ( folderPath != '/' )
{
sActiveFolder = folderPath ;
oConnector.CurrentFolder = sParentFolderPath
oConnector.SendCommand( 'GetFolders', null, GetFoldersCallBack ) ;
}
else
OpenFolder( '/' ) ;
}
 
function GetFoldersCallBack( fckXml )
{
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/CurrentFolder' ) ;
var sCurrentFolderPath = oNode.attributes.getNamedItem('path').value ;
var oNodes = fckXml.SelectNodes( 'Connector/Folders/Folder' ) ;
for ( var i = 0 ; i < oNodes.length ; i++ )
{
var sFolderName = oNodes[i].attributes.getNamedItem('name').value ;
oListManager.AddItem( sFolderName, sCurrentFolderPath + sFolderName + "/" ) ;
}
OpenFolder( sActiveFolder ) ;
}
 
function SetResourceType( type )
{
oConnector.ResourceType = type ;
LoadFolders( '/' ) ;
}
 
window.onload = function()
{
oListManager.Init() ;
LoadFolders( '/' ) ;
}
</script>
</head>
<body class="FileArea" bottomMargin="10" leftMargin="10" topMargin="10" rightMargin="10">
<table id="tableFiles" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr id="trUp" style="DISPLAY: none">
<td width="16"><a id="linkUpIcon" href="#"><img alt="" src="images/FolderUp.gif" width="16" height="16" border="0"></a></td>
<td nowrap width="100%">&nbsp;<a id="linkUp" href="#">..</a></td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
1,114 → 1,102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Page used to create new folders in the current folder.
-->
<html>
<head>
<title>Create Folder</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
 
function SetCurrentFolder( resourceType, folderPath )
{
oConnector.ResourceType = resourceType ;
oConnector.CurrentFolder = folderPath ;
}
 
function CreateFolder()
{
var sFolderName ;
 
while ( true )
{
sFolderName = prompt( 'Type the name of the new folder:', '' ) ;
 
if ( sFolderName == null )
return ;
else if ( sFolderName.length == 0 )
alert( 'Please type the folder name' ) ;
else
break ;
}
 
oConnector.SendCommand( 'CreateFolder', 'NewFolderName=' + encodeURIComponent( sFolderName) , CreateFolderCallBack ) ;
}
 
function CreateFolderCallBack( fckXml )
{
if ( oConnector.CheckError( fckXml ) == 0 )
window.parent.frames['frmResourcesList'].Refresh() ;
 
/*
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/Error' ) ;
var iErrorNumber = parseInt( oNode.attributes.getNamedItem('number').value ) ;
 
switch ( iErrorNumber )
{
case 0 :
window.parent.frames['frmResourcesList'].Refresh() ;
break ;
case 101 :
alert( 'Folder already exists' ) ;
break ;
case 102 :
alert( 'Invalid folder name' ) ;
break ;
case 103 :
alert( 'You have no permissions to create the folder' ) ;
break ;
case 110 :
alert( 'Unknown error creating folder' ) ;
break ;
default :
alert( 'Error creating folder. Error number: ' + iErrorNumber ) ;
break ;
}
*/
}
 
window.onload = function()
{
window.top.IsLoadedCreateFolder = true ;
}
</script>
</head>
<body>
<table class="fullHeight" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<button type="button" style="WIDTH: 100%" onclick="CreateFolder();">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td><img height="16" alt="" src="images/Folder.gif" width="16"></td>
<td>&nbsp;</td>
<td nowrap>Create New Folder</td>
</tr>
</table>
</button>
</td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmcreatefolder.html
* Page used to create new folders in the current folder.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="browser.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
function SetCurrentFolder( resourceType, folderPath )
{
oConnector.ResourceType = resourceType ;
oConnector.CurrentFolder = folderPath
}
 
function CreateFolder()
{
var sFolderName ;
while ( true )
{
sFolderName = prompt( 'Type the name of the new folder:', '' ) ;
if ( sFolderName == null )
return ;
else if ( sFolderName.length == 0 )
alert( 'Please type the folder name' ) ;
else
break ;
}
oConnector.SendCommand( 'CreateFolder', 'NewFolderName=' + escape( sFolderName) , CreateFolderCallBack ) ;
}
 
function CreateFolderCallBack( fckXml )
{
// Get the current folder path.
var oNode = fckXml.SelectSingleNode( 'Connector/Error' ) ;
var iErrorNumber = parseInt( oNode.attributes.getNamedItem('number').value ) ;
switch ( iErrorNumber )
{
case 0 :
window.parent.frames['frmResourcesList'].Refresh() ;
break ;
case 101 :
alert( 'Folder already exists' ) ;
break ;
case 102 :
alert( 'Invalid folder name' ) ;
break ;
case 103 :
alert( 'You have no permissions to create the folder' ) ;
break ;
case 110 :
alert( 'Unknown error creating folder' ) ;
break ;
default :
alert( 'Error creating folder. Error number: ' + iErrorNumber ) ;
break ;
}
}
 
window.onload = function()
{
window.top.IsLoadedCreateFolder = true ;
}
</script>
</head>
<body bottomMargin="0" topMargin="0">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<button type="button" style="WIDTH: 100%" onclick="CreateFolder();">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td><img height="16" alt="" src="images/Folder.gif" width="16"></td>
<td>&nbsp;</td>
<td nowrap>Create New Folder</td>
</tr>
</table>
</button>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/default/browser.css
1,49 → 1,45
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* CSS styles used by all pages that compose the File Browser.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: browser.css
* CSS styles used by all pages that compose the File Browser.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
body
{
background-color: #f1f1e3;
margin-top:0;
margin-bottom:0;
}
 
form
{
margin: 0;
padding: 0;
margin: 0px 0px 0px 0px ;
padding: 0px 0px 0px 0px ;
}
 
.Frame
{
background-color: #f1f1e3;
border: thin inset #f1f1e3;
border-color: #f1f1e3;
border-right: thin inset;
border-top: thin inset;
border-left: thin inset;
border-bottom: thin inset;
}
 
body.FileArea
{
 
background-color: #ffffff;
margin: 10px;
}
 
body, td, input, select
67,8 → 63,11
 
.Button, button
{
border-right: #737357 1px solid;
border-top: #737357 1px solid;
border-left: #737357 1px solid;
color: #3b3b1f;
border: #737357 1px solid;
border-bottom: #737357 1px solid;
background-color: #c7c78f;
}
 
80,8 → 79,4
.FolderListFolder img
{
background-image: url(images/Folder.gif);
}
 
.fullHeight {
height: 100%;
}
}
/trunk/api/fckeditor/editor/filemanager/browser/default/frmupload.html
1,115 → 1,104
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Page used to upload new files in the current folder.
-->
<html>
<head>
<title>File Upload</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="browser.css" type="text/css" rel="stylesheet" >
<script type="text/javascript" src="js/common.js"></script>
<script type="text/javascript">
 
function SetCurrentFolder( resourceType, folderPath )
{
var sUrl = oConnector.ConnectorUrl + 'Command=FileUpload' ;
sUrl += '&Type=' + resourceType ;
sUrl += '&CurrentFolder=' + encodeURIComponent( folderPath ) ;
 
document.getElementById('frmUpload').action = sUrl ;
}
 
function OnSubmit()
{
if ( document.getElementById('NewFile').value.length == 0 )
{
alert( 'Please select a file from your computer' ) ;
return false ;
}
 
// Set the interface elements.
document.getElementById('eUploadMessage').innerHTML = 'Upload a new file in this folder (Upload in progress, please wait...)' ;
document.getElementById('btnUpload').disabled = true ;
 
return true ;
}
 
function OnUploadCompleted( errorNumber, data )
{
// Reset the Upload Worker Frame.
window.parent.frames['frmUploadWorker'].location = 'javascript:void(0)' ;
 
// Reset the upload form (On IE we must do a little trick to avoid problems).
if ( document.all )
document.getElementById('NewFile').outerHTML = '<input id="NewFile" name="NewFile" style="WIDTH: 100%" type="file">' ;
else
document.getElementById('frmUpload').reset() ;
 
// Reset the interface elements.
document.getElementById('eUploadMessage').innerHTML = 'Upload a new file in this folder' ;
document.getElementById('btnUpload').disabled = false ;
 
switch ( errorNumber )
{
case 0 :
window.parent.frames['frmResourcesList'].Refresh() ;
break ;
case 1 : // Custom error.
alert( data ) ;
break ;
case 201 :
window.parent.frames['frmResourcesList'].Refresh() ;
alert( 'A file with the same name is already available. The uploaded file has been renamed to "' + data + '"' ) ;
break ;
case 202 :
alert( 'Invalid file' ) ;
break ;
default :
alert( 'Error on file upload. Error number: ' + errorNumber ) ;
break ;
}
}
 
window.onload = function()
{
window.top.IsLoadedUpload = true ;
}
</script>
</head>
<body>
<form id="frmUpload" action="" target="frmUploadWorker" method="post" enctype="multipart/form-data" onsubmit="return OnSubmit();">
<table class="fullHeight" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td nowrap="nowrap">
<span id="eUploadMessage">Upload a new file in this folder</span><br>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td width="100%"><input id="NewFile" name="NewFile" style="WIDTH: 100%" type="file"></td>
<td nowrap="nowrap">&nbsp;<input id="btnUpload" type="submit" value="Upload"></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: frmupload.html
* Page used to upload new files in the current folder.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link href="browser.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="js/common.js"></script>
<script language="javascript">
 
function SetCurrentFolder( resourceType, folderPath )
{
var sUrl = oConnector.ConnectorUrl +'Command=FileUpload' ;
sUrl += '&Type=' + resourceType ;
sUrl += '&CurrentFolder=' + folderPath ;
document.getElementById('frmUpload').action = sUrl ;
}
 
function OnSubmit()
{
if ( document.getElementById('NewFile').value.length == 0 )
{
alert( 'Please select a file from your computer' ) ;
return false ;
}
 
// Set the interface elements.
document.getElementById('eUploadMessage').innerHTML = 'Upload a new file in this folder (Upload in progress, please wait...)' ;
document.getElementById('btnUpload').disabled = true ;
return true ;
}
 
function OnUploadCompleted( errorNumber, fileName )
{
// Reset the Upload Worker Frame.
window.parent.frames['frmUploadWorker'].location = 'about:blank' ;
// Reset the upload form (On IE we must do a little trick to avout problems).
if ( document.all )
document.getElementById('NewFile').outerHTML = '<input id="NewFile" name="NewFile" style="WIDTH: 100%" type="file">' ;
else
document.getElementById('frmUpload').reset() ;
// Reset the interface elements.
document.getElementById('eUploadMessage').innerHTML = 'Upload a new file in this folder' ;
document.getElementById('btnUpload').disabled = false ;
switch ( errorNumber )
{
case 0 :
window.parent.frames['frmResourcesList'].Refresh() ;
break ;
case 201 :
window.parent.frames['frmResourcesList'].Refresh() ;
alert( 'A file with the same name is already available. The uploaded file has been renamed to "' + fileName + '"' ) ;
break ;
case 202 :
alert( 'Invalid file' ) ;
break ;
default :
alert( 'Error on file upload. Error number: ' + errorNumber ) ;
break ;
}
}
 
window.onload = function()
{
window.top.IsLoadedUpload = true ;
}
</script>
</head>
<body bottomMargin="0" topMargin="0">
<form id="frmUpload" action="" target="frmUploadWorker" method="post" enctype="multipart/form-data" onsubmit="return OnSubmit();">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td nowrap>
<span id="eUploadMessage">Upload a new file in this folder</span><br>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td width="100%"><input id="NewFile" name="NewFile" style="WIDTH: 100%" type="file"></td>
<td nowrap>&nbsp;<input id="btnUpload" type="submit" value="Upload"></td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
/trunk/api/fckeditor/editor/filemanager/browser/default/js/fckxml.js
1,29 → 1,22
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Defines the FCKXml object that is used for XML data calls
* and XML processing.
*
* This script is shared by almost all pages that compose the
* File Browser frameset.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckxml.js
* Defines the FCKXml object that is used for XML data calls
* and XML processing.
* This script is shared by almost all pages that compose the
* File Browser frameset.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
var FCKXml = function()
{}
30,19 → 23,10
 
FCKXml.prototype.GetHttpRequest = function()
{
// Gecko / IE7
try { return new XMLHttpRequest(); }
catch(e) {}
 
// IE6
try { return new ActiveXObject( 'Msxml2.XMLHTTP' ) ; }
catch(e) {}
 
// IE5
try { return new ActiveXObject( 'Microsoft.XMLHTTP' ) ; }
catch(e) {}
 
return null ;
if ( window.XMLHttpRequest ) // Gecko
return new XMLHttpRequest() ;
else if ( window.ActiveXObject ) // IE
return new ActiveXObject("MsXml2.XmlHttp") ;
}
 
FCKXml.prototype.LoadUrl = function( urlToCall, asyncFunctionPointer )
52,53 → 36,29
var bAsync = ( typeof(asyncFunctionPointer) == 'function' ) ;
 
var oXmlHttp = this.GetHttpRequest() ;
 
oXmlHttp.open( "GET", urlToCall, bAsync ) ;
 
if ( bAsync )
{
oXmlHttp.onreadystatechange = function()
{
oXmlHttp.onreadystatechange = function()
{
if ( oXmlHttp.readyState == 4 )
{
var oXml ;
try
{
// this is the same test for an FF2 bug as in fckxml_gecko.js
// but we've moved the responseXML assignment into the try{}
// so we don't even have to check the return status codes.
var test = oXmlHttp.responseXML.firstChild ;
oXml = oXmlHttp.responseXML ;
}
catch ( e )
{
try
{
oXml = (new DOMParser()).parseFromString( oXmlHttp.responseText, 'text/xml' ) ;
}
catch ( e ) {}
}
 
if ( !oXml || !oXml.firstChild || oXml.firstChild.nodeName == 'parsererror' )
{
alert( 'The server didn\'t send back a proper XML response. Please contact your system administrator.\n\n' +
'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
'Requested URL:\n' + urlToCall + '\n\n' +
'Response text:\n' + oXmlHttp.responseText ) ;
return ;
}
 
oFCKXml.DOMDocument = oXml ;
asyncFunctionPointer( oFCKXml ) ;
oFCKXml.DOMDocument = oXmlHttp.responseXML ;
if ( oXmlHttp.status == 200 )
asyncFunctionPointer( oFCKXml ) ;
else
alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
}
}
}
 
oXmlHttp.send( null ) ;
 
if ( ! bAsync )
{
if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 )
if ( oXmlHttp.status == 200 )
this.DOMDocument = oXmlHttp.responseXML ;
else
{
109,15 → 69,15
 
FCKXml.prototype.SelectNodes = function( xpath )
{
if ( navigator.userAgent.indexOf('MSIE') >= 0 ) // IE
if ( document.all ) // IE
return this.DOMDocument.selectNodes( xpath ) ;
else // Gecko
{
var aNodeArray = new Array();
 
var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
this.DOMDocument.createNSResolver(this.DOMDocument.documentElement), XPathResult.ORDERED_NODE_ITERATOR_TYPE, null) ;
if ( xPathResult )
if ( xPathResult )
{
var oNode = xPathResult.iterateNext() ;
while( oNode )
125,14 → 85,14
aNodeArray[aNodeArray.length] = oNode ;
oNode = xPathResult.iterateNext();
}
}
}
return aNodeArray ;
}
}
 
FCKXml.prototype.SelectSingleNode = function( xpath )
FCKXml.prototype.SelectSingleNode = function( xpath )
{
if ( navigator.userAgent.indexOf('MSIE') >= 0 ) // IE
if ( document.all ) // IE
return this.DOMDocument.selectSingleNode( xpath ) ;
else // Gecko
{
141,7 → 101,7
 
if ( xPathResult && xPathResult.singleNodeValue )
return xPathResult.singleNodeValue ;
else
else
return null ;
}
}
/trunk/api/fckeditor/editor/filemanager/browser/default/js/common.js
1,66 → 1,27
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Common objects and functions shared by all pages that compose the
* File Browser dialog window.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: common.js
* Common objects and functions shared by all pages that compose the
* File Browser dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
// Automatically detect the correct document.domain (#1919).
(function()
{
var d = document.domain ;
 
while ( true )
{
// Test if we can access a parent property.
try
{
var test = window.top.opener.document.domain ;
break ;
}
catch( e )
{}
 
// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
d = d.replace( /.*?(?:\.|$)/, '' ) ;
 
if ( d.length == 0 )
break ; // It was not able to detect the domain.
 
try
{
document.domain = d ;
}
catch (e)
{
break ;
}
}
})() ;
 
function AddSelectOption( selectElement, optionText, optionValue )
{
var oOption = document.createElement("OPTION") ;
 
oOption.text = optionText ;
oOption.value = optionValue ;
oOption.value = optionValue ;
 
selectElement.options.add(oOption) ;
 
68,21 → 29,4
}
 
var oConnector = window.parent.oConnector ;
var oIcons = window.parent.oIcons ;
 
 
function StringBuilder( value )
{
this._Strings = new Array( value || '' ) ;
}
 
StringBuilder.prototype.Append = function( value )
{
if ( value )
this._Strings.push( value ) ;
}
 
StringBuilder.prototype.ToString = function()
{
return this._Strings.join( '' ) ;
}
var oIcons = window.parent.oIcons ;
/trunk/api/fckeditor/editor/js/fckadobeair.js
File deleted
/trunk/api/fckeditor/editor/js/fckeditorcode_gecko.js
File deleted
/trunk/api/fckeditor/editor/js/fckeditorcode_ie.js
File deleted
/trunk/api/fckeditor/editor/js/fckeditorcode_gecko_1.js
New file
0,0 → 1,25
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* This file has been compacted for best loading performance.
*/
var FCKDebug=new Object();if (FCKConfig.Debug){FCKDebug.Output=function(message,color){if (!FCKConfig.Debug) return;if (message!=null&&isNaN(message)) message=message.replace(/</g,"&lt;");if (!this.DebugWindow||this.DebugWindow.closed) this.DebugWindow=window.open('fckdebug.html','FCKeditorDebug','menubar=no,scrollbars=no,resizable=yes,location=no,toolbar=no,width=600,height=500',true);if (this.DebugWindow.Output) this.DebugWindow.Output(message,color);};}else FCKDebug.Output=function() {};
var FCKTools=new Object();FCKTools.GetLinkedFieldValue=function(){return FCK.LinkedField.value;};FCKTools.SetLinkedFieldValue=function(value){if (FCKConfig.FormatOutput) FCK.LinkedField.value=FCKCodeFormatter.Format(value);else FCK.LinkedField.value=value;};FCKTools.AttachToLinkedFieldFormSubmit=function(functionPointer){var oForm=FCK.LinkedField.form;if (!oForm) return;if (FCKBrowserInfo.IsIE) oForm.attachEvent("onsubmit",functionPointer);else oForm.addEventListener('submit',functionPointer,true);if (!oForm.updateFCKEditor) oForm.updateFCKEditor=new Array();oForm.updateFCKEditor[oForm.updateFCKEditor.length]=functionPointer;if (!oForm.originalSubmit&&(typeof(oForm.submit)=='function'||(!oForm.submit.tagName&&!oForm.submit.length))){oForm.originalSubmit=oForm.submit;oForm.submit=FCKTools_SubmitReplacer;};};function FCKTools_SubmitReplacer(){if (this.updateFCKEditor){for (var i=0;i<this.updateFCKEditor.length;i++) this.updateFCKEditor[i]();};this.originalSubmit();};FCKTools.AddSelectOption=function(targetDocument,selectElement,optionText,optionValue){var oOption=targetDocument.createElement("OPTION");oOption.text=optionText;oOption.value=optionValue;selectElement.options.add(oOption);return oOption;};FCKTools.RemoveAllSelectOptions=function(selectElement){for (var i=selectElement.options.length-1;i>=0;i--){selectElement.options.remove(i);};};FCKTools.SelectNoCase=function(selectElement,value,defaultValue){var sNoCaseValue=value.toString().toLowerCase();for (var i=0;i<selectElement.options.length;i++){if (sNoCaseValue==selectElement.options[i].value.toLowerCase()){selectElement.selectedIndex=i;return;};};if (defaultValue!=null) FCKTools.SelectNoCase(selectElement,defaultValue);};FCKTools.HTMLEncode=function(text){text=text.replace(/&/g,"&amp;");text=text.replace(/"/g,"&quot;");text=text.replace(/</g,"&lt;");text=text.replace(/>/g,"&gt;");text=text.replace(/'/g,"&#39;");return text;};FCKTools.GetResultingArray=function(arraySource,separator){switch (typeof(arraySource)){case "string":return arraySource.split(separator);case "function":return separator();default:if (isArray(arraySource)) return arraySource;else return new Array();};};FCKTools.GetElementPosition=function(el){var c={ X:0,Y:0 };while (el){c.X+=el.offsetLeft;c.Y+=el.offsetTop;el=el.offsetParent;};return c;};FCKTools.GetElementAscensor=function(element,ascensorTagName){var e=element.parentNode;while (e){if (e.nodeName==ascensorTagName) return e;e=e.parentNode;};};FCKTools.Pause=function(miliseconds){var oStart=new Date();while (true){var oNow=new Date();if (miliseconds<oNow-oStart) return;};}
FCKTools.AppendStyleSheet=function(documentElement,cssFileUrl){var e=documentElement.createElement('LINK');e.rel='stylesheet';e.type='text/css';e.href=cssFileUrl;documentElement.getElementsByTagName("HEAD")[0].appendChild(e);};FCKTools.ClearElementAttributes=function(element){for (var i=0;i<element.attributes.length;i++){element.removeAttribute(element.attributes[i].name,0);};};FCKTools.GetAllChildrenIds=function(parentElement){var aIds=new Array();var fGetIds=function(parent){for (var i=0;i<parent.childNodes.length;i++){var sId=parent.childNodes[i].id;if (sId&&sId.length>0) aIds[aIds.length]=sId;fGetIds(parent.childNodes[i]);};};fGetIds(parentElement);return aIds;};FCKTools.RemoveOuterTags=function(e){var oFragment=e.ownerDocument.createDocumentFragment();for (var i=0;i<e.childNodes.length;i++) oFragment.appendChild(e.childNodes[i]);e.parentNode.replaceChild(oFragment,e);};FCKTools.CreateXmlObject=function(object){switch (object){case 'XmlHttp':return new XMLHttpRequest();case 'DOMDocument':return document.implementation.createDocument('','',null);};}
var FCKRegexLib=new Object();FCKRegexLib.AposEntity=/&apos;/gi;FCKRegexLib.ObjectElements=/^(?:IMG|TABLE|TR|TD|INPUT|SELECT|TEXTAREA|HR|OBJECT)$/i;FCKRegexLib.BlockElements=/^(?:P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI)$/i;FCKRegexLib.EmptyElements=/^(?:BASE|META|LINK|HR|BR|PARAM|IMG|AREA|INPUT)$/i;FCKRegexLib.NamedCommands=/^(?:Cut|Copy|Paste|Print|SelectAll|RemoveFormat|Unlink|Undo|Redo|Bold|Italic|Underline|StrikeThrough|Subscript|Superscript|JustifyLeft|JustifyCenter|JustifyRight|JustifyFull|Outdent|Indent|InsertOrderedList|InsertUnorderedList|InsertHorizontalRule)$/i;FCKRegexLib.BodyContents=/([\s\S]*\<body[^\>]*\>)([\s\S]*)(\<\/body\>[\s\S]*)/i;FCKRegexLib.ToReplace=/___fcktoreplace:([\w]+)/ig;FCKRegexLib.MetaHttpEquiv=/http-equiv\s*=\s*["']?([^"' ]+)/i;FCKRegexLib.HasBaseTag=/<base /i;FCKRegexLib.HeadCloser=/<\/head\s*>/i;FCKRegexLib.TableBorderClass=/\s*FCK__ShowTableBorders\s*/;FCKRegexLib.ElementName=/^[A-Za-z_:][\w.-:]*$/;
FCKLanguageManager.GetActiveLanguage=function(){if (FCKConfig.AutoDetectLanguage){var sUserLang;if (navigator.userLanguage) sUserLang=navigator.userLanguage.toLowerCase();else if (navigator.language) sUserLang=navigator.language.toLowerCase();else{return FCKConfig.DefaultLanguage;};if (sUserLang.length>=5){sUserLang=sUserLang.substr(0,5);if (this.AvailableLanguages[sUserLang]) return sUserLang;};if (sUserLang.length>=2){sUserLang=sUserLang.substr(0,2);if (this.AvailableLanguages[sUserLang]) return sUserLang;};};return this.DefaultLanguage;};FCKLanguageManager.TranslateElements=function(targetDocument,tag,propertyToSet){var aInputs=targetDocument.getElementsByTagName(tag);for (var i=0;i<aInputs.length;i++){var sKey=aInputs[i].getAttribute('fckLang');if (sKey){var s=FCKLang[sKey];if (s) eval('aInputs[i].'+propertyToSet+' = s');};};};FCKLanguageManager.TranslatePage=function(targetDocument){this.TranslateElements(targetDocument,'INPUT','value');this.TranslateElements(targetDocument,'SPAN','innerHTML');this.TranslateElements(targetDocument,'LABEL','innerHTML');this.TranslateElements(targetDocument,'OPTION','innerHTML');};if (FCKLanguageManager.AvailableLanguages[FCKConfig.DefaultLanguage]) FCKLanguageManager.DefaultLanguage=FCKConfig.DefaultLanguage;else FCKLanguageManager.DefaultLanguage='en';FCKLanguageManager.ActiveLanguage=new Object();FCKLanguageManager.ActiveLanguage.Code=FCKLanguageManager.GetActiveLanguage();FCKLanguageManager.ActiveLanguage.Name=FCKLanguageManager.AvailableLanguages[FCKLanguageManager.ActiveLanguage.Code];FCK.Language=FCKLanguageManager;LoadLanguageFile();
var FCKEvents;if (!(FCKEvents=NS.FCKEvents)){FCKEvents=NS.FCKEvents=function(eventsOwner){this.Owner=eventsOwner;this.RegisteredEvents=new Object();};FCKEvents.prototype.AttachEvent=function(eventName,functionPointer){if (!this.RegisteredEvents[eventName]) this.RegisteredEvents[eventName]=new Array();this.RegisteredEvents[eventName][this.RegisteredEvents[eventName].length]=functionPointer;};FCKEvents.prototype.FireEvent=function(eventName,params){var bReturnValue=true;var oCalls=this.RegisteredEvents[eventName];if (oCalls){for (var i=0;i<oCalls.length;i++) bReturnValue=(oCalls[i](this.Owner,params)&&bReturnValue);};return bReturnValue;};}
if (FCKConfig.ProcessHTMLEntities){FCKXHtmlEntities=new Object();FCKXHtmlEntities.Entities={' ':'nbsp','¡':'iexcl','¢':'cent','£':'pound','¤':'curren','¥':'yen','¦':'brvbar','§':'sect','¨':'uml','©':'copy','ª':'ordf','«':'laquo','¬':'not','­':'shy','®':'reg','¯':'macr','°':'deg','±':'plusmn','²':'sup2','³':'sup3','´':'acute','µ':'micro','¶':'para','·':'middot','¸':'cedil','¹':'sup1','º':'ordm','»':'raquo','¼':'frac14','½':'frac12','¾':'frac34','¿':'iquest','×':'times','÷':'divide','ƒ':'fnof','•':'bull','…':'hellip','′':'prime','″':'Prime','‾':'oline','⁄':'frasl','℘':'weierp','ℑ':'image','ℜ':'real','™':'trade','ℵ':'alefsym','←':'larr','↑':'uarr','→':'rarr','↓':'darr','↔':'harr','↵':'crarr','⇐':'lArr','⇑':'uArr','⇒':'rArr','⇓':'dArr','⇔':'hArr','∀':'forall','∂':'part','∃':'exist','∅':'empty','∇':'nabla','∈':'isin','∉':'notin','∋':'ni','∏':'prod','∑':'sum','−':'minus','∗':'lowast','√':'radic','∝':'prop','∞':'infin','∠':'ang','∧':'and','∨':'or','∩':'cap','∪':'cup','∫':'int','∴':'there4','∼':'sim','≅':'cong','≈':'asymp','≠':'ne','≡':'equiv','≤':'le','≥':'ge','⊂':'sub','⊃':'sup','⊄':'nsub','⊆':'sube','⊇':'supe','⊕':'oplus','⊗':'otimes','⊥':'perp','⋅':'sdot','◊':'loz','♠':'spades','♣':'clubs','♥':'hearts','♦':'diams','"':'quot','ˆ':'circ','˜':'tilde',' ':'ensp',' ':'emsp',' ':'thinsp','‌':'zwnj','‍':'zwj','‎':'lrm','‏':'rlm','–':'ndash','—':'mdash','‘':'lsquo','’':'rsquo','‚':'sbquo','“':'ldquo','”':'rdquo','„':'bdquo','†':'dagger','‡':'Dagger','‰':'permil','‹':'lsaquo','›':'rsaquo','¤':'euro'};FCKXHtmlEntities.Chars='';for (var e in FCKXHtmlEntities.Entities) FCKXHtmlEntities.Chars+=e;if (FCKConfig.IncludeLatinEntities){var oEntities={'À':'Agrave','Á':'Aacute','Â':'Acirc','Ã':'Atilde','Ä':'Auml','Å':'Aring','Æ':'AElig','Ç':'Ccedil','È':'Egrave','É':'Eacute','Ê':'Ecirc','Ë':'Euml','Ì':'Igrave','Í':'Iacute','Î':'Icirc','Ï':'Iuml','Ð':'ETH','Ñ':'Ntilde','Ò':'Ograve','Ó':'Oacute','Ô':'Ocirc','Õ':'Otilde','Ö':'Ouml','Ø':'Oslash','Ù':'Ugrave','Ú':'Uacute','Û':'Ucirc','Ü':'Uuml','Ý':'Yacute','Þ':'THORN','ß':'szlig','à':'agrave','á':'aacute','â':'acirc','ã':'atilde','ä':'auml','å':'aring','æ':'aelig','ç':'ccedil','è':'egrave','é':'eacute','ê':'ecirc','ë':'euml','ì':'igrave','í':'iacute','î':'icirc','ï':'iuml','ð':'eth','ñ':'ntilde','ò':'ograve','ó':'oacute','ô':'ocirc','õ':'otilde','ö':'ouml','ø':'oslash','ù':'ugrave','ú':'uacute','û':'ucirc','ü':'uuml','ý':'yacute','þ':'thorn','ÿ':'yuml','Œ':'OElig','œ':'oelig','Å ':'Scaron','Å¡':'scaron','¾':'Yuml'};for (var e in oEntities){FCKXHtmlEntities.Entities[e]=oEntities[e];FCKXHtmlEntities.Chars+=e;};oEntities=null;};if (FCKConfig.IncludeGreekEntities){var oEntities={'Α':'Alpha','Β':'Beta','Γ':'Gamma','Δ':'Delta','Ε':'Epsilon','Ζ':'Zeta','Η':'Eta','Θ':'Theta','Ι':'Iota','Κ':'Kappa','Λ':'Lambda','Μ':'Mu','Ν':'Nu','Ξ':'Xi','Ο':'Omicron','Π':'Pi','Ρ':'Rho','Σ':'Sigma','Τ':'Tau','Î¥':'Upsilon','Φ':'Phi','Χ':'Chi','Ψ':'Psi','Ω':'Omega','α':'alpha','β':'beta','γ':'gamma','δ':'delta','ε':'epsilon','ζ':'zeta','η':'eta','θ':'theta','ι':'iota','κ':'kappa','λ':'lambda','μ':'mu','ν':'nu','ξ':'xi','ο':'omicron','π':'pi','ρ':'rho','ς':'sigmaf','σ':'sigma','τ':'tau','υ':'upsilon','φ':'phi','χ':'chi','ψ':'psi','ω':'omega'};for (var e in oEntities){FCKXHtmlEntities.Entities[e]=oEntities[e];FCKXHtmlEntities.Chars+=e;};oEntities=null;};FCKXHtmlEntities.EntitiesRegex=new RegExp('','');FCKXHtmlEntities.EntitiesRegex.compile('['+FCKXHtmlEntities.Chars+']|[^'+FCKXHtmlEntities.Chars+']+','g');FCKXHtmlEntities.GeckoEntitiesMarkerRegex=/#\?-\:/g;}
var FCKXHtml=new Object();FCKXHtml.CurrentJobNum=0;FCKXHtml.GetXHTML=function(node,includeNode,format){FCKXHtml.SpecialBlocks=new Array();this.XML=FCKTools.CreateXmlObject('DOMDocument');this.MainNode=this.XML.appendChild(this.XML.createElement('xhtml'));FCKXHtml.CurrentJobNum++;if (includeNode) this._AppendNode(this.MainNode,node);else this._AppendChildNodes(this.MainNode,node,false);var sXHTML=this._GetMainXmlString();sXHTML=sXHTML.substr(7,sXHTML.length-15).trim();if (FCKConfig.ForceSimpleAmpersand) sXHTML=sXHTML.replace(/___FCKAmp___/g,'&');if (format) sXHTML=FCKCodeFormatter.Format(sXHTML);for (var i=0;i<FCKXHtml.SpecialBlocks.length;i++){var oRegex=new RegExp('___FCKsi___'+i);sXHTML=sXHTML.replace(oRegex,FCKXHtml.SpecialBlocks[i]);};this.XML=null;return sXHTML};FCKXHtml._AppendAttribute=function(xmlNode,attributeName,attributeValue){try{var oXmlAtt=this.XML.createAttribute(attributeName);oXmlAtt.value=attributeValue?attributeValue:'';xmlNode.attributes.setNamedItem(oXmlAtt);}catch (e){};};FCKXHtml._AppendChildNodes=function(xmlNode,htmlNode,isBlockElement){if (htmlNode.hasChildNodes()){var oChildren=htmlNode.childNodes;for (var i=0;i<oChildren.length;i++) this._AppendNode(xmlNode,oChildren[i]);}else{if (isBlockElement&&FCKConfig.FillEmptyBlocks){this._AppendEntity(xmlNode,'nbsp');return;};if (!FCKRegexLib.EmptyElements.test(htmlNode.nodeName)) xmlNode.appendChild(this.XML.createTextNode(''));};};FCKXHtml._AppendNode=function(xmlNode,htmlNode){switch (htmlNode.nodeType){case 1:if (FCKBrowserInfo.IsGecko&&htmlNode.hasAttribute('_moz_editor_bogus_node')) return;var sNodeName=htmlNode.nodeName;if (!FCKRegexLib.ElementName.test(sNodeName)) return;sNodeName=sNodeName.toLowerCase();if (FCKBrowserInfo.IsGecko&&sNodeName=='br'&&htmlNode.hasAttribute('type')&&htmlNode.getAttribute('type',2)=='_moz') return;if (htmlNode._fckxhtmljob==FCKXHtml.CurrentJobNum) return;else htmlNode._fckxhtmljob=FCKXHtml.CurrentJobNum;var oNode=this.XML.createElement(sNodeName);FCKXHtml._AppendAttributes(xmlNode,htmlNode,oNode,sNodeName);var oTagProcessor=FCKXHtml.TagProcessors[sNodeName];if (oTagProcessor){oNode=oTagProcessor(oNode,htmlNode);if (!oNode) break;}else this._AppendChildNodes(oNode,htmlNode,FCKRegexLib.BlockElements.test(sNodeName));xmlNode.appendChild(oNode);break;case 3:this._AppendTextNode(xmlNode,htmlNode.nodeValue.replaceNewLineChars(' '));break;case 8:xmlNode.appendChild(this.XML.createComment(htmlNode.nodeValue));break;default:xmlNode.appendChild(this.XML.createComment("Element not supported - Type: "+htmlNode.nodeType+" Name: "+htmlNode.nodeName));break;};};FCKXHtml._AppendSpecialItem=function(item){return '___FCKsi___'+FCKXHtml.SpecialBlocks.addItem(item);};if (FCKConfig.ProcessHTMLEntities){FCKXHtml._AppendTextNode=function(targetNode,textValue){var asPieces=textValue.match(FCKXHtmlEntities.EntitiesRegex);if (asPieces){for (var i=0;i<asPieces.length;i++){if (asPieces[i].length==1){var sEntity=FCKXHtmlEntities.Entities[asPieces[i]];if (sEntity!=null){this._AppendEntity(targetNode,sEntity);continue;};};targetNode.appendChild(this.XML.createTextNode(asPieces[i]));};};};}else{FCKXHtml._AppendTextNode=function(targetNode,textValue){targetNode.appendChild(this.XML.createTextNode(textValue));};};FCKXHtml.TagProcessors=new Object();FCKXHtml.TagProcessors['img']=function(node){if (!node.attributes.getNamedItem('alt')) FCKXHtml._AppendAttribute(node,'alt','');return node;};FCKXHtml.TagProcessors['script']=function(node,htmlNode){if (!node.attributes.getNamedItem('type')) FCKXHtml._AppendAttribute(node,'type','text/javascript');node.appendChild(FCKXHtml.XML.createTextNode(FCKXHtml._AppendSpecialItem(htmlNode.text)));return node;};FCKXHtml.TagProcessors['style']=function(node,htmlNode){if (htmlNode.getAttribute('_fcktemp')) return null;if (!node.attributes.getNamedItem('type')) FCKXHtml._AppendAttribute(node,'type','text/css');node.appendChild(FCKXHtml.XML.createTextNode(FCKXHtml._AppendSpecialItem(htmlNode.innerHTML)));return node;};FCKXHtml.TagProcessors['title']=function(node,htmlNode){node.appendChild(FCKXHtml.XML.createTextNode(FCK.EditorDocument.title));return node;};FCKXHtml.TagProcessors['base']=function(node,htmlNode){if (htmlNode.getAttribute('_fcktemp')) return null;return node;};FCKXHtml.TagProcessors['link']=function(node,htmlNode){if (htmlNode.getAttribute('_fcktemp')) return null;return node;};FCKXHtml.TagProcessors['table']=function(node,htmlNode){var oClassAtt=node.attributes.getNamedItem('class');if (oClassAtt&&FCKRegexLib.TableBorderClass.test(oClassAtt.nodeValue)){var sClass=oClassAtt.nodeValue.replace(FCKRegexLib.TableBorderClass,'');if (sClass.length==0) node.attributes.removeNamedItem('class');else FCKXHtml._AppendAttribute(node,'class',sClass);};FCKXHtml._AppendChildNodes(node,htmlNode,false);return node;}
FCKXHtml._GetMainXmlString=function(){var oSerializer=new XMLSerializer();if (FCKConfig.ProcessHTMLEntities){return oSerializer.serializeToString(this.MainNode).replace(FCKXHtmlEntities.GeckoEntitiesMarkerRegex,'&');}else return oSerializer.serializeToString(this.MainNode);};FCKXHtml._AppendEntity=function(xmlNode,entity){xmlNode.appendChild(this.XML.createTextNode('#?-:'+entity+';'));};FCKXHtml._AppendAttributes=function(xmlNode,htmlNode,node){var aAttributes=htmlNode.attributes;for (var n=0;n<aAttributes.length;n++){var oAttribute=aAttributes[n];if (oAttribute.specified){var sAttName=oAttribute.nodeName.toLowerCase();if (sAttName=='_fckxhtmljob') continue;else if (sAttName.indexOf('_moz')==0) continue;else if (sAttName=='class') var sAttValue=oAttribute.nodeValue;else if (oAttribute.nodeValue===true) sAttValue=sAttName;else var sAttValue=htmlNode.getAttribute(sAttName,2);if (FCKConfig.ForceSimpleAmpersand&&sAttValue.replace) sAttValue=sAttValue.replace(/&/g,'___FCKAmp___');this._AppendAttribute(node,sAttName,sAttValue);};};}
var FCKCodeFormatter;if (!(FCKCodeFormatter=NS.FCKCodeFormatter)){FCKCodeFormatter=NS.FCKCodeFormatter=new Object();FCKCodeFormatter.Regex=new Object();FCKCodeFormatter.Regex.BlocksOpener=/\<(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|TITLE|META|LINK|BASE|SCRIPT|LINK|TD|AREA|OPTION)[^\>]*\>/gi;FCKCodeFormatter.Regex.BlocksCloser=/\<\/(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|TITLE|META|LINK|BASE|SCRIPT|LINK|TD|AREA|OPTION)[^\>]*\>/gi;FCKCodeFormatter.Regex.NewLineTags=/\<(BR|HR)[^\>]\>/gi;FCKCodeFormatter.Regex.MainTags=/\<\/?(HTML|HEAD|BODY|FORM|TABLE|TBODY|THEAD|TR)[^\>]*\>/gi;FCKCodeFormatter.Regex.LineSplitter=/\s*\n+\s*/g;FCKCodeFormatter.Regex.IncreaseIndent=/^\<(HTML|HEAD|BODY|FORM|TABLE|TBODY|THEAD|TR|UL|OL)[ \/\>]/i;FCKCodeFormatter.Regex.DecreaseIndent=/^\<\/(HTML|HEAD|BODY|FORM|TABLE|TBODY|THEAD|TR|UL|OL)[ \>]/i;FCKCodeFormatter.Regex.FormatIndentatorRemove=new RegExp(FCKConfig.FormatIndentator);FCKCodeFormatter.Format=function(html){var sFormatted=html.replace(this.Regex.BlocksOpener,'\n$&');;sFormatted=sFormatted.replace(this.Regex.BlocksCloser,'$&\n');sFormatted=sFormatted.replace(this.Regex.NewLineTags,'$&\n');sFormatted=sFormatted.replace(this.Regex.MainTags,'\n$&\n');var sIndentation='';var asLines=sFormatted.split(this.Regex.LineSplitter);sFormatted='';for (var i=0;i<asLines.length;i++){var sLine=asLines[i];if (sLine.length==0) continue;if (this.Regex.DecreaseIndent.test(sLine)) sIndentation=sIndentation.replace(this.Regex.FormatIndentatorRemove,'');sFormatted+=sIndentation+sLine+'\n';if (this.Regex.IncreaseIndent.test(sLine)) sIndentation+=FCKConfig.FormatIndentator;};return sFormatted.trim();};}
var FCKUndo=new Object();FCKUndo.SaveUndoStep=function(){}
FCK.Events=new FCKEvents(FCK);FCK.Toolbar=null;FCK.TempBaseTag=FCKConfig.BaseHref.length>0?'<base href="'+FCKConfig.BaseHref+'" _fcktemp="true"></base>':'';FCK.StartEditor=function(){this.EditorWindow=window.frames['eEditorArea'];this.EditorDocument=this.EditorWindow.document;this.SetHTML(FCKTools.GetLinkedFieldValue());FCKTools.AttachToLinkedFieldFormSubmit(this.UpdateLinkedField);FCKUndo.SaveUndoStep();this.SetStatus(FCK_STATUS_ACTIVE);};function Window_OnFocus(){FCK.Focus();};FCK.SetStatus=function(newStatus){this.Status=newStatus;if (newStatus==FCK_STATUS_ACTIVE){window.onfocus=window.document.body.onfocus=Window_OnFocus;if (FCKConfig.StartupFocus) FCK.Focus();if (FCKBrowserInfo.IsIE) FCKScriptLoader.AddScript('js/fckeditorcode_ie_2.js');else FCKScriptLoader.AddScript('js/fckeditorcode_gecko_2.js');};this.Events.FireEvent('OnStatusChange',newStatus);};FCK.GetHTML=function(format){var sHTML;if (FCK.EditMode==FCK_EDITMODE_WYSIWYG){if (FCKBrowserInfo.IsIE) sHTML=this.EditorDocument.body.innerHTML.replace(FCKRegexLib.ToReplace,'$1');else sHTML=this.EditorDocument.body.innerHTML;}else sHTML=document.getElementById('eSourceField').value;if (format) return FCKCodeFormatter.Format(sHTML);else return sHTML;};FCK.GetXHTML=function(format){var bSource=(FCK.EditMode==FCK_EDITMODE_SOURCE);if (bSource) this.SwitchEditMode();if (FCKConfig.FullPage) var sXHTML=FCKXHtml.GetXHTML(this.EditorDocument.getElementsByTagName('html')[0],true,format);else var sXHTML=FCKXHtml.GetXHTML(this.EditorDocument.body,false,format);if (bSource) this.SwitchEditMode();if (FCKBrowserInfo.IsIE) sXHTML=sXHTML.replace(FCKRegexLib.ToReplace,'$1');if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) sXHTML=FCK.DocTypeDeclaration+'\n'+sXHTML;if (FCK.XmlDeclaration&&FCK.XmlDeclaration.length>0) sXHTML=FCK.XmlDeclaration+'\n'+sXHTML;return sXHTML;};FCK.UpdateLinkedField=function(){if (FCKConfig.EnableXHTML) FCKTools.SetLinkedFieldValue(FCK.GetXHTML(FCKConfig.FormatOutput));else FCKTools.SetLinkedFieldValue(FCK.GetHTML(FCKConfig.FormatOutput));};FCK.ShowContextMenu=function(x,y){if (this.Status!=FCK_STATUS_COMPLETE) return;FCKContextMenu.Show(x,y);this.Events.FireEvent("OnContextMenu");};FCK.RegisteredDoubleClickHandlers=new Object();FCK.OnDoubleClick=function(element){var oHandler=FCK.RegisteredDoubleClickHandlers[element.tagName];if (oHandler) oHandler(element);};FCK.RegisterDoubleClickHandler=function(handlerFunction,tag){FCK.RegisteredDoubleClickHandlers[tag.toUpperCase()]=handlerFunction;};
FCK.Description="FCKeditor for Gecko Browsers";FCK.InitializeBehaviors=function(){var oOnContextMenu=function(e){e.preventDefault();FCK.ShowContextMenu(e.clientX,e.clientY);};this.EditorDocument.addEventListener('contextmenu',oOnContextMenu,true);this.ExecOnSelectionChange=function(){FCK.Events.FireEvent("OnSelectionChange");};this.ExecOnSelectionChangeTimer=function(){if (FCK.LastOnChangeTimer) window.clearTimeout(FCK.LastOnChangeTimer);FCK.LastOnChangeTimer=window.setTimeout(FCK.ExecOnSelectionChange,100);};this.EditorDocument.addEventListener('mouseup',this.ExecOnSelectionChange,false);this.EditorDocument.addEventListener('keyup',this.ExecOnSelectionChangeTimer,false);this._DblClickListener=function(e){FCK.OnDoubleClick(e.target);e.stopPropagation();};this.EditorDocument.addEventListener('dblclick',this._DblClickListener,true);this._OnLoad=function(){if (this._FCK_HTML){this.document.body.innerHTML=this._FCK_HTML;this._FCK_HTML=null;};};this.EditorWindow.addEventListener('load',this._OnLoad,true);};FCK.MakeEditable=function(){if (this.EditorWindow.document.designMode=='on') return;this.EditorWindow.document.designMode='on';this.EditorWindow.document.execCommand('useCSS',false,!FCKConfig.GeckoUseSPAN);};FCK.Focus=function(){try{FCK.EditorWindow.focus();}catch(e) {};};FCK.SetHTML=function(html,forceWYSIWYG){if (forceWYSIWYG||FCK.EditMode==FCK_EDITMODE_WYSIWYG){if (FCKConfig.FullPage&&FCKRegexLib.BodyContents.test(html)){if (FCK.TempBaseTag.length>0&&!FCKRegexLib.HasBaseTag.test(html)) html=html.replace(FCKRegexLib.HeadCloser,FCK.TempBaseTag+'</head>');html=html.replace(FCKRegexLib.HeadCloser,'<link href="'+FCKConfig.BasePath+'css/fck_internal.css'+'" rel="stylesheet" type="text/css" _fcktemp="true" /></head>');var oMatch=html.match(FCKRegexLib.BodyContents);var sOpener=oMatch[1];var sContents=oMatch[2];var sCloser=oMatch[3];var sHtml=sOpener+'&nbsp;'+sCloser;if (!this._Initialized){FCK.EditorDocument.designMode="on";FCK.EditorDocument.execCommand("useCSS",false,!FCKConfig.GeckoUseSPAN);this._Initialized=true;};this.EditorDocument.open();this.EditorDocument.write(sHtml);this.EditorDocument.close();if (this.EditorDocument.body) this.EditorDocument.body.innerHTML=sContents;else this.EditorWindow._FCK_HTML=sContents;this.InitializeBehaviors();}else{if (!this._Initialized){this.EditorDocument.dir=FCKConfig.ContentLangDirection;var sHtml='<title></title>'+'<link href="'+FCKConfig.EditorAreaCSS+'" rel="stylesheet" type="text/css" />'+'<link href="'+FCKConfig.BasePath+'css/fck_internal.css'+'" rel="stylesheet" type="text/css" _fcktemp="true" />';sHtml+=FCK.TempBaseTag;this.EditorDocument.getElementsByTagName("HEAD")[0].innerHTML=sHtml;this.InitializeBehaviors();this._Initialized=true;};FCK.EditorDocument.designMode='off';FCK.EditorDocument.body.innerHTML=html;FCK.EditorDocument.designMode='on';FCK.EditorDocument.execCommand('useCSS',false,!FCKConfig.GeckoUseSPAN);};this.Events.FireEvent('OnAfterSetHTML');}else document.getElementById('eSourceField').value=html;}
/trunk/api/fckeditor/editor/js/fckeditorcode_gecko_2.js
New file
0,0 → 1,54
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* This file has been compacted for best loading performance.
*/
FCK.RedirectNamedCommands=new Object();FCK.ExecuteNamedCommand=function(commandName,commandParameter){FCKUndo.SaveUndoStep();if (FCK.RedirectNamedCommands[commandName]!=null) FCK.ExecuteRedirectedNamedCommand(commandName,commandParameter);else{FCK.Focus();FCK.EditorDocument.execCommand(commandName,false,commandParameter);FCK.Events.FireEvent('OnSelectionChange');};};FCK.GetNamedCommandState=function(commandName){try{if (!FCK.EditorDocument.queryCommandEnabled(commandName)) return FCK_TRISTATE_DISABLED;else return FCK.EditorDocument.queryCommandState(commandName)?FCK_TRISTATE_ON:FCK_TRISTATE_OFF;}catch (e){return FCK_TRISTATE_OFF;};};FCK.GetNamedCommandValue=function(commandName){var sValue='';var eState=FCK.GetNamedCommandState(commandName);if (eState==FCK_TRISTATE_DISABLED) return null;try{sValue=this.EditorDocument.queryCommandValue(commandName);}catch(e) {};return sValue?sValue:'';};FCK.CleanAndPaste=function(html){html=html.replace(/<\/?SPAN[^>]*>/gi,"");html=html.replace(/<(\w[^>]*) class=([^ |>]*)([^>]*)/gi,"<$1$3");html=html.replace(/<(\w[^>]*) style="([^"]*)"([^>]*)/gi,"<$1$3");html=html.replace(/<(\w[^>]*) lang=([^ |>]*)([^>]*)/gi,"<$1$3");html=html.replace(/<\\?\?xml[^>]*>/gi,"");html=html.replace(/<\/?\w+:[^>]*>/gi,"");html=html.replace(/&nbsp;/," ");var re=new RegExp("(<P)([^>]*>.*?)(<\/P>)","gi");html=html.replace(re,"<div$2</div>");FCK.InsertHtml(html);};FCK.Preview=function(){var oWindow=window.open('',null,'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');var sHTML='<html><head><link href="'+FCKConfig.EditorAreaCSS+'" rel="stylesheet" type="text/css" /></head><body>'+FCK.GetHTML()+'</body></html>';oWindow.document.write(sHTML);oWindow.document.close();};FCK.SwitchEditMode=function(){var bWYSIWYG=(FCK.EditMode==FCK_EDITMODE_WYSIWYG);document.getElementById('eWysiwyg').style.display=bWYSIWYG?'none':'';document.getElementById('eSource').style.display=bWYSIWYG?'':'none';if (bWYSIWYG){if (FCKBrowserInfo.IsIE) FCKUndo.SaveUndoStep();document.getElementById('eSourceField').value=(FCKConfig.EnableXHTML&&FCKConfig.EnableSourceXHTML?FCK.GetXHTML(FCKConfig.FormatSource):FCK.GetHTML(FCKConfig.FormatSource));}else FCK.SetHTML(FCK.GetHTML(),true);FCK.EditMode=bWYSIWYG?FCK_EDITMODE_SOURCE:FCK_EDITMODE_WYSIWYG;FCKToolbarSet.RefreshModeState();FCK.Focus();};FCK.CreateElement=function(tag){var e=FCK.EditorDocument.createElement(tag);return FCK.InsertElementAndGetIt(e);};FCK.InsertElementAndGetIt=function(e){e.setAttribute('__FCKTempLabel',1);this.InsertElement(e);var aEls=FCK.EditorDocument.getElementsByTagName(e.tagName);for (var i=0;i<aEls.length;i++){if (aEls[i].getAttribute('__FCKTempLabel')){aEls[i].removeAttribute('__FCKTempLabel');return aEls[i];};};};
FCK._BaseGetNamedCommandState=FCK.GetNamedCommandState;FCK.GetNamedCommandState=function(commandName){switch (commandName){case 'Unlink':return FCKSelection.HasAncestorNode('A')?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED;default:return FCK._BaseGetNamedCommandState(commandName);};};FCK.RedirectNamedCommands={Print:true,Paste:true,Cut:true,Copy:true};FCK.ExecuteRedirectedNamedCommand=function(commandName,commandParameter){switch (commandName){case 'Print':FCK.EditorWindow.print();break;case 'Paste':try { if (FCK.Paste()) FCK._BaseExecuteNamedCommand('Paste');}catch (e) { alert(FCKLang.PasteErrorPaste);};break;case 'Cut':try { FCK._BaseExecuteNamedCommand('Cut');}catch (e) { alert(FCKLang.PasteErrorCut);};break;case 'Copy':try { FCK._BaseExecuteNamedCommand('Copy');}catch (e) { alert(FCKLang.PasteErrorCopy);};break;default:FCK.ExecuteNamedCommand(commandName,commandParameter);};};FCK.AttachToOnSelectionChange=function(functionPointer){this.Events.AttachEvent('OnSelectionChange',functionPointer);};FCK.Paste=function(){if (FCKConfig.ForcePasteAsPlainText){FCK.PasteAsPlainText();return false;}else if (FCKConfig.AutoDetectPasteFromWord){var sHTML=FCK.GetClipboardHTML();var re=/<\w[^>]* class="?MsoNormal"?/gi;if (re.test(sHTML)){if (confirm(FCKLang["PasteWordConfirm"])){FCK.CleanAndPaste(sHTML);return false;};};}else return true;};FCK.InsertHtml=function(html){var oSel=FCKSelection.Delete();var oRange=oSel.getRangeAt(0);var oFragment=oRange.createContextualFragment(html);var oLastNode=oFragment.lastChild;oRange.insertNode(oFragment);oRange.setEndAfter(oLastNode);oRange.setStartAfter(oLastNode);oSel.removeAllRanges();oSel=FCK.EditorWindow.getSelection();oSel.addRange(oRange);this.Focus();};FCK.InsertElement=function(element){var oSel=FCKSelection.Delete();var oRange=oSel.getRangeAt(0);oRange.insertNode(element);oRange.setEndAfter(element);oRange.setStartAfter(element);this.Focus();};FCK.PasteAsPlainText=function(){FCKDialog.OpenDialog('FCKDialog_Paste',FCKLang.PasteAsText,'dialog/fck_paste.html',400,330,'PlainText');};FCK.PasteFromWord=function(){FCKDialog.OpenDialog('FCKDialog_Paste',FCKLang.PasteFromWord,'dialog/fck_paste.html',400,330,'Word');};FCK.GetClipboardHTML=function(){return '';};FCK.CreateLink=function(url){FCK.ExecuteNamedCommand('Unlink');if (url.length>0){var sTempUrl='javascript:void(0);/*'+(new Date().getTime())+'*/';FCK.ExecuteNamedCommand('CreateLink',sTempUrl);var oLink=document.evaluate("//a[@href='"+sTempUrl+"']",this.EditorDocument.body,null,9,null).singleNodeValue;if (oLink){oLink.href=url;return oLink;};};};
var FCKSelection=new Object();FCK.Selection=FCKSelection;
FCKSelection.GetType=function(){this._Type='Text';var oSel=FCK.EditorWindow.getSelection();if (oSel&&oSel.rangeCount==1){var oRange=oSel.getRangeAt(0);if (oRange.startContainer==oRange.endContainer&&(oRange.endOffset-oRange.startOffset)==1) this._Type='Control';};return this._Type;};FCKSelection.GetSelectedElement=function(){if (this.GetType()=='Control'){var oSel=FCK.EditorWindow.getSelection();return oSel.anchorNode.childNodes[oSel.anchorOffset];};};FCKSelection.GetParentElement=function(){if (this.GetType()=='Control') return FCKSelection.GetSelectedElement().parentElement;else{var oSel=FCK.EditorWindow.getSelection();if (oSel){var oNode=oSel.anchorNode;while (oNode&&oNode.nodeType!=1) oNode=oNode.parentNode;return oNode;};};};FCKSelection.SelectNode=function(element){FCK.Focus();var oRange=FCK.EditorDocument.createRange();oRange.selectNode(element);var oSel=FCK.EditorWindow.getSelection();oSel.removeAllRanges();oSel.addRange(oRange);};FCKSelection.Collapse=function(toStart){var oSel=FCK.EditorWindow.getSelection();if (toStart==null||toStart===true) oSel.collapseToStart();else oSel.collapseToEnd();};FCKSelection.HasAncestorNode=function(nodeTagName){var oContainer=this.GetSelectedElement();if (!oContainer&&FCK.EditorWindow){try { oContainer=FCK.EditorWindow.getSelection().getRangeAt(0).startContainer;}catch(e){};};while (oContainer){if (oContainer.tagName==nodeTagName) return true;oContainer=oContainer.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(nodeTagName){var oNode;var oContainer=this.GetSelectedElement();if (!oContainer) oContainer=FCK.EditorWindow.getSelection().getRangeAt(0).startContainer;while (oContainer){if (oContainer.tagName==nodeTagName) return oContainer;oContainer=oContainer.parentNode;};};FCKSelection.Delete=function(){var oSel=FCK.EditorWindow.getSelection();for (var i=0;i<oSel.rangeCount;i++){oSel.getRangeAt(i).deleteContents();};return oSel;}
var FCKPanel=function(parentWindow){if (parentWindow) this.Window=parentWindow;else{this.Window=window;while (this.Window!=window.top){try{if (this.Window.parent.document.body.tagName=='FRAMESET') break;}catch (e){break;};this.Window=this.Window.parent;};};};FCKPanel.prototype.Create=function(){this._IFrame=this.Window.document.body.appendChild(this.Window.document.createElement('iframe'));this._IFrame.src='about:blank';this._IFrame.frameBorder='0';this._IFrame.scrolling='no';this._IFrame.style.left='0px';this._IFrame.style.top='0px';this._IFrame.width=10;this._IFrame.height=10;this._IFrame.style.position='absolute';this._IFrame.style.visibility='hidden';this._IFrame.IsFCKPanel=true;this._IFrame.Panel=this;this.Document=this._IFrame.contentWindow.document;this.Document.open();this.Document.write('<html><head></head><body><\/body><\/html>');this.Document.close();this.Document.body.style.margin=this.Document.body.style.padding='0px';if (this.StyleSheet) FCKTools.AppendStyleSheet(this.Document,this.StyleSheet);this.OuterDiv=this.Document.body.appendChild(this.Document.createElement('DIV'));this.OuterDiv.style.cssFloat='left';this.PanelDiv=this.OuterDiv.appendChild(this.Document.createElement('DIV'));this.PanelDiv.className='FCK_Panel';this.Created=true;};FCKPanel.prototype.Show=function(panelX,panelY,relElement,width,height,autoSize){if (!this.Created) this.Create();if (width!=null&&autoSize&&width<this.OuterDiv.offsetWidth) this.PanelDiv.style.width=width;if (height!=null&&autoSize&&height<this.PanelDiv.offsetHeight) this.PanelDiv.style.height=height+'px';var oPos=this.GetElementPosition(relElement);panelX+=oPos.X;panelY+=oPos.Y;if (panelX+this.OuterDiv.offsetWidth>this.Window.innerWidth){panelX-=panelX+this.OuterDiv.offsetWidth-this.Window.innerWidth;};this._IFrame.style.left=panelX+'px';this._IFrame.style.top=panelY+'px';function SetOnClickListener(targetWindow,targetFunction){try{if (targetWindow==null||(targetWindow.frameElement&&targetWindow.frameElement.IsFCKPanel)) return;targetWindow.document.addEventListener('click',targetFunction,false);}catch (e) {};for (var i=0;i<targetWindow.frames.length;i++) SetOnClickListener(targetWindow.frames[i],targetFunction);};SetOnClickListener(window.top,FCKPanelEventHandlers.OnDocumentClick);this._IFrame.width=this.OuterDiv.offsetWidth;this._IFrame.height=this.OuterDiv.offsetHeight;this._IFrame.style.visibility='';};FCKPanel.prototype.GetElementPosition=function(el){var c={ X:0,Y:0 };while (el){c.X+=el.offsetLeft;c.Y+=el.offsetTop;if (el.offsetParent==null&&el.ownerDocument.defaultView!=this.Window) el=el.ownerDocument.defaultView.frameElement;else el=el.offsetParent;};return c;};FCKPanel.prototype.Hide=function(){this.PanelDiv.style.overflow='visible';this._IFrame.style.visibility='hidden';};var FCKPanelEventHandlers=new Object();FCKPanelEventHandlers.OnDocumentClick=function(e){var oWindow=e.target.ownerDocument.defaultView;if (!oWindow.IsFCKPanel){function RemoveOnClickListener(targetWindow){if (targetWindow==null) return;try{if (targetWindow.frameElement&&targetWindow.frameElement.IsFCKPanel) targetWindow.frameElement.Panel.Hide();else targetWindow.document.removeEventListener('click',FCKPanelEventHandlers.OnDocumentClick,false);}catch (e) {};for (var i=0;i<targetWindow.frames.length;i++) RemoveOnClickListener(targetWindow.frames[i]);};RemoveOnClickListener(window.top);};}
var FCKTableHandler=new Object();FCKTableHandler.InsertRow=function(){var oRow=FCKSelection.MoveToAncestorNode("TR");if (!oRow) return;var oNewRow=oRow.cloneNode(true);oRow.parentNode.insertBefore(oNewRow,oRow);FCKTableHandler.ClearRow(oRow);};FCKTableHandler.DeleteRows=function(row){if (!row) row=FCKSelection.MoveToAncestorNode("TR");if (!row) return;var oTable=FCKTools.GetElementAscensor(row,'TABLE');if (oTable.rows.length==1){FCKTableHandler.DeleteTable(oTable);return;};row.parentNode.removeChild(row);};FCKTableHandler.DeleteTable=function(table){if (!table) table=FCKSelection.MoveToAncestorNode("TABLE");if (!table) return;table.parentNode.removeChild(table);};FCKTableHandler.InsertColumn=function(){var oCell=FCKSelection.MoveToAncestorNode("TD");if (!oCell) return;var oTable=FCKTools.GetElementAscensor(oCell,'TABLE');var iIndex=oCell.cellIndex+1;for (var i=0;i<oTable.rows.length;i++){var oRow=oTable.rows[i];if (oRow.cells.length<iIndex) continue;oCell=FCK.EditorDocument.createElement('TD');oCell.innerHTML='&nbsp;';var oBaseCell=oRow.cells[iIndex];if (oBaseCell){oRow.insertBefore(oCell,oBaseCell);}else{oRow.appendChild(oCell);};};};FCKTableHandler.DeleteColumns=function(){var oCell=FCKSelection.MoveToAncestorNode("TD");if (!oCell) return;var oTable=FCKTools.GetElementAscensor(oCell,'TABLE');var iIndex=oCell.cellIndex;for (var i=oTable.rows.length-1;i>=0;i--){var oRow=oTable.rows[i];if (iIndex==0&&oRow.cells.length==1){FCKTableHandler.DeleteRows(oRow);continue;};if (oRow.cells[iIndex]) oRow.removeChild(oRow.cells[iIndex]);};};FCKTableHandler.InsertCell=function(cell){var oCell=cell?cell:FCKSelection.MoveToAncestorNode("TD");if (!oCell) return;var oNewCell=FCK.EditorDocument.createElement("TD");oNewCell.innerHTML="&nbsp;";if (oCell.cellIndex==oCell.parentNode.cells.lenght-1){oCell.parentNode.appendChild(oNewCell);}else{oCell.parentNode.insertBefore(oNewCell,oCell.nextSibling);};return oNewCell;};FCKTableHandler.DeleteCell=function(cell){if (cell.parentNode.cells.length==1){FCKTableHandler.DeleteRows(FCKTools.GetElementAscensor(cell,'TR'));return;};cell.parentNode.removeChild(cell);};FCKTableHandler.DeleteCells=function(){var aCells=FCKTableHandler.GetSelectedCells();for (var i=aCells.length-1;i>=0;i--){FCKTableHandler.DeleteCell(aCells[i]);};};FCKTableHandler.MergeCells=function(){var aCells=FCKTableHandler.GetSelectedCells();if (aCells.length<2) return;if (aCells[0].parentNode!=aCells[aCells.length-1].parentNode) return;var iColSpan=isNaN(aCells[0].colSpan)?1:aCells[0].colSpan;var sHtml='';for (var i=aCells.length-1;i>0;i--){iColSpan+=isNaN(aCells[i].colSpan)?1:aCells[i].colSpan;sHtml=aCells[i].innerHTML+sHtml;FCKTableHandler.DeleteCell(aCells[i]);};aCells[0].colSpan=iColSpan;aCells[0].innerHTML+=sHtml;};FCKTableHandler.SplitCell=function(){var aCells=FCKTableHandler.GetSelectedCells();if (aCells.length!=1) return;var aMap=this._CreateTableMap(aCells[0].parentNode.parentNode);var iCellIndex=FCKTableHandler._GetCellIndexSpan(aMap,aCells[0].parentNode.rowIndex,aCells[0]);var aCollCells=this._GetCollumnCells(aMap,iCellIndex);for (var i=0;i<aCollCells.length;i++){if (aCollCells[i]==aCells[0]){var oNewCell=this.InsertCell(aCells[0]);if (!isNaN(aCells[0].rowSpan)&&aCells[0].rowSpan>1) oNewCell.rowSpan=aCells[0].rowSpan;}else{if (isNaN(aCollCells[i].colSpan)) aCollCells[i].colSpan=2;else aCollCells[i].colSpan+=1;};};};FCKTableHandler._GetCellIndexSpan=function(tableMap,rowIndex,cell){if (tableMap.length<rowIndex+1) return;var oRow=tableMap[rowIndex];for (var c=0;c<oRow.length;c++){if (oRow[c]==cell) return c;};};FCKTableHandler._GetCollumnCells=function(tableMap,collumnIndex){var aCollCells=new Array();for (var r=0;r<tableMap.length;r++){var oCell=tableMap[r][collumnIndex];if (oCell&&(aCollCells.length==0||aCollCells[aCollCells.length-1]!=oCell)) aCollCells[aCollCells.length]=oCell;};return aCollCells;};FCKTableHandler._CreateTableMap=function(table){var aRows=table.rows;var r=-1;var aMap=new Array();for (var i=0;i<aRows.length;i++){r++;if (!aMap[r]) aMap[r]=new Array();var c=-1;for (var j=0;j<aRows[i].cells.length;j++){var oCell=aRows[i].cells[j];c++;while (aMap[r][c]) c++;var iColSpan=isNaN(oCell.colSpan)?1:oCell.colSpan;var iRowSpan=isNaN(oCell.rowSpan)?1:oCell.rowSpan;for (var rs=0;rs<iRowSpan;rs++){if (!aMap[r+rs]) aMap[r+rs]=new Array();for (var cs=0;cs<iColSpan;cs++){aMap[r+rs][c+cs]=aRows[i].cells[j];};};c+=iColSpan-1;};};return aMap;};FCKTableHandler.ClearRow=function(tr){var aCells=tr.cells;for (var i=0;i<aCells.length;i++){aCells[i].innerHTML='&nbsp;';};}
FCKTableHandler.GetSelectedCells=function(){var aCells=new Array();var oSelection=FCK.EditorWindow.getSelection();if (oSelection.rangeCount==1&&oSelection.anchorNode.nodeType==3){var oParent=FCKTools.GetElementAscensor(oSelection.anchorNode,'TD');if (oParent){aCells[0]=oParent;return aCells;};};for (var i=0;i<oSelection.rangeCount;i++){var oRange=oSelection.getRangeAt(i);var oCell=oRange.startContainer.childNodes[oRange.startOffset];if (oCell.tagName=='TD') aCells[aCells.length]=oCell;};return aCells;};
var FCKXml;if (!(FCKXml=NS.FCKXml)){FCKXml=NS.FCKXml=function(){};FCKXml.prototype.LoadUrl=function(urlToCall){var oFCKXml=this;var oXmlHttp=FCKTools.CreateXmlObject('XmlHttp');oXmlHttp.open("GET",urlToCall,false);oXmlHttp.send(null);if (oXmlHttp.status==200) this.DOMDocument=oXmlHttp.responseXML;else if (oXmlHttp.status==0&&oXmlHttp.readyState==4) this.DOMDocument=oXmlHttp.responseXML;else alert('Error loading "'+urlToCall+'"');};FCKXml.prototype.SelectNodes=function(xpath,contextNode){var aNodeArray=new Array();var xPathResult=this.DOMDocument.evaluate(xpath,contextNode?contextNode:this.DOMDocument,this.DOMDocument.createNSResolver(this.DOMDocument.documentElement),XPathResult.ORDERED_NODE_ITERATOR_TYPE,null);if (xPathResult){var oNode=xPathResult.iterateNext();while(oNode){aNodeArray[aNodeArray.length]=oNode;oNode=xPathResult.iterateNext();};};return aNodeArray;};FCKXml.prototype.SelectSingleNode=function(xpath,contextNode){var xPathResult=this.DOMDocument.evaluate(xpath,contextNode?contextNode:this.DOMDocument,this.DOMDocument.createNSResolver(this.DOMDocument.documentElement),9,null);if (xPathResult&&xPathResult.singleNodeValue) return xPathResult.singleNodeValue;else return null;};}
var FCKStyleDef=function(name,element){this.Name=name;this.Element=element.toUpperCase();this.IsObjectElement=FCKRegexLib.ObjectElements.test(this.Element);this.Attributes=new Object();};FCKStyleDef.prototype.AddAttribute=function(name,value){this.Attributes[name]=value;};FCKStyleDef.prototype.GetOpenerTag=function(){var s='<'+this.Element;for (var a in this.Attributes) s+=' '+a+'="'+this.Attributes[a]+'"';return s+'>';};FCKStyleDef.prototype.GetCloserTag=function(){return '</'+this.Element+'>';};FCKStyleDef.prototype.RemoveFromSelection=function(){if (FCKSelection.GetType()=='Control') this._RemoveMe(FCKSelection.GetSelectedElement());else this._RemoveMe(FCKSelection.GetParentElement());}
FCKStyleDef.prototype.ApplyToSelection=function(){if (FCKSelection.GetType()=='Text'&&!this.IsObjectElement){var oSelection=FCK.EditorWindow.getSelection();var e=FCK.EditorDocument.createElement(this.Element);for (var i=0;i<oSelection.rangeCount;i++){e.appendChild(oSelection.getRangeAt(i).extractContents());};this._AddAttributes(e);this._RemoveDuplicates(e);var oRange=oSelection.getRangeAt(0);oRange.insertNode(e);}else{var oControl=FCKSelection.GetSelectedElement();if (oControl.tagName==this.Element) this._AddAttributes(oControl);};};FCKStyleDef.prototype._AddAttributes=function(targetElement){for (var a in this.Attributes) targetElement.setAttribute(a,this.Attributes[a],0);};FCKStyleDef.prototype._RemoveDuplicates=function(parent){for (var i=0;i<parent.childNodes.length;i++){var oChild=parent.childNodes[i];if (oChild.nodeType!=1) continue;this._RemoveDuplicates(oChild);if (this.IsEqual(oChild)) FCKTools.RemoveOuterTags(oChild);};};FCKStyleDef.prototype.IsEqual=function(e){if (e.tagName!=this.Element) return false;for (var a in this.Attributes){if (e.getAttribute(a)!=this.Attributes[a]) return false;};return true;};FCKStyleDef.prototype._RemoveMe=function(elementToCheck){if (!elementToCheck) return;var oParent=elementToCheck.parentNode;if (elementToCheck.nodeType==1&&this.IsEqual(elementToCheck)){if (this.IsObjectElement){for (var a in this.Attributes) elementToCheck.removeAttribute(a,0);return;}else FCKTools.RemoveOuterTags(elementToCheck);};this._RemoveMe(oParent);}
var FCKStylesLoader=function(){this.Styles=new Object();this.StyleGroups=new Object();this.Loaded=false;this.HasObjectElements=false;};FCKStylesLoader.prototype.Load=function(stylesXmlUrl){var oXml=new FCKXml();oXml.LoadUrl(stylesXmlUrl);var aStyleNodes=oXml.SelectNodes('Styles/Style');for (var i=0;i<aStyleNodes.length;i++){var sElement=aStyleNodes[i].attributes.getNamedItem('element').value.toUpperCase();var oStyleDef=new FCKStyleDef(aStyleNodes[i].attributes.getNamedItem('name').value,sElement);if (oStyleDef.IsObjectElement) this.HasObjectElements=true;var aAttNodes=oXml.SelectNodes('Attribute',aStyleNodes[i]);for (var j=0;j<aAttNodes.length;j++){var sAttName=aAttNodes[j].attributes.getNamedItem('name').value;var sAttValue=aAttNodes[j].attributes.getNamedItem('value').value;if (sAttName.toLowerCase()=='style'){var oTempE=document.createElement('SPAN');oTempE.style.cssText=sAttValue;sAttValue=oTempE.style.cssText;};oStyleDef.AddAttribute(sAttName,sAttValue);};this.Styles[oStyleDef.Name]=oStyleDef;var aGroup=this.StyleGroups[sElement];if (aGroup==null){this.StyleGroups[sElement]=new Array();aGroup=this.StyleGroups[sElement];};aGroup[aGroup.length]=oStyleDef;};this.Loaded=true;}
var FCKNamedCommand=function(commandName){this.Name=commandName;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);};FCKNamedCommand.prototype.GetState=function(){return FCK.GetNamedCommandState(this.Name);};
var FCKDialogCommand=function(name,title,url,width,height,getStateFunction,getStateParam){this.Name=name;this.Title=title;this.Url=url;this.Width=width;this.Height=height;this.GetStateFunction=getStateFunction;this.GetStateParam=getStateParam;};FCKDialogCommand.prototype.Execute=function(){FCKDialog.OpenDialog('FCKDialog_'+this.Name,this.Title,this.Url,this.Width,this.Height);};FCKDialogCommand.prototype.GetState=function(){if (this.GetStateFunction) return this.GetStateFunction(this.GetStateParam);else return FCK_TRISTATE_OFF;};var FCKUndefinedCommand=function(){this.Name='Undefined';};FCKUndefinedCommand.prototype.Execute=function(){alert(FCKLang.NotImplemented);};FCKUndefinedCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKFontNameCommand=function(){this.Name='FontName';};FCKFontNameCommand.prototype.Execute=function(fontName){if (fontName==null||fontName==""){}else FCK.ExecuteNamedCommand('FontName',fontName);};FCKFontNameCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FontName');};var FCKFontSizeCommand=function(){this.Name='FontSize';};FCKFontSizeCommand.prototype.Execute=function(fontSize){if (typeof(fontSize)=='string') fontSize=parseInt(fontSize);if (fontSize==null||fontSize==''){FCK.ExecuteNamedCommand('FontSize',3);}else FCK.ExecuteNamedCommand('FontSize',fontSize);};FCKFontSizeCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FontSize');};var FCKFormatBlockCommand=function(){this.Name='FormatBlock';};FCKFormatBlockCommand.prototype.Execute=function(formatName){if (formatName==null||formatName=='') FCK.ExecuteNamedCommand('FormatBlock','<P>');else FCK.ExecuteNamedCommand('FormatBlock','<'+formatName+'>');};FCKFormatBlockCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FormatBlock');};var FCKPreviewCommand=function(){this.Name='Preview';};FCKPreviewCommand.prototype.Execute=function(){FCK.Preview();};FCKPreviewCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKSaveCommand=function(){this.Name='Save';};FCKSaveCommand.prototype.Execute=function(){var oForm=FCK.LinkedField.form;oForm.submit();};FCKSaveCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKNewPageCommand=function(){this.Name='NewPage';};FCKNewPageCommand.prototype.Execute=function(){FCKUndo.SaveUndoStep();FCK.SetHTML(FCKBrowserInfo.IsGecko?'&nbsp;':'');};FCKNewPageCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKSourceCommand=function(){this.Name='Source';};FCKSourceCommand.prototype.Execute=function(){FCK.SwitchEditMode();};FCKSourceCommand.prototype.GetState=function(){return (FCK.EditMode==FCK_EDITMODE_WYSIWYG?FCK_TRISTATE_OFF:FCK_TRISTATE_ON);};var FCKUndoCommand=function(){this.Name='Undo';};FCKUndoCommand.prototype.Execute=function(){if (FCKBrowserInfo.IsIE) FCKUndo.Undo();else FCK.ExecuteNamedCommand('Undo');};FCKUndoCommand.prototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CurrentIndex>0?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED);else return FCK.GetNamedCommandState('Undo');};var FCKRedoCommand=function(){this.Name='Redo';};FCKRedoCommand.prototype.Execute=function(){if (FCKBrowserInfo.IsIE) FCKUndo.Redo();else FCK.ExecuteNamedCommand('Redo');};FCKRedoCommand.prototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CurrentIndex<(FCKUndo.SavedData.length-1)?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED);else return FCK.GetNamedCommandState('Redo');}
var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=(FCKConfig.SpellChecker=='SpellerPages');};FCKSpellCheckCommand.prototype.Execute=function(){FCKDialog.OpenDialog('FCKDialog_SpellCheck','Spell Check','dialog/fck_spellerpages.html',440,480);};FCKSpellCheckCommand.prototype.GetState=function(){return this.IsEnabled?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED;}
var FCKTextColorCommand=function(type){this.Name=type=='ForeColor'?'TextColor':'BGColor';this.Type=type;this._Panel=new FCKPanel();this._Panel.StyleSheet=FCKConfig.SkinPath+'fck_contextmenu.css';this._Panel.Create();this._CreatePanelBody(this._Panel.Document,this._Panel.PanelDiv);};FCKTextColorCommand.prototype.Execute=function(panelX,panelY,relElement){FCK._ActiveColorPanelType=this.Type;this._Panel.Show(panelX,panelY,relElement);};FCKTextColorCommand.prototype.SetColor=function(color){if (FCK._ActiveColorPanelType=='ForeColor') FCK.ExecuteNamedCommand('ForeColor',color);else if (FCKBrowserInfo.IsGecko) FCK.ExecuteNamedCommand('hilitecolor',color);else FCK.ExecuteNamedCommand('BackColor',color);delete FCK._ActiveColorPanelType;};FCKTextColorCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};function FCKTextColorCommand_OnMouseOver() { this.className='ColorSelected';};function FCKTextColorCommand_OnMouseOut() { this.className='ColorDeselected';};function FCKTextColorCommand_OnClick(){this.className='ColorDeselected';this.Command.SetColor('#'+this.Color);this.Command._Panel.Hide();};function FCKTextColorCommand_AutoOnClick(){this.className='ColorDeselected';this.Command.SetColor('');this.Command._Panel.Hide();};function FCKTextColorCommand_MoreOnClick(){this.className='ColorDeselected';this.Command._Panel.Hide();FCKDialog.OpenDialog('FCKDialog_Color',FCKLang.DlgColorTitle,'dialog/fck_colorselector.html',400,330,this.Command.SetColor);};FCKTextColorCommand.prototype._CreatePanelBody=function(targetDocument,targetDiv){function CreateSelectionDiv(){var oDiv=targetDocument.createElement("DIV");oDiv.className='ColorDeselected';oDiv.onmouseover=FCKTextColorCommand_OnMouseOver;oDiv.onmouseout=FCKTextColorCommand_OnMouseOut;return oDiv;};var oTable=targetDiv.appendChild(targetDocument.createElement("TABLE"));oTable.style.tableLayout='fixed';oTable.cellPadding=0;oTable.cellSpacing=0;oTable.border=0;oTable.width=150;var oCell=oTable.insertRow(-1).insertCell(-1);oCell.colSpan=8;var oDiv=oCell.appendChild(CreateSelectionDiv());oDiv.innerHTML='<table cellspacing="0" cellpadding="0" width="100%" border="0">\ <tr>\ <td><div class="ColorBoxBorder"><div class="ColorBox" style="background-color: #000000"></div></div></td>\ <td nowrap width="100%" align="center" unselectable="on">'+FCKLang.ColorAutomatic+'</td>\ </tr>\ </table>';oDiv.Command=this;oDiv.onclick=FCKTextColorCommand_AutoOnClick;var aColors=FCKConfig.FontColors.toString().split(',');var iCounter=0;while (iCounter<aColors.length){var oRow=oTable.insertRow(-1);for (var i=0;i<8&&iCounter<aColors.length;i++,iCounter++){var oDiv=oRow.insertCell(-1).appendChild(CreateSelectionDiv());oDiv.Color=aColors[iCounter];oDiv.innerHTML='<div class="ColorBoxBorder"><div class="ColorBox" style="background-color: #'+aColors[iCounter]+'"></div></div>';oDiv.Command=this;oDiv.onclick=FCKTextColorCommand_OnClick;};};var oCell=oTable.insertRow(-1).insertCell(-1);oCell.colSpan=8;var oDiv=oCell.appendChild(CreateSelectionDiv());oDiv.innerHTML='<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap align="center">'+FCKLang.ColorMoreColors+'</td></tr></table>';oDiv.Command=this;oDiv.onclick=FCKTextColorCommand_MoreOnClick;}
var FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.Execute=function(){FCK.PasteAsPlainText();};FCKPastePlainTextCommand.prototype.GetState=function(){return FCK.GetNamedCommandState('Paste');};
var FCKPasteWordCommand=function(){this.Name='PasteWord';};FCKPasteWordCommand.prototype.Execute=function(){FCK.PasteFromWord();};FCKPasteWordCommand.prototype.GetState=function(){return FCK.GetNamedCommandState('Paste');};
var FCKTableCommand=function(command){this.Name=command;};FCKTableCommand.prototype.Execute=function(){switch (this.Name){case 'TableInsertRow':FCKTableHandler.InsertRow();break;case 'TableDeleteRows':FCKTableHandler.DeleteRows();break;case 'TableInsertColumn':FCKTableHandler.InsertColumn();break;case 'TableDeleteColumns':FCKTableHandler.DeleteColumns();break;case 'TableInsertCell':FCKTableHandler.InsertCell();break;case 'TableDeleteCells':FCKTableHandler.DeleteCells();break;case 'TableMergeCells':FCKTableHandler.MergeCells();break;case 'TableSplitCell':FCKTableHandler.SplitCell();break;default:alert(FCKLang.UnknownCommand.replace(/%1/g,this.Name));};};FCKTableCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;}
var FCKStyleCommand=function(){this.Name='Style';this.StylesLoader=new FCKStylesLoader();this.StylesLoader.Load(FCKConfig.StylesXmlPath);this.Styles=this.StylesLoader.Styles;};FCKStyleCommand.prototype.Execute=function(styleName,styleComboItem){if (styleComboItem.Selected) styleComboItem.Style.RemoveFromSelection();else styleComboItem.Style.ApplyToSelection();FCK.Focus();FCK.Events.FireEvent("OnSelectionChange");};FCKStyleCommand.prototype.GetState=function(){var oSelection=FCK.EditorDocument.selection;if (FCKSelection.GetType()=='Control'){var e=FCKSelection.GetSelectedElement();if (e) return this.StylesLoader.StyleGroups[e.tagName]?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED;else FCK_TRISTATE_OFF;}else return FCK_TRISTATE_OFF;};FCKStyleCommand.prototype.GetActiveStyles=function(){var aActiveStyles=new Array();if (FCKSelection.GetType()=='Control') this._CheckStyle(FCKSelection.GetSelectedElement(),aActiveStyles,false);else this._CheckStyle(FCKSelection.GetParentElement(),aActiveStyles,true);return aActiveStyles;};FCKStyleCommand.prototype._CheckStyle=function(element,targetArray,checkParent){if (!element) return;if (element.nodeType==1){var aStyleGroup=this.StylesLoader.StyleGroups[element.tagName];if (aStyleGroup){for (var i=0;i<aStyleGroup.length;i++){if (aStyleGroup[i].IsEqual(element)) targetArray[targetArray.length]=aStyleGroup[i];};};};if (checkParent) this._CheckStyle(element.parentNode,targetArray,checkParent);}
var FCKCommands=FCK.Commands=new Object();FCKCommands.LoadedCommands=new Object();FCKCommands.RegisterCommand=function(commandName,command){this.LoadedCommands[commandName]=command;};FCKCommands.GetCommand=function(commandName){var oCommand=FCKCommands.LoadedCommands[commandName];if (oCommand) return oCommand;switch (commandName){case 'DocProps':oCommand=new FCKDialogCommand('DocProps',FCKLang.DocProps,'dialog/fck_docprops.html',400,390,FCKCommands.GetFullPageState);break;case 'Templates':oCommand=new FCKDialogCommand('Templates',FCKLang.DlgTemplatesTitle,'dialog/fck_template.html',380,450);break;case 'Link':oCommand=new FCKDialogCommand('Link',FCKLang.DlgLnkWindowTitle,'dialog/fck_link.html',400,330,FCK.GetNamedCommandState,'CreateLink');break;case 'Anchor':oCommand=new FCKDialogCommand('Anchor',FCKLang.DlgAnchorTitle,'dialog/fck_anchor.html',370,170);break;case 'BulletedList':oCommand=new FCKDialogCommand('BulletedList',FCKLang.BulletedListProp,'dialog/fck_listprop.html',370,170);break;case 'NumberedList':oCommand=new FCKDialogCommand('NumberedList',FCKLang.NumberedListProp,'dialog/fck_listprop.html',370,170);break;case 'About':oCommand=new FCKDialogCommand('About',FCKLang.About,'dialog/fck_about.html',400,330);break;case 'Find':oCommand=new FCKDialogCommand('Find',FCKLang.DlgFindTitle,'dialog/fck_find.html',340,170);break;case 'Replace':oCommand=new FCKDialogCommand('Replace',FCKLang.DlgReplaceTitle,'dialog/fck_replace.html',340,200);break;case 'Image':oCommand=new FCKDialogCommand('Image',FCKLang.DlgImgTitle,'dialog/fck_image.html',450,400);break;case 'SpecialChar':oCommand=new FCKDialogCommand('SpecialChar',FCKLang.DlgSpecialCharTitle,'dialog/fck_specialchar.html',400,300);break;case 'Smiley':oCommand=new FCKDialogCommand('Smiley',FCKLang.DlgSmileyTitle,'dialog/fck_smiley.html',FCKConfig.SmileyWindowWidth,FCKConfig.SmileyWindowHeight);break;case 'Table':oCommand=new FCKDialogCommand('Table',FCKLang.DlgTableTitle,'dialog/fck_table.html',400,250);break;case 'TableProp':oCommand=new FCKDialogCommand('Table',FCKLang.DlgTableTitle,'dialog/fck_table.html?Parent',400,250);break;case 'TableCellProp':oCommand=new FCKDialogCommand('TableCell',FCKLang.DlgCellTitle,'dialog/fck_tablecell.html',500,250);break;case 'UniversalKey':oCommand=new FCKDialogCommand('UniversalKey',FCKLang.UniversalKeyboard,'dialog/fck_universalkey.html',415,300);break;case 'Style':oCommand=new FCKStyleCommand();break;case 'FontName':oCommand=new FCKFontNameCommand();break;case 'FontSize':oCommand=new FCKFontSizeCommand();break;case 'FontFormat':oCommand=new FCKFormatBlockCommand();break;case 'Source':oCommand=new FCKSourceCommand();break;case 'Preview':oCommand=new FCKPreviewCommand();break;case 'Save':oCommand=new FCKSaveCommand();break;case 'NewPage':oCommand=new FCKNewPageCommand();break;case 'TextColor':oCommand=new FCKTextColorCommand('ForeColor');break;case 'BGColor':oCommand=new FCKTextColorCommand('BackColor');break;case 'PasteText':oCommand=new FCKPastePlainTextCommand();break;case 'PasteWord':oCommand=new FCKPasteWordCommand();break;case 'TableInsertRow':oCommand=new FCKTableCommand('TableInsertRow');break;case 'TableDeleteRows':oCommand=new FCKTableCommand('TableDeleteRows');break;case 'TableInsertColumn':oCommand=new FCKTableCommand('TableInsertColumn');break;case 'TableDeleteColumns':oCommand=new FCKTableCommand('TableDeleteColumns');break;case 'TableInsertCell':oCommand=new FCKTableCommand('TableInsertCell');break;case 'TableDeleteCells':oCommand=new FCKTableCommand('TableDeleteCells');break;case 'TableMergeCells':oCommand=new FCKTableCommand('TableMergeCells');break;case 'TableSplitCell':oCommand=new FCKTableCommand('TableSplitCell');break;case 'Form':oCommand=new FCKDialogCommand('Form',FCKLang.Form,'dialog/fck_form.html',380,230);break;case 'Checkbox':oCommand=new FCKDialogCommand('Checkbox',FCKLang.Checkbox,'dialog/fck_checkbox.html',380,230);break;case 'Radio':oCommand=new FCKDialogCommand('Radio',FCKLang.RadioButton,'dialog/fck_radiobutton.html',380,230);break;case 'TextField':oCommand=new FCKDialogCommand('TextField',FCKLang.TextField,'dialog/fck_textfield.html',380,230);break;case 'Textarea':oCommand=new FCKDialogCommand('Textarea',FCKLang.Textarea,'dialog/fck_textarea.html',380,230);break;case 'HiddenField':oCommand=new FCKDialogCommand('HiddenField',FCKLang.HiddenField,'dialog/fck_hiddenfield.html',380,230);break;case 'Button':oCommand=new FCKDialogCommand('Button',FCKLang.Button,'dialog/fck_button.html',380,230);break;case 'Select':oCommand=new FCKDialogCommand('Select',FCKLang.SelectionField,'dialog/fck_select.html',400,380);break;case 'ImageButton':oCommand=new FCKDialogCommand('ImageButton',FCKLang.ImageButton,'dialog/fck_image.html?ImageButton',450,400);break;case 'SpellCheck':oCommand=new FCKSpellCheckCommand();break;case 'Undo':oCommand=new FCKUndoCommand();break;case 'Redo':oCommand=new FCKRedoCommand();break;case 'Undefined':oCommand=new FCKUndefinedCommand();break;default:if (FCKRegexLib.NamedCommands.test(commandName)) oCommand=new FCKNamedCommand(commandName);else{alert(FCKLang.UnknownCommand.replace(/%1/g,commandName));return;};};FCKCommands.LoadedCommands[commandName]=oCommand;return oCommand;};FCKCommands.GetFullPageState=function(){return FCKConfig.FullPage?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED;};
var FCKToolbarButton=function(commandName,label,tooltip,style,sourceView,contextSensitive){this.Command=FCKCommands.GetCommand(commandName);this.Label=label?label:commandName;this.Tooltip=tooltip?tooltip:(label?label:commandName);this.Style=style?style:FCK_TOOLBARITEM_ONLYICON;this.SourceView=sourceView?true:false;this.ContextSensitive=contextSensitive?true:false;this.IconPath=FCKConfig.SkinPath+'toolbar/'+commandName.toLowerCase()+'.gif';this.State=FCK_UNKNOWN;};FCKToolbarButton.prototype.CreateInstance=function(parentToolbar){this.DOMDiv=document.createElement('div');this.DOMDiv.className='TB_Button_Off';this.DOMDiv.FCKToolbarButton=this;var sHtml='<table title="'+this.Tooltip+'" cellspacing="0" cellpadding="0" border="0" unselectable="on">'+'<tr>';if (this.Style!=FCK_TOOLBARITEM_ONLYTEXT) sHtml+='<td class="TB_Icon" unselectable="on"><img src="'+this.IconPath+'" width="21" height="21" unselectable="on"></td>';if (this.Style!=FCK_TOOLBARITEM_ONLYICON) sHtml+='<td class="TB_Text" unselectable="on" nowrap>'+this.Label+'</td>';sHtml+='</tr>'+'</table>';this.DOMDiv.innerHTML=sHtml;var oCell=parentToolbar.DOMRow.insertCell(-1);oCell.appendChild(this.DOMDiv);this.RefreshState();};FCKToolbarButton.prototype.RefreshState=function(){var eState=this.Command.GetState();if (eState==this.State) return;this.State=eState;switch (this.State){case FCK_TRISTATE_ON:this.DOMDiv.className='TB_Button_On';this.DOMDiv.onmouseover=FCKToolbarButton_OnMouseOnOver;this.DOMDiv.onmouseout=FCKToolbarButton_OnMouseOnOut;this.DOMDiv.onclick=FCKToolbarButton_OnClick;break;case FCK_TRISTATE_OFF:this.DOMDiv.className='TB_Button_Off';this.DOMDiv.onmouseover=FCKToolbarButton_OnMouseOffOver;this.DOMDiv.onmouseout=FCKToolbarButton_OnMouseOffOut;this.DOMDiv.onclick=FCKToolbarButton_OnClick;break;default:this.Disable();break;};};function FCKToolbarButton_OnMouseOnOver(){this.className='TB_Button_On TB_Button_On_Over';};function FCKToolbarButton_OnMouseOnOut(){this.className='TB_Button_On';};function FCKToolbarButton_OnMouseOffOver(){this.className='TB_Button_On TB_Button_Off_Over';};function FCKToolbarButton_OnMouseOffOut(){this.className='TB_Button_Off';};function FCKToolbarButton_OnClick(e){this.FCKToolbarButton.Click(e);return false;};FCKToolbarButton.prototype.Click=function(){this.Command.Execute();};FCKToolbarButton.prototype.Enable=function(){this.RefreshState();};FCKToolbarButton.prototype.Disable=function(){this.State=FCK_TRISTATE_DISABLED;this.DOMDiv.className='TB_Button_Disabled';this.DOMDiv.onmouseover=null;this.DOMDiv.onmouseout=null;this.DOMDiv.onclick=null;}
var FCKSpecialCombo=function(caption){this.FieldWidth=80;this.PanelWidth=130;this.PanelMaxHeight=150;this.Label='&nbsp;';this.Caption=caption;this.Enabled=true;this.Items=new Object();this._Panel=new FCKPanel();this._Panel.StyleSheet=FCKConfig.SkinPath+'fck_contextmenu.css';this._Panel.Create();this._Panel.PanelDiv.className+=' SC_Panel';this._Panel.PanelDiv.innerHTML='<table cellpadding="0" cellspacing="0" width="100%" style="TABLE-LAYOUT: fixed"><tr><td nowrap></td></tr></table>';this._ItemsHolderEl=this._Panel.PanelDiv.getElementsByTagName('TD')[0];};function FCKSpecialCombo_ItemOnMouseOver(){this.className+=' SC_ItemOver';};function FCKSpecialCombo_ItemOnMouseOut(){this.className=this.originalClass;};function FCKSpecialCombo_ItemOnClick(){this.FCKSpecialCombo._Panel.Hide();this.FCKSpecialCombo.SetLabel(this.FCKItemLabel);if (typeof(this.FCKSpecialCombo.OnSelect)=='function') this.FCKSpecialCombo.OnSelect(this.FCKItemID,this);};FCKSpecialCombo.prototype.AddItem=function(id,html,label){var oDiv=this._ItemsHolderEl.appendChild(this._Panel.Document.createElement('DIV'));oDiv.className=oDiv.originalClass='SC_Item';oDiv.innerHTML=html;oDiv.FCKItemID=id;oDiv.FCKItemLabel=label?label:id;oDiv.FCKSpecialCombo=this;oDiv.Selected=false;oDiv.onmouseover=FCKSpecialCombo_ItemOnMouseOver;oDiv.onmouseout=FCKSpecialCombo_ItemOnMouseOut;oDiv.onclick=FCKSpecialCombo_ItemOnClick;this.Items[id.toString().toLowerCase()]=oDiv;return oDiv;};FCKSpecialCombo.prototype.SelectItem=function(itemId){itemId=itemId?itemId.toString().toLowerCase():'';var oDiv=this.Items[itemId];if (oDiv){oDiv.className=oDiv.originalClass='SC_ItemSelected';oDiv.Selected=true;};};FCKSpecialCombo.prototype.DeselectAll=function(){for (var i in this.Items){this.Items[i].className=this.Items[i].originalClass='SC_Item';this.Items[i].Selected=false;};};FCKSpecialCombo.prototype.SetLabelById=function(id){id=id?id.toString().toLowerCase():'';var oDiv=this.Items[id];this.SetLabel(oDiv?oDiv.FCKItemLabel:'');};FCKSpecialCombo.prototype.SetLabel=function(text){this.Label=text.length==0?'&nbsp;':text;if (this._LabelEl) this._LabelEl.innerHTML=this.Label;};FCKSpecialCombo.prototype.SetEnabled=function(isEnabled){this.Enabled=isEnabled;this._OuterTable.className=isEnabled?'':'SC_FieldDisabled';};FCKSpecialCombo.prototype.Create=function(targetElement){this._OuterTable=targetElement.appendChild(document.createElement('TABLE'));this._OuterTable.cellPadding=0;this._OuterTable.cellSpacing=0;this._OuterTable.insertRow(-1);if (this.Caption&&this.Caption.length>0){var oCaptionCell=this._OuterTable.rows[0].insertCell(-1);oCaptionCell.unselectable='on';oCaptionCell.innerHTML=this.Caption;oCaptionCell.className='SC_FieldCaption';};var oField=this._OuterTable.rows[0].insertCell(-1).appendChild(document.createElement('DIV'));oField.className='SC_Field';oField.style.width=this.FieldWidth+'px';oField.innerHTML='<table width="100%" cellpadding="0" cellspacing="0" style="TABLE-LAYOUT: fixed;" unselectable="on"><tbody><tr><td class="SC_FieldLabel" unselectable="on"><label unselectable="on">&nbsp;</label></td><td class="SC_FieldButton" unselectable="on">&nbsp;</td></tr></tbody></table>';this._LabelEl=oField.getElementsByTagName('label')[0];this._LabelEl.innerHTML=this.Label;oField.SpecialCombo=this;oField.onmouseover=FCKSpecialCombo_OnMouseOver;oField.onmouseout=FCKSpecialCombo_OnMouseOut;oField.onclick=FCKSpecialCombo_OnClick;};function FCKSpecialCombo_OnMouseOver(){if (this.SpecialCombo.Enabled) this.className='SC_Field SC_FieldOver';};function FCKSpecialCombo_OnMouseOut(){this.className='SC_Field';};function FCKSpecialCombo_OnClick(e){if (e){e.stopPropagation();FCKPanelEventHandlers.OnDocumentClick(e);};if (this.SpecialCombo.Enabled){if (typeof(this.SpecialCombo.OnBeforeClick)=='function') this.SpecialCombo.OnBeforeClick(this.SpecialCombo);if (this.SpecialCombo._ItemsHolderEl.offsetHeight>this.SpecialCombo.PanelMaxHeight) this.SpecialCombo._Panel.PanelDiv.style.height=this.SpecialCombo.PanelMaxHeight+'px';else this.SpecialCombo._Panel.PanelDiv.style.height=this.SpecialCombo._ItemsHolderEl.offsetHeight+'px';this.SpecialCombo._Panel.PanelDiv.style.width=this.SpecialCombo.PanelWidth+'px';if (FCKBrowserInfo.IsGecko) this.SpecialCombo._Panel.PanelDiv.style.overflow='-moz-scrollbars-vertical';this.SpecialCombo._Panel.Show(0,this.offsetHeight,this,null,this.SpecialCombo.PanelMaxHeight,true);};return false;};
var FCKToolbarSpecialCombo=function(){this.SourceView=false;this.ContextSensitive=true;};function FCKToolbarSpecialCombo_OnSelect(itemId,item){this.Command.Execute(itemId,item);};FCKToolbarSpecialCombo.prototype.CreateInstance=function(parentToolbar){this._Combo=new FCKSpecialCombo(this.GetLabel());this._Combo.FieldWidth=100;this._Combo.PanelWidth=150;this._Combo.PanelMaxHeight=150;this.CreateItems(this._Combo);this._Combo.Create(parentToolbar.DOMRow.insertCell(-1));this._Combo.Command=this.Command;this._Combo.OnSelect=FCKToolbarSpecialCombo_OnSelect;};function FCKToolbarSpecialCombo_RefreshActiveItems(combo,value){combo.DeselectAll();combo.SelectItem(value);combo.SetLabelById(value);};FCKToolbarSpecialCombo.prototype.RefreshState=function(){var eState;var sValue=this.Command.GetState();if (sValue!=FCK_TRISTATE_DISABLED){eState=FCK_TRISTATE_ON;if (this.RefreshActiveItems) this.RefreshActiveItems(this._Combo,sValue);else FCKToolbarSpecialCombo_RefreshActiveItems(this._Combo,sValue);}else eState=FCK_TRISTATE_DISABLED;if (eState==this.State) return;if (eState==FCK_TRISTATE_DISABLED){this._Combo.DeselectAll();this._Combo.SetLabel('');};this.State=eState;this._Combo.SetEnabled(eState!=FCK_TRISTATE_DISABLED);};FCKToolbarSpecialCombo.prototype.Enable=function(){this.RefreshState();};FCKToolbarSpecialCombo.prototype.Disable=function(){this.State=FCK_TRISTATE_DISABLED;this._Combo.DeselectAll();this._Combo.SetLabel('');this._Combo.SetEnabled(false);}
var FCKToolbarFontsCombo=function(){this.Command=FCKCommands.GetCommand('FontName');};FCKToolbarFontsCombo.prototype=new FCKToolbarSpecialCombo;FCKToolbarFontsCombo.prototype.GetLabel=function(){return FCKLang.Font;};FCKToolbarFontsCombo.prototype.CreateItems=function(targetSpecialCombo){var aFonts=FCKConfig.FontNames.split(';');for (var i=0;i<aFonts.length;i++) this._Combo.AddItem(aFonts[i],'<span style="font-family: \''+aFonts[i]+'\'; font-size: 12px;">'+aFonts[i]+'</span>');}
var FCKToolbarFontSizeCombo=function(){this.Command=FCKCommands.GetCommand('FontSize');};FCKToolbarFontSizeCombo.prototype=new FCKToolbarSpecialCombo;FCKToolbarFontSizeCombo.prototype.GetLabel=function(){return FCKLang.FontSize;};FCKToolbarFontSizeCombo.prototype.CreateItems=function(targetSpecialCombo){targetSpecialCombo.FieldWidth=70;var aSizes=FCKConfig.FontSizes.split(';');for (var i=0;i<aSizes.length;i++){var aSizeParts=aSizes[i].split('/');this._Combo.AddItem(aSizeParts[0],'<font size="'+aSizeParts[0]+'">'+aSizeParts[1]+'</font>',aSizeParts[1]);};}
var FCKToolbarFontFormatCombo=function(){this.Command=FCKCommands.GetCommand('FontFormat');};FCKToolbarFontFormatCombo.prototype=new FCKToolbarSpecialCombo;FCKToolbarFontFormatCombo.prototype.GetLabel=function(){return FCKLang.FontFormat;};FCKToolbarFontFormatCombo.prototype.CreateItems=function(targetSpecialCombo){var aNames=FCKLang['FontFormats'].split(';');var oNames={p:aNames[0],pre:aNames[1],address:aNames[2],h1:aNames[3],h2:aNames[4],h3:aNames[5],h4:aNames[6],h5:aNames[7],h6:aNames[8],div:aNames[9]};var aTags=FCKConfig.FontFormats.split(';');for (var i=0;i<aTags.length;i++){if (aTags[i]=='div'&&FCKBrowserInfo.IsGecko) continue;this._Combo.AddItem(aTags[i],'<'+aTags[i]+'>'+oNames[aTags[i]]+'</'+aTags[i]+'>',oNames[aTags[i]]);};}
var FCKToolbarStyleCombo=function(){this.Command=FCKCommands.GetCommand('Style');};FCKToolbarStyleCombo.prototype=new FCKToolbarSpecialCombo;FCKToolbarStyleCombo.prototype.GetLabel=function(){return FCKLang.Style;};FCKToolbarStyleCombo.prototype.CreateItems=function(targetSpecialCombo){FCKTools.AppendStyleSheet(targetSpecialCombo._Panel.Document,FCKConfig.EditorAreaCSS);if (!FCKBrowserInfo.IsGecko) targetSpecialCombo.OnBeforeClick=this.RefreshVisibleItems;for (var s in this.Command.Styles){var oStyle=this.Command.Styles[s];if (oStyle.IsObjectElement) var oItem=targetSpecialCombo.AddItem(s,s);else var oItem=targetSpecialCombo.AddItem(s,oStyle.GetOpenerTag()+s+oStyle.GetCloserTag());oItem.Style=oStyle;};};FCKToolbarStyleCombo.prototype.RefreshActiveItems=function(targetSpecialCombo){targetSpecialCombo.DeselectAll();var aStyles=this.Command.GetActiveStyles();if (aStyles.length>0){for (var i=0;i<aStyles.length;i++) targetSpecialCombo.SelectItem(aStyles[i].Name);targetSpecialCombo.SetLabelById(aStyles[0].Name);}else targetSpecialCombo.SetLabel('');};FCKToolbarStyleCombo.prototype.RefreshVisibleItems=function(targetSpecialCombo){if (FCKSelection.GetType()=='Control') var sTagName=FCKSelection.GetSelectedElement().tagName;for (var i in targetSpecialCombo.Items){var oItem=targetSpecialCombo.Items[i];if ((sTagName&&oItem.Style.Element==sTagName)||(!sTagName&&!oItem.Style.IsObjectElement)) oItem.style.display='';else oItem.style.display='none';};}
var FCKToolbarPanelButton=function(commandName,label,tooltip,style){this.Command=FCKCommands.GetCommand(commandName);this.Label=label?label:commandName;this.Tooltip=tooltip?tooltip:(label?label:commandName);this.Style=style?style:FCK_TOOLBARITEM_ONLYICON;this.State=FCK_UNKNOWN;};FCKToolbarPanelButton.prototype.Click=function(e){if (e){e.stopPropagation();FCKPanelEventHandlers.OnDocumentClick(e);};if (this.State!=FCK_TRISTATE_DISABLED){this.Command.Execute(0,this.DOMDiv.offsetHeight,this.DOMDiv);};return false;};FCKToolbarPanelButton.prototype.CreateInstance=function(parentToolbar){this.DOMDiv=document.createElement('div');this.DOMDiv.className='TB_Button_Off';this.DOMDiv.FCKToolbarButton=this;var sHtml='<table title="'+this.Tooltip+'" cellspacing="0" cellpadding="0" border="0" unselectable="on">'+'<tr>';if (this.Style!=FCK_TOOLBARITEM_ONLYTEXT) sHtml+='<td class="TB_Icon" unselectable="on"><img src="'+FCKConfig.SkinPath+'toolbar/'+this.Command.Name.toLowerCase()+'.gif" width="21" height="21" unselectable="on"></td>';if (this.Style!=FCK_TOOLBARITEM_ONLYICON) sHtml+='<td class="TB_Text" unselectable="on" nowrap>'+this.Label+'</td>';sHtml+='<td class="TB_ButtonArrow" unselectable="on"><img src="'+FCKConfig.SkinPath+'images/toolbar.buttonarrow.gif" width="5" height="3"></td>'+'</tr>'+'</table>';this.DOMDiv.innerHTML=sHtml;var oCell=parentToolbar.DOMRow.insertCell(-1);oCell.appendChild(this.DOMDiv);this.RefreshState();};FCKToolbarPanelButton.prototype.RefreshState=FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.prototype.Enable;FCKToolbarPanelButton.prototype.Disable=FCKToolbarButton.prototype.Disable;
var FCKToolbarItems=new Object();FCKToolbarItems.LoadedItems=new Object();FCKToolbarItems.RegisterItem=function(itemName,item){this.LoadedItems[itemName]=item;};FCKToolbarItems.GetItem=function(itemName){var oItem=FCKToolbarItems.LoadedItems[itemName];if (oItem) return oItem;switch (itemName){case 'Source':oItem=new FCKToolbarButton('Source',FCKLang.Source,null,FCK_TOOLBARITEM_ICONTEXT,true,true);break;case 'DocProps':oItem=new FCKToolbarButton('DocProps',FCKLang.DocProps);break;case 'Templates':oItem=new FCKToolbarButton('Templates',FCKLang.Templates);break;case 'Save':oItem=new FCKToolbarButton('Save',FCKLang.Save,null,null,true);break;case 'NewPage':oItem=new FCKToolbarButton('NewPage',FCKLang.NewPage,null,null,true);break;case 'Preview':oItem=new FCKToolbarButton('Preview',FCKLang.Preview,null,null,true);break;case 'About':oItem=new FCKToolbarButton('About',FCKLang.About,null,null,true);break;case 'Cut':oItem=new FCKToolbarButton('Cut',FCKLang.Cut,null,null,false,true);break;case 'Copy':oItem=new FCKToolbarButton('Copy',FCKLang.Copy,null,null,false,true);break;case 'Paste':oItem=new FCKToolbarButton('Paste',FCKLang.Paste,null,null,false,true);break;case 'PasteText':oItem=new FCKToolbarButton('PasteText',FCKLang.PasteText,null,null,false,true);break;case 'PasteWord':oItem=new FCKToolbarButton('PasteWord',FCKLang.PasteWord,null,null,false,true);break;case 'Print':oItem=new FCKToolbarButton('Print',FCKLang.Print,null,null,false,true);break;case 'SpellCheck':oItem=new FCKToolbarButton('SpellCheck',FCKLang.SpellCheck);break;case 'Undo':oItem=new FCKToolbarButton('Undo',FCKLang.Undo,null,null,false,true);break;case 'Redo':oItem=new FCKToolbarButton('Redo',FCKLang.Redo,null,null,false,true);break;case 'SelectAll':oItem=new FCKToolbarButton('SelectAll',FCKLang.SelectAll);break;case 'RemoveFormat':oItem=new FCKToolbarButton('RemoveFormat',FCKLang.RemoveFormat,null,null,false,true);break;case 'Bold':oItem=new FCKToolbarButton('Bold',FCKLang.Bold,null,null,false,true);break;case 'Italic':oItem=new FCKToolbarButton('Italic',FCKLang.Italic,null,null,false,true);break;case 'Underline':oItem=new FCKToolbarButton('Underline',FCKLang.Underline,null,null,false,true);break;case 'StrikeThrough':oItem=new FCKToolbarButton('StrikeThrough',FCKLang.StrikeThrough,null,null,false,true);break;case 'Subscript':oItem=new FCKToolbarButton('Subscript',FCKLang.Subscript,null,null,false,true);break;case 'Superscript':oItem=new FCKToolbarButton('Superscript',FCKLang.Superscript,null,null,false,true);break;case 'OrderedList':oItem=new FCKToolbarButton('InsertOrderedList',FCKLang.NumberedListLbl,FCKLang.NumberedList,null,false,true);break;case 'UnorderedList':oItem=new FCKToolbarButton('InsertUnorderedList',FCKLang.BulletedListLbl,FCKLang.BulletedList,null,false,true);break;case 'Outdent':oItem=new FCKToolbarButton('Outdent',FCKLang.DecreaseIndent,null,null,false,true);break;case 'Indent':oItem=new FCKToolbarButton('Indent',FCKLang.IncreaseIndent,null,null,false,true);break;case 'Link':oItem=new FCKToolbarButton('Link',FCKLang.InsertLinkLbl,FCKLang.InsertLink,null,false,true);break;case 'Unlink':oItem=new FCKToolbarButton('Unlink',FCKLang.RemoveLink,null,null,false,true);break;case 'Anchor':oItem=new FCKToolbarButton('Anchor',FCKLang.Anchor);break;case 'Image':oItem=new FCKToolbarButton('Image',FCKLang.InsertImageLbl,FCKLang.InsertImage);break;case 'Table':oItem=new FCKToolbarButton('Table',FCKLang.InsertTableLbl,FCKLang.InsertTable);break;case 'SpecialChar':oItem=new FCKToolbarButton('SpecialChar',FCKLang.InsertSpecialCharLbl,FCKLang.InsertSpecialChar);break;case 'Smiley':oItem=new FCKToolbarButton('Smiley',FCKLang.InsertSmileyLbl,FCKLang.InsertSmiley);break;case 'UniversalKey':oItem=new FCKToolbarButton('UniversalKey',FCKLang.UniversalKeyboard);break;case 'Rule':oItem=new FCKToolbarButton('InsertHorizontalRule',FCKLang.InsertLineLbl,FCKLang.InsertLine,null,false,true);break;case 'JustifyLeft':oItem=new FCKToolbarButton('JustifyLeft',FCKLang.LeftJustify,null,null,false,true);break;case 'JustifyCenter':oItem=new FCKToolbarButton('JustifyCenter',FCKLang.CenterJustify,null,null,false,true);break;case 'JustifyRight':oItem=new FCKToolbarButton('JustifyRight',FCKLang.RightJustify,null,null,false,true);break;case 'JustifyFull':oItem=new FCKToolbarButton('JustifyFull',FCKLang.BlockJustify,null,null,false,true);break;case 'Style':oItem=new FCKToolbarStyleCombo();break;case 'FontName':oItem=new FCKToolbarFontsCombo();break;case 'FontSize':oItem=new FCKToolbarFontSizeCombo();break;case 'FontFormat':oItem=new FCKToolbarFontFormatCombo();break;case 'TextColor':oItem=new FCKToolbarPanelButton('TextColor',FCKLang.TextColor);break;case 'BGColor':oItem=new FCKToolbarPanelButton('BGColor',FCKLang.BGColor);break;case 'Find':oItem=new FCKToolbarButton('Find',FCKLang.Find);break;case 'Replace':oItem=new FCKToolbarButton('Replace',FCKLang.Replace);break;case 'Form':oItem=new FCKToolbarButton('Form',FCKLang.Form);break;case 'Checkbox':oItem=new FCKToolbarButton('Checkbox',FCKLang.Checkbox);break;case 'Radio':oItem=new FCKToolbarButton('Radio',FCKLang.RadioButton);break;case 'TextField':oItem=new FCKToolbarButton('TextField',FCKLang.TextField);break;case 'Textarea':oItem=new FCKToolbarButton('Textarea',FCKLang.Textarea);break;case 'HiddenField':oItem=new FCKToolbarButton('HiddenField',FCKLang.HiddenField);break;case 'Button':oItem=new FCKToolbarButton('Button',FCKLang.Button);break;case 'Select':oItem=new FCKToolbarButton('Select',FCKLang.SelectionField);break;case 'ImageButton':oItem=new FCKToolbarButton('ImageButton',FCKLang.ImageButton);break;default:alert(FCKLang.UnknownToolbarItem.replace(/%1/g,itemName));return;};FCKToolbarItems.LoadedItems[itemName]=oItem;return oItem;}
var FCKToolbar=function(){this.Items=new Array();this.DOMTable=document.createElement('table');this.DOMTable.className='TB_Toolbar';with (this.DOMTable){style.styleFloat=style.cssFloat=FCKLang.Dir=='rtl'?'right':'left';cellPadding=0;cellSpacing=0;border=0;};this.DOMRow=this.DOMTable.insertRow(-1);var oCell=this.DOMRow.insertCell(-1);oCell.className='TB_Start';oCell.innerHTML='<img src="'+FCKConfig.SkinPath+'images/toolbar.start.gif" width="7" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on">';FCKToolbarSet.DOMElement.appendChild(this.DOMTable);};FCKToolbar.prototype.AddItem=function(toolbarItem){this.Items[this.Items.length]=toolbarItem;toolbarItem.CreateInstance(this);};FCKToolbar.prototype.AddSeparator=function(){var oCell=this.DOMRow.insertCell(-1);oCell.unselectable='on';oCell.innerHTML='<img src="'+FCKConfig.SkinPath+'images/toolbar.separator.gif" width="5" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on">';};FCKToolbar.prototype.AddTerminator=function(){var oCell=this.DOMRow.insertCell(-1);oCell.className='TB_End';oCell.innerHTML='<img src="'+FCKConfig.SkinPath+'images/toolbar.end.gif" width="12" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on">';};
var FCKToolbarBreak=function(){var oBreakDiv=document.createElement('div');oBreakDiv.style.clear=oBreakDiv.style.cssFloat=FCKLang.Dir=='rtl'?'right':'left';FCKToolbarSet.DOMElement.appendChild(oBreakDiv);}
var FCKToolbarSet=FCK.ToolbarSet=new Object();document.getElementById('ExpandHandle').title=FCKLang.ToolbarExpand;document.getElementById('CollapseHandle').title=FCKLang.ToolbarCollapse;FCKToolbarSet.Toolbars=new Array();FCKToolbarSet.ItemsWysiwygOnly=new Array();FCKToolbarSet.ItemsContextSensitive=new Array();FCKToolbarSet.Expand=function(){document.getElementById('Collapsed').style.display='none';document.getElementById('Expanded').style.display='';if (!FCKBrowserInfo.IsIE){window.setTimeout("window.onresize()",1);};};FCKToolbarSet.Collapse=function(){document.getElementById('Collapsed').style.display='';document.getElementById('Expanded').style.display='none';if (!FCKBrowserInfo.IsIE){window.setTimeout("window.onresize()",1);};};FCKToolbarSet.Restart=function(){if (!FCKConfig.ToolbarCanCollapse||FCKConfig.ToolbarStartExpanded) this.Expand();else this.Collapse();document.getElementById('CollapseHandle').style.display=FCKConfig.ToolbarCanCollapse?'':'none';};FCKToolbarSet.Load=function(toolbarSetName){this.DOMElement=document.getElementById('eToolbar');var ToolbarSet=FCKConfig.ToolbarSets[toolbarSetName];if (!ToolbarSet){alert(FCKLang.UnknownToolbarSet.replace(/%1/g,toolbarSetName));return;};this.Toolbars=new Array();for (var x=0;x<ToolbarSet.length;x++){var oToolbarItems=ToolbarSet[x];var oToolbar;if (typeof(oToolbarItems)=='string'){if (oToolbarItems=='/') oToolbar=new FCKToolbarBreak();}else{var oToolbar=new FCKToolbar();for (var j=0;j<oToolbarItems.length;j++){var sItem=oToolbarItems[j];if (sItem=='-') oToolbar.AddSeparator();else{var oItem=FCKToolbarItems.GetItem(sItem);if (oItem){oToolbar.AddItem(oItem);if (!oItem.SourceView) this.ItemsWysiwygOnly[this.ItemsWysiwygOnly.length]=oItem;if (oItem.ContextSensitive) this.ItemsContextSensitive[this.ItemsContextSensitive.length]=oItem;};};};oToolbar.AddTerminator();};this.Toolbars[this.Toolbars.length]=oToolbar;};};FCKToolbarSet.RefreshModeState=function(){if (FCK.EditMode==FCK_EDITMODE_WYSIWYG){for (var i=0;i<FCKToolbarSet.ItemsWysiwygOnly.length;i++) FCKToolbarSet.ItemsWysiwygOnly[i].Enable();FCKToolbarSet.RefreshItemsState();}else{FCKToolbarSet.RefreshItemsState();for (var i=0;i<FCKToolbarSet.ItemsWysiwygOnly.length;i++) FCKToolbarSet.ItemsWysiwygOnly[i].Disable();};};FCKToolbarSet.RefreshItemsState=function(){for (var i=0;i<FCKToolbarSet.ItemsContextSensitive.length;i++) FCKToolbarSet.ItemsContextSensitive[i].RefreshState();};
var FCKDialog=new Object();FCKDialog.OpenDialog=function(dialogName,dialogTitle,dialogPage,width,height,customValue,parentWindow){var oDialogInfo=new Object();oDialogInfo.Title=dialogTitle;oDialogInfo.Page=dialogPage;oDialogInfo.Editor=window;oDialogInfo.CustomValue=customValue;var sUrl=FCKConfig.BasePath+'fckdialog.html';this.Show(oDialogInfo,dialogName,sUrl,width,height,parentWindow);};
FCKDialog.Show=function(dialogInfo,dialogName,pageUrl,dialogWidth,dialogHeight,parentWindow){var iTop=(screen.height-dialogHeight) / 2;var iLeft=(screen.width - dialogWidth) / 2;var sOption="location=no,menubar=no,resizable=no,toolbar=no,dependent=yes,dialog=yes,minimizable=no,modal=yes,alwaysRaised=yes"+",width="+dialogWidth+",height="+dialogHeight+",top="+iTop+",left="+iLeft;if (!parentWindow) parentWindow=window;var oWindow=parentWindow.open('','FCKEditorDialog_'+dialogName,sOption,true);oWindow.moveTo(iLeft,iTop);oWindow.resizeTo(dialogWidth,dialogHeight);oWindow.focus();oWindow.location.href=pageUrl;oWindow.dialogArguments=dialogInfo;parentWindow.FCKLastDialogInfo=dialogInfo;this.Window=oWindow;try{window.top.captureEvents(Event.CLICK|Event.MOUSEDOWN|Event.MOUSEUP|Event.FOCUS);window.top.parent.addEventListener('mousedown',this.CheckFocus,true);window.top.parent.addEventListener('mouseup',this.CheckFocus,true);window.top.parent.addEventListener('click',this.CheckFocus,true);window.top.parent.addEventListener('focus',this.CheckFocus,true);}catch (e){};};FCKDialog.CheckFocus=function(){if (typeof(FCKDialog)!="object") return;if (FCKDialog.Window&&!FCKDialog.Window.closed){FCKDialog.Window.focus();return false;}else{try{window.top.releaseEvents(Event.CLICK|Event.MOUSEDOWN|Event.MOUSEUP|Event.FOCUS);window.top.parent.removeEventListener('onmousedown',FCKDialog.CheckFocus,true);window.top.parent.removeEventListener('mouseup',FCKDialog.CheckFocus,true);window.top.parent.removeEventListener('click',FCKDialog.CheckFocus,true);window.top.parent.removeEventListener('onfocus',FCKDialog.CheckFocus,true);}catch (e){};};};
var FCKContextMenuItem=function(contextMenu,commandName,label,hasIcon){this.ContextMenu=contextMenu;this.Command=FCKCommands.GetCommand(commandName);this.Label=label?label:commandName;this.HasIcon=hasIcon?true:false;};function FCKContextMenuItem_OnMouseOver(){if (this.className!='CM_Disabled') this.className='CM_Over';};function FCKContextMenuItem_OnMouseOut(){if (this.className!='CM_Disabled') this.className='CM_Option';};function FCKContextMenuItem_OnClick(){if (this.className!='CM_Disabled'){this.FCKContextMenuItem.ContextMenu.Hide();this.FCKContextMenuItem.Command.Execute();};return false;};FCKContextMenuItem.prototype.CreateTableRow=function(targetTable){this._Row=targetTable.insertRow(-1);this._Row.className='CM_Disabled';this._Row.FCKContextMenuItem=this;this._Row.onmouseover=FCKContextMenuItem_OnMouseOver;this._Row.onmouseout=FCKContextMenuItem_OnMouseOut;this._Row.onclick=FCKContextMenuItem_OnClick;var oCell=this._Row.insertCell(-1);oCell.className='CM_Icon';if (this.HasIcon) oCell.innerHTML='<img alt="" src="'+FCKConfig.SkinPath+'toolbar/'+this.Command.Name.toLowerCase()+'.gif" width="21" height="20" unselectable="on">';oCell=this._Row.insertCell(-1);oCell.className='CM_Label';oCell.unselectable='on';oCell.noWrap=true;oCell.innerHTML=this.Label;};FCKContextMenuItem.prototype.SetVisible=function(isVisible){this._Row.style.display=isVisible?'':'none';};FCKContextMenuItem.prototype.RefreshState=function(){switch (this.Command.GetState()){case FCK_TRISTATE_ON:case FCK_TRISTATE_OFF:this._Row.className='CM_Option';break;default:this._Row.className='CM_Disabled';break;};};
var FCKContextMenuSeparator=function(){};FCKContextMenuSeparator.prototype.CreateTableRow=function(targetTable){this._Row=targetTable.insertRow(-1);this._Row.className='CM_Separator';var oCell=this._Row.insertCell(-1);oCell.className='CM_Icon';oCell=this._Row.insertCell(-1);oCell.className='CM_Label';oCell.innerHTML='<div></div>';};FCKContextMenuSeparator.prototype.SetVisible=function(isVisible){this._Row.style.display=isVisible?'':'none';};FCKContextMenuSeparator.prototype.RefreshState=function(){};
var FCKContextMenuGroup=function(addSeparator,contextMenu,firstItemCommand,firstItemLabel,hasIcon){this.IsVisible=true;this.Items=new Array();if (addSeparator) this.Add(new FCKContextMenuSeparator());if (contextMenu&&firstItemCommand&&firstItemLabel) this.Add(new FCKContextMenuItem(contextMenu,firstItemCommand,firstItemLabel,hasIcon));this.ValidationFunction=null;};FCKContextMenuGroup.prototype.Add=function(contextMenuItem){this.Items[this.Items.length]=contextMenuItem;};FCKContextMenuGroup.prototype.CreateTableRows=function(table){for (var i=0;i<this.Items.length;i++){this.Items[i].CreateTableRow(table);};};FCKContextMenuGroup.prototype.SetVisible=function(isVisible){for (var i=0;i<this.Items.length;i++){this.Items[i].SetVisible(isVisible);};this.IsVisible=isVisible;};FCKContextMenuGroup.prototype.RefreshState=function(){if (!this.IsVisible) return;for (var i=0;i<this.Items.length;i++){this.Items[i].RefreshState();};}
var FCKContextMenu=new Object();FCKContextMenu._IsLoaded=false;FCKContextMenu.Reload=function(){this._Div=this._Document.createElement('DIV');this._Div.className='CM_ContextMenu';this._Div.style.position='absolute';this._Div.style.visibility='hidden';this._Document.body.appendChild(this._Div);var oTable=this._Document.createElement('TABLE');oTable.cellSpacing=0;oTable.cellPadding=0;oTable.border=0;this._Div.appendChild(oTable);this.Groups=new Object();for (var i=0;i<FCKConfig.ContextMenu.length;i++){var sGroup=FCKConfig.ContextMenu[i];this.Groups[sGroup]=this._GetGroup(sGroup);this.Groups[sGroup].CreateTableRows(oTable);};this._IsLoaded=true;};FCKContextMenu._GetGroup=function(groupName){var oGroup;switch (groupName){case 'Generic':oGroup=new FCKContextMenuGroup();with (oGroup){Add(new FCKContextMenuItem(this,'Cut',FCKLang.Cut,true));Add(new FCKContextMenuItem(this,'Copy',FCKLang.Copy,true));Add(new FCKContextMenuItem(this,'Paste',FCKLang.Paste,true));};break;case 'Link':oGroup=new FCKContextMenuGroup();with (oGroup){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'Link',FCKLang.EditLink,true));Add(new FCKContextMenuItem(this,'Unlink',FCKLang.RemoveLink,true));};break;case 'TableCell':oGroup=new FCKContextMenuGroup();with (oGroup){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'TableInsertRow',FCKLang.InsertRow,true));Add(new FCKContextMenuItem(this,'TableDeleteRows',FCKLang.DeleteRows,true));Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'TableInsertColumn',FCKLang.InsertColumn,true));Add(new FCKContextMenuItem(this,'TableDeleteColumns',FCKLang.DeleteColumns,true));Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'TableInsertCell',FCKLang.InsertCell,true));Add(new FCKContextMenuItem(this,'TableDeleteCells',FCKLang.DeleteCells,true));Add(new FCKContextMenuItem(this,'TableMergeCells',FCKLang.MergeCells,true));Add(new FCKContextMenuItem(this,'TableSplitCell',FCKLang.SplitCell,true));Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'TableCellProp',FCKLang.CellProperties,true));Add(new FCKContextMenuItem(this,'TableProp',FCKLang.TableProperties,true));};break;case 'Table':return new FCKContextMenuGroup(true,this,'Table',FCKLang.TableProperties,true);case 'Image':return new FCKContextMenuGroup(true,this,'Image',FCKLang.ImageProperties,true);case 'Form':return new FCKContextMenuGroup(true,this,'Form',FCKLang.FormProp,true);case 'Checkbox':return new FCKContextMenuGroup(true,this,'Checkbox',FCKLang.CheckboxProp,true);case 'Radio':return new FCKContextMenuGroup(true,this,'Radio',FCKLang.RadioButtonProp,true);case 'TextField':return new FCKContextMenuGroup(true,this,'TextField',FCKLang.TextFieldProp,true);case 'HiddenField':return new FCKContextMenuGroup(true,this,'HiddenField',FCKLang.HiddenFieldProp,true);case 'ImageButton':return new FCKContextMenuGroup(true,this,'ImageButton',FCKLang.ImageButtonProp,true);case 'Button':return new FCKContextMenuGroup(true,this,'Button',FCKLang.ButtonProp,true);case 'Select':return new FCKContextMenuGroup(true,this,'Select',FCKLang.SelectionFieldProp,true);case 'Textarea':return new FCKContextMenuGroup(true,this,'Textarea',FCKLang.TextareaProp,true);case 'BulletedList':return new FCKContextMenuGroup(true,this,'BulletedList',FCKLang.BulletedListProp,true);case 'NumberedList':return new FCKContextMenuGroup(true,this,'NumberedList',FCKLang.NumberedListProp,true);case 'Anchor':return new FCKContextMenuGroup(true,this,'Anchor',FCKLang.AnchorProp,true);};return oGroup;};FCKContextMenu.RefreshState=function(){var oTag=FCKSelection.GetSelectedElement();var sTagName;if (oTag){sTagName=oTag.tagName;};var bIsAnchor=(sTagName=='A'&&oTag.name.length>0&&oTag.href.length==0);if (this.Groups['Anchor']) this.Groups['Anchor'].SetVisible(bIsAnchor);if (this.Groups['Link']) this.Groups['Link'].SetVisible(!bIsAnchor&&FCK.GetNamedCommandState('Unlink')!=FCK_TRISTATE_DISABLED);if (this.Groups['TableCell']) this.Groups['TableCell'].SetVisible(sTagName!='TABLE'&&FCKSelection.HasAncestorNode('TABLE'));if (this.Groups['Table']) this.Groups['Table'].SetVisible(sTagName=='TABLE');if (this.Groups['Image']) this.Groups['Image'].SetVisible(sTagName=='IMG');if (this.Groups['BulletedList']) this.Groups['BulletedList'].SetVisible(FCKSelection.HasAncestorNode('UL'));if (this.Groups['NumberedList']) this.Groups['NumberedList'].SetVisible(FCKSelection.HasAncestorNode('OL'));if (this.Groups['Select']) this.Groups['Select'].SetVisible(sTagName=='SELECT');if (this.Groups['Textarea']) this.Groups['Textarea'].SetVisible(sTagName=='TEXTAREA');if (this.Groups['Form']) this.Groups['Form'].SetVisible(FCKSelection.HasAncestorNode('FORM'));if (this.Groups['Checkbox']) this.Groups['Checkbox'].SetVisible(sTagName=='INPUT'&&oTag.type=='checkbox');if (this.Groups['Radio']) this.Groups['Radio'].SetVisible(sTagName=='INPUT'&&oTag.type=='radio');if (this.Groups['TextField']) this.Groups['TextField'].SetVisible(sTagName=='INPUT'&&(oTag.type=='text'||oTag.type=='password'));if (this.Groups['HiddenField']) this.Groups['HiddenField'].SetVisible(sTagName=='INPUT'&&oTag.type=='hidden');if (this.Groups['ImageButton']) this.Groups['ImageButton'].SetVisible(sTagName=='INPUT'&&oTag.type=='image');if (this.Groups['Button']) this.Groups['Button'].SetVisible(sTagName=='INPUT'&&(oTag.type=='button'||oTag.type=='submit'||oTag.type=='reset'));for (var o in this.Groups){this.Groups[o].RefreshState();};};
FCKTools.AppendStyleSheet(window.parent.document,FCKConfig.SkinPath+'fck_contextmenu.css');FCKContextMenu.Show=function(x,y){if (!this._Document){this._Document=window.parent.document;};if (!this._IsLoaded){this.Reload();this._Div.style.zIndex=10000;this._Div.oncontextmenu=function() { return false;};};this.RefreshState();var oCoordsA=FCKTools.GetElementPosition(FCK.EditorWindow.frameElement);var oCoordsB=FCKTools.GetElementPosition(window.frameElement);x+=oCoordsA.X+oCoordsB.X;y+=oCoordsA.Y+oCoordsB.Y;var iXSpace=x+this._Div.offsetWidth-this._Div.ownerDocument.defaultView.innerWidth;var iYSpace=y+this._Div.offsetHeight-this._Div.ownerDocument.defaultView.innerHeight;if (iXSpace>0) x-=this._Div.offsetWidth;if (iYSpace>0) y-=this._Div.offsetHeight;this._Div.style.left=x+'px';this._Div.style.top=y+'px';var oActualWindow=FCK.EditorWindow;while (oActualWindow){oActualWindow.document.addEventListener('click',FCKContextMenu._OnDocumentClick,false);if (oActualWindow!=oActualWindow.parent) oActualWindow=oActualWindow.parent;else if (oActualWindow.opener==null) oActualWindow=oActualWindow.opener;else break;};this._Div.style.visibility='';};FCKContextMenu._OnDocumentClick=function(event){var e=event.target;while (e){if (e==FCKContextMenu._Div) return;e=e.parentNode;};FCKContextMenu.Hide();};FCKContextMenu.Hide=function(){this._Div.style.visibility='hidden';this._Div.style.left=this._Div.style.top='1px';}
if (!FCKConfig.PluginsPath.endsWith('/')) FCKConfig.PluginsPath+='/';var FCKPlugin=function(name,availableLangs,basePath){this.Name=name;this.BasePath=basePath?basePath:FCKConfig.PluginsPath;this.Path=this.BasePath+name+'/';if (!availableLangs||availableLangs.length==0) this.AvailableLangs=new Array();else this.AvailableLangs=availableLangs.split(',');};FCKPlugin.prototype.Load=function(){if (this.AvailableLangs.length>0){if (this.AvailableLangs.indexOf(FCKLanguageManager.ActiveLanguage.Code)>=0) var sLang=FCKLanguageManager.ActiveLanguage.Code;else var sLang=this.AvailableLangs[0];FCKScriptLoader.AddScript(this.Path+'lang/'+sLang+'.js');};FCKScriptLoader.AddScript(this.Path+'fckplugin.js');}
var FCKPlugins=FCK.Plugins=new Object();FCKPlugins.ItemsCount=0;FCKPlugins.Loaded=false;FCKPlugins.Items=new Object();for (var i=0;i<FCKConfig.Plugins.Items.length;i++){var oItem=FCKConfig.Plugins.Items[i];FCKPlugins.Items[oItem[0]]=new FCKPlugin(oItem[0],oItem[1],oItem[2]);FCKPlugins.ItemsCount++;};FCKPlugins.Load=function(){for (var s in this.Items) this.Items[s].Load();this.Loaded=true;FCKPlugins.Load=null;}
if (FCKLang&&window.document.dir.toLowerCase()!=FCKLang.Dir.toLowerCase()) window.document.dir=FCKLang.Dir;if (FCKConfig.ForcePasteAsPlainText) FCK.Events.AttachEvent("OnPaste",FCK.Paste);if (FCKPlugins.ItemsCount>0){FCKScriptLoader.OnEmpty=CompleteLoading;FCKPlugins.Load();}else CompleteLoading();function CompleteLoading(){FCKToolbarSet.Name=FCKURLParams['Toolbar']||'Default';FCKToolbarSet.Load(FCKToolbarSet.Name);FCKToolbarSet.Restart();FCK.AttachToOnSelectionChange(FCKToolbarSet.RefreshItemsState);FCK.SetStatus(FCK_STATUS_COMPLETE);if (typeof(window.parent.FCKeditor_OnComplete)=='function') window.parent.FCKeditor_OnComplete(FCK);}
/trunk/api/fckeditor/editor/js/fckeditorcode_ie_1.js
New file
0,0 → 1,25
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* This file has been compacted for best loading performance.
*/
var FCKDebug=new Object();if (FCKConfig.Debug){FCKDebug.Output=function(message,color){if (!FCKConfig.Debug) return;if (message!=null&&isNaN(message)) message=message.replace(/</g,"&lt;");if (!this.DebugWindow||this.DebugWindow.closed) this.DebugWindow=window.open('fckdebug.html','FCKeditorDebug','menubar=no,scrollbars=no,resizable=yes,location=no,toolbar=no,width=600,height=500',true);if (this.DebugWindow.Output) this.DebugWindow.Output(message,color);};}else FCKDebug.Output=function() {};
var FCKTools=new Object();FCKTools.GetLinkedFieldValue=function(){return FCK.LinkedField.value;};FCKTools.SetLinkedFieldValue=function(value){if (FCKConfig.FormatOutput) FCK.LinkedField.value=FCKCodeFormatter.Format(value);else FCK.LinkedField.value=value;};FCKTools.AttachToLinkedFieldFormSubmit=function(functionPointer){var oForm=FCK.LinkedField.form;if (!oForm) return;if (FCKBrowserInfo.IsIE) oForm.attachEvent("onsubmit",functionPointer);else oForm.addEventListener('submit',functionPointer,true);if (!oForm.updateFCKEditor) oForm.updateFCKEditor=new Array();oForm.updateFCKEditor[oForm.updateFCKEditor.length]=functionPointer;if (!oForm.originalSubmit&&(typeof(oForm.submit)=='function'||(!oForm.submit.tagName&&!oForm.submit.length))){oForm.originalSubmit=oForm.submit;oForm.submit=FCKTools_SubmitReplacer;};};function FCKTools_SubmitReplacer(){if (this.updateFCKEditor){for (var i=0;i<this.updateFCKEditor.length;i++) this.updateFCKEditor[i]();};this.originalSubmit();};FCKTools.AddSelectOption=function(targetDocument,selectElement,optionText,optionValue){var oOption=targetDocument.createElement("OPTION");oOption.text=optionText;oOption.value=optionValue;selectElement.options.add(oOption);return oOption;};FCKTools.RemoveAllSelectOptions=function(selectElement){for (var i=selectElement.options.length-1;i>=0;i--){selectElement.options.remove(i);};};FCKTools.SelectNoCase=function(selectElement,value,defaultValue){var sNoCaseValue=value.toString().toLowerCase();for (var i=0;i<selectElement.options.length;i++){if (sNoCaseValue==selectElement.options[i].value.toLowerCase()){selectElement.selectedIndex=i;return;};};if (defaultValue!=null) FCKTools.SelectNoCase(selectElement,defaultValue);};FCKTools.HTMLEncode=function(text){text=text.replace(/&/g,"&amp;");text=text.replace(/"/g,"&quot;");text=text.replace(/</g,"&lt;");text=text.replace(/>/g,"&gt;");text=text.replace(/'/g,"&#39;");return text;};FCKTools.GetResultingArray=function(arraySource,separator){switch (typeof(arraySource)){case "string":return arraySource.split(separator);case "function":return separator();default:if (isArray(arraySource)) return arraySource;else return new Array();};};FCKTools.GetElementPosition=function(el){var c={ X:0,Y:0 };while (el){c.X+=el.offsetLeft;c.Y+=el.offsetTop;el=el.offsetParent;};return c;};FCKTools.GetElementAscensor=function(element,ascensorTagName){var e=element.parentNode;while (e){if (e.nodeName==ascensorTagName) return e;e=e.parentNode;};};FCKTools.Pause=function(miliseconds){var oStart=new Date();while (true){var oNow=new Date();if (miliseconds<oNow-oStart) return;};}
FCKTools.AppendStyleSheet=function(documentElement,cssFileUrl){return documentElement.createStyleSheet(cssFileUrl);};FCKTools.ClearElementAttributes=function(element){element.clearAttributes();};FCKTools.GetAllChildrenIds=function(parentElement){var aIds=new Array();for (var i=0;i<parentElement.all.length;i++){var sId=parentElement.all[i].id;if (sId&&sId.length>0) aIds[aIds.length]=sId;};return aIds;};FCKTools.RemoveOuterTags=function(e){e.insertAdjacentHTML('beforeBegin',e.innerHTML);e.parentNode.removeChild(e);};FCKTools.CreateXmlObject=function(object){var aObjs;switch (object){case 'XmlHttp':aObjs=['MSXML2.XmlHttp','Microsoft.XmlHttp'];break;case 'DOMDocument':aObjs=['MSXML2.DOMDocument','Microsoft.XmlDom'];break;};for (var i=0;i<2;i++){try { return new ActiveXObject(aObjs[i]);}catch (e) {};};}
var FCKRegexLib=new Object();FCKRegexLib.AposEntity=/&apos;/gi;FCKRegexLib.ObjectElements=/^(?:IMG|TABLE|TR|TD|INPUT|SELECT|TEXTAREA|HR|OBJECT)$/i;FCKRegexLib.BlockElements=/^(?:P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI)$/i;FCKRegexLib.EmptyElements=/^(?:BASE|META|LINK|HR|BR|PARAM|IMG|AREA|INPUT)$/i;FCKRegexLib.NamedCommands=/^(?:Cut|Copy|Paste|Print|SelectAll|RemoveFormat|Unlink|Undo|Redo|Bold|Italic|Underline|StrikeThrough|Subscript|Superscript|JustifyLeft|JustifyCenter|JustifyRight|JustifyFull|Outdent|Indent|InsertOrderedList|InsertUnorderedList|InsertHorizontalRule)$/i;FCKRegexLib.BodyContents=/([\s\S]*\<body[^\>]*\>)([\s\S]*)(\<\/body\>[\s\S]*)/i;FCKRegexLib.ToReplace=/___fcktoreplace:([\w]+)/ig;FCKRegexLib.MetaHttpEquiv=/http-equiv\s*=\s*["']?([^"' ]+)/i;FCKRegexLib.HasBaseTag=/<base /i;FCKRegexLib.HeadCloser=/<\/head\s*>/i;FCKRegexLib.TableBorderClass=/\s*FCK__ShowTableBorders\s*/;FCKRegexLib.ElementName=/^[A-Za-z_:][\w.-:]*$/;
FCKLanguageManager.GetActiveLanguage=function(){if (FCKConfig.AutoDetectLanguage){var sUserLang;if (navigator.userLanguage) sUserLang=navigator.userLanguage.toLowerCase();else if (navigator.language) sUserLang=navigator.language.toLowerCase();else{return FCKConfig.DefaultLanguage;};if (sUserLang.length>=5){sUserLang=sUserLang.substr(0,5);if (this.AvailableLanguages[sUserLang]) return sUserLang;};if (sUserLang.length>=2){sUserLang=sUserLang.substr(0,2);if (this.AvailableLanguages[sUserLang]) return sUserLang;};};return this.DefaultLanguage;};FCKLanguageManager.TranslateElements=function(targetDocument,tag,propertyToSet){var aInputs=targetDocument.getElementsByTagName(tag);for (var i=0;i<aInputs.length;i++){var sKey=aInputs[i].getAttribute('fckLang');if (sKey){var s=FCKLang[sKey];if (s) eval('aInputs[i].'+propertyToSet+' = s');};};};FCKLanguageManager.TranslatePage=function(targetDocument){this.TranslateElements(targetDocument,'INPUT','value');this.TranslateElements(targetDocument,'SPAN','innerHTML');this.TranslateElements(targetDocument,'LABEL','innerHTML');this.TranslateElements(targetDocument,'OPTION','innerHTML');};if (FCKLanguageManager.AvailableLanguages[FCKConfig.DefaultLanguage]) FCKLanguageManager.DefaultLanguage=FCKConfig.DefaultLanguage;else FCKLanguageManager.DefaultLanguage='en';FCKLanguageManager.ActiveLanguage=new Object();FCKLanguageManager.ActiveLanguage.Code=FCKLanguageManager.GetActiveLanguage();FCKLanguageManager.ActiveLanguage.Name=FCKLanguageManager.AvailableLanguages[FCKLanguageManager.ActiveLanguage.Code];FCK.Language=FCKLanguageManager;LoadLanguageFile();
var FCKEvents;if (!(FCKEvents=NS.FCKEvents)){FCKEvents=NS.FCKEvents=function(eventsOwner){this.Owner=eventsOwner;this.RegisteredEvents=new Object();};FCKEvents.prototype.AttachEvent=function(eventName,functionPointer){if (!this.RegisteredEvents[eventName]) this.RegisteredEvents[eventName]=new Array();this.RegisteredEvents[eventName][this.RegisteredEvents[eventName].length]=functionPointer;};FCKEvents.prototype.FireEvent=function(eventName,params){var bReturnValue=true;var oCalls=this.RegisteredEvents[eventName];if (oCalls){for (var i=0;i<oCalls.length;i++) bReturnValue=(oCalls[i](this.Owner,params)&&bReturnValue);};return bReturnValue;};}
if (FCKConfig.ProcessHTMLEntities){FCKXHtmlEntities=new Object();FCKXHtmlEntities.Entities={' ':'nbsp','¡':'iexcl','¢':'cent','£':'pound','¤':'curren','¥':'yen','¦':'brvbar','§':'sect','¨':'uml','©':'copy','ª':'ordf','«':'laquo','¬':'not','­':'shy','®':'reg','¯':'macr','°':'deg','±':'plusmn','²':'sup2','³':'sup3','´':'acute','µ':'micro','¶':'para','·':'middot','¸':'cedil','¹':'sup1','º':'ordm','»':'raquo','¼':'frac14','½':'frac12','¾':'frac34','¿':'iquest','×':'times','÷':'divide','ƒ':'fnof','•':'bull','…':'hellip','′':'prime','″':'Prime','‾':'oline','⁄':'frasl','℘':'weierp','ℑ':'image','ℜ':'real','™':'trade','ℵ':'alefsym','←':'larr','↑':'uarr','→':'rarr','↓':'darr','↔':'harr','↵':'crarr','⇐':'lArr','⇑':'uArr','⇒':'rArr','⇓':'dArr','⇔':'hArr','∀':'forall','∂':'part','∃':'exist','∅':'empty','∇':'nabla','∈':'isin','∉':'notin','∋':'ni','∏':'prod','∑':'sum','−':'minus','∗':'lowast','√':'radic','∝':'prop','∞':'infin','∠':'ang','∧':'and','∨':'or','∩':'cap','∪':'cup','∫':'int','∴':'there4','∼':'sim','≅':'cong','≈':'asymp','≠':'ne','≡':'equiv','≤':'le','≥':'ge','⊂':'sub','⊃':'sup','⊄':'nsub','⊆':'sube','⊇':'supe','⊕':'oplus','⊗':'otimes','⊥':'perp','⋅':'sdot','◊':'loz','♠':'spades','♣':'clubs','♥':'hearts','♦':'diams','"':'quot','ˆ':'circ','˜':'tilde',' ':'ensp',' ':'emsp',' ':'thinsp','‌':'zwnj','‍':'zwj','‎':'lrm','‏':'rlm','–':'ndash','—':'mdash','‘':'lsquo','’':'rsquo','‚':'sbquo','“':'ldquo','”':'rdquo','„':'bdquo','†':'dagger','‡':'Dagger','‰':'permil','‹':'lsaquo','›':'rsaquo','¤':'euro'};FCKXHtmlEntities.Chars='';for (var e in FCKXHtmlEntities.Entities) FCKXHtmlEntities.Chars+=e;if (FCKConfig.IncludeLatinEntities){var oEntities={'À':'Agrave','Á':'Aacute','Â':'Acirc','Ã':'Atilde','Ä':'Auml','Å':'Aring','Æ':'AElig','Ç':'Ccedil','È':'Egrave','É':'Eacute','Ê':'Ecirc','Ë':'Euml','Ì':'Igrave','Í':'Iacute','Î':'Icirc','Ï':'Iuml','Ð':'ETH','Ñ':'Ntilde','Ò':'Ograve','Ó':'Oacute','Ô':'Ocirc','Õ':'Otilde','Ö':'Ouml','Ø':'Oslash','Ù':'Ugrave','Ú':'Uacute','Û':'Ucirc','Ü':'Uuml','Ý':'Yacute','Þ':'THORN','ß':'szlig','à':'agrave','á':'aacute','â':'acirc','ã':'atilde','ä':'auml','å':'aring','æ':'aelig','ç':'ccedil','è':'egrave','é':'eacute','ê':'ecirc','ë':'euml','ì':'igrave','í':'iacute','î':'icirc','ï':'iuml','ð':'eth','ñ':'ntilde','ò':'ograve','ó':'oacute','ô':'ocirc','õ':'otilde','ö':'ouml','ø':'oslash','ù':'ugrave','ú':'uacute','û':'ucirc','ü':'uuml','ý':'yacute','þ':'thorn','ÿ':'yuml','Œ':'OElig','œ':'oelig','Å ':'Scaron','Å¡':'scaron','¾':'Yuml'};for (var e in oEntities){FCKXHtmlEntities.Entities[e]=oEntities[e];FCKXHtmlEntities.Chars+=e;};oEntities=null;};if (FCKConfig.IncludeGreekEntities){var oEntities={'Α':'Alpha','Β':'Beta','Γ':'Gamma','Δ':'Delta','Ε':'Epsilon','Ζ':'Zeta','Η':'Eta','Θ':'Theta','Ι':'Iota','Κ':'Kappa','Λ':'Lambda','Μ':'Mu','Ν':'Nu','Ξ':'Xi','Ο':'Omicron','Π':'Pi','Ρ':'Rho','Σ':'Sigma','Τ':'Tau','Î¥':'Upsilon','Φ':'Phi','Χ':'Chi','Ψ':'Psi','Ω':'Omega','α':'alpha','β':'beta','γ':'gamma','δ':'delta','ε':'epsilon','ζ':'zeta','η':'eta','θ':'theta','ι':'iota','κ':'kappa','λ':'lambda','μ':'mu','ν':'nu','ξ':'xi','ο':'omicron','π':'pi','ρ':'rho','ς':'sigmaf','σ':'sigma','τ':'tau','υ':'upsilon','φ':'phi','χ':'chi','ψ':'psi','ω':'omega'};for (var e in oEntities){FCKXHtmlEntities.Entities[e]=oEntities[e];FCKXHtmlEntities.Chars+=e;};oEntities=null;};FCKXHtmlEntities.EntitiesRegex=new RegExp('','');FCKXHtmlEntities.EntitiesRegex.compile('['+FCKXHtmlEntities.Chars+']|[^'+FCKXHtmlEntities.Chars+']+','g');FCKXHtmlEntities.GeckoEntitiesMarkerRegex=/#\?-\:/g;}
var FCKXHtml=new Object();FCKXHtml.CurrentJobNum=0;FCKXHtml.GetXHTML=function(node,includeNode,format){FCKXHtml.SpecialBlocks=new Array();this.XML=FCKTools.CreateXmlObject('DOMDocument');this.MainNode=this.XML.appendChild(this.XML.createElement('xhtml'));FCKXHtml.CurrentJobNum++;if (includeNode) this._AppendNode(this.MainNode,node);else this._AppendChildNodes(this.MainNode,node,false);var sXHTML=this._GetMainXmlString();sXHTML=sXHTML.substr(7,sXHTML.length-15).trim();if (FCKConfig.ForceSimpleAmpersand) sXHTML=sXHTML.replace(/___FCKAmp___/g,'&');if (format) sXHTML=FCKCodeFormatter.Format(sXHTML);for (var i=0;i<FCKXHtml.SpecialBlocks.length;i++){var oRegex=new RegExp('___FCKsi___'+i);sXHTML=sXHTML.replace(oRegex,FCKXHtml.SpecialBlocks[i]);};this.XML=null;return sXHTML};FCKXHtml._AppendAttribute=function(xmlNode,attributeName,attributeValue){try{var oXmlAtt=this.XML.createAttribute(attributeName);oXmlAtt.value=attributeValue?attributeValue:'';xmlNode.attributes.setNamedItem(oXmlAtt);}catch (e){};};FCKXHtml._AppendChildNodes=function(xmlNode,htmlNode,isBlockElement){if (htmlNode.hasChildNodes()){var oChildren=htmlNode.childNodes;for (var i=0;i<oChildren.length;i++) this._AppendNode(xmlNode,oChildren[i]);}else{if (isBlockElement&&FCKConfig.FillEmptyBlocks){this._AppendEntity(xmlNode,'nbsp');return;};if (!FCKRegexLib.EmptyElements.test(htmlNode.nodeName)) xmlNode.appendChild(this.XML.createTextNode(''));};};FCKXHtml._AppendNode=function(xmlNode,htmlNode){switch (htmlNode.nodeType){case 1:if (FCKBrowserInfo.IsGecko&&htmlNode.hasAttribute('_moz_editor_bogus_node')) return;var sNodeName=htmlNode.nodeName;if (!FCKRegexLib.ElementName.test(sNodeName)) return;sNodeName=sNodeName.toLowerCase();if (FCKBrowserInfo.IsGecko&&sNodeName=='br'&&htmlNode.hasAttribute('type')&&htmlNode.getAttribute('type',2)=='_moz') return;if (htmlNode._fckxhtmljob==FCKXHtml.CurrentJobNum) return;else htmlNode._fckxhtmljob=FCKXHtml.CurrentJobNum;var oNode=this.XML.createElement(sNodeName);FCKXHtml._AppendAttributes(xmlNode,htmlNode,oNode,sNodeName);var oTagProcessor=FCKXHtml.TagProcessors[sNodeName];if (oTagProcessor){oNode=oTagProcessor(oNode,htmlNode);if (!oNode) break;}else this._AppendChildNodes(oNode,htmlNode,FCKRegexLib.BlockElements.test(sNodeName));xmlNode.appendChild(oNode);break;case 3:this._AppendTextNode(xmlNode,htmlNode.nodeValue.replaceNewLineChars(' '));break;case 8:xmlNode.appendChild(this.XML.createComment(htmlNode.nodeValue));break;default:xmlNode.appendChild(this.XML.createComment("Element not supported - Type: "+htmlNode.nodeType+" Name: "+htmlNode.nodeName));break;};};FCKXHtml._AppendSpecialItem=function(item){return '___FCKsi___'+FCKXHtml.SpecialBlocks.addItem(item);};if (FCKConfig.ProcessHTMLEntities){FCKXHtml._AppendTextNode=function(targetNode,textValue){var asPieces=textValue.match(FCKXHtmlEntities.EntitiesRegex);if (asPieces){for (var i=0;i<asPieces.length;i++){if (asPieces[i].length==1){var sEntity=FCKXHtmlEntities.Entities[asPieces[i]];if (sEntity!=null){this._AppendEntity(targetNode,sEntity);continue;};};targetNode.appendChild(this.XML.createTextNode(asPieces[i]));};};};}else{FCKXHtml._AppendTextNode=function(targetNode,textValue){targetNode.appendChild(this.XML.createTextNode(textValue));};};FCKXHtml.TagProcessors=new Object();FCKXHtml.TagProcessors['img']=function(node){if (!node.attributes.getNamedItem('alt')) FCKXHtml._AppendAttribute(node,'alt','');return node;};FCKXHtml.TagProcessors['script']=function(node,htmlNode){if (!node.attributes.getNamedItem('type')) FCKXHtml._AppendAttribute(node,'type','text/javascript');node.appendChild(FCKXHtml.XML.createTextNode(FCKXHtml._AppendSpecialItem(htmlNode.text)));return node;};FCKXHtml.TagProcessors['style']=function(node,htmlNode){if (htmlNode.getAttribute('_fcktemp')) return null;if (!node.attributes.getNamedItem('type')) FCKXHtml._AppendAttribute(node,'type','text/css');node.appendChild(FCKXHtml.XML.createTextNode(FCKXHtml._AppendSpecialItem(htmlNode.innerHTML)));return node;};FCKXHtml.TagProcessors['title']=function(node,htmlNode){node.appendChild(FCKXHtml.XML.createTextNode(FCK.EditorDocument.title));return node;};FCKXHtml.TagProcessors['base']=function(node,htmlNode){if (htmlNode.getAttribute('_fcktemp')) return null;return node;};FCKXHtml.TagProcessors['link']=function(node,htmlNode){if (htmlNode.getAttribute('_fcktemp')) return null;return node;};FCKXHtml.TagProcessors['table']=function(node,htmlNode){var oClassAtt=node.attributes.getNamedItem('class');if (oClassAtt&&FCKRegexLib.TableBorderClass.test(oClassAtt.nodeValue)){var sClass=oClassAtt.nodeValue.replace(FCKRegexLib.TableBorderClass,'');if (sClass.length==0) node.attributes.removeNamedItem('class');else FCKXHtml._AppendAttribute(node,'class',sClass);};FCKXHtml._AppendChildNodes(node,htmlNode,false);return node;}
FCKXHtml._GetMainXmlString=function(){return this.MainNode.xml;};FCKXHtml._AppendEntity=function(xmlNode,entity){xmlNode.appendChild(this.XML.createEntityReference(entity));};FCKXHtml._AppendAttributes=function(xmlNode,htmlNode,node,nodeName){var aAttributes=htmlNode.attributes;for (var n=0;n<aAttributes.length;n++){var oAttribute=aAttributes[n];if (oAttribute.specified){var sAttName=oAttribute.nodeName.toLowerCase();if (sAttName=='_fckxhtmljob') continue;else if (sAttName=='style') var sAttValue=htmlNode.style.cssText;else if (sAttName=='class'||sAttName.indexOf('on')==0) var sAttValue=oAttribute.nodeValue;else if (nodeName=='body'&&sAttName=='contenteditable') continue;else if (oAttribute.nodeValue===true) sAttValue=sAttName;else var sAttValue=htmlNode.getAttribute(sAttName,2);if (FCKConfig.ForceSimpleAmpersand&&sAttValue.replace) sAttValue=sAttValue.replace(/&/g,'___FCKAmp___');this._AppendAttribute(node,sAttName,sAttValue);};};};FCKXHtml.TagProcessors['meta']=function(node,htmlNode){var oHttpEquiv=node.attributes.getNamedItem('http-equiv');if (oHttpEquiv==null||oHttpEquiv.value.length==0){var sHttpEquiv=htmlNode.outerHTML.match(FCKRegexLib.MetaHttpEquiv);if (sHttpEquiv){sHttpEquiv=sHttpEquiv[1];FCKXHtml._AppendAttribute(node,'http-equiv',sHttpEquiv);};};return node;};FCKXHtml.TagProcessors['font']=function(node,htmlNode){if (node.attributes.length==0) node=FCKXHtml.XML.createDocumentFragment();FCKXHtml._AppendChildNodes(node,htmlNode);return node;};FCKXHtml.TagProcessors['input']=function(node,htmlNode){if (htmlNode.name) FCKXHtml._AppendAttribute(node,'name',htmlNode.name);if (htmlNode.value&&!node.attributes.getNamedItem('value')) FCKXHtml._AppendAttribute(node,'value',htmlNode.value);return node;};FCKXHtml.TagProcessors['option']=function(node,htmlNode){if (htmlNode.selected&&!node.attributes.getNamedItem('selected')) FCKXHtml._AppendAttribute(node,'selected','selected');FCKXHtml._AppendChildNodes(node,htmlNode);return node;};FCKXHtml.TagProcessors['abbr']=function(node,htmlNode){var oNextNode=htmlNode.nextSibling;while (true){if (oNextNode&&oNextNode.nodeName!='/ABBR'){FCKXHtml._AppendNode(node,oNextNode);oNextNode=oNextNode.nextSibling;}else break;};return node;};FCKXHtml.TagProcessors['area']=function(node,htmlNode){if (!node.attributes.getNamedItem('coords')){var sCoords=htmlNode.getAttribute('coords',2);if (sCoords&&sCoords!='0,0,0') FCKXHtml._AppendAttribute(node,'coords',sCoords);};if (!node.attributes.getNamedItem('shape')){var sCoords=htmlNode.getAttribute('shape',2);if (sCoords&&sCoords.length>0) FCKXHtml._AppendAttribute(node,'shape',sCoords);};return node;};FCKXHtml.TagProcessors['label']=function(node,htmlNode){if (htmlNode.htmlFor.length>0) FCKXHtml._AppendAttribute(node,'for',htmlNode.htmlFor);FCKXHtml._AppendChildNodes(node,htmlNode);return node;};FCKXHtml.TagProcessors['form']=function(node,htmlNode){if (htmlNode.acceptCharset.length>0&&htmlNode.acceptCharset!='UNKNOWN') FCKXHtml._AppendAttribute(node,'accept-charset',htmlNode.acceptCharset);FCKXHtml._AppendChildNodes(node,htmlNode);return node;}
var FCKCodeFormatter;if (!(FCKCodeFormatter=NS.FCKCodeFormatter)){FCKCodeFormatter=NS.FCKCodeFormatter=new Object();FCKCodeFormatter.Regex=new Object();FCKCodeFormatter.Regex.BlocksOpener=/\<(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|TITLE|META|LINK|BASE|SCRIPT|LINK|TD|AREA|OPTION)[^\>]*\>/gi;FCKCodeFormatter.Regex.BlocksCloser=/\<\/(P|DIV|H1|H2|H3|H4|H5|H6|ADDRESS|PRE|OL|UL|LI|TITLE|META|LINK|BASE|SCRIPT|LINK|TD|AREA|OPTION)[^\>]*\>/gi;FCKCodeFormatter.Regex.NewLineTags=/\<(BR|HR)[^\>]\>/gi;FCKCodeFormatter.Regex.MainTags=/\<\/?(HTML|HEAD|BODY|FORM|TABLE|TBODY|THEAD|TR)[^\>]*\>/gi;FCKCodeFormatter.Regex.LineSplitter=/\s*\n+\s*/g;FCKCodeFormatter.Regex.IncreaseIndent=/^\<(HTML|HEAD|BODY|FORM|TABLE|TBODY|THEAD|TR|UL|OL)[ \/\>]/i;FCKCodeFormatter.Regex.DecreaseIndent=/^\<\/(HTML|HEAD|BODY|FORM|TABLE|TBODY|THEAD|TR|UL|OL)[ \>]/i;FCKCodeFormatter.Regex.FormatIndentatorRemove=new RegExp(FCKConfig.FormatIndentator);FCKCodeFormatter.Format=function(html){var sFormatted=html.replace(this.Regex.BlocksOpener,'\n$&');;sFormatted=sFormatted.replace(this.Regex.BlocksCloser,'$&\n');sFormatted=sFormatted.replace(this.Regex.NewLineTags,'$&\n');sFormatted=sFormatted.replace(this.Regex.MainTags,'\n$&\n');var sIndentation='';var asLines=sFormatted.split(this.Regex.LineSplitter);sFormatted='';for (var i=0;i<asLines.length;i++){var sLine=asLines[i];if (sLine.length==0) continue;if (this.Regex.DecreaseIndent.test(sLine)) sIndentation=sIndentation.replace(this.Regex.FormatIndentatorRemove,'');sFormatted+=sIndentation+sLine+'\n';if (this.Regex.IncreaseIndent.test(sLine)) sIndentation+=FCKConfig.FormatIndentator;};return sFormatted.trim();};}
var FCKUndo=new Object();FCKUndo.SavedData=new Array();FCKUndo.CurrentIndex=-1;FCKUndo.SaveUndoStep=function(){FCKUndo.SavedData=FCKUndo.SavedData.slice(0,FCKUndo.CurrentIndex+1);var sHtml=FCK.EditorDocument.body.innerHTML;if (FCKUndo.CurrentIndex>=0&&sHtml==FCKUndo.SavedData[FCKUndo.CurrentIndex][0]) return;if (FCKUndo.CurrentIndex+1>=FCKConfig.MaxUndoLevels) FCKUndo.SavedData.shift();else FCKUndo.CurrentIndex++;var sBookmark;if (FCK.EditorDocument.selection.type=='Text') sBookmark=FCK.EditorDocument.selection.createRange().getBookmark();FCKUndo.SavedData[FCKUndo.CurrentIndex]=[sHtml,sBookmark];FCK.Events.FireEvent("OnSelectionChange");};FCKUndo.Undo=function(){if (FCKUndo.CurrentIndex>0){if (FCKUndo.CurrentIndex==(FCKUndo.SavedData.length-1)){FCKUndo.SaveUndoStep();};FCKUndo._ApplyUndoLevel(--FCKUndo.CurrentIndex);FCK.Events.FireEvent("OnSelectionChange");};};FCKUndo.Redo=function(){if (FCKUndo.CurrentIndex<(FCKUndo.SavedData.length-1)){FCKUndo._ApplyUndoLevel(++FCKUndo.CurrentIndex);FCK.Events.FireEvent("OnSelectionChange");};};FCKUndo._ApplyUndoLevel=function(level){var oData=FCKUndo.SavedData[level];FCK.EditorDocument.body.innerHTML=oData[0];if (oData[1]){var oRange=FCK.EditorDocument.selection.createRange();oRange.moveToBookmark(oData[1]);oRange.select();};}
FCK.Events=new FCKEvents(FCK);FCK.Toolbar=null;FCK.TempBaseTag=FCKConfig.BaseHref.length>0?'<base href="'+FCKConfig.BaseHref+'" _fcktemp="true"></base>':'';FCK.StartEditor=function(){this.EditorWindow=window.frames['eEditorArea'];this.EditorDocument=this.EditorWindow.document;this.SetHTML(FCKTools.GetLinkedFieldValue());FCKTools.AttachToLinkedFieldFormSubmit(this.UpdateLinkedField);FCKUndo.SaveUndoStep();this.SetStatus(FCK_STATUS_ACTIVE);};function Window_OnFocus(){FCK.Focus();};FCK.SetStatus=function(newStatus){this.Status=newStatus;if (newStatus==FCK_STATUS_ACTIVE){window.onfocus=window.document.body.onfocus=Window_OnFocus;if (FCKConfig.StartupFocus) FCK.Focus();if (FCKBrowserInfo.IsIE) FCKScriptLoader.AddScript('js/fckeditorcode_ie_2.js');else FCKScriptLoader.AddScript('js/fckeditorcode_gecko_2.js');};this.Events.FireEvent('OnStatusChange',newStatus);};FCK.GetHTML=function(format){var sHTML;if (FCK.EditMode==FCK_EDITMODE_WYSIWYG){if (FCKBrowserInfo.IsIE) sHTML=this.EditorDocument.body.innerHTML.replace(FCKRegexLib.ToReplace,'$1');else sHTML=this.EditorDocument.body.innerHTML;}else sHTML=document.getElementById('eSourceField').value;if (format) return FCKCodeFormatter.Format(sHTML);else return sHTML;};FCK.GetXHTML=function(format){var bSource=(FCK.EditMode==FCK_EDITMODE_SOURCE);if (bSource) this.SwitchEditMode();if (FCKConfig.FullPage) var sXHTML=FCKXHtml.GetXHTML(this.EditorDocument.getElementsByTagName('html')[0],true,format);else var sXHTML=FCKXHtml.GetXHTML(this.EditorDocument.body,false,format);if (bSource) this.SwitchEditMode();if (FCKBrowserInfo.IsIE) sXHTML=sXHTML.replace(FCKRegexLib.ToReplace,'$1');if (FCK.DocTypeDeclaration&&FCK.DocTypeDeclaration.length>0) sXHTML=FCK.DocTypeDeclaration+'\n'+sXHTML;if (FCK.XmlDeclaration&&FCK.XmlDeclaration.length>0) sXHTML=FCK.XmlDeclaration+'\n'+sXHTML;return sXHTML;};FCK.UpdateLinkedField=function(){if (FCKConfig.EnableXHTML) FCKTools.SetLinkedFieldValue(FCK.GetXHTML(FCKConfig.FormatOutput));else FCKTools.SetLinkedFieldValue(FCK.GetHTML(FCKConfig.FormatOutput));};FCK.ShowContextMenu=function(x,y){if (this.Status!=FCK_STATUS_COMPLETE) return;FCKContextMenu.Show(x,y);this.Events.FireEvent("OnContextMenu");};FCK.RegisteredDoubleClickHandlers=new Object();FCK.OnDoubleClick=function(element){var oHandler=FCK.RegisteredDoubleClickHandlers[element.tagName];if (oHandler) oHandler(element);};FCK.RegisterDoubleClickHandler=function(handlerFunction,tag){FCK.RegisteredDoubleClickHandlers[tag.toUpperCase()]=handlerFunction;};
FCK.Description="FCKeditor for Internet Explorer 5.5+";FCK._BehaviorsStyle='<style type="text/css" _fcktemp="true"> \ TABLE { behavior: url('+FCKConfig.FullBasePath+'css/behaviors/showtableborders.htc) ; } \ A { behavior: url('+FCKConfig.FullBasePath+'css/behaviors/anchors.htc) ; } \ INPUT { behavior: url('+FCKConfig.FullBasePath+'css/behaviors/hiddenfield.htc) ; } \ </style>';function Doc_OnMouseDown(){FCK.Focus();FCK.EditorWindow.event.cancelBubble=true;FCK.EditorWindow.event.returnValue=false;};function Doc_OnPaste(){if (FCK.Status==FCK_STATUS_COMPLETE) return FCK.Events.FireEvent("OnPaste");else return false;};function Doc_OnContextMenu(){var e=FCK.EditorWindow.event;FCK.ShowContextMenu(e.screenX,e.screenY);return false;};function Doc_OnKeyDown(){var e=FCK.EditorWindow.event;if (e.keyCode==13&&FCKConfig.UseBROnCarriageReturn){if ((e.ctrlKey||e.altKey||e.shiftKey)) return true;else{if (FCK.EditorDocument.queryCommandState('InsertOrderedList')||FCK.EditorDocument.queryCommandState('InsertUnorderedList')) return true;FCK.InsertHtml("<br>&nbsp;");var oRange=FCK.EditorDocument.selection.createRange();oRange.moveStart('character',-1);oRange.select();FCK.EditorDocument.selection.clear();return false;};}else if (e.keyCode==9&&FCKConfig.TabSpaces>0&&!(e.ctrlKey||e.altKey||e.shiftKey)){FCK.InsertHtml(window.FCKTabHTML);return false;};return true;};function Doc_OnDblClick(){FCK.OnDoubleClick(FCK.EditorWindow.event.srcElement);FCK.EditorWindow.event.cancelBubble=true;};function Doc_OnSelectionChange(){FCK.Events.FireEvent("OnSelectionChange");};FCK.InitializeBehaviors=function(dontReturn){this.EditorDocument.attachEvent('onmousedown',Doc_OnMouseDown);this.EditorDocument.attachEvent('onmouseup',Doc_OnMouseDown);this.EditorDocument.body.attachEvent('onpaste',Doc_OnPaste);this.EditorDocument.attachEvent('oncontextmenu',Doc_OnContextMenu);if (FCKConfig.UseBROnCarriageReturn||FCKConfig.TabSpaces>0){if (FCKConfig.TabSpaces>0){window.FCKTabHTML='';for (i=0;i<FCKConfig.TabSpaces;i++) window.FCKTabHTML+="&nbsp;";};this.EditorDocument.attachEvent("onkeydown",Doc_OnKeyDown);};this.EditorDocument.attachEvent("ondblclick",Doc_OnDblClick);this.EditorDocument.attachEvent("onselectionchange",Doc_OnSelectionChange);};FCK.Focus=function(){try{if (FCK.EditMode==FCK_EDITMODE_WYSIWYG) FCK.EditorDocument.body.focus();else document.getElementById('eSourceField').focus();}catch(e) {};};FCK.SetHTML=function(html,forceWYSIWYG){if (forceWYSIWYG||FCK.EditMode==FCK_EDITMODE_WYSIWYG){var sHtml;if (FCKConfig.FullPage){var sHtml=FCK._BehaviorsStyle+'<link href="'+FCKConfig.FullBasePath+'css/fck_internal.css'+'" rel="stylesheet" type="text/css" _fcktemp="true" />';if (FCK.TempBaseTag.length>0&&!FCKRegexLib.HasBaseTag.test(html)) sHtml+=FCK.TempBaseTag;sHtml=html.replace(FCKRegexLib.HeadCloser,sHtml+'</head>');}else{sHtml=FCKConfig.DocType+'<html dir="'+FCKConfig.ContentLangDirection+'">'+'<head><title></title>'+'<link href="'+FCKConfig.EditorAreaCSS+'" rel="stylesheet" type="text/css" />'+'<link href="'+FCKConfig.FullBasePath+'css/fck_internal.css'+'" rel="stylesheet" type="text/css" _fcktemp="true" />';sHtml+=FCK._BehaviorsStyle;sHtml+=FCK.TempBaseTag;sHtml+='</head><body>'+html+'</body></html>';};this.EditorDocument.open('','_self','',true);this.EditorDocument.write(sHtml);this.EditorDocument.close();this.InitializeBehaviors();this.EditorDocument.body.contentEditable=true;this.Events.FireEvent('OnAfterSetHTML');}else document.getElementById('eSourceField').value=html;};FCK.InsertHtml=function(html){FCK.Focus();FCKUndo.SaveUndoStep();var oSel=FCK.EditorDocument.selection;if (oSel.type.toLowerCase()!="none") oSel.clear();oSel.createRange().pasteHTML(html);}
/trunk/api/fckeditor/editor/js/fckeditorcode_ie_2.js
New file
0,0 → 1,54
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* This file has been compacted for best loading performance.
*/
FCK.RedirectNamedCommands=new Object();FCK.ExecuteNamedCommand=function(commandName,commandParameter){FCKUndo.SaveUndoStep();if (FCK.RedirectNamedCommands[commandName]!=null) FCK.ExecuteRedirectedNamedCommand(commandName,commandParameter);else{FCK.Focus();FCK.EditorDocument.execCommand(commandName,false,commandParameter);FCK.Events.FireEvent('OnSelectionChange');};};FCK.GetNamedCommandState=function(commandName){try{if (!FCK.EditorDocument.queryCommandEnabled(commandName)) return FCK_TRISTATE_DISABLED;else return FCK.EditorDocument.queryCommandState(commandName)?FCK_TRISTATE_ON:FCK_TRISTATE_OFF;}catch (e){return FCK_TRISTATE_OFF;};};FCK.GetNamedCommandValue=function(commandName){var sValue='';var eState=FCK.GetNamedCommandState(commandName);if (eState==FCK_TRISTATE_DISABLED) return null;try{sValue=this.EditorDocument.queryCommandValue(commandName);}catch(e) {};return sValue?sValue:'';};FCK.CleanAndPaste=function(html){html=html.replace(/<\/?SPAN[^>]*>/gi,"");html=html.replace(/<(\w[^>]*) class=([^ |>]*)([^>]*)/gi,"<$1$3");html=html.replace(/<(\w[^>]*) style="([^"]*)"([^>]*)/gi,"<$1$3");html=html.replace(/<(\w[^>]*) lang=([^ |>]*)([^>]*)/gi,"<$1$3");html=html.replace(/<\\?\?xml[^>]*>/gi,"");html=html.replace(/<\/?\w+:[^>]*>/gi,"");html=html.replace(/&nbsp;/," ");var re=new RegExp("(<P)([^>]*>.*?)(<\/P>)","gi");html=html.replace(re,"<div$2</div>");FCK.InsertHtml(html);};FCK.Preview=function(){var oWindow=window.open('',null,'toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes');var sHTML='<html><head><link href="'+FCKConfig.EditorAreaCSS+'" rel="stylesheet" type="text/css" /></head><body>'+FCK.GetHTML()+'</body></html>';oWindow.document.write(sHTML);oWindow.document.close();};FCK.SwitchEditMode=function(){var bWYSIWYG=(FCK.EditMode==FCK_EDITMODE_WYSIWYG);document.getElementById('eWysiwyg').style.display=bWYSIWYG?'none':'';document.getElementById('eSource').style.display=bWYSIWYG?'':'none';if (bWYSIWYG){if (FCKBrowserInfo.IsIE) FCKUndo.SaveUndoStep();document.getElementById('eSourceField').value=(FCKConfig.EnableXHTML&&FCKConfig.EnableSourceXHTML?FCK.GetXHTML(FCKConfig.FormatSource):FCK.GetHTML(FCKConfig.FormatSource));}else FCK.SetHTML(FCK.GetHTML(),true);FCK.EditMode=bWYSIWYG?FCK_EDITMODE_SOURCE:FCK_EDITMODE_WYSIWYG;FCKToolbarSet.RefreshModeState();FCK.Focus();};FCK.CreateElement=function(tag){var e=FCK.EditorDocument.createElement(tag);return FCK.InsertElementAndGetIt(e);};FCK.InsertElementAndGetIt=function(e){e.setAttribute('__FCKTempLabel',1);this.InsertElement(e);var aEls=FCK.EditorDocument.getElementsByTagName(e.tagName);for (var i=0;i<aEls.length;i++){if (aEls[i].getAttribute('__FCKTempLabel')){aEls[i].removeAttribute('__FCKTempLabel');return aEls[i];};};};
FCK.Paste=function(){if (FCKConfig.ForcePasteAsPlainText){FCK.PasteAsPlainText();return false;}else if (FCKConfig.AutoDetectPasteFromWord){var sHTML=FCK.GetClipboardHTML();var re=/<\w[^>]* class="?MsoNormal"?/gi;if (re.test(sHTML)){if (confirm(FCKLang["PasteWordConfirm"])){FCK.CleanAndPaste(sHTML);return false;};};}else return true;};FCK.PasteAsPlainText=function(){var sText=FCKTools.HTMLEncode(clipboardData.getData("Text"));sText=sText.replace(/\n/g,'<BR>');this.InsertHtml(sText);};FCK.PasteFromWord=function(){FCK.CleanAndPaste(FCK.GetClipboardHTML());};FCK.InsertElement=function(element){FCK.InsertHtml(element.outerHTML);};FCK.GetClipboardHTML=function(){var oDiv=document.getElementById('___FCKHiddenDiv');if (!oDiv){var oDiv=document.createElement('DIV');oDiv.id='___FCKHiddenDiv';oDiv.style.visibility='hidden';oDiv.style.overflow='hidden';oDiv.style.position='absolute';oDiv.style.width=1;oDiv.style.height=1;document.body.appendChild(oDiv);};oDiv.innerHTML='';var oTextRange=document.body.createTextRange();oTextRange.moveToElementText(oDiv);oTextRange.execCommand('Paste');var sData=oDiv.innerHTML;oDiv.innerHTML='';return sData;};FCK.AttachToOnSelectionChange=function(functionPointer){this.Events.AttachEvent('OnSelectionChange',functionPointer);};FCK.CreateLink=function(url){FCK.ExecuteNamedCommand('Unlink');if (url.length>0){var sTempUrl='javascript:void(0);/*'+(new Date().getTime())+'*/';FCK.ExecuteNamedCommand('CreateLink',sTempUrl);var oLinks=this.EditorDocument.links;for (i=0;i<oLinks.length;i++){if (oLinks[i].href==sTempUrl){oLinks[i].href=url;return oLinks[i];};};};};
var FCKSelection=new Object();FCK.Selection=FCKSelection;
FCKSelection.GetType=function(){return FCK.EditorDocument.selection.type;};FCKSelection.GetSelectedElement=function(){if (this.GetType()=='Control'){var oRange=FCK.EditorDocument.selection.createRange();if (oRange&&oRange.item) return FCK.EditorDocument.selection.createRange().item(0);};};FCKSelection.GetParentElement=function(){if (this.GetType()=='Control') return FCKSelection.GetSelectedElement().parentElement;else return FCK.EditorDocument.selection.createRange().parentElement();};FCKSelection.SelectNode=function(node){FCK.Focus();FCK.EditorDocument.selection.empty();var oRange=FCK.EditorDocument.selection.createRange();oRange.moveToElementText(node);oRange.select();};FCKSelection.Collapse=function(toStart){FCK.Focus();var oRange=FCK.EditorDocument.selection.createRange();oRange.collapse(toStart==null||toStart===true);oRange.select();};FCKSelection.HasAncestorNode=function(nodeTagName){var oContainer;if (FCK.EditorDocument.selection.type=="Control"){oContainer=this.GetSelectedElement();}else{var oRange=FCK.EditorDocument.selection.createRange();oContainer=oRange.parentElement();};while (oContainer){if (oContainer.tagName==nodeTagName) return true;oContainer=oContainer.parentNode;};return false;};FCKSelection.MoveToAncestorNode=function(nodeTagName){var oNode;if (FCK.EditorDocument.selection.type=="Control"){var oRange=FCK.EditorDocument.selection.createRange();for (i=0;i<oRange.length;i++){if (oRange(i).parentNode){oNode=oRange(i).parentNode;break;};};}else{var oRange=FCK.EditorDocument.selection.createRange();oNode=oRange.parentElement();};while (oNode&&oNode.nodeName!=nodeTagName) oNode=oNode.parentNode;return oNode;};FCKSelection.Delete=function(){var oSel=FCK.EditorDocument.selection;if (oSel.type.toLowerCase()!="none"){oSel.clear();};return oSel;}
var FCKPanel=function(parentWindow){this.Window=parentWindow?parentWindow:window;};function FCKPanel_OnContextMenu() { return false;};FCKPanel.prototype.Create=function(){this._Popup=this.Window.createPopup();this.Document=this._Popup.document;aCleanupDocs[aCleanupDocs.length]=this.Document;this.Document.oncontextmenu=FCKPanel_OnContextMenu;if (this.StyleSheet) FCKTools.AppendStyleSheet(this.Document,this.StyleSheet);this.PanelDiv=this.Document.body.appendChild(this.Document.createElement('DIV'));this.PanelDiv.className='FCK_Panel';this.Created=true;};FCKPanel.prototype.Show=function(panelX,panelY,relElement,width,height,autoSize){if (!this.Created) this._Create();this._Popup.show(panelX,panelY,0,0,relElement);if (width==null||(autoSize&&width>this.PanelDiv.offsetWidth)) var iWidth=this.PanelDiv.offsetWidth;else var iWidth=width;if (height==null||(autoSize&&height>this.PanelDiv.offsetHeight)) var iHeight=this.PanelDiv.offsetHeight;else var iHeight=height;this.PanelDiv.style.height=iHeight;this._Popup.show(panelX,panelY,iWidth,iHeight,relElement);};FCKPanel.prototype.Hide=function(){if (this._Popup) this._Popup.hide();}
var FCKTableHandler=new Object();FCKTableHandler.InsertRow=function(){var oRow=FCKSelection.MoveToAncestorNode("TR");if (!oRow) return;var oNewRow=oRow.cloneNode(true);oRow.parentNode.insertBefore(oNewRow,oRow);FCKTableHandler.ClearRow(oRow);};FCKTableHandler.DeleteRows=function(row){if (!row) row=FCKSelection.MoveToAncestorNode("TR");if (!row) return;var oTable=FCKTools.GetElementAscensor(row,'TABLE');if (oTable.rows.length==1){FCKTableHandler.DeleteTable(oTable);return;};row.parentNode.removeChild(row);};FCKTableHandler.DeleteTable=function(table){if (!table) table=FCKSelection.MoveToAncestorNode("TABLE");if (!table) return;table.parentNode.removeChild(table);};FCKTableHandler.InsertColumn=function(){var oCell=FCKSelection.MoveToAncestorNode("TD");if (!oCell) return;var oTable=FCKTools.GetElementAscensor(oCell,'TABLE');var iIndex=oCell.cellIndex+1;for (var i=0;i<oTable.rows.length;i++){var oRow=oTable.rows[i];if (oRow.cells.length<iIndex) continue;oCell=FCK.EditorDocument.createElement('TD');oCell.innerHTML='&nbsp;';var oBaseCell=oRow.cells[iIndex];if (oBaseCell){oRow.insertBefore(oCell,oBaseCell);}else{oRow.appendChild(oCell);};};};FCKTableHandler.DeleteColumns=function(){var oCell=FCKSelection.MoveToAncestorNode("TD");if (!oCell) return;var oTable=FCKTools.GetElementAscensor(oCell,'TABLE');var iIndex=oCell.cellIndex;for (var i=oTable.rows.length-1;i>=0;i--){var oRow=oTable.rows[i];if (iIndex==0&&oRow.cells.length==1){FCKTableHandler.DeleteRows(oRow);continue;};if (oRow.cells[iIndex]) oRow.removeChild(oRow.cells[iIndex]);};};FCKTableHandler.InsertCell=function(cell){var oCell=cell?cell:FCKSelection.MoveToAncestorNode("TD");if (!oCell) return;var oNewCell=FCK.EditorDocument.createElement("TD");oNewCell.innerHTML="&nbsp;";if (oCell.cellIndex==oCell.parentNode.cells.lenght-1){oCell.parentNode.appendChild(oNewCell);}else{oCell.parentNode.insertBefore(oNewCell,oCell.nextSibling);};return oNewCell;};FCKTableHandler.DeleteCell=function(cell){if (cell.parentNode.cells.length==1){FCKTableHandler.DeleteRows(FCKTools.GetElementAscensor(cell,'TR'));return;};cell.parentNode.removeChild(cell);};FCKTableHandler.DeleteCells=function(){var aCells=FCKTableHandler.GetSelectedCells();for (var i=aCells.length-1;i>=0;i--){FCKTableHandler.DeleteCell(aCells[i]);};};FCKTableHandler.MergeCells=function(){var aCells=FCKTableHandler.GetSelectedCells();if (aCells.length<2) return;if (aCells[0].parentNode!=aCells[aCells.length-1].parentNode) return;var iColSpan=isNaN(aCells[0].colSpan)?1:aCells[0].colSpan;var sHtml='';for (var i=aCells.length-1;i>0;i--){iColSpan+=isNaN(aCells[i].colSpan)?1:aCells[i].colSpan;sHtml=aCells[i].innerHTML+sHtml;FCKTableHandler.DeleteCell(aCells[i]);};aCells[0].colSpan=iColSpan;aCells[0].innerHTML+=sHtml;};FCKTableHandler.SplitCell=function(){var aCells=FCKTableHandler.GetSelectedCells();if (aCells.length!=1) return;var aMap=this._CreateTableMap(aCells[0].parentNode.parentNode);var iCellIndex=FCKTableHandler._GetCellIndexSpan(aMap,aCells[0].parentNode.rowIndex,aCells[0]);var aCollCells=this._GetCollumnCells(aMap,iCellIndex);for (var i=0;i<aCollCells.length;i++){if (aCollCells[i]==aCells[0]){var oNewCell=this.InsertCell(aCells[0]);if (!isNaN(aCells[0].rowSpan)&&aCells[0].rowSpan>1) oNewCell.rowSpan=aCells[0].rowSpan;}else{if (isNaN(aCollCells[i].colSpan)) aCollCells[i].colSpan=2;else aCollCells[i].colSpan+=1;};};};FCKTableHandler._GetCellIndexSpan=function(tableMap,rowIndex,cell){if (tableMap.length<rowIndex+1) return;var oRow=tableMap[rowIndex];for (var c=0;c<oRow.length;c++){if (oRow[c]==cell) return c;};};FCKTableHandler._GetCollumnCells=function(tableMap,collumnIndex){var aCollCells=new Array();for (var r=0;r<tableMap.length;r++){var oCell=tableMap[r][collumnIndex];if (oCell&&(aCollCells.length==0||aCollCells[aCollCells.length-1]!=oCell)) aCollCells[aCollCells.length]=oCell;};return aCollCells;};FCKTableHandler._CreateTableMap=function(table){var aRows=table.rows;var r=-1;var aMap=new Array();for (var i=0;i<aRows.length;i++){r++;if (!aMap[r]) aMap[r]=new Array();var c=-1;for (var j=0;j<aRows[i].cells.length;j++){var oCell=aRows[i].cells[j];c++;while (aMap[r][c]) c++;var iColSpan=isNaN(oCell.colSpan)?1:oCell.colSpan;var iRowSpan=isNaN(oCell.rowSpan)?1:oCell.rowSpan;for (var rs=0;rs<iRowSpan;rs++){if (!aMap[r+rs]) aMap[r+rs]=new Array();for (var cs=0;cs<iColSpan;cs++){aMap[r+rs][c+cs]=aRows[i].cells[j];};};c+=iColSpan-1;};};return aMap;};FCKTableHandler.ClearRow=function(tr){var aCells=tr.cells;for (var i=0;i<aCells.length;i++){aCells[i].innerHTML='&nbsp;';};}
FCKTableHandler.GetSelectedCells=function(){var aCells=new Array();var oRange=FCK.EditorDocument.selection.createRange();var oParent=oRange.parentElement();if (oParent&&oParent.tagName=="TD") aCells[0]=oParent;else{var oParent=FCKSelection.MoveToAncestorNode("TABLE");if (oParent){for (var i=0;i<oParent.cells.length;i++){var oCellRange=FCK.EditorDocument.selection.createRange();oCellRange.moveToElementText(oParent.cells[i]);if (oRange.inRange(oCellRange)||(oRange.compareEndPoints('StartToStart',oCellRange)>=0&&oRange.compareEndPoints('StartToEnd',oCellRange)<=0)||(oRange.compareEndPoints('EndToStart',oCellRange)>=0&&oRange.compareEndPoints('EndToEnd',oCellRange)<=0)){aCells[aCells.length]=oParent.cells[i];};};};};return aCells;};
var FCKXml;if (!(FCKXml=NS.FCKXml)){FCKXml=NS.FCKXml=function(){};FCKXml.prototype.LoadUrl=function(urlToCall){var oXmlHttp=FCKTools.CreateXmlObject('XmlHttp');oXmlHttp.open("GET",urlToCall,false);oXmlHttp.send(null);if (oXmlHttp.status==200) this.DOMDocument=oXmlHttp.responseXML;else if (oXmlHttp.status==0&&oXmlHttp.readyState==4){this.DOMDocument=FCKTools.CreateXmlObject('DOMDocument');this.DOMDocument.async=false;this.DOMDocument.resolveExternals=false;this.DOMDocument.loadXML(oXmlHttp.responseText);}else alert('Error loading "'+urlToCall+'"');};FCKXml.prototype.SelectNodes=function(xpath,contextNode){if (contextNode) return contextNode.selectNodes(xpath);else return this.DOMDocument.selectNodes(xpath);};FCKXml.prototype.SelectSingleNode=function(xpath,contextNode){if (contextNode) return contextNode.selectSingleNode(xpath);else return this.DOMDocument.selectSingleNode(xpath);};}
var FCKStyleDef=function(name,element){this.Name=name;this.Element=element.toUpperCase();this.IsObjectElement=FCKRegexLib.ObjectElements.test(this.Element);this.Attributes=new Object();};FCKStyleDef.prototype.AddAttribute=function(name,value){this.Attributes[name]=value;};FCKStyleDef.prototype.GetOpenerTag=function(){var s='<'+this.Element;for (var a in this.Attributes) s+=' '+a+'="'+this.Attributes[a]+'"';return s+'>';};FCKStyleDef.prototype.GetCloserTag=function(){return '</'+this.Element+'>';};FCKStyleDef.prototype.RemoveFromSelection=function(){if (FCKSelection.GetType()=='Control') this._RemoveMe(FCKSelection.GetSelectedElement());else this._RemoveMe(FCKSelection.GetParentElement());}
FCKStyleDef.prototype.ApplyToSelection=function(){var oSelection=FCK.EditorDocument.selection;if (oSelection.type=='Text'){var oRange=oSelection.createRange();var e=document.createElement(this.Element);e.innerHTML=oRange.htmlText;this._AddAttributes(e);this._RemoveDuplicates(e);oRange.pasteHTML(e.outerHTML);}else if (oSelection.type=='Control'){var oControl=FCKSelection.GetSelectedElement();if (oControl.tagName==this.Element) this._AddAttributes(oControl);};};FCKStyleDef.prototype._AddAttributes=function(targetElement){for (var a in this.Attributes){if (a.toLowerCase()=='style') targetElement.style.cssText=this.Attributes[a];else targetElement.setAttribute(a,this.Attributes[a],0);};};FCKStyleDef.prototype._RemoveDuplicates=function(parent){for (var i=0;i<parent.children.length;i++){var oChild=parent.children[i];this._RemoveDuplicates(oChild);if (this.IsEqual(oChild)){oChild.insertAdjacentHTML('beforeBegin',oChild.innerHTML);oChild.parentElement.removeChild(oChild);};};};FCKStyleDef.prototype.IsEqual=function(e){if (e.tagName!=this.Element) return false;for (var a in this.Attributes){switch (a.toLowerCase()){case 'style':if (e.style.cssText.toLowerCase()!=this.Attributes[a].toLowerCase()) return false;break;case 'class':if (e.getAttribute('className',0)!=this.Attributes[a]) return false;break;default:if (e.getAttribute(a,0)!=this.Attributes[a]) return false;};};return true;};FCKStyleDef.prototype._RemoveMe=function(elementToCheck){if (!elementToCheck) return;var oParent=elementToCheck.parentElement;if (this.IsEqual(elementToCheck)){if (this.IsObjectElement){for (var a in this.Attributes){switch (a.toLowerCase()){case 'class':elementToCheck.removeAttribute('className',0);break;default:elementToCheck.removeAttribute(a,0);};};return;}else FCKTools.RemoveOuterTags(elementToCheck);};this._RemoveMe(oParent);}
var FCKStylesLoader=function(){this.Styles=new Object();this.StyleGroups=new Object();this.Loaded=false;this.HasObjectElements=false;};FCKStylesLoader.prototype.Load=function(stylesXmlUrl){var oXml=new FCKXml();oXml.LoadUrl(stylesXmlUrl);var aStyleNodes=oXml.SelectNodes('Styles/Style');for (var i=0;i<aStyleNodes.length;i++){var sElement=aStyleNodes[i].attributes.getNamedItem('element').value.toUpperCase();var oStyleDef=new FCKStyleDef(aStyleNodes[i].attributes.getNamedItem('name').value,sElement);if (oStyleDef.IsObjectElement) this.HasObjectElements=true;var aAttNodes=oXml.SelectNodes('Attribute',aStyleNodes[i]);for (var j=0;j<aAttNodes.length;j++){var sAttName=aAttNodes[j].attributes.getNamedItem('name').value;var sAttValue=aAttNodes[j].attributes.getNamedItem('value').value;if (sAttName.toLowerCase()=='style'){var oTempE=document.createElement('SPAN');oTempE.style.cssText=sAttValue;sAttValue=oTempE.style.cssText;};oStyleDef.AddAttribute(sAttName,sAttValue);};this.Styles[oStyleDef.Name]=oStyleDef;var aGroup=this.StyleGroups[sElement];if (aGroup==null){this.StyleGroups[sElement]=new Array();aGroup=this.StyleGroups[sElement];};aGroup[aGroup.length]=oStyleDef;};this.Loaded=true;}
var FCKNamedCommand=function(commandName){this.Name=commandName;};FCKNamedCommand.prototype.Execute=function(){FCK.ExecuteNamedCommand(this.Name);};FCKNamedCommand.prototype.GetState=function(){return FCK.GetNamedCommandState(this.Name);};
var FCKDialogCommand=function(name,title,url,width,height,getStateFunction,getStateParam){this.Name=name;this.Title=title;this.Url=url;this.Width=width;this.Height=height;this.GetStateFunction=getStateFunction;this.GetStateParam=getStateParam;};FCKDialogCommand.prototype.Execute=function(){FCKDialog.OpenDialog('FCKDialog_'+this.Name,this.Title,this.Url,this.Width,this.Height);};FCKDialogCommand.prototype.GetState=function(){if (this.GetStateFunction) return this.GetStateFunction(this.GetStateParam);else return FCK_TRISTATE_OFF;};var FCKUndefinedCommand=function(){this.Name='Undefined';};FCKUndefinedCommand.prototype.Execute=function(){alert(FCKLang.NotImplemented);};FCKUndefinedCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKFontNameCommand=function(){this.Name='FontName';};FCKFontNameCommand.prototype.Execute=function(fontName){if (fontName==null||fontName==""){}else FCK.ExecuteNamedCommand('FontName',fontName);};FCKFontNameCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FontName');};var FCKFontSizeCommand=function(){this.Name='FontSize';};FCKFontSizeCommand.prototype.Execute=function(fontSize){if (typeof(fontSize)=='string') fontSize=parseInt(fontSize);if (fontSize==null||fontSize==''){FCK.ExecuteNamedCommand('FontSize',3);}else FCK.ExecuteNamedCommand('FontSize',fontSize);};FCKFontSizeCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FontSize');};var FCKFormatBlockCommand=function(){this.Name='FormatBlock';};FCKFormatBlockCommand.prototype.Execute=function(formatName){if (formatName==null||formatName=='') FCK.ExecuteNamedCommand('FormatBlock','<P>');else FCK.ExecuteNamedCommand('FormatBlock','<'+formatName+'>');};FCKFormatBlockCommand.prototype.GetState=function(){return FCK.GetNamedCommandValue('FormatBlock');};var FCKPreviewCommand=function(){this.Name='Preview';};FCKPreviewCommand.prototype.Execute=function(){FCK.Preview();};FCKPreviewCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKSaveCommand=function(){this.Name='Save';};FCKSaveCommand.prototype.Execute=function(){var oForm=FCK.LinkedField.form;oForm.submit();};FCKSaveCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKNewPageCommand=function(){this.Name='NewPage';};FCKNewPageCommand.prototype.Execute=function(){FCKUndo.SaveUndoStep();FCK.SetHTML(FCKBrowserInfo.IsGecko?'&nbsp;':'');};FCKNewPageCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};var FCKSourceCommand=function(){this.Name='Source';};FCKSourceCommand.prototype.Execute=function(){FCK.SwitchEditMode();};FCKSourceCommand.prototype.GetState=function(){return (FCK.EditMode==FCK_EDITMODE_WYSIWYG?FCK_TRISTATE_OFF:FCK_TRISTATE_ON);};var FCKUndoCommand=function(){this.Name='Undo';};FCKUndoCommand.prototype.Execute=function(){if (FCKBrowserInfo.IsIE) FCKUndo.Undo();else FCK.ExecuteNamedCommand('Undo');};FCKUndoCommand.prototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CurrentIndex>0?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED);else return FCK.GetNamedCommandState('Undo');};var FCKRedoCommand=function(){this.Name='Redo';};FCKRedoCommand.prototype.Execute=function(){if (FCKBrowserInfo.IsIE) FCKUndo.Redo();else FCK.ExecuteNamedCommand('Redo');};FCKRedoCommand.prototype.GetState=function(){if (FCKBrowserInfo.IsIE) return (FCKUndo.CurrentIndex<(FCKUndo.SavedData.length-1)?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED);else return FCK.GetNamedCommandState('Redo');}
var FCKSpellCheckCommand=function(){this.Name='SpellCheck';this.IsEnabled=(FCKConfig.SpellChecker=='ieSpell'||FCKConfig.SpellChecker=='SpellerPages');};FCKSpellCheckCommand.prototype.Execute=function(){switch (FCKConfig.SpellChecker){case 'ieSpell':this._RunIeSpell();break;case 'SpellerPages':FCKDialog.OpenDialog('FCKDialog_SpellCheck','Spell Check','dialog/fck_spellerpages.html',440,480);break;};};FCKSpellCheckCommand.prototype._RunIeSpell=function(){try{var oIeSpell=new ActiveXObject("ieSpell.ieSpellExtension");oIeSpell.CheckAllLinkedDocuments(FCK.EditorDocument);}catch(e){if(e.number==-2146827859){if (confirm(FCKLang.IeSpellDownload)) window.open(FCKConfig.IeSpellDownloadUrl,'IeSpellDownload');}else alert('Error Loading ieSpell: '+e.message+' ('+e.number+')');};};FCKSpellCheckCommand.prototype.GetState=function(){return this.IsEnabled?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED;}
var FCKTextColorCommand=function(type){this.Name=type=='ForeColor'?'TextColor':'BGColor';this.Type=type;this._Panel=new FCKPanel();this._Panel.StyleSheet=FCKConfig.SkinPath+'fck_contextmenu.css';this._Panel.Create();this._CreatePanelBody(this._Panel.Document,this._Panel.PanelDiv);};FCKTextColorCommand.prototype.Execute=function(panelX,panelY,relElement){FCK._ActiveColorPanelType=this.Type;this._Panel.Show(panelX,panelY,relElement);};FCKTextColorCommand.prototype.SetColor=function(color){if (FCK._ActiveColorPanelType=='ForeColor') FCK.ExecuteNamedCommand('ForeColor',color);else if (FCKBrowserInfo.IsGecko) FCK.ExecuteNamedCommand('hilitecolor',color);else FCK.ExecuteNamedCommand('BackColor',color);delete FCK._ActiveColorPanelType;};FCKTextColorCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;};function FCKTextColorCommand_OnMouseOver() { this.className='ColorSelected';};function FCKTextColorCommand_OnMouseOut() { this.className='ColorDeselected';};function FCKTextColorCommand_OnClick(){this.className='ColorDeselected';this.Command.SetColor('#'+this.Color);this.Command._Panel.Hide();};function FCKTextColorCommand_AutoOnClick(){this.className='ColorDeselected';this.Command.SetColor('');this.Command._Panel.Hide();};function FCKTextColorCommand_MoreOnClick(){this.className='ColorDeselected';this.Command._Panel.Hide();FCKDialog.OpenDialog('FCKDialog_Color',FCKLang.DlgColorTitle,'dialog/fck_colorselector.html',400,330,this.Command.SetColor);};FCKTextColorCommand.prototype._CreatePanelBody=function(targetDocument,targetDiv){function CreateSelectionDiv(){var oDiv=targetDocument.createElement("DIV");oDiv.className='ColorDeselected';oDiv.onmouseover=FCKTextColorCommand_OnMouseOver;oDiv.onmouseout=FCKTextColorCommand_OnMouseOut;return oDiv;};var oTable=targetDiv.appendChild(targetDocument.createElement("TABLE"));oTable.style.tableLayout='fixed';oTable.cellPadding=0;oTable.cellSpacing=0;oTable.border=0;oTable.width=150;var oCell=oTable.insertRow(-1).insertCell(-1);oCell.colSpan=8;var oDiv=oCell.appendChild(CreateSelectionDiv());oDiv.innerHTML='<table cellspacing="0" cellpadding="0" width="100%" border="0">\ <tr>\ <td><div class="ColorBoxBorder"><div class="ColorBox" style="background-color: #000000"></div></div></td>\ <td nowrap width="100%" align="center" unselectable="on">'+FCKLang.ColorAutomatic+'</td>\ </tr>\ </table>';oDiv.Command=this;oDiv.onclick=FCKTextColorCommand_AutoOnClick;var aColors=FCKConfig.FontColors.toString().split(',');var iCounter=0;while (iCounter<aColors.length){var oRow=oTable.insertRow(-1);for (var i=0;i<8&&iCounter<aColors.length;i++,iCounter++){var oDiv=oRow.insertCell(-1).appendChild(CreateSelectionDiv());oDiv.Color=aColors[iCounter];oDiv.innerHTML='<div class="ColorBoxBorder"><div class="ColorBox" style="background-color: #'+aColors[iCounter]+'"></div></div>';oDiv.Command=this;oDiv.onclick=FCKTextColorCommand_OnClick;};};var oCell=oTable.insertRow(-1).insertCell(-1);oCell.colSpan=8;var oDiv=oCell.appendChild(CreateSelectionDiv());oDiv.innerHTML='<table width="100%" cellpadding="0" cellspacing="0" border="0"><tr><td nowrap align="center">'+FCKLang.ColorMoreColors+'</td></tr></table>';oDiv.Command=this;oDiv.onclick=FCKTextColorCommand_MoreOnClick;}
var FCKPastePlainTextCommand=function(){this.Name='PasteText';};FCKPastePlainTextCommand.prototype.Execute=function(){FCK.PasteAsPlainText();};FCKPastePlainTextCommand.prototype.GetState=function(){return FCK.GetNamedCommandState('Paste');};
var FCKPasteWordCommand=function(){this.Name='PasteWord';};FCKPasteWordCommand.prototype.Execute=function(){FCK.PasteFromWord();};FCKPasteWordCommand.prototype.GetState=function(){return FCK.GetNamedCommandState('Paste');};
var FCKTableCommand=function(command){this.Name=command;};FCKTableCommand.prototype.Execute=function(){switch (this.Name){case 'TableInsertRow':FCKTableHandler.InsertRow();break;case 'TableDeleteRows':FCKTableHandler.DeleteRows();break;case 'TableInsertColumn':FCKTableHandler.InsertColumn();break;case 'TableDeleteColumns':FCKTableHandler.DeleteColumns();break;case 'TableInsertCell':FCKTableHandler.InsertCell();break;case 'TableDeleteCells':FCKTableHandler.DeleteCells();break;case 'TableMergeCells':FCKTableHandler.MergeCells();break;case 'TableSplitCell':FCKTableHandler.SplitCell();break;default:alert(FCKLang.UnknownCommand.replace(/%1/g,this.Name));};};FCKTableCommand.prototype.GetState=function(){return FCK_TRISTATE_OFF;}
var FCKStyleCommand=function(){this.Name='Style';this.StylesLoader=new FCKStylesLoader();this.StylesLoader.Load(FCKConfig.StylesXmlPath);this.Styles=this.StylesLoader.Styles;};FCKStyleCommand.prototype.Execute=function(styleName,styleComboItem){if (styleComboItem.Selected) styleComboItem.Style.RemoveFromSelection();else styleComboItem.Style.ApplyToSelection();FCK.Focus();FCK.Events.FireEvent("OnSelectionChange");};FCKStyleCommand.prototype.GetState=function(){var oSelection=FCK.EditorDocument.selection;if (FCKSelection.GetType()=='Control'){var e=FCKSelection.GetSelectedElement();if (e) return this.StylesLoader.StyleGroups[e.tagName]?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED;else FCK_TRISTATE_OFF;}else return FCK_TRISTATE_OFF;};FCKStyleCommand.prototype.GetActiveStyles=function(){var aActiveStyles=new Array();if (FCKSelection.GetType()=='Control') this._CheckStyle(FCKSelection.GetSelectedElement(),aActiveStyles,false);else this._CheckStyle(FCKSelection.GetParentElement(),aActiveStyles,true);return aActiveStyles;};FCKStyleCommand.prototype._CheckStyle=function(element,targetArray,checkParent){if (!element) return;if (element.nodeType==1){var aStyleGroup=this.StylesLoader.StyleGroups[element.tagName];if (aStyleGroup){for (var i=0;i<aStyleGroup.length;i++){if (aStyleGroup[i].IsEqual(element)) targetArray[targetArray.length]=aStyleGroup[i];};};};if (checkParent) this._CheckStyle(element.parentNode,targetArray,checkParent);}
var FCKCommands=FCK.Commands=new Object();FCKCommands.LoadedCommands=new Object();FCKCommands.RegisterCommand=function(commandName,command){this.LoadedCommands[commandName]=command;};FCKCommands.GetCommand=function(commandName){var oCommand=FCKCommands.LoadedCommands[commandName];if (oCommand) return oCommand;switch (commandName){case 'DocProps':oCommand=new FCKDialogCommand('DocProps',FCKLang.DocProps,'dialog/fck_docprops.html',400,390,FCKCommands.GetFullPageState);break;case 'Templates':oCommand=new FCKDialogCommand('Templates',FCKLang.DlgTemplatesTitle,'dialog/fck_template.html',380,450);break;case 'Link':oCommand=new FCKDialogCommand('Link',FCKLang.DlgLnkWindowTitle,'dialog/fck_link.html',400,330,FCK.GetNamedCommandState,'CreateLink');break;case 'Anchor':oCommand=new FCKDialogCommand('Anchor',FCKLang.DlgAnchorTitle,'dialog/fck_anchor.html',370,170);break;case 'BulletedList':oCommand=new FCKDialogCommand('BulletedList',FCKLang.BulletedListProp,'dialog/fck_listprop.html',370,170);break;case 'NumberedList':oCommand=new FCKDialogCommand('NumberedList',FCKLang.NumberedListProp,'dialog/fck_listprop.html',370,170);break;case 'About':oCommand=new FCKDialogCommand('About',FCKLang.About,'dialog/fck_about.html',400,330);break;case 'Find':oCommand=new FCKDialogCommand('Find',FCKLang.DlgFindTitle,'dialog/fck_find.html',340,170);break;case 'Replace':oCommand=new FCKDialogCommand('Replace',FCKLang.DlgReplaceTitle,'dialog/fck_replace.html',340,200);break;case 'Image':oCommand=new FCKDialogCommand('Image',FCKLang.DlgImgTitle,'dialog/fck_image.html',450,400);break;case 'SpecialChar':oCommand=new FCKDialogCommand('SpecialChar',FCKLang.DlgSpecialCharTitle,'dialog/fck_specialchar.html',400,300);break;case 'Smiley':oCommand=new FCKDialogCommand('Smiley',FCKLang.DlgSmileyTitle,'dialog/fck_smiley.html',FCKConfig.SmileyWindowWidth,FCKConfig.SmileyWindowHeight);break;case 'Table':oCommand=new FCKDialogCommand('Table',FCKLang.DlgTableTitle,'dialog/fck_table.html',400,250);break;case 'TableProp':oCommand=new FCKDialogCommand('Table',FCKLang.DlgTableTitle,'dialog/fck_table.html?Parent',400,250);break;case 'TableCellProp':oCommand=new FCKDialogCommand('TableCell',FCKLang.DlgCellTitle,'dialog/fck_tablecell.html',500,250);break;case 'UniversalKey':oCommand=new FCKDialogCommand('UniversalKey',FCKLang.UniversalKeyboard,'dialog/fck_universalkey.html',415,300);break;case 'Style':oCommand=new FCKStyleCommand();break;case 'FontName':oCommand=new FCKFontNameCommand();break;case 'FontSize':oCommand=new FCKFontSizeCommand();break;case 'FontFormat':oCommand=new FCKFormatBlockCommand();break;case 'Source':oCommand=new FCKSourceCommand();break;case 'Preview':oCommand=new FCKPreviewCommand();break;case 'Save':oCommand=new FCKSaveCommand();break;case 'NewPage':oCommand=new FCKNewPageCommand();break;case 'TextColor':oCommand=new FCKTextColorCommand('ForeColor');break;case 'BGColor':oCommand=new FCKTextColorCommand('BackColor');break;case 'PasteText':oCommand=new FCKPastePlainTextCommand();break;case 'PasteWord':oCommand=new FCKPasteWordCommand();break;case 'TableInsertRow':oCommand=new FCKTableCommand('TableInsertRow');break;case 'TableDeleteRows':oCommand=new FCKTableCommand('TableDeleteRows');break;case 'TableInsertColumn':oCommand=new FCKTableCommand('TableInsertColumn');break;case 'TableDeleteColumns':oCommand=new FCKTableCommand('TableDeleteColumns');break;case 'TableInsertCell':oCommand=new FCKTableCommand('TableInsertCell');break;case 'TableDeleteCells':oCommand=new FCKTableCommand('TableDeleteCells');break;case 'TableMergeCells':oCommand=new FCKTableCommand('TableMergeCells');break;case 'TableSplitCell':oCommand=new FCKTableCommand('TableSplitCell');break;case 'Form':oCommand=new FCKDialogCommand('Form',FCKLang.Form,'dialog/fck_form.html',380,230);break;case 'Checkbox':oCommand=new FCKDialogCommand('Checkbox',FCKLang.Checkbox,'dialog/fck_checkbox.html',380,230);break;case 'Radio':oCommand=new FCKDialogCommand('Radio',FCKLang.RadioButton,'dialog/fck_radiobutton.html',380,230);break;case 'TextField':oCommand=new FCKDialogCommand('TextField',FCKLang.TextField,'dialog/fck_textfield.html',380,230);break;case 'Textarea':oCommand=new FCKDialogCommand('Textarea',FCKLang.Textarea,'dialog/fck_textarea.html',380,230);break;case 'HiddenField':oCommand=new FCKDialogCommand('HiddenField',FCKLang.HiddenField,'dialog/fck_hiddenfield.html',380,230);break;case 'Button':oCommand=new FCKDialogCommand('Button',FCKLang.Button,'dialog/fck_button.html',380,230);break;case 'Select':oCommand=new FCKDialogCommand('Select',FCKLang.SelectionField,'dialog/fck_select.html',400,380);break;case 'ImageButton':oCommand=new FCKDialogCommand('ImageButton',FCKLang.ImageButton,'dialog/fck_image.html?ImageButton',450,400);break;case 'SpellCheck':oCommand=new FCKSpellCheckCommand();break;case 'Undo':oCommand=new FCKUndoCommand();break;case 'Redo':oCommand=new FCKRedoCommand();break;case 'Undefined':oCommand=new FCKUndefinedCommand();break;default:if (FCKRegexLib.NamedCommands.test(commandName)) oCommand=new FCKNamedCommand(commandName);else{alert(FCKLang.UnknownCommand.replace(/%1/g,commandName));return;};};FCKCommands.LoadedCommands[commandName]=oCommand;return oCommand;};FCKCommands.GetFullPageState=function(){return FCKConfig.FullPage?FCK_TRISTATE_OFF:FCK_TRISTATE_DISABLED;};
var FCKToolbarButton=function(commandName,label,tooltip,style,sourceView,contextSensitive){this.Command=FCKCommands.GetCommand(commandName);this.Label=label?label:commandName;this.Tooltip=tooltip?tooltip:(label?label:commandName);this.Style=style?style:FCK_TOOLBARITEM_ONLYICON;this.SourceView=sourceView?true:false;this.ContextSensitive=contextSensitive?true:false;this.IconPath=FCKConfig.SkinPath+'toolbar/'+commandName.toLowerCase()+'.gif';this.State=FCK_UNKNOWN;};FCKToolbarButton.prototype.CreateInstance=function(parentToolbar){this.DOMDiv=document.createElement('div');this.DOMDiv.className='TB_Button_Off';this.DOMDiv.FCKToolbarButton=this;var sHtml='<table title="'+this.Tooltip+'" cellspacing="0" cellpadding="0" border="0" unselectable="on">'+'<tr>';if (this.Style!=FCK_TOOLBARITEM_ONLYTEXT) sHtml+='<td class="TB_Icon" unselectable="on"><img src="'+this.IconPath+'" width="21" height="21" unselectable="on"></td>';if (this.Style!=FCK_TOOLBARITEM_ONLYICON) sHtml+='<td class="TB_Text" unselectable="on" nowrap>'+this.Label+'</td>';sHtml+='</tr>'+'</table>';this.DOMDiv.innerHTML=sHtml;var oCell=parentToolbar.DOMRow.insertCell(-1);oCell.appendChild(this.DOMDiv);this.RefreshState();};FCKToolbarButton.prototype.RefreshState=function(){var eState=this.Command.GetState();if (eState==this.State) return;this.State=eState;switch (this.State){case FCK_TRISTATE_ON:this.DOMDiv.className='TB_Button_On';this.DOMDiv.onmouseover=FCKToolbarButton_OnMouseOnOver;this.DOMDiv.onmouseout=FCKToolbarButton_OnMouseOnOut;this.DOMDiv.onclick=FCKToolbarButton_OnClick;break;case FCK_TRISTATE_OFF:this.DOMDiv.className='TB_Button_Off';this.DOMDiv.onmouseover=FCKToolbarButton_OnMouseOffOver;this.DOMDiv.onmouseout=FCKToolbarButton_OnMouseOffOut;this.DOMDiv.onclick=FCKToolbarButton_OnClick;break;default:this.Disable();break;};};function FCKToolbarButton_OnMouseOnOver(){this.className='TB_Button_On TB_Button_On_Over';};function FCKToolbarButton_OnMouseOnOut(){this.className='TB_Button_On';};function FCKToolbarButton_OnMouseOffOver(){this.className='TB_Button_On TB_Button_Off_Over';};function FCKToolbarButton_OnMouseOffOut(){this.className='TB_Button_Off';};function FCKToolbarButton_OnClick(e){this.FCKToolbarButton.Click(e);return false;};FCKToolbarButton.prototype.Click=function(){this.Command.Execute();};FCKToolbarButton.prototype.Enable=function(){this.RefreshState();};FCKToolbarButton.prototype.Disable=function(){this.State=FCK_TRISTATE_DISABLED;this.DOMDiv.className='TB_Button_Disabled';this.DOMDiv.onmouseover=null;this.DOMDiv.onmouseout=null;this.DOMDiv.onclick=null;}
var FCKSpecialCombo=function(caption){this.FieldWidth=80;this.PanelWidth=130;this.PanelMaxHeight=150;this.Label='&nbsp;';this.Caption=caption;this.Enabled=true;this.Items=new Object();this._Panel=new FCKPanel();this._Panel.StyleSheet=FCKConfig.SkinPath+'fck_contextmenu.css';this._Panel.Create();this._Panel.PanelDiv.className+=' SC_Panel';this._Panel.PanelDiv.innerHTML='<table cellpadding="0" cellspacing="0" width="100%" style="TABLE-LAYOUT: fixed"><tr><td nowrap></td></tr></table>';this._ItemsHolderEl=this._Panel.PanelDiv.getElementsByTagName('TD')[0];};function FCKSpecialCombo_ItemOnMouseOver(){this.className+=' SC_ItemOver';};function FCKSpecialCombo_ItemOnMouseOut(){this.className=this.originalClass;};function FCKSpecialCombo_ItemOnClick(){this.FCKSpecialCombo._Panel.Hide();this.FCKSpecialCombo.SetLabel(this.FCKItemLabel);if (typeof(this.FCKSpecialCombo.OnSelect)=='function') this.FCKSpecialCombo.OnSelect(this.FCKItemID,this);};FCKSpecialCombo.prototype.AddItem=function(id,html,label){var oDiv=this._ItemsHolderEl.appendChild(this._Panel.Document.createElement('DIV'));oDiv.className=oDiv.originalClass='SC_Item';oDiv.innerHTML=html;oDiv.FCKItemID=id;oDiv.FCKItemLabel=label?label:id;oDiv.FCKSpecialCombo=this;oDiv.Selected=false;oDiv.onmouseover=FCKSpecialCombo_ItemOnMouseOver;oDiv.onmouseout=FCKSpecialCombo_ItemOnMouseOut;oDiv.onclick=FCKSpecialCombo_ItemOnClick;this.Items[id.toString().toLowerCase()]=oDiv;return oDiv;};FCKSpecialCombo.prototype.SelectItem=function(itemId){itemId=itemId?itemId.toString().toLowerCase():'';var oDiv=this.Items[itemId];if (oDiv){oDiv.className=oDiv.originalClass='SC_ItemSelected';oDiv.Selected=true;};};FCKSpecialCombo.prototype.DeselectAll=function(){for (var i in this.Items){this.Items[i].className=this.Items[i].originalClass='SC_Item';this.Items[i].Selected=false;};};FCKSpecialCombo.prototype.SetLabelById=function(id){id=id?id.toString().toLowerCase():'';var oDiv=this.Items[id];this.SetLabel(oDiv?oDiv.FCKItemLabel:'');};FCKSpecialCombo.prototype.SetLabel=function(text){this.Label=text.length==0?'&nbsp;':text;if (this._LabelEl) this._LabelEl.innerHTML=this.Label;};FCKSpecialCombo.prototype.SetEnabled=function(isEnabled){this.Enabled=isEnabled;this._OuterTable.className=isEnabled?'':'SC_FieldDisabled';};FCKSpecialCombo.prototype.Create=function(targetElement){this._OuterTable=targetElement.appendChild(document.createElement('TABLE'));this._OuterTable.cellPadding=0;this._OuterTable.cellSpacing=0;this._OuterTable.insertRow(-1);if (this.Caption&&this.Caption.length>0){var oCaptionCell=this._OuterTable.rows[0].insertCell(-1);oCaptionCell.unselectable='on';oCaptionCell.innerHTML=this.Caption;oCaptionCell.className='SC_FieldCaption';};var oField=this._OuterTable.rows[0].insertCell(-1).appendChild(document.createElement('DIV'));oField.className='SC_Field';oField.style.width=this.FieldWidth+'px';oField.innerHTML='<table width="100%" cellpadding="0" cellspacing="0" style="TABLE-LAYOUT: fixed;" unselectable="on"><tbody><tr><td class="SC_FieldLabel" unselectable="on"><label unselectable="on">&nbsp;</label></td><td class="SC_FieldButton" unselectable="on">&nbsp;</td></tr></tbody></table>';this._LabelEl=oField.getElementsByTagName('label')[0];this._LabelEl.innerHTML=this.Label;oField.SpecialCombo=this;oField.onmouseover=FCKSpecialCombo_OnMouseOver;oField.onmouseout=FCKSpecialCombo_OnMouseOut;oField.onclick=FCKSpecialCombo_OnClick;};function FCKSpecialCombo_OnMouseOver(){if (this.SpecialCombo.Enabled) this.className='SC_Field SC_FieldOver';};function FCKSpecialCombo_OnMouseOut(){this.className='SC_Field';};function FCKSpecialCombo_OnClick(e){if (e){e.stopPropagation();FCKPanelEventHandlers.OnDocumentClick(e);};if (this.SpecialCombo.Enabled){if (typeof(this.SpecialCombo.OnBeforeClick)=='function') this.SpecialCombo.OnBeforeClick(this.SpecialCombo);if (this.SpecialCombo._ItemsHolderEl.offsetHeight>this.SpecialCombo.PanelMaxHeight) this.SpecialCombo._Panel.PanelDiv.style.height=this.SpecialCombo.PanelMaxHeight+'px';else this.SpecialCombo._Panel.PanelDiv.style.height=this.SpecialCombo._ItemsHolderEl.offsetHeight+'px';this.SpecialCombo._Panel.PanelDiv.style.width=this.SpecialCombo.PanelWidth+'px';if (FCKBrowserInfo.IsGecko) this.SpecialCombo._Panel.PanelDiv.style.overflow='-moz-scrollbars-vertical';this.SpecialCombo._Panel.Show(0,this.offsetHeight,this,null,this.SpecialCombo.PanelMaxHeight,true);};return false;};
var FCKToolbarSpecialCombo=function(){this.SourceView=false;this.ContextSensitive=true;};function FCKToolbarSpecialCombo_OnSelect(itemId,item){this.Command.Execute(itemId,item);};FCKToolbarSpecialCombo.prototype.CreateInstance=function(parentToolbar){this._Combo=new FCKSpecialCombo(this.GetLabel());this._Combo.FieldWidth=100;this._Combo.PanelWidth=150;this._Combo.PanelMaxHeight=150;this.CreateItems(this._Combo);this._Combo.Create(parentToolbar.DOMRow.insertCell(-1));this._Combo.Command=this.Command;this._Combo.OnSelect=FCKToolbarSpecialCombo_OnSelect;};function FCKToolbarSpecialCombo_RefreshActiveItems(combo,value){combo.DeselectAll();combo.SelectItem(value);combo.SetLabelById(value);};FCKToolbarSpecialCombo.prototype.RefreshState=function(){var eState;var sValue=this.Command.GetState();if (sValue!=FCK_TRISTATE_DISABLED){eState=FCK_TRISTATE_ON;if (this.RefreshActiveItems) this.RefreshActiveItems(this._Combo,sValue);else FCKToolbarSpecialCombo_RefreshActiveItems(this._Combo,sValue);}else eState=FCK_TRISTATE_DISABLED;if (eState==this.State) return;if (eState==FCK_TRISTATE_DISABLED){this._Combo.DeselectAll();this._Combo.SetLabel('');};this.State=eState;this._Combo.SetEnabled(eState!=FCK_TRISTATE_DISABLED);};FCKToolbarSpecialCombo.prototype.Enable=function(){this.RefreshState();};FCKToolbarSpecialCombo.prototype.Disable=function(){this.State=FCK_TRISTATE_DISABLED;this._Combo.DeselectAll();this._Combo.SetLabel('');this._Combo.SetEnabled(false);}
var FCKToolbarFontsCombo=function(){this.Command=FCKCommands.GetCommand('FontName');};FCKToolbarFontsCombo.prototype=new FCKToolbarSpecialCombo;FCKToolbarFontsCombo.prototype.GetLabel=function(){return FCKLang.Font;};FCKToolbarFontsCombo.prototype.CreateItems=function(targetSpecialCombo){var aFonts=FCKConfig.FontNames.split(';');for (var i=0;i<aFonts.length;i++) this._Combo.AddItem(aFonts[i],'<span style="font-family: \''+aFonts[i]+'\'; font-size: 12px;">'+aFonts[i]+'</span>');}
var FCKToolbarFontSizeCombo=function(){this.Command=FCKCommands.GetCommand('FontSize');};FCKToolbarFontSizeCombo.prototype=new FCKToolbarSpecialCombo;FCKToolbarFontSizeCombo.prototype.GetLabel=function(){return FCKLang.FontSize;};FCKToolbarFontSizeCombo.prototype.CreateItems=function(targetSpecialCombo){targetSpecialCombo.FieldWidth=70;var aSizes=FCKConfig.FontSizes.split(';');for (var i=0;i<aSizes.length;i++){var aSizeParts=aSizes[i].split('/');this._Combo.AddItem(aSizeParts[0],'<font size="'+aSizeParts[0]+'">'+aSizeParts[1]+'</font>',aSizeParts[1]);};}
var FCKToolbarFontFormatCombo=function(){this.Command=FCKCommands.GetCommand('FontFormat');};FCKToolbarFontFormatCombo.prototype=new FCKToolbarSpecialCombo;FCKToolbarFontFormatCombo.prototype.GetLabel=function(){return FCKLang.FontFormat;};FCKToolbarFontFormatCombo.prototype.CreateItems=function(targetSpecialCombo){var aNames=FCKLang['FontFormats'].split(';');var oNames={p:aNames[0],pre:aNames[1],address:aNames[2],h1:aNames[3],h2:aNames[4],h3:aNames[5],h4:aNames[6],h5:aNames[7],h6:aNames[8],div:aNames[9]};var aTags=FCKConfig.FontFormats.split(';');for (var i=0;i<aTags.length;i++){if (aTags[i]=='div'&&FCKBrowserInfo.IsGecko) continue;this._Combo.AddItem(aTags[i],'<'+aTags[i]+'>'+oNames[aTags[i]]+'</'+aTags[i]+'>',oNames[aTags[i]]);};}
var FCKToolbarStyleCombo=function(){this.Command=FCKCommands.GetCommand('Style');};FCKToolbarStyleCombo.prototype=new FCKToolbarSpecialCombo;FCKToolbarStyleCombo.prototype.GetLabel=function(){return FCKLang.Style;};FCKToolbarStyleCombo.prototype.CreateItems=function(targetSpecialCombo){FCKTools.AppendStyleSheet(targetSpecialCombo._Panel.Document,FCKConfig.EditorAreaCSS);if (!FCKBrowserInfo.IsGecko) targetSpecialCombo.OnBeforeClick=this.RefreshVisibleItems;for (var s in this.Command.Styles){var oStyle=this.Command.Styles[s];if (oStyle.IsObjectElement) var oItem=targetSpecialCombo.AddItem(s,s);else var oItem=targetSpecialCombo.AddItem(s,oStyle.GetOpenerTag()+s+oStyle.GetCloserTag());oItem.Style=oStyle;};};FCKToolbarStyleCombo.prototype.RefreshActiveItems=function(targetSpecialCombo){targetSpecialCombo.DeselectAll();var aStyles=this.Command.GetActiveStyles();if (aStyles.length>0){for (var i=0;i<aStyles.length;i++) targetSpecialCombo.SelectItem(aStyles[i].Name);targetSpecialCombo.SetLabelById(aStyles[0].Name);}else targetSpecialCombo.SetLabel('');};FCKToolbarStyleCombo.prototype.RefreshVisibleItems=function(targetSpecialCombo){if (FCKSelection.GetType()=='Control') var sTagName=FCKSelection.GetSelectedElement().tagName;for (var i in targetSpecialCombo.Items){var oItem=targetSpecialCombo.Items[i];if ((sTagName&&oItem.Style.Element==sTagName)||(!sTagName&&!oItem.Style.IsObjectElement)) oItem.style.display='';else oItem.style.display='none';};}
var FCKToolbarPanelButton=function(commandName,label,tooltip,style){this.Command=FCKCommands.GetCommand(commandName);this.Label=label?label:commandName;this.Tooltip=tooltip?tooltip:(label?label:commandName);this.Style=style?style:FCK_TOOLBARITEM_ONLYICON;this.State=FCK_UNKNOWN;};FCKToolbarPanelButton.prototype.Click=function(e){if (e){e.stopPropagation();FCKPanelEventHandlers.OnDocumentClick(e);};if (this.State!=FCK_TRISTATE_DISABLED){this.Command.Execute(0,this.DOMDiv.offsetHeight,this.DOMDiv);};return false;};FCKToolbarPanelButton.prototype.CreateInstance=function(parentToolbar){this.DOMDiv=document.createElement('div');this.DOMDiv.className='TB_Button_Off';this.DOMDiv.FCKToolbarButton=this;var sHtml='<table title="'+this.Tooltip+'" cellspacing="0" cellpadding="0" border="0" unselectable="on">'+'<tr>';if (this.Style!=FCK_TOOLBARITEM_ONLYTEXT) sHtml+='<td class="TB_Icon" unselectable="on"><img src="'+FCKConfig.SkinPath+'toolbar/'+this.Command.Name.toLowerCase()+'.gif" width="21" height="21" unselectable="on"></td>';if (this.Style!=FCK_TOOLBARITEM_ONLYICON) sHtml+='<td class="TB_Text" unselectable="on" nowrap>'+this.Label+'</td>';sHtml+='<td class="TB_ButtonArrow" unselectable="on"><img src="'+FCKConfig.SkinPath+'images/toolbar.buttonarrow.gif" width="5" height="3"></td>'+'</tr>'+'</table>';this.DOMDiv.innerHTML=sHtml;var oCell=parentToolbar.DOMRow.insertCell(-1);oCell.appendChild(this.DOMDiv);this.RefreshState();};FCKToolbarPanelButton.prototype.RefreshState=FCKToolbarButton.prototype.RefreshState;FCKToolbarPanelButton.prototype.Enable=FCKToolbarButton.prototype.Enable;FCKToolbarPanelButton.prototype.Disable=FCKToolbarButton.prototype.Disable;
var FCKToolbarItems=new Object();FCKToolbarItems.LoadedItems=new Object();FCKToolbarItems.RegisterItem=function(itemName,item){this.LoadedItems[itemName]=item;};FCKToolbarItems.GetItem=function(itemName){var oItem=FCKToolbarItems.LoadedItems[itemName];if (oItem) return oItem;switch (itemName){case 'Source':oItem=new FCKToolbarButton('Source',FCKLang.Source,null,FCK_TOOLBARITEM_ICONTEXT,true,true);break;case 'DocProps':oItem=new FCKToolbarButton('DocProps',FCKLang.DocProps);break;case 'Templates':oItem=new FCKToolbarButton('Templates',FCKLang.Templates);break;case 'Save':oItem=new FCKToolbarButton('Save',FCKLang.Save,null,null,true);break;case 'NewPage':oItem=new FCKToolbarButton('NewPage',FCKLang.NewPage,null,null,true);break;case 'Preview':oItem=new FCKToolbarButton('Preview',FCKLang.Preview,null,null,true);break;case 'About':oItem=new FCKToolbarButton('About',FCKLang.About,null,null,true);break;case 'Cut':oItem=new FCKToolbarButton('Cut',FCKLang.Cut,null,null,false,true);break;case 'Copy':oItem=new FCKToolbarButton('Copy',FCKLang.Copy,null,null,false,true);break;case 'Paste':oItem=new FCKToolbarButton('Paste',FCKLang.Paste,null,null,false,true);break;case 'PasteText':oItem=new FCKToolbarButton('PasteText',FCKLang.PasteText,null,null,false,true);break;case 'PasteWord':oItem=new FCKToolbarButton('PasteWord',FCKLang.PasteWord,null,null,false,true);break;case 'Print':oItem=new FCKToolbarButton('Print',FCKLang.Print,null,null,false,true);break;case 'SpellCheck':oItem=new FCKToolbarButton('SpellCheck',FCKLang.SpellCheck);break;case 'Undo':oItem=new FCKToolbarButton('Undo',FCKLang.Undo,null,null,false,true);break;case 'Redo':oItem=new FCKToolbarButton('Redo',FCKLang.Redo,null,null,false,true);break;case 'SelectAll':oItem=new FCKToolbarButton('SelectAll',FCKLang.SelectAll);break;case 'RemoveFormat':oItem=new FCKToolbarButton('RemoveFormat',FCKLang.RemoveFormat,null,null,false,true);break;case 'Bold':oItem=new FCKToolbarButton('Bold',FCKLang.Bold,null,null,false,true);break;case 'Italic':oItem=new FCKToolbarButton('Italic',FCKLang.Italic,null,null,false,true);break;case 'Underline':oItem=new FCKToolbarButton('Underline',FCKLang.Underline,null,null,false,true);break;case 'StrikeThrough':oItem=new FCKToolbarButton('StrikeThrough',FCKLang.StrikeThrough,null,null,false,true);break;case 'Subscript':oItem=new FCKToolbarButton('Subscript',FCKLang.Subscript,null,null,false,true);break;case 'Superscript':oItem=new FCKToolbarButton('Superscript',FCKLang.Superscript,null,null,false,true);break;case 'OrderedList':oItem=new FCKToolbarButton('InsertOrderedList',FCKLang.NumberedListLbl,FCKLang.NumberedList,null,false,true);break;case 'UnorderedList':oItem=new FCKToolbarButton('InsertUnorderedList',FCKLang.BulletedListLbl,FCKLang.BulletedList,null,false,true);break;case 'Outdent':oItem=new FCKToolbarButton('Outdent',FCKLang.DecreaseIndent,null,null,false,true);break;case 'Indent':oItem=new FCKToolbarButton('Indent',FCKLang.IncreaseIndent,null,null,false,true);break;case 'Link':oItem=new FCKToolbarButton('Link',FCKLang.InsertLinkLbl,FCKLang.InsertLink,null,false,true);break;case 'Unlink':oItem=new FCKToolbarButton('Unlink',FCKLang.RemoveLink,null,null,false,true);break;case 'Anchor':oItem=new FCKToolbarButton('Anchor',FCKLang.Anchor);break;case 'Image':oItem=new FCKToolbarButton('Image',FCKLang.InsertImageLbl,FCKLang.InsertImage);break;case 'Table':oItem=new FCKToolbarButton('Table',FCKLang.InsertTableLbl,FCKLang.InsertTable);break;case 'SpecialChar':oItem=new FCKToolbarButton('SpecialChar',FCKLang.InsertSpecialCharLbl,FCKLang.InsertSpecialChar);break;case 'Smiley':oItem=new FCKToolbarButton('Smiley',FCKLang.InsertSmileyLbl,FCKLang.InsertSmiley);break;case 'UniversalKey':oItem=new FCKToolbarButton('UniversalKey',FCKLang.UniversalKeyboard);break;case 'Rule':oItem=new FCKToolbarButton('InsertHorizontalRule',FCKLang.InsertLineLbl,FCKLang.InsertLine,null,false,true);break;case 'JustifyLeft':oItem=new FCKToolbarButton('JustifyLeft',FCKLang.LeftJustify,null,null,false,true);break;case 'JustifyCenter':oItem=new FCKToolbarButton('JustifyCenter',FCKLang.CenterJustify,null,null,false,true);break;case 'JustifyRight':oItem=new FCKToolbarButton('JustifyRight',FCKLang.RightJustify,null,null,false,true);break;case 'JustifyFull':oItem=new FCKToolbarButton('JustifyFull',FCKLang.BlockJustify,null,null,false,true);break;case 'Style':oItem=new FCKToolbarStyleCombo();break;case 'FontName':oItem=new FCKToolbarFontsCombo();break;case 'FontSize':oItem=new FCKToolbarFontSizeCombo();break;case 'FontFormat':oItem=new FCKToolbarFontFormatCombo();break;case 'TextColor':oItem=new FCKToolbarPanelButton('TextColor',FCKLang.TextColor);break;case 'BGColor':oItem=new FCKToolbarPanelButton('BGColor',FCKLang.BGColor);break;case 'Find':oItem=new FCKToolbarButton('Find',FCKLang.Find);break;case 'Replace':oItem=new FCKToolbarButton('Replace',FCKLang.Replace);break;case 'Form':oItem=new FCKToolbarButton('Form',FCKLang.Form);break;case 'Checkbox':oItem=new FCKToolbarButton('Checkbox',FCKLang.Checkbox);break;case 'Radio':oItem=new FCKToolbarButton('Radio',FCKLang.RadioButton);break;case 'TextField':oItem=new FCKToolbarButton('TextField',FCKLang.TextField);break;case 'Textarea':oItem=new FCKToolbarButton('Textarea',FCKLang.Textarea);break;case 'HiddenField':oItem=new FCKToolbarButton('HiddenField',FCKLang.HiddenField);break;case 'Button':oItem=new FCKToolbarButton('Button',FCKLang.Button);break;case 'Select':oItem=new FCKToolbarButton('Select',FCKLang.SelectionField);break;case 'ImageButton':oItem=new FCKToolbarButton('ImageButton',FCKLang.ImageButton);break;default:alert(FCKLang.UnknownToolbarItem.replace(/%1/g,itemName));return;};FCKToolbarItems.LoadedItems[itemName]=oItem;return oItem;}
var FCKToolbar=function(){this.Items=new Array();this.DOMTable=document.createElement('table');this.DOMTable.className='TB_Toolbar';with (this.DOMTable){style.styleFloat=style.cssFloat=FCKLang.Dir=='rtl'?'right':'left';cellPadding=0;cellSpacing=0;border=0;};this.DOMRow=this.DOMTable.insertRow(-1);var oCell=this.DOMRow.insertCell(-1);oCell.className='TB_Start';oCell.innerHTML='<img src="'+FCKConfig.SkinPath+'images/toolbar.start.gif" width="7" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on">';FCKToolbarSet.DOMElement.appendChild(this.DOMTable);};FCKToolbar.prototype.AddItem=function(toolbarItem){this.Items[this.Items.length]=toolbarItem;toolbarItem.CreateInstance(this);};FCKToolbar.prototype.AddSeparator=function(){var oCell=this.DOMRow.insertCell(-1);oCell.unselectable='on';oCell.innerHTML='<img src="'+FCKConfig.SkinPath+'images/toolbar.separator.gif" width="5" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on">';};FCKToolbar.prototype.AddTerminator=function(){var oCell=this.DOMRow.insertCell(-1);oCell.className='TB_End';oCell.innerHTML='<img src="'+FCKConfig.SkinPath+'images/toolbar.end.gif" width="12" height="21" style="VISIBILITY: hidden" onload="this.style.visibility = \'\';" unselectable="on">';};
var FCKToolbarBreak=function(){var oBreakDiv=document.createElement('div');oBreakDiv.className='TB_Break';oBreakDiv.style.clear=FCKLang.Dir=='rtl'?'left':'right';FCKToolbarSet.DOMElement.appendChild(oBreakDiv);}
var FCKToolbarSet=FCK.ToolbarSet=new Object();document.getElementById('ExpandHandle').title=FCKLang.ToolbarExpand;document.getElementById('CollapseHandle').title=FCKLang.ToolbarCollapse;FCKToolbarSet.Toolbars=new Array();FCKToolbarSet.ItemsWysiwygOnly=new Array();FCKToolbarSet.ItemsContextSensitive=new Array();FCKToolbarSet.Expand=function(){document.getElementById('Collapsed').style.display='none';document.getElementById('Expanded').style.display='';if (!FCKBrowserInfo.IsIE){window.setTimeout("window.onresize()",1);};};FCKToolbarSet.Collapse=function(){document.getElementById('Collapsed').style.display='';document.getElementById('Expanded').style.display='none';if (!FCKBrowserInfo.IsIE){window.setTimeout("window.onresize()",1);};};FCKToolbarSet.Restart=function(){if (!FCKConfig.ToolbarCanCollapse||FCKConfig.ToolbarStartExpanded) this.Expand();else this.Collapse();document.getElementById('CollapseHandle').style.display=FCKConfig.ToolbarCanCollapse?'':'none';};FCKToolbarSet.Load=function(toolbarSetName){this.DOMElement=document.getElementById('eToolbar');var ToolbarSet=FCKConfig.ToolbarSets[toolbarSetName];if (!ToolbarSet){alert(FCKLang.UnknownToolbarSet.replace(/%1/g,toolbarSetName));return;};this.Toolbars=new Array();for (var x=0;x<ToolbarSet.length;x++){var oToolbarItems=ToolbarSet[x];var oToolbar;if (typeof(oToolbarItems)=='string'){if (oToolbarItems=='/') oToolbar=new FCKToolbarBreak();}else{var oToolbar=new FCKToolbar();for (var j=0;j<oToolbarItems.length;j++){var sItem=oToolbarItems[j];if (sItem=='-') oToolbar.AddSeparator();else{var oItem=FCKToolbarItems.GetItem(sItem);if (oItem){oToolbar.AddItem(oItem);if (!oItem.SourceView) this.ItemsWysiwygOnly[this.ItemsWysiwygOnly.length]=oItem;if (oItem.ContextSensitive) this.ItemsContextSensitive[this.ItemsContextSensitive.length]=oItem;};};};oToolbar.AddTerminator();};this.Toolbars[this.Toolbars.length]=oToolbar;};};FCKToolbarSet.RefreshModeState=function(){if (FCK.EditMode==FCK_EDITMODE_WYSIWYG){for (var i=0;i<FCKToolbarSet.ItemsWysiwygOnly.length;i++) FCKToolbarSet.ItemsWysiwygOnly[i].Enable();FCKToolbarSet.RefreshItemsState();}else{FCKToolbarSet.RefreshItemsState();for (var i=0;i<FCKToolbarSet.ItemsWysiwygOnly.length;i++) FCKToolbarSet.ItemsWysiwygOnly[i].Disable();};};FCKToolbarSet.RefreshItemsState=function(){for (var i=0;i<FCKToolbarSet.ItemsContextSensitive.length;i++) FCKToolbarSet.ItemsContextSensitive[i].RefreshState();};
var FCKDialog=new Object();FCKDialog.OpenDialog=function(dialogName,dialogTitle,dialogPage,width,height,customValue,parentWindow){var oDialogInfo=new Object();oDialogInfo.Title=dialogTitle;oDialogInfo.Page=dialogPage;oDialogInfo.Editor=window;oDialogInfo.CustomValue=customValue;var sUrl=FCKConfig.BasePath+'fckdialog.html';this.Show(oDialogInfo,dialogName,sUrl,width,height,parentWindow);};
FCKDialog.Show=function(dialogInfo,dialogName,pageUrl,dialogWidth,dialogHeight,parentWindow){if (!parentWindow) parentWindow=window;parentWindow.showModalDialog(pageUrl,dialogInfo,"dialogWidth:"+dialogWidth+"px;dialogHeight:"+dialogHeight+"px;help:no;scroll:no;status:no");};
var FCKContextMenuItem=function(contextMenu,commandName,label,hasIcon){this.ContextMenu=contextMenu;this.Command=FCKCommands.GetCommand(commandName);this.Label=label?label:commandName;this.HasIcon=hasIcon?true:false;};function FCKContextMenuItem_OnMouseOver(){if (this.className!='CM_Disabled') this.className='CM_Over';};function FCKContextMenuItem_OnMouseOut(){if (this.className!='CM_Disabled') this.className='CM_Option';};function FCKContextMenuItem_OnClick(){if (this.className!='CM_Disabled'){this.FCKContextMenuItem.ContextMenu.Hide();this.FCKContextMenuItem.Command.Execute();};return false;};FCKContextMenuItem.prototype.CreateTableRow=function(targetTable){this._Row=targetTable.insertRow(-1);this._Row.className='CM_Disabled';this._Row.FCKContextMenuItem=this;this._Row.onmouseover=FCKContextMenuItem_OnMouseOver;this._Row.onmouseout=FCKContextMenuItem_OnMouseOut;this._Row.onclick=FCKContextMenuItem_OnClick;var oCell=this._Row.insertCell(-1);oCell.className='CM_Icon';if (this.HasIcon) oCell.innerHTML='<img alt="" src="'+FCKConfig.SkinPath+'toolbar/'+this.Command.Name.toLowerCase()+'.gif" width="21" height="20" unselectable="on">';oCell=this._Row.insertCell(-1);oCell.className='CM_Label';oCell.unselectable='on';oCell.noWrap=true;oCell.innerHTML=this.Label;};FCKContextMenuItem.prototype.SetVisible=function(isVisible){this._Row.style.display=isVisible?'':'none';};FCKContextMenuItem.prototype.RefreshState=function(){switch (this.Command.GetState()){case FCK_TRISTATE_ON:case FCK_TRISTATE_OFF:this._Row.className='CM_Option';break;default:this._Row.className='CM_Disabled';break;};};
var FCKContextMenuSeparator=function(){};FCKContextMenuSeparator.prototype.CreateTableRow=function(targetTable){this._Row=targetTable.insertRow(-1);this._Row.className='CM_Separator';var oCell=this._Row.insertCell(-1);oCell.className='CM_Icon';oCell=this._Row.insertCell(-1);oCell.className='CM_Label';oCell.innerHTML='<div></div>';};FCKContextMenuSeparator.prototype.SetVisible=function(isVisible){this._Row.style.display=isVisible?'':'none';};FCKContextMenuSeparator.prototype.RefreshState=function(){};
var FCKContextMenuGroup=function(addSeparator,contextMenu,firstItemCommand,firstItemLabel,hasIcon){this.IsVisible=true;this.Items=new Array();if (addSeparator) this.Add(new FCKContextMenuSeparator());if (contextMenu&&firstItemCommand&&firstItemLabel) this.Add(new FCKContextMenuItem(contextMenu,firstItemCommand,firstItemLabel,hasIcon));this.ValidationFunction=null;};FCKContextMenuGroup.prototype.Add=function(contextMenuItem){this.Items[this.Items.length]=contextMenuItem;};FCKContextMenuGroup.prototype.CreateTableRows=function(table){for (var i=0;i<this.Items.length;i++){this.Items[i].CreateTableRow(table);};};FCKContextMenuGroup.prototype.SetVisible=function(isVisible){for (var i=0;i<this.Items.length;i++){this.Items[i].SetVisible(isVisible);};this.IsVisible=isVisible;};FCKContextMenuGroup.prototype.RefreshState=function(){if (!this.IsVisible) return;for (var i=0;i<this.Items.length;i++){this.Items[i].RefreshState();};}
var FCKContextMenu=new Object();FCKContextMenu._IsLoaded=false;FCKContextMenu.Reload=function(){this._Div=this._Document.createElement('DIV');this._Div.className='CM_ContextMenu';this._Div.style.position='absolute';this._Div.style.visibility='hidden';this._Document.body.appendChild(this._Div);var oTable=this._Document.createElement('TABLE');oTable.cellSpacing=0;oTable.cellPadding=0;oTable.border=0;this._Div.appendChild(oTable);this.Groups=new Object();for (var i=0;i<FCKConfig.ContextMenu.length;i++){var sGroup=FCKConfig.ContextMenu[i];this.Groups[sGroup]=this._GetGroup(sGroup);this.Groups[sGroup].CreateTableRows(oTable);};this._IsLoaded=true;};FCKContextMenu._GetGroup=function(groupName){var oGroup;switch (groupName){case 'Generic':oGroup=new FCKContextMenuGroup();with (oGroup){Add(new FCKContextMenuItem(this,'Cut',FCKLang.Cut,true));Add(new FCKContextMenuItem(this,'Copy',FCKLang.Copy,true));Add(new FCKContextMenuItem(this,'Paste',FCKLang.Paste,true));};break;case 'Link':oGroup=new FCKContextMenuGroup();with (oGroup){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'Link',FCKLang.EditLink,true));Add(new FCKContextMenuItem(this,'Unlink',FCKLang.RemoveLink,true));};break;case 'TableCell':oGroup=new FCKContextMenuGroup();with (oGroup){Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'TableInsertRow',FCKLang.InsertRow,true));Add(new FCKContextMenuItem(this,'TableDeleteRows',FCKLang.DeleteRows,true));Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'TableInsertColumn',FCKLang.InsertColumn,true));Add(new FCKContextMenuItem(this,'TableDeleteColumns',FCKLang.DeleteColumns,true));Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'TableInsertCell',FCKLang.InsertCell,true));Add(new FCKContextMenuItem(this,'TableDeleteCells',FCKLang.DeleteCells,true));Add(new FCKContextMenuItem(this,'TableMergeCells',FCKLang.MergeCells,true));Add(new FCKContextMenuItem(this,'TableSplitCell',FCKLang.SplitCell,true));Add(new FCKContextMenuSeparator());Add(new FCKContextMenuItem(this,'TableCellProp',FCKLang.CellProperties,true));Add(new FCKContextMenuItem(this,'TableProp',FCKLang.TableProperties,true));};break;case 'Table':return new FCKContextMenuGroup(true,this,'Table',FCKLang.TableProperties,true);case 'Image':return new FCKContextMenuGroup(true,this,'Image',FCKLang.ImageProperties,true);case 'Form':return new FCKContextMenuGroup(true,this,'Form',FCKLang.FormProp,true);case 'Checkbox':return new FCKContextMenuGroup(true,this,'Checkbox',FCKLang.CheckboxProp,true);case 'Radio':return new FCKContextMenuGroup(true,this,'Radio',FCKLang.RadioButtonProp,true);case 'TextField':return new FCKContextMenuGroup(true,this,'TextField',FCKLang.TextFieldProp,true);case 'HiddenField':return new FCKContextMenuGroup(true,this,'HiddenField',FCKLang.HiddenFieldProp,true);case 'ImageButton':return new FCKContextMenuGroup(true,this,'ImageButton',FCKLang.ImageButtonProp,true);case 'Button':return new FCKContextMenuGroup(true,this,'Button',FCKLang.ButtonProp,true);case 'Select':return new FCKContextMenuGroup(true,this,'Select',FCKLang.SelectionFieldProp,true);case 'Textarea':return new FCKContextMenuGroup(true,this,'Textarea',FCKLang.TextareaProp,true);case 'BulletedList':return new FCKContextMenuGroup(true,this,'BulletedList',FCKLang.BulletedListProp,true);case 'NumberedList':return new FCKContextMenuGroup(true,this,'NumberedList',FCKLang.NumberedListProp,true);case 'Anchor':return new FCKContextMenuGroup(true,this,'Anchor',FCKLang.AnchorProp,true);};return oGroup;};FCKContextMenu.RefreshState=function(){var oTag=FCKSelection.GetSelectedElement();var sTagName;if (oTag){sTagName=oTag.tagName;};var bIsAnchor=(sTagName=='A'&&oTag.name.length>0&&oTag.href.length==0);if (this.Groups['Anchor']) this.Groups['Anchor'].SetVisible(bIsAnchor);if (this.Groups['Link']) this.Groups['Link'].SetVisible(!bIsAnchor&&FCK.GetNamedCommandState('Unlink')!=FCK_TRISTATE_DISABLED);if (this.Groups['TableCell']) this.Groups['TableCell'].SetVisible(sTagName!='TABLE'&&FCKSelection.HasAncestorNode('TABLE'));if (this.Groups['Table']) this.Groups['Table'].SetVisible(sTagName=='TABLE');if (this.Groups['Image']) this.Groups['Image'].SetVisible(sTagName=='IMG');if (this.Groups['BulletedList']) this.Groups['BulletedList'].SetVisible(FCKSelection.HasAncestorNode('UL'));if (this.Groups['NumberedList']) this.Groups['NumberedList'].SetVisible(FCKSelection.HasAncestorNode('OL'));if (this.Groups['Select']) this.Groups['Select'].SetVisible(sTagName=='SELECT');if (this.Groups['Textarea']) this.Groups['Textarea'].SetVisible(sTagName=='TEXTAREA');if (this.Groups['Form']) this.Groups['Form'].SetVisible(FCKSelection.HasAncestorNode('FORM'));if (this.Groups['Checkbox']) this.Groups['Checkbox'].SetVisible(sTagName=='INPUT'&&oTag.type=='checkbox');if (this.Groups['Radio']) this.Groups['Radio'].SetVisible(sTagName=='INPUT'&&oTag.type=='radio');if (this.Groups['TextField']) this.Groups['TextField'].SetVisible(sTagName=='INPUT'&&(oTag.type=='text'||oTag.type=='password'));if (this.Groups['HiddenField']) this.Groups['HiddenField'].SetVisible(sTagName=='INPUT'&&oTag.type=='hidden');if (this.Groups['ImageButton']) this.Groups['ImageButton'].SetVisible(sTagName=='INPUT'&&oTag.type=='image');if (this.Groups['Button']) this.Groups['Button'].SetVisible(sTagName=='INPUT'&&(oTag.type=='button'||oTag.type=='submit'||oTag.type=='reset'));for (var o in this.Groups){this.Groups[o].RefreshState();};};
function FCKContextMenu_OnContextMenu() { return false;};FCKContextMenu.Show=function(x,y){if (!this._Popup){this._Popup=window.createPopup();this._Document=this._Popup.document;this._Document.createStyleSheet(FCKConfig.SkinPath+'fck_contextmenu.css');this._Document.oncontextmenu=FCKContextMenu_OnContextMenu;aCleanupDocs[aCleanupDocs.length]=this._Document;};if (!this._IsLoaded){this.Reload();this._Div.style.visibility='';};this.RefreshState();this._Popup.show(x,y,0,0);this._Popup.show(x,y,this._Div.offsetWidth,this._Div.offsetHeight);};FCKContextMenu.Hide=function(){if (this._Popup) this._Popup.hide();}
if (!FCKConfig.PluginsPath.endsWith('/')) FCKConfig.PluginsPath+='/';var FCKPlugin=function(name,availableLangs,basePath){this.Name=name;this.BasePath=basePath?basePath:FCKConfig.PluginsPath;this.Path=this.BasePath+name+'/';if (!availableLangs||availableLangs.length==0) this.AvailableLangs=new Array();else this.AvailableLangs=availableLangs.split(',');};FCKPlugin.prototype.Load=function(){if (this.AvailableLangs.length>0){if (this.AvailableLangs.indexOf(FCKLanguageManager.ActiveLanguage.Code)>=0) var sLang=FCKLanguageManager.ActiveLanguage.Code;else var sLang=this.AvailableLangs[0];FCKScriptLoader.AddScript(this.Path+'lang/'+sLang+'.js');};FCKScriptLoader.AddScript(this.Path+'fckplugin.js');}
var FCKPlugins=FCK.Plugins=new Object();FCKPlugins.ItemsCount=0;FCKPlugins.Loaded=false;FCKPlugins.Items=new Object();for (var i=0;i<FCKConfig.Plugins.Items.length;i++){var oItem=FCKConfig.Plugins.Items[i];FCKPlugins.Items[oItem[0]]=new FCKPlugin(oItem[0],oItem[1],oItem[2]);FCKPlugins.ItemsCount++;};FCKPlugins.Load=function(){for (var s in this.Items) this.Items[s].Load();this.Loaded=true;FCKPlugins.Load=null;}
if (FCKLang&&window.document.dir.toLowerCase()!=FCKLang.Dir.toLowerCase()) window.document.dir=FCKLang.Dir;if (FCKConfig.ForcePasteAsPlainText) FCK.Events.AttachEvent("OnPaste",FCK.Paste);if (FCKPlugins.ItemsCount>0){FCKScriptLoader.OnEmpty=CompleteLoading;FCKPlugins.Load();}else CompleteLoading();function CompleteLoading(){FCKToolbarSet.Name=FCKURLParams['Toolbar']||'Default';FCKToolbarSet.Load(FCKToolbarSet.Name);FCKToolbarSet.Restart();FCK.AttachToOnSelectionChange(FCKToolbarSet.RefreshItemsState);FCK.SetStatus(FCK_STATUS_COMPLETE);if (typeof(window.parent.FCKeditor_OnComplete)=='function') window.parent.FCKeditor_OnComplete(FCK);}
/trunk/api/fckeditor/editor/js/fck_startup.js
New file
0,0 → 1,22
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* This file has been compacted for best loading performance.
*/
var NS;if (!(NS=window.parent.__FCKeditorNS)) NS=window.parent.__FCKeditorNS=new Object();
Array.prototype.addItem=function(item){var i=this.length;this[i]=item;return i;};Array.prototype.indexOf=function(value){for (var i=0;i<this.length;i++){if (this[i]==value) return i;};return-1;};String.prototype.startsWith=function(value){return (this.substr(0,value.length)==value);};String.prototype.endsWith=function(value){var L1=this.length;var L2=value.length;if (L2>L1) return false;return (L2==0||this.substr(L1-L2,L2)==value);};String.prototype.remove=function(start,length){var s='';if (start>0) s=this.substring(0,start);if (start+length<this.length) s+=this.substring(start+length,this.length);return s;};String.prototype.trim=function(){return this.replace(/(^\s*)|(\s*$)/g,'');};String.prototype.ltrim=function(){return this.replace(/^\s*/g,'');};String.prototype.rtrim=function(){return this.replace(/\s*$/g,'');};String.prototype.replaceNewLineChars=function(replacement){return this.replace(/\n/g,replacement);}
FCK_STATUS_NOTLOADED=window.parent.FCK_STATUS_NOTLOADED=0;FCK_STATUS_ACTIVE=window.parent.FCK_STATUS_ACTIVE=1;FCK_STATUS_COMPLETE=window.parent.FCK_STATUS_COMPLETE=2;FCK_TRISTATE_OFF=window.parent.FCK_TRISTATE_OFF=0;FCK_TRISTATE_ON=window.parent.FCK_TRISTATE_ON=1;FCK_TRISTATE_DISABLED=window.parent.FCK_TRISTATE_DISABLED=-1;FCK_UNKNOWN=window.parent.FCK_UNKNOWN=-1000;FCK_TOOLBARITEM_ONLYICON=window.parent.FCK_TOOLBARITEM_ONLYTEXT=0;FCK_TOOLBARITEM_ONLYTEXT=window.parent.FCK_TOOLBARITEM_ONLYTEXT=1;FCK_TOOLBARITEM_ICONTEXT=window.parent.FCK_TOOLBARITEM_ONLYTEXT=2;FCK_EDITMODE_WYSIWYG=window.parent.FCK_EDITMODE_WYSIWYG=0;FCK_EDITMODE_SOURCE=window.parent.FCK_EDITMODE_SOURCE=1;
var FCKBrowserInfo;if (!(FCKBrowserInfo=NS.FCKBrowserInfo)){FCKBrowserInfo=NS.FCKBrowserInfo=new Object();var sAgent=navigator.userAgent.toLowerCase();FCKBrowserInfo.IsIE=sAgent.indexOf("msie")!=-1;FCKBrowserInfo.IsGecko=!FCKBrowserInfo.IsIE;FCKBrowserInfo.IsNetscape=sAgent.indexOf("netscape")!=-1;}
var FCKScriptLoader=new Object();FCKScriptLoader.IsLoading=false;FCKScriptLoader.Queue=new Array();FCKScriptLoader.AddScript=function(scriptPath){FCKScriptLoader.Queue[FCKScriptLoader.Queue.length]=scriptPath;if (!this.IsLoading) this.CheckQueue();};FCKScriptLoader.CheckQueue=function(){if (this.Queue.length>0){this.IsLoading=true;var sScriptPath=this.Queue[0];var oTempArray=new Array();for (i=1;i<this.Queue.length;i++) oTempArray[i-1]=this.Queue[i];this.Queue=oTempArray;var e;if (sScriptPath.lastIndexOf('.css')>0){e=document.createElement('LINK');e.rel='stylesheet';e.type='text/css';}else{e=document.createElement("script");e.type="text/javascript";};document.getElementsByTagName("head")[0].appendChild(e);if (e.tagName=='LINK'){if (FCKBrowserInfo.IsIE) e.onload=FCKScriptLoader_OnLoad;else FCKScriptLoader.CheckQueue();e.href=sScriptPath;}else{e.onload=e.onreadystatechange=FCKScriptLoader_OnLoad;e.src=sScriptPath;};}else{this.IsLoading=false;if (this.OnEmpty) this.OnEmpty();};};function FCKScriptLoader_OnLoad(){if (this.tagName=='LINK'||!this.readyState||this.readyState=='loaded') FCKScriptLoader.CheckQueue();}
var FCKURLParams=new Object();var aParams=document.location.search.substr(1).split('&');for (i=0;i<aParams.length;i++){var aParam=aParams[i].split('=');var sParamName=aParam[0];var sParamValue=aParam[1];FCKURLParams[sParamName]=sParamValue;}
var FCK=new Object();FCK.Name=FCKURLParams['InstanceName'];FCK.Status=FCK_STATUS_NOTLOADED;FCK.EditMode=FCK_EDITMODE_WYSIWYG;FCK.LinkedField=window.parent.document.getElementById(FCK.Name);if (!FCK.LinkedField) FCK.LinkedField=window.parent.document.getElementsByName(FCK.Name)[0];
var FCKConfig=FCK.Config=new Object();if (document.location.protocol=='file:'){FCKConfig.BasePath=document.location.pathname.substr(1);FCKConfig.BasePath=FCKConfig.BasePath.replace(/\\/gi,'/');FCKConfig.BasePath='file://'+FCKConfig.BasePath.substring(0,FCKConfig.BasePath.lastIndexOf('/')+1);}else{FCKConfig.BasePath=document.location.pathname.substring(0,document.location.pathname.lastIndexOf('/')+1);FCKConfig.FullBasePath=document.location.protocol+'//'+document.location.host+FCKConfig.BasePath;};FCKConfig.EditorPath=FCKConfig.BasePath.replace(/editor\/$/,'');FCKConfig.ProcessHiddenField=function(){this.PageConfig=new Object();var oConfigField=window.parent.document.getElementById(FCK.Name+'___Config');if (!oConfigField) return;var aCouples=oConfigField.value.split('&');for (var i=0;i<aCouples.length;i++){if (aCouples[i].length==0) continue;var aConfig=aCouples[i].split('=');var sKey=unescape(aConfig[0]);var sVal=unescape(aConfig[1]);if (sKey=='CustomConfigurationsPath') FCKConfig[sKey]=sVal;else if (sVal.toLowerCase()=="true") this.PageConfig[sKey]=true;else if (sVal.toLowerCase()=="false") this.PageConfig[sKey]=false;else if (!isNaN(sVal)) this.PageConfig[sKey]=parseInt(sVal);else this.PageConfig[sKey]=sVal;};};FCKConfig.LoadPageConfig=function(){for (var sKey in this.PageConfig) FCKConfig[sKey]=this.PageConfig[sKey];};FCKConfig.ToolbarSets=new Object();FCKConfig.Plugins=new Object();FCKConfig.Plugins.Items=new Array();FCKConfig.Plugins.Add=function(name,langs,path){FCKConfig.Plugins.Items.addItem([name,langs,path]);}
var FCKeditorAPI;function FCKeditorAPI_GetInstance(instanceName){return this.__Instances[instanceName];};if (!window.parent.FCKeditorAPI){FCKeditorAPI=window.parent.FCKeditorAPI=new Object();FCKeditorAPI.__Instances=new Object();FCKeditorAPI.Version='2.0 FC';FCKeditorAPI.GetInstance=FCKeditorAPI_GetInstance;}else FCKeditorAPI=window.parent.FCKeditorAPI;FCKeditorAPI.__Instances[FCK.Name]=FCK;
function Window_OnContextMenu(e){if (e) e.preventDefault();return false;};window.document.oncontextmenu=Window_OnContextMenu;if (FCKBrowserInfo.IsGecko){function Window_OnResize(){var oFrame=document.getElementById('eEditorArea');oFrame.height=0;var oCell=document.getElementById(FCK.EditMode==FCK_EDITMODE_WYSIWYG?'eWysiwygCell':'eSource');var iHeight=oCell.offsetHeight;oFrame.height=iHeight-2;};window.onresize=Window_OnResize;};if (FCKBrowserInfo.IsIE){var aCleanupDocs=new Array();aCleanupDocs[0]=document;function Window_OnBeforeUnload(){FCKToolbarSet.Collapse();var e;for (var j=0;j<aCleanupDocs.length;j++){var d=aCleanupDocs[j];var i=0;while (e=d.getElementsByTagName("DIV").item(i++)){if (e.FCKToolbarButton) e.FCKToolbarButton=null;if (e.FCKSpecialCombo) e.FCKSpecialCombo=null;if (e.Command) e.Command=null;};i=0;while (e=d.getElementsByTagName("TR").item(i++)){if (e.FCKContextMenuItem) e.FCKContextMenuItem=null;};aCleanupDocs[j]=null;d=null;};};window.attachEvent("onbeforeunload",Window_OnBeforeUnload);};function Window_OnLoad(){if (FCKBrowserInfo.IsNetscape) document.getElementById('eWysiwygCell').style.paddingRight='2px';LoadConfigFile();};window.onload=Window_OnLoad;function LoadConfigFile(){FCKScriptLoader.OnEmpty=ProcessHiddenField;FCKScriptLoader.AddScript('../fckconfig.js');};function ProcessHiddenField(){FCKConfig.ProcessHiddenField();LoadCustomConfigFile();};function LoadCustomConfigFile(){if (FCKConfig.CustomConfigurationsPath.length>0){FCKScriptLoader.OnEmpty=LoadPageConfig;FCKScriptLoader.AddScript(FCKConfig.CustomConfigurationsPath);}else{LoadPageConfig();};};function LoadPageConfig(){FCKConfig.LoadPageConfig();LoadStyles();};function LoadStyles(){FCKScriptLoader.OnEmpty=LoadScripts;FCKScriptLoader.AddScript(FCKConfig.SkinPath+'fck_editor.css');FCKScriptLoader.AddScript(FCKConfig.SkinPath+'fck_contextmenu.css');};function LoadScripts(){FCKScriptLoader.OnEmpty=null;if (FCKBrowserInfo.IsIE) FCKScriptLoader.AddScript('js/fckeditorcode_ie_1.js');else FCKScriptLoader.AddScript('js/fckeditorcode_gecko_1.js');};function LoadLanguageFile(){FCKScriptLoader.OnEmpty=LoadEditor;FCKScriptLoader.AddScript('lang/'+FCKLanguageManager.ActiveLanguage.Code+'.js');};function LoadEditor(){FCKScriptLoader.OnEmpty=null;if (FCKLang) window.document.dir=FCKLang.Dir;FCK.StartEditor();}
/trunk/api/fckeditor/editor/fckdebug.html
1,153 → 1,106
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This is the Debug window.
* It automatically popups if the Debug = true in the configuration file.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>FCKeditor Debug Window</title>
<meta name="robots" content="noindex, nofollow" />
<script type="text/javascript">
 
var oWindow ;
var oDiv ;
 
if ( !window.FCKMessages )
window.FCKMessages = new Array() ;
 
window.onload = function()
{
oWindow = document.getElementById('xOutput').contentWindow ;
oWindow.document.open() ;
oWindow.document.write( '<div id="divMsg"><\/div>' ) ;
oWindow.document.close() ;
oDiv = oWindow.document.getElementById('divMsg') ;
}
 
function Output( message, color, noParse )
{
if ( !noParse && message != null && isNaN( message ) )
message = message.replace(/</g, "&lt;") ;
 
if ( color )
message = '<font color="' + color + '">' + message + '<\/font>' ;
 
window.FCKMessages[ window.FCKMessages.length ] = message ;
StartTimer() ;
}
 
function OutputObject( anyObject, color )
{
var message ;
 
if ( anyObject != null )
{
message = 'Properties of: ' + anyObject + '</b><blockquote>' ;
 
for (var prop in anyObject)
{
try
{
var sVal = anyObject[ prop ] != null ? anyObject[ prop ] + '' : '[null]' ;
message += '<b>' + prop + '</b> : ' + sVal.replace(/</g, '&lt;') + '<br>' ;
}
catch (e)
{
try
{
message += '<b>' + prop + '</b> : [' + typeof( anyObject[ prop ] ) + ']<br>' ;
}
catch (e)
{
message += '<b>' + prop + '</b> : [-error-]<br>' ;
}
}
}
 
message += '</blockquote><b>' ;
} else
message = 'OutputObject : Object is "null".' ;
 
Output( message, color, true ) ;
}
 
function StartTimer()
{
window.setTimeout( 'CheckMessages()', 100 ) ;
}
 
function CheckMessages()
{
if ( window.FCKMessages.length > 0 )
{
// Get the first item in the queue
var sMessage = window.FCKMessages[0] ;
 
// Removes the first item from the queue
var oTempArray = new Array() ;
for ( i = 1 ; i < window.FCKMessages.length ; i++ )
oTempArray[ i - 1 ] = window.FCKMessages[ i ] ;
window.FCKMessages = oTempArray ;
 
var d = new Date() ;
var sTime =
( d.getHours() + 100 + '' ).substr( 1,2 ) + ':' +
( d.getMinutes() + 100 + '' ).substr( 1,2 ) + ':' +
( d.getSeconds() + 100 + '' ).substr( 1,2 ) + ':' +
( d.getMilliseconds() + 1000 + '' ).substr( 1,3 ) ;
 
var oMsgDiv = oWindow.document.createElement( 'div' ) ;
oMsgDiv.innerHTML = sTime + ': <b>' + sMessage + '<\/b>' ;
oDiv.appendChild( oMsgDiv ) ;
oMsgDiv.scrollIntoView() ;
}
}
 
function Clear()
{
oDiv.innerHTML = '' ;
}
</script>
</head>
<body style="margin: 10px">
<table style="height: 100%" cellspacing="5" cellpadding="0" width="100%" border="0">
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td style="font-weight: bold; font-size: 1.2em;">
FCKeditor Debug Window</td>
<td align="right">
<input type="button" value="Clear" onclick="Clear();" /></td>
</tr>
</table>
</td>
</tr>
<tr style="height: 100%">
<td style="border: #696969 1px solid">
<iframe id="xOutput" width="100%" height="100%" scrolling="auto" src="javascript:void(0)"
frameborder="0"></iframe>
</td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckdebug.html
* This is the Debug window.
* It automatically popups if the Debug = true in the configuration file.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<title>FCKeditor Debug Window</title>
<script type="text/javascript">
 
var oWindow ;
var oDiv ;
 
if ( !window.FCKMessages )
window.FCKMessages = new Array() ;
 
function Initialize()
{
oWindow = window.frames[ 'eOutput' ]
oWindow.document.open() ;
oWindow.document.write( '<div id="divMsg"></div>' ) ;
oWindow.document.close() ;
oDiv = oWindow.document.getElementById('divMsg') ;
}
 
function Output( message, color )
{
if ( color )
message = '<font color="' + color + '">' + message + '</font>' ;
window.FCKMessages[ window.FCKMessages.length ] = message ;
StartTimer() ;
}
 
function StartTimer()
{
window.setTimeout( 'CheckMessages()', 100 ) ;
}
 
function CheckMessages()
{
if ( window.FCKMessages.length > 0 )
{
// Get the first item in the queue
var sMessage = window.FCKMessages[0] ;
// Removes the first item from the queue
var oTempArray = new Array() ;
for ( i = 1 ; i < window.FCKMessages.length ; i++ )
oTempArray[ i - 1 ] = window.FCKMessages[ i ] ;
window.FCKMessages = oTempArray ;
var d = new Date() ;
var sTime =
( d.getHours() + 100 + '' ).substr( 1,2 ) + ':' +
( d.getMinutes() + 100 + '' ).substr( 1,2 ) + ':' +
( d.getSeconds() + 100 + '' ).substr( 1,2 ) + ':' +
( d.getMilliseconds() + 1000 + '' ).substr( 1,3 ) ;
 
var oMsgDiv = oWindow.document.createElement( 'div' ) ;
oMsgDiv.innerHTML = sTime + ': <b>' + sMessage + '</b>' ;
oDiv.appendChild( oMsgDiv ) ;
oMsgDiv.scrollIntoView() ;
}
}
 
function Clear()
{
oDiv.innerHTML = '' ;
}
</script>
</head>
<body onload="Initialize();" bottomMargin="10" leftMargin="10" topMargin="10" rightMargin="10">
<TABLE height="100%" cellSpacing="5" cellPadding="0" width="100%" border="0">
<TR>
<TD>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD><FONT size="+2"><STRONG>FCKeditor Debug Window</STRONG></FONT></TD>
<TD align="right"><INPUT type="button" value="Clear" onclick="Clear();"></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD height="100%" style="BORDER-RIGHT: #696969 1px solid; BORDER-TOP: #696969 1px solid; BORDER-LEFT: #696969 1px solid; BORDER-BOTTOM: #696969 1px solid">
<iframe id="eOutput" name="eOutput" width="100%" height="100%" scrolling="auto" src="fckblank.html" frameborder="no"></iframe>
</TD>
</TR>
</TABLE>
</body>
</html>
/trunk/api/fckeditor/editor/fckeditor.html
1,317 → 1,56
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Main page that holds the editor.
-->
<html>
<head>
<title>FCKeditor</title>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Cache-Control" content="public">
<script type="text/javascript">
 
// #1645: Alert the user if opening FCKeditor in FF3 from local filesystem
// without security.fileuri.strict_origin_policy disabled.
if ( document.location.protocol == 'file:' )
{
try
{
window.parent.document.domain ;
}
catch ( e )
{
window.addEventListener( 'load', function()
{
document.body.innerHTML = '\
<div style="border: 1px red solid; font-family: arial; font-size: 12px; color: red; padding:10px;">\
<p>\
<b>Your browser security settings don\'t allow FCKeditor to be opened from\
the local filesystem.<\/b>\
<\/p>\
<p>\
Please open the <b>about:config<\/b> page and disable the\
&quot;security.fileuri.strict_origin_policy&quot; option; then load this page again.\
<\/p>\
<p>\
Check our <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/FAQ#ff3perms">FAQ<\/a>\
for more information.\
<\/p>\
<\/div>' ;
}, false ) ;
}
}
 
// Save a reference to the default domain.
var FCK_ORIGINAL_DOMAIN ;
 
// Automatically detect the correct document.domain (#123).
(function()
{
var d = FCK_ORIGINAL_DOMAIN = document.domain ;
 
while ( true )
{
// Test if we can access a parent property.
try
{
var test = window.parent.document.domain ;
break ;
}
catch( e ) {}
 
// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
d = d.replace( /.*?(?:\.|$)/, '' ) ;
 
if ( d.length == 0 )
break ; // It was not able to detect the domain.
 
try
{
document.domain = d ;
}
catch (e)
{
break ;
}
}
})() ;
 
// Save a reference to the detected runtime domain.
var FCK_RUNTIME_DOMAIN = document.domain ;
 
var FCK_IS_CUSTOM_DOMAIN = ( FCK_ORIGINAL_DOMAIN != FCK_RUNTIME_DOMAIN ) ;
 
// Instead of loading scripts and CSSs using inline tags, all scripts are
// loaded by code. In this way we can guarantee the correct processing order,
// otherwise external scripts and inline scripts could be executed in an
// unwanted order (IE).
 
function LoadScript( url )
{
document.write( '<scr' + 'ipt type="text/javascript" src="' + url + '"><\/scr' + 'ipt>' ) ;
}
 
// Main editor scripts.
var sSuffix = ( /*@cc_on!@*/false ) ? 'ie' : 'gecko' ;
 
LoadScript( 'js/fckeditorcode_' + sSuffix + '.js' ) ;
 
// Base configuration file.
LoadScript( '../fckconfig.js' ) ;
 
</script>
<script type="text/javascript">
 
// Adobe AIR compatibility file.
if ( FCKBrowserInfo.IsAIR )
LoadScript( 'js/fckadobeair.js' ) ;
 
if ( FCKBrowserInfo.IsIE )
{
// Remove IE mouse flickering.
try
{
document.execCommand( 'BackgroundImageCache', false, true ) ;
}
catch (e)
{
// We have been reported about loading problems caused by the above
// line. For safety, let's just ignore errors.
}
 
// Create the default cleanup object used by the editor.
FCK.IECleanup = new FCKIECleanup( window ) ;
FCK.IECleanup.AddItem( FCKTempBin, FCKTempBin.Reset ) ;
FCK.IECleanup.AddItem( FCK, FCK_Cleanup ) ;
}
 
// The first function to be called on selection change must the the styles
// change checker, because the result of its processing may be used by another
// functions listening to the same event.
FCK.Events.AttachEvent( 'OnSelectionChange', function() { FCKStyles.CheckSelectionChanges() ; } ) ;
 
// The config hidden field is processed immediately, because
// CustomConfigurationsPath may be set in the page.
FCKConfig.ProcessHiddenField() ;
 
// Load the custom configurations file (if defined).
if ( FCKConfig.CustomConfigurationsPath.length > 0 )
LoadScript( FCKConfig.CustomConfigurationsPath ) ;
 
</script>
<script type="text/javascript">
 
// Load configurations defined at page level.
FCKConfig_LoadPageConfig() ;
 
FCKConfig_PreProcess() ;
 
// Load the full debug script.
if ( FCKConfig.Debug )
LoadScript( '_source/internals/fckdebug.js' ) ;
 
</script>
<script type="text/javascript">
 
// CSS minified by http://iceyboard.no-ip.org/projects/css_compressor (see _dev/css_compression.txt).
var FCK_InternalCSS = FCKTools.FixCssUrls( FCKConfig.BasePath + 'css/', 'html{min-height:100%}table.FCK__ShowTableBorders,table.FCK__ShowTableBorders td,table.FCK__ShowTableBorders th{border:#d3d3d3 1px solid}form{border:1px dotted #F00;padding:2px}.FCK__Flash{border:#a9a9a9 1px solid;background-position:center center;background-image:url(images/fck_flashlogo.gif);background-repeat:no-repeat;width:80px;height:80px}.FCK__UnknownObject{border:#a9a9a9 1px solid;background-position:center center;background-image:url(images/fck_plugin.gif);background-repeat:no-repeat;width:80px;height:80px}.FCK__Anchor{border:1px dotted #00F;background-position:center center;background-image:url(images/fck_anchor.gif);background-repeat:no-repeat;width:16px;height:15px;vertical-align:middle}.FCK__AnchorC{border:1px dotted #00F;background-position:1px center;background-image:url(images/fck_anchor.gif);background-repeat:no-repeat;padding-left:18px}a[name]{border:1px dotted #00F;background-position:0 center;background-image:url(images/fck_anchor.gif);background-repeat:no-repeat;padding-left:18px}.FCK__PageBreak{background-position:center center;background-image:url(images/fck_pagebreak.gif);background-repeat:no-repeat;clear:both;display:block;float:none;width:100%;border-top:#999 1px dotted;border-bottom:#999 1px dotted;border-right:0;border-left:0;height:5px}.FCK__InputHidden{width:19px;height:18px;background-image:url(images/fck_hiddenfield.gif);background-repeat:no-repeat;vertical-align:text-bottom;background-position:center center}.FCK__ShowBlocks p,.FCK__ShowBlocks div,.FCK__ShowBlocks pre,.FCK__ShowBlocks address,.FCK__ShowBlocks blockquote,.FCK__ShowBlocks h1,.FCK__ShowBlocks h2,.FCK__ShowBlocks h3,.FCK__ShowBlocks h4,.FCK__ShowBlocks h5,.FCK__ShowBlocks h6{background-repeat:no-repeat;border:1px dotted gray;padding-top:8px;padding-left:8px}.FCK__ShowBlocks p{background-image:url(images/block_p.png)}.FCK__ShowBlocks div{background-image:url(images/block_div.png)}.FCK__ShowBlocks pre{background-image:url(images/block_pre.png)}.FCK__ShowBlocks address{background-image:url(images/block_address.png)}.FCK__ShowBlocks blockquote{background-image:url(images/block_blockquote.png)}.FCK__ShowBlocks h1{background-image:url(images/block_h1.png)}.FCK__ShowBlocks h2{background-image:url(images/block_h2.png)}.FCK__ShowBlocks h3{background-image:url(images/block_h3.png)}.FCK__ShowBlocks h4{background-image:url(images/block_h4.png)}.FCK__ShowBlocks h5{background-image:url(images/block_h5.png)}.FCK__ShowBlocks h6{background-image:url(images/block_h6.png)}' ) ;
var FCK_ShowTableBordersCSS = FCKTools.FixCssUrls( FCKConfig.BasePath + 'css/', 'table:not([border]),table:not([border]) > tr > td,table:not([border]) > tr > th,table:not([border]) > tbody > tr > td,table:not([border]) > tbody > tr > th,table:not([border]) > thead > tr > td,table:not([border]) > thead > tr > th,table:not([border]) > tfoot > tr > td,table:not([border]) > tfoot > tr > th,table[border=\"0\"],table[border=\"0\"] > tr > td,table[border=\"0\"] > tr > th,table[border=\"0\"] > tbody > tr > td,table[border=\"0\"] > tbody > tr > th,table[border=\"0\"] > thead > tr > td,table[border=\"0\"] > thead > tr > th,table[border=\"0\"] > tfoot > tr > td,table[border=\"0\"] > tfoot > tr > th{border:#d3d3d3 1px dotted}' ) ;
 
// Popup the debug window if debug mode is set to true. It guarantees that the
// first debug message will not be lost.
if ( FCKConfig.Debug )
FCKDebug._GetWindow() ;
 
// Load the active skin CSS.
document.write( FCKTools.GetStyleHtml( FCKConfig.SkinEditorCSS ) ) ;
 
// Load the language file.
FCKLanguageManager.Initialize() ;
LoadScript( 'lang/' + FCKLanguageManager.ActiveLanguage.Code + '.js' ) ;
 
</script>
<script type="text/javascript">
 
// Initialize the editing area context menu.
FCK_ContextMenu_Init() ;
 
FCKPlugins.Load() ;
 
</script>
<script type="text/javascript">
 
// Set the editor interface direction.
window.document.dir = FCKLang.Dir ;
 
</script>
<script type="text/javascript">
 
window.onload = function()
{
InitializeAPI() ;
 
if ( FCKBrowserInfo.IsIE )
FCK_PreloadImages() ;
else
LoadToolbarSetup() ;
}
 
function LoadToolbarSetup()
{
FCKeditorAPI._FunctionQueue.Add( LoadToolbar ) ;
}
 
function LoadToolbar()
{
var oToolbarSet = FCK.ToolbarSet = FCKToolbarSet_Create() ;
 
if ( oToolbarSet.IsLoaded )
StartEditor() ;
else
{
oToolbarSet.OnLoad = StartEditor ;
oToolbarSet.Load( FCKURLParams['Toolbar'] || 'Default' ) ;
}
}
 
function StartEditor()
{
// Remove the onload listener.
FCK.ToolbarSet.OnLoad = null ;
 
FCKeditorAPI._FunctionQueue.Remove( LoadToolbar ) ;
 
FCK.Events.AttachEvent( 'OnStatusChange', WaitForActive ) ;
 
// Start the editor.
FCK.StartEditor() ;
}
 
function WaitForActive( editorInstance, newStatus )
{
if ( newStatus == FCK_STATUS_ACTIVE )
{
if ( FCKBrowserInfo.IsGecko )
FCKTools.RunFunction( window.onresize ) ;
 
if ( !FCKConfig.PreventSubmitHandler )
_AttachFormSubmitToAPI() ;
 
FCK.SetStatus( FCK_STATUS_COMPLETE ) ;
 
// Call the special "FCKeditor_OnComplete" function that should be present in
// the HTML page where the editor is located.
if ( typeof( window.parent.FCKeditor_OnComplete ) == 'function' )
window.parent.FCKeditor_OnComplete( FCK ) ;
}
}
 
// Gecko browsers doesn't calculate well the IFRAME size so we must
// recalculate it every time the window size changes.
if ( FCKBrowserInfo.IsGecko && !FCKBrowserInfo.IsOpera )
{
window.onresize = function( e )
{
// Running in Chrome makes the window receive the event including subframes.
// we care only about this window. Ticket #1642.
// #2002: The originalTarget from the event can be the current document, the window, or the editing area.
if ( e && e.originalTarget !== document && e.originalTarget !== window && (!e.originalTarget.ownerDocument || e.originalTarget.ownerDocument != document ))
return ;
 
var oCell = document.getElementById( 'xEditingArea' ) ;
 
var eInnerElement = oCell.firstChild ;
if ( eInnerElement )
{
eInnerElement.style.height = '0px' ;
eInnerElement.style.height = ( oCell.scrollHeight - 2 ) + 'px' ;
}
}
}
 
</script>
</head>
<body>
<table width="100%" cellpadding="0" cellspacing="0" style="height: 100%; table-layout: fixed">
<tr id="xToolbarRow" style="display: none">
<td id="xToolbarSpace" style="overflow: hidden">
<table width="100%" cellpadding="0" cellspacing="0">
<tr id="xCollapsed" style="display: none">
<td id="xExpandHandle" class="TB_Expand" colspan="3">
<img class="TB_ExpandImg" alt="" src="images/spacer.gif" width="8" height="4" /></td>
</tr>
<tr id="xExpanded" style="display: none">
<td id="xTBLeftBorder" class="TB_SideBorder" style="width: 1px; display: none;"></td>
<td id="xCollapseHandle" style="display: none" class="TB_Collapse" valign="bottom">
<img class="TB_CollapseImg" alt="" src="images/spacer.gif" width="8" height="4" /></td>
<td id="xToolbar" class="TB_ToolbarSet"></td>
<td class="TB_SideBorder" style="width: 1px"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="xEditingArea" valign="top" style="height: 100%"></td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckeditor.html
* Main page that holds the editor.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FCKeditor</title>
<meta name="robots" content="noindex, nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="lang/fcklanguagemanager.js"></script>
<meta http-equiv="Cache-Control" content="public">
<script type="text/javascript" src="js/fck_startup.js"></script>
</head>
<body>
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0" style="TABLE-LAYOUT: fixed">
<tr>
<td unselectable="on" style="OVERFLOW: hidden">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr id="Collapsed" style="DISPLAY: none">
<td id="ExpandHandle" class="TB_Expand" unselectable="on" colspan="3" onclick="FCKToolbarSet.Expand();return false;"><img class="TB_ExpandImg" src="images/spacer.gif" width="8" height="4" unselectable="on"></td>
</tr>
<tr id="Expanded" style="DISPLAY: none">
<td id="CollapseHandle" style="DISPLAY: none" class="TB_Collapse"
unselectable="on" valign="bottom" onclick="FCKToolbarSet.Collapse();return false;"><img class="TB_CollapseImg" src="images/spacer.gif" width="8" height="4" unselectable="on"></td>
<td id="eToolbar" class="TB_ToolbarSet" unselectable="on"></td>
<td width="1" style="BACKGROUND-COLOR: #696969"></td>
</tr>
</table>
</td>
</tr>
<tr id="eWysiwyg">
<td id="eWysiwygCell" height="100%" valign="top">
<iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckblank.html"></iframe>
</td>
</tr>
<tr id="eSource" style="DISPLAY: none">
<td class="Source" height="100%" valign="top">
<textarea id="eSourceField" dir="ltr" style="WIDTH: 100%; HEIGHT: 100%"></textarea>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/fckblank.html
New file
0,0 → 1,4
<html>
<head><title></title></head>
<body></body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_flash.html
File deleted
/trunk/api/fckeditor/editor/dialog/fck_source.html
File deleted
/trunk/api/fckeditor/editor/dialog/fck_div.html
File deleted
/trunk/api/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
File deleted
/trunk/api/fckeditor/editor/dialog/fck_flash/fck_flash.js
File deleted
/trunk/api/fckeditor/editor/dialog/fck_about.html
1,161 → 1,124
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* "About" dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCKLang = oEditor.FCKLang ;
 
window.parent.AddTab( 'About', FCKLang.DlgAboutAboutTab ) ;
window.parent.AddTab( 'License', FCKLang.DlgAboutLicenseTab ) ;
window.parent.AddTab( 'BrowserInfo', FCKLang.DlgAboutBrowserInfoTab ) ;
 
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
{
ShowE('divAbout', ( tabCode == 'About' ) ) ;
ShowE('divLicense', ( tabCode == 'License' ) ) ;
ShowE('divInfo' , ( tabCode == 'BrowserInfo' ) ) ;
}
 
function SendEMail()
{
var eMail = 'mailto:' ;
eMail += 'fredck' ;
eMail += '@' ;
eMail += 'fckeditor' ;
eMail += '.' ;
eMail += 'net' ;
 
window.location = eMail ;
}
 
window.onload = function()
{
// Translate the dialog box texts.
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
window.parent.SetAutoSize( true ) ;
}
 
</script>
</head>
<body style="overflow: hidden">
<div id="divAbout">
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="height: 100%">
<tr>
<td colspan="2">
<img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left" />
<table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right">
<tr>
<td align="center" nowrap="nowrap" style="border-right: #000000 1px solid; border-top: #000000 1px solid;
border-left: #000000 1px solid; border-bottom: #000000 1px solid">
<span fcklang="DlgAboutVersion">version</span>
<br />
<b>2.6.4</b><br />
Build 21629</td>
</tr>
</table>
</td>
</tr>
<tr style="height: 100%">
<td align="center" valign="middle">
<span style="font-size: 14px" dir="ltr">
<b><a href="http://www.fckeditor.net/?about" target="_blank" title="Visit the FCKeditor web site">
Support <b>Open Source</b> Software</a></b> </span>
<div style="padding-top:15px">
<img alt="" src="fck_about/logo_fredck.gif" width="87" height="36" />
</div>
</td>
<td align="center" nowrap="nowrap" valign="middle">
<div>
<div style="margin-bottom:5px" dir="ltr">Selected Sponsor</div>
<a href="http://www.spellchecker.net/fckeditor/" target="_blank"><img alt="Selected Sponsor" border="0" src="fck_about/sponsors/spellchecker_net.gif" width="75" height="75" /></a>
</div>
</td>
</tr>
<tr>
<td width="100%" nowrap="nowrap">
<span fcklang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/?About"
target="_blank">http://www.fckeditor.net/</a>.
<br />
Copyright &copy; 2003-2009 <a href="#" onclick="SendEMail();">Frederico Caldeira Knabben</a>
</td>
<td align="center">
<a href="http://www.fckeditor.net/sponsors/apply" target="_blank">Become a Sponsor</a>
</td>
</tr>
</table>
</div>
<div id="divLicense" style="display: none">
<p>
Licensed under the terms of any of the following licenses at your
choice:
</p>
<ul>
<li style="margin-bottom:15px">
<b>GNU General Public License</b> Version 2 or later (the "GPL")<br />
<a href="http://www.gnu.org/licenses/gpl.html" target="_blank">http://www.gnu.org/licenses/gpl.html</a>
</li>
<li style="margin-bottom:15px">
<b>GNU Lesser General Public License</b> Version 2.1 or later (the "LGPL")<br />
<a href="http://www.gnu.org/licenses/lgpl.html" target="_blank">http://www.gnu.org/licenses/lgpl.html</a>
</li>
<li>
<b>Mozilla Public License</b> Version 1.1 or later (the "MPL")<br />
<a href="http://www.mozilla.org/MPL/MPL-1.1.html" target="_blank">http://www.mozilla.org/MPL/MPL-1.1.html</a>
</li>
</ul>
</div>
<div id="divInfo" style="display: none" dir="ltr">
<table align="center" width="80%" border="0">
<tr>
<td>
<script type="text/javascript">
<!--
document.write( '<b>User Agent<\/b><br />' + window.navigator.userAgent + '<br /><br />' ) ;
document.write( '<b>Browser<\/b><br />' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br /><br />' ) ;
document.write( '<b>Platform<\/b><br />' + window.navigator.platform + '<br /><br />' ) ;
 
var sUserLang = '?' ;
 
if ( window.navigator.language )
sUserLang = window.navigator.language.toLowerCase() ;
else if ( window.navigator.userLanguage )
sUserLang = window.navigator.userLanguage.toLowerCase() ;
 
document.write( '<b>User Language<\/b><br />' + sUserLang ) ;
//-->
</script>
</td>
</tr>
</table>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_about.html
* "About" dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script language="javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCKLang = oEditor.FCKLang ;
 
window.parent.AddTab( 'About', FCKLang.DlgAboutAboutTab ) ;
window.parent.AddTab( 'BrowserInfo', FCKLang.DlgAboutBrowserInfoTab ) ;
 
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
{
ShowE('divAbout', ( tabCode == 'About' ) ) ;
ShowE('divInfo' , ( tabCode == 'BrowserInfo' ) ) ;
}
 
function SendEMail()
{
var eMail = 'mailto:' ;
eMail += 'fredck' ;
eMail += '@' ;
eMail += 'fckeditor' ;
eMail += '.' ;
eMail += 'net' ;
 
window.location = eMail ;
}
 
window.onload = function()
{
// Translate the dialog box texts.
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
window.parent.SetAutoSize( true ) ;
}
 
</script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<div id="divAbout">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<tr>
<td>
<img alt="" src="fck_about/logo_fckeditor.gif" width="236" height="41" align="left">
<table width="80" border="0" cellspacing="0" cellpadding="5" bgcolor="#ffffff" align="right">
<tr>
<td align="center" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid">
<span fckLang="DlgAboutVersion">version</span>
<br>
<b>2.0 FC</b></td>
</tr>
</table>
</td>
</tr>
<tr height="100%">
<td align="center">
Copyright &copy; 2003-2005 <a href="#" onclick="SendEMail();">Frederico Caldeira
Knabben</a>
<br>
<br>
<span fckLang="DlgAboutLicense">Licensed under the terms of the GNU Lesser General
Public License</span>
<br>
<a href="http://www.opensource.org/licenses/lgpl-license.php" target="_blank">http://www.opensource.org/licenses/lgpl-license.php</a>
<br>
<br>
<span fckLang="DlgAboutInfo">For further information go to</span> <a href="http://www.fckeditor.net/" target="_blank">
http://www.fckeditor.net/</a>.
</td>
</tr>
<tr>
<td align="center">
<img alt="" src="fck_about/logo_fredck.gif" width="87" height="36">
</td>
</tr>
</table>
</div>
<div id="divInfo" style="DISPLAY: none" dir="ltr">
<table align="center" width="80%" border="0">
<tr>
<td>
<script language="javascript">
<!--
document.write( '<b>User Agent</b><br>' + window.navigator.userAgent + '<br><br>' ) ;
document.write( '<b>Browser</b><br>' + window.navigator.appName + ' ' + window.navigator.appVersion + '<br><br>' ) ;
document.write( '<b>Platform</b><br>' + window.navigator.platform + '<br><br>' ) ;
 
var sUserLang = '?' ;
 
if ( window.navigator.language )
sUserLang = window.navigator.language.toLowerCase() ;
else if ( window.navigator.userLanguage )
sUserLang = window.navigator.userLanguage.toLowerCase() ;
 
document.write( '<b>User Language</b><br>' + sUserLang ) ;
//-->
</script>
</td>
</tr>
</table>
</div>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_replace.html
1,650 → 1,129
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* "Find" and "Replace" dialog box window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="noindex, nofollow" name="robots" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
var dialogArguments = dialog.Args() ;
 
var FCKLang = oEditor.FCKLang ;
var FCKDomTools = oEditor.FCKDomTools ;
var FCKDomRange = oEditor.FCKDomRange ;
var FCKListsLib = oEditor.FCKListsLib ;
var FCKTools = oEditor.FCKTools ;
var EditorDocument = oEditor.FCK.EditorDocument ;
var HighlightStyle = oEditor.FCKStyles.GetStyle( '_FCK_SelectionHighlight' ) ;
 
dialog.AddTab( 'Find', FCKLang.DlgFindTitle ) ;
dialog.AddTab( 'Replace', FCKLang.DlgReplaceTitle ) ;
var idMap = {} ;
 
function OnDialogTabChange( tabCode )
{
ShowE( 'divFind', ( tabCode == 'Find' ) ) ;
ShowE( 'divReplace', ( tabCode == 'Replace' ) ) ;
idMap['FindText'] = 'txtFind' + tabCode ;
idMap['CheckCase'] = 'chkCase' + tabCode ;
idMap['CheckWord'] = 'chkWord' + tabCode ;
 
if ( tabCode == 'Replace' )
dialog.SetAutoSize( true ) ;
}
 
GetNextNonEmptyTextNode = function( node, stopNode )
{
while ( ( node = FCKDomTools.GetNextSourceNode( node, false, 3, stopNode ) ) && node && node.length < 1 )
1 ;
return node ;
}
 
CharacterCursor = function( arg )
{
if ( arg.nodeType && arg.nodeType == 9 )
{
this._textNode = GetNextNonEmptyTextNode( arg.body, arg.documentElement ) ;
this._offset = 0 ;
this._doc = arg ;
}
else
{
this._textNode = arguments[0] ;
this._offset = arguments[1] ;
this._doc = FCKTools.GetElementDocument( arguments[0] ) ;
}
}
CharacterCursor.prototype =
{
GetCharacter : function()
{
return ( this._textNode && this._textNode.nodeValue.charAt( this._offset ) ) || null ;
},
 
// Non-normalized.
GetTextNode : function()
{
return this._textNode ;
},
 
// Non-normalized.
GetIndex : function()
{
return this._offset ;
},
 
// Return value means whehther we've crossed a line break or a paragraph boundary.
MoveNext : function()
{
if ( this._offset < this._textNode.length - 1 )
{
this._offset++ ;
return false ;
}
 
var crossed = false ;
var curNode = this._textNode ;
while ( ( curNode = FCKDomTools.GetNextSourceNode( curNode ) )
&& curNode && ( curNode.nodeType != 3 || curNode.length < 1 ) )
{
var tag = curNode.nodeName.toLowerCase() ;
if ( FCKListsLib.BlockElements[tag] || tag == 'br' )
crossed = true ;
}
 
this._textNode = curNode ;
this._offset = 0 ;
return crossed ;
},
 
// Return value means whehther we've crossed a line break or a paragraph boundary.
MoveBack : function()
{
if ( this._offset > 0 && this._textNode.length > 0 )
{
this._offset = Math.min( this._offset - 1, this._textNode.length - 1 ) ;
return false ;
}
 
var crossed = false ;
var curNode = this._textNode ;
while ( ( curNode = FCKDomTools.GetPreviousSourceNode( curNode ) )
&& curNode && ( curNode.nodeType != 3 || curNode.length < 1 ) )
{
var tag = curNode.nodeName.toLowerCase() ;
if ( FCKListsLib.BlockElements[tag] || tag == 'br' )
crossed = true ;
}
 
this._textNode = curNode ;
this._offset = curNode && curNode.length - 1 ;
return crossed ;
},
 
Clone : function()
{
return new CharacterCursor( this._textNode, this._offset ) ;
}
} ;
 
CharacterRange = function( initCursor, maxLength )
{
this._cursors = initCursor.push ? initCursor : [initCursor] ;
this._maxLength = maxLength ;
this._highlightRange = null ;
}
CharacterRange.prototype =
{
ToDomRange : function()
{
var firstCursor = this._cursors[0] ;
var lastCursor = this._cursors[ this._cursors.length - 1 ] ;
var domRange = new FCKDomRange( FCKTools.GetElementWindow( firstCursor.GetTextNode() ) ) ;
var w3cRange = domRange._Range = domRange.CreateRange() ;
w3cRange.setStart( firstCursor.GetTextNode(), firstCursor.GetIndex() ) ;
w3cRange.setEnd( lastCursor.GetTextNode(), lastCursor.GetIndex() + 1 ) ;
domRange._UpdateElementInfo() ;
return domRange ;
},
 
Highlight : function()
{
if ( this._cursors.length < 1 )
return ;
 
var domRange = this.ToDomRange() ;
HighlightStyle.ApplyToRange( domRange, false, true ) ;
this._highlightRange = domRange ;
 
var charRange = CharacterRange.CreateFromDomRange( domRange ) ;
var focusNode = domRange.StartNode ;
if ( focusNode.nodeType != 1 )
focusNode = focusNode.parentNode ;
FCKDomTools.ScrollIntoView( focusNode, false ) ;
this._cursors = charRange._cursors ;
},
 
RemoveHighlight : function()
{
if ( this._highlightRange )
{
HighlightStyle.RemoveFromRange( this._highlightRange, false, true ) ;
var charRange = CharacterRange.CreateFromDomRange( this._highlightRange ) ;
this._cursors = charRange._cursors ;
this._highlightRange = null ;
}
},
 
GetHighlightDomRange : function()
{
return this._highlightRange;
},
 
MoveNext : function()
{
var next = this._cursors[ this._cursors.length - 1 ].Clone() ;
var retval = next.MoveNext() ;
if ( retval )
this._cursors = [] ;
this._cursors.push( next ) ;
if ( this._cursors.length > this._maxLength )
this._cursors.shift() ;
return retval ;
},
 
MoveBack : function()
{
var prev = this._cursors[0].Clone() ;
var retval = prev.MoveBack() ;
if ( retval )
this._cursors = [] ;
this._cursors.unshift( prev ) ;
if ( this._cursors.length > this._maxLength )
this._cursors.pop() ;
return retval ;
},
 
GetEndCharacter : function()
{
if ( this._cursors.length < 1 )
return null ;
var retval = this._cursors[ this._cursors.length - 1 ].GetCharacter() ;
return retval ;
},
 
GetNextRange : function( len )
{
if ( this._cursors.length == 0 )
return null ;
var cur = this._cursors[ this._cursors.length - 1 ].Clone() ;
cur.MoveNext() ;
return new CharacterRange( cur, len ) ;
},
 
GetCursors : function()
{
return this._cursors ;
}
} ;
 
CharacterRange.CreateFromDomRange = function( domRange )
{
var w3cRange = domRange._Range ;
var startContainer = w3cRange.startContainer ;
var endContainer = w3cRange.endContainer ;
var startTextNode, startIndex, endTextNode, endIndex ;
 
if ( startContainer.nodeType == 3 )
{
startTextNode = startContainer ;
startIndex = w3cRange.startOffset ;
}
else if ( domRange.StartNode.nodeType == 3 )
{
startTextNode = domRange.StartNode ;
startIndex = 0 ;
}
else
{
startTextNode = GetNextNonEmptyTextNode( domRange.StartNode, domRange.StartNode.parentNode ) ;
if ( !startTextNode )
return null ;
startIndex = 0 ;
}
 
if ( endContainer.nodeType == 3 && w3cRange.endOffset > 0 )
{
endTextNode = endContainer ;
endIndex = w3cRange.endOffset - 1 ;
}
else
{
endTextNode = domRange.EndNode ;
while ( endTextNode.nodeType != 3 )
endTextNode = endTextNode.lastChild ;
endIndex = endTextNode.length - 1 ;
}
 
var cursors = [] ;
var current = new CharacterCursor( startTextNode, startIndex ) ;
cursors.push( current ) ;
if ( !( current.GetTextNode() == endTextNode && current.GetIndex() == endIndex ) && !domRange.CheckIsEmpty() )
{
do
{
current = current.Clone() ;
current.MoveNext() ;
cursors.push( current ) ;
}
while ( !( current.GetTextNode() == endTextNode && current.GetIndex() == endIndex ) ) ;
}
 
return new CharacterRange( cursors, cursors.length ) ;
}
 
// Knuth-Morris-Pratt Algorithm for stream input
KMP_NOMATCH = 0 ;
KMP_ADVANCED = 1 ;
KMP_MATCHED = 2 ;
KmpMatch = function( pattern, ignoreCase )
{
var overlap = [ -1 ] ;
for ( var i = 0 ; i < pattern.length ; i++ )
{
overlap.push( overlap[i] + 1 ) ;
while ( overlap[ i + 1 ] > 0 && pattern.charAt( i ) != pattern.charAt( overlap[ i + 1 ] - 1 ) )
overlap[ i + 1 ] = overlap[ overlap[ i + 1 ] - 1 ] + 1 ;
}
this._Overlap = overlap ;
this._State = 0 ;
this._IgnoreCase = ( ignoreCase === true ) ;
if ( ignoreCase )
this.Pattern = pattern.toLowerCase();
else
this.Pattern = pattern ;
}
KmpMatch.prototype = {
FeedCharacter : function( c )
{
if ( this._IgnoreCase )
c = c.toLowerCase();
 
while ( true )
{
if ( c == this.Pattern.charAt( this._State ) )
{
this._State++ ;
if ( this._State == this.Pattern.length )
{
// found a match, start over, don't care about partial matches involving the current match
this._State = 0;
return KMP_MATCHED;
}
return KMP_ADVANCED ;
}
else if ( this._State == 0 )
return KMP_NOMATCH;
else
this._State = this._Overlap[ this._State ];
}
 
return null ;
},
 
Reset : function()
{
this._State = 0 ;
}
};
 
// Place a range at the start of document.
function OnLoad()
{
// First of all, translate the dialog box texts.
oEditor.FCKLanguageManager.TranslatePage( document ) ;
 
// Show the appropriate tab at startup.
if ( dialogArguments.CustomValue == 'Find' )
{
dialog.SetSelectedTab( 'Find' ) ;
dialog.SetAutoSize( true ) ;
}
else
dialog.SetSelectedTab( 'Replace' ) ;
 
SelectField( 'txtFind' + dialogArguments.CustomValue ) ;
}
 
function btnStat()
{
GetE('btnReplace').disabled =
GetE('btnReplaceAll').disabled =
GetE('btnFind').disabled =
( GetE(idMap["FindText"]).value.length == 0 ) ;
}
 
function btnStatDelayed()
{
setTimeout( btnStat, 1 ) ;
}
 
function GetSearchString()
{
return GetE(idMap['FindText']).value ;
}
 
function GetReplaceString()
{
return GetE("txtReplace").value ;
}
 
function GetCheckCase()
{
return !! ( GetE(idMap['CheckCase']).checked ) ;
}
 
function GetMatchWord()
{
return !! ( GetE(idMap['CheckWord']).checked ) ;
}
 
/* Is this character a unicode whitespace or a punctuation mark?
* References:
* http://unicode.org/Public/UNIDATA/PropList.txt (whitespaces)
* http://php.chinaunix.net/manual/tw/ref.regex.php (punctuation marks)
*/
function CheckIsWordSeparator( c )
{
if ( !c )
return true;
var code = c.charCodeAt( 0 );
if ( code >= 9 && code <= 0xd )
return true;
if ( code >= 0x2000 && code <= 0x200a )
return true;
switch ( code )
{
case 0x20:
case 0x85:
case 0xa0:
case 0x1680:
case 0x180e:
case 0x2028:
case 0x2029:
case 0x202f:
case 0x205f:
case 0x3000:
return true;
default:
}
return /[.,"'?!;:]/.test( c ) ;
}
 
FindRange = null ;
function _Find()
{
var searchString = GetSearchString() ;
if ( !FindRange )
FindRange = new CharacterRange( new CharacterCursor( EditorDocument ), searchString.length ) ;
else
{
FindRange.RemoveHighlight() ;
FindRange = FindRange.GetNextRange( searchString.length ) ;
}
var matcher = new KmpMatch( searchString, ! GetCheckCase() ) ;
var matchState = KMP_NOMATCH ;
var character = '%' ;
 
while ( character != null )
{
while ( ( character = FindRange.GetEndCharacter() ) )
{
matchState = matcher.FeedCharacter( character ) ;
if ( matchState == KMP_MATCHED )
break ;
if ( FindRange.MoveNext() )
matcher.Reset() ;
}
 
if ( matchState == KMP_MATCHED )
{
if ( GetMatchWord() )
{
var cursors = FindRange.GetCursors() ;
var head = cursors[ cursors.length - 1 ].Clone() ;
var tail = cursors[0].Clone() ;
if ( !head.MoveNext() && !CheckIsWordSeparator( head.GetCharacter() ) )
continue ;
if ( !tail.MoveBack() && !CheckIsWordSeparator( tail.GetCharacter() ) )
continue ;
}
 
FindRange.Highlight() ;
return true ;
}
}
 
FindRange = null ;
return false ;
}
 
function Find()
{
if ( ! _Find() )
alert( FCKLang.DlgFindNotFoundMsg ) ;
}
 
function Replace()
{
var saveUndoStep = function( selectRange )
{
var ieRange ;
if ( oEditor.FCKBrowserInfo.IsIE )
ieRange = document.selection.createRange() ;
 
selectRange.Select() ;
oEditor.FCKUndo.SaveUndoStep() ;
var cloneRange = selectRange.Clone() ;
cloneRange.Collapse( false ) ;
cloneRange.Select() ;
 
if ( ieRange )
setTimeout( function(){ ieRange.select() ; }, 1 ) ;
}
 
if ( FindRange && FindRange.GetHighlightDomRange() )
{
var range = FindRange.GetHighlightDomRange() ;
var bookmark = range.CreateBookmark() ;
FindRange.RemoveHighlight() ;
range.MoveToBookmark( bookmark ) ;
 
saveUndoStep( range ) ;
range.DeleteContents() ;
range.InsertNode( EditorDocument.createTextNode( GetReplaceString() ) ) ;
range._UpdateElementInfo() ;
 
FindRange = CharacterRange.CreateFromDomRange( range ) ;
}
else
{
if ( ! _Find() )
{
FindRange && FindRange.RemoveHighlight() ;
alert( FCKLang.DlgFindNotFoundMsg ) ;
}
}
}
 
function ReplaceAll()
{
oEditor.FCKUndo.SaveUndoStep() ;
var replaceCount = 0 ;
 
while ( _Find() )
{
var range = FindRange.GetHighlightDomRange() ;
var bookmark = range.CreateBookmark() ;
FindRange.RemoveHighlight() ;
range.MoveToBookmark( bookmark) ;
 
range.DeleteContents() ;
range.InsertNode( EditorDocument.createTextNode( GetReplaceString() ) ) ;
range._UpdateElementInfo() ;
 
FindRange = CharacterRange.CreateFromDomRange( range ) ;
replaceCount++ ;
}
if ( replaceCount == 0 )
{
FindRange && FindRange.RemoveHighlight() ;
alert( FCKLang.DlgFindNotFoundMsg ) ;
}
dialog.Cancel() ;
}
 
window.onunload = function()
{
if ( FindRange )
{
FindRange.RemoveHighlight() ;
FindRange.ToDomRange().Select() ;
}
}
</script>
</head>
<body onload="OnLoad()" style="overflow: hidden">
<div id="divFind" style="display: none">
<table cellspacing="3" cellpadding="2" width="100%" border="0">
<tr>
<td nowrap="nowrap">
<label for="txtFindFind" fcklang="DlgReplaceFindLbl">
Find what:</label>
</td>
<td width="100%">
<input id="txtFindFind" onkeyup="btnStat()" oninput="btnStat()" onpaste="btnStatDelayed()" style="width: 100%" tabindex="1"
type="text" />
</td>
<td>
<input id="btnFind" style="width: 80px" disabled="disabled" onclick="Find();"
type="button" value="Find" fcklang="DlgFindFindBtn" />
</td>
</tr>
<tr>
<td valign="bottom" colspan="3">
&nbsp;<input id="chkCaseFind" tabindex="3" type="checkbox" /><label for="chkCaseFind" fcklang="DlgReplaceCaseChk">Match
case</label>
<br />
&nbsp;<input id="chkWordFind" tabindex="4" type="checkbox" /><label for="chkWordFind" fcklang="DlgReplaceWordChk">Match
whole word</label>
</td>
</tr>
</table>
</div>
<div id="divReplace" style="display:none">
<table cellspacing="3" cellpadding="2" width="100%" border="0">
<tr>
<td nowrap="nowrap">
<label for="txtFindReplace" fcklang="DlgReplaceFindLbl">
Find what:</label>
</td>
<td width="100%">
<input id="txtFindReplace" onkeyup="btnStat()" oninput="btnStat()" onpaste="btnStatDelayed()" style="width: 100%" tabindex="1"
type="text" />
</td>
<td>
<input id="btnReplace" style="width: 80px" disabled="disabled" onclick="Replace();"
type="button" value="Replace" fcklang="DlgReplaceReplaceBtn" />
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap">
<label for="txtReplace" fcklang="DlgReplaceReplaceLbl">
Replace with:</label>
</td>
<td valign="top">
<input id="txtReplace" style="width: 100%" tabindex="2" type="text" />
</td>
<td>
<input id="btnReplaceAll" style="width: 80px" disabled="disabled" onclick="ReplaceAll()" type="button"
value="Replace All" fcklang="DlgReplaceReplAllBtn" />
</td>
</tr>
<tr>
<td valign="bottom" colspan="3">
&nbsp;<input id="chkCaseReplace" tabindex="3" type="checkbox" /><label for="chkCaseReplace" fcklang="DlgReplaceCaseChk">Match
case</label>
<br />
&nbsp;<input id="chkWordReplace" tabindex="4" type="checkbox" /><label for="chkWordReplace" fcklang="DlgReplaceWordChk">Match
whole word</label>
</td>
</tr>
</table>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_replace.html
* "Replace" dialog box window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
* Abdul-Aziz A. Al-Oraij (aziz.oraij.com)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
function OnLoad()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( document ) ;
 
window.parent.SetAutoSize( true ) ;
 
oEditor.FCKUndo.SaveUndoStep() ;
}
 
function btnStat(frm)
{
document.getElementById('btnReplace').disabled =
document.getElementById('btnReplaceAll').disabled =
( document.getElementById('txtFind').value.length == 0 ) ;
}
 
function ReplaceTextNodes( parentNode, regex, replaceValue, replaceAll, hasFound )
{
for ( var i = 0 ; i < parentNode.childNodes.length ; i++ )
{
var oNode = parentNode.childNodes[i] ;
if ( oNode.nodeType == 3 )
{
var sReplaced = oNode.nodeValue.replace( regex, replaceValue ) ;
if ( oNode.nodeValue != sReplaced )
{
oNode.nodeValue = sReplaced ;
if ( ! replaceAll )
return true ;
hasFound = true ;
}
}
 
hasFound = ReplaceTextNodes( oNode, regex, replaceValue, replaceAll, hasFound ) ;
if ( ! replaceAll && hasFound )
return true ;
}
return hasFound ;
}
 
function GetRegexExpr()
{
if ( document.getElementById('chkWord').checked )
var sExpr = '\\b' + document.getElementById('txtFind').value + '\\b' ;
else
var sExpr = document.getElementById('txtFind').value ;
return sExpr ;
}
 
function GetCase()
{
return ( document.getElementById('chkCase').checked ? '' : 'i' ) ;
}
 
function Replace()
{
var oRegex = new RegExp( GetRegexExpr(), GetCase() ) ;
ReplaceTextNodes( oEditor.FCK.EditorDocument.body, oRegex, document.getElementById('txtReplace').value, false, false ) ;
}
 
function ReplaceAll()
{
var oRegex = new RegExp( GetRegexExpr(), GetCase() + 'g' ) ;
ReplaceTextNodes( oEditor.FCK.EditorDocument.body, oRegex, document.getElementById('txtReplace').value, true, false ) ;
window.parent.Cancel() ;
}
</script>
</head>
<body onload="OnLoad()" scroll="no" style="OVERFLOW: hidden">
<table cellSpacing="3" cellPadding="2" width="100%" border="0">
<tr>
<td noWrap><label for="txtFind" fckLang="DlgReplaceFindLbl">Find what:</label>
</td>
<td width="100%"><input id="txtFind" onkeyup="btnStat(this.form)" style="WIDTH: 100%" tabIndex="1" type="text">
</td>
<td><input id="btnReplace" style="WIDTH: 100%" disabled onclick="Replace();" type="button"
value="Replace" fckLang="DlgReplaceReplaceBtn">
</td>
</tr>
<tr>
<td vAlign="top" noWrap><label for="txtReplace" fckLang="DlgReplaceReplaceLbl">Replace
with:</label>
</td>
<td vAlign="top"><input id="txtReplace" style="WIDTH: 100%" tabIndex="2" type="text">
</td>
<td><input id="btnReplaceAll" disabled onclick="ReplaceAll()" type="button" value="Replace All"
fckLang="DlgReplaceReplAllBtn">
</td>
</tr>
<tr>
<td vAlign="bottom" colSpan="3">&nbsp;<input id="chkCase" tabIndex="3" type="checkbox"><label for="chkCase" fckLang="DlgReplaceCaseChk">Match
case</label>
<br>
&nbsp;<input id="chkWord" tabIndex="4" type="checkbox"><label for="chkWord" fckLang="DlgReplaceWordChk">Match
whole word</label>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_listprop.html
1,120 → 1,99
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Bulleted List dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="noindex, nofollow" name="robots" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
var sListType = ( location.search == '?OL' ? 'OL' : 'UL' ) ;
 
var oActiveEl = dialog.Selection.GetSelection().MoveToAncestorNode( sListType ) ;
var oActiveSel ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( sListType == 'UL' )
oActiveSel = GetE('selBulleted') ;
else
{
if ( oActiveEl )
{
oActiveSel = GetE('selNumbered') ;
GetE('eStart').style.display = '' ;
GetE('txtStartPosition').value = GetAttribute( oActiveEl, 'start' ) ;
}
}
 
oActiveSel.style.display = '' ;
 
if ( oActiveEl )
{
if ( oActiveEl.getAttribute('type') )
oActiveSel.value = oActiveEl.getAttribute('type') ;
}
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
 
SelectField( sListType == 'OL' ? 'txtStartPosition' : 'selBulleted' ) ;
}
 
function Ok()
{
if ( oActiveEl ){
SetAttribute( oActiveEl, 'type' , oActiveSel.value ) ;
if(oActiveEl.tagName == 'OL')
SetAttribute( oActiveEl, 'start', GetE('txtStartPosition').value ) ;
}
 
return true ;
}
 
</script>
</head>
<body style="overflow: hidden">
<table width="100%" style="height: 100%">
<tr>
<td style="text-align:center">
<table cellspacing="0" cellpadding="0" border="0" style="margin-left: auto; margin-right: auto;">
<tr>
<td id="eStart" style="display: none; padding-right: 5px; padding-left: 5px">
<span fcklang="DlgLstStart">Start</span><br />
<input type="text" id="txtStartPosition" size="5" />
</td>
<td style="padding-right: 5px; padding-left: 5px">
<span fcklang="DlgLstType">List Type</span><br />
<select id="selBulleted" style="display: none">
<option value="" selected="selected"></option>
<option value="circle" fcklang="DlgLstTypeCircle">Circle</option>
<option value="disc" fcklang="DlgLstTypeDisc">Disc</option>
<option value="square" fcklang="DlgLstTypeSquare">Square</option>
</select>
<select id="selNumbered" style="display: none">
<option value="" selected="selected"></option>
<option value="1" fcklang="DlgLstTypeNumbers">Numbers (1, 2, 3)</option>
<option value="a" fcklang="DlgLstTypeLCase">Lowercase Letters (a, b, c)</option>
<option value="A" fcklang="DlgLstTypeUCase">Uppercase Letters (A, B, C)</option>
<option value="i" fcklang="DlgLstTypeSRoman">Small Roman Numerals (i, ii, iii)</option>
<option value="I" fcklang="DlgLstTypeLRoman">Large Roman Numerals (I, II, III)</option>
</select>
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_listprop.html
* Bulleted List dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Bulleted List Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.MoveToAncestorNode( 'UL' ) ;
var oActiveSel ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl )
oActiveSel = GetE('selBulleted') ;
else
{
oActiveEl = oEditor.FCKSelection.MoveToAncestorNode( 'OL' ) ;
if ( oActiveEl )
oActiveSel = GetE('selNumbered') ;
}
 
oActiveSel.style.display = '' ;
 
if ( oActiveEl )
{
if ( oActiveEl.getAttribute('type') )
oActiveSel.value = oActiveEl.getAttribute('type').toLowerCase() ;
}
 
window.parent.SetOkButton( true ) ;
}
 
function Ok()
{
if ( oActiveEl )
SetAttribute( oActiveEl, 'type' , oActiveSel.value ) ;
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table width="100%" height="100%">
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td>
<span fckLang="DlgLstType">List Type</span><br>
<select id="selBulleted" style="DISPLAY: none">
<option value="" selected></option>
<option value="circle" fckLang="DlgLstTypeCircle">Circle</option>
<option value="disk" fckLang="DlgLstTypeDisk">Disk</option>
<option value="square" fckLang="DlgLstTypeSquare">Square</option>
</select>
<select id="selNumbered" style="DISPLAY: none">
<option value="" selected></option>
<option value="1" fckLang="DlgLstTypeNumbers">Numbers (1, 2, 3)</option>
<option value="a" fckLang="DlgLstTypeLCase">Lowercase Letters (a, b, c)</option>
<option value="A" fckLang="DlgLstTypeUCase">Uppercase Letters (A, B, C)</option>
<option value="i" fckLang="DlgLstTypeSRoman">Small Roman Numerals (i, ii, iii)</option>
<option value="I" fckLang="DlgLstTypeLRoman">Large Roman Numerals (I, II, III)</option>
</select>
&nbsp;
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_paste.html
1,347 → 1,81
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This dialog is shown when, for some reason (usually security settings),
* the user is not able to paste data from the clipboard to the editor using
* the toolbar buttons or the context menu.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
var FCK = oEditor.FCK;
var FCKTools = oEditor.FCKTools ;
var FCKConfig = oEditor.FCKConfig ;
var FCKBrowserInfo = oEditor.FCKBrowserInfo ;
 
window.onload = function ()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
var sPastingType = dialog.Args().CustomValue ;
 
if ( sPastingType == 'Word' || sPastingType == 'Security' )
{
if ( sPastingType == 'Security' )
document.getElementById( 'xSecurityMsg' ).style.display = '' ;
 
// For document.domain compatibility (#123) we must do all the magic in
// the URL for IE.
var sFrameUrl = !oEditor.FCK_IS_CUSTOM_DOMAIN || !FCKBrowserInfo.IsIE ?
'javascript:void(0)' :
'javascript:void( (function(){' +
'document.open() ;' +
'document.domain=\'' + document.domain + '\' ;' +
'document.write(\'<html><head><script>window.onerror = function() { return true ; };<\/script><\/head><body><\/body><\/html>\') ;' +
'document.close() ;' +
'document.body.contentEditable = true ;' +
'window.focus() ;' +
'})() )' ;
 
var eFrameSpace = document.getElementById( 'xFrameSpace' ) ;
eFrameSpace.innerHTML = '<iframe id="frmData" src="' + sFrameUrl + '" ' +
'height="98%" width="99%" frameborder="0" style="border: #000000 1px; background-color: #ffffff"><\/iframe>' ;
 
var oFrame = eFrameSpace.firstChild ;
 
if ( !oEditor.FCK_IS_CUSTOM_DOMAIN || !FCKBrowserInfo.IsIE )
{
// Avoid errors if the pasted content has any script that fails: #389
var oDoc = oFrame.contentWindow.document ;
oDoc.open() ;
oDoc.write('<html><head><script>window.onerror = function() { return true ; };<\/script><\/head><body><\/body><\/html>') ;
oDoc.close() ;
 
if ( FCKBrowserInfo.IsIE )
oDoc.body.contentEditable = true ;
else
oDoc.designMode = 'on' ;
 
oFrame.contentWindow.focus();
}
}
else
{
document.getElementById('txtData').style.display = '' ;
SelectField( 'txtData' ) ;
}
 
if ( sPastingType != 'Word' )
document.getElementById('oWordCommands').style.display = 'none' ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
}
 
function Ok()
{
// Before doing anything, save undo snapshot.
oEditor.FCKUndo.SaveUndoStep() ;
 
var sHtml ;
 
var sPastingType = dialog.Args().CustomValue ;
 
if ( sPastingType == 'Word' || sPastingType == 'Security' )
{
var oFrame = document.getElementById('frmData') ;
var oBody ;
 
if ( oFrame.contentDocument )
oBody = oFrame.contentDocument.body ;
else
oBody = oFrame.contentWindow.document.body ;
 
if ( sPastingType == 'Word' )
{
// If a plugin creates a FCK.CustomCleanWord function it will be called instead of the default one
if ( typeof( FCK.CustomCleanWord ) == 'function' )
sHtml = FCK.CustomCleanWord( oBody, document.getElementById('chkRemoveFont').checked, document.getElementById('chkRemoveStyles').checked ) ;
else
sHtml = CleanWord( oBody, document.getElementById('chkRemoveFont').checked, document.getElementById('chkRemoveStyles').checked ) ;
}
else
sHtml = oBody.innerHTML ;
 
// Fix relative anchor URLs (IE automatically adds the current page URL).
var re = new RegExp( window.location + "#", "g" ) ;
sHtml = sHtml.replace( re, '#') ;
}
else
{
sHtml = oEditor.FCKTools.HTMLEncode( document.getElementById('txtData').value ) ;
sHtml = FCKTools.ProcessLineBreaks( oEditor, FCKConfig, sHtml ) ;
 
// FCK.InsertHtml() does not work for us, since document fragments cannot contain node fragments. :(
// Use the marker method instead. It's primitive, but it works.
var range = new oEditor.FCKDomRange( oEditor.FCK.EditorWindow ) ;
var oDoc = oEditor.FCK.EditorDocument ;
dialog.Selection.EnsureSelection() ;
range.MoveToSelection() ;
range.DeleteContents() ;
var marker = [] ;
for ( var i = 0 ; i < 5 ; i++ )
marker.push( parseInt(Math.random() * 100000, 10 ) ) ;
marker = marker.join( "" ) ;
range.InsertNode ( oDoc.createTextNode( marker ) ) ;
var bookmark = range.CreateBookmark() ;
 
// Now we've got a marker indicating the paste position in the editor document.
// Find its position in the HTML code.
var htmlString = oDoc.body.innerHTML ;
var index = htmlString.indexOf( marker ) ;
 
// Split it the HTML code up, add the code we generated, and put them back together.
var htmlList = [] ;
htmlList.push( htmlString.substr( 0, index ) ) ;
htmlList.push( sHtml ) ;
htmlList.push( htmlString.substr( index + marker.length ) ) ;
htmlString = htmlList.join( "" ) ;
 
if ( oEditor.FCKBrowserInfo.IsIE )
oEditor.FCK.SetInnerHtml( htmlString ) ;
else
oDoc.body.innerHTML = htmlString ;
 
range.MoveToBookmark( bookmark ) ;
range.Collapse( false ) ;
range.Select() ;
range.Release() ;
return true ;
}
 
oEditor.FCK.InsertHtml( sHtml ) ;
 
return true ;
}
 
// This function will be called from the PasteFromWord dialog (fck_paste.html)
// Input: oNode a DOM node that contains the raw paste from the clipboard
// bIgnoreFont, bRemoveStyles booleans according to the values set in the dialog
// Output: the cleaned string
function CleanWord( oNode, bIgnoreFont, bRemoveStyles )
{
var html = oNode.innerHTML ;
 
html = html.replace(/<o:p>\s*<\/o:p>/g, '') ;
html = html.replace(/<o:p>[\s\S]*?<\/o:p>/g, '&nbsp;') ;
 
// Remove mso-xxx styles.
html = html.replace( /\s*mso-[^:]+:[^;"]+;?/gi, '' ) ;
 
// Remove margin styles.
html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*;/gi, '' ) ;
html = html.replace( /\s*MARGIN: 0cm 0cm 0pt\s*"/gi, "\"" ) ;
 
html = html.replace( /\s*TEXT-INDENT: 0cm\s*;/gi, '' ) ;
html = html.replace( /\s*TEXT-INDENT: 0cm\s*"/gi, "\"" ) ;
 
html = html.replace( /\s*TEXT-ALIGN: [^\s;]+;?"/gi, "\"" ) ;
 
html = html.replace( /\s*PAGE-BREAK-BEFORE: [^\s;]+;?"/gi, "\"" ) ;
 
html = html.replace( /\s*FONT-VARIANT: [^\s;]+;?"/gi, "\"" ) ;
 
html = html.replace( /\s*tab-stops:[^;"]*;?/gi, '' ) ;
html = html.replace( /\s*tab-stops:[^"]*/gi, '' ) ;
 
// Remove FONT face attributes.
if ( bIgnoreFont )
{
html = html.replace( /\s*face="[^"]*"/gi, '' ) ;
html = html.replace( /\s*face=[^ >]*/gi, '' ) ;
 
html = html.replace( /\s*FONT-FAMILY:[^;"]*;?/gi, '' ) ;
}
 
// Remove Class attributes
html = html.replace(/<(\w[^>]*) class=([^ |>]*)([^>]*)/gi, "<$1$3") ;
 
// Remove styles.
if ( bRemoveStyles )
html = html.replace( /<(\w[^>]*) style="([^\"]*)"([^>]*)/gi, "<$1$3" ) ;
 
// Remove style, meta and link tags
html = html.replace( /<STYLE[^>]*>[\s\S]*?<\/STYLE[^>]*>/gi, '' ) ;
html = html.replace( /<(?:META|LINK)[^>]*>\s*/gi, '' ) ;
 
// Remove empty styles.
html = html.replace( /\s*style="\s*"/gi, '' ) ;
 
html = html.replace( /<SPAN\s*[^>]*>\s*&nbsp;\s*<\/SPAN>/gi, '&nbsp;' ) ;
 
html = html.replace( /<SPAN\s*[^>]*><\/SPAN>/gi, '' ) ;
 
// Remove Lang attributes
html = html.replace(/<(\w[^>]*) lang=([^ |>]*)([^>]*)/gi, "<$1$3") ;
 
html = html.replace( /<SPAN\s*>([\s\S]*?)<\/SPAN>/gi, '$1' ) ;
 
html = html.replace( /<FONT\s*>([\s\S]*?)<\/FONT>/gi, '$1' ) ;
 
// Remove XML elements and declarations
html = html.replace(/<\\?\?xml[^>]*>/gi, '' ) ;
 
// Remove w: tags with contents.
html = html.replace( /<w:[^>]*>[\s\S]*?<\/w:[^>]*>/gi, '' ) ;
 
// Remove Tags with XML namespace declarations: <o:p><\/o:p>
html = html.replace(/<\/?\w+:[^>]*>/gi, '' ) ;
 
// Remove comments [SF BUG-1481861].
html = html.replace(/<\!--[\s\S]*?-->/g, '' ) ;
 
html = html.replace( /<(U|I|STRIKE)>&nbsp;<\/\1>/g, '&nbsp;' ) ;
 
html = html.replace( /<H\d>\s*<\/H\d>/gi, '' ) ;
 
// Remove "display:none" tags.
html = html.replace( /<(\w+)[^>]*\sstyle="[^"]*DISPLAY\s?:\s?none[\s\S]*?<\/\1>/ig, '' ) ;
 
// Remove language tags
html = html.replace( /<(\w[^>]*) language=([^ |>]*)([^>]*)/gi, "<$1$3") ;
 
// Remove onmouseover and onmouseout events (from MS Word comments effect)
html = html.replace( /<(\w[^>]*) onmouseover="([^\"]*)"([^>]*)/gi, "<$1$3") ;
html = html.replace( /<(\w[^>]*) onmouseout="([^\"]*)"([^>]*)/gi, "<$1$3") ;
 
if ( FCKConfig.CleanWordKeepsStructure )
{
// The original <Hn> tag send from Word is something like this: <Hn style="margin-top:0px;margin-bottom:0px">
html = html.replace( /<H(\d)([^>]*)>/gi, '<h$1>' ) ;
 
// Word likes to insert extra <font> tags, when using MSIE. (Wierd).
html = html.replace( /<(H\d)><FONT[^>]*>([\s\S]*?)<\/FONT><\/\1>/gi, '<$1>$2<\/$1>' );
html = html.replace( /<(H\d)><EM>([\s\S]*?)<\/EM><\/\1>/gi, '<$1>$2<\/$1>' );
}
else
{
html = html.replace( /<H1([^>]*)>/gi, '<div$1><b><font size="6">' ) ;
html = html.replace( /<H2([^>]*)>/gi, '<div$1><b><font size="5">' ) ;
html = html.replace( /<H3([^>]*)>/gi, '<div$1><b><font size="4">' ) ;
html = html.replace( /<H4([^>]*)>/gi, '<div$1><b><font size="3">' ) ;
html = html.replace( /<H5([^>]*)>/gi, '<div$1><b><font size="2">' ) ;
html = html.replace( /<H6([^>]*)>/gi, '<div$1><b><font size="1">' ) ;
 
html = html.replace( /<\/H\d>/gi, '<\/font><\/b><\/div>' ) ;
 
// Transform <P> to <DIV>
var re = new RegExp( '(<P)([^>]*>[\\s\\S]*?)(<\/P>)', 'gi' ) ; // Different because of a IE 5.0 error
html = html.replace( re, '<div$2<\/div>' ) ;
 
// Remove empty tags (three times, just to be sure).
// This also removes any empty anchor
html = html.replace( /<([^\s>]+)(\s[^>]*)?>\s*<\/\1>/g, '' ) ;
html = html.replace( /<([^\s>]+)(\s[^>]*)?>\s*<\/\1>/g, '' ) ;
html = html.replace( /<([^\s>]+)(\s[^>]*)?>\s*<\/\1>/g, '' ) ;
}
 
return html ;
}
 
</script>
 
</head>
<body style="overflow: hidden">
<table cellspacing="0" cellpadding="0" width="100%" border="0" style="height: 98%">
<tr>
<td>
<div id="xSecurityMsg" style="display: none">
<span fcklang="DlgPasteSec">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.</span><br />
&nbsp;
</div>
<div>
<span fcklang="DlgPasteMsg2">Please paste inside the following box using the keyboard
(<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.</span><br />
&nbsp;
</div>
</td>
</tr>
<tr>
<td id="xFrameSpace" valign="top" height="100%" style="border: #000000 1px solid">
<textarea id="txtData" cols="80" rows="5" style="border: #000000 1px; display: none;
width: 99%; height: 98%"></textarea>
</td>
</tr>
<tr id="oWordCommands">
<td>
 
<input id="chkRemoveFont" type="checkbox" checked="checked" />
<label for="chkRemoveFont" fcklang="DlgPasteIgnoreFont">
Ignore Font Face definitions</label>
<br />
<input id="chkRemoveStyles" type="checkbox" />
<label for="chkRemoveStyles" fcklang="DlgPasteRemoveStyles">
Remove Styles definitions</label>
 
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_paste.html
* This dialog is shown when, for some reason (usually security settings),
* the user is not able to paste data from the clipboard to the editor using
* the toolbar buttons or the context menu.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<script language="javascript">
var oEditor = window.parent.InnerDialogLoaded() ;
 
window.onload = function ()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
window.parent.SetOkButton( true ) ;
 
if ( window.parent.dialogArguments.CustomValue == 'Word' )
{
var oFrame = document.getElementById('frmData')
oFrame.style.display = '' ;
oFrame.contentDocument.designMode = 'on' ;
}
else
document.getElementById('txtData').style.display = '' ;
}
 
function Ok()
{
if ( window.parent.dialogArguments.CustomValue == 'Word' )
{
var sHtml = document.getElementById('frmData').contentDocument.body.innerHTML ;
oEditor.FCK.CleanAndPaste( sHtml ) ;
}
else
{
var sText = oEditor.FCKTools.HTMLEncode( document.getElementById('txtData').value ) ;
sText = sText.replace( /\n/g, '<BR>' ) ;
oEditor.FCK.InsertHtml( sText ) ;
}
return true ;
}
</script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table height="98%" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td>
<span fckLang="DlgPasteMsg">The editor was not able to automaticaly execute pasting
because of the <STRONG>security settings</STRONG> of your browser.
<BR>
Please paste inside the following box using the keyboard (<STRONG>Ctrl+V</STRONG>)
and hit <STRONG>OK</STRONG>.</span>
</td>
</tr>
<tr>
<td valign="top" height="100%" style="BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid">
<textarea id="txtData" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; WIDTH: 99%; BORDER-BOTTOM: #000000 1px; HEIGHT: 98%"></textarea>
<iframe id="frmData" src="../fckblank.html" height="98%" width="99%" frameborder="no" style="BORDER-RIGHT: #000000 1px; BORDER-TOP: #000000 1px; DISPLAY: none; BORDER-LEFT: #000000 1px; BORDER-BOTTOM: #000000 1px; BACKGROUND-COLOR: #ffffff"></iframe>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_textarea.html
1,94 → 1,88
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Text Area dialog window.
-->
<html>
<head>
<title>Text Area Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = dialog.Selection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName == 'TEXTAREA' )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtCols').value = GetAttribute( oActiveEl, 'cols' ) ;
GetE('txtRows').value = GetAttribute( oActiveEl, 'rows' ) ;
}
else
oActiveEl = null ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
SelectField( 'txtName' ) ;
}
 
function Ok()
{
oEditor.FCKUndo.SaveUndoStep() ;
 
oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'TEXTAREA', {name: GetE('txtName').value} ) ;
 
SetAttribute( oActiveEl, 'cols', GetE('txtCols').value ) ;
SetAttribute( oActiveEl, 'rows', GetE('txtRows').value ) ;
 
return true ;
}
 
</script>
</head>
<body style="overflow: hidden">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgTextareaName">Name</span><br>
<input type="text" id="txtName" style="WIDTH: 100%">
<span fckLang="DlgTextareaCols">Collumns</span><br>
<input id="txtCols" type="text" size="5">
<br>
<span fckLang="DlgTextareaRows">Rows</span><br>
<input id="txtRows" type="text" size="5">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_textarea.html
* Text Area dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Text Area Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName == 'TEXTAREA' )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtCols').value = GetAttribute( oActiveEl, 'cols' ) ;
GetE('txtRows').value = GetAttribute( oActiveEl, 'rows' ) ;
}
else
oActiveEl = null ;
 
window.parent.SetOkButton( true ) ;
}
 
function Ok()
{
if ( !oActiveEl )
{
oActiveEl = oEditor.FCK.EditorDocument.createElement( 'TEXTAREA' ) ;
oActiveEl = oEditor.FCK.InsertElementAndGetIt( oActiveEl ) ;
}
 
oActiveEl.name = GetE('txtName').value ;
SetAttribute( oActiveEl, 'cols', GetE('txtCols').value ) ;
SetAttribute( oActiveEl, 'rows', GetE('txtRows').value ) ;
 
return true ;
}
 
</script>
</head>
<body style='OVERFLOW: hidden' scroll='no'>
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgTextareaName">Name</span><br>
<input type="text" id="txtName" style="WIDTH: 100%">
<span fckLang="DlgTextareaCols">Collumns</span><br>
<input id="txtCols" type="text" size="5">
<br>
<span fckLang="DlgTextareaRows">Rows</span><br>
<input id="txtRows" type="text" size="5">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_specialchar.html
1,121 → 1,102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Special Chars Selector dialog window.
-->
<html>
<head>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
.Hand
{
cursor: pointer ;
cursor: hand ;
}
.Sample { font-size: 24px; }
</style>
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
var oSample ;
 
function insertChar(charValue)
{
oEditor.FCKUndo.SaveUndoStep() ;
oEditor.FCK.InsertHtml( charValue || "" ) ;
window.parent.Cancel() ;
}
 
function over(td)
{
if ( ! oSample )
return ;
oSample.innerHTML = td.innerHTML ;
td.className = 'LightBackground SpecialCharsOver Hand' ;
}
 
function out(td)
{
if ( ! oSample )
return ;
oSample.innerHTML = "&nbsp;" ;
td.className = 'DarkBackground SpecialCharsOut Hand' ;
}
 
function setDefaults()
{
// Gets the sample placeholder.
oSample = document.getElementById("SampleTD") ;
 
// First of all, translates the dialog box texts.
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
window.parent.SetAutoSize( true ) ;
}
 
</script>
</head>
<body onload="setDefaults()" style="overflow: hidden">
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td width="100%">
<table cellpadding="1" cellspacing="1" align="center" border="0" width="100%" height="100%">
<script type="text/javascript">
var aChars = ["!","&quot;","#","$","%","&amp;","\\'","(",")","*","+","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","&lt;","=","&gt;","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","&euro;","&lsquo;","&rsquo;","&rsquo;","&ldquo;","&rdquo;","&ndash;","&mdash;","&iexcl;","&cent;","&pound;","&curren;","&yen;","&brvbar;","&sect;","&uml;","&copy;","&ordf;","&laquo;","&not;","&reg;","&macr;","&deg;","&plusmn;","&sup2;","&sup3;","&acute;","&micro;","&para;","&middot;","&cedil;","&sup1;","&ordm;","&raquo;","&frac14;","&frac12;","&frac34;","&iquest;","&Agrave;","&Aacute;","&Acirc;","&Atilde;","&Auml;","&Aring;","&AElig;","&Ccedil;","&Egrave;","&Eacute;","&Ecirc;","&Euml;","&Igrave;","&Iacute;","&Icirc;","&Iuml;","&ETH;","&Ntilde;","&Ograve;","&Oacute;","&Ocirc;","&Otilde;","&Ouml;","&times;","&Oslash;","&Ugrave;","&Uacute;","&Ucirc;","&Uuml;","&Yacute;","&THORN;","&szlig;","&agrave;","&aacute;","&acirc;","&atilde;","&auml;","&aring;","&aelig;","&ccedil;","&egrave;","&eacute;","&ecirc;","&euml;","&igrave;","&iacute;","&icirc;","&iuml;","&eth;","&ntilde;","&ograve;","&oacute;","&ocirc;","&otilde;","&ouml;","&divide;","&oslash;","&ugrave;","&uacute;","&ucirc;","&uuml;","&uuml;","&yacute;","&thorn;","&yuml;","&OElig;","&oelig;","&#372;","&#374","&#373","&#375;","&sbquo;","&#8219;","&bdquo;","&hellip;","&trade;","&#9658;","&bull;","&rarr;","&rArr;","&hArr;","&diams;","&asymp;"] ;
 
var cols = 20 ;
 
var i = 0 ;
while (i < aChars.length)
{
document.write("<TR>") ;
for(var j = 0 ; j < cols ; j++)
{
if (aChars[i])
{
document.write('<TD width="1%" class="DarkBackground SpecialCharsOut Hand" align="center" onclick="insertChar(\'' + aChars[i].replace(/&/g, "&amp;") + '\')" onmouseover="over(this)" onmouseout="out(this)">') ;
document.write(aChars[i]) ;
}
else
document.write("<TD class='DarkBackground SpecialCharsOut'>&nbsp;") ;
document.write("<\/TD>") ;
i++ ;
}
document.write("<\/TR>") ;
}
</script>
</table>
</td>
<td nowrap>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td valign="top">
<table width="40" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="SampleTD" width="40" height="40" align="center" class="DarkBackground SpecialCharsOut Sample">&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_specialchar.html
* Special Chars Selector dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<style type="text/css">
.HandIE { cursor: hand ; }
.HandMozilla { cursor: pointer ; }
.Sample { font-size: 24px; }
</style>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
var oSample ;
 
function insertChar(charValue)
{
oEditor.FCK.InsertHtml( charValue || "" ) ;
window.parent.Cancel() ;
}
 
function over(td)
{
oSample.innerHTML = td.innerHTML ;
td.className = 'LightBackground HandIE HandMozilla' ;
}
 
function out(td)
{
oSample.innerHTML = "&nbsp;" ;
td.className = 'DarkBackground HandIE HandMozilla' ;
}
 
function setDefaults()
{
// Gets the sample placeholder.
oSample = document.getElementById("SampleTD") ;
 
// First of all, translates the dialog box texts.
oEditor.FCKLanguageManager.TranslatePage(document) ;
}
 
</script>
</HEAD>
<BODY onload="setDefaults()" scroll="no">
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td width="100%">
<table cellpadding="1" cellspacing="1" align="center" border="0" width="100%" height="100%">
<script type="text/javascript">
var aChars = ["!","&quot;","#","$","%","&","\\'","(",")","*","+","-",".","/","0","1","2","3","4","5","6","7","8","9",":",";","&lt;","=","&gt;","?","@","A","B","C","D","E","F","G","H","I","J","K","L","M","N","O","P","Q","R","S","T","U","V","W","X","Y","Z","[","]","^","_","`","a","b","c","d","e","f","g","h","i","j","k","l","m","n","o","p","q","r","s","t","u","v","w","x","y","z","{","|","}","~","&euro;","&lsquo;","&rsquo;","&rsquo;","&ldquo;","&rdquo;","&ndash;","&mdash;","&iexcl;","&cent;","&pound;","&curren;","&yen;","&brvbar;","&sect;","&uml;","&copy;","&ordf;","&laquo;","&not;","&reg;","&macr;","&deg;","&plusmn;","&sup2;","&sup3;","&acute;","&micro;","&para;","&middot;","&cedil;","&sup1;","&ordm;","&raquo;","&frac14;","&frac12;","&frac34;","&iquest;","&Agrave;","&Aacute;","&Acirc;","&Atilde;","&Auml;","&Aring;","&AElig;","&Ccedil;","&Egrave;","&Eacute;","&Ecirc;","&Euml;","&Igrave;","&Iacute;","&Icirc;","&Iuml;","&ETH;","&Ntilde;","&Ograve;","&Oacute;","&Ocirc;","&Otilde;","&Ouml;","&times;","&Oslash;","&Ugrave;","&Uacute;","&Ucirc;","&Uuml;","&Yacute;","&THORN;","&szlig;","&agrave;","&aacute;","&acirc;","&atilde;","&auml;","&aring;","&aelig;","&ccedil;","&egrave;","&eacute;","&ecirc;","&euml;","&igrave;","&iacute;","&icirc;","&iuml;","&eth;","&ntilde;","&ograve;","&oacute;","&ocirc;","&otilde;","&ouml;","&divide;","&oslash;","&ugrave;","&uacute;","&ucirc;","&uuml;","&uuml;","&yacute;","&thorn;","&yuml;"] ;
 
var cols = 20 ;
 
var i = 0 ;
while (i < aChars.length)
{
document.write("<TR>") ;
for(var j = 0 ; j < cols ; j++)
{
if (aChars[i])
{
document.write('<TD width="1%" class="DarkBackground HandIE HandMozilla" align="center" onclick="insertChar(\'' + aChars[i].replace(/&/g, "&amp;") + '\')" onmouseover="over(this)" onmouseout="out(this)">') ;
document.write(aChars[i]) ;
}
else
document.write("<TD class='DarkBackground'>&nbsp;") ;
document.write("</TD>") ;
i++ ;
}
document.write("</TR>") ;
}
</script>
</table>
</td>
<td nowrap>&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td valign="top">
<table width="40" cellpadding="0" cellspacing="0" border="0">
<tr>
<td id="SampleTD" width="40" height="40" align="center" class="DarkBackground Sample">&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
</BODY>
</HTML>
/trunk/api/fckeditor/editor/dialog/fck_colorselector.html
1,172 → 1,165
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Color Selection dialog window.
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<style TYPE="text/css">
#ColorTable { cursor: pointer ; cursor: hand ; }
#hicolor { height: 74px ; width: 74px ; border-width: 1px ; border-style: solid ; }
#hicolortext { width: 75px ; text-align: right ; margin-bottom: 7px ; }
#selhicolor { height: 20px ; width: 74px ; border-width: 1px ; border-style: solid ; }
#selcolor { width: 75px ; height: 20px ; margin-top: 0px ; margin-bottom: 7px ; }
#btnClear { width: 75px ; height: 22px ; margin-bottom: 6px ; }
.ColorCell { height: 15px ; width: 15px ; }
</style>
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
function OnLoad()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
CreateColorTable() ;
 
window.parent.SetOkButton( true ) ;
window.parent.SetAutoSize( true ) ;
}
 
function CreateColorTable()
{
// Get the target table.
var oTable = document.getElementById('ColorTable') ;
 
// Create the base colors array.
var aColors = ['00','33','66','99','cc','ff'] ;
 
// This function combines two ranges of three values from the color array into a row.
function AppendColorRow( rangeA, rangeB )
{
for ( var i = rangeA ; i < rangeA + 3 ; i++ )
{
var oRow = oTable.insertRow(-1) ;
 
for ( var j = rangeB ; j < rangeB + 3 ; j++ )
{
for ( var n = 0 ; n < 6 ; n++ )
{
AppendColorCell( oRow, '#' + aColors[j] + aColors[n] + aColors[i] ) ;
}
}
}
}
 
// This function create a single color cell in the color table.
function AppendColorCell( targetRow, color )
{
var oCell = targetRow.insertCell(-1) ;
oCell.className = 'ColorCell' ;
oCell.bgColor = color ;
 
oCell.onmouseover = function()
{
document.getElementById('hicolor').style.backgroundColor = this.bgColor ;
document.getElementById('hicolortext').innerHTML = this.bgColor ;
}
 
oCell.onclick = function()
{
document.getElementById('selhicolor').style.backgroundColor = this.bgColor ;
document.getElementById('selcolor').value = this.bgColor ;
}
}
 
AppendColorRow( 0, 0 ) ;
AppendColorRow( 3, 0 ) ;
AppendColorRow( 0, 3 ) ;
AppendColorRow( 3, 3 ) ;
 
// Create the last row.
var oRow = oTable.insertRow(-1) ;
 
// Create the gray scale colors cells.
for ( var n = 0 ; n < 6 ; n++ )
{
AppendColorCell( oRow, '#' + aColors[n] + aColors[n] + aColors[n] ) ;
}
 
// Fill the row with black cells.
for ( var i = 0 ; i < 12 ; i++ )
{
AppendColorCell( oRow, '#000000' ) ;
}
}
 
function Clear()
{
document.getElementById('selhicolor').style.backgroundColor = '' ;
document.getElementById('selcolor').value = '' ;
}
 
function ClearActual()
{
document.getElementById('hicolor').style.backgroundColor = '' ;
document.getElementById('hicolortext').innerHTML = '&nbsp;' ;
}
 
function UpdateColor()
{
try { document.getElementById('selhicolor').style.backgroundColor = document.getElementById('selcolor').value ; }
catch (e) { Clear() ; }
}
 
function Ok()
{
if ( typeof(window.parent.Args().CustomValue) == 'function' )
window.parent.Args().CustomValue( document.getElementById('selcolor').value ) ;
 
return true ;
}
</script>
</head>
<body onload="OnLoad()" scroll="no" style="OVERFLOW: hidden">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<tr>
<td align="center" valign="middle">
<table border="0" cellspacing="5" cellpadding="0" width="100%">
<tr>
<td valign="top" align="center" nowrap width="100%">
<table id="ColorTable" border="0" cellspacing="0" cellpadding="0" width="270" onmouseout="ClearActual();">
</table>
</td>
<td valign="top" align="left" nowrap>
<span fckLang="DlgColorHighlight">Highlight</span>
<div id="hicolor"></div>
<div id="hicolortext">&nbsp;</div>
<span fckLang="DlgColorSelected">Selected</span>
<div id="selhicolor"></div>
<input id="selcolor" type="text" maxlength="20" onchange="UpdateColor();">
<br>
<input id="btnClear" type="button" fckLang="DlgColorBtnClear" value="Clear" onclick="Clear();" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_colorselector.html
* Color Selection dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<style TYPE="text/css">
#ColorTable { cursor: pointer ; cursor: hand ; }
#hicolor { height: 74px ; width: 74px ; border-width: 1px ; border-style: solid ; }
#hicolortext { width: 75px ; text-align: right ; margin-bottom: 7px ; }
#selhicolor { height: 20px ; width: 74px ; border-width: 1px ; border-style: solid ; }
#selcolor { width: 75px ; height: 20px ; margin-top: 0px ; margin-bottom: 7px ; }
#btnClear { width: 75px ; height: 22px ; margin-bottom: 6px ; }
.ColorCell { height: 15px ; width: 15px ; }
</style>
<script type="text/javascript">
var oEditor = window.parent.InnerDialogLoaded() ;
 
function OnLoad()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
CreateColorTable() ;
window.parent.SetOkButton( true ) ;
window.parent.SetAutoSize( true ) ;
}
 
function CreateColorTable()
{
// Get the target table.
var oTable = document.getElementById('ColorTable') ;
 
// Create the base colors array.
var aColors = ['00','33','66','99','cc','ff'] ;
 
// This function combines two ranges of three values from the color array into a row.
function AppendColorRow( rangeA, rangeB )
{
for ( var i = rangeA ; i < rangeA + 3 ; i++ )
{
var oRow = oTable.insertRow(-1) ;
 
for ( var j = rangeB ; j < rangeB + 3 ; j++ )
{
for ( var n = 0 ; n < 6 ; n++ )
{
AppendColorCell( oRow, '#' + aColors[j] + aColors[n] + aColors[i] ) ;
}
}
}
}
 
// This function create a single color cell in the color table.
function AppendColorCell( targetRow, color )
{
var oCell = targetRow.insertCell(-1) ;
oCell.className = 'ColorCell' ;
oCell.bgColor = color ;
oCell.onmouseover = function()
{
document.getElementById('hicolor').style.backgroundColor = this.bgColor ;
document.getElementById('hicolortext').innerHTML = this.bgColor ;
}
oCell.onclick = function()
{
document.getElementById('selhicolor').style.backgroundColor = this.bgColor ;
document.getElementById('selcolor').value = this.bgColor ;
}
}
 
AppendColorRow( 0, 0 ) ;
AppendColorRow( 3, 0 ) ;
AppendColorRow( 0, 3 ) ;
AppendColorRow( 3, 3 ) ;
 
// Create the last row.
var oRow = oTable.insertRow(-1) ;
// Create the gray scale colors cells.
for ( var n = 0 ; n < 6 ; n++ )
{
AppendColorCell( oRow, '#' + aColors[n] + aColors[n] + aColors[n] ) ;
}
// Fill the row with black cells.
for ( var i = 0 ; i < 12 ; i++ )
{
AppendColorCell( oRow, '#000000' ) ;
}
}
 
function Clear()
{
document.getElementById('selhicolor').style.backgroundColor = '' ;
document.getElementById('selcolor').value = '' ;
}
 
function ClearActual()
{
document.getElementById('hicolor').style.backgroundColor = '' ;
document.getElementById('hicolortext').innerHTML = '&nbsp;' ;
}
 
function UpdateColor()
{
try { document.getElementById('selhicolor').style.backgroundColor = document.getElementById('selcolor').value ; }
catch (e) { Clear() ; }
}
 
function Ok()
{
if ( typeof(window.parent.dialogArguments.CustomValue) == 'function' )
window.parent.dialogArguments.CustomValue( document.getElementById('selcolor').value ) ;
 
return true ;
}
</script>
</head>
<body onload="OnLoad()" scroll="no" style="OVERFLOW: hidden">
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%">
<tr>
<td align="center" valign="middle">
<table border="0" cellspacing="5" cellpadding="0" width="100%">
<tr>
<td valign="top" align="center" nowrap width="100%">
<table id="ColorTable" border="0" cellspacing="0" cellpadding="0" width="270" onmouseout="ClearActual();">
</table>
</td>
<td valign="top" align="left" nowrap>
<span fckLang="DlgColorHighlight">Highlight</span>
<div id="hicolor"></div>
<div id="hicolortext">&nbsp;</div>
<span fckLang="DlgColorSelected">Selected</span>
<div id="selhicolor"></div>
<input id="selcolor" type="text" maxlength="20" onchange="UpdateColor();">
<br>
<input id="btnClear" type="button" fckLang="DlgColorBtnClear" value="Clear" onclick="Clear();" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_image.html
1,258 → 1,231
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Image Properties dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Image Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_image/fck_image.js" type="text/javascript"></script>
<script type="text/javascript">
 
document.write( FCKTools.GetStyleHtml( GetCommonDialogCss() ) ) ;
 
</script>
</head>
<body scroll="no" style="overflow: hidden">
<div id="divInfo">
<table cellspacing="1" cellpadding="1" border="0" width="100%" height="100%">
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td width="100%">
<span fcklang="DlgImgURL">URL</span>
</td>
<td id="tdBrowse" style="display: none" nowrap="nowrap" rowspan="2">
&nbsp;
<input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server"
fcklang="DlgBtnBrowseServer" />
</td>
</tr>
<tr>
<td valign="top">
<input id="txtUrl" style="width: 100%" type="text" onblur="UpdatePreview();" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<span fcklang="DlgImgAlt">Short Description</span><br />
<input id="txtAlt" style="width: 100%" type="text" /><br />
</td>
</tr>
<tr height="100%">
<td valign="top">
<table cellspacing="0" cellpadding="0" width="100%" border="0" height="100%">
<tr>
<td valign="top">
<br />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap">
<span fcklang="DlgImgWidth">Width</span>&nbsp;</td>
<td>
<input type="text" size="3" id="txtWidth" onkeyup="OnSizeChanged('Width',this.value);" /></td>
<td rowspan="2">
<div id="btnLockSizes" class="BtnLocked" onmouseover="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' ) + ' BtnOver';"
onmouseout="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' );" title="Lock Sizes"
onclick="SwitchLock(this);">
</div>
</td>
<td rowspan="2">
<div id="btnResetSize" class="BtnReset" onmouseover="this.className='BtnReset BtnOver';"
onmouseout="this.className='BtnReset';" title="Reset Size" onclick="ResetSizes();">
</div>
</td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgImgHeight">Height</span>&nbsp;</td>
<td>
<input type="text" size="3" id="txtHeight" onkeyup="OnSizeChanged('Height',this.value);" /></td>
</tr>
</table>
<br />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap">
<span fcklang="DlgImgBorder">Border</span>&nbsp;</td>
<td>
<input type="text" size="2" value="" id="txtBorder" onkeyup="UpdatePreview();" /></td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgImgHSpace">HSpace</span>&nbsp;</td>
<td>
<input type="text" size="2" id="txtHSpace" onkeyup="UpdatePreview();" /></td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgImgVSpace">VSpace</span>&nbsp;</td>
<td>
<input type="text" size="2" id="txtVSpace" onkeyup="UpdatePreview();" /></td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgImgAlign">Align</span>&nbsp;</td>
<td>
<select id="cmbAlign" onchange="UpdatePreview();">
<option value="" selected="selected"></option>
<option fcklang="DlgImgAlignLeft" value="left">Left</option>
<option fcklang="DlgImgAlignAbsBottom" value="absBottom">Abs Bottom</option>
<option fcklang="DlgImgAlignAbsMiddle" value="absMiddle">Abs Middle</option>
<option fcklang="DlgImgAlignBaseline" value="baseline">Baseline</option>
<option fcklang="DlgImgAlignBottom" value="bottom">Bottom</option>
<option fcklang="DlgImgAlignMiddle" value="middle">Middle</option>
<option fcklang="DlgImgAlignRight" value="right">Right</option>
<option fcklang="DlgImgAlignTextTop" value="textTop">Text Top</option>
<option fcklang="DlgImgAlignTop" value="top">Top</option>
</select>
</td>
</tr>
</table>
</td>
<td>
&nbsp;&nbsp;&nbsp;</td>
<td width="100%" valign="top">
<table cellpadding="0" cellspacing="0" width="100%" style="table-layout: fixed">
<tr>
<td>
<span fcklang="DlgImgPreview">Preview</span></td>
</tr>
<tr>
<td valign="top">
<iframe class="ImagePreviewArea" src="fck_image/fck_image_preview.html" frameborder="0"
marginheight="0" marginwidth="0"></iframe>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="divUpload" style="display: none">
<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data"
action="" onsubmit="return CheckUpload();">
<span fcklang="DlgLnkUpload">Upload</span><br />
<input id="txtUploadFile" style="width: 100%" type="file" size="40" name="NewFile" /><br />
<br />
<input id="btnUpload" type="submit" value="Send it to the Server" fcklang="DlgLnkBtnUpload" />
<script type="text/javascript">
document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
</script>
</form>
</div>
<div id="divLink" style="display: none">
<table cellspacing="1" cellpadding="1" border="0" width="100%">
<tr>
<td>
<div>
<span fcklang="DlgLnkURL">URL</span><br />
<input id="txtLnkUrl" style="width: 100%" type="text" onblur="UpdatePreview();" />
</div>
<div id="divLnkBrowseServer" align="right">
<input type="button" value="Browse Server" fcklang="DlgBtnBrowseServer" onclick="LnkBrowseServer();" />
</div>
<div>
<span fcklang="DlgLnkTarget">Target</span><br />
<select id="cmbLnkTarget">
<option value="" fcklang="DlgGenNotSet" selected="selected">&lt;not set&gt;</option>
<option value="_blank" fcklang="DlgLnkTargetBlank">New Window (_blank)</option>
<option value="_top" fcklang="DlgLnkTargetTop">Topmost Window (_top)</option>
<option value="_self" fcklang="DlgLnkTargetSelf">Same Window (_self)</option>
<option value="_parent" fcklang="DlgLnkTargetParent">Parent Window (_parent)</option>
</select>
</div>
</td>
</tr>
</table>
</div>
<div id="divAdvanced" style="display: none">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td valign="top" width="50%">
<span fcklang="DlgGenId">Id</span><br />
<input id="txtAttId" style="width: 100%" type="text" />
</td>
<td width="1">
&nbsp;&nbsp;</td>
<td valign="top">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td width="60%">
<span fcklang="DlgGenLangDir">Language Direction</span><br />
<select id="cmbAttLangDir" style="width: 100%">
<option value="" fcklang="DlgGenNotSet" selected="selected">&lt;not set&gt;</option>
<option value="ltr" fcklang="DlgGenLangDirLtr">Left to Right (LTR)</option>
<option value="rtl" fcklang="DlgGenLangDirRtl">Right to Left (RTL)</option>
</select>
</td>
<td width="1%">
&nbsp;&nbsp;</td>
<td nowrap="nowrap">
<span fcklang="DlgGenLangCode">Language Code</span><br />
<input id="txtAttLangCode" style="width: 100%" type="text" />&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3">
&nbsp;</td>
</tr>
<tr>
<td colspan="3">
<span fcklang="DlgGenLongDescr">Long Description URL</span><br />
<input id="txtLongDesc" style="width: 100%" type="text" />
</td>
</tr>
<tr>
<td colspan="3">
&nbsp;</td>
</tr>
<tr>
<td valign="top">
<span fcklang="DlgGenClass">Stylesheet Classes</span><br />
<input id="txtAttClasses" style="width: 100%" type="text" />
</td>
<td>
</td>
<td valign="top">
&nbsp;<span fcklang="DlgGenTitle">Advisory Title</span><br />
<input id="txtAttTitle" style="width: 100%" type="text" />
</td>
</tr>
</table>
<span fcklang="DlgGenStyle">Style</span><br />
<input id="txtAttStyle" style="width: 100%" type="text" />
</div>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_image.html
* Image Properties dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Image Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_image/fck_image.js" type="text/javascript"></script>
<link href="common/fck_dialog_common.css" rel="stylesheet" type="text/css" />
</head>
<body scroll="no" style="OVERFLOW: hidden">
<div id="divInfo">
<table cellspacing="1" cellpadding="1" border="0" width="100%" height="100%">
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td width="100%">
<span fckLang="DlgImgURL">URL</span>
</td>
<td id="tdBrowse" style="DISPLAY: none" nowrap rowspan="2">
&nbsp; <input id="btnBrowse" onclick="BrowseServer();" type="button" value="Browse Server" fckLang="DlgBtnBrowseServer">
</td>
</tr>
<tr>
<td valign="top">
<input id="txtUrl" style="WIDTH: 100%" type="text" onblur="UpdatePreview();">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<span fckLang="DlgImgAlt">Short Description</span><br />
<input id="txtAlt" style="WIDTH: 100%" type="text"><br />
</td>
</tr>
<tr height="100%">
<td valign="top">
<table cellspacing="0" cellpadding="0" width="100%" border="0" height="100%">
<tr>
<td valign="top">
<br />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap><span fckLang="DlgImgWidth">Width</span>&nbsp;</td>
<td>
<input type="text" size="3" id="txtWidth" onkeyup="OnSizeChanged('Width',this.value);"></td>
<td nowrap rowspan="2">
<div id="btnLockSizes" class="BtnLocked" onmouseover="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' ) + ' BtnOver';"
onmouseout="this.className = (bLockRatio ? 'BtnLocked' : 'BtnUnlocked' );" title="Lock Sizes"
onclick="SwitchLock(this);"></div>
<div id="btnResetSize" class="BtnReset" onmouseover="this.className='BtnReset BtnOver';"
onmouseout="this.className='BtnReset';" title="Reset Size" onclick="ResetSizes();"></div>
</td>
</tr>
<tr>
<td nowrap><span fckLang="DlgImgHeight">Height</span>&nbsp;</td>
<td>
<input type="text" size="3" id="txtHeight" onkeyup="OnSizeChanged('Height',this.value);"></td>
</tr>
</table>
<br />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap><span fckLang="DlgImgBorder">Border</span>&nbsp;</td>
<td>
<input type="text" size="2" value="" id="txtBorder" onkeyup="UpdatePreview();"></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgImgHSpace">HSpace</span>&nbsp;</td>
<td>
<input type="text" size="2" id="txtHSpace" onkeyup="UpdatePreview();"></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgImgVSpace">VSpace</span>&nbsp;</td>
<td>
<input type="text" size="2" id="txtVSpace" onkeyup="UpdatePreview();"></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgImgAlign">Align</span>&nbsp;</td>
<td><select id="cmbAlign" onchange="UpdatePreview();">
<option value="" selected></option>
<option fckLang="DlgImgAlignLeft" value="left">Left</option>
<option fckLang="DlgImgAlignAbsBottom" value="absBottom">Abs Bottom</option>
<option fckLang="DlgImgAlignAbsMiddle" value="absMiddle">Abs Middle</option>
<option fckLang="DlgImgAlignBaseline" value="baseline">Baseline</option>
<option fckLang="DlgImgAlignBottom" value="bottom">Bottom</option>
<option fckLang="DlgImgAlignMiddle" value="middle">Middle</option>
<option fckLang="DlgImgAlignRight" value="right">Right</option>
<option fckLang="DlgImgAlignTextTop" value="textTop">Text Top</option>
<option fckLang="DlgImgAlignTop" value="top">Top</option>
</select>
</td>
</tr>
</table>
</td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td width="100%" valign="top">
<table cellpadding="0" cellspacing="0" width="100%" style="TABLE-LAYOUT: fixed">
<tr>
<td><span fckLang="DlgImgPreview">Preview</span></td>
</tr>
<tr>
<td valign="top">
<div class="ImagePreviewArea">
<a id="lnkPreview" onclick="return false;" style="CURSOR: default"><img id="imgPreview" style="DISPLAY: none"></a>Magnus
es, domine, et laudabilis valde: magna virtus tua, et sapientiae tuae non est
numerus. et laudare te vult homo, aliqua portio creaturae tuae, et homo
circumferens mortalitem suam, circumferens testimonium peccati sui et
testimonium, quia superbis resistis: et tamen laudare te vult homo, aliqua
portio creaturae tuae.tu excitas, ut laudare te delectet, quia fecisti nos ad
te et inquietum est cor nostrum, donec requiescat in te. da mihi, domine, scire
et intellegere, utrum sit prius invocare te an laudare te, et scire te prius
sit an invocare te. sed quis te invocat nesciens te? aliud enim pro alio potest
invocare nesciens. an potius invocaris, ut sciaris? quomodo autem invocabunt,
in quem non crediderunt? aut quomodo credent sine praedicante? et laudabunt
dominum qui requirunt eum. quaerentes enim inveniunt eum et invenientes
laudabunt eum. quaeram te, domine, invocans te, et invocem te credens in te:
praedicatus enim es nobis. invocat te, domine, fides mea, quam dedisti mihi,
quam inspirasti mihi per humanitatem filii tui, per ministerium praedicatoris
tui.
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="divLink" style="DISPLAY: none">
<table cellspacing="1" cellpadding="1" border="0" width="100%">
<tr>
<td>
<div>
<span fckLang="DlgLnkURL">URL</span><br />
<input id="txtLnkUrl" style="WIDTH: 100%" type="text" onblur="UpdatePreview();" />
</div>
<div id="divLnkBrowseServer" align="right">
<input type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" onclick="LnkBrowseServer();" />
</div>
<div>
<span fckLang="DlgLnkTarget">Target</span><br />
<select id="cmbLnkTarget">
<option value="" fckLang="DlgGenNotSet" selected="selected">&lt;not set&gt;</option>
<option value="_blank" fckLang="DlgLnkTargetBlank">New Window (_blank)</option>
<option value="_top" fckLang="DlgLnkTargetTop">Topmost Window (_top)</option>
<option value="_self" fckLang="DlgLnkTargetSelf">Same Window (_self)</option>
<option value="_parent" fckLang="DlgLnkTargetParent">Parent Window (_parent)</option>
</select>
</div>
</td>
</tr>
</table>
</div>
<div id="divAdvanced" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td valign="top" width="50%">
<span fckLang="DlgGenId">Id</span><br />
<input id="txtAttId" style="WIDTH: 100%" type="text">
</td>
<td width="1">&nbsp;&nbsp;</td>
<td valign="top">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td width="60%">
<span fckLang="DlgGenLangDir">Language Direction</span><br />
<select id="cmbAttLangDir" style="WIDTH: 100%">
<option value="" fckLang="DlgGenNotSet" selected>&lt;not set&gt;</option>
<option value="ltr" fckLang="DlgGenLangDirLtr">Left to Right (LTR)</option>
<option value="rtl" fckLang="DlgGenLangDirRtl">Right to Left (RTL)</option>
</select>
</td>
<td width="1%">&nbsp;&nbsp;</td>
<td nowrap>
<span fckLang="DlgGenLangCode">Language Code</span><br />
<input id="txtAttLangCode" style="WIDTH: 100%" type="text">&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td colspan="3">
<span fckLang="DlgGenLongDescr">Long Description URL</span><br />
<input id="txtLongDesc" style="WIDTH: 100%" type="text">
</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td valign="top">
<span fckLang="DlgGenClass">Stylesheet Classes</span><br />
<input id="txtAttClasses" style="WIDTH: 100%" type="text">
</td>
<td></td>
<td valign="top">&nbsp;<span fckLang="DlgGenTitle">Advisory Title</span><br />
<input id="txtAttTitle" style="WIDTH: 100%" type="text">
</td>
</tr>
</table>
<span fckLang="DlgGenStyle">Style</span><br />
<input id="txtAttStyle" style="WIDTH: 100%" type="text">
</div>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_checkbox.html
1,104 → 1,98
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Checkbox dialog window.
-->
<html>
<head>
<title>Checkbox Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = dialog.Selection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName == 'INPUT' && oActiveEl.type == 'checkbox' )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = oEditor.FCKBrowserInfo.IsIE ? oActiveEl.value : GetAttribute( oActiveEl, 'value' ) ;
GetE('txtSelected').checked = oActiveEl.checked ;
}
else
oActiveEl = null ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
SelectField( 'txtName' ) ;
}
 
function Ok()
{
oEditor.FCKUndo.SaveUndoStep() ;
 
oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: 'checkbox' } ) ;
 
if ( oEditor.FCKBrowserInfo.IsIE )
oActiveEl.value = GetE('txtValue').value ;
else
SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ;
 
var bIsChecked = GetE('txtSelected').checked ;
SetAttribute( oActiveEl, 'checked', bIsChecked ? 'checked' : null ) ; // For Firefox
oActiveEl.checked = bIsChecked ;
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgCheckboxName">Name</span><br>
<input type="text" size="20" id="txtName" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgCheckboxValue">Value</span><br>
<input type="text" size="20" id="txtValue" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected">Checked</label></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_checkbox.html
* Checkbox dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Checkbox Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName == 'INPUT' && oActiveEl.type == 'checkbox' )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = GetAttribute( oActiveEl, 'value' ) ;
GetE('txtSelected').checked = oActiveEl.checked ;
}
else
oActiveEl = null ;
 
window.parent.SetOkButton( true ) ;
}
 
function Ok()
{
if ( !oActiveEl )
{
oActiveEl = oEditor.FCK.EditorDocument.createElement( 'INPUT' ) ;
oActiveEl.type = 'checkbox' ;
oActiveEl = oEditor.FCK.InsertElementAndGetIt( oActiveEl ) ;
}
 
oActiveEl.name = GetE('txtName').value ;
SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ;
 
if ( GetE('txtSelected').checked )
{
SetAttribute( oActiveEl, 'checked', 'checked' ) ;
oActiveEl.checked = GetE('txtSelected').checked ;
}
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgCheckboxName">Name</span><br>
<input type="text" size="20" id="txtName" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgCheckboxValue">Value</span><br>
<input type="text" size="20" id="txtValue" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected">Checked</label></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_spellerpages.html
1,70 → 1,57
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Spell Check dialog window.
-->
<html>
<head>
<title>Spell Check</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_spellerpages/spellerpages/spellChecker.js"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCKLang = oEditor.FCKLang ;
 
window.onload = function()
{
document.getElementById('txtHtml').value = oEditor.FCK.EditorDocument.body.innerHTML ;
 
var oSpeller = new spellChecker( document.getElementById('txtHtml') ) ;
oSpeller.spellCheckScript = oEditor.FCKConfig.SpellerPagesServerScript || 'server-scripts/spellchecker.php' ;
oSpeller.OnFinished = oSpeller_OnFinished ;
oSpeller.openChecker() ;
}
 
function OnSpellerControlsLoad( controlsWindow )
{
// Translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( controlsWindow.document ) ;
}
 
function oSpeller_OnFinished( numberOCorrections )
{
if ( numberOCorrections > 0 )
{
oEditor.FCKUndo.SaveUndoStep() ;
oEditor.FCK.EditorDocument.body.innerHTML = document.getElementById('txtHtml').value ;
if ( oEditor.FCKBrowserInfo.IsIE )
oEditor.FCKSelection.Collapse( true ) ;
}
window.parent.Cancel() ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no" style="padding:0px;">
<input type="hidden" id="txtHtml" value="">
<iframe id="frmSpell" src="javascript:void(0)" name="spellchecker" width="100%" height="100%" frameborder="0"></iframe>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_spellerpages.html
* Spell Check dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Spell Check</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="fck_spellerpages/spellerpages/spellChecker.js"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCKLang = oEditor.FCKLang ;
 
window.onload = function()
{
document.getElementById('txtHtml').value = oEditor.FCK.GetHTML() ;
 
var oSpeller = new spellChecker( document.getElementById('txtHtml') ) ;
oSpeller.OnFinished = oSpeller_OnFinished ;
oSpeller.openChecker() ;
}
 
function OnSpellerControlsLoad( controlsWindow )
{
// Translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( controlsWindow.document ) ;
}
 
function oSpeller_OnFinished( numberOCorrections )
{
if ( numberOCorrections > 0 )
oEditor.FCK.SetHTML( document.getElementById('txtHtml').value ) ;
window.parent.Cancel() ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no" style="padding:0px;">
<input type="hidden" id="txtHtml" value="">
<iframe id="frmSpell" src="../fckblank.html" name="spellchecker" width="100%" height="100%" frameborder="no"></iframe>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_tablecell.html
1,293 → 1,215
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Cell properties dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Table Cell Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
var FCKDomTools = oEditor.FCKDomTools ;
 
// Array of selected Cells
var aCells = oEditor.FCKTableHandler.GetSelectedCells() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( document ) ;
 
SetStartupValue() ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
SelectField( 'txtWidth' ) ;
}
 
function SetStartupValue()
{
if ( aCells.length > 0 )
{
var oCell = aCells[0] ;
var iWidth = GetAttribute( oCell, 'width' ) ;
 
if ( iWidth.indexOf && iWidth.indexOf( '%' ) >= 0 )
{
iWidth = iWidth.substr( 0, iWidth.length - 1 ) ;
GetE('selWidthType').value = 'percent' ;
}
 
if ( oCell.attributes['noWrap'] != null && oCell.attributes['noWrap'].specified )
GetE('selWordWrap').value = !oCell.noWrap ;
 
GetE('txtWidth').value = iWidth ;
GetE('txtHeight').value = GetAttribute( oCell, 'height' ) ;
GetE('selHAlign').value = GetAttribute( oCell, 'align' ) ;
GetE('selVAlign').value = GetAttribute( oCell, 'vAlign' ) ;
GetE('txtRowSpan').value = GetAttribute( oCell, 'rowSpan' ) ;
GetE('txtCollSpan').value = GetAttribute( oCell, 'colSpan' ) ;
GetE('txtBackColor').value = GetAttribute( oCell, 'bgColor' ) ;
GetE('txtBorderColor').value = GetAttribute( oCell, 'borderColor' ) ;
GetE('selCellType').value = oCell.nodeName.toLowerCase() ;
}
}
 
// Fired when the user press the OK button
function Ok()
{
oEditor.FCKUndo.SaveUndoStep() ;
 
for( i = 0 ; i < aCells.length ; i++ )
{
if ( GetE('txtWidth').value.length > 0 )
aCells[i].width = GetE('txtWidth').value + ( GetE('selWidthType').value == 'percent' ? '%' : '') ;
else
aCells[i].removeAttribute( 'width', 0 ) ;
 
if ( GetE('selWordWrap').value == 'false' )
SetAttribute( aCells[i], 'noWrap', 'nowrap' ) ;
else
aCells[i].removeAttribute( 'noWrap' ) ;
 
SetAttribute( aCells[i], 'height' , GetE('txtHeight').value ) ;
SetAttribute( aCells[i], 'align' , GetE('selHAlign').value ) ;
SetAttribute( aCells[i], 'vAlign' , GetE('selVAlign').value ) ;
SetAttribute( aCells[i], 'rowSpan' , GetE('txtRowSpan').value ) ;
SetAttribute( aCells[i], 'colSpan' , GetE('txtCollSpan').value ) ;
SetAttribute( aCells[i], 'bgColor' , GetE('txtBackColor').value ) ;
SetAttribute( aCells[i], 'borderColor' , GetE('txtBorderColor').value ) ;
 
var cellType = GetE('selCellType').value ;
if ( aCells[i].nodeName.toLowerCase() != cellType )
aCells[i] = RenameNode( aCells[i], cellType ) ;
}
 
// The cells need to be reselected, otherwise the caret will appear inside the table borders (Gecko)
// or sent back to the beginning of the document (Opera and Safari).
// Strangely, IE works ok so no change is needed for IE.
if ( !oEditor.FCKBrowserInfo.IsIE )
{
var selection = oEditor.FCK.EditorWindow.getSelection() ;
selection.removeAllRanges() ;
for ( var i = 0 ; i < aCells.length ; i++ )
{
var range = oEditor.FCK.EditorDocument.createRange() ;
range.selectNode( aCells[i] ) ;
selection.addRange( range ) ;
}
}
 
return true ;
}
 
function SelectBackColor( color )
{
if ( color && color.length > 0 )
GetE('txtBackColor').value = color ;
}
 
function SelectBorderColor( color )
{
if ( color && color.length > 0 )
GetE('txtBorderColor').value = color ;
}
 
function SelectColor( wich )
{
oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 410, 320, wich == 'Back' ? SelectBackColor : SelectBorderColor, window ) ;
}
 
</script>
</head>
<body scroll="no" style="overflow: hidden">
<table cellspacing="0" cellpadding="0" width="100%" border="0" height="100%">
<tr>
<td>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellWidth">Width</span>:</td>
<td>
&nbsp;<input onkeypress="return IsDigit(event);" id="txtWidth" type="text" maxlength="4"
size="3" />&nbsp;<select id="selWidthType">
<option fcklang="DlgCellWidthPx" value="pixels" selected="selected">pixels</option>
<option fcklang="DlgCellWidthPc" value="percent">percent</option>
</select></td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellHeight">Height</span>:</td>
<td>
&nbsp;<input id="txtHeight" type="text" maxlength="4" size="3" onkeypress="return IsDigit(event);" />&nbsp;<span
fcklang="DlgCellWidthPx">pixels</span></td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellWordWrap">Word Wrap</span>:</td>
<td>
&nbsp;<select id="selWordWrap">
<option fcklang="DlgCellWordWrapYes" value="true" selected="selected">Yes</option>
<option fcklang="DlgCellWordWrapNo" value="false">No</option>
</select></td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellHorAlign">Horizontal Alignment</span>:</td>
<td>
&nbsp;<select id="selHAlign">
<option fcklang="DlgCellHorAlignNotSet" value="" selected>&lt;Not set&gt;</option>
<option fcklang="DlgCellHorAlignLeft" value="left">Left</option>
<option fcklang="DlgCellHorAlignCenter" value="center">Center</option>
<option fcklang="DlgCellHorAlignRight" value="right">Right</option>
</select></td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellVerAlign">Vertical Alignment</span>:</td>
<td>
&nbsp;<select id="selVAlign">
<option fcklang="DlgCellVerAlignNotSet" value="" selected>&lt;Not set&gt;</option>
<option fcklang="DlgCellVerAlignTop" value="top">Top</option>
<option fcklang="DlgCellVerAlignMiddle" value="middle">Middle</option>
<option fcklang="DlgCellVerAlignBottom" value="bottom">Bottom</option>
<option fcklang="DlgCellVerAlignBaseline" value="baseline">Baseline</option>
</select></td>
</tr>
</table>
</td>
<td>
&nbsp;&nbsp;&nbsp;</td>
<td align="right">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellType">Cell Type</span>:</td>
<td colspan="2">
&nbsp; <select id="selCellType">
<option fcklang="DlgCellTypeData" value="td" />Data
<option fcklang="DlgCellTypeHeader" value="th" />Header
</select>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellRowSpan">Rows Span</span>:</td>
<td>
&nbsp;
<input onkeypress="return IsDigit(event);" id="txtRowSpan" type="text" maxlength="3" size="2"
></td>
<td>
</td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellCollSpan">Columns Span</span>:</td>
<td>
&nbsp;
<input onkeypress="return IsDigit(event);" id="txtCollSpan" type="text" maxlength="2"
size="2"></td>
<td>
</td>
</tr>
<tr>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
<td>
&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellBackColor">Background Color</span>:</td>
<td>
&nbsp;<input id="txtBackColor" type="text" size="8" /></td>
<td>
&nbsp;
<input type="button" fcklang="DlgCellBtnSelect" value="Select..." onclick="SelectColor( 'Back' )"></td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgCellBorderColor">Border Color</span>:</td>
<td>
&nbsp;<input id="txtBorderColor" type="text" size="8" /></td>
<td>
&nbsp;
<input type="button" fcklang="DlgCellBtnSelect" value="Select..." onclick="SelectColor( 'Border' )" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_tablecell.html
* Cell properties dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Table Cell Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
// Array of selected Cells
var aCells = oEditor.FCKTableHandler.GetSelectedCells() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( document ) ;
 
SetStartupValue() ;
 
window.parent.SetOkButton( true ) ;
window.parent.SetAutoSize( true ) ;
}
 
function SetStartupValue()
{
if ( aCells.length > 0 )
{
var oCell = aCells[0] ;
var iWidth = GetAttribute( oCell, 'width' ) ;
 
if ( iWidth.indexOf && iWidth.indexOf( '%' ) >= 0 )
{
iWidth = iWidth.substr( 0, iWidth.length - 1 ) ;
GetE('selWidthType').value = 'percent' ;
}
 
if ( oCell.attributes['noWrap'] != null && oCell.attributes['noWrap'].specified )
GetE('selWordWrap').value = !oCell.noWrap ;
 
GetE('txtWidth').value = iWidth ;
GetE('txtHeight').value = GetAttribute( oCell, 'height' ) ;
GetE('selHAlign').value = GetAttribute( oCell, 'align' ) ;
GetE('selVAlign').value = GetAttribute( oCell, 'vAlign' ) ;
GetE('txtRowSpan').value = GetAttribute( oCell, 'rowSpan' ) ;
GetE('txtCollSpan').value = GetAttribute( oCell, 'colSpan' ) ;
GetE('txtBackColor').value = GetAttribute( oCell, 'bgColor' ) ;
GetE('txtBorderColor').value = GetAttribute( oCell, 'borderColor' ) ;
// GetE('cmbFontStyle').value = oCell.className ;
}
}
 
// Fired when the user press the OK button
function Ok()
{
for( i = 0 ; i < aCells.length ; i++ )
{
if ( GetE('txtWidth').value.length > 0 )
aCells[i].width = GetE('txtWidth').value + ( GetE('selWidthType').value == 'percent' ? '%' : '') ;
else
aCells[i].removeAttribute( 'width', 0 ) ;
 
if ( GetE('selWordWrap').value == 'false' )
aCells[i].noWrap = true ;
else
aCells[i].removeAttribute( 'noWrap' ) ;
 
SetAttribute( aCells[i], 'height' , GetE('txtHeight').value ) ;
SetAttribute( aCells[i], 'align' , GetE('selHAlign').value ) ;
SetAttribute( aCells[i], 'vAlign' , GetE('selVAlign').value ) ;
SetAttribute( aCells[i], 'rowSpan' , GetE('txtRowSpan').value ) ;
SetAttribute( aCells[i], 'colSpan' , GetE('txtCollSpan').value ) ;
SetAttribute( aCells[i], 'bgColor' , GetE('txtBackColor').value ) ;
SetAttribute( aCells[i], 'borderColor' , GetE('txtBorderColor').value ) ;
// SetAttribute( aCells[i], 'className' , GetE('cmbFontStyle').value ) ;
}
 
return true ;
}
 
function SelectBackColor( color )
{
if ( color && color.length > 0 )
GetE('txtBackColor').value = color ;
}
 
function SelectBorderColor( color )
{
if ( color && color.length > 0 )
GetE('txtBorderColor').value = color ;
}
 
function SelectColor( wich )
{
oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', oEditor.FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, wich == 'Back' ? SelectBackColor : SelectBorderColor, window ) ;
}
 
</script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table cellSpacing="0" cellPadding="0" width="100%" border="0" height="100%">
<tr>
<td>
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
<tr>
<td>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td nowrap><span fckLang="DlgCellWidth">Width</span>:</td>
<td>&nbsp;<input onkeypress="return IsDigit();" id="txtWidth" type="text" maxLength="4"
size="3" name="txtWidth">&nbsp;<select id="selWidthType" name="selWidthType">
<option fckLang="DlgCellWidthPx" value="pixels" selected>pixels</option>
<option fckLang="DlgCellWidthPc" value="percent">percent</option>
</select></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgCellHeight">Height</span>:</td>
<td>&nbsp;<INPUT id="txtHeight" type="text" maxLength="4" size="3" name="txtHeight" onkeypress="return IsDigit();">&nbsp;<span fckLang="DlgCellWidthPx">pixels</span></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td nowrap><span fckLang="DlgCellWordWrap">Word Wrap</span>:</td>
<td>&nbsp;<select id="selWordWrap" name="selAlignment">
<option fckLang="DlgCellWordWrapNotSet" value="" selected>&lt;Not set&gt;</option>
<option fckLang="DlgCellWordWrapYes" value="true">Yes</option>
<option fckLang="DlgCellWordWrapNo" value="false">No</option>
</select></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td nowrap><span fckLang="DlgCellHorAlign">Horizontal Alignment</span>:</td>
<td>&nbsp;<select id="selHAlign" name="selAlignment">
<option fckLang="DlgCellHorAlignNotSet" value="" selected>&lt;Not set&gt;</option>
<option fckLang="DlgCellHorAlignLeft" value="left">Left</option>
<option fckLang="DlgCellHorAlignCenter" value="center">Center</option>
<option fckLang="DlgCellHorAlignRight" value="right">Right</option>
</select></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgCellVerAlign">Vertival Alignement</span>:</td>
<td>&nbsp;<select id="selVAlign" name="selAlignment">
<option fckLang="DlgCellVerAlignNotSet" value="" selected>&lt;Not set&gt;</option>
<option fckLang="DlgCellVerAlignTop" value="top">Top</option>
<option fckLang="DlgCellVerAlignMiddle" value="middle">Middle</option>
<option fckLang="DlgCellVerAlignBottom" value="bottom">Bottom</option>
<option fckLang="DlgCellVerAlignBaseline" value="baseline">Baseline</option>
</select></td>
</tr>
</table>
</td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td align="right">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td nowrap><span fckLang="DlgCellRowSpan">Rows Span</span>:</td>
<td>&nbsp; <input onkeypress="return IsDigit();" id="txtRowSpan" type="text" maxLength="3"
size="2" name="txtRows"></td>
<td></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgCellCollSpan">Columns Span</span>:</td>
<td>&nbsp; <input onkeypress="return IsDigit();" id="txtCollSpan" type="text" maxLength="2"
size="2" name="txtColumns"></td>
<td></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td nowrap><span fckLang="DlgCellBackColor">Background Color</span>:</td>
<td>&nbsp;<input id="txtBackColor" type="text" size="8" name="txtCellSpacing"></td>
<td>&nbsp; <input type="button" fckLang="DlgCellBtnSelect" value="Select..." onclick="SelectColor( 'Back' )"></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgCellBorderColor">Border Color</span>:</td>
<td>&nbsp;<input id="txtBorderColor" type="text" size="8" name="txtCellPadding"></td>
<td>&nbsp; <input type="button" fckLang="DlgCellBtnSelect" value="Select..." onclick="SelectColor( 'Border' )"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_table.html
1,439 → 1,250
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Table dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Table Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
var FCKDomTools = oEditor.FCKDomTools ;
 
// Gets the table if there is one selected.
var table ;
var e = dialog.Selection.GetSelectedElement() ;
var hasColumnHeaders ;
 
if ( ( !e && document.location.search.substr(1) == 'Parent' ) || ( e && e.tagName != 'TABLE' ) )
e = oEditor.FCKSelection.MoveToAncestorNode( 'TABLE' ) ;
 
if ( e && e.tagName == "TABLE" )
table = e ;
 
// Fired when the window loading process is finished. It sets the fields with the
// actual values if a table is selected in the editor.
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if (table)
{
document.getElementById('txtRows').value = table.rows.length ;
document.getElementById('txtColumns').value = table.rows[0].cells.length ;
 
// Gets the value from the Width or the Style attribute
var iWidth = (table.style.width ? table.style.width : table.width ) ;
var iHeight = (table.style.height ? table.style.height : table.height ) ;
 
if (iWidth.indexOf('%') >= 0) // Percentual = %
{
iWidth = parseInt( iWidth.substr(0,iWidth.length - 1), 10 ) ;
document.getElementById('selWidthType').value = "percent" ;
}
else if (iWidth.indexOf('px') >= 0) // Style Pixel = px
{ //
iWidth = iWidth.substr(0,iWidth.length - 2);
document.getElementById('selWidthType').value = "pixels" ;
}
 
if (iHeight && iHeight.indexOf('px') >= 0) // Style Pixel = px
iHeight = iHeight.substr(0,iHeight.length - 2);
 
document.getElementById('txtWidth').value = iWidth || '' ;
document.getElementById('txtHeight').value = iHeight || '' ;
document.getElementById('txtBorder').value = GetAttribute( table, 'border', '' ) ;
document.getElementById('selAlignment').value = GetAttribute( table, 'align', '' ) ;
document.getElementById('txtCellPadding').value = GetAttribute( table, 'cellPadding', '' ) ;
document.getElementById('txtCellSpacing').value = GetAttribute( table, 'cellSpacing', '' ) ;
document.getElementById('txtSummary').value = GetAttribute( table, 'summary', '' ) ;
// document.getElementById('cmbFontStyle').value = table.className ;
 
var eCaption = oEditor.FCKDomTools.GetFirstChild( table, 'CAPTION' ) ;
if ( eCaption ) document.getElementById('txtCaption').value = eCaption.innerHTML ;
 
hasColumnHeaders = true ;
// Check if all the first cells in every row are TH
for (var row=0; row<table.rows.length; row++)
{
// If just one cell isn't a TH then it isn't a header column
if ( table.rows[row].cells[0].nodeName != 'TH' )
{
hasColumnHeaders = false ;
 
break;
}
}
 
// Check if the table contains <thead>
if ((table.tHead !== null) )
{
if (hasColumnHeaders)
GetE('selHeaders').value = 'both' ;
else
GetE('selHeaders').value = 'row' ;
}
else
{
if (hasColumnHeaders)
GetE('selHeaders').value = 'col' ;
else
GetE('selHeaders').value = '' ;
}
 
 
document.getElementById('txtRows').disabled = true ;
document.getElementById('txtColumns').disabled = true ;
SelectField( 'txtWidth' ) ;
}
else
SelectField( 'txtRows' ) ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
}
 
// Fired when the user press the OK button
function Ok()
{
var bExists = ( table != null ) ;
 
var oDoc = oEditor.FCK.EditorDocument ;
oEditor.FCKUndo.SaveUndoStep() ;
 
if ( ! bExists )
table = oDoc.createElement( "TABLE" ) ;
 
// Removes the Width and Height styles
if ( bExists && table.style.width ) table.style.width = null ; //.removeAttribute("width") ;
if ( bExists && table.style.height ) table.style.height = null ; //.removeAttribute("height") ;
 
var sWidth = GetE('txtWidth').value ;
if ( sWidth.length > 0 && GetE('selWidthType').value == 'percent' )
sWidth += '%' ;
 
SetAttribute( table, 'width' , sWidth ) ;
SetAttribute( table, 'height' , GetE('txtHeight').value ) ;
SetAttribute( table, 'border' , GetE('txtBorder').value ) ;
SetAttribute( table, 'align' , GetE('selAlignment').value ) ;
SetAttribute( table, 'cellPadding' , GetE('txtCellPadding').value ) ;
SetAttribute( table, 'cellSpacing' , GetE('txtCellSpacing').value ) ;
SetAttribute( table, 'summary' , GetE('txtSummary').value ) ;
 
var eCaption = oEditor.FCKDomTools.GetFirstChild( table, 'CAPTION' ) ;
 
if ( document.getElementById('txtCaption').value != '')
{
if ( !eCaption )
{
eCaption = oDoc.createElement( 'CAPTION' ) ;
table.insertBefore( eCaption, table.firstChild ) ;
}
 
eCaption.innerHTML = document.getElementById('txtCaption').value ;
}
else if ( bExists && eCaption )
{
// TODO: It causes an IE internal error if using removeChild or
// table.deleteCaption() (see #505).
if ( oEditor.FCKBrowserInfo.IsIE )
eCaption.innerHTML = '' ;
else
eCaption.parentNode.removeChild( eCaption ) ;
}
 
var headers = GetE('selHeaders').value ;
if ( bExists )
{
// Should we make a <thead>?
if ( table.tHead==null && (headers=='row' || headers=='both') )
{
var oThead = table.createTHead() ;
var tbody = FCKDomTools.GetFirstChild( table, 'TBODY' ) ;
var theRow= FCKDomTools.GetFirstChild( tbody, 'TR' ) ;
 
//now change TD to TH:
for (var i = 0; i<theRow.childNodes.length ; i++)
{
var th = RenameNode(theRow.childNodes[i], 'TH') ;
if (th != null)
th.scope='col' ;
}
oThead.appendChild( theRow ) ;
}
 
if ( table.tHead!==null && !(headers=='row' || headers=='both') )
{
// Move the row out of the THead and put it in the TBody:
var tHead = table.tHead ;
var tbody = FCKDomTools.GetFirstChild( table, 'TBODY' ) ;
 
var previousFirstRow = tbody.firstChild ;
while ( tHead.firstChild )
{
var theRow = tHead.firstChild ;
for (var i = 0; i < theRow.childNodes.length ; i++ )
{
var newCell = RenameNode( theRow.childNodes[i], 'TD' ) ;
if ( newCell != null )
newCell.removeAttribute( 'scope' ) ;
}
tbody.insertBefore( theRow, previousFirstRow ) ;
}
table.removeChild( tHead ) ;
}
 
// Should we make all first cells in a row TH?
if ( (!hasColumnHeaders) && (headers=='col' || headers=='both') )
{
for( var row=0 ; row < table.rows.length ; row++ )
{
var newCell = RenameNode(table.rows[row].cells[0], 'TH') ;
if ( newCell != null )
newCell.scope = 'row' ;
}
}
 
// Should we make all first TH-cells in a row make TD? If 'yes' we do it the other way round :-)
if ( (hasColumnHeaders) && !(headers=='col' || headers=='both') )
{
for( var row=0 ; row < table.rows.length ; row++ )
{
var oRow = table.rows[row] ;
if ( oRow.parentNode.nodeName == 'TBODY' )
{
var newCell = RenameNode(oRow.cells[0], 'TD') ;
if (newCell != null)
newCell.removeAttribute( 'scope' ) ;
}
}
}
}
 
if (! bExists)
{
var iRows = GetE('txtRows').value ;
var iCols = GetE('txtColumns').value ;
 
var startRow = 0 ;
// Should we make a <thead> ?
if (headers=='row' || headers=='both')
{
startRow++ ;
var oThead = table.createTHead() ;
var oRow = table.insertRow(-1) ;
oThead.appendChild(oRow);
 
for ( var c = 0 ; c < iCols ; c++ )
{
var oThcell = oDoc.createElement( 'TH' ) ;
oThcell.scope = 'col' ;
oRow.appendChild( oThcell ) ;
if ( oEditor.FCKBrowserInfo.IsGeckoLike )
oEditor.FCKTools.AppendBogusBr( oThcell ) ;
}
}
 
// Opera automatically creates a tbody when a thead has been added
var oTbody = FCKDomTools.GetFirstChild( table, 'TBODY' ) ;
if ( !oTbody )
{
// make TBODY if it doesn't exist
oTbody = oDoc.createElement( 'TBODY' ) ;
table.appendChild( oTbody ) ;
}
for ( var r = startRow ; r < iRows; r++ )
{
var oRow = oDoc.createElement( 'TR' ) ;
oTbody.appendChild(oRow) ;
 
var startCol = 0 ;
// Is the first column a header?
if (headers=='col' || headers=='both')
{
var oThcell = oDoc.createElement( 'TH' ) ;
oThcell.scope = 'row' ;
oRow.appendChild( oThcell ) ;
if ( oEditor.FCKBrowserInfo.IsGeckoLike )
oEditor.FCKTools.AppendBogusBr( oThcell ) ;
 
startCol++ ;
}
for ( var c = startCol ; c < iCols ; c++ )
{
// IE will leave the TH at the end of the row if we use now oRow.insertCell(-1)
var oCell = oDoc.createElement( 'TD' ) ;
oRow.appendChild( oCell ) ;
if ( oEditor.FCKBrowserInfo.IsGeckoLike )
oEditor.FCKTools.AppendBogusBr( oCell ) ;
}
}
 
oEditor.FCK.InsertElement( table ) ;
}
 
return true ;
}
 
</script>
</head>
<body style="overflow: hidden">
<table id="otable" cellspacing="0" cellpadding="0" width="100%" border="0" style="height: 100%">
<tr>
<td>
<table cellspacing="1" cellpadding="1" width="100%" border="0">
<tr>
<td valign="top">
<table cellspacing="1" cellpadding="0" border="0">
<tr>
<td>
<span fcklang="DlgTableRows">Rows</span>:</td>
<td>
&nbsp;<input id="txtRows" type="text" maxlength="3" size="2" value="3"
onkeypress="return IsDigit(event);" /></td>
</tr>
<tr>
<td>
<span fcklang="DlgTableColumns">Columns</span>:</td>
<td>
&nbsp;<input id="txtColumns" type="text" maxlength="2" size="2" value="2"
onkeypress="return IsDigit(event);" /></td>
</tr>
<tr>
<td><span fcklang="DlgTableHeaders">Headers</span>:</td>
<td>
&nbsp;<select id="selHeaders">
<option fcklang="DlgTableHeadersNone" value="">None</option>
<option fcklang="DlgTableHeadersRow" value="row">First row</option>
<option fcklang="DlgTableHeadersColumn" value="col">First column</option>
<option fcklang="DlgTableHeadersBoth" value="both">Both</option>
</select>
</td>
</tr>
<tr>
<td>
<span fcklang="DlgTableBorder">Border size</span>:</td>
<td>
&nbsp;<input id="txtBorder" type="text" maxlength="2" size="2" value="1"
onkeypress="return IsDigit(event);" /></td>
</tr>
<tr>
<td>
<span fcklang="DlgTableAlign">Alignment</span>:</td>
<td>
&nbsp;<select id="selAlignment">
<option fcklang="DlgTableAlignNotSet" value="" selected="selected">&lt;Not set&gt;</option>
<option fcklang="DlgTableAlignLeft" value="left">Left</option>
<option fcklang="DlgTableAlignCenter" value="center">Center</option>
<option fcklang="DlgTableAlignRight" value="right">Right</option>
</select></td>
</tr>
</table>
</td>
<td>
&nbsp;&nbsp;&nbsp;</td>
<td align="right" valign="top">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<span fcklang="DlgTableWidth">Width</span>:</td>
<td>
&nbsp;<input id="txtWidth" type="text" maxlength="4" size="3" value="200"
onkeypress="return IsDigit(event);" /></td>
<td>
&nbsp;<select id="selWidthType">
<option fcklang="DlgTableWidthPx" value="pixels" selected="selected">pixels</option>
<option fcklang="DlgTableWidthPc" value="percent">percent</option>
</select></td>
</tr>
<tr>
<td>
<span fcklang="DlgTableHeight">Height</span>:</td>
<td>
&nbsp;<input id="txtHeight" type="text" maxlength="4" size="3" onkeypress="return IsDigit(event);" /></td>
<td>
&nbsp;<span fcklang="DlgTableWidthPx">pixels</span></td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgTableCellSpace">Cell spacing</span>:</td>
<td>
&nbsp;<input id="txtCellSpacing" type="text" maxlength="2" size="2" value="1"
onkeypress="return IsDigit(event);" /></td>
<td>
&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgTableCellPad">Cell padding</span>:</td>
<td>
&nbsp;<input id="txtCellPadding" type="text" maxlength="2" size="2" value="1"
onkeypress="return IsDigit(event);" /></td>
<td>
&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td nowrap="nowrap">
<span fcklang="DlgTableCaption">Caption</span>:&nbsp;</td>
<td>
&nbsp;</td>
<td width="100%" nowrap="nowrap">
<input id="txtCaption" type="text" style="width: 100%" /></td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgTableSummary">Summary</span>:&nbsp;</td>
<td>
&nbsp;</td>
<td width="100%" nowrap="nowrap">
<input id="txtSummary" type="text" style="width: 100%" /></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_table.html
* Table dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<title>Table Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
// Gets the table if there is one selected.
var table ;
var e = oEditor.FCKSelection.GetSelectedElement() ;
 
if ( ! e && document.location.search.substr(1) == 'Parent' )
e = oEditor.FCKSelection.MoveToAncestorNode( 'TABLE' ) ;
 
if ( e && e.tagName == "TABLE" )
table = e ;
 
// Fired when the window loading process is finished. It sets the fields with the
// actual values if a table is selected in the editor.
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if (table)
{
document.getElementById('txtRows').value = table.rows.length ;
document.getElementById('txtColumns').value = table.rows[0].cells.length ;
 
// Gets the value from the Width or the Style attribute
var iWidth = (table.style.width ? table.style.width : table.width ) ;
var iHeight = (table.style.height ? table.style.height : table.height ) ;
 
if (iWidth.indexOf('%') >= 0) // Percentual = %
{
iWidth = parseInt( iWidth.substr(0,iWidth.length - 1) ) ;
document.getElementById('selWidthType').value = "percent" ;
}
else if (iWidth.indexOf('px') >= 0) // Style Pixel = px
{ //
iWidth = iWidth.substr(0,iWidth.length - 2);
document.getElementById('selWidthType').value = "pixels" ;
}
if (iHeight && iHeight.indexOf('px') >= 0) // Style Pixel = px
iHeight = iHeight.substr(0,iHeight.length - 2);
document.getElementById('txtWidth').value = iWidth ;
document.getElementById('txtHeight').value = iHeight ;
document.getElementById('txtBorder').value = table.border ;
document.getElementById('selAlignment').value = table.align ;
document.getElementById('txtCellPadding').value = table.cellPadding ;
document.getElementById('txtCellSpacing').value = table.cellSpacing ;
// document.getElementById('cmbFontStyle').value = table.className ;
 
if (table.caption) document.getElementById('txtCaption').value = table.caption.innerText ;
document.getElementById('txtRows').disabled = true ;
document.getElementById('txtColumns').disabled = true ;
}
window.parent.SetOkButton( true ) ;
window.parent.SetAutoSize( true ) ;
}
 
// Fired when the user press the OK button
function Ok()
{
var bExists = ( table != null ) ;
if ( ! bExists )
{
table = document.createElement( "TABLE" ) ;
}
 
// Removes the Width and Height styles
if ( bExists && table.style.width ) table.style.width = null ; //.removeAttribute("width") ;
if ( bExists && table.style.height ) table.style.height = null ; //.removeAttribute("height") ;
table.width = document.getElementById('txtWidth').value + ( document.getElementById('selWidthType').value == "percent" ? "%" : "") ;
table.height = document.getElementById('txtHeight').value ;
table.border = document.getElementById('txtBorder').value ;
table.align = document.getElementById('selAlignment').value ;
table.cellPadding = document.getElementById('txtCellPadding').value ;
table.cellSpacing = document.getElementById('txtCellSpacing').value ;
// table.className = cmbFontStyle.value ;
if ( document.getElementById('txtCaption').value != '')
{
if (! table.caption) table.createCaption() ;
table.caption.innerText = document.getElementById('txtCaption').value ;
}
// else if ( bExists && table.caption )
// table.deleteCaption() ; // TODO: It causes an IE internal error.
if (! bExists)
{
var iRows = document.getElementById('txtRows').value ;
var iCols = document.getElementById('txtColumns').value ;
for ( var r = 0 ; r < iRows ; r++ )
{
var oRow = table.insertRow(-1) ;
for ( var c = 0 ; c < iCols ; c++ )
{
var oCell = oRow.insertCell(-1) ;
oCell.innerHTML = "&nbsp;" ;
}
}
oEditor.FCK.InsertElement( table ) ;
}
return true ;
}
 
function IsDigit( e )
{
e = e || event ;
var iCode = ( e.keyCode || e.charCode ) ;
return
(
( iCode >= 48 && iCode <= 57 ) // Numbers
|| (iCode >= 37 && iCode <= 40) // Arrows
|| iCode == 8 // Backspace
|| iCode == 46 // Delete
) ;
}
 
</script>
</head>
<body bottommargin="5" leftmargin="5" topmargin="5" rightmargin="5" scroll="no" style="OVERFLOW: hidden">
<table id="otable" cellSpacing="0" cellPadding="0" width="100%" border="0" height="100%">
<tr>
<td>
<table cellSpacing="1" cellPadding="1" width="100%" border="0">
<tr>
<td valign="top">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td><span fckLang="DlgTableRows">Rows</span>:</td>
<td>&nbsp;<input id="txtRows" type="text" maxLength="3" size="2" value="3" name="txtRows" onkeypress="return IsDigit(event);"></td>
</tr>
<tr>
<td><span fckLang="DlgTableColumns">Columns</span>:</td>
<td>&nbsp;<input id="txtColumns" type="text" maxLength="2" size="2" value="2" name="txtColumns" onkeypress="return IsDigit(event);"></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td><span fckLang="DlgTableBorder">Border size</span>:</td>
<td>&nbsp;<INPUT id="txtBorder" type="text" maxLength="2" size="2" value="1" name="txtBorder" onkeypress="return IsDigit(event);"></td>
</tr>
<tr>
<td><span fckLang="DlgTableAlign">Alignment</span>:</td>
<td>&nbsp;<select id="selAlignment" name="selAlignment">
<option fckLang="DlgTableAlignNotSet" value="" selected>&lt;Not set&gt;</option>
<option fckLang="DlgTableAlignLeft" value="left">Left</option>
<option fckLang="DlgTableAlignCenter" value="center">Center</option>
<option fckLang="DlgTableAlignRight" value="right">Right</option>
</select></td>
</tr>
</table>
</td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td align="right" valign="top">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td><span fckLang="DlgTableWidth">Width</span>:</td>
<td>&nbsp;<input id="txtWidth" type="text" maxLength="4" size="3" value="200" name="txtWidth" onkeypress="return IsDigit(event);"></td>
<td>&nbsp;<select id="selWidthType" name="selWidthType">
<option fckLang="DlgTableWidthPx" value="pixels" selected>pixels</option>
<option fckLang="DlgTableWidthPc" value="percent">percent</option>
</select></td>
</tr>
<tr>
<td><span fckLang="DlgTableHeight">Height</span>:</td>
<td>&nbsp;<INPUT id="txtHeight" type="text" maxLength="4" size="3" name="txtHeight" onkeypress="return IsDigit(event);"></td>
<td>&nbsp;<span fckLang="DlgTableWidthPx">pixels</span></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td nowrap><span fckLang="DlgTableCellSpace">Cell spacing</span>:</td>
<td>&nbsp;<input id="txtCellSpacing" type="text" maxLength="2" size="2" value="1" name="txtCellSpacing"
onkeypress="return IsDigit(event);"></td>
<td>&nbsp;</td>
</tr>
<tr>
<td nowrap><span fckLang="DlgTableCellPad">Cell padding</span>:</td>
<td>&nbsp;<input id="txtCellPadding" type="text" maxLength="2" size="2" value="1" name="txtCellPadding"
onkeypress="return IsDigit(event);"></td>
<td>&nbsp;</td>
</tr>
</table>
</td>
</tr>
</table>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<!--
<tr>
<td nowrap>
<span fcklang="DlgClassName">Class Name</span>:</td>
<td>&nbsp;</td>
<td>
<script type="text/javascript">
// var tbstyles = new TBCombo( "FontStyle" , "null" , "", oEditor.config.StyleNames, oEditor.config.StyleValues, 'CheckStyle("cmbFontStyle")');
// document.write(tbstyles.GetHTML());
</script></td>
</tr>
-->
<tr>
<td nowrap><span fckLang="DlgTableCaption">Caption</span>:</td>
<td>&nbsp;</td>
<td width="100%">&nbsp;
<input id="txtCaption" type="text" style="WIDTH: 100%"></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_textfield.html
1,136 → 1,129
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Text field dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="noindex, nofollow" name="robots" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = dialog.Selection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName == 'INPUT' && ( oActiveEl.type == 'text' || oActiveEl.type == 'password' ) )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = oActiveEl.value ;
GetE('txtSize').value = GetAttribute( oActiveEl, 'size' ) ;
GetE('txtMax').value = GetAttribute( oActiveEl, 'maxLength' ) ;
GetE('txtType').value = oActiveEl.type ;
}
else
oActiveEl = null ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
SelectField( 'txtName' ) ;
}
 
function Ok()
{
if ( isNaN( GetE('txtMax').value ) || GetE('txtMax').value < 0 )
{
alert( "Maximum characters must be a positive number." ) ;
GetE('txtMax').focus() ;
return false ;
}
else if( isNaN( GetE('txtSize').value ) || GetE('txtSize').value < 0 )
{
alert( "Width must be a positive number." ) ;
GetE('txtSize').focus() ;
return false ;
}
 
oEditor.FCKUndo.SaveUndoStep() ;
 
oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: GetE('txtType').value } ) ;
 
SetAttribute( oActiveEl, 'value' , GetE('txtValue').value ) ;
SetAttribute( oActiveEl, 'size' , GetE('txtSize').value ) ;
SetAttribute( oActiveEl, 'maxlength', GetE('txtMax').value ) ;
 
return true ;
}
 
</script>
</head>
<body style="overflow: hidden">
<table width="100%" style="height: 100%">
<tr>
<td align="center">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<span fcklang="DlgTextName">Name</span><br />
<input id="txtName" type="text" size="20" />
</td>
<td>
</td>
<td>
<span fcklang="DlgTextValue">Value</span><br />
<input id="txtValue" type="text" size="25" />
</td>
</tr>
<tr>
<td>
<span fcklang="DlgTextCharWidth">Character Width</span><br />
<input id="txtSize" type="text" size="5" />
</td>
<td>
</td>
<td>
<span fcklang="DlgTextMaxChars">Maximum Characters</span><br />
<input id="txtMax" type="text" size="5" />
</td>
</tr>
<tr>
<td>
<span fcklang="DlgTextType">Type</span><br />
<select id="txtType">
<option value="text" selected="selected" fcklang="DlgTextTypeText">Text</option>
<option value="password" fcklang="DlgTextTypePass">Password</option>
</select>
</td>
<td>
&nbsp;</td>
<td>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_textfield.html
* Text field dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Text Field Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName == 'INPUT' && ( oActiveEl.type == 'text' || oActiveEl.type == 'password' ) )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = oActiveEl.value ;
GetE('txtSize').value = GetAttribute( oActiveEl, 'size' ) ;
GetE('txtMax').value = GetAttribute( oActiveEl, 'maxLength' ) ;
GetE('txtType').value = oActiveEl.type ;
 
GetE('txtType').disabled = true ;
}
else
oActiveEl = null ;
 
window.parent.SetOkButton( true ) ;
}
 
function Ok()
{
if ( isNaN( GetE('txtMax').value ) || GetE('txtMax').value < 0 )
{
alert( "Maximum characters must be a positive number." ) ;
GetE('txtMax').focus() ;
return false ;
}
else if( isNaN( GetE('txtSize').value ) || GetE('txtSize').value < 0 )
{
alert( "Width must be a positive number." ) ;
GetE('txtSize').focus() ;
return false ;
}
 
if ( !oActiveEl )
{
oActiveEl = oEditor.FCK.EditorDocument.createElement( 'INPUT' ) ;
oActiveEl.type = GetE('txtType').value ;
oActiveEl = oEditor.FCK.InsertElementAndGetIt( oActiveEl ) ;
}
 
oActiveEl.name = GetE('txtName').value ;
SetAttribute( oActiveEl, 'value' , GetE('txtValue').value ) ;
SetAttribute( oActiveEl, 'size' , GetE('txtSize').value ) ;
SetAttribute( oActiveEl, 'maxlength', GetE('txtMax').value ) ;
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td align="center">
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td>
<span fckLang="DlgTextName">Name</span><br>
<input id="txtName" type="text" size="20">
</td>
<td></td>
<td>
<span fckLang="DlgTextValue">Value</span><br>
<input id="txtValue" type="text" size="25">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgTextCharWidth">Character Width</span><br>
<input id="txtSize" type="text" size="5">
</td>
<td></td>
<td>
<span fckLang="DlgTextMaxChars">Maximum Characters</span><br>
<input id="txtMax" type="text" size="5">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgTextType">Type</span><br>
<select id="txtType">
<option value="text" selected fckLang="DlgTextTypeText">Text</option>
<option value="password" fckLang="DlgTextTypePass">Password</option>
</select>
</td>
<td>&nbsp;</td>
<td></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_link/fck_link.js
1,48 → 1,38
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Scripts related to the Link dialog window (see fck_link.html).
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_link.js
* Scripts related to the Link dialog window (see fck_link.html).
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig = oEditor.FCKConfig ;
var FCKRegexLib = oEditor.FCKRegexLib ;
var FCKTools = oEditor.FCKTools ;
 
//#### Dialog Tabs
 
// Set the dialog tabs.
dialog.AddTab( 'Info', FCKLang.DlgLnkInfoTab ) ;
window.parent.AddTab( 'Info', FCKLang.DlgLnkInfoTab ) ;
 
if ( !FCKConfig.LinkDlgHideTarget )
dialog.AddTab( 'Target', FCKLang.DlgLnkTargetTab, true ) ;
window.parent.AddTab( 'Target', FCKLang.DlgLnkTargetTab, true ) ;
 
if ( FCKConfig.LinkUpload )
dialog.AddTab( 'Upload', FCKLang.DlgLnkUpload, true ) ;
// TODO : Enable File Upload (1/3).
//window.parent.AddTab( 'Upload', 'Upload', true ) ;
 
if ( !FCKConfig.LinkDlgHideAdvanced )
dialog.AddTab( 'Advanced', FCKLang.DlgAdvancedTag ) ;
window.parent.AddTab( 'Advanced', FCKLang.DlgAdvancedTag ) ;
 
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
49,226 → 39,76
{
ShowE('divInfo' , ( tabCode == 'Info' ) ) ;
ShowE('divTarget' , ( tabCode == 'Target' ) ) ;
ShowE('divUpload' , ( tabCode == 'Upload' ) ) ;
// ShowE('divUpload' , ( tabCode == 'Upload' ) ) ; // TODO : Enable File Upload (2/3).
ShowE('divAttribs' , ( tabCode == 'Advanced' ) ) ;
 
dialog.SetAutoSize( true ) ;
}
 
//#### Regular Expressions library.
var oRegex = new Object() ;
 
oRegex.UriProtocol = /^(((http|https|ftp|news):\/\/)|mailto:)/gi ;
oRegex.UriProtocol = new RegExp('') ;
oRegex.UriProtocol.compile( '^(((http|https|ftp|news):\/\/)|mailto:)', 'gi' ) ;
 
oRegex.UrlOnChangeProtocol = /^(http|https|ftp|news):\/\/(?=.)/gi ;
oRegex.UrlOnChangeProtocol = new RegExp('') ;
oRegex.UrlOnChangeProtocol.compile( '^(http|https|ftp|news)://(?=.)', 'gi' ) ;
 
oRegex.UrlOnChangeTestOther = /^((javascript:)|[#\/\.])/gi ;
oRegex.UrlOnChangeTestOther = new RegExp('') ;
oRegex.UrlOnChangeTestOther.compile( '^(javascript:|#|/)', 'gi' ) ;
 
oRegex.ReserveTarget = /^_(blank|self|top|parent)$/i ;
oRegex.ReserveTarget = new RegExp('') ;
oRegex.ReserveTarget.compile( '^_(blank|self|top|parent)$', 'i' ) ;
 
oRegex.PopupUri = /^javascript:void\(\s*window.open\(\s*'([^']+)'\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*\)\s*$/ ;
oRegex.PopupUri = new RegExp('') ;
oRegex.PopupUri.compile( "^javascript:void\\(\\s*window.open\\(\\s*'([^']+)'\\s*,\\s*(?:'([^']*)'|null)\\s*,\\s*'([^']*)'\\s*\\)\\s*\\)\\s*$" ) ;
 
// Accessible popups
oRegex.OnClickPopup = /^\s*on[cC]lick="\s*window.open\(\s*this\.href\s*,\s*(?:'([^']*)'|null)\s*,\s*'([^']*)'\s*\)\s*;\s*return\s*false;*\s*"$/ ;
oRegex.PopupFeatures = new RegExp('') ;
oRegex.PopupFeatures.compile( '(?:^|,)([^=]+)=(\\d+|yes|no)', 'gi' ) ;
 
oRegex.PopupFeatures = /(?:^|,)([^=]+)=(\d+|yes|no)/gi ;
 
//#### Parser Functions
 
var oParser = new Object() ;
 
// This method simply returns the two inputs in numerical order. You can even
// provide strings, as the method would parseInt() the values.
oParser.SortNumerical = function(a, b)
oParser.ParseEMailUrl = function( emailUrl )
{
return parseInt( a, 10 ) - parseInt( b, 10 ) ;
}
 
oParser.ParseEMailParams = function(sParams)
{
// Initialize the oEMailParams object.
var oEMailParams = new Object() ;
oEMailParams.Subject = '' ;
oEMailParams.Body = '' ;
 
var aMatch = sParams.match( /(^|^\?|&)subject=([^&]+)/i ) ;
if ( aMatch ) oEMailParams.Subject = decodeURIComponent( aMatch[2] ) ;
 
aMatch = sParams.match( /(^|^\?|&)body=([^&]+)/i ) ;
if ( aMatch ) oEMailParams.Body = decodeURIComponent( aMatch[2] ) ;
 
return oEMailParams ;
}
 
// This method returns either an object containing the email info, or FALSE
// if the parameter is not an email link.
oParser.ParseEMailUri = function( sUrl )
{
// Initializes the EMailInfo object.
var oEMailInfo = new Object() ;
oEMailInfo.Address = '' ;
oEMailInfo.Subject = '' ;
oEMailInfo.Body = '' ;
oEMailInfo.Address = '' ;
oEMailInfo.Subject = '' ;
oEMailInfo.Body = '' ;
 
var aLinkInfo = sUrl.match( /^(\w+):(.*)$/ ) ;
if ( aLinkInfo && aLinkInfo[1] == 'mailto' )
var oParts = emailUrl.match( /^([^\?]+)\??(.+)?/ ) ;
if ( oParts )
{
// This seems to be an unprotected email link.
var aParts = aLinkInfo[2].match( /^([^\?]+)\??(.+)?/ ) ;
if ( aParts )
// Set the e-mail address.
oEMailInfo.Address = oParts[1] ;
 
// Look for the optional e-mail parameters.
if ( oParts[2] )
{
// Set the e-mail address.
oEMailInfo.Address = aParts[1] ;
var oMatch = oParts[2].match( /(^|&)subject=([^&]+)/i ) ;
if ( oMatch ) oEMailInfo.Subject = unescape( oMatch[2] ) ;
 
// Look for the optional e-mail parameters.
if ( aParts[2] )
{
var oEMailParams = oParser.ParseEMailParams( aParts[2] ) ;
oEMailInfo.Subject = oEMailParams.Subject ;
oEMailInfo.Body = oEMailParams.Body ;
}
oMatch = oParts[2].match( /(^|&)body=([^&]+)/i ) ;
if ( oMatch ) oEMailInfo.Body = unescape( oMatch[2] ) ;
}
return oEMailInfo ;
}
else if ( aLinkInfo && aLinkInfo[1] == 'javascript' )
{
// This may be a protected email.
 
// Try to match the url against the EMailProtectionFunction.
var func = FCKConfig.EMailProtectionFunction ;
if ( func != null )
{
try
{
// Escape special chars.
func = func.replace( /([\/^$*+.?()\[\]])/g, '\\$1' ) ;
 
// Define the possible keys.
var keys = new Array('NAME', 'DOMAIN', 'SUBJECT', 'BODY') ;
 
// Get the order of the keys (hold them in the array <pos>) and
// the function replaced by regular expression patterns.
var sFunc = func ;
var pos = new Array() ;
for ( var i = 0 ; i < keys.length ; i ++ )
{
var rexp = new RegExp( keys[i] ) ;
var p = func.search( rexp ) ;
if ( p >= 0 )
{
sFunc = sFunc.replace( rexp, '\'([^\']*)\'' ) ;
pos[pos.length] = p + ':' + keys[i] ;
}
}
 
// Sort the available keys.
pos.sort( oParser.SortNumerical ) ;
 
// Replace the excaped single quotes in the url, such they do
// not affect the regexp afterwards.
aLinkInfo[2] = aLinkInfo[2].replace( /\\'/g, '###SINGLE_QUOTE###' ) ;
 
// Create the regexp and execute it.
var rFunc = new RegExp( '^' + sFunc + '$' ) ;
var aMatch = rFunc.exec( aLinkInfo[2] ) ;
if ( aMatch )
{
var aInfo = new Array();
for ( var i = 1 ; i < aMatch.length ; i ++ )
{
var k = pos[i-1].match(/^\d+:(.+)$/) ;
aInfo[k[1]] = aMatch[i].replace(/###SINGLE_QUOTE###/g, '\'') ;
}
 
// Fill the EMailInfo object that will be returned
oEMailInfo.Address = aInfo['NAME'] + '@' + aInfo['DOMAIN'] ;
oEMailInfo.Subject = decodeURIComponent( aInfo['SUBJECT'] ) ;
oEMailInfo.Body = decodeURIComponent( aInfo['BODY'] ) ;
 
return oEMailInfo ;
}
}
catch (e)
{
}
}
 
// Try to match the email against the encode protection.
var aMatch = aLinkInfo[2].match( /^(?:void\()?location\.href='mailto:'\+(String\.fromCharCode\([\d,]+\))\+'(.*)'\)?$/ ) ;
if ( aMatch )
{
// The link is encoded
oEMailInfo.Address = eval( aMatch[1] ) ;
if ( aMatch[2] )
{
var oEMailParams = oParser.ParseEMailParams( aMatch[2] ) ;
oEMailInfo.Subject = oEMailParams.Subject ;
oEMailInfo.Body = oEMailParams.Body ;
}
return oEMailInfo ;
}
}
return false;
return oEMailInfo ;
}
 
oParser.CreateEMailUri = function( address, subject, body )
{
// Switch for the EMailProtection setting.
switch ( FCKConfig.EMailProtection )
{
case 'function' :
var func = FCKConfig.EMailProtectionFunction ;
if ( func == null )
{
if ( FCKConfig.Debug )
{
alert('EMailProtection alert!\nNo function defined. Please set "FCKConfig.EMailProtectionFunction"') ;
}
return '';
}
 
// Split the email address into name and domain parts.
var aAddressParts = address.split( '@', 2 ) ;
if ( aAddressParts[1] == undefined )
{
aAddressParts[1] = '' ;
}
 
// Replace the keys by their values (embedded in single quotes).
func = func.replace(/NAME/g, "'" + aAddressParts[0].replace(/'/g, '\\\'') + "'") ;
func = func.replace(/DOMAIN/g, "'" + aAddressParts[1].replace(/'/g, '\\\'') + "'") ;
func = func.replace(/SUBJECT/g, "'" + encodeURIComponent( subject ).replace(/'/g, '\\\'') + "'") ;
func = func.replace(/BODY/g, "'" + encodeURIComponent( body ).replace(/'/g, '\\\'') + "'") ;
 
return 'javascript:' + func ;
 
case 'encode' :
var aParams = [] ;
var aAddressCode = [] ;
 
if ( subject.length > 0 )
aParams.push( 'subject='+ encodeURIComponent( subject ) ) ;
if ( body.length > 0 )
aParams.push( 'body=' + encodeURIComponent( body ) ) ;
for ( var i = 0 ; i < address.length ; i++ )
aAddressCode.push( address.charCodeAt( i ) ) ;
 
return 'javascript:void(location.href=\'mailto:\'+String.fromCharCode(' + aAddressCode.join( ',' ) + ')+\'?' + aParams.join( '&' ) + '\')' ;
}
 
// EMailProtection 'none'
 
var sBaseUri = 'mailto:' + address ;
 
var sParams = '' ;
 
if ( subject.length > 0 )
sParams = '?subject=' + encodeURIComponent( subject ) ;
sParams = '?subject=' + escape( subject ) ;
 
if ( body.length > 0 )
{
sParams += ( sParams.length == 0 ? '?' : '&' ) ;
sParams += 'body=' + encodeURIComponent( body ) ;
sParams += 'body=' + escape( body ) ;
}
 
return sBaseUri + sParams ;
277,7 → 117,7
//#### Initialization Code
 
// oLink: The actual selected link in the editor.
var oLink = dialog.Selection.GetSelection().MoveToAncestorNode( 'A' ) ;
var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
if ( oLink )
FCK.Selection.SelectNode( oLink ) ;
 
301,31 → 141,8
// Show the initial dialog content.
GetE('divInfo').style.display = '' ;
 
// Set the actual uploader URL.
if ( FCKConfig.LinkUpload )
GetE('frmUpload').action = FCKConfig.LinkUploadURL ;
 
// Set the default target (from configuration).
SetDefaultTarget() ;
 
// Activate the "OK" button.
dialog.SetOkButton( true ) ;
 
// Select the first field.
switch( GetE('cmbLinkType').value )
{
case 'url' :
SelectField( 'txtUrl' ) ;
break ;
case 'email' :
SelectField( 'txtEMailAddress' ) ;
break ;
case 'anchor' :
if ( GetE('divSelAnchor').style.display != 'none' )
SelectField( 'cmbAnchorName' ) ;
else
SelectField( 'cmbLinkType' ) ;
}
window.parent.SetOkButton( true ) ;
}
 
var bHasAnchors ;
332,39 → 149,21
 
function LoadAnchorNamesAndIds()
{
// Since version 2.0, the anchors are replaced in the DOM by IMGs so the user see the icon
// to edit them. So, we must look for that images now.
var aAnchors = new Array() ;
var i ;
var oImages = oEditor.FCK.EditorDocument.getElementsByTagName( 'IMG' ) ;
for( i = 0 ; i < oImages.length ; i++ )
{
if ( oImages[i].getAttribute('_fckanchor') )
aAnchors[ aAnchors.length ] = oEditor.FCK.GetRealElement( oImages[i] ) ;
}
var aAnchors = oEditor.FCK.EditorDocument.anchors ;
var aIds = oEditor.FCKTools.GetAllChildrenIds( oEditor.FCK.EditorDocument.body ) ;
 
// Add also real anchors
var oLinks = oEditor.FCK.EditorDocument.getElementsByTagName( 'A' ) ;
for( i = 0 ; i < oLinks.length ; i++ )
{
if ( oLinks[i].name && ( oLinks[i].name.length > 0 ) )
aAnchors[ aAnchors.length ] = oLinks[i] ;
}
 
var aIds = FCKTools.GetAllChildrenIds( oEditor.FCK.EditorDocument.body ) ;
 
bHasAnchors = ( aAnchors.length > 0 || aIds.length > 0 ) ;
 
for ( i = 0 ; i < aAnchors.length ; i++ )
for ( var i = 0 ; i < aAnchors.length ; i++ )
{
var sName = aAnchors[i].name ;
if ( sName && sName.length > 0 )
FCKTools.AddSelectOption( GetE('cmbAnchorName'), sName, sName ) ;
oEditor.FCKTools.AddSelectOption( document, GetE('cmbAnchorName'), sName, sName ) ;
}
 
for ( i = 0 ; i < aIds.length ; i++ )
for ( var i = 0 ; i < aIds.length ; i++ )
{
FCKTools.AddSelectOption( GetE('cmbAnchorId'), aIds[i], aIds[i] ) ;
oEditor.FCKTools.AddSelectOption( document, GetE('cmbAnchorId'), aIds[i], aIds[i] ) ;
}
 
ShowE( 'divSelAnchor' , bHasAnchors ) ;
378,10 → 177,12
var sType = 'url' ;
 
// Get the actual Link href.
var sHRef = oLink.getAttribute( '_fcksavedurl' ) ;
if ( sHRef == null )
sHRef = oLink.getAttribute( 'href' , 2 ) || '' ;
var sHRef = oLink.getAttribute('href',2) + '' ;
 
// TODO: Wait stable version and remove the following commented lines.
// if ( sHRef.startsWith( FCK.BaseUrl ) )
// sHRef = sHRef.remove( 0, FCK.BaseUrl.length ) ;
 
// Look for a popup javascript link.
var oPopupMatch = oRegex.PopupUri.exec( sHRef ) ;
if( oPopupMatch )
392,50 → 193,33
SetTarget( 'popup' ) ;
}
 
// Accessible popups, the popup data is in the onclick attribute
if ( !oPopupMatch )
{
var onclick = oLink.getAttribute( 'onclick_fckprotectedatt' ) ;
if ( onclick )
{
// Decode the protected string
onclick = decodeURIComponent( onclick ) ;
 
oPopupMatch = oRegex.OnClickPopup.exec( onclick ) ;
if( oPopupMatch )
{
GetE( 'cmbTarget' ).value = 'popup' ;
FillPopupFields( oPopupMatch[1], oPopupMatch[2] ) ;
SetTarget( 'popup' ) ;
}
}
}
 
// Search for the protocol.
var sProtocol = oRegex.UriProtocol.exec( sHRef ) ;
 
// Search for a protected email link.
var oEMailInfo = oParser.ParseEMailUri( sHRef );
 
if ( oEMailInfo )
if ( sProtocol )
{
sType = 'email' ;
 
GetE('txtEMailAddress').value = oEMailInfo.Address ;
GetE('txtEMailSubject').value = oEMailInfo.Subject ;
GetE('txtEMailBody').value = oEMailInfo.Body ;
}
else if ( sProtocol )
{
sProtocol = sProtocol[0].toLowerCase() ;
GetE('cmbLinkProtocol').value = sProtocol ;
 
// Remove the protocol and get the remaining URL.
// Remove the protocol and get the remainig URL.
var sUrl = sHRef.replace( oRegex.UriProtocol, '' ) ;
sType = 'url' ;
GetE('txtUrl').value = sUrl ;
 
if ( sProtocol == 'mailto:' ) // It is an e-mail link.
{
sType = 'email' ;
 
var oEMailInfo = oParser.ParseEMailUrl( sUrl ) ;
GetE('txtEMailAddress').value = oEMailInfo.Address ;
GetE('txtEMailSubject').value = oEMailInfo.Subject ;
GetE('txtEMailBody').value = oEMailInfo.Body ;
}
else // It is a normal link.
{
sType = 'url' ;
GetE('txtUrl').value = sUrl ;
}
}
else if ( sHRef.substr(0,1) == '#' && sHRef.length > 1 ) // It is an anchor link.
else if ( sHRef.substr(0,1) == '#' && sHRef.length > 2 ) // It is an anchor link.
{
sType = 'anchor' ;
GetE('cmbAnchorName').value = GetE('cmbAnchorId').value = sHRef.substr(1) ;
477,21 → 261,16
GetE('txtAttContentType').value = oLink.type ;
GetE('txtAttCharSet').value = oLink.charset ;
 
var sClass ;
if ( oEditor.FCKBrowserInfo.IsIE )
{
sClass = oLink.getAttribute('className',2) || '' ;
// Clean up temporary classes for internal use:
sClass = sClass.replace( FCKRegexLib.FCK_Class, '' ) ;
 
GetE('txtAttClasses').value = oLink.getAttribute('className',2) || '' ;
GetE('txtAttStyle').value = oLink.style.cssText ;
}
else
{
sClass = oLink.getAttribute('class',2) || '' ;
GetE('txtAttStyle').value = oLink.getAttribute('style',2) || '' ;
GetE('txtAttClasses').value = oLink.getAttribute('class',2) || '' ;
GetE('txtAttStyle').value = oLink.getAttribute('style',2) ;
}
GetE('txtAttClasses').value = sClass ;
 
// Update the Link type combo.
GetE('cmbLinkType').value = sType ;
505,16 → 284,16
ShowE('divLinkTypeEMail' , (linkType == 'email') ) ;
 
if ( !FCKConfig.LinkDlgHideTarget )
dialog.SetTabVisibility( 'Target' , (linkType == 'url') ) ;
window.parent.SetTabVisibility( 'Target' , (linkType == 'url') ) ;
 
if ( FCKConfig.LinkUpload )
dialog.SetTabVisibility( 'Upload' , (linkType == 'url') ) ;
// TODO : Enable File Upload (3/3).
// window.parent.SetTabVisibility( 'Upload' , (linkType == 'url') ) ;
 
if ( !FCKConfig.LinkDlgHideAdvanced )
dialog.SetTabVisibility( 'Advanced' , (linkType != 'anchor' || bHasAnchors) ) ;
window.parent.SetTabVisibility( 'Advanced' , (linkType != 'anchor' || bHasAnchors) ) ;
 
if ( linkType == 'email' )
dialog.SetAutoSize( true ) ;
window.parent.SetAutoSize( true ) ;
}
 
//#### Target type selection.
522,7 → 301,7
{
GetE('tdTargetFrame').style.display = ( targetType == 'popup' ? 'none' : '' ) ;
GetE('tdPopupName').style.display =
GetE('tablePopupFeatures').style.display = ( targetType == 'popup' ? '' : 'none' ) ;
GetE('tablePopupFeatures').style.display = ( targetType == 'popup' ? '' : 'none' ) ;
 
switch ( targetType )
{
538,7 → 317,7
}
 
if ( targetType == 'popup' )
dialog.SetAutoSize( true ) ;
window.parent.SetAutoSize( true ) ;
}
 
//#### Called while the user types the URL.
572,13 → 351,14
GetE('cmbTarget').value = 'frame' ;
}
 
// Accessible popups
function BuildOnClickPopup()
//#### Builds the javascript URI to open a popup to the specified URI.
function BuildPopupUri( uri )
{
var sWindowName = "'" + GetE('txtPopupName').value.replace(/\W/gi, "") + "'" ;
var oReg = new RegExp( "'", "g" ) ;
var sWindowName = "'" + GetE('txtPopupName').value.replace(oReg, "\\'") + "'" ;
 
var sFeatures = '' ;
var aChkFeatures = document.getElementsByName( 'chkFeature' ) ;
var aChkFeatures = document.getElementsByName('chkFeature') ;
for ( var i = 0 ; i < aChkFeatures.length ; i++ )
{
if ( i > 0 ) sFeatures += ',' ;
590,10 → 370,7
if ( GetE('txtPopupLeft').value.length > 0 ) sFeatures += ',left=' + GetE('txtPopupLeft').value ;
if ( GetE('txtPopupTop').value.length > 0 ) sFeatures += ',top=' + GetE('txtPopupTop').value ;
 
if ( sFeatures != '' )
sFeatures = sFeatures + ",status" ;
 
return ( "window.open(this.href," + sWindowName + ",'" + sFeatures + "'); return false" ) ;
return ( "javascript:void(window.open('" + uri + "'," + sWindowName + ",'" + sFeatures + "'))" ) ;
}
 
//#### Fills all Popup related fields.
631,8 → 408,7
//#### The OK button was hit.
function Ok()
{
var sUri, sInnerHtml ;
oEditor.FCKUndo.SaveUndoStep() ;
var sUri ;
 
switch ( GetE('cmbLinkType').value )
{
647,6 → 423,9
 
sUri = GetE('cmbLinkProtocol').value + sUri ;
 
if( GetE('cmbTarget').value == 'popup' )
sUri = BuildPopupUri( sUri ) ;
 
break ;
 
case 'email' :
678,216 → 457,65
break ;
}
 
// If no link is selected, create a new one (it may result in more than one link creation - #220).
var aLinks = oLink ? [ oLink ] : oEditor.FCK.CreateLink( sUri, true ) ;
 
// If no selection, no links are created, so use the uri as the link text (by dom, 2006-05-26)
var aHasSelection = ( aLinks.length > 0 ) ;
if ( !aHasSelection )
if ( oLink ) // Modifying an existent link.
{
sInnerHtml = sUri;
 
// Built a better text for empty links.
switch ( GetE('cmbLinkType').value )
{
// anchor: use old behavior --> return true
case 'anchor':
sInnerHtml = sInnerHtml.replace( /^#/, '' ) ;
break ;
 
// url: try to get path
case 'url':
var oLinkPathRegEx = new RegExp("//?([^?\"']+)([?].*)?$") ;
var asLinkPath = oLinkPathRegEx.exec( sUri ) ;
if (asLinkPath != null)
sInnerHtml = asLinkPath[1]; // use matched path
break ;
 
// mailto: try to get email address
case 'email':
sInnerHtml = GetE('txtEMailAddress').value ;
break ;
}
 
// Create a new (empty) anchor.
aLinks = [ oEditor.FCK.InsertElement( 'a' ) ] ;
oEditor.FCKUndo.SaveUndoStep() ;
oLink.href = sUri ;
}
 
for ( var i = 0 ; i < aLinks.length ; i++ )
else // Creating a new link.
{
oLink = aLinks[i] ;
oLink = oEditor.FCK.CreateLink( sUri ) ;
if ( ! oLink )
return true ;
}
 
if ( aHasSelection )
sInnerHtml = oLink.innerHTML ; // Save the innerHTML (IE changes it if it is like an URL).
// Target
if( GetE('cmbTarget').value != 'popup' )
SetAttribute( oLink, 'target', GetE('txtTargetFrame').value ) ;
else
SetAttribute( oLink, 'target', null ) ;
 
oLink.href = sUri ;
SetAttribute( oLink, '_fcksavedurl', sUri ) ;
// Advances Attributes
SetAttribute( oLink, 'id' , GetE('txtAttId').value ) ;
SetAttribute( oLink, 'name' , GetE('txtAttName').value ) ; // No IE. Set but doesnt't update the outerHTML.
SetAttribute( oLink, 'dir' , GetE('cmbAttLangDir').value ) ;
SetAttribute( oLink, 'lang' , GetE('txtAttLangCode').value ) ;
SetAttribute( oLink, 'accesskey', GetE('txtAttAccessKey').value ) ;
SetAttribute( oLink, 'tabindex' , ( GetE('txtAttTabIndex').value > 0 ? GetE('txtAttTabIndex').value : null ) ) ;
SetAttribute( oLink, 'title' , GetE('txtAttTitle').value ) ;
SetAttribute( oLink, 'class' , GetE('txtAttClasses').value ) ;
SetAttribute( oLink, 'type' , GetE('txtAttContentType').value ) ;
SetAttribute( oLink, 'charset' , GetE('txtAttCharSet').value ) ;
 
var onclick;
// Accessible popups
if( GetE('cmbTarget').value == 'popup' )
{
onclick = BuildOnClickPopup() ;
// Encode the attribute
onclick = encodeURIComponent( " onclick=\"" + onclick + "\"" ) ;
SetAttribute( oLink, 'onclick_fckprotectedatt', onclick ) ;
}
else
{
// Check if the previous onclick was for a popup:
// In that case remove the onclick handler.
onclick = oLink.getAttribute( 'onclick_fckprotectedatt' ) ;
if ( onclick )
{
// Decode the protected string
onclick = decodeURIComponent( onclick ) ;
if ( oEditor.FCKBrowserInfo.IsIE )
oLink.style.cssText = GetE('txtAttStyle').value ;
else
SetAttribute( oLink, 'style', GetE('txtAttStyle').value ) ;
 
if( oRegex.OnClickPopup.test( onclick ) )
SetAttribute( oLink, 'onclick_fckprotectedatt', '' ) ;
}
}
 
oLink.innerHTML = sInnerHtml ; // Set (or restore) the innerHTML
 
// Target
if( GetE('cmbTarget').value != 'popup' )
SetAttribute( oLink, 'target', GetE('txtTargetFrame').value ) ;
else
SetAttribute( oLink, 'target', null ) ;
 
// Let's set the "id" only for the first link to avoid duplication.
if ( i == 0 )
SetAttribute( oLink, 'id', GetE('txtAttId').value ) ;
 
// Advances Attributes
SetAttribute( oLink, 'name' , GetE('txtAttName').value ) ;
SetAttribute( oLink, 'dir' , GetE('cmbAttLangDir').value ) ;
SetAttribute( oLink, 'lang' , GetE('txtAttLangCode').value ) ;
SetAttribute( oLink, 'accesskey', GetE('txtAttAccessKey').value ) ;
SetAttribute( oLink, 'tabindex' , ( GetE('txtAttTabIndex').value > 0 ? GetE('txtAttTabIndex').value : null ) ) ;
SetAttribute( oLink, 'title' , GetE('txtAttTitle').value ) ;
SetAttribute( oLink, 'type' , GetE('txtAttContentType').value ) ;
SetAttribute( oLink, 'charset' , GetE('txtAttCharSet').value ) ;
 
if ( oEditor.FCKBrowserInfo.IsIE )
{
var sClass = GetE('txtAttClasses').value ;
// If it's also an anchor add an internal class
if ( GetE('txtAttName').value.length != 0 )
sClass += ' FCK__AnchorC' ;
SetAttribute( oLink, 'className', sClass ) ;
 
oLink.style.cssText = GetE('txtAttStyle').value ;
}
else
{
SetAttribute( oLink, 'class', GetE('txtAttClasses').value ) ;
SetAttribute( oLink, 'style', GetE('txtAttStyle').value ) ;
}
}
 
// Select the (first) link.
oEditor.FCKSelection.SelectNode( aLinks[0] );
 
return true ;
}
 
function BrowseServer()
{
OpenFileBrowser( FCKConfig.LinkBrowserURL, FCKConfig.LinkBrowserWindowWidth, FCKConfig.LinkBrowserWindowHeight ) ;
}
// Set the browser window feature.
var iWidth = FCKConfig.LinkBrowserWindowWidth ;
var iHeight = FCKConfig.LinkBrowserWindowHeight ;
 
function SetUrl( url )
{
GetE('txtUrl').value = url ;
OnUrlChange() ;
dialog.SetSelectedTab( 'Info' ) ;
}
var iLeft = (screen.width - iWidth) / 2 ;
var iTop = (screen.height - iHeight) / 2 ;
 
function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg )
{
// Remove animation
window.parent.Throbber.Hide() ;
GetE( 'divUpload' ).style.display = '' ;
var sOptions = "toolbar=no,status=no,resizable=yes,dependent=yes" ;
sOptions += ",width=" + iWidth ;
sOptions += ",height=" + iHeight ;
sOptions += ",left=" + iLeft ;
sOptions += ",top=" + iTop ;
 
switch ( errorNumber )
{
case 0 : // No errors
alert( 'Your file has been successfully uploaded' ) ;
break ;
case 1 : // Custom error
alert( customMsg ) ;
return ;
case 101 : // Custom warning
alert( customMsg ) ;
break ;
case 201 :
alert( 'A file with the same name is already available. The uploaded file has been renamed to "' + fileName + '"' ) ;
break ;
case 202 :
alert( 'Invalid file type' ) ;
return ;
case 203 :
alert( "Security error. You probably don't have enough permissions to upload. Please check your server." ) ;
return ;
case 500 :
alert( 'The connector is disabled' ) ;
break ;
default :
alert( 'Error on file upload. Error number: ' + errorNumber ) ;
return ;
}
 
SetUrl( fileUrl ) ;
GetE('frmUpload').reset() ;
// Open the browser window.
var oWindow = window.open( FCKConfig.LinkBrowserURL, "FCKBrowseWindow", sOptions ) ;
}
 
var oUploadAllowedExtRegex = new RegExp( FCKConfig.LinkUploadAllowedExtensions, 'i' ) ;
var oUploadDeniedExtRegex = new RegExp( FCKConfig.LinkUploadDeniedExtensions, 'i' ) ;
 
function CheckUpload()
function SetUrl( url )
{
var sFile = GetE('txtUploadFile').value ;
 
if ( sFile.length == 0 )
{
alert( 'Please select a file to upload' ) ;
return false ;
}
 
if ( ( FCKConfig.LinkUploadAllowedExtensions.length > 0 && !oUploadAllowedExtRegex.test( sFile ) ) ||
( FCKConfig.LinkUploadDeniedExtensions.length > 0 && oUploadDeniedExtRegex.test( sFile ) ) )
{
OnUploadCompleted( 202 ) ;
return false ;
}
 
// Show animation
window.parent.Throbber.Show( 100 ) ;
GetE( 'divUpload' ).style.display = 'none' ;
 
return true ;
}
 
function SetDefaultTarget()
{
var target = FCKConfig.DefaultLinkTarget || '' ;
 
if ( oLink || target.length == 0 )
return ;
 
switch ( target )
{
case '_blank' :
case '_self' :
case '_parent' :
case '_top' :
GetE('cmbTarget').value = target ;
break ;
default :
GetE('cmbTarget').value = 'frame' ;
break ;
}
 
GetE('txtTargetFrame').value = target ;
}
document.getElementById('txtUrl').value = url ;
OnUrlChange() ;
}
/trunk/api/fckeditor/editor/dialog/fck_radiobutton.html
1,104 → 1,98
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Radio Button dialog window.
-->
<html>
<head>
<title>Radio Button Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = dialog.Selection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName.toUpperCase() == 'INPUT' && oActiveEl.type == 'radio' )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = oEditor.FCKBrowserInfo.IsIE ? oActiveEl.value : GetAttribute( oActiveEl, 'value' ) ;
GetE('txtSelected').checked = oActiveEl.checked ;
}
else
oActiveEl = null ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
SelectField( 'txtName' ) ;
}
 
function Ok()
{
oEditor.FCKUndo.SaveUndoStep() ;
 
oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: 'radio' } ) ;
 
if ( oEditor.FCKBrowserInfo.IsIE )
oActiveEl.value = GetE('txtValue').value ;
else
SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ;
 
var bIsChecked = GetE('txtSelected').checked ;
SetAttribute( oActiveEl, 'checked', bIsChecked ? 'checked' : null ) ; // For Firefox
oActiveEl.checked = bIsChecked ;
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgCheckboxName">Name</span><br>
<input type="text" size="20" id="txtName" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgCheckboxValue">Value</span><br>
<input type="text" size="20" id="txtValue" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected">Checked</label></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_radiobutton.html
* Radio Button dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Radio Button Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName.toUpperCase() == 'INPUT' && oActiveEl.type == 'radio' )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = GetAttribute( oActiveEl, 'value' ) ;
GetE('txtSelected').checked = oActiveEl.checked ;
}
else
oActiveEl = null ;
 
window.parent.SetOkButton( true ) ;
}
 
function Ok()
{
if ( !oActiveEl )
{
oActiveEl = oEditor.FCK.EditorDocument.createElement( 'INPUT' ) ;
oActiveEl.type = 'radio' ;
oActiveEl = oEditor.FCK.InsertElementAndGetIt( oActiveEl ) ;
}
 
oActiveEl.name = GetE('txtName').value ;
SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ;
 
if ( GetE('txtSelected').checked )
{
SetAttribute( oActiveEl, 'checked', 'checked' ) ;
oActiveEl.checked = GetE('txtSelected').checked ;
}
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgCheckboxName">Name</span><br>
<input type="text" size="20" id="txtName" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgCheckboxValue">Value</span><br>
<input type="text" size="20" id="txtValue" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td><input type="checkbox" id="txtSelected"><label for="txtSelected" fckLang="DlgCheckboxSelected">Checked</label></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_link.html
1,295 → 1,287
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Link dialog window.
-->
<html>
<head>
<title>Link Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_link/fck_link.js" type="text/javascript"></script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<div id="divInfo" style="DISPLAY: none">
<span fckLang="DlgLnkType">Link Type</span><br />
<select id="cmbLinkType" onchange="SetLinkType(this.value);">
<option value="url" fckLang="DlgLnkTypeURL" selected="selected">URL</option>
<option value="anchor" fckLang="DlgLnkTypeAnchor">Anchor in this page</option>
<option value="email" fckLang="DlgLnkTypeEMail">E-Mail</option>
</select>
<br />
<br />
<div id="divLinkTypeUrl">
<table cellspacing="0" cellpadding="0" width="100%" border="0" dir="ltr">
<tr>
<td nowrap="nowrap">
<span fckLang="DlgLnkProto">Protocol</span><br />
<select id="cmbLinkProtocol">
<option value="http://" selected="selected">http://</option>
<option value="https://">https://</option>
<option value="ftp://">ftp://</option>
<option value="news://">news://</option>
<option value="" fckLang="DlgLnkProtoOther">&lt;other&gt;</option>
</select>
</td>
<td nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap" width="100%">
<span fckLang="DlgLnkURL">URL</span><br />
<input id="txtUrl" style="WIDTH: 100%" type="text" onkeyup="OnUrlChange();" onchange="OnUrlChange();" />
</td>
</tr>
</table>
<br />
<div id="divBrowseServer">
<input type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" onclick="BrowseServer();" />
</div>
</div>
<div id="divLinkTypeAnchor" style="DISPLAY: none" align="center">
<div id="divSelAnchor" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" border="0" width="70%">
<tr>
<td colspan="3">
<span fckLang="DlgLnkAnchorSel">Select an Anchor</span>
</td>
</tr>
<tr>
<td width="50%">
<span fckLang="DlgLnkAnchorByName">By Anchor Name</span><br />
<select id="cmbAnchorName" onchange="GetE('cmbAnchorId').value='';" style="WIDTH: 100%">
<option value="" selected="selected"></option>
</select>
</td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td width="50%">
<span fckLang="DlgLnkAnchorById">By Element Id</span><br />
<select id="cmbAnchorId" onchange="GetE('cmbAnchorName').value='';" style="WIDTH: 100%">
<option value="" selected="selected"></option>
</select>
</td>
</tr>
</table>
</div>
<div id="divNoAnchor" style="DISPLAY: none">
<span fckLang="DlgLnkNoAnchors">&lt;No anchors available in the document&gt;</span>
</div>
</div>
<div id="divLinkTypeEMail" style="DISPLAY: none">
<span fckLang="DlgLnkEMail">E-Mail Address</span><br />
<input id="txtEMailAddress" style="WIDTH: 100%" type="text" /><br />
<span fckLang="DlgLnkEMailSubject">Message Subject</span><br />
<input id="txtEMailSubject" style="WIDTH: 100%" type="text" /><br />
<span fckLang="DlgLnkEMailBody">Message Body</span><br />
<textarea id="txtEMailBody" style="WIDTH: 100%" rows="3" cols="20"></textarea>
</div>
</div>
<div id="divUpload" style="DISPLAY: none">
<form id="frmUpload" method="post" target="UploadWindow" enctype="multipart/form-data" action="" onsubmit="return CheckUpload();">
<span fckLang="DlgLnkUpload">Upload</span><br />
<input id="txtUploadFile" style="WIDTH: 100%" type="file" size="40" name="NewFile" /><br />
<br />
<input id="btnUpload" type="submit" value="Send it to the Server" fckLang="DlgLnkBtnUpload" />
<script type="text/javascript">
document.write( '<iframe name="UploadWindow" style="display: none" src="' + FCKTools.GetVoidUrl() + '"><\/iframe>' ) ;
</script>
</form>
</div>
<div id="divTarget" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td nowrap="nowrap">
<span fckLang="DlgLnkTarget">Target</span><br />
<select id="cmbTarget" onchange="SetTarget(this.value);">
<option value="" fckLang="DlgGenNotSet" selected="selected">&lt;not set&gt;</option>
<option value="frame" fckLang="DlgLnkTargetFrame">&lt;frame&gt;</option>
<option value="popup" fckLang="DlgLnkTargetPopup">&lt;popup window&gt;</option>
<option value="_blank" fckLang="DlgLnkTargetBlank">New Window (_blank)</option>
<option value="_top" fckLang="DlgLnkTargetTop">Topmost Window (_top)</option>
<option value="_self" fckLang="DlgLnkTargetSelf">Same Window (_self)</option>
<option value="_parent" fckLang="DlgLnkTargetParent">Parent Window (_parent)</option>
</select>
</td>
<td>&nbsp;</td>
<td id="tdTargetFrame" nowrap="nowrap" width="100%">
<span fckLang="DlgLnkTargetFrameName">Target Frame Name</span><br />
<input id="txtTargetFrame" style="WIDTH: 100%" type="text" onkeyup="OnTargetNameChange();"
onchange="OnTargetNameChange();" />
</td>
<td id="tdPopupName" style="DISPLAY: none" nowrap="nowrap" width="100%">
<span fckLang="DlgLnkPopWinName">Popup Window Name</span><br />
<input id="txtPopupName" style="WIDTH: 100%" type="text" />
</td>
</tr>
</table>
<br />
<table id="tablePopupFeatures" style="DISPLAY: none" cellspacing="0" cellpadding="0" align="center"
border="0">
<tr>
<td>
<span fckLang="DlgLnkPopWinFeat">Popup Window Features</span><br />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" nowrap="nowrap" width="50%">
<input id="chkPopupResizable" name="chkFeature" value="resizable" type="checkbox" /><label for="chkPopupResizable" fckLang="DlgLnkPopResize">Resizable</label><br />
<input id="chkPopupLocationBar" name="chkFeature" value="location" type="checkbox" /><label for="chkPopupLocationBar" fckLang="DlgLnkPopLocation">Location
Bar</label><br />
<input id="chkPopupManuBar" name="chkFeature" value="menubar" type="checkbox" /><label for="chkPopupManuBar" fckLang="DlgLnkPopMenu">Menu
Bar</label><br />
<input id="chkPopupScrollBars" name="chkFeature" value="scrollbars" type="checkbox" /><label for="chkPopupScrollBars" fckLang="DlgLnkPopScroll">Scroll
Bars</label>
</td>
<td></td>
<td valign="top" nowrap="nowrap" width="50%">
<input id="chkPopupStatusBar" name="chkFeature" value="status" type="checkbox" /><label for="chkPopupStatusBar" fckLang="DlgLnkPopStatus">Status
Bar</label><br />
<input id="chkPopupToolbar" name="chkFeature" value="toolbar" type="checkbox" /><label for="chkPopupToolbar" fckLang="DlgLnkPopToolbar">Toolbar</label><br />
<input id="chkPopupFullScreen" name="chkFeature" value="fullscreen" type="checkbox" /><label for="chkPopupFullScreen" fckLang="DlgLnkPopFullScrn">Full
Screen (IE)</label><br />
<input id="chkPopupDependent" name="chkFeature" value="dependent" type="checkbox" /><label for="chkPopupDependent" fckLang="DlgLnkPopDependent">Dependent
(Netscape)</label>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="50%">&nbsp;</td>
<td></td>
<td valign="top" nowrap="nowrap" width="50%"></td>
</tr>
<tr>
<td valign="top">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap"><span fckLang="DlgLnkPopWidth">Width</span></td>
<td>&nbsp;<input id="txtPopupWidth" type="text" maxlength="4" size="4" /></td>
</tr>
<tr>
<td nowrap="nowrap"><span fckLang="DlgLnkPopHeight">Height</span></td>
<td>&nbsp;<input id="txtPopupHeight" type="text" maxlength="4" size="4" /></td>
</tr>
</table>
</td>
<td>&nbsp;&nbsp;</td>
<td valign="top">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap"><span fckLang="DlgLnkPopLeft">Left Position</span></td>
<td>&nbsp;<input id="txtPopupLeft" type="text" maxlength="4" size="4" /></td>
</tr>
<tr>
<td nowrap="nowrap"><span fckLang="DlgLnkPopTop">Top Position</span></td>
<td>&nbsp;<input id="txtPopupTop" type="text" maxlength="4" size="4" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="divAttribs" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td valign="top" width="50%">
<span fckLang="DlgGenId">Id</span><br />
<input id="txtAttId" style="WIDTH: 100%" type="text" />
</td>
<td width="1"></td>
<td valign="top">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td width="60%">
<span fckLang="DlgGenLangDir">Language Direction</span><br />
<select id="cmbAttLangDir" style="WIDTH: 100%">
<option value="" fckLang="DlgGenNotSet" selected>&lt;not set&gt;</option>
<option value="ltr" fckLang="DlgGenLangDirLtr">Left to Right (LTR)</option>
<option value="rtl" fckLang="DlgGenLangDirRtl">Right to Left (RTL)</option>
</select>
</td>
<td width="1%">&nbsp;&nbsp;&nbsp;</td>
<td nowrap="nowrap"><span fckLang="DlgGenAccessKey">Access Key</span><br />
<input id="txtAttAccessKey" style="WIDTH: 100%" type="text" maxlength="1" size="1" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" width="50%">
<span fckLang="DlgGenName">Name</span><br />
<input id="txtAttName" style="WIDTH: 100%" type="text" />
</td>
<td width="1"></td>
<td valign="top">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td width="60%">
<span fckLang="DlgGenLangCode">Language Code</span><br />
<input id="txtAttLangCode" style="WIDTH: 100%" type="text" />
</td>
<td width="1%">&nbsp;&nbsp;&nbsp;</td>
<td nowrap="nowrap">
<span fckLang="DlgGenTabIndex">Tab Index</span><br />
<input id="txtAttTabIndex" style="WIDTH: 100%" type="text" maxlength="5" size="5" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" width="50%">&nbsp;</td>
<td width="1"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top" width="50%">
<span fckLang="DlgGenTitle">Advisory Title</span><br />
<input id="txtAttTitle" style="WIDTH: 100%" type="text" />
</td>
<td width="1">&nbsp;&nbsp;&nbsp;</td>
<td valign="top">
<span fckLang="DlgGenContType">Advisory Content Type</span><br />
<input id="txtAttContentType" style="WIDTH: 100%" type="text" />
</td>
</tr>
<tr>
<td valign="top">
<span fckLang="DlgGenClass">Stylesheet Classes</span><br />
<input id="txtAttClasses" style="WIDTH: 100%" type="text" />
</td>
<td></td>
<td valign="top">
<span fckLang="DlgGenLinkCharset">Linked Resource Charset</span><br />
<input id="txtAttCharSet" style="WIDTH: 100%" type="text" />
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td>
<span fckLang="DlgGenStyle">Style</span><br />
<input id="txtAttStyle" style="WIDTH: 100%" type="text" />
</td>
</tr>
</table>
</div>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_link.html
* Link dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Link Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script src="fck_link/fck_link.js" type="text/javascript"></script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<div id="divInfo" style="DISPLAY: none">
<span fckLang="DlgLnkType">Link Type</span><br />
<select id="cmbLinkType" onchange="SetLinkType(this.value);">
<option value="url" fckLang="DlgLnkTypeURL" selected="selected">URL</option>
<option value="anchor" fckLang="DlgLnkTypeAnchor">Anchor in this page</option>
<option value="email" fckLang="DlgLnkTypeEMail">E-Mail</option>
</select>
<br />
<br />
<div id="divLinkTypeUrl">
<table cellspacing="0" cellpadding="0" width="100%" border="0" dir="ltr">
<tr>
<td nowrap="nowrap">
<span fckLang="DlgLnkProto">Protocol</span><br />
<select id="cmbLinkProtocol">
<option value="http://" selected="selected">http://</option>
<option value="https://">https://</option>
<option value="ftp://">ftp://</option>
<option value="news://">news://</option>
<option value="" fckLang="DlgLnkProtoOther">&lt;other&gt;</option>
</select>
</td>
<td nowrap="nowrap">&nbsp;</td>
<td nowrap="nowrap" width="100%">
<span fckLang="DlgLnkURL">URL</span><br />
<input id="txtUrl" style="WIDTH: 100%" type="text" onkeyup="OnUrlChange();" onchange="OnUrlChange();" />
</td>
</tr>
</table>
<br />
<div id="divBrowseServer">
<input type="button" value="Browse Server" fckLang="DlgBtnBrowseServer" onclick="BrowseServer();" />
</div>
</div>
<div id="divLinkTypeAnchor" style="DISPLAY: none" align="center">
<div id="divSelAnchor" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" border="0" width="70%">
<tr>
<td colspan="3">
<span fckLang="DlgLnkAnchorSel">Select an Anchor</span>
</td>
</tr>
<tr>
<td width="50%">
<span fckLang="DlgLnkAnchorByName">By Anchor Name</span><br />
<select id="cmbAnchorName" onchange="GetE('cmbAnchorId').value='';" style="WIDTH: 100%">
<option value="" selected="selected"></option>
</select>
</td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td width="50%">
<span fckLang="DlgLnkAnchorById">By Element Id</span><br />
<select id="cmbAnchorId" onchange="GetE('cmbAnchorName').value='';" style="WIDTH: 100%">
<option value="" selected="selected"></option>
</select>
</td>
</tr>
</table>
</div>
<div id="divNoAnchor" style="DISPLAY: none">
<span fckLang="DlgLnkNoAnchors">&lt;No anchors available in the document&gt;</span>
</div>
</div>
<div id="divLinkTypeEMail" style="DISPLAY: none">
<span fckLang="DlgLnkEMail">E-Mail Address</span><br />
<input id="txtEMailAddress" style="WIDTH: 100%" type="text" /><br />
<span fckLang="DlgLnkEMailSubject">Message Subject</span><br />
<input id="txtEMailSubject" style="WIDTH: 100%" type="text" /><br />
<span fckLang="DlgLnkEMailBody">Message Body</span><br />
<textarea id="txtEMailBody" style="WIDTH: 100%" rows="3" cols="20"></textarea>
</div>
</div>
<div id="divUpload" style="DISPLAY: none">
<form method="post" target="UploadWindow" enctype="multipart/form-data" action="">
<span fckLang="DlgLnkUpload">Upload</span><br />
<input style="WIDTH: 100%" type="file" size="40" /><br />
<br />
<input id="btnUpload" onclick="uploadFile();" type="button" value="Send it to the Server"
fckLang="DlgLnkBtnUpload" />
</form>
</div>
<div id="divTarget" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td nowrap="nowrap">
<span fckLang="DlgLnkTarget">Target</span><br />
<select id="cmbTarget" onchange="SetTarget(this.value);">
<option value="" fckLang="DlgGenNotSet" selected="selected">&lt;not set&gt;</option>
<option value="frame" fckLang="DlgLnkTargetFrame">&lt;frame&gt;</option>
<option value="popup" fckLang="DlgLnkTargetPopup">&lt;popup window&gt;</option>
<option value="_blank" fckLang="DlgLnkTargetBlank">New Window (_blank)</option>
<option value="_top" fckLang="DlgLnkTargetTop">Topmost Window (_top)</option>
<option value="_self" fckLang="DlgLnkTargetSelf">Same Window (_self)</option>
<option value="_parent" fckLang="DlgLnkTargetParent">Parent Window (_parent)</option>
</select>
</td>
<td>&nbsp;</td>
<td id="tdTargetFrame" nowrap="nowrap" width="100%">
<span fckLang="DlgLnkTargetFrameName">Target Frame Name</span><br />
<input id="txtTargetFrame" style="WIDTH: 100%" type="text" onkeyup="OnTargetNameChange();"
onchange="OnTargetNameChange();" />
</td>
<td id="tdPopupName" style="DISPLAY: none" nowrap="nowrap" width="100%">
<span fckLang="DlgLnkPopWinName">Popup Window Name</span><br />
<input id="txtPopupName" style="WIDTH: 100%" type="text" />
</td>
</tr>
</table>
<br />
<table id="tablePopupFeatures" style="DISPLAY: none" cellspacing="0" cellpadding="0" align="center"
border="0">
<tr>
<td>
<span fckLang="DlgLnkPopWinFeat">Popup Window Features</span><br />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top" nowrap="nowrap" width="50%">
<input id="chkPopupResizable" name="chkFeature" value="resizable" type="checkbox" /><label for="chkPopupResizable" fckLang="DlgLnkPopResize">Resizable</label><br />
<input id="chkPopupLocationBar" name="chkFeature" value="location" type="checkbox" /><label for="chkPopupLocationBar" fckLang="DlgLnkPopLocation">Location
Bar</label><br />
<input id="chkPopupManuBar" name="chkFeature" value="menubar" type="checkbox" /><label for="chkPopupManuBar" fckLang="DlgLnkPopMenu">Menu
Bar</label><br />
<input id="chkPopupScrollBars" name="chkFeature" value="scrollbars" type="checkbox" /><label for="chkPopupScrollBars" fckLang="DlgLnkPopScroll">Scroll
Bars</label>
</td>
<td></td>
<td valign="top" nowrap="nowrap" width="50%">
<input id="chkPopupStatusBar" name="chkFeature" value="status" type="checkbox" /><label for="chkPopupStatusBar" fckLang="DlgLnkPopStatus">Status
Bar</label><br />
<input id="chkPopupToolbar" name="chkFeature" value="toolbar" type="checkbox" /><label for="chkPopupToolbar" fckLang="DlgLnkPopToolbar">Toolbar</label><br />
<input id="chkPopupFullScreen" name="chkFeature" value="fullscreen" type="checkbox" /><label for="chkPopupFullScreen" fckLang="DlgLnkPopFullScrn">Full
Screen (IE)</label><br />
<input id="chkPopupDependent" name="chkFeature" value="dependent" type="checkbox" /><label for="chkPopupDependent" fckLang="DlgLnkPopDependent">Dependent
(Netscape)</label>
</td>
</tr>
<tr>
<td valign="top" nowrap="nowrap" width="50%">&nbsp;</td>
<td></td>
<td valign="top" nowrap="nowrap" width="50%"></td>
</tr>
<tr>
<td valign="top">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap"><span fckLang="DlgLnkPopWidth">Width</span></td>
<td>&nbsp;<input id="txtPopupWidth" type="text" maxlength="4" size="4" /></td>
</tr>
<tr>
<td nowrap="nowrap"><span fckLang="DlgLnkPopHeight">Height</span></td>
<td>&nbsp;<input id="txtPopupHeight" type="text" maxlength="4" size="4" /></td>
</tr>
</table>
</td>
<td>&nbsp;&nbsp;</td>
<td valign="top">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td nowrap="nowrap"><span fckLang="DlgLnkPopLeft">Left Position</span></td>
<td>&nbsp;<input id="txtPopupLeft" type="text" maxlength="4" size="4" /></td>
</tr>
<tr>
<td nowrap="nowrap"><span fckLang="DlgLnkPopTop">Top Position</span></td>
<td>&nbsp;<input id="txtPopupTop" type="text" maxlength="4" size="4" /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="divAttribs" style="DISPLAY: none">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td valign="top" width="50%">
<span fckLang="DlgGenId">Id</span><br />
<input id="txtAttId" style="WIDTH: 100%" type="text" />
</td>
<td width="1"></td>
<td valign="top">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td width="60%">
<span fckLang="DlgGenLangDir">Language Direction</span><br />
<select id="cmbAttLangDir" style="WIDTH: 100%">
<option value="" fckLang="DlgGenNotSet" selected>&lt;not set&gt;</option>
<option value="ltr" fckLang="DlgGenLangDirLtr">Left to Right (LTR)</option>
<option value="rtl" fckLang="DlgGenLangDirRtl">Right to Left (RTL)</option>
</select>
</td>
<td width="1%">&nbsp;&nbsp;&nbsp;</td>
<td nowrap="nowrap"><span fckLang="DlgGenAccessKey">Access Key</span><br />
<input id="txtAttAccessKey" style="WIDTH: 100%" type="text" maxlength="1" size="1" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" width="50%">
<span fckLang="DlgGenName">Name</span><br />
<input id="txtAttName" style="WIDTH: 100%" type="text" />
</td>
<td width="1"></td>
<td valign="top">
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td width="60%">
<span fckLang="DlgGenLangCode">Language Code</span><br />
<input id="txtAttLangCode" style="WIDTH: 100%" type="text" />
</td>
<td width="1%">&nbsp;&nbsp;&nbsp;</td>
<td nowrap="nowrap">
<span fckLang="DlgGenTabIndex">Tab Index</span><br />
<input id="txtAttTabIndex" style="WIDTH: 100%" type="text" maxlength="5" size="5" />
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top" width="50%">&nbsp;</td>
<td width="1"></td>
<td valign="top"></td>
</tr>
<tr>
<td valign="top" width="50%">
<span fckLang="DlgGenTitle">Advisory Title</span><br />
<input id="txtAttTitle" style="WIDTH: 100%" type="text" />
</td>
<td width="1">&nbsp;&nbsp;&nbsp;</td>
<td valign="top">
<span fckLang="DlgGenContType">Advisory Content Type</span><br />
<input id="txtAttContentType" style="WIDTH: 100%" type="text" />
</td>
</tr>
<tr>
<td valign="top">
<span fckLang="DlgGenClass">Stylesheet Classes</span><br />
<input id="txtAttClasses" style="WIDTH: 100%" type="text" />
</td>
<td></td>
<td valign="top">
<span fckLang="DlgGenLinkCharset">Linked Resource Charset</span><br />
<input id="txtAttCharSet" style="WIDTH: 100%" type="text" />
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" width="100%" align="center" border="0">
<tr>
<td>
<span fckLang="DlgGenStyle">Style</span><br />
<input id="txtAttStyle" style="WIDTH: 100%" type="text" />
</td>
</tr>
</table>
</div>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_hiddenfield.html
1,115 → 1,89
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Hidden Field dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hidden Field Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="noindex, nofollow" name="robots" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
var FCK = oEditor.FCK ;
 
// Gets the document DOM
var oDOM = FCK.EditorDocument ;
 
// Get the selected flash embed (if available).
var oFakeImage = dialog.Selection.GetSelectedElement() ;
var oActiveEl ;
 
if ( oFakeImage )
{
if ( oFakeImage.tagName == 'IMG' && oFakeImage.getAttribute('_fckinputhidden') )
oActiveEl = FCK.GetRealElement( oFakeImage ) ;
else
oFakeImage = null ;
}
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = oActiveEl.value ;
}
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
SelectField( 'txtName' ) ;
}
 
 
function Ok()
{
oEditor.FCKUndo.SaveUndoStep() ;
 
oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: 'hidden' } ) ;
 
SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ;
 
if ( !oFakeImage )
{
oFakeImage = oEditor.FCKDocumentProcessor_CreateFakeImage( 'FCK__InputHidden', oActiveEl ) ;
oFakeImage.setAttribute( '_fckinputhidden', 'true', 0 ) ;
 
oActiveEl.parentNode.insertBefore( oFakeImage, oActiveEl ) ;
oActiveEl.parentNode.removeChild( oActiveEl ) ;
}
else
oEditor.FCKUndo.SaveUndoStep() ;
 
return true ;
}
 
</script>
</head>
<body style="overflow: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" class="inhoud" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fcklang="DlgHiddenName">Name</span><br />
<input type="text" size="20" id="txtName" style="width: 100%" />
</td>
</tr>
<tr>
<td>
<span fcklang="DlgHiddenValue">Value</span><br />
<input type="text" size="30" id="txtValue" style="width: 100%" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_hiddenfield.html
* Hidden Field dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Hidden Field Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName == 'INPUT' && oActiveEl.type == 'hidden' )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = oActiveEl.value ;
}
else
oActiveEl = null ;
 
window.parent.SetOkButton( true ) ;
}
 
 
function Ok()
{
if ( !oActiveEl )
{
oActiveEl = oEditor.FCK.EditorDocument.createElement( 'INPUT' ) ;
oActiveEl.type = 'hidden' ;
oActiveEl = oEditor.FCK.InsertElementAndGetIt( oActiveEl ) ;
}
oActiveEl.name = GetE('txtName').value ;
SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ;
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" class="inhoud" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgHiddenName">Name</span><br>
<input type="text" size="20" id="txtName" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgHiddenValue">Value</span><br>
<input type="text" size="30" id="txtValue" style="WIDTH: 100%">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/common/fck_dialog_common.css
1,46 → 1,24
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This is the CSS file used for interface details in some dialog
* windows.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_dialog_common.css
* This is the CSS file used for interface details in some dialog
* windows.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
/* #########
* WARNING
* #########
* When changing this file, the minified version of it must be updated in the
* fck_dialog_common.js file (see GetCommonDialogCss).
*/
 
.ImagePreviewArea
{
border: #000000 1px solid;
overflow: auto;
width: 100%;
height: 170px;
background-color: #ffffff;
}
 
.FlashPreviewArea
{
border: #000000 1px solid;
padding: 5px;
overflow: auto;
width: 100%;
68,7 → 46,7
width: 16px;
height: 16px;
background-repeat: no-repeat;
border: none 1px;
border: 1px none;
font-size: 1px ;
}
 
79,7 → 57,7
 
.BtnOver
{
border: outset 1px;
border: 1px outset;
cursor: pointer;
cursor: hand;
}
/trunk/api/fckeditor/editor/dialog/common/fck_dialog_common.js
1,66 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Useful functions used by almost all dialog window pages.
* Dialogs should link to this file as the very first script on the page.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_dialog_common.js
* Useful functions used by almost all dialog window pages.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
// Automatically detect the correct document.domain (#123).
(function()
{
var d = document.domain ;
 
while ( true )
{
// Test if we can access a parent property.
try
{
var test = window.parent.document.domain ;
break ;
}
catch( e ) {}
 
// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
d = d.replace( /.*?(?:\.|$)/, '' ) ;
 
if ( d.length == 0 )
break ; // It was not able to detect the domain.
 
try
{
document.domain = d ;
}
catch (e)
{
break ;
}
}
})() ;
 
// Attention: FCKConfig must be available in the page.
function GetCommonDialogCss( prefix )
{
// CSS minified by http://iceyboard.no-ip.org/projects/css_compressor (see _dev/css_compression.txt).
return FCKConfig.BasePath + 'dialog/common/' + '|.ImagePreviewArea{border:#000 1px solid;overflow:auto;width:100%;height:170px;background-color:#fff}.FlashPreviewArea{border:#000 1px solid;padding:5px;overflow:auto;width:100%;height:170px;background-color:#fff}.BtnReset{float:left;background-position:center center;background-image:url(images/reset.gif);width:16px;height:16px;background-repeat:no-repeat;border:1px none;font-size:1px}.BtnLocked,.BtnUnlocked{float:left;background-position:center center;background-image:url(images/locked.gif);width:16px;height:16px;background-repeat:no-repeat;border:none 1px;font-size:1px}.BtnUnlocked{background-image:url(images/unlocked.gif)}.BtnOver{border:outset 1px;cursor:pointer;cursor:hand}' ;
}
 
// Gets a element by its Id. Used for shorter coding.
function GetE( elementId )
{
91,65 → 45,37
 
var oValue = element.getAttribute( attName, 2 ) ;
 
if ( oValue == null )
oValue = oAtt.nodeValue ;
 
return ( oValue == null ? valueIfNull : oValue ) ;
}
 
function SelectField( elementId )
// Functions used by text fiels to accept numbers only.
function IsDigit( e )
{
var element = GetE( elementId ) ;
element.focus() ;
e = e || event ;
var iCode = ( e.keyCode || e.charCode ) ;
 
// element.select may not be available for some fields (like <select>).
if ( element.select )
element.select() ;
event.returnValue =
(
( iCode >= 48 && iCode <= 57 ) // Numbers
|| (iCode >= 37 && iCode <= 40) // Arrows
|| iCode == 8 // Backspace
|| iCode == 46 // Delete
) ;
 
return event.returnValue ;
}
 
// Functions used by text fields to accept numbers only.
var IsDigit = ( function()
{
var KeyIdentifierMap =
{
End : 35,
Home : 36,
Left : 37,
Right : 39,
'U+00007F' : 46 // Delete
} ;
 
return function ( e )
{
if ( !e )
e = event ;
 
var iCode = ( e.keyCode || e.charCode ) ;
 
if ( !iCode && e.keyIdentifier && ( e.keyIdentifier in KeyIdentifierMap ) )
iCode = KeyIdentifierMap[ e.keyIdentifier ] ;
 
return (
( iCode >= 48 && iCode <= 57 ) // Numbers
|| (iCode >= 35 && iCode <= 40) // Arrows, Home, End
|| iCode == 8 // Backspace
|| iCode == 46 // Delete
|| iCode == 9 // Tab
) ;
}
} )() ;
 
String.prototype.Trim = function()
String.prototype.trim = function()
{
return this.replace( /(^\s*)|(\s*$)/g, '' ) ;
}
 
String.prototype.StartsWith = function( value )
String.prototype.startsWith = function( value )
{
return ( this.substr( 0, value.length ) == value ) ;
}
 
String.prototype.Remove = function( start, length )
String.prototype.remove = function( start, length )
{
var s = '' ;
 
160,188 → 86,4
s += this.substring( start + length , this.length ) ;
 
return s ;
}
 
String.prototype.ReplaceAll = function( searchArray, replaceArray )
{
var replaced = this ;
 
for ( var i = 0 ; i < searchArray.length ; i++ )
{
replaced = replaced.replace( searchArray[i], replaceArray[i] ) ;
}
 
return replaced ;
}
 
function OpenFileBrowser( url, width, height )
{
// oEditor must be defined.
 
var iLeft = ( oEditor.FCKConfig.ScreenWidth - width ) / 2 ;
var iTop = ( oEditor.FCKConfig.ScreenHeight - height ) / 2 ;
 
var sOptions = "toolbar=no,status=no,resizable=yes,dependent=yes,scrollbars=yes" ;
sOptions += ",width=" + width ;
sOptions += ",height=" + height ;
sOptions += ",left=" + iLeft ;
sOptions += ",top=" + iTop ;
 
window.open( url, 'FCKBrowseWindow', sOptions ) ;
}
 
/**
Utility function to create/update an element with a name attribute in IE, so it behaves properly when moved around
It also allows to change the name or other special attributes in an existing node
oEditor : instance of FCKeditor where the element will be created
oOriginal : current element being edited or null if it has to be created
nodeName : string with the name of the element to create
oAttributes : Hash object with the attributes that must be set at creation time in IE
Those attributes will be set also after the element has been
created for any other browser to avoid redudant code
*/
function CreateNamedElement( oEditor, oOriginal, nodeName, oAttributes )
{
var oNewNode ;
 
// IE doesn't allow easily to change properties of an existing object,
// so remove the old and force the creation of a new one.
var oldNode = null ;
if ( oOriginal && oEditor.FCKBrowserInfo.IsIE )
{
// Force the creation only if some of the special attributes have changed:
var bChanged = false;
for( var attName in oAttributes )
bChanged |= ( oOriginal.getAttribute( attName, 2) != oAttributes[attName] ) ;
 
if ( bChanged )
{
oldNode = oOriginal ;
oOriginal = null ;
}
}
 
// If the node existed (and it's not IE), then we just have to update its attributes
if ( oOriginal )
{
oNewNode = oOriginal ;
}
else
{
// #676, IE doesn't play nice with the name or type attribute
if ( oEditor.FCKBrowserInfo.IsIE )
{
var sbHTML = [] ;
sbHTML.push( '<' + nodeName ) ;
for( var prop in oAttributes )
{
sbHTML.push( ' ' + prop + '="' + oAttributes[prop] + '"' ) ;
}
sbHTML.push( '>' ) ;
if ( !oEditor.FCKListsLib.EmptyElements[nodeName.toLowerCase()] )
sbHTML.push( '</' + nodeName + '>' ) ;
 
oNewNode = oEditor.FCK.EditorDocument.createElement( sbHTML.join('') ) ;
// Check if we are just changing the properties of an existing node: copy its properties
if ( oldNode )
{
CopyAttributes( oldNode, oNewNode, oAttributes ) ;
oEditor.FCKDomTools.MoveChildren( oldNode, oNewNode ) ;
oldNode.parentNode.removeChild( oldNode ) ;
oldNode = null ;
 
if ( oEditor.FCK.Selection.SelectionData )
{
// Trick to refresh the selection object and avoid error in
// fckdialog.html Selection.EnsureSelection
var oSel = oEditor.FCK.EditorDocument.selection ;
oEditor.FCK.Selection.SelectionData = oSel.createRange() ; // Now oSel.type will be 'None' reflecting the real situation
}
}
oNewNode = oEditor.FCK.InsertElement( oNewNode ) ;
 
// FCK.Selection.SelectionData is broken by now since we've
// deleted the previously selected element. So we need to reassign it.
if ( oEditor.FCK.Selection.SelectionData )
{
var range = oEditor.FCK.EditorDocument.body.createControlRange() ;
range.add( oNewNode ) ;
oEditor.FCK.Selection.SelectionData = range ;
}
}
else
{
oNewNode = oEditor.FCK.InsertElement( nodeName ) ;
}
}
 
// Set the basic attributes
for( var attName in oAttributes )
oNewNode.setAttribute( attName, oAttributes[attName], 0 ) ; // 0 : Case Insensitive
 
return oNewNode ;
}
 
// Copy all the attributes from one node to the other, kinda like a clone
// But oSkipAttributes is an object with the attributes that must NOT be copied
function CopyAttributes( oSource, oDest, oSkipAttributes )
{
var aAttributes = oSource.attributes ;
 
for ( var n = 0 ; n < aAttributes.length ; n++ )
{
var oAttribute = aAttributes[n] ;
 
if ( oAttribute.specified )
{
var sAttName = oAttribute.nodeName ;
// We can set the type only once, so do it with the proper value, not copying it.
if ( sAttName in oSkipAttributes )
continue ;
 
var sAttValue = oSource.getAttribute( sAttName, 2 ) ;
if ( sAttValue == null )
sAttValue = oAttribute.nodeValue ;
 
oDest.setAttribute( sAttName, sAttValue, 0 ) ; // 0 : Case Insensitive
}
}
// The style:
if ( oSource.style.cssText !== '' )
oDest.style.cssText = oSource.style.cssText ;
}
 
/**
* Replaces a tag with another one, keeping its contents:
* for example TD --> TH, and TH --> TD.
* input: the original node, and the new tag name
* http://www.w3.org/TR/DOM-Level-3-Core/core.html#Document3-renameNode
*/
function RenameNode( oNode , newTag )
{
// TODO: if the browser natively supports document.renameNode call it.
// does any browser currently support it in order to test?
 
// Only rename element nodes.
if ( oNode.nodeType != 1 )
return null ;
 
// If it's already correct exit here.
if ( oNode.nodeName == newTag )
return oNode ;
 
var oDoc = oNode.ownerDocument ;
// Create the new node
var newNode = oDoc.createElement( newTag ) ;
 
// Copy all attributes
CopyAttributes( oNode, newNode, {} ) ;
 
// Move children to the new node
FCKDomTools.MoveChildren( oNode, newNode ) ;
 
// Finally replace the node and return the new one
oNode.parentNode.replaceChild( newNode, oNode ) ;
 
return newNode ;
}
}
/trunk/api/fckeditor/editor/dialog/fck_form.html
1,109 → 1,99
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Form dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="noindex, nofollow" name="robots" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = dialog.Selection.GetSelection().MoveToAncestorNode( 'FORM' ) ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtAction').value = oActiveEl.getAttribute( 'action', 2 ) ;
GetE('txtMethod').value = oActiveEl.method ;
}
else
oActiveEl = null ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
SelectField( 'txtName' ) ;
}
 
function Ok()
{
if ( !oActiveEl )
{
oActiveEl = oEditor.FCK.InsertElement( 'form' ) ;
 
if ( oEditor.FCKBrowserInfo.IsGeckoLike )
oEditor.FCKTools.AppendBogusBr( oActiveEl ) ;
}
 
oActiveEl.name = GetE('txtName').value ;
SetAttribute( oActiveEl, 'action', GetE('txtAction').value ) ;
oActiveEl.method = GetE('txtMethod').value ;
 
return true ;
}
 
</script>
</head>
<body style="overflow: hidden">
<table width="100%" style="height: 100%">
<tr>
<td align="center">
<table cellspacing="0" cellpadding="0" width="80%" border="0">
<tr>
<td>
<span fcklang="DlgFormName">Name</span><br />
<input style="width: 100%" type="text" id="txtName" />
</td>
</tr>
<tr>
<td>
<span fcklang="DlgFormAction">Action</span><br />
<input style="width: 100%" type="text" id="txtAction" />
</td>
</tr>
<tr>
<td>
<span fcklang="DlgFormMethod">Method</span><br />
<select id="txtMethod">
<option value="get" selected="selected">GET</option>
<option value="post">POST</option>
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_form.html
* Checkbox dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Checkbox Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.MoveToAncestorNode( 'FORM' ) ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtAction').value = oActiveEl.action ;
GetE('txtMethod').value = oActiveEl.method ;
}
else
oActiveEl = null ;
 
window.parent.SetOkButton( true ) ;
}
 
function Ok()
{
if ( !oActiveEl )
{
oActiveEl = oEditor.FCK.EditorDocument.createElement( 'FORM' ) ;
oActiveEl = oEditor.FCK.InsertElementAndGetIt( oActiveEl ) ;
oActiveEl.innerHTML = '&nbsp;' ;
}
oActiveEl.name = GetE('txtName').value ;
SetAttribute( oActiveEl, 'action' , GetE('txtAction').value ) ;
oActiveEl.method = GetE('txtMethod').value ;
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td>
<table cellspacing="0" cellpadding="0" width="80%" border="0" valign="top" align="center">
<tr>
<td>
<span fckLang="DlgFormName">Name</span><br>
<input style="WIDTH: 100%" type="text" id="txtName">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgFormAction">Action</span><br>
<input style="WIDTH: 100%" type="text" id="txtAction">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgFormMethod">Method</span><br>
<select id="txtMethod">
<option value="get" selected>GET</option>
<option value="post">POST</option>
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/dialog/fck_template/images/template2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/dialog/fck_template/fck_templateitem.htc
New file
0,0 → 1,26
<public:component lightweight="true">
 
<public:attach event="onmouseover" onevent="OnMouseOver()" />
<public:attach event="onmouseout" onevent="OnMouseOut()" />
<public:attach event="onclick" onevent="OnClick()" />
 
<script language="javascript">
 
function OnMouseOver()
{
this.className += ' PopupSelectionBox' ;
}
 
function OnMouseOut()
{
this.className = this.className.replace( /\s*PopupSelectionBox\s*/, '' ) ;
}
 
function OnClick()
{
SelectTemplate( this.TplIndex ) ;
}
 
</script>
 
</public:component>
/trunk/api/fckeditor/editor/dialog/fck_template/fck_template_moz-bindings.xml
New file
0,0 → 1,16
<?xml version="1.0" encoding="utf-8" ?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="templateitem">
<handlers>
<handler event="mouseover">
this.className += ' PopupSelectionBox' ;
</handler>
<handler event="mouseout">
this.className = this.className.replace( /\s*PopupSelectionBox\s*/, '' ) ;
</handler>
<handler event="click">
SelectTemplate( this.TplIndex ) ;
</handler>
</handlers>
</binding>
</bindings>
/trunk/api/fckeditor/editor/dialog/fck_anchor.html
1,220 → 1,76
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Anchor dialog window.
-->
<html>
<head>
<title>Anchor Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
var FCK = oEditor.FCK ;
var FCKBrowserInfo = oEditor.FCKBrowserInfo ;
var FCKTools = oEditor.FCKTools ;
var FCKRegexLib = oEditor.FCKRegexLib ;
 
var oDOM = FCK.EditorDocument ;
 
var oFakeImage = dialog.Selection.GetSelectedElement() ;
 
var oAnchor ;
 
if ( oFakeImage )
{
if ( oFakeImage.tagName == 'IMG' && oFakeImage.getAttribute('_fckanchor') )
oAnchor = FCK.GetRealElement( oFakeImage ) ;
else
oFakeImage = null ;
}
 
//Search for a real anchor
if ( !oFakeImage )
{
oAnchor = FCK.Selection.MoveToAncestorNode( 'A' ) ;
if ( oAnchor )
FCK.Selection.SelectNode( oAnchor ) ;
}
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oAnchor )
GetE('txtName').value = oAnchor.name ;
else
oAnchor = null ;
 
window.parent.SetOkButton( true ) ;
window.parent.SetAutoSize( true ) ;
 
SelectField( 'txtName' ) ;
}
 
function Ok()
{
var sNewName = GetE('txtName').value ;
 
// Remove any illegal character in a name attribute:
// A name should start with a letter, but the validator passes anyway.
sNewName = sNewName.replace( /[^\w-_\.:]/g, '_' ) ;
 
if ( sNewName.length == 0 )
{
// Remove the anchor if the user leaves the name blank
if ( oAnchor )
{
// Removes the current anchor from the document using the new command
FCK.Commands.GetCommand( 'AnchorDelete' ).Execute() ;
return true ;
}
 
alert( oEditor.FCKLang.DlgAnchorErrorName ) ;
return false ;
}
 
oEditor.FCKUndo.SaveUndoStep() ;
 
if ( oAnchor ) // Modifying an existent anchor.
{
ReadjustLinksToAnchor( oAnchor.name, sNewName );
 
// Buggy explorer, bad bad browser. http://alt-tag.com/blog/archives/2006/02/ie-dom-bugs/
// Instead of just replacing the .name for the existing anchor (in order to preserve the content), we must remove the .name
// and assign .name, although it won't appear until it's specially processed in fckxhtml.js
 
// We remove the previous name
oAnchor.removeAttribute( 'name' ) ;
// Now we set it, but later we must process it specially
oAnchor.name = sNewName ;
 
return true ;
}
 
// Create a new anchor preserving the current selection
var aNewAnchors = oEditor.FCK.CreateLink( '#' ) ;
 
if ( aNewAnchors.length == 0 )
aNewAnchors.push( oEditor.FCK.InsertElement( 'a' ) ) ;
else
{
// Remove the fake href
for ( var i = 0 ; i < aNewAnchors.length ; i++ )
aNewAnchors[i].removeAttribute( 'href' ) ;
}
 
// More than one anchors may have been created, so interact through all of them (see #220).
for ( var i = 0 ; i < aNewAnchors.length ; i++ )
{
oAnchor = aNewAnchors[i] ;
 
// Set the name
if ( FCKBrowserInfo.IsIE )
{
// Setting anchor names directly in IE will trash the HTML code stored
// in FCKTempBin after undos. See #2263.
var replaceAnchor = oEditor.FCK.EditorDocument.createElement( '<a name="' +
FCKTools.HTMLEncode( sNewName ).replace( '"', '&quot;' ) + '">' ) ;
oEditor.FCKDomTools.MoveChildren( oAnchor, replaceAnchor ) ;
oAnchor.parentNode.replaceChild( replaceAnchor, oAnchor ) ;
oAnchor = replaceAnchor ;
}
else
oAnchor.name = sNewName ;
 
// IE does require special processing to show the Anchor's image
// Opera doesn't allow to select empty anchors
if ( FCKBrowserInfo.IsIE || FCKBrowserInfo.IsOpera )
{
if ( oAnchor.innerHTML != '' )
{
if ( FCKBrowserInfo.IsIE )
oAnchor.className += ' FCK__AnchorC' ;
}
else
{
// Create a fake image for both IE and Opera
var oImg = oEditor.FCKDocumentProcessor_CreateFakeImage( 'FCK__Anchor', oAnchor.cloneNode(true) ) ;
oImg.setAttribute( '_fckanchor', 'true', 0 ) ;
 
oAnchor.parentNode.insertBefore( oImg, oAnchor ) ;
oAnchor.parentNode.removeChild( oAnchor ) ;
}
 
}
}
 
return true ;
}
 
// Checks all the links in the current page pointing to the current name and changes them to the new name
function ReadjustLinksToAnchor( sCurrent, sNew )
{
var oDoc = FCK.EditorDocument ;
 
var aLinks = oDoc.getElementsByTagName( 'A' ) ;
 
var sReference = '#' + sCurrent ;
// The url of the document, so we check absolute and partial references.
var sFullReference = oDoc.location.href.replace( /(#.*$)/, '') ;
sFullReference += sReference ;
 
var oLink ;
var i = aLinks.length - 1 ;
while ( i >= 0 && ( oLink = aLinks[i--] ) )
{
var sHRef = oLink.getAttribute( '_fcksavedurl' ) ;
if ( sHRef == null )
sHRef = oLink.getAttribute( 'href' , 2 ) || '' ;
 
if ( sHRef == sReference || sHRef == sFullReference )
{
oLink.href = '#' + sNew ;
SetAttribute( oLink, '_fcksavedurl', '#' + sNew ) ;
}
}
}
 
</script>
</head>
<body style="overflow: hidden">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgAnchorName">Anchor Name</span><BR>
<input id="txtName" style="WIDTH: 100%" type="text">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_anchor.html
* Anchor dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Anchor Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName == 'A' && oActiveEl.name.length > 0 && oActiveEl.getAttribute('href').length == 0 )
GetE('txtName').value = oActiveEl.name ;
else
oActiveEl = null ;
 
window.parent.SetOkButton( true ) ;
}
 
function Ok()
{
if ( GetE('txtName').value.length == 0 )
{
alert( oEditor.FCKLang.DlgAnchorErrorName ) ;
return false ;
}
 
oEditor.FCK.InsertHtml( '<a name="' + GetE('txtName').value + '"><\/a>' ) ;
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td>
<span fckLang="DlgAnchorName">Anchor Name</span><BR>
<input id="txtName" style="WIDTH: 100%" type="text">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_template.html
1,242 → 1,191
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Template selection dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<style type="text/css">
.TplList
{
border: #dcdcdc 2px solid;
background-color: #ffffff;
overflow: auto;
width: 90%;
}
 
.TplItem
{
margin: 5px;
padding: 7px;
border: #eeeeee 1px solid;
}
 
.TplItem TABLE
{
display: inline;
}
 
.TplTitle
{
font-weight: bold;
}
</style>
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig = oEditor.FCKConfig ;
 
window.onload = function()
{
// Set the right box height (browser dependent).
GetE('eList').style.height = document.all ? '100%' : '295px' ;
 
// Translate the dialog box texts.
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
GetE('xChkReplaceAll').checked = ( FCKConfig.TemplateReplaceAll !== false ) ;
 
if ( FCKConfig.TemplateReplaceCheckbox !== false )
GetE('xReplaceBlock').style.display = '' ;
 
window.parent.SetAutoSize( true ) ;
 
LoadTemplatesXml() ;
}
 
function LoadTemplatesXml()
{
var oTemplate ;
 
if ( !FCK._Templates )
{
GetE('eLoading').style.display = '' ;
 
// Create the Templates array.
FCK._Templates = new Array() ;
 
// Load the XML file.
var oXml = new oEditor.FCKXml() ;
oXml.LoadUrl( FCKConfig.TemplatesXmlPath ) ;
 
// Get the Images Base Path.
var oAtt = oXml.SelectSingleNode( 'Templates/@imagesBasePath' ) ;
var sImagesBasePath = oAtt ? oAtt.value : '' ;
 
// Get the "Template" nodes defined in the XML file.
var aTplNodes = oXml.SelectNodes( 'Templates/Template' ) ;
 
for ( var i = 0 ; i < aTplNodes.length ; i++ )
{
var oNode = aTplNodes[i] ;
 
oTemplate = new Object() ;
 
var oPart ;
 
// Get the Template Title.
if ( (oPart = oNode.attributes.getNamedItem('title')) )
oTemplate.Title = oPart.value ;
else
oTemplate.Title = 'Template ' + ( i + 1 ) ;
 
// Get the Template Description.
if ( (oPart = oXml.SelectSingleNode( 'Description', oNode )) )
oTemplate.Description = oPart.text ? oPart.text : oPart.textContent ;
 
// Get the Template Image.
if ( (oPart = oNode.attributes.getNamedItem('image')) )
oTemplate.Image = sImagesBasePath + oPart.value ;
 
// Get the Template HTML.
if ( (oPart = oXml.SelectSingleNode( 'Html', oNode )) )
oTemplate.Html = oPart.text ? oPart.text : oPart.textContent ;
else
{
alert( 'No HTML defined for template index ' + i + '. Please review the "' + FCKConfig.TemplatesXmlPath + '" file.' ) ;
continue ;
}
 
FCK._Templates[ FCK._Templates.length ] = oTemplate ;
}
 
GetE('eLoading').style.display = 'none' ;
}
 
if ( FCK._Templates.length == 0 )
GetE('eEmpty').style.display = '' ;
else
{
for ( var j = 0 ; j < FCK._Templates.length ; j++ )
{
oTemplate = FCK._Templates[j] ;
 
var oItemDiv = GetE('eList').appendChild( document.createElement( 'DIV' ) ) ;
oItemDiv.TplIndex = j ;
oItemDiv.className = 'TplItem' ;
 
// Build the inner HTML of our new item DIV.
var sInner = '<table><tr>' ;
 
if ( oTemplate.Image )
sInner += '<td valign="top"><img src="' + oTemplate.Image + '"><\/td>' ;
 
sInner += '<td valign="top"><div class="TplTitle">' + oTemplate.Title + '<\/div>' ;
 
if ( oTemplate.Description )
sInner += '<div>' + oTemplate.Description + '<\/div>' ;
 
sInner += '<\/td><\/tr><\/table>' ;
 
oItemDiv.innerHTML = sInner ;
 
oItemDiv.onmouseover = ItemDiv_OnMouseOver ;
oItemDiv.onmouseout = ItemDiv_OnMouseOut ;
oItemDiv.onclick = ItemDiv_OnClick ;
}
}
}
 
function ItemDiv_OnMouseOver()
{
this.className += ' PopupSelectionBox' ;
}
 
function ItemDiv_OnMouseOut()
{
this.className = this.className.replace( /\s*PopupSelectionBox\s*/, '' ) ;
}
 
function ItemDiv_OnClick()
{
SelectTemplate( this.TplIndex ) ;
}
 
function SelectTemplate( index )
{
oEditor.FCKUndo.SaveUndoStep() ;
 
if ( GetE('xChkReplaceAll').checked )
FCK.SetData( FCK._Templates[index].Html ) ;
else
FCK.InsertHtml( FCK._Templates[index].Html ) ;
 
window.parent.Cancel( true ) ;
}
 
</script>
</head>
<body style="overflow: hidden">
<table width="100%" style="height: 100%">
<tr>
<td align="center">
<span fcklang="DlgTemplatesSelMsg">Please select the template to open in the editor<br />
(the actual contents will be lost):</span>
</td>
</tr>
<tr>
<td height="100%" align="center">
<div id="eList" align="left" class="TplList">
<div id="eLoading" align="center" style="display: none">
<br />
<span fcklang="DlgTemplatesLoading">Loading templates list. Please wait...</span>
</div>
<div id="eEmpty" align="center" style="display: none">
<br />
<span fcklang="DlgTemplatesNoTpl">(No templates defined)</span>
</div>
</div>
</td>
</tr>
<tr id="xReplaceBlock" style="display: none">
<td>
<table cellpadding="0" cellspacing="0">
<tr>
<td>
<input id="xChkReplaceAll" type="checkbox" /></td>
<td>
&nbsp;</td>
<td>
<label for="xChkReplaceAll" fcklang="DlgTemplatesReplace">
Replace actual contents</label></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_template.html
* Template selection dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<style>
.TplList
{
border: #dcdcdc 2px solid;
background-color: #ffffff;
overflow: auto;
width: 90%;
}
 
.TplItem
{
margin: 5px;
padding: 7px;
border: #eeeeee 1px solid;
behavior: url(fck_template/fck_templateitem.htc);
-moz-binding:url(fck_template/fck_template_moz-bindings.xml#templateitem);
}
 
.TplItem TABLE
{
display: inline;
}
 
.TplTitle
{
font-weight: bold;
}
</style>
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script language="javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig = oEditor.FCKConfig ;
 
window.onload = function()
{
// Set the right box height (browser dependent).
GetE('eList').style.height = document.all ? '100%' : '295px' ;
 
// Translate the dialog box texts.
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
window.parent.SetAutoSize( true ) ;
 
LoadTemplatesXml() ;
}
 
function LoadTemplatesXml()
{
if ( !FCK._Templates )
{
GetE('eLoading').style.display = '' ;
 
// Create the Templates array.
FCK._Templates = new Array() ;
 
// Load the XML file.
var oXml = new oEditor.FCKXml() ;
oXml.LoadUrl( FCKConfig.TemplatesXmlPath ) ;
 
// Get the Images Base Path.
var oAtt = oXml.SelectSingleNode( 'Templates/@imagesBasePath' ) ;
var sImagesBasePath = oAtt ? oAtt.value : '' ;
 
// Get the "Template" nodes defined in the XML file.
var aTplNodes = oXml.SelectNodes( 'Templates/Template' ) ;
 
for ( var i = 0 ; i < aTplNodes.length ; i++ )
{
var oNode = aTplNodes[i]
 
var oTemplate = new Object() ;
 
var oPart ;
 
// Get the Template Title.
if ( oPart = oNode.attributes.getNamedItem('title') )
oTemplate.Title = oPart.value ;
else
oTemplate.Title = 'Template ' + ( i + 1 ) ;
 
// Get the Template Description.
if ( oPart = oXml.SelectSingleNode( 'Description', oNode ) )
oTemplate.Description = oPart.text ? oPart.text : oPart.textContent ;
 
// Get the Template Image.
if ( oPart = oNode.attributes.getNamedItem('image') )
oTemplate.Image = sImagesBasePath + oPart.value ;
 
// Get the Template HTML.
if ( oPart = oXml.SelectSingleNode( 'Html', oNode ) )
oTemplate.Html = oPart.text ? oPart.text : oPart.textContent ;
else
{
alert( 'No HTML defined for template index ' + i + '. Please review the "' + FCKConfig.TemplatesXmlPath + '" file.' ) ;
continue ;
}
 
FCK._Templates[ FCK._Templates.length ] = oTemplate ;
}
 
GetE('eLoading').style.display = 'none' ;
}
 
if ( FCK._Templates.length == 0 )
GetE('eEmpty').style.display = '' ;
else
{
for ( var i = 0 ; i < FCK._Templates.length ; i++ )
{
var oTemplate = FCK._Templates[i] ;
 
var oItemDiv = GetE('eList').appendChild( document.createElement( 'DIV' ) ) ;
oItemDiv.TplIndex = i ;
oItemDiv.className = 'TplItem' ;
 
// Build the inner HTML of our new item DIV.
var sInner = '<table><tr>' ;
 
if ( oTemplate.Image )
sInner += '<td valign="top"><img src="' + oTemplate.Image + '"></td>' ;
 
sInner += '<td valign="top"><div class="TplTitle">' + oTemplate.Title + '</div>' ;
 
if ( oTemplate.Description )
sInner += '<div>' + oTemplate.Description + '</div>' ;
 
sInner += '</td></tr></table>' ;
 
oItemDiv.innerHTML = sInner ;
}
}
}
 
function SelectTemplate( index )
{
oEditor.FCKUndo.SaveUndoStep() ;
FCK.SetHTML( FCK._Templates[index].Html ) ;
window.parent.Cancel() ;
}
 
</script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table width="100%" height="100%">
<tr>
<td align="center">
<span fckLang="DlgTemplatesSelMsg">Please select the template to open in the editor<br>
(the actual contents will be lost):</span>
</td>
</tr>
<tr>
<td height="100%" align="center">
<div id="eList" align="left" class="TplList">
<div id="eLoading" align="center" style="DISPLAY: none">
<br>
<span fckLang="DlgTemplatesLoading">Loading templates list. Please wait...</span>
</div>
<div id="eEmpty" align="center" style="DISPLAY: none">
<br>
<span fckLang="DlgTemplatesNoTpl">(No templates defined)</span>
</div>
</div>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_button.html
1,104 → 1,101
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Button dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Button Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="noindex, nofollow" name="robots" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = dialog.Selection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName.toUpperCase() == "INPUT" && ( oActiveEl.type == "button" || oActiveEl.type == "submit" || oActiveEl.type == "reset" ) )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = oActiveEl.value ;
GetE('txtType').value = oActiveEl.type ;
}
else
oActiveEl = null ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
SelectField( 'txtName' ) ;
}
 
function Ok()
{
oEditor.FCKUndo.SaveUndoStep() ;
 
oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'INPUT', {name: GetE('txtName').value, type: GetE('txtType').value } ) ;
 
SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ;
 
return true ;
}
 
</script>
</head>
<body style="overflow: hidden">
<table width="100%" style="height: 100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td colspan="">
<span fcklang="DlgCheckboxName">Name</span><br />
<input type="text" size="20" id="txtName" style="width: 100%" />
</td>
</tr>
<tr>
<td>
<span fcklang="DlgButtonText">Text (Value)</span><br />
<input type="text" id="txtValue" style="width: 100%" />
</td>
</tr>
<tr>
<td>
<span fcklang="DlgButtonType">Type</span><br />
<select id="txtType">
<option fcklang="DlgButtonTypeBtn" value="button" selected="selected">Button</option>
<option fcklang="DlgButtonTypeSbm" value="submit">Submit</option>
<option fcklang="DlgButtonTypeRst" value="reset">Reset</option>
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_button.html
* Button dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Button Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.GetSelectedElement() ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
if ( oActiveEl && oActiveEl.tagName.toUpperCase() == "INPUT" && ( oActiveEl.type == "button" || oActiveEl.type == "submit" || oActiveEl.type == "reset" ) )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtValue').value = oActiveEl.value ;
GetE('txtType').value = oActiveEl.type ;
 
GetE('txtType').disabled = true ;
}
else
oActiveEl = null ;
 
window.parent.SetOkButton( true ) ;
}
 
function Ok()
{
if ( !oActiveEl )
{
oActiveEl = oEditor.FCK.EditorDocument.createElement( 'INPUT' ) ;
oActiveEl.type = GetE('txtType').value ;
oActiveEl = oEditor.FCK.InsertElementAndGetIt( oActiveEl ) ;
}
 
oActiveEl.name = GetE('txtName').value ;
SetAttribute( oActiveEl, 'value', GetE('txtValue').value ) ;
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<table height="100%" width="100%">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" width="80%">
<tr>
<td colSpan="">
<span fckLang="DlgCheckboxName">Name</span><br>
<input type="text" size="20" id="txtName" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgButtonText">Text (Value)</span><br>
<input type="text" id="txtValue" style="WIDTH: 100%">
</td>
</tr>
<tr>
<td>
<span fckLang="DlgButtonType">Type</span><br>
<select id="txtType">
<option value="button" selected>Button</option>
<option value="submit">Submit</option>
<option value="reset">Reset</option>
</select>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_select/fck_select.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Scripts for the fck_select.html page.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_select.js
* Scripts for the fck_select.html page.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
function Select( combo )
{
61,10 → 55,10
var oTxtText = document.getElementById( "txtText" ) ;
var oTxtValue = document.getElementById( "txtValue" ) ;
 
oListText.options[ iIndex ].innerHTML = HTMLEncode( oTxtText.value ) ;
oListText.options[ iIndex ].innerHTML = oTxtText.value ;
oListText.options[ iIndex ].value = oTxtText.value ;
 
oListValue.options[ iIndex ].innerHTML = HTMLEncode( oTxtValue.value ) ;
oListValue.options[ iIndex ].innerHTML = oTxtValue.value ;
oListValue.options[ iIndex ].value = oTxtValue.value ;
 
oTxtText.value = '' ;
108,14 → 102,14
if ( iFinalIndex < 0 )
iFinalIndex = 0 ;
 
if ( iFinalIndex > ( combo.options.length - 1 ) )
iFinalIndex = combo.options.length - 1 ;
if ( iFinalIndex > ( combo.options.lenght - 1 ) )
iFinalIndex = combo.options.lenght - 1 ;
 
if ( iActualIndex == iFinalIndex )
return ;
 
var oOption = combo.options[ iActualIndex ] ;
var sText = HTMLDecode( oOption.innerHTML ) ;
var sText = oOption.innerHTML ;
var sValue = oOption.value ;
 
combo.remove( iActualIndex ) ;
162,33 → 156,8
else
combo.options.add( oOption ) ;
 
oOption.innerHTML = optionText.length > 0 ? HTMLEncode( optionText ) : '&nbsp;' ;
oOption.innerHTML = optionText.length > 0 ? optionText : '&nbsp;' ;
oOption.value = optionValue ;
 
return oOption ;
}
 
function HTMLEncode( text )
{
if ( !text )
return '' ;
 
text = text.replace( /&/g, '&amp;' ) ;
text = text.replace( /</g, '&lt;' ) ;
text = text.replace( />/g, '&gt;' ) ;
 
return text ;
}
 
 
function HTMLDecode( text )
{
if ( !text )
return '' ;
 
text = text.replace( /&gt;/g, '>' ) ;
text = text.replace( /&lt;/g, '<' ) ;
text = text.replace( /&amp;/g, '&' ) ;
 
return text ;
}
}
/trunk/api/fckeditor/editor/dialog/fck_universalkey/fck_universalkey.css
New file
0,0 → 1,60
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_universalkey.css
* CSS styles for the Universal Keyboard.
*
* File Authors:
* Michel Staelens (michel.staelens@wanadoo.fr)
* Bernadette Cierzniak
* Abdul-Aziz Al-Oraij (top7up@hotmail.com)
*/
 
BODY, TEXTAREA, INPUT, TD, SELECT
{
font-family: Tahoma,verdana,arial,sans-serif;
}
DIV
{
position: absolute;
}
.simple
{
font-size: 11pt;
}
.double
{
font-size: 9pt;
}
.simpledia
{
color: red;
font-size: 11pt;
}
.doubledia
{
color: red;
font-size: 9pt;
}
.action
{
color: white;
font-size: 7pt;
}
.clavier
{
color: blue;
font-size: 7pt;
}
.sign
{
color: gray;
font-size: 7pt;
}
/trunk/api/fckeditor/editor/dialog/fck_universalkey/multihexa.js
New file
0,0 → 1,266
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: multihexa.js
* Scripts for the fck_universalkey.html page.
* Definition des 104 caracteres en hexa unicode.
*
* File Authors:
* Michel Staelens (michel.staelens@wanadoo.fr)
* Bernadette Cierzniak
* Abdul-Aziz Al-Oraij (top7up@hotmail.com)
*/
 
var caps=0, lock=0, hexchars="0123456789ABCDEF", accent="0000", keydeb=0
var key=new Array();j=0;for (i in Maj){key[j]=i;j++}
var ns6=((!document.all)&&(document.getElementById))
var ie=document.all
 
var langue=getCk();
if (langue==""){
langue=key[keydeb]
}
CarMaj=Maj[langue].split("|");CarMin=Min[langue].split("|")
 
/*unikey*/
var posUniKeyLeft=0, posUniKeyTop=0
if (ns6){posUniKeyLeft=0;posUniKeyTop=60}
else if (ie){posUniKeyLeft=0;posUniKeyTop=60}
tracer("fond",posUniKeyLeft,posUniKeyTop,'<img src="fck_universalkey/keyboard_layout.gif" width=404 height=152 border="0"><br />',"sign")
/*touches*/
var posX=new Array(0,28,56,84,112,140,168,196,224,252,280,308,336,42,70,98,126,154,182,210,238,266,294,322,350,50,78,106,134,162,190,218,246,274,302,330,64,92,120,148,176,204,232,260,288,316,28,56,84,294,322,350)
var posY=new Array(14,14,14,14,14,14,14,14,14,14,14,14,14,42,42,42,42,42,42,42,42,42,42,42,42,70,70,70,70,70,70,70,70,70,70,70,98,98,98,98,98,98,98,98,98,98,126,126,126,126,126,126)
var nbTouches=52
for (i=0;i<nbTouches;i++){
CarMaj[i]=((CarMaj[i]!="0000")?(fromhexby4tocar(CarMaj[i])):"")
CarMin[i]=((CarMin[i]!="0000")?(fromhexby4tocar(CarMin[i])):"")
if (CarMaj[i]==CarMin[i].toUpperCase()){
cecar=((lock==0)&&(caps==0)?CarMin[i]:CarMaj[i])
tracer("car"+i,posUniKeyLeft+6+posX[i],posUniKeyTop+3+posY[i],cecar,((dia[hexa(cecar)]!=null)?"simpledia":"simple"))
tracer("majus"+i,posUniKeyLeft+15+posX[i],posUniKeyTop+1+posY[i],"&nbsp;","double")
tracer("minus"+i,posUniKeyLeft+3+posX[i],posUniKeyTop+9+posY[i],"&nbsp;","double")
}
else{
tracer("car"+i,posUniKeyLeft+6+posX[i],posUniKeyTop+3+posY[i],"&nbsp;","simple")
cecar=CarMin[i]
tracer("minus"+i,posUniKeyLeft+3+posX[i],posUniKeyTop+9+posY[i],cecar,((dia[hexa(cecar)]!=null)?"doubledia":"double"))
cecar=CarMaj[i]
tracer("majus"+i,posUniKeyLeft+15+posX[i],posUniKeyTop+1+posY[i],cecar,((dia[hexa(cecar)]!=null)?"doubledia":"double"))
}
}
/*touches de fonctions*/
var actC1=new Array(0,371,364,0,378,0,358,0,344,0,112,378)
var actC2=new Array(0,0,14,42,42,70,70,98,98,126,126,126)
var actC3=new Array(32,403,403,39,403,47,403,61,403,25,291,403)
var actC4=new Array(11,11,39,67,67,95,95,123,123,151,151,151)
var act =new Array(" « KB"," KB » ","Delete","Clear","Back","Caps<br> Lock","Enter","Shift","Shift","<|<","Space",">|>")
var effet=new Array("keyscroll(-3)","keyscroll(3)","faire(\"del\")","RAZ()","faire(\"bck\")","bloq()","faire(\"\\n\")","haut()","haut()","faire(\"ar\")","faire(\" \")","faire(\"av\")")
var nbActions=12
for (i=0;i<nbActions;i++){
tracer("act"+i,posUniKeyLeft+1+actC1[i],posUniKeyTop-1+actC2[i],act[i],"action")
}
/*navigation*/
var keyC1=new Array(35,119,203,287)
var keyC2=new Array(0,0,0,0)
var keyC3=new Array(116,200,284,368)
var keyC4=new Array(11,11,11,11)
for (i=0;i<4;i++){
tracer("key"+i,posUniKeyLeft+5+keyC1[i],posUniKeyTop-1+keyC2[i],key[i],"unikey")
}
/*zones reactives*/
tracer("masque",posUniKeyLeft,posUniKeyTop,'<img src="fck_universalkey/00.gif" width=404 height=152 border="0" usemap="#unikey">')
document.write('<map name="unikey">')
for (i=0;i<nbTouches;i++){
document.write('<area coords="'+posX[i]+','+posY[i]+','+(posX[i]+25)+','+(posY[i]+25)+'" href=# onClick=\'javascript:ecrire('+i+')\'>')
}
for (i=0;i<nbActions;i++){
document.write('<area coords="'+actC1[i]+','+actC2[i]+','+actC3[i]+','+actC4[i]+'" href=# onClick=\'javascript:'+effet[i]+'\'>')
}
for (i=0;i<4;i++){
document.write('<area coords="'+keyC1[i]+','+keyC2[i]+','+keyC3[i]+','+keyC4[i]+'" onclick=\'javascript:charger('+i+')\'>')
}
document.write('</map>')
 
/*fonctions*/
function ecrire(i){
txt=rechercher()+"|";subtxt=txt.split("|")
ceci=(lock==1)?CarMaj[i]:((caps==1)?CarMaj[i]:CarMin[i])
if (test(ceci)){subtxt[0]+=cardia(ceci);distinguer(false)}
else if(dia[accent]!=null&&dia[hexa(ceci)]!=null){distinguer(false);accent=hexa(ceci);distinguer(true)}
else if(dia[accent]!=null){subtxt[0]+=fromhexby4tocar(accent)+ceci;distinguer(false)}
else if(dia[hexa(ceci)]!=null){accent=hexa(ceci);distinguer(true)}
else {subtxt[0]+=ceci}
txt=subtxt[0]+"|"+subtxt[1]
afficher(txt)
if (caps==1){caps=0;MinusMajus()}
}
function faire(ceci){
txt=rechercher()+"|";subtxt=txt.split("|")
l0=subtxt[0].length
l1=subtxt[1].length
c1=subtxt[0].substring(0,(l0-2))
c2=subtxt[0].substring(0,(l0-1))
c3=subtxt[1].substring(0,1)
c4=subtxt[1].substring(0,2)
c5=subtxt[0].substring((l0-2),l0)
c6=subtxt[0].substring((l0-1),l0)
c7=subtxt[1].substring(1,l1)
c8=subtxt[1].substring(2,l1)
if(dia[accent]!=null){if(ceci==" "){ceci=fromhexby4tocar(accent)}distinguer(false)}
switch (ceci){
case("av") :if(escape(c4)!="%0D%0A"){txt=subtxt[0]+c3+"|"+c7}else{txt=subtxt[0]+c4+"|"+c8}break
case("ar") :if(escape(c5)!="%0D%0A"){txt=c2+"|"+c6+subtxt[1]}else{txt=c1+"|"+c5+subtxt[1]}break
case("bck"):if(escape(c5)!="%0D%0A"){txt=c2+"|"+subtxt[1]}else{txt=c1+"|"+subtxt[1]}break
case("del"):if(escape(c4)!="%0D%0A"){txt=subtxt[0]+"|"+c7}else{txt=subtxt[0]+"|"+c8}break
default:txt=subtxt[0]+ceci+"|"+subtxt[1];break
}
afficher(txt)
}
function RAZ(){txt="";if(dia[accent]!=null){distinguer(false)}afficher(txt)}
function haut(){caps=1;MinusMajus()}
function bloq(){lock=(lock==1)?0:1;MinusMajus()}
 
/*fonctions de traitement du unikey*/
function tracer(nom,gauche,haut,ceci,classe){ceci="<span class="+classe+">"+ceci+"</span>";document.write('<div id="'+nom+'" >'+ceci+'</div>');if (ns6){document.getElementById(nom).style.left=gauche+"px";document.getElementById(nom).style.top=haut+"px";}else if (ie){document.all(nom).style.left=gauche;document.all(nom).style.top=haut}}
function retracer(nom,ceci,classe){ceci="<span class="+classe+">"+ceci+"</span>";if (ns6){document.getElementById(nom).innerHTML=ceci}else if (ie){doc=document.all(nom);doc.innerHTML=ceci}}
function keyscroll(n){
keydeb+=n
if (keydeb<0){
keydeb=0
}
if (keydeb>key.length-4){
keydeb=key.length-4
}
for (i=keydeb;i<keydeb+4;i++){
retracer("key"+(i-keydeb),key[i],"unikey")
}
if (keydeb==0){
retracer("act0","&nbsp;","action")
}else {
retracer("act0",act[0],"action")
}
if (keydeb==key.length-4){
retracer("act1","&nbsp;","action")
}else {
retracer("act1",act[1],"action")
}
}
function charger(i){
langue=key[i+keydeb];setCk(langue);accent="0000"
CarMaj=Maj[langue].split("|");CarMin=Min[langue].split("|")
for (i=0;i<nbTouches;i++){
CarMaj[i]=((CarMaj[i]!="0000")?(fromhexby4tocar(CarMaj[i])):"")
CarMin[i]=((CarMin[i]!="0000")?(fromhexby4tocar(CarMin[i])):"")
if (CarMaj[i]==CarMin[i].toUpperCase()){
cecar=((lock==0)&&(caps==0)?CarMin[i]:CarMaj[i])
retracer("car"+i,cecar,((dia[hexa(cecar)]!=null)?"simpledia":"simple"))
retracer("minus"+i,"&nbsp;")
retracer("majus"+i,"&nbsp;")
}
else{
retracer("car"+i,"&nbsp;")
cecar=CarMin[i]
retracer("minus"+i,cecar,((dia[hexa(cecar)]!=null)?"doubledia":"double"))
cecar=CarMaj[i]
retracer("majus"+i,cecar,((dia[hexa(cecar)]!=null)?"doubledia":"double"))
}
}
}
function distinguer(oui){
for (i=0;i<nbTouches;i++){
if (CarMaj[i]==CarMin[i].toUpperCase()){
cecar=((lock==0)&&(caps==0)?CarMin[i]:CarMaj[i])
if(test(cecar)){retracer("car"+i,oui?(cardia(cecar)):cecar,oui?"simpledia":"simple")}
}
else{
cecar=CarMin[i]
if(test(cecar)){retracer("minus"+i,oui?(cardia(cecar)):cecar,oui?"doubledia":"double")}
cecar=CarMaj[i]
if(test(cecar)){retracer("majus"+i,oui?(cardia(cecar)):cecar,oui?"doubledia":"double")}
}
}
if (!oui){accent="0000"}
}
function MinusMajus(){
for (i=0;i<nbTouches;i++){
if (CarMaj[i]==CarMin[i].toUpperCase()){
cecar=((lock==0)&&(caps==0)?CarMin[i]:CarMaj[i])
retracer("car"+i,(test(cecar)?cardia(cecar):cecar),((dia[hexa(cecar)]!=null||test(cecar))?"simpledia":"simple"))
}
}
}
function test(cecar){return(dia[accent]!=null&&dia[accent][hexa(cecar)]!=null)}
function cardia(cecar){return(fromhexby4tocar(dia[accent][hexa(cecar)]))}
function fromhex(inval){out=0;for (a=inval.length-1;a>=0;a--){out+=Math.pow(16,inval.length-a-1)*hexchars.indexOf(inval.charAt(a))}return out}
function fromhexby4tocar(ceci){out4=new String();for (l=0;l<ceci.length;l+=4){out4+=String.fromCharCode(fromhex(ceci.substring(l,l+4)))}return out4}
function tohex(inval){return hexchars.charAt(inval/16)+hexchars.charAt(inval%16)}
function tohex2(inval){return tohex(inval/256)+tohex(inval%256)}
function hexa(ceci){out="";for (k=0;k<ceci.length;k++){out+=(tohex2(ceci.charCodeAt(k)))}return out}
function getCk(){
fromN=document.cookie.indexOf("langue=")+0;
if((fromN)!=-1){
fromN+=7;
toN=document.cookie.indexOf(";",fromN)+0;
if(toN==-1){
toN=document.cookie.length
}
return unescape(document.cookie.substring(fromN,toN))
}
return ""
}
function setCk(inval){
if(inval!=null){
exp=new Date();
time=365*60*60*24*1000;
exp.setTime(exp.getTime()+time);
document.cookie=escape("langue")+"="+escape(inval)+"; "+"expires="+exp.toGMTString()
}
}
// Arabic Keystroke Translator
function arkey(a) {
if ((document.layers)|(navigator.userAgent.indexOf("MSIE 4")>-1)|(langue!="Arabic")) return true;
keyCode=event.keyCode;
entry=true;
cont=event.srcElement ;
if (keyCode>64 && keyCode<91) {
entry=false;
source='ش لاؤ ي ث ب ل ا ه ت ن م ة ى خ ح ض ق س ف ع ر ص ء غ ئ ';
shsource='ِ لآ} ] ُ [ لأأ ÷ ـ ، / Ø¢ × Ø› َ ٌ ٍ لإ { ً ْ Ø¥ ~';
 
if (event.shiftKey) cont.value += shsource.substr((keyCode-64)*2-2,2);
else
cont.value += source.substr((keyCode-64)*2-2,2);
if (cont.value.substr(cont.value.length-1,1)==' ') cont.value=cont.value.substr(0,cont.value.length-1);
}
if (event.shiftKey) {
if (keyCode==186) {cont.value += ':';entry=false;}
if (keyCode==188) {cont.value += ',';entry=false;}
if (keyCode==190) {cont.value += '.';entry=false;}
if (keyCode==191) {cont.value += '؟';entry=false;}
if (keyCode==192) {cont.value += 'ّ';entry=false;}
if (keyCode==219) {cont.value += '<';entry=false;}
if (keyCode==221) {cont.value += '>';entry=false;}
} else {
if (keyCode==186) {cont.value += 'ك';entry=false;}
if (keyCode==188) {cont.value += 'و';entry=false;}
if (keyCode==190) {cont.value += 'ز';entry=false;}
if (keyCode==191) {cont.value += 'ظ';entry=false;}
if (keyCode==192) {cont.value += 'ذ';entry=false;}
if (keyCode==219) {cont.value += 'ج';entry=false;}
if (keyCode==221) {cont.value += 'د';entry=false;}
if (keyCode==222) {cont.value += 'ط';entry=false;}
}
 
 
return entry;
}
var obj = document.getElementById( 'uni_area' );
if ( obj )
obj.onkeydown = arkey
/trunk/api/fckeditor/editor/dialog/fck_universalkey/keyboard_layout.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/dialog/fck_universalkey/keyboard_layout.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/dialog/fck_universalkey/00.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/dialog/fck_universalkey/00.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/dialog/fck_universalkey/data.js
New file
0,0 → 1,68
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: data.js
* Scripts for the fck_universalkey.html page.
* Definition des 104 caracteres en hexa unicode.
*
* File Authors:
* Michel Staelens (michel.staelens@wanadoo.fr)
* Abdul-Aziz Al-Oraij (top7up@hotmail.com)
*/
 
var Maj = new Array() ;
var Min = new Array() ;
 
Maj["Arabic"] ="0651|0021|0040|0023|0024|0025|005E|0026|002A|0029|0028|005F|002B|064E|064B|064F|064C|0625|0625|2018|00F7|00D7|061B|003C|003E|0650|064D|005D|005B|0623|0623|0640|060C|002F|003A|0022|007E|0652|007D|007B|0622|0622|2019|002C|002E|061F|007C|0020|0020|0020|0020|0020" ;
Min["Arabic"] ="0630|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|0636|0635|062B|0642|0641|063A|0639|0647|062E|062D|062C|062F|0634|0633|064A|0628|0644|0627|062A|0646|0645|0643|0637|0626|0621|0624|0631|0644|0627|0649|0629|0648|0632|0638|005C|0020|0020|0020|0020" ;
Maj["Belarusian (C)"] ="0401|0021|0022|2116|003B|0025|003A|003F|002A|0028|0029|005F|002B|0419|0426|0423|041A|0415|041D|0413|0428|040E|0417|0425|0027|0424|042B|0412|0410|041F|0420|041E|041B|0414|0416|042D|042F|0427|0421|041C|0406|0422|042C|0411|042E|002C|0020|0020|0020|0020|0020|0020" ;
Min["Belarusian (C)"] ="0451|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|0439|0446|0443|043A|0435|043D|0433|0448|045E|0437|0445|0027|0444|044B|0432|0430|043F|0440|043E|043B|0434|0436|044D|044F|0447|0441|043C|0456|0442|044C|0431|044E|002E|0020|0020|0020|0020|0020|0020" ;
Maj["Bulgarian (C)"] ="007E|0021|003F|002B|0022|0025|003D|003A|002F|005F|2116|0406|0056|044B|0423|0415|0418|0428|0429|041A|0421|0414|0417|0426|00A7|042C|042F|0410|041E|0416|0413|0422|041D|0412|041C|0427|042E|0419|042A|042D|0424|0425|041F|0420|041B|0411|0029|0020|0020|0020|0020|0020" ;
Min["Bulgarian (C)"] ="0060|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|002E|002C|0443|0435|0438|0448|0449|043A|0441|0434|0437|0446|003B|044C|044F|0430|043E|0436|0433|0442|043D|0432|043C|0447|044E|0439|044A|044D|0444|0445|043F|0440|043B|0431|0028|0020|0020|0020|0020|0020" ;
Maj["Croatian (L)"] ="00B8|0021|0022|0023|0024|0025|0026|002F|0028|0029|003D|003F|00A8|0051|0057|0045|0052|0054|005A|0055|0049|004F|0050|0160|0110|0041|0053|0044|0046|0047|0048|004A|004B|004C|010C|0106|0059|0058|0043|0056|0042|004E|004D|017D|003B|003A|003C|003E|005F|002D|002A|002B" ;
Min["Croatian (L)"] ="00B8|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|0027|00A8|0071|0077|0065|0072|0074|007A|0075|0069|006F|0070|0161|0111|0061|0073|0064|0066|0067|0068|006A|006B|006C|010D|0107|0079|0078|0063|0076|0062|006E|006D|017E|002C|002E|003C|003E|005F|002D|002A|002B" ;
Maj["Czech (L)"] ="00B0|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|0025|02C7|0051|0057|0045|0052|0054|005A|0055|0049|004F|0050|002F|0028|0041|0053|0044|0046|0047|0048|004A|004B|004C|0022|0027|0059|0058|0043|0056|0042|004E|004D|003F|003A|005F|005B|007B|0021|0020|0148|010F" ;
Min["Czech (L)"] ="003B|002B|011B|0161|010D|0159|017E|00FD|00E1|00ED|00E9|003D|00B4|0071|0077|0065|0072|0074|007A|0075|0069|006F|0070|00FA|0029|0061|0073|0064|0066|0067|0068|006A|006B|006C|016F|00A7|0079|0078|0063|0076|0062|006E|006D|002C|002E|002D|005D|007D|00A8|0040|00F3|0165" ;
Maj["Danish (L)"] ="00A7|0021|0022|0023|00A4|0025|0026|002F|0028|0029|003D|003F|0060|0051|0057|0045|0052|0054|0059|0055|0049|004F|0050|00C5|005E|0041|0053|0044|0046|0047|0048|004A|004B|004C|00C6|00D8|003E|005A|0058|0043|0056|0042|004E|004D|003B|003A|002A|005F|007B|007D|005C|007E" ;
Min["Danish (L)"] ="00BD|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002B|00B4|0071|0077|0065|0072|0074|0079|0075|0069|006F|0070|00E5|00A8|0061|0073|0064|0066|0067|0068|006A|006B|006C|00E6|00F8|003C|007A|0078|0063|0076|0062|006E|006D|002C|002E|0027|002D|005B|005D|007C|0040" ;
Maj["Farsi"] ="0020|0021|0040|0023|0024|0025|005E|0026|002A|0029|0028|005F|002B|0020|0020|0020|0020|0020|0020|0020|00F7|00D7|0020|007D|007B|0020|0020|005D|005B|0623|0622|0640|060C|061B|003A|0022|007E|0020|0020|0020|0020|0020|2019|003E|003C|061F|007C|0020|0020|0020|0020|0020"
Min["Farsi"] ="067E|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|0636|0635|062B|0642|0641|063A|0639|0647|062E|062D|062C|0686|0634|0633|064A|0628|0644|0627|062A|0646|0645|0643|06AF|0638|0637|0632|0631|0630|062F|0621|0648|002E|002F|005C|0020|0020|0020|0020|0020"
Maj["Finnish (L)"] ="00A7|0021|0022|0023|00A4|0025|0026|002F|0028|0029|003D|003F|0060|0051|0057|0045|0052|0054|0059|0055|0049|004F|0050|00C5|005E|0041|0053|0044|0046|0047|0048|004A|004B|004C|00D6|00C4|003E|005A|0058|0043|0056|0042|004E|004D|003B|003A|002A|005F|007B|007D|005C|007E" ;
Min["Finnish (L)"] ="00BD|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002B|00B4|0071|0077|0065|0072|0074|0079|0075|0069|006F|0070|00E5|00A8|0061|0073|0064|0066|0067|0068|006A|006B|006C|00F6|00E4|003C|007A|0078|0063|0076|0062|006E|006D|002C|002E|0027|002D|005B|005D|007C|0040" ;
Maj["French (L)"] ="0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|00B0|002B|0023|0041|005A|0045|0052|0054|0059|0055|0049|004F|0050|00A8|0025|0051|0053|0044|0046|0047|0048|004A|004B|004C|004D|00B5|0057|0058|0043|0056|0042|004E|003F|002E|002F|00A7|003C|005B|007B|00A3|007E|0020" ;
Min["French (L)"] ="0026|00E9|0022|0027|0028|002D|00E8|005F|00E7|00E0|0029|003D|0040|0061|007A|0065|0072|0074|0079|0075|0069|006F|0070|005E|00F9|0071|0073|0064|0066|0067|0068|006A|006B|006C|006D|002A|0077|0078|0063|0076|0062|006E|002C|003B|003A|0021|003E|005D|007D|0024|007E|0020" ;
Maj["Greek"] ="007E|0021|0040|0023|0024|0025|0390|0026|03B0|0028|0029|005F|002B|003A|03A3|0395|03A1|03A4|03A5|0398|0399|039F|03A0|0386|038F|0391|03A3|0394|03A6|0393|0397|039E|039A|039B|038C|0022|0396|03A7|03A8|03A9|0392|039D|039C|003C|003E|003F|0388|0389|038A|03AA|03AB|038E" ;
Min["Greek"] ="0060|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|003B|03C2|03B5|03C1|03C4|03C5|03B8|03B9|03BF|03C0|03AC|03CE|03B1|03C3|03B4|03C6|03B3|03B7|03BE|03BA|03BB|03CC|0027|03B6|03C7|03C8|03C9|03B2|03BD|03BC|002C|002E|002F|03AD|03AE|03AF|03CA|03CB|03CD" ;
Maj["Hebrew"] ="007E|0021|0040|0023|0024|0025|005E|0026|002A|0028|0029|005F|002B|0051|0057|0045|0052|0054|0059|0055|0049|004F|0050|007B|007D|0041|0053|0044|0046|0047|0048|004A|004B|004C|003A|0022|005A|0058|0043|0056|0042|004E|004D|003C|003E|003F|0020|0020|0020|0020|0020|0020" ;
Min["Hebrew"] ="0060|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|002F|0027|05E7|05E8|05D0|05D8|05D5|05DF|05DD|05E4|005B|005D|05E9|05D3|05D2|05DB|05E2|05D9|05D7|05DC|05DA|05E3|002C|05D6|05E1|05D1|05D4|05E0|05DE|05E6|05EA|05E5|002E|0020|0020|0020|0020|0020|0020" ;
Maj["Hungarian (L)"] ="00A7|0027|0022|002B|0021|0025|002F|003D|0028|0029|00ED|00DC|00D3|0051|0057|0045|0052|0054|005A|0055|0049|004F|0050|0150|00DA|0041|0053|0044|0046|0047|0048|004A|004B|004C|00C9|00C1|0170|00CD|0059|0058|0043|0056|0042|004E|004D|003F|002E|003A|002D|005F|007B|007D" ;
Min["Hungarian (L)"] ="0030|0031|0032|0033|0034|0035|0036|0037|0038|0039|00F6|00FC|00F3|0071|0077|0065|0072|0074|007A|0075|0069|006F|0070|0151|00FA|0061|0073|0064|0066|0067|0068|006A|006B|006C|00E9|00E1|0171|00ED|0079|0078|0063|0076|0062|006E|006D|002C|002E|003A|002D|005F|007B|007D" ;
Maj["Diacritical (L)"] ="0060|00B4|005E|00A8|007E|00B0|00B7|00B8|00AF|02D9|02DB|02C7|02D8|0051|0057|0045|0052|0054|005A|0055|0049|004F|0050|00C6|02DD|0041|0053|0044|0046|0047|0048|004A|004B|004C|0141|0152|0059|0058|0043|0056|0042|004E|004D|01A0|01AF|00D8|0126|0110|0132|00DE|00D0|00DF" ;
Min["Diacritical (L)"] ="0060|00B4|005E|00A8|007E|00B0|00B7|00B8|00AF|02D9|02DB|02C7|02D8|0071|0077|0065|0072|0074|007A|0075|0069|006F|0070|00E6|02DD|0061|0073|0064|0066|0067|0068|006A|006B|006C|0142|0153|0079|0078|0063|0076|0062|006E|006D|01A1|01B0|00F8|0127|0111|0133|00FE|00F0|00DF" ;
Maj["Macedonian (C)"] ="007E|0021|201E|201C|2019|0025|2018|0026|002A|0028|0029|005F|002B|0409|040A|0415|0420|0422|0405|0423|0418|041E|041F|0428|0403|0410|0421|0414|0424|0413|0425|0408|041A|041B|0427|040C|0401|0417|040F|0426|0412|0411|041D|041C|0416|003B|003A|003F|002A|005F|007B|007D" ;
Min["Macedonian (C)"] ="0060|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|0459|045A|0435|0440|0442|0455|0443|0438|043E|043F|0448|0453|0430|0441|0434|0444|0433|0445|0458|043A|043B|0447|045C|0451|0437|045F|0446|0432|0431|043D|043C|0436|002C|002E|002F|0027|002D|005B|005D" ;
Maj["Norwegian (L)"] ="00A7|0021|0022|0023|00A4|0025|0026|002F|0028|0029|003D|003F|0060|0051|0057|0045|0052|0054|0059|0055|0049|004F|0050|00C5|005E|0041|0053|0044|0046|0047|0048|004A|004B|00D8|00C6|00C4|003E|005A|0058|0043|0056|0042|004E|004D|003B|003A|002A|005F|007B|007D|005C|007E" ;
Min["Norwegian (L)"] ="00BD|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002B|00B4|0071|0077|0065|0072|0074|0079|0075|0069|006F|0070|00E5|00A8|0061|0073|0064|0066|0067|0068|006A|006B|00F8|00E6|00E4|003C|007A|0078|0063|0076|0062|006E|006D|002C|002E|0027|002D|005B|005D|007C|0040" ;
Maj["Polish (L)"] ="002A|0021|0022|0023|00A4|0025|0026|002F|0028|0029|003D|003F|017A|0051|0057|0045|0052|0054|005A|0055|0049|004F|0050|0144|0107|0041|0053|0044|0046|0047|0048|004A|004B|004C|0141|0119|0059|0058|0043|0056|0042|004E|004D|003B|003A|005F|003C|005B|007B|02D9|00B4|02DB" ;
Min["Polish (L)"] ="0027|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002B|00F3|0071|0077|0065|0072|0074|007A|0075|0069|006F|0070|017C|015B|0061|0073|0064|0066|0067|0068|006A|006B|006C|0142|0105|0079|0078|0063|0076|0062|006E|006D|002C|002E|002D|003E|005D|007D|02D9|00B4|02DB" ;
Maj["Russian (C)"] ="0401|0021|0040|0023|2116|0025|005E|0026|002A|0028|0029|005F|002B|0419|0426|0423|041A|0415|041D|0413|0428|0429|0417|0425|042A|0424|042B|0412|0410|041F|0420|041E|041B|0414|0416|042D|042F|0427|0421|041C|0418|0422|042C|0411|042E|003E|002E|003A|0022|005B|005D|003F" ;
Min["Russian (C)"] ="0451|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|0439|0446|0443|043A|0435|043D|0433|0448|0449|0437|0445|044A|0444|044B|0432|0430|043F|0440|043E|043B|0434|0436|044D|044F|0447|0441|043C|0438|0442|044C|0431|044E|003C|002C|003B|0027|007B|007D|002F" ;
Maj["Serbian (C)"] ="007E|0021|0022|0023|0024|0025|0026|002F|0028|0029|003D|003F|002A|0409|040A|0415|0420|0422|0417|0423|0418|041E|041F|0428|0402|0410|0421|0414|0424|0413|0425|0408|041A|041B|0427|040B|003E|0405|040F|0426|0412|0411|041D|041C|0416|003A|005F|002E|003A|0022|005B|005D" ;
Min["Serbian (C)"] ="0060|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|0027|002B|0459|045A|0435|0440|0442|0437|0443|0438|043E|043F|0448|0452|0430|0441|0434|0444|0433|0445|0458|043A|043B|0447|045B|003C|0455|045F|0446|0432|0431|043D|043C|0436|002E|002D|002C|003B|0027|007B|007D" ;
Maj["Serbian (L)"] ="007E|0021|0022|0023|0024|0025|0026|002F|0028|0029|003D|003F|002A|0051|0057|0045|0052|0054|005A|0055|0049|004F|0050|0160|0110|0041|0053|0044|0046|0047|0048|004A|004B|004C|010C|0106|003E|0059|0058|0043|0056|0042|004E|004D|017D|003A|005F|002E|003A|0022|005B|005D" ;
Min["Serbian (L)"] ="201A|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|0027|002B|0071|0077|0065|0072|0074|007A|0075|0069|006F|0070|0161|0111|0061|0073|0064|0066|0067|0068|006A|006B|006C|010D|0107|003C|0079|0078|0063|0076|0062|006E|006D|017E|002E|002D|002C|003B|0027|007B|007D" ;
Maj["Slovak (L)"] ="00B0|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|0025|02C7|0051|0057|0045|0052|0054|005A|0055|0049|004F|0050|002F|0028|0041|0053|0044|0046|0047|0048|004A|004B|004C|0022|0021|0059|0058|0043|0056|0042|004E|004D|003F|003A|005F|003C|005B|010F|0029|002A|0020" ;
Min["Slovak (L)"] ="003B|002B|013E|0161|010D|0165|017E|00FD|00E1|00ED|00E9|003D|00B4|0071|0077|0065|0072|0074|007A|0075|0069|006F|0070|00FA|00E4|0061|0073|0064|0066|0067|0068|006A|006B|006C|00F4|00A7|0079|0078|0063|0076|0062|006E|006D|002C|002E|002D|003E|005D|00F3|0148|0026|0020" ;
Maj["Spanish (L)"] ="00AA|0021|0022|00B7|0024|0025|0026|002F|0028|0029|003D|003F|00BF|0051|0057|0045|0052|0054|0059|0055|0049|004F|0050|005E|00A8|0041|0053|0044|0046|0047|0048|004A|004B|004C|00D1|00C7|005A|0058|0043|0056|0042|004E|004D|003B|003A|005F|003E|007C|0040|0023|007E|002A" ;
Min["Spanish (L)"] ="00BA|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|0027|00A1|0071|0077|0065|0072|0074|0079|0075|0069|006F|0070|0060|00B4|0061|0073|0064|0066|0067|0068|006A|006B|006C|00F1|00E7|007A|0078|0063|0076|0062|006E|006D|002C|002E|002D|003C|005C|0040|0023|007E|002B" ;
Maj["Ukrainian (C)"] ="0401|0021|0040|0023|2116|0025|005E|0026|002A|0028|0029|005F|002B|0419|0426|0423|041A|0415|041D|0413|0428|0429|0417|0425|0407|0424|0406|0412|0410|041F|0420|041E|041B|0414|0416|0404|0490|042F|0427|0421|041C|0418|0422|042C|0411|042E|002E|003A|0022|003C|003E|003F" ;
Min["Ukrainian (C)"] ="0451|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|0439|0446|0443|043A|0435|043D|0433|0448|0449|0437|0445|0457|0444|0456|0432|0430|043F|0440|043E|043B|0434|0436|0454|0491|044F|0447|0441|043C|0438|0442|044C|0431|044E|002C|003B|0027|007B|007D|002F" ;
Maj["Vietnamese (L)"] ="007E|0021|0040|0023|0024|0025|005E|0026|002A|0028|0029|005F|002B|0051|0057|0045|0052|0054|0059|0055|0049|004F|0050|01AF|01A0|0041|0053|0044|0046|0047|0048|004A|004B|004C|0102|00C2|005A|0058|0043|0056|0042|004E|004D|00CA|00D4|0110|003C|003E|003F|007D|003A|0022" ;
Min["Vietnamese (L)"] ="20AB|0031|0032|0033|0034|0035|0036|0037|0038|0039|0030|002D|003D|0071|0077|0065|0072|0074|0079|0075|0069|006F|0070|01B0|01A1|0061|0073|0064|0066|0067|0068|006A|006B|006C|0103|00E2|007A|0078|0063|0076|0062|006E|006D|00EA|00F4|0111|002C|002E|002F|007B|003B|0027" ;
/trunk/api/fckeditor/editor/dialog/fck_universalkey/dialogue.js
New file
0,0 → 1,29
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: dialogue.js
* Scripts for the fck_universalkey.html page.
*
* File Authors:
* Michel Staelens (michel.staelens@wanadoo.fr)
* Bernadette Cierzniak
* Abdul-Aziz Al-Oraij (top7up@hotmail.com)
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
function afficher(txt)
{
document.getElementById( 'uni_area' ).value = txt ;
}
 
function rechercher()
{
return document.getElementById( 'uni_area' ).value ;
}
/trunk/api/fckeditor/editor/dialog/fck_universalkey/diacritic.js
New file
0,0 → 1,63
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: diacritic.js
* Scripts for the fck_universalkey.html page.
*
* File Authors:
* Michel Staelens (michel.staelens@wanadoo.fr)
* Abdul-Aziz Al-Oraij (top7up@hotmail.com)
*/
 
var dia = new Array()
 
dia["0060"]=new Array();dia["00B4"]=new Array();dia["005E"]=new Array();dia["00A8"]=new Array();dia["007E"]=new Array();dia["00B0"]=new Array();dia["00B7"]=new Array();dia["00B8"]=new Array();dia["00AF"]=new Array();dia["02D9"]=new Array();dia["02DB"]=new Array();dia["02C7"]=new Array();dia["02D8"]=new Array();dia["02DD"]=new Array();dia["031B"]=new Array();
dia["0060"]["0061"]="00E0";dia["00B4"]["0061"]="00E1";dia["005E"]["0061"]="00E2";dia["00A8"]["0061"]="00E4";dia["007E"]["0061"]="00E3";dia["00B0"]["0061"]="00E5";dia["00AF"]["0061"]="0101";dia["02DB"]["0061"]="0105";dia["02D8"]["0061"]="0103";
dia["00B4"]["0063"]="0107";dia["005E"]["0063"]="0109";dia["00B8"]["0063"]="00E7";dia["02D9"]["0063"]="010B";dia["02C7"]["0063"]="010D";
dia["02C7"]["0064"]="010F";
dia["0060"]["0065"]="00E8";dia["00B4"]["0065"]="00E9";dia["005E"]["0065"]="00EA";dia["00A8"]["0065"]="00EB";dia["00AF"]["0065"]="0113";dia["02D9"]["0065"]="0117";dia["02DB"]["0065"]="0119";dia["02C7"]["0065"]="011B";dia["02D8"]["0065"]="0115";
dia["005E"]["0067"]="011D";dia["00B8"]["0067"]="0123";dia["02D9"]["0067"]="0121";dia["02D8"]["0067"]="011F";
dia["005E"]["0068"]="0125";
dia["0060"]["0069"]="00EC";dia["00B4"]["0069"]="00ED";dia["005E"]["0069"]="00EE";dia["00A8"]["0069"]="00EF";dia["007E"]["0069"]="0129";dia["00AF"]["0069"]="012B";dia["02DB"]["0069"]="012F";dia["02D8"]["0069"]="012D";
dia["005E"]["006A"]="0135";
dia["00B8"]["006B"]="0137";
dia["00B4"]["006C"]="013A";dia["00B7"]["006C"]="0140";dia["00B8"]["006C"]="013C";dia["02C7"]["006C"]="013E";
dia["00B4"]["006E"]="0144";dia["007E"]["006E"]="00F1";dia["00B8"]["006E"]="0146";dia["02D8"]["006E"]="0148";
dia["0060"]["006F"]="00F2";dia["00B4"]["006F"]="00F3";dia["005E"]["006F"]="00F4";dia["00A8"]["006F"]="00F6";dia["007E"]["006F"]="00F5";dia["00AF"]["006F"]="014D";dia["02D8"]["006F"]="014F";dia["02DD"]["006F"]="0151";dia["031B"]["006F"]="01A1";
dia["00B4"]["0072"]="0155";dia["00B8"]["0072"]="0157";dia["02C7"]["0072"]="0159";
dia["00B4"]["0073"]="015B";dia["005E"]["0073"]="015D";dia["00B8"]["0073"]="015F";dia["02C7"]["0073"]="0161";
dia["00B8"]["0074"]="0163";dia["02C7"]["0074"]="0165";
dia["0060"]["0075"]="00F9";dia["00B4"]["0075"]="00FA";dia["005E"]["0075"]="00FB";dia["00A8"]["0075"]="00FC";dia["007E"]["0075"]="0169";dia["00B0"]["0075"]="016F";dia["00AF"]["0075"]="016B";dia["02DB"]["0075"]="0173";dia["02D8"]["0075"]="016D";dia["02DD"]["0075"]="0171";dia["031B"]["0075"]="01B0";
dia["005E"]["0077"]="0175";
dia["00B4"]["0079"]="00FD";dia["005E"]["0079"]="0177";dia["00A8"]["0079"]="00FF";
dia["00B4"]["007A"]="017A";dia["02D9"]["007A"]="017C";dia["02C7"]["007A"]="017E";
dia["00B4"]["00E6"]="01FD";
dia["00B4"]["00F8"]="01FF";
dia["0060"]["0041"]="00C0";dia["00B4"]["0041"]="00C1";dia["005E"]["0041"]="00C2";dia["00A8"]["0041"]="00C4";dia["007E"]["0041"]="00C3";dia["00B0"]["0041"]="00C5";dia["00AF"]["0041"]="0100";dia["02DB"]["0041"]="0104";dia["02D8"]["0041"]="0102";
dia["00B4"]["0043"]="0106";dia["005E"]["0043"]="0108";dia["00B8"]["0043"]="00C7";dia["02D9"]["0043"]="010A";dia["02C7"]["0043"]="010C";
dia["02C7"]["0044"]="010E";
dia["0060"]["0045"]="00C8";dia["00B4"]["0045"]="00C9";dia["005E"]["0045"]="00CA";dia["00A8"]["0045"]="00CB";dia["00AF"]["0045"]="0112";dia["02D9"]["0045"]="0116";dia["02DB"]["0045"]="0118";dia["02C7"]["0045"]="011A";dia["02D8"]["0045"]="0114";
dia["005E"]["0047"]="011C";dia["00B8"]["0047"]="0122";dia["02D9"]["0047"]="0120";dia["02D8"]["0047"]="011E";
dia["005E"]["0048"]="0124";
dia["0060"]["0049"]="00CC";dia["00B4"]["0049"]="00CD";dia["005E"]["0049"]="00CE";dia["00A8"]["0049"]="00CF";dia["007E"]["0049"]="0128";dia["00AF"]["0049"]="012A";dia["02D9"]["0049"]="0130";dia["02DB"]["0049"]="012E";dia["02D8"]["0049"]="012C";
dia["005E"]["004A"]="0134";
dia["00B8"]["004B"]="0136";
dia["00B4"]["004C"]="0139";dia["00B7"]["004C"]="013F";dia["00B8"]["004C"]="013B";dia["02C7"]["004C"]="013D";
dia["00B4"]["004E"]="0143";dia["007E"]["004E"]="00D1";dia["00B8"]["004E"]="0145";dia["02D8"]["004E"]="0147";
dia["0060"]["004F"]="00D2";dia["00B4"]["004F"]="00D3";dia["005E"]["004F"]="00D4";dia["00A8"]["004F"]="00D6";dia["007E"]["004F"]="00D5";dia["00AF"]["004F"]="014C";dia["02D8"]["004F"]="014E";dia["02DD"]["004F"]="0150";dia["031B"]["004F"]="01A0";
dia["00B4"]["0052"]="0154";dia["00B8"]["0052"]="0156";dia["02C7"]["0052"]="0158";
dia["00B4"]["0053"]="015A";dia["005E"]["0053"]="015C";dia["00B8"]["0053"]="015E";dia["02C7"]["0053"]="0160";
dia["00B8"]["0054"]="0162";dia["02C7"]["0054"]="0164";
dia["0060"]["0055"]="00D9";dia["00B4"]["0055"]="00DA";dia["005E"]["0055"]="00DB";dia["00A8"]["0055"]="00DC";dia["007E"]["0055"]="0168";dia["00B0"]["0055"]="016E";dia["00AF"]["0055"]="016A";dia["02DB"]["0055"]="0172";dia["02D8"]["0055"]="016C";dia["02DD"]["0055"]="0170";dia["031B"]["0055"]="01AF";
dia["005E"]["0057"]="0174";
dia["00B4"]["0059"]="00DD";dia["005E"]["0059"]="0176";dia["00A8"]["0059"]="0178";
dia["00B4"]["005A"]="0179";dia["02D9"]["005A"]="017B";dia["02C7"]["005A"]="017D";
dia["00B4"]["00C6"]="01FC";
dia["00B4"]["00D8"]="01FE";
/trunk/api/fckeditor/editor/dialog/fck_select.html
1,180 → 1,170
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Select dialog window.
-->
<html>
<head>
<title>Select Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript" src="fck_select/fck_select.js"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = dialog.Selection.GetSelectedElement() ;
 
var oListText ;
var oListValue ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
oListText = document.getElementById( 'cmbText' ) ;
oListValue = document.getElementById( 'cmbValue' ) ;
 
// Fix the lists widths. (Bug #970)
oListText.style.width = oListText.offsetWidth ;
oListValue.style.width = oListValue.offsetWidth ;
 
if ( oActiveEl && oActiveEl.tagName == 'SELECT' )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtSelValue').value = oActiveEl.value ;
GetE('txtLines').value = GetAttribute( oActiveEl, 'size' ) ;
GetE('chkMultiple').checked = oActiveEl.multiple ;
 
// Load the actual options
for ( var i = 0 ; i < oActiveEl.options.length ; i++ )
{
var sText = HTMLDecode( oActiveEl.options[i].innerHTML ) ;
var sValue = oActiveEl.options[i].value ;
 
AddComboOption( oListText, sText, sText ) ;
AddComboOption( oListValue, sValue, sValue ) ;
}
}
else
oActiveEl = null ;
 
dialog.SetOkButton( true ) ;
dialog.SetAutoSize( true ) ;
SelectField( 'txtName' ) ;
}
 
function Ok()
{
oEditor.FCKUndo.SaveUndoStep() ;
 
var sSize = GetE('txtLines').value ;
if ( sSize == null || isNaN( sSize ) || sSize <= 1 )
sSize = '' ;
 
oActiveEl = CreateNamedElement( oEditor, oActiveEl, 'SELECT', {name: GetE('txtName').value} ) ;
 
SetAttribute( oActiveEl, 'size' , sSize ) ;
oActiveEl.multiple = ( sSize.length > 0 && GetE('chkMultiple').checked ) ;
 
// Remove all options.
while ( oActiveEl.options.length > 0 )
oActiveEl.remove(0) ;
 
// Add all available options.
for ( var i = 0 ; i < oListText.options.length ; i++ )
{
var sText = oListText.options[i].value ;
var sValue = oListValue.options[i].value ;
if ( sValue.length == 0 ) sValue = sText ;
 
var oOption = AddComboOption( oActiveEl, sText, sValue, oDOM ) ;
 
if ( sValue == GetE('txtSelValue').value )
{
SetAttribute( oOption, 'selected', 'selected' ) ;
oOption.selected = true ;
}
}
 
return true ;
}
 
</script>
</head>
<body style="overflow: hidden">
<table width="100%" height="100%">
<tr>
<td>
<table width="100%">
<tr>
<td nowrap><span fckLang="DlgSelectName">Name</span>&nbsp;</td>
<td width="100%" colSpan="2"><input id="txtName" style="WIDTH: 100%" type="text"></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgSelectValue">Value</span>&nbsp;</td>
<td width="100%" colSpan="2"><input id="txtSelValue" style="WIDTH: 100%; BACKGROUND-COLOR: buttonface" type="text" readonly></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgSelectSize">Size</span>&nbsp;</td>
<td nowrap><input id="txtLines" type="text" size="2" value="">&nbsp;<span fckLang="DlgSelectLines">lines</span></td>
<td nowrap align="right"><input id="chkMultiple" type="checkbox"><label for="chkMultiple" fckLang="DlgSelectChkMulti">Allow
multiple selections</label></td>
</tr>
</table>
<br>
<hr style="POSITION: absolute">
<span style="LEFT: 10px; POSITION: relative; TOP: -7px" class="BackColor">&nbsp;<span fckLang="DlgSelectOpAvail">Available
Options</span>&nbsp;</span>
<table width="100%">
<tr>
<td width="50%"><span fckLang="DlgSelectOpText">Text</span><br>
<input id="txtText" style="WIDTH: 100%" type="text">
</td>
<td width="50%"><span fckLang="DlgSelectOpValue">Value</span><br>
<input id="txtValue" style="WIDTH: 100%" type="text">
</td>
<td vAlign="bottom"><input onclick="Add();" type="button" fckLang="DlgSelectBtnAdd" value="Add"></td>
<td vAlign="bottom"><input onclick="Modify();" type="button" fckLang="DlgSelectBtnModify" value="Modify"></td>
</tr>
<tr>
<td rowSpan="2"><select id="cmbText" style="WIDTH: 100%" onchange="GetE('cmbValue').selectedIndex = this.selectedIndex;Select(this);"
size="5"></select>
</td>
<td rowSpan="2"><select id="cmbValue" style="WIDTH: 100%" onchange="GetE('cmbText').selectedIndex = this.selectedIndex;Select(this);"
size="5"></select>
</td>
<td vAlign="top" colSpan="2">
</td>
</tr>
<tr>
<td vAlign="bottom" colSpan="2"><input style="WIDTH: 100%" onclick="Move(-1);" type="button" fckLang="DlgSelectBtnUp" value="Up">
<br>
<input style="WIDTH: 100%" onclick="Move(1);" type="button" fckLang="DlgSelectBtnDown"
value="Down">
</td>
</tr>
<TR>
<TD vAlign="bottom" colSpan="4"><INPUT onclick="SetSelectedValue();" type="button" fckLang="DlgSelectBtnSetValue" value="Set as selected value">&nbsp;&nbsp;
<input onclick="Delete();" type="button" fckLang="DlgSelectBtnDelete" value="Delete"></TD>
</TR>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_select.html
* Select dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Select Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript" src="fck_select/fck_select.js"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
// Gets the document DOM
var oDOM = oEditor.FCK.EditorDocument ;
 
var oActiveEl = oEditor.FCKSelection.GetSelectedElement() ;
 
var oListText ;
var oListValue ;
 
window.onload = function()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
oListText = document.getElementById( 'cmbText' ) ;
oListValue = document.getElementById( 'cmbValue' ) ;
 
if ( oActiveEl && oActiveEl.tagName == 'SELECT' )
{
GetE('txtName').value = oActiveEl.name ;
GetE('txtSelValue').value = oActiveEl.value ;
GetE('txtLines').value = GetAttribute( oActiveEl, 'size' ) ;
GetE('chkMultiple').checked = oActiveEl.multiple ;
 
// Load the actual options
for ( var i = 0 ; i < oActiveEl.options.length ; i++ )
{
var sText = oActiveEl.options[i].innerHTML ;
var sValue = oActiveEl.options[i].value ;
 
AddComboOption( oListText, sText, sText ) ;
AddComboOption( oListValue, sValue, sValue ) ;
}
}
else
oActiveEl = null ;
 
window.parent.SetOkButton( true ) ;
}
 
function Ok()
{
var sSize = GetE('txtLines').value ;
if ( sSize == null || isNaN( sSize ) || sSize <= 1 )
sSize = '' ;
 
if ( !oActiveEl )
{
oActiveEl = oEditor.FCK.EditorDocument.createElement( 'SELECT' ) ;
oActiveEl = oEditor.FCK.InsertElementAndGetIt( oActiveEl ) ;
}
 
SetAttribute( oActiveEl, 'name' , GetE('txtName').value ) ;
SetAttribute( oActiveEl, 'size' , sSize ) ;
oActiveEl.multiple = ( sSize.length > 0 && GetE('chkMultiple').checked ) ;
 
// Remove all options.
while ( oActiveEl.options.length > 0 )
oActiveEl.remove(0) ;
 
// Add all available options.
for ( var i = 0 ; i < oListText.options.length ; i++ )
{
var sText = oListText.options[i].value ;
var sValue = oListValue.options[i].value ;
if ( sValue.length == 0 ) sValue = sText ;
 
var oOption = AddComboOption( oActiveEl, sText, sValue, oDOM ) ;
 
if ( sValue == GetE('txtSelValue').value )
{
SetAttribute( oOption, 'selected', 'selected' ) ;
oOption.selected = true ;
}
}
 
return true ;
}
 
</script>
</head>
<body style='OVERFLOW: hidden' scroll='no'>
<table width="100%" height="100%">
<tr>
<td>
<table width="100%">
<tr>
<td nowrap><span fckLang="DlgSelectName">Name</span>&nbsp;</td>
<td width="100%" colSpan="2"><input id="txtName" style="WIDTH: 100%" type="text"></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgSelectValue">Value</span>&nbsp;</td>
<td width="100%" colSpan="2"><input id="txtSelValue" style="WIDTH: 100%; BACKGROUND-COLOR: buttonface" type="text" readonly></td>
</tr>
<tr>
<td nowrap><span fckLang="DlgSelectSize">Size</span>&nbsp;</td>
<td nowrap><input id="txtLines" type="text" size="2" value="">&nbsp;<span fckLang="DlgSelectLines">lines</span></td>
<td nowrap align="right"><input id="chkMultiple" name="chkMultiple" type="checkbox"><label for="chkMultiple" fckLang="DlgSelectChkMulti">Allow
multiple selections</label></td>
</tr>
</table>
<br>
<hr style="POSITION: absolute">
<span style="LEFT: 10px; POSITION: relative; TOP: -7px" class="BackColor">&nbsp;<span fckLang="DlgSelectOpAvail">Available
Options</span>&nbsp;</span>
<table width="100%">
<tr>
<td width="50%"><span fckLang="DlgSelectOpText">Text</span><br>
<input id="txtText" style="WIDTH: 100%" type="text" name="txtText">
</td>
<td width="50%"><span fckLang="DlgSelectOpValue">Value</span><br>
<input id="txtValue" style="WIDTH: 100%" type="text" name="txtValue">
</td>
<td vAlign="bottom"><input onclick="Add();" type="button" fckLang="DlgSelectBtnAdd" value="Add"></td>
<td vAlign="bottom"><input onclick="Modify();" type="button" fckLang="DlgSelectBtnModify" value="Modify"></td>
</tr>
<tr>
<td rowSpan="2"><select id="cmbText" style="WIDTH: 100%" onchange="GetE('cmbValue').selectedIndex = this.selectedIndex;Select(this);"
size="5" name="cmbText"></select>
</td>
<td rowSpan="2"><select id="cmbValue" style="WIDTH: 100%" onchange="GetE('cmbText').selectedIndex = this.selectedIndex;Select(this);"
size="5" name="cmbValue"></select>
</td>
<td vAlign="top" colSpan="2">
</td>
</tr>
<tr>
<td vAlign="bottom" colSpan="2"><input style="WIDTH: 100%" onclick="Move(-1);" type="button" fckLang="DlgSelectBtnUp" value="Up">
<br>
<input style="WIDTH: 100%" onclick="Move(1);" type="button" fckLang="DlgSelectBtnDown"
value="Down">
</td>
</tr>
<TR>
<TD vAlign="bottom" colSpan="4"><INPUT onclick="SetSelectedValue();" type="button" fckLang="DlgSelectBtnSetValue" value="Set as selected value">&nbsp;&nbsp;
<input onclick="Delete();" type="button" fckLang="DlgSelectBtnDelete" value="Delete"></TD>
</TR>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_image/fck_image_preview.html
File deleted
/trunk/api/fckeditor/editor/dialog/fck_image/fck_image.js
1,49 → 1,39
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Scripts related to the Image dialog window (see fck_image.html).
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_image.js
* Scripts related to the Link dialog window (see fck_link.html).
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
var oEditor = window.parent.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig = oEditor.FCKConfig ;
var FCKDebug = oEditor.FCKDebug ;
var FCKTools = oEditor.FCKTools ;
 
var bImageButton = ( document.location.search.length > 0 && document.location.search.substr(1) == 'ImageButton' ) ;
var bImageButton = ( document.location.search.length > 0 && document.location.search.substr(1) == 'ImageButton' ) ;
 
//#### Dialog Tabs
 
// Set the dialog tabs.
dialog.AddTab( 'Info', FCKLang.DlgImgInfoTab ) ;
window.parent.AddTab( 'Info', oEditor.FCKLang.DlgImgInfoTab ) ;
 
if ( !bImageButton && !FCKConfig.ImageDlgHideLink )
dialog.AddTab( 'Link', FCKLang.DlgImgLinkTab ) ;
window.parent.AddTab( 'Link', oEditor.FCKLang.DlgImgLinkTab ) ;
 
if ( FCKConfig.ImageUpload )
dialog.AddTab( 'Upload', FCKLang.DlgLnkUpload ) ;
// TODO : Enable File Upload (1/3).
//window.parent.AddTab( 'Upload', 'Upload', true ) ;
 
if ( !FCKConfig.ImageDlgHideAdvanced )
dialog.AddTab( 'Advanced', FCKLang.DlgAdvancedTag ) ;
window.parent.AddTab( 'Advanced', oEditor.FCKLang.DlgAdvancedTag ) ;
 
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
50,55 → 40,45
{
ShowE('divInfo' , ( tabCode == 'Info' ) ) ;
ShowE('divLink' , ( tabCode == 'Link' ) ) ;
ShowE('divUpload' , ( tabCode == 'Upload' ) ) ;
// TODO : Enable File Upload (2/3).
// ShowE('divUpload' , ( tabCode == 'Upload' ) ) ;
ShowE('divAdvanced' , ( tabCode == 'Advanced' ) ) ;
}
 
// Get the selected image (if available).
var oImage = dialog.Selection.GetSelectedElement() ;
var oImage = FCK.Selection.GetSelectedElement() ;
 
if ( oImage && oImage.tagName != 'IMG' && !( oImage.tagName == 'INPUT' && oImage.type == 'image' ) )
oImage = null ;
 
// Get the active link.
var oLink = dialog.Selection.GetSelection().MoveToAncestorNode( 'A' ) ;
var oLink = FCK.Selection.MoveToAncestorNode( 'A' ) ;
 
var oImageOriginal ;
 
function UpdateOriginal( resetSize )
{
if ( !eImgPreview )
return ;
 
if ( GetE('txtUrl').value.length == 0 )
{
oImageOriginal = null ;
return ;
oImageOriginal = document.createElement( 'IMG' ) ; // new Image() ;
 
if ( resetSize )
{
oImageOriginal.onload = function()
{
this.onload = null ;
ResetSizes() ;
}
}
 
oImageOriginal = document.createElement( 'IMG' ) ; // new Image() ;
 
if ( resetSize )
{
oImageOriginal.onload = function()
{
this.onload = null ;
ResetSizes() ;
}
}
 
oImageOriginal.src = eImgPreview.src ;
 
oImageOriginal.src = GetE('imgPreview').src ;
}
 
var bPreviewInitialized ;
 
window.onload = function()
{
// Translate the dialog box texts.
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
GetE('btnLockSizes').title = FCKLang.DlgImgLockRatio ;
GetE('btnResetSize').title = FCKLang.DlgBtnResetSize ;
GetE('btnLockSizes').title = oEditor.FCKLang.DlgImgLockRatio ;
GetE('btnResetSize').title = oEditor.FCKLang.DlgBtnResetSize ;
 
// Load the selected element information (if any).
LoadSelection() ;
109,16 → 89,10
 
UpdateOriginal() ;
 
// Set the actual uploader URL.
if ( FCKConfig.ImageUpload )
GetE('frmUpload').action = FCKConfig.ImageUploadURL ;
window.parent.SetAutoSize( true ) ;
 
dialog.SetAutoSize( true ) ;
 
// Activate the "OK" button.
dialog.SetOkButton( true ) ;
 
SelectField( 'txtUrl' ) ;
window.parent.SetOkButton( true ) ;
}
 
function LoadSelection()
125,71 → 99,45
{
if ( ! oImage ) return ;
 
var sUrl = oImage.getAttribute( '_fcksavedurl' ) ;
if ( sUrl == null )
sUrl = GetAttribute( oImage, 'src', '' ) ;
var sUrl = GetAttribute( oImage, 'src', '' ) ;
 
// TODO: Wait stable version and remove the following commented lines.
// if ( sUrl.startsWith( FCK.BaseUrl ) )
// sUrl = sUrl.remove( 0, FCK.BaseUrl.length ) ;
 
GetE('txtUrl').value = sUrl ;
GetE('txtAlt').value = GetAttribute( oImage, 'alt', '' ) ;
GetE('txtVSpace').value = GetAttribute( oImage, 'vspace', '' ) ;
GetE('txtHSpace').value = GetAttribute( oImage, 'hspace', '' ) ;
GetE('txtBorder').value = GetAttribute( oImage, 'border', '' ) ;
GetE('cmbAlign').value = GetAttribute( oImage, 'align', '' ) ;
GetE('txtUrl').value = sUrl ;
GetE('txtAlt').value = GetAttribute( oImage, 'alt', '' ) ;
GetE('txtVSpace').value = GetAttribute( oImage, 'vspace', '' ) ;
GetE('txtHSpace').value = GetAttribute( oImage, 'hspace', '' ) ;
GetE('txtBorder').value = GetAttribute( oImage, 'border', '' ) ;
GetE('cmbAlign').value = GetAttribute( oImage, 'align', '' ) ;
 
if ( oImage.style.pixelWidth > 0 )
GetE('txtWidth').value = oImage.style.pixelWidth ;
else
GetE('txtWidth').value = GetAttribute( oImage, "width", '' ) ;
 
if ( oImage.style.pixelHeight > 0 )
GetE('txtHeight').value = oImage.style.pixelHeight ;
else
GetE('txtHeight').value = GetAttribute( oImage, "height", '' ) ;
 
var iWidth, iHeight ;
 
var regexSize = /^\s*(\d+)px\s*$/i ;
 
if ( oImage.style.width )
{
var aMatchW = oImage.style.width.match( regexSize ) ;
if ( aMatchW )
{
iWidth = aMatchW[1] ;
oImage.style.width = '' ;
SetAttribute( oImage, 'width' , iWidth ) ;
}
}
 
if ( oImage.style.height )
{
var aMatchH = oImage.style.height.match( regexSize ) ;
if ( aMatchH )
{
iHeight = aMatchH[1] ;
oImage.style.height = '' ;
SetAttribute( oImage, 'height', iHeight ) ;
}
}
 
GetE('txtWidth').value = iWidth ? iWidth : GetAttribute( oImage, "width", '' ) ;
GetE('txtHeight').value = iHeight ? iHeight : GetAttribute( oImage, "height", '' ) ;
 
// Get Advances Attributes
GetE('txtAttId').value = oImage.id ;
GetE('cmbAttLangDir').value = oImage.dir ;
GetE('txtAttLangCode').value = oImage.lang ;
GetE('txtAttTitle').value = oImage.title ;
GetE('txtAttClasses').value = oImage.getAttribute('class',2) || '' ;
GetE('txtLongDesc').value = oImage.longDesc ;
 
if ( oEditor.FCKBrowserInfo.IsIE )
{
GetE('txtAttClasses').value = oImage.className || '' ;
GetE('txtAttStyle').value = oImage.style.cssText ;
}
GetE('txtAttStyle').value = oImage.style.cssText ;
else
{
GetE('txtAttClasses').value = oImage.getAttribute('class',2) || '' ;
GetE('txtAttStyle').value = oImage.getAttribute('style',2) ;
}
GetE('txtAttStyle').value = oImage.getAttribute('style',2) ;
 
if ( oLink )
{
var sLinkUrl = oLink.getAttribute( '_fcksavedurl' ) ;
if ( sLinkUrl == null )
sLinkUrl = oLink.getAttribute('href',2) ;
 
GetE('txtLnkUrl').value = sLinkUrl ;
GetE('txtLnkUrl').value = oLink.getAttribute('href',2) ;
GetE('cmbLnkTarget').value = oLink.target ;
}
 
201,10 → 149,10
{
if ( GetE('txtUrl').value.length == 0 )
{
dialog.SetSelectedTab( 'Info' ) ;
window.parent.SetSelectedTab( 'Info' ) ;
GetE('txtUrl').focus() ;
 
alert( FCKLang.DlgImgAlertUrl ) ;
alert( oEditor.FCKLang.DlgImgAlertUrl ) ;
 
return false ;
}
221,23 → 169,24
if ( confirm( 'Do you want to transform the selected image button on a simple image?' ) )
oImage = null ;
}
 
oEditor.FCKUndo.SaveUndoStep() ;
if ( !bHasImage )
{
if ( bImageButton )
{
oImage = FCK.EditorDocument.createElement( 'input' ) ;
oImage = FCK.EditorDocument.createElement( 'INPUT' ) ;
oImage.type = 'image' ;
oImage = FCK.InsertElement( oImage ) ;
oImage = FCK.InsertElementAndGetIt( oImage ) ;
}
else
oImage = FCK.InsertElement( 'img' ) ;
oImage = FCK.CreateElement( 'IMG' ) ;
}
 
else
oEditor.FCKUndo.SaveUndoStep() ;
UpdateImage( oImage ) ;
 
var sLnkUrl = GetE('txtLnkUrl').value.Trim() ;
var sLnkUrl = GetE('txtLnkUrl').value.trim() ;
 
if ( sLnkUrl.length == 0 )
{
253,7 → 202,7
if ( !bHasImage )
oEditor.FCKSelection.SelectNode( oImage ) ;
 
oLink = oEditor.FCK.CreateLink( sLnkUrl )[0] ;
oLink = oEditor.FCK.CreateLink( sLnkUrl ) ;
 
if ( !bHasImage )
{
262,7 → 211,6
}
}
 
SetAttribute( oLink, '_fcksavedurl', sLnkUrl ) ;
SetAttribute( oLink, 'target', GetE('cmbLnkTarget').value ) ;
}
 
271,14 → 219,13
 
function UpdateImage( e, skipId )
{
e.src = GetE('txtUrl').value ;
SetAttribute( e, "_fcksavedurl", GetE('txtUrl').value ) ;
SetAttribute( e, "alt" , GetE('txtAlt').value ) ;
SetAttribute( e, "width" , GetE('txtWidth').value ) ;
SetAttribute( e, "height", GetE('txtHeight').value ) ;
SetAttribute( e, "vspace", GetE('txtVSpace').value ) ;
SetAttribute( e, "hspace", GetE('txtHSpace').value ) ;
SetAttribute( e, "border", GetE('txtBorder').value ) ;
e.src = GetE('txtUrl').value ;
SetAttribute( e, "alt" , GetE('txtAlt').value ) ;
SetAttribute( e, "width" , GetE('txtWidth').value ) ;
SetAttribute( e, "height", GetE('txtHeight').value ) ;
SetAttribute( e, "vspace", GetE('txtVSpace').value ) ;
SetAttribute( e, "hspace", GetE('txtHSpace').value ) ;
SetAttribute( e, "border", GetE('txtBorder').value ) ;
SetAttribute( e, "align" , GetE('cmbAlign').value ) ;
 
// Advances Attributes
289,51 → 236,29
SetAttribute( e, 'dir' , GetE('cmbAttLangDir').value ) ;
SetAttribute( e, 'lang' , GetE('txtAttLangCode').value ) ;
SetAttribute( e, 'title' , GetE('txtAttTitle').value ) ;
SetAttribute( e, 'class' , GetE('txtAttClasses').value ) ;
SetAttribute( e, 'longDesc' , GetE('txtLongDesc').value ) ;
 
if ( oEditor.FCKBrowserInfo.IsIE )
{
e.className = GetE('txtAttClasses').value ;
e.style.cssText = GetE('txtAttStyle').value ;
}
else
{
SetAttribute( e, 'class' , GetE('txtAttClasses').value ) ;
SetAttribute( e, 'style', GetE('txtAttStyle').value ) ;
}
}
 
var eImgPreview ;
var eImgPreviewLink ;
 
function SetPreviewElements( imageElement, linkElement )
{
eImgPreview = imageElement ;
eImgPreviewLink = linkElement ;
 
UpdatePreview() ;
UpdateOriginal() ;
 
bPreviewInitialized = true ;
}
 
function UpdatePreview()
{
if ( !eImgPreview || !eImgPreviewLink )
return ;
 
if ( GetE('txtUrl').value.length == 0 )
eImgPreviewLink.style.display = 'none' ;
GetE('lnkPreview').style.display = 'none' ;
else
{
UpdateImage( eImgPreview, true ) ;
UpdateImage( GetE('imgPreview'), true ) ;
 
if ( GetE('txtLnkUrl').value.Trim().length > 0 )
eImgPreviewLink.href = 'javascript:void(null);' ;
if ( GetE('txtLnkUrl').value.trim().length > 0 )
GetE('lnkPreview').href = 'javascript:void(null);' ;
else
SetAttribute( eImgPreviewLink, 'href', '' ) ;
SetAttribute( GetE('lnkPreview'), 'href', '' ) ;
 
eImgPreviewLink.style.display = '' ;
GetE('lnkPreview').style.display = '' ;
}
}
 
354,48 → 279,38
}
}
 
// Fired when the width or height input texts change
function OnSizeChanged( dimension, value )
{
// Verifies if the aspect ration has to be maintained
if ( oImageOriginal && bLockRatio )
{
var e = dimension == 'Width' ? GetE('txtHeight') : GetE('txtWidth') ;
 
if ( value.length == 0 || isNaN( value ) )
{
e.value = '' ;
return ;
}
 
if ( dimension == 'Width' )
value = value == 0 ? 0 : Math.round( oImageOriginal.height * ( value / oImageOriginal.width ) ) ;
else
value = value == 0 ? 0 : Math.round( oImageOriginal.width * ( value / oImageOriginal.height ) ) ;
 
if ( !isNaN( value ) )
e.value = value ;
}
 
UpdatePreview() ;
// Fired when the width or height input texts change
function OnSizeChanged( dimension, value )
{
// Verifies if the aspect ration has to be mantained
if ( oImageOriginal && bLockRatio )
{
if ( value.length == 0 || isNaN( value ) )
{
GetE('txtHeight').value = GetE('txtWidth').value = '' ;
return ;
}
 
if ( dimension == 'Width' )
GetE('txtHeight').value = Math.round( oImageOriginal.height * ( value / oImageOriginal.width ) ) ;
else
GetE('txtWidth').value = Math.round( oImageOriginal.width * ( value / oImageOriginal.height ) ) ;
}
 
UpdatePreview() ;
}
 
// Fired when the Reset Size button is clicked
function ResetSizes()
{
if ( ! oImageOriginal ) return ;
if ( oEditor.FCKBrowserInfo.IsGecko && !oImageOriginal.complete )
{
setTimeout( ResetSizes, 50 ) ;
return ;
}
 
GetE('txtWidth').value = oImageOriginal.width ;
GetE('txtHeight').value = oImageOriginal.height ;
 
UpdatePreview() ;
}
 
// Fired when the Reset Size button is clicked
function ResetSizes()
{
if ( ! oImageOriginal ) return ;
 
GetE('txtWidth').value = oImageOriginal.width ;
GetE('txtHeight').value = oImageOriginal.height ;
 
UpdatePreview() ;
}
 
function BrowseServer()
{
OpenServerBrowser(
417,7 → 332,17
function OpenServerBrowser( type, url, width, height )
{
sActualBrowser = type ;
OpenFileBrowser( url, width, height ) ;
 
var iLeft = (screen.width - width) / 2 ;
var iTop = (screen.height - height) / 2 ;
 
var sOptions = "toolbar=no,status=no,resizable=yes,dependent=yes" ;
sOptions += ",width=" + width ;
sOptions += ",height=" + height ;
sOptions += ",left=" + iLeft ;
sOptions += ",top=" + iTop ;
 
var oWindow = window.open( url, "FCKBrowseWindow", sOptions ) ;
}
 
var sActualBrowser ;
441,72 → 366,4
UpdatePreview() ;
UpdateOriginal( true ) ;
}
 
dialog.SetSelectedTab( 'Info' ) ;
}
 
function OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg )
{
// Remove animation
window.parent.Throbber.Hide() ;
GetE( 'divUpload' ).style.display = '' ;
 
switch ( errorNumber )
{
case 0 : // No errors
alert( 'Your file has been successfully uploaded' ) ;
break ;
case 1 : // Custom error
alert( customMsg ) ;
return ;
case 101 : // Custom warning
alert( customMsg ) ;
break ;
case 201 :
alert( 'A file with the same name is already available. The uploaded file has been renamed to "' + fileName + '"' ) ;
break ;
case 202 :
alert( 'Invalid file type' ) ;
return ;
case 203 :
alert( "Security error. You probably don't have enough permissions to upload. Please check your server." ) ;
return ;
case 500 :
alert( 'The connector is disabled' ) ;
break ;
default :
alert( 'Error on file upload. Error number: ' + errorNumber ) ;
return ;
}
 
sActualBrowser = '' ;
SetUrl( fileUrl ) ;
GetE('frmUpload').reset() ;
}
 
var oUploadAllowedExtRegex = new RegExp( FCKConfig.ImageUploadAllowedExtensions, 'i' ) ;
var oUploadDeniedExtRegex = new RegExp( FCKConfig.ImageUploadDeniedExtensions, 'i' ) ;
 
function CheckUpload()
{
var sFile = GetE('txtUploadFile').value ;
 
if ( sFile.length == 0 )
{
alert( 'Please select a file to upload' ) ;
return false ;
}
 
if ( ( FCKConfig.ImageUploadAllowedExtensions.length > 0 && !oUploadAllowedExtRegex.test( sFile ) ) ||
( FCKConfig.ImageUploadDeniedExtensions.length > 0 && oUploadDeniedExtRegex.test( sFile ) ) )
{
OnUploadCompleted( 202 ) ;
return false ;
}
 
// Show animation
window.parent.Throbber.Show( 100 ) ;
GetE( 'divUpload' ).style.display = 'none' ;
 
return true ;
}
}
/trunk/api/fckeditor/editor/dialog/fck_find.html
New file
0,0 → 1,160
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_find.html
* "Find" dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
function OnLoad()
{
// Whole word is available on IE only.
if ( oEditor.FCKBrowserInfo.IsIE )
document.getElementById('divWord').style.display = '' ;
 
// First of all, translate the dialog box texts.
oEditor.FCKLanguageManager.TranslatePage( document ) ;
 
window.parent.SetAutoSize( true ) ;
}
 
function btnStat(frm)
{
document.getElementById('btnFind').disabled =
( document.getElementById('txtFind').value.length == 0 ) ;
}
 
function ReplaceTextNodes( parentNode, regex, replaceValue, replaceAll )
{
for ( var i = 0 ; i < parentNode.childNodes.length ; i++ )
{
var oNode = parentNode.childNodes[i] ;
if ( oNode.nodeType == 3 )
{
var sReplaced = oNode.nodeValue.replace( regex, replaceValue ) ;
if ( oNode.nodeValue != sReplaced )
{
oNode.nodeValue = sReplaced ;
if ( ! replaceAll )
return true ;
}
}
else
{
if ( ReplaceTextNodes( oNode, regex, replaceValue ) )
return true ;
}
}
return false ;
}
 
function GetRegexExpr()
{
if ( document.getElementById('chkWord').checked )
var sExpr = '\\b' + document.getElementById('txtFind').value + '\\b' ;
else
var sExpr = document.getElementById('txtFind').value ;
 
return sExpr ;
}
 
function GetCase()
{
return ( document.getElementById('chkCase').checked ? '' : 'i' ) ;
}
 
var oRange = oEditor.FCK.EditorDocument.body.createTextRange() ;
 
function Ok()
{
if ( document.getElementById('txtFind').value.length == 0 )
return ;
 
if ( oEditor.FCKBrowserInfo.IsIE )
FindIE() ;
else
FindGecko() ;
}
 
function FindIE()
{
var iFlags = 0 ;
 
if ( chkCase.checked )
iFlags = iFlags | 4 ;
 
if ( chkWord.checked )
iFlags = iFlags | 2 ;
 
var bFound = oRange.findText( document.getElementById('txtFind').value, 1, iFlags ) ;
 
if ( bFound )
{
oRange.scrollIntoView() ;
oRange.select() ;
oRange.collapse(false) ;
oLastRangeFound = oRange ;
}
else
{
oRange = oEditor.FCK.EditorDocument.body.createTextRange() ;
alert( oEditor.FCKLang.DlgFindNotFoundMsg ) ;
}
}
 
function FindGecko()
{
var bCase = document.getElementById('chkCase').checked ;
var bWord = document.getElementById('chkWord').checked ;
 
// window.find( searchString, caseSensitive, backwards, wrapAround, wholeWord, searchInFrames, showDialog ) ;
oEditor.FCK.EditorWindow.find( document.getElementById('txtFind').value, bCase, false, false, bWord, false, false ) ;
 
}
</script>
</head>
<body onload="OnLoad()" scroll="no" style="OVERFLOW: hidden">
<table cellSpacing="3" cellPadding="2" width="100%" border="0">
<tr>
<td nowrap>
<label for="txtFind" fckLang="DlgReplaceFindLbl">Find what:</label>&nbsp;
</td>
<td width="100%">
<input id="txtFind" onkeyup="btnStat(this.form)" style="WIDTH: 100%" tabIndex="1" type="text">
</td>
<td>
<input id="btnFind" style="WIDTH: 100%; PADDING-RIGHT: 5px; PADDING-LEFT: 5px" disabled
onclick="Ok();" type="button" value="Find" fckLang="DlgFindFindBtn">
</td>
</tr>
<tr>
<td valign="bottom" colSpan="3">
&nbsp;<input id="chkCase" tabIndex="3" type="checkbox"><label for="chkCase" fckLang="DlgReplaceCaseChk">Match
case</label>
<br>
<div id="divWord" style="DISPLAY: none">
&nbsp;<input id="chkWord" tabIndex="4" type="checkbox"><label for="chkWord" fckLang="DlgReplaceWordChk">Match
whole word</label>
</div>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_universalkey.html
New file
0,0 → 1,61
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_universalkey.html
* Unicode Keyboard dialog window.
*
* File Authors:
* Abdul-Aziz Al-Oraij (top7up@hotmail.com)
* Michel Staelens
* Bernadette Cierzniak
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Universal Keyboard</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<link rel="stylesheet" type="text/css" href="fck_universalkey/fck_universalkey.css" />
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
window.onload = function()
{
document.body.style.padding = '0px' ;
 
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
window.parent.SetOkButton( true ) ;
window.parent.SetAutoSize( true ) ;
}
 
function Ok()
{
var oArea = document.getElementById( 'uni_area' ) ;
 
if ( oArea.value.length > 0 )
oEditor.FCK.InsertHtml( oArea.value ) ;
 
return true ;
}
 
</script>
</head>
<body style="OVERFLOW: hidden" scroll="no">
<textarea id="uni_area" cols="40" rows="4" style="width:100%;height:60px;"></textarea>
<script type="text/javascript" src="fck_universalkey/data.js"></script>
<script type="text/javascript" src="fck_universalkey/diacritic.js"></script>
<script type="text/javascript" src="fck_universalkey/dialogue.js"></script>
<script type="text/javascript" src="fck_universalkey/multihexa.js"></script>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
1,153 → 1,153
<html>
<head>
<link rel="stylesheet" type="text/css" href="spellerStyle.css" />
<script type="text/javascript" src="controlWindow.js"></script>
<script type="text/javascript">
var spellerObject;
var controlWindowObj;
 
if( parent.opener ) {
spellerObject = parent.opener.speller;
}
 
function ignore_word() {
if( spellerObject ) {
spellerObject.ignoreWord();
}
}
 
function ignore_all() {
if( spellerObject ) {
spellerObject.ignoreAll();
}
}
 
function replace_word() {
if( spellerObject ) {
spellerObject.replaceWord();
}
}
 
function replace_all() {
if( spellerObject ) {
spellerObject.replaceAll();
}
}
 
function end_spell() {
if( spellerObject ) {
spellerObject.terminateSpell();
}
}
 
function undo() {
if( spellerObject ) {
spellerObject.undo();
}
}
 
function suggText() {
if( controlWindowObj ) {
controlWindowObj.setSuggestedText();
}
}
 
var FCKLang = window.parent.parent.FCKLang ; // by FredCK
 
function init_spell() {
// By FredCK (fckLang attributes have been added to the HTML source of this page)
window.parent.parent.OnSpellerControlsLoad( this ) ;
 
var controlForm = document.spellcheck;
 
// create a new controlWindow object
controlWindowObj = new controlWindow( controlForm );
 
// call the init_spell() function in the parent frameset
if( parent.frames.length ) {
parent.init_spell( controlWindowObj );
} else {
alert( 'This page was loaded outside of a frameset. It might not display properly' );
}
}
 
</script>
</head>
<body class="controlWindowBody" onLoad="init_spell();" style="OVERFLOW: hidden" scroll="no"> <!-- by FredCK -->
<form name="spellcheck">
<table border="0" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td colspan="3" class="normalLabel"><span fckLang="DlgSpellNotInDic">Not in dictionary:</span></td>
</tr>
<tr>
<td colspan="3"><input class="readonlyInput" type="text" name="misword" readonly /></td>
</tr>
<tr>
<td colspan="3" height="5"></td>
</tr>
<tr>
<td class="normalLabel"><span fckLang="DlgSpellChangeTo">Change to:</span></td>
</tr>
<tr valign="top">
<td>
<table border="0" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="normalLabel">
<input class="textDefault" type="text" name="txtsugg" />
</td>
</tr>
<tr>
<td>
<select class="suggSlct" name="sugg" size="7" onChange="suggText();" onDblClick="replace_word();">
<option></option>
</select>
</td>
</tr>
</table>
</td>
<td>&nbsp;&nbsp;</td>
<td>
<table border="0" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<input class="buttonDefault" type="button" fckLang="DlgSpellBtnIgnore" value="Ignore" onClick="ignore_word();">
</td>
<td>&nbsp;&nbsp;</td>
<td>
<input class="buttonDefault" type="button" fckLang="DlgSpellBtnIgnoreAll" value="Ignore All" onClick="ignore_all();">
</td>
</tr>
<tr>
<td colspan="3" height="5"></td>
</tr>
<tr>
<td>
<input class="buttonDefault" type="button" fckLang="DlgSpellBtnReplace" value="Replace" onClick="replace_word();">
</td>
<td>&nbsp;&nbsp;</td>
<td>
<input class="buttonDefault" type="button" fckLang="DlgSpellBtnReplaceAll" value="Replace All" onClick="replace_all();">
</td>
</tr>
<tr>
<td colspan="3" height="5"></td>
</tr>
<tr>
<td>
<input class="buttonDefault" type="button" name="btnUndo" fckLang="DlgSpellBtnUndo" value="Undo" onClick="undo();"
disabled>
</td>
<td>&nbsp;&nbsp;</td>
<td>
<!-- by FredCK
<input class="buttonDefault" type="button" value="Close" onClick="end_spell();">
-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="spellerStyle.css" />
<script src="controlWindow.js"></script>
<script>
var spellerObject;
var controlWindowObj;
 
if( parent.opener ) {
spellerObject = parent.opener.speller;
}
 
function ignore_word() {
if( spellerObject ) {
spellerObject.ignoreWord();
}
}
 
function ignore_all() {
if( spellerObject ) {
spellerObject.ignoreAll();
}
}
 
function replace_word() {
if( spellerObject ) {
spellerObject.replaceWord();
}
}
 
function replace_all() {
if( spellerObject ) {
spellerObject.replaceAll();
}
}
 
function end_spell() {
if( spellerObject ) {
spellerObject.terminateSpell();
}
}
 
function undo() {
if( spellerObject ) {
spellerObject.undo();
}
}
 
function suggText() {
if( controlWindowObj ) {
controlWindowObj.setSuggestedText();
}
}
 
var FCKLang = window.parent.parent.FCKLang ; // by FredCK
 
function init_spell() {
// By FredCK (fckLang attributes have been added to the HTML source of this page)
window.parent.parent.OnSpellerControlsLoad( this ) ;
 
var controlForm = document.spellcheck;
 
// create a new controlWindow object
controlWindowObj = new controlWindow( controlForm );
 
// call the init_spell() function in the parent frameset
if( parent.frames.length ) {
parent.init_spell( controlWindowObj );
} else {
alert( 'This page was loaded outside of a frameset. It might not display properly' );
}
}
 
</script>
</head>
<body class="controlWindowBody" onLoad="init_spell();" style="OVERFLOW: hidden" scroll="no"> <!-- by FredCK -->
<form name="spellcheck">
<table border="0" cellpadding="0" cellspacing="0" border="0" align="center">
<tr>
<td colspan="3" class="normalLabel"><span fckLang="DlgSpellNotInDic">Not in dictionary:</span></td>
</tr>
<tr>
<td colspan="3"><input class="readonlyInput" type="text" name="misword" readonly /></td>
</tr>
<tr>
<td colspan="3" height="5"></td>
</tr>
<tr>
<td class="normalLabel"><span fckLang="DlgSpellChangeTo">Change to:</span></td>
</tr>
<tr valign="top">
<td>
<table border="0" cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="normalLabel">
<input class="textDefault" type="text" name="txtsugg" />
</td>
</tr>
<tr>
<td>
<select class="suggSlct" name="sugg" size="7" onChange="suggText();" onDblClick="replace_word();">
<option></option>
</select>
</td>
</tr>
</table>
</td>
<td>&nbsp;&nbsp;</td>
<td>
<table border="0" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
<input class="buttonDefault" type="button" fckLang="DlgSpellBtnIgnore" value="Ignore" onClick="ignore_word();">
</td>
<td>&nbsp;&nbsp;</td>
<td>
<input class="buttonDefault" type="button" fckLang="DlgSpellBtnIgnoreAll" value="Ignore All" onClick="ignore_all();">
</td>
</tr>
<tr>
<td colspan="3" height="5"></td>
</tr>
<tr>
<td>
<input class="buttonDefault" type="button" fckLang="DlgSpellBtnReplace" value="Replace" onClick="replace_word();">
</td>
<td>&nbsp;&nbsp;</td>
<td>
<input class="buttonDefault" type="button" fckLang="DlgSpellBtnReplaceAll" value="Replace All" onClick="replace_all();">
</td>
</tr>
<tr>
<td colspan="3" height="5"></td>
</tr>
<tr>
<td>
<input class="buttonDefault" type="button" name="btnUndo" fckLang="DlgSpellBtnUndo" value="Undo" onClick="undo();"
disabled>
</td>
<td>&nbsp;&nbsp;</td>
<td>
<!-- by FredCK
<input class="buttonDefault" type="button" value="Close" onClick="end_spell();">
-->
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
1,71 → 1,71
 
<script>
 
var wordWindow = null;
var controlWindow = null;
 
function init_spell( spellerWindow ) {
 
if( spellerWindow ) {
if( spellerWindow.windowType == "wordWindow" ) {
wordWindow = spellerWindow;
} else if ( spellerWindow.windowType == "controlWindow" ) {
controlWindow = spellerWindow;
}
}
 
if( controlWindow && wordWindow ) {
// populate the speller object and start it off!
var speller = opener.speller;
wordWindow.speller = speller;
speller.startCheck( wordWindow, controlWindow );
}
}
 
// encodeForPost
function encodeForPost( str ) {
var s = new String( str );
s = encodeURIComponent( s );
// additionally encode single quotes to evade any PHP
// magic_quotes_gpc setting (it inserts escape characters and
// therefore skews the btye positions of misspelled words)
return s.replace( /\'/g, '%27' );
}
 
// post the text area data to the script that populates the speller
function postWords() {
var bodyDoc = window.frames[0].document;
bodyDoc.open();
bodyDoc.write('<html>');
bodyDoc.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">');
bodyDoc.write('<link rel="stylesheet" type="text/css" href="spellerStyle.css"/>');
if (opener) {
var speller = opener.speller;
bodyDoc.write('<body class="normalText" onLoad="document.forms[0].submit();">');
bodyDoc.write('<p>' + window.parent.FCKLang.DlgSpellProgress + '<\/p>'); // by FredCK
bodyDoc.write('<form action="'+speller.spellCheckScript+'" method="post">');
for( var i = 0; i < speller.textInputs.length; i++ ) {
bodyDoc.write('<input type="hidden" name="textinputs[]" value="'+encodeForPost(speller.textInputs[i].value)+'">');
}
bodyDoc.write('<\/form>');
bodyDoc.write('<\/body>');
} else {
bodyDoc.write('<body class="normalText">');
bodyDoc.write('<p><b>This page cannot be displayed<\/b><\/p><p>The window was not opened from another window.<\/p>');
bodyDoc.write('<\/body>');
}
bodyDoc.write('<\/html>');
bodyDoc.close();
}
</script>
 
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<head>
<title>Speller Pages</title>
</head>
<frameset rows="*,201" onLoad="postWords();">
<frame src="blank.html">
<frame src="controls.html">
</frameset>
</html>
 
<script>
 
var wordWindow = null;
var controlWindow = null;
 
function init_spell( spellerWindow ) {
 
if( spellerWindow ) {
if( spellerWindow.windowType == "wordWindow" ) {
wordWindow = spellerWindow;
} else if ( spellerWindow.windowType == "controlWindow" ) {
controlWindow = spellerWindow;
}
}
 
if( controlWindow && wordWindow ) {
// populate the speller object and start it off!
var speller = opener.speller;
wordWindow.speller = speller;
speller.startCheck( wordWindow, controlWindow );
}
}
 
// encodeForPost
function encodeForPost( str ) {
var s = new String( str );
s = encodeURIComponent( s );
// additionally encode single quotes to evade any PHP
// magic_quotes_gpc setting (it inserts escape characters and
// therefore skews the btye positions of misspelled words)
return s.replace( /\'/g, '%27' );
}
 
// post the text area data to the script that populates the speller
function postWords() {
var bodyDoc = window.frames[0].document;
bodyDoc.open();
bodyDoc.write('<html>');
bodyDoc.write('<meta http-equiv="Content-Type" content="text/html; charset=utf-8">');
bodyDoc.write('<link rel="stylesheet" type="text/css" href="spellerStyle.css"/>');
if (opener) {
var speller = opener.speller;
bodyDoc.write('<body class="normalText" onLoad="document.forms[0].submit();">');
bodyDoc.write('<p>' + window.parent.FCKLang.DlgSpellProgress + '</p>'); // by FredCK
bodyDoc.write('<form action="'+speller.spellCheckScript+'" method="post">');
for( var i = 0; i < speller.textInputs.length; i++ ) {
bodyDoc.write('<input type="hidden" name="textinputs[]" value="'+encodeForPost(speller.textInputs[i].value)+'">');
}
bodyDoc.write('</form>');
bodyDoc.write('</body>');
} else {
bodyDoc.write('<body class="normalText">');
bodyDoc.write('<p><b>This page cannot be displayed</b></p><p>The window was not opened from another window.</p>');
bodyDoc.write('</body>');
}
bodyDoc.write('</html>');
bodyDoc.close();
}
</script>
 
<html>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<head>
<title>Speller Pages</title>
</head>
<frameset rows="*,201" onLoad="postWords();">
<frame src="blank.html">
<frame src="controls.html">
</frameset>
</html>
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
1,199 → 1,193
<?php
header('Content-type: text/html; charset=utf-8');
 
// The following variables values must reflect your installation needs.
 
$aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"'; // by FredCK (for Windows)
//$aspell_prog = 'aspell'; // by FredCK (for Linux)
 
$lang = 'en_US';
$aspell_opts = "-a --lang=$lang --encoding=utf-8 -H --rem-sgml-check=alt"; // by FredCK
 
$tempfiledir = "./";
 
$spellercss = '../spellerStyle.css'; // by FredCK
$word_win_src = '../wordWindow.js'; // by FredCK
 
$textinputs = $_POST['textinputs']; # array
$input_separator = "A";
 
# set the JavaScript variable to the submitted text.
# textinputs is an array, each element corresponding to the (url-encoded)
# value of the text control submitted for spell-checking
function print_textinputs_var() {
global $textinputs;
foreach( $textinputs as $key=>$val ) {
# $val = str_replace( "'", "%27", $val );
echo "textinputs[$key] = decodeURIComponent(\"" . $val . "\");\n";
}
}
 
# make declarations for the text input index
function print_textindex_decl( $text_input_idx ) {
echo "words[$text_input_idx] = [];\n";
echo "suggs[$text_input_idx] = [];\n";
}
 
# set an element of the JavaScript 'words' array to a misspelled word
function print_words_elem( $word, $index, $text_input_idx ) {
echo "words[$text_input_idx][$index] = '" . escape_quote( $word ) . "';\n";
}
 
 
# set an element of the JavaScript 'suggs' array to a list of suggestions
function print_suggs_elem( $suggs, $index, $text_input_idx ) {
echo "suggs[$text_input_idx][$index] = [";
foreach( $suggs as $key=>$val ) {
if( $val ) {
echo "'" . escape_quote( $val ) . "'";
if ( $key+1 < count( $suggs )) {
echo ", ";
}
}
}
echo "];\n";
}
 
# escape single quote
function escape_quote( $str ) {
return preg_replace ( "/'/", "\\'", $str );
}
 
 
# handle a server-side error.
function error_handler( $err ) {
echo "error = '" . preg_replace( "/['\\\\]/", "\\\\$0", $err ) . "';\n";
}
 
## get the list of misspelled words. Put the results in the javascript words array
## for each misspelled word, get suggestions and put in the javascript suggs array
function print_checker_results() {
 
global $aspell_prog;
global $aspell_opts;
global $tempfiledir;
global $textinputs;
global $input_separator;
$aspell_err = "";
# create temp file
$tempfile = tempnam( $tempfiledir, 'aspell_data_' );
 
# open temp file, add the submitted text.
if( $fh = fopen( $tempfile, 'w' )) {
for( $i = 0; $i < count( $textinputs ); $i++ ) {
$text = urldecode( $textinputs[$i] );
 
// Strip all tags for the text. (by FredCK - #339 / #681)
$text = preg_replace( "/<[^>]+>/", " ", $text ) ;
 
$lines = explode( "\n", $text );
fwrite ( $fh, "%\n" ); # exit terse mode
fwrite ( $fh, "^$input_separator\n" );
fwrite ( $fh, "!\n" ); # enter terse mode
foreach( $lines as $key=>$value ) {
# use carat on each line to escape possible aspell commands
fwrite( $fh, "^$value\n" );
}
}
fclose( $fh );
 
# exec aspell command - redirect STDERR to STDOUT
$cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
if( $aspellret = shell_exec( $cmd )) {
$linesout = explode( "\n", $aspellret );
$index = 0;
$text_input_index = -1;
# parse each line of aspell return
foreach( $linesout as $key=>$val ) {
$chardesc = substr( $val, 0, 1 );
# if '&', then not in dictionary but has suggestions
# if '#', then not in dictionary and no suggestions
# if '*', then it is a delimiter between text inputs
# if '@' then version info
if( $chardesc == '&' || $chardesc == '#' ) {
$line = explode( " ", $val, 5 );
print_words_elem( $line[1], $index, $text_input_index );
if( isset( $line[4] )) {
$suggs = explode( ", ", $line[4] );
} else {
$suggs = array();
}
print_suggs_elem( $suggs, $index, $text_input_index );
$index++;
} elseif( $chardesc == '*' ) {
$text_input_index++;
print_textindex_decl( $text_input_index );
$index = 0;
} elseif( $chardesc != '@' && $chardesc != "" ) {
# assume this is error output
$aspell_err .= $val;
}
}
if( $aspell_err ) {
$aspell_err = "Error executing `$cmd`\\n$aspell_err";
error_handler( $aspell_err );
}
} else {
error_handler( "System error: Aspell program execution failed (`$cmd`)" );
}
} else {
error_handler( "System error: Could not open file '$tempfile' for writing" );
}
 
# close temp file, delete file
unlink( $tempfile );
}
 
 
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="<?php echo $spellercss ?>" />
<script language="javascript" src="<?php echo $word_win_src ?>"></script>
<script language="javascript">
var suggs = new Array();
var words = new Array();
var textinputs = new Array();
var error;
<?php
 
print_textinputs_var();
 
print_checker_results();
 
?>
 
var wordWindowObj = new wordWindow();
wordWindowObj.originalSpellings = words;
wordWindowObj.suggestions = suggs;
wordWindowObj.textInputs = textinputs;
 
function init_spell() {
// check if any error occured during server-side processing
if( error ) {
alert( error );
} else {
// call the init_spell() function in the parent frameset
if (parent.frames.length) {
parent.init_spell( wordWindowObj );
} else {
alert('This page was loaded outside of a frameset. It might not display properly');
}
}
}
 
 
 
</script>
 
</head>
<!-- <body onLoad="init_spell();"> by FredCK -->
<body onLoad="init_spell();" bgcolor="#ffffff">
 
<script type="text/javascript">
wordWindowObj.writeBody();
</script>
 
</body>
</html>
<?php
header('Content-type: text/html; charset=utf-8');
 
//$spellercss = '/speller/spellerStyle.css'; // by FredCK
$spellercss = '../spellerStyle.css'; // by FredCK
//$word_win_src = '/speller/wordWindow.js'; // by FredCK
$word_win_src = '../wordWindow.js'; // by FredCK
$textinputs = $_POST['textinputs']; # array
//$aspell_prog = 'aspell'; // by FredCK (for Linux)
$aspell_prog = '"C:\Program Files\Aspell\bin\aspell.exe"'; // by FredCK (for Windows)
$lang = 'en_US';
//$aspell_opts = "-a --lang=$lang --encoding=utf-8"; // by FredCK
$aspell_opts = "-a --lang=$lang --encoding=utf-8 -H"; // by FredCK
$tempfiledir = "./";
$input_separator = "A";
 
# set the JavaScript variable to the submitted text.
# textinputs is an array, each element corresponding to the (url-encoded)
# value of the text control submitted for spell-checking
function print_textinputs_var() {
global $textinputs;
foreach( $textinputs as $key=>$val ) {
# $val = str_replace( "'", "%27", $val );
echo "textinputs[$key] = decodeURIComponent(\"" . $val . "\");\n";
}
}
 
# make declarations for the text input index
function print_textindex_decl( $text_input_idx ) {
echo "words[$text_input_idx] = [];\n";
echo "suggs[$text_input_idx] = [];\n";
}
 
# set an element of the JavaScript 'words' array to a misspelled word
function print_words_elem( $word, $index, $text_input_idx ) {
echo "words[$text_input_idx][$index] = '" . escape_quote( $word ) . "';\n";
}
 
 
# set an element of the JavaScript 'suggs' array to a list of suggestions
function print_suggs_elem( $suggs, $index, $text_input_idx ) {
echo "suggs[$text_input_idx][$index] = [";
foreach( $suggs as $key=>$val ) {
if( $val ) {
echo "'" . escape_quote( $val ) . "'";
if ( $key+1 < count( $suggs )) {
echo ", ";
}
}
}
echo "];\n";
}
 
# escape single quote
function escape_quote( $str ) {
return preg_replace ( "/'/", "\\'", $str );
}
 
 
# handle a server-side error.
function error_handler( $err ) {
echo "error = '" . escape_quote( $err ) . "';\n";
}
 
## get the list of misspelled words. Put the results in the javascript words array
## for each misspelled word, get suggestions and put in the javascript suggs array
function print_checker_results() {
 
global $aspell_prog;
global $aspell_opts;
global $tempfiledir;
global $textinputs;
global $input_separator;
$aspell_err = "";
# create temp file
$tempfile = tempnam( $tempfiledir, 'aspell_data_' );
 
# open temp file, add the submitted text.
if( $fh = fopen( $tempfile, 'w' )) {
for( $i = 0; $i < count( $textinputs ); $i++ ) {
$text = urldecode( $textinputs[$i] );
$lines = explode( "\n", $text );
fwrite ( $fh, "%\n" ); # exit terse mode
fwrite ( $fh, "^$input_separator\n" );
fwrite ( $fh, "!\n" ); # enter terse mode
foreach( $lines as $key=>$value ) {
# use carat on each line to escape possible aspell commands
fwrite( $fh, "^$value\n" );
}
}
fclose( $fh );
 
# exec aspell command - redirect STDERR to STDOUT
$cmd = "$aspell_prog $aspell_opts < $tempfile 2>&1";
if( $aspellret = shell_exec( $cmd )) {
$linesout = explode( "\n", $aspellret );
$index = 0;
$text_input_index = -1;
# parse each line of aspell return
foreach( $linesout as $key=>$val ) {
$chardesc = substr( $val, 0, 1 );
# if '&', then not in dictionary but has suggestions
# if '#', then not in dictionary and no suggestions
# if '*', then it is a delimiter between text inputs
# if '@' then version info
if( $chardesc == '&' || $chardesc == '#' ) {
$line = explode( " ", $val, 5 );
print_words_elem( $line[1], $index, $text_input_index );
if( isset( $line[4] )) {
$suggs = explode( ", ", $line[4] );
} else {
$suggs = array();
}
print_suggs_elem( $suggs, $index, $text_input_index );
$index++;
} elseif( $chardesc == '*' ) {
$text_input_index++;
print_textindex_decl( $text_input_index );
$index = 0;
} elseif( $chardesc != '@' && $chardesc != "" ) {
# assume this is error output
$aspell_err .= $val;
}
}
if( $aspell_err ) {
$aspell_err = "Error executing `$cmd`\\n$aspell_err";
error_handler( $aspell_err );
}
} else {
error_handler( "System error: Aspell program execution failed (`$cmd`)" );
}
} else {
error_handler( "System error: Could not open file '$tempfile' for writing" );
}
 
# close temp file, delete file
unlink( $tempfile );
}
 
 
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="<?php echo $spellercss ?>" />
<script language="javascript" src="<?php echo $word_win_src ?>"></script>
<script language="javascript">
var suggs = new Array();
var words = new Array();
var textinputs = new Array();
var error;
<?php
 
print_textinputs_var();
 
print_checker_results();
 
?>
 
var wordWindowObj = new wordWindow();
wordWindowObj.originalSpellings = words;
wordWindowObj.suggestions = suggs;
wordWindowObj.textInputs = textinputs;
 
function init_spell() {
// check if any error occured during server-side processing
if( error ) {
alert( error );
} else {
// call the init_spell() function in the parent frameset
if (parent.frames.length) {
parent.init_spell( wordWindowObj );
} else {
alert('This page was loaded outside of a frameset. It might not display properly');
}
}
}
 
 
 
</script>
 
</head>
<!-- <body onLoad="init_spell();"> by FredCK -->
<body onLoad="init_spell();" bgcolor="#ffffff">
 
<script type="text/javascript">
wordWindowObj.writeBody();
</script>
 
</body>
</html>
 
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
1,49 → 1,49
.blend {
font-family: courier new;
font-size: 10pt;
border: 0;
margin-bottom:-1;
}
.normalLabel {
font-size:8pt;
}
.normalText {
font-family:arial, helvetica, sans-serif;
font-size:10pt;
color:000000;
background-color:FFFFFF;
}
.plainText {
font-family: courier new, courier, monospace;
font-size: 10pt;
color:000000;
background-color:FFFFFF;
}
.controlWindowBody {
font-family:arial, helvetica, sans-serif;
font-size:8pt;
padding: 7px ; /* by FredCK */
margin: 0px ; /* by FredCK */
/* color:000000; by FredCK */
/* background-color:DADADA; by FredCK */
}
.readonlyInput {
background-color:DADADA;
color:000000;
font-size:8pt;
width:392px;
}
.textDefault {
font-size:8pt;
width: 200px;
}
.buttonDefault {
width:90px;
height:22px;
font-size:8pt;
}
.suggSlct {
width:200px;
margin-top:2;
font-size:8pt;
}
.blend {
font-family: courier new;
font-size: 10pt;
border: 0;
margin-bottom:-1;
}
.normalLabel {
font-size:8pt;
}
.normalText {
font-family:arial, helvetica, sans-serif;
font-size:10pt;
color:000000;
background-color:FFFFFF;
}
.plainText {
font-family: courier new, courier, monospace;
font-size: 10pt;
color:000000;
background-color:FFFFFF;
}
.controlWindowBody {
font-family:arial, helvetica, sans-serif;
font-size:8pt;
padding: 7px ; /* by FredCK */
margin: 0px ; /* by FredCK */
/* color:000000; by FredCK */
/* background-color:DADADA; by FredCK */
}
.readonlyInput {
background-color:DADADA;
color:000000;
font-size:8pt;
width:392px;
}
.textDefault {
font-size:8pt;
width: 200px;
}
.buttonDefault {
width:90px;
height:22px;
font-size:8pt;
}
.suggSlct {
width:200px;
margin-top:2;
font-size:8pt;
}
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
1,272 → 1,271
////////////////////////////////////////////////////
// wordWindow object
////////////////////////////////////////////////////
function wordWindow() {
// private properties
this._forms = [];
 
// private methods
this._getWordObject = _getWordObject;
//this._getSpellerObject = _getSpellerObject;
this._wordInputStr = _wordInputStr;
this._adjustIndexes = _adjustIndexes;
this._isWordChar = _isWordChar;
this._lastPos = _lastPos;
 
// public properties
this.wordChar = /[a-zA-Z]/;
this.windowType = "wordWindow";
this.originalSpellings = new Array();
this.suggestions = new Array();
this.checkWordBgColor = "pink";
this.normWordBgColor = "white";
this.text = "";
this.textInputs = new Array();
this.indexes = new Array();
//this.speller = this._getSpellerObject();
 
// public methods
this.resetForm = resetForm;
this.totalMisspellings = totalMisspellings;
this.totalWords = totalWords;
this.totalPreviousWords = totalPreviousWords;
//this.getTextObjectArray = getTextObjectArray;
this.getTextVal = getTextVal;
this.setFocus = setFocus;
this.removeFocus = removeFocus;
this.setText = setText;
//this.getTotalWords = getTotalWords;
this.writeBody = writeBody;
this.printForHtml = printForHtml;
}
 
function resetForm() {
if( this._forms ) {
for( var i = 0; i < this._forms.length; i++ ) {
this._forms[i].reset();
}
}
return true;
}
 
function totalMisspellings() {
var total_words = 0;
for( var i = 0; i < this.textInputs.length; i++ ) {
total_words += this.totalWords( i );
}
return total_words;
}
 
function totalWords( textIndex ) {
return this.originalSpellings[textIndex].length;
}
 
function totalPreviousWords( textIndex, wordIndex ) {
var total_words = 0;
for( var i = 0; i <= textIndex; i++ ) {
for( var j = 0; j < this.totalWords( i ); j++ ) {
if( i == textIndex && j == wordIndex ) {
break;
} else {
total_words++;
}
}
}
return total_words;
}
 
//function getTextObjectArray() {
// return this._form.elements;
//}
 
function getTextVal( textIndex, wordIndex ) {
var word = this._getWordObject( textIndex, wordIndex );
if( word ) {
return word.value;
}
}
 
function setFocus( textIndex, wordIndex ) {
var word = this._getWordObject( textIndex, wordIndex );
if( word ) {
if( word.type == "text" ) {
word.focus();
word.style.backgroundColor = this.checkWordBgColor;
}
}
}
 
function removeFocus( textIndex, wordIndex ) {
var word = this._getWordObject( textIndex, wordIndex );
if( word ) {
if( word.type == "text" ) {
word.blur();
word.style.backgroundColor = this.normWordBgColor;
}
}
}
 
function setText( textIndex, wordIndex, newText ) {
var word = this._getWordObject( textIndex, wordIndex );
var beginStr;
var endStr;
if( word ) {
var pos = this.indexes[textIndex][wordIndex];
var oldText = word.value;
// update the text given the index of the string
beginStr = this.textInputs[textIndex].substring( 0, pos );
endStr = this.textInputs[textIndex].substring(
pos + oldText.length,
this.textInputs[textIndex].length
);
this.textInputs[textIndex] = beginStr + newText + endStr;
 
// adjust the indexes on the stack given the differences in
// length between the new word and old word.
var lengthDiff = newText.length - oldText.length;
this._adjustIndexes( textIndex, wordIndex, lengthDiff );
 
word.size = newText.length;
word.value = newText;
this.removeFocus( textIndex, wordIndex );
}
}
 
 
function writeBody() {
var d = window.document;
var is_html = false;
 
d.open();
 
// iterate through each text input.
for( var txtid = 0; txtid < this.textInputs.length; txtid++ ) {
var end_idx = 0;
var begin_idx = 0;
d.writeln( '<form name="textInput'+txtid+'">' );
var wordtxt = this.textInputs[txtid];
this.indexes[txtid] = [];
 
if( wordtxt ) {
var orig = this.originalSpellings[txtid];
if( !orig ) break;
 
//!!! plain text, or HTML mode?
d.writeln( '<div class="plainText">' );
// iterate through each occurrence of a misspelled word.
for( var i = 0; i < orig.length; i++ ) {
// find the position of the current misspelled word,
// starting at the last misspelled word.
// and keep looking if it's a substring of another word
do {
begin_idx = wordtxt.indexOf( orig[i], end_idx );
end_idx = begin_idx + orig[i].length;
// word not found? messed up!
if( begin_idx == -1 ) break;
// look at the characters immediately before and after
// the word. If they are word characters we'll keep looking.
var before_char = wordtxt.charAt( begin_idx - 1 );
var after_char = wordtxt.charAt( end_idx );
} while (
this._isWordChar( before_char )
|| this._isWordChar( after_char )
);
 
// keep track of its position in the original text.
this.indexes[txtid][i] = begin_idx;
 
// write out the characters before the current misspelled word
for( var j = this._lastPos( txtid, i ); j < begin_idx; j++ ) {
// !!! html mode? make it html compatible
d.write( this.printForHtml( wordtxt.charAt( j )));
}
 
// write out the misspelled word.
d.write( this._wordInputStr( orig[i] ));
 
// if it's the last word, write out the rest of the text
if( i == orig.length-1 ){
d.write( printForHtml( wordtxt.substr( end_idx )));
}
}
 
d.writeln( '</div>' );
 
}
d.writeln( '</form>' );
}
//for ( var j = 0; j < d.forms.length; j++ ) {
// alert( d.forms[j].name );
// for( var k = 0; k < d.forms[j].elements.length; k++ ) {
// alert( d.forms[j].elements[k].name + ": " + d.forms[j].elements[k].value );
// }
//}
 
// set the _forms property
this._forms = d.forms;
d.close();
}
 
// return the character index in the full text after the last word we evaluated
function _lastPos( txtid, idx ) {
if( idx > 0 )
return this.indexes[txtid][idx-1] + this.originalSpellings[txtid][idx-1].length;
else
return 0;
}
 
function printForHtml( n ) {
return n ; // by FredCK
/*
var htmlstr = n;
if( htmlstr.length == 1 ) {
// do simple case statement if it's just one character
switch ( n ) {
case "\n":
htmlstr = '<br/>';
break;
case "<":
htmlstr = '&lt;';
break;
case ">":
htmlstr = '&gt;';
break;
}
return htmlstr;
} else {
htmlstr = htmlstr.replace( /</g, '&lt' );
htmlstr = htmlstr.replace( />/g, '&gt' );
htmlstr = htmlstr.replace( /\n/g, '<br/>' );
return htmlstr;
}
*/
}
 
function _isWordChar( letter ) {
if( letter.search( this.wordChar ) == -1 ) {
return false;
} else {
return true;
}
}
 
function _getWordObject( textIndex, wordIndex ) {
if( this._forms[textIndex] ) {
if( this._forms[textIndex].elements[wordIndex] ) {
return this._forms[textIndex].elements[wordIndex];
}
}
return null;
}
 
function _wordInputStr( word ) {
var str = '<input readonly ';
str += 'class="blend" type="text" value="' + word + '" size="' + word.length + '">';
return str;
}
 
function _adjustIndexes( textIndex, wordIndex, lengthDiff ) {
for( var i = wordIndex + 1; i < this.originalSpellings[textIndex].length; i++ ) {
this.indexes[textIndex][i] = this.indexes[textIndex][i] + lengthDiff;
}
}
////////////////////////////////////////////////////
// wordWindow object
////////////////////////////////////////////////////
function wordWindow() {
// private properties
this._forms = [];
 
// private methods
this._getWordObject = _getWordObject;
//this._getSpellerObject = _getSpellerObject;
this._wordInputStr = _wordInputStr;
this._adjustIndexes = _adjustIndexes;
this._isWordChar = _isWordChar;
this._lastPos = _lastPos;
// public properties
this.wordChar = /[a-zA-Z]/;
this.windowType = "wordWindow";
this.originalSpellings = new Array();
this.suggestions = new Array();
this.checkWordBgColor = "pink";
this.normWordBgColor = "white";
this.text = "";
this.textInputs = new Array();
this.indexes = new Array();
//this.speller = this._getSpellerObject();
 
// public methods
this.resetForm = resetForm;
this.totalMisspellings = totalMisspellings;
this.totalWords = totalWords;
this.totalPreviousWords = totalPreviousWords;
//this.getTextObjectArray = getTextObjectArray;
this.getTextVal = getTextVal;
this.setFocus = setFocus;
this.removeFocus = removeFocus;
this.setText = setText;
//this.getTotalWords = getTotalWords;
this.writeBody = writeBody;
this.printForHtml = printForHtml;
}
 
function resetForm() {
if( this._forms ) {
for( var i = 0; i < this._forms.length; i++ ) {
this._forms[i].reset();
}
}
return true;
}
 
function totalMisspellings() {
var total_words = 0;
for( var i = 0; i < this.textInputs.length; i++ ) {
total_words += this.totalWords( i );
}
return total_words;
}
 
function totalWords( textIndex ) {
return this.originalSpellings[textIndex].length;
}
 
function totalPreviousWords( textIndex, wordIndex ) {
var total_words = 0;
for( var i = 0; i <= textIndex; i++ ) {
for( var j = 0; j < this.totalWords( i ); j++ ) {
if( i == textIndex && j == wordIndex ) {
break;
} else {
total_words++;
}
}
}
return total_words;
}
 
//function getTextObjectArray() {
// return this._form.elements;
//}
 
function getTextVal( textIndex, wordIndex ) {
var word = this._getWordObject( textIndex, wordIndex );
if( word ) {
return word.value;
}
}
 
function setFocus( textIndex, wordIndex ) {
var word = this._getWordObject( textIndex, wordIndex );
if( word ) {
if( word.type == "text" ) {
word.focus();
word.style.backgroundColor = this.checkWordBgColor;
}
}
}
 
function removeFocus( textIndex, wordIndex ) {
var word = this._getWordObject( textIndex, wordIndex );
if( word ) {
if( word.type == "text" ) {
word.blur();
word.style.backgroundColor = this.normWordBgColor;
}
}
}
 
function setText( textIndex, wordIndex, newText ) {
var word = this._getWordObject( textIndex, wordIndex );
var beginStr;
var endStr;
if( word ) {
var pos = this.indexes[textIndex][wordIndex];
var oldText = word.value;
// update the text given the index of the string
beginStr = this.textInputs[textIndex].substring( 0, pos );
endStr = this.textInputs[textIndex].substring(
pos + oldText.length,
this.textInputs[textIndex].length
);
this.textInputs[textIndex] = beginStr + newText + endStr;
// adjust the indexes on the stack given the differences in
// length between the new word and old word.
var lengthDiff = newText.length - oldText.length;
this._adjustIndexes( textIndex, wordIndex, lengthDiff );
word.size = newText.length;
word.value = newText;
this.removeFocus( textIndex, wordIndex );
}
}
 
 
function writeBody() {
var d = window.document;
var is_html = false;
 
d.open();
 
// iterate through each text input.
for( var txtid = 0; txtid < this.textInputs.length; txtid++ ) {
var end_idx = 0;
var begin_idx = 0;
d.writeln( '<form name="textInput'+txtid+'">' );
var wordtxt = this.textInputs[txtid];
this.indexes[txtid] = [];
 
if( wordtxt ) {
var orig = this.originalSpellings[txtid];
if( !orig ) break;
 
//!!! plain text, or HTML mode?
d.writeln( '<div class="plainText">' );
// iterate through each occurrence of a misspelled word.
for( var i = 0; i < orig.length; i++ ) {
// find the position of the current misspelled word,
// starting at the last misspelled word.
// and keep looking if it's a substring of another word
do {
begin_idx = wordtxt.indexOf( orig[i], end_idx );
end_idx = begin_idx + orig[i].length;
// word not found? messed up!
if( begin_idx == -1 ) break;
// look at the characters immediately before and after
// the word. If they are word characters we'll keep looking.
var before_char = wordtxt.charAt( begin_idx - 1 );
var after_char = wordtxt.charAt( end_idx );
} while (
this._isWordChar( before_char )
|| this._isWordChar( after_char )
);
 
// keep track of its position in the original text.
this.indexes[txtid][i] = begin_idx;
 
// write out the characters before the current misspelled word
for( var j = this._lastPos( txtid, i ); j < begin_idx; j++ ) {
// !!! html mode? make it html compatible
d.write( this.printForHtml( wordtxt.charAt( j )));
}
 
// write out the misspelled word.
d.write( this._wordInputStr( orig[i] ));
 
// if it's the last word, write out the rest of the text
if( i == orig.length-1 ){
d.write( printForHtml( wordtxt.substr( end_idx )));
}
}
 
d.writeln( '</div>' );
}
d.writeln( '</form>' );
}
//for ( var j = 0; j < d.forms.length; j++ ) {
// alert( d.forms[j].name );
// for( var k = 0; k < d.forms[j].elements.length; k++ ) {
// alert( d.forms[j].elements[k].name + ": " + d.forms[j].elements[k].value );
// }
//}
// set the _forms property
this._forms = d.forms;
d.close();
}
 
// return the character index in the full text after the last word we evaluated
function _lastPos( txtid, idx ) {
if( idx > 0 )
return this.indexes[txtid][idx-1] + this.originalSpellings[txtid][idx-1].length;
else
return 0;
}
 
function printForHtml( n ) {
return n ; // by FredCK
var htmlstr = n;
if( htmlstr.length == 1 ) {
// do simple case statement if it's just one character
switch ( n ) {
case "\n":
htmlstr = '<br/>';
break;
case "<":
htmlstr = '&lt;';
break;
case ">":
htmlstr = '&gt;';
break;
}
return htmlstr;
} else {
htmlstr = htmlstr.replace( /</g, '&lt' );
htmlstr = htmlstr.replace( />/g, '&gt' );
htmlstr = htmlstr.replace( /\n/g, '<br/>' );
return htmlstr;
}
}
 
function _isWordChar( letter ) {
if( letter.search( this.wordChar ) == -1 ) {
return false;
} else {
return true;
}
}
 
function _getWordObject( textIndex, wordIndex ) {
if( this._forms[textIndex] ) {
if( this._forms[textIndex].elements[wordIndex] ) {
return this._forms[textIndex].elements[wordIndex];
}
}
return null;
}
 
function _wordInputStr( word ) {
var str = '<input readonly ';
str += 'class="blend" type="text" value="' + word + '" size="' + word.length + '">';
return str;
}
 
function _adjustIndexes( textIndex, wordIndex, lengthDiff ) {
for( var i = wordIndex + 1; i < this.originalSpellings[textIndex].length; i++ ) {
this.indexes[textIndex][i] = this.indexes[textIndex][i] + lengthDiff;
}
}
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
1,461 → 1,458
////////////////////////////////////////////////////
// spellChecker.js
//
// spellChecker object
//
// This file is sourced on web pages that have a textarea object to evaluate
// for spelling. It includes the implementation for the spellCheckObject.
//
////////////////////////////////////////////////////
 
 
// constructor
function spellChecker( textObject ) {
 
// public properties - configurable
// this.popUpUrl = '/speller/spellchecker.html'; // by FredCK
this.popUpUrl = 'fck_spellerpages/spellerpages/spellchecker.html'; // by FredCK
this.popUpName = 'spellchecker';
// this.popUpProps = "menu=no,width=440,height=350,top=70,left=120,resizable=yes,status=yes"; // by FredCK
this.popUpProps = null ; // by FredCK
// this.spellCheckScript = '/speller/server-scripts/spellchecker.php'; // by FredCK
//this.spellCheckScript = '/cgi-bin/spellchecker.pl';
 
// values used to keep track of what happened to a word
this.replWordFlag = "R"; // single replace
this.ignrWordFlag = "I"; // single ignore
this.replAllFlag = "RA"; // replace all occurances
this.ignrAllFlag = "IA"; // ignore all occurances
this.fromReplAll = "~RA"; // an occurance of a "replace all" word
this.fromIgnrAll = "~IA"; // an occurance of a "ignore all" word
// properties set at run time
this.wordFlags = new Array();
this.currentTextIndex = 0;
this.currentWordIndex = 0;
this.spellCheckerWin = null;
this.controlWin = null;
this.wordWin = null;
this.textArea = textObject; // deprecated
this.textInputs = arguments;
 
// private methods
this._spellcheck = _spellcheck;
this._getSuggestions = _getSuggestions;
this._setAsIgnored = _setAsIgnored;
this._getTotalReplaced = _getTotalReplaced;
this._setWordText = _setWordText;
this._getFormInputs = _getFormInputs;
 
// public methods
this.openChecker = openChecker;
this.startCheck = startCheck;
this.checkTextBoxes = checkTextBoxes;
this.checkTextAreas = checkTextAreas;
this.spellCheckAll = spellCheckAll;
this.ignoreWord = ignoreWord;
this.ignoreAll = ignoreAll;
this.replaceWord = replaceWord;
this.replaceAll = replaceAll;
this.terminateSpell = terminateSpell;
this.undo = undo;
 
// set the current window's "speller" property to the instance of this class.
// this object can now be referenced by child windows/frames.
window.speller = this;
}
 
// call this method to check all text boxes (and only text boxes) in the HTML document
function checkTextBoxes() {
this.textInputs = this._getFormInputs( "^text$" );
this.openChecker();
}
 
// call this method to check all textareas (and only textareas ) in the HTML document
function checkTextAreas() {
this.textInputs = this._getFormInputs( "^textarea$" );
this.openChecker();
}
 
// call this method to check all text boxes and textareas in the HTML document
function spellCheckAll() {
this.textInputs = this._getFormInputs( "^text(area)?$" );
this.openChecker();
}
 
// call this method to check text boxe(s) and/or textarea(s) that were passed in to the
// object's constructor or to the textInputs property
function openChecker() {
this.spellCheckerWin = window.open( this.popUpUrl, this.popUpName, this.popUpProps );
if( !this.spellCheckerWin.opener ) {
this.spellCheckerWin.opener = window;
}
}
 
function startCheck( wordWindowObj, controlWindowObj ) {
 
// set properties from args
this.wordWin = wordWindowObj;
this.controlWin = controlWindowObj;
 
// reset properties
this.wordWin.resetForm();
this.controlWin.resetForm();
this.currentTextIndex = 0;
this.currentWordIndex = 0;
// initialize the flags to an array - one element for each text input
this.wordFlags = new Array( this.wordWin.textInputs.length );
// each element will be an array that keeps track of each word in the text
for( var i=0; i<this.wordFlags.length; i++ ) {
this.wordFlags[i] = [];
}
 
// start
this._spellcheck();
 
return true;
}
 
function ignoreWord() {
var wi = this.currentWordIndex;
var ti = this.currentTextIndex;
if( !this.wordWin ) {
alert( 'Error: Word frame not available.' );
return false;
}
if( !this.wordWin.getTextVal( ti, wi )) {
alert( 'Error: "Not in dictionary" text is missing.' );
return false;
}
// set as ignored
if( this._setAsIgnored( ti, wi, this.ignrWordFlag )) {
this.currentWordIndex++;
this._spellcheck();
}
return true;
}
 
function ignoreAll() {
var wi = this.currentWordIndex;
var ti = this.currentTextIndex;
if( !this.wordWin ) {
alert( 'Error: Word frame not available.' );
return false;
}
// get the word that is currently being evaluated.
var s_word_to_repl = this.wordWin.getTextVal( ti, wi );
if( !s_word_to_repl ) {
alert( 'Error: "Not in dictionary" text is missing' );
return false;
}
 
// set this word as an "ignore all" word.
this._setAsIgnored( ti, wi, this.ignrAllFlag );
 
// loop through all the words after this word
for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
if(( i == ti && j > wi ) || i > ti ) {
// future word: set as "from ignore all" if
// 1) do not already have a flag and
// 2) have the same value as current word
if(( this.wordWin.getTextVal( i, j ) == s_word_to_repl )
&& ( !this.wordFlags[i][j] )) {
this._setAsIgnored( i, j, this.fromIgnrAll );
}
}
}
}
 
// finally, move on
this.currentWordIndex++;
this._spellcheck();
return true;
}
 
function replaceWord() {
var wi = this.currentWordIndex;
var ti = this.currentTextIndex;
if( !this.wordWin ) {
alert( 'Error: Word frame not available.' );
return false;
}
if( !this.wordWin.getTextVal( ti, wi )) {
alert( 'Error: "Not in dictionary" text is missing' );
return false;
}
if( !this.controlWin.replacementText ) {
return false ;
}
var txt = this.controlWin.replacementText;
if( txt.value ) {
var newspell = new String( txt.value );
if( this._setWordText( ti, wi, newspell, this.replWordFlag )) {
this.currentWordIndex++;
this._spellcheck();
}
}
return true;
}
 
function replaceAll() {
var ti = this.currentTextIndex;
var wi = this.currentWordIndex;
if( !this.wordWin ) {
alert( 'Error: Word frame not available.' );
return false;
}
var s_word_to_repl = this.wordWin.getTextVal( ti, wi );
if( !s_word_to_repl ) {
alert( 'Error: "Not in dictionary" text is missing' );
return false;
}
var txt = this.controlWin.replacementText;
if( !txt.value ) return false;
var newspell = new String( txt.value );
 
// set this word as a "replace all" word.
this._setWordText( ti, wi, newspell, this.replAllFlag );
 
// loop through all the words after this word
for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
if(( i == ti && j > wi ) || i > ti ) {
// future word: set word text to s_word_to_repl if
// 1) do not already have a flag and
// 2) have the same value as s_word_to_repl
if(( this.wordWin.getTextVal( i, j ) == s_word_to_repl )
&& ( !this.wordFlags[i][j] )) {
this._setWordText( i, j, newspell, this.fromReplAll );
}
}
}
}
 
// finally, move on
this.currentWordIndex++;
this._spellcheck();
return true;
}
 
function terminateSpell() {
// called when we have reached the end of the spell checking.
var msg = ""; // by FredCK
var numrepl = this._getTotalReplaced();
if( numrepl == 0 ) {
// see if there were no misspellings to begin with
if( !this.wordWin ) {
msg = "";
} else {
if( this.wordWin.totalMisspellings() ) {
// msg += "No words changed."; // by FredCK
msg += FCKLang.DlgSpellNoChanges ; // by FredCK
} else {
// msg += "No misspellings found."; // by FredCK
msg += FCKLang.DlgSpellNoMispell ; // by FredCK
}
}
} else if( numrepl == 1 ) {
// msg += "One word changed."; // by FredCK
msg += FCKLang.DlgSpellOneChange ; // by FredCK
} else {
// msg += numrepl + " words changed."; // by FredCK
msg += FCKLang.DlgSpellManyChanges.replace( /%1/g, numrepl ) ;
}
if( msg ) {
// msg += "\n"; // by FredCK
alert( msg );
}
 
if( numrepl > 0 ) {
// update the text field(s) on the opener window
for( var i = 0; i < this.textInputs.length; i++ ) {
// this.textArea.value = this.wordWin.text;
if( this.wordWin ) {
if( this.wordWin.textInputs[i] ) {
this.textInputs[i].value = this.wordWin.textInputs[i];
}
}
}
}
 
// return back to the calling window
// this.spellCheckerWin.close(); // by FredCK
if ( typeof( this.OnFinished ) == 'function' ) // by FredCK
this.OnFinished(numrepl) ; // by FredCK
 
return true;
}
 
function undo() {
// skip if this is the first word!
var ti = this.currentTextIndex;
var wi = this.currentWordIndex;
 
if( this.wordWin.totalPreviousWords( ti, wi ) > 0 ) {
this.wordWin.removeFocus( ti, wi );
 
// go back to the last word index that was acted upon
do {
// if the current word index is zero then reset the seed
if( this.currentWordIndex == 0 && this.currentTextIndex > 0 ) {
this.currentTextIndex--;
this.currentWordIndex = this.wordWin.totalWords( this.currentTextIndex )-1;
if( this.currentWordIndex < 0 ) this.currentWordIndex = 0;
} else {
if( this.currentWordIndex > 0 ) {
this.currentWordIndex--;
}
}
} while (
this.wordWin.totalWords( this.currentTextIndex ) == 0
|| this.wordFlags[this.currentTextIndex][this.currentWordIndex] == this.fromIgnrAll
|| this.wordFlags[this.currentTextIndex][this.currentWordIndex] == this.fromReplAll
);
 
var text_idx = this.currentTextIndex;
var idx = this.currentWordIndex;
var preReplSpell = this.wordWin.originalSpellings[text_idx][idx];
 
// if we got back to the first word then set the Undo button back to disabled
if( this.wordWin.totalPreviousWords( text_idx, idx ) == 0 ) {
this.controlWin.disableUndo();
}
 
var i, j, origSpell ;
// examine what happened to this current word.
switch( this.wordFlags[text_idx][idx] ) {
// replace all: go through this and all the future occurances of the word
// and revert them all to the original spelling and clear their flags
case this.replAllFlag :
for( i = text_idx; i < this.wordWin.textInputs.length; i++ ) {
for( j = 0; j < this.wordWin.totalWords( i ); j++ ) {
if(( i == text_idx && j >= idx ) || i > text_idx ) {
origSpell = this.wordWin.originalSpellings[i][j];
if( origSpell == preReplSpell ) {
this._setWordText ( i, j, origSpell, undefined );
}
}
}
}
break;
 
// ignore all: go through all the future occurances of the word
// and clear their flags
case this.ignrAllFlag :
for( i = text_idx; i < this.wordWin.textInputs.length; i++ ) {
for( j = 0; j < this.wordWin.totalWords( i ); j++ ) {
if(( i == text_idx && j >= idx ) || i > text_idx ) {
origSpell = this.wordWin.originalSpellings[i][j];
if( origSpell == preReplSpell ) {
this.wordFlags[i][j] = undefined;
}
}
}
}
break;
 
// replace: revert the word to its original spelling
case this.replWordFlag :
this._setWordText ( text_idx, idx, preReplSpell, undefined );
break;
}
 
// For all four cases, clear the wordFlag of this word. re-start the process
this.wordFlags[text_idx][idx] = undefined;
this._spellcheck();
}
}
 
function _spellcheck() {
var ww = this.wordWin;
 
// check if this is the last word in the current text element
if( this.currentWordIndex == ww.totalWords( this.currentTextIndex) ) {
this.currentTextIndex++;
this.currentWordIndex = 0;
// keep going if we're not yet past the last text element
if( this.currentTextIndex < this.wordWin.textInputs.length ) {
this._spellcheck();
return;
} else {
this.terminateSpell();
return;
}
}
 
// if this is after the first one make sure the Undo button is enabled
if( this.currentWordIndex > 0 ) {
this.controlWin.enableUndo();
}
 
// skip the current word if it has already been worked on
if( this.wordFlags[this.currentTextIndex][this.currentWordIndex] ) {
// increment the global current word index and move on.
this.currentWordIndex++;
this._spellcheck();
} else {
var evalText = ww.getTextVal( this.currentTextIndex, this.currentWordIndex );
if( evalText ) {
this.controlWin.evaluatedText.value = evalText;
ww.setFocus( this.currentTextIndex, this.currentWordIndex );
this._getSuggestions( this.currentTextIndex, this.currentWordIndex );
}
}
}
 
function _getSuggestions( text_num, word_num ) {
this.controlWin.clearSuggestions();
// add suggestion in list for each suggested word.
// get the array of suggested words out of the
// three-dimensional array containing all suggestions.
var a_suggests = this.wordWin.suggestions[text_num][word_num];
if( a_suggests ) {
// got an array of suggestions.
for( var ii = 0; ii < a_suggests.length; ii++ ) {
this.controlWin.addSuggestion( a_suggests[ii] );
}
}
this.controlWin.selectDefaultSuggestion();
}
 
function _setAsIgnored( text_num, word_num, flag ) {
// set the UI
this.wordWin.removeFocus( text_num, word_num );
// do the bookkeeping
this.wordFlags[text_num][word_num] = flag;
return true;
}
 
function _getTotalReplaced() {
var i_replaced = 0;
for( var i = 0; i < this.wordFlags.length; i++ ) {
for( var j = 0; j < this.wordFlags[i].length; j++ ) {
if(( this.wordFlags[i][j] == this.replWordFlag )
|| ( this.wordFlags[i][j] == this.replAllFlag )
|| ( this.wordFlags[i][j] == this.fromReplAll )) {
i_replaced++;
}
}
}
return i_replaced;
}
 
function _setWordText( text_num, word_num, newText, flag ) {
// set the UI and form inputs
this.wordWin.setText( text_num, word_num, newText );
// keep track of what happened to this word:
this.wordFlags[text_num][word_num] = flag;
return true;
}
 
function _getFormInputs( inputPattern ) {
var inputs = new Array();
for( var i = 0; i < document.forms.length; i++ ) {
for( var j = 0; j < document.forms[i].elements.length; j++ ) {
if( document.forms[i].elements[j].type.match( inputPattern )) {
inputs[inputs.length] = document.forms[i].elements[j];
}
}
}
return inputs;
}
////////////////////////////////////////////////////
// spellChecker.js
//
// spellChecker object
//
// This file is sourced on web pages that have a textarea object to evaluate
// for spelling. It includes the implementation for the spellCheckObject.
//
////////////////////////////////////////////////////
 
 
// constructor
function spellChecker( textObject ) {
 
// public properties - configurable
// this.popUpUrl = '/speller/spellchecker.html'; // by FredCK
this.popUpUrl = 'fck_spellerpages/spellerpages/spellchecker.html'; // by FredCK
this.popUpName = 'spellchecker';
// this.popUpProps = "menu=no,width=440,height=350,top=70,left=120,resizable=yes,status=yes"; // by FredCK
this.popUpProps = null ; // by FredCK
// this.spellCheckScript = '/speller/server-scripts/spellchecker.php'; // by FredCK
this.spellCheckScript = 'server-scripts/spellchecker.php'; // by FredCK
//this.spellCheckScript = '/cgi-bin/spellchecker.pl';
 
// values used to keep track of what happened to a word
this.replWordFlag = "R"; // single replace
this.ignrWordFlag = "I"; // single ignore
this.replAllFlag = "RA"; // replace all occurances
this.ignrAllFlag = "IA"; // ignore all occurances
this.fromReplAll = "~RA"; // an occurance of a "replace all" word
this.fromIgnrAll = "~IA"; // an occurance of a "ignore all" word
// properties set at run time
this.wordFlags = new Array();
this.currentTextIndex = 0;
this.currentWordIndex = 0;
this.spellCheckerWin = null;
this.controlWin = null;
this.wordWin = null;
this.textArea = textObject; // deprecated
this.textInputs = arguments;
 
// private methods
this._spellcheck = _spellcheck;
this._getSuggestions = _getSuggestions;
this._setAsIgnored = _setAsIgnored;
this._getTotalReplaced = _getTotalReplaced;
this._setWordText = _setWordText;
this._getFormInputs = _getFormInputs;
 
// public methods
this.openChecker = openChecker;
this.startCheck = startCheck;
this.checkTextBoxes = checkTextBoxes;
this.checkTextAreas = checkTextAreas;
this.spellCheckAll = spellCheckAll;
this.ignoreWord = ignoreWord;
this.ignoreAll = ignoreAll;
this.replaceWord = replaceWord;
this.replaceAll = replaceAll;
this.terminateSpell = terminateSpell;
this.undo = undo;
 
// set the current window's "speller" property to the instance of this class.
// this object can now be referenced by child windows/frames.
window.speller = this;
}
 
// call this method to check all text boxes (and only text boxes) in the HTML document
function checkTextBoxes() {
this.textInputs = this._getFormInputs( "^text$" );
this.openChecker();
}
 
// call this method to check all textareas (and only textareas ) in the HTML document
function checkTextAreas() {
this.textInputs = this._getFormInputs( "^textarea$" );
this.openChecker();
}
 
// call this method to check all text boxes and textareas in the HTML document
function spellCheckAll() {
this.textInputs = this._getFormInputs( "^text(area)?$" );
this.openChecker();
}
 
// call this method to check text boxe(s) and/or textarea(s) that were passed in to the
// object's constructor or to the textInputs property
function openChecker() {
this.spellCheckerWin = window.open( this.popUpUrl, this.popUpName, this.popUpProps );
if( !this.spellCheckerWin.opener ) {
this.spellCheckerWin.opener = window;
}
}
 
function startCheck( wordWindowObj, controlWindowObj ) {
 
// set properties from args
this.wordWin = wordWindowObj;
this.controlWin = controlWindowObj;
// reset properties
this.wordWin.resetForm();
this.controlWin.resetForm();
this.currentTextIndex = 0;
this.currentWordIndex = 0;
// initialize the flags to an array - one element for each text input
this.wordFlags = new Array( this.wordWin.textInputs.length );
// each element will be an array that keeps track of each word in the text
for( var i=0; i<this.wordFlags.length; i++ ) {
this.wordFlags[i] = [];
}
 
// start
this._spellcheck();
return true;
}
 
function ignoreWord() {
var wi = this.currentWordIndex;
var ti = this.currentTextIndex;
if( !this.wordWin ) {
alert( 'Error: Word frame not available.' );
return false;
}
if( !this.wordWin.getTextVal( ti, wi )) {
alert( 'Error: "Not in dictionary" text is missing.' );
return false;
}
// set as ignored
if( this._setAsIgnored( ti, wi, this.ignrWordFlag )) {
this.currentWordIndex++;
this._spellcheck();
}
}
 
function ignoreAll() {
var wi = this.currentWordIndex;
var ti = this.currentTextIndex;
if( !this.wordWin ) {
alert( 'Error: Word frame not available.' );
return false;
}
// get the word that is currently being evaluated.
var s_word_to_repl = this.wordWin.getTextVal( ti, wi );
if( !s_word_to_repl ) {
alert( 'Error: "Not in dictionary" text is missing' );
return false;
}
 
// set this word as an "ignore all" word.
this._setAsIgnored( ti, wi, this.ignrAllFlag );
 
// loop through all the words after this word
for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
if(( i == ti && j > wi ) || i > ti ) {
// future word: set as "from ignore all" if
// 1) do not already have a flag and
// 2) have the same value as current word
if(( this.wordWin.getTextVal( i, j ) == s_word_to_repl )
&& ( !this.wordFlags[i][j] )) {
this._setAsIgnored( i, j, this.fromIgnrAll );
}
}
}
}
 
// finally, move on
this.currentWordIndex++;
this._spellcheck();
}
 
function replaceWord() {
var wi = this.currentWordIndex;
var ti = this.currentTextIndex;
if( !this.wordWin ) {
alert( 'Error: Word frame not available.' );
return false;
}
if( !this.wordWin.getTextVal( ti, wi )) {
alert( 'Error: "Not in dictionary" text is missing' );
return false;
}
if( !this.controlWin.replacementText ) {
return;
}
var txt = this.controlWin.replacementText;
if( txt.value ) {
var newspell = new String( txt.value );
if( this._setWordText( ti, wi, newspell, this.replWordFlag )) {
this.currentWordIndex++;
this._spellcheck();
}
}
}
 
function replaceAll() {
var ti = this.currentTextIndex;
var wi = this.currentWordIndex;
if( !this.wordWin ) {
alert( 'Error: Word frame not available.' );
return false;
}
var s_word_to_repl = this.wordWin.getTextVal( ti, wi );
if( !s_word_to_repl ) {
alert( 'Error: "Not in dictionary" text is missing' );
return false;
}
var txt = this.controlWin.replacementText;
if( !txt.value ) return;
var newspell = new String( txt.value );
 
// set this word as a "replace all" word.
this._setWordText( ti, wi, newspell, this.replAllFlag );
 
// loop through all the words after this word
for( var i = ti; i < this.wordWin.textInputs.length; i++ ) {
for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
if(( i == ti && j > wi ) || i > ti ) {
// future word: set word text to s_word_to_repl if
// 1) do not already have a flag and
// 2) have the same value as s_word_to_repl
if(( this.wordWin.getTextVal( i, j ) == s_word_to_repl )
&& ( !this.wordFlags[i][j] )) {
this._setWordText( i, j, newspell, this.fromReplAll );
}
}
}
}
// finally, move on
this.currentWordIndex++;
this._spellcheck();
}
 
function terminateSpell() {
// called when we have reached the end of the spell checking.
var msg = ""; // by FredCK
var numrepl = this._getTotalReplaced();
if( numrepl == 0 ) {
// see if there were no misspellings to begin with
if( !this.wordWin ) {
msg = "";
} else {
if( this.wordWin.totalMisspellings() ) {
// msg += "No words changed."; // by FredCK
msg += FCKLang.DlgSpellNoChanges ; // by FredCK
} else {
// msg += "No misspellings found."; // by FredCK
msg += FCKLang.DlgSpellNoMispell ; // by FredCK
}
}
} else if( numrepl == 1 ) {
// msg += "One word changed."; // by FredCK
msg += FCKLang.DlgSpellOneChange ; // by FredCK
} else {
// msg += numrepl + " words changed."; // by FredCK
msg += FCKLang.DlgSpellManyChanges.replace( /%1/g, numrepl ) ;
}
if( msg ) {
// msg += "\n"; // by FredCK
alert( msg );
}
 
if( numrepl > 0 ) {
// update the text field(s) on the opener window
for( var i = 0; i < this.textInputs.length; i++ ) {
// this.textArea.value = this.wordWin.text;
if( this.wordWin ) {
if( this.wordWin.textInputs[i] ) {
this.textInputs[i].value = this.wordWin.textInputs[i];
}
}
}
}
 
// return back to the calling window
// this.spellCheckerWin.close(); // by FredCK
if ( typeof( this.OnFinished ) == 'function' ) // by FredCK
this.OnFinished(numrepl) ; // by FredCK
 
return true;
}
 
function undo() {
// skip if this is the first word!
var ti = this.currentTextIndex;
var wi = this.currentWordIndex
if( this.wordWin.totalPreviousWords( ti, wi ) > 0 ) {
this.wordWin.removeFocus( ti, wi );
 
// go back to the last word index that was acted upon
do {
// if the current word index is zero then reset the seed
if( this.currentWordIndex == 0 && this.currentTextIndex > 0 ) {
this.currentTextIndex--;
this.currentWordIndex = this.wordWin.totalWords( this.currentTextIndex )-1;
if( this.currentWordIndex < 0 ) this.currentWordIndex = 0;
} else {
if( this.currentWordIndex > 0 ) {
this.currentWordIndex--;
}
}
} while (
this.wordWin.totalWords( this.currentTextIndex ) == 0
|| this.wordFlags[this.currentTextIndex][this.currentWordIndex] == this.fromIgnrAll
|| this.wordFlags[this.currentTextIndex][this.currentWordIndex] == this.fromReplAll
);
 
var text_idx = this.currentTextIndex;
var idx = this.currentWordIndex;
var preReplSpell = this.wordWin.originalSpellings[text_idx][idx];
// if we got back to the first word then set the Undo button back to disabled
if( this.wordWin.totalPreviousWords( text_idx, idx ) == 0 ) {
this.controlWin.disableUndo();
}
// examine what happened to this current word.
switch( this.wordFlags[text_idx][idx] ) {
// replace all: go through this and all the future occurances of the word
// and revert them all to the original spelling and clear their flags
case this.replAllFlag :
for( var i = text_idx; i < this.wordWin.textInputs.length; i++ ) {
for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
if(( i == text_idx && j >= idx ) || i > text_idx ) {
var origSpell = this.wordWin.originalSpellings[i][j];
if( origSpell == preReplSpell ) {
this._setWordText ( i, j, origSpell, undefined );
}
}
}
}
break;
// ignore all: go through all the future occurances of the word
// and clear their flags
case this.ignrAllFlag :
for( var i = text_idx; i < this.wordWin.textInputs.length; i++ ) {
for( var j = 0; j < this.wordWin.totalWords( i ); j++ ) {
if(( i == text_idx && j >= idx ) || i > text_idx ) {
var origSpell = this.wordWin.originalSpellings[i][j];
if( origSpell == preReplSpell ) {
this.wordFlags[i][j] = undefined;
}
}
}
}
break;
// replace: revert the word to its original spelling
case this.replWordFlag :
this._setWordText ( text_idx, idx, preReplSpell, undefined );
break;
}
 
// For all four cases, clear the wordFlag of this word. re-start the process
this.wordFlags[text_idx][idx] = undefined;
this._spellcheck();
}
}
 
function _spellcheck() {
var ww = this.wordWin;
// check if this is the last word in the current text element
if( this.currentWordIndex == ww.totalWords( this.currentTextIndex) ) {
this.currentTextIndex++;
this.currentWordIndex = 0;
// keep going if we're not yet past the last text element
if( this.currentTextIndex < this.wordWin.textInputs.length ) {
this._spellcheck();
return;
} else {
this.terminateSpell();
return;
}
}
// if this is after the first one make sure the Undo button is enabled
if( this.currentWordIndex > 0 ) {
this.controlWin.enableUndo();
}
 
// skip the current word if it has already been worked on
if( this.wordFlags[this.currentTextIndex][this.currentWordIndex] ) {
// increment the global current word index and move on.
this.currentWordIndex++;
this._spellcheck();
} else {
var evalText = ww.getTextVal( this.currentTextIndex, this.currentWordIndex );
if( evalText ) {
this.controlWin.evaluatedText.value = evalText;
ww.setFocus( this.currentTextIndex, this.currentWordIndex );
this._getSuggestions( this.currentTextIndex, this.currentWordIndex );
}
}
}
 
function _getSuggestions( text_num, word_num ) {
this.controlWin.clearSuggestions();
// add suggestion in list for each suggested word.
// get the array of suggested words out of the
// three-dimensional array containing all suggestions.
var a_suggests = this.wordWin.suggestions[text_num][word_num];
if( a_suggests ) {
// got an array of suggestions.
for( var ii = 0; ii < a_suggests.length; ii++ ) {
this.controlWin.addSuggestion( a_suggests[ii] );
}
}
this.controlWin.selectDefaultSuggestion();
}
 
function _setAsIgnored( text_num, word_num, flag ) {
// set the UI
this.wordWin.removeFocus( text_num, word_num );
// do the bookkeeping
this.wordFlags[text_num][word_num] = flag;
return true;
}
 
function _getTotalReplaced() {
var i_replaced = 0;
for( var i = 0; i < this.wordFlags.length; i++ ) {
for( var j = 0; j < this.wordFlags[i].length; j++ ) {
if(( this.wordFlags[i][j] == this.replWordFlag )
|| ( this.wordFlags[i][j] == this.replAllFlag )
|| ( this.wordFlags[i][j] == this.fromReplAll )) {
i_replaced++;
}
}
}
return i_replaced;
}
 
function _setWordText( text_num, word_num, newText, flag ) {
// set the UI and form inputs
this.wordWin.setText( text_num, word_num, newText );
// keep track of what happened to this word:
this.wordFlags[text_num][word_num] = flag;
return true;
}
 
function _getFormInputs( inputPattern ) {
var inputs = new Array();
for( var i = 0; i < document.forms.length; i++ ) {
for( var j = 0; j < document.forms[i].elements.length; j++ ) {
if( document.forms[i].elements[j].type.match( inputPattern )) {
inputs[inputs.length] = document.forms[i].elements[j];
}
}
}
return inputs;
}
 
/trunk/api/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
1,87 → 1,87
////////////////////////////////////////////////////
// controlWindow object
////////////////////////////////////////////////////
function controlWindow( controlForm ) {
// private properties
this._form = controlForm;
 
// public properties
this.windowType = "controlWindow";
// this.noSuggestionSelection = "- No suggestions -"; // by FredCK
this.noSuggestionSelection = FCKLang.DlgSpellNoSuggestions ;
// set up the properties for elements of the given control form
this.suggestionList = this._form.sugg;
this.evaluatedText = this._form.misword;
this.replacementText = this._form.txtsugg;
this.undoButton = this._form.btnUndo;
 
// public methods
this.addSuggestion = addSuggestion;
this.clearSuggestions = clearSuggestions;
this.selectDefaultSuggestion = selectDefaultSuggestion;
this.resetForm = resetForm;
this.setSuggestedText = setSuggestedText;
this.enableUndo = enableUndo;
this.disableUndo = disableUndo;
}
 
function resetForm() {
if( this._form ) {
this._form.reset();
}
}
 
function setSuggestedText() {
var slct = this.suggestionList;
var txt = this.replacementText;
var str = "";
if( (slct.options[0].text) && slct.options[0].text != this.noSuggestionSelection ) {
str = slct.options[slct.selectedIndex].text;
}
txt.value = str;
}
 
function selectDefaultSuggestion() {
var slct = this.suggestionList;
var txt = this.replacementText;
if( slct.options.length == 0 ) {
this.addSuggestion( this.noSuggestionSelection );
} else {
slct.options[0].selected = true;
}
this.setSuggestedText();
}
 
function addSuggestion( sugg_text ) {
var slct = this.suggestionList;
if( sugg_text ) {
var i = slct.options.length;
var newOption = new Option( sugg_text, 'sugg_text'+i );
slct.options[i] = newOption;
}
}
 
function clearSuggestions() {
var slct = this.suggestionList;
for( var j = slct.length - 1; j > -1; j-- ) {
if( slct.options[j] ) {
slct.options[j] = null;
}
}
}
 
function enableUndo() {
if( this.undoButton ) {
if( this.undoButton.disabled == true ) {
this.undoButton.disabled = false;
}
}
}
 
function disableUndo() {
if( this.undoButton ) {
if( this.undoButton.disabled == false ) {
this.undoButton.disabled = true;
}
}
}
////////////////////////////////////////////////////
// controlWindow object
////////////////////////////////////////////////////
function controlWindow( controlForm ) {
// private properties
this._form = controlForm;
 
// public properties
this.windowType = "controlWindow";
// this.noSuggestionSelection = "- No suggestions -"; // by FredCK
this.noSuggestionSelection = FCKLang.DlgSpellNoSuggestions ;
// set up the properties for elements of the given control form
this.suggestionList = this._form.sugg;
this.evaluatedText = this._form.misword;
this.replacementText = this._form.txtsugg;
this.undoButton = this._form.btnUndo;
 
// public methods
this.addSuggestion = addSuggestion;
this.clearSuggestions = clearSuggestions;
this.selectDefaultSuggestion = selectDefaultSuggestion;
this.resetForm = resetForm;
this.setSuggestedText = setSuggestedText;
this.enableUndo = enableUndo;
this.disableUndo = disableUndo;
}
 
function resetForm() {
if( this._form ) {
this._form.reset();
}
}
 
function setSuggestedText() {
var slct = this.suggestionList;
var txt = this.replacementText;
var str = "";
if( (slct.options[0].text) && slct.options[0].text != this.noSuggestionSelection ) {
str = slct.options[slct.selectedIndex].text;
}
txt.value = str;
}
 
function selectDefaultSuggestion() {
var slct = this.suggestionList;
var txt = this.replacementText;
if( slct.options.length == 0 ) {
this.addSuggestion( this.noSuggestionSelection );
} else {
slct.options[0].selected = true;
}
this.setSuggestedText();
}
 
function addSuggestion( sugg_text ) {
var slct = this.suggestionList;
if( sugg_text ) {
var i = slct.options.length;
var newOption = new Option( sugg_text, 'sugg_text'+i );
slct.options[i] = newOption;
}
}
 
function clearSuggestions() {
var slct = this.suggestionList;
for( var j = slct.length - 1; j > -1; j-- ) {
if( slct.options[j] ) {
slct.options[j] = null;
}
}
}
 
function enableUndo() {
if( this.undoButton ) {
if( this.undoButton.disabled == true ) {
this.undoButton.disabled = false;
}
}
}
 
function disableUndo() {
if( this.undoButton ) {
if( this.undoButton.disabled == false ) {
this.undoButton.disabled = true;
}
}
}
/trunk/api/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
1,113 → 1,107
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Preview shown in the "Document Properties" dialog window.
-->
<html>
<head>
<title>Document Properties - Preview</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<script language="javascript">
 
var eBase = parent.FCK.EditorDocument.getElementsByTagName( 'BASE' ) ;
if ( eBase.length > 0 && eBase[0].href.length > 0 )
{
document.write( '<base href="' + eBase[0].href + '">' ) ;
}
 
window.onload = function()
{
if ( typeof( parent.OnPreviewLoad ) == 'function' )
parent.OnPreviewLoad( window, document.body ) ;
}
 
function SetBaseHRef( baseHref )
{
var eBase = document.createElement( 'BASE' ) ;
eBase.href = baseHref ;
 
var eHead = document.getElementsByTagName( 'HEAD' )[0] ;
eHead.appendChild( eBase ) ;
}
 
function SetLinkColor( color )
{
if ( color && color.length > 0 )
document.getElementById('eLink').style.color = color ;
else
document.getElementById('eLink').style.color = window.document.linkColor ;
}
 
function SetVisitedColor( color )
{
if ( color && color.length > 0 )
document.getElementById('eVisited').style.color = color ;
else
document.getElementById('eVisited').style.color = window.document.vlinkColor ;
}
 
function SetActiveColor( color )
{
if ( color && color.length > 0 )
document.getElementById('eActive').style.color = color ;
else
document.getElementById('eActive').style.color = window.document.alinkColor ;
}
</script>
</head>
<body>
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" valign="middle">
Normal Text
</td>
<td id="eLink" align="center" valign="middle">
<u>Link Text</u>
</td>
</tr>
<tr>
<td id="eVisited" valign="middle" align="center">
<u>Visited Link</u>
</td>
<td id="eActive" valign="middle" align="center">
<u>Active Link</u>
</td>
</tr>
</table>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_document_preview.html
* Preview shown in the "Document Properties" dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Document Properties - Preview</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<script language="javascript">
 
var eBase = parent.FCK.EditorDocument.getElementsByTagName( 'BASE' ) ;
if ( eBase.length > 0 && eBase[0].href.length > 0 )
{
document.write( '<base href="' + eBase[0].href + '">' ) ;
}
 
window.onload = function()
{
if ( typeof( parent.OnPreviewLoad ) == 'function' )
parent.OnPreviewLoad( window, document.body ) ;
}
 
function SetBaseHRef( baseHref )
{
var eBase = document.createElement( 'BASE' ) ;
eBase.href = baseHref ;
 
var eHead = document.getElementsByTagName( 'HEAD' )[0] ;
eHead.appendChild( eBase ) ;
}
 
function SetLinkColor( color )
{
if ( color && color.length > 0 )
document.getElementById('eLink').style.color = color ;
else
document.getElementById('eLink').style.color = window.document.linkColor ;
}
 
function SetVisitedColor( color )
{
if ( color && color.length > 0 )
document.getElementById('eVisited').style.color = color ;
else
document.getElementById('eVisited').style.color = window.document.vlinkColor ;
}
 
function SetActiveColor( color )
{
if ( color && color.length > 0 )
document.getElementById('eActive').style.color = color ;
else
document.getElementById('eActive').style.color = window.document.alinkColor ;
}
</script>
</head>
<body>
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="center" valign="middle">
Normal Text
</td>
<td id="eLink" align="center" valign="middle">
<u>Link Text</u>
</td>
</tr>
<tr>
<td id="eVisited" valign="middle" align="center">
<u>Visited Link</u>
</td>
<td id="eActive" valign="middle" align="center">
<u>Active Link</u>
</td>
</tr>
</table>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_docprops.html
1,600 → 1,574
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Link dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="noindex, nofollow" name="robots" />
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig = oEditor.FCKConfig ;
 
//#### Dialog Tabs
 
// Set the dialog tabs.
window.parent.AddTab( 'General' , FCKLang.DlgDocGeneralTab ) ;
window.parent.AddTab( 'Background' , FCKLang.DlgDocBackTab ) ;
window.parent.AddTab( 'Colors' , FCKLang.DlgDocColorsTab ) ;
window.parent.AddTab( 'Meta' , FCKLang.DlgDocMetaTab ) ;
 
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
{
ShowE( 'divGeneral' , ( tabCode == 'General' ) ) ;
ShowE( 'divBackground' , ( tabCode == 'Background' ) ) ;
ShowE( 'divColors' , ( tabCode == 'Colors' ) ) ;
ShowE( 'divMeta' , ( tabCode == 'Meta' ) ) ;
 
ShowE( 'ePreview' , ( tabCode == 'Background' || tabCode == 'Colors' ) ) ;
}
 
//#### Get Base elements from the document: BEGIN
 
// The HTML element of the document.
var oHTML = FCK.EditorDocument.getElementsByTagName('html')[0] ;
 
// The HEAD element of the document.
var oHead = oHTML.getElementsByTagName('head')[0] ;
 
var oBody = FCK.EditorDocument.body ;
 
// This object contains all META tags defined in the document.
var oMetaTags = new Object() ;
 
// Get all META tags defined in the document.
AppendMetaCollection( oMetaTags, oHead.getElementsByTagName('meta') ) ;
AppendMetaCollection( oMetaTags, oHead.getElementsByTagName('fck:meta') ) ;
 
function AppendMetaCollection( targetObject, metaCollection )
{
// Loop throw all METAs and put it in the HashTable.
for ( var i = 0 ; i < metaCollection.length ; i++ )
{
// Try to get the "name" attribute.
var sName = GetAttribute( metaCollection[i], 'name', GetAttribute( metaCollection[i], '___fcktoreplace:name', '' ) ) ;
 
// If no "name", try with the "http-equiv" attribute.
if ( sName.length == 0 )
{
if ( oEditor.FCKBrowserInfo.IsIE )
{
// Get the http-equiv value from the outerHTML.
var oHttpEquivMatch = metaCollection[i].outerHTML.match( oEditor.FCKRegexLib.MetaHttpEquiv ) ;
if ( oHttpEquivMatch )
sName = oHttpEquivMatch[1] ;
}
else
sName = GetAttribute( metaCollection[i], 'http-equiv', '' ) ;
}
 
if ( sName.length > 0 )
targetObject[ sName.toLowerCase() ] = metaCollection[i] ;
}
}
 
//#### END
 
// Set a META tag in the document.
function SetMetadata( name, content, isHttp )
{
if ( content.length == 0 )
{
RemoveMetadata( name ) ;
return ;
}
 
var oMeta = oMetaTags[ name.toLowerCase() ] ;
 
if ( !oMeta )
{
oMeta = oHead.appendChild( FCK.EditorDocument.createElement('META') ) ;
 
if ( isHttp )
SetAttribute( oMeta, 'http-equiv', name ) ;
else
{
// On IE, it is not possible to set the "name" attribute of the META tag.
// So a temporary attribute is used and it is replaced when getting the
// editor's HTML/XHTML value. This is sad, I know :(
if ( oEditor.FCKBrowserInfo.IsIE )
SetAttribute( oMeta, '___fcktoreplace:name', name ) ;
else
SetAttribute( oMeta, 'name', name ) ;
}
 
oMetaTags[ name.toLowerCase() ] = oMeta ;
}
 
SetAttribute( oMeta, 'content', content ) ;
// oMeta.content = content ;
}
 
function RemoveMetadata( name )
{
var oMeta = oMetaTags[ name.toLowerCase() ] ;
 
if ( oMeta && oMeta != null )
{
oMeta.parentNode.removeChild( oMeta ) ;
oMetaTags[ name.toLowerCase() ] = null ;
}
}
 
function GetMetadata( name )
{
var oMeta = oMetaTags[ name.toLowerCase() ] ;
 
if ( oMeta && oMeta != null )
return oMeta.getAttribute( 'content', 2 ) ;
else
return '' ;
}
 
window.onload = function ()
{
// Show/Hide the "Browse Server" button.
GetE('tdBrowse').style.display = oEditor.FCKConfig.ImageBrowser ? "" : "none";
 
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( document ) ;
 
FillFields() ;
 
UpdatePreview() ;
 
// Show the "Ok" button.
window.parent.SetOkButton( true ) ;
 
window.parent.SetAutoSize( true ) ;
}
 
function FillFields()
{
// ### General Info
GetE('txtPageTitle').value = FCK.EditorDocument.title ;
 
GetE('selDirection').value = GetAttribute( oHTML, 'dir', '' ) ;
GetE('txtLang').value = GetAttribute( oHTML, 'xml:lang', GetAttribute( oHTML, 'lang', '' ) ) ; // "xml:lang" takes precedence to "lang".
 
// Character Set Encoding.
// if ( oEditor.FCKBrowserInfo.IsIE )
// var sCharSet = FCK.EditorDocument.charset ;
// else
var sCharSet = GetMetadata( 'Content-Type' ) ;
 
if ( sCharSet != null && sCharSet.length > 0 )
{
// if ( !oEditor.FCKBrowserInfo.IsIE )
sCharSet = sCharSet.match( /[^=]*$/ ) ;
 
GetE('selCharSet').value = sCharSet ;
 
if ( GetE('selCharSet').selectedIndex == -1 )
{
GetE('selCharSet').value = '...' ;
GetE('txtCustomCharSet').value = sCharSet ;
 
CheckOther( GetE('selCharSet'), 'txtCustomCharSet' ) ;
}
}
 
// Document Type.
if ( FCK.DocTypeDeclaration && FCK.DocTypeDeclaration.length > 0 )
{
GetE('selDocType').value = FCK.DocTypeDeclaration ;
 
if ( GetE('selDocType').selectedIndex == -1 )
{
GetE('selDocType').value = '...' ;
GetE('txtDocType').value = FCK.DocTypeDeclaration ;
 
CheckOther( GetE('selDocType'), 'txtDocType' ) ;
}
}
 
// Document Type.
GetE('chkIncXHTMLDecl').checked = ( FCK.XmlDeclaration && FCK.XmlDeclaration.length > 0 ) ;
 
// ### Background
GetE('txtBackColor').value = GetAttribute( oBody, 'bgColor' , '' ) ;
GetE('txtBackImage').value = GetAttribute( oBody, 'background' , '' ) ;
GetE('chkBackNoScroll').checked = ( GetAttribute( oBody, 'bgProperties', '' ).toLowerCase() == 'fixed' ) ;
 
// ### Colors
GetE('txtColorText').value = GetAttribute( oBody, 'text' , '' ) ;
GetE('txtColorLink').value = GetAttribute( oBody, 'link' , '' ) ;
GetE('txtColorVisited').value = GetAttribute( oBody, 'vLink' , '' ) ;
GetE('txtColorActive').value = GetAttribute( oBody, 'aLink' , '' ) ;
 
// ### Margins
GetE('txtMarginTop').value = GetAttribute( oBody, 'topMargin' , '' ) ;
GetE('txtMarginLeft').value = GetAttribute( oBody, 'leftMargin' , '' ) ;
GetE('txtMarginRight').value = GetAttribute( oBody, 'rightMargin' , '' ) ;
GetE('txtMarginBottom').value = GetAttribute( oBody, 'bottomMargin' , '' ) ;
 
// ### Meta Data
GetE('txtMetaKeywords').value = GetMetadata( 'keywords' ) ;
GetE('txtMetaDescription').value = GetMetadata( 'description' ) ;
GetE('txtMetaAuthor').value = GetMetadata( 'author' ) ;
GetE('txtMetaCopyright').value = GetMetadata( 'copyright' ) ;
}
 
// Called when the "Ok" button is clicked.
function Ok()
{
// ### General Info
FCK.EditorDocument.title = GetE('txtPageTitle').value ;
 
var oHTML = FCK.EditorDocument.getElementsByTagName('html')[0] ;
 
SetAttribute( oHTML, 'dir' , GetE('selDirection').value ) ;
SetAttribute( oHTML, 'lang' , GetE('txtLang').value ) ;
SetAttribute( oHTML, 'xml:lang' , GetE('txtLang').value ) ;
 
// Character Set Enconding.
var sCharSet = GetE('selCharSet').value ;
if ( sCharSet == '...' )
sCharSet = GetE('txtCustomCharSet').value ;
 
if ( sCharSet.length > 0 )
sCharSet = 'text/html; charset=' + sCharSet ;
 
// if ( oEditor.FCKBrowserInfo.IsIE )
// FCK.EditorDocument.charset = sCharSet ;
// else
SetMetadata( 'Content-Type', sCharSet, true ) ;
 
// Document Type
var sDocType = GetE('selDocType').value ;
if ( sDocType == '...' )
sDocType = GetE('txtDocType').value ;
 
FCK.DocTypeDeclaration = sDocType ;
 
// XHTML Declarations.
if ( GetE('chkIncXHTMLDecl').checked )
{
if ( sCharSet.length == 0 )
sCharSet = 'utf-8' ;
 
FCK.XmlDeclaration = '<' + '?xml version="1.0" encoding="' + sCharSet + '"?>' ;
 
SetAttribute( oHTML, 'xmlns', 'http://www.w3.org/1999/xhtml' ) ;
}
else
{
FCK.XmlDeclaration = null ;
oHTML.removeAttribute( 'xmlns', 0 ) ;
}
 
// ### Background
SetAttribute( oBody, 'bgcolor' , GetE('txtBackColor').value ) ;
SetAttribute( oBody, 'background' , GetE('txtBackImage').value ) ;
SetAttribute( oBody, 'bgproperties' , GetE('chkBackNoScroll').checked ? 'fixed' : '' ) ;
 
// ### Colors
SetAttribute( oBody, 'text' , GetE('txtColorText').value ) ;
SetAttribute( oBody, 'link' , GetE('txtColorLink').value ) ;
SetAttribute( oBody, 'vlink', GetE('txtColorVisited').value ) ;
SetAttribute( oBody, 'alink', GetE('txtColorActive').value ) ;
 
// ### Margins
SetAttribute( oBody, 'topmargin' , GetE('txtMarginTop').value ) ;
SetAttribute( oBody, 'leftmargin' , GetE('txtMarginLeft').value ) ;
SetAttribute( oBody, 'rightmargin' , GetE('txtMarginRight').value ) ;
SetAttribute( oBody, 'bottommargin' , GetE('txtMarginBottom').value ) ;
 
// ### Meta data
SetMetadata( 'keywords' , GetE('txtMetaKeywords').value ) ;
SetMetadata( 'description' , GetE('txtMetaDescription').value ) ;
SetMetadata( 'author' , GetE('txtMetaAuthor').value ) ;
SetMetadata( 'copyright' , GetE('txtMetaCopyright').value ) ;
 
return true ;
}
 
var bPreviewIsLoaded = false ;
var oPreviewWindow ;
var oPreviewBody ;
 
// Called by the Preview page when loaded.
function OnPreviewLoad( previewWindow, previewBody )
{
oPreviewWindow = previewWindow ;
oPreviewBody = previewBody ;
 
bPreviewIsLoaded = true ;
UpdatePreview() ;
}
 
function UpdatePreview()
{
if ( !bPreviewIsLoaded )
return ;
 
// ### Background
SetAttribute( oPreviewBody, 'bgcolor' , GetE('txtBackColor').value ) ;
SetAttribute( oPreviewBody, 'background' , GetE('txtBackImage').value ) ;
SetAttribute( oPreviewBody, 'bgproperties' , GetE('chkBackNoScroll').checked ? 'fixed' : '' ) ;
 
// ### Colors
SetAttribute( oPreviewBody, 'text', GetE('txtColorText').value ) ;
 
oPreviewWindow.SetLinkColor( GetE('txtColorLink').value ) ;
oPreviewWindow.SetVisitedColor( GetE('txtColorVisited').value ) ;
oPreviewWindow.SetActiveColor( GetE('txtColorActive').value ) ;
}
 
function CheckOther( combo, txtField )
{
var bNotOther = ( combo.value != '...' ) ;
 
GetE(txtField).style.backgroundColor = ( bNotOther ? '#cccccc' : '' ) ;
GetE(txtField).disabled = bNotOther ;
}
 
function SetColor( inputId, color )
{
GetE( inputId ).value = color + '' ;
UpdatePreview() ;
}
 
function SelectBackColor( color ) { SetColor('txtBackColor', color ) ; }
function SelectColorText( color ) { SetColor('txtColorText', color ) ; }
function SelectColorLink( color ) { SetColor('txtColorLink', color ) ; }
function SelectColorVisited( color ) { SetColor('txtColorVisited', color ) ; }
function SelectColorActive( color ) { SetColor('txtColorActive', color ) ; }
 
function SelectColor( wich )
{
switch ( wich )
{
case 'Back' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 410, 320, SelectBackColor, window ) ; return ;
case 'ColorText' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 410, 320, SelectColorText, window ) ; return ;
case 'ColorLink' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 410, 320, SelectColorLink, window ) ; return ;
case 'ColorVisited' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 410, 320, SelectColorVisited, window ) ; return ;
case 'ColorActive' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 410, 320, SelectColorActive, window ) ; return ;
}
}
 
function BrowseServerBack()
{
OpenFileBrowser( FCKConfig.ImageBrowserURL, FCKConfig.ImageBrowserWindowWidth, FCKConfig.ImageBrowserWindowHeight ) ;
}
 
function SetUrl( url )
{
GetE('txtBackImage').value = url ;
UpdatePreview() ;
}
 
</script>
</head>
<body style="overflow: hidden">
<table cellspacing="0" cellpadding="0" width="100%" border="0" style="height: 100%">
<tr>
<td valign="top" style="height: 100%">
<div id="divGeneral">
<span fcklang="DlgDocPageTitle">Page Title</span><br />
<input id="txtPageTitle" style="width: 100%" type="text" />
<br />
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<span fcklang="DlgDocLangDir">Language Direction</span><br />
<select id="selDirection">
<option value="" selected="selected"></option>
<option value="ltr" fcklang="DlgDocLangDirLTR">Left to Right (LTR)</option>
<option value="rtl" fcklang="DlgDocLangDirRTL">Right to Left (RTL)</option>
</select>
</td>
<td>
&nbsp;&nbsp;&nbsp;</td>
<td>
<span fcklang="DlgDocLangCode">Language Code</span><br />
<input id="txtLang" type="text" />
</td>
</tr>
</table>
<br />
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td style="white-space: nowrap">
<span fcklang="DlgDocCharSet">Character Set Encoding</span><br />
<select id="selCharSet" onchange="CheckOther( this, 'txtCustomCharSet' );">
<option value="" selected="selected"></option>
<option value="us-ascii">ASCII</option>
<option fcklang="DlgDocCharSetCE" value="iso-8859-2">Central European</option>
<option fcklang="DlgDocCharSetCT" value="big5">Chinese Traditional (Big5)</option>
<option fcklang="DlgDocCharSetCR" value="iso-8859-5">Cyrillic</option>
<option fcklang="DlgDocCharSetGR" value="iso-8859-7">Greek</option>
<option fcklang="DlgDocCharSetJP" value="iso-2022-jp">Japanese</option>
<option fcklang="DlgDocCharSetKR" value="iso-2022-kr">Korean</option>
<option fcklang="DlgDocCharSetTR" value="iso-8859-9">Turkish</option>
<option fcklang="DlgDocCharSetUN" value="utf-8">Unicode (UTF-8)</option>
<option fcklang="DlgDocCharSetWE" value="iso-8859-1">Western European</option>
<option fcklang="DlgOpOther" value="...">&lt;Other&gt;</option>
</select>
</td>
<td>
&nbsp;&nbsp;&nbsp;</td>
<td width="100%">
<span fcklang="DlgDocCharSetOther">Other Character Set Encoding</span><br />
<input id="txtCustomCharSet" style="width: 100%; background-color: #cccccc" disabled="disabled"
type="text" />
</td>
</tr>
<tr>
<td colspan="3">
&nbsp;</td>
</tr>
<tr>
<td nowrap="nowrap">
<span fcklang="DlgDocDocType">Document Type Heading</span><br />
<select id="selDocType" onchange="CheckOther( this, 'txtDocType' );">
<option value="" selected="selected"></option>
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'>HTML
4.01 Transitional</option>
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'>
HTML 4.01 Strict</option>
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'>
HTML 4.01 Frameset</option>
<option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'>
XHTML 1.0 Transitional</option>
<option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'>
XHTML 1.0 Strict</option>
<option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'>
XHTML 1.0 Frameset</option>
<option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'>
XHTML 1.1</option>
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">'>HTML 3.2</option>
<option value='<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">'>HTML 2.0</option>
<option value="..." fcklang="DlgOpOther">&lt;Other&gt;</option>
</select>
</td>
<td>
</td>
<td width="100%">
<span fcklang="DlgDocDocTypeOther">Other Document Type Heading</span><br />
<input id="txtDocType" style="width: 100%; background-color: #cccccc" disabled="disabled"
type="text" />
</td>
</tr>
</table>
<br />
<input id="chkIncXHTMLDecl" type="checkbox" />
<label for="chkIncXHTMLDecl" fcklang="DlgDocIncXHTML">
Include XHTML Declarations</label>
</div>
<div id="divBackground" style="display: none">
<span fcklang="DlgDocBgColor">Background Color</span><br />
<input id="txtBackColor" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" />&nbsp;<input
id="btnSelBackColor" onclick="SelectColor( 'Back' )" type="button" value="Select..."
fcklang="DlgCellBtnSelect" /><br />
<br />
<span fcklang="DlgDocBgImage">Background Image URL</span><br />
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td width="100%">
<input id="txtBackImage" style="width: 100%" type="text" onchange="UpdatePreview();"
onkeyup="UpdatePreview();" /></td>
<td id="tdBrowse" nowrap="nowrap">
&nbsp;<input id="btnBrowse" onclick="BrowseServerBack();" type="button" fcklang="DlgBtnBrowseServer"
value="Browse Server" /></td>
</tr>
</table>
<input id="chkBackNoScroll" type="checkbox" onclick="UpdatePreview();" />
<label for="chkBackNoScroll" fcklang="DlgDocBgNoScroll">
Nonscrolling Background</label>
</div>
<div id="divColors" style="display: none">
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td>
<span fcklang="DlgDocCText">Text</span><br />
<input id="txtColorText" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><input
onclick="SelectColor( 'ColorText' )" type="button" value="Select..." fcklang="DlgCellBtnSelect" />
<br />
<span fcklang="DlgDocCLink">Link</span><br />
<input id="txtColorLink" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><input
onclick="SelectColor( 'ColorLink' )" type="button" value="Select..." fcklang="DlgCellBtnSelect" />
<br />
<span fcklang="DlgDocCVisited">Visited Link</span><br />
<input id="txtColorVisited" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><input
onclick="SelectColor( 'ColorVisited' )" type="button" value="Select..." fcklang="DlgCellBtnSelect" />
<br />
<span fcklang="DlgDocCActive">Active Link</span><br />
<input id="txtColorActive" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();" /><input
onclick="SelectColor( 'ColorActive' )" type="button" value="Select..." fcklang="DlgCellBtnSelect" />
</td>
<td valign="middle" align="center">
<table cellspacing="2" cellpadding="0" border="0">
<tr>
<td>
<span fcklang="DlgDocMargins">Page Margins</span></td>
</tr>
<tr>
<td style="border: #000000 1px solid; padding: 5px">
<table cellpadding="0" cellspacing="0" border="0" dir="ltr">
<tr>
<td align="center" colspan="3">
<span fcklang="DlgDocMaTop">Top</span><br />
<input id="txtMarginTop" type="text" size="3" />
</td>
</tr>
<tr>
<td align="left">
<span fcklang="DlgDocMaLeft">Left</span><br />
<input id="txtMarginLeft" type="text" size="3" />
</td>
<td>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td align="right">
<span fcklang="DlgDocMaRight">Right</span><br />
<input id="txtMarginRight" type="text" size="3" />
</td>
</tr>
<tr>
<td align="center" colspan="3">
<span fcklang="DlgDocMaBottom">Bottom</span><br />
<input id="txtMarginBottom" type="text" size="3" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="divMeta" style="display: none">
<span fcklang="DlgDocMeIndex">Document Indexing Keywords (comma separated)</span><br />
<textarea id="txtMetaKeywords" style="width: 100%" rows="2" cols="20"></textarea>
<br />
<span fcklang="DlgDocMeDescr">Document Description</span><br />
<textarea id="txtMetaDescription" style="width: 100%" rows="4" cols="20"></textarea>
<br />
<span fcklang="DlgDocMeAuthor">Author</span><br />
<input id="txtMetaAuthor" style="width: 100%" type="text" /><br />
<br />
<span fcklang="DlgDocMeCopy">Copyright</span><br />
<input id="txtMetaCopyright" type="text" style="width: 100%" />
</div>
</td>
</tr>
<tr id="ePreview" style="display: none">
<td>
<span fcklang="DlgDocPreview">Preview</span><br />
<iframe id="frmPreview" src="fck_docprops/fck_document_preview.html" width="100%"
height="100"></iframe>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_docprops.html
* Link dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Document Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script language="javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCK = oEditor.FCK ;
var FCKLang = oEditor.FCKLang ;
var FCKConfig = oEditor.FCKConfig ;
 
//#### Dialog Tabs
 
// Set the dialog tabs.
window.parent.AddTab( 'General' , FCKLang.DlgDocGeneralTab ) ;
window.parent.AddTab( 'Background' , FCKLang.DlgDocBackTab ) ;
window.parent.AddTab( 'Colors' , FCKLang.DlgDocColorsTab ) ;
window.parent.AddTab( 'Meta' , FCKLang.DlgDocMetaTab ) ;
 
// Function called when a dialog tag is selected.
function OnDialogTabChange( tabCode )
{
ShowE( 'divGeneral' , ( tabCode == 'General' ) ) ;
ShowE( 'divBackground' , ( tabCode == 'Background' ) ) ;
ShowE( 'divColors' , ( tabCode == 'Colors' ) ) ;
ShowE( 'divMeta' , ( tabCode == 'Meta' ) ) ;
 
ShowE( 'ePreview' , ( tabCode == 'Background' || tabCode == 'Colors' ) ) ;
}
 
//#### Get Base elements from the document: BEGIN
 
// The HTML element of the document.
var oHTML = FCK.EditorDocument.getElementsByTagName('html')[0] ;
 
// The HEAD element of the document.
var oHead = oHTML.getElementsByTagName('head')[0] ;
 
var oBody = FCK.EditorDocument.body ;
 
// This object contains all META tags defined in the document.
var oMetaTags = new Object() ;
 
// Get all META tags defined in the document.
var aMetas = oHead.getElementsByTagName('meta') ;
 
// Loop throw all METAs and put it in the HashTable.
for ( var i = 0 ; i < aMetas.length ; i++ )
{
// Try to get the "name" attribute.
var sName = GetAttribute( aMetas[i], 'name', GetAttribute( aMetas[i], '___fcktoreplace:name', '' ) ) ;
 
// If no "name", try with the "http-equiv" attribute.
if ( sName.length == 0 )
{
if ( document.all )
{
// Get the http-equiv value from the outerHTML.
var oHttpEquivMatch = aMetas[i].outerHTML.match( oEditor.FCKRegexLib.MetaHttpEquiv ) ;
if ( oHttpEquivMatch )
sName = oHttpEquivMatch[1] ;
}
else
sName = GetAttribute( aMetas[i], 'http-equiv', '' ) ;
}
 
if ( sName.length > 0 )
oMetaTags[ sName.toLowerCase() ] = aMetas[i] ;
}
 
//#### END
 
// Set a META tag in the document.
function SetMetadata( name, content, isHttp )
{
if ( content.length == 0 )
{
RemoveMetadata( name ) ;
return ;
}
 
var oMeta = oMetaTags[ name.toLowerCase() ] ;
 
if ( !oMeta )
{
oMeta = oHead.appendChild( FCK.EditorDocument.createElement('META') ) ;
 
if ( isHttp )
SetAttribute( oMeta, 'http-equiv', name ) ;
else
{
// On IE, it is not possible to set the "name" attribute of the META tag.
// So a temporary attribute is used and it is replaced when getting the
// editor's HTML/XHTML value. This is sad, I know :(
if ( document.all )
SetAttribute( oMeta, '___fcktoreplace:name', name ) ;
else
SetAttribute( oMeta, 'name', name ) ;
}
 
oMetaTags[ name.toLowerCase() ] = oMeta ;
}
 
oMeta.content = content ;
}
 
function RemoveMetadata( name )
{
var oMeta = oMetaTags[ name.toLowerCase() ] ;
 
if ( oMeta && oMeta != null )
{
oMeta.parentNode.removeChild( oMeta ) ;
oMetaTags[ name.toLowerCase() ] = null ;
}
}
 
function GetMetadata( name )
{
var oMeta = oMetaTags[ name.toLowerCase() ] ;
 
if ( oMeta && oMeta != null )
return oMeta.content ;
else
return '' ;
}
 
window.onload = function ()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( document ) ;
 
FillFields() ;
 
UpdatePreview() ;
 
// Show the "Ok" button.
window.parent.SetOkButton( true ) ;
 
window.parent.SetAutoSize( true ) ;
}
 
function FillFields()
{
// ### General Info
GetE('txtPageTitle').value = FCK.EditorDocument.title ;
 
GetE('selDirection').value = GetAttribute( oHTML, 'dir', '' ) ;
GetE('txtLang').value = GetAttribute( oHTML, 'xml:lang', GetAttribute( oHTML, 'lang', '' ) ) ; // "xml:lang" takes precedence to "lang".
 
// Character Set Encoding.
// if ( document.all )
// var sCharSet = FCK.EditorDocument.charset ;
// else
var sCharSet = GetMetadata( 'Content-Type' ) ;
 
if ( sCharSet != null && sCharSet.length > 0 )
{
// if ( !document.all )
sCharSet = sCharSet.match( /[^=]*$/ ) ;
 
GetE('selCharSet').value = sCharSet ;
 
if ( GetE('selCharSet').selectedIndex == -1 )
{
GetE('selCharSet').value = '...' ;
GetE('txtCustomCharSet').value = sCharSet ;
 
CheckOther( GetE('selCharSet'), 'txtCustomCharSet' ) ;
}
}
 
// Document Type.
if ( FCK.DocTypeDeclaration && FCK.DocTypeDeclaration.length > 0 )
{
GetE('selDocType').value = FCK.DocTypeDeclaration ;
 
if ( GetE('selDocType').selectedIndex == -1 )
{
GetE('selDocType').value = '...' ;
GetE('txtDocType').value = FCK.DocTypeDeclaration ;
 
CheckOther( GetE('selDocType'), 'txtDocType' ) ;
}
}
 
// Document Type.
GetE('chkIncXHTMLDecl').checked = ( FCK.XmlDeclaration && FCK.XmlDeclaration.length > 0 ) ;
 
// ### Background
GetE('txtBackColor').value = GetAttribute( oBody, 'bgColor' , '' ) ;
GetE('txtBackImage').value = GetAttribute( oBody, 'background' , '' ) ;
GetE('chkBackNoScroll').checked = ( GetAttribute( oBody, 'bgProperties', '' ).toLowerCase() == 'fixed' ) ;
 
// ### Colors
GetE('txtColorText').value = GetAttribute( oBody, 'text' , '' ) ;
GetE('txtColorLink').value = GetAttribute( oBody, 'link' , '' ) ;
GetE('txtColorVisited').value = GetAttribute( oBody, 'vLink' , '' ) ;
GetE('txtColorActive').value = GetAttribute( oBody, 'aLink' , '' ) ;
 
// ### Margins
GetE('txtMarginTop').value = GetAttribute( oBody, 'topMargin' , '' ) ;
GetE('txtMarginLeft').value = GetAttribute( oBody, 'leftMargin' , '' ) ;
GetE('txtMarginRight').value = GetAttribute( oBody, 'rightMargin' , '' ) ;
GetE('txtMarginBottom').value = GetAttribute( oBody, 'bottomMargin' , '' ) ;
 
// ### Meta Data
GetE('txtMetaKeywords').value = GetMetadata( 'keywords' ) ;
GetE('txtMetaDescription').value = GetMetadata( 'description' ) ;
GetE('txtMetaAuthor').value = GetMetadata( 'author' ) ;
GetE('txtMetaCopyright').value = GetMetadata( 'copyright' ) ;
}
 
// Called when the "Ok" button is clicked.
function Ok()
{
// ### General Info
FCK.EditorDocument.title = GetE('txtPageTitle').value ;
 
var oHTML = FCK.EditorDocument.getElementsByTagName('html')[0] ;
 
SetAttribute( oHTML, 'dir' , GetE('selDirection').value ) ;
SetAttribute( oHTML, 'lang' , GetE('txtLang').value ) ;
SetAttribute( oHTML, 'xml:lang' , GetE('txtLang').value ) ;
 
// Character Set Enconding.
var sCharSet = GetE('selCharSet').value ;
if ( sCharSet == '...' )
sCharSet = GetE('txtCustomCharSet').value ;
 
if ( sCharSet.length > 0 )
sCharSet = 'text/html; charset=' + sCharSet ;
 
// if ( document.all )
// FCK.EditorDocument.charset = sCharSet ;
// else
SetMetadata( 'Content-Type', sCharSet, true ) ;
 
// Document Type
var sDocType = GetE('selDocType').value ;
if ( sDocType == '...' )
sDocType = GetE('txtDocType').value ;
 
FCK.DocTypeDeclaration = sDocType ;
 
// XHTML Declarations.
if ( GetE('chkIncXHTMLDecl').checked )
{
if ( sCharSet.length == 0 )
sCharSet = 'utf-8' ;
 
FCK.XmlDeclaration = '<?xml version="1.0" encoding="' + sCharSet + '"?>' ;
 
SetAttribute( oHTML, 'xmlns', 'http://www.w3.org/1999/xhtml' ) ;
}
else
{
FCK.XmlDeclaration = null ;
oHTML.removeAttribute( 'xmlns', 0 ) ;
}
 
// ### Background
SetAttribute( oBody, 'bgcolor' , GetE('txtBackColor').value ) ;
SetAttribute( oBody, 'background' , GetE('txtBackImage').value ) ;
SetAttribute( oBody, 'bgproperties' , GetE('chkBackNoScroll').checked ? 'fixed' : '' ) ;
 
// ### Colors
SetAttribute( oBody, 'text' , GetE('txtColorText').value ) ;
SetAttribute( oBody, 'link' , GetE('txtColorLink').value ) ;
SetAttribute( oBody, 'vlink', GetE('txtColorVisited').value ) ;
SetAttribute( oBody, 'alink', GetE('txtColorActive').value ) ;
 
// ### Margins
SetAttribute( oBody, 'topmargin' , GetE('txtMarginTop').value ) ;
SetAttribute( oBody, 'leftmargin' , GetE('txtMarginLeft').value ) ;
SetAttribute( oBody, 'rightmargin' , GetE('txtMarginRight').value ) ;
SetAttribute( oBody, 'bottommargin' , GetE('txtMarginBottom').value ) ;
 
// ### Meta data
SetMetadata( 'keywords' , GetE('txtMetaKeywords').value ) ;
SetMetadata( 'description' , GetE('txtMetaDescription').value ) ;
SetMetadata( 'author' , GetE('txtMetaAuthor').value ) ;
SetMetadata( 'copyright' , GetE('txtMetaCopyright').value ) ;
 
return true ;
}
 
var bPreviewIsLoaded = false ;
var oPreviewWindow ;
var oPreviewBody ;
 
// Called by the Preview page when loaded.
function OnPreviewLoad( previewWindow, previewBody )
{
oPreviewWindow = previewWindow ;
oPreviewBody = previewBody ;
 
bPreviewIsLoaded = true ;
UpdatePreview() ;
}
 
function UpdatePreview()
{
if ( !bPreviewIsLoaded )
return ;
 
// ### Background
SetAttribute( oPreviewBody, 'bgcolor' , GetE('txtBackColor').value ) ;
SetAttribute( oPreviewBody, 'background' , GetE('txtBackImage').value ) ;
SetAttribute( oPreviewBody, 'bgproperties' , GetE('chkBackNoScroll').checked ? 'fixed' : '' ) ;
 
// ### Colors
SetAttribute( oPreviewBody, 'text', GetE('txtColorText').value ) ;
 
oPreviewWindow.SetLinkColor( GetE('txtColorLink').value ) ;
oPreviewWindow.SetVisitedColor( GetE('txtColorVisited').value ) ;
oPreviewWindow.SetActiveColor( GetE('txtColorActive').value ) ;
}
 
function CheckOther( combo, txtField )
{
var bNotOther = ( combo.value != '...' ) ;
 
GetE(txtField).style.backgroundColor = ( bNotOther ? '#cccccc' : '' ) ;
GetE(txtField).disabled = bNotOther ;
}
 
function SetColor( inputId, color )
{
GetE( inputId ).value = color + '' ;
UpdatePreview() ;
}
 
function SelectBackColor( color ) { SetColor('txtBackColor', color ) ; }
function SelectColorText( color ) { SetColor('txtColorText', color ) ; }
function SelectColorLink( color ) { SetColor('txtColorLink', color ) ; }
function SelectColorVisited( color ) { SetColor('txtColorVisited', color ) ; }
function SelectColorActive( color ) { SetColor('txtColorActive', color ) ; }
 
function SelectColor( wich )
{
switch ( wich )
{
case 'Back' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, SelectBackColor, window ) ; return ;
case 'ColorText' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, SelectColorText, window ) ; return ;
case 'ColorLink' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, SelectColorLink, window ) ; return ;
case 'ColorVisited' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, SelectColorVisited, window ) ; return ;
case 'ColorActive' : oEditor.FCKDialog.OpenDialog( 'FCKDialog_Color', FCKLang.DlgColorTitle, 'dialog/fck_colorselector.html', 400, 330, SelectColorActive, window ) ; return ;
}
}
 
function BrowseServerBack()
{
var iLeft = (screen.width - FCKConfig.ImageBrowserWindowWidth) / 2 ;
var iTop = (screen.height - FCKConfig.ImageBrowserWindowHeight) / 2 ;
 
var sOptions = "toolbar=no,status=no,resizable=yes,dependent=yes" ;
sOptions += ",width=" + FCKConfig.LinkBrowserWindowWidth ;
sOptions += ",height=" + FCKConfig.LinkBrowserWindowHeight ;
sOptions += ",left=" + iLeft ;
sOptions += ",top=" + iTop ;
 
var oWindow = window.open( FCKConfig.ImageBrowserURL, "FCKBrowseWindow", sOptions ) ;
}
 
function SetUrl( url )
{
GetE('txtBackImage').value = url ;
UpdatePreview() ;
}
 
</script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td vAlign="top" height="100%">
<div id="divGeneral">
<span fckLang="DlgDocPageTitle">Page Title</span><br>
<input id="txtPageTitle" style="WIDTH: 100%" type="text">
<br>
<table cellSpacing="0" cellPadding="0" border="0">
<tr>
<td>
<span fckLang="DlgDocLangDir">Language Direction</span><br>
<select id="selDirection">
<option value="" selected></option>
<option value="ltr" fckLang="DlgDocLangDirLTR">Left to Right (LTR)</option>
<option value="rtl" fckLang="DlgDocLangDirRTL">Right to Left (RTL)</option>
</select>
</td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td>
<span fckLang="DlgDocLangCode">Language Code</span><br>
<input id="txtLang" type="text">
</td>
</tr>
</table>
<br>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td noWrap><span fckLang="DlgDocCharSet">Character Set Encoding</span><br>
<select id="selCharSet" onchange="CheckOther( this, 'txtCustomCharSet' );">
<option value="" selected></option>
<option value="us-ascii">ASCII</option>
<option value="iso-8859-2">Central European</option>
<option value="big5">Chinese Traditional (Big5)</option>
<option value="iso-8859-5">Cyrillic</option>
<option value="iso-8859-7">Greek</option>
<option value="iso-2022-jp">Japanese</option>
<option value="iso-2022-kr">Korean</option>
<option value="iso-8859-9">Turkish</option>
<option value="utf-8">Unicode (UTF-8)</option>
<option value="iso-8859-1">Western European</option>
<option value="..." fckLang="DlgOpOther">&lt;Other&gt;</option>
</select>
</td>
<td>&nbsp;&nbsp;&nbsp;</td>
<td width="100%">
<span fckLang="DlgDocCharSetOther">Other Character Set Encoding</span><br>
<input id="txtCustomCharSet" style="WIDTH: 100%; BACKGROUND-COLOR: #cccccc" disabled type="text">
</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td nowrap>
<span fckLang="DlgDocDocType">Document Type Heading</span><br>
<select id="selDocType" name="selDocType" onchange="CheckOther( this, 'txtDocType' );">
<option value="" selected></option>
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">'>HTML
4.01 Transitional</option>
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">'>HTML
4.01 Strict</option>
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">'>HTML
4.01 Frameset</option>
<option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'>XHTML
1.0 Transitional</option>
<option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">'>XHTML
1.0 Strict</option>
<option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">'>XHTML
1.0 Frameset</option>
<option value='<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">'>XHTML
1.1</option>
<option value='<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">'>HTML 3.2</option>
<option value='<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">'>HTML 2.0</option>
<option value="..." fckLang="DlgOpOther">&lt;Other&gt;</option>
</select>
</td>
<td></td>
<td width="100%">
<span fckLang="DlgDocDocTypeOther">Other Document Type Heading</span><br>
<input id="txtDocType" style="WIDTH: 100%; BACKGROUND-COLOR: #cccccc" disabled type="text">
</td>
</tr>
</table>
<br>
<input id="chkIncXHTMLDecl" type="checkbox"> <label for="chkIncXHTMLDecl" fckLang="DlgDocIncXHTML">Include
XHTML Declarations</label>
</div>
<div id="divBackground" style="DISPLAY: none">
<span fckLang="DlgDocBgColor">Background Color</span><br>
<input id="txtBackColor" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();">&nbsp;<input id="btnSelBackColor" onclick="SelectColor( 'Back' )" type="button" value="Select..."
fckLang="DlgCellBtnSelect"><br>
<br>
<span fckLang="DlgDocBgImage">Background Image URL</span><br>
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td width="100%"><input id="txtBackImage" style="WIDTH: 100%" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();"></td>
<td nowrap>&nbsp;<input id="btnBrowse" onclick="BrowseServerBack();" type="button" fckLang="DlgBtnBrowseServer" value="Browse Server" fckLang="DlgBtnBrowseServer"></td>
</tr>
</table>
<input id="chkBackNoScroll" type="checkbox" onclick="UpdatePreview();"> <label for="chkBackNoScroll" fckLang="DlgDocBgNoScroll">Nonscrolling
Background</label>
</div>
<div id="divColors" style="DISPLAY: none">
<table cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<span fckLang="DlgDocCText">Text</span><br>
<input id="txtColorText" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();"><input onclick="SelectColor( 'ColorText' )" type="button" value="Select..." fckLang="DlgCellBtnSelect">
<br>
<span fckLang="DlgDocCLink">Link</span><br>
<input id="txtColorLink" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();"><input onclick="SelectColor( 'ColorLink' )" type="button" value="Select..." fckLang="DlgCellBtnSelect">
<br>
<span fckLang="DlgDocCVisited">Visited Link</span><br>
<input id="txtColorVisited" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();"><input onclick="SelectColor( 'ColorVisited' )" type="button" value="Select..." fckLang="DlgCellBtnSelect">
<br>
<span fckLang="DlgDocCActive">Active Link</span><br>
<input id="txtColorActive" type="text" onchange="UpdatePreview();" onkeyup="UpdatePreview();"><input onclick="SelectColor( 'ColorActive' )" type="button" value="Select..." fckLang="DlgCellBtnSelect">
</td>
<td valign="middle" align="center">
<table cellspacing="2" cellpadding="0" border="0">
<tr>
<td><span fckLang="DlgDocMargins">Page Margins</span></td>
</tr>
<tr>
<td style="BORDER: #000000 1px solid; PADDING: 5px">
<table cellpadding="0" cellspacing="0" border="0" dir="ltr">
<tr>
<td align="center" colspan="3">
<span fckLang="DlgDocMaTop">Top</span><br>
<input id="txtMarginTop" type="text" size="3">
</td>
</tr>
<tr>
<td align="left">
<span fckLang="DlgDocMaLeft">Left</span><br>
<input id="txtMarginLeft" type="text" size="3">
</td>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
<td align="right">
<span fckLang="DlgDocMaRight">Right</span><BR>
<input id="txtMarginRight" type="text" size="3">
</td>
</tr>
<tr>
<td align="center" colspan="3">
<span fckLang="DlgDocMaBottom">Bottom</span><br>
<input id="txtMarginBottom" type="text" size="3">
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<div id="divMeta" style="DISPLAY: none">
<span fckLang="DlgDocMeIndex">Document Indexing Keywords (comma separated)</span><br>
<textarea id="txtMetaKeywords" style="WIDTH: 100%" rows="2" cols="20"></textarea>
<br>
<span fckLang="DlgDocMeDescr">Document Description</span><br>
<textarea id="txtMetaDescription" style="WIDTH: 100%" rows="4" cols="20"></textarea>
<br>
<span fckLang="DlgDocMeAuthor">Author</span><br>
<input id="txtMetaAuthor" style="WIDTH: 100%" type="text"><br>
<br>
<span fckLang="DlgDocMeCopy">Copyright</span><br>
<input id="txtMetaCopyright" type="text" style="WIDTH: 100%">
</div>
</td>
</tr>
<tr id="ePreview" style="DISPLAY: none">
<td>
<span fckLang="DlgDocPreview">Preview</span><br>
<iframe id="frmPreview" src="fck_docprops/fck_document_preview.html" width="100%" height="100"></iframe>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/dialog/fck_smiley.html
1,111 → 1,88
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Smileys (emoticons) dialog window.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<style type="text/css">
.Hand
{
cursor: pointer;
cursor: hand;
}
</style>
<script src="common/fck_dialog_common.js" type="text/javascript"></script>
<script type="text/javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
 
window.onload = function ()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
 
dialog.SetAutoSize( true ) ;
}
 
function InsertSmiley( url )
{
oEditor.FCKUndo.SaveUndoStep() ;
 
var oImg = oEditor.FCK.InsertElement( 'img' ) ;
oImg.src = url ;
oImg.setAttribute( '_fcksavedurl', url ) ;
 
// For long smileys list, it seams that IE continues loading the images in
// the background when you quickly select one image. so, let's clear
// everything before closing.
document.body.innerHTML = '' ;
 
dialog.Cancel() ;
}
 
function over(td)
{
td.className = 'LightBackground Hand' ;
}
 
function out(td)
{
td.className = 'DarkBackground Hand' ;
}
</script>
</head>
<body style="overflow: hidden">
<table cellpadding="2" cellspacing="2" align="center" border="0" width="100%" height="100%">
<script type="text/javascript">
 
var FCKConfig = oEditor.FCKConfig ;
 
var sBasePath = FCKConfig.SmileyPath ;
var aImages = FCKConfig.SmileyImages ;
var iCols = FCKConfig.SmileyColumns ;
var iColWidth = parseInt( 100 / iCols, 10 ) ;
 
var i = 0 ;
while (i < aImages.length)
{
document.write( '<tr>' ) ;
for(var j = 0 ; j < iCols ; j++)
{
if (aImages[i])
{
var sUrl = sBasePath + aImages[i] ;
document.write( '<td width="' + iColWidth + '%" align="center" class="DarkBackground Hand" onclick="InsertSmiley(\'' + sUrl.replace(/'/g, "\\'" ) + '\')" onmouseover="over(this)" onmouseout="out(this)">' ) ;
document.write( '<img src="' + sUrl + '" border="0" />' ) ;
}
else
document.write( '<td width="' + iColWidth + '%" class="DarkBackground">&nbsp;' ) ;
document.write( '<\/td>' ) ;
i++ ;
}
document.write('<\/tr>') ;
}
 
</script>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_smiley.html
* Smileys (emoticons) dialog window.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<style type="text/css">
.HandIE { cursor: hand ; }
.HandMozilla { cursor: pointer ; }
</style>
<script type="text/javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
 
window.onload = function ()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage(document) ;
}
 
function InsertSmiley( url )
{
var oImg = oEditor.FCK.CreateElement( 'IMG' ) ;
oImg.src = url ;
 
window.parent.Cancel() ;
}
 
function over(td)
{
td.className = 'LightBackground HandIE HandMozilla' ;
}
 
function out(td)
{
td.className = 'DarkBackground HandIE HandMozilla' ;
}
</script>
</head>
<body scroll="no">
<table cellpadding="2" cellspacing="2" align="center" border="0" width="100%" height="100%">
<script type="text/javascript">
<!--
var FCKConfig = oEditor.FCKConfig ;
 
var sBasePath = FCKConfig.SmileyPath ;
var aImages = FCKConfig.SmileyImages ;
var cols = FCKConfig.SmileyColumns ;
 
var i = 0 ;
while (i < aImages.length)
{
document.write("<TR>") ;
for(var j = 0 ; j < cols ; j++)
{
if (aImages[i])
{
var sUrl = sBasePath + aImages[i] ;
document.write("<TD width='1%' align='center' class='DarkBackground HandIE HandMozilla' onclick='InsertSmiley(\"" + sUrl.replace(/"/g, '\\"' ) + "\")' onmouseover='over(this)' onmouseout='out(this)'>") ;
document.write("<img src='" + sUrl + "' border='0'>") ;
}
else
document.write("<TD width='1%' class='DarkBackground'>&nbsp;") ;
document.write("</TD>") ;
i++ ;
}
document.write("</TR>") ;
}
//-->
</script>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/fckeditor.original.html
1,424 → 1,73
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Main page that holds the editor.
-->
<html>
<head>
<title>FCKeditor</title>
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- @Packager.RemoveLine
<meta http-equiv="Cache-Control" content="public">
@Packager.RemoveLine -->
<script type="text/javascript">
 
// #1645: Alert the user if opening FCKeditor in FF3 from local filesystem
// without security.fileuri.strict_origin_policy disabled.
if ( document.location.protocol == 'file:' )
{
try
{
window.parent.document.domain ;
}
catch ( e )
{
window.addEventListener( 'load', function()
{
document.body.innerHTML = '\
<div style="border: 1px red solid; font-family: arial; font-size: 12px; color: red; padding:10px;">\
<p>\
<b>Your browser security settings don\'t allow FCKeditor to be opened from\
the local filesystem.<\/b>\
<\/p>\
<p>\
Please open the <b>about:config<\/b> page and disable the\
&quot;security.fileuri.strict_origin_policy&quot; option; then load this page again.\
<\/p>\
<p>\
Check our <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/FAQ#ff3perms">FAQ<\/a>\
for more information.\
<\/p>\
<\/div>' ;
}, false ) ;
}
}
 
// Save a reference to the default domain.
var FCK_ORIGINAL_DOMAIN ;
 
// Automatically detect the correct document.domain (#123).
(function()
{
var d = FCK_ORIGINAL_DOMAIN = document.domain ;
 
while ( true )
{
// Test if we can access a parent property.
try
{
var test = window.parent.document.domain ;
break ;
}
catch( e ) {}
 
// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
d = d.replace( /.*?(?:\.|$)/, '' ) ;
 
if ( d.length == 0 )
break ; // It was not able to detect the domain.
 
try
{
document.domain = d ;
}
catch (e)
{
break ;
}
}
})() ;
 
// Save a reference to the detected runtime domain.
var FCK_RUNTIME_DOMAIN = document.domain ;
 
var FCK_IS_CUSTOM_DOMAIN = ( FCK_ORIGINAL_DOMAIN != FCK_RUNTIME_DOMAIN ) ;
 
// Instead of loading scripts and CSSs using inline tags, all scripts are
// loaded by code. In this way we can guarantee the correct processing order,
// otherwise external scripts and inline scripts could be executed in an
// unwanted order (IE).
 
function LoadScript( url )
{
document.write( '<scr' + 'ipt type="text/javascript" src="' + url + '"><\/scr' + 'ipt>' ) ;
}
 
// Main editor scripts.
var sSuffix = ( /*@cc_on!@*/false ) ? 'ie' : 'gecko' ;
 
/* @Packager.RemoveLine
LoadScript( 'js/fckeditorcode_' + sSuffix + '.js' ) ;
@Packager.RemoveLine */
// @Packager.Remove.Start
 
LoadScript( '_source/fckconstants.js' ) ;
LoadScript( '_source/fckjscoreextensions.js' ) ;
 
if ( sSuffix == 'ie' )
LoadScript( '_source/classes/fckiecleanup.js' ) ;
 
LoadScript( '_source/internals/fckbrowserinfo.js' ) ;
LoadScript( '_source/internals/fckurlparams.js' ) ;
LoadScript( '_source/classes/fckevents.js' ) ;
LoadScript( '_source/classes/fckdataprocessor.js' ) ;
LoadScript( '_source/internals/fck.js' ) ;
LoadScript( '_source/internals/fck_' + sSuffix + '.js' ) ;
LoadScript( '_source/internals/fckconfig.js' ) ;
 
LoadScript( '_source/internals/fckdebug_empty.js' ) ;
LoadScript( '_source/internals/fckdomtools.js' ) ;
LoadScript( '_source/internals/fcktools.js' ) ;
LoadScript( '_source/internals/fcktools_' + sSuffix + '.js' ) ;
LoadScript( '_source/fckeditorapi.js' ) ;
LoadScript( '_source/classes/fckimagepreloader.js' ) ;
LoadScript( '_source/internals/fckregexlib.js' ) ;
LoadScript( '_source/internals/fcklistslib.js' ) ;
LoadScript( '_source/internals/fcklanguagemanager.js' ) ;
LoadScript( '_source/internals/fckxhtmlentities.js' ) ;
LoadScript( '_source/internals/fckxhtml.js' ) ;
LoadScript( '_source/internals/fckxhtml_' + sSuffix + '.js' ) ;
LoadScript( '_source/internals/fckcodeformatter.js' ) ;
LoadScript( '_source/internals/fckundo.js' ) ;
LoadScript( '_source/classes/fckeditingarea.js' ) ;
LoadScript( '_source/classes/fckkeystrokehandler.js' ) ;
 
LoadScript( 'dtd/fck_xhtml10transitional.js' ) ;
LoadScript( '_source/classes/fckstyle.js' ) ;
LoadScript( '_source/internals/fckstyles.js' ) ;
 
LoadScript( '_source/internals/fcklisthandler.js' ) ;
LoadScript( '_source/classes/fckelementpath.js' ) ;
LoadScript( '_source/classes/fckdomrange.js' ) ;
LoadScript( '_source/classes/fckdocumentfragment_' + sSuffix + '.js' ) ;
LoadScript( '_source/classes/fckw3crange.js' ) ;
LoadScript( '_source/classes/fckdomrange_' + sSuffix + '.js' ) ;
LoadScript( '_source/classes/fckdomrangeiterator.js' ) ;
LoadScript( '_source/classes/fckenterkey.js' ) ;
 
LoadScript( '_source/internals/fckdocumentprocessor.js' ) ;
LoadScript( '_source/internals/fckselection.js' ) ;
LoadScript( '_source/internals/fckselection_' + sSuffix + '.js' ) ;
 
LoadScript( '_source/internals/fcktablehandler.js' ) ;
LoadScript( '_source/internals/fcktablehandler_' + sSuffix + '.js' ) ;
LoadScript( '_source/classes/fckxml.js' ) ;
LoadScript( '_source/classes/fckxml_' + sSuffix + '.js' ) ;
 
LoadScript( '_source/commandclasses/fcknamedcommand.js' ) ;
LoadScript( '_source/commandclasses/fckstylecommand.js' ) ;
LoadScript( '_source/commandclasses/fck_othercommands.js' ) ;
LoadScript( '_source/commandclasses/fckshowblocks.js' ) ;
LoadScript( '_source/commandclasses/fckspellcheckcommand_' + sSuffix + '.js' ) ;
LoadScript( '_source/commandclasses/fcktextcolorcommand.js' ) ;
LoadScript( '_source/commandclasses/fckpasteplaintextcommand.js' ) ;
LoadScript( '_source/commandclasses/fckpastewordcommand.js' ) ;
LoadScript( '_source/commandclasses/fcktablecommand.js' ) ;
LoadScript( '_source/commandclasses/fckfitwindow.js' ) ;
LoadScript( '_source/commandclasses/fcklistcommands.js' ) ;
LoadScript( '_source/commandclasses/fckjustifycommands.js' ) ;
LoadScript( '_source/commandclasses/fckindentcommands.js' ) ;
LoadScript( '_source/commandclasses/fckblockquotecommand.js' ) ;
LoadScript( '_source/commandclasses/fckcorestylecommand.js' ) ;
LoadScript( '_source/commandclasses/fckremoveformatcommand.js' ) ;
LoadScript( '_source/internals/fckcommands.js' ) ;
 
LoadScript( '_source/classes/fckpanel.js' ) ;
LoadScript( '_source/classes/fckicon.js' ) ;
LoadScript( '_source/classes/fcktoolbarbuttonui.js' ) ;
LoadScript( '_source/classes/fcktoolbarbutton.js' ) ;
LoadScript( '_source/classes/fckspecialcombo.js' ) ;
LoadScript( '_source/classes/fcktoolbarspecialcombo.js' ) ;
LoadScript( '_source/classes/fcktoolbarstylecombo.js' ) ;
LoadScript( '_source/classes/fcktoolbarfontformatcombo.js' ) ;
LoadScript( '_source/classes/fcktoolbarfontscombo.js' ) ;
LoadScript( '_source/classes/fcktoolbarfontsizecombo.js' ) ;
LoadScript( '_source/classes/fcktoolbarpanelbutton.js' ) ;
LoadScript( '_source/internals/fcktoolbaritems.js' ) ;
LoadScript( '_source/classes/fcktoolbar.js' ) ;
LoadScript( '_source/classes/fcktoolbarbreak_' + sSuffix + '.js' ) ;
LoadScript( '_source/internals/fcktoolbarset.js' ) ;
LoadScript( '_source/internals/fckdialog.js' ) ;
LoadScript( '_source/classes/fckmenuitem.js' ) ;
LoadScript( '_source/classes/fckmenublock.js' ) ;
LoadScript( '_source/classes/fckmenublockpanel.js' ) ;
LoadScript( '_source/classes/fckcontextmenu.js' ) ;
LoadScript( '_source/internals/fck_contextmenu.js' ) ;
LoadScript( '_source/classes/fckhtmliterator.js' ) ;
LoadScript( '_source/classes/fckplugin.js' ) ;
LoadScript( '_source/internals/fckplugins.js' ) ;
 
// @Packager.Remove.End
 
// Base configuration file.
LoadScript( '../fckconfig.js' ) ;
 
</script>
<script type="text/javascript">
 
// Adobe AIR compatibility file.
if ( FCKBrowserInfo.IsAIR )
LoadScript( 'js/fckadobeair.js' ) ;
 
if ( FCKBrowserInfo.IsIE )
{
// Remove IE mouse flickering.
try
{
document.execCommand( 'BackgroundImageCache', false, true ) ;
}
catch (e)
{
// We have been reported about loading problems caused by the above
// line. For safety, let's just ignore errors.
}
 
// Create the default cleanup object used by the editor.
FCK.IECleanup = new FCKIECleanup( window ) ;
FCK.IECleanup.AddItem( FCKTempBin, FCKTempBin.Reset ) ;
FCK.IECleanup.AddItem( FCK, FCK_Cleanup ) ;
}
 
// The first function to be called on selection change must the the styles
// change checker, because the result of its processing may be used by another
// functions listening to the same event.
FCK.Events.AttachEvent( 'OnSelectionChange', function() { FCKStyles.CheckSelectionChanges() ; } ) ;
 
// The config hidden field is processed immediately, because
// CustomConfigurationsPath may be set in the page.
FCKConfig.ProcessHiddenField() ;
 
// Load the custom configurations file (if defined).
if ( FCKConfig.CustomConfigurationsPath.length > 0 )
LoadScript( FCKConfig.CustomConfigurationsPath ) ;
 
</script>
<script type="text/javascript">
 
// Load configurations defined at page level.
FCKConfig_LoadPageConfig() ;
 
FCKConfig_PreProcess() ;
 
// Load the full debug script.
if ( FCKConfig.Debug )
LoadScript( '_source/internals/fckdebug.js' ) ;
 
</script>
<script type="text/javascript">
 
var FCK_InternalCSS = FCKConfig.BasePath + 'css/fck_internal.css' ; // @Packager.RemoveLine
var FCK_ShowTableBordersCSS = FCKConfig.BasePath + 'css/fck_showtableborders_gecko.css' ; // @Packager.RemoveLine
/* @Packager.RemoveLine
// CSS minified by http://iceyboard.no-ip.org/projects/css_compressor (see _dev/css_compression.txt).
var FCK_InternalCSS = FCKTools.FixCssUrls( FCKConfig.BasePath + 'css/', 'html{min-height:100%}table.FCK__ShowTableBorders,table.FCK__ShowTableBorders td,table.FCK__ShowTableBorders th{border:#d3d3d3 1px solid}form{border:1px dotted #F00;padding:2px}.FCK__Flash{border:#a9a9a9 1px solid;background-position:center center;background-image:url(images/fck_flashlogo.gif);background-repeat:no-repeat;width:80px;height:80px}.FCK__UnknownObject{border:#a9a9a9 1px solid;background-position:center center;background-image:url(images/fck_plugin.gif);background-repeat:no-repeat;width:80px;height:80px}.FCK__Anchor{border:1px dotted #00F;background-position:center center;background-image:url(images/fck_anchor.gif);background-repeat:no-repeat;width:16px;height:15px;vertical-align:middle}.FCK__AnchorC{border:1px dotted #00F;background-position:1px center;background-image:url(images/fck_anchor.gif);background-repeat:no-repeat;padding-left:18px}a[name]{border:1px dotted #00F;background-position:0 center;background-image:url(images/fck_anchor.gif);background-repeat:no-repeat;padding-left:18px}.FCK__PageBreak{background-position:center center;background-image:url(images/fck_pagebreak.gif);background-repeat:no-repeat;clear:both;display:block;float:none;width:100%;border-top:#999 1px dotted;border-bottom:#999 1px dotted;border-right:0;border-left:0;height:5px}.FCK__InputHidden{width:19px;height:18px;background-image:url(images/fck_hiddenfield.gif);background-repeat:no-repeat;vertical-align:text-bottom;background-position:center center}.FCK__ShowBlocks p,.FCK__ShowBlocks div,.FCK__ShowBlocks pre,.FCK__ShowBlocks address,.FCK__ShowBlocks blockquote,.FCK__ShowBlocks h1,.FCK__ShowBlocks h2,.FCK__ShowBlocks h3,.FCK__ShowBlocks h4,.FCK__ShowBlocks h5,.FCK__ShowBlocks h6{background-repeat:no-repeat;border:1px dotted gray;padding-top:8px;padding-left:8px}.FCK__ShowBlocks p{background-image:url(images/block_p.png)}.FCK__ShowBlocks div{background-image:url(images/block_div.png)}.FCK__ShowBlocks pre{background-image:url(images/block_pre.png)}.FCK__ShowBlocks address{background-image:url(images/block_address.png)}.FCK__ShowBlocks blockquote{background-image:url(images/block_blockquote.png)}.FCK__ShowBlocks h1{background-image:url(images/block_h1.png)}.FCK__ShowBlocks h2{background-image:url(images/block_h2.png)}.FCK__ShowBlocks h3{background-image:url(images/block_h3.png)}.FCK__ShowBlocks h4{background-image:url(images/block_h4.png)}.FCK__ShowBlocks h5{background-image:url(images/block_h5.png)}.FCK__ShowBlocks h6{background-image:url(images/block_h6.png)}' ) ;
var FCK_ShowTableBordersCSS = FCKTools.FixCssUrls( FCKConfig.BasePath + 'css/', 'table:not([border]),table:not([border]) > tr > td,table:not([border]) > tr > th,table:not([border]) > tbody > tr > td,table:not([border]) > tbody > tr > th,table:not([border]) > thead > tr > td,table:not([border]) > thead > tr > th,table:not([border]) > tfoot > tr > td,table:not([border]) > tfoot > tr > th,table[border=\"0\"],table[border=\"0\"] > tr > td,table[border=\"0\"] > tr > th,table[border=\"0\"] > tbody > tr > td,table[border=\"0\"] > tbody > tr > th,table[border=\"0\"] > thead > tr > td,table[border=\"0\"] > thead > tr > th,table[border=\"0\"] > tfoot > tr > td,table[border=\"0\"] > tfoot > tr > th{border:#d3d3d3 1px dotted}' ) ;
@Packager.RemoveLine */
 
// Popup the debug window if debug mode is set to true. It guarantees that the
// first debug message will not be lost.
if ( FCKConfig.Debug )
FCKDebug._GetWindow() ;
 
// Load the active skin CSS.
document.write( FCKTools.GetStyleHtml( FCKConfig.SkinEditorCSS ) ) ;
 
// Load the language file.
FCKLanguageManager.Initialize() ;
LoadScript( 'lang/' + FCKLanguageManager.ActiveLanguage.Code + '.js' ) ;
 
</script>
<script type="text/javascript">
 
// Initialize the editing area context menu.
FCK_ContextMenu_Init() ;
 
FCKPlugins.Load() ;
 
</script>
<script type="text/javascript">
 
// Set the editor interface direction.
window.document.dir = FCKLang.Dir ;
 
</script>
<script type="text/javascript">
 
window.onload = function()
{
InitializeAPI() ;
 
if ( FCKBrowserInfo.IsIE )
FCK_PreloadImages() ;
else
LoadToolbarSetup() ;
}
 
function LoadToolbarSetup()
{
FCKeditorAPI._FunctionQueue.Add( LoadToolbar ) ;
}
 
function LoadToolbar()
{
var oToolbarSet = FCK.ToolbarSet = FCKToolbarSet_Create() ;
 
if ( oToolbarSet.IsLoaded )
StartEditor() ;
else
{
oToolbarSet.OnLoad = StartEditor ;
oToolbarSet.Load( FCKURLParams['Toolbar'] || 'Default' ) ;
}
}
 
function StartEditor()
{
// Remove the onload listener.
FCK.ToolbarSet.OnLoad = null ;
 
FCKeditorAPI._FunctionQueue.Remove( LoadToolbar ) ;
 
FCK.Events.AttachEvent( 'OnStatusChange', WaitForActive ) ;
 
// Start the editor.
FCK.StartEditor() ;
}
 
function WaitForActive( editorInstance, newStatus )
{
if ( newStatus == FCK_STATUS_ACTIVE )
{
if ( FCKBrowserInfo.IsGecko )
FCKTools.RunFunction( window.onresize ) ;
 
if ( !FCKConfig.PreventSubmitHandler )
_AttachFormSubmitToAPI() ;
 
FCK.SetStatus( FCK_STATUS_COMPLETE ) ;
 
// Call the special "FCKeditor_OnComplete" function that should be present in
// the HTML page where the editor is located.
if ( typeof( window.parent.FCKeditor_OnComplete ) == 'function' )
window.parent.FCKeditor_OnComplete( FCK ) ;
}
}
 
// Gecko browsers doesn't calculate well the IFRAME size so we must
// recalculate it every time the window size changes.
if ( FCKBrowserInfo.IsGecko && !FCKBrowserInfo.IsOpera )
{
window.onresize = function( e )
{
// Running in Chrome makes the window receive the event including subframes.
// we care only about this window. Ticket #1642.
// #2002: The originalTarget from the event can be the current document, the window, or the editing area.
if ( e && e.originalTarget !== document && e.originalTarget !== window && (!e.originalTarget.ownerDocument || e.originalTarget.ownerDocument != document ))
return ;
 
var oCell = document.getElementById( 'xEditingArea' ) ;
 
var eInnerElement = oCell.firstChild ;
if ( eInnerElement )
{
eInnerElement.style.height = '0px' ;
eInnerElement.style.height = ( oCell.scrollHeight - 2 ) + 'px' ;
}
}
}
 
</script>
</head>
<body>
<table width="100%" cellpadding="0" cellspacing="0" style="height: 100%; table-layout: fixed">
<tr id="xToolbarRow" style="display: none">
<td id="xToolbarSpace" style="overflow: hidden">
<table width="100%" cellpadding="0" cellspacing="0">
<tr id="xCollapsed" style="display: none">
<td id="xExpandHandle" class="TB_Expand" colspan="3">
<img class="TB_ExpandImg" alt="" src="images/spacer.gif" width="8" height="4" /></td>
</tr>
<tr id="xExpanded" style="display: none">
<td id="xTBLeftBorder" class="TB_SideBorder" style="width: 1px; display: none;"></td>
<td id="xCollapseHandle" style="display: none" class="TB_Collapse" valign="bottom">
<img class="TB_CollapseImg" alt="" src="images/spacer.gif" width="8" height="4" /></td>
<td id="xToolbar" class="TB_ToolbarSet"></td>
<td class="TB_SideBorder" style="width: 1px"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="xEditingArea" valign="top" style="height: 100%"></td>
</tr>
</table>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckeditor.original.html
* Main page that holds the editor.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>FCKeditor</title>
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <!-- @Packager.RemoveLine -->
<meta name="robots" content="noindex, nofollow" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="lang/fcklanguagemanager.js"></script>
<!-- @Packager.RemoveLine
<meta http-equiv="Cache-Control" content="public">
@Packager.RemoveLine -->
<!-- @Packager.Remove.Start -->
<script type="text/javascript" src="_source/internals/fcknamespace.js"></script>
<script type="text/javascript" src="_source/internals/fckcoreextensions.js"></script>
<script type="text/javascript" src="_source/globals/fck_constants.js"></script>
<script type="text/javascript" src="_source/internals/fckbrowserinfo.js"></script>
<script type="text/javascript" src="_source/internals/fckscriptloader.js"></script>
<script type="text/javascript" src="_source/internals/fckurlparams.js"></script>
<script type="text/javascript" src="_source/internals/fck.js"></script>
<script type="text/javascript" src="_source/internals/fckconfig.js"></script>
<script type="text/javascript" src="_source/globals/fckeditorapi.js"></script>
<script type="text/javascript" src="_source/internals/fck_onload.js"></script>
<!-- @Packager.Remove.End -->
<!-- @Packager.RemoveLine
<script type="text/javascript" src="js/fck_startup.js"></script>
@Packager.RemoveLine -->
</head>
<body>
<table height="100%" width="100%" cellpadding="0" cellspacing="0" border="0" style="TABLE-LAYOUT: fixed">
<tr>
<td unselectable="on" style="OVERFLOW: hidden">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr id="Collapsed" style="DISPLAY: none">
<td id="ExpandHandle" class="TB_Expand" unselectable="on" colspan="3" onclick="FCKToolbarSet.Expand();return false;"><img class="TB_ExpandImg" src="images/spacer.gif" width="8" height="4" unselectable="on"></td>
</tr>
<tr id="Expanded" style="DISPLAY: none">
<td id="CollapseHandle" style="DISPLAY: none" class="TB_Collapse"
unselectable="on" valign="bottom" onclick="FCKToolbarSet.Collapse();return false;"><img class="TB_CollapseImg" src="images/spacer.gif" width="8" height="4" unselectable="on"></td>
<td id="eToolbar" class="TB_ToolbarSet" unselectable="on"></td>
<td width="1" style="BACKGROUND-COLOR: #696969"></td>
</tr>
</table>
</td>
</tr>
<tr id="eWysiwyg">
<td id="eWysiwygCell" height="100%" valign="top">
<iframe id="eEditorArea" name="eEditorArea" height="100%" width="100%" frameborder="no" src="fckblank.html"></iframe>
</td>
</tr>
<tr id="eSource" style="DISPLAY: none">
<td class="Source" height="100%" valign="top">
<textarea id="eSourceField" dir="ltr" style="WIDTH: 100%; HEIGHT: 100%"></textarea>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/lang/mn.js
File deleted
/trunk/api/fckeditor/editor/lang/lv.js
File deleted
/trunk/api/fckeditor/editor/lang/fr-ca.js
File deleted
/trunk/api/fckeditor/editor/lang/hi.js
File deleted
/trunk/api/fckeditor/editor/lang/fo.js
File deleted
/trunk/api/fckeditor/editor/lang/km.js
File deleted
/trunk/api/fckeditor/editor/lang/is.js
File deleted
/trunk/api/fckeditor/editor/lang/gu.js
File deleted
/trunk/api/fckeditor/editor/lang/vi.js
File deleted
/trunk/api/fckeditor/editor/lang/ms.js
File deleted
/trunk/api/fckeditor/editor/lang/en-ca.js
File deleted
/trunk/api/fckeditor/editor/lang/af.js
File deleted
/trunk/api/fckeditor/editor/lang/bn.js
File deleted
/trunk/api/fckeditor/editor/lang/nb.js
File deleted
/trunk/api/fckeditor/editor/lang/el.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Greek language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: el.js
* Greek language file.
*
* File Authors:
* Spyros Barbatos (sbarbatos{at}users.sourceforge.net)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "Σύνδεσμος (Link)",
InsertLink : "Εισαγωγή/Μεταβολή Συνδέσμου (Link)",
RemoveLink : "Αφαίρεση Συνδέσμου (Link)",
VisitLink : "Open Link", //MISSING
Anchor : "Εισαγωγή/επεξεργασία Anchor",
AnchorDelete : "Remove Anchor", //MISSING
Anchor : "Insert/Edit Anchor", //MISSING
InsertImageLbl : "Εικόνα",
InsertImage : "Εισαγωγή/Μεταβολή Εικόνας",
InsertFlashLbl : "Εισαγωγή Flash",
InsertFlash : "Εισαγωγή/επεξεργασία Flash",
InsertTableLbl : "Πίνακας",
InsertTable : "Εισαγωγή/Μεταβολή Πίνακα",
InsertLineLbl : "Γραμμή",
72,12 → 62,8
BlockJustify : "Πλήρης Στοίχιση (Block)",
DecreaseIndent : "Μείωση Εσοχής",
IncreaseIndent : "Αύξηση Εσοχής",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Αναίρεση",
Redo : "Επαναφορά",
Undo : "Undo",
Redo : "Redo",
NumberedListLbl : "Λίστα με Αριθμούς",
NumberedList : "Εισαγωγή/Διαγραφή Λίστας με Αριθμούς",
BulletedListLbl : "Λίστα με Bullets",
84,7 → 70,7
BulletedList : "Εισαγωγή/Διαγραφή Λίστας με Bullets",
ShowTableBorders : "Προβολή Ορίων Πίνακα",
ShowDetails : "Προβολή Λεπτομερειών",
Style : "Στυλ",
Style : "Style",
FontFormat : "Μορφή Γραμματοσειράς",
Font : "Γραμματοσειρά",
FontSize : "Μέγεθος",
93,61 → 79,45
Source : "HTML κώδικας",
Find : "Αναζήτηση",
Replace : "Αντικατάσταση",
SpellCheck : "Ορθογραφικός έλεγχος",
UniversalKeyboard : "Διεθνής πληκτρολόγιο",
PageBreakLbl : "Τέλος σελίδας",
PageBreak : "Εισαγωγή τέλους σελίδας",
SpellCheck : "Check Spell", //MISSING
UniversalKeyboard : "Universal Keyboard", //MISSING
 
Form : "Φόρμα",
Checkbox : "Κουτί επιλογής",
RadioButton : "Κουμπί Radio",
TextField : "Πεδίο κειμένου",
Textarea : "Περιοχή κειμένου",
HiddenField : "Κρυφό πεδίο",
Button : "Κουμπί",
SelectionField : "Πεδίο επιλογής",
ImageButton : "Κουμπί εικόνας",
Form : "Form", //MISSING
Checkbox : "Checkbox", //MISSING
RadioButton : "Radio Button", //MISSING
TextField : "Text Field", //MISSING
Textarea : "Textarea", //MISSING
HiddenField : "Hidden Field", //MISSING
Button : "Button", //MISSING
SelectionField : "Selection Field", //MISSING
ImageButton : "Image Button", //MISSING
 
FitWindow : "Μεγιστοποίηση προγράμματος",
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Μεταβολή Συνδέσμου (Link)",
CellCM : "Κελί",
RowCM : "Σειρά",
ColumnCM : "Στήλη",
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
InsertRow : "Εισαγωγή Γραμμής",
DeleteRows : "Διαγραφή Γραμμών",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "Εισαγωγή Κολώνας",
DeleteColumns : "Διαγραφή Κολωνών",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
InsertCell : "Εισαγωγή Κελιού",
DeleteCells : "Διαγραφή Κελιών",
MergeCells : "Ενοποίηση Κελιών",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "Διαγραφή πίνακα",
SplitCell : "Διαχωρισμός Κελιού",
CellProperties : "Ιδιότητες Κελιού",
TableProperties : "Ιδιότητες Πίνακα",
ImageProperties : "Ιδιότητες Εικόνας",
FlashProperties : "Ιδιότητες Flash",
 
AnchorProp : "Ιδιότητες άγκυρας",
ButtonProp : "Ιδιότητες κουμπιού",
CheckboxProp : "Ιδιότητες κουμπιού επιλογής",
HiddenFieldProp : "Ιδιότητες κρυφού πεδίου",
RadioButtonProp : "Ιδιότητες κουμπιού radio",
ImageButtonProp : "Ιδιότητες κουμπιού εικόνας",
TextFieldProp : "Ιδιότητες πεδίου κειμένου",
SelectionFieldProp : "Ιδιότητες πεδίου επιλογής",
TextareaProp : "Ιδιότητες περιοχής κειμένου",
FormProp : "Ιδιότητες φόρμας",
AnchorProp : "Anchor Properties", //MISSING
ButtonProp : "Button Properties", //MISSING
CheckboxProp : "Checkbox Properties", //MISSING
HiddenFieldProp : "Hidden Field Properties", //MISSING
RadioButtonProp : "Radio Button Properties", //MISSING
ImageButtonProp : "Image Button Properties", //MISSING
TextFieldProp : "Text Field Properties", //MISSING
SelectionFieldProp : "Selection Field Properties", //MISSING
TextareaProp : "Textarea Properties", //MISSING
FormProp : "Form Properties", //MISSING
 
FontFormats : "Κανονικό;Μορφοποιημένο;Διεύθυνση;Επικεφαλίδα 1;Επικεφαλίδα 2;Επικεφαλίδα 3;Επικεφαλίδα 4;Επικεφαλίδα 5;Επικεφαλίδα 6",
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
 
// Alerts and Messages
ProcessingXHTML : "Επεξεργασία XHTML. Παρακαλώ περιμένετε...",
158,23 → 128,17
UnknownCommand : "Άγνωστή εντολή \"%1\"",
NotImplemented : "Η εντολή δεν έχει ενεργοποιηθεί",
UnknownToolbarSet : "Η μπάρα εργαλείων \"%1\" δεν υπάρχει",
NoActiveX : "Οι ρυθμίσεις ασφαλείας του browser σας μπορεί να περιορίσουν κάποιες ρυθμίσεις του προγράμματος. Χρειάζεται να ενεργοποιήσετε την επιλογή \"Run ActiveX controls and plug-ins\". Ίσως παρουσιαστούν λάθη και παρατηρήσετε ελειπείς λειτουργίες.",
BrowseServerBlocked : "Οι πόροι του browser σας δεν είναι προσπελάσιμοι. Σιγουρευτείτε ότι δεν υπάρχουν ενεργοί popup blockers.",
DialogBlocked : "Δεν ήταν δυνατό να ανοίξει το παράθυρο διαλόγου. Σιγουρευτείτε ότι δεν υπάρχουν ενεργοί popup blockers.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Ακύρωση",
DlgBtnClose : "Κλείσιμο",
DlgBtnBrowseServer : "Εξερεύνηση διακομιστή",
DlgBtnBrowseServer : "Browse Server", //MISSING
DlgAdvancedTag : "Για προχωρημένους",
DlgOpOther : "<Άλλα>",
DlgInfoTab : "Πληροφορίες",
DlgAlertUrl : "Παρακαλώ εισάγετε URL",
DlgOpOther : "&lt;Other&gt;", //MISSING
 
// General Dialogs Labels
DlgGenNotSet : "<χωρίς>",
DlgGenNotSet : "&lt;χωρίς&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Κατεύθυνση κειμένου",
DlgGenLangDirLtr : "Αριστερά προς Δεξιά (LTR)",
181,14 → 145,14
DlgGenLangDirRtl : "Δεξιά προς Αριστερά (RTL)",
DlgGenLangCode : "Κωδικός Γλώσσας",
DlgGenAccessKey : "Συντόμευση (Access Key)",
DlgGenName : "Όνομα",
DlgGenName : "Name",
DlgGenTabIndex : "Tab Index",
DlgGenLongDescr : "Αναλυτική περιγραφή URL",
DlgGenLongDescr : "Long Description URL",
DlgGenClass : "Stylesheet Classes",
DlgGenTitle : "Συμβουλευτικός τίτλος",
DlgGenContType : "Συμβουλευτικός τίτλος περιεχομένου",
DlgGenTitle : "Advisory Title",
DlgGenContType : "Advisory Content Type",
DlgGenLinkCharset : "Linked Resource Charset",
DlgGenStyle : "Στύλ",
DlgGenStyle : "Style",
 
// Image Dialog
DlgImgTitle : "Ιδιότητες Εικόνας",
216,34 → 180,24
DlgImgAlignTop : "Πάνω (Top)",
DlgImgPreview : "Προεπισκόπιση",
DlgImgAlertUrl : "Εισάγετε την τοποθεσία (URL) της εικόνας",
DlgImgLinkTab : "Σύνδεσμος",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Ιδιότητες flash",
DlgFlashChkPlay : "Αυτόματη έναρξη",
DlgFlashChkLoop : "Επανάληψη",
DlgFlashChkMenu : "Ενεργοποίηση Flash Menu",
DlgFlashScale : "Κλίμακα",
DlgFlashScaleAll : "Εμφάνιση όλων",
DlgFlashScaleNoBorder : "Χωρίς όρια",
DlgFlashScaleFit : "Ακριβής εφαρμογή",
 
// Link Dialog
DlgLnkWindowTitle : "Σύνδεσμος (Link)",
DlgLnkWindowTitle : "Υπερσύνδεσμος (Link)",
DlgLnkInfoTab : "Link",
DlgLnkTargetTab : "Παράθυρο Στόχος (Target)",
 
DlgLnkType : "Τύπος συνδέσμου (Link)",
DlgLnkType : "Τύπος Υπερσυνδέσμου (Link)",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Άγκυρα σε αυτή τη σελίδα",
DlgLnkTypeAnchor : "Anchor in this page",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Προτόκολο",
DlgLnkProtoOther : "<άλλο>",
DlgLnkProto : "Protocol",
DlgLnkProtoOther : "&lt;άλλο&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Επιλέξτε μια άγκυρα",
DlgLnkAnchorByName : "Βάσει του Ονόματος (Name) της άγκυρας",
DlgLnkAnchorSel : "Επιλέξτε ένα Anchor",
DlgLnkAnchorByName : "Βάσει του Ονόματος (Name)του Anchor",
DlgLnkAnchorById : "Βάσει του Element Id",
DlgLnkNoAnchors : "(Δεν υπάρχουν άγκυρες στο κείμενο)",
DlgLnkNoAnchors : "&lt;Δεν υπάρχουν Anchors στο κείμενο&gt;",
DlgLnkEMail : "Διεύθυνση Ηλεκτρονικού Ταχυδρομείου",
DlgLnkEMailSubject : "Θέμα Μηνύματος",
DlgLnkEMailBody : "Κείμενο Μηνύματος",
251,13 → 205,13
DlgLnkBtnUpload : "Αποστολή στον Διακομιστή",
 
DlgLnkTarget : "Παράθυρο Στόχος (Target)",
DlgLnkTargetFrame : "<πλαίσιο>",
DlgLnkTargetPopup : "<παράθυρο popup>",
DlgLnkTargetFrame : "&lt;frame&gt;",
DlgLnkTargetPopup : "&lt;popup window&gt;",
DlgLnkTargetBlank : "Νέο Παράθυρο (_blank)",
DlgLnkTargetParent : "Γονικό Παράθυρο (_parent)",
DlgLnkTargetSelf : "Ίδιο Παράθυρο (_self)",
DlgLnkTargetTop : "Ανώτατο Παράθυρο (_top)",
DlgLnkTargetFrameName : "Όνομα πλαισίου στόχου",
DlgLnkTargetFrameName : "Target Frame Name", //MISSING
DlgLnkPopWinName : "Όνομα Popup Window",
DlgLnkPopWinFeat : "Επιλογές Popup Window",
DlgLnkPopResize : "Με αλλαγή Μεγέθους",
276,7 → 230,6
DlnLnkMsgNoUrl : "Εισάγετε την τοποθεσία (URL) του υπερσυνδέσμου (Link)",
DlnLnkMsgNoEMail : "Εισάγετε την διεύθυνση ηλεκτρονικού ταχυδρομείου",
DlnLnkMsgNoAnchor : "Επιλέξτε ένα Anchor",
DlnLnkMsgInvPopName : "Το όνομα του popup πρέπει να αρχίζει με χαρακτήρα της αλφαβήτου και να μην περιέχει κενά",
 
// Color Dialog
DlgColorTitle : "Επιλογή χρώματος",
304,15 → 257,9
DlgTableWidthPx : "pixels",
DlgTableWidthPc : "\%",
DlgTableHeight : "Ύψος",
DlgTableCellSpace : "Απόσταση κελιών",
DlgTableCellPad : "Γέμισμα κελιών",
DlgTableCellSpace : "Cell spacing",
DlgTableCellPad : "Cell padding",
DlgTableCaption : "Υπέρτιτλος",
DlgTableSummary : "Περίληψη",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Ιδιότητες Κελιού",
335,9 → 282,6
DlgCellVerAlignMiddle : "Μέση (Middle)",
DlgCellVerAlignBottom : "Κάτω (Bottom)",
DlgCellVerAlignBaseline : "Γραμμή Βάσης (Baseline)",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Αριθμός Γραμμών (Rows Span)",
DlgCellCollSpan : "Αριθμός Κολωνών (Columns Span)",
DlgCellBackColor : "Χρώμα Υποβάθρου",
344,9 → 288,6
DlgCellBorderColor : "Χρώμα Περιθωρίου",
DlgCellBtnSelect : "Επιλογή...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "Αναζήτηση",
DlgFindFindBtn : "Αναζήτηση",
362,6 → 303,7
DlgReplaceWordChk : "Εύρεση πλήρους λέξης",
 
// Paste Operations / Dialog
PasteErrorPaste : "Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία επικόλλησης. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl+V).",
PasteErrorCut : "Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αποκοπής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl+X).",
PasteErrorCopy : "Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αντιγραφής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "Επικόλληση ως Απλό Κείμενο",
PasteFromWord : "Επικόλληση από το Word",
 
DlgPasteMsg2 : "Παρακαλώ επικολήστε στο ακόλουθο κουτί χρησιμοποιόντας το πληκτρολόγιο (<STRONG>Ctrl+V</STRONG>) και πατήστε <STRONG>OK</STRONG>.",
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "Αγνόηση προδιαγραφών γραμματοσειράς",
DlgPasteRemoveStyles : "Αφαίρεση προδιαγραφών στύλ",
DlgPasteMsg : "Ο επεξεργαστής κειμένου δεν μπορεί να εκτελέσει αυτόματα την επικόλληση λόγω των <STRONG>τυθμίσεων ασφαλείας</STRONG> του φυλλομετρητή σας.<BR>Εισάγετε το κείμενο στο πιο κάτω περιθώριο χρησιμοποιώντας το πληκτρολόγιο (<STRONG>Ctrl+V</STRONG>) και πιέστε <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Αυτόματο",
378,157 → 317,137
ColorMoreColors : "Περισσότερα χρώματα...",
 
// Document Properties
DocProps : "Ιδιότητες εγγράφου",
DocProps : "Document Properties", //MISSING
 
// Anchor Dialog
DlgAnchorTitle : "Ιδιότητες άγκυρας",
DlgAnchorName : "Όνομα άγκυρας",
DlgAnchorErrorName : "Παρακαλούμε εισάγετε όνομα άγκυρας",
DlgAnchorTitle : "Anchor Properties", //MISSING
DlgAnchorName : "Anchor Name", //MISSING
DlgAnchorErrorName : "Please type the anchor name", //MISSING
 
// Speller Pages Dialog
DlgSpellNotInDic : "Δεν υπάρχει στο λεξικό",
DlgSpellChangeTo : "Αλλαγή σε",
DlgSpellBtnIgnore : "Αγνόηση",
DlgSpellBtnIgnoreAll : "Αγνόηση όλων",
DlgSpellBtnReplace : "Αντικατάσταση",
DlgSpellBtnReplaceAll : "Αντικατάσταση όλων",
DlgSpellBtnUndo : "Αναίρεση",
DlgSpellNoSuggestions : "- Δεν υπάρχουν προτάσεις -",
DlgSpellProgress : "Ορθογραφικός έλεγχος σε εξέλιξη...",
DlgSpellNoMispell : "Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν βρέθηκαν λάθη",
DlgSpellNoChanges : "Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν άλλαξαν λέξεις",
DlgSpellOneChange : "Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Μια λέξη άλλαξε",
DlgSpellManyChanges : "Ο ορθογραφικός έλεγχος ολοκληρώθηκε: %1 λέξεις άλλαξαν",
DlgSpellNotInDic : "Not in dictionary", //MISSING
DlgSpellChangeTo : "Change to", //MISSING
DlgSpellBtnIgnore : "Ignore", //MISSING
DlgSpellBtnIgnoreAll : "Ignore All", //MISSING
DlgSpellBtnReplace : "Replace", //MISSING
DlgSpellBtnReplaceAll : "Replace All", //MISSING
DlgSpellBtnUndo : "Undo", //MISSING
DlgSpellNoSuggestions : "- No suggestions -", //MISSING
DlgSpellProgress : "Spell check in progress...", //MISSING
DlgSpellNoMispell : "Spell check complete: No misspellings found", //MISSING
DlgSpellNoChanges : "Spell check complete: No words changed", //MISSING
DlgSpellOneChange : "Spell check complete: One word changed", //MISSING
DlgSpellManyChanges : "Spell check complete: %1 words changed", //MISSING
 
IeSpellDownload : "Δεν υπάρχει εγκατεστημένος ορθογράφος. Θέλετε να τον κατεβάσετε τώρα;",
IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
 
// Button Dialog
DlgButtonText : "Κείμενο (Τιμή)",
DlgButtonType : "Τύπος",
DlgButtonTypeBtn : "Κουμπί",
DlgButtonTypeSbm : "Καταχώρηση",
DlgButtonTypeRst : "Επαναφορά",
DlgButtonText : "Text (Value)", //MISSING
DlgButtonType : "Type", //MISSING
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Όνομα",
DlgCheckboxValue : "Τιμή",
DlgCheckboxSelected : "Επιλεγμένο",
DlgCheckboxName : "Name", //MISSING
DlgCheckboxValue : "Value", //MISSING
DlgCheckboxSelected : "Selected", //MISSING
 
// Form Dialog
DlgFormName : "Όνομα",
DlgFormAction : "Δράση",
DlgFormMethod : "Μάθοδος",
DlgFormName : "Name", //MISSING
DlgFormAction : "Action", //MISSING
DlgFormMethod : "Method", //MISSING
 
// Select Field Dialog
DlgSelectName : "Όνομα",
DlgSelectValue : "Τιμή",
DlgSelectSize : "Μέγεθος",
DlgSelectLines : "γραμμές",
DlgSelectChkMulti : "Πολλαπλές επιλογές",
DlgSelectOpAvail : "Διαθέσιμες επιλογές",
DlgSelectOpText : "Κείμενο",
DlgSelectOpValue : "Τιμή",
DlgSelectBtnAdd : "Προσθήκη",
DlgSelectBtnModify : "Αλλαγή",
DlgSelectBtnUp : "Πάνω",
DlgSelectBtnDown : "Κάτω",
DlgSelectBtnSetValue : "Προεπιλεγμένη επιλογή",
DlgSelectBtnDelete : "Διαγραφή",
DlgSelectName : "Name", //MISSING
DlgSelectValue : "Value", //MISSING
DlgSelectSize : "Size", //MISSING
DlgSelectLines : "lines", //MISSING
DlgSelectChkMulti : "Allow multiple selections", //MISSING
DlgSelectOpAvail : "Available Options", //MISSING
DlgSelectOpText : "Text", //MISSING
DlgSelectOpValue : "Value", //MISSING
DlgSelectBtnAdd : "Add", //MISSING
DlgSelectBtnModify : "Modify", //MISSING
DlgSelectBtnUp : "Up", //MISSING
DlgSelectBtnDown : "Down", //MISSING
DlgSelectBtnSetValue : "Set as selected value", //MISSING
DlgSelectBtnDelete : "Delete", //MISSING
 
// Textarea Dialog
DlgTextareaName : "Όνομα",
DlgTextareaCols : "Στήλες",
DlgTextareaRows : "Σειρές",
DlgTextareaName : "Name", //MISSING
DlgTextareaCols : "Columns", //MISSING
DlgTextareaRows : "Rows", //MISSING
 
// Text Field Dialog
DlgTextName : "Όνομα",
DlgTextValue : "Τιμή",
DlgTextCharWidth : "Μήκος χαρακτήρων",
DlgTextMaxChars : "Μέγιστοι χαρακτήρες",
DlgTextType : "Τύπος",
DlgTextTypeText : "Κείμενο",
DlgTextTypePass : "Κωδικός",
DlgTextName : "Name", //MISSING
DlgTextValue : "Value", //MISSING
DlgTextCharWidth : "Character Width", //MISSING
DlgTextMaxChars : "Maximum Characters", //MISSING
DlgTextType : "Type", //MISSING
DlgTextTypeText : "Text", //MISSING
DlgTextTypePass : "Password", //MISSING
 
// Hidden Field Dialog
DlgHiddenName : "Όνομα",
DlgHiddenValue : "Τιμή",
DlgHiddenName : "Name", //MISSING
DlgHiddenValue : "Value", //MISSING
 
// Bulleted List Dialog
BulletedListProp : "Ιδιότητες λίστας Bulleted",
NumberedListProp : "Ιδιότητες αριθμημένης λίστας ",
DlgLstStart : "Αρχή",
DlgLstType : "Τύπος",
DlgLstTypeCircle : "Κύκλος",
DlgLstTypeDisc : "Δίσκος",
DlgLstTypeSquare : "Τετράγωνο",
DlgLstTypeNumbers : "Αριθμοί (1, 2, 3)",
DlgLstTypeLCase : "Πεζά γράμματα (a, b, c)",
DlgLstTypeUCase : "Κεφαλαία γράμματα (A, B, C)",
DlgLstTypeSRoman : "Μικρά λατινικά αριθμητικά (i, ii, iii)",
DlgLstTypeLRoman : "Μεγάλα λατινικά αριθμητικά (I, II, III)",
BulletedListProp : "Bulleted List Properties", //MISSING
NumberedListProp : "Numbered List Properties", //MISSING
DlgLstType : "Type", //MISSING
DlgLstTypeCircle : "Circle", //MISSING
DlgLstTypeDisk : "Disk", //MISSING
DlgLstTypeSquare : "Square", //MISSING
DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
DlgLstTypeUCase : "Uppercase Letters (A, B, C)", //MISSING
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", //MISSING
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", //MISSING
 
// Document Properties Dialog
DlgDocGeneralTab : "Γενικά",
DlgDocBackTab : "Φόντο",
DlgDocColorsTab : "Χρώματα και περιθώρια",
DlgDocMetaTab : "Δεδομένα Meta",
DlgDocGeneralTab : "General", //MISSING
DlgDocBackTab : "Background", //MISSING
DlgDocColorsTab : "Colors and Margins", //MISSING
DlgDocMetaTab : "Meta Data", //MISSING
 
DlgDocPageTitle : "Τίτλος σελίδας",
DlgDocLangDir : "Κατεύθυνση γραφής",
DlgDocLangDirLTR : "αριστερά προς δεξιά (LTR)",
DlgDocLangDirRTL : "δεξιά προς αριστερά (RTL)",
DlgDocLangCode : "Κωδικός γλώσσας",
DlgDocCharSet : "Κωδικοποίηση χαρακτήρων",
DlgDocCharSetCE : "Κεντρικής Ευρώπης",
DlgDocCharSetCT : "Παραδοσιακά κινέζικα (Big5)",
DlgDocCharSetCR : "Κυριλλική",
DlgDocCharSetGR : "Ελληνική",
DlgDocCharSetJP : "Ιαπωνική",
DlgDocCharSetKR : "Κορεάτικη",
DlgDocCharSetTR : "Τουρκική",
DlgDocCharSetUN : "Διεθνής (UTF-8)",
DlgDocCharSetWE : "Δυτικής Ευρώπης",
DlgDocCharSetOther : "Άλλη κωδικοποίηση χαρακτήρων",
DlgDocPageTitle : "Page Title", //MISSING
DlgDocLangDir : "Language Direction", //MISSING
DlgDocLangDirLTR : "Left to Right (LTR)", //MISSING
DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
DlgDocLangCode : "Language Code", //MISSING
DlgDocCharSet : "Character Set Encoding", //MISSING
DlgDocCharSetOther : "Other Character Set Encoding", //MISSING
 
DlgDocDocType : "Επικεφαλίδα τύπου εγγράφου",
DlgDocDocTypeOther : "Άλλη επικεφαλίδα τύπου εγγράφου",
DlgDocIncXHTML : "Να συμπεριληφθούν οι δηλώσεις XHTML",
DlgDocBgColor : "Χρώμα φόντου",
DlgDocBgImage : "Διεύθυνση εικόνας φόντου",
DlgDocBgNoScroll : "Φόντο χωρίς κύλιση",
DlgDocCText : "Κείμενο",
DlgDocCLink : "Σύνδεσμος",
DlgDocCVisited : "Σύνδεσμος που έχει επισκευθεί",
DlgDocCActive : "Ενεργός σύνδεσμος",
DlgDocMargins : "Περιθώρια σελίδας",
DlgDocMaTop : "Κορυφή",
DlgDocMaLeft : "Αριστερά",
DlgDocMaRight : "Δεξιά",
DlgDocMaBottom : "Κάτω",
DlgDocMeIndex : "Λέξεις κλειδιά δείκτες εγγράφου (διαχωρισμός με κόμμα)",
DlgDocMeDescr : "Περιγραφή εγγράφου",
DlgDocMeAuthor : "Συγγραφέας",
DlgDocMeCopy : "Πνευματικά δικαιώματα",
DlgDocPreview : "Προεπισκόπηση",
DlgDocDocType : "Document Type Heading", //MISSING
DlgDocDocTypeOther : "Other Document Type Heading", //MISSING
DlgDocIncXHTML : "Include XHTML Declarations", //MISSING
DlgDocBgColor : "Background Color", //MISSING
DlgDocBgImage : "Background Image URL", //MISSING
DlgDocBgNoScroll : "Nonscrolling Background", //MISSING
DlgDocCText : "Text", //MISSING
DlgDocCLink : "Link", //MISSING
DlgDocCVisited : "Visited Link", //MISSING
DlgDocCActive : "Active Link", //MISSING
DlgDocMargins : "Page Margins", //MISSING
DlgDocMaTop : "Top", //MISSING
DlgDocMaLeft : "Left", //MISSING
DlgDocMaRight : "Right", //MISSING
DlgDocMaBottom : "Bottom", //MISSING
DlgDocMeIndex : "Document Indexing Keywords (comma separated)", //MISSING
DlgDocMeDescr : "Document Description", //MISSING
DlgDocMeAuthor : "Author", //MISSING
DlgDocMeCopy : "Copyright", //MISSING
DlgDocPreview : "Preview", //MISSING
 
// Templates Dialog
Templates : "Πρότυπα",
DlgTemplatesTitle : "Πρότυπα περιεχομένου",
DlgTemplatesSelMsg : "Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα<br>(τα υπάρχοντα περιεχόμενα θα χαθούν):",
DlgTemplatesLoading : "Φόρτωση καταλόγου προτύπων. Παρακαλώ περιμένετε...",
DlgTemplatesNoTpl : "(Δεν έχουν καθοριστεί πρότυπα)",
DlgTemplatesReplace : "Αντικατάσταση υπάρχοντων περιεχομένων",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "Σχετικά",
DlgAboutBrowserInfoTab : "Πληροφορίες Browser",
DlgAboutLicenseTab : "Άδεια",
DlgAboutAboutTab : "About", //MISSING
DlgAboutBrowserInfoTab : "Browser Info", //MISSING
DlgAboutVersion : "έκδοση",
DlgAboutInfo : "Για περισσότερες πληροφορίες",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Άδεια χρήσης υπό τους όρους της GNU Lesser General Public License",
DlgAboutInfo : "Για περισσότερες πληροφορίες"
}
/trunk/api/fckeditor/editor/lang/gl.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Galician language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: gl.js
* Galician language file.
*
* File Authors:
* Fernando Riveiro Lopez
*/
 
var FCKLang =
{
31,7 → 25,7
 
// Toolbar Items and Context Menu
Save : "Gardar",
NewPage : "Nova Páxina",
NewPage : "Nova Páxina",
Preview : "Vista Previa",
Cut : "Cortar",
Copy : "Copiar",
41,22 → 35,18
Print : "Imprimir",
SelectAll : "Seleccionar todo",
RemoveFormat : "Eliminar Formato",
InsertLinkLbl : "Ligazón",
InsertLink : "Inserir/Editar Ligazón",
RemoveLink : "Eliminar Ligazón",
VisitLink : "Open Link", //MISSING
InsertLinkLbl : "Ligazón",
InsertLink : "Inserir/Editar Ligazón",
RemoveLink : "Eliminar Ligazón",
Anchor : "Inserir/Editar Referencia",
AnchorDelete : "Remove Anchor", //MISSING
InsertImageLbl : "Imaxe",
InsertImage : "Inserir/Editar Imaxe",
InsertFlashLbl : "Flash",
InsertFlash : "Inserir/Editar Flash",
InsertTableLbl : "Tabla",
InsertTable : "Inserir/Editar Tabla",
InsertLineLbl : "Liña",
InsertLine : "Inserir Liña Horizontal",
InsertSpecialCharLbl: "Carácter Special",
InsertSpecialChar : "Inserir Carácter Especial",
InsertLineLbl : "Liña",
InsertLine : "Inserir Liña Horizontal",
InsertSpecialCharLbl: "Carácter Special",
InsertSpecialChar : "Inserir Carácter Especial",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Inserir Smiley",
About : "Acerca de FCKeditor",
64,18 → 54,14
Italic : "Cursiva",
Underline : "Sub-raiado",
StrikeThrough : "Tachado",
Subscript : "Subíndice",
Superscript : "Superíndice",
LeftJustify : "Aliñar á Esquerda",
Subscript : "Subíndice",
Superscript : "Superíndice",
LeftJustify : "Aliñar á Esquerda",
CenterJustify : "Centrado",
RightJustify : "Aliñar á Dereita",
RightJustify : "Aliñar á Dereita",
BlockJustify : "Xustificado",
DecreaseIndent : "Disminuir Sangría",
IncreaseIndent : "Aumentar Sangría",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
DecreaseIndent : "Disminuir Sangría",
IncreaseIndent : "Aumentar Sangría",
Undo : "Desfacer",
Redo : "Refacer",
NumberedListLbl : "Lista Numerada",
82,69 → 68,53
NumberedList : "Inserir/Eliminar Lista Numerada",
BulletedListLbl : "Marcas",
BulletedList : "Inserir/Eliminar Marcas",
ShowTableBorders : "Mostrar Bordes das Táboas",
ShowDetails : "Mostrar Marcas Parágrafo",
ShowTableBorders : "Mostrar Bordes das Taboas",
ShowDetails : "Mostrar Marcas Parágrafo",
Style : "Estilo",
FontFormat : "Formato",
Font : "Tipo",
FontSize : "Tamaño",
FontSize : "Tamaño",
TextColor : "Cor do Texto",
BGColor : "Cor do Fondo",
Source : "Código Fonte",
Source : "Código Fonte",
Find : "Procurar",
Replace : "Substituir",
SpellCheck : "Corrección Ortográfica",
SpellCheck : "Corrección Ortográfica",
UniversalKeyboard : "Teclado Universal",
PageBreakLbl : "Salto de Páxina",
PageBreak : "Inserir Salto de Páxina",
 
Form : "Formulario",
Checkbox : "Cadro de Verificación",
RadioButton : "Botón de Radio",
Checkbox : "Cadro de Verificación",
RadioButton : "Botón de Radio",
TextField : "Campo de Texto",
Textarea : "Área de Texto",
Textarea : "Área de Texto",
HiddenField : "Campo Oculto",
Button : "Botón",
SelectionField : "Campo de Selección",
ImageButton : "Botón de Imaxe",
Button : "Botón",
SelectionField : "Campo de Selección",
ImageButton : "Botón de Imaxe",
 
FitWindow : "Maximizar o tamaño do editor",
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Editar Ligazón",
CellCM : "Cela",
RowCM : "Fila",
ColumnCM : "Columna",
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
EditLink : "Editar Ligazón",
InsertRow : "Inserir Fila",
DeleteRows : "Borrar Filas",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "Inserir Columna",
DeleteColumns : "Borrar Columnas",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
InsertCell : "Inserir Cela",
DeleteCells : "Borrar Cela",
MergeCells : "Unir Celas",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "Borrar Táboa",
SplitCell : "Partir Celas",
CellProperties : "Propriedades da Cela",
TableProperties : "Propriedades da Táboa",
TableProperties : "Propriedades da Taboa",
ImageProperties : "Propriedades Imaxe",
FlashProperties : "Propriedades Flash",
 
AnchorProp : "Propriedades da Referencia",
ButtonProp : "Propriedades do Botón",
CheckboxProp : "Propriedades do Cadro de Verificación",
ButtonProp : "Propriedades do Botón",
CheckboxProp : "Propriedades do Cadro de Verificación",
HiddenFieldProp : "Propriedades do Campo Oculto",
RadioButtonProp : "Propriedades do Botón de Radio",
ImageButtonProp : "Propriedades do Botón de Imaxe",
RadioButtonProp : "Propriedades do Botón de Radio",
ImageButtonProp : "Propriedades do Botón de Imaxe",
TextFieldProp : "Propriedades do Campo de Texto",
SelectionFieldProp : "Propriedades do Campo de Selección",
TextareaProp : "Propriedades da Área de Texto",
SelectionFieldProp : "Propriedades do Campo de Selección",
TextareaProp : "Propriedades da Área de Texto",
FormProp : "Propriedades do Formulario",
 
FontFormats : "Normal;Formateado;Enderezo;Enacabezado 1;Encabezado 2;Encabezado 3;Encabezado 4;Encabezado 5;Encabezado 6;Paragraph (DIV)",
152,16 → 122,12
// Alerts and Messages
ProcessingXHTML : "Procesando XHTML. Por facor, agarde...",
Done : "Feiro",
PasteWordConfirm : "Parece que o texto que quere pegar está copiado do Word.¿Quere limpar o formato antes de pegalo?",
NotCompatiblePaste : "Este comando está disponible para Internet Explorer versión 5.5 ou superior. ¿Quere pegalo sen limpar o formato?",
UnknownToolbarItem : "Ítem de ferramentas descoñecido \"%1\"",
UnknownCommand : "Nome de comando descoñecido \"%1\"",
PasteWordConfirm : "Parece que o texto que quere pegar está copiado do Word.¿Quere limpar o formato antes de pegalo?",
NotCompatiblePaste : "Este comando está disponible para Internet Explorer versión 5.5 ou superior. ¿Quere pegalo sen limpar o formato?",
UnknownToolbarItem : "Ítem de ferramentas descoñecido \"%1\"",
UnknownCommand : "Nome de comando descoñecido \"%1\"",
NotImplemented : "Comando non implementado",
UnknownToolbarSet : "O conxunto de ferramentas \"%1\" non existe",
NoActiveX : "As opcións de seguridade do seu navegador poderían limitar algunha das características de editor. Debe activar a opción \"Executar controis ActiveX e plug-ins\". Pode notar que faltan características e experimentar erros",
BrowseServerBlocked : "Non se poido abrir o navegador de recursos. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes",
DialogBlocked : "Non foi posible abrir a xanela de diálogo. Asegúrese de que están desactivados os bloqueadores de xanelas emerxentes",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "OK",
169,23 → 135,21
DlgBtnClose : "Pechar",
DlgBtnBrowseServer : "Navegar no Servidor",
DlgAdvancedTag : "Advanzado",
DlgOpOther : "<Outro>",
DlgInfoTab : "Info",
DlgAlertUrl : "Por favor, insira a URL",
DlgOpOther : "&lt;Outro&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<non definido>",
DlgGenNotSet : "&lt;non definido&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Orientación do Idioma",
DlgGenLangDir : "Orientación do Idioma",
DlgGenLangDirLtr : "Esquerda a Dereita (LTR)",
DlgGenLangDirRtl : "Dereita a Esquerda (RTL)",
DlgGenLangCode : "Código do Idioma",
DlgGenLangCode : "Código do Idioma",
DlgGenAccessKey : "Chave de Acceso",
DlgGenName : "Nome",
DlgGenTabIndex : "Índice de Tabulación",
DlgGenLongDescr : "Descrición Completa da URL",
DlgGenTabIndex : "Índice de Tabulación",
DlgGenLongDescr : "Descrición Completa da URL",
DlgGenClass : "Clases da Folla de Estilos",
DlgGenTitle : "Título",
DlgGenTitle : "Título",
DlgGenContType : "Tipo de Contido",
DlgGenLinkCharset : "Fonte de Caracteres Vinculado",
DlgGenStyle : "Estilo",
192,8 → 156,8
 
// Image Dialog
DlgImgTitle : "Propriedades da Imaxe",
DlgImgInfoTab : "Información da Imaxe",
DlgImgBtnUpload : "Enviar ó Servidor",
DlgImgInfoTab : "Información da Imaxe",
DlgImgBtnUpload : "Enviar ó Servidor",
DlgImgURL : "URL",
DlgImgUpload : "Carregar",
DlgImgAlt : "Texto Alternativo",
200,16 → 164,16
DlgImgWidth : "Largura",
DlgImgHeight : "Altura",
DlgImgLockRatio : "Proporcional",
DlgBtnResetSize : "Tamaño Orixinal",
DlgImgBorder : "Límite",
DlgBtnResetSize : "Tamaño Orixinal",
DlgImgBorder : "Límite",
DlgImgHSpace : "Esp. Horiz.",
DlgImgVSpace : "Esp. Vert.",
DlgImgAlign : "Aliñamento",
DlgImgAlign : "Aliñamento",
DlgImgAlignLeft : "Esquerda",
DlgImgAlignAbsBottom: "Abs Inferior",
DlgImgAlignAbsMiddle: "Abs Centro",
DlgImgAlignBaseline : "Liña Base",
DlgImgAlignBottom : "Pé",
DlgImgAlignBaseline : "Liña Base",
DlgImgAlignBottom : "Pé",
DlgImgAlignMiddle : "Centro",
DlgImgAlignRight : "Dereita",
DlgImgAlignTextTop : "Tope do Texto",
216,43 → 180,33
DlgImgAlignTop : "Tope",
DlgImgPreview : "Vista Previa",
DlgImgAlertUrl : "Por favor, escriba a URL da imaxe",
DlgImgLinkTab : "Ligazón",
DlgImgLinkTab : "Ligazón",
 
// Flash Dialog
DlgFlashTitle : "Propriedades Flash",
DlgFlashChkPlay : "Auto Execución",
DlgFlashChkLoop : "Bucle",
DlgFlashChkMenu : "Activar Menú Flash",
DlgFlashScale : "Escalar",
DlgFlashScaleAll : "Amosar Todo",
DlgFlashScaleNoBorder : "Sen Borde",
DlgFlashScaleFit : "Encaixar axustando",
 
// Link Dialog
DlgLnkWindowTitle : "Ligazón",
DlgLnkInfoTab : "Información da Ligazón",
DlgLnkTargetTab : "Referencia a esta páxina",
DlgLnkWindowTitle : "Ligazón",
DlgLnkInfoTab : "Información da Ligazón",
DlgLnkTargetTab : "Referencia a esta páxina",
 
DlgLnkType : "Tipo de Ligazón",
DlgLnkType : "Tipo de Ligazón",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Referencia nesta páxina",
DlgLnkTypeAnchor : "Referencia nesta páxina",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocolo",
DlgLnkProtoOther : "<outro>",
DlgLnkProtoOther : "&lt;outro&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Seleccionar unha Referencia",
DlgLnkAnchorByName : "Por Nome de Referencia",
DlgLnkAnchorById : "Por Element Id",
DlgLnkNoAnchors : "(Non hai referencias disponibles no documento)",
DlgLnkNoAnchors : "&lt;Non hai referencias disponibles no documento&gt;",
DlgLnkEMail : "Enderezo de E-Mail",
DlgLnkEMailSubject : "Asunto do Mensaxe",
DlgLnkEMailBody : "Corpo do Mensaxe",
DlgLnkUpload : "Carregar",
DlgLnkBtnUpload : "Enviar ó servidor",
DlgLnkBtnUpload : "Enviar ó servidor",
 
DlgLnkTarget : "Destino",
DlgLnkTargetFrame : "<frame>",
DlgLnkTargetPopup : "<Xanela Emerxente>",
DlgLnkTargetFrame : "&lt;frame&gt;",
DlgLnkTargetPopup : "&lt;Xanela Emerxente&gt;",
DlgLnkTargetBlank : "Nova Xanela (_blank)",
DlgLnkTargetParent : "Xanela Pai (_parent)",
DlgLnkTargetSelf : "Mesma Xanela (_self)",
259,10 → 213,10
DlgLnkTargetTop : "Xanela Primaria (_top)",
DlgLnkTargetFrameName : "Nome do Marco Destino",
DlgLnkPopWinName : "Nome da Xanela Emerxente",
DlgLnkPopWinFeat : "Características da Xanela Emerxente",
DlgLnkPopWinFeat : "Características da Xanela Emerxente",
DlgLnkPopResize : "Axustable",
DlgLnkPopLocation : "Barra de Localización",
DlgLnkPopMenu : "Barra de Menú",
DlgLnkPopLocation : "Barra de Localización",
DlgLnkPopMenu : "Barra de Menú",
DlgLnkPopScroll : "Barras de Desplazamento",
DlgLnkPopStatus : "Barra de Estado",
DlgLnkPopToolbar : "Barra de Ferramentas",
270,13 → 224,12
DlgLnkPopDependent : "Dependente (Netscape)",
DlgLnkPopWidth : "Largura",
DlgLnkPopHeight : "Altura",
DlgLnkPopLeft : "Posición Esquerda",
DlgLnkPopTop : "Posición dende Arriba",
DlgLnkPopLeft : "Posición Esquerda",
DlgLnkPopTop : "Posición dende Arriba",
 
DlnLnkMsgNoUrl : "Por favor, escriba a ligazón URL",
DlnLnkMsgNoUrl : "Por favor, escriba a ligazón URL",
DlnLnkMsgNoEMail : "Por favor, escriba o enderezo de e-mail",
DlnLnkMsgNoAnchor : "Por favor, seleccione un destino",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
 
// Color Dialog
DlgColorTitle : "Seleccionar Color",
291,11 → 244,11
DlgSpecialCharTitle : "Seleccione Caracter Especial",
 
// Table Dialog
DlgTableTitle : "Propiedades da Táboa",
DlgTableTitle : "Propiedades da Taboa",
DlgTableRows : "Filas",
DlgTableColumns : "Columnas",
DlgTableBorder : "Tamaño do Borde",
DlgTableAlign : "Aliñamento",
DlgTableBorder : "Tamaño do Borde",
DlgTableAlign : "Aliñamento",
DlgTableAlignNotSet : "<Non Definido>",
DlgTableAlignLeft : "Esquerda",
DlgTableAlignCenter : "Centro",
306,13 → 259,7
DlgTableHeight : "Altura",
DlgTableCellSpace : "Marxe entre Celas",
DlgTableCellPad : "Marxe interior",
DlgTableCaption : "Título",
DlgTableSummary : "Sumario",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
DlgTableCaption : "Título",
 
// Table Cell Dialog
DlgCellTitle : "Propriedades da Cela",
320,24 → 267,21
DlgCellWidthPx : "pixels",
DlgCellWidthPc : "percent",
DlgCellHeight : "Altura",
DlgCellWordWrap : "Axustar Liñas",
DlgCellWordWrapNotSet : "<Non Definido>",
DlgCellWordWrap : "Axustar Liñas",
DlgCellWordWrapNotSet : "&lt;Non Definido&gt;",
DlgCellWordWrapYes : "Si",
DlgCellWordWrapNo : "Non",
DlgCellHorAlign : "Aliñamento Horizontal",
DlgCellHorAlignNotSet : "<Non definido>",
DlgCellHorAlign : "Aliñamento Horizontal",
DlgCellHorAlignNotSet : "&lt;Non definido&gt;",
DlgCellHorAlignLeft : "Esquerda",
DlgCellHorAlignCenter : "Centro",
DlgCellHorAlignRight: "Dereita",
DlgCellVerAlign : "Aliñamento Vertical",
DlgCellVerAlignNotSet : "<Non definido>",
DlgCellVerAlign : "Aliñamento Vertical",
DlgCellVerAlignNotSet : "&lt;Non definido&gt;",
DlgCellVerAlignTop : "Arriba",
DlgCellVerAlignMiddle : "Medio",
DlgCellVerAlignBottom : "Abaixo",
DlgCellVerAlignBaseline : "Liña de Base",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellVerAlignBaseline : "Liña de Base",
DlgCellRowSpan : "Ocupar Filas",
DlgCellCollSpan : "Ocupar Columnas",
DlgCellBackColor : "Color de Fondo",
344,9 → 288,6
DlgCellBorderColor : "Color de Borde",
DlgCellBtnSelect : "Seleccionar...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "Procurar",
DlgFindFindBtn : "Procurar",
362,20 → 303,18
DlgReplaceWordChk : "Coincidir con toda a palabra",
 
// Paste Operations / Dialog
PasteErrorCut : "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl+X).",
PasteErrorCopy : "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl+C).",
PasteErrorPaste : "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de pegado. Por favor, use o teclado para iso (Ctrl+V).",
PasteErrorCut : "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de corte. Por favor, use o teclado para iso (Ctrl+X).",
PasteErrorCopy : "Os axustes de seguridade do seu navegador non permiten que o editor realice automáticamente as tarefas de copia. Por favor, use o teclado para iso (Ctrl+C).",
 
PasteAsText : "Pegar como texto plano",
PasteFromWord : "Pegar dende Word",
 
DlgPasteMsg2 : "Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl+V</STRONG>) e pulse <STRONG>OK</STRONG>.",
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "Ignorar as definicións de Tipografía",
DlgPasteRemoveStyles : "Eliminar as definicións de Estilos",
DlgPasteMsg : "O editor non pode executar automáticamente o pegado debido ós <STRONG>axustes de seguridade</STRONG> do seu navegador.<BR>Por favor, pegue dentro do seguinte cadro usando o atallo de teclado (<STRONG>Ctrl+V</STRONG>) e pulse <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automático",
ColorMoreColors : "Máis Cores...",
ColorAutomatic : "Automático",
ColorMoreColors : "Máis Cores...",
 
// Document Properties
DocProps : "Propriedades do Documento",
386,7 → 325,7
DlgAnchorErrorName : "Por favor, escriba o nome da referencia",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Non está no diccionario",
DlgSpellNotInDic : "Non está no diccionario",
DlgSpellChangeTo : "Cambiar a",
DlgSpellBtnIgnore : "Ignorar",
DlgSpellBtnIgnoreAll : "Ignorar Todas",
394,20 → 333,17
DlgSpellBtnReplaceAll : "Substituir Todas",
DlgSpellBtnUndo : "Desfacer",
DlgSpellNoSuggestions : "- Sen candidatos -",
DlgSpellProgress : "Corrección ortográfica en progreso...",
DlgSpellNoMispell : "Corrección ortográfica rematada: Non se atoparon erros",
DlgSpellNoChanges : "Corrección ortográfica rematada: Non se substituiu nengunha verba",
DlgSpellOneChange : "Corrección ortográfica rematada: Unha verba substituida",
DlgSpellManyChanges : "Corrección ortográfica rematada: %1 verbas substituidas",
DlgSpellProgress : "Corrección ortográfica en progreso...",
DlgSpellNoMispell : "Corrección ortográfica rematada: Non se atoparon erros",
DlgSpellNoChanges : "Corrección ortográfica rematada: Non se substituiu nengunha verba",
DlgSpellOneChange : "Corrección ortográfica rematada: Unha verba substituida",
DlgSpellManyChanges : "Corrección ortográfica rematada: %1 verbas substituidas",
 
IeSpellDownload : "O corrector ortográfico non está instalado. ¿Quere descargalo agora?",
IeSpellDownload : "O corrector ortográfico non está instalado. ¿Quere descargalo agora?",
 
// Button Dialog
DlgButtonText : "Texto (Valor)",
DlgButtonType : "Tipo",
DlgButtonTypeBtn : "Button", //MISSING
DlgButtonTypeSbm : "Submit", //MISSING
DlgButtonTypeRst : "Reset", //MISSING
DlgButtonText : "Texto (Valor)",
DlgButtonType : "Tipo",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nome",
416,16 → 352,16
 
// Form Dialog
DlgFormName : "Nome",
DlgFormAction : "Acción",
DlgFormMethod : "Método",
DlgFormAction : "Acción",
DlgFormMethod : "Método",
 
// Select Field Dialog
DlgSelectName : "Nome",
DlgSelectValue : "Valor",
DlgSelectSize : "Tamaño",
DlgSelectLines : "liñas",
DlgSelectChkMulti : "Permitir múltiples seleccións",
DlgSelectOpAvail : "Opcións Disponibles",
DlgSelectSize : "Tamaño",
DlgSelectLines : "liñas",
DlgSelectChkMulti : "Permitir múltiples seleccións",
DlgSelectOpAvail : "Opcións Disponibles",
DlgSelectOpText : "Texto",
DlgSelectOpValue : "Valor",
DlgSelectBtnAdd : "Engadir",
443,8 → 379,8
// Text Field Dialog
DlgTextName : "Nome",
DlgTextValue : "Valor",
DlgTextCharWidth : "Tamaño do Caracter",
DlgTextMaxChars : "Máximo de Caracteres",
DlgTextCharWidth : "Tamaño do Caracter",
DlgTextMaxChars : "Máximo de Caracteres",
DlgTextType : "Tipo",
DlgTextTypeText : "Texto",
DlgTextTypePass : "Chave",
455,17 → 391,16
 
// Bulleted List Dialog
BulletedListProp : "Propriedades das Marcas",
NumberedListProp : "Propriedades da Lista de Numeración",
DlgLstStart : "Start", //MISSING
NumberedListProp : "Propriedades da Lista de Numeración",
DlgLstType : "Tipo",
DlgLstTypeCircle : "Círculo",
DlgLstTypeDisc : "Disco",
DlgLstTypeCircle : "Círculo",
DlgLstTypeDisk : "Disco",
DlgLstTypeSquare : "Cuadrado",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
DlgLstTypeSRoman : "Números Romanos en minúscula (i, ii, iii)",
DlgLstTypeLRoman : "Números Romanos en Maiúscula (I, II, III)",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
DlgLstTypeSRoman : "Números Romanos en minúscula (i, ii, iii)",
DlgLstTypeLRoman : "Números Romanos en Maiúscula (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Xeral",
473,40 → 408,31
DlgDocColorsTab : "Cores e Marxes",
DlgDocMetaTab : "Meta Data",
 
DlgDocPageTitle : "Título da Páxina",
DlgDocLangDir : "Orientación do Idioma",
DlgDocPageTitle : "Título da Páxina",
DlgDocLangDir : "Orientación do Idioma",
DlgDocLangDirLTR : "Esquerda a Dereita (LTR)",
DlgDocLangDirRTL : "Dereita a Esquerda (RTL)",
DlgDocLangCode : "Código de Idioma",
DlgDocCharSet : "Codificación do Xogo de Caracteres",
DlgDocCharSetCE : "Central European", //MISSING
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
DlgDocCharSetCR : "Cyrillic", //MISSING
DlgDocCharSetGR : "Greek", //MISSING
DlgDocCharSetJP : "Japanese", //MISSING
DlgDocCharSetKR : "Korean", //MISSING
DlgDocCharSetTR : "Turkish", //MISSING
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
DlgDocCharSetWE : "Western European", //MISSING
DlgDocCharSetOther : "Outra Codificación do Xogo de Caracteres",
DlgDocLangCode : "Código de Idioma",
DlgDocCharSet : "Codificación do Xogo de Caracteres",
DlgDocCharSetOther : "Outra Codificación do Xogo de Caracteres",
 
DlgDocDocType : "Encabezado do Tipo de Documento",
DlgDocDocTypeOther : "Outro Encabezado do Tipo de Documento",
DlgDocIncXHTML : "Incluir Declaracións XHTML",
DlgDocIncXHTML : "Incluir Declaracións XHTML",
DlgDocBgColor : "Cor de Fondo",
DlgDocBgImage : "URL da Imaxe de Fondo",
DlgDocBgNoScroll : "Fondo Fixo",
DlgDocCText : "Texto",
DlgDocCLink : "Ligazóns",
DlgDocCVisited : "Ligazón Visitada",
DlgDocCActive : "Ligazón Activa",
DlgDocMargins : "Marxes da Páxina",
DlgDocCLink : "Ligazóns",
DlgDocCVisited : "Ligazón Visitada",
DlgDocCActive : "Ligazón Activa",
DlgDocMargins : "Marxes da Páxina",
DlgDocMaTop : "Arriba",
DlgDocMaLeft : "Esquerda",
DlgDocMaRight : "Dereita",
DlgDocMaBottom : "Abaixo",
DlgDocMeIndex : "Palabras Chave de Indexación do Documento (separadas por comas)",
DlgDocMeDescr : "Descripción do Documento",
DlgDocMeIndex : "Palabras Chave de Indexación do Documento (separadas por comas)",
DlgDocMeDescr : "Descripción do Documento",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Copyright",
DlgDocPreview : "Vista Previa",
517,18 → 443,11
DlgTemplatesSelMsg : "Por favor, seleccione a plantilla a abrir no editor<br>(o contido actual perderase):",
DlgTemplatesLoading : "Cargando listado de plantillas. Por favor, espere...",
DlgTemplatesNoTpl : "(Non hai plantillas definidas)",
DlgTemplatesReplace : "Replace actual contents", //MISSING
 
// About Dialog
DlgAboutAboutTab : "Acerca de",
DlgAboutBrowserInfoTab : "Información do Navegador",
DlgAboutLicenseTab : "Licencia",
DlgAboutVersion : "versión",
DlgAboutInfo : "Para máis información visitar:",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutBrowserInfoTab : "Información do Navegador",
DlgAboutVersion : "versión",
DlgAboutLicense : "Licencia concedida baixo os termos da GNU Lesser General Public License",
DlgAboutInfo : "Para máis información visitar:"
}
/trunk/api/fckeditor/editor/lang/ar.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Arabic language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: ar.js
* Arabic language file.
*
* File Authors:
* Abdul-Aziz Abdul-Kareem Al-Oraij (http://aziz.oraij.com)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "رابط",
InsertLink : "إدراج/تحرير رابط",
RemoveLink : "إزالة رابط",
VisitLink : "افتح الرابط",
Anchor : "إدراج/تحرير إشارة مرجعية",
AnchorDelete : "إزالة إشارة مرجعية",
InsertImageLbl : "صورة",
InsertImage : "إدراج/تحرير صورة",
InsertFlashLbl : "فلاش",
InsertFlash : "إدراج/تحرير فيلم فلاش",
InsertTableLbl : "جدول",
InsertTable : "إدراج/تحرير جدول",
InsertLineLbl : "خط فاصل",
72,10 → 62,6
BlockJustify : "ضبط",
DecreaseIndent : "إنقاص المسافة البادئة",
IncreaseIndent : "زيادة المسافة البادئة",
Blockquote : "اقتباس",
CreateDiv : "إنشاء حاوية Div",
EditDiv : "تعديل حاوية Div",
DeleteDiv : "إزالة حاوية Div",
Undo : "تراجع",
Redo : "إعادة",
NumberedListLbl : "تعداد رقمي",
92,14 → 78,12
BGColor : "لون الخلفية",
Source : "شفرة المصدر",
Find : "بحث",
Replace : "إستبدال",
Replace : "استبدال",
SpellCheck : "تدقيق إملائي",
UniversalKeyboard : "لوحة المفاتيح العالمية",
PageBreakLbl : "فصل الصفحة",
PageBreak : "إدخال صفحة جديدة",
 
Form : "نموذج",
Checkbox : "خانة إختيار",
Checkbox : "خانة اختيار",
RadioButton : "زر خيار",
TextField : "مربع نص",
Textarea : "ناحية نص",
108,37 → 92,23
SelectionField : "قائمة منسدلة",
ImageButton : "زر صورة",
 
FitWindow : "تكبير حجم المحرر",
ShowBlocks : "مخطط تفصيلي",
 
// Context Menu
EditLink : "تحرير رابط",
CellCM : "خلية",
RowCM : "صف",
ColumnCM : "عمود",
InsertRowAfter : "إدراج صف بعد",
InsertRowBefore : "إدراج صف قبل",
InsertRow : "إدراج صف",
DeleteRows : "حذف صفوف",
InsertColumnAfter : "إدراج عمود بعد",
InsertColumnBefore : "إدراج عمود قبل",
InsertColumn : "إدراج عمود",
DeleteColumns : "حذف أعمدة",
InsertCellAfter : "إدراج خلية بعد",
InsertCellBefore : "إدراج خلية قبل",
InsertCell : "إدراج خلية",
DeleteCells : "حذف خلايا",
MergeCells : "دمج خلايا",
MergeRight : "دمج لليمين",
MergeDown : "دمج للأسفل",
HorizontalSplitCell : "تقسيم الخلية أفقياً",
VerticalSplitCell : "تقسيم الخلية عمودياً",
TableDelete : "حذف الجدول",
SplitCell : "تقسيم خلية",
CellProperties : "خصائص الخلية",
TableProperties : "خصائص الجدول",
ImageProperties : "خصائص الصورة",
FlashProperties : "خصائص فيلم الفلاش",
 
AnchorProp : "خصائص الإشارة المرجعية",
ButtonProp : "خصائص زر الضغط",
CheckboxProp : "خصائص خانة الإختيار",
CheckboxProp : "خصائص خانة الاختيار",
HiddenFieldProp : "خصائص الحقل الخفي",
RadioButtonProp : "خصائص زر الخيار",
ImageButtonProp : "خصائص زر الصورة",
150,7 → 120,7
FontFormats : "عادي;منسّق;دوس;العنوان 1;العنوان 2;العنوان 3;العنوان 4;العنوان 5;العنوان 6",
 
// Alerts and Messages
ProcessingXHTML : "إنتظر قليلاً ريثما تتم معالَجة‏ XHTML. لن يستغرق طويلاً...",
ProcessingXHTML : "انتظر قليلاً ريثما تتم معالَجة‏ XHTML. لن يستغرق طويلاً...",
Done : "تم",
PasteWordConfirm : "يبدو أن النص المراد لصقه منسوخ من برنامج وورد. هل تود تنظيفه قبل الشروع في عملية اللصق؟",
NotCompatiblePaste : "هذه الميزة تحتاج لمتصفح من النوعInternet Explorer إصدار 5.5 فما فوق. هل تود اللصق دون تنظيف الكود؟",
158,10 → 128,6
UnknownCommand : "أمر غير معروف \"%1\"",
NotImplemented : "لم يتم دعم هذا الأمر",
UnknownToolbarSet : "لم أتمكن من العثور على طقم الأدوات \"%1\" ",
NoActiveX : "لتأمين متصفحك يجب أن تحدد بعض مميزات المحرر. يتوجب عليك تمكين الخيار \"Run ActiveX controls and plug-ins\". قد تواجة أخطاء وتلاحظ مميزات مفقودة",
BrowseServerBlocked : "لايمكن فتح مصدر المتصفح. فضلا يجب التأكد بأن جميع موانع النوافذ المنبثقة معطلة",
DialogBlocked : "لايمكن فتح نافذة الحوار . فضلا تأكد من أن مانع النوافذ المنبثة معطل .",
VisitLinkBlocked : "لا يمكن فتح نافذة جديدة. تأكد من إيقاف كل مانعي فتح النوافذ من العمل.",
 
// Dialogs
DlgBtnOK : "موافق",
169,18 → 135,16
DlgBtnClose : "إغلاق",
DlgBtnBrowseServer : "تصفح الخادم",
DlgAdvancedTag : "متقدم",
DlgOpOther : "<أخرى>",
DlgInfoTab : "معلومات",
DlgAlertUrl : "الرجاء كتابة عنوان الإنترنت",
DlgOpOther : "&lt;أخرى&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<بدون تحديد>",
DlgGenId : "الرقم",
DlgGenLangDir : "إتجاه النص",
DlgGenNotSet : "&lt;بدون تحديد&gt;",
DlgGenId : "Id",
DlgGenLangDir : "اتجاه النص",
DlgGenLangDirLtr : "اليسار لليمين (LTR)",
DlgGenLangDirRtl : "اليمين لليسار (RTL)",
DlgGenLangCode : "رمز اللغة",
DlgGenAccessKey : "مفاتيح الإختصار",
DlgGenAccessKey : "مفاتيح الاختصار",
DlgGenName : "الاسم",
DlgGenTabIndex : "الترتيب",
DlgGenLongDescr : "عنوان الوصف المفصّل",
187,7 → 151,7
DlgGenClass : "فئات التنسيق",
DlgGenTitle : "تلميح الشاشة",
DlgGenContType : "نوع التلميح",
DlgGenLinkCharset : "ترميز المادة المطلوبة",
DlgGenLinkCharset : "ترميز المادة المرطلوبة",
DlgGenStyle : "نمط",
 
// Image Dialog
198,9 → 162,9
DlgImgUpload : "رفع",
DlgImgAlt : "الوصف",
DlgImgWidth : "العرض",
DlgImgHeight : "الإرتفاع",
DlgImgHeight : "الارتفاع",
DlgImgLockRatio : "تناسق الحجم",
DlgBtnResetSize : "إستعادة الحجم الأصلي",
DlgBtnResetSize : "استعادة الحجم الأصلي",
DlgImgBorder : "سمك الحدود",
DlgImgHSpace : "تباعد أفقي",
DlgImgVSpace : "تباعد عمودي",
215,21 → 179,11
DlgImgAlignTextTop : "أعلى النص",
DlgImgAlignTop : "أعلى",
DlgImgPreview : "معاينة",
DlgImgAlertUrl : "فضلاً أكتب الموقع الذي توجد عليه هذه الصورة.",
DlgImgLinkTab : "الرابط",
DlgImgAlertUrl : "فضلاً اكتب الموقع الذي توجد عليه هذه الصورة.",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "خصائص فيلم الفلاش",
DlgFlashChkPlay : "تشغيل تلقائي",
DlgFlashChkLoop : "تكرار",
DlgFlashChkMenu : "تمكين قائمة فيلم الفلاش",
DlgFlashScale : "الحجم",
DlgFlashScaleAll : "إظهار الكل",
DlgFlashScaleNoBorder : "بلا حدود",
DlgFlashScaleFit : "ضبط تام",
 
// Link Dialog
DlgLnkWindowTitle : "إرتباط تشعبي",
DlgLnkWindowTitle : "ارتباط تشعبي",
DlgLnkInfoTab : "معلومات الرابط",
DlgLnkTargetTab : "الهدف",
 
238,12 → 192,12
DlgLnkTypeAnchor : "مكان في هذا المستند",
DlgLnkTypeEMail : "بريد إلكتروني",
DlgLnkProto : "البروتوكول",
DlgLnkProtoOther : "<أخرى>",
DlgLnkProtoOther : "&lt;أخرى&gt;",
DlgLnkURL : "الموقع",
DlgLnkAnchorSel : "اختر علامة مرجعية",
DlgLnkAnchorByName : "حسب اسم العلامة",
DlgLnkAnchorById : "حسب تعريف العنصر",
DlgLnkNoAnchors : "(لا يوجد علامات مرجعية في هذا المستند)",
DlgLnkNoAnchors : "&lt;لا يوجد علامات مرجعية في هذا المستند&gt;",
DlgLnkEMail : "عنوان بريد إلكتروني",
DlgLnkEMailSubject : "موضوع الرسالة",
DlgLnkEMailBody : "محتوى الرسالة",
251,8 → 205,8
DlgLnkBtnUpload : "أرسلها للخادم",
 
DlgLnkTarget : "الهدف",
DlgLnkTargetFrame : "<إطار>",
DlgLnkTargetPopup : "<نافذة منبثقة>",
DlgLnkTargetFrame : "&lt;إطار&gt;",
DlgLnkTargetPopup : "&lt;نافذة منبثقة&gt;",
DlgLnkTargetBlank : "إطار جديد (_blank)",
DlgLnkTargetParent : "الإطار الأصل (_parent)",
DlgLnkTargetSelf : "نفس الإطار (_self)",
269,7 → 223,7
DlgLnkPopFullScrn : "ملئ الشاشة (IE)",
DlgLnkPopDependent : "تابع (Netscape)",
DlgLnkPopWidth : "العرض",
DlgLnkPopHeight : "الإرتفاع",
DlgLnkPopHeight : "الارتفاع",
DlgLnkPopLeft : "التمركز لليسار",
DlgLnkPopTop : "التمركز للأعلى",
 
276,16 → 230,15
DlnLnkMsgNoUrl : "فضلاً أدخل عنوان الموقع الذي يشير إليه الرابط",
DlnLnkMsgNoEMail : "فضلاً أدخل عنوان البريد الإلكتروني",
DlnLnkMsgNoAnchor : "فضلاً حدد العلامة المرجعية المرغوبة",
DlnLnkMsgInvPopName : "اسم النافذة المنبثقة يجب أن يبدأ بحرف أبجدي دون مسافات",
 
// Color Dialog
DlgColorTitle : "اختر لوناً",
DlgColorBtnClear : "مسح",
DlgColorHighlight : "تحديد",
DlgColorSelected : "إختيار",
DlgColorSelected : "اختيار",
 
// Smiley Dialog
DlgSmileyTitle : "إدراج إبتسامات ",
DlgSmileyTitle : "إدراج ابتسامات ",
 
// Special Character Dialog
DlgSpecialCharTitle : "إدراج رمز",
303,16 → 256,10
DlgTableWidth : "العرض",
DlgTableWidthPx : "بكسل",
DlgTableWidthPc : "بالمئة",
DlgTableHeight : "الإرتفاع",
DlgTableHeight : "الارتفاع",
DlgTableCellSpace : "تباعد الخلايا",
DlgTableCellPad : "المسافة البادئة",
DlgTableCaption : "الوصف",
DlgTableSummary : "الخلاصة",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "خصائص الخلية",
319,7 → 266,7
DlgCellWidth : "العرض",
DlgCellWidthPx : "بكسل",
DlgCellWidthPc : "بالمئة",
DlgCellHeight : "الإرتفاع",
DlgCellHeight : "الارتفاع",
DlgCellWordWrap : "التفاف النص",
DlgCellWordWrapNotSet : "<بدون تحديد>",
DlgCellWordWrapYes : "نعم",
335,18 → 282,12
DlgCellVerAlignMiddle : "وسط",
DlgCellVerAlignBottom : "أسفل",
DlgCellVerAlignBaseline : "على السطر",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "إمتداد الصفوف",
DlgCellCollSpan : "إمتداد الأعمدة",
DlgCellRowSpan : "امتداد الصفوف",
DlgCellCollSpan : "امتداد الأعمدة",
DlgCellBackColor : "لون الخلفية",
DlgCellBorderColor : "لون الحدود",
DlgCellBtnSelect : "حدّد...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "بحث واستبدال",
 
// Find Dialog
DlgFindTitle : "بحث",
DlgFindFindBtn : "ابحث",
353,25 → 294,23
DlgFindNotFoundMsg : "لم يتم العثور على النص المحدد.",
 
// Replace Dialog
DlgReplaceTitle : "إستبدال",
DlgReplaceTitle : "استبدال",
DlgReplaceFindLbl : "البحث عن:",
DlgReplaceReplaceLbl : "إستبدال بـ:",
DlgReplaceReplaceLbl : "استبدال بـ:",
DlgReplaceCaseChk : "مطابقة حالة الأحرف",
DlgReplaceReplaceBtn : "إستبدال",
DlgReplaceReplAllBtn : "إستبدال الكل",
DlgReplaceReplaceBtn : "استبدال",
DlgReplaceReplAllBtn : "استبدال الكل",
DlgReplaceWordChk : "الكلمة بالكامل فقط",
 
// Paste Operations / Dialog
PasteErrorCut : "الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع القص التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl+X).",
PasteErrorCopy : "الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع النسخ التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl+C).",
PasteErrorPaste : "الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع اللصق التلقائي. فضلاً استخدم لوحة المفاتيح لفعل ذلك (Ctrl+V).",
PasteErrorCut : "الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع القص التلقائي. فضلاً استخدم لوحة المفاتيح لفعل ذلك (Ctrl+X).",
PasteErrorCopy : "الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع النسخ التلقائي. فضلاً استخدم لوحة المفاتيح لفعل ذلك (Ctrl+C).",
 
PasteAsText : "لصق كنص بسيط",
PasteFromWord : "لصق من وورد",
 
DlgPasteMsg2 : "الصق داخل الصندوق بإستخدام زرّي (<STRONG>Ctrl+V</STRONG>) في لوحة المفاتيح، ثم اضغط زر <STRONG>موافق</STRONG>.",
DlgPasteSec : "نظراً لإعدادات الأمان الخاصة بمتصفحك، لن يتمكن هذا المحرر من الوصول لمحتوى حافظتك، لذا وجب عليك لصق المحتوى مرة أخرى في هذه النافذة.",
DlgPasteIgnoreFont : "تجاهل تعريفات أسماء الخطوط",
DlgPasteRemoveStyles : "إزالة تعريفات الأنماط",
DlgPasteMsg : "لم يتمكن المحرر من القيام باللصق تلقائياً، نظراً <STRONG>لإعدادت متصفحك الأمنية</STRONG>.<BR>فضلاً إلصق داخل المربع التالي باستخدام لوحة المفاتيح (<STRONG>Ctrl+V</STRONG>) ثم اضغط <STRONG>موافق</STRONG>.",
 
// Color Picker
ColorAutomatic : "تلقائي",
393,7 → 332,7
DlgSpellBtnReplace : "تغيير",
DlgSpellBtnReplaceAll : "تغيير الكل",
DlgSpellBtnUndo : "تراجع",
DlgSpellNoSuggestions : "- لا توجد إقتراحات -",
DlgSpellNoSuggestions : "- لا توجد اقتراحات -",
DlgSpellProgress : "جاري التدقيق إملائياً",
DlgSpellNoMispell : "تم إكمال التدقيق الإملائي: لم يتم العثور على أي أخطاء إملائية",
DlgSpellNoChanges : "تم إكمال التدقيق الإملائي: لم يتم تغيير أي كلمة",
403,11 → 342,8
IeSpellDownload : "المدقق الإملائي (الإنجليزي) غير مثبّت. هل تود تحميله الآن؟",
 
// Button Dialog
DlgButtonText : "القيمة/التسمية",
DlgButtonType : "نوع الزر",
DlgButtonTypeBtn : "زر",
DlgButtonTypeSbm : "إرسال",
DlgButtonTypeRst : "إعادة تعيين",
DlgButtonText : "القيمة/التسمية",
DlgButtonType : "نوع الزر",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "الاسم",
432,7 → 368,7
DlgSelectBtnModify : "تعديل",
DlgSelectBtnUp : "تحريك لأعلى",
DlgSelectBtnDown : "تحريك لأسفل",
DlgSelectBtnSetValue : "إجعلها محددة",
DlgSelectBtnSetValue : "اجعلها محددة",
DlgSelectBtnDelete : "إزالة",
 
// Textarea Dialog
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "خصائص التعداد النقطي",
NumberedListProp : "خصائص التعداد الرقمي",
DlgLstStart : "البدء عند",
DlgLstType : "النوع",
DlgLstTypeCircle : "دائرة",
DlgLstTypeDisc : "قرص",
DlgLstTypeDisk : "قرص",
DlgLstTypeSquare : "مربع",
DlgLstTypeNumbers : "أرقام (1، 2، 3)َ",
DlgLstTypeLCase : "حروف صغيرة (a, b, c)َ",
474,21 → 409,12
DlgDocMetaTab : "المعرّفات الرأسية",
 
DlgDocPageTitle : "عنوان الصفحة",
DlgDocLangDir : "إتجاه اللغة",
DlgDocLangDir : "اتجاه اللغة",
DlgDocLangDirLTR : "اليسار لليمين (LTR)",
DlgDocLangDirRTL : "اليمين لليسار (RTL)",
DlgDocLangCode : "رمز اللغة",
DlgDocCharSet : "ترميز الحروف",
DlgDocCharSetCE : "أوروبا الوسطى",
DlgDocCharSetCT : "الصينية التقليدية (Big5)",
DlgDocCharSetCR : "السيريلية",
DlgDocCharSetGR : "اليونانية",
DlgDocCharSetJP : "اليابانية",
DlgDocCharSetKR : "الكورية",
DlgDocCharSetTR : "التركية",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "أوروبا الغربية",
DlgDocCharSetOther : "ترميز آخر",
DlgDocCharSetOther : "ترميز حروف آخر",
 
DlgDocDocType : "ترويسة نوع الصفحة",
DlgDocDocTypeOther : "ترويسة نوع صفحة أخرى",
512,23 → 438,16
DlgDocPreview : "معاينة",
 
// Templates Dialog
Templates : "القوالب",
DlgTemplatesTitle : "قوالب المحتوى",
DlgTemplatesSelMsg : "اختر القالب الذي تود وضعه في المحرر <br>(سيتم فقدان المحتوى الحالي):",
DlgTemplatesLoading : "جاري تحميل قائمة القوالب، الرجاء الإنتظار...",
DlgTemplatesNoTpl : "(لم يتم تعريف أي قالب)",
DlgTemplatesReplace : "استبدال المحتوى",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "نبذة",
DlgAboutBrowserInfoTab : "معلومات متصفحك",
DlgAboutLicenseTab : "الترخيص",
DlgAboutVersion : "الإصدار",
DlgAboutInfo : "لمزيد من المعلومات تفضل بزيارة",
 
// Div Dialog
DlgDivGeneralTab : "عام",
DlgDivAdvancedTab : "متقدم",
DlgDivStyle : "المظهر",
DlgDivInlineStyle : "المظهر المضمن"
};
DlgAboutLicense : "مرخّص بحسب قانون GNU LGPL",
DlgAboutInfo : "لمزيد من المعلومات تفضل بزيارة"
}
/trunk/api/fckeditor/editor/lang/en.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* English language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: en.js
* English language file.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
var FCKLang =
{
44,18 → 38,14
InsertLinkLbl : "Link",
InsertLink : "Insert/Edit Link",
RemoveLink : "Remove Link",
VisitLink : "Open Link",
Anchor : "Insert/Edit Anchor",
AnchorDelete : "Remove Anchor",
InsertImageLbl : "Image",
InsertImage : "Insert/Edit Image",
InsertFlashLbl : "Flash",
InsertFlash : "Insert/Edit Flash",
InsertTableLbl : "Table",
InsertTable : "Insert/Edit Table",
InsertLineLbl : "Line",
InsertLine : "Insert Horizontal Line",
InsertSpecialCharLbl: "Special Character",
InsertSpecialCharLbl: "Special Char",
InsertSpecialChar : "Insert Special Character",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Insert Smiley",
72,10 → 62,6
BlockJustify : "Block Justify",
DecreaseIndent : "Decrease Indent",
IncreaseIndent : "Increase Indent",
Blockquote : "Blockquote",
CreateDiv : "Create Div Container",
EditDiv : "Edit Div Container",
DeleteDiv : "Remove Div Container",
Undo : "Undo",
Redo : "Redo",
NumberedListLbl : "Numbered List",
93,10 → 79,8
Source : "Source",
Find : "Find",
Replace : "Replace",
SpellCheck : "Check Spelling",
SpellCheck : "Check Spell",
UniversalKeyboard : "Universal Keyboard",
PageBreakLbl : "Page Break",
PageBreak : "Insert Page Break",
 
Form : "Form",
Checkbox : "Checkbox",
108,33 → 92,19
SelectionField : "Selection Field",
ImageButton : "Image Button",
 
FitWindow : "Maximize the editor size",
ShowBlocks : "Show Blocks",
 
// Context Menu
EditLink : "Edit Link",
CellCM : "Cell",
RowCM : "Row",
ColumnCM : "Column",
InsertRowAfter : "Insert Row After",
InsertRowBefore : "Insert Row Before",
InsertRow : "Insert Row",
DeleteRows : "Delete Rows",
InsertColumnAfter : "Insert Column After",
InsertColumnBefore : "Insert Column Before",
InsertColumn : "Insert Column",
DeleteColumns : "Delete Columns",
InsertCellAfter : "Insert Cell After",
InsertCellBefore : "Insert Cell Before",
InsertCell : "Insert Cell",
DeleteCells : "Delete Cells",
MergeCells : "Merge Cells",
MergeRight : "Merge Right",
MergeDown : "Merge Down",
HorizontalSplitCell : "Split Cell Horizontally",
VerticalSplitCell : "Split Cell Vertically",
TableDelete : "Delete Table",
SplitCell : "Split Cell",
CellProperties : "Cell Properties",
TableProperties : "Table Properties",
ImageProperties : "Image Properties",
FlashProperties : "Flash Properties",
 
AnchorProp : "Anchor Properties",
ButtonProp : "Button Properties",
147,7 → 117,7
TextareaProp : "Textarea Properties",
FormProp : "Form Properties",
 
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Normal (DIV)",
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Paragraph (DIV)",
 
// Alerts and Messages
ProcessingXHTML : "Processing XHTML. Please wait...",
158,10 → 128,6
UnknownCommand : "Unknown command name \"%1\"",
NotImplemented : "Command not implemented",
UnknownToolbarSet : "Toolbar set \"%1\" doesn't exist",
NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.",
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",
DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.",
 
// Dialogs
DlgBtnOK : "OK",
169,12 → 135,10
DlgBtnClose : "Close",
DlgBtnBrowseServer : "Browse Server",
DlgAdvancedTag : "Advanced",
DlgOpOther : "<Other>",
DlgInfoTab : "Info",
DlgAlertUrl : "Please insert the URL",
DlgOpOther : "&lt;Other&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<not set>",
DlgGenNotSet : "&lt;not set&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Language Direction",
DlgGenLangDirLtr : "Left to Right (LTR)",
218,16 → 182,6
DlgImgAlertUrl : "Please type the image URL",
DlgImgLinkTab : "Link",
 
// Flash Dialog
DlgFlashTitle : "Flash Properties",
DlgFlashChkPlay : "Auto Play",
DlgFlashChkLoop : "Loop",
DlgFlashChkMenu : "Enable Flash Menu",
DlgFlashScale : "Scale",
DlgFlashScaleAll : "Show all",
DlgFlashScaleNoBorder : "No Border",
DlgFlashScaleFit : "Exact Fit",
 
// Link Dialog
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Link Info",
235,15 → 189,15
 
DlgLnkType : "Link Type",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Link to anchor in the text",
DlgLnkTypeAnchor : "Anchor in this page",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocol",
DlgLnkProtoOther : "<other>",
DlgLnkProtoOther : "&lt;other&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Select an Anchor",
DlgLnkAnchorByName : "By Anchor Name",
DlgLnkAnchorById : "By Element Id",
DlgLnkNoAnchors : "(No anchors available in the document)",
DlgLnkNoAnchors : "&lt;No anchors available in the document&gt;",
DlgLnkEMail : "E-Mail Address",
DlgLnkEMailSubject : "Message Subject",
DlgLnkEMailBody : "Message Body",
251,8 → 205,8
DlgLnkBtnUpload : "Send it to the Server",
 
DlgLnkTarget : "Target",
DlgLnkTargetFrame : "<frame>",
DlgLnkTargetPopup : "<popup window>",
DlgLnkTargetFrame : "&lt;frame&gt;",
DlgLnkTargetPopup : "&lt;popup window&gt;",
DlgLnkTargetBlank : "New Window (_blank)",
DlgLnkTargetParent : "Parent Window (_parent)",
DlgLnkTargetSelf : "Same Window (_self)",
276,7 → 230,6
DlnLnkMsgNoUrl : "Please type the link URL",
DlnLnkMsgNoEMail : "Please type the e-mail address",
DlnLnkMsgNoAnchor : "Please select an anchor",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces",
 
// Color Dialog
DlgColorTitle : "Select Color",
307,12 → 260,6
DlgTableCellSpace : "Cell spacing",
DlgTableCellPad : "Cell padding",
DlgTableCaption : "Caption",
DlgTableSummary : "Summary",
DlgTableHeaders : "Headers",
DlgTableHeadersNone : "None",
DlgTableHeadersColumn : "First column",
DlgTableHeadersRow : "First Row",
DlgTableHeadersBoth : "Both",
 
// Table Cell Dialog
DlgCellTitle : "Cell Properties",
321,23 → 268,20
DlgCellWidthPc : "percent",
DlgCellHeight : "Height",
DlgCellWordWrap : "Word Wrap",
DlgCellWordWrapNotSet : "<Not set>",
DlgCellWordWrapNotSet : "&lt;Not set&gt;",
DlgCellWordWrapYes : "Yes",
DlgCellWordWrapNo : "No",
DlgCellHorAlign : "Horizontal Alignment",
DlgCellHorAlignNotSet : "<Not set>",
DlgCellHorAlignNotSet : "&lt;Not set&gt;",
DlgCellHorAlignLeft : "Left",
DlgCellHorAlignCenter : "Center",
DlgCellHorAlignRight: "Right",
DlgCellVerAlign : "Vertical Alignment",
DlgCellVerAlignNotSet : "<Not set>",
DlgCellVerAlignNotSet : "&lt;Not set&gt;",
DlgCellVerAlignTop : "Top",
DlgCellVerAlignMiddle : "Middle",
DlgCellVerAlignBottom : "Bottom",
DlgCellVerAlignBaseline : "Baseline",
DlgCellType : "Cell Type",
DlgCellTypeData : "Data",
DlgCellTypeHeader : "Header",
DlgCellRowSpan : "Rows Span",
DlgCellCollSpan : "Columns Span",
DlgCellBackColor : "Background Color",
344,9 → 288,6
DlgCellBorderColor : "Border Color",
DlgCellBtnSelect : "Select...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace",
 
// Find Dialog
DlgFindTitle : "Find",
DlgFindFindBtn : "Find",
362,6 → 303,7
DlgReplaceWordChk : "Match whole word",
 
// Paste Operations / Dialog
PasteErrorPaste : "Your browser security settings don't permit the editor to automatically execute pasting operations. Please use the keyboard for that (Ctrl+V).",
PasteErrorCut : "Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).",
PasteErrorCopy : "Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "Paste as Plain Text",
PasteFromWord : "Paste from Word",
 
DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.",
DlgPasteSec : "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.",
DlgPasteIgnoreFont : "Ignore Font Face definitions",
DlgPasteRemoveStyles : "Remove Styles definitions",
DlgPasteMsg : "The editor was not able to automatically execute pasting because of the <STRONG>security settings</STRONG> of your browser.<BR>Please paste inside the following box using the keyboard (<STRONG>Ctrl+V</STRONG>) and hit <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatic",
403,11 → 342,8
IeSpellDownload : "Spell checker not installed. Do you want to download it now?",
 
// Button Dialog
DlgButtonText : "Text (Value)",
DlgButtonType : "Type",
DlgButtonTypeBtn : "Button",
DlgButtonTypeSbm : "Submit",
DlgButtonTypeRst : "Reset",
DlgButtonText : "Text (Value)",
DlgButtonType : "Type",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Name",
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "Bulleted List Properties",
NumberedListProp : "Numbered List Properties",
DlgLstStart : "Start",
DlgLstType : "Type",
DlgLstTypeCircle : "Circle",
DlgLstTypeDisc : "Disc",
DlgLstTypeDisk : "Disk",
DlgLstTypeSquare : "Square",
DlgLstTypeNumbers : "Numbers (1, 2, 3)",
DlgLstTypeLCase : "Lowercase Letters (a, b, c)",
479,15 → 414,6
DlgDocLangDirRTL : "Right to Left (RTL)",
DlgDocLangCode : "Language Code",
DlgDocCharSet : "Character Set Encoding",
DlgDocCharSetCE : "Central European",
DlgDocCharSetCT : "Chinese Traditional (Big5)",
DlgDocCharSetCR : "Cyrillic",
DlgDocCharSetGR : "Greek",
DlgDocCharSetJP : "Japanese",
DlgDocCharSetKR : "Korean",
DlgDocCharSetTR : "Turkish",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Western European",
DlgDocCharSetOther : "Other Character Set Encoding",
 
DlgDocDocType : "Document Type Heading",
514,21 → 440,14
// Templates Dialog
Templates : "Templates",
DlgTemplatesTitle : "Content Templates",
DlgTemplatesSelMsg : "Please select the template to open in the editor<br />(the actual contents will be lost):",
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):",
DlgTemplatesLoading : "Loading templates list. Please wait...",
DlgTemplatesNoTpl : "(No templates defined)",
DlgTemplatesReplace : "Replace actual contents",
 
// About Dialog
DlgAboutAboutTab : "About",
DlgAboutBrowserInfoTab : "Browser Info",
DlgAboutLicenseTab : "License",
DlgAboutVersion : "version",
DlgAboutInfo : "For further information go to",
 
// Div Dialog
DlgDivGeneralTab : "General",
DlgDivAdvancedTab : "Advanced",
DlgDivStyle : "Style",
DlgDivInlineStyle : "Inline Style"
};
DlgAboutLicense : "Licensed under the terms of the GNU Lesser General Public License",
DlgAboutInfo : "For further information go to"
}
/trunk/api/fckeditor/editor/lang/en-au.js
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* English (Australia) language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: en-au.js
* English (Australia) language file.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
* Christopher Dawes (fckeditor@dawes.id.au)
*/
 
var FCKLang =
{
44,18 → 39,14
InsertLinkLbl : "Link",
InsertLink : "Insert/Edit Link",
RemoveLink : "Remove Link",
VisitLink : "Open Link",
Anchor : "Insert/Edit Anchor",
AnchorDelete : "Remove Anchor",
Anchor : "Insert/Edit Anchor", //MISSING
InsertImageLbl : "Image",
InsertImage : "Insert/Edit Image",
InsertFlashLbl : "Flash",
InsertFlash : "Insert/Edit Flash",
InsertTableLbl : "Table",
InsertTable : "Insert/Edit Table",
InsertLineLbl : "Line",
InsertLine : "Insert Horizontal Line",
InsertSpecialCharLbl: "Special Character",
InsertSpecialCharLbl: "Special Char",
InsertSpecialChar : "Insert Special Character",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Insert Smiley",
67,15 → 58,11
Subscript : "Subscript",
Superscript : "Superscript",
LeftJustify : "Left Justify",
CenterJustify : "Centre Justify",
CenterJustify : "Center Justify",
RightJustify : "Right Justify",
BlockJustify : "Block Justify",
DecreaseIndent : "Decrease Indent",
IncreaseIndent : "Increase Indent",
Blockquote : "Blockquote",
CreateDiv : "Create Div Container",
EditDiv : "Edit Div Container",
DeleteDiv : "Remove Div Container",
Undo : "Undo",
Redo : "Redo",
NumberedListLbl : "Numbered List",
88,66 → 75,50
FontFormat : "Format",
Font : "Font",
FontSize : "Size",
TextColor : "Text Colour",
BGColor : "Background Colour",
TextColor : "Text Color", //MISSING
BGColor : "Background Color", //MISSING
Source : "Source",
Find : "Find",
Replace : "Replace",
SpellCheck : "Check Spelling",
UniversalKeyboard : "Universal Keyboard",
PageBreakLbl : "Page Break",
PageBreak : "Insert Page Break",
SpellCheck : "Check Spell", //MISSING
UniversalKeyboard : "Universal Keyboard", //MISSING
 
Form : "Form",
Checkbox : "Checkbox",
RadioButton : "Radio Button",
TextField : "Text Field",
Textarea : "Textarea",
HiddenField : "Hidden Field",
Button : "Button",
SelectionField : "Selection Field",
ImageButton : "Image Button",
Form : "Form", //MISSING
Checkbox : "Checkbox", //MISSING
RadioButton : "Radio Button", //MISSING
TextField : "Text Field", //MISSING
Textarea : "Textarea", //MISSING
HiddenField : "Hidden Field", //MISSING
Button : "Button", //MISSING
SelectionField : "Selection Field", //MISSING
ImageButton : "Image Button", //MISSING
 
FitWindow : "Maximize the editor size",
ShowBlocks : "Show Blocks",
 
// Context Menu
EditLink : "Edit Link",
CellCM : "Cell",
RowCM : "Row",
ColumnCM : "Column",
InsertRowAfter : "Insert Row After",
InsertRowBefore : "Insert Row Before",
InsertRow : "Insert Row",
DeleteRows : "Delete Rows",
InsertColumnAfter : "Insert Column After",
InsertColumnBefore : "Insert Column Before",
InsertColumn : "Insert Column",
DeleteColumns : "Delete Columns",
InsertCellAfter : "Insert Cell After",
InsertCellBefore : "Insert Cell Before",
InsertCell : "Insert Cell",
DeleteCells : "Delete Cells",
MergeCells : "Merge Cells",
MergeRight : "Merge Right",
MergeDown : "Merge Down",
HorizontalSplitCell : "Split Cell Horizontally",
VerticalSplitCell : "Split Cell Vertically",
TableDelete : "Delete Table",
SplitCell : "Split Cell",
CellProperties : "Cell Properties",
TableProperties : "Table Properties",
ImageProperties : "Image Properties",
FlashProperties : "Flash Properties",
 
AnchorProp : "Anchor Properties",
ButtonProp : "Button Properties",
CheckboxProp : "Checkbox Properties",
HiddenFieldProp : "Hidden Field Properties",
RadioButtonProp : "Radio Button Properties",
ImageButtonProp : "Image Button Properties",
TextFieldProp : "Text Field Properties",
SelectionFieldProp : "Selection Field Properties",
TextareaProp : "Textarea Properties",
FormProp : "Form Properties",
AnchorProp : "Anchor Properties", //MISSING
ButtonProp : "Button Properties", //MISSING
CheckboxProp : "Checkbox Properties", //MISSING
HiddenFieldProp : "Hidden Field Properties", //MISSING
RadioButtonProp : "Radio Button Properties", //MISSING
ImageButtonProp : "Image Button Properties", //MISSING
TextFieldProp : "Text Field Properties", //MISSING
SelectionFieldProp : "Selection Field Properties", //MISSING
TextareaProp : "Textarea Properties", //MISSING
FormProp : "Form Properties", //MISSING
 
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Normal (DIV)",
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Paragraph (DIV)",
 
// Alerts and Messages
ProcessingXHTML : "Processing XHTML. Please wait...",
158,23 → 129,17
UnknownCommand : "Unknown command name \"%1\"",
NotImplemented : "Command not implemented",
UnknownToolbarSet : "Toolbar set \"%1\" doesn't exist",
NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.",
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",
DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.",
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Cancel",
DlgBtnClose : "Close",
DlgBtnBrowseServer : "Browse Server",
DlgBtnBrowseServer : "Browse Server", //MISSING
DlgAdvancedTag : "Advanced",
DlgOpOther : "<Other>",
DlgInfoTab : "Info",
DlgAlertUrl : "Please insert the URL",
DlgOpOther : "&lt;Other&gt;", //MISSING
 
// General Dialogs Labels
DlgGenNotSet : "<not set>",
DlgGenNotSet : "&lt;not set&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Language Direction",
DlgGenLangDirLtr : "Left to Right (LTR)",
216,18 → 181,8
DlgImgAlignTop : "Top",
DlgImgPreview : "Preview",
DlgImgAlertUrl : "Please type the image URL",
DlgImgLinkTab : "Link",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash Properties",
DlgFlashChkPlay : "Auto Play",
DlgFlashChkLoop : "Loop",
DlgFlashChkMenu : "Enable Flash Menu",
DlgFlashScale : "Scale",
DlgFlashScaleAll : "Show all",
DlgFlashScaleNoBorder : "No Border",
DlgFlashScaleFit : "Exact Fit",
 
// Link Dialog
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Link Info",
235,15 → 190,15
 
DlgLnkType : "Link Type",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Link to anchor in the text",
DlgLnkTypeAnchor : "Anchor in this page",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocol",
DlgLnkProtoOther : "<other>",
DlgLnkProtoOther : "&lt;other&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Select an Anchor",
DlgLnkAnchorByName : "By Anchor Name",
DlgLnkAnchorById : "By Element Id",
DlgLnkNoAnchors : "(No anchors available in the document)",
DlgLnkNoAnchors : "&lt;No anchors available in the document&gt;",
DlgLnkEMail : "E-Mail Address",
DlgLnkEMailSubject : "Message Subject",
DlgLnkEMailBody : "Message Body",
251,13 → 206,13
DlgLnkBtnUpload : "Send it to the Server",
 
DlgLnkTarget : "Target",
DlgLnkTargetFrame : "<frame>",
DlgLnkTargetPopup : "<popup window>",
DlgLnkTargetFrame : "&lt;frame&gt;",
DlgLnkTargetPopup : "&lt;popup window&gt;",
DlgLnkTargetBlank : "New Window (_blank)",
DlgLnkTargetParent : "Parent Window (_parent)",
DlgLnkTargetSelf : "Same Window (_self)",
DlgLnkTargetTop : "Topmost Window (_top)",
DlgLnkTargetFrameName : "Target Frame Name",
DlgLnkTargetFrameName : "Target Frame Name", //MISSING
DlgLnkPopWinName : "Popup Window Name",
DlgLnkPopWinFeat : "Popup Window Features",
DlgLnkPopResize : "Resizable",
276,13 → 231,12
DlnLnkMsgNoUrl : "Please type the link URL",
DlnLnkMsgNoEMail : "Please type the e-mail address",
DlnLnkMsgNoAnchor : "Please select an anchor",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces",
 
// Color Dialog
DlgColorTitle : "Select Colour",
DlgColorBtnClear : "Clear",
DlgColorHighlight : "Highlight",
DlgColorSelected : "Selected",
DlgColorTitle : "Select Color", //MISSING
DlgColorBtnClear : "Clear", //MISSING
DlgColorHighlight : "Highlight", //MISSING
DlgColorSelected : "Selected", //MISSING
 
// Smiley Dialog
DlgSmileyTitle : "Insert a Smiley",
307,12 → 261,6
DlgTableCellSpace : "Cell spacing",
DlgTableCellPad : "Cell padding",
DlgTableCaption : "Caption",
DlgTableSummary : "Summary",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Cell Properties",
321,32 → 269,26
DlgCellWidthPc : "percent",
DlgCellHeight : "Height",
DlgCellWordWrap : "Word Wrap",
DlgCellWordWrapNotSet : "<Not set>",
DlgCellWordWrapNotSet : "&lt;Not set&gt;",
DlgCellWordWrapYes : "Yes",
DlgCellWordWrapNo : "No",
DlgCellHorAlign : "Horizontal Alignment",
DlgCellHorAlignNotSet : "<Not set>",
DlgCellHorAlignNotSet : "&lt;Not set&gt;",
DlgCellHorAlignLeft : "Left",
DlgCellHorAlignCenter : "Centre",
DlgCellHorAlignRight: "Right",
DlgCellVerAlign : "Vertical Alignment",
DlgCellVerAlignNotSet : "<Not set>",
DlgCellVerAlignNotSet : "&lt;Not set&gt;",
DlgCellVerAlignTop : "Top",
DlgCellVerAlignMiddle : "Middle",
DlgCellVerAlignBottom : "Bottom",
DlgCellVerAlignBaseline : "Baseline",
DlgCellType : "Cell Type",
DlgCellTypeData : "Data",
DlgCellTypeHeader : "Header",
DlgCellRowSpan : "Rows Span",
DlgCellCollSpan : "Columns Span",
DlgCellBackColor : "Background Colour",
DlgCellBorderColor : "Border Colour",
DlgCellBackColor : "Background Color", //MISSING
DlgCellBorderColor : "Border Color", //MISSING
DlgCellBtnSelect : "Select...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace",
 
// Find Dialog
DlgFindTitle : "Find",
DlgFindFindBtn : "Find",
362,173 → 304,151
DlgReplaceWordChk : "Match whole word",
 
// Paste Operations / Dialog
PasteErrorCut : "Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).",
PasteErrorCopy : "Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).",
PasteErrorPaste : "Your browser security settings don't permit the editor to automaticaly execute pasting operations. Please use the keyboard for that (Ctrl+V).",
PasteErrorCut : "Your browser security settings don't permit the editor to automaticaly execute cutting operations. Please use the keyboard for that (Ctrl+X).",
PasteErrorCopy : "Your browser security settings don't permit the editor to automaticaly execute copying operations. Please use the keyboard for that (Ctrl+C).",
 
PasteAsText : "Paste as Plain Text",
PasteFromWord : "Paste from Word",
 
DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.",
DlgPasteSec : "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.",
DlgPasteIgnoreFont : "Ignore Font Face definitions",
DlgPasteRemoveStyles : "Remove Styles definitions",
DlgPasteMsg : "The editor was not able to automaticaly execute pasting because of the <STRONG>security settings</STRONG> of your browser.<BR>Please paste inside the following box using the keyboard (<STRONG>Ctrl+V</STRONG>) and hit <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatic",
ColorMoreColors : "More Colours...",
ColorAutomatic : "Automatic", //MISSING
ColorMoreColors : "More Colors...", //MISSING
 
// Document Properties
DocProps : "Document Properties",
DocProps : "Document Properties", //MISSING
 
// Anchor Dialog
DlgAnchorTitle : "Anchor Properties",
DlgAnchorName : "Anchor Name",
DlgAnchorErrorName : "Please type the anchor name",
DlgAnchorTitle : "Anchor Properties", //MISSING
DlgAnchorName : "Anchor Name", //MISSING
DlgAnchorErrorName : "Please type the anchor name", //MISSING
 
// Speller Pages Dialog
DlgSpellNotInDic : "Not in dictionary",
DlgSpellChangeTo : "Change to",
DlgSpellBtnIgnore : "Ignore",
DlgSpellBtnIgnoreAll : "Ignore All",
DlgSpellBtnReplace : "Replace",
DlgSpellBtnReplaceAll : "Replace All",
DlgSpellBtnUndo : "Undo",
DlgSpellNoSuggestions : "- No suggestions -",
DlgSpellProgress : "Spell check in progress...",
DlgSpellNoMispell : "Spell check complete: No misspellings found",
DlgSpellNoChanges : "Spell check complete: No words changed",
DlgSpellOneChange : "Spell check complete: One word changed",
DlgSpellManyChanges : "Spell check complete: %1 words changed",
DlgSpellNotInDic : "Not in dictionary", //MISSING
DlgSpellChangeTo : "Change to", //MISSING
DlgSpellBtnIgnore : "Ignore", //MISSING
DlgSpellBtnIgnoreAll : "Ignore All", //MISSING
DlgSpellBtnReplace : "Replace", //MISSING
DlgSpellBtnReplaceAll : "Replace All", //MISSING
DlgSpellBtnUndo : "Undo", //MISSING
DlgSpellNoSuggestions : "- No suggestions -", //MISSING
DlgSpellProgress : "Spell check in progress...", //MISSING
DlgSpellNoMispell : "Spell check complete: No misspellings found", //MISSING
DlgSpellNoChanges : "Spell check complete: No words changed", //MISSING
DlgSpellOneChange : "Spell check complete: One word changed", //MISSING
DlgSpellManyChanges : "Spell check complete: %1 words changed", //MISSING
 
IeSpellDownload : "Spell checker not installed. Do you want to download it now?",
IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
 
// Button Dialog
DlgButtonText : "Text (Value)",
DlgButtonType : "Type",
DlgButtonTypeBtn : "Button",
DlgButtonTypeSbm : "Submit",
DlgButtonTypeRst : "Reset",
DlgButtonText : "Text (Value)", //MISSING
DlgButtonType : "Type", //MISSING
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Name",
DlgCheckboxValue : "Value",
DlgCheckboxSelected : "Selected",
DlgCheckboxName : "Name", //MISSING
DlgCheckboxValue : "Value", //MISSING
DlgCheckboxSelected : "Selected", //MISSING
 
// Form Dialog
DlgFormName : "Name",
DlgFormAction : "Action",
DlgFormMethod : "Method",
DlgFormName : "Name", //MISSING
DlgFormAction : "Action", //MISSING
DlgFormMethod : "Method", //MISSING
 
// Select Field Dialog
DlgSelectName : "Name",
DlgSelectValue : "Value",
DlgSelectSize : "Size",
DlgSelectLines : "lines",
DlgSelectChkMulti : "Allow multiple selections",
DlgSelectOpAvail : "Available Options",
DlgSelectOpText : "Text",
DlgSelectOpValue : "Value",
DlgSelectBtnAdd : "Add",
DlgSelectBtnModify : "Modify",
DlgSelectBtnUp : "Up",
DlgSelectBtnDown : "Down",
DlgSelectBtnSetValue : "Set as selected value",
DlgSelectBtnDelete : "Delete",
DlgSelectName : "Name", //MISSING
DlgSelectValue : "Value", //MISSING
DlgSelectSize : "Size", //MISSING
DlgSelectLines : "lines", //MISSING
DlgSelectChkMulti : "Allow multiple selections", //MISSING
DlgSelectOpAvail : "Available Options", //MISSING
DlgSelectOpText : "Text", //MISSING
DlgSelectOpValue : "Value", //MISSING
DlgSelectBtnAdd : "Add", //MISSING
DlgSelectBtnModify : "Modify", //MISSING
DlgSelectBtnUp : "Up", //MISSING
DlgSelectBtnDown : "Down", //MISSING
DlgSelectBtnSetValue : "Set as selected value", //MISSING
DlgSelectBtnDelete : "Delete", //MISSING
 
// Textarea Dialog
DlgTextareaName : "Name",
DlgTextareaCols : "Columns",
DlgTextareaRows : "Rows",
DlgTextareaName : "Name", //MISSING
DlgTextareaCols : "Columns", //MISSING
DlgTextareaRows : "Rows", //MISSING
 
// Text Field Dialog
DlgTextName : "Name",
DlgTextValue : "Value",
DlgTextCharWidth : "Character Width",
DlgTextMaxChars : "Maximum Characters",
DlgTextType : "Type",
DlgTextTypeText : "Text",
DlgTextTypePass : "Password",
DlgTextName : "Name", //MISSING
DlgTextValue : "Value", //MISSING
DlgTextCharWidth : "Character Width", //MISSING
DlgTextMaxChars : "Maximum Characters", //MISSING
DlgTextType : "Type", //MISSING
DlgTextTypeText : "Text", //MISSING
DlgTextTypePass : "Password", //MISSING
 
// Hidden Field Dialog
DlgHiddenName : "Name",
DlgHiddenValue : "Value",
DlgHiddenName : "Name", //MISSING
DlgHiddenValue : "Value", //MISSING
 
// Bulleted List Dialog
BulletedListProp : "Bulleted List Properties",
NumberedListProp : "Numbered List Properties",
DlgLstStart : "Start",
DlgLstType : "Type",
DlgLstTypeCircle : "Circle",
DlgLstTypeDisc : "Disc",
DlgLstTypeSquare : "Square",
DlgLstTypeNumbers : "Numbers (1, 2, 3)",
DlgLstTypeLCase : "Lowercase Letters (a, b, c)",
DlgLstTypeUCase : "Uppercase Letters (A, B, C)",
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)",
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)",
BulletedListProp : "Bulleted List Properties", //MISSING
NumberedListProp : "Numbered List Properties", //MISSING
DlgLstType : "Type", //MISSING
DlgLstTypeCircle : "Circle", //MISSING
DlgLstTypeDisk : "Disk", //MISSING
DlgLstTypeSquare : "Square", //MISSING
DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
DlgLstTypeUCase : "Uppercase Letters (A, B, C)", //MISSING
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", //MISSING
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", //MISSING
 
// Document Properties Dialog
DlgDocGeneralTab : "General",
DlgDocBackTab : "Background",
DlgDocColorsTab : "Colours and Margins",
DlgDocMetaTab : "Meta Data",
DlgDocGeneralTab : "General", //MISSING
DlgDocBackTab : "Background", //MISSING
DlgDocColorsTab : "Colors and Margins", //MISSING
DlgDocMetaTab : "Meta Data", //MISSING
 
DlgDocPageTitle : "Page Title",
DlgDocLangDir : "Language Direction",
DlgDocLangDirLTR : "Left to Right (LTR)",
DlgDocLangDirRTL : "Right to Left (RTL)",
DlgDocLangCode : "Language Code",
DlgDocCharSet : "Character Set Encoding",
DlgDocCharSetCE : "Central European",
DlgDocCharSetCT : "Chinese Traditional (Big5)",
DlgDocCharSetCR : "Cyrillic",
DlgDocCharSetGR : "Greek",
DlgDocCharSetJP : "Japanese",
DlgDocCharSetKR : "Korean",
DlgDocCharSetTR : "Turkish",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Western European",
DlgDocCharSetOther : "Other Character Set Encoding",
DlgDocPageTitle : "Page Title", //MISSING
DlgDocLangDir : "Language Direction", //MISSING
DlgDocLangDirLTR : "Left to Right (LTR)", //MISSING
DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
DlgDocLangCode : "Language Code", //MISSING
DlgDocCharSet : "Character Set Encoding", //MISSING
DlgDocCharSetOther : "Other Character Set Encoding", //MISSING
 
DlgDocDocType : "Document Type Heading",
DlgDocDocTypeOther : "Other Document Type Heading",
DlgDocIncXHTML : "Include XHTML Declarations",
DlgDocBgColor : "Background Colour",
DlgDocBgImage : "Background Image URL",
DlgDocBgNoScroll : "Nonscrolling Background",
DlgDocCText : "Text",
DlgDocCLink : "Link",
DlgDocCVisited : "Visited Link",
DlgDocCActive : "Active Link",
DlgDocMargins : "Page Margins",
DlgDocMaTop : "Top",
DlgDocMaLeft : "Left",
DlgDocMaRight : "Right",
DlgDocMaBottom : "Bottom",
DlgDocMeIndex : "Document Indexing Keywords (comma separated)",
DlgDocMeDescr : "Document Description",
DlgDocMeAuthor : "Author",
DlgDocMeCopy : "Copyright",
DlgDocPreview : "Preview",
DlgDocDocType : "Document Type Heading", //MISSING
DlgDocDocTypeOther : "Other Document Type Heading", //MISSING
DlgDocIncXHTML : "Include XHTML Declarations", //MISSING
DlgDocBgColor : "Background Color", //MISSING
DlgDocBgImage : "Background Image URL", //MISSING
DlgDocBgNoScroll : "Nonscrolling Background", //MISSING
DlgDocCText : "Text", //MISSING
DlgDocCLink : "Link", //MISSING
DlgDocCVisited : "Visited Link", //MISSING
DlgDocCActive : "Active Link", //MISSING
DlgDocMargins : "Page Margins", //MISSING
DlgDocMaTop : "Top", //MISSING
DlgDocMaLeft : "Left", //MISSING
DlgDocMaRight : "Right", //MISSING
DlgDocMaBottom : "Bottom", //MISSING
DlgDocMeIndex : "Document Indexing Keywords (comma separated)", //MISSING
DlgDocMeDescr : "Document Description", //MISSING
DlgDocMeAuthor : "Author", //MISSING
DlgDocMeCopy : "Copyright", //MISSING
DlgDocPreview : "Preview", //MISSING
 
// Templates Dialog
Templates : "Templates",
DlgTemplatesTitle : "Content Templates",
DlgTemplatesSelMsg : "Please select the template to open in the editor<br />(the actual contents will be lost):",
DlgTemplatesLoading : "Loading templates list. Please wait...",
DlgTemplatesNoTpl : "(No templates defined)",
DlgTemplatesReplace : "Replace actual contents",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "About",
DlgAboutBrowserInfoTab : "Browser Info",
DlgAboutLicenseTab : "License",
DlgAboutAboutTab : "About", //MISSING
DlgAboutBrowserInfoTab : "Browser Info", //MISSING
DlgAboutVersion : "version",
DlgAboutInfo : "For further information go to",
 
// Div Dialog
DlgDivGeneralTab : "General",
DlgDivAdvancedTab : "Advanced",
DlgDivStyle : "Style",
DlgDivInlineStyle : "Inline Style"
};
DlgAboutLicense : "Licensed under the terms of the GNU Lesser General Public License",
DlgAboutInfo : "For further information go to"
}
/trunk/api/fckeditor/editor/lang/fr.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* French language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fr.js
* French language file.
*
* File Authors:
* Hubert Garrido (liane@users.sourceforge.net)
*/
 
var FCKLang =
{
31,8 → 25,8
 
// Toolbar Items and Context Menu
Save : "Enregistrer",
NewPage : "Nouvelle page",
Preview : "Prévisualisation",
NewPage : "Nouvelle Page",
Preview : "Prévisualisation",
Cut : "Couper",
Copy : "Copier",
Paste : "Coller",
39,171 → 33,141
PasteText : "Coller comme texte",
PasteWord : "Coller de Word",
Print : "Imprimer",
SelectAll : "Tout sélectionner",
RemoveFormat : "Supprimer le format",
SelectAll : "Tout sélectionner",
RemoveFormat : "Supprimer Format",
InsertLinkLbl : "Lien",
InsertLink : "Insérer/modifier le lien",
RemoveLink : "Supprimer le lien",
VisitLink : "Suivre le lien",
Anchor : "Insérer/modifier l'ancre",
AnchorDelete : "Supprimer l'ancre",
InsertLink : "Insérer/Modifier Lien",
RemoveLink : "Supprimer Lien",
Anchor : "Insérer/Modifier Ancre",
InsertImageLbl : "Image",
InsertImage : "Insérer/modifier l'image",
InsertFlashLbl : "Animation Flash",
InsertFlash : "Insérer/modifier l'animation Flash",
InsertImage : "Insérer/Modifier Image",
InsertTableLbl : "Tableau",
InsertTable : "Insérer/modifier le tableau",
InsertLineLbl : "Séparateur",
InsertLine : "Insérer un séparateur",
InsertSpecialCharLbl: "Caractères spéciaux",
InsertSpecialChar : "Insérer un caractère spécial",
InsertTable : "Insérer/Modifier Tableau",
InsertLineLbl : "Séparateur",
InsertLine : "Insérer Séparateur",
InsertSpecialCharLbl: "Caractère Spécial",
InsertSpecialChar : "Insérer Caractère Spécial",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Insérer un Smiley",
InsertSmiley : "Insérer Smiley",
About : "A propos de FCKeditor",
Bold : "Gras",
Italic : "Italique",
Underline : "Souligné",
StrikeThrough : "Barré",
Underline : "Souligné",
StrikeThrough : "Barré",
Subscript : "Indice",
Superscript : "Exposant",
LeftJustify : "Aligné à gauche",
CenterJustify : "Centré",
RightJustify : "Aligné à Droite",
BlockJustify : "Texte justifié",
DecreaseIndent : "Diminuer le retrait",
IncreaseIndent : "Augmenter le retrait",
Blockquote : "Citation",
CreateDiv : "Créer Balise Div",
EditDiv : "Modifier Balise Div",
DeleteDiv : "Supprimer Balise Div",
LeftJustify : "Aligné à Gauche",
CenterJustify : "Centré",
RightJustify : "Aligné à Droite",
BlockJustify : "Texte Justifié",
DecreaseIndent : "Diminuer le Retrait",
IncreaseIndent : "Augmenter le Retrait",
Undo : "Annuler",
Redo : "Refaire",
NumberedListLbl : "Liste numérotée",
NumberedList : "Insérer/supprimer la liste numérotée",
BulletedListLbl : "Liste à puces",
BulletedList : "Insérer/supprimer la liste à puces",
ShowTableBorders : "Afficher les bordures du tableau",
ShowDetails : "Afficher les caractères invisibles",
NumberedListLbl : "Liste Numérotée",
NumberedList : "Insérer/Supprimer Liste Numérotée",
BulletedListLbl : "Liste à puces",
BulletedList : "Insérer/Supprimer Liste à puces",
ShowTableBorders : "Afficher Bordures de Tableau",
ShowDetails : "Afficher Caractères Invisibles",
Style : "Style",
FontFormat : "Format",
Font : "Police",
FontSize : "Taille",
TextColor : "Couleur de caractère",
BGColor : "Couleur de fond",
TextColor : "Couleur de Caractère",
BGColor : "Couleur de Fond",
Source : "Source",
Find : "Chercher",
Replace : "Remplacer",
SpellCheck : "Orthographe",
UniversalKeyboard : "Clavier universel",
PageBreakLbl : "Saut de page",
PageBreak : "Insérer un saut de page",
UniversalKeyboard : "Clavier Universel",
 
Form : "Formulaire",
Checkbox : "Case à cocher",
RadioButton : "Bouton radio",
TextField : "Champ texte",
Textarea : "Zone de texte",
HiddenField : "Champ caché",
Checkbox : "Case à cocher",
RadioButton : "Bouton Radio",
TextField : "Champ Texte",
Textarea : "Zone Texte",
HiddenField : "Champ caché",
Button : "Bouton",
SelectionField : "Liste/menu",
ImageButton : "Bouton image",
SelectionField : "Liste/Menu",
ImageButton : "Bouton Image",
 
FitWindow : "Edition pleine page",
ShowBlocks : "Afficher les blocs",
 
// Context Menu
EditLink : "Modifier le lien",
CellCM : "Cellule",
RowCM : "Ligne",
ColumnCM : "Colonne",
InsertRowAfter : "Insérer une ligne après",
InsertRowBefore : "Insérer une ligne avant",
DeleteRows : "Supprimer des lignes",
InsertColumnAfter : "Insérer une colonne après",
InsertColumnBefore : "Insérer une colonne avant",
DeleteColumns : "Supprimer des colonnes",
InsertCellAfter : "Insérer une cellule après",
InsertCellBefore : "Insérer une cellule avant",
DeleteCells : "Supprimer des cellules",
MergeCells : "Fusionner les cellules",
MergeRight : "Fusionner à droite",
MergeDown : "Fusionner en bas",
HorizontalSplitCell : "Scinder la cellule horizontalement",
VerticalSplitCell : "Scinder la cellule verticalement",
TableDelete : "Supprimer le tableau",
CellProperties : "Propriétés de cellule",
TableProperties : "Propriétés du tableau",
ImageProperties : "Propriétés de l'image",
FlashProperties : "Propriétés de l'animation Flash",
EditLink : "Modifier Lien",
InsertRow : "Insérer une Ligne",
DeleteRows : "Supprimer des Lignes",
InsertColumn : "Insérer une Colonne",
DeleteColumns : "Supprimer des Colonnes",
InsertCell : "Insérer une Cellule",
DeleteCells : "Supprimer des Cellules",
MergeCells : "Fusionner les Cellules",
SplitCell : "Scinder les Cellules",
CellProperties : "Propriétés de Cellule",
TableProperties : "Propriétés de Tableau",
ImageProperties : "Propriétés d'Image",
 
AnchorProp : "Propriétés de l'ancre",
ButtonProp : "Propriétés du bouton",
CheckboxProp : "Propriétés de la case à cocher",
HiddenFieldProp : "Propriétés du champ caché",
RadioButtonProp : "Propriétés du bouton radio",
ImageButtonProp : "Propriétés du bouton image",
TextFieldProp : "Propriétés du champ texte",
SelectionFieldProp : "Propriétés de la liste/du menu",
TextareaProp : "Propriétés de la zone de texte",
FormProp : "Propriétés du formulaire",
AnchorProp : "Propriétés d'Ancre",
ButtonProp : "Propriétés de Bouton",
CheckboxProp : "Propriétés de Case à Cocher",
HiddenFieldProp : "Propriétés de Champ Caché",
RadioButtonProp : "Propriétés de Bouton Radio",
ImageButtonProp : "Propriétés de Bouton Image",
TextFieldProp : "Propriétés de Champ Texte",
SelectionFieldProp : "Propriétés de Liste/Menu",
TextareaProp : "Propriétés de Zone Texte",
FormProp : "Propriétés de Formulaire",
 
FontFormats : "Normal;Formaté;Adresse;En-tête 1;En-tête 2;En-tête 3;En-tête 4;En-tête 5;En-tête 6;Normal (DIV)",
FontFormats : "Normal;Formatted;Address;Titre 1;Titre 2;Titre 3;Titre 4;Titre 5;Titre 6",
 
// Alerts and Messages
ProcessingXHTML : "Calcul XHTML. Veuillez patienter...",
Done : "Terminé",
PasteWordConfirm : "Le texte à coller semble provenir de Word. Désirez-vous le nettoyer avant de coller?",
NotCompatiblePaste : "Cette commande nécessite Internet Explorer version 5.5 minimum. Souhaitez-vous coller sans nettoyage?",
UnknownToolbarItem : "Elément de barre d'outil inconnu \"%1\"",
Done : "Terminé",
PasteWordConfirm : "Le texte à coller semble provenir de Word. Désirez-vous le nettoyer avant de coller?",
NotCompatiblePaste : "Cette commande nécessite Internet Explorer version 5.5 minimum. Souhaitez-vous coller sans nettoyage?",
UnknownToolbarItem : "Elément de barre d'outil inconnu \"%1\"",
UnknownCommand : "Nom de commande inconnu \"%1\"",
NotImplemented : "Commande non encore écrite",
NotImplemented : "Commande non encore écrite",
UnknownToolbarSet : "La barre d'outils \"%1\" n'existe pas",
NoActiveX : "Les paramètres de sécurité de votre navigateur peuvent limiter quelques fonctionnalités de l'éditeur. Veuillez activer l'option \"Exécuter les contrôles ActiveX et les plug-ins\". Il se peut que vous rencontriez des erreurs et remarquiez quelques limitations.",
BrowseServerBlocked : "Le navigateur n'a pas pu être ouvert. Assurez-vous que les bloqueurs de popups soient désactivés.",
DialogBlocked : "La fenêtre de dialogue n'a pas pu s'ouvrir. Assurez-vous que les bloqueurs de popups soient désactivés.",
VisitLinkBlocked : "Impossible d'ouvrir une nouvelle fenêtre. Assurez-vous que les bloqueurs de popups soient désactivés.",
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Annuler",
DlgBtnClose : "Fermer",
DlgBtnBrowseServer : "Parcourir le serveur",
DlgAdvancedTag : "Avancé",
DlgOpOther : "<Autre>",
DlgInfoTab : "Info",
DlgAlertUrl : "Veuillez saisir l'URL",
DlgBtnBrowseServer : "Parcourir le Serveur",
DlgAdvancedTag : "Avancé",
DlgOpOther : "&lt;Autre&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<Par défaut>",
DlgGenNotSet : "&lt;Par Défaut&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Sens d'écriture",
DlgGenLangDirLtr : "De gauche à droite (LTR)",
DlgGenLangDirRtl : "De droite à gauche (RTL)",
DlgGenLangCode : "Code langue",
DlgGenAccessKey : "Equivalent clavier",
DlgGenLangDir : "Sens d'Ecriture",
DlgGenLangDirLtr : "Gauche vers Droite (LTR)",
DlgGenLangDirRtl : "Droite vers Gauche (RTL)",
DlgGenLangCode : "Code Langue",
DlgGenAccessKey : "Equivalent Clavier",
DlgGenName : "Nom",
DlgGenTabIndex : "Ordre de tabulation",
DlgGenLongDescr : "URL de description longue",
DlgGenClass : "Classes de feuilles de style",
DlgGenTitle : "Titre",
DlgGenContType : "Type de contenu",
DlgGenLinkCharset : "Encodage de caractère",
DlgGenTabIndex : "Ordre de Tabulation",
DlgGenLongDescr : "URL de Description Longue",
DlgGenClass : "Classes de Feuilles de Style",
DlgGenTitle : "Titre Indicatif",
DlgGenContType : "Type de Contenu Indicatif",
DlgGenLinkCharset : "Encodage de Caractère de la cible",
DlgGenStyle : "Style",
 
// Image Dialog
DlgImgTitle : "Propriétés de l'image",
DlgImgInfoTab : "Informations sur l'image",
DlgImgBtnUpload : "Envoyer sur le serveur",
DlgImgTitle : "Propriétés d'Image",
DlgImgInfoTab : "Informations sur l'Image",
DlgImgBtnUpload : "Envoyer au Serveur",
DlgImgURL : "URL",
DlgImgUpload : "Télécharger",
DlgImgAlt : "Texte de remplacement",
DlgImgUpload : "Upload",
DlgImgAlt : "Texte de Remplacement",
DlgImgWidth : "Largeur",
DlgImgHeight : "Hauteur",
DlgImgLockRatio : "Garder les proportions",
DlgBtnResetSize : "Taille originale",
DlgImgLockRatio : "Garder proportions",
DlgBtnResetSize : "Taille Originale",
DlgImgBorder : "Bordure",
DlgImgHSpace : "Espacement horizontal",
DlgImgVSpace : "Espacement vertical",
DlgImgHSpace : "HSpace",
DlgImgVSpace : "VSpace",
DlgImgAlign : "Alignement",
DlgImgAlignLeft : "Gauche",
DlgImgAlignAbsBottom: "Abs Bas",
214,91 → 178,80
DlgImgAlignRight : "Droite",
DlgImgAlignTextTop : "Haut du texte",
DlgImgAlignTop : "Haut",
DlgImgPreview : "Prévisualisation",
DlgImgPreview : "Prévisualisation",
DlgImgAlertUrl : "Veuillez saisir l'URL de l'image",
DlgImgLinkTab : "Lien",
 
// Flash Dialog
DlgFlashTitle : "Propriétés de l'animation Flash",
DlgFlashChkPlay : "Lecture automatique",
DlgFlashChkLoop : "Boucle",
DlgFlashChkMenu : "Activer le menu Flash",
DlgFlashScale : "Affichage",
DlgFlashScaleAll : "Par défaut (tout montrer)",
DlgFlashScaleNoBorder : "Sans bordure",
DlgFlashScaleFit : "Ajuster aux dimensions",
 
// Link Dialog
DlgLnkWindowTitle : "Propriétés du lien",
DlgLnkInfoTab : "Informations sur le lien",
DlgLnkWindowTitle : "Propriétés de Lien",
DlgLnkInfoTab : "Informations sur le Lien",
DlgLnkTargetTab : "Destination",
 
DlgLnkType : "Type de lien",
DlgLnkType : "Type de Lien",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Ancre dans cette page",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocole",
DlgLnkProtoOther : "<autre>",
DlgLnkProtoOther : "&lt;autre&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Sélectionner une ancre",
DlgLnkAnchorByName : "Par nom",
DlgLnkAnchorById : "Par id",
DlgLnkNoAnchors : "(Pas d'ancre disponible dans le document)",
DlgLnkAnchorSel : "Sélectionner une Ancre",
DlgLnkAnchorByName : "Par Nom d'Ancre",
DlgLnkAnchorById : "Par Id d'Elément",
DlgLnkNoAnchors : "&lt;Pas d'ancre disponible dans le document&gt;",
DlgLnkEMail : "Adresse E-Mail",
DlgLnkEMailSubject : "Sujet du message",
DlgLnkEMailBody : "Corps du message",
DlgLnkUpload : "Télécharger",
DlgLnkBtnUpload : "Envoyer sur le serveur",
DlgLnkEMailSubject : "Sujet du Message",
DlgLnkEMailBody : "Corps du Message",
DlgLnkUpload : "Upload",
DlgLnkBtnUpload : "Envoyer au Serveur",
 
DlgLnkTarget : "Destination",
DlgLnkTargetFrame : "<Cadre>",
DlgLnkTargetPopup : "<fenêtre popup>",
DlgLnkTargetBlank : "Nouvelle fenêtre (_blank)",
DlgLnkTargetParent : "Fenêtre mère (_parent)",
DlgLnkTargetSelf : "Même fenêtre (_self)",
DlgLnkTargetTop : "Fenêtre supérieure (_top)",
DlgLnkTargetFrameName : "Nom du cadre de destination",
DlgLnkPopWinName : "Nom de la fenêtre popup",
DlgLnkPopWinFeat : "Caractéristiques de la fenêtre popup",
DlgLnkPopResize : "Taille modifiable",
DlgLnkPopLocation : "Barre d'adresses",
DlgLnkPopMenu : "Barre de menu",
DlgLnkPopScroll : "Barres de défilement",
DlgLnkPopStatus : "Barre d'état",
DlgLnkPopToolbar : "Barre d'outils",
DlgLnkPopFullScrn : "Plein écran (IE)",
DlgLnkPopDependent : "Dépendante (Netscape)",
DlgLnkTargetFrame : "&lt;cadre&gt;",
DlgLnkTargetPopup : "&lt;fenêtre popup&gt;",
DlgLnkTargetBlank : "Nouvelle Fenêtre (_blank)",
DlgLnkTargetParent : "Fenêtre Mère (_parent)",
DlgLnkTargetSelf : "Même Fenêtre (_self)",
DlgLnkTargetTop : "Fenêtre Supérieure (_top)",
DlgLnkTargetFrameName : "Nom du Cadre de Destination",
DlgLnkPopWinName : "Nom de la Fenêtre Popup",
DlgLnkPopWinFeat : "Caractéristiques de la Fenêtre Popup",
DlgLnkPopResize : "Taille Modifiable",
DlgLnkPopLocation : "Barre d'Adresses",
DlgLnkPopMenu : "Barre de Menu",
DlgLnkPopScroll : "Barres de Défilement",
DlgLnkPopStatus : "Barre d'Etat",
DlgLnkPopToolbar : "Barre d'Outils",
DlgLnkPopFullScrn : "Plein Ecran (IE)",
DlgLnkPopDependent : "Dépendante (Netscape)",
DlgLnkPopWidth : "Largeur",
DlgLnkPopHeight : "Hauteur",
DlgLnkPopLeft : "Position à partir de la gauche",
DlgLnkPopTop : "Position à partir du haut",
DlgLnkPopLeft : "Position Gauche",
DlgLnkPopTop : "Position Haut",
 
DlnLnkMsgNoUrl : "Veuillez saisir l'URL",
DlnLnkMsgNoEMail : "Veuillez saisir l'adresse e-mail",
DlnLnkMsgNoAnchor : "Veuillez sélectionner une ancre",
DlnLnkMsgInvPopName : "Le nom de la fenêtre popup doit commencer par une lettre et ne doit pas contenir d'espace",
DlnLnkMsgNoAnchor : "Veuillez sélectionner une ancre",
 
// Color Dialog
DlgColorTitle : "Sélectionner",
DlgColorTitle : "Sélectionner",
DlgColorBtnClear : "Effacer",
DlgColorHighlight : "Prévisualisation",
DlgColorSelected : "Sélectionné",
DlgColorHighlight : "Highlight",
DlgColorSelected : "Sélectionné",
 
// Smiley Dialog
DlgSmileyTitle : "Insérer un Smiley",
DlgSmileyTitle : "Insérer Smiley",
 
// Special Character Dialog
DlgSpecialCharTitle : "Insérer un caractère spécial",
DlgSpecialCharTitle : "Insérer Caractère Spécial",
 
// Table Dialog
DlgTableTitle : "Propriétés du tableau",
DlgTableTitle : "Propriétés de Tableau",
DlgTableRows : "Lignes",
DlgTableColumns : "Colonnes",
DlgTableBorder : "Bordure",
DlgTableAlign : "Alignement",
DlgTableAlignNotSet : "<Par défaut>",
DlgTableAlignNotSet : "<Par Défaut>",
DlgTableAlignLeft : "Gauche",
DlgTableAlignCenter : "Centré",
DlgTableAlignCenter : "Centré",
DlgTableAlignRight : "Droite",
DlgTableWidth : "Largeur",
DlgTableWidthPx : "pixels",
307,50 → 260,38
DlgTableCellSpace : "Espacement",
DlgTableCellPad : "Contour",
DlgTableCaption : "Titre",
DlgTableSummary : "Résumé",
DlgTableHeaders : "Entêtes",
DlgTableHeadersNone : "Sans",
DlgTableHeadersColumn : "Première colonne",
DlgTableHeadersRow : "Première Ligne",
DlgTableHeadersBoth : "Les 2",
 
// Table Cell Dialog
DlgCellTitle : "Propriétés de la cellule",
DlgCellTitle : "Propriétés de cellule",
DlgCellWidth : "Largeur",
DlgCellWidthPx : "pixels",
DlgCellWidthPc : "pourcentage",
DlgCellHeight : "Hauteur",
DlgCellWordWrap : "Retour à la ligne",
DlgCellWordWrapNotSet : "<Par défaut>",
DlgCellWordWrap : "Retour à la ligne",
DlgCellWordWrapNotSet : "<Par Défaut>",
DlgCellWordWrapYes : "Oui",
DlgCellWordWrapNo : "Non",
DlgCellHorAlign : "Alignement horizontal",
DlgCellHorAlignNotSet : "<Par défaut>",
DlgCellHorAlign : "Alignement Horizontal",
DlgCellHorAlignNotSet : "<Par Défaut>",
DlgCellHorAlignLeft : "Gauche",
DlgCellHorAlignCenter : "Centré",
DlgCellHorAlignCenter : "Centré",
DlgCellHorAlignRight: "Droite",
DlgCellVerAlign : "Alignement vertical",
DlgCellVerAlignNotSet : "<Par défaut>",
DlgCellVerAlign : "Alignement Vertical",
DlgCellVerAlignNotSet : "<Par Défaut>",
DlgCellVerAlignTop : "Haut",
DlgCellVerAlignMiddle : "Milieu",
DlgCellVerAlignBottom : "Bas",
DlgCellVerAlignBaseline : "Bas du texte",
DlgCellType : "Type de Cellule",
DlgCellTypeData : "Données",
DlgCellTypeHeader : "Entête",
DlgCellRowSpan : "Lignes fusionnées",
DlgCellCollSpan : "Colonnes fusionnées",
DlgCellRowSpan : "Lignes Fusionnées",
DlgCellCollSpan : "Colonnes Fusionnées",
DlgCellBackColor : "Fond",
DlgCellBorderColor : "Bordure",
DlgCellBtnSelect : "Choisir...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Chercher et Remplacer",
 
// Find Dialog
DlgFindTitle : "Chercher",
DlgFindFindBtn : "Chercher",
DlgFindNotFoundMsg : "Le texte indiqué est introuvable.",
DlgFindNotFoundMsg : "Le texte indiqué est introuvable.",
 
// Replace Dialog
DlgReplaceTitle : "Remplacer",
362,27 → 303,25
DlgReplaceWordChk : "Mot entier",
 
// Paste Operations / Dialog
PasteErrorCut : "Les paramètres de sécurité de votre navigateur empêchent l'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl+X).",
PasteErrorCopy : "Les paramètres de sécurité de votre navigateur empêchent l'éditeur de copier automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl+C).",
PasteErrorPaste : "Les paramètres de sécurité de votre navigateur empêchent l'éditeur de coller automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl+V).",
PasteErrorCut : "Les paramètres de sécurité de votre navigateur empêchent l'éditeur de couper automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl+X).",
PasteErrorCopy : "Les paramètres de sécurité de votre navigateur empêchent l'éditeur de copier automatiquement vos données. Veuillez utiliser les équivalents claviers (Ctrl+C).",
 
PasteAsText : "Coller comme texte",
PasteFromWord : "Coller à partir de Word",
PasteFromWord : "Coller à partir de Word",
 
DlgPasteMsg2 : "Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl+V</STRONG>) et cliquez sur <STRONG>OK</STRONG>.",
DlgPasteSec : "A cause des paramètres de sécurité de votre navigateur, l'éditeur ne peut accéder au presse-papier directement. Vous devez coller à nouveau le contenu dans cette fenêtre.",
DlgPasteIgnoreFont : "Ignorer les polices de caractères",
DlgPasteRemoveStyles : "Supprimer les styles",
DlgPasteMsg : "L'éditeur n'a pu coller automatiquement vos données à cause des <STRONG>paramètres de sécurité</STRONG> de votre navigateur.<BR>Veuillez coller dans la zone suivante en utilisant le clavier (<STRONG>Ctrl+V</STRONG>) et cliquez sur <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatique",
ColorMoreColors : "Plus de couleurs...",
ColorMoreColors : "Plus de Couleurs...",
 
// Document Properties
DocProps : "Propriétés du document",
DocProps : "Propriétés du Document",
 
// Anchor Dialog
DlgAnchorTitle : "Propriétés de l'ancre",
DlgAnchorName : "Nom de l'ancre",
DlgAnchorTitle : "Propriétés de l'Ancre",
DlgAnchorName : "Nom de l'Ancre",
DlgAnchorErrorName : "Veuillez saisir le nom de l'ancre",
 
// Speller Pages Dialog
389,35 → 328,32
DlgSpellNotInDic : "Pas dans le dictionnaire",
DlgSpellChangeTo : "Changer en",
DlgSpellBtnIgnore : "Ignorer",
DlgSpellBtnIgnoreAll : "Ignorer tout",
DlgSpellBtnIgnoreAll : "Ignorer Tout",
DlgSpellBtnReplace : "Remplacer",
DlgSpellBtnReplaceAll : "Remplacer tout",
DlgSpellBtnReplaceAll : "Remplacer Tout",
DlgSpellBtnUndo : "Annuler",
DlgSpellNoSuggestions : "- Aucune suggestion -",
DlgSpellProgress : "Vérification d'orthographe en cours...",
DlgSpellNoMispell : "Vérification d'orthographe terminée: Aucune erreur trouvée",
DlgSpellNoChanges : "Vérification d'orthographe terminée: Pas de modifications",
DlgSpellOneChange : "Vérification d'orthographe terminée: Un mot modifié",
DlgSpellManyChanges : "Vérification d'orthographe terminée: %1 mots modifiés",
DlgSpellProgress : "Vérification d'orthographe en cours...",
DlgSpellNoMispell : "Vérification d'orthographe terminée: Aucune erreur trouvée",
DlgSpellNoChanges : "Vérification d'orthographe terminée: Pas de modifications",
DlgSpellOneChange : "Vérification d'orthographe terminée: Un mot modifié",
DlgSpellManyChanges : "Vérification d'orthographe terminée: %1 mots modifiés",
 
IeSpellDownload : "Le Correcteur n'est pas installé. Souhaitez-vous le télécharger maintenant?",
IeSpellDownload : "Le Correcteur n'est pas installé. Souhaitez-vous le télécharger maintenant?",
 
// Button Dialog
DlgButtonText : "Texte (valeur)",
DlgButtonType : "Type",
DlgButtonTypeBtn : "Bouton",
DlgButtonTypeSbm : "Envoyer",
DlgButtonTypeRst : "Réinitialiser",
DlgButtonText : "Texte (Valeur)",
DlgButtonType : "Type",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nom",
DlgCheckboxValue : "Valeur",
DlgCheckboxSelected : "Sélectionné",
DlgCheckboxSelected : "Sélectionné",
 
// Form Dialog
DlgFormName : "Nom",
DlgFormAction : "Action",
DlgFormMethod : "Méthode",
DlgFormMethod : "Méthode",
 
// Select Field Dialog
DlgSelectName : "Nom",
424,8 → 360,8
DlgSelectValue : "Valeur",
DlgSelectSize : "Taille",
DlgSelectLines : "lignes",
DlgSelectChkMulti : "Sélection multiple",
DlgSelectOpAvail : "Options disponibles",
DlgSelectChkMulti : "Sélection multiple",
DlgSelectOpAvail : "Options Disponibles",
DlgSelectOpText : "Texte",
DlgSelectOpValue : "Valeur",
DlgSelectBtnAdd : "Ajouter",
432,7 → 368,7
DlgSelectBtnModify : "Modifier",
DlgSelectBtnUp : "Monter",
DlgSelectBtnDown : "Descendre",
DlgSelectBtnSetValue : "Valeur sélectionnée",
DlgSelectBtnSetValue : "Valeur sélectionnée",
DlgSelectBtnDelete : "Supprimer",
 
// Textarea Dialog
443,11 → 379,11
// Text Field Dialog
DlgTextName : "Nom",
DlgTextValue : "Valeur",
DlgTextCharWidth : "Largeur en caractères",
DlgTextMaxChars : "Nombre maximum de caractères",
DlgTextCharWidth : "Largeur en Caractères",
DlgTextMaxChars : "Nombre Maximum de Caractères",
DlgTextType : "Type",
DlgTextTypeText : "Texte",
DlgTextTypePass : "Mot de passe",
DlgTextTypePass : "Mot de Passe",
 
// Hidden Field Dialog
DlgHiddenName : "Nom",
454,81 → 390,64
DlgHiddenValue : "Valeur",
 
// Bulleted List Dialog
BulletedListProp : "Propriétés de liste à puces",
NumberedListProp : "Propriétés de liste numérotée",
DlgLstStart : "Début",
BulletedListProp : "Propriétés de Liste à puces",
NumberedListProp : "Propriétés de Numérotée",
DlgLstType : "Type",
DlgLstTypeCircle : "Cercle",
DlgLstTypeDisc : "Disque",
DlgLstTypeSquare : "Carré",
DlgLstTypeDisk : "Disque",
DlgLstTypeSquare : "Carré",
DlgLstTypeNumbers : "Nombres (1, 2, 3)",
DlgLstTypeLCase : "Lettres minuscules (a, b, c)",
DlgLstTypeUCase : "Lettres majuscules (A, B, C)",
DlgLstTypeSRoman : "Chiffres romains minuscules (i, ii, iii)",
DlgLstTypeLRoman : "Chiffres romains majuscules (I, II, III)",
DlgLstTypeLCase : "Lettres Minuscules (a, b, c)",
DlgLstTypeUCase : "Lettres Majuscules (A, B, C)",
DlgLstTypeSRoman : "Chiffres Romains Minuscules (i, ii, iii)",
DlgLstTypeLRoman : "Chiffres Romains Majuscules (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Général",
DlgDocGeneralTab : "Général",
DlgDocBackTab : "Fond",
DlgDocColorsTab : "Couleurs et marges",
DlgDocMetaTab : "Métadonnées",
DlgDocColorsTab : "Couleurs et Marges",
DlgDocMetaTab : "Métadonnées",
 
DlgDocPageTitle : "Titre de la page",
DlgDocLangDir : "Sens d'écriture",
DlgDocLangDirLTR : "De la gauche vers la droite (LTR)",
DlgDocLangDirRTL : "De la droite vers la gauche (RTL)",
DlgDocLangCode : "Code langue",
DlgDocCharSet : "Encodage de caractère",
DlgDocCharSetCE : "Europe Centrale",
DlgDocCharSetCT : "Chinois Traditionnel (Big5)",
DlgDocCharSetCR : "Cyrillique",
DlgDocCharSetGR : "Grec",
DlgDocCharSetJP : "Japonais",
DlgDocCharSetKR : "Coréen",
DlgDocCharSetTR : "Turc",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Occidental",
DlgDocCharSetOther : "Autre encodage de caractère",
DlgDocPageTitle : "Titre de la Page",
DlgDocLangDir : "Sens d'Ecriture",
DlgDocLangDirLTR : "Gauche vers Droite (LTR)",
DlgDocLangDirRTL : "Droite vers Gauche (RTL)",
DlgDocLangCode : "Code Langue",
DlgDocCharSet : "Encodage de Caractère",
DlgDocCharSetOther : "Autre Encodage de Caractère",
 
DlgDocDocType : "Type de document",
DlgDocDocTypeOther : "Autre type de document",
DlgDocIncXHTML : "Inclure les déclarations XHTML",
DlgDocBgColor : "Couleur de fond",
DlgDocBgImage : "Image de fond",
DlgDocBgNoScroll : "Image fixe sans défilement",
DlgDocDocType : "Type de Document",
DlgDocDocTypeOther : "Autre Type de Document",
DlgDocIncXHTML : "Inclure les déclarations XHTML",
DlgDocBgColor : "Couleur de Fond",
DlgDocBgImage : "Image de Fond",
DlgDocBgNoScroll : "Image fixe sans défilement",
DlgDocCText : "Texte",
DlgDocCLink : "Lien",
DlgDocCVisited : "Lien visité",
DlgDocCActive : "Lien activé",
DlgDocCVisited : "Lien Visité",
DlgDocCActive : "Lien Activé",
DlgDocMargins : "Marges",
DlgDocMaTop : "Haut",
DlgDocMaLeft : "Gauche",
DlgDocMaRight : "Droite",
DlgDocMaBottom : "Bas",
DlgDocMeIndex : "Mots-clés (séparés par des virgules)",
DlgDocMeIndex : "Mots Clés (séparés par des virgules)",
DlgDocMeDescr : "Description",
DlgDocMeAuthor : "Auteur",
DlgDocMeCopy : "Copyright",
DlgDocPreview : "Prévisualisation",
DlgDocPreview : "Prévisualisation",
 
// Templates Dialog
Templates : "Modèles",
DlgTemplatesTitle : "Modèles de contenu",
DlgTemplatesSelMsg : "Veuillez sélectionner le modèle à ouvrir dans l'éditeur<br>(le contenu actuel sera remplacé):",
DlgTemplatesLoading : "Chargement de la liste des modèles. Veuillez patienter...",
DlgTemplatesNoTpl : "(Aucun modèle disponible)",
DlgTemplatesReplace : "Remplacer tout le contenu",
Templates : "Modèles",
DlgTemplatesTitle : "Modèles de Contenu",
DlgTemplatesSelMsg : "Veuillez sélectionner le modèle à ouvrir dans l'éditeur<br>(le contenu actuel sera remplacé):",
DlgTemplatesLoading : "Chargement de la liste des modèles. Veuillez patienter...",
DlgTemplatesNoTpl : "(Aucun modèle disponible)",
 
// About Dialog
DlgAboutAboutTab : "A propos de",
DlgAboutBrowserInfoTab : "Navigateur",
DlgAboutLicenseTab : "Licence",
DlgAboutVersion : "Version",
DlgAboutInfo : "Pour plus d'informations, aller à",
 
// Div Dialog
DlgDivGeneralTab : "Général",
DlgDivAdvancedTab : "Avancé",
DlgDivStyle : "Style",
DlgDivInlineStyle : "Attribut Style"
};
DlgAboutVersion : "version",
DlgAboutLicense : "License selon les termes de GNU Lesser General Public License",
DlgAboutInfo : "Pour plus d'informations, aller à"
}
/trunk/api/fckeditor/editor/lang/et.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Estonian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: et.js
* Estonian language file.
*
* File Authors:
* Kristjan Kivikangur (kristjan@ttrk.ee)
*/
 
var FCKLang =
{
26,184 → 20,154
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Voldi tööriistariba",
ToolbarExpand : "Laienda tööriistariba",
ToolbarCollapse : "Voldi tööriistariba",
ToolbarExpand : "Laienda tööriistariba",
 
// Toolbar Items and Context Menu
Save : "Salvesta",
NewPage : "Uus leht",
Preview : "Eelvaade",
Cut : "Lõika",
Cut : "Lõika",
Copy : "Kopeeri",
Paste : "Kleebi",
PasteText : "Kleebi tavalise tekstina",
PasteWord : "Kleebi Wordist",
Print : "Prindi",
SelectAll : "Vali kõik",
SelectAll : "Vali kõik",
RemoveFormat : "Eemalda vorming",
InsertLinkLbl : "Link",
InsertLink : "Sisesta link / Muuda linki",
InsertLink : "Sisesta/Muuda link",
RemoveLink : "Eemalda link",
VisitLink : "Open Link", //MISSING
Anchor : "Sisesta ankur / Muuda ankrut",
AnchorDelete : "Eemalda ankur",
Anchor : "Insert/Edit Anchor", //MISSING
InsertImageLbl : "Pilt",
InsertImage : "Sisesta pilt / Muuda pilti",
InsertFlashLbl : "Flash",
InsertFlash : "Sisesta flash / Muuda flashi",
InsertImage : "Sisesta/Muuda pilt",
InsertTableLbl : "Tabel",
InsertTable : "Sisesta tabel / Muuda tabelit",
InsertTable : "Sisesta/Muuda tabel",
InsertLineLbl : "Joon",
InsertLine : "Sisesta horisontaaljoon",
InsertSpecialCharLbl: "Erimärgid",
InsertSpecialChar : "Sisesta erimärk",
InsertSmileyLbl : "Emotikon",
InsertSmiley : "Sisesta emotikon",
About : "FCKeditor teave",
InsertSpecialCharLbl: "Erimärgid",
InsertSpecialChar : "Sisesta erimärk",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Sisesta Smiley",
About : "FCKeditor kohta",
Bold : "Paks",
Italic : "Kursiiv",
Underline : "Allajoonitud",
StrikeThrough : "Läbijoonitud",
StrikeThrough : "Läbijoonitud",
Subscript : "Allindeks",
Superscript : "Ülaindeks",
Superscript : "Ülaindeks",
LeftJustify : "Vasakjoondus",
CenterJustify : "Keskjoondus",
RightJustify : "Paremjoondus",
BlockJustify : "Rööpjoondus",
DecreaseIndent : "Vähenda taanet",
BlockJustify : "Rööpjoondus",
DecreaseIndent : "Vähenda taanet",
IncreaseIndent : "Suurenda taanet",
Blockquote : "Blokktsitaat",
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Võta tagasi",
Redo : "Korda toimingut",
Undo : "Võta tagasi",
Redo : "Tee uuesti",
NumberedListLbl : "Nummerdatud loetelu",
NumberedList : "Sisesta/Eemalda nummerdatud loetelu",
BulletedListLbl : "Punktiseeritud loetelu",
BulletedList : "Sisesta/Eemalda punktiseeritud loetelu",
ShowTableBorders : "Näita tabeli jooni",
ShowDetails : "Näita üksikasju",
BulletedListLbl : "Täpitud loetelu",
BulletedList : "Sisesta/Eemalda täpitud loetelu",
ShowTableBorders : "Nöita tabeli jooni",
ShowDetails : "Näita üksikasju",
Style : "Laad",
FontFormat : "Vorming",
Font : "Kiri",
Font : "Font",
FontSize : "Suurus",
TextColor : "Teksti värv",
BGColor : "Tausta värv",
Source : "Lähtekood",
TextColor : "Teksti värv",
BGColor : "Tausta värv",
Source : "Lähtekood",
Find : "Otsi",
Replace : "Asenda",
SpellCheck : "Kontrolli õigekirja",
UniversalKeyboard : "Universaalne klaviatuur",
PageBreakLbl : "Lehepiir",
PageBreak : "Sisesta lehevahetuskoht",
SpellCheck : "Check Spell", //MISSING
UniversalKeyboard : "Universal Keyboard", //MISSING
 
Form : "Vorm",
Checkbox : "Märkeruut",
RadioButton : "Raadionupp",
TextField : "Tekstilahter",
Textarea : "Tekstiala",
HiddenField : "Varjatud lahter",
Button : "Nupp",
SelectionField : "Valiklahter",
ImageButton : "Piltnupp",
Form : "Form", //MISSING
Checkbox : "Checkbox", //MISSING
RadioButton : "Radio Button", //MISSING
TextField : "Text Field", //MISSING
Textarea : "Textarea", //MISSING
HiddenField : "Hidden Field", //MISSING
Button : "Button", //MISSING
SelectionField : "Selection Field", //MISSING
ImageButton : "Image Button", //MISSING
 
FitWindow : "Maksimeeri redaktori mõõtmed",
ShowBlocks : "Näita blokke",
 
// Context Menu
EditLink : "Muuda linki",
CellCM : "Lahter",
RowCM : "Rida",
ColumnCM : "Veerg",
InsertRowAfter : "Sisesta rida peale",
InsertRowBefore : "Sisesta rida enne",
DeleteRows : "Eemalda read",
InsertColumnAfter : "Sisesta veerg peale",
InsertColumnBefore : "Sisesta veerg enne",
InsertRow : "Lisa rida",
DeleteRows : "Eemalda ridu",
InsertColumn : "Lisa veerg",
DeleteColumns : "Eemalda veerud",
InsertCellAfter : "Sisesta lahter peale",
InsertCellBefore : "Sisesta lahter enne",
InsertCell : "Lisa lahter",
DeleteCells : "Eemalda lahtrid",
MergeCells : "Ühenda lahtrid",
MergeRight : "Ühenda paremale",
MergeDown : "Ühenda alla",
HorizontalSplitCell : "Poolita lahter horisontaalselt",
VerticalSplitCell : "Poolita lahter vertikaalselt",
TableDelete : "Kustuta tabel",
MergeCells : "Ühenda lahtrid",
SplitCell : "Lahuta lahtrid",
CellProperties : "Lahtri atribuudid",
TableProperties : "Tabeli atribuudid",
ImageProperties : "Pildi atribuudid",
FlashProperties : "Flash omadused",
ImageProperties : "Pildi atribuudid",
 
AnchorProp : "Ankru omadused",
ButtonProp : "Nupu omadused",
CheckboxProp : "Märkeruudu omadused",
HiddenFieldProp : "Varjatud lahtri omadused",
RadioButtonProp : "Raadionupu omadused",
ImageButtonProp : "Piltnupu omadused",
TextFieldProp : "Tekstilahtri omadused",
SelectionFieldProp : "Valiklahtri omadused",
TextareaProp : "Tekstiala omadused",
FormProp : "Vormi omadused",
AnchorProp : "Anchor Properties", //MISSING
ButtonProp : "Button Properties", //MISSING
CheckboxProp : "Checkbox Properties", //MISSING
HiddenFieldProp : "Hidden Field Properties", //MISSING
RadioButtonProp : "Radio Button Properties", //MISSING
ImageButtonProp : "Image Button Properties", //MISSING
TextFieldProp : "Text Field Properties", //MISSING
SelectionFieldProp : "Selection Field Properties", //MISSING
TextareaProp : "Textarea Properties", //MISSING
FormProp : "Form Properties", //MISSING
 
FontFormats : "Tavaline;Vormindatud;Aadress;Pealkiri 1;Pealkiri 2;Pealkiri 3;Pealkiri 4;Pealkiri 5;Pealkiri 6;Tavaline (DIV)",
FontFormats : "Tavaline;Vormindatud;Aadress;Pealkiri 1;Pealkiri 2;Pealkiri 3;Pealkiri 4;Pealkiri 5;Pealkiri 6",
 
// Alerts and Messages
ProcessingXHTML : "Töötlen XHTML'i. Palun oota...",
ProcessingXHTML : "Töötlen XHTML. Palun oota...",
Done : "Tehtud",
PasteWordConfirm : "Tekst, mida soovid lisada paistab pärinevat Word'ist. Kas soovid seda enne kleepimist puhastada?",
NotCompatiblePaste : "See käsk on saadaval ainult Internet Explorer versioon 5.5 või uuema puhul. Kas soovid kleepida ilma puhastamata?",
UnknownToolbarItem : "Tundmatu tööriistarea üksus \"%1\"",
UnknownCommand : "Tundmatu käsunimi \"%1\"",
NotImplemented : "Käsku ei täidetud",
UnknownToolbarSet : "Tööriistariba \"%1\" ei eksisteeri",
NoActiveX : "Sinu veebisirvija turvalisuse seaded võivad limiteerida mõningaid tekstirdaktori kasutusvõimalusi. Sa peaksid võimaldama valiku \"Run ActiveX controls and plug-ins\" oma veebisirvija seadetes. Muidu võid sa täheldada vigu tekstiredaktori töös ja märgata puuduvaid funktsioone.",
BrowseServerBlocked : "Ressursside sirvija avamine ebaõnnestus. Võimalda pop-up akende avanemine.",
DialogBlocked : "Ei olenud võimalik avada dialoogi akent. Võimalda pop-up akende avanemine.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
PasteWordConfirm : "Tekst, mida soovid lisada paistab pärinevat Wordist. Kas soovid seda enne kleepimist puhastada?",
NotCompatiblePaste : "See käsk on saadaval ainult Internet Explorer versioon 5.5 või rohkem puhul. Kas soovid kleepida ilma puhastamata?",
UnknownToolbarItem : "Tundmatu tööriistariba üksus \"%1\"",
UnknownCommand : "Tundmatu käsunimi \"%1\"",
NotImplemented : "Käsku ei täidetud",
UnknownToolbarSet : "Tööriistariba \"%1\" ei eksisteeri",
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Loobu",
DlgBtnClose : "Sulge",
DlgBtnBrowseServer : "Sirvi serverit",
DlgAdvancedTag : "Täpsemalt",
DlgOpOther : "<Teine>",
DlgInfoTab : "Info",
DlgAlertUrl : "Palun sisesta URL",
DlgBtnClose : "Sule",
DlgBtnBrowseServer : "Browse Server", //MISSING
DlgAdvancedTag : "Täpsemalt",
DlgOpOther : "&lt;Other&gt;", //MISSING
 
// General Dialogs Labels
DlgGenNotSet : "<määramata>",
DlgGenNotSet : "&lt;määramata&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Keele suund",
DlgGenLangDirLtr : "Vasakult paremale (LTR)",
DlgGenLangDirRtl : "Paremalt vasakule (RTL)",
DlgGenLangCode : "Keele kood",
DlgGenAccessKey : "Juurdepääsu võti",
DlgGenAccessKey : "Juurdepääsu võti",
DlgGenName : "Nimi",
DlgGenTabIndex : "Tab indeks",
DlgGenTabIndex : "Tab Index",
DlgGenLongDescr : "Pikk kirjeldus URL",
DlgGenClass : "Stiilistiku klassid",
DlgGenTitle : "Juhendav tiitel",
DlgGenContType : "Juhendava sisu tüüp",
DlgGenLinkCharset : "Lingitud ressurssi märgistik",
DlgGenTitle : "Advisory Title",
DlgGenContType : "Advisory Content Type",
DlgGenLinkCharset : "Linked Resource Charset",
DlgGenStyle : "Laad",
 
// Image Dialog
DlgImgTitle : "Pildi atribuudid",
DlgImgInfoTab : "Pildi info",
DlgImgBtnUpload : "Saada serverissee",
DlgImgBtnUpload : "Saada serverile",
DlgImgURL : "URL",
DlgImgUpload : "Lae üles",
DlgImgUpload : "Lae üles",
DlgImgAlt : "Alternatiivne tekst",
DlgImgWidth : "Laius",
DlgImgHeight : "Kõrgus",
DlgImgHeight : "Kõrgus",
DlgImgLockRatio : "Lukusta kuvasuhe",
DlgBtnResetSize : "Lähtesta suurus",
DlgBtnResetSize : "Lähtesta suurus",
DlgImgBorder : "Joon",
DlgImgHSpace : "H. vaheruum",
DlgImgVSpace : "V. vaheruum",
DlgImgHSpace : "HSpace",
DlgImgVSpace : "VSpace",
DlgImgAlign : "Joondus",
DlgImgAlignLeft : "Vasak",
DlgImgAlignAbsBottom: "Abs alla",
212,83 → 176,72
DlgImgAlignBottom : "Alla",
DlgImgAlignMiddle : "Keskele",
DlgImgAlignRight : "Paremale",
DlgImgAlignTextTop : "Tekstit üles",
DlgImgAlignTop : "Üles",
DlgImgAlignTextTop : "Teksti üles",
DlgImgAlignTop : "Üles",
DlgImgPreview : "Eelvaade",
DlgImgAlertUrl : "Palun kirjuta pildi URL",
DlgImgLinkTab : "Link",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash omadused",
DlgFlashChkPlay : "Automaatne start ",
DlgFlashChkLoop : "Korduv",
DlgFlashChkMenu : "Võimalda flash menüü",
DlgFlashScale : "Mastaap",
DlgFlashScaleAll : "Näita kõike",
DlgFlashScaleNoBorder : "Äärist ei ole",
DlgFlashScaleFit : "Täpne sobivus",
 
// Link Dialog
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Lingi info",
DlgLnkTargetTab : "Sihtkoht",
 
DlgLnkType : "Lingi tüüp",
DlgLnkType : "Lingi tüüp",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Ankur sellel lehel",
DlgLnkTypeEMail : "E-post",
DlgLnkTypeEMail : "E-Post",
DlgLnkProto : "Protokoll",
DlgLnkProtoOther : "<muu>",
DlgLnkProtoOther : "&lt;muu&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Vali ankur",
DlgLnkAnchorByName : "Ankru nime järgi",
DlgLnkAnchorById : "Elemendi id järgi",
DlgLnkNoAnchors : "(Selles dokumendis ei ole ankruid)",
DlgLnkEMail : "E-posti aadress",
DlgLnkEMailSubject : "Sõnumi teema",
DlgLnkEMailBody : "Sõnumi tekst",
DlgLnkUpload : "Lae üles",
DlgLnkBtnUpload : "Saada serverisse",
DlgLnkAnchorByName : "Ankru nime järgi",
DlgLnkAnchorById : "Elemendi Id järgi",
DlgLnkNoAnchors : "&lt;Selles dokumendis ei ole ankruid&gt;",
DlgLnkEMail : "E-Posti aadress",
DlgLnkEMailSubject : "Sõnumi teema",
DlgLnkEMailBody : "Sõnumi tekst",
DlgLnkUpload : "Lae üles",
DlgLnkBtnUpload : "Saada serverile",
 
DlgLnkTarget : "Sihtkoht",
DlgLnkTargetFrame : "<raam>",
DlgLnkTargetPopup : "<hüpikaken>",
DlgLnkTargetFrame : "&lt;raam&gt;",
DlgLnkTargetPopup : "&lt;hüpikaken&gt;",
DlgLnkTargetBlank : "Uus aken (_blank)",
DlgLnkTargetParent : "Esivanem aken (_parent)",
DlgLnkTargetParent : "Vanem aken (_parent)",
DlgLnkTargetSelf : "Sama aken (_self)",
DlgLnkTargetTop : "Pealmine aken (_top)",
DlgLnkTargetFrameName : "Sihtmärk raami nimi",
DlgLnkPopWinName : "Hüpikakna nimi",
DlgLnkPopWinFeat : "Hüpikakna omadused",
DlgLnkTargetFrameName : "Target Frame Name", //MISSING
DlgLnkPopWinName : "Hüpikakna nimi",
DlgLnkPopWinFeat : "Hüpikakna omadused",
DlgLnkPopResize : "Suurendatav",
DlgLnkPopLocation : "Aadressiriba",
DlgLnkPopMenu : "Menüüriba",
DlgLnkPopMenu : "Menüüriba",
DlgLnkPopScroll : "Kerimisribad",
DlgLnkPopStatus : "Olekuriba",
DlgLnkPopToolbar : "Tööriistariba",
DlgLnkPopFullScrn : "Täisekraan (IE)",
DlgLnkPopDependent : "Sõltuv (Netscape)",
DlgLnkPopToolbar : "Tööriistariba",
DlgLnkPopFullScrn : "Täisekraan (IE)",
DlgLnkPopDependent : "Sõltuv (Netscape)",
DlgLnkPopWidth : "Laius",
DlgLnkPopHeight : "Kõrgus",
DlgLnkPopHeight : "Kõrgus",
DlgLnkPopLeft : "Vasak asukoht",
DlgLnkPopTop : "Ülemine asukoht",
DlgLnkPopTop : "Ülemine asukoht",
 
DlnLnkMsgNoUrl : "Palun kirjuta lingi URL",
DlnLnkMsgNoEMail : "Palun kirjuta E-Posti aadress",
DlnLnkMsgNoAnchor : "Palun vali ankur",
DlnLnkMsgInvPopName : "Hüpikakna nimi peab algama alfabeetilise tähega ja ei tohi sisaldada tühikuid",
 
// Color Dialog
DlgColorTitle : "Vali värv",
DlgColorBtnClear : "Tühjenda",
DlgColorHighlight : "Märgi",
DlgColorTitle : "Vali värv",
DlgColorBtnClear : "Tühjenda",
DlgColorHighlight : "Märgi",
DlgColorSelected : "Valitud",
 
// Smiley Dialog
DlgSmileyTitle : "Sisesta emotikon",
DlgSmileyTitle : "Sisesta Smiley",
 
// Special Character Dialog
DlgSpecialCharTitle : "Vali erimärk",
DlgSpecialCharTitle : "Vali erimärk",
 
// Table Dialog
DlgTableTitle : "Tabeli atribuudid",
296,7 → 249,7
DlgTableColumns : "Veerud",
DlgTableBorder : "Joone suurus",
DlgTableAlign : "Joondus",
DlgTableAlignNotSet : "<Määramata>",
DlgTableAlignNotSet : "<Määramata>",
DlgTableAlignLeft : "Vasak",
DlgTableAlignCenter : "Kesk",
DlgTableAlignRight : "Parem",
303,16 → 256,10
DlgTableWidth : "Laius",
DlgTableWidthPx : "pikslit",
DlgTableWidthPc : "protsenti",
DlgTableHeight : "Kõrgus",
DlgTableHeight : "Kõrgus",
DlgTableCellSpace : "Lahtri vahe",
DlgTableCellPad : "Lahtri täidis",
DlgTableCaption : "Tabeli tiitel",
DlgTableSummary : "Kokkuvõte",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
DlgTableCellPad : "Lahtri täidis",
DlgTableCaption : "Seletiitel",
 
// Table Cell Dialog
DlgCellTitle : "Lahtri atribuudid",
319,34 → 266,28
DlgCellWidth : "Laius",
DlgCellWidthPx : "pikslit",
DlgCellWidthPc : "protsenti",
DlgCellHeight : "Kõrgus",
DlgCellWordWrap : "Sõna ülekanne",
DlgCellWordWrapNotSet : "<Määramata>",
DlgCellHeight : "Kõrgus",
DlgCellWordWrap : "Murra ridu",
DlgCellWordWrapNotSet : "<Määramata>",
DlgCellWordWrapYes : "Jah",
DlgCellWordWrapNo : "Ei",
DlgCellHorAlign : "Horisontaaljoondus",
DlgCellHorAlignNotSet : "<Määramata>",
DlgCellHorAlignNotSet : "<Määramata>",
DlgCellHorAlignLeft : "Vasak",
DlgCellHorAlignCenter : "Kesk",
DlgCellHorAlignRight: "Parem",
DlgCellVerAlign : "Vertikaaljoondus",
DlgCellVerAlignNotSet : "<Määramata>",
DlgCellVerAlignTop : "Üles",
DlgCellVerAlignNotSet : "<Määramata>",
DlgCellVerAlignTop : "Üles",
DlgCellVerAlignMiddle : "Keskele",
DlgCellVerAlignBottom : "Alla",
DlgCellVerAlignBaseline : "Baasjoonele",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Reaulatus",
DlgCellCollSpan : "Veeruulatus",
DlgCellBackColor : "Tausta värv",
DlgCellBorderColor : "Joone värv",
DlgCellBackColor : "Tausta värv",
DlgCellBorderColor : "Joone värv",
DlgCellBtnSelect : "Vali...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Otsi ja asenda",
 
// Find Dialog
DlgFindTitle : "Otsi",
DlgFindFindBtn : "Otsi",
356,179 → 297,157
DlgReplaceTitle : "Asenda",
DlgReplaceFindLbl : "Leia mida:",
DlgReplaceReplaceLbl : "Asenda millega:",
DlgReplaceCaseChk : "Erista suur- ja väiketähti",
DlgReplaceCaseChk : "Erista suurtähti",
DlgReplaceReplaceBtn : "Asenda",
DlgReplaceReplAllBtn : "Asenda kõik",
DlgReplaceWordChk : "Otsi terviklike sõnu",
DlgReplaceReplAllBtn : "Asenda kõik",
DlgReplaceWordChk : "Otsi terveid sõnu",
 
// Paste Operations / Dialog
PasteErrorCut : "Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl+X).",
PasteErrorCopy : "Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt kopeerida. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl+C).",
PasteErrorPaste : "Sinu brauseri turvaseaded ei luba redaktoril automaatselt kleepida. Palun kasutage selleks klaviatuuri (Ctrl+V).",
PasteErrorCut : "Sinu brauseri turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri (Ctrl+X).",
PasteErrorCopy : "Sinu brauseri turvaseaded ei luba redaktoril automaatselt kopeerida. Palun kasutage selleks klaviatuuri (Ctrl+C).",
 
PasteAsText : "Kleebi tavalise tekstina",
PasteFromWord : "Kleebi Wordist",
 
DlgPasteMsg2 : "Palun kleebi järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (<STRONG>Ctrl+V</STRONG>) ja vajuta seejärel <STRONG>OK</STRONG>.",
DlgPasteSec : "Sinu veebisirvija turvaseadete tõttu, ei oma redaktor otsest ligipääsu lõikelaua andmetele. Sa pead kleepima need uuesti siia aknasse.",
DlgPasteIgnoreFont : "Ignoreeri kirja definitsioone",
DlgPasteRemoveStyles : "Eemalda stiilide definitsioonid",
DlgPasteMsg : "Redaktor ei saanud sinu brauseri <STRONG>turvaseadete</STRONG> pärast automatselt kleepida.<BR>Palun kleebi järgmisse kasti kasutades klaviatuuri(<STRONG>Ctrl+V</STRONG>) ja vajuta <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automaatne",
ColorMoreColors : "Rohkem värve...",
ColorMoreColors : "Rohkem värve...",
 
// Document Properties
DocProps : "Dokumendi omadused",
DocProps : "Document Properties", //MISSING
 
// Anchor Dialog
DlgAnchorTitle : "Ankru omadused",
DlgAnchorName : "Ankru nimi",
DlgAnchorErrorName : "Palun sisest ankru nimi",
DlgAnchorTitle : "Anchor Properties", //MISSING
DlgAnchorName : "Anchor Name", //MISSING
DlgAnchorErrorName : "Please type the anchor name", //MISSING
 
// Speller Pages Dialog
DlgSpellNotInDic : "Puudub sõnastikust",
DlgSpellChangeTo : "Muuda",
DlgSpellBtnIgnore : "Ignoreeri",
DlgSpellBtnIgnoreAll : "Ignoreeri kõiki",
DlgSpellBtnReplace : "Asenda",
DlgSpellBtnReplaceAll : "Asenda kõik",
DlgSpellBtnUndo : "Võta tagasi",
DlgSpellNoSuggestions : "- Soovitused puuduvad -",
DlgSpellProgress : "Toimub õigekirja kontroll...",
DlgSpellNoMispell : "Õigekirja kontroll sooritatud: õigekirjuvigu ei leitud",
DlgSpellNoChanges : "Õigekirja kontroll sooritatud: ühtegi sõna ei muudetud",
DlgSpellOneChange : "Õigekirja kontroll sooritatud: üks sõna muudeti",
DlgSpellManyChanges : "Õigekirja kontroll sooritatud: %1 sõna muudetud",
DlgSpellNotInDic : "Not in dictionary", //MISSING
DlgSpellChangeTo : "Change to", //MISSING
DlgSpellBtnIgnore : "Ignore", //MISSING
DlgSpellBtnIgnoreAll : "Ignore All", //MISSING
DlgSpellBtnReplace : "Replace", //MISSING
DlgSpellBtnReplaceAll : "Replace All", //MISSING
DlgSpellBtnUndo : "Undo", //MISSING
DlgSpellNoSuggestions : "- No suggestions -", //MISSING
DlgSpellProgress : "Spell check in progress...", //MISSING
DlgSpellNoMispell : "Spell check complete: No misspellings found", //MISSING
DlgSpellNoChanges : "Spell check complete: No words changed", //MISSING
DlgSpellOneChange : "Spell check complete: One word changed", //MISSING
DlgSpellManyChanges : "Spell check complete: %1 words changed", //MISSING
 
IeSpellDownload : "Õigekirja kontrollija ei ole installeeritud. Soovid sa selle alla laadida?",
IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
 
// Button Dialog
DlgButtonText : "Tekst (väärtus)",
DlgButtonType : "Tüüp",
DlgButtonTypeBtn : "Nupp",
DlgButtonTypeSbm : "Saada",
DlgButtonTypeRst : "Lähtesta",
DlgButtonText : "Text (Value)", //MISSING
DlgButtonType : "Type", //MISSING
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nimi",
DlgCheckboxValue : "Väärtus",
DlgCheckboxSelected : "Valitud",
DlgCheckboxName : "Name", //MISSING
DlgCheckboxValue : "Value", //MISSING
DlgCheckboxSelected : "Selected", //MISSING
 
// Form Dialog
DlgFormName : "Nimi",
DlgFormAction : "Toiming",
DlgFormMethod : "Meetod",
DlgFormName : "Name", //MISSING
DlgFormAction : "Action", //MISSING
DlgFormMethod : "Method", //MISSING
 
// Select Field Dialog
DlgSelectName : "Nimi",
DlgSelectValue : "Väärtus",
DlgSelectSize : "Suurus",
DlgSelectLines : "ridu",
DlgSelectChkMulti : "Võimalda mitu valikut",
DlgSelectOpAvail : "Võimalikud valikud",
DlgSelectOpText : "Tekst",
DlgSelectOpValue : "Väärtus",
DlgSelectBtnAdd : "Lisa",
DlgSelectBtnModify : "Muuda",
DlgSelectBtnUp : "Üles",
DlgSelectBtnDown : "Alla",
DlgSelectBtnSetValue : "Sea valitud olekuna",
DlgSelectBtnDelete : "Kustuta",
DlgSelectName : "Name", //MISSING
DlgSelectValue : "Value", //MISSING
DlgSelectSize : "Size", //MISSING
DlgSelectLines : "lines", //MISSING
DlgSelectChkMulti : "Allow multiple selections", //MISSING
DlgSelectOpAvail : "Available Options", //MISSING
DlgSelectOpText : "Text", //MISSING
DlgSelectOpValue : "Value", //MISSING
DlgSelectBtnAdd : "Add", //MISSING
DlgSelectBtnModify : "Modify", //MISSING
DlgSelectBtnUp : "Up", //MISSING
DlgSelectBtnDown : "Down", //MISSING
DlgSelectBtnSetValue : "Set as selected value", //MISSING
DlgSelectBtnDelete : "Delete", //MISSING
 
// Textarea Dialog
DlgTextareaName : "Nimi",
DlgTextareaCols : "Veerge",
DlgTextareaRows : "Ridu",
DlgTextareaName : "Name", //MISSING
DlgTextareaCols : "Columns", //MISSING
DlgTextareaRows : "Rows", //MISSING
 
// Text Field Dialog
DlgTextName : "Nimi",
DlgTextValue : "Väärtus",
DlgTextCharWidth : "Laius (tähemärkides)",
DlgTextMaxChars : "Maksimaalselt tähemärke",
DlgTextType : "Tüüp",
DlgTextTypeText : "Tekst",
DlgTextTypePass : "Parool",
DlgTextName : "Name", //MISSING
DlgTextValue : "Value", //MISSING
DlgTextCharWidth : "Character Width", //MISSING
DlgTextMaxChars : "Maximum Characters", //MISSING
DlgTextType : "Type", //MISSING
DlgTextTypeText : "Text", //MISSING
DlgTextTypePass : "Password", //MISSING
 
// Hidden Field Dialog
DlgHiddenName : "Nimi",
DlgHiddenValue : "Väärtus",
DlgHiddenName : "Name", //MISSING
DlgHiddenValue : "Value", //MISSING
 
// Bulleted List Dialog
BulletedListProp : "Täpitud loetelu omadused",
NumberedListProp : "Nummerdatud loetelu omadused",
DlgLstStart : "Alusta",
DlgLstType : "Tüüp",
DlgLstTypeCircle : "Ring",
DlgLstTypeDisc : "Ketas",
DlgLstTypeSquare : "Ruut",
DlgLstTypeNumbers : "Numbrid (1, 2, 3)",
DlgLstTypeLCase : "Väiketähed (a, b, c)",
DlgLstTypeUCase : "Suurtähed (A, B, C)",
DlgLstTypeSRoman : "Väiksed Rooma numbrid (i, ii, iii)",
DlgLstTypeLRoman : "Suured Rooma numbrid (I, II, III)",
BulletedListProp : "Bulleted List Properties", //MISSING
NumberedListProp : "Numbered List Properties", //MISSING
DlgLstType : "Type", //MISSING
DlgLstTypeCircle : "Circle", //MISSING
DlgLstTypeDisk : "Disk", //MISSING
DlgLstTypeSquare : "Square", //MISSING
DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
DlgLstTypeUCase : "Uppercase Letters (A, B, C)", //MISSING
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", //MISSING
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", //MISSING
 
// Document Properties Dialog
DlgDocGeneralTab : "Üldine",
DlgDocBackTab : "Taust",
DlgDocColorsTab : "Värvid ja veerised",
DlgDocMetaTab : "Meta andmed",
DlgDocGeneralTab : "General", //MISSING
DlgDocBackTab : "Background", //MISSING
DlgDocColorsTab : "Colors and Margins", //MISSING
DlgDocMetaTab : "Meta Data", //MISSING
 
DlgDocPageTitle : "Lehekülje tiitel",
DlgDocLangDir : "Kirja suund",
DlgDocLangDirLTR : "Vasakult paremale (LTR)",
DlgDocLangDirRTL : "Paremalt vasakule (RTL)",
DlgDocLangCode : "Keele kood",
DlgDocCharSet : "Märgistiku kodeering",
DlgDocCharSetCE : "Kesk-Euroopa",
DlgDocCharSetCT : "Hiina traditsiooniline (Big5)",
DlgDocCharSetCR : "Kirillisa",
DlgDocCharSetGR : "Kreeka",
DlgDocCharSetJP : "Jaapani",
DlgDocCharSetKR : "Korea",
DlgDocCharSetTR : "Türgi",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Lääne-Euroopa",
DlgDocCharSetOther : "Ülejäänud märgistike kodeeringud",
DlgDocPageTitle : "Page Title", //MISSING
DlgDocLangDir : "Language Direction", //MISSING
DlgDocLangDirLTR : "Left to Right (LTR)", //MISSING
DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
DlgDocLangCode : "Language Code", //MISSING
DlgDocCharSet : "Character Set Encoding", //MISSING
DlgDocCharSetOther : "Other Character Set Encoding", //MISSING
 
DlgDocDocType : "Dokumendi tüüppäis",
DlgDocDocTypeOther : "Teised dokumendi tüüppäised",
DlgDocIncXHTML : "Arva kaasa XHTML deklaratsioonid",
DlgDocBgColor : "Taustavärv",
DlgDocBgImage : "Taustapildi URL",
DlgDocBgNoScroll : "Mittekeritav tagataust",
DlgDocCText : "Tekst",
DlgDocCLink : "Link",
DlgDocCVisited : "Külastatud link",
DlgDocCActive : "Aktiivne link",
DlgDocMargins : "Lehekülje äärised",
DlgDocMaTop : "Ülaserv",
DlgDocMaLeft : "Vasakserv",
DlgDocMaRight : "Paremserv",
DlgDocMaBottom : "Alaserv",
DlgDocMeIndex : "Dokumendi võtmesõnad (eraldatud komadega)",
DlgDocMeDescr : "Dokumendi kirjeldus",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Autoriõigus",
DlgDocPreview : "Eelvaade",
DlgDocDocType : "Document Type Heading", //MISSING
DlgDocDocTypeOther : "Other Document Type Heading", //MISSING
DlgDocIncXHTML : "Include XHTML Declarations", //MISSING
DlgDocBgColor : "Background Color", //MISSING
DlgDocBgImage : "Background Image URL", //MISSING
DlgDocBgNoScroll : "Nonscrolling Background", //MISSING
DlgDocCText : "Text", //MISSING
DlgDocCLink : "Link", //MISSING
DlgDocCVisited : "Visited Link", //MISSING
DlgDocCActive : "Active Link", //MISSING
DlgDocMargins : "Page Margins", //MISSING
DlgDocMaTop : "Top", //MISSING
DlgDocMaLeft : "Left", //MISSING
DlgDocMaRight : "Right", //MISSING
DlgDocMaBottom : "Bottom", //MISSING
DlgDocMeIndex : "Document Indexing Keywords (comma separated)", //MISSING
DlgDocMeDescr : "Document Description", //MISSING
DlgDocMeAuthor : "Author", //MISSING
DlgDocMeCopy : "Copyright", //MISSING
DlgDocPreview : "Preview", //MISSING
 
// Templates Dialog
Templates : "Šabloon",
DlgTemplatesTitle : "Sisu šabloonid",
DlgTemplatesSelMsg : "Palun vali šabloon, et avada see redaktoris<br />(praegune sisu läheb kaotsi):",
DlgTemplatesLoading : "Laen šabloonide nimekirja. Palun oota...",
DlgTemplatesNoTpl : "(Ühtegi šablooni ei ole defineeritud)",
DlgTemplatesReplace : "Asenda tegelik sisu",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "Teave",
DlgAboutBrowserInfoTab : "Veebisirvija info",
DlgAboutLicenseTab : "Litsents",
DlgAboutAboutTab : "About", //MISSING
DlgAboutBrowserInfoTab : "Browser Info", //MISSING
DlgAboutVersion : "versioon",
DlgAboutInfo : "Täpsema info saamiseks mine",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Litsenseeritud GNU Lesser General Public License litsentsiga",
DlgAboutInfo : "Täpsema info saamiseks mine"
}
/trunk/api/fckeditor/editor/lang/nl.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Dutch language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: nl.js
* Dutch language file.
*
* File Authors:
* Bram Crins (bcrins@realdesign.nl)
*/
 
var FCKLang =
{
34,31 → 28,27
NewPage : "Nieuwe pagina",
Preview : "Voorbeeld",
Cut : "Knippen",
Copy : "Kopiëren",
Copy : "Kopiëren",
Paste : "Plakken",
PasteText : "Plakken als platte tekst",
PasteWord : "Plakken als Word-gegevens",
PasteText : "Plakken als pure tekst",
PasteWord : "Plakken Word-gegevens",
Print : "Printen",
SelectAll : "Alles selecteren",
RemoveFormat : "Opmaak verwijderen",
RemoveFormat : "Verwijderen opmaak",
InsertLinkLbl : "Link",
InsertLink : "Link invoegen/wijzigen",
RemoveLink : "Link verwijderen",
VisitLink : "Link volgen",
InsertLink : "Invoegen/Wijzigen link",
RemoveLink : "Verwijderen link",
Anchor : "Interne link",
AnchorDelete : "Anker verwijderen",
InsertImageLbl : "Afbeelding",
InsertImage : "Afbeelding invoegen/wijzigen",
InsertFlashLbl : "Flash",
InsertFlash : "Flash invoegen/wijzigen",
InsertImage : "Invoegen/Wijzigen afbeelding",
InsertTableLbl : "Tabel",
InsertTable : "Tabel invoegen/wijzigen",
InsertTable : "Invoegen/Wijzigen tabel",
InsertLineLbl : "Lijn",
InsertLine : "Horizontale lijn invoegen",
InsertLine : "Invoegen horizontale lijn",
InsertSpecialCharLbl: "Speciale tekens",
InsertSpecialChar : "Speciaal teken invoegen",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Smiley invoegen",
InsertSmileyLbl : "Emoticon",
InsertSmiley : "Emoticon invoegen",
About : "Over FCKeditor",
Bold : "Vet",
Italic : "Schuingedrukt",
70,18 → 60,14
CenterJustify : "Centreren",
RightJustify : "Rechts uitlijnen",
BlockJustify : "Uitvullen",
DecreaseIndent : "Inspringen verkleinen",
IncreaseIndent : "Inspringen vergroten",
Blockquote : "Citaatblok",
CreateDiv : "DIV aanmaken",
EditDiv : "DIV wijzigen",
DeleteDiv : "DIV verwijderen",
DecreaseIndent : "Oplopenend",
IncreaseIndent : "Aflopend",
Undo : "Ongedaan maken",
Redo : "Opnieuw uitvoeren",
Redo : "Opnieuw",
NumberedListLbl : "Genummerde lijst",
NumberedList : "Genummerde lijst invoegen/verwijderen",
NumberedList : "Invoegen/Verwijderen genummerde lijst",
BulletedListLbl : "Opsomming",
BulletedList : "Opsomming invoegen/verwijderen",
BulletedList : "Invoegen/Verwijderen opsomming",
ShowTableBorders : "Randen tabel weergeven",
ShowDetails : "Details weergeven",
Style : "Stijl",
88,80 → 74,60
FontFormat : "Opmaak",
Font : "Lettertype",
FontSize : "Grootte",
TextColor : "Tekstkleur",
BGColor : "Achtergrondkleur",
TextColor : "Tekst kleur",
BGColor : "Achtergrond kleur",
Source : "Code",
Find : "Zoeken",
Replace : "Vervangen",
SpellCheck : "Spellingscontrole",
SpellCheck : "Spellings controle",
UniversalKeyboard : "Universeel toetsenbord",
PageBreakLbl : "Pagina-einde",
PageBreak : "Pagina-einde invoegen",
 
Form : "Formulier",
Checkbox : "Aanvinkvakje",
RadioButton : "Selectievakje",
Checkbox : "Aanvink vakje",
RadioButton : "Selectie vakje",
TextField : "Tekstveld",
Textarea : "Tekstvak",
Textarea : "Tekstveld (groot)",
HiddenField : "Verborgen veld",
Button : "Knop",
SelectionField : "Selectieveld",
ImageButton : "Afbeeldingsknop",
ImageButton : "Grafische knop",
 
FitWindow : "De editor maximaliseren",
ShowBlocks : "Toon blokken",
 
// Context Menu
EditLink : "Link wijzigen",
CellCM : "Cel",
RowCM : "Rij",
ColumnCM : "Kolom",
InsertRowAfter : "Voeg rij in achter",
InsertRowBefore : "Voeg rij in voor",
InsertRow : "Rij invoegen",
DeleteRows : "Rijen verwijderen",
InsertColumnAfter : "Voeg kolom in achter",
InsertColumnBefore : "Voeg kolom in voor",
InsertColumn : "Kolom invoegen",
DeleteColumns : "Kolommen verwijderen",
InsertCellAfter : "Voeg cel in achter",
InsertCellBefore : "Voeg cel in voor",
InsertCell : "Cel",
DeleteCells : "Cellen verwijderen",
MergeCells : "Cellen samenvoegen",
MergeRight : "Voeg samen naar rechts",
MergeDown : "Voeg samen naar beneden",
HorizontalSplitCell : "Splits cellen horizontaal",
VerticalSplitCell : "Splits cellen verticaal",
TableDelete : "Tabel verwijderen",
SplitCell : "Cellen splitsen",
CellProperties : "Eigenschappen cel",
TableProperties : "Eigenschappen tabel",
ImageProperties : "Eigenschappen afbeelding",
FlashProperties : "Eigenschappen Flash",
 
AnchorProp : "Eigenschappen interne link",
ButtonProp : "Eigenschappen knop",
CheckboxProp : "Eigenschappen aanvinkvakje",
CheckboxProp : "Eigenschappen aanvink vakje",
HiddenFieldProp : "Eigenschappen verborgen veld",
RadioButtonProp : "Eigenschappen selectievakje",
ImageButtonProp : "Eigenschappen afbeeldingsknop",
RadioButtonProp : "Eigenschappen selectie vakje",
ImageButtonProp : "Eigenschappen grafische knop",
TextFieldProp : "Eigenschappen tekstveld",
SelectionFieldProp : "Eigenschappen selectieveld",
TextareaProp : "Eigenschappen tekstvak",
TextareaProp : "Eigenschappen tekstveld (groot)",
FormProp : "Eigenschappen formulier",
 
FontFormats : "Normaal;Met opmaak;Adres;Kop 1;Kop 2;Kop 3;Kop 4;Kop 5;Kop 6;Normaal (DIV)",
FontFormats : "Normaal;Met opmaak;Adres;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
 
// Alerts and Messages
ProcessingXHTML : "Bezig met verwerken XHTML. Even geduld aub...",
ProcessingXHTML : "Verwerken XHTML. Even geduld aub...",
Done : "Klaar",
PasteWordConfirm : "De tekst die u plakte lijkt gekopieerd te zijn vanuit Word. Wilt u de tekst opschonen voordat deze geplakt wordt?",
NotCompatiblePaste : "Deze opdracht is beschikbaar voor Internet Explorer versie 5.5 of hoger. Wilt u plakken zonder op te schonen?",
UnknownToolbarItem : "Onbekend item op menubalk \"%1\"",
UnknownCommand : "Onbekende opdrachtnaam: \"%1\"",
NotImplemented : "Opdracht niet geïmplementeerd.",
PasteWordConfirm : "De tekst die je plakt lijkt gekopiëerd uit Word. Wil je de tekst opschonen voordat er geplakt wordt?",
NotCompatiblePaste : "Deze opdracht is beschikbaar voor Internet Explorer versie 5.5 of hoger. Wil je plakken zonder opschonen?",
UnknownToolbarItem : "Onbekende item op menubalk \"%1\"",
UnknownCommand : "Onbekende opdracht naam \"%1\"",
NotImplemented : "Opdracht niet geïmplementeerd.",
UnknownToolbarSet : "Menubalk \"%1\" bestaat niet.",
NoActiveX : "De beveilingsinstellingen van uw browser zouden sommige functies van de editor kunnen beperken. De optie \"Activeer ActiveX-elementen en plug-ins\" dient ingeschakeld te worden. Het kan zijn dat er nu functies ontbreken of niet werken.",
BrowseServerBlocked : "De bestandsbrowser kon niet geopend worden. Zorg ervoor dat pop-up-blokkeerders uit staan.",
DialogBlocked : "Kan het dialoogvenster niet weergeven. Zorg ervoor dat pop-up-blokkeerders uit staan.",
VisitLinkBlocked : "Het was niet mogelijk een nieuw venster te openen. Controleer of er geen pop-up-blocker aktief is.",
 
// Dialogs
DlgBtnOK : "OK",
169,25 → 135,23
DlgBtnClose : "Afsluiten",
DlgBtnBrowseServer : "Bladeren op server",
DlgAdvancedTag : "Geavanceerd",
DlgOpOther : "<Anders>",
DlgInfoTab : "Informatie",
DlgAlertUrl : "Geef URL op",
DlgOpOther : "&lt;Anders&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<niet ingevuld>",
DlgGenNotSet : "&lt;niet ingevuld&gt;",
DlgGenId : "Kenmerk",
DlgGenLangDir : "Schrijfrichting",
DlgGenLangDirLtr : "Links naar rechts (LTR)",
DlgGenLangDirRtl : "Rechts naar links (RTL)",
DlgGenLangCode : "Taalcode",
DlgGenAccessKey : "Toegangstoets",
DlgGenLangDir : "Richting taal",
DlgGenLangDirLtr : "Links naar Rechts (LTR)",
DlgGenLangDirRtl : "Rechts naar Links (RTL)",
DlgGenLangCode : "Code taal",
DlgGenAccessKey : "Toegangs toets",
DlgGenName : "Naam",
DlgGenTabIndex : "Tabvolgorde",
DlgGenLongDescr : "Lange URL-omschrijving",
DlgGenClass : "Stylesheet-klassen",
DlgGenTitle : "Aanbevolen titel",
DlgGenContType : "Aanbevolen content-type",
DlgGenLinkCharset : "Karakterset van gelinkte bron",
DlgGenTabIndex : "Tab Index",
DlgGenLongDescr : "Lange omschrijving URL",
DlgGenClass : "Stylesheet Klassen",
DlgGenTitle : "Advisory titel",
DlgGenContType : "Advisory Content type",
DlgGenLinkCharset : "Gelinkte bron karakterset",
DlgGenStyle : "Stijl",
 
// Image Dialog
206,63 → 170,53
DlgImgVSpace : "VSpace",
DlgImgAlign : "Uitlijning",
DlgImgAlignLeft : "Links",
DlgImgAlignAbsBottom: "Absoluut-onder",
DlgImgAlignAbsMiddle: "Absoluut-midden",
DlgImgAlignAbsBottom: "Abs beneden",
DlgImgAlignAbsMiddle: "Abs midden",
DlgImgAlignBaseline : "Basislijn",
DlgImgAlignBottom : "Beneden",
DlgImgAlignMiddle : "Midden",
DlgImgAlignRight : "Rechts",
DlgImgAlignTextTop : "Boven tekst",
DlgImgAlignTextTop : "Tekst boven",
DlgImgAlignTop : "Boven",
DlgImgPreview : "Voorbeeld",
DlgImgAlertUrl : "Geef de URL van de afbeelding",
DlgImgAlertUrl : "Geeft de URL van de afbeelding",
DlgImgLinkTab : "Link",
 
// Flash Dialog
DlgFlashTitle : "Eigenschappen Flash",
DlgFlashChkPlay : "Automatisch afspelen",
DlgFlashChkLoop : "Herhalen",
DlgFlashChkMenu : "Flashmenu\'s inschakelen",
DlgFlashScale : "Schaal",
DlgFlashScaleAll : "Alles tonen",
DlgFlashScaleNoBorder : "Geen rand",
DlgFlashScaleFit : "Precies passend",
 
// Link Dialog
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Linkomschrijving",
DlgLnkInfoTab : "Informatie link",
DlgLnkTargetTab : "Doel",
 
DlgLnkType : "Linktype",
DlgLnkType : "Type link",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Interne link in pagina",
DlgLnkTypeEMail : "E-mail",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocol",
DlgLnkProtoOther : "<anders>",
DlgLnkProtoOther : "&lt;anders&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Kies een interne link",
DlgLnkAnchorByName : "Op naam interne link",
DlgLnkAnchorById : "Op kenmerk interne link",
DlgLnkNoAnchors : "(Geen interne links in document gevonden)",
DlgLnkEMail : "E-mailadres",
DlgLnkNoAnchors : "&lt;Geen interne links in document gevonden.&gt;",
DlgLnkEMail : "E-Mail adres",
DlgLnkEMailSubject : "Onderwerp bericht",
DlgLnkEMailBody : "Inhoud bericht",
DlgLnkUpload : "Upload",
DlgLnkBtnUpload : "Naar de server versturen",
DlgLnkBtnUpload : "Naar de server versturen.",
 
DlgLnkTarget : "Doel",
DlgLnkTargetFrame : "<frame>",
DlgLnkTargetPopup : "<popup window>",
DlgLnkTargetFrame : "&lt;frame&gt;",
DlgLnkTargetPopup : "&lt;popup window&gt;",
DlgLnkTargetBlank : "Nieuw venster (_blank)",
DlgLnkTargetParent : "Origineel venster (_parent)",
DlgLnkTargetParent : "Ouder venster (_parent)",
DlgLnkTargetSelf : "Zelfde venster (_self)",
DlgLnkTargetTop : "Hele venster (_top)",
DlgLnkTargetTop : "Browser venster (_top)",
DlgLnkTargetFrameName : "Naam doelframe",
DlgLnkPopWinName : "Naam popupvenster",
DlgLnkPopWinFeat : "Instellingen popupvenster",
DlgLnkPopWinName : "Naam popup venster",
DlgLnkPopWinFeat : "Instellingen popup venster",
DlgLnkPopResize : "Grootte wijzigen",
DlgLnkPopLocation : "Locatiemenu",
DlgLnkPopMenu : "Menubalk",
DlgLnkPopLocation : "Locatie menu",
DlgLnkPopMenu : "Menu balk",
DlgLnkPopScroll : "Schuifbalken",
DlgLnkPopStatus : "Statusbalk",
DlgLnkPopToolbar : "Menubalk",
271,12 → 225,11
DlgLnkPopWidth : "Breedte",
DlgLnkPopHeight : "Hoogte",
DlgLnkPopLeft : "Positie links",
DlgLnkPopTop : "Positie boven",
DlgLnkPopTop : "Positie top",
 
DlnLnkMsgNoUrl : "Geef de link van de URL",
DlnLnkMsgNoEMail : "Geef een e-mailadres",
DlnLnkMsgNoUrl : "Geeft de link van de URL",
DlnLnkMsgNoEMail : "Geef een e-mail adres",
DlnLnkMsgNoAnchor : "Selecteer een interne link",
DlnLnkMsgInvPopName : "De naam van de popup moet met een alfa-numerieke waarde beginnen, en mag geen spaties bevatten.",
 
// Color Dialog
DlgColorTitle : "Selecteer kleur",
285,10 → 238,10
DlgColorSelected : "Geselecteerd",
 
// Smiley Dialog
DlgSmileyTitle : "Smiley invoegen",
DlgSmileyTitle : "Invoegen smiley",
 
// Special Character Dialog
DlgSpecialCharTitle : "Selecteer speciaal teken",
DlgSpecialCharTitle : "Selecteer speciaal karakter",
 
// Table Dialog
DlgTableTitle : "Eigenschappen tabel",
296,7 → 249,7
DlgTableColumns : "Kolommen",
DlgTableBorder : "Breedte rand",
DlgTableAlign : "Uitlijning",
DlgTableAlignNotSet : "<Niet ingevoerd>",
DlgTableAlignNotSet : "<Niet ingegven>",
DlgTableAlignLeft : "Links",
DlgTableAlignCenter : "Centreren",
DlgTableAlignRight : "Rechts",
307,12 → 260,6
DlgTableCellSpace : "Afstand tussen cellen",
DlgTableCellPad : "Afstand vanaf rand cel",
DlgTableCaption : "Naam",
DlgTableSummary : "Samenvatting",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Eigenschappen cel",
321,35 → 268,29
DlgCellWidthPc : "procent",
DlgCellHeight : "Hoogte",
DlgCellWordWrap : "Afbreken woorden",
DlgCellWordWrapNotSet : "<Niet ingevoerd>",
DlgCellWordWrapNotSet : "<Niet ingegeven>",
DlgCellWordWrapYes : "Ja",
DlgCellWordWrapNo : "Nee",
DlgCellHorAlign : "Horizontale uitlijning",
DlgCellHorAlignNotSet : "<Niet ingevoerd>",
DlgCellHorAlignNotSet : "<Niet ingegeven>",
DlgCellHorAlignLeft : "Links",
DlgCellHorAlignCenter : "Centreren",
DlgCellHorAlignRight: "Rechts",
DlgCellVerAlign : "Verticale uitlijning",
DlgCellVerAlignNotSet : "<Niet ingevoerd>",
DlgCellVerAlignNotSet : "<Niet ingegeven>",
DlgCellVerAlignTop : "Boven",
DlgCellVerAlignMiddle : "Midden",
DlgCellVerAlignBottom : "Beneden",
DlgCellVerAlignBaseline : "Basislijn",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Overkoepeling rijen",
DlgCellCollSpan : "Overkoepeling kolommen",
DlgCellBackColor : "Achtergrondkleur",
DlgCellBorderColor : "Randkleur",
DlgCellBackColor : "Kleur achterrond",
DlgCellBorderColor : "Kleur rand",
DlgCellBtnSelect : "Selecteren...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Zoeken en vervangen",
 
// Find Dialog
DlgFindTitle : "Zoeken",
DlgFindFindBtn : "Zoeken",
DlgFindTitle : "Vinden",
DlgFindFindBtn : "Vinden",
DlgFindNotFoundMsg : "De opgegeven tekst is niet gevonden.",
 
// Replace Dialog
362,16 → 303,14
DlgReplaceWordChk : "Hele woord moet voorkomen",
 
// Paste Operations / Dialog
PasteErrorCut : "De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl+X van het toetsenbord.",
PasteErrorCopy : "De beveiligingsinstelling van de browser verhinderen het automatisch kopiëren. Gebruik de sneltoets Ctrl+C van het toetsenbord.",
PasteErrorPaste : "De beveiligingsinstelling van de browser verhinderen het automatisch plakken. Gebruik Ctrl+V op het toetsenbord.",
PasteErrorCut : "De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik Ctrl+X op het toetsenbord.",
PasteErrorCopy : "De beveiligingsinstelling van de browser verhinderen het automatisch kopieëren. Gebruik Ctrl+C op het toetsenbord.",
 
PasteAsText : "Plakken als platte tekst",
PasteFromWord : "Plakken als Word-gegevens",
PasteFromWord : "Plakken van Word-gegevens",
 
DlgPasteMsg2 : "Plak de tekst in het volgende vak gebruik makend van uw toetsenbord (<strong>Ctrl+V</strong>) en klik op <strong>OK</strong>.",
DlgPasteSec : "Door de beveiligingsinstellingen van uw browser is het niet mogelijk om direct vanuit het klembord in de editor te plakken. Middels opnieuw plakken in dit venster kunt u de tekst alsnog plakken in de editor.",
DlgPasteIgnoreFont : "Negeer \"Font Face\"-definities",
DlgPasteRemoveStyles : "Verwijder \"Style\"-definities",
DlgPasteMsg : "De <STRONG>beveiligingsinstelling</STRONG> van de browser verhinderen het automatisch plakken. <BR>Plak de data in de volgende pagina door gebruik te maken van toetsenbord(<STRONG>Ctrl+V</STRONG>). Klik hierna op <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatisch",
395,19 → 334,16
DlgSpellBtnUndo : "Ongedaan maken",
DlgSpellNoSuggestions : "-Geen suggesties-",
DlgSpellProgress : "Bezig met spellingscontrole...",
DlgSpellNoMispell : "Klaar met spellingscontrole: geen fouten gevonden",
DlgSpellNoChanges : "Klaar met spellingscontrole: geen woorden aangepast",
DlgSpellOneChange : "Klaar met spellingscontrole: één woord aangepast",
DlgSpellNoMispell : "Klaar met spellingscontrole: Geen fouten gevonden",
DlgSpellNoChanges : "Klaar met spellingscontrole: Geen woorden aangepast",
DlgSpellOneChange : "Klaar met spellingscontrole: 1 woord aangepast",
DlgSpellManyChanges : "Klaar met spellingscontrole: %1 woorden aangepast",
 
IeSpellDownload : "De spellingscontrole niet geïnstalleerd. Wilt u deze nu downloaden?",
IeSpellDownload : "Spellingscontrole niet geïnstalleerd. Wil je deze nu downloaden?",
 
// Button Dialog
DlgButtonText : "Tekst (waarde)",
DlgButtonType : "Soort",
DlgButtonTypeBtn : "Knop",
DlgButtonTypeSbm : "Versturen",
DlgButtonTypeRst : "Leegmaken",
DlgButtonText : "Tekst (waarde)",
DlgButtonType : "Soort",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Naam",
443,8 → 379,8
// Text Field Dialog
DlgTextName : "Naam",
DlgTextValue : "Waarde",
DlgTextCharWidth : "Breedte (tekens)",
DlgTextMaxChars : "Maximum aantal tekens",
DlgTextCharWidth : "Breedte karakter",
DlgTextMaxChars : "Maximum aantal karakters",
DlgTextType : "Soort",
DlgTextTypeText : "Tekst",
DlgTextTypePass : "Wachtwoord",
456,56 → 392,46
// Bulleted List Dialog
BulletedListProp : "Eigenschappen opsommingslijst",
NumberedListProp : "Eigenschappen genummerde opsommingslijst",
DlgLstStart : "Start",
DlgLstType : "Soort",
DlgLstTypeCircle : "Cirkel",
DlgLstTypeDisc : "Schijf",
DlgLstTypeDisk : "Schijf",
DlgLstTypeSquare : "Vierkant",
DlgLstTypeNumbers : "Nummers (1, 2, 3)",
DlgLstTypeNumbers : "Nummerks (1, 2, 3)",
DlgLstTypeLCase : "Kleine letters (a, b, c)",
DlgLstTypeUCase : "Hoofdletters (A, B, C)",
DlgLstTypeSRoman : "Klein Romeins (i, ii, iii)",
DlgLstTypeLRoman : "Groot Romeins (I, II, III)",
DlgLstTypeSRoman : "Klein romeins (i, ii, iii)",
DlgLstTypeLRoman : "Groot romeins (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Algemeen",
DlgDocBackTab : "Achtergrond",
DlgDocColorsTab : "Kleuring en marges",
DlgDocMetaTab : "META-data",
DlgDocMetaTab : "Meta data",
 
DlgDocPageTitle : "Paginatitel",
DlgDocLangDir : "Schrijfrichting",
DlgDocPageTitle : "Titel pagina",
DlgDocLangDir : "Richting taal",
DlgDocLangDirLTR : "Links naar rechts",
DlgDocLangDirRTL : "Rechts naar links",
DlgDocLangCode : "Taalcode",
DlgDocCharSet : "Karakterset-encoding",
DlgDocCharSetCE : "Centraal Europees",
DlgDocCharSetCT : "Traditioneel Chinees (Big5)",
DlgDocCharSetCR : "Cyriliaans",
DlgDocCharSetGR : "Grieks",
DlgDocCharSetJP : "Japans",
DlgDocCharSetKR : "Koreaans",
DlgDocCharSetTR : "Turks",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "West europees",
DlgDocCharSetOther : "Andere karakterset-encoding",
 
DlgDocDocType : "Opschrift documentsoort",
DlgDocDocTypeOther : "Ander opschrift documentsoort",
DlgDocIncXHTML : "XHTML-declaraties meenemen",
DlgDocBgColor : "Achtergrondkleur",
DlgDocDocType : "Opschrift document soort",
DlgDocDocTypeOther : "Ander opschrift document soort",
DlgDocIncXHTML : "XHTML declaraties meenemen",
DlgDocBgColor : "Achtergrond kleur",
DlgDocBgImage : "URL achtergrondplaatje",
DlgDocBgNoScroll : "Vaste achtergrond",
DlgDocBgNoScroll : "Gefixeerde achtergrond",
DlgDocCText : "Tekst",
DlgDocCLink : "Link",
DlgDocCVisited : "Bezochte link",
DlgDocCActive : "Active link",
DlgDocMargins : "Afstandsinstellingen document",
DlgDocMaTop : "Boven",
DlgDocMaTop : "Top",
DlgDocMaLeft : "Links",
DlgDocMaRight : "Rechts",
DlgDocMaBottom : "Onder",
DlgDocMeIndex : "Trefwoorden betreffende document (kommagescheiden)",
DlgDocMaBottom : "Bodem",
DlgDocMeIndex : "Trefwoorden betreffende document (komma gescheiden)",
DlgDocMeDescr : "Beschrijving document",
DlgDocMeAuthor : "Auteur",
DlgDocMeCopy : "Copyright",
514,21 → 440,14
// Templates Dialog
Templates : "Sjablonen",
DlgTemplatesTitle : "Inhoud sjabonen",
DlgTemplatesSelMsg : "Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):",
DlgTemplatesLoading : "Bezig met laden sjabonen. Even geduld alstublieft...",
DlgTemplatesNoTpl : "(Geen sjablonen gedefinieerd)",
DlgTemplatesReplace : "Vervang de huidige inhoud",
DlgTemplatesSelMsg : "Selecteer een sjabloon die in de editor geopend moet worden. (De actuele inhoud gaat verloren.):",
DlgTemplatesLoading : "Bezig met laden sjabonen. Even geduld aub...",
DlgTemplatesNoTpl : "(Geen sjablonen gedefiniëerd)",
 
// About Dialog
DlgAboutAboutTab : "Over",
DlgAboutBrowserInfoTab : "Browserinformatie",
DlgAboutLicenseTab : "Licentie",
DlgAboutBrowserInfoTab : "Browser informatie",
DlgAboutVersion : "Versie",
DlgAboutInfo : "Voor meer informatie ga naar ",
 
// Div Dialog
DlgDivGeneralTab : "Algemeen",
DlgDivAdvancedTab : "Geavanceerd",
DlgDivStyle : "Style",
DlgDivInlineStyle : "Inline Style"
};
DlgAboutLicense : "Gelicenceerd onder de condities van de GNU Lesser General Public License",
DlgAboutInfo : "Voor meer informatie ga naar "
}
/trunk/api/fckeditor/editor/lang/hr.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Croatian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: hr.js
* Croatian language file.
*
* File Authors:
* Alex Varga (avarga@globaldizajn.hr)
*/
 
var FCKLang =
{
42,27 → 36,23
SelectAll : "Odaberi sve",
RemoveFormat : "Ukloni formatiranje",
InsertLinkLbl : "Link",
InsertLink : "Ubaci/promijeni link",
InsertLink : "Ubaci/promjeni link",
RemoveLink : "Ukloni link",
VisitLink : "Otvori link",
Anchor : "Ubaci/promijeni sidro",
AnchorDelete : "Ukloni sidro",
Anchor : "Ubaci/promjeni sidro",
InsertImageLbl : "Slika",
InsertImage : "Ubaci/promijeni sliku",
InsertFlashLbl : "Flash",
InsertFlash : "Ubaci/promijeni Flash",
InsertImage : "Ubaci/promjeni sliku",
InsertTableLbl : "Tablica",
InsertTable : "Ubaci/promijeni tablicu",
InsertTable : "Ubaci/promjeni tablicu",
InsertLineLbl : "Linija",
InsertLine : "Ubaci vodoravnu liniju",
InsertSpecialCharLbl: "Posebni karakteri",
InsertSpecialChar : "Ubaci posebne znakove",
InsertSpecialChar : "Ubaci posebne karaktere",
InsertSmileyLbl : "Smješko",
InsertSmiley : "Ubaci smješka",
About : "O FCKeditoru",
Bold : "Podebljaj",
Italic : "Ukosi",
Underline : "Potcrtano",
Underline : "Podcrtano",
StrikeThrough : "Precrtano",
Subscript : "Subscript",
Superscript : "Superscript",
72,10 → 62,6
BlockJustify : "Blok poravnanje",
DecreaseIndent : "Pomakni ulijevo",
IncreaseIndent : "Pomakni udesno",
Blockquote : "Blockquote",
CreateDiv : "Napravi Div kontejner",
EditDiv : "Uredi Div kontejner",
DeleteDiv : "Ukloni Div kontejner",
Undo : "Poništi",
Redo : "Ponovi",
NumberedListLbl : "Brojčana lista",
90,13 → 76,11
FontSize : "Veličina",
TextColor : "Boja teksta",
BGColor : "Boja pozadine",
Source : "Kôd",
Source : "K&ocirc;d",
Find : "Pronađi",
Replace : "Zamijeni",
SpellCheck : "Provjeri pravopis",
UniversalKeyboard : "Univerzalna tipkovnica",
PageBreakLbl : "Prijelom stranice",
PageBreak : "Ubaci prijelom stranice",
 
Form : "Form",
Checkbox : "Checkbox",
108,33 → 92,19
SelectionField : "Selection Field",
ImageButton : "Image Button",
 
FitWindow : "Povećaj veličinu editora",
ShowBlocks : "Prikaži blokove",
 
// Context Menu
EditLink : "Promijeni link",
CellCM : "Ćelija",
RowCM : "Red",
ColumnCM : "Kolona",
InsertRowAfter : "Ubaci red poslije",
InsertRowBefore : "Ubaci red prije",
EditLink : "Promjeni link",
InsertRow : "Ubaci red",
DeleteRows : "Izbriši redove",
InsertColumnAfter : "Ubaci kolonu poslije",
InsertColumnBefore : "Ubaci kolonu prije",
InsertColumn : "Ubaci kolonu",
DeleteColumns : "Izbriši kolone",
InsertCellAfter : "Ubaci ćeliju poslije",
InsertCellBefore : "Ubaci ćeliju prije",
InsertCell : "Ubaci ćelije",
DeleteCells : "Izbriši ćelije",
MergeCells : "Spoji ćelije",
MergeRight : "Spoji desno",
MergeDown : "Spoji dolje",
HorizontalSplitCell : "Podijeli ćeliju vodoravno",
VerticalSplitCell : "Podijeli ćeliju okomito",
TableDelete : "Izbriši tablicu",
SplitCell : "Razdvoji ćelije",
CellProperties : "Svojstva ćelije",
TableProperties : "Svojstva tablice",
ImageProperties : "Svojstva slike",
FlashProperties : "Flash svojstva",
 
AnchorProp : "Svojstva sidra",
ButtonProp : "Image Button svojstva",
147,7 → 117,7
TextareaProp : "Textarea svojstva",
FormProp : "Form svojstva",
 
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Normal (DIV)",
FontFormats : "Normal;Formatirano;Adresa;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
 
// Alerts and Messages
ProcessingXHTML : "Obrađujem XHTML. Molimo pričekajte...",
158,10 → 128,6
UnknownCommand : "Nepoznata naredba \"%1\"",
NotImplemented : "Naredba nije implementirana",
UnknownToolbarSet : "Traka s alatima \"%1\" ne postoji",
NoActiveX : "Vaše postavke pretraživača mogle bi ograničiti neke od mogućnosti editora. Morate uključiti opciju \"Run ActiveX controls and plug-ins\" u postavkama. Ukoliko to ne učinite, moguće su razliite greške tijekom rada.",
BrowseServerBlocked : "Pretraivač nije moguće otvoriti. Provjerite da li je uključeno blokiranje pop-up prozora.",
DialogBlocked : "Nije moguće otvoriti novi prozor. Provjerite da li je uključeno blokiranje pop-up prozora.",
VisitLinkBlocked : "Nije moguće otvoriti novi prozor. Provjerite da li je uključeno blokiranje pop-up prozora.",
 
// Dialogs
DlgBtnOK : "OK",
169,17 → 135,15
DlgBtnClose : "Zatvori",
DlgBtnBrowseServer : "Pretraži server",
DlgAdvancedTag : "Napredno",
DlgOpOther : "<Drugo>",
DlgInfoTab : "Info",
DlgAlertUrl : "Molimo unesite URL",
DlgOpOther : "&lt;Drugo&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<nije postavljeno>",
DlgGenNotSet : "&lt;nije postavljeno&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Smjer jezika",
DlgGenLangDirLtr : "S lijeva na desno (LTR)",
DlgGenLangDirRtl : "S desna na lijevo (RTL)",
DlgGenLangCode : "Kôd jezika",
DlgGenLangCode : "K&ocirc;d jezika",
DlgGenAccessKey : "Pristupna tipka",
DlgGenName : "Naziv",
DlgGenTabIndex : "Tab Indeks",
187,7 → 151,7
DlgGenClass : "Stylesheet klase",
DlgGenTitle : "Advisory naslov",
DlgGenContType : "Advisory vrsta sadržaja",
DlgGenLinkCharset : "Kodna stranica povezanih resursa",
DlgGenLinkCharset : "Linked Resource Charset",
DlgGenStyle : "Stil",
 
// Image Dialog
218,16 → 182,6
DlgImgAlertUrl : "Unesite URL slike",
DlgImgLinkTab : "Link",
 
// Flash Dialog
DlgFlashTitle : "Flash svojstva",
DlgFlashChkPlay : "Auto Play",
DlgFlashChkLoop : "Ponavljaj",
DlgFlashChkMenu : "Omogući Flash izbornik",
DlgFlashScale : "Omjer",
DlgFlashScaleAll : "Prikaži sve",
DlgFlashScaleNoBorder : "Bez okvira",
DlgFlashScaleFit : "Točna veličina",
 
// Link Dialog
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Link Info",
238,12 → 192,12
DlgLnkTypeAnchor : "Sidro na ovoj stranici",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protokol",
DlgLnkProtoOther : "<drugo>",
DlgLnkProtoOther : "&lt;drugo&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Odaberi sidro",
DlgLnkAnchorByName : "Po nazivu sidra",
DlgLnkAnchorById : "Po Id elementa",
DlgLnkNoAnchors : "(Nema dostupnih sidra)",
DlgLnkNoAnchors : "&lt;Nema dostupnih sidra&gt;",
DlgLnkEMail : "E-Mail adresa",
DlgLnkEMailSubject : "Naslov",
DlgLnkEMailBody : "Sadržaj poruke",
251,8 → 205,8
DlgLnkBtnUpload : "Pošalji na server",
 
DlgLnkTarget : "Meta",
DlgLnkTargetFrame : "<okvir>",
DlgLnkTargetPopup : "<popup prozor>",
DlgLnkTargetFrame : "&lt;okvir&gt;",
DlgLnkTargetPopup : "&lt;popup prozor&gt;",
DlgLnkTargetBlank : "Novi prozor (_blank)",
DlgLnkTargetParent : "Roditeljski prozor (_parent)",
DlgLnkTargetSelf : "Isti prozor (_self)",
260,7 → 214,7
DlgLnkTargetFrameName : "Ime ciljnog okvira",
DlgLnkPopWinName : "Naziv popup prozora",
DlgLnkPopWinFeat : "Mogućnosti popup prozora",
DlgLnkPopResize : "Promjenljive veličine",
DlgLnkPopResize : "Promjenjljive veličine",
DlgLnkPopLocation : "Traka za lokaciju",
DlgLnkPopMenu : "Izborna traka",
DlgLnkPopScroll : "Scroll traka",
276,7 → 230,6
DlnLnkMsgNoUrl : "Molimo upišite URL link",
DlnLnkMsgNoEMail : "Molimo upišite e-mail adresu",
DlnLnkMsgNoAnchor : "Molimo odaberite sidro",
DlnLnkMsgInvPopName : "Ime popup prozora mora početi sa slovom i ne smije sadržavati razmake",
 
// Color Dialog
DlgColorTitle : "Odaberite boju",
307,12 → 260,6
DlgTableCellSpace : "Prostornost ćelija",
DlgTableCellPad : "Razmak ćelija",
DlgTableCaption : "Naslov",
DlgTableSummary : "Sažetak",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Svojstva ćelije",
335,9 → 282,6
DlgCellVerAlignMiddle : "Srednišnje",
DlgCellVerAlignBottom : "Donje",
DlgCellVerAlignBaseline : "Bazno",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Spajanje redova",
DlgCellCollSpan : "Spajanje kolona",
DlgCellBackColor : "Boja pozadine",
344,9 → 288,6
DlgCellBorderColor : "Boja okvira",
DlgCellBtnSelect : "Odaberi...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Pronađi i zamijeni",
 
// Find Dialog
DlgFindTitle : "Pronađi",
DlgFindFindBtn : "Pronađi",
355,7 → 296,7
// Replace Dialog
DlgReplaceTitle : "Zamijeni",
DlgReplaceFindLbl : "Pronađi:",
DlgReplaceReplaceLbl : "Zamijeni s:",
DlgReplaceReplaceLbl : "Zamijeni sa:",
DlgReplaceCaseChk : "Usporedi mala/velika slova",
DlgReplaceReplaceBtn : "Zamijeni",
DlgReplaceReplAllBtn : "Zamijeni sve",
362,6 → 303,7
DlgReplaceWordChk : "Usporedi cijele riječi",
 
// Paste Operations / Dialog
PasteErrorPaste : "Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog ljepljenja. Molimo koristite kraticu na tipkovnici (Ctrl+V).",
PasteErrorCut : "Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl+X).",
PasteErrorCopy : "Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tipkovnici (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "Zalijepi kao čisti tekst",
PasteFromWord : "Zalijepi iz Worda",
 
DlgPasteMsg2 : "Molimo zaljepite unutar doljnjeg okvira koristeći tipkovnicu (<STRONG>Ctrl+V</STRONG>) i kliknite <STRONG>OK</STRONG>.",
DlgPasteSec : "Zbog sigurnosnih postavki Vašeg pretraživača, editor nema direktan pristup Vašem međuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.",
DlgPasteIgnoreFont : "Zanemari definiciju vrste fonta",
DlgPasteRemoveStyles : "Ukloni definicije stilova",
DlgPasteMsg : "Editor nije mogao automatski zalijepiti zbog <STRONG>sigurnosnih postavki</STRONG> Vašeg pretraživača.<BR>Molimo zalijepite unutar sljedeće kocke koristeći tipkovnicu (<STRONG>Ctrl+V</STRONG>) i pritisnite na <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatski",
387,7 → 326,7
 
// Speller Pages Dialog
DlgSpellNotInDic : "Nije u rječniku",
DlgSpellChangeTo : "Promijeni u",
DlgSpellChangeTo : "Promjeni u",
DlgSpellBtnIgnore : "Zanemari",
DlgSpellBtnIgnoreAll : "Zanemari sve",
DlgSpellBtnReplace : "Zamijeni",
395,19 → 334,16
DlgSpellBtnUndo : "Vrati",
DlgSpellNoSuggestions : "-Nema preporuke-",
DlgSpellProgress : "Provjera u tijeku...",
DlgSpellNoMispell : "Provjera završena: Nema grešaka",
DlgSpellNoMispell : "Provjera završena: Nema greaka",
DlgSpellNoChanges : "Provjera završena: Nije napravljena promjena",
DlgSpellOneChange : "Provjera završena: Jedna riječ promjenjena",
DlgSpellManyChanges : "Provjera završena: Promijenjeno %1 riječi",
DlgSpellManyChanges : "Provjera završena: Promjenjeno %1 riječi",
 
IeSpellDownload : "Provjera pravopisa nije instalirana. Želite li skinuti provjeru pravopisa?",
 
// Button Dialog
DlgButtonText : "Tekst (vrijednost)",
DlgButtonType : "Vrsta",
DlgButtonTypeBtn : "Gumb",
DlgButtonTypeSbm : "Pošalji",
DlgButtonTypeRst : "Poništi",
DlgButtonText : "Tekst (vrijednost)",
DlgButtonType : "Vrsta",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Ime",
429,7 → 365,7
DlgSelectOpText : "Tekst",
DlgSelectOpValue : "Vrijednost",
DlgSelectBtnAdd : "Dodaj",
DlgSelectBtnModify : "Promijeni",
DlgSelectBtnModify : "Promjeni",
DlgSelectBtnUp : "Gore",
DlgSelectBtnDown : "Dolje",
DlgSelectBtnSetValue : "Postavi kao odabranu vrijednost",
443,7 → 379,7
// Text Field Dialog
DlgTextName : "Ime",
DlgTextValue : "Vrijednost",
DlgTextCharWidth : "Širina",
DlgTextCharWidth : "irina",
DlgTextMaxChars : "Najviše karaktera",
DlgTextType : "Vrsta",
DlgTextTypeText : "Tekst",
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "Svojstva liste",
NumberedListProp : "Svojstva brojčane liste",
DlgLstStart : "Početak",
DlgLstType : "Vrsta",
DlgLstTypeCircle : "Krug",
DlgLstTypeDisc : "Disk",
DlgLstTypeDisk : "Disk",
DlgLstTypeSquare : "Kvadrat",
DlgLstTypeNumbers : "Brojevi (1, 2, 3)",
DlgLstTypeLCase : "Mala slova (a, b, c)",
477,17 → 412,8
DlgDocLangDir : "Smjer jezika",
DlgDocLangDirLTR : "S lijeva na desno",
DlgDocLangDirRTL : "S desna na lijevo",
DlgDocLangCode : "Kôd jezika",
DlgDocLangCode : "K&ocirc;d jezika",
DlgDocCharSet : "Enkodiranje znakova",
DlgDocCharSetCE : "Središnja Europa",
DlgDocCharSetCT : "Tradicionalna kineska (Big5)",
DlgDocCharSetCR : "Ćirilica",
DlgDocCharSetGR : "Grčka",
DlgDocCharSetJP : "Japanska",
DlgDocCharSetKR : "Koreanska",
DlgDocCharSetTR : "Turska",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Zapadna Europa",
DlgDocCharSetOther : "Ostalo enkodiranje znakova",
 
DlgDocDocType : "Zaglavlje vrste dokumenta",
517,18 → 443,11
DlgTemplatesSelMsg : "Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj će biti izgubljen):",
DlgTemplatesLoading : "Učitavam listu predložaka. Molimo pričekajte...",
DlgTemplatesNoTpl : "(Nema definiranih predložaka)",
DlgTemplatesReplace : "Zamijeni trenutne sadržaje",
 
// About Dialog
DlgAboutAboutTab : "O FCKEditoru",
DlgAboutBrowserInfoTab : "Podaci o pretraživaču",
DlgAboutLicenseTab : "Licenca",
DlgAboutVersion : "inačica",
DlgAboutInfo : "Za više informacija posjetite",
 
// Div Dialog
DlgDivGeneralTab : "Općenito",
DlgDivAdvancedTab : "Napredno",
DlgDivStyle : "Stil",
DlgDivInlineStyle : "Stil u redu"
};
DlgAboutLicense : "Licencirano pod uvjetima GNU Lesser General Public License",
DlgAboutInfo : "Za više informacija posjetite"
}
/trunk/api/fckeditor/editor/lang/pl.js
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Polish language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: pl.js
* Polish language file.
*
* File Authors:
* Jakub Boesche (jboesche@gazeta.pl)
* Maciej Bochynski (maciej.bochynski@lubman.pl)
*/
 
var FCKLang =
{
44,13 → 39,9
InsertLinkLbl : "Hiperłącze",
InsertLink : "Wstaw/edytuj hiperłącze",
RemoveLink : "Usuń hiperłącze",
VisitLink : "Open Link", //MISSING
Anchor : "Wstaw/edytuj kotwicę",
AnchorDelete : "Usuń kotwicę",
InsertImageLbl : "Obrazek",
InsertImage : "Wstaw/edytuj obrazek",
InsertFlashLbl : "Flash",
InsertFlash : "Dodaj/Edytuj element Flash",
InsertTableLbl : "Tabela",
InsertTable : "Wstaw/edytuj tabelę",
InsertLineLbl : "Linia pozioma",
65,25 → 56,21
Underline : "Podkreślenie",
StrikeThrough : "Przekreślenie",
Subscript : "Indeks dolny",
Superscript : "Indeks górny",
LeftJustify : "Wyrównaj do lewej",
CenterJustify : "Wyrównaj do środka",
RightJustify : "Wyrównaj do prawej",
BlockJustify : "Wyrównaj do lewej i prawej",
Superscript : "Indeks górny",
LeftJustify : "Wyrównaj do lewej",
CenterJustify : "Wyrównaj do środka",
RightJustify : "Wyrównaj do prawej",
BlockJustify : "Wyrównaj do lewej i prawej",
DecreaseIndent : "Zmniejsz wcięcie",
IncreaseIndent : "Zwiększ wcięcie",
Blockquote : "Cytat",
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Cofnij",
Redo : "Ponów",
Redo : "Ponów",
NumberedListLbl : "Lista numerowana",
NumberedList : "Wstaw/usuń numerowanie listy",
BulletedListLbl : "Lista wypunktowana",
BulletedList : "Wstaw/usuń wypunktowanie listy",
ShowTableBorders : "Pokazuj ramkę tabeli",
ShowDetails : "Pokaż szczegóły",
ShowDetails : "Pokaż szczegóły",
Style : "Styl",
FontFormat : "Format",
Font : "Czcionka",
90,57 → 77,41
FontSize : "Rozmiar",
TextColor : "Kolor tekstu",
BGColor : "Kolor tła",
Source : "Źródło dokumentu",
Source : "Źródło dokumentu",
Find : "Znajdź",
Replace : "Zamień",
SpellCheck : "Sprawdź pisownię",
UniversalKeyboard : "Klawiatura Uniwersalna",
PageBreakLbl : "Odstęp",
PageBreak : "Wstaw odstęp",
 
Form : "Formularz",
Checkbox : "Pole wyboru (checkbox)",
RadioButton : "Pole wyboru (radio)",
Checkbox : "Checkbox",
RadioButton : "Pole wyboru",
TextField : "Pole tekstowe",
Textarea : "Obszar tekstowy",
HiddenField : "Pole ukryte",
Button : "Przycisk",
SelectionField : "Lista wyboru",
ImageButton : "Przycisk-obrazek",
ImageButton : "Przycisk obrazek",
 
FitWindow : "Maksymalizuj rozmiar edytora",
ShowBlocks : "Pokaż bloki",
 
// Context Menu
EditLink : "Edytuj hiperłącze",
CellCM : "Komórka",
RowCM : "Wiersz",
ColumnCM : "Kolumna",
InsertRowAfter : "Wstaw wiersz poniżej",
InsertRowBefore : "Wstaw wiersz powyżej",
InsertRow : "Wstaw wiersz",
DeleteRows : "Usuń wiersze",
InsertColumnAfter : "Wstaw kolumnę z prawej",
InsertColumnBefore : "Wstaw kolumnę z lewej",
InsertColumn : "Wstaw kolumnę",
DeleteColumns : "Usuń kolumny",
InsertCellAfter : "Wstaw komórkę z prawej",
InsertCellBefore : "Wstaw komórkę z lewej",
DeleteCells : "Usuń komórki",
MergeCells : "Połącz komórki",
MergeRight : "Połącz z komórką z prawej",
MergeDown : "Połącz z komórką poniżej",
HorizontalSplitCell : "Podziel komórkę poziomo",
VerticalSplitCell : "Podziel komórkę pionowo",
TableDelete : "Usuń tabelę",
CellProperties : "Właściwości komórki",
InsertCell : "Wstaw komórkę",
DeleteCells : "Usuń komórki",
MergeCells : "Połącz komórki",
SplitCell : "Podziel komórkę",
CellProperties : "Właściwości komórki",
TableProperties : "Właściwości tabeli",
ImageProperties : "Właściwości obrazka",
FlashProperties : "Właściwości elementu Flash",
 
AnchorProp : "Właściwości kotwicy",
ButtonProp : "Właściwości przycisku",
CheckboxProp : "Właściwości pola wyboru (checkbox)",
CheckboxProp : "Checkbox - właściwości",
HiddenFieldProp : "Właściwości pola ukrytego",
RadioButtonProp : "Właściwości pola wyboru (radio)",
RadioButtonProp : "Właściwości pola wyboru",
ImageButtonProp : "Właściwości przycisku obrazka",
TextFieldProp : "Właściwości pola tekstowego",
SelectionFieldProp : "Właściwości listy wyboru",
147,21 → 118,17
TextareaProp : "Właściwości obszaru tekstowego",
FormProp : "Właściwości formularza",
 
FontFormats : "Normalny;Tekst sformatowany;Adres;Nagłówek 1;Nagłówek 2;Nagłówek 3;Nagłówek 4;Nagłówek 5;Nagłówek 6",
FontFormats : "Normalny;Tekst sformatowany;Adres;Nagłówek 1;Nagłówek 2;Nagłówek 3;Nagłówek 4;Nagłówek 5;Nagłówek 6",
 
// Alerts and Messages
ProcessingXHTML : "Przetwarzanie XHTML. Proszę czekać...",
Done : "Gotowe",
PasteWordConfirm : "Tekst, który chcesz wkleić, prawdopodobnie pochodzi z programu Word. Czy chcesz go wyczyścic przed wklejeniem?",
PasteWordConfirm : "Tekst, który chcesz wkleić, prawdopodobnie pochodzi z programu Word. Czy chcesz go wyczyścic przed wklejeniem?",
NotCompatiblePaste : "Ta funkcja jest dostępna w programie Internet Explorer w wersji 5.5 lub wyższej. Czy chcesz wkleić tekst bez czyszczenia?",
UnknownToolbarItem : "Nieznany element paska narzędzi \"%1\"",
UnknownCommand : "Nieznana komenda \"%1\"",
NotImplemented : "Komenda niezaimplementowana",
UnknownToolbarSet : "Pasek narzędzi \"%1\" nie istnieje",
NoActiveX : "Ustawienia zabezpieczeń twojej przeglądarki mogą ograniczyć niektóre funkcje edytora. Musisz włączyć opcję \"Uruchamianie formantów Activex i dodatków plugin\". W przeciwnym wypadku mogą pojawiać się błędy.",
BrowseServerBlocked : "Nie można otworzyć okno menadżera plików. Upewnij się, że wszystkie blokady wyskakujących okienek są wyłączone.",
DialogBlocked : "Nie można otworzyć okna dialogowego. Upewnij się, że wszystkie blokady wyskakujących okienek są wyłączone.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "OK",
169,12 → 136,10
DlgBtnClose : "Zamknij",
DlgBtnBrowseServer : "Przeglądaj",
DlgAdvancedTag : "Zaawansowane",
DlgOpOther : "<Inny>",
DlgInfoTab : "Informacje",
DlgAlertUrl : "Proszę podać URL",
DlgOpOther : "&lt;Inny&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<nie ustawione>",
DlgGenNotSet : "&lt;nieustawione&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Kierunek tekstu",
DlgGenLangDirLtr : "Od lewej do prawej (LTR)",
183,17 → 148,17
DlgGenAccessKey : "Klawisz dostępu",
DlgGenName : "Nazwa",
DlgGenTabIndex : "Indeks tabeli",
DlgGenLongDescr : "Długi opis hiperłącza",
DlgGenClass : "Nazwa klasy CSS",
DlgGenTitle : "Opis obiektu docelowego",
DlgGenContType : "Typ MIME obiektu docelowego",
DlgGenLinkCharset : "Kodowanie znaków obiektu docelowego",
DlgGenLongDescr : "Long Description URL",
DlgGenClass : "Stylesheet Classes",
DlgGenTitle : "Advisory Title",
DlgGenContType : "Advisory Content Type",
DlgGenLinkCharset : "Linked Resource Charset",
DlgGenStyle : "Styl",
 
// Image Dialog
DlgImgTitle : "Właściwości obrazka",
DlgImgInfoTab : "Informacje o obrazku",
DlgImgBtnUpload : "Wyślij",
DlgImgBtnUpload : "Syślij",
DlgImgURL : "Adres URL",
DlgImgUpload : "Wyślij",
DlgImgAlt : "Tekst zastępczy",
200,11 → 165,11
DlgImgWidth : "Szerokość",
DlgImgHeight : "Wysokość",
DlgImgLockRatio : "Zablokuj proporcje",
DlgBtnResetSize : "Przywróć rozmiar",
DlgBtnResetSize : "Przywróć rozmiar",
DlgImgBorder : "Ramka",
DlgImgHSpace : "Odstęp poziomy",
DlgImgVSpace : "Odstęp pionowy",
DlgImgAlign : "Wyrównaj",
DlgImgAlign : "Wyrównaj",
DlgImgAlignLeft : "Do lewej",
DlgImgAlignAbsBottom: "Do dołu",
DlgImgAlignAbsMiddle: "Do środka w pionie",
212,22 → 177,12
DlgImgAlignBottom : "Do dołu",
DlgImgAlignMiddle : "Do środka",
DlgImgAlignRight : "Do prawej",
DlgImgAlignTextTop : "Do góry tekstu",
DlgImgAlignTop : "Do góry",
DlgImgAlignTextTop : "Do góry tekstu",
DlgImgAlignTop : "Do góry",
DlgImgPreview : "Podgląd",
DlgImgAlertUrl : "Podaj adres obrazka.",
DlgImgLinkTab : "Hiperłącze",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Właściwości elementu Flash",
DlgFlashChkPlay : "Auto Odtwarzanie",
DlgFlashChkLoop : "Pętla",
DlgFlashChkMenu : "Włącz menu",
DlgFlashScale : "Skaluj",
DlgFlashScaleAll : "Pokaż wszystko",
DlgFlashScaleNoBorder : "Bez Ramki",
DlgFlashScaleFit : "Dokładne dopasowanie",
 
// Link Dialog
DlgLnkWindowTitle : "Hiperłącze",
DlgLnkInfoTab : "Informacje ",
237,22 → 192,22
DlgLnkTypeURL : "Adres URL",
DlgLnkTypeAnchor : "Odnośnik wewnątrz strony",
DlgLnkTypeEMail : "Adres e-mail",
DlgLnkProto : "Protokół",
DlgLnkProtoOther : "<inny>",
DlgLnkProto : "Protokół",
DlgLnkProtoOther : "&lt;inny&gt;",
DlgLnkURL : "Adres URL",
DlgLnkAnchorSel : "Wybierz etykietę",
DlgLnkAnchorByName : "Wg etykiety",
DlgLnkAnchorById : "Wg identyfikatora elementu",
DlgLnkNoAnchors : "(W dokumencie nie zdefiniowano żadnych etykiet)",
DlgLnkNoAnchors : "&lt;W dokumencie nie zdefiniowano żadnych etykiet&gt;",
DlgLnkEMail : "Adres e-mail",
DlgLnkEMailSubject : "Temat",
DlgLnkEMailBody : "Treść",
DlgLnkUpload : "Wyślij",
DlgLnkUpload : "Upload",
DlgLnkBtnUpload : "Wyślij",
 
DlgLnkTarget : "Cel",
DlgLnkTargetFrame : "<ramka>",
DlgLnkTargetPopup : "<wyskakujące okno>",
DlgLnkTargetFrame : "&lt;ramka&gt;",
DlgLnkTargetPopup : "&lt;wyskakujące okno&gt;",
DlgLnkTargetBlank : "Nowe okno (_blank)",
DlgLnkTargetParent : "Okno nadrzędne (_parent)",
DlgLnkTargetSelf : "To samo okno (_self)",
276,7 → 231,6
DlnLnkMsgNoUrl : "Podaj adres URL",
DlnLnkMsgNoEMail : "Podaj adres e-mail",
DlnLnkMsgNoAnchor : "Wybierz etykietę",
DlnLnkMsgInvPopName : "Nazwa wyskakującego okienka musi zaczynać się od znaku alfanumerycznego i nie może zawierać spacji",
 
// Color Dialog
DlgColorTitle : "Wybierz kolor",
295,7 → 249,7
DlgTableRows : "Liczba wierszy",
DlgTableColumns : "Liczba kolumn",
DlgTableBorder : "Grubość ramki",
DlgTableAlign : "Wyrównanie",
DlgTableAlign : "Wyrównanie",
DlgTableAlignNotSet : "<brak ustawień>",
DlgTableAlignLeft : "Do lewej",
DlgTableAlignCenter : "Do środka",
304,18 → 258,12
DlgTableWidthPx : "piksele",
DlgTableWidthPc : "%",
DlgTableHeight : "Wysokość",
DlgTableCellSpace : "Odstęp pomiędzy komórkami",
DlgTableCellPad : "Margines wewnętrzny komórek",
DlgTableCellSpace : "Odstęp pomiędzy komórkami",
DlgTableCellPad : "Margines wewnętrzny komórek",
DlgTableCaption : "Tytuł",
DlgTableSummary : "Podsumowanie",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Właściwości komórki",
DlgCellTitle : "Właściwości komórki",
DlgCellWidth : "Szerokość",
DlgCellWidthPx : "piksele",
DlgCellWidthPc : "%",
324,20 → 272,17
DlgCellWordWrapNotSet : "<brak ustawień>",
DlgCellWordWrapYes : "Tak",
DlgCellWordWrapNo : "Nie",
DlgCellHorAlign : "Wyrównanie poziome",
DlgCellHorAlign : "Wyrównanie poziome",
DlgCellHorAlignNotSet : "<brak ustawień>",
DlgCellHorAlignLeft : "Do lewej",
DlgCellHorAlignCenter : "Do środka",
DlgCellHorAlignRight: "Do prawej",
DlgCellVerAlign : "Wyrównanie pionowe",
DlgCellVerAlign : "Wyrównanie pionowe",
DlgCellVerAlignNotSet : "<brak ustawień>",
DlgCellVerAlignTop : "Do góry",
DlgCellVerAlignTop : "Do góry",
DlgCellVerAlignMiddle : "Do środka",
DlgCellVerAlignBottom : "Do dołu",
DlgCellVerAlignBaseline : "Do linii bazowej",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Zajętość wierszy",
DlgCellCollSpan : "Zajętość kolumn",
DlgCellBackColor : "Kolor tła",
344,9 → 289,6
DlgCellBorderColor : "Kolor ramki",
DlgCellBtnSelect : "Wybierz...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Znajdź i zamień",
 
// Find Dialog
DlgFindTitle : "Znajdź",
DlgFindFindBtn : "Znajdź",
362,20 → 304,18
DlgReplaceWordChk : "Całe słowa",
 
// Paste Operations / Dialog
PasteErrorCut : "Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl+X.",
PasteErrorCopy : "Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne kopiowanie tekstu. Użyj skrótu klawiszowego Ctrl+C.",
PasteErrorPaste : "Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne wklejanie tekstu. Użyj skrótu klawiszowego Ctrl+V.",
PasteErrorCut : "Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl+X.",
PasteErrorCopy : "Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne kopiowanie tekstu. Użyj skrótu klawiszowego Ctrl+C.",
 
PasteAsText : "Wklej jako czysty tekst",
PasteFromWord : "Wklej z Worda",
 
DlgPasteMsg2 : "Proszę wkleić w poniższym polu używając klawiaturowego skrótu (<STRONG>Ctrl+V</STRONG>) i kliknąć <STRONG>OK</STRONG>.",
DlgPasteSec : "Zabezpieczenia przeglądarki uniemożliwiają wklejenie danych bezpośrednio do edytora. Proszę dane wkleić ponownie w tym okienku.",
DlgPasteIgnoreFont : "Ignoruj definicje 'Font Face'",
DlgPasteRemoveStyles : "Usuń definicje Stylów",
DlgPasteMsg : "Automatyczne wklejenie tekstu nie było możliwe z powodu <STRONG>restrykcyjnych</STRONG> ustawień bezpieczeństwa Twojej przeglądarki.<BR>Wklej tekst w poniższe pole używając skrótu klawiszowego (<STRONG>Ctrl+V</STRONG>) i wciśnij <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatycznie",
ColorMoreColors : "Więcej kolorów...",
ColorMoreColors : "Więcej kolorów...",
 
// Document Properties
DocProps : "Właściwości dokumentu",
392,27 → 332,24
DlgSpellBtnIgnoreAll : "Ignoruj wszystkie",
DlgSpellBtnReplace : "Zmień",
DlgSpellBtnReplaceAll : "Zmień wszystkie",
DlgSpellBtnUndo : "Cofnij",
DlgSpellBtnUndo : "Undo",
DlgSpellNoSuggestions : "- Brak sugestii -",
DlgSpellProgress : "Trwa sprawdzanie ...",
DlgSpellNoMispell : "Sprawdzanie zakończone: nie znaleziono błędów",
DlgSpellNoMispell : "Sprawdzanie zakończone: nie znaleziono błędów",
DlgSpellNoChanges : "Sprawdzanie zakończone: nie zmieniono żadnego słowa",
DlgSpellOneChange : "Sprawdzanie zakończone: zmieniono jedno słowo",
DlgSpellManyChanges : "Sprawdzanie zakończone: zmieniono %l słów",
DlgSpellManyChanges : "Sprawdzanie zakończone: zmieniono %l słów",
 
IeSpellDownload : "Słownik nie jest zainstalowany. Chcesz go ściągnąć?",
 
// Button Dialog
DlgButtonText : "Tekst (Wartość)",
DlgButtonType : "Typ",
DlgButtonTypeBtn : "Przycisk",
DlgButtonTypeSbm : "Wyślij",
DlgButtonTypeRst : "Wyzeruj",
DlgButtonText : "Tekst (Wartość)",
DlgButtonType : "Typ",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nazwa",
DlgCheckboxValue : "Wartość",
DlgCheckboxSelected : "Zaznaczone",
DlgCheckboxSelected : "Zaznaczony",
 
// Form Dialog
DlgFormName : "Nazwa",
424,13 → 361,13
DlgSelectValue : "Wartość",
DlgSelectSize : "Rozmiar",
DlgSelectLines : "linii",
DlgSelectChkMulti : "Wielokrotny wybór",
DlgSelectChkMulti : "Wielokrotny wybór",
DlgSelectOpAvail : "Dostępne opcje",
DlgSelectOpText : "Tekst",
DlgSelectOpValue : "Wartość",
DlgSelectBtnAdd : "Dodaj",
DlgSelectBtnModify : "Zmień",
DlgSelectBtnUp : "Do góry",
DlgSelectBtnUp : "Do góry",
DlgSelectBtnDown : "Do dołu",
DlgSelectBtnSetValue : "Ustaw wartość zaznaczoną",
DlgSelectBtnDelete : "Usuń",
456,10 → 393,9
// Bulleted List Dialog
BulletedListProp : "Właściwości listy punktowanej",
NumberedListProp : "Właściwości listy numerowanej",
DlgLstStart : "Początek",
DlgLstType : "Typ",
DlgLstTypeCircle : "Koło",
DlgLstTypeDisc : "Dysk",
DlgLstTypeDisk : "Dysk",
DlgLstTypeSquare : "Kwadrat",
DlgLstTypeNumbers : "Cyfry (1, 2, 3)",
DlgLstTypeLCase : "Małe litery (a, b, c)",
468,7 → 404,7
DlgLstTypeLRoman : "Numeracja rzymska (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Ogólne",
DlgDocGeneralTab : "Ogólne",
DlgDocBackTab : "Tło",
DlgDocColorsTab : "Kolory i marginesy",
DlgDocMetaTab : "Meta Dane",
478,19 → 414,10
DlgDocLangDirLTR : "Od lewej do prawej (LTR)",
DlgDocLangDirRTL : "Od prawej do lewej (RTL)",
DlgDocLangCode : "Kod języka",
DlgDocCharSet : "Kodowanie znaków",
DlgDocCharSetCE : "Środkowoeuropejskie",
DlgDocCharSetCT : "Chińskie tradycyjne (Big5)",
DlgDocCharSetCR : "Cyrylica",
DlgDocCharSetGR : "Greckie",
DlgDocCharSetJP : "Japońskie",
DlgDocCharSetKR : "Koreańskie",
DlgDocCharSetTR : "Tureckie",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Zachodnioeuropejskie",
DlgDocCharSetOther : "Inne kodowanie znaków",
DlgDocCharSet : "Kodowanie znaków",
DlgDocCharSetOther : "Inne kodowanie znaków",
 
DlgDocDocType : "Nagłówek typu dokumentu",
DlgDocDocType : "Nagłowek typu dokumentu",
DlgDocDocTypeOther : "Inny typ dokumentu",
DlgDocIncXHTML : "Dołącz deklarację XHTML",
DlgDocBgColor : "Kolor tła",
501,7 → 428,7
DlgDocCVisited : "Odwiedzane hiperłącze",
DlgDocCActive : "Aktywne hiperłącze",
DlgDocMargins : "Marginesy strony",
DlgDocMaTop : "Górny",
DlgDocMaTop : "Górny",
DlgDocMaLeft : "Lewy",
DlgDocMaRight : "Prawy",
DlgDocMaBottom : "Dolny",
508,27 → 435,20
DlgDocMeIndex : "Słowa kluczowe (oddzielone przecinkami)",
DlgDocMeDescr : "Opis dokumentu",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Prawa autorskie",
DlgDocMeCopy : "Copyright",
DlgDocPreview : "Podgląd",
 
// Templates Dialog
Templates : "Sablony",
DlgTemplatesTitle : "Szablony zawartości",
DlgTemplatesSelMsg : "Wybierz szablon do otwarcia w edytorze<br>(obecna zawartość okna edytora zostanie utracona):",
DlgTemplatesLoading : "Ładowanie listy szablonów. Proszę czekać...",
DlgTemplatesNoTpl : "(Brak zdefiniowanych szablonów)",
DlgTemplatesReplace : "Zastąp aktualną zawartość",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "O ...",
DlgAboutBrowserInfoTab : "O przeglądarce",
DlgAboutLicenseTab : "Licencja",
DlgAboutVersion : "wersja",
DlgAboutInfo : "Więcej informacji uzyskasz pod adresem",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "na licencji GNU Lesser General Public License",
DlgAboutInfo : "Więcej informacji uzyskasz pod adresem"
}
/trunk/api/fckeditor/editor/lang/th.js
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Thai language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: th.js
* Thai language file.
*
* File Authors:
* Audy Charin Arsakit (arsakit@gmail.com)
* Joy Piyanoot Promnuan (piyanoot@gmail.com)
*/
 
var FCKLang =
{
44,13 → 39,9
InsertLinkLbl : "ลิงค์เชื่อมโยงเว็บ อีเมล์ รูปภาพ หรือไฟล์อื่นๆ",
InsertLink : "แทรก/แก้ไข ลิงค์",
RemoveLink : "ลบ ลิงค์",
VisitLink : "Open Link", //MISSING
Anchor : "แทรก/แก้ไข Anchor",
AnchorDelete : "Remove Anchor", //MISSING
InsertImageLbl : "รูปภาพ",
InsertImage : "แทรก/แก้ไข รูปภาพ",
InsertFlashLbl : "ไฟล์ Flash",
InsertFlash : "แทรก/แก้ไข ไฟล์ Flash",
InsertTableLbl : "ตาราง",
InsertTable : "แทรก/แก้ไข ตาราง",
InsertLineLbl : "เส้นคั่นบรรทัด",
72,10 → 63,6
BlockJustify : "จัดพอดีหน้ากระดาษ",
DecreaseIndent : "ลดระยะย่อหน้า",
IncreaseIndent : "เพิ่มระยะย่อหน้า",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "ยกเลิกคำสั่ง",
Redo : "ทำซ้ำคำสั่ง",
NumberedListLbl : "ลำดับรายการแบบตัวเลข",
95,8 → 82,6
Replace : "ค้นหาและแทนที่",
SpellCheck : "ตรวจการสะกดคำ",
UniversalKeyboard : "คีย์บอร์ดหลากภาษา",
PageBreakLbl : "ใส่ตัวแบ่งหน้า Page Break",
PageBreak : "แทรกตัวแบ่งหน้า Page Break",
 
Form : "แบบฟอร์ม",
Checkbox : "เช็คบ๊อก",
108,33 → 93,19
SelectionField : "แถบตัวเลือก",
ImageButton : "ปุ่มแบบรูปภาพ",
 
FitWindow : "ขยายขนาดตัวอีดิตเตอร์",
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "แก้ไข ลิงค์",
CellCM : "ช่องตาราง",
RowCM : "แถว",
ColumnCM : "คอลัมน์",
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
InsertRow : "แทรกแถว",
DeleteRows : "ลบแถว",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "แทรกสดมน์",
DeleteColumns : "ลบสดมน์",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
InsertCell : "แทรกช่อง",
DeleteCells : "ลบช่อง",
MergeCells : "ผสานช่อง",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "ลบตาราง",
SplitCell : "แยกช่อง",
CellProperties : "คุณสมบัติของช่อง",
TableProperties : "คุณสมบัติของตาราง",
ImageProperties : "คุณสมบัติของรูปภาพ",
FlashProperties : "คุณสมบัติของไฟล์ Flash",
 
AnchorProp : "รายละเอียด Anchor",
ButtonProp : "รายละเอียดของ ปุ่ม",
158,10 → 129,6
UnknownCommand : "ไม่สามารถระบุชื่อคำสั่งได้ \"%1\"",
NotImplemented : "ไม่สามารถใช้งานคำสั่งได้",
UnknownToolbarSet : "ไม่มีการติดตั้งชุดคำสั่งในแถบเครื่องมือ \"%1\" กรุณาติดต่อผู้ดูแลระบบ",
NoActiveX : "โปรแกรมท่องอินเตอร์เน็ตของท่านไม่อนุญาติให้อีดิตเตอร์ทำงาน \"Run ActiveX controls and plug-ins\". หากไม่อนุญาติให้ใช้งาน ActiveX controls ท่านจะไม่สามารถใช้งานได้อย่างเต็มประสิทธิภาพ.",
BrowseServerBlocked : "เปิดหน้าต่างป๊อบอัพเพื่อทำงานต่อไม่ได้ กรุณาปิดเครื่องมือป้องกันป๊อบอัพในโปรแกรมท่องอินเตอร์เน็ตของท่านด้วย",
DialogBlocked : "เปิดหน้าต่างป๊อบอัพเพื่อทำงานต่อไม่ได้ กรุณาปิดเครื่องมือป้องกันป๊อบอัพในโปรแกรมท่องอินเตอร์เน็ตของท่านด้วย",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "ตกลง",
169,12 → 136,10
DlgBtnClose : "ปิด",
DlgBtnBrowseServer : "เปิดหน้าต่างจัดการไฟล์อัพโหลด",
DlgAdvancedTag : "ขั้นสูง",
DlgOpOther : "<อื่นๆ>",
DlgInfoTab : "อินโฟ",
DlgAlertUrl : "กรุณาระบุ URL",
DlgOpOther : "&lt;อื่นๆ&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<ไม่ระบุ>",
DlgGenNotSet : "&lt;ไม่ระบุ&gt;",
DlgGenId : "ไอดี",
DlgGenLangDir : "การเขียน-อ่านภาษา",
DlgGenLangDirLtr : "จากซ้ายไปขวา (LTR)",
216,18 → 181,8
DlgImgAlignTop : "บนสุด",
DlgImgPreview : "หน้าเอกสารตัวอย่าง",
DlgImgAlertUrl : "กรุณาระบุที่อยู่อ้างอิงออนไลน์ของไฟล์รูปภาพ (URL)",
DlgImgLinkTab : "ลิ้งค์",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "คุณสมบัติของไฟล์ Flash",
DlgFlashChkPlay : "เล่นอัตโนมัติ Auto Play",
DlgFlashChkLoop : "เล่นวนรอบ Loop",
DlgFlashChkMenu : "ให้ใช้งานเมนูของ Flash",
DlgFlashScale : "อัตราส่วน Scale",
DlgFlashScaleAll : "แสดงให้เห็นทั้งหมด Show all",
DlgFlashScaleNoBorder : "ไม่แสดงเส้นขอบ No Border",
DlgFlashScaleFit : "แสดงให้พอดีกับพื้นที่ Exact Fit",
 
// Link Dialog
DlgLnkWindowTitle : "ลิงค์เชื่อมโยงเว็บ อีเมล์ รูปภาพ หรือไฟล์อื่นๆ",
DlgLnkInfoTab : "รายละเอียด",
238,12 → 193,12
DlgLnkTypeAnchor : "จุดเชื่อมโยง (Anchor)",
DlgLnkTypeEMail : "ส่งอีเมล์ (E-Mail)",
DlgLnkProto : "โปรโตคอล",
DlgLnkProtoOther : "<อื่นๆ>",
DlgLnkProtoOther : "&lt;อื่นๆ&gt;",
DlgLnkURL : "ที่อยู่อ้างอิงออนไลน์ (URL)",
DlgLnkAnchorSel : "ระบุข้อมูลของจุดเชื่อมโยง (Anchor)",
DlgLnkAnchorByName : "ชื่อ",
DlgLnkAnchorById : "ไอดี",
DlgLnkNoAnchors : "(ยังไม่มีจุดเชื่อมโยงภายในหน้าเอกสารนี้)",
DlgLnkNoAnchors : "&lt;ยังไม่มีจุดเชื่อมโยงภายในหน้าเอกสารนี้&gt;",
DlgLnkEMail : "อีเมล์ (E-Mail)",
DlgLnkEMailSubject : "หัวเรื่อง",
DlgLnkEMailBody : "ข้อความ",
251,8 → 206,8
DlgLnkBtnUpload : "บันทึกไฟล์ไว้บนเซิร์ฟเวอร์",
 
DlgLnkTarget : "การเปิดหน้าลิงค์",
DlgLnkTargetFrame : "<เปิดในเฟรม>",
DlgLnkTargetPopup : "<เปิดหน้าจอเล็ก (Pop-up)>",
DlgLnkTargetFrame : "&lt;เปิดในเฟรม&gt;",
DlgLnkTargetPopup : "&lt;เปิดหน้าจอเล็ก (Pop-up)&gt;",
DlgLnkTargetBlank : "เปิดหน้าจอใหม่ (_blank)",
DlgLnkTargetParent : "เปิดในหน้าหลัก (_parent)",
DlgLnkTargetSelf : "เปิดในหน้าปัจจุบัน (_self)",
276,7 → 231,6
DlnLnkMsgNoUrl : "กรุณาระบุที่อยู่อ้างอิงออนไลน์ (URL)",
DlnLnkMsgNoEMail : "กรุณาระบุอีเมล์ (E-mail)",
DlnLnkMsgNoAnchor : "กรุณาระบุจุดเชื่อมโยง (Anchor)",
DlnLnkMsgInvPopName : "ชื่อของหน้าต่างป๊อบอัพ จะต้องขึ้นต้นด้วยตัวอักษรเท่านั้น และต้องไม่มีช่องว่างในชื่อ",
 
// Color Dialog
DlgColorTitle : "เลือกสี",
285,7 → 239,7
DlgColorSelected : "สีที่เลือก",
 
// Smiley Dialog
DlgSmileyTitle : "แทรกสัญลักษณ์สื่ออารมณ์",
DlgSmileyTitle : "แทรกสัญักษณ์สื่ออารมณ์",
 
// Special Character Dialog
DlgSpecialCharTitle : "แทรกตัวอักษรพิเศษ",
307,12 → 261,6
DlgTableCellSpace : "ระยะแนวนอนน",
DlgTableCellPad : "ระยะแนวตั้ง",
DlgTableCaption : "หัวเรื่องของตาราง",
DlgTableSummary : "สรุปความ",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "คุณสมบัติของ ช่อง",
321,23 → 269,20
DlgCellWidthPc : "เปอร์เซ็น",
DlgCellHeight : "สูง",
DlgCellWordWrap : "ตัดบรรทัดอัตโนมัติ",
DlgCellWordWrapNotSet : "<ไม่ระบุ>",
DlgCellWordWrapNotSet : "&lt;ไม่ระบุ&gt;",
DlgCellWordWrapYes : "ใ่ช่",
DlgCellWordWrapNo : "ไม่",
DlgCellHorAlign : "การจัดวางแนวนอน",
DlgCellHorAlignNotSet : "<ไม่ระบุ>",
DlgCellHorAlignNotSet : "&lt;ไม่ระบุ&gt;",
DlgCellHorAlignLeft : "ชิดซ้าย",
DlgCellHorAlignCenter : "กึ่งกลาง",
DlgCellHorAlignRight: "ชิดขวา",
DlgCellVerAlign : "การจัดวางแนวตั้ง",
DlgCellVerAlignNotSet : "<ไม่ระบุ>",
DlgCellVerAlignNotSet : "&lt;ไม่ระบุ&gt;",
DlgCellVerAlignTop : "บนสุด",
DlgCellVerAlignMiddle : "กึ่งกลาง",
DlgCellVerAlignBottom : "ล่างสุด",
DlgCellVerAlignBaseline : "อิงบรรทัด",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "จำนวนแถวที่คร่อมกัน",
DlgCellCollSpan : "จำนวนสดมน์ที่คร่อมกัน",
DlgCellBackColor : "สีพื้นหลัง",
344,9 → 289,6
DlgCellBorderColor : "สีเส้นขอบ",
DlgCellBtnSelect : "เลือก..",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "ค้นหา",
DlgFindFindBtn : "ค้นหา",
362,6 → 304,7
DlgReplaceWordChk : "ต้องตรงกันทุกคำ",
 
// Paste Operations / Dialog
PasteErrorPaste : "ไม่สามารถวางข้อความที่สำเนามาได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl และตัว V พร้อมกัน).",
PasteErrorCut : "ไม่สามารถตัดข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl และตัว X พร้อมกัน).",
PasteErrorCopy : "ไม่สามารถสำเนาข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl และตัว C พร้อมกัน).",
 
368,10 → 311,7
PasteAsText : "วางแบบตัวอักษรธรรมดา",
PasteFromWord : "วางแบบตัวอักษรจากโปรแกรมเวิร์ด",
 
DlgPasteMsg2 : "กรุณาใช้คีย์บอร์ดเท่านั้น โดยกดปุ๋ม (<strong>Ctrl และ V</strong>)พร้อมๆกัน และกด <strong>OK</strong>.",
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "ไม่สนใจ Font Face definitions",
DlgPasteRemoveStyles : "ลบ Styles definitions",
DlgPasteMsg : "ไม่สามารถวางข้อความที่สำเนามาได้เนื่องจาก <STRONG>การกำหนดค่าระดับความปลอดภัย</STRONG> ในโปรแกรมท่องเว็บที่ท่านกำลังใช้อยู่.<BR>กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (<STRONG>กดปุ่ม Ctrl และตัว V พร้อมกัน</STRONG>) และกดปุ่ม <STRONG>ตกลง</STRONG>.",
 
// Color Picker
ColorAutomatic : "สีอัตโนมัติ",
403,11 → 343,8
IeSpellDownload : "ไม่ได้ติดตั้งระบบตรวจสอบคำสะกด. ต้องการติดตั้งไหมครับ?",
 
// Button Dialog
DlgButtonText : "ข้อความ (ค่าตัวแปร)",
DlgButtonType : "ข้อความ",
DlgButtonTypeBtn : "Button",
DlgButtonTypeSbm : "Submit",
DlgButtonTypeRst : "Reset",
DlgButtonText : "ข้อความ (ค่าตัวแปร)",
DlgButtonType : "ข้อความ",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "ชื่อ",
456,10 → 393,9
// Bulleted List Dialog
BulletedListProp : "คุณสมบัติของ บูลเล็ตลิสต์",
NumberedListProp : "คุณสมบัติของ นัมเบอร์ลิสต์",
DlgLstStart : "Start", //MISSING
DlgLstType : "ชนิด",
DlgLstTypeCircle : "รูปวงกลม",
DlgLstTypeDisc : "Disc", //MISSING
DlgLstTypeDisk : "รูปดิสก์",
DlgLstTypeSquare : "รูปสี่เหลี่ยม",
DlgLstTypeNumbers : "หมายเลข (1, 2, 3)",
DlgLstTypeLCase : "ตัวพิมพ์เล็ก (a, b, c)",
479,15 → 415,6
DlgDocLangDirRTL : "จากขวาไปซ้าย (RTL)",
DlgDocLangCode : "รหัสภาษา",
DlgDocCharSet : "ชุดตัวอักษร",
DlgDocCharSetCE : "Central European",
DlgDocCharSetCT : "Chinese Traditional (Big5)",
DlgDocCharSetCR : "Cyrillic",
DlgDocCharSetGR : "Greek",
DlgDocCharSetJP : "Japanese",
DlgDocCharSetKR : "Korean",
DlgDocCharSetTR : "Turkish",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Western European",
DlgDocCharSetOther : "ชุดตัวอักษรอื่นๆ",
 
DlgDocDocType : "ประเภทของเอกสาร",
512,23 → 439,16
DlgDocPreview : "ตัวอย่างหน้าเอกสาร",
 
// Templates Dialog
Templates : "เทมเพลต",
DlgTemplatesTitle : "เทมเพลตของส่วนเนื้อหาเว็บไซต์",
DlgTemplatesSelMsg : "กรุณาเลือก เทมเพลต เพื่อนำไปแก้ไขในอีดิตเตอร์<br />(เนื้อหาส่วนนี้จะหายไป):",
DlgTemplatesLoading : "กำลังโหลดรายการเทมเพลตทั้งหมด...",
DlgTemplatesNoTpl : "(ยังไม่มีการกำหนดเทมเพลต)",
DlgTemplatesReplace : "แทนที่เนื้อหาเว็บไซต์ที่เลือก",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "เกี่ยวกับโปรแกรม",
DlgAboutBrowserInfoTab : "โปรแกรมท่องเว็บที่ท่านใช้",
DlgAboutLicenseTab : "ลิขสิทธิ์",
DlgAboutVersion : "รุ่น",
DlgAboutInfo : "For further information go to", //MISSING
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "สงวนลิขสิทธิ์ โดยนโยบายลิขสิทธิ์แบบ GNU Lesser General Public License",
DlgAboutInfo : "ข้อมูลเพิ่มเติมภาษาไทยติดต่อ</BR>นาย ชรินทร์ อาษากิจ (อู้ด)</BR><A HREF='mailto:arsakit@gmail.com'>arsakit@gmail.com</A> tel. (+66) 06-9241924</BR>หรือดาวน์โหลดรุ่นภาษาไทยได้ที่เว็บไซต์</BR><A HREF='http://www.thaimall4u.com'>www.Thaimall4u.com</A></BR>ข้อมูลเพิ่มเติมภาษาอังกฤษ กรุณาไปที่นี่"
}
/trunk/api/fckeditor/editor/lang/it.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Italian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: it.js
* Italian language file.
*
* File Authors:
* Simone Chiaretta (simone@piyosailing.com)
*/
 
var FCKLang =
{
26,7 → 20,7
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Nascondi la barra degli strumenti",
ToolbarCollapse : "Nasconti la barra degli strumenti",
ToolbarExpand : "Mostra la barra degli strumenti",
 
// Toolbar Items and Context Menu
44,13 → 38,9
InsertLinkLbl : "Collegamento",
InsertLink : "Inserisci/Modifica collegamento",
RemoveLink : "Elimina collegamento",
VisitLink : "Open Link", //MISSING
Anchor : "Inserisci/Modifica Ancora",
AnchorDelete : "Rimuovi Ancora",
InsertImageLbl : "Immagine",
InsertImage : "Inserisci/Modifica immagine",
InsertFlashLbl : "Oggetto Flash",
InsertFlash : "Inserisci/Modifica Oggetto Flash",
InsertTableLbl : "Tabella",
InsertTable : "Inserisci/Modifica tabella",
InsertLineLbl : "Riga orizzontale",
72,10 → 62,6
BlockJustify : "Giustifica",
DecreaseIndent : "Riduci rientro",
IncreaseIndent : "Aumenta rientro",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Annulla",
Redo : "Ripristina",
NumberedListLbl : "Elenco numerato",
90,13 → 76,11
FontSize : "Dimensione",
TextColor : "Colore testo",
BGColor : "Colore sfondo",
Source : "Codice Sorgente",
Source : "Codice",
Find : "Trova",
Replace : "Sostituisci",
SpellCheck : "Correttore ortografico",
UniversalKeyboard : "Tastiera universale",
PageBreakLbl : "Interruzione di pagina",
PageBreak : "Inserisci interruzione di pagina",
UniversalKeyboard : "Tastiera univerale",
 
Form : "Modulo",
Checkbox : "Checkbox",
108,44 → 92,30
SelectionField : "Menu di selezione",
ImageButton : "Bottone immagine",
 
FitWindow : "Massimizza l'area dell'editor",
ShowBlocks : "Visualizza Blocchi",
 
// Context Menu
EditLink : "Modifica collegamento",
CellCM : "Cella",
RowCM : "Riga",
ColumnCM : "Colonna",
InsertRowAfter : "Inserisci Riga Dopo",
InsertRowBefore : "Inserisci Riga Prima",
InsertRow : "Inserisci riga",
DeleteRows : "Elimina righe",
InsertColumnAfter : "Inserisci Colonna Dopo",
InsertColumnBefore : "Inserisci Colonna Prima",
InsertColumn : "Inserisci colonna",
DeleteColumns : "Elimina colonne",
InsertCellAfter : "Inserisci Cella Dopo",
InsertCellBefore : "Inserisci Cella Prima",
InsertCell : "Inserisci cella",
DeleteCells : "Elimina celle",
MergeCells : "Unisce celle",
MergeRight : "Unisci a Destra",
MergeDown : "Unisci in Basso",
HorizontalSplitCell : "Dividi Cella Orizzontalmente",
VerticalSplitCell : "Dividi Cella Verticalmente",
TableDelete : "Cancella Tabella",
CellProperties : "Proprietà cella",
TableProperties : "Proprietà tabella",
ImageProperties : "Proprietà immagine",
FlashProperties : "Proprietà Oggetto Flash",
SplitCell : "Dividi celle",
CellProperties : "Proprietà cella",
TableProperties : "Proprietà tabella",
ImageProperties : "Proprietà immagine",
 
AnchorProp : "Proprietà ancora",
ButtonProp : "Proprietà bottone",
CheckboxProp : "Proprietà checkbox",
HiddenFieldProp : "Proprietà campo nascosto",
RadioButtonProp : "Proprietà radio button",
ImageButtonProp : "Proprietà bottone immagine",
TextFieldProp : "Proprietà campo di testo",
SelectionFieldProp : "Proprietà menu di selezione",
TextareaProp : "Proprietà area di testo",
FormProp : "Proprietà modulo",
AnchorProp : "Proprietà ancora",
ButtonProp : "Proprietà bottone",
CheckboxProp : "Proprietà checkbox",
HiddenFieldProp : "Proprietà campo nascosto",
RadioButtonProp : "Proprietà radio button",
ImageButtonProp : "Proprietà bottone immagine",
TextFieldProp : "Proprietà campo di testo",
SelectionFieldProp : "Proprietà menu di selezione",
TextareaProp : "Proprietà area di testo",
FormProp : "Proprietà modulo",
 
FontFormats : "Normale;Formattato;Indirizzo;Titolo 1;Titolo 2;Titolo 3;Titolo 4;Titolo 5;Titolo 6;Paragrafo (DIV)",
 
153,15 → 123,11
ProcessingXHTML : "Elaborazione XHTML in corso. Attendere prego...",
Done : "Completato",
PasteWordConfirm : "Il testo da incollare sembra provenire da Word. Desideri pulirlo prima di incollare?",
NotCompatiblePaste : "Questa funzione è disponibile solo per Internet Explorer 5.5 o superiore. Desideri incollare il testo senza pulirlo?",
NotCompatiblePaste : "Questa funzione è disponibile solo per Internet Explorer 5.5 o superiore. Desideri incollare il testo senza pulirlo?",
UnknownToolbarItem : "Elemento della barra strumenti sconosciuto \"%1\"",
UnknownCommand : "Comando sconosciuto \"%1\"",
NotImplemented : "Comando non implementato",
NotImplemented : "Commando non implementato",
UnknownToolbarSet : "La barra di strumenti \"%1\" non esiste",
NoActiveX : "Le impostazioni di sicurezza del tuo browser potrebbero limitare alcune funzionalità dell'editor. Devi abilitare l'opzione \"Esegui controlli e plug-in ActiveX\". Potresti avere errori e notare funzionalità mancanti.",
BrowseServerBlocked : "Non è possibile aprire la finestra di espolorazione risorse. Verifica che tutti i blocca popup siano bloccati.",
DialogBlocked : "Non è possibile aprire la finestra di dialogo. Verifica che tutti i blocca popup siano bloccati.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "OK",
169,18 → 135,16
DlgBtnClose : "Chiudi",
DlgBtnBrowseServer : "Cerca sul server",
DlgAdvancedTag : "Avanzate",
DlgOpOther : "<Altro>",
DlgInfoTab : "Info",
DlgAlertUrl : "Devi inserire l'URL",
DlgOpOther : "&lt;Altro&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<non impostato>",
DlgGenNotSet : "&lt;non impostato&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Direzione scrittura",
DlgGenLangDirLtr : "Da Sinistra a Destra (LTR)",
DlgGenLangDirRtl : "Da Destra a Sinistra (RTL)",
DlgGenLangCode : "Codice Lingua",
DlgGenAccessKey : "Scorciatoia<br />da tastiera",
DlgGenAccessKey : "Scorciatoria<br>da tastiera",
DlgGenName : "Nome",
DlgGenTabIndex : "Ordine di tabulazione",
DlgGenLongDescr : "URL descrizione estesa",
191,7 → 155,7
DlgGenStyle : "Stile",
 
// Image Dialog
DlgImgTitle : "Proprietà immagine",
DlgImgTitle : "Proprietà immagine",
DlgImgInfoTab : "Informazioni immagine",
DlgImgBtnUpload : "Invia al server",
DlgImgURL : "URL",
215,19 → 179,9
DlgImgAlignTextTop : "In alto al testo",
DlgImgAlignTop : "In Alto",
DlgImgPreview : "Anteprima",
DlgImgAlertUrl : "Devi inserire l'URL per l'immagine",
DlgImgAlertUrl : "Inserisci il tipo di URL per l'immagine",
DlgImgLinkTab : "Collegamento",
 
// Flash Dialog
DlgFlashTitle : "Proprietà Oggetto Flash",
DlgFlashChkPlay : "Avvio Automatico",
DlgFlashChkLoop : "Cicla",
DlgFlashChkMenu : "Abilita Menu di Flash",
DlgFlashScale : "Ridimensiona",
DlgFlashScaleAll : "Mostra Tutto",
DlgFlashScaleNoBorder : "Senza Bordo",
DlgFlashScaleFit : "Dimensione Esatta",
 
// Link Dialog
DlgLnkWindowTitle : "Collegamento",
DlgLnkInfoTab : "Informazioni collegamento",
238,12 → 192,12
DlgLnkTypeAnchor : "Ancora nella pagina",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocollo",
DlgLnkProtoOther : "<altro>",
DlgLnkProtoOther : "&lt;altro&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Scegli Ancora",
DlgLnkAnchorByName : "Per Nome",
DlgLnkAnchorById : "Per id elemento",
DlgLnkNoAnchors : "(Nessuna ancora disponibile nel documento)",
DlgLnkNoAnchors : "&lt;Nessuna ancora disponibile nel documento&gt;",
DlgLnkEMail : "Indirizzo E-Mail",
DlgLnkEMailSubject : "Oggetto del messaggio",
DlgLnkEMailBody : "Corpo del messaggio",
251,8 → 205,8
DlgLnkBtnUpload : "Invia al Server",
 
DlgLnkTarget : "Destinazione",
DlgLnkTargetFrame : "<riquadro>",
DlgLnkTargetPopup : "<finestra popup>",
DlgLnkTargetFrame : "&lt;riquadro&gt;",
DlgLnkTargetPopup : "&lt;finestra popup&gt;",
DlgLnkTargetBlank : "Nuova finestra (_blank)",
DlgLnkTargetParent : "Finestra padre (_parent)",
DlgLnkTargetSelf : "Stessa finestra (_self)",
276,7 → 230,6
DlnLnkMsgNoUrl : "Devi inserire l'URL del collegamento",
DlnLnkMsgNoEMail : "Devi inserire un'indirizzo e-mail",
DlnLnkMsgNoAnchor : "Devi selezionare un'ancora",
DlnLnkMsgInvPopName : "Il nome del popup deve iniziare con una lettera, e non può contenere spazi",
 
// Color Dialog
DlgColorTitle : "Seleziona colore",
291,12 → 244,12
DlgSpecialCharTitle : "Seleziona carattere speciale",
 
// Table Dialog
DlgTableTitle : "Proprietà tabella",
DlgTableTitle : "Proprietà tabella",
DlgTableRows : "Righe",
DlgTableColumns : "Colonne",
DlgTableBorder : "Dimensione bordo",
DlgTableAlign : "Allineamento",
DlgTableAlignNotSet : "<non impostato>",
DlgTableAlignNotSet : "&lt;non impostato&gt;",
DlgTableAlignLeft : "Sinistra",
DlgTableAlignCenter : "Centrato",
DlgTableAlignRight : "Destra",
307,37 → 260,28
DlgTableCellSpace : "Spaziatura celle",
DlgTableCellPad : "Padding celle",
DlgTableCaption : "Intestazione",
DlgTableSummary : "Indice",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Proprietà cella",
DlgCellTitle : "Proprietà cella",
DlgCellWidth : "Larghezza",
DlgCellWidthPx : "pixel",
DlgCellWidthPc : "percento",
DlgCellHeight : "Altezza",
DlgCellWordWrap : "A capo automatico",
DlgCellWordWrapNotSet : "<non impostato>",
DlgCellWordWrapNotSet : "&lt;non impostato&gt;",
DlgCellWordWrapYes : "Si",
DlgCellWordWrapNo : "No",
DlgCellHorAlign : "Allineamento orizzontale",
DlgCellHorAlignNotSet : "<non impostato>",
DlgCellHorAlignNotSet : "&lt;non impostato&gt;",
DlgCellHorAlignLeft : "Sinistra",
DlgCellHorAlignCenter : "Centrato",
DlgCellHorAlignRight: "Destra",
DlgCellVerAlign : "Allineamento verticale",
DlgCellVerAlignNotSet : "<non impostato>",
DlgCellVerAlignNotSet : "&lt;non impostato&gt;",
DlgCellVerAlignTop : "In Alto",
DlgCellVerAlignMiddle : "Centrato",
DlgCellVerAlignBottom : "In Basso",
DlgCellVerAlignBaseline : "Linea base",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Righe occupate",
DlgCellCollSpan : "Colonne occupate",
DlgCellBackColor : "Colore sfondo",
344,13 → 288,10
DlgCellBorderColor : "Colore bordo",
DlgCellBtnSelect : "Scegli...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Cerca e Sostituisci",
 
// Find Dialog
DlgFindTitle : "Trova",
DlgFindFindBtn : "Trova",
DlgFindNotFoundMsg : "L'elemento cercato non è stato trovato.",
DlgFindNotFoundMsg : "L'elemento cercato non è stato trovato.",
 
// Replace Dialog
DlgReplaceTitle : "Sostituisci",
362,6 → 303,7
DlgReplaceWordChk : "Solo parole intere",
 
// Paste Operations / Dialog
PasteErrorPaste : "Le impostazioni di sicurezza del browser non permettono di incollare automaticamente il testo. Usa la tastiera (Ctrl+V).",
PasteErrorCut : "Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl+X).",
PasteErrorCopy : "Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "Incolla come testo semplice",
PasteFromWord : "Incolla da Word",
 
DlgPasteMsg2 : "Incolla il testo all'interno dell'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl+V</STRONG>) e premi <STRONG>OK</STRONG>.",
DlgPasteSec : "A causa delle impostazioni di sicurezza del browser,l'editor non è in grado di accedere direttamente agli appunti. E' pertanto necessario incollarli di nuovo in questa finestra.",
DlgPasteIgnoreFont : "Ignora le definizioni di Font",
DlgPasteRemoveStyles : "Rimuovi le definizioni di Stile",
DlgPasteMsg : "Impossibile incollare automaticamente a causa delle <STRONG>impostazioni di sicurezza</STRONG> del browser.<BR>Incolla nel riquadro sottostante (<STRONG>Ctrl+V</STRONG>) e premi <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatico",
378,10 → 317,10
ColorMoreColors : "Altri colori...",
 
// Document Properties
DocProps : "Proprietà del Documento",
DocProps : "Proprietà del Documento",
 
// Anchor Dialog
DlgAnchorTitle : "Proprietà ancora",
DlgAnchorTitle : "Proprietà ancora",
DlgAnchorName : "Nome ancora",
DlgAnchorErrorName : "Inserici il nome dell'ancora",
 
403,11 → 342,8
IeSpellDownload : "Contollo ortografico non installato. Lo vuoi scaricare ora?",
 
// Button Dialog
DlgButtonText : "Testo (Value)",
DlgButtonType : "Tipo",
DlgButtonTypeBtn : "Bottone",
DlgButtonTypeSbm : "Invio",
DlgButtonTypeRst : "Annulla",
DlgButtonText : "Testo (Value)",
DlgButtonType : "Tipo",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nome",
431,7 → 367,7
DlgSelectBtnAdd : "Aggiungi",
DlgSelectBtnModify : "Modifica",
DlgSelectBtnUp : "Su",
DlgSelectBtnDown : "Gi",
DlgSelectBtnDown : "Giù",
DlgSelectBtnSetValue : "Imposta come predefinito",
DlgSelectBtnDelete : "Rimuovi",
 
454,12 → 390,11
DlgHiddenValue : "Valore",
 
// Bulleted List Dialog
BulletedListProp : "Proprietà lista puntata",
NumberedListProp : "Proprietà lista numerata",
DlgLstStart : "Inizio",
BulletedListProp : "Proprietà lista puntata",
NumberedListProp : "Proprietà lista numerata",
DlgLstType : "Tipo",
DlgLstTypeCircle : "Tondo",
DlgLstTypeDisc : "Disco",
DlgLstTypeDisk : "Disco",
DlgLstTypeSquare : "Quadrato",
DlgLstTypeNumbers : "Numeri (1, 2, 3)",
DlgLstTypeLCase : "Caratteri minuscoli (a, b, c)",
479,15 → 414,6
DlgDocLangDirRTL : "Da Destra a Sinistra (RTL)",
DlgDocLangCode : "Codice Lingua",
DlgDocCharSet : "Set di caretteri",
DlgDocCharSetCE : "Europa Centrale",
DlgDocCharSetCT : "Cinese Tradizionale (Big5)",
DlgDocCharSetCR : "Cirillico",
DlgDocCharSetGR : "Greco",
DlgDocCharSetJP : "Giapponese",
DlgDocCharSetKR : "Coreano",
DlgDocCharSetTR : "Turco",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Europa Occidentale",
DlgDocCharSetOther : "Altro set di caretteri",
 
DlgDocDocType : "Intestazione DocType",
514,21 → 440,14
// Templates Dialog
Templates : "Modelli",
DlgTemplatesTitle : "Contenuto dei modelli",
DlgTemplatesSelMsg : "Seleziona il modello da aprire nell'editor<br />(il contenuto attuale verrà eliminato):",
DlgTemplatesSelMsg : "Seleziona il modello da aprire nell'editor<br>(il contenuto attuale verrà eliminato):",
DlgTemplatesLoading : "Caricamento modelli in corso. Attendere prego...",
DlgTemplatesNoTpl : "(Nessun modello definito)",
DlgTemplatesReplace : "Cancella il contenuto corrente",
 
// About Dialog
DlgAboutAboutTab : "Informazioni",
DlgAboutBrowserInfoTab : "Informazioni Browser",
DlgAboutLicenseTab : "Licenza",
DlgAboutVersion : "versione",
DlgAboutInfo : "Per maggiori informazioni visitare",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Rilasciato sotto la licensa GNU Lesser General Public License",
DlgAboutInfo : "Localizzazione in Italiano realizzata da Simone Chiaretta<br /><a target=\"_blank\" href=\"http://www.piyosailing.com/S/\">www.piyosailing.com</a><br /><br />Per maggiori informazioni visitare"
}
/trunk/api/fckeditor/editor/lang/sl.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Slovenian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: sl.js
* Slovenian language file.
*
* File Authors:
* Boris Volarič (vol@rutka.net)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "Povezava",
InsertLink : "Vstavi/uredi povezavo",
RemoveLink : "Odstrani povezavo",
VisitLink : "Open Link", //MISSING
Anchor : "Vstavi/uredi zaznamek",
AnchorDelete : "Odstrani zaznamek",
InsertImageLbl : "Slika",
InsertImage : "Vstavi/uredi sliko",
InsertFlashLbl : "Flash",
InsertFlash : "Vstavi/Uredi Flash",
InsertTableLbl : "Tabela",
InsertTable : "Vstavi/uredi tabelo",
InsertLineLbl : "Črta",
72,10 → 62,6
BlockJustify : "Obojestranska poravnava",
DecreaseIndent : "Zmanjšaj zamik",
IncreaseIndent : "Povečaj zamik",
Blockquote : "Citat",
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Razveljavi",
Redo : "Ponovi",
NumberedListLbl : "Oštevilčen seznam",
95,8 → 81,6
Replace : "Zamenjaj",
SpellCheck : "Preveri črkovanje",
UniversalKeyboard : "Večjezična tipkovnica",
PageBreakLbl : "Prelom strani",
PageBreak : "Vstavi prelom strani",
 
Form : "Obrazec",
Checkbox : "Potrditveno polje",
108,33 → 92,19
SelectionField : "Spustni seznam",
ImageButton : "Gumb s sliko",
 
FitWindow : "Razširi velikost urejevalnika čez cel zaslon",
ShowBlocks : "Prikaži ograde",
 
// Context Menu
EditLink : "Uredi povezavo",
CellCM : "Celica",
RowCM : "Vrstica",
ColumnCM : "Stolpec",
InsertRowAfter : "Vstavi vrstico za",
InsertRowBefore : "Vstavi vrstico pred",
InsertRow : "Vstavi vrstico",
DeleteRows : "Izbriši vrstice",
InsertColumnAfter : "Vstavi stolpec za",
InsertColumnBefore : "Vstavi stolpec pred",
InsertColumn : "Vstavi stolpec",
DeleteColumns : "Izbriši stolpce",
InsertCellAfter : "Vstavi celico za",
InsertCellBefore : "Vstavi celico pred",
InsertCell : "Vstavi celico",
DeleteCells : "Izbriši celice",
MergeCells : "Združi celice",
MergeRight : "Združi desno",
MergeDown : "Druži navzdol",
HorizontalSplitCell : "Razdeli celico vodoravno",
VerticalSplitCell : "Razdeli celico navpično",
TableDelete : "Izbriši tabelo",
SplitCell : "Razdeli celico",
CellProperties : "Lastnosti celice",
TableProperties : "Lastnosti tabele",
ImageProperties : "Lastnosti slike",
FlashProperties : "Lastnosti Flash",
 
AnchorProp : "Lastnosti zaznamka",
ButtonProp : "Lastnosti gumba",
158,10 → 128,6
UnknownCommand : "Neznano ime ukaza \"%1\"",
NotImplemented : "Ukaz ni izdelan",
UnknownToolbarSet : "Skupina orodnih vrstic \"%1\" ne obstoja",
NoActiveX : "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\".",
BrowseServerBlocked : "Brskalnik virov se ne more odpreti. Prepričajte se, da je preprečevanje pojavnih oken onemogočeno.",
DialogBlocked : "Pogovorno okno se ni moglo odpreti. Prepričajte se, da je preprečevanje pojavnih oken onemogočeno.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "V redu",
169,12 → 135,10
DlgBtnClose : "Zapri",
DlgBtnBrowseServer : "Prebrskaj na strežniku",
DlgAdvancedTag : "Napredno",
DlgOpOther : "<Ostalo>",
DlgInfoTab : "Podatki",
DlgAlertUrl : "Prosim vpiši spletni naslov",
DlgOpOther : "&lt;Ostalo&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<ni postavljen>",
DlgGenNotSet : "&lt;ni postavljen&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Smer jezika",
DlgGenLangDirLtr : "Od leve proti desni (LTR)",
216,18 → 180,8
DlgImgAlignTop : "Na vrh",
DlgImgPreview : "Predogled",
DlgImgAlertUrl : "Vnesite URL slike",
DlgImgLinkTab : "Povezava",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Lastnosti Flash",
DlgFlashChkPlay : "Samodejno predvajaj",
DlgFlashChkLoop : "Ponavljanje",
DlgFlashChkMenu : "Omogoči Flash Meni",
DlgFlashScale : "Povečava",
DlgFlashScaleAll : "Pokaži vse",
DlgFlashScaleNoBorder : "Brez obrobe",
DlgFlashScaleFit : "Natančno prileganje",
 
// Link Dialog
DlgLnkWindowTitle : "Povezava",
DlgLnkInfoTab : "Podatki o povezavi",
238,12 → 192,12
DlgLnkTypeAnchor : "Zaznamek na tej strani",
DlgLnkTypeEMail : "Elektronski naslov",
DlgLnkProto : "Protokol",
DlgLnkProtoOther : "<drugo>",
DlgLnkProtoOther : "&lt;drugo&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Izberi zaznamek",
DlgLnkAnchorByName : "Po imenu zaznamka",
DlgLnkAnchorById : "Po ID-ju elementa",
DlgLnkNoAnchors : "(V tem dokumentu ni zaznamkov)",
DlgLnkNoAnchors : "&lt;V tem dokumentu ni zaznamkov&gt;",
DlgLnkEMail : "Elektronski naslov",
DlgLnkEMailSubject : "Predmet sporočila",
DlgLnkEMailBody : "Vsebina sporočila",
251,8 → 205,8
DlgLnkBtnUpload : "Pošlji na strežnik",
 
DlgLnkTarget : "Cilj",
DlgLnkTargetFrame : "<okvir>",
DlgLnkTargetPopup : "<pojavno okno>",
DlgLnkTargetFrame : "&lt;okvir&gt;",
DlgLnkTargetPopup : "&lt;pojavno okno&gt;",
DlgLnkTargetBlank : "Novo okno (_blank)",
DlgLnkTargetParent : "Starševsko okno (_parent)",
DlgLnkTargetSelf : "Isto okno (_self)",
276,7 → 230,6
DlnLnkMsgNoUrl : "Vnesite URL povezave",
DlnLnkMsgNoEMail : "Vnesite elektronski naslov",
DlnLnkMsgNoAnchor : "Izberite zaznamek",
DlnLnkMsgInvPopName : "Ime pojavnega okna se mora začeti s črko ali številko in ne sme vsebovati presledkov",
 
// Color Dialog
DlgColorTitle : "Izberite barvo",
307,12 → 260,6
DlgTableCellSpace : "Razmik med celicami",
DlgTableCellPad : "Polnilo med celicami",
DlgTableCaption : "Naslov",
DlgTableSummary : "Povzetek",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Lastnosti celice",
335,9 → 282,6
DlgCellVerAlignMiddle : "V sredino",
DlgCellVerAlignBottom : "Na dno",
DlgCellVerAlignBaseline : "Na osnovno črto",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Spojenih vrstic (row-span)",
DlgCellCollSpan : "Spojenih stolpcev (col-span)",
DlgCellBackColor : "Barva ozadja",
344,9 → 288,6
DlgCellBorderColor : "Barva obrobe",
DlgCellBtnSelect : "Izberi...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Najdi in zamenjaj",
 
// Find Dialog
DlgFindTitle : "Najdi",
DlgFindFindBtn : "Najdi",
362,6 → 303,7
DlgReplaceWordChk : "Samo cele besede",
 
// Paste Operations / Dialog
PasteErrorPaste : "Varnostne nastavitve brskalnika ne dopuščajo samodejnega lepljenja. Uporabite kombinacijo tipk na tipkovnici (Ctrl+V).",
PasteErrorCut : "Varnostne nastavitve brskalnika ne dopuščajo samodejnega izrezovanja. Uporabite kombinacijo tipk na tipkovnici (Ctrl+X).",
PasteErrorCopy : "Varnostne nastavitve brskalnika ne dopuščajo samodejnega kopiranja. Uporabite kombinacijo tipk na tipkovnici (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "Prilepi kot golo besedilo",
PasteFromWord : "Prilepi iz Worda",
 
DlgPasteMsg2 : "Prosim prilepite v sleči okvir s pomočjo tipkovnice (<STRONG>Ctrl+V</STRONG>) in pritisnite <STRONG>V redu</STRONG>.",
DlgPasteSec : "Zaradi varnostnih nastavitev vašega brskalnika urejevalnik ne more neposredno dostopati do odložišča. Vsebino odložišča ponovno prilepite v to okno.",
DlgPasteIgnoreFont : "Prezri obliko pisave",
DlgPasteRemoveStyles : "Odstrani nastavitve stila",
DlgPasteMsg : "Ni bilo mogoče izvesti lepljenja zaradi <STRONG>varnostnih nastavitev</STRONG> vašega brskalnika.<BR>Prilepite v sledeče okno s kombinacijo tipk na tipkovnici (<STRONG>Ctrl+V</STRONG>) in pritisnite <STRONG>V redu</STRONG>.",
 
// Color Picker
ColorAutomatic : "Samodejno",
403,11 → 342,8
IeSpellDownload : "Črkovalnik ni nameščen. Ali ga želite prenesti sedaj?",
 
// Button Dialog
DlgButtonText : "Besedilo (Vrednost)",
DlgButtonType : "Tip",
DlgButtonTypeBtn : "Gumb",
DlgButtonTypeSbm : "Potrdi",
DlgButtonTypeRst : "Ponastavi",
DlgButtonText : "Besedilo (Vrednost)",
DlgButtonType : "Tip",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Ime",
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "Lastnosti označenega seznama",
NumberedListProp : "Lastnosti oštevilčenega seznama",
DlgLstStart : "Začetek",
DlgLstType : "Tip",
DlgLstTypeCircle : "Pikica",
DlgLstTypeDisc : "Kroglica",
DlgLstTypeDisk : "Krožec",
DlgLstTypeSquare : "Kvadratek",
DlgLstTypeNumbers : "Številke (1, 2, 3)",
DlgLstTypeLCase : "Male črke (a, b, c)",
479,15 → 414,6
DlgDocLangDirRTL : "Od desne proti levi (RTL)",
DlgDocLangCode : "Oznaka jezika",
DlgDocCharSet : "Kodna tabela",
DlgDocCharSetCE : "Srednjeevropsko",
DlgDocCharSetCT : "Tradicionalno Kitajsko (Big5)",
DlgDocCharSetCR : "Cirilica",
DlgDocCharSetGR : "Grško",
DlgDocCharSetJP : "Japonsko",
DlgDocCharSetKR : "Korejsko",
DlgDocCharSetTR : "Turško",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Zahodnoevropsko",
DlgDocCharSetOther : "Druga kodna tabela",
 
DlgDocDocType : "Glava tipa dokumenta",
512,23 → 438,16
DlgDocPreview : "Predogled",
 
// Templates Dialog
Templates : "Predloge",
DlgTemplatesTitle : "Vsebinske predloge",
DlgTemplatesSelMsg : "Izberite predlogo, ki jo želite odpreti v urejevalniku<br>(trenutna vsebina bo izgubljena):",
DlgTemplatesLoading : "Nalagam seznam predlog. Prosim počakajte...",
DlgTemplatesNoTpl : "(Ni pripravljenih predlog)",
DlgTemplatesReplace : "Zamenjaj trenutno vsebino",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "Vizitka",
DlgAboutBrowserInfoTab : "Informacije o brskalniku",
DlgAboutLicenseTab : "Dovoljenja",
DlgAboutVersion : "različica",
DlgAboutInfo : "Za več informacij obiščite",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Pravica za uporabo pod pogoji GNU Lesser General Public License",
DlgAboutInfo : "Za več informacij obiščite"
}
/trunk/api/fckeditor/editor/lang/zh-cn.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Chinese Simplified language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: zh-cn.js
* Chinese Simplified language file.
*
* File Authors:
* NetRube (NetRube@126.com)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "超链接",
InsertLink : "插入/编辑超链接",
RemoveLink : "取消超链接",
VisitLink : "打开超链接",
Anchor : "插入/编辑锚点链接",
AnchorDelete : "清除锚点链接",
InsertImageLbl : "图象",
InsertImage : "插入/编辑图象",
InsertFlashLbl : "Flash",
InsertFlash : "插入/编辑 Flash",
InsertTableLbl : "表格",
InsertTable : "插入/编辑表格",
InsertLineLbl : "水平线",
57,8 → 47,8
InsertLine : "插入水平线",
InsertSpecialCharLbl: "特殊符号",
InsertSpecialChar : "插入特殊符号",
InsertSmileyLbl : "表情符",
InsertSmiley : "插入表情图标",
InsertSmileyLbl : "图释",
InsertSmiley : "插入图释",
About : "关于 FCKeditor",
Bold : "加粗",
Italic : "倾斜",
72,10 → 62,6
BlockJustify : "两端对齐",
DecreaseIndent : "减少缩进量",
IncreaseIndent : "增加缩进量",
Blockquote : "块引用",
CreateDiv : "插入 Div 标签",
EditDiv : "编辑 Div 标签",
DeleteDiv : "删除 Div 标签",
Undo : "撤消",
Redo : "重做",
NumberedListLbl : "编号列表",
90,13 → 76,11
FontSize : "大小",
TextColor : "文本颜色",
BGColor : "背景颜色",
Source : "源代码",
Source : "代码",
Find : "查找",
Replace : "替换",
SpellCheck : "拼写检查",
UniversalKeyboard : "软键盘",
PageBreakLbl : "分页符",
PageBreak : "插入分页符",
 
Form : "表单",
Checkbox : "复选框",
108,33 → 92,19
SelectionField : "列表/菜单",
ImageButton : "图像域",
 
FitWindow : "全屏编辑",
ShowBlocks : "显示区块",
 
// Context Menu
EditLink : "编辑超链接",
CellCM : "单元格",
RowCM : "行",
ColumnCM : "列",
InsertRowAfter : "在下方插入行",
InsertRowBefore : "在上方插入行",
InsertRow : "插入行",
DeleteRows : "删除行",
InsertColumnAfter : "在右侧插入列",
InsertColumnBefore : "在左侧插入列",
InsertColumn : "插入列",
DeleteColumns : "删除列",
InsertCellAfter : "在右侧插入单元格",
InsertCellBefore : "在左侧插入单元格",
InsertCell : "插入单元格",
DeleteCells : "删除单元格",
MergeCells : "合并单元格",
MergeRight : "向右合并单元格",
MergeDown : "向下合并单元格",
HorizontalSplitCell : "水平拆分单元格",
VerticalSplitCell : "垂直拆分单元格",
TableDelete : "删除表格",
SplitCell : "拆分单元格",
CellProperties : "单元格属性",
TableProperties : "表格属性",
ImageProperties : "图象属性",
FlashProperties : "Flash 属性",
 
AnchorProp : "锚点链接属性",
ButtonProp : "按钮属性",
147,7 → 117,7
TextareaProp : "多行文本属性",
FormProp : "表单属性",
 
FontFormats : "普通;已编排格式;地址;标题 1;标题 2;标题 3;标题 4;标题 5;标题 6;段落(DIV)",
FontFormats : "普通;带格式的;地址;标题 1;标题 2;标题 3;标题 4;标题 5;标题 6;段落(DIV)",
 
// Alerts and Messages
ProcessingXHTML : "正在处理 XHTML,请稍等...",
158,10 → 128,6
UnknownCommand : "未知命令名称 \"%1\"",
NotImplemented : "命令无法执行",
UnknownToolbarSet : "工具栏设置 \"%1\" 不存在",
NoActiveX : "浏览器安全设置限制了本编辑器的某些功能。您必须启用安全设置中的“运行 ActiveX 控件和插件”,否则将出现某些错误并缺少功能。",
BrowseServerBlocked : "无法打开资源浏览器,请确认是否启用了禁止弹出窗口。",
DialogBlocked : "无法打开对话框窗口,请确认是否启用了禁止弹出窗口或网页对话框(IE)。",
VisitLinkBlocked : "无法打开新窗口,请确认是否启用了禁止弹出窗口或网页对话框(IE)。",
 
// Dialogs
DlgBtnOK : "确定",
169,12 → 135,10
DlgBtnClose : "关闭",
DlgBtnBrowseServer : "浏览服务器",
DlgAdvancedTag : "高级",
DlgOpOther : "<其它>",
DlgInfoTab : "信息",
DlgAlertUrl : "请插入 URL",
DlgOpOther : "&lt;其它&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<没有设置>",
DlgGenNotSet : "&lt;没有设置&gt;",
DlgGenId : "ID",
DlgGenLangDir : "语言方向",
DlgGenLangDirLtr : "从左到右 (LTR)",
184,11 → 148,11
DlgGenName : "名称",
DlgGenTabIndex : "Tab 键次序",
DlgGenLongDescr : "详细说明地址",
DlgGenClass : "样式类名称",
DlgGenClass : "样式类",
DlgGenTitle : "标题",
DlgGenContType : "内容类型",
DlgGenLinkCharset : "字符编码",
DlgGenStyle : "行内样式",
DlgGenContType : "类型",
DlgGenLinkCharset : "编码",
DlgGenStyle : "样式",
 
// Image Dialog
DlgImgTitle : "图象属性",
216,18 → 180,8
DlgImgAlignTop : "顶端",
DlgImgPreview : "预览",
DlgImgAlertUrl : "请输入图象地址",
DlgImgLinkTab : "链接",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash 属性",
DlgFlashChkPlay : "自动播放",
DlgFlashChkLoop : "循环",
DlgFlashChkMenu : "启用 Flash 菜单",
DlgFlashScale : "缩放",
DlgFlashScaleAll : "全部显示",
DlgFlashScaleNoBorder : "无边框",
DlgFlashScaleFit : "严格匹配",
 
// Link Dialog
DlgLnkWindowTitle : "超链接",
DlgLnkInfoTab : "超链接信息",
234,16 → 188,16
DlgLnkTargetTab : "目标",
 
DlgLnkType : "超链接类型",
DlgLnkTypeURL : "超链接",
DlgLnkTypeURL : "网址",
DlgLnkTypeAnchor : "页内锚点链接",
DlgLnkTypeEMail : "电子邮件",
DlgLnkProto : "协议",
DlgLnkProtoOther : "<其它>",
DlgLnkProtoOther : "&lt;其它&gt;",
DlgLnkURL : "地址",
DlgLnkAnchorSel : "选择一个锚点",
DlgLnkAnchorByName : "按锚点名称",
DlgLnkAnchorById : "按锚点 ID",
DlgLnkNoAnchors : "(此文档没有可用的锚点)",
DlgLnkNoAnchors : "&lt;此文档没有可用的锚点&gt;",
DlgLnkEMail : "地址",
DlgLnkEMailSubject : "主题",
DlgLnkEMailBody : "内容",
251,8 → 205,8
DlgLnkBtnUpload : "发送到服务器上",
 
DlgLnkTarget : "目标",
DlgLnkTargetFrame : "<框架>",
DlgLnkTargetPopup : "<弹出窗口>",
DlgLnkTargetFrame : "&lt;框架&gt;",
DlgLnkTargetPopup : "&lt;弹出窗口&gt;",
DlgLnkTargetBlank : "新窗口 (_blank)",
DlgLnkTargetParent : "父窗口 (_parent)",
DlgLnkTargetSelf : "本窗口 (_self)",
276,7 → 230,6
DlnLnkMsgNoUrl : "请输入超链接地址",
DlnLnkMsgNoEMail : "请输入电子邮件地址",
DlnLnkMsgNoAnchor : "请选择一个锚点",
DlnLnkMsgInvPopName : "弹出窗口名称必须以字母开头,并且不能含有空格。",
 
// Color Dialog
DlgColorTitle : "选择颜色",
285,7 → 238,7
DlgColorSelected : "选择",
 
// Smiley Dialog
DlgSmileyTitle : "插入表情图标",
DlgSmileyTitle : "插入一个图释",
 
// Special Character Dialog
DlgSpecialCharTitle : "选择特殊符号",
296,7 → 249,7
DlgTableColumns : "列数",
DlgTableBorder : "边框",
DlgTableAlign : "对齐",
DlgTableAlignNotSet : "<没有设置>",
DlgTableAlignNotSet : "&lt;没有设置&gt;",
DlgTableAlignLeft : "左对齐",
DlgTableAlignCenter : "居中",
DlgTableAlignRight : "右对齐",
307,12 → 260,6
DlgTableCellSpace : "间距",
DlgTableCellPad : "边距",
DlgTableCaption : "标题",
DlgTableSummary : "摘要",
DlgTableHeaders : "标题单元格",
DlgTableHeadersNone : "无",
DlgTableHeadersColumn : "第一列",
DlgTableHeadersRow : "第一行",
DlgTableHeadersBoth : "第一列和第一行",
 
// Table Cell Dialog
DlgCellTitle : "单元格属性",
321,23 → 268,20
DlgCellWidthPc : "百分比",
DlgCellHeight : "高度",
DlgCellWordWrap : "自动换行",
DlgCellWordWrapNotSet : "<没有设置>",
DlgCellWordWrapNotSet : "&lt;没有设置&gt;",
DlgCellWordWrapYes : "是",
DlgCellWordWrapNo : "否",
DlgCellHorAlign : "水平对齐",
DlgCellHorAlignNotSet : "<没有设置>",
DlgCellHorAlignNotSet : "&lt;没有设置&gt;",
DlgCellHorAlignLeft : "左对齐",
DlgCellHorAlignCenter : "居中",
DlgCellHorAlignRight: "右对齐",
DlgCellVerAlign : "垂直对齐",
DlgCellVerAlignNotSet : "<没有设置>",
DlgCellVerAlignNotSet : "&lt;没有设置&gt;",
DlgCellVerAlignTop : "顶端",
DlgCellVerAlignMiddle : "居中",
DlgCellVerAlignBottom : "底部",
DlgCellVerAlignBaseline : "基线",
DlgCellType : "单元格类型",
DlgCellTypeData : "资料",
DlgCellTypeHeader : "标题",
DlgCellRowSpan : "纵跨行数",
DlgCellCollSpan : "横跨列数",
DlgCellBackColor : "背景颜色",
344,9 → 288,6
DlgCellBorderColor : "边框颜色",
DlgCellBtnSelect : "选择...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "查找和替换",
 
// Find Dialog
DlgFindTitle : "查找",
DlgFindFindBtn : "查找",
362,6 → 303,7
DlgReplaceWordChk : "全字匹配",
 
// Paste Operations / Dialog
PasteErrorPaste : "您的浏览器安全设置不允许编辑器自动执行粘贴操作,请使用键盘快捷键(Ctrl+V)来完成。",
PasteErrorCut : "您的浏览器安全设置不允许编辑器自动执行剪切操作,请使用键盘快捷键(Ctrl+X)来完成。",
PasteErrorCopy : "您的浏览器安全设置不允许编辑器自动执行复制操作,请使用键盘快捷键(Ctrl+C)来完成。",
 
368,10 → 310,7
PasteAsText : "粘贴为无格式文本",
PasteFromWord : "从 MS Word 粘贴",
 
DlgPasteMsg2 : "请使用键盘快捷键(<STRONG>Ctrl+V</STRONG>)把内容粘贴到下面的方框里,再按 <STRONG>确定</STRONG>。",
DlgPasteSec : "因为你的浏览器的安全设置原因,本编辑器不能直接访问你的剪贴板内容,你需要在本窗口重新粘贴一次。",
DlgPasteIgnoreFont : "忽略 Font 标签",
DlgPasteRemoveStyles : "清理 CSS 样式",
DlgPasteMsg : "因为您的浏览器编辑器 <STRONG>安全设置</STRONG> 原因,不能自动执行粘贴。<BR>请使用键盘快捷键(<STRONG>Ctrl+V</STRONG>)粘贴到下面并按 <STRONG>确定</STRONG>。",
 
// Color Picker
ColorAutomatic : "自动",
403,11 → 342,8
IeSpellDownload : "拼写检查插件还没安装,你是否想现在就下载?",
 
// Button Dialog
DlgButtonText : "标签(值)",
DlgButtonType : "类型",
DlgButtonTypeBtn : "按钮",
DlgButtonTypeSbm : "提交",
DlgButtonTypeRst : "重设",
DlgButtonText : "标签(值)",
DlgButtonType : "类型",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "名称",
442,7 → 378,7
 
// Text Field Dialog
DlgTextName : "名称",
DlgTextValue : "初始值",
DlgTextValue : "值",
DlgTextCharWidth : "字符宽度",
DlgTextMaxChars : "最多字符数",
DlgTextType : "类型",
451,15 → 387,14
 
// Hidden Field Dialog
DlgHiddenName : "名称",
DlgHiddenValue : "初始值",
DlgHiddenValue : "值",
 
// Bulleted List Dialog
BulletedListProp : "项目列表属性",
NumberedListProp : "编号列表属性",
DlgLstStart : "开始序号",
DlgLstType : "列表类型",
DlgLstTypeCircle : "圆圈",
DlgLstTypeDisc : "圆点",
DlgLstTypeDisk : "圆点",
DlgLstTypeSquare : "方块",
DlgLstTypeNumbers : "数字 (1, 2, 3)",
DlgLstTypeLCase : "小写字母 (a, b, c)",
479,15 → 414,6
DlgDocLangDirRTL : "从右到左 (RTL)",
DlgDocLangCode : "语言代码",
DlgDocCharSet : "字符编码",
DlgDocCharSetCE : "中欧",
DlgDocCharSetCT : "繁体中文 (Big5)",
DlgDocCharSetCR : "西里尔文",
DlgDocCharSetGR : "希腊文",
DlgDocCharSetJP : "日文",
DlgDocCharSetKR : "韩文",
DlgDocCharSetTR : "土耳其文",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "西欧",
DlgDocCharSetOther : "其它字符编码",
 
DlgDocDocType : "文档类型",
512,23 → 438,16
DlgDocPreview : "预览",
 
// Templates Dialog
Templates : "模板",
DlgTemplatesTitle : "内容模板",
DlgTemplatesSelMsg : "请选择编辑器内容模板:",
DlgTemplatesLoading : "正在加载模板列表,请稍等...",
DlgTemplatesNoTpl : "(没有模板)",
DlgTemplatesReplace : "替换当前内容",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "关于",
DlgAboutBrowserInfoTab : "浏览器信息",
DlgAboutLicenseTab : "许可证",
DlgAboutVersion : "版本",
DlgAboutInfo : "要获得更多信息请访问 ",
 
// Div Dialog
DlgDivGeneralTab : "常规",
DlgDivAdvancedTab : "高级",
DlgDivStyle : "样式",
DlgDivInlineStyle : "CSS 样式"
};
DlgAboutLicense : "基于 GNU 通用公共许可证授权发布 ",
DlgAboutInfo : "要获得更多信息请访问 "
}
/trunk/api/fckeditor/editor/lang/lt.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Lithuanian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: lt.js
* Lithuanian language file.
*
* File Authors:
* Tauras Paliulis (tauras.paliulis@tauras.com)
*/
 
var FCKLang =
{
37,7 → 31,7
Copy : "Kopijuoti",
Paste : "Įdėti",
PasteText : "Įdėti kaip gryną tekstą",
PasteWord : "Įdėti iš Word",
PasteWord : "Ä®dėti i¨Word",
Print : "Spausdinti",
SelectAll : "Pažymėti viską",
RemoveFormat : "Panaikinti formatą",
44,13 → 38,9
InsertLinkLbl : "Nuoroda",
InsertLink : "Įterpti/taisyti nuorodą",
RemoveLink : "Panaikinti nuorodą",
VisitLink : "Open Link", //MISSING
Anchor : "Įterpti/modifikuoti žymę",
AnchorDelete : "Remove Anchor", //MISSING
InsertImageLbl : "Vaizdas",
InsertImage : "Įterpti/taisyti vaizdą",
InsertFlashLbl : "Flash",
InsertFlash : "Įterpti/taisyti Flash",
InsertTableLbl : "Lentelė",
InsertTable : "Įterpti/taisyti lentelę",
InsertLineLbl : "Linija",
72,10 → 62,6
BlockJustify : "Lygiuoti abi puses",
DecreaseIndent : "Sumažinti įtrauką",
IncreaseIndent : "Padidinti įtrauką",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Atšaukti",
Redo : "Atstatyti",
NumberedListLbl : "Numeruotas sąrašas",
95,8 → 81,6
Replace : "Pakeisti",
SpellCheck : "Rašybos tikrinimas",
UniversalKeyboard : "Universali klaviatūra",
PageBreakLbl : "Puslapių skirtukas",
PageBreak : "Įterpti puslapių skirtuką",
 
Form : "Forma",
Checkbox : "Žymimasis langelis",
108,33 → 92,19
SelectionField : "Atrankos laukas",
ImageButton : "Vaizdinis mygtukas",
 
FitWindow : "Maximize the editor size", //MISSING
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Taisyti nuorodą",
CellCM : "Cell", //MISSING
RowCM : "Row", //MISSING
ColumnCM : "Column", //MISSING
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
InsertRow : "Įterpti eilutę",
DeleteRows : "Šalinti eilutes",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "Įterpti stulpelį",
DeleteColumns : "Šalinti stulpelius",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
InsertCell : "Įterpti langelį",
DeleteCells : "Šalinti langelius",
MergeCells : "Sujungti langelius",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "Šalinti lentelę",
SplitCell : "Skaidyti langelius",
CellProperties : "Langelio savybės",
TableProperties : "Lentelės savybės",
ImageProperties : "Vaizdo savybės",
FlashProperties : "Flash savybės",
 
AnchorProp : "Žymės savybės",
ButtonProp : "Mygtuko savybės",
152,16 → 122,12
// Alerts and Messages
ProcessingXHTML : "Apdorojamas XHTML. Prašome palaukti...",
Done : "Baigta",
PasteWordConfirm : "Įdedamas tekstas yra panašus į kopiją iš Word. Ar Jūs norite prieš įdėjimą išvalyti jį?",
PasteWordConfirm : "Ä®dedamas tekstas yra panaÅ¡us į kopiją i¨Word. Ar JÅ«s norite prie¨Ä¯dėjimą iÅ¡valyti jį?",
NotCompatiblePaste : "Ši komanda yra prieinama tik per Internet Explorer 5.5 ar aukštesnę versiją. Ar Jūs norite įterpti be valymo?",
UnknownToolbarItem : "Nežinomas mygtukų juosta elementas \"%1\"",
UnknownCommand : "Nežinomas komandos vardas \"%1\"",
NotImplemented : "Komanda nėra įgyvendinta",
UnknownToolbarSet : "Mygtukų juostos rinkinys \"%1\" neegzistuoja",
NoActiveX : "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.",
BrowseServerBlocked : "Neįmanoma atidaryti naujo naršyklės lango. Įsitikinkite, kad iškylančių langų blokavimo programos neveiksnios.",
DialogBlocked : "Neįmanoma atidaryti dialogo lango. Įsitikinkite, kad iškylančių langų blokavimo programos neveiksnios.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "OK",
169,16 → 135,14
DlgBtnClose : "Uždaryti",
DlgBtnBrowseServer : "Naršyti po serverį",
DlgAdvancedTag : "Papildomas",
DlgOpOther : "<Kita>",
DlgInfoTab : "Informacija",
DlgAlertUrl : "Prašome įrašyti URL",
DlgOpOther : "&lt;Kita&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<nėra nustatyta>",
DlgGenNotSet : "&lt;nėra nustatyta&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Teksto kryptis",
DlgGenLangDirLtr : "Iš kairės į dešinę (LTR)",
DlgGenLangDirRtl : "Iš dešinės į kairę (RTL)",
DlgGenLangDirLtr : "I¨kairės į deÅ¡inę (LTR)",
DlgGenLangDirRtl : "I¨deÅ¡inės į kairę (RTL)",
DlgGenLangCode : "Kalbos kodas",
DlgGenAccessKey : "Prieigos raktas",
DlgGenName : "Vardas",
216,18 → 180,8
DlgImgAlignTop : "Viršūnę",
DlgImgPreview : "Peržiūra",
DlgImgAlertUrl : "Prašome įvesti vaizdo URL",
DlgImgLinkTab : "Nuoroda",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash savybės",
DlgFlashChkPlay : "Automatinis paleidimas",
DlgFlashChkLoop : "Ciklas",
DlgFlashChkMenu : "Leisti Flash meniu",
DlgFlashScale : "Mastelis",
DlgFlashScaleAll : "Rodyti visą",
DlgFlashScaleNoBorder : "Be rėmelio",
DlgFlashScaleFit : "Tikslus atitikimas",
 
// Link Dialog
DlgLnkWindowTitle : "Nuoroda",
DlgLnkInfoTab : "Nuorodos informacija",
238,12 → 192,12
DlgLnkTypeAnchor : "Žymė šiame puslapyje",
DlgLnkTypeEMail : "El.paštas",
DlgLnkProto : "Protokolas",
DlgLnkProtoOther : "<kitas>",
DlgLnkProtoOther : "&lt;kitas&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Pasirinkite žymę",
DlgLnkAnchorByName : "Pagal žymės vardą",
DlgLnkAnchorById : "Pagal žymės Id",
DlgLnkNoAnchors : "(Šiame dokumente žymių nėra)",
DlgLnkNoAnchors : "&lt;Šiame dokumente žymių nėra&gt;",
DlgLnkEMail : "El.pašto adresas",
DlgLnkEMailSubject : "Žinutės tema",
DlgLnkEMailBody : "Žinutės turinys",
251,8 → 205,8
DlgLnkBtnUpload : "Siųsti į serverį",
 
DlgLnkTarget : "Paskirties vieta",
DlgLnkTargetFrame : "<kadras>",
DlgLnkTargetPopup : "<išskleidžiamas langas>",
DlgLnkTargetFrame : "&lt;kadras&gt;",
DlgLnkTargetPopup : "&lt;išskleidžiamas langas&gt;",
DlgLnkTargetBlank : "Naujas langas (_blank)",
DlgLnkTargetParent : "Pirminis langas (_parent)",
DlgLnkTargetSelf : "Tas pats langas (_self)",
276,7 → 230,6
DlnLnkMsgNoUrl : "Prašome įvesti nuorodos URL",
DlnLnkMsgNoEMail : "Prašome įvesti el.pašto adresą",
DlnLnkMsgNoAnchor : "Prašome pasirinkti žymę",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
 
// Color Dialog
DlgColorTitle : "Pasirinkite spalvą",
307,12 → 260,6
DlgTableCellSpace : "Tarpas tarp langelių",
DlgTableCellPad : "Trapas nuo langelio rėmo iki teksto",
DlgTableCaption : "Antraštė",
DlgTableSummary : "Santrauka",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Langelio savybės",
335,9 → 282,6
DlgCellVerAlignMiddle : "Vidurį",
DlgCellVerAlignBottom : "Apačią",
DlgCellVerAlignBaseline : "Apatinę liniją",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Eilučių apjungimas",
DlgCellCollSpan : "Stulpelių apjungimas",
DlgCellBackColor : "Fono spalva",
344,9 → 288,6
DlgCellBorderColor : "Rėmelio spalva",
DlgCellBtnSelect : "Pažymėti...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "Paieška",
DlgFindFindBtn : "Surasti",
362,16 → 303,14
DlgReplaceWordChk : "Atitikti pilną žodį",
 
// Paste Operations / Dialog
PasteErrorPaste : "Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti įdėjimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl+V).",
PasteErrorCut : "Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti iškirpimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl+X).",
PasteErrorCopy : "Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti kopijavimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl+C).",
 
PasteAsText : "Įdėti kaip gryną tekstą",
PasteFromWord : "Įdėti iš Word",
PasteFromWord : "Ä®dėti i¨Word",
 
DlgPasteMsg2 : "Žemiau esančiame įvedimo lauke įdėkite tekstą, naudodami klaviatūrą (<STRONG>Ctrl+V</STRONG>) ir spūstelkite mygtuką <STRONG>OK</STRONG>.",
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "Ignoruoti šriftų nustatymus",
DlgPasteRemoveStyles : "Pašalinti stilių nustatymus",
DlgPasteMsg : "Redaktorius nesugeba automatiškai įvykdyti įdėjimo dėl <STRONG>saugumo nustatymų</STRONG> jūsų naršyklėje.<BR>Prašome įdėti tekstą šiame langelyje naudojantis klaviatūra (<STRONG>Ctrl+V</STRONG>) ir paspauskite <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatinis",
403,11 → 342,8
IeSpellDownload : "Rašybos tikrinimas neinstaliuotas. Ar Jūs norite jį dabar atsisiųsti?",
 
// Button Dialog
DlgButtonText : "Tekstas (Reikšmė)",
DlgButtonType : "Tipas",
DlgButtonTypeBtn : "Button", //MISSING
DlgButtonTypeSbm : "Submit", //MISSING
DlgButtonTypeRst : "Reset", //MISSING
DlgButtonText : "Tekstas (Reikšmė)",
DlgButtonType : "Tipas",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Vardas",
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "Suženklinto sąrašo savybės",
NumberedListProp : "Numeruoto sąrašo savybės",
DlgLstStart : "Start", //MISSING
DlgLstType : "Tipas",
DlgLstTypeCircle : "Apskritimas",
DlgLstTypeDisc : "Diskas",
DlgLstTypeDisk : "Diskas",
DlgLstTypeSquare : "Kvadratas",
DlgLstTypeNumbers : "Skaičiai (1, 2, 3)",
DlgLstTypeLCase : "Mažosios raidės (a, b, c)",
475,19 → 410,10
 
DlgDocPageTitle : "Puslapio antraštė",
DlgDocLangDir : "Kalbos kryptis",
DlgDocLangDirLTR : "Iš kairės į dešinę (LTR)",
DlgDocLangDirRTL : "Iš dešinės į kairę (RTL)",
DlgDocLangDirLTR : "I¨kairės į deÅ¡inę (LTR)",
DlgDocLangDirRTL : "I¨deÅ¡inės į kairę (RTL)",
DlgDocLangCode : "Kalbos kodas",
DlgDocCharSet : "Simbolių kodavimo lentelė",
DlgDocCharSetCE : "Central European", //MISSING
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
DlgDocCharSetCR : "Cyrillic", //MISSING
DlgDocCharSetGR : "Greek", //MISSING
DlgDocCharSetJP : "Japanese", //MISSING
DlgDocCharSetKR : "Korean", //MISSING
DlgDocCharSetTR : "Turkish", //MISSING
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
DlgDocCharSetWE : "Western European", //MISSING
DlgDocCharSetOther : "Kita simbolių kodavimo lentelė",
 
DlgDocDocType : "Dokumento tipo antraštė",
512,23 → 438,16
DlgDocPreview : "Peržiūra",
 
// Templates Dialog
Templates : "Šablonai",
DlgTemplatesTitle : "Turinio šablonai",
DlgTemplatesSelMsg : "Pasirinkite norimą šabloną<br>(<b>Dėmesio!</b> esamas turinys bus prarastas):",
DlgTemplatesLoading : "Įkeliamas šablonų sąrašas. Prašome palaukti...",
DlgTemplatesNoTpl : "(Šablonų sąrašas tuščias)",
DlgTemplatesReplace : "Replace actual contents", //MISSING
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "Apie",
DlgAboutBrowserInfoTab : "Naršyklės informacija",
DlgAboutLicenseTab : "License", //MISSING
DlgAboutVersion : "versija",
DlgAboutInfo : "Papildomą informaciją galima gauti",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Licencijuota pagal GNU mažesnės atsakomybės pagrindinės viešos licencijos sąlygas",
DlgAboutInfo : "Papildomą informaciją galima gauti"
}
/trunk/api/fckeditor/editor/lang/en-uk.js
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* English (United Kingdom) language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: en-uk.js
* English (United Kingdom) language file.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
* Christopher Dawes (fckeditor@dawes.id.au)
*/
 
var FCKLang =
{
44,18 → 39,14
InsertLinkLbl : "Link",
InsertLink : "Insert/Edit Link",
RemoveLink : "Remove Link",
VisitLink : "Open Link",
Anchor : "Insert/Edit Anchor",
AnchorDelete : "Remove Anchor",
Anchor : "Insert/Edit Anchor", //MISSING
InsertImageLbl : "Image",
InsertImage : "Insert/Edit Image",
InsertFlashLbl : "Flash",
InsertFlash : "Insert/Edit Flash",
InsertTableLbl : "Table",
InsertTable : "Insert/Edit Table",
InsertLineLbl : "Line",
InsertLine : "Insert Horizontal Line",
InsertSpecialCharLbl: "Special Character",
InsertSpecialCharLbl: "Special Char",
InsertSpecialChar : "Insert Special Character",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Insert Smiley",
67,15 → 58,11
Subscript : "Subscript",
Superscript : "Superscript",
LeftJustify : "Left Justify",
CenterJustify : "Centre Justify",
CenterJustify : "Center Justify",
RightJustify : "Right Justify",
BlockJustify : "Block Justify",
DecreaseIndent : "Decrease Indent",
IncreaseIndent : "Increase Indent",
Blockquote : "Blockquote",
CreateDiv : "Create Div Container",
EditDiv : "Edit Div Container",
DeleteDiv : "Remove Div Container",
Undo : "Undo",
Redo : "Redo",
NumberedListLbl : "Numbered List",
88,66 → 75,50
FontFormat : "Format",
Font : "Font",
FontSize : "Size",
TextColor : "Text Colour",
BGColor : "Background Colour",
TextColor : "Text Color", //MISSING
BGColor : "Background Color", //MISSING
Source : "Source",
Find : "Find",
Replace : "Replace",
SpellCheck : "Check Spelling",
UniversalKeyboard : "Universal Keyboard",
PageBreakLbl : "Page Break",
PageBreak : "Insert Page Break",
SpellCheck : "Check Spell", //MISSING
UniversalKeyboard : "Universal Keyboard", //MISSING
 
Form : "Form",
Checkbox : "Checkbox",
RadioButton : "Radio Button",
TextField : "Text Field",
Textarea : "Textarea",
HiddenField : "Hidden Field",
Button : "Button",
SelectionField : "Selection Field",
ImageButton : "Image Button",
Form : "Form", //MISSING
Checkbox : "Checkbox", //MISSING
RadioButton : "Radio Button", //MISSING
TextField : "Text Field", //MISSING
Textarea : "Textarea", //MISSING
HiddenField : "Hidden Field", //MISSING
Button : "Button", //MISSING
SelectionField : "Selection Field", //MISSING
ImageButton : "Image Button", //MISSING
 
FitWindow : "Maximize the editor size",
ShowBlocks : "Show Blocks",
 
// Context Menu
EditLink : "Edit Link",
CellCM : "Cell",
RowCM : "Row",
ColumnCM : "Column",
InsertRowAfter : "Insert Row After",
InsertRowBefore : "Insert Row Before",
InsertRow : "Insert Row",
DeleteRows : "Delete Rows",
InsertColumnAfter : "Insert Column After",
InsertColumnBefore : "Insert Column Before",
InsertColumn : "Insert Column",
DeleteColumns : "Delete Columns",
InsertCellAfter : "Insert Cell After",
InsertCellBefore : "Insert Cell Before",
InsertCell : "Insert Cell",
DeleteCells : "Delete Cells",
MergeCells : "Merge Cells",
MergeRight : "Merge Right",
MergeDown : "Merge Down",
HorizontalSplitCell : "Split Cell Horizontally",
VerticalSplitCell : "Split Cell Vertically",
TableDelete : "Delete Table",
SplitCell : "Split Cell",
CellProperties : "Cell Properties",
TableProperties : "Table Properties",
ImageProperties : "Image Properties",
FlashProperties : "Flash Properties",
 
AnchorProp : "Anchor Properties",
ButtonProp : "Button Properties",
CheckboxProp : "Checkbox Properties",
HiddenFieldProp : "Hidden Field Properties",
RadioButtonProp : "Radio Button Properties",
ImageButtonProp : "Image Button Properties",
TextFieldProp : "Text Field Properties",
SelectionFieldProp : "Selection Field Properties",
TextareaProp : "Textarea Properties",
FormProp : "Form Properties",
AnchorProp : "Anchor Properties", //MISSING
ButtonProp : "Button Properties", //MISSING
CheckboxProp : "Checkbox Properties", //MISSING
HiddenFieldProp : "Hidden Field Properties", //MISSING
RadioButtonProp : "Radio Button Properties", //MISSING
ImageButtonProp : "Image Button Properties", //MISSING
TextFieldProp : "Text Field Properties", //MISSING
SelectionFieldProp : "Selection Field Properties", //MISSING
TextareaProp : "Textarea Properties", //MISSING
FormProp : "Form Properties", //MISSING
 
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Normal (DIV)",
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Paragraph (DIV)",
 
// Alerts and Messages
ProcessingXHTML : "Processing XHTML. Please wait...",
158,23 → 129,17
UnknownCommand : "Unknown command name \"%1\"",
NotImplemented : "Command not implemented",
UnknownToolbarSet : "Toolbar set \"%1\" doesn't exist",
NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.",
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",
DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.",
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Cancel",
DlgBtnClose : "Close",
DlgBtnBrowseServer : "Browse Server",
DlgBtnBrowseServer : "Browse Server", //MISSING
DlgAdvancedTag : "Advanced",
DlgOpOther : "<Other>",
DlgInfoTab : "Info",
DlgAlertUrl : "Please insert the URL",
DlgOpOther : "&lt;Other&gt;", //MISSING
 
// General Dialogs Labels
DlgGenNotSet : "<not set>",
DlgGenNotSet : "&lt;not set&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Language Direction",
DlgGenLangDirLtr : "Left to Right (LTR)",
216,18 → 181,8
DlgImgAlignTop : "Top",
DlgImgPreview : "Preview",
DlgImgAlertUrl : "Please type the image URL",
DlgImgLinkTab : "Link",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash Properties",
DlgFlashChkPlay : "Auto Play",
DlgFlashChkLoop : "Loop",
DlgFlashChkMenu : "Enable Flash Menu",
DlgFlashScale : "Scale",
DlgFlashScaleAll : "Show all",
DlgFlashScaleNoBorder : "No Border",
DlgFlashScaleFit : "Exact Fit",
 
// Link Dialog
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Link Info",
235,15 → 190,15
 
DlgLnkType : "Link Type",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Link to anchor in the text",
DlgLnkTypeAnchor : "Anchor in this page",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocol",
DlgLnkProtoOther : "<other>",
DlgLnkProtoOther : "&lt;other&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Select an Anchor",
DlgLnkAnchorByName : "By Anchor Name",
DlgLnkAnchorById : "By Element Id",
DlgLnkNoAnchors : "(No anchors available in the document)",
DlgLnkNoAnchors : "&lt;No anchors available in the document&gt;",
DlgLnkEMail : "E-Mail Address",
DlgLnkEMailSubject : "Message Subject",
DlgLnkEMailBody : "Message Body",
251,13 → 206,13
DlgLnkBtnUpload : "Send it to the Server",
 
DlgLnkTarget : "Target",
DlgLnkTargetFrame : "<frame>",
DlgLnkTargetPopup : "<popup window>",
DlgLnkTargetFrame : "&lt;frame&gt;",
DlgLnkTargetPopup : "&lt;popup window&gt;",
DlgLnkTargetBlank : "New Window (_blank)",
DlgLnkTargetParent : "Parent Window (_parent)",
DlgLnkTargetSelf : "Same Window (_self)",
DlgLnkTargetTop : "Topmost Window (_top)",
DlgLnkTargetFrameName : "Target Frame Name",
DlgLnkTargetFrameName : "Target Frame Name", //MISSING
DlgLnkPopWinName : "Popup Window Name",
DlgLnkPopWinFeat : "Popup Window Features",
DlgLnkPopResize : "Resizable",
276,13 → 231,12
DlnLnkMsgNoUrl : "Please type the link URL",
DlnLnkMsgNoEMail : "Please type the e-mail address",
DlnLnkMsgNoAnchor : "Please select an anchor",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces",
 
// Color Dialog
DlgColorTitle : "Select Colour",
DlgColorBtnClear : "Clear",
DlgColorHighlight : "Highlight",
DlgColorSelected : "Selected",
DlgColorTitle : "Select Color", //MISSING
DlgColorBtnClear : "Clear", //MISSING
DlgColorHighlight : "Highlight", //MISSING
DlgColorSelected : "Selected", //MISSING
 
// Smiley Dialog
DlgSmileyTitle : "Insert a Smiley",
307,12 → 261,6
DlgTableCellSpace : "Cell spacing",
DlgTableCellPad : "Cell padding",
DlgTableCaption : "Caption",
DlgTableSummary : "Summary",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Cell Properties",
321,32 → 269,26
DlgCellWidthPc : "percent",
DlgCellHeight : "Height",
DlgCellWordWrap : "Word Wrap",
DlgCellWordWrapNotSet : "<Not set>",
DlgCellWordWrapNotSet : "&lt;Not set&gt;",
DlgCellWordWrapYes : "Yes",
DlgCellWordWrapNo : "No",
DlgCellHorAlign : "Horizontal Alignment",
DlgCellHorAlignNotSet : "<Not set>",
DlgCellHorAlignNotSet : "&lt;Not set&gt;",
DlgCellHorAlignLeft : "Left",
DlgCellHorAlignCenter : "Centre",
DlgCellHorAlignRight: "Right",
DlgCellVerAlign : "Vertical Alignment",
DlgCellVerAlignNotSet : "<Not set>",
DlgCellVerAlignNotSet : "&lt;Not set&gt;",
DlgCellVerAlignTop : "Top",
DlgCellVerAlignMiddle : "Middle",
DlgCellVerAlignBottom : "Bottom",
DlgCellVerAlignBaseline : "Baseline",
DlgCellType : "Cell Type",
DlgCellTypeData : "Data",
DlgCellTypeHeader : "Header",
DlgCellRowSpan : "Rows Span",
DlgCellCollSpan : "Columns Span",
DlgCellBackColor : "Background Colour",
DlgCellBorderColor : "Border Colour",
DlgCellBackColor : "Background Color", //MISSING
DlgCellBorderColor : "Border Color", //MISSING
DlgCellBtnSelect : "Select...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace",
 
// Find Dialog
DlgFindTitle : "Find",
DlgFindFindBtn : "Find",
362,173 → 304,151
DlgReplaceWordChk : "Match whole word",
 
// Paste Operations / Dialog
PasteErrorCut : "Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).",
PasteErrorCopy : "Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).",
PasteErrorPaste : "Your browser security settings don't permit the editor to automaticaly execute pasting operations. Please use the keyboard for that (Ctrl+V).",
PasteErrorCut : "Your browser security settings don't permit the editor to automaticaly execute cutting operations. Please use the keyboard for that (Ctrl+X).",
PasteErrorCopy : "Your browser security settings don't permit the editor to automaticaly execute copying operations. Please use the keyboard for that (Ctrl+C).",
 
PasteAsText : "Paste as Plain Text",
PasteFromWord : "Paste from Word",
 
DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.",
DlgPasteSec : "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.",
DlgPasteIgnoreFont : "Ignore Font Face definitions",
DlgPasteRemoveStyles : "Remove Styles definitions",
DlgPasteMsg : "The editor was not able to automaticaly execute pasting because of the <STRONG>security settings</STRONG> of your browser.<BR>Please paste inside the following box using the keyboard (<STRONG>Ctrl+V</STRONG>) and hit <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatic",
ColorMoreColors : "More Colours...",
ColorAutomatic : "Automatic", //MISSING
ColorMoreColors : "More Colors...", //MISSING
 
// Document Properties
DocProps : "Document Properties",
DocProps : "Document Properties", //MISSING
 
// Anchor Dialog
DlgAnchorTitle : "Anchor Properties",
DlgAnchorName : "Anchor Name",
DlgAnchorErrorName : "Please type the anchor name",
DlgAnchorTitle : "Anchor Properties", //MISSING
DlgAnchorName : "Anchor Name", //MISSING
DlgAnchorErrorName : "Please type the anchor name", //MISSING
 
// Speller Pages Dialog
DlgSpellNotInDic : "Not in dictionary",
DlgSpellChangeTo : "Change to",
DlgSpellBtnIgnore : "Ignore",
DlgSpellBtnIgnoreAll : "Ignore All",
DlgSpellBtnReplace : "Replace",
DlgSpellBtnReplaceAll : "Replace All",
DlgSpellBtnUndo : "Undo",
DlgSpellNoSuggestions : "- No suggestions -",
DlgSpellProgress : "Spell check in progress...",
DlgSpellNoMispell : "Spell check complete: No misspellings found",
DlgSpellNoChanges : "Spell check complete: No words changed",
DlgSpellOneChange : "Spell check complete: One word changed",
DlgSpellManyChanges : "Spell check complete: %1 words changed",
DlgSpellNotInDic : "Not in dictionary", //MISSING
DlgSpellChangeTo : "Change to", //MISSING
DlgSpellBtnIgnore : "Ignore", //MISSING
DlgSpellBtnIgnoreAll : "Ignore All", //MISSING
DlgSpellBtnReplace : "Replace", //MISSING
DlgSpellBtnReplaceAll : "Replace All", //MISSING
DlgSpellBtnUndo : "Undo", //MISSING
DlgSpellNoSuggestions : "- No suggestions -", //MISSING
DlgSpellProgress : "Spell check in progress...", //MISSING
DlgSpellNoMispell : "Spell check complete: No misspellings found", //MISSING
DlgSpellNoChanges : "Spell check complete: No words changed", //MISSING
DlgSpellOneChange : "Spell check complete: One word changed", //MISSING
DlgSpellManyChanges : "Spell check complete: %1 words changed", //MISSING
 
IeSpellDownload : "Spell checker not installed. Do you want to download it now?",
IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
 
// Button Dialog
DlgButtonText : "Text (Value)",
DlgButtonType : "Type",
DlgButtonTypeBtn : "Button",
DlgButtonTypeSbm : "Submit",
DlgButtonTypeRst : "Reset",
DlgButtonText : "Text (Value)", //MISSING
DlgButtonType : "Type", //MISSING
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Name",
DlgCheckboxValue : "Value",
DlgCheckboxSelected : "Selected",
DlgCheckboxName : "Name", //MISSING
DlgCheckboxValue : "Value", //MISSING
DlgCheckboxSelected : "Selected", //MISSING
 
// Form Dialog
DlgFormName : "Name",
DlgFormAction : "Action",
DlgFormMethod : "Method",
DlgFormName : "Name", //MISSING
DlgFormAction : "Action", //MISSING
DlgFormMethod : "Method", //MISSING
 
// Select Field Dialog
DlgSelectName : "Name",
DlgSelectValue : "Value",
DlgSelectSize : "Size",
DlgSelectLines : "lines",
DlgSelectChkMulti : "Allow multiple selections",
DlgSelectOpAvail : "Available Options",
DlgSelectOpText : "Text",
DlgSelectOpValue : "Value",
DlgSelectBtnAdd : "Add",
DlgSelectBtnModify : "Modify",
DlgSelectBtnUp : "Up",
DlgSelectBtnDown : "Down",
DlgSelectBtnSetValue : "Set as selected value",
DlgSelectBtnDelete : "Delete",
DlgSelectName : "Name", //MISSING
DlgSelectValue : "Value", //MISSING
DlgSelectSize : "Size", //MISSING
DlgSelectLines : "lines", //MISSING
DlgSelectChkMulti : "Allow multiple selections", //MISSING
DlgSelectOpAvail : "Available Options", //MISSING
DlgSelectOpText : "Text", //MISSING
DlgSelectOpValue : "Value", //MISSING
DlgSelectBtnAdd : "Add", //MISSING
DlgSelectBtnModify : "Modify", //MISSING
DlgSelectBtnUp : "Up", //MISSING
DlgSelectBtnDown : "Down", //MISSING
DlgSelectBtnSetValue : "Set as selected value", //MISSING
DlgSelectBtnDelete : "Delete", //MISSING
 
// Textarea Dialog
DlgTextareaName : "Name",
DlgTextareaCols : "Columns",
DlgTextareaRows : "Rows",
DlgTextareaName : "Name", //MISSING
DlgTextareaCols : "Columns", //MISSING
DlgTextareaRows : "Rows", //MISSING
 
// Text Field Dialog
DlgTextName : "Name",
DlgTextValue : "Value",
DlgTextCharWidth : "Character Width",
DlgTextMaxChars : "Maximum Characters",
DlgTextType : "Type",
DlgTextTypeText : "Text",
DlgTextTypePass : "Password",
DlgTextName : "Name", //MISSING
DlgTextValue : "Value", //MISSING
DlgTextCharWidth : "Character Width", //MISSING
DlgTextMaxChars : "Maximum Characters", //MISSING
DlgTextType : "Type", //MISSING
DlgTextTypeText : "Text", //MISSING
DlgTextTypePass : "Password", //MISSING
 
// Hidden Field Dialog
DlgHiddenName : "Name",
DlgHiddenValue : "Value",
DlgHiddenName : "Name", //MISSING
DlgHiddenValue : "Value", //MISSING
 
// Bulleted List Dialog
BulletedListProp : "Bulleted List Properties",
NumberedListProp : "Numbered List Properties",
DlgLstStart : "Start",
DlgLstType : "Type",
DlgLstTypeCircle : "Circle",
DlgLstTypeDisc : "Disc",
DlgLstTypeSquare : "Square",
DlgLstTypeNumbers : "Numbers (1, 2, 3)",
DlgLstTypeLCase : "Lowercase Letters (a, b, c)",
DlgLstTypeUCase : "Uppercase Letters (A, B, C)",
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)",
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)",
BulletedListProp : "Bulleted List Properties", //MISSING
NumberedListProp : "Numbered List Properties", //MISSING
DlgLstType : "Type", //MISSING
DlgLstTypeCircle : "Circle", //MISSING
DlgLstTypeDisk : "Disk", //MISSING
DlgLstTypeSquare : "Square", //MISSING
DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
DlgLstTypeUCase : "Uppercase Letters (A, B, C)", //MISSING
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", //MISSING
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", //MISSING
 
// Document Properties Dialog
DlgDocGeneralTab : "General",
DlgDocBackTab : "Background",
DlgDocColorsTab : "Colours and Margins",
DlgDocMetaTab : "Meta Data",
DlgDocGeneralTab : "General", //MISSING
DlgDocBackTab : "Background", //MISSING
DlgDocColorsTab : "Colors and Margins", //MISSING
DlgDocMetaTab : "Meta Data", //MISSING
 
DlgDocPageTitle : "Page Title",
DlgDocLangDir : "Language Direction",
DlgDocLangDirLTR : "Left to Right (LTR)",
DlgDocLangDirRTL : "Right to Left (RTL)",
DlgDocLangCode : "Language Code",
DlgDocCharSet : "Character Set Encoding",
DlgDocCharSetCE : "Central European",
DlgDocCharSetCT : "Chinese Traditional (Big5)",
DlgDocCharSetCR : "Cyrillic",
DlgDocCharSetGR : "Greek",
DlgDocCharSetJP : "Japanese",
DlgDocCharSetKR : "Korean",
DlgDocCharSetTR : "Turkish",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Western European",
DlgDocCharSetOther : "Other Character Set Encoding",
DlgDocPageTitle : "Page Title", //MISSING
DlgDocLangDir : "Language Direction", //MISSING
DlgDocLangDirLTR : "Left to Right (LTR)", //MISSING
DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
DlgDocLangCode : "Language Code", //MISSING
DlgDocCharSet : "Character Set Encoding", //MISSING
DlgDocCharSetOther : "Other Character Set Encoding", //MISSING
 
DlgDocDocType : "Document Type Heading",
DlgDocDocTypeOther : "Other Document Type Heading",
DlgDocIncXHTML : "Include XHTML Declarations",
DlgDocBgColor : "Background Colour",
DlgDocBgImage : "Background Image URL",
DlgDocBgNoScroll : "Nonscrolling Background",
DlgDocCText : "Text",
DlgDocCLink : "Link",
DlgDocCVisited : "Visited Link",
DlgDocCActive : "Active Link",
DlgDocMargins : "Page Margins",
DlgDocMaTop : "Top",
DlgDocMaLeft : "Left",
DlgDocMaRight : "Right",
DlgDocMaBottom : "Bottom",
DlgDocMeIndex : "Document Indexing Keywords (comma separated)",
DlgDocMeDescr : "Document Description",
DlgDocMeAuthor : "Author",
DlgDocMeCopy : "Copyright",
DlgDocPreview : "Preview",
DlgDocDocType : "Document Type Heading", //MISSING
DlgDocDocTypeOther : "Other Document Type Heading", //MISSING
DlgDocIncXHTML : "Include XHTML Declarations", //MISSING
DlgDocBgColor : "Background Color", //MISSING
DlgDocBgImage : "Background Image URL", //MISSING
DlgDocBgNoScroll : "Nonscrolling Background", //MISSING
DlgDocCText : "Text", //MISSING
DlgDocCLink : "Link", //MISSING
DlgDocCVisited : "Visited Link", //MISSING
DlgDocCActive : "Active Link", //MISSING
DlgDocMargins : "Page Margins", //MISSING
DlgDocMaTop : "Top", //MISSING
DlgDocMaLeft : "Left", //MISSING
DlgDocMaRight : "Right", //MISSING
DlgDocMaBottom : "Bottom", //MISSING
DlgDocMeIndex : "Document Indexing Keywords (comma separated)", //MISSING
DlgDocMeDescr : "Document Description", //MISSING
DlgDocMeAuthor : "Author", //MISSING
DlgDocMeCopy : "Copyright", //MISSING
DlgDocPreview : "Preview", //MISSING
 
// Templates Dialog
Templates : "Templates",
DlgTemplatesTitle : "Content Templates",
DlgTemplatesSelMsg : "Please select the template to open in the editor<br />(the actual contents will be lost):",
DlgTemplatesLoading : "Loading templates list. Please wait...",
DlgTemplatesNoTpl : "(No templates defined)",
DlgTemplatesReplace : "Replace actual contents",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "About",
DlgAboutBrowserInfoTab : "Browser Info",
DlgAboutLicenseTab : "License",
DlgAboutAboutTab : "About", //MISSING
DlgAboutBrowserInfoTab : "Browser Info", //MISSING
DlgAboutVersion : "version",
DlgAboutInfo : "For further information go to",
 
// Div Dialog
DlgDivGeneralTab : "General",
DlgDivAdvancedTab : "Advanced",
DlgDivStyle : "Style",
DlgDivInlineStyle : "Inline Style"
};
DlgAboutLicense : "Licensed under the terms of the GNU Lesser General Public License",
DlgAboutInfo : "For further information go to"
}
/trunk/api/fckeditor/editor/lang/zh.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Chinese Traditional language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: zh.js
* Chinese Traditional language file.
*
* File Authors:
* NetRube (NetRube@126.com)
*/
 
var FCKLang =
{
26,31 → 20,27
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "隱藏面板",
ToolbarExpand : "顯示面板",
ToolbarCollapse : "折疊工具欄",
ToolbarExpand : "展開工具欄",
 
// Toolbar Items and Context Menu
Save : "儲存",
NewPage : "開新檔案",
NewPage : "新建",
Preview : "預覽",
Cut : "剪下",
Copy : "複製",
Paste : "貼上",
PasteText : "貼為純文字格式",
PasteWord : "自 Word 貼上",
Cut : "剪切",
Copy : "拷貝",
Paste : "粘貼",
PasteText : "粘貼為無格式文本",
PasteWord : "從 MS Word 粘貼",
Print : "列印",
SelectAll : "全選",
RemoveFormat : "清除格式",
InsertLinkLbl : "超連結",
InsertLink : "插入/編輯超連結",
RemoveLink : "移除超連結",
VisitLink : "開啟超連結",
Anchor : "插入/編輯錨點",
AnchorDelete : "移除錨點",
InsertImageLbl : "影像",
InsertImage : "插入/編輯影像",
InsertFlashLbl : "Flash",
InsertFlash : "插入/編輯 Flash",
InsertLinkLbl : "超鏈結",
InsertLink : "插入/編輯超鏈結",
RemoveLink : "取消超鏈結",
Anchor : "插入/編輯錨點鏈結",
InsertImageLbl : "圖像",
InsertImage : "插入/編輯圖像",
InsertTableLbl : "表格",
InsertTable : "插入/編輯表格",
InsertLineLbl : "水平線",
57,328 → 47,277
InsertLine : "插入水平線",
InsertSpecialCharLbl: "特殊符號",
InsertSpecialChar : "插入特殊符號",
InsertSmileyLbl : "表情符號",
InsertSmiley : "插入表情符號",
InsertSmileyLbl : "圖釋",
InsertSmiley : "插入圖釋",
About : "關於 FCKeditor",
Bold : "粗體",
Italic : "斜體",
Underline : "底線",
Bold : "加粗",
Italic : "傾斜",
Underline : "下劃線",
StrikeThrough : "刪除線",
Subscript : "下標",
Superscript : "上標",
LeftJustify : "靠左對齊",
CenterJustify : "置中",
RightJustify : "靠右對齊",
BlockJustify : "左右對齊",
DecreaseIndent : "減少縮排",
IncreaseIndent : "增加縮排",
Blockquote : "引用文字",
CreateDiv : "新增 Div 標籤",
EditDiv : "變更 Div 標籤",
DeleteDiv : "移除 Div 標籤",
Undo : "復原",
Redo : "重複",
NumberedListLbl : "編號清單",
NumberedList : "插入/移除編號清單",
BulletedListLbl : "項目清單",
BulletedList : "插入/移除項目清單",
LeftJustify : "左對齊",
CenterJustify : "居中對齊",
RightJustify : "右對齊",
BlockJustify : "兩端對齊",
DecreaseIndent : "減少縮進量",
IncreaseIndent : "增加縮進量",
Undo : "撤銷",
Redo : "重做",
NumberedListLbl : "編號列表",
NumberedList : "插入/刪除編號列表",
BulletedListLbl : "項目列表",
BulletedList : "插入/刪除項目列表",
ShowTableBorders : "顯示表格邊框",
ShowDetails : "顯示詳細資料",
Style : "樣式",
FontFormat : "格式",
Font : "字體",
FontSize : "大小",
TextColor : "文字顏色",
FontSize : "尺寸",
TextColor : "文本顏色",
BGColor : "背景顏色",
Source : "原始碼",
Find : "尋找",
Replace : "取代",
SpellCheck : "拼字檢查",
UniversalKeyboard : "萬國鍵盤",
PageBreakLbl : "分頁符號",
PageBreak : "插入分頁符號",
Source : "代碼",
Find : "查找",
Replace : "替換",
SpellCheck : "拼寫檢查",
UniversalKeyboard : "軟鍵盤",
 
Form : "表單",
Checkbox : "核取方塊",
RadioButton : "選項按鈕",
TextField : "文字方塊",
Textarea : "文字區域",
HiddenField : "隱藏欄位",
RadioButton : "單選按鈕",
TextField : "單行文本",
Textarea : "多行文本",
HiddenField : "隱藏域",
Button : "按鈕",
SelectionField : "清單/選單",
ImageButton : "影像按鈕",
SelectionField : "列表/菜單",
ImageButton : "圖像域",
 
FitWindow : "編輯器最大化",
ShowBlocks : "顯示區塊",
 
// Context Menu
EditLink : "編輯超連結",
CellCM : "儲存格",
RowCM : "列",
ColumnCM : "欄",
InsertRowAfter : "向下插入列",
InsertRowBefore : "向上插入列",
DeleteRows : "刪除列",
InsertColumnAfter : "向右插入欄",
InsertColumnBefore : "向左插入欄",
DeleteColumns : "刪除欄",
InsertCellAfter : "向右插入儲存格",
InsertCellBefore : "向左插入儲存格",
DeleteCells : "刪除儲存格",
MergeCells : "合併儲存格",
MergeRight : "向右合併儲存格",
MergeDown : "向下合併儲存格",
HorizontalSplitCell : "橫向分割儲存格",
VerticalSplitCell : "縱向分割儲存格",
TableDelete : "刪除表格",
CellProperties : "儲存格屬性",
EditLink : "編輯超鏈結",
InsertRow : "插入行",
DeleteRows : "刪除行",
InsertColumn : "插入列",
DeleteColumns : "刪除列",
InsertCell : "插入單格",
DeleteCells : "刪除單格",
MergeCells : "合併單格",
SplitCell : "拆分單格",
CellProperties : "單格屬性",
TableProperties : "表格屬性",
ImageProperties : "影像屬性",
FlashProperties : "Flash 屬性",
ImageProperties : "圖像屬性",
 
AnchorProp : "錨點屬性",
AnchorProp : "錨點鏈結屬性",
ButtonProp : "按鈕屬性",
CheckboxProp : "核取方塊屬性",
HiddenFieldProp : "隱藏欄位屬性",
RadioButtonProp : "選項按鈕屬性",
ImageButtonProp : "影像按鈕屬性",
TextFieldProp : "文字方塊屬性",
SelectionFieldProp : "清單/選單屬性",
TextareaProp : "文字區域屬性",
HiddenFieldProp : "隱藏域屬性",
RadioButtonProp : "單選按鈕屬性",
ImageButtonProp : "圖像域屬性",
TextFieldProp : "單行文本屬性",
SelectionFieldProp : "功能表/列表屬性",
TextareaProp : "多行文本屬性",
FormProp : "表單屬性",
 
FontFormats : "一般;已格式化;位址;標題 1;標題 2;標題 3;標題 4;標題 5;標題 6;一般 (DIV)",
FontFormats : "普通;帶格式的;地址;標題 1;標題 2;標題 3;標題 4;標題 5;標題 6;段落(DIV)",
 
// Alerts and Messages
ProcessingXHTML : "處理 XHTML 中,請稍候…",
ProcessingXHTML : "正在處理 XHTML,請稍等...",
Done : "完成",
PasteWordConfirm : "您想貼上的文字似乎是自 Word 複製而來,請問您是否要先清除 Word 的格式後再行貼上?",
NotCompatiblePaste : "此指令僅在 Internet Explorer 5.5 或以上的版本有效。請問您是否同意不清除格式即貼上?",
UnknownToolbarItem : "未知工具列項目 \"%1\"",
UnknownCommand : "未知指令名稱 \"%1\"",
NotImplemented : "尚未安裝此指令",
UnknownToolbarSet : "工具列設定 \"%1\" 不存在",
NoActiveX : "瀏覽器的安全性設定限制了本編輯器的某些功能。您必須啟用安全性設定中的「執行ActiveX控制項與外掛程式」項目,否則本編輯器將會出現錯誤並缺少某些功能",
BrowseServerBlocked : "無法開啟資源瀏覽器,請確定所有快顯視窗封鎖程式是否關閉",
DialogBlocked : "無法開啟對話視窗,請確定所有快顯視窗封鎖程式是否關閉",
VisitLinkBlocked : "無法開啟新視窗,請確定所有快顯視窗封鎖程式是否關閉",
PasteWordConfirm : "您要粘貼的內容好像是來自 MS Word,是否要清除 MS Word 格式後再粘貼?",
NotCompatiblePaste : "該命令需要 Internet Explorer 5.5 或更高版本的支持,是否按常規粘貼進行?",
UnknownToolbarItem : "未知工具欄項目 \"%1\"",
UnknownCommand : "未知命令名稱 \"%1\"",
NotImplemented : "命令無法執行",
UnknownToolbarSet : "工具欄設置 \"%1\" 不存在",
 
// Dialogs
DlgBtnOK : "確定",
DlgBtnCancel : "取消",
DlgBtnClose : "關閉",
DlgBtnBrowseServer : "瀏覽伺服器端",
DlgBtnBrowseServer : "流覽伺服器",
DlgAdvancedTag : "進階",
DlgOpOther : "<其他>",
DlgInfoTab : "資訊",
DlgAlertUrl : "請插入 URL",
DlgOpOther : "&lt;其他&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<尚未設定>",
DlgGenNotSet : "&lt;沒有設置&gt;",
DlgGenId : "ID",
DlgGenLangDir : "語言方向",
DlgGenLangDirLtr : "由左而右 (LTR)",
DlgGenLangDirRtl : "由右而左 (RTL)",
DlgGenLangDirLtr : "自左到右 (LTR)",
DlgGenLangDirRtl : "自右到左 (RTL)",
DlgGenLangCode : "語言代碼",
DlgGenAccessKey : "存取鍵",
DlgGenAccessKey : "訪問鍵",
DlgGenName : "名稱",
DlgGenTabIndex : "定位順序",
DlgGenLongDescr : "詳細 URL",
DlgGenClass : "樣式表類別",
DlgGenTabIndex : "Tab 鍵次序",
DlgGenLongDescr : "詳細說明地址",
DlgGenClass : "樣式類",
DlgGenTitle : "標題",
DlgGenContType : "內容類型",
DlgGenLinkCharset : "連結資源之編碼",
DlgGenContType : "類型",
DlgGenLinkCharset : "編碼",
DlgGenStyle : "樣式",
 
// Image Dialog
DlgImgTitle : "影像屬性",
DlgImgInfoTab : "影像資訊",
DlgImgBtnUpload : "上傳至伺服器",
DlgImgURL : "URL",
DlgImgUpload : "上傳",
DlgImgAlt : "替代文字",
DlgImgTitle : "圖像屬性",
DlgImgInfoTab : "圖像",
DlgImgBtnUpload : "發送到伺服器上",
DlgImgURL : "源檔案",
DlgImgUpload : "上載",
DlgImgAlt : "替換文本",
DlgImgWidth : "寬度",
DlgImgHeight : "高度",
DlgImgLockRatio : "等比例",
DlgBtnResetSize : "重設為原大小",
DlgImgBorder : "邊框",
DlgImgHSpace : "水平距離",
DlgImgVSpace : "垂直距離",
DlgImgAlign : "對齊",
DlgImgAlignLeft : "靠左對齊",
DlgImgAlignAbsBottom: "絕對下方",
DlgImgAlignAbsMiddle: "絕對中間",
DlgImgAlignBaseline : "基準線",
DlgImgAlignBottom : "靠下對齊",
DlgImgAlignMiddle : "置中對齊",
DlgImgAlignRight : "靠右對齊",
DlgImgAlignTextTop : "文字上方",
DlgImgAlignTop : "靠上對齊",
DlgImgLockRatio : "鎖定比例",
DlgBtnResetSize : "恢復尺寸",
DlgImgBorder : "邊框尺寸",
DlgImgHSpace : "水準間距",
DlgImgVSpace : "垂直間距",
DlgImgAlign : "對齊方式",
DlgImgAlignLeft : "左對齊",
DlgImgAlignAbsBottom: "絕對底邊",
DlgImgAlignAbsMiddle: "絕對居中",
DlgImgAlignBaseline : "基線",
DlgImgAlignBottom : "底邊",
DlgImgAlignMiddle : "居中",
DlgImgAlignRight : "右對齊",
DlgImgAlignTextTop : "文本上方",
DlgImgAlignTop : "頂端",
DlgImgPreview : "預覽",
DlgImgAlertUrl : "請輸入影像 URL",
DlgImgLinkTab : "超連結",
DlgImgAlertUrl : "請輸入圖像位址",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash 屬性",
DlgFlashChkPlay : "自動播放",
DlgFlashChkLoop : "重複",
DlgFlashChkMenu : "開啟選單",
DlgFlashScale : "縮放",
DlgFlashScaleAll : "全部顯示",
DlgFlashScaleNoBorder : "無邊框",
DlgFlashScaleFit : "精確符合",
 
// Link Dialog
DlgLnkWindowTitle : "超連結",
DlgLnkInfoTab : "超連結資訊",
DlgLnkWindowTitle : "超鏈結",
DlgLnkInfoTab : "超鏈結資訊",
DlgLnkTargetTab : "目標",
 
DlgLnkType : "超連接類型",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "本頁錨點",
DlgLnkType : "超鏈結類型",
DlgLnkTypeURL : "網址",
DlgLnkTypeAnchor : "頁內錨點鏈結",
DlgLnkTypeEMail : "電子郵件",
DlgLnkProto : "通訊協定",
DlgLnkProtoOther : "<其他>",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "請選擇錨點",
DlgLnkAnchorByName : "依錨點名稱",
DlgLnkAnchorById : "依元件 ID",
DlgLnkNoAnchors : "(本文件尚無可用之錨點)",
DlgLnkEMail : "電子郵件",
DlgLnkEMailSubject : "郵件主旨",
DlgLnkEMailBody : "郵件內容",
DlgLnkUpload : "上傳",
DlgLnkBtnUpload : "傳送至伺服器",
DlgLnkProto : "協議",
DlgLnkProtoOther : "&lt;其他&gt;",
DlgLnkURL : "地址",
DlgLnkAnchorSel : "選擇一個錨點",
DlgLnkAnchorByName : "按錨點名稱",
DlgLnkAnchorById : "按錨點 ID",
DlgLnkNoAnchors : "&lt;此文檔沒有可用的錨點&gt;",
DlgLnkEMail : "地址",
DlgLnkEMailSubject : "主題",
DlgLnkEMailBody : "內容",
DlgLnkUpload : "上载",
DlgLnkBtnUpload : "發送到伺服器上",
 
DlgLnkTarget : "目標",
DlgLnkTargetFrame : "<框架>",
DlgLnkTargetPopup : "<快顯視窗>",
DlgLnkTargetBlank : "新視窗 (_blank)",
DlgLnkTargetParent : "父視窗 (_parent)",
DlgLnkTargetSelf : "本視窗 (_self)",
DlgLnkTargetTop : "最上層視窗 (_top)",
DlgLnkTargetFrame : "&lt;框架&gt;",
DlgLnkTargetPopup : "&lt;彈出窗口&gt;",
DlgLnkTargetBlank : "新窗口 (_blank)",
DlgLnkTargetParent : "父窗口 (_parent)",
DlgLnkTargetSelf : "本窗口 (_self)",
DlgLnkTargetTop : "整頁 (_top)",
DlgLnkTargetFrameName : "目標框架名稱",
DlgLnkPopWinName : "快顯視窗名稱",
DlgLnkPopWinFeat : "快顯視窗屬性",
DlgLnkPopResize : "可調整大小",
DlgLnkPopLocation : "網址列",
DlgLnkPopMenu : "選單列",
DlgLnkPopWinName : "彈出視窗名稱",
DlgLnkPopWinFeat : "彈出視窗屬性",
DlgLnkPopResize : "調整大小",
DlgLnkPopLocation : "地址欄",
DlgLnkPopMenu : "菜單欄",
DlgLnkPopScroll : "捲軸",
DlgLnkPopStatus : "狀態列",
DlgLnkPopToolbar : "工具列",
DlgLnkPopFullScrn : "全螢幕 (IE)",
DlgLnkPopDependent : "從屬 (NS)",
DlgLnkPopStatus : "狀態欄",
DlgLnkPopToolbar : "工具欄",
DlgLnkPopFullScrn : "全屏 (IE)",
DlgLnkPopDependent : "依附 (NS)",
DlgLnkPopWidth : "寬",
DlgLnkPopHeight : "高",
DlgLnkPopLeft : "左",
DlgLnkPopTop : "右",
 
DlnLnkMsgNoUrl : "請輸入欲連結的 URL",
DlnLnkMsgNoUrl : "請輸入超鏈結位址",
DlnLnkMsgNoEMail : "請輸入電子郵件位址",
DlnLnkMsgNoAnchor : "請選擇錨點",
DlnLnkMsgInvPopName : "快顯名稱必須以「英文字母」為開頭,且不得含有空白",
DlnLnkMsgNoAnchor : "請選擇一個錨點",
 
// Color Dialog
DlgColorTitle : "請選擇顏色",
DlgColorTitle : "選擇顏色",
DlgColorBtnClear : "清除",
DlgColorHighlight : "預覽",
DlgColorSelected : "選擇",
 
// Smiley Dialog
DlgSmileyTitle : "插入表情符號",
DlgSmileyTitle : "插入一個圖釋",
 
// Special Character Dialog
DlgSpecialCharTitle : "請選擇特殊符號",
DlgSpecialCharTitle : "選擇特殊符號",
 
// Table Dialog
DlgTableTitle : "表格屬性",
DlgTableRows : "列數",
DlgTableColumns : "欄數",
DlgTableRows : "行數",
DlgTableColumns : "列數",
DlgTableBorder : "邊框",
DlgTableAlign : "對齊",
DlgTableAlignNotSet : "<未設定>",
DlgTableAlignLeft : "靠左對齊",
DlgTableAlignCenter : "置中",
DlgTableAlignRight : "靠右對齊",
DlgTableAlignNotSet : "&lt;沒有設置&gt;",
DlgTableAlignLeft : "左對齊",
DlgTableAlignCenter : "居中",
DlgTableAlignRight : "右對齊",
DlgTableWidth : "寬度",
DlgTableWidthPx : "像素",
DlgTableWidthPx : "圖元",
DlgTableWidthPc : "百分比",
DlgTableHeight : "高度",
DlgTableCellSpace : "間距",
DlgTableCellPad : "內距",
DlgTableCellPad : "邊距",
DlgTableCaption : "標題",
DlgTableSummary : "摘要",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "儲存格屬性",
DlgCellTitle : "單格屬性",
DlgCellWidth : "寬度",
DlgCellWidthPx : "像素",
DlgCellWidthPx : "圖元",
DlgCellWidthPc : "百分比",
DlgCellHeight : "高度",
DlgCellWordWrap : "自動換行",
DlgCellWordWrapNotSet : "<尚未設定>",
DlgCellWordWrapNotSet : "&lt;沒有設置&gt;",
DlgCellWordWrapYes : "是",
DlgCellWordWrapNo : "否",
DlgCellHorAlign : "水平對齊",
DlgCellHorAlignNotSet : "<尚未設定>",
DlgCellHorAlignLeft : "靠左對齊",
DlgCellHorAlignCenter : "置中",
DlgCellHorAlignRight: "靠右對齊",
DlgCellHorAlign : "水準對齊",
DlgCellHorAlignNotSet : "&lt;沒有設置&gt;",
DlgCellHorAlignLeft : "左對齊",
DlgCellHorAlignCenter : "居中",
DlgCellHorAlignRight: "右對齊",
DlgCellVerAlign : "垂直對齊",
DlgCellVerAlignNotSet : "<尚未設定>",
DlgCellVerAlignTop : "靠上對齊",
DlgCellVerAlignMiddle : "置中",
DlgCellVerAlignBottom : "靠下對齊",
DlgCellVerAlignBaseline : "基準線",
DlgCellType : "儲存格類型",
DlgCellTypeData : "資料",
DlgCellTypeHeader : "標題",
DlgCellRowSpan : "合併列數",
DlgCellCollSpan : "合併欄数",
DlgCellVerAlignNotSet : "&lt;沒有設置&gt;",
DlgCellVerAlignTop : "頂端",
DlgCellVerAlignMiddle : "居中",
DlgCellVerAlignBottom : "底部",
DlgCellVerAlignBaseline : "基線",
DlgCellRowSpan : "縱跨行數",
DlgCellCollSpan : "橫跨列數",
DlgCellBackColor : "背景顏色",
DlgCellBorderColor : "邊框顏色",
DlgCellBtnSelect : "請選擇…",
DlgCellBtnSelect : "選擇...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "尋找與取代",
 
// Find Dialog
DlgFindTitle : "尋找",
DlgFindFindBtn : "尋找",
DlgFindNotFoundMsg : "未找到指定的文字。",
DlgFindTitle : "查找",
DlgFindFindBtn : "查找",
DlgFindNotFoundMsg : "指定文本沒有找到。",
 
// Replace Dialog
DlgReplaceTitle : "取代",
DlgReplaceFindLbl : "尋找:",
DlgReplaceReplaceLbl : "取代:",
DlgReplaceCaseChk : "大小寫須相符",
DlgReplaceReplaceBtn : "取代",
DlgReplaceReplAllBtn : "全部取代",
DlgReplaceWordChk : "全字相符",
DlgReplaceTitle : "替換",
DlgReplaceFindLbl : "查找:",
DlgReplaceReplaceLbl : "替換:",
DlgReplaceCaseChk : "區分大小寫",
DlgReplaceReplaceBtn : "替換",
DlgReplaceReplAllBtn : "全部替換",
DlgReplaceWordChk : "全字匹配",
 
// Paste Operations / Dialog
PasteErrorCut : "瀏覽器的安全性設定不允許編輯器自動執行剪下動作。請使用快捷鍵 (Ctrl+X) 剪下。",
PasteErrorCopy : "瀏覽器的安全性設定不允許編輯器自動執行複製動作。請使用快捷鍵 (Ctrl+C) 複製。",
PasteErrorPaste : "您的流覽器安全設置不允許編輯器自動執行粘貼操作,請使用鍵盤快捷鍵(Ctrl+V)來完成。",
PasteErrorCut : "您的流覽器安全設置不允許編輯器自動執行剪切操作,請使用鍵盤快捷鍵(Ctrl+X)來完成。",
PasteErrorCopy : "您的流覽器安全設置不允許編輯器自動執行複製操作,請使用鍵盤快捷鍵(Ctrl+C)來完成。",
 
PasteAsText : "貼為純文字格式",
PasteFromWord : "自 Word 貼上",
PasteAsText : "粘貼為無格式文本",
PasteFromWord : "從 MS Word 粘貼",
 
DlgPasteMsg2 : "請使用快捷鍵 (<strong>Ctrl+V</strong>) 貼到下方區域中並按下 <strong>確定</strong>",
DlgPasteSec : "因為瀏覽器的安全性設定,本編輯器無法直接存取您的剪貼簿資料,請您自行在本視窗進行貼上動作。",
DlgPasteIgnoreFont : "移除字型設定",
DlgPasteRemoveStyles : "移除樣式設定",
DlgPasteMsg : "因為您的流覽器編輯器 <STRONG>安全設置</STRONG> 原因,不能自動執行粘貼。<BR>請使用鍵盤快捷鍵(<STRONG>Ctrl+V</STRONG>)粘貼到下面並按 <STRONG>確定</STRONG>。",
 
// Color Picker
ColorAutomatic : "自動",
ColorMoreColors : "更多顏色…",
ColorMoreColors : "其他顏色...",
 
// Document Properties
DocProps : "文件屬性",
DocProps : "頁面屬性",
 
// Anchor Dialog
DlgAnchorTitle : "命名錨點",
386,33 → 325,30
DlgAnchorErrorName : "請輸入錨點名稱",
 
// Speller Pages Dialog
DlgSpellNotInDic : "不在字典中",
DlgSpellNotInDic : "沒有在字典裏",
DlgSpellChangeTo : "更改為",
DlgSpellBtnIgnore : "忽略",
DlgSpellBtnIgnoreAll : "全部忽略",
DlgSpellBtnReplace : "取代",
DlgSpellBtnReplaceAll : "全部取代",
DlgSpellBtnUndo : "復原",
DlgSpellNoSuggestions : "- 無建議值 -",
DlgSpellProgress : "進行拼字檢查中…",
DlgSpellNoMispell : "拼字檢查完成:未發現拼字錯誤",
DlgSpellNoChanges : "拼字檢查完成:未更改任何單字",
DlgSpellOneChange : "拼字檢查完成:更改了 1 個單字",
DlgSpellManyChanges : "拼字檢查完成:更改了 %1 個單字",
DlgSpellBtnReplace : "替換",
DlgSpellBtnReplaceAll : "全部替換",
DlgSpellBtnUndo : "撤銷",
DlgSpellNoSuggestions : "- 沒有建議 -",
DlgSpellProgress : "正在進行拼寫檢查...",
DlgSpellNoMispell : "拼寫檢查完成:沒有發現拼寫錯誤",
DlgSpellNoChanges : "拼寫檢查完成:沒有更改任何單詞",
DlgSpellOneChange : "拼寫檢查完成:更改了一個單詞",
DlgSpellManyChanges : "拼寫檢查完成:更改了 %1 個單詞",
 
IeSpellDownload : "尚未安裝拼字檢查元件。您是否想要現在下載?",
IeSpellDownload : "拼寫檢查插件還沒安裝,你是否想現在就下載?",
 
// Button Dialog
DlgButtonText : "顯示文字 (值)",
DlgButtonType : "類型",
DlgButtonTypeBtn : "按鈕 (Button)",
DlgButtonTypeSbm : "送出 (Submit)",
DlgButtonTypeRst : "重設 (Reset)",
DlgButtonText : "標籤(值)",
DlgButtonType : "類型",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "名稱",
DlgCheckboxValue : "選取值",
DlgCheckboxSelected : "已選取",
DlgCheckboxValue : "選定值",
DlgCheckboxSelected : "已勾選",
 
// Form Dialog
DlgFormName : "名稱",
421,24 → 357,24
 
// Select Field Dialog
DlgSelectName : "名稱",
DlgSelectValue : "選取值",
DlgSelectSize : "大小",
DlgSelectValue : "選定",
DlgSelectSize : "高度",
DlgSelectLines : "行",
DlgSelectChkMulti : "可多選",
DlgSelectOpAvail : "可用選項",
DlgSelectOpText : "顯示文字",
DlgSelectChkMulti : "允許多選",
DlgSelectOpAvail : "列表值",
DlgSelectOpText : "標籤",
DlgSelectOpValue : "值",
DlgSelectBtnAdd : "新增",
DlgSelectBtnModify : "修改",
DlgSelectBtnUp : "上移",
DlgSelectBtnDown : "下移",
DlgSelectBtnSetValue : "設為預設值",
DlgSelectBtnDelete : "刪除",
DlgSelectBtnSetValue : "設為初始化時選定",
DlgSelectBtnDelete : "移除",
 
// Textarea Dialog
DlgTextareaName : "名稱",
DlgTextareaCols : "字元寬度",
DlgTextareaRows : "列數",
DlgTextareaRows : "行數",
 
// Text Field Dialog
DlgTextName : "名稱",
446,7 → 382,7
DlgTextCharWidth : "字元寬度",
DlgTextMaxChars : "最多字元數",
DlgTextType : "類型",
DlgTextTypeText : "文字",
DlgTextTypeText : "文本",
DlgTextTypePass : "密碼",
 
// Hidden Field Dialog
454,12 → 390,11
DlgHiddenValue : "值",
 
// Bulleted List Dialog
BulletedListProp : "項目清單屬性",
NumberedListProp : "編號清單屬性",
DlgLstStart : "起始編號",
DlgLstType : "清單類型",
BulletedListProp : "項目列表屬性",
NumberedListProp : "編號列表屬性",
DlgLstType : "列表類型",
DlgLstTypeCircle : "圓圈",
DlgLstTypeDisc : "圓點",
DlgLstTypeDisk : "圓點",
DlgLstTypeSquare : "方塊",
DlgLstTypeNumbers : "數字 (1, 2, 3)",
DlgLstTypeLCase : "小寫字母 (a, b, c)",
468,67 → 403,51
DlgLstTypeLRoman : "大寫羅馬數字 (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "一般",
DlgDocGeneralTab : "常規",
DlgDocBackTab : "背景",
DlgDocColorsTab : "顯色與邊界",
DlgDocColorsTab : "顏色和邊距",
DlgDocMetaTab : "Meta 資料",
 
DlgDocPageTitle : "頁面標題",
DlgDocLangDir : "語言方向",
DlgDocLangDirLTR : "由左而右 (LTR)",
DlgDocLangDirRTL : "由右而左 (RTL)",
DlgDocLangDirLTR : "從左到右 (LTR)",
DlgDocLangDirRTL : "從右到左 (RTL)",
DlgDocLangCode : "語言代碼",
DlgDocCharSet : "字元編碼",
DlgDocCharSetCE : "中歐語系",
DlgDocCharSetCT : "正體中文 (Big5)",
DlgDocCharSetCR : "斯拉夫文",
DlgDocCharSetGR : "希臘文",
DlgDocCharSetJP : "日文",
DlgDocCharSetKR : "韓文",
DlgDocCharSetTR : "土耳其文",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "西歐語系",
DlgDocCharSetOther : "其他字元編碼",
 
DlgDocDocType : "文件類型",
DlgDocDocTypeOther : "其他文件類型",
DlgDocIncXHTML : "包含 XHTML 定義",
DlgDocDocType : "文檔類型",
DlgDocDocTypeOther : "其他文檔類型",
DlgDocIncXHTML : "包含 XHTML 聲明",
DlgDocBgColor : "背景顏色",
DlgDocBgImage : "背景影像",
DlgDocBgNoScroll : "浮水印",
DlgDocCText : "文字",
DlgDocCLink : "超連結",
DlgDocCVisited : "已瀏覽過的超連結",
DlgDocCActive : "作用中的超連結",
DlgDocMargins : "頁面邊界",
DlgDocBgImage : "背景圖像",
DlgDocBgNoScroll : "不滾動背景圖像",
DlgDocCText : "文本",
DlgDocCLink : "超鏈結",
DlgDocCVisited : "已訪問的超鏈結",
DlgDocCActive : "活動超鏈結",
DlgDocMargins : "頁面邊距",
DlgDocMaTop : "上",
DlgDocMaLeft : "左",
DlgDocMaRight : "右",
DlgDocMaBottom : "下",
DlgDocMeIndex : "文件索引關鍵字 (用半形逗號[,]分隔)",
DlgDocMeDescr : "文件說明",
DlgDocMeIndex : "頁面索引關鍵字 (用半形逗號[,]分隔)",
DlgDocMeDescr : "頁面說明",
DlgDocMeAuthor : "作者",
DlgDocMeCopy : "版權所有",
DlgDocMeCopy : "版權",
DlgDocPreview : "預覽",
 
// Templates Dialog
Templates : "樣版",
DlgTemplatesTitle : "內容樣版",
DlgTemplatesSelMsg : "請選擇欲開啟的樣版<br> (原有的內容將會被清除):",
DlgTemplatesLoading : "讀取樣版清單中,請稍候…",
DlgTemplatesNoTpl : "(無樣版)",
DlgTemplatesReplace : "取代原有內容",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "關於",
DlgAboutBrowserInfoTab : "瀏覽器資訊",
DlgAboutLicenseTab : "許可證",
DlgAboutBrowserInfoTab : "流覽器資訊",
DlgAboutVersion : "版本",
DlgAboutInfo : "想獲得更多資訊請至 ",
 
// Div Dialog
DlgDivGeneralTab : "一般",
DlgDivAdvancedTab : "進階",
DlgDivStyle : "樣式",
DlgDivInlineStyle : "CSS 樣式"
};
DlgAboutLicense : "基於 GNU 通用公共許可證授權發佈 ",
DlgAboutInfo : "要獲得更多資訊請訪問 "
}
/trunk/api/fckeditor/editor/lang/pt.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Portuguese language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: pt.js
* Portuguese language file.
*
* File Authors:
* Francisco Pereira (fjpereira@netcabo.pt)
*/
 
var FCKLang =
{
31,26 → 25,22
 
// Toolbar Items and Context Menu
Save : "Guardar",
NewPage : "Nova Página",
Preview : "Pré-visualizar",
NewPage : "Nova Página",
Preview : "Pré-visualizar",
Cut : "Cortar",
Copy : "Copiar",
Paste : "Colar",
PasteText : "Colar como texto não formatado",
PasteText : "Colar como texto não formatado",
PasteWord : "Colar do Word",
Print : "Imprimir",
SelectAll : "Seleccionar Tudo",
RemoveFormat : "Eliminar Formato",
InsertLinkLbl : "Hiperligação",
InsertLink : "Inserir/Editar Hiperligação",
RemoveLink : "Eliminar Hiperligação",
VisitLink : "Open Link", //MISSING
Anchor : " Inserir/Editar Âncora",
AnchorDelete : "Remove Anchor", //MISSING
InsertLinkLbl : "Hiperligação",
InsertLink : "Inserir/Editar Hiperligação",
RemoveLink : "Eliminar Hiperligação",
Anchor : " Inserir/Editar Âncora",
InsertImageLbl : "Imagem",
InsertImage : "Inserir/Editar Imagem",
InsertFlashLbl : "Flash",
InsertFlash : "Inserir/Editar Flash",
InsertTableLbl : "Tabela",
InsertTable : "Inserir/Editar Tabela",
InsertLineLbl : "Linha",
61,29 → 51,25
InsertSmiley : "Inserir Emoticons",
About : "Acerca do FCKeditor",
Bold : "Negrito",
Italic : "Itálico",
Italic : "Itálico",
Underline : "Sublinhado",
StrikeThrough : "Rasurado",
Subscript : "Superior à Linha",
Superscript : "Inferior à Linha",
LeftJustify : "Alinhar à Esquerda",
Subscript : "Superior à Linha",
Superscript : "Inferior à Linha",
LeftJustify : "Alinhar à Esquerda",
CenterJustify : "Alinhar ao Centro",
RightJustify : "Alinhar à Direita",
RightJustify : "Alinhar à Direita",
BlockJustify : "Justificado",
DecreaseIndent : "Diminuir Avanço",
IncreaseIndent : "Aumentar Avanço",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
DecreaseIndent : "Diminuir Avanço",
IncreaseIndent : "Aumentar Avanço",
Undo : "Anular",
Redo : "Repetir",
NumberedListLbl : "Numeração",
NumberedList : "Inserir/Eliminar Numeração",
NumberedListLbl : "Numeração",
NumberedList : "Inserir/Eliminar Numeração",
BulletedListLbl : "Marcas",
BulletedList : "Inserir/Eliminar Marcas",
ShowTableBorders : "Mostrar Limites da Tabelas",
ShowDetails : "Mostrar Parágrafo",
ShowDetails : "Mostrar Parágrafo",
Style : "Estilo",
FontFormat : "Formato",
Font : "Tipo de Letra",
93,75 → 79,55
Source : "Fonte",
Find : "Procurar",
Replace : "Substituir",
SpellCheck : "Verificação Ortográfica",
SpellCheck : "Verificação Ortográfica",
UniversalKeyboard : "Teclado Universal",
PageBreakLbl : "Quebra de Página",
PageBreak : "Inserir Quebra de Página",
 
Form : "Formulário",
Checkbox : "Caixa de Verificação",
RadioButton : "Botão de Opção",
Form : "Formulário",
Checkbox : "Caixa de Verificação",
RadioButton : "Botão de Opção",
TextField : "Campo de Texto",
Textarea : "Área de Texto",
Textarea : "Área de Texto",
HiddenField : "Campo Escondido",
Button : "Botão",
SelectionField : "Caixa de Combinação",
ImageButton : "Botão de Imagem",
Button : "Botão",
SelectionField : "Caixa de Combinação",
ImageButton : "Botão de Imagem",
 
FitWindow : "Maximizar o tamanho do editor",
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Editar Hiperligação",
CellCM : "Célula",
RowCM : "Linha",
ColumnCM : "Coluna",
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
EditLink : "Editar Hiperligação",
InsertRow : "Inserir Linha",
DeleteRows : "Eliminar Linhas",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "Inserir Coluna",
DeleteColumns : "Eliminar Coluna",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
DeleteCells : "Eliminar Célula",
MergeCells : "Unir Células",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "Eliminar Tabela",
CellProperties : "Propriedades da Célula",
InsertCell : "Inserir Célula",
DeleteCells : "Eliminar Célula",
MergeCells : "Unir Células",
SplitCell : "Dividir Célula",
CellProperties : "Propriedades da Célula",
TableProperties : "Propriedades da Tabela",
ImageProperties : "Propriedades da Imagem",
FlashProperties : "Propriedades do Flash",
 
AnchorProp : "Propriedades da Âncora",
ButtonProp : "Propriedades do Botão",
CheckboxProp : "Propriedades da Caixa de Verificação",
AnchorProp : "Propriedades da Âncora",
ButtonProp : "Propriedades do Botão",
CheckboxProp : "Propriedades da Caixa de Verificação",
HiddenFieldProp : "Propriedades do Campo Escondido",
RadioButtonProp : "Propriedades do Botão de Opção",
ImageButtonProp : "Propriedades do Botão de imagens",
RadioButtonProp : "Propriedades do Botão de Opção",
ImageButtonProp : " Propriedades do Botão de imagens",
TextFieldProp : "Propriedades do Campo de Texto",
SelectionFieldProp : "Propriedades da Caixa de Combinação",
TextareaProp : "Propriedades da Área de Texto",
FormProp : "Propriedades do Formulário",
SelectionFieldProp : "Propriedades da Caixa de Combinação",
TextareaProp : "Propriedades da Área de Texto",
FormProp : "Propriedades do Formulário",
 
FontFormats : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
FontFormats : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
 
// Alerts and Messages
ProcessingXHTML : "A Processar XHTML. Por favor, espere...",
Done : "Concluído",
PasteWordConfirm : "O texto que deseja parece ter sido copiado do Word. Deseja limpar a formatação antes de colar?",
NotCompatiblePaste : "Este comando só está disponível para Internet Explorer versão 5.5 ou superior. Deseja colar sem limpar a formatação?",
Done : "Concluído",
PasteWordConfirm : "O texto que deseja parece ter sido copiado do Word. Deseja limpar a formatação antes de colar?",
NotCompatiblePaste : "Este comando só está disponível para Internet Explorer versão 5.5 ou superior. Deseja colar sem limpar a formatação?",
UnknownToolbarItem : "Item de barra desconhecido \"%1\"",
UnknownCommand : "Nome de comando desconhecido \"%1\"",
NotImplemented : "Comando não implementado",
UnknownToolbarSet : "Nome de barra \"%1\" não definido",
NoActiveX : "As definições de segurança do navegador podem limitar algumas potencalidades do editr. Deve activar a opção \"Executar controlos e extensões ActiveX\". Pode ocorrer erros ou verificar que faltam potencialidades.",
BrowseServerBlocked : "Não foi possível abrir o navegador de recursos. Certifique-se que todos os bloqueadores de popup estão desactivados.",
DialogBlocked : "Não foi possível abrir a janela de diálogo. Certifique-se que todos os bloqueadores de popup estão desactivados.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
NotImplemented : "Comando não implementado",
UnknownToolbarSet : "Nome de barra \"%1\" não definido",
 
// Dialogs
DlgBtnOK : "OK",
168,31 → 134,29
DlgBtnCancel : "Cancelar",
DlgBtnClose : "Fechar",
DlgBtnBrowseServer : "Navegar no Servidor",
DlgAdvancedTag : "Avançado",
DlgOpOther : "<Outro>",
DlgInfoTab : "Informação",
DlgAlertUrl : "Por favor introduza o URL",
DlgAdvancedTag : "Avançado",
DlgOpOther : "&lt;Outro&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<Não definido>",
DlgGenNotSet : "&lt;Não definido&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Orientação de idioma",
DlgGenLangDirLtr : "Esquerda à Direita (LTR)",
DlgGenLangDir : "Orientação de idioma",
DlgGenLangDirLtr : "Esquerda à Direita (LTR)",
DlgGenLangDirRtl : "Direita a Esquerda (RTL)",
DlgGenLangCode : "Código de Idioma",
DlgGenLangCode : "Código de Idioma",
DlgGenAccessKey : "Chave de Acesso",
DlgGenName : "Nome",
DlgGenTabIndex : "Índice de Tubulação",
DlgGenLongDescr : "Descrição Completa do URL",
DlgGenTabIndex : "Índice de Tubulação",
DlgGenLongDescr : "Descrição Completa do URL",
DlgGenClass : "Classes de Estilo de Folhas Classes",
DlgGenTitle : "Título",
DlgGenContType : "Tipo de Conteúdo",
DlgGenTitle : "Título",
DlgGenContType : "Tipo de Conteúdo",
DlgGenLinkCharset : "Fonte de caracteres vinculado",
DlgGenStyle : "Estilo",
 
// Image Dialog
DlgImgTitle : "Propriedades da Imagem",
DlgImgInfoTab : "Informação da Imagem",
DlgImgInfoTab : "Informação da Imagem",
DlgImgBtnUpload : "Enviar para o Servidor",
DlgImgURL : "URL",
DlgImgUpload : "Carregar",
214,45 → 178,35
DlgImgAlignRight : "Direita",
DlgImgAlignTextTop : "Topo do texto",
DlgImgAlignTop : "Topo",
DlgImgPreview : "Pré-visualizar",
DlgImgPreview : "Pré-visualizar",
DlgImgAlertUrl : "Por favor introduza o URL da imagem",
DlgImgLinkTab : "Hiperligação",
DlgImgLinkTab : "Hiperligação",
 
// Flash Dialog
DlgFlashTitle : "Propriedades do Flash",
DlgFlashChkPlay : "Reproduzir automaticamente",
DlgFlashChkLoop : "Loop",
DlgFlashChkMenu : "Permitir Menu do Flash",
DlgFlashScale : "Escala",
DlgFlashScaleAll : "Mostrar tudo",
DlgFlashScaleNoBorder : "Sem Limites",
DlgFlashScaleFit : "Tamanho Exacto",
 
// Link Dialog
DlgLnkWindowTitle : "Hiperligação",
DlgLnkInfoTab : "Informação de Hiperligação",
DlgLnkWindowTitle : "Hiperligação",
DlgLnkInfoTab : "Informação de Hiperligação",
DlgLnkTargetTab : "Destino",
 
DlgLnkType : "Tipo de Hiperligação",
DlgLnkType : "Tipo de Hiperligação",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Referência a esta página",
DlgLnkTypeAnchor : "Referência a esta página",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocolo",
DlgLnkProtoOther : "<outro>",
DlgLnkProtoOther : "&lt;outro&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Seleccionar una referência",
DlgLnkAnchorByName : "Por Nome de Referência",
DlgLnkAnchorSel : "Seleccionar una referência",
DlgLnkAnchorByName : "Por Nome de Referência",
DlgLnkAnchorById : "Por ID de elemento",
DlgLnkNoAnchors : "(Não há referências disponíveis no documento)",
DlgLnkEMail : "Endereço de E-Mail",
DlgLnkEMailSubject : "Título de Mensagem",
DlgLnkNoAnchors : "&lt;Não há referências disponíveis no documento&gt;",
DlgLnkEMail : "Endereço de E-Mail",
DlgLnkEMailSubject : "Título de Mensagem",
DlgLnkEMailBody : "Corpo da Mensagem",
DlgLnkUpload : "Carregar",
DlgLnkBtnUpload : "Enviar ao Servidor",
 
DlgLnkTarget : "Destino",
DlgLnkTargetFrame : "<Frame>",
DlgLnkTargetPopup : "<Janela de popup>",
DlgLnkTargetFrame : "&lt;Frame&gt;",
DlgLnkTargetPopup : "&lt;Janela de popup&gt;",
DlgLnkTargetBlank : "Nova Janela(_blank)",
DlgLnkTargetParent : "Janela Pai (_parent)",
DlgLnkTargetSelf : "Mesma janela (_self)",
259,9 → 213,9
DlgLnkTargetTop : "Janela primaria (_top)",
DlgLnkTargetFrameName : "Nome do Frame Destino",
DlgLnkPopWinName : "Nome da Janela de Popup",
DlgLnkPopWinFeat : "Características de Janela de Popup",
DlgLnkPopResize : "Ajustável",
DlgLnkPopLocation : "Barra de localização",
DlgLnkPopWinFeat : "Características de Janela de Popup",
DlgLnkPopResize : "Ajustável",
DlgLnkPopLocation : "Barra de localização",
DlgLnkPopMenu : "Barra de Menu",
DlgLnkPopScroll : "Barras de deslocamento",
DlgLnkPopStatus : "Barra de Estado",
270,13 → 224,12
DlgLnkPopDependent : "Dependente (Netscape)",
DlgLnkPopWidth : "Largura",
DlgLnkPopHeight : "Altura",
DlgLnkPopLeft : "Posição Esquerda",
DlgLnkPopTop : "Posição Direita",
DlgLnkPopLeft : "Posição Esquerda",
DlgLnkPopTop : "Posição Direita",
 
DlnLnkMsgNoUrl : "Por favor introduza a hiperligação URL",
DlnLnkMsgNoEMail : "Por favor introduza o endereço de e-mail",
DlnLnkMsgNoAnchor : "Por favor seleccione uma referência",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
DlnLnkMsgNoUrl : "Por favor insira a hiperligação URL",
DlnLnkMsgNoEMail : "Por favor insira o endereço de e-mail",
DlnLnkMsgNoAnchor : "Por favor seleccione uma referência",
 
// Color Dialog
DlgColorTitle : "Seleccionar Cor",
296,7 → 249,7
DlgTableColumns : "Colunas",
DlgTableBorder : "Tamanho do Limite",
DlgTableAlign : "Alinhamento",
DlgTableAlignNotSet : "<Não definido>",
DlgTableAlignNotSet : "<Não definido>",
DlgTableAlignLeft : "Esquerda",
DlgTableAlignCenter : "Centrado",
DlgTableAlignRight : "Direita",
304,40 → 257,31
DlgTableWidthPx : "pixeis",
DlgTableWidthPc : "percentagem",
DlgTableHeight : "Altura",
DlgTableCellSpace : "Esp. e/células",
DlgTableCellSpace : "Esp. e/células",
DlgTableCellPad : "Esp. interior",
DlgTableCaption : "Título",
DlgTableSummary : "Sumário",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
DlgTableCaption : "Título",
 
// Table Cell Dialog
DlgCellTitle : "Propriedades da Célula",
DlgCellTitle : "Propriedades da Célula",
DlgCellWidth : "Largura",
DlgCellWidthPx : "pixeis",
DlgCellWidthPc : "percentagem",
DlgCellHeight : "Altura",
DlgCellWordWrap : "Moldar Texto",
DlgCellWordWrapNotSet : "<Não definido>",
DlgCellWordWrapNotSet : "<Não definido>",
DlgCellWordWrapYes : "Sim",
DlgCellWordWrapNo : "Não",
DlgCellWordWrapNo : "Não",
DlgCellHorAlign : "Alinhamento Horizontal",
DlgCellHorAlignNotSet : "<Não definido>",
DlgCellHorAlignNotSet : "<Não definido>",
DlgCellHorAlignLeft : "Esquerda",
DlgCellHorAlignCenter : "Centrado",
DlgCellHorAlignRight: "Direita",
DlgCellVerAlign : "Alinhamento Vertical",
DlgCellVerAlignNotSet : "<Não definido>",
DlgCellVerAlignNotSet : "<Não definido>",
DlgCellVerAlignTop : "Topo",
DlgCellVerAlignMiddle : "Médio",
DlgCellVerAlignMiddle : "Médio",
DlgCellVerAlignBottom : "Fundi",
DlgCellVerAlignBaseline : "Linha de Base",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Unir Linhas",
DlgCellCollSpan : "Unir Colunas",
DlgCellBackColor : "Cor do Fundo",
344,37 → 288,32
DlgCellBorderColor : "Cor do Limite",
DlgCellBtnSelect : "Seleccione...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "Procurar",
DlgFindFindBtn : "Procurar",
DlgFindNotFoundMsg : "O texto especificado não foi encontrado.",
DlgFindNotFoundMsg : "O texto especificado não foi encontrado.",
 
// Replace Dialog
DlgReplaceTitle : "Substituir",
DlgReplaceFindLbl : "Texto a Procurar:",
DlgReplaceReplaceLbl : "Substituir por:",
DlgReplaceCaseChk : "Maiúsculas/Minúsculas",
DlgReplaceCaseChk : "Maiúsculas/Minúsculas",
DlgReplaceReplaceBtn : "Substituir",
DlgReplaceReplAllBtn : "Substituir Tudo",
DlgReplaceWordChk : "Coincidir com toda a palavra",
 
// Paste Operations / Dialog
PasteErrorCut : "A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl+X).",
PasteErrorCopy : "A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl+C).",
PasteErrorPaste : "A configuração de segurança do navegador não permite a execução automática de operações de colar. Por favor use o teclado (Ctrl+V).",
PasteErrorCut : "A configuração de segurança do navegador não permite a execução automática de operações de cortar. Por favor use o teclado (Ctrl+X).",
PasteErrorCopy : "A configuração de segurança do navegador não permite a execução automática de operações de copiar. Por favor use o teclado (Ctrl+C).",
 
PasteAsText : "Colar como Texto Simples",
PasteFromWord : "Colar do Word",
 
DlgPasteMsg2 : "Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.",
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "Ignorar da definições do Tipo de Letra ",
DlgPasteRemoveStyles : "Remover as definições de Estilos",
DlgPasteMsg : "O editor não pode executar automaticamente o colar devido à <STRONG>configuração de segurança</STRONG> do navegador.<BR>Por favor cole dentro do seguinte quadro usando o teclado (<STRONG>Ctrl+V</STRONG>) e pressione <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automático",
ColorAutomatic : "Automático",
ColorMoreColors : "Mais Cores...",
 
// Document Properties
381,12 → 320,12
DocProps : "Propriedades do Documento",
 
// Anchor Dialog
DlgAnchorTitle : "Propriedades da Âncora",
DlgAnchorName : "Nome da Âncora",
DlgAnchorErrorName : "Por favor, introduza o nome da âncora",
DlgAnchorTitle : "Propriedades da Âncora",
DlgAnchorName : "Nome da Âncora",
DlgAnchorErrorName : "Por favor, introduza o nome da âncora",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Não está num directório",
DlgSpellNotInDic : "Não está num directório",
DlgSpellChangeTo : "Mudar para",
DlgSpellBtnIgnore : "Ignorar",
DlgSpellBtnIgnoreAll : "Ignorar Tudo",
393,21 → 332,18
DlgSpellBtnReplace : "Substituir",
DlgSpellBtnReplaceAll : "Substituir Tudo",
DlgSpellBtnUndo : "Anular",
DlgSpellNoSuggestions : "- Sem sugestões -",
DlgSpellProgress : "Verificação ortográfica em progresso…",
DlgSpellNoMispell : "Verificação ortográfica completa: não foram encontrados erros",
DlgSpellNoChanges : "Verificação ortográfica completa: não houve alteração de palavras",
DlgSpellOneChange : "Verificação ortográfica completa: uma palavra alterada",
DlgSpellManyChanges : "Verificação ortográfica completa: %1 palavras alteradas",
DlgSpellNoSuggestions : "- Sem sugestões -",
DlgSpellProgress : "Verificação ortográfica em progresso…",
DlgSpellNoMispell : "Verificação ortográfica completa: não foram encontrados erros",
DlgSpellNoChanges : "Verificação ortográfica completa: não houve alteração de palavras",
DlgSpellOneChange : "Verificação ortográfica completa: uma palavra alterada",
DlgSpellManyChanges : "Verificação ortográfica completa: %1 palavras alteradas",
 
IeSpellDownload : " Verificação ortográfica não instalada. Quer descarregar agora?",
IeSpellDownload : " Verificação ortográfica não instalada. Quer descarregar agora?",
 
// Button Dialog
DlgButtonText : "Texto (Valor)",
DlgButtonType : "Tipo",
DlgButtonTypeBtn : "Button", //MISSING
DlgButtonTypeSbm : "Submit", //MISSING
DlgButtonTypeRst : "Reset", //MISSING
DlgButtonText : "Texto (Valor)",
DlgButtonType : "Tipo",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nome",
416,8 → 352,8
 
// Form Dialog
DlgFormName : "Nome",
DlgFormAction : "Acção",
DlgFormMethod : "Método",
DlgFormAction : "Acção",
DlgFormMethod : "Método",
 
// Select Field Dialog
DlgSelectName : "Nome",
424,8 → 360,8
DlgSelectValue : "Valor",
DlgSelectSize : "Tamanho",
DlgSelectLines : "linhas",
DlgSelectChkMulti : "Permitir selecções múltiplas",
DlgSelectOpAvail : "Opções Possíveis",
DlgSelectChkMulti : "Permitir selecções múltiplas",
DlgSelectOpAvail : "Opções Possíveis",
DlgSelectOpText : "Texto",
DlgSelectOpValue : "Valor",
DlgSelectBtnAdd : "Adicionar",
444,7 → 380,7
DlgTextName : "Nome",
DlgTextValue : "Valor",
DlgTextCharWidth : "Tamanho do caracter",
DlgTextMaxChars : "Nr. Máximo de Caracteres",
DlgTextMaxChars : "Nr. Máximo de Caracteres",
DlgTextType : "Tipo",
DlgTextTypeText : "Texto",
DlgTextTypePass : "Palavra-chave",
455,17 → 391,16
 
// Bulleted List Dialog
BulletedListProp : "Propriedades da Marca",
NumberedListProp : "Propriedades da Numeração",
DlgLstStart : "Start", //MISSING
NumberedListProp : "Propriedades da Numeração",
DlgLstType : "Tipo",
DlgLstTypeCircle : "Circulo",
DlgLstTypeDisc : "Disco",
DlgLstTypeDisk : "Disco",
DlgLstTypeSquare : "Quadrado",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
DlgLstTypeSRoman : "Numeração Romana em Minúsculas (i, ii, iii)",
DlgLstTypeLRoman : "Numeração Romana em Maiúsculas (I, II, III)",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
DlgLstTypeSRoman : "Numeração Romana em Minúsculas (i, ii, iii)",
DlgLstTypeLRoman : "Numeração Romana em Maiúsculas (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Geral",
473,62 → 408,46
DlgDocColorsTab : "Cores e Margens",
DlgDocMetaTab : "Meta Data",
 
DlgDocPageTitle : "Título da Página",
DlgDocLangDir : "Orientação de idioma",
DlgDocLangDirLTR : "Esquerda à Direita (LTR)",
DlgDocLangDirRTL : "Direita à Esquerda (RTL)",
DlgDocLangCode : "Código de Idioma",
DlgDocCharSet : "Codificação de Caracteres",
DlgDocCharSetCE : "Central European", //MISSING
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
DlgDocCharSetCR : "Cyrillic", //MISSING
DlgDocCharSetGR : "Greek", //MISSING
DlgDocCharSetJP : "Japanese", //MISSING
DlgDocCharSetKR : "Korean", //MISSING
DlgDocCharSetTR : "Turkish", //MISSING
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
DlgDocCharSetWE : "Western European", //MISSING
DlgDocCharSetOther : "Outra Codificação de Caracteres",
DlgDocPageTitle : "Título da Página",
DlgDocLangDir : "Orientação de idioma",
DlgDocLangDirLTR : "Esquerda à Direita (LTR)",
DlgDocLangDirRTL : "Direita à Esquerda (RTL)",
DlgDocLangCode : "Código de Idioma",
DlgDocCharSet : "Codificação de Caracteres",
DlgDocCharSetOther : "Outra Codificação de Caracteres",
 
DlgDocDocType : "Tipo de Cabeçalho do Documento",
DlgDocDocTypeOther : "Outro Tipo de Cabeçalho do Documento",
DlgDocIncXHTML : "Incluir Declarações XHTML",
DlgDocDocType : "Tipo de Cabeçalho do Documento",
DlgDocDocTypeOther : "Outro Tipo de Cabeçalho do Documento",
DlgDocIncXHTML : "Incluir Declarações XHTML",
DlgDocBgColor : "Cor de Fundo",
DlgDocBgImage : "Caminho para a Imagem de Fundo",
DlgDocBgNoScroll : "Fundo Fixo",
DlgDocCText : "Texto",
DlgDocCLink : "Hiperligação",
DlgDocCVisited : "Hiperligação Visitada",
DlgDocCActive : "Hiperligação Activa",
DlgDocMargins : "Margem das Páginas",
DlgDocCLink : "Hiperligação",
DlgDocCVisited : "Hiperligação Visitada",
DlgDocCActive : "Hiperligação Activa",
DlgDocMargins : "Margem das Páginas",
DlgDocMaTop : "Topo",
DlgDocMaLeft : "Esquerda",
DlgDocMaRight : "Direita",
DlgDocMaBottom : "Fundo",
DlgDocMeIndex : "Palavras de Indexação do Documento (separadas por virgula)",
DlgDocMeDescr : "Descrição do Documento",
DlgDocMeIndex : "Palavras de Indexação do Documento (separadas por virgula)",
DlgDocMeDescr : "Descrição do Documento",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Direitos de Autor",
DlgDocPreview : "Pré-visualizar",
DlgDocPreview : "Pré-visualizar",
 
// Templates Dialog
Templates : "Modelos",
DlgTemplatesTitle : "Modelo de Conteúdo",
DlgTemplatesSelMsg : "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
DlgTemplatesTitle : "Modelo de Conteúdo",
DlgTemplatesSelMsg : "Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):",
DlgTemplatesLoading : "A carregar a lista de modelos. Aguarde por favor...",
DlgTemplatesNoTpl : "(Sem modelos definidos)",
DlgTemplatesReplace : "Replace actual contents", //MISSING
 
// About Dialog
DlgAboutAboutTab : "Acerca",
DlgAboutBrowserInfoTab : "Informação do Nevegador",
DlgAboutLicenseTab : "Licença",
DlgAboutVersion : "versão",
DlgAboutInfo : "Para mais informações por favor dirija-se a",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutBrowserInfoTab : "Informação do Nevegador",
DlgAboutVersion : "versão",
DlgAboutLicense : "Licenciado segundo os términos de GNU Lesser General Public License",
DlgAboutInfo : "Para mais informações por favor dirija-se a"
}
/trunk/api/fckeditor/editor/lang/ca.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Catalan language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: ca.js
* Catalan language file.
*
* File Authors:
* Jordi Cerdan (nan@myp.ad)
*/
 
var FCKLang =
{
26,388 → 20,330
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Redueix la barra d'eines",
ToolbarExpand : "Amplia la barra d'eines",
ToolbarCollapse : "Col·lapsar barra",
ToolbarExpand : "Expandir barra",
 
// Toolbar Items and Context Menu
Save : "Desa",
NewPage : "Nova Pàgina",
Preview : "Visualització prèvia",
Cut : "Retalla",
Copy : "Copia",
Paste : "Enganxa",
PasteText : "Enganxa com a text no formatat",
PasteWord : "Enganxa des del Word",
Print : "Imprimeix",
SelectAll : "Selecciona-ho tot",
RemoveFormat : "Elimina Format",
InsertLinkLbl : "Enllaç",
InsertLink : "Insereix/Edita enllaç",
RemoveLink : "Elimina l'enllaç",
VisitLink : "Obre l'enllaç",
Anchor : "Insereix/Edita àncora",
AnchorDelete : "Elimina àncora",
Save : "Guardar",
NewPage : "Nova Pàgina",
Preview : "Vista Prèvia",
Cut : "Tallar",
Copy : "Copiar",
Paste : "Enganxar",
PasteText : "Enganxar com text planer",
PasteWord : "Enganxar des de Word",
Print : "Imprimir",
SelectAll : "Seleccionar tot",
RemoveFormat : "Eliminar Format",
InsertLinkLbl : "Enllaç",
InsertLink : "Afegir/Editar Enllaç",
RemoveLink : "Eliminar Enllaç",
Anchor : "Afegir/Editar Àncora",
InsertImageLbl : "Imatge",
InsertImage : "Insereix/Edita imatge",
InsertFlashLbl : "Flash",
InsertFlash : "Insereix/Edita Flash",
InsertImage : "Afegir/Editar Imatge",
InsertTableLbl : "Taula",
InsertTable : "Insereix/Edita taula",
InsertLineLbl : "Línia",
InsertLine : "Insereix línia horitzontal",
InsertSpecialCharLbl: "Caràcter Especial",
InsertSpecialChar : "Insereix caràcter especial",
InsertTable : "Afegir/Editar Taula",
InsertLineLbl : "Línia",
InsertLine : "Afegir Línia Horitzontal",
InsertSpecialCharLbl: "Caràcter Especial",
InsertSpecialChar : "Afegir Caràcter Especial",
InsertSmileyLbl : "Icona",
InsertSmiley : "Insereix icona",
About : "Quant a l'FCKeditor",
InsertSmiley : "Afegir Icona",
About : "Sobre FCKeditor",
Bold : "Negreta",
Italic : "Cursiva",
Italic : "Itàlica",
Underline : "Subratllat",
StrikeThrough : "Barrat",
Subscript : "Subíndex",
Superscript : "Superíndex",
LeftJustify : "Alinia a l'esquerra",
CenterJustify : "Centrat",
RightJustify : "Alinia a la dreta",
BlockJustify : "Justificat",
DecreaseIndent : "Redueix el sagnat",
IncreaseIndent : "Augmenta el sagnat",
Blockquote : "Bloc de cita",
CreateDiv : "Crea un contenidor Div",
EditDiv : "Edita el contenidor Div",
DeleteDiv : "Elimina el contenidor Div",
Undo : "Desfés",
Redo : "Refés",
NumberedListLbl : "Llista numerada",
NumberedList : "Numeració activada/desactivada",
BulletedListLbl : "Llista de pics",
BulletedList : "Pics activats/descativats",
ShowTableBorders : "Mostra les vores de les taules",
ShowDetails : "Mostra detalls",
StrikeThrough : "Tatxat",
Subscript : "Subscript",
Superscript : "Superscript",
LeftJustify : "Justificar Esquerra",
CenterJustify : "Justificar Centrat",
RightJustify : "Justificar Dreta",
BlockJustify : "Justificar Bloc",
DecreaseIndent : "Disminuir Indentació",
IncreaseIndent : "Augmentar Indentació",
Undo : "Desfer",
Redo : "Refer",
NumberedListLbl : "Llista Numerada",
NumberedList : "Afegir/Eliminar Llista Numerada",
BulletedListLbl : "Llista Marcada",
BulletedList : "Afegir/Eliminar Llista Marcada",
ShowTableBorders : "Mostrar Costats de Taules",
ShowDetails : "Mostrar Detalls",
Style : "Estil",
FontFormat : "Format",
Font : "Tipus de lletra",
FontSize : "Mida",
Font : "Font",
FontSize : "Tamany",
TextColor : "Color de Text",
BGColor : "Color de Fons",
Source : "Codi font",
Find : "Cerca",
Replace : "Reemplaça",
SpellCheck : "Revisa l'ortografia",
Source : "Font",
Find : "Cercar",
Replace : "Remplaçar",
SpellCheck : "Verificar sintaxi",
UniversalKeyboard : "Teclat universal",
PageBreakLbl : "Salt de pàgina",
PageBreak : "Insereix salt de pàgina",
 
Form : "Formulari",
Checkbox : "Casella de verificació",
RadioButton : "Botó d'opció",
Checkbox : "Casella de verificació",
RadioButton : "Botó ràdio",
TextField : "Camp de text",
Textarea : "Àrea de text",
Textarea : "Àrea de text",
HiddenField : "Camp ocult",
Button : "Botó",
SelectionField : "Camp de selecció",
ImageButton : "Botó d'imatge",
Button : "botó",
SelectionField : "Camp de selecció",
ImageButton : "Botó imatge",
 
FitWindow : "Maximiza la mida de l'editor",
ShowBlocks : "Mostra els blocs",
 
// Context Menu
EditLink : "Edita l'enllaç",
CellCM : "Cel·la",
RowCM : "Fila",
ColumnCM : "Columna",
InsertRowAfter : "Insereix fila darrera",
InsertRowBefore : "Insereix fila abans de",
DeleteRows : "Suprimeix una fila",
InsertColumnAfter : "Insereix columna darrera",
InsertColumnBefore : "Insereix columna abans de",
DeleteColumns : "Suprimeix una columna",
InsertCellAfter : "Insereix cel·la darrera",
InsertCellBefore : "Insereix cel·la abans de",
DeleteCells : "Suprimeix les cel·les",
MergeCells : "Fusiona les cel·les",
MergeRight : "Fusiona cap a la dreta",
MergeDown : "Fusiona cap avall",
HorizontalSplitCell : "Divideix la cel·la horitzontalment",
VerticalSplitCell : "Divideix la cel·la verticalment",
TableDelete : "Suprimeix la taula",
CellProperties : "Propietats de la cel·la",
TableProperties : "Propietats de la taula",
ImageProperties : "Propietats de la imatge",
FlashProperties : "Propietats del Flash",
EditLink : "Editar Enllaç",
InsertRow : "Afegir Fila",
DeleteRows : "Eliminar Files",
InsertColumn : "Afegir Columna",
DeleteColumns : "Eliminar Columnes",
InsertCell : "Afegir Cel·la",
DeleteCells : "Eliminar Cel·les",
MergeCells : "Fusionar Cel·les",
SplitCell : "Separar Cel·les",
CellProperties : "Proprietats de Cel·la",
TableProperties : "Proprietats de Taula",
ImageProperties : "Proprietats d'Image",
 
AnchorProp : "Propietats de l'àncora",
ButtonProp : "Propietats del botó",
CheckboxProp : "Propietats de la casella de verificació",
HiddenFieldProp : "Propietats del camp ocult",
RadioButtonProp : "Propietats del botó d'opció",
ImageButtonProp : "Propietats del botó d'imatge",
TextFieldProp : "Propietats del camp de text",
SelectionFieldProp : "Propietats del camp de selecció",
TextareaProp : "Propietats de l'àrea de text",
FormProp : "Propietats del formulari",
AnchorProp : "Proprietats d'àncora",
ButtonProp : "Proprietats de botó",
CheckboxProp : "Proprietats de casella de verificació",
HiddenFieldProp : "Proprietats de camp ocult",
RadioButtonProp : "Proprietats de botó ràdio",
ImageButtonProp : "Proprietats de botó imatge",
TextFieldProp : "Proprietats de camp de text",
SelectionFieldProp : "Proprietats de camp de selecció",
TextareaProp : "Proprietats de camp de text",
FormProp : "Proprietats de formulari",
 
FontFormats : "Normal;Formatejat;Adreça;Encapçalament 1;Encapçalament 2;Encapçalament 3;Encapçalament 4;Encapçalament 5;Encapçalament 6;Normal (DIV)",
FontFormats : "Normal;Formatejat;Adreça;Capçalera 1;Capçalera 2;Capçalera 3;Capçalera 4;Capçalera 5;Capçalera 6",
 
// Alerts and Messages
ProcessingXHTML : "Processant XHTML. Si us plau esperi...",
Done : "Fet",
PasteWordConfirm : "El text que voleu enganxar sembla provenir de Word. Voleu netejar aquest text abans que sigui enganxat?",
NotCompatiblePaste : "Aquesta funció és disponible per a Internet Explorer versió 5.5 o superior. Voleu enganxar sense netejar?",
UnknownToolbarItem : "Element de la barra d'eines desconegut \"%1\"",
NotCompatiblePaste : "Aquesta funció és disponible per a Internet Explorer versió 5.5 o superior. Voleu enganxar sense netejar?",
UnknownToolbarItem : "Element de la Barra d'eines desconegut \"%1\"",
UnknownCommand : "Nom de comanda desconegut \"%1\"",
NotImplemented : "Mètode no implementat",
NotImplemented : "Mètode no implementat",
UnknownToolbarSet : "Conjunt de barra d'eines \"%1\" inexistent",
NoActiveX : "Les preferències del navegador poden limitar algunes funcions d'aquest editor. Cal habilitar l'opció \"Executa controls ActiveX i plug-ins\". Poden sorgir errors i poden faltar algunes funcions.",
BrowseServerBlocked : "El visualitzador de recursos no s'ha pogut obrir. Assegura't de que els bloquejos de finestres emergents estan desactivats.",
DialogBlocked : "No ha estat possible obrir una finestra de diàleg. Assegureu-vos que els bloquejos de finestres emergents estan desactivats.",
VisitLinkBlocked : "No ha estat possible obrir una nova finestra. Assegureu-vos que els bloquejos de finestres emergents estan desactivats.",
 
// Dialogs
DlgBtnOK : "D'acord",
DlgBtnCancel : "Cancel·la",
DlgBtnClose : "Tanca",
DlgBtnOK : "OK",
DlgBtnCancel : "Cancelar",
DlgBtnClose : "Tancar",
DlgBtnBrowseServer : "Veure servidor",
DlgAdvancedTag : "Avançat",
DlgAdvancedTag : "Avançat",
DlgOpOther : "Altres",
DlgInfoTab : "Info",
DlgAlertUrl : "Si us plau, afegiu la URL",
 
// General Dialogs Labels
DlgGenNotSet : "<no definit>",
DlgGenNotSet : "&lt;no definit&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Direcció de l'idioma",
DlgGenLangDirLtr : "D'esquerra a dreta (LTR)",
DlgGenLangDirRtl : "De dreta a esquerra (RTL)",
DlgGenLangCode : "Codi d'idioma",
DlgGenAccessKey : "Clau d'accés",
DlgGenLangDir : "Direcció Idioma",
DlgGenLangDirLtr : "Esquerra a Dreta (LTR)",
DlgGenLangDirRtl : "Dreta a Esquerra (RTL)",
DlgGenLangCode : "Codi de Llengua",
DlgGenAccessKey : "Clau d'accés",
DlgGenName : "Nom",
DlgGenTabIndex : "Index de Tab",
DlgGenLongDescr : "Descripció llarga de la URL",
DlgGenClass : "Classes del full d'estil",
DlgGenTitle : "Títol consultiu",
DlgGenContType : "Tipus de contingut consultiu",
DlgGenLinkCharset : "Conjunt de caràcters font enllaçat",
DlgGenLongDescr : "Descripció Llarga URL",
DlgGenClass : "Classes del Full d'Estils",
DlgGenTitle : "Títol Consultiu",
DlgGenContType : "Tipus de Contingut Consultiu",
DlgGenLinkCharset : "Conjunt de Caràcters Font Enllaçat",
DlgGenStyle : "Estil",
 
// Image Dialog
DlgImgTitle : "Propietats de la imatge",
DlgImgInfoTab : "Informació de la imatge",
DlgImgBtnUpload : "Envia-la al servidor",
DlgImgTitle : "Proprietats d'Imatge",
DlgImgInfoTab : "Informació d'Imatge",
DlgImgBtnUpload : "Enviar-la al servidor",
DlgImgURL : "URL",
DlgImgUpload : "Puja",
DlgImgAlt : "Text alternatiu",
DlgImgUpload : "Pujar",
DlgImgAlt : "Text Alternatiu",
DlgImgWidth : "Amplada",
DlgImgHeight : "Alçada",
DlgImgLockRatio : "Bloqueja les proporcions",
DlgBtnResetSize : "Restaura la mida",
DlgImgBorder : "Vora",
DlgImgHSpace : "Espaiat horit.",
DlgImgVSpace : "Espaiat vert.",
DlgImgAlign : "Alineació",
DlgImgAlignLeft : "Ajusta a l'esquerra",
DlgImgHeight : "Alçada",
DlgImgLockRatio : "Bloquejar Proporcions",
DlgBtnResetSize : "Restaurar Tamany",
DlgImgBorder : "Costat",
DlgImgHSpace : "HSpace",
DlgImgVSpace : "VSpace",
DlgImgAlign : "Alineació",
DlgImgAlignLeft : "Left",
DlgImgAlignAbsBottom: "Abs Bottom",
DlgImgAlignAbsMiddle: "Abs Middle",
DlgImgAlignBaseline : "Baseline",
DlgImgAlignBottom : "Bottom",
DlgImgAlignMiddle : "Middle",
DlgImgAlignRight : "Ajusta a la dreta",
DlgImgAlignRight : "Right",
DlgImgAlignTextTop : "Text Top",
DlgImgAlignTop : "Top",
DlgImgPreview : "Vista prèvia",
DlgImgPreview : "Vista Prèvia",
DlgImgAlertUrl : "Si us plau, escriviu la URL de la imatge",
DlgImgLinkTab : "Enllaç",
DlgImgLinkTab : "Enllaç",
 
// Flash Dialog
DlgFlashTitle : "Propietats del Flash",
DlgFlashChkPlay : "Reprodució automàtica",
DlgFlashChkLoop : "Bucle",
DlgFlashChkMenu : "Habilita menú Flash",
DlgFlashScale : "Escala",
DlgFlashScaleAll : "Mostra-ho tot",
DlgFlashScaleNoBorder : "Sense vores",
DlgFlashScaleFit : "Mida exacta",
 
// Link Dialog
DlgLnkWindowTitle : "Enllaç",
DlgLnkInfoTab : "Informació de l'enllaç",
DlgLnkTargetTab : "Destí",
DlgLnkWindowTitle : "Enllaç",
DlgLnkInfoTab : "Informació d'Enllaç",
DlgLnkTargetTab : "Destí",
 
DlgLnkType : "Tipus d'enllaç",
DlgLnkType : "Tipus de Link",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Àncora en aquesta pàgina",
DlgLnkTypeEMail : "Correu electrònic",
DlgLnkTypeAnchor : "Àncora en aquesta pàgina",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocol",
DlgLnkProtoOther : "<altra>",
DlgLnkProtoOther : "&lt;altra&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Selecciona una àncora",
DlgLnkAnchorByName : "Per nom d'àncora",
DlgLnkAnchorSel : "Seleccionar una àncora",
DlgLnkAnchorByName : "Per nom d'àncora",
DlgLnkAnchorById : "Per Id d'element",
DlgLnkNoAnchors : "(No hi ha àncores disponibles en aquest document)",
DlgLnkEMail : "Adreça de correu electrònic",
DlgLnkEMailSubject : "Assumpte del missatge",
DlgLnkEMailBody : "Cos del missatge",
DlgLnkUpload : "Puja",
DlgLnkBtnUpload : "Envia al servidor",
DlgLnkNoAnchors : "&lt;No hi ha àncores disponibles en aquest document&gt;",
DlgLnkEMail : "Adreça d'E-Mail",
DlgLnkEMailSubject : "Subjecte del Missatge",
DlgLnkEMailBody : "Cos del Missatge",
DlgLnkUpload : "Pujar",
DlgLnkBtnUpload : "Enviar al Servidor",
 
DlgLnkTarget : "Destí",
DlgLnkTargetFrame : "<marc>",
DlgLnkTargetPopup : "<finestra emergent>",
DlgLnkTargetBlank : "Nova finestra (_blank)",
DlgLnkTargetParent : "Finestra pare (_parent)",
DlgLnkTargetSelf : "Mateixa finestra (_self)",
DlgLnkTarget : "Destí",
DlgLnkTargetFrame : "&lt;marc&gt;",
DlgLnkTargetPopup : "&lt;finestra popup&gt;",
DlgLnkTargetBlank : "Nova Finestra (_blank)",
DlgLnkTargetParent : "Finestra Pare (_parent)",
DlgLnkTargetSelf : "Mateixa Finestra (_self)",
DlgLnkTargetTop : "Finestra Major (_top)",
DlgLnkTargetFrameName : "Nom del marc de destí",
DlgLnkPopWinName : "Nom finestra popup",
DlgLnkPopWinFeat : "Característiques finestra popup",
DlgLnkTargetFrameName : "Nom del marc de destí",
DlgLnkPopWinName : "Nom Finestra Popup",
DlgLnkPopWinFeat : "Característiques Finestra Popup",
DlgLnkPopResize : "Redimensionable",
DlgLnkPopLocation : "Barra d'adreça",
DlgLnkPopMenu : "Barra de menú",
DlgLnkPopScroll : "Barres d'scroll",
DlgLnkPopStatus : "Barra d'estat",
DlgLnkPopToolbar : "Barra d'eines",
DlgLnkPopLocation : "Barra d'Adreça",
DlgLnkPopMenu : "Barra de Menú",
DlgLnkPopScroll : "Barres d'Scroll",
DlgLnkPopStatus : "Barra d'Estat",
DlgLnkPopToolbar : "Barra d'Eines",
DlgLnkPopFullScrn : "Pantalla completa (IE)",
DlgLnkPopDependent : "Depenent (Netscape)",
DlgLnkPopWidth : "Amplada",
DlgLnkPopHeight : "Alçada",
DlgLnkPopLeft : "Posició esquerra",
DlgLnkPopTop : "Posició dalt",
DlgLnkPopHeight : "Alçada",
DlgLnkPopLeft : "Posició Esquerra",
DlgLnkPopTop : "Posició Dalt",
 
DlnLnkMsgNoUrl : "Si us plau, escrigui l'enllaç URL",
DlnLnkMsgNoEMail : "Si us plau, escrigui l'adreça correu electrònic",
DlnLnkMsgNoAnchor : "Si us plau, escrigui l'àncora",
DlnLnkMsgInvPopName : "El nom de la finestra emergent ha de començar amb una lletra i no pot tenir espais",
DlnLnkMsgNoUrl : "Si us plau, escrigui l'enllaç URL",
DlnLnkMsgNoEMail : "Si us plau, escrigui l'adreça e-mail",
DlnLnkMsgNoAnchor : "Si us plau, escrigui l'àncora",
 
// Color Dialog
DlgColorTitle : "Selecciona el color",
DlgColorBtnClear : "Neteja",
DlgColorHighlight : "Realça",
DlgColorSelected : "Selecciona",
DlgColorTitle : "Seleccioni Color",
DlgColorBtnClear : "Netejar",
DlgColorHighlight : "Realçar",
DlgColorSelected : "Seleccionat",
 
// Smiley Dialog
DlgSmileyTitle : "Insereix una icona",
DlgSmileyTitle : "Afegir una Icona",
 
// Special Character Dialog
DlgSpecialCharTitle : "Selecciona el caràcter especial",
DlgSpecialCharTitle : "Seleccioneu Caràcter Especial",
 
// Table Dialog
DlgTableTitle : "Propietats de la taula",
DlgTableTitle : "Proprietats de Taula",
DlgTableRows : "Files",
DlgTableColumns : "Columnes",
DlgTableBorder : "Mida vora",
DlgTableAlign : "Alineació",
DlgTableBorder : "Tamany de Costat",
DlgTableAlign : "Alineació",
DlgTableAlignNotSet : "<No Definit>",
DlgTableAlignLeft : "Esquerra",
DlgTableAlignCenter : "Centre",
DlgTableAlignRight : "Dreta",
DlgTableWidth : "Amplada",
DlgTableWidthPx : "píxels",
DlgTableWidthPx : "píxels",
DlgTableWidthPc : "percentatge",
DlgTableHeight : "Alçada",
DlgTableCellSpace : "Espaiat de cel·les",
DlgTableCellPad : "Encoixinament de cel·les",
DlgTableCaption : "Títol",
DlgTableSummary : "Resum",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
DlgTableHeight : "Alçada",
DlgTableCellSpace : "Cell spacing",
DlgTableCellPad : "Cell padding",
DlgTableCaption : "Capçalera",
 
// Table Cell Dialog
DlgCellTitle : "Propietats de la cel·la",
DlgCellTitle : "Proprietats de Cel·la",
DlgCellWidth : "Amplada",
DlgCellWidthPx : "píxels",
DlgCellWidthPx : "píxels",
DlgCellWidthPc : "percentatge",
DlgCellHeight : "Alçada",
DlgCellWordWrap : "Ajust de paraula",
DlgCellHeight : "Alçada",
DlgCellWordWrap : "Word Wrap",
DlgCellWordWrapNotSet : "<No Definit>",
DlgCellWordWrapYes : "Si",
DlgCellWordWrapNo : "No",
DlgCellHorAlign : "Alineació horitzontal",
DlgCellHorAlign : "Alineació Horitzontal",
DlgCellHorAlignNotSet : "<No Definit>",
DlgCellHorAlignLeft : "Esquerra",
DlgCellHorAlignCenter : "Centre",
DlgCellHorAlignRight: "Dreta",
DlgCellVerAlign : "Alineació vertical",
DlgCellVerAlign : "Alineació Vertical",
DlgCellVerAlignNotSet : "<No definit>",
DlgCellVerAlignTop : "Top",
DlgCellVerAlignMiddle : "Middle",
DlgCellVerAlignBottom : "Bottom",
DlgCellVerAlignBaseline : "Baseline",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Rows Span",
DlgCellCollSpan : "Columns Span",
DlgCellBackColor : "Color de fons",
DlgCellBorderColor : "Color de la vora",
DlgCellBtnSelect : "Seleccioneu...",
DlgCellBackColor : "Color de Fons",
DlgCellBorderColor : "Colr de Costat",
DlgCellBtnSelect : "Seleccioni...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Cerca i reemplaça",
 
// Find Dialog
DlgFindTitle : "Cerca",
DlgFindFindBtn : "Cerca",
DlgFindNotFoundMsg : "El text especificat no s'ha trobat.",
DlgFindTitle : "Cercar",
DlgFindFindBtn : "Cercar",
DlgFindNotFoundMsg : "El text especificat no ha estat trobat.",
 
// Replace Dialog
DlgReplaceTitle : "Reemplaça",
DlgReplaceFindLbl : "Cerca:",
DlgReplaceReplaceLbl : "Remplaça amb:",
DlgReplaceCaseChk : "Distingeix majúscules/minúscules",
DlgReplaceReplaceBtn : "Reemplaça",
DlgReplaceReplAllBtn : "Reemplaça-ho tot",
DlgReplaceWordChk : "Només paraules completes",
DlgReplaceTitle : "Remplaçar",
DlgReplaceFindLbl : "Cercar:",
DlgReplaceReplaceLbl : "Remplaçar per:",
DlgReplaceCaseChk : "Sensible a Majúscules",
DlgReplaceReplaceBtn : "Remplaçar",
DlgReplaceReplAllBtn : "Remplaçar Tot",
DlgReplaceWordChk : "Cercar Paraula Completa",
 
// Paste Operations / Dialog
PasteErrorCut : "La seguretat del vostre navegador no permet executar automàticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl+X).",
PasteErrorCopy : "La seguretat del vostre navegador no permet executar automàticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl+C).",
PasteErrorPaste : "La seguretat del vostre navigador no permet executar automàticament les operacions d'enganxat. Si us plau, utilitzeu el teclat (Ctrl+V).",
PasteErrorCut : "La seguretat del vostre navigador no permet executar automàticament les operacions de tallar. Si us plau, utilitzeu el teclat (Ctrl+X).",
PasteErrorCopy : "La seguretat del vostre navigador no permet executar automàticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl+C).",
 
PasteAsText : "Enganxa com a text no formatat",
PasteFromWord : "Enganxa com a Word",
PasteAsText : "Enganxar com Text Planer",
PasteFromWord : "Enganxar com Word",
 
DlgPasteMsg2 : "Si us plau, enganxeu dins del següent camp utilitzant el teclat (<STRONG>Ctrl+V</STRONG>) i premeu <STRONG>OK</STRONG>.",
DlgPasteSec : "A causa de la configuració de seguretat del vostre navegador, l'editor no pot accedir al porta-retalls directament. Enganxeu-ho un altre cop en aquesta finestra.",
DlgPasteIgnoreFont : "Ignora definicions de font",
DlgPasteRemoveStyles : "Elimina definicions d'estil",
DlgPasteMsg : "L'editor no ha pogut executar automàticament l'operació d'enganxar a causa de la <STRONG>configuració de seguretat</STRONG> del seu navigador.<BR>Si us plau, enganxi en el següent cuadre de text utilitzant el teclat (<STRONG>Ctrl+V</STRONG>) i premeu <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automàtic",
ColorMoreColors : "Més colors...",
ColorAutomatic : "Automàtic",
ColorMoreColors : "Més Colors...",
 
// Document Properties
DocProps : "Propietats del document",
DocProps : "Proprietats de document",
 
// Anchor Dialog
DlgAnchorTitle : "Propietats de l'àncora",
DlgAnchorName : "Nom de l'àncora",
DlgAnchorErrorName : "Si us plau, escriviu el nom de l'ancora",
DlgAnchorTitle : "Proprietats d'àncora",
DlgAnchorName : "Nom d'àncora",
DlgAnchorErrorName : "Si us plau, escrigui el nom de l'ancora",
 
// Speller Pages Dialog
DlgSpellNotInDic : "No és al diccionari",
DlgSpellChangeTo : "Reemplaça amb",
DlgSpellBtnIgnore : "Ignora",
DlgSpellBtnIgnoreAll : "Ignora-les totes",
DlgSpellBtnReplace : "Canvia",
DlgSpellBtnReplaceAll : "Canvia-les totes",
DlgSpellBtnUndo : "Desfés",
DlgSpellNoSuggestions : "Cap suggeriment",
DlgSpellProgress : "Verificació ortogràfica en curs...",
DlgSpellNoMispell : "Verificació ortogràfica acabada: no hi ha cap paraula mal escrita",
DlgSpellNoChanges : "Verificació ortogràfica: no s'ha canviat cap paraula",
DlgSpellOneChange : "Verificació ortogràfica: s'ha canviat una paraula",
DlgSpellManyChanges : "Verificació ortogràfica: s'han canviat %1 paraules",
DlgSpellNotInDic : "No és al diccionari",
DlgSpellChangeTo : "Canviar a",
DlgSpellBtnIgnore : "Ignorar",
DlgSpellBtnIgnoreAll : "Ignorar tot",
DlgSpellBtnReplace : "Remplaçar",
DlgSpellBtnReplaceAll : "Replaçar tot",
DlgSpellBtnUndo : "Desfer",
DlgSpellNoSuggestions : "Cap suggestió",
DlgSpellProgress : "Comprovació de sintaxi en progrés",
DlgSpellNoMispell : "Comprovació de sintaxi completada",
DlgSpellNoChanges : "Comprovació de sintaxi: cap paraulada canviada",
DlgSpellOneChange : "Comprovació de sintaxi: una paraula canviada",
DlgSpellManyChanges : "Comprovació de sintaxi %1 paraules canviades",
 
IeSpellDownload : "Verificació ortogràfica no instal·lada. Voleu descarregar-ho ara?",
IeSpellDownload : "Comprovació de sintaxi no instal·lat. Voleu descarregar-ho ara?",
 
// Button Dialog
DlgButtonText : "Text (Valor)",
DlgButtonType : "Tipus",
DlgButtonTypeBtn : "Botó",
DlgButtonTypeSbm : "Transmet formulari",
DlgButtonTypeRst : "Reinicia formulari",
DlgButtonText : "Text (Valor)",
DlgButtonType : "Tipus",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nom",
416,24 → 352,24
 
// Form Dialog
DlgFormName : "Nom",
DlgFormAction : "Acció",
DlgFormMethod : "Mètode",
DlgFormAction : "Acció",
DlgFormMethod : "Mètode",
 
// Select Field Dialog
DlgSelectName : "Nom",
DlgSelectValue : "Valor",
DlgSelectSize : "Mida",
DlgSelectLines : "Línies",
DlgSelectChkMulti : "Permet múltiples seleccions",
DlgSelectSize : "Tamany",
DlgSelectLines : "Línies",
DlgSelectChkMulti : "Permetre múltiples seleccions",
DlgSelectOpAvail : "Opcions disponibles",
DlgSelectOpText : "Text",
DlgSelectOpValue : "Valor",
DlgSelectBtnAdd : "Afegeix",
DlgSelectBtnModify : "Modifica",
DlgSelectBtnAdd : "Afegir",
DlgSelectBtnModify : "Modificar",
DlgSelectBtnUp : "Amunt",
DlgSelectBtnDown : "Avall",
DlgSelectBtnSetValue : "Selecciona per defecte",
DlgSelectBtnDelete : "Elimina",
DlgSelectBtnSetValue : "Seleccionar per defecte",
DlgSelectBtnDelete : "Esborrar",
 
// Textarea Dialog
DlgTextareaName : "Nom",
443,11 → 379,11
// Text Field Dialog
DlgTextName : "Nom",
DlgTextValue : "Valor",
DlgTextCharWidth : "Amplada",
DlgTextMaxChars : "Nombre màxim de caràcters",
DlgTextCharWidth : "Amplada de caràcter",
DlgTextMaxChars : "Màxim de caràcters",
DlgTextType : "Tipus",
DlgTextTypeText : "Text",
DlgTextTypePass : "Contrasenya",
DlgTextTypePass : "Contrassenya",
 
// Hidden Field Dialog
DlgHiddenName : "Nom",
454,81 → 390,64
DlgHiddenValue : "Valor",
 
// Bulleted List Dialog
BulletedListProp : "Propietats de la llista de pics",
NumberedListProp : "Propietats de llista numerada",
DlgLstStart : "Inici",
BulletedListProp : "Proprietats de llista marcada",
NumberedListProp : "Proprietats de llista numerada",
DlgLstType : "Tipus",
DlgLstTypeCircle : "Cercle",
DlgLstTypeDisc : "Disc",
DlgLstTypeDisk : "Disc",
DlgLstTypeSquare : "Quadrat",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "Lletres minúscules (a, b, c)",
DlgLstTypeUCase : "Lletres majúscules (A, B, C)",
DlgLstTypeSRoman : "Números romans en minúscules (i, ii, iii)",
DlgLstTypeLRoman : "Números romans en majúscules (I, II, III)",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "Lletres minúscules (a, b, c)",
DlgLstTypeUCase : "Lletres majúscules (A, B, C)",
DlgLstTypeSRoman : "Números romans minúscules (i, ii, iii)",
DlgLstTypeLRoman : "Números romans majúscules (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "General",
DlgDocBackTab : "Fons",
DlgDocColorsTab : "Colors i marges",
DlgDocMetaTab : "Metadades",
DlgDocMetaTab : "Dades Meta",
 
DlgDocPageTitle : "Títol de la pàgina",
DlgDocLangDir : "Direcció idioma",
DlgDocPageTitle : "Títol de la pàgina",
DlgDocLangDir : "Direcció llenguatge",
DlgDocLangDirLTR : "Esquerra a dreta (LTR)",
DlgDocLangDirRTL : "Dreta a esquerra (RTL)",
DlgDocLangCode : "Codi d'idioma",
DlgDocCharSet : "Codificació de conjunt de caràcters",
DlgDocCharSetCE : "Centreeuropeu",
DlgDocCharSetCT : "Xinès tradicional (Big5)",
DlgDocCharSetCR : "Ciríl·lic",
DlgDocCharSetGR : "Grec",
DlgDocCharSetJP : "Japonès",
DlgDocCharSetKR : "Coreà",
DlgDocCharSetTR : "Turc",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Europeu occidental",
DlgDocCharSetOther : "Una altra codificació de caràcters",
DlgDocLangCode : "Codi de llenguatge",
DlgDocCharSet : "Codificació de conjunt de caràcters",
DlgDocCharSetOther : "Altra codificació de conjunt de caràcters",
 
DlgDocDocType : "Capçalera de tipus de document",
DlgDocDocTypeOther : "Un altra capçalera de tipus de document",
DlgDocDocType : "Capçalera de tipus de document",
DlgDocDocTypeOther : "Altra Capçalera de tipus de document",
DlgDocIncXHTML : "Incloure declaracions XHTML",
DlgDocBgColor : "Color de fons",
DlgDocBgImage : "URL de la imatge de fons",
DlgDocBgNoScroll : "Fons fixe",
DlgDocCText : "Text",
DlgDocCLink : "Enllaç",
DlgDocCVisited : "Enllaç visitat",
DlgDocCActive : "Enllaç actiu",
DlgDocMargins : "Marges de pàgina",
DlgDocCLink : "Enllaç",
DlgDocCVisited : "Enllaç visitat",
DlgDocCActive : "Enllaç actiu",
DlgDocMargins : "Marges de pàgina",
DlgDocMaTop : "Cap",
DlgDocMaLeft : "Esquerra",
DlgDocMaRight : "Dreta",
DlgDocMaBottom : "Peu",
DlgDocMeIndex : "Mots clau per a indexació (separats per coma)",
DlgDocMeDescr : "Descripció del document",
DlgDocMeIndex : "Mots clau per a indexació (separats per coma)",
DlgDocMeDescr : "Descripció del document",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Copyright",
DlgDocPreview : "Vista prèvia",
DlgDocPreview : "Vista prèvia",
 
// Templates Dialog
Templates : "Plantilles",
DlgTemplatesTitle : "Contingut plantilles",
DlgTemplatesSelMsg : "Si us plau, seleccioneu la plantilla per obrir a l'editor<br>(el contingut actual no serà enregistrat):",
DlgTemplatesLoading : "Carregant la llista de plantilles. Si us plau, espereu...",
DlgTemplatesTitle : "Contingut Plantilles",
DlgTemplatesSelMsg : "Si us plau, seleccioneu la plantilla per obrir en l'editor<br>(el contingut actual no serà enregistrat):",
DlgTemplatesLoading : "Carregant la llista de plantilles. Si us plau, esperi...",
DlgTemplatesNoTpl : "(No hi ha plantilles definides)",
DlgTemplatesReplace : "Reemplaça el contingut actual",
 
// About Dialog
DlgAboutAboutTab : "Quant a",
DlgAboutBrowserInfoTab : "Informació del navegador",
DlgAboutLicenseTab : "Llicència",
DlgAboutVersion : "versió",
DlgAboutInfo : "Per a més informació aneu a",
 
// Div Dialog
DlgDivGeneralTab : "General",
DlgDivAdvancedTab : "Avançat",
DlgDivStyle : "Estil",
DlgDivInlineStyle : "Estil en línia"
};
DlgAboutAboutTab : "Sobre",
DlgAboutBrowserInfoTab : "Informació del navigador",
DlgAboutVersion : "versió",
DlgAboutLicense : "Sota els termes de la Llicència GNU Lesser General Public License",
DlgAboutInfo : "Per a més informació aneu a"
}
/trunk/api/fckeditor/editor/lang/sr.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Serbian (Cyrillic) language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: sr.js
* Serbian (Cyrillic) language file.
*
* File Authors:
* Zoran Subić (zoran@tf.zr.ac.yu)
*/
 
var FCKLang =
{
26,8 → 20,8
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Смањи линију са алаткама",
ToolbarExpand : "Прошири линију са алаткама",
ToolbarCollapse : "Collapse Toolbar", //MISSING
ToolbarExpand : "Expand Toolbar", //MISSING
 
// Toolbar Items and Context Menu
Save : "Сачувај",
44,13 → 38,9
InsertLinkLbl : "Линк",
InsertLink : "Унеси/измени линк",
RemoveLink : "Уклони линк",
VisitLink : "Open Link", //MISSING
Anchor : "Унеси/измени сидро",
AnchorDelete : "Remove Anchor", //MISSING
Anchor : "Insert/Edit Anchor", //MISSING
InsertImageLbl : "Слика",
InsertImage : "Унеси/измени слику",
InsertFlashLbl : "Флеш елемент",
InsertFlash : "Унеси/измени флеш",
InsertTableLbl : "Табела",
InsertTable : "Унеси/измени табелу",
InsertLineLbl : "Линија",
72,10 → 62,6
BlockJustify : "Обострано равнање",
DecreaseIndent : "Смањи леву маргину",
IncreaseIndent : "Увећај леву маргину",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Поништи акцију",
Redo : "Понови акцију",
NumberedListLbl : "Набројиву листу",
90,62 → 76,46
FontSize : "Величина фонта",
TextColor : "Боја текста",
BGColor : "Боја позадине",
Source : "Kôд",
Source : "K&ocirc;д",
Find : "Претрага",
Replace : "Замена",
SpellCheck : "Провери спеловање",
UniversalKeyboard : "Универзална тастатура",
PageBreakLbl : "Page Break", //MISSING
PageBreak : "Insert Page Break", //MISSING
SpellCheck : "Check Spell", //MISSING
UniversalKeyboard : "Universal Keyboard", //MISSING
 
Form : "Форма",
Checkbox : "Поље за потврду",
RadioButton : "Радио-дугме",
TextField : "Текстуално поље",
Textarea : "Зона текста",
HiddenField : "Скривено поље",
Button : "Дугме",
SelectionField : "Изборно поље",
ImageButton : "Дугме са сликом",
Form : "Form", //MISSING
Checkbox : "Checkbox", //MISSING
RadioButton : "Radio Button", //MISSING
TextField : "Text Field", //MISSING
Textarea : "Textarea", //MISSING
HiddenField : "Hidden Field", //MISSING
Button : "Button", //MISSING
SelectionField : "Selection Field", //MISSING
ImageButton : "Image Button", //MISSING
 
FitWindow : "Maximize the editor size", //MISSING
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Промени линк",
CellCM : "Cell", //MISSING
RowCM : "Row", //MISSING
ColumnCM : "Column", //MISSING
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
InsertRow : "Унеси ред",
DeleteRows : "Обриши редове",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "Унеси колону",
DeleteColumns : "Обриши колоне",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
InsertCell : "Унеси ћелије",
DeleteCells : "Обриши ћелије",
MergeCells : "Спој ћелије",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "Delete Table", //MISSING
SplitCell : "Раздвоји ћелије",
CellProperties : "Особине ћелије",
TableProperties : "Особине табеле",
ImageProperties : "Особине слике",
FlashProperties : "Особине Флеша",
 
AnchorProp : "Особине сидра",
ButtonProp : "Особине дугмета",
CheckboxProp : "Особине поља за потврду",
HiddenFieldProp : "Особине скривеног поља",
RadioButtonProp : "Особине радио-дугмета",
ImageButtonProp : "Особине дугмета са сликом",
TextFieldProp : "Особине текстуалног поља",
SelectionFieldProp : "Особине изборног поља",
TextareaProp : "Особине зоне текста",
FormProp : "Особине форме",
AnchorProp : "Anchor Properties", //MISSING
ButtonProp : "Button Properties", //MISSING
CheckboxProp : "Checkbox Properties", //MISSING
HiddenFieldProp : "Hidden Field Properties", //MISSING
RadioButtonProp : "Radio Button Properties", //MISSING
ImageButtonProp : "Image Button Properties", //MISSING
TextFieldProp : "Text Field Properties", //MISSING
SelectionFieldProp : "Selection Field Properties", //MISSING
TextareaProp : "Textarea Properties", //MISSING
FormProp : "Form Properties", //MISSING
 
FontFormats : "Normal;Formatirano;Adresa;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
 
158,28 → 128,22
UnknownCommand : "Непозната наредба \"%1\"",
NotImplemented : "Наредба није имплементирана",
UnknownToolbarSet : "Toolbar \"%1\" не постоји",
NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING
DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Oткажи",
DlgBtnClose : "Затвори",
DlgBtnBrowseServer : "Претражи сервер",
DlgBtnBrowseServer : "Browse Server", //MISSING
DlgAdvancedTag : "Напредни тагови",
DlgOpOther : "<Остали>",
DlgInfoTab : "Инфо",
DlgAlertUrl : "Молимо Вас, унесите УРЛ",
DlgOpOther : "&lt;Other&gt;", //MISSING
 
// General Dialogs Labels
DlgGenNotSet : "<није постављено>",
DlgGenNotSet : "&lt;није постављено&gt;",
DlgGenId : "Ид",
DlgGenLangDir : "Смер језика",
DlgGenLangDirLtr : "С лева на десно (LTR)",
DlgGenLangDirRtl : "С десна на лево (RTL)",
DlgGenLangCode : "Kôд језика",
DlgGenLangCode : "K&ocirc;д језика",
DlgGenAccessKey : "Приступни тастер",
DlgGenName : "Назив",
DlgGenTabIndex : "Таб индекс",
216,18 → 180,8
DlgImgAlignTop : "Врх",
DlgImgPreview : "Изглед",
DlgImgAlertUrl : "Унесите УРЛ слике",
DlgImgLinkTab : "Линк",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Особине флеша",
DlgFlashChkPlay : "Аутоматски старт",
DlgFlashChkLoop : "Понављај",
DlgFlashChkMenu : "Укључи флеш мени",
DlgFlashScale : "Скалирај",
DlgFlashScaleAll : "Прикажи све",
DlgFlashScaleNoBorder : "Без ивице",
DlgFlashScaleFit : "Попуни површину",
 
// Link Dialog
DlgLnkWindowTitle : "Линк",
DlgLnkInfoTab : "Линк инфо",
235,15 → 189,15
 
DlgLnkType : "Врста линка",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Сидро на овој страници",
DlgLnkTypeAnchor : "Сидро на овој странициц",
DlgLnkTypeEMail : "Eлектронска пошта",
DlgLnkProto : "Протокол",
DlgLnkProtoOther : "<друго>",
DlgLnkProtoOther : "&lt;друго&gt;",
DlgLnkURL : "УРЛ",
DlgLnkAnchorSel : "Одабери сидро",
DlgLnkAnchorByName : "По називу сидра",
DlgLnkAnchorById : "Пo Ид-jу елемента",
DlgLnkNoAnchors : "(Нема доступних сидра)",
DlgLnkNoAnchors : "&lt;Нема доступних сидра&gt;",
DlgLnkEMail : "Адреса електронске поште",
DlgLnkEMailSubject : "Наслов",
DlgLnkEMailBody : "Садржај поруке",
251,13 → 205,13
DlgLnkBtnUpload : "Пошаљи на сервер",
 
DlgLnkTarget : "Meтa",
DlgLnkTargetFrame : "<оквир>",
DlgLnkTargetPopup : "<искачући прозор>",
DlgLnkTargetFrame : "&lt;оквир&gt;",
DlgLnkTargetPopup : "&lt;искачући прозор&gt;",
DlgLnkTargetBlank : "Нови прозор (_blank)",
DlgLnkTargetParent : "Родитељски прозор (_parent)",
DlgLnkTargetSelf : "Исти прозор (_self)",
DlgLnkTargetTop : "Прозор на врху (_top)",
DlgLnkTargetFrameName : "Назив одредишног фрејма",
DlgLnkTargetFrameName : "Target Frame Name", //MISSING
DlgLnkPopWinName : "Назив искачућег прозора",
DlgLnkPopWinFeat : "Могућности искачућег прозора",
DlgLnkPopResize : "Променљива величина",
273,10 → 227,9
DlgLnkPopLeft : "Од леве ивице екрана (пиксела)",
DlgLnkPopTop : "Од врха екрана (пиксела)",
 
DlnLnkMsgNoUrl : "Унесите УРЛ линка",
DlnLnkMsgNoEMail : "Откуцајте адресу електронске поште",
DlnLnkMsgNoAnchor : "Одаберите сидро",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
DlnLnkMsgNoUrl : "Please type the link URL", //MISSING
DlnLnkMsgNoEMail : "Please type the e-mail address", //MISSING
DlnLnkMsgNoAnchor : "Please select an anchor", //MISSING
 
// Color Dialog
DlgColorTitle : "Одаберите боју",
307,12 → 260,6
DlgTableCellSpace : "Ћелијски простор",
DlgTableCellPad : "Размак ћелија",
DlgTableCaption : "Наслов табеле",
DlgTableSummary : "Summary", //MISSING
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Особине ћелије",
335,9 → 282,6
DlgCellVerAlignMiddle : "Средина",
DlgCellVerAlignBottom : "Доње",
DlgCellVerAlignBaseline : "Базно",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Спајање редова",
DlgCellCollSpan : "Спајање колона",
DlgCellBackColor : "Боја позадине",
344,9 → 288,6
DlgCellBorderColor : "Боја оквира",
DlgCellBtnSelect : "Oдабери...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "Пронађи",
DlgFindFindBtn : "Пронађи",
362,6 → 303,7
DlgReplaceWordChk : "Упореди целе речи",
 
// Paste Operations / Dialog
PasteErrorPaste : "Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског лепљења текста. Молимо Вас да користите пречицу са тастатуре (Ctrl+V).",
PasteErrorCut : "Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског исецања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl+X).",
PasteErrorCopy : "Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског копирања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "Залепи као чист текст",
PasteFromWord : "Залепи из Worda",
 
DlgPasteMsg2 : "Молимо Вас да залепите унутар доње површине користећи тастатурну пречицу (<STRONG>Ctrl+V</STRONG>) и да притиснете <STRONG>OK</STRONG>.",
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "Игнориши Font Face дефиниције",
DlgPasteRemoveStyles : "Уклони дефиниције стилова",
DlgPasteMsg : "Едитор није могао да изврши аутоматско лепљење због <STRONG>сигурносних поставки</STRONG> Вашег претраживача.<BR>Молимо да залепите садржај унутар следеће површине користећи тастатурну пречицу (<STRONG>Ctrl+V</STRONG>), a затим кликните на <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Аутоматски",
378,157 → 317,137
ColorMoreColors : "Више боја...",
 
// Document Properties
DocProps : "Особине документа",
DocProps : "Document Properties", //MISSING
 
// Anchor Dialog
DlgAnchorTitle : "Особине сидра",
DlgAnchorName : "Име сидра",
DlgAnchorErrorName : "Молимо Вас да унесете име сидра",
DlgAnchorTitle : "Anchor Properties", //MISSING
DlgAnchorName : "Anchor Name", //MISSING
DlgAnchorErrorName : "Please type the anchor name", //MISSING
 
// Speller Pages Dialog
DlgSpellNotInDic : "Није у речнику",
DlgSpellChangeTo : "Измени",
DlgSpellBtnIgnore : "Игнориши",
DlgSpellBtnIgnoreAll : "Игнориши све",
DlgSpellBtnReplace : "Замени",
DlgSpellBtnReplaceAll : "Замени све",
DlgSpellBtnUndo : "Врати акцију",
DlgSpellNoSuggestions : "- Без сугестија -",
DlgSpellProgress : "Провера спеловања у току...",
DlgSpellNoMispell : "Провера спеловања завршена: грешке нису пронађене",
DlgSpellNoChanges : "Провера спеловања завршена: Није измењена ниједна реч",
DlgSpellOneChange : "Провера спеловања завршена: Измењена је једна реч",
DlgSpellManyChanges : "Провера спеловања завршена: %1 реч(и) је измењено",
DlgSpellNotInDic : "Not in dictionary", //MISSING
DlgSpellChangeTo : "Change to", //MISSING
DlgSpellBtnIgnore : "Ignore", //MISSING
DlgSpellBtnIgnoreAll : "Ignore All", //MISSING
DlgSpellBtnReplace : "Replace", //MISSING
DlgSpellBtnReplaceAll : "Replace All", //MISSING
DlgSpellBtnUndo : "Undo", //MISSING
DlgSpellNoSuggestions : "- No suggestions -", //MISSING
DlgSpellProgress : "Spell check in progress...", //MISSING
DlgSpellNoMispell : "Spell check complete: No misspellings found", //MISSING
DlgSpellNoChanges : "Spell check complete: No words changed", //MISSING
DlgSpellOneChange : "Spell check complete: One word changed", //MISSING
DlgSpellManyChanges : "Spell check complete: %1 words changed", //MISSING
 
IeSpellDownload : "Провера спеловања није инсталирана. Да ли желите да је скинете са Интернета?",
IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
 
// Button Dialog
DlgButtonText : "Текст (вредност)",
DlgButtonType : "Tип",
DlgButtonTypeBtn : "Button", //MISSING
DlgButtonTypeSbm : "Submit", //MISSING
DlgButtonTypeRst : "Reset", //MISSING
DlgButtonText : "Text (Value)", //MISSING
DlgButtonType : "Type", //MISSING
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Назив",
DlgCheckboxValue : "Вредност",
DlgCheckboxSelected : "Означено",
DlgCheckboxName : "Name", //MISSING
DlgCheckboxValue : "Value", //MISSING
DlgCheckboxSelected : "Selected", //MISSING
 
// Form Dialog
DlgFormName : "Назив",
DlgFormAction : "Aкција",
DlgFormMethod : "Mетода",
DlgFormName : "Name", //MISSING
DlgFormAction : "Action", //MISSING
DlgFormMethod : "Method", //MISSING
 
// Select Field Dialog
DlgSelectName : "Назив",
DlgSelectValue : "Вредност",
DlgSelectSize : "Величина",
DlgSelectLines : "линија",
DlgSelectChkMulti : "Дозволи вишеструку селекцију",
DlgSelectOpAvail : "Доступне опције",
DlgSelectOpText : "Текст",
DlgSelectOpValue : "Вредност",
DlgSelectBtnAdd : "Додај",
DlgSelectBtnModify : "Измени",
DlgSelectBtnUp : "Горе",
DlgSelectBtnDown : "Доле",
DlgSelectBtnSetValue : "Подеси као означену вредност",
DlgSelectBtnDelete : "Обриши",
DlgSelectName : "Name", //MISSING
DlgSelectValue : "Value", //MISSING
DlgSelectSize : "Size", //MISSING
DlgSelectLines : "lines", //MISSING
DlgSelectChkMulti : "Allow multiple selections", //MISSING
DlgSelectOpAvail : "Available Options", //MISSING
DlgSelectOpText : "Text", //MISSING
DlgSelectOpValue : "Value", //MISSING
DlgSelectBtnAdd : "Add", //MISSING
DlgSelectBtnModify : "Modify", //MISSING
DlgSelectBtnUp : "Up", //MISSING
DlgSelectBtnDown : "Down", //MISSING
DlgSelectBtnSetValue : "Set as selected value", //MISSING
DlgSelectBtnDelete : "Delete", //MISSING
 
// Textarea Dialog
DlgTextareaName : "Назив",
DlgTextareaCols : "Број колона",
DlgTextareaRows : "Број редова",
DlgTextareaName : "Name", //MISSING
DlgTextareaCols : "Columns", //MISSING
DlgTextareaRows : "Rows", //MISSING
 
// Text Field Dialog
DlgTextName : "Назив",
DlgTextValue : "Вредност",
DlgTextCharWidth : "Ширина (карактера)",
DlgTextMaxChars : "Максимално карактера",
DlgTextType : "Тип",
DlgTextTypeText : "Текст",
DlgTextTypePass : "Лозинка",
DlgTextName : "Name", //MISSING
DlgTextValue : "Value", //MISSING
DlgTextCharWidth : "Character Width", //MISSING
DlgTextMaxChars : "Maximum Characters", //MISSING
DlgTextType : "Type", //MISSING
DlgTextTypeText : "Text", //MISSING
DlgTextTypePass : "Password", //MISSING
 
// Hidden Field Dialog
DlgHiddenName : "Назив",
DlgHiddenValue : "Вредност",
DlgHiddenName : "Name", //MISSING
DlgHiddenValue : "Value", //MISSING
 
// Bulleted List Dialog
BulletedListProp : "Особине Bulleted листе",
NumberedListProp : "Особине набројиве листе",
DlgLstStart : "Start", //MISSING
DlgLstType : "Тип",
DlgLstTypeCircle : "Круг",
DlgLstTypeDisc : "Disc", //MISSING
DlgLstTypeSquare : "Квадрат",
DlgLstTypeNumbers : "Бројеви (1, 2, 3)",
DlgLstTypeLCase : "мала слова (a, b, c)",
DlgLstTypeUCase : "ВЕЛИКА СЛОВА (A, B, C)",
DlgLstTypeSRoman : "Мале римске цифре (i, ii, iii)",
DlgLstTypeLRoman : "Велике римске цифре (I, II, III)",
BulletedListProp : "Bulleted List Properties", //MISSING
NumberedListProp : "Numbered List Properties", //MISSING
DlgLstType : "Type", //MISSING
DlgLstTypeCircle : "Circle", //MISSING
DlgLstTypeDisk : "Disk", //MISSING
DlgLstTypeSquare : "Square", //MISSING
DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
DlgLstTypeUCase : "Uppercase Letters (A, B, C)", //MISSING
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", //MISSING
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", //MISSING
 
// Document Properties Dialog
DlgDocGeneralTab : "Опште особине",
DlgDocBackTab : "Позадина",
DlgDocColorsTab : "Боје и маргине",
DlgDocMetaTab : "Метаподаци",
DlgDocGeneralTab : "General", //MISSING
DlgDocBackTab : "Background", //MISSING
DlgDocColorsTab : "Colors and Margins", //MISSING
DlgDocMetaTab : "Meta Data", //MISSING
 
DlgDocPageTitle : "Наслов странице",
DlgDocLangDir : "Смер језика",
DlgDocLangDirLTR : "Слева надесно (LTR)",
DlgDocLangDirRTL : "Здесна налево (RTL)",
DlgDocLangCode : "Шифра језика",
DlgDocCharSet : "Кодирање скупа карактера",
DlgDocCharSetCE : "Central European", //MISSING
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
DlgDocCharSetCR : "Cyrillic", //MISSING
DlgDocCharSetGR : "Greek", //MISSING
DlgDocCharSetJP : "Japanese", //MISSING
DlgDocCharSetKR : "Korean", //MISSING
DlgDocCharSetTR : "Turkish", //MISSING
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
DlgDocCharSetWE : "Western European", //MISSING
DlgDocCharSetOther : "Остала кодирања скупа карактера",
DlgDocPageTitle : "Page Title", //MISSING
DlgDocLangDir : "Language Direction", //MISSING
DlgDocLangDirLTR : "Left to Right (LTR)", //MISSING
DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
DlgDocLangCode : "Language Code", //MISSING
DlgDocCharSet : "Character Set Encoding", //MISSING
DlgDocCharSetOther : "Other Character Set Encoding", //MISSING
 
DlgDocDocType : "Заглавље типа документа",
DlgDocDocTypeOther : "Остала заглавља типа документа",
DlgDocIncXHTML : "Улључи XHTML декларације",
DlgDocBgColor : "Боја позадине",
DlgDocBgImage : "УРЛ позадинске слике",
DlgDocBgNoScroll : "Фиксирана позадина",
DlgDocCText : "Текст",
DlgDocCLink : "Линк",
DlgDocCVisited : "Посећени линк",
DlgDocCActive : "Активни линк",
DlgDocMargins : "Маргине странице",
DlgDocMaTop : "Горња",
DlgDocMaLeft : "Лева",
DlgDocMaRight : "Десна",
DlgDocMaBottom : "Доња",
DlgDocMeIndex : "Кључне речи за индексирање документа (раздвојене зарезом)",
DlgDocMeDescr : "Опис документа",
DlgDocMeAuthor : "Аутор",
DlgDocMeCopy : "Ауторска права",
DlgDocPreview : "Изглед странице",
DlgDocDocType : "Document Type Heading", //MISSING
DlgDocDocTypeOther : "Other Document Type Heading", //MISSING
DlgDocIncXHTML : "Include XHTML Declarations", //MISSING
DlgDocBgColor : "Background Color", //MISSING
DlgDocBgImage : "Background Image URL", //MISSING
DlgDocBgNoScroll : "Nonscrolling Background", //MISSING
DlgDocCText : "Text", //MISSING
DlgDocCLink : "Link", //MISSING
DlgDocCVisited : "Visited Link", //MISSING
DlgDocCActive : "Active Link", //MISSING
DlgDocMargins : "Page Margins", //MISSING
DlgDocMaTop : "Top", //MISSING
DlgDocMaLeft : "Left", //MISSING
DlgDocMaRight : "Right", //MISSING
DlgDocMaBottom : "Bottom", //MISSING
DlgDocMeIndex : "Document Indexing Keywords (comma separated)", //MISSING
DlgDocMeDescr : "Document Description", //MISSING
DlgDocMeAuthor : "Author", //MISSING
DlgDocMeCopy : "Copyright", //MISSING
DlgDocPreview : "Preview", //MISSING
 
// Templates Dialog
Templates : "Обрасци",
DlgTemplatesTitle : "Обрасци за садржај",
DlgTemplatesSelMsg : "Молимо Вас да одаберете образац који ће бити примењен на страницу (тренутни садржај ће бити обрисан):",
DlgTemplatesLoading : "Учитавам листу образаца. Мало стрпљења...",
DlgTemplatesNoTpl : "(Нема дефинисаних образаца)",
DlgTemplatesReplace : "Replace actual contents", //MISSING
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "О едитору",
DlgAboutBrowserInfoTab : "Информације о претраживачу",
DlgAboutLicenseTab : "License", //MISSING
DlgAboutAboutTab : "About", //MISSING
DlgAboutBrowserInfoTab : "Browser Info", //MISSING
DlgAboutVersion : "верзија",
DlgAboutInfo : "За више информација посетите",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Лиценцирано под условима GNU Lesser General Public License",
DlgAboutInfo : "За више информација посетите"
}
/trunk/api/fckeditor/editor/lang/da.js
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Danish language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: da.js
* Danish language file.
*
* File Authors:
* Jørgen Nordstrøm (jn@FirstWeb.dk)
* Jesper Michelsen (jm@i-deVision.dk)
*/
 
var FCKLang =
{
26,8 → 21,8
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Skjul værktøjslinier",
ToolbarExpand : "Vis værktøjslinier",
ToolbarCollapse : "Sammenfold Værktøjskasse",
ToolbarExpand : "Udvid Værktøjskasse",
 
// Toolbar Items and Context Menu
Save : "Gem",
35,343 → 30,288
Preview : "Vis eksempel",
Cut : "Klip",
Copy : "Kopier",
Paste : "Indsæt",
PasteText : "Indsæt som ikke-formateret tekst",
PasteWord : "Indsæt fra Word",
Paste : "Indsæt",
PasteText : "Indsæt som ren tekst",
PasteWord : "Indsæt fra Word",
Print : "Udskriv",
SelectAll : "Vælg alt",
RemoveFormat : "Fjern formatering",
InsertLinkLbl : "Hyperlink",
InsertLink : "Indsæt/rediger hyperlink",
RemoveLink : "Fjern hyperlink",
VisitLink : "Åbn hyperlink",
Anchor : "Indsæt/rediger bogmærke",
AnchorDelete : "Fjern bogmærke",
InsertImageLbl : "Indsæt billede",
InsertImage : "Indsæt/rediger billede",
InsertFlashLbl : "Flash",
InsertFlash : "Indsæt/rediger Flash",
SelectAll : "Vælg alt",
RemoveFormat : "Slet formatering",
InsertLinkLbl : "Link",
InsertLink : "Indsæt/Rediger Link",
RemoveLink : "Slet Link",
Anchor : "Insert/Rediger Anker",
InsertImageLbl : "Indsæt Billed",
InsertImage : "Indsæt/Rediger Billed",
InsertTableLbl : "Table",
InsertTable : "Indsæt/rediger tabel",
InsertTable : "Indsæt/Rediger Tabel",
InsertLineLbl : "Linie",
InsertLine : "Indsæt vandret linie",
InsertSpecialCharLbl: "Symbol",
InsertSpecialChar : "Indsæt symbol",
InsertLine : "Indsæt horisontal Linie",
InsertSpecialCharLbl: "Special Karakter",
InsertSpecialChar : "Indsæt Special Karakter",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Indsæt smiley",
InsertSmiley : "Indsæt Smiley",
About : "Om FCKeditor",
Bold : "Fed",
Italic : "Kursiv",
Underline : "Understreget",
StrikeThrough : "Overstreget",
Subscript : "Sænket skrift",
Superscript : "Hævet skrift",
Subscript : "Sænket skrift",
Superscript : "Hævet skrift",
LeftJustify : "Venstrestillet",
CenterJustify : "Centreret",
RightJustify : "Højrestillet",
RightJustify : "Højrestillet",
BlockJustify : "Lige margener",
DecreaseIndent : "Formindsk indrykning",
IncreaseIndent : "Forøg indrykning",
Blockquote : "Blokcitat",
CreateDiv : "Opret div container",
EditDiv : "Rediger div container",
DeleteDiv : "Fjern div container",
DecreaseIndent : "Forøg indrykning",
IncreaseIndent : "Formindsk indrykning",
Undo : "Fortryd",
Redo : "Annuller fortryd",
NumberedListLbl : "Talopstilling",
NumberedList : "Indsæt/fjern talopstilling",
BulletedListLbl : "Punktopstilling",
BulletedList : "Indsæt/fjern punktopstilling",
ShowTableBorders : "Vis tabelkanter",
Redo : "Anuller fortryd",
NumberedListLbl : "Tal opstilling",
NumberedList : "Indsæt/Slet Tal opstilling",
BulletedListLbl : "Punkttegn opstilling",
BulletedList : "Indsæt/Slet Punkttegn opstilling",
ShowTableBorders : "Vis tabel kanter",
ShowDetails : "Vis detaljer",
Style : "Typografi",
FontFormat : "Formatering",
Font : "Skrifttype",
FontSize : "Skriftstørrelse",
FontSize : "Skriftstørrelse",
TextColor : "Tekstfarve",
BGColor : "Baggrundsfarve",
Source : "Kilde",
Find : "Søg",
Find : "Søg",
Replace : "Erstat",
SpellCheck : "Stavekontrol",
UniversalKeyboard : "Universaltastatur",
PageBreakLbl : "Sidskift",
PageBreak : "Indsæt sideskift",
UniversalKeyboard : "Universalt Tastatur",
 
Form : "Indsæt formular",
Checkbox : "Indsæt afkrydsningsfelt",
RadioButton : "Indsæt alternativknap",
TextField : "Indsæt tekstfelt",
Textarea : "Indsæt tekstboks",
HiddenField : "Indsæt skjult felt",
Button : "Indsæt knap",
SelectionField : "Indsæt liste",
ImageButton : "Indsæt billedknap",
Form : "Indsæt Form",
Checkbox : "Indsæt Afkrydsningsboks",
RadioButton : "Indsæt Radioknap",
TextField : "Indsæt Tekstfelt",
Textarea : "Indsæt Tekstboks",
HiddenField : "Indsæt Skjultfelt",
Button : "Indsæt Knap",
SelectionField : "Indsæt Valgfelt",
ImageButton : "Indsæt Billedknap",
 
FitWindow : "Maksimer editor vinduet",
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Rediger hyperlink",
CellCM : "Celle",
RowCM : "Række",
ColumnCM : "Kolonne",
InsertRowAfter : "Indsæt række efter",
InsertRowBefore : "Indsæt række før",
DeleteRows : "Slet række",
InsertColumnAfter : "Indsæt kolonne efter",
InsertColumnBefore : "Indsæt kolonne før",
DeleteColumns : "Slet kolonne",
InsertCellAfter : "Indsæt celle efter",
InsertCellBefore : "Indsæt celle før",
EditLink : "Rediger link",
InsertRow : "Indsæt række",
DeleteRows : "Slet rækker",
InsertColumn : "Indsæt kolonne",
DeleteColumns : "Slet kolonner",
InsertCell : "Indsæt celle",
DeleteCells : "Slet celle",
MergeCells : "Flet celler",
MergeRight : "Flet til højre",
MergeDown : "Flet nedad",
HorizontalSplitCell : "Del celle vandret",
VerticalSplitCell : "Del celle lodret",
TableDelete : "Slet tabel",
CellProperties : "Egenskaber for celle",
TableProperties : "Egenskaber for tabel",
ImageProperties : "Egenskaber for billede",
FlashProperties : "Egenskaber for Flash",
SplitCell : "Opdel celler",
CellProperties : "Celle egenskaber",
TableProperties : "Tabel egenskaber",
ImageProperties : "Billed egenskaber",
 
AnchorProp : "Egenskaber for bogmærke",
ButtonProp : "Egenskaber for knap",
CheckboxProp : "Egenskaber for afkrydsningsfelt",
HiddenFieldProp : "Egenskaber for skjult felt",
RadioButtonProp : "Egenskaber for alternativknap",
ImageButtonProp : "Egenskaber for billedknap",
TextFieldProp : "Egenskaber for tekstfelt",
SelectionFieldProp : "Egenskaber for liste",
TextareaProp : "Egenskaber for tekstboks",
FormProp : "Egenskaber for formular",
AnchorProp : "Anker egenskaber",
ButtonProp : "Knap egenskaber",
CheckboxProp : "Afkrydsningsboks egenskaber",
HiddenFieldProp : "Skjultfelt egenskaber",
RadioButtonProp : "Radioknap egenskaber",
ImageButtonProp : "Billedknap egenskaber",
TextFieldProp : "Tekstfelt egenskaber",
SelectionFieldProp : "Valgfelt egenskaber",
TextareaProp : "Tekstboks egenskaber",
FormProp : "Form egenskaber",
 
FontFormats : "Normal;Formateret;Adresse;Overskrift 1;Overskrift 2;Overskrift 3;Overskrift 4;Overskrift 5;Overskrift 6;Normal (DIV)",
FontFormats : "Normal;Formateret;Adresse;Overskrift 1;Overskrift 2;Overskrift 3;Overskrift 4;Overskrift 5;Overskrift 6",
 
// Alerts and Messages
ProcessingXHTML : "Behandler XHTML...",
Done : "Færdig",
PasteWordConfirm : "Den tekst du forsøger at indsætte ser ud til at komme fra Word.<br>Vil du rense teksten før den indsættes?",
NotCompatiblePaste : "Denne kommando er tilgændelig i Internet Explorer 5.5 eller senere.<br>Vil du indsætte teksten uden at rense den ?",
UnknownToolbarItem : "Ukendt værktøjslinjeobjekt \"%1\"!",
UnknownCommand : "Ukendt kommandonavn \"%1\"!",
NotImplemented : "Kommandoen er ikke implementeret!",
UnknownToolbarSet : "Værktøjslinjen \"%1\" eksisterer ikke!",
NoActiveX : "Din browsers sikkerhedsindstillinger begrænser nogle af editorens muligheder.<br>Slå \"Kør ActiveX-objekter og plug-ins\" til, ellers vil du opleve fejl og manglende muligheder.",
BrowseServerBlocked : "Browseren kunne ikke åbne de nødvendige ressourcer!<br>Slå pop-up blokering fra.",
DialogBlocked : "Dialogvinduet kunne ikke åbnes!<br>Slå pop-up blokering fra.",
VisitLinkBlocked : "Det var ikke muligt at åbne et nyt vindue. Tjek, at ingen popup-blokkere er aktive.",
ProcessingXHTML : "Behandler XHTML. Vent venligst...",
Done : "Færdig",
PasteWordConfirm : "Den tekst du forsøger at indsætte ser ud til at komme fra Word. Vil du rense teksten før den indsættes ?",
NotCompatiblePaste : "Denne kommando er tilgændelig i Internet Explorer 5.5 og senere. Vil du indsætte teksten uden at rense den ?",
UnknownToolbarItem : "Ukendt værktøjslinje objekt \"%1\"",
UnknownCommand : "Ukendt kommando navn \"%1\"",
NotImplemented : "Kommandoen er ikke implementeret",
UnknownToolbarSet : "Værktøjslinjen \"%1\" eksisterer ikke",
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Annuller",
DlgBtnCancel : "Anuller",
DlgBtnClose : "Luk",
DlgBtnBrowseServer : "Gennemse...",
DlgBtnBrowseServer : "Gennemse Server",
DlgAdvancedTag : "Avanceret",
DlgOpOther : "<Andet>",
DlgInfoTab : "Generelt",
DlgAlertUrl : "Indtast URL",
DlgOpOther : "&lt;Andet&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<intet valgt>",
DlgGenNotSet : "&lt;ikke sat&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Tekstretning",
DlgGenLangDirLtr : "Fra venstre mod højre (LTR)",
DlgGenLangDirRtl : "Fra højre mod venstre (RTL)",
DlgGenLangCode : "Sprogkode",
DlgGenAccessKey : "Genvejstast",
DlgGenLangDirLtr : "Venstre mod højre (LTR)",
DlgGenLangDirRtl : "Højre mod venstre (RTL)",
DlgGenLangCode : "Sprog kode",
DlgGenAccessKey : "Adgangsnøgle",
DlgGenName : "Navn",
DlgGenTabIndex : "Tabulator indeks",
DlgGenTabIndex : "Tabulator Indeks",
DlgGenLongDescr : "Udvidet beskrivelse",
DlgGenClass : "Typografiark",
DlgGenTitle : "Titel",
DlgGenContType : "Indholdstype",
DlgGenLinkCharset : "Tegnsæt",
DlgGenLinkCharset : "Tegnsæt",
DlgGenStyle : "Typografi",
 
// Image Dialog
DlgImgTitle : "Egenskaber for billede",
DlgImgInfoTab : "Generelt",
DlgImgBtnUpload : "Upload",
DlgImgTitle : "Billed egenskaber",
DlgImgInfoTab : "Billed info",
DlgImgBtnUpload : "Send til serveren",
DlgImgURL : "URL",
DlgImgUpload : "Upload",
DlgImgAlt : "Alternativ tekst",
DlgImgWidth : "Bredde",
DlgImgHeight : "Højde",
DlgImgLockRatio : "Lås størrelsesforhold",
DlgBtnResetSize : "Nulstil størrelse",
DlgImgHeight : "Højde",
DlgImgLockRatio : "Lås størrelsesforhold",
DlgBtnResetSize : "Nulstil størrelse",
DlgImgBorder : "Ramme",
DlgImgHSpace : "HMargen",
DlgImgVSpace : "VMargen",
DlgImgHSpace : "HMargin",
DlgImgVSpace : "VMargin",
DlgImgAlign : "Justering",
DlgImgAlignLeft : "Venstre",
DlgImgAlignAbsBottom: "Absolut nederst",
DlgImgAlignAbsMiddle: "Absolut centreret",
DlgImgAlignBaseline : "Grundlinje",
DlgImgAlignBottom : "Nederst",
DlgImgAlignMiddle : "Centreret",
DlgImgAlignRight : "Højre",
DlgImgAlignTextTop : "Toppen af teksten",
DlgImgAlignTop : "Øverst",
DlgImgAlignAbsBottom: "Abs bund",
DlgImgAlignAbsMiddle: "Abs Midte",
DlgImgAlignBaseline : "Bundlinje",
DlgImgAlignBottom : "Bund",
DlgImgAlignMiddle : "Midte",
DlgImgAlignRight : "Højre",
DlgImgAlignTextTop : "Tekst top",
DlgImgAlignTop : "Top",
DlgImgPreview : "Vis eksempel",
DlgImgAlertUrl : "Indtast stien til billedet",
DlgImgLinkTab : "Hyperlink",
DlgImgLinkTab : "Link",
 
// Flash Dialog
DlgFlashTitle : "Egenskaber for Flash",
DlgFlashChkPlay : "Automatisk afspilning",
DlgFlashChkLoop : "Gentagelse",
DlgFlashChkMenu : "Vis Flash menu",
DlgFlashScale : "Skalér",
DlgFlashScaleAll : "Vis alt",
DlgFlashScaleNoBorder : "Ingen ramme",
DlgFlashScaleFit : "Tilpas størrelse",
 
// Link Dialog
DlgLnkWindowTitle : "Egenskaber for hyperlink",
DlgLnkInfoTab : "Generelt",
DlgLnkTargetTab : "Mål",
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Link info",
DlgLnkTargetTab : "Mål",
 
DlgLnkType : "Hyperlink type",
DlgLnkType : "Link type",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Bogmærke på denne side",
DlgLnkTypeEMail : "E-mail",
DlgLnkTypeAnchor : "Anker på denne side",
DlgLnkTypeEMail : "Email",
DlgLnkProto : "Protokol",
DlgLnkProtoOther : "<anden>",
DlgLnkProtoOther : "&lt;anden&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Vælg et anker",
DlgLnkAnchorSel : "Vælg et anker",
DlgLnkAnchorByName : "Efter anker navn",
DlgLnkAnchorById : "Efter element Id",
DlgLnkNoAnchors : "(Ingen bogmærker dokumentet)",
DlgLnkEMail : "E-mailadresse",
DlgLnkNoAnchors : "&lt;Der er ingen ankre tilgængelige i dette dokument&gt;",
DlgLnkEMail : "Email Adresse",
DlgLnkEMailSubject : "Emne",
DlgLnkEMailBody : "Brødtekst",
DlgLnkEMailBody : "Besked",
DlgLnkUpload : "Upload",
DlgLnkBtnUpload : "Upload",
DlgLnkBtnUpload : "Send til serveren",
 
DlgLnkTarget : "Mål",
DlgLnkTargetFrame : "<ramme>",
DlgLnkTargetPopup : "<popup vindue>",
DlgLnkTarget : "Mål",
DlgLnkTargetFrame : "&lt;ramme&gt;",
DlgLnkTargetPopup : "&lt;popup vindue&gt;",
DlgLnkTargetBlank : "Nyt vindue (_blank)",
DlgLnkTargetParent : "Overordnet ramme (_parent)",
DlgLnkTargetParent : "Overliggende vindue (_parent)",
DlgLnkTargetSelf : "Samme vindue (_self)",
DlgLnkTargetTop : "Hele vinduet (_top)",
DlgLnkTargetFrameName : "Destinationsvinduets navn",
DlgLnkPopWinName : "Pop-up vinduets navn",
DlgLnkPopWinFeat : "Egenskaber for pop-up",
DlgLnkTargetTop : "Øverste vindue (_top)",
DlgLnkTargetFrameName : "Visnings vinduets navn",
DlgLnkPopWinName : "Popup vinduets navn",
DlgLnkPopWinFeat : "Popup vinduets egenskaber",
DlgLnkPopResize : "Skalering",
DlgLnkPopLocation : "Adresselinje",
DlgLnkPopLocation : "Lokationslinje",
DlgLnkPopMenu : "Menulinje",
DlgLnkPopScroll : "Scrollbars",
DlgLnkPopStatus : "Statuslinje",
DlgLnkPopToolbar : "Værktøjslinje",
DlgLnkPopFullScrn : "Fuld skærm (IE)",
DlgLnkPopDependent : "Koblet/dependent (Netscape)",
DlgLnkPopToolbar : "Værktøjslinje",
DlgLnkPopFullScrn : "Fuld skærm (IE)",
DlgLnkPopDependent : "Afhængig (Netscape)",
DlgLnkPopWidth : "Bredde",
DlgLnkPopHeight : "Højde",
DlgLnkPopHeight : "Højde",
DlgLnkPopLeft : "Position fra venstre",
DlgLnkPopTop : "Position fra toppen",
 
DlnLnkMsgNoUrl : "Indtast hyperlink URL!",
DlnLnkMsgNoEMail : "Indtast e-mailaddresse!",
DlnLnkMsgNoAnchor : "Vælg bogmærke!",
DlnLnkMsgInvPopName : "Navnet på popup'en skal starte med et bogstav og må ikke indeholde mellemrum",
DlnLnkMsgNoUrl : "Indtast link URL",
DlnLnkMsgNoEMail : "Indtast e-mail addressen",
DlnLnkMsgNoAnchor : "Vælg Anker",
 
// Color Dialog
DlgColorTitle : "Vælg farve",
DlgColorBtnClear : "Nulstil",
DlgColorHighlight : "Markeret",
DlgColorSelected : "Valgt",
DlgColorTitle : "Vælg farve",
DlgColorBtnClear : "Slet alt",
DlgColorHighlight : "Marker",
DlgColorSelected : "valgt",
 
// Smiley Dialog
DlgSmileyTitle : "Vælg smiley",
DlgSmileyTitle : "Insæt en smiley",
 
// Special Character Dialog
DlgSpecialCharTitle : "Vælg symbol",
DlgSpecialCharTitle : "Vælg specialkarakter",
 
// Table Dialog
DlgTableTitle : "Egenskaber for tabel",
DlgTableRows : "Rækker",
DlgTableTitle : "Tabel egenskaber",
DlgTableRows : "Rækker",
DlgTableColumns : "Kolonner",
DlgTableBorder : "Rammebredde",
DlgTableBorder : "Ramme størrelse",
DlgTableAlign : "Justering",
DlgTableAlignNotSet : "<intet valgt>",
DlgTableAlignNotSet : "<Ikke sat>",
DlgTableAlignLeft : "Venstrestillet",
DlgTableAlignCenter : "Centreret",
DlgTableAlignRight : "Højrestillet",
DlgTableAlignRight : "Højrestillet",
DlgTableWidth : "Bredde",
DlgTableWidthPx : "pixels",
DlgTableWidthPc : "procent",
DlgTableHeight : "Højde",
DlgTableCellSpace : "Celleafstand",
DlgTableCellPad : "Cellemargen",
DlgTableHeight : "Højde",
DlgTableCellSpace : "Afstand mellem celler",
DlgTableCellPad : "Celle margin",
DlgTableCaption : "Titel",
DlgTableSummary : "Resume",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Egenskaber for celle",
DlgCellTitle : "Celle egenskaber",
DlgCellWidth : "Bredde",
DlgCellWidthPx : "pixels",
DlgCellWidthPc : "procent",
DlgCellHeight : "Højde",
DlgCellHeight : "Højde",
DlgCellWordWrap : "Orddeling",
DlgCellWordWrapNotSet : "<intet valgt>",
DlgCellWordWrapNotSet : "<Ikke sat>",
DlgCellWordWrapYes : "Ja",
DlgCellWordWrapNo : "Nej",
DlgCellHorAlign : "Vandret justering",
DlgCellHorAlignNotSet : "<intet valgt>",
DlgCellHorAlign : "Horisontal justering",
DlgCellHorAlignNotSet : "<Ikke sat>",
DlgCellHorAlignLeft : "Venstrestillet",
DlgCellHorAlignCenter : "Centreret",
DlgCellHorAlignRight: "Højrestillet",
DlgCellVerAlign : "Lodret justering",
DlgCellVerAlignNotSet : "<intet valgt>",
DlgCellVerAlignTop : "Øverst",
DlgCellVerAlignMiddle : "Centreret",
DlgCellVerAlignBottom : "Nederst",
DlgCellVerAlignBaseline : "Grundlinje",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Højde i antal rækker",
DlgCellCollSpan : "Bredde i antal kolonner",
DlgCellHorAlignRight: "Højrestillet",
DlgCellVerAlign : "Vertikal Justering",
DlgCellVerAlignNotSet : "<Ikke sat>",
DlgCellVerAlignTop : "Top",
DlgCellVerAlignMiddle : "Midte",
DlgCellVerAlignBottom : "Bund",
DlgCellVerAlignBaseline : "Bundlinje",
DlgCellRowSpan : "Antal rækker cellen spænder over",
DlgCellCollSpan : "Antal kolonner cellen spænder over",
DlgCellBackColor : "Baggrundsfarve",
DlgCellBorderColor : "Rammefarve",
DlgCellBtnSelect : "Vælg...",
DlgCellBorderColor : "rammefarve",
DlgCellBtnSelect : "Vælg...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Søg og erstat",
 
// Find Dialog
DlgFindTitle : "Find",
DlgFindFindBtn : "Find",
DlgFindNotFoundMsg : "Søgeteksten blev ikke fundet!",
DlgFindNotFoundMsg : "Den angivne tekst blev ikke fundet",
 
// Replace Dialog
DlgReplaceTitle : "Erstat",
DlgReplaceFindLbl : "Søg efter:",
DlgReplaceFindLbl : "Find:",
DlgReplaceReplaceLbl : "Erstat med:",
DlgReplaceCaseChk : "Forskel på store og små bogstaver",
DlgReplaceCaseChk : "Forskel på store og små bogstaver",
DlgReplaceReplaceBtn : "Erstat",
DlgReplaceReplAllBtn : "Erstat alle",
DlgReplaceWordChk : "Kun hele ord",
 
// Paste Operations / Dialog
PasteErrorCut : "Din browsers sikkerhedsindstillinger tillader ikke editoren at klippe tekst automatisk!<br>Brug i stedet tastaturet til at klippe teksten (Ctrl+X).",
PasteErrorCopy : "Din browsers sikkerhedsindstillinger tillader ikke editoren at kopiere tekst automatisk!<br>Brug i stedet tastaturet til at kopiere teksten (Ctrl+C).",
PasteErrorPaste : "Din browsers sikkerhedsindstillinger tillader ikke editoren at indsætte tekst automatisk. Brug i stedet tastaturet til at indsætte teksten (Ctrl+V).",
PasteErrorCut : "Din browsers sikkerhedsindstillinger tillader ikke editoren at klippe tekst automatisk. Brug i stedet tastaturet til at klippe teksten (Ctrl+X).",
PasteErrorCopy : "Din browsers sikkerhedsindstillinger tillader ikke editoren at kopiere tekst automatisk. Brug i stedet tastaturet til at kopiere teksten (Ctrl+V).",
 
PasteAsText : "Indsæt som ikke-formateret tekst",
PasteFromWord : "Indsæt fra Word",
PasteAsText : "Indsæt som ren tekst",
PasteFromWord : "Indsæt fra Word",
 
DlgPasteMsg2 : "Indsæt i feltet herunder (<STRONG>Ctrl+V</STRONG>) og klik <STRONG>OK</STRONG>.",
DlgPasteSec : "På grund af browserens sikkerhedsindstillinger kan editoren ikke tilgå udklipsholderen direkte. Du skal indsætte udklipsholderens indhold i dette vindue igen.",
DlgPasteIgnoreFont : "Ignorer font definitioner",
DlgPasteRemoveStyles : "Ignorer typografi",
DlgPasteMsg : "Editoren kunne ikke indsætte teksten automatisk på grund af din browsers <STRONG>sikkerhedsindstillinger</STRONG>.<BR>Indsæt i stedet teksten i den følgende boks ved hjælp af tastaturet (<STRONG>Ctrl+V</STRONG>) og klik <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatisk",
378,40 → 318,37
ColorMoreColors : "Flere farver...",
 
// Document Properties
DocProps : "Egenskaber for dokument",
DocProps : "Dokument egenskaber",
 
// Anchor Dialog
DlgAnchorTitle : "Egenskaber for bogmærke",
DlgAnchorName : "Bogmærke navn",
DlgAnchorErrorName : "Indtast bogmærke navn!",
DlgAnchorTitle : "Anker egenskaber",
DlgAnchorName : "Anker navn",
DlgAnchorErrorName : "Indtast Anker navn",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Ikke i ordbogen",
DlgSpellChangeTo : "Forslag",
DlgSpellBtnIgnore : "Ignorer",
DlgSpellBtnIgnoreAll : "Ignorer alle",
DlgSpellBtnReplace : "Erstat",
DlgSpellBtnReplaceAll : "Erstat alle",
DlgSpellNotInDic : "Findes ikke i ordbogen",
DlgSpellChangeTo : "Ændre til",
DlgSpellBtnIgnore : "Ignorere",
DlgSpellBtnIgnoreAll : "Ignorere alle",
DlgSpellBtnReplace : "Udskift",
DlgSpellBtnReplaceAll : "Udskift alle",
DlgSpellBtnUndo : "Tilbage",
DlgSpellNoSuggestions : "- ingen forslag -",
DlgSpellNoSuggestions : "- Intet forslag -",
DlgSpellProgress : "Stavekontrolen arbejder...",
DlgSpellNoMispell : "Stavekontrol færdig: Ingen fejl fundet",
DlgSpellNoChanges : "Stavekontrol færdig: Ingen ord ændret",
DlgSpellOneChange : "Stavekontrol færdig: Et ord ændret",
DlgSpellManyChanges : "Stavekontrol færdig: %1 ord ændret",
DlgSpellNoMispell : "Stavekontrol færdig: Ingen fejl fundet",
DlgSpellNoChanges : "Stavekontrol færdig: Ingen ord ændret",
DlgSpellOneChange : "Stavekontrol færdig: Et ord ændret",
DlgSpellManyChanges : "Stavekontrol færdig: %1 ord ændret",
 
IeSpellDownload : "Stavekontrol ikke installeret.<br>Vil du hente den nu?",
IeSpellDownload : "Stavekontrol ikke installeret. Vil du hente den nu?",
 
// Button Dialog
DlgButtonText : "Tekst",
DlgButtonType : "Type",
DlgButtonTypeBtn : "Knap",
DlgButtonTypeSbm : "Send",
DlgButtonTypeRst : "Nulstil",
DlgButtonText : "Tekst (Værdi)",
DlgButtonType : "Type",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Navn",
DlgCheckboxValue : "Værdi",
DlgCheckboxValue : "Værdi",
DlgCheckboxSelected : "Valgt",
 
// Form Dialog
421,91 → 358,81
 
// Select Field Dialog
DlgSelectName : "Navn",
DlgSelectValue : "Værdi",
DlgSelectSize : "Størrelse",
DlgSelectValue : "Værdi",
DlgSelectSize : "Størrelse",
DlgSelectLines : "linier",
DlgSelectChkMulti : "Tillad flere valg",
DlgSelectOpAvail : "Valgmuligheder",
DlgSelectOpAvail : "Valgmulighedder",
DlgSelectOpText : "Tekst",
DlgSelectOpValue : "Værdi",
DlgSelectBtnAdd : "Tilføj",
DlgSelectBtnModify : "Rediger",
DlgSelectOpValue : "Værdi",
DlgSelectBtnAdd : "Tilføj",
DlgSelectBtnModify : "Ændre",
DlgSelectBtnUp : "Op",
DlgSelectBtnDown : "Ned",
DlgSelectBtnSetValue : "Sæt som valgt",
DlgSelectBtnSetValue : "Sæt som udvalgt",
DlgSelectBtnDelete : "Slet",
 
// Textarea Dialog
DlgTextareaName : "Navn",
DlgTextareaCols : "Kolonner",
DlgTextareaRows : "Rækker",
DlgTextareaCols : "Kolonne",
DlgTextareaRows : "Række",
 
// Text Field Dialog
DlgTextName : "Navn",
DlgTextValue : "Værdi",
DlgTextCharWidth : "Bredde (tegn)",
DlgTextMaxChars : "Max antal tegn",
DlgTextValue : "Værdi",
DlgTextCharWidth : "Synligt antal bogstaver",
DlgTextMaxChars : "Maximum antal bogstaver",
DlgTextType : "Type",
DlgTextTypeText : "Tekst",
DlgTextTypePass : "Adgangskode",
DlgTextTypePass : "Kodeord",
 
// Hidden Field Dialog
DlgHiddenName : "Navn",
DlgHiddenValue : "Værdi",
DlgHiddenValue : "Værdi",
 
// Bulleted List Dialog
BulletedListProp : "Egenskaber for punktopstilling",
NumberedListProp : "Egenskaber for talopstilling",
DlgLstStart : "Start",
BulletedListProp : "Punkttegnopstilling egenskaber",
NumberedListProp : "Talopstilling egenskaber",
DlgLstType : "Type",
DlgLstTypeCircle : "Cirkel",
DlgLstTypeDisc : "Udfyldt cirkel",
DlgLstTypeDisk : "Prik",
DlgLstTypeSquare : "Firkant",
DlgLstTypeNumbers : "Nummereret (1, 2, 3)",
DlgLstTypeLCase : "Små bogstaver (a, b, c)",
DlgLstTypeLCase : "Små bogstaver (a, b, c)",
DlgLstTypeUCase : "Store bogstaver (A, B, C)",
DlgLstTypeSRoman : "Små romertal (i, ii, iii)",
DlgLstTypeLRoman : "Store romertal (I, II, III)",
DlgLstTypeSRoman : "Små Romertal (i, ii, iii)",
DlgLstTypeLRoman : "Store Romertal (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Generelt",
DlgDocBackTab : "Baggrund",
DlgDocColorsTab : "Farver og margen",
DlgDocMetaTab : "Metadata",
DlgDocColorsTab : "Farver og Margin",
DlgDocMetaTab : "Meta Information",
 
DlgDocPageTitle : "Sidetitel",
DlgDocPageTitle : "Side Titel",
DlgDocLangDir : "Sprog",
DlgDocLangDirLTR : "Fra venstre mod højre (LTR)",
DlgDocLangDirRTL : "Fra højre mod venstre (RTL)",
DlgDocLangDirLTR : "Venstre Til Højre (LTR)",
DlgDocLangDirRTL : "Højre Til Venstre (RTL)",
DlgDocLangCode : "Landekode",
DlgDocCharSet : "Tegnsæt kode",
DlgDocCharSetCE : "Centraleuropæisk",
DlgDocCharSetCT : "Traditionel kinesisk (Big5)",
DlgDocCharSetCR : "Kyrillisk",
DlgDocCharSetGR : "Græsk",
DlgDocCharSetJP : "Japansk",
DlgDocCharSetKR : "Koreansk",
DlgDocCharSetTR : "Tyrkisk",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Vesteuropæisk",
DlgDocCharSetOther : "Anden tegnsæt kode",
DlgDocCharSet : "Karakter sæt kode",
DlgDocCharSetOther : "Anden karakter sæt kode",
 
DlgDocDocType : "Dokumenttype kategori",
DlgDocDocTypeOther : "Anden dokumenttype kategori",
DlgDocDocType : "Dokument type kategori",
DlgDocDocTypeOther : "Anden dokument type kategori",
DlgDocIncXHTML : "Inkludere XHTML deklartion",
DlgDocBgColor : "Baggrundsfarve",
DlgDocBgImage : "Baggrundsbillede URL",
DlgDocBgNoScroll : "Fastlåst baggrund",
DlgDocBgImage : "Baggrundsbilled URL",
DlgDocBgNoScroll : "Ikke scrollbar baggrund",
DlgDocCText : "Tekst",
DlgDocCLink : "Hyperlink",
DlgDocCVisited : "Besøgt hyperlink",
DlgDocCActive : "Aktivt hyperlink",
DlgDocMargins : "Sidemargen",
DlgDocMaTop : "Øverst",
DlgDocCLink : "Link",
DlgDocCVisited : "Besøgt link",
DlgDocCActive : "Aktivt link",
DlgDocMargins : "Side margin",
DlgDocMaTop : "Top",
DlgDocMaLeft : "Venstre",
DlgDocMaRight : "Højre",
DlgDocMaBottom : "Nederst",
DlgDocMeIndex : "Dokument index nøgleord (kommasepareret)",
DlgDocMaRight : "Højre",
DlgDocMaBottom : "Bund",
DlgDocMeIndex : "Dokument index nøgleord (komma sepereret)",
DlgDocMeDescr : "Dokument beskrivelse",
DlgDocMeAuthor : "Forfatter",
DlgDocMeCopy : "Copyright",
514,21 → 441,14
// Templates Dialog
Templates : "Skabeloner",
DlgTemplatesTitle : "Indholdsskabeloner",
DlgTemplatesSelMsg : "Vælg den skabelon, som skal åbnes i editoren.<br>(Nuværende indhold vil blive overskrevet!):",
DlgTemplatesLoading : "Henter liste over skabeloner...",
DlgTemplatesNoTpl : "(Der er ikke defineret nogen skabelon!)",
DlgTemplatesReplace : "Erstat det faktiske indhold",
DlgTemplatesSelMsg : "Vælg den skabelon, som skal åbnes i editoren<br>(Nuværende indhold vil blive overskrevet):",
DlgTemplatesLoading : "Henter liste over skabeloner. Vent venligst...",
DlgTemplatesNoTpl : "(Der er ikke defineret nogen skabelon)",
 
// About Dialog
DlgAboutAboutTab : "Om",
DlgAboutBrowserInfoTab : "Generelt",
DlgAboutLicenseTab : "Licens",
DlgAboutAboutTab : "About",
DlgAboutBrowserInfoTab : "Browser Info",
DlgAboutVersion : "version",
DlgAboutInfo : "For yderlig information gå til",
 
// Div Dialog
DlgDivGeneralTab : "Generelt",
DlgDivAdvancedTab : "Avanceret",
DlgDivStyle : "Style",
DlgDivInlineStyle : "Inline style"
};
DlgAboutLicense : "Licens under vilkår for GNU Lesser General Public License",
DlgAboutInfo : "For yderlig information gå til"
}
/trunk/api/fckeditor/editor/lang/pt-br.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Brazilian Portuguese language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: pt-br.js
* Brazilian Portuguese language file.
*
* File Authors:
* Carlos Alberto Tomatis Loth (carlos.loth@conectait.com.br)
*/
 
var FCKLang =
{
36,21 → 30,17
Cut : "Recortar",
Copy : "Copiar",
Paste : "Colar",
PasteText : "Colar como Texto sem Formatação",
PasteText : "Colar como Texto sem Formatação",
PasteWord : "Colar do Word",
Print : "Imprimir",
SelectAll : "Selecionar Tudo",
RemoveFormat : "Remover Formatação",
RemoveFormat : "Remover Formatação",
InsertLinkLbl : "Hiperlink",
InsertLink : "Inserir/Editar Hiperlink",
RemoveLink : "Remover Hiperlink",
VisitLink : "Open Link", //MISSING
Anchor : "Inserir/Editar Âncora",
AnchorDelete : "Remover Âncora",
Anchor : "Inserir/Editar Âncora",
InsertImageLbl : "Figura",
InsertImage : "Inserir/Editar Figura",
InsertFlashLbl : "Flash",
InsertFlash : "Insere/Edita Flash",
InsertTableLbl : "Tabela",
InsertTable : "Inserir/Editar Tabela",
InsertLineLbl : "Linha",
61,7 → 51,7
InsertSmiley : "Inserir Emoticon",
About : "Sobre FCKeditor",
Bold : "Negrito",
Italic : "Itálico",
Italic : "Itálico",
Underline : "Sublinhado",
StrikeThrough : "Tachado",
Subscript : "Subscrito",
72,96 → 62,72
BlockJustify : "Justificado",
DecreaseIndent : "Diminuir Recuo",
IncreaseIndent : "Aumentar Recuo",
Blockquote : "Recuo",
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Desfazer",
Redo : "Refazer",
NumberedListLbl : "Numeração",
NumberedList : "Inserir/Remover Numeração",
NumberedListLbl : "Numeração",
NumberedList : "Inserir/Remover Numeração",
BulletedListLbl : "Marcadores",
BulletedList : "Inserir/Remover Marcadores",
ShowTableBorders : "Exibir Bordas da Tabela",
ShowDetails : "Exibir Detalhes",
Style : "Estilo",
FontFormat : "Formatação",
FontFormat : "Formatação",
Font : "Fonte",
FontSize : "Tamanho",
TextColor : "Cor do Texto",
BGColor : "Cor do Plano de Fundo",
Source : "Código-Fonte",
Source : "Código-Fonte",
Find : "Localizar",
Replace : "Substituir",
SpellCheck : "Verificar Ortografia",
UniversalKeyboard : "Teclado Universal",
PageBreakLbl : "Quebra de Página",
PageBreak : "Inserir Quebra de Página",
 
Form : "Formulário",
Checkbox : "Caixa de Seleção",
RadioButton : "Botão de Opção",
Form : "Formulário",
Checkbox : "Caixa de Seleção",
RadioButton : "Botão de Opção",
TextField : "Caixa de Texto",
Textarea : "Área de Texto",
Textarea : "Área de Texto",
HiddenField : "Campo Oculto",
Button : "Botão",
Button : "Botão",
SelectionField : "Caixa de Listagem",
ImageButton : "Botão de Imagem",
ImageButton : "Botão de Imagem",
 
FitWindow : "Maximizar o tamanho do editor",
ShowBlocks : "Mostrar blocos",
 
// Context Menu
EditLink : "Editar Hiperlink",
CellCM : "Célula",
RowCM : "Linha",
ColumnCM : "Coluna",
InsertRowAfter : "Inserir linha abaixo",
InsertRowBefore : "Inserir linha acima",
InsertRow : "Inserir Linha",
DeleteRows : "Remover Linhas",
InsertColumnAfter : "Inserir coluna à direita",
InsertColumnBefore : "Inserir coluna à esquerda",
InsertColumn : "Inserir Coluna",
DeleteColumns : "Remover Colunas",
InsertCellAfter : "Inserir célula à direita",
InsertCellBefore : "Inserir célula à esquerda",
DeleteCells : "Remover Células",
MergeCells : "Mesclar Células",
MergeRight : "Mesclar com célula à direita",
MergeDown : "Mesclar com célula abaixo",
HorizontalSplitCell : "Dividir célula horizontalmente",
VerticalSplitCell : "Dividir célula verticalmente",
TableDelete : "Apagar Tabela",
CellProperties : "Formatar Célula",
InsertCell : "Inserir Células",
DeleteCells : "Remover Células",
MergeCells : "Mesclar Células",
SplitCell : "Dividir Célular",
CellProperties : "Formatar Célula",
TableProperties : "Formatar Tabela",
ImageProperties : "Formatar Figura",
FlashProperties : "Propriedades Flash",
 
AnchorProp : "Formatar Âncora",
ButtonProp : "Formatar Botão",
CheckboxProp : "Formatar Caixa de Seleção",
AnchorProp : "Formatar Âncora",
ButtonProp : "Formatar Botão",
CheckboxProp : "Formatar Caixa de Seleção",
HiddenFieldProp : "Formatar Campo Oculto",
RadioButtonProp : "Formatar Botão de Opção",
ImageButtonProp : "Formatar Botão de Imagem",
RadioButtonProp : "Formatar Botão de Opção",
ImageButtonProp : "Formatar Botão de Imagem",
TextFieldProp : "Formatar Caixa de Texto",
SelectionFieldProp : "Formatar Caixa de Listagem",
TextareaProp : "Formatar Área de Texto",
FormProp : "Formatar Formulário",
TextareaProp : "Formatar Área de Texto",
FormProp : "Formatar Formulário",
 
FontFormats : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
FontFormats : "Normal;Formatado;Endereço;Título 1;Título 2;Título 3;Título 4;Título 5;Título 6",
 
// Alerts and Messages
ProcessingXHTML : "Processando XHTML. Por favor, aguarde...",
Done : "Pronto",
PasteWordConfirm : "O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?",
NotCompatiblePaste : "Este comando está disponível para o navegador Internet Explorer 5.5 ou superior. Você gostaria de colar sem remover a formatação?",
UnknownToolbarItem : "O item da barra de ferramentas \"%1\" não é reconhecido",
UnknownCommand : "O comando \"%1\" não é reconhecido",
NotImplemented : "O comando não foi implementado",
UnknownToolbarSet : "A barra de ferramentas \"%1\" não existe",
NoActiveX : "As configurações de segurança do seu browser podem limitar algumas características do editor. Você precisa habilitar a opção \"Executar controles e plug-ins ActiveX\". Você pode experimentar erros e alertas de características faltantes.",
BrowseServerBlocked : "Os recursos do browser não puderam ser abertos. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
DialogBlocked : "Não foi possível abrir a janela de diálogo. Tenha certeza que todos os bloqueadores de popup estão desabilitados.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
PasteWordConfirm : "O texto que você deseja colar parece ter sido copiado do Word. Você gostaria de remover a formatação antes de colar?",
NotCompatiblePaste : "Este comando está disponível para o navegador Internet Explorer 5.5 ou superior. Você gostaria de colar sem remover a formatação?",
UnknownToolbarItem : "O item da barra de ferramentas \"%1\" não é reconhecido",
UnknownCommand : "O comando \"%1\" não é reconhecido",
NotImplemented : "O comando não foi implementado",
UnknownToolbarSet : "A barra de ferramentas \"%1\" não existe",
 
// Dialogs
DlgBtnOK : "OK",
168,31 → 134,29
DlgBtnCancel : "Cancelar",
DlgBtnClose : "Fechar",
DlgBtnBrowseServer : "Localizar no Servidor",
DlgAdvancedTag : "Avançado",
DlgOpOther : "<Outros>",
DlgInfoTab : "Info",
DlgAlertUrl : "Inserir a URL",
DlgAdvancedTag : "Avançado",
DlgOpOther : "&lt;Outros&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<não ajustado>",
DlgGenNotSet : "&lt;não ajustado&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Direção do idioma",
DlgGenLangDir : "Direção do idioma",
DlgGenLangDirLtr : "Esquerda para Direita (LTR)",
DlgGenLangDirRtl : "Direita para Esquerda (RTL)",
DlgGenLangCode : "Idioma",
DlgGenAccessKey : "Chave de Acesso",
DlgGenName : "Nome",
DlgGenTabIndex : "Índice de Tabulação",
DlgGenLongDescr : "Descrição da URL",
DlgGenTabIndex : "Índice de Tabulação",
DlgGenLongDescr : "Descrição da URL",
DlgGenClass : "Classe de Folhas de Estilo",
DlgGenTitle : "Título",
DlgGenContType : "Tipo de Conteúdo",
DlgGenTitle : "Título",
DlgGenContType : "Tipo de Conteúdo",
DlgGenLinkCharset : "Conjunto de Caracteres do Hiperlink",
DlgGenStyle : "Estilos",
 
// Image Dialog
DlgImgTitle : "Formatar Figura",
DlgImgInfoTab : "Informações da Figura",
DlgImgInfoTab : "Informações da Figura",
DlgImgBtnUpload : "Enviar para o Servidor",
DlgImgURL : "URL",
DlgImgUpload : "Submeter",
199,7 → 163,7
DlgImgAlt : "Texto Alternativo",
DlgImgWidth : "Largura",
DlgImgHeight : "Altura",
DlgImgLockRatio : "Manter proporções",
DlgImgLockRatio : "Manter proporções",
DlgBtnResetSize : "Redefinir para o Tamanho Original",
DlgImgBorder : "Borda",
DlgImgHSpace : "Horizontal",
214,45 → 178,35
DlgImgAlignRight : "Direita",
DlgImgAlignTextTop : "Superior Absoluto",
DlgImgAlignTop : "Superior",
DlgImgPreview : "Visualização",
DlgImgPreview : "Visualização",
DlgImgAlertUrl : "Por favor, digite o URL da figura.",
DlgImgLinkTab : "Hiperlink",
 
// Flash Dialog
DlgFlashTitle : "Propriedades Flash",
DlgFlashChkPlay : "Tocar Automaticamente",
DlgFlashChkLoop : "Loop",
DlgFlashChkMenu : "Habilita Menu Flash",
DlgFlashScale : "Escala",
DlgFlashScaleAll : "Mostrar tudo",
DlgFlashScaleNoBorder : "Sem Borda",
DlgFlashScaleFit : "Escala Exata",
 
// Link Dialog
DlgLnkWindowTitle : "Hiperlink",
DlgLnkInfoTab : "Informações",
DlgLnkTargetTab : "Destino",
DlgLnkInfoTab : "Informações do hiperlink",
DlgLnkTargetTab : "Informações de destino",
 
DlgLnkType : "Tipo de hiperlink",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Âncora nesta página",
DlgLnkTypeAnchor : "Âncora nesta página",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocolo",
DlgLnkProtoOther : "<outro>",
DlgLnkProtoOther : "&lt;outro&gt;",
DlgLnkURL : "URL do hiperlink",
DlgLnkAnchorSel : "Selecione uma âncora",
DlgLnkAnchorByName : "Pelo Nome da âncora",
DlgLnkAnchorSel : "Selecione uma âncora",
DlgLnkAnchorByName : "Pelo Nome da âncora",
DlgLnkAnchorById : "Pelo Id do Elemento",
DlgLnkNoAnchors : "(Não há âncoras disponíveis neste documento)",
DlgLnkEMail : "Endereço E-Mail",
DlgLnkNoAnchors : "&lt;Não há âncoras disponíveis neste documento&gt;",
DlgLnkEMail : "Endereço E-Mail",
DlgLnkEMailSubject : "Assunto da Mensagem",
DlgLnkEMailBody : "Corpo da Mensagem",
DlgLnkEMailBody : "Corpo da Mesagem",
DlgLnkUpload : "Enviar ao Servidor",
DlgLnkBtnUpload : "Enviar ao Servidor",
 
DlgLnkTarget : "Destino",
DlgLnkTargetFrame : "<frame>",
DlgLnkTargetPopup : "<janela popup>",
DlgLnkTargetFrame : "&lt;quadro&gt;",
DlgLnkTargetPopup : "&lt;janela popup&gt;",
DlgLnkTargetBlank : "Nova Janela (_blank)",
DlgLnkTargetParent : "Janela Pai (_parent)",
DlgLnkTargetSelf : "Mesma Janela (_self)",
260,8 → 214,8
DlgLnkTargetFrameName : "Nome do Frame de Destino",
DlgLnkPopWinName : "Nome da Janela Pop-up",
DlgLnkPopWinFeat : "Atributos da Janela Pop-up",
DlgLnkPopResize : "Redimensionável",
DlgLnkPopLocation : "Barra de Endereços",
DlgLnkPopResize : "Redimensionável",
DlgLnkPopLocation : "Barra de Endereços",
DlgLnkPopMenu : "Barra de Menus",
DlgLnkPopScroll : "Barras de Rolagem",
DlgLnkPopStatus : "Barra de Status",
273,15 → 227,14
DlgLnkPopLeft : "Esquerda",
DlgLnkPopTop : "Superior",
 
DlnLnkMsgNoUrl : "Por favor, digite o endereço do Hiperlink",
DlnLnkMsgNoEMail : "Por favor, digite o endereço de e-mail",
DlnLnkMsgNoAnchor : "Por favor, selecione uma âncora",
DlnLnkMsgInvPopName : "O nome da janela popup deve começar com uma letra ou sublinhado (_) e não pode conter espaços",
DlnLnkMsgNoUrl : "Por favor, digite o endereço do Hiperlink",
DlnLnkMsgNoEMail : "Por favor, digite o endereço de e-mail",
DlnLnkMsgNoAnchor : "Por favor, selecione uma âncora",
 
// Color Dialog
DlgColorTitle : "Selecione uma Cor",
DlgColorBtnClear : "Limpar",
DlgColorHighlight : "Visualização",
DlgColorHighlight : "Visualização",
DlgColorSelected : "Selecionada",
 
// Smiley Dialog
296,7 → 249,7
DlgTableColumns : "Colunas",
DlgTableBorder : "Borda",
DlgTableAlign : "Alinhamento",
DlgTableAlignNotSet : "<Não ajustado>",
DlgTableAlignNotSet : "<Não ajustado>",
DlgTableAlignLeft : "Esquerda",
DlgTableAlignCenter : "Centralizado",
DlgTableAlignRight : "Direita",
304,40 → 257,31
DlgTableWidthPx : "pixels",
DlgTableWidthPc : "%",
DlgTableHeight : "Altura",
DlgTableCellSpace : "Espaçamento",
DlgTableCellSpace : "Espaçamento",
DlgTableCellPad : "Enchimento",
DlgTableCaption : "Legenda",
DlgTableSummary : "Resumo",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Formatar célula",
DlgCellTitle : "Formatar célula",
DlgCellWidth : "Largura",
DlgCellWidthPx : "pixels",
DlgCellWidthPc : "%",
DlgCellHeight : "Altura",
DlgCellWordWrap : "Quebra de Linha",
DlgCellWordWrapNotSet : "<Não ajustado>",
DlgCellWordWrapNotSet : "<Não ajustado>",
DlgCellWordWrapYes : "Sim",
DlgCellWordWrapNo : "Não",
DlgCellWordWrapNo : "Não",
DlgCellHorAlign : "Alinhamento Horizontal",
DlgCellHorAlignNotSet : "<Não ajustado>",
DlgCellHorAlignNotSet : "<Não ajustado>",
DlgCellHorAlignLeft : "Esquerda",
DlgCellHorAlignCenter : "Centralizado",
DlgCellHorAlignRight: "Direita",
DlgCellVerAlign : "Alinhamento Vertical",
DlgCellVerAlignNotSet : "<Não ajustado>",
DlgCellVerAlignNotSet : "<Não ajustado>",
DlgCellVerAlignTop : "Superior",
DlgCellVerAlignMiddle : "Centralizado",
DlgCellVerAlignBottom : "Inferior",
DlgCellVerAlignBaseline : "Baseline",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Transpor Linhas",
DlgCellCollSpan : "Transpor Colunas",
DlgCellBackColor : "Cor do Plano de Fundo",
344,37 → 288,32
DlgCellBorderColor : "Cor da Borda",
DlgCellBtnSelect : "Selecionar...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Localizar e Substituir",
 
// Find Dialog
DlgFindTitle : "Localizar...",
DlgFindFindBtn : "Localizar",
DlgFindNotFoundMsg : "O texto especificado não foi encontrado.",
DlgFindNotFoundMsg : "O texto especificado não foi encontrado.",
 
// Replace Dialog
DlgReplaceTitle : "Substituir",
DlgReplaceFindLbl : "Procurar por:",
DlgReplaceReplaceLbl : "Substituir por:",
DlgReplaceCaseChk : "Coincidir Maiúsculas/Minúsculas",
DlgReplaceCaseChk : "Coincidir Maiúsculas/Minúsculas",
DlgReplaceReplaceBtn : "Substituir",
DlgReplaceReplAllBtn : "Substituir Tudo",
DlgReplaceWordChk : "Coincidir a palavra inteira",
 
// Paste Operations / Dialog
PasteErrorCut : "As configurações de segurança do seu navegador não permitem que o editor execute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl+X).",
PasteErrorCopy : "As configurações de segurança do seu navegador não permitem que o editor execute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl+C).",
PasteErrorPaste : "As configurações de segurança do seu navegador não permitem que o editor excute operações de colar automaticamente. Por favor, utilize o teclado para colar (Ctrl+V).",
PasteErrorCut : "As configurações de segurança do seu navegador não permitem que o editor excute operações de recortar automaticamente. Por favor, utilize o teclado para recortar (Ctrl+X).",
PasteErrorCopy : "As configurações de segurança do seu navegador não permitem que o editor excute operações de copiar automaticamente. Por favor, utilize o teclado para copiar (Ctrl+C).",
 
PasteAsText : "Colar como Texto sem Formatação",
PasteAsText : "Colar como Texto sem Formatação",
PasteFromWord : "Colar do Word",
 
DlgPasteMsg2 : "Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.",
DlgPasteSec : "As configurações de segurança do seu navegador não permitem que o editor acesse os dados da área de transferência diretamente. Por favor cole o conteúdo novamente nesta janela.",
DlgPasteIgnoreFont : "Ignorar definições de fonte",
DlgPasteRemoveStyles : "Remove definições de estilo",
DlgPasteMsg : "Não foi possível execurar o comando colar automaticamente devido às <STRONG>configurações de segurança</STRONG> seu navegador.<BR>Cole o conteúdo desejado dentro da seguinte caixa texto utilizando a tecla de atalho (<STRONG>Ctrl+V</STRONG>) e clique em <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automático",
ColorAutomatic : "Automático",
ColorMoreColors : "Mais Cores...",
 
// Document Properties
381,12 → 320,12
DocProps : "Propriedades Documento",
 
// Anchor Dialog
DlgAnchorTitle : "Formatar Âncora",
DlgAnchorName : "Nome da Âncora",
DlgAnchorErrorName : "Por favor, digite o nome da âncora",
DlgAnchorTitle : "Formatar Âncora",
DlgAnchorName : "Nome da Âncora",
DlgAnchorErrorName : "Por favor, digite o nome da âncora",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Não encontrada",
DlgSpellNotInDic : "Não encontrada",
DlgSpellChangeTo : "Alterar para",
DlgSpellBtnIgnore : "Ignorar uma vez",
DlgSpellBtnIgnoreAll : "Ignorar Todas",
393,21 → 332,18
DlgSpellBtnReplace : "Alterar",
DlgSpellBtnReplaceAll : "Alterar Todas",
DlgSpellBtnUndo : "Desfazer",
DlgSpellNoSuggestions : "-sem sugestões de ortografia-",
DlgSpellProgress : "Verificação ortográfica em andamento...",
DlgSpellNoMispell : "Verificação encerrada: Não foram encontrados erros de ortografia",
DlgSpellNoChanges : "Verificação ortográfica encerrada: Não houve alterações",
DlgSpellOneChange : "Verificação ortográfica encerrada: Uma palavra foi alterada",
DlgSpellManyChanges : "Verificação ortográfica encerrada: %1 foram alteradas",
DlgSpellNoSuggestions : "-sem sugestões de ortografia-",
DlgSpellProgress : "Verificação ortográfica em andamento...",
DlgSpellNoMispell : "Verificação ortográfica encerrada: Não foram encontrados erros de ortografia",
DlgSpellNoChanges : "Verificação ortográfica encerrada: Não houve alterações",
DlgSpellOneChange : "Verificação ortográfica encerrada: Uma palavra foi alterada",
DlgSpellManyChanges : "Verificação ortográfica encerrada: %1 foram alteradas",
 
IeSpellDownload : "A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?",
IeSpellDownload : "A verificação ortográfica não foi instalada. Você gostaria de realizar o download agora?",
 
// Button Dialog
DlgButtonText : "Texto (Valor)",
DlgButtonType : "Tipo",
DlgButtonTypeBtn : "Botão",
DlgButtonTypeSbm : "Enviar",
DlgButtonTypeRst : "Limpar",
DlgButtonText : "Texto (Valor)",
DlgButtonType : "Tipo",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nome",
417,7 → 353,7
// Form Dialog
DlgFormName : "Nome",
DlgFormAction : "Action",
DlgFormMethod : "Método",
DlgFormMethod : "Método",
 
// Select Field Dialog
DlgSelectName : "Nome",
424,8 → 360,8
DlgSelectValue : "Valor",
DlgSelectSize : "Tamanho",
DlgSelectLines : "linhas",
DlgSelectChkMulti : "Permitir múltiplas seleções",
DlgSelectOpAvail : "Opções disponíveis",
DlgSelectChkMulti : "Permitir múltiplas seleções",
DlgSelectOpAvail : "Opções disponíveis",
DlgSelectOpText : "Texto",
DlgSelectOpValue : "Valor",
DlgSelectBtnAdd : "Adicionar",
444,7 → 380,7
DlgTextName : "Nome",
DlgTextValue : "Valor",
DlgTextCharWidth : "Comprimento (em caracteres)",
DlgTextMaxChars : "Número Máximo de Caracteres",
DlgTextMaxChars : "Número Máximo de Caracteres",
DlgTextType : "Tipo",
DlgTextTypeText : "Texto",
DlgTextTypePass : "Senha",
455,17 → 391,16
 
// Bulleted List Dialog
BulletedListProp : "Formatar Marcadores",
NumberedListProp : "Formatar Numeração",
DlgLstStart : "Iniciar",
NumberedListProp : "Formatar Numeração",
DlgLstType : "Tipo",
DlgLstTypeCircle : "Círculo",
DlgLstTypeDisc : "Disco",
DlgLstTypeCircle : "Círculo",
DlgLstTypeDisk : "Disco",
DlgLstTypeSquare : "Quadrado",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
DlgLstTypeSRoman : "Números Romanos Minúsculos (i, ii, iii)",
DlgLstTypeLRoman : "Números Romanos Maiúsculos (I, II, III)",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "Letras Minúsculas (a, b, c)",
DlgLstTypeUCase : "Letras Maiúsculas (A, B, C)",
DlgLstTypeSRoman : "Números Romanos Minúsculos (i, ii, iii)",
DlgLstTypeLRoman : "Números Romanos Maiúsculos (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Geral",
473,26 → 408,17
DlgDocColorsTab : "Cores e Margens",
DlgDocMetaTab : "Meta Dados",
 
DlgDocPageTitle : "Título da Página",
DlgDocLangDir : "Direção do Idioma",
DlgDocPageTitle : "Título da Página",
DlgDocLangDir : "Direção do Idioma",
DlgDocLangDirLTR : "Esquerda para Direita (LTR)",
DlgDocLangDirRTL : "Direita para Esquerda (RTL)",
DlgDocLangCode : "Código do Idioma",
DlgDocCharSet : "Codificação de Caracteres",
DlgDocCharSetCE : "Europa Central",
DlgDocCharSetCT : "Chinês Tradicional (Big5)",
DlgDocCharSetCR : "Cirílico",
DlgDocCharSetGR : "Grego",
DlgDocCharSetJP : "Japonês",
DlgDocCharSetKR : "Coreano",
DlgDocCharSetTR : "Turco",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Europa Ocidental",
DlgDocCharSetOther : "Outra Codificação de Caracteres",
DlgDocLangCode : "Código do Idioma",
DlgDocCharSet : "Codificação de Caracteres",
DlgDocCharSetOther : "Outra Codificação de Caracteres",
 
DlgDocDocType : "Cabeçalho Tipo de Documento",
DlgDocDocType : "Cabeçalho Tipo de Documento",
DlgDocDocTypeOther : "Other Document Type Heading",
DlgDocIncXHTML : "Incluir Declarações XHTML",
DlgDocIncXHTML : "Incluir Declarações XHTML",
DlgDocBgColor : "Cor do Plano de Fundo",
DlgDocBgImage : "URL da Imagem de Plano de Fundo",
DlgDocBgNoScroll : "Plano de Fundo Fixo",
500,13 → 426,13
DlgDocCLink : "Hiperlink",
DlgDocCVisited : "Hiperlink Visitado",
DlgDocCActive : "Hiperlink Ativo",
DlgDocMargins : "Margens da Página",
DlgDocMargins : "Margens da Página",
DlgDocMaTop : "Superior",
DlgDocMaLeft : "Inferior",
DlgDocMaRight : "Direita",
DlgDocMaBottom : "Inferior",
DlgDocMeIndex : "Palavras-chave de Indexação do Documento (separadas por vírgula)",
DlgDocMeDescr : "Descrição do Documento",
DlgDocMeIndex : "Palavras-chave de Indexação do Documento (separadas por vírgula)",
DlgDocMeDescr : "Descrição do Documento",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Direitos Autorais",
DlgDocPreview : "Visualizar",
513,22 → 439,15
 
// Templates Dialog
Templates : "Modelos de layout",
DlgTemplatesTitle : "Modelo de layout do conteúdo",
DlgTemplatesSelMsg : "Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):",
DlgTemplatesTitle : "Modelo de layout do conteúdo",
DlgTemplatesSelMsg : "Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):",
DlgTemplatesLoading : "Carregando a lista de modelos de layout. Aguarde...",
DlgTemplatesNoTpl : "(Não foram definidos modelos de layout)",
DlgTemplatesReplace : "Substituir o conteúdo atual",
DlgTemplatesNoTpl : "(Não foram definidos modelos de layout)",
 
// About Dialog
DlgAboutAboutTab : "Sobre",
DlgAboutBrowserInfoTab : "Informações do Navegador",
DlgAboutLicenseTab : "Licença",
DlgAboutVersion : "versão",
DlgAboutInfo : "Para maiores informações visite",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutBrowserInfoTab : "Informações do Navegador",
DlgAboutVersion : "versão",
DlgAboutLicense : "Licenciado sobre os termos da GNU Lesser General Public License",
DlgAboutInfo : "Para maiores informações visite"
}
/trunk/api/fckeditor/editor/lang/tr.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Turkish language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: tr.js
* Turkish language file.
*
* File Authors:
* Bogac Guven (bogacmx@yahoo.com)
*/
 
var FCKLang =
{
26,509 → 20,434
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Araç Çubuğunu Kapat",
ToolbarExpand : "Araç Çubuğunu Aç",
ToolbarCollapse : "Araç Çubugunu Kapat",
ToolbarExpand : "Araç Çubugunu Aç",
 
// Toolbar Items and Context Menu
Save : "Kaydet",
NewPage : "Yeni Sayfa",
Preview : "Ön İzleme",
Preview : "Ön Izleme",
Cut : "Kes",
Copy : "Kopyala",
Paste : "Yapıştır",
PasteText : "Düzyazı Olarak Yapıştır",
PasteWord : "Word'den Yapıştır",
Print : "Yazdır",
SelectAll : "Tümünü Seç",
RemoveFormat : "Biçimi Kaldır",
InsertLinkLbl : "Köprü",
InsertLink : "Köprü Ekle/Düzenle",
RemoveLink : "Köprü Kaldır",
VisitLink : "Köprü Aç",
Anchor : "Çapa Ekle/Düzenle",
AnchorDelete : "Çapa Sil",
Paste : "Yapistir",
PasteText : "Düzyazi Olarak Yapistir",
PasteWord : "Word'den Yapistir",
Print : "Yazdir",
SelectAll : "Tümünü Seç",
RemoveFormat : "Biçimi Kaldir",
InsertLinkLbl : "Köprü",
InsertLink : "Köprü Ekle/Düzenle",
RemoveLink : "Köprü Kaldir",
Anchor : "Insert/Edit Anchor", //MISSING
InsertImageLbl : "Resim",
InsertImage : "Resim Ekle/Düzenle",
InsertFlashLbl : "Flash",
InsertFlash : "Flash Ekle/Düzenle",
InsertImage : "Resim Ekle/Düzenle",
InsertTableLbl : "Tablo",
InsertTable : "Tablo Ekle/Düzenle",
InsertLineLbl : "Satır",
InsertLine : "Yatay Satır Ekle",
InsertSpecialCharLbl: "Özel Karakter",
InsertSpecialChar : "Özel Karakter Ekle",
InsertSmileyLbl : "İfade",
InsertSmiley : "İfade Ekle",
About : "FCKeditor Hakkında",
Bold : "Kalın",
Italic : "İtalik",
Underline : "Altı Çizgili",
StrikeThrough : "Üstü Çizgili",
InsertTable : "Tablo Ekle/Düzenle",
InsertLineLbl : "Satir",
InsertLine : "Yatay Satir Ekle",
InsertSpecialCharLbl: "Özel Karakter",
InsertSpecialChar : "Özel Karakter Ekle",
InsertSmileyLbl : "Ifade",
InsertSmiley : "Ifade Ekle",
About : "FCKeditor Hakkinda",
Bold : "Kalin",
Italic : "Italik",
Underline : "Alti Çizgili",
StrikeThrough : "Üstü Çizgili",
Subscript : "Alt Simge",
Superscript : "Üst Simge",
LeftJustify : "Sola Dayalı",
CenterJustify : "Ortalanmış",
RightJustify : "Sağa Dayalı",
BlockJustify : "İki Kenara Yaslanmış",
Superscript : "Üst Simge",
LeftJustify : "Sola Dayali",
CenterJustify : "Ortalanmis",
RightJustify : "Saga Dayali",
BlockJustify : "Iki Kenara Yaslanmis",
DecreaseIndent : "Sekme Azalt",
IncreaseIndent : "Sekme Arttır",
Blockquote : "Blok Oluştur",
CreateDiv : "Div Ekle",
EditDiv : "Div Düzenle",
DeleteDiv : "Div Sil",
IncreaseIndent : "Sekme Arttir",
Undo : "Geri Al",
Redo : "Tekrarla",
NumberedListLbl : "Numaralı Liste",
NumberedList : "Numaralı Liste Ekle/Kaldır",
NumberedListLbl : "Numarali Liste",
NumberedList : "Numarali Liste Ekle/Kaldir",
BulletedListLbl : "Simgeli Liste",
BulletedList : "Simgeli Liste Ekle/Kaldır",
ShowTableBorders : "Tablo Kenarlarını Göster",
ShowDetails : "Detayları Göster",
Style : "Biçem",
FontFormat : "Biçim",
Font : "Yazı Türü",
BulletedList : "Simgeli Liste Ekle/Kaldir",
ShowTableBorders : "Tablo Kenarlarini Göster",
ShowDetails : "Detaylari Göster",
Style : "Stil",
FontFormat : "Biçim",
Font : "Yazi Tipi",
FontSize : "Boyut",
TextColor : "Yazı Rengi",
TextColor : "Yazi Rengi",
BGColor : "Arka Renk",
Source : "Kaynak",
Find : "Bul",
Replace : "Değiştir",
SpellCheck : "Yazım Denetimi",
Replace : "Degistir",
SpellCheck : "Yazim Denetimi",
UniversalKeyboard : "Evrensel Klavye",
PageBreakLbl : "Sayfa sonu",
PageBreak : "Sayfa Sonu Ekle",
 
Form : "Form",
Checkbox : "Onay Kutusu",
RadioButton : "Seçenek Düğmesi",
TextField : "Metin Girişi",
Textarea : "Çok Satırlı Metin",
RadioButton : "Seçenek Dügmesi",
TextField : "Metin Girisi",
Textarea : "Çok Satirli Metin",
HiddenField : "Gizli Veri",
Button : "Düğme",
SelectionField : "Seçim Menüsü",
ImageButton : "Resimli Düğme",
Button : "Dügme",
SelectionField : "Seçim Mönüsü",
ImageButton : "Resimli Dügme",
 
FitWindow : "Düzenleyici boyutunu büyüt",
ShowBlocks : "Blokları Göster",
 
// Context Menu
EditLink : "Köprü Düzenle",
CellCM : "Hücre",
RowCM : "Satır",
ColumnCM : "Sütun",
InsertRowAfter : "Satır Ekle - Sonra",
InsertRowBefore : "Satır Ekle - Önce",
DeleteRows : "Satır Sil",
InsertColumnAfter : "Kolon Ekle - Sonra",
InsertColumnBefore : "Kolon Ekle - Önce",
DeleteColumns : "Sütun Sil",
InsertCellAfter : "Hücre Ekle - Sonra",
InsertCellBefore : "Hücre Ekle - Önce",
DeleteCells : "Hücre Sil",
MergeCells : "Hücreleri Birleştir",
MergeRight : "Birleştir - Sağdaki İle ",
MergeDown : "Birleştir - Aşağıdaki İle ",
HorizontalSplitCell : "Hücreyi Yatay Böl",
VerticalSplitCell : "Hücreyi Dikey Böl",
TableDelete : "Tabloyu Sil",
CellProperties : "Hücre Özellikleri",
TableProperties : "Tablo Özellikleri",
ImageProperties : "Resim Özellikleri",
FlashProperties : "Flash Özellikleri",
EditLink : "Köprü Düzenle",
InsertRow : "Satir Ekle",
DeleteRows : "Satir Sil",
InsertColumn : "Sütun Ekle",
DeleteColumns : "Sütun Sil",
InsertCell : "Hücre Ekle",
DeleteCells : "Hücre Sil",
MergeCells : "Hücreleri Birlestir",
SplitCell : "Hücre Böl",
CellProperties : "Hücre Özellikleri",
TableProperties : "Tablo Özellikleri",
ImageProperties : "Resim Özellikleri",
 
AnchorProp : "Çapa Özellikleri",
ButtonProp : "Düğme Özellikleri",
CheckboxProp : "Onay Kutusu Özellikleri",
HiddenFieldProp : "Gizli Veri Özellikleri",
RadioButtonProp : "Seçenek Düğmesi Özellikleri",
ImageButtonProp : "Resimli Düğme Özellikleri",
TextFieldProp : "Metin Girişi Özellikleri",
SelectionFieldProp : "Seçim Menüsü Özellikleri",
TextareaProp : "Çok Satırlı Metin Özellikleri",
FormProp : "Form Özellikleri",
AnchorProp : "Çapa Özellikleri",
ButtonProp : "Dügme Özellikleri",
CheckboxProp : "Onay Kutusu Özellikleri",
HiddenFieldProp : "Gizli Veri Özellikleri",
RadioButtonProp : "Seçenek Dügmesi Özellikleri",
ImageButtonProp : "Resimli Dügme Özellikleri",
TextFieldProp : "Metin Girisi Özellikleri",
SelectionFieldProp : "Seçim Mönüsü Özellikleri",
TextareaProp : "Çok Satirli Metin Özellikleri",
FormProp : "Form Özellikleri",
 
FontFormats : "Normal;Biçimli;Adres;Başlık 1;Başlık 2;Başlık 3;Başlık 4;Başlık 5;Başlık 6;Paragraf (DIV)",
FontFormats : "Normal;Biçimli;Adres;Baslik 1;Baslik 2;Baslik 3;Baslik 4;Baslik 5;Baslik 6;Paragraf (DIV)",
 
// Alerts and Messages
ProcessingXHTML : "XHTML işleniyor. Lütfen bekleyin...",
ProcessingXHTML : "XHTML isleniyor. Lütfen bekleyin...",
Done : "Bitti",
PasteWordConfirm : "Yapıştırdığınız yazı Word'den gelmişe benziyor. Yapıştırmadan önce gereksiz eklentileri silmek ister misiniz?",
NotCompatiblePaste : "Bu komut Internet Explorer 5.5 ve ileriki sürümleri için mevcuttur. Temizlenmeden yapıştırılmasını ister misiniz ?",
UnknownToolbarItem : "Bilinmeyen araç çubugu öğesi \"%1\"",
PasteWordConfirm : "Yapistirdiginiz yazi Word'den gelmise benziyor. Yapistirmadan önce silmek ister misiniz?",
NotCompatiblePaste : "Bu komut Internet Explorer 5.5 ve ileriki sürümleri için mevcuttur. Temizlenmeden yapistirilmasini ister misiniz ?",
UnknownToolbarItem : "Bilinmeyen araç çubugu ögesi \"%1\"",
UnknownCommand : "Bilinmeyen komut \"%1\"",
NotImplemented : "Komut uyarlanamadı",
UnknownToolbarSet : "\"%1\" araç çubuğu öğesi mevcut değil",
NoActiveX : "Kullandığınız tarayıcının güvenlik ayarları bazı özelliklerin kullanılmasını engelliyor. Bu özelliklerin çalışması için \"Run ActiveX controls and plug-ins (Activex ve eklentileri çalıştır)\" seçeneğinin aktif yapılması gerekiyor. Kullanılamayan eklentiler ve hatalar konusunda daha fazla bilgi sahibi olun.",
BrowseServerBlocked : "Kaynak tarayıcısı açılamadı. Tüm \"popup blocker\" programlarının devre dışı olduğundan emin olun. (Yahoo toolbar, Msn toolbar, Google toolbar gibi)",
DialogBlocked : "Diyalog açmak mümkün olmadı. Tüm \"Popup Blocker\" programlarının devre dışı olduğundan emin olun.",
VisitLinkBlocked : "Yeni pencere açmak mümkün olmadı. Tüm \"Popup Blocker\" programlarının devre dışı olduğundan emin olun",
NotImplemented : "Komut uyarlanamadi",
UnknownToolbarSet : "\"%1\" araç çubugu ögesi mevcut degil",
 
// Dialogs
DlgBtnOK : "Tamam",
DlgBtnCancel : "İptal",
DlgBtnCancel : "Iptal",
DlgBtnClose : "Kapat",
DlgBtnBrowseServer : "Sunucuyu Gez",
DlgAdvancedTag : "Gelişmiş",
DlgOpOther : "<Diğer>",
DlgInfoTab : "Bilgi",
DlgAlertUrl : "Lütfen URL girin",
DlgAdvancedTag : "Gelismis",
DlgOpOther : "&lt;Diger&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<tanımlanmamış>",
DlgGenNotSet : "&lt;tanimlanmamis&gt;",
DlgGenId : "Kimlik",
DlgGenLangDir : "Dil Yönü",
DlgGenLangDirLtr : "Soldan Sağa (LTR)",
DlgGenLangDirRtl : "Sağdan Sola (RTL)",
DlgGenLangCode : "Dil Kodlaması",
DlgGenAccessKey : "Erişim Tuşu",
DlgGenName : "Ad",
DlgGenTabIndex : "Sekme İndeksi",
DlgGenLongDescr : "Uzun Tanımlı URL",
DlgGenClass : "Biçem Sayfası Sınıfları",
DlgGenTitle : "Danışma Başlığı",
DlgGenContType : "Danışma İçerik Türü",
DlgGenLinkCharset : "Bağlı Kaynak Karakter Gurubu",
DlgGenStyle : "Biçem",
DlgGenLangDir : "Lisan Yönü",
DlgGenLangDirLtr : "Soldan Saga (LTR)",
DlgGenLangDirRtl : "Sagdan Sola (RTL)",
DlgGenLangCode : "Lisan Kodlamasi",
DlgGenAccessKey : "Erisim Tusu",
DlgGenName : "Isim",
DlgGenTabIndex : "Sekme Indeksi",
DlgGenLongDescr : "Uzun Tanimli URL",
DlgGenClass : "Stil Klaslari",
DlgGenTitle : "Danisma Basligi",
DlgGenContType : "Danisma Içerik Türü",
DlgGenLinkCharset : "Bagli Kaynak Karakter Gurubu",
DlgGenStyle : "Stil",
 
// Image Dialog
DlgImgTitle : "Resim Özellikleri",
DlgImgTitle : "Resim Özellikleri",
DlgImgInfoTab : "Resim Bilgisi",
DlgImgBtnUpload : "Sunucuya Yolla",
DlgImgURL : "URL",
DlgImgUpload : "Karşıya Yükle",
DlgImgAlt : "Alternatif Yazı",
DlgImgWidth : "Genişlik",
DlgImgHeight : "Yükseklik",
DlgImgLockRatio : "Oranı Kilitle",
DlgBtnResetSize : "Boyutu Başa Döndür",
DlgImgUpload : "Karsiya Yükle",
DlgImgAlt : "Alternatif Yazi",
DlgImgWidth : "Genislik",
DlgImgHeight : "Yükseklik",
DlgImgLockRatio : "Orani Kilitle",
DlgBtnResetSize : "Boyutu Basa Döndür",
DlgImgBorder : "Kenar",
DlgImgHSpace : "Yatay Boşluk",
DlgImgVSpace : "Dikey Boşluk",
DlgImgHSpace : "Yatay Bosluk",
DlgImgVSpace : "Dikey Bosluk",
DlgImgAlign : "Hizalama",
DlgImgAlignLeft : "Sol",
DlgImgAlignAbsBottom: "Tam Altı",
DlgImgAlignAbsMiddle: "Tam Ortası",
DlgImgAlignBaseline : "Taban Çizgisi",
DlgImgAlignAbsBottom: "Tam Alti",
DlgImgAlignAbsMiddle: "Tam Ortasi",
DlgImgAlignBaseline : "Taban Çizgisi",
DlgImgAlignBottom : "Alt",
DlgImgAlignMiddle : "Orta",
DlgImgAlignRight : "Sağ",
DlgImgAlignTextTop : "Yazı Tepeye",
DlgImgAlignRight : "Sag",
DlgImgAlignTextTop : "Yazi Tepeye",
DlgImgAlignTop : "Tepe",
DlgImgPreview : "Ön İzleme",
DlgImgAlertUrl : "Lütfen resmin URL'sini yazınız",
DlgImgLinkTab : "Köprü",
DlgImgPreview : "Ön Izleme",
DlgImgAlertUrl : "Lütfen resimin URL'sini yaziniz",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash Özellikleri",
DlgFlashChkPlay : "Otomatik Oynat",
DlgFlashChkLoop : "Döngü",
DlgFlashChkMenu : "Flash Menüsünü Kullan",
DlgFlashScale : "Boyutlandır",
DlgFlashScaleAll : "Hepsini Göster",
DlgFlashScaleNoBorder : "Kenar Yok",
DlgFlashScaleFit : "Tam Sığdır",
 
// Link Dialog
DlgLnkWindowTitle : "Köprü",
DlgLnkInfoTab : "Köprü Bilgisi",
DlgLnkWindowTitle : "Köprü",
DlgLnkInfoTab : "Köprü Bilgisi",
DlgLnkTargetTab : "Hedef",
 
DlgLnkType : "Köprü Türü",
DlgLnkType : "Köprü Türü",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Bu sayfada çapa",
DlgLnkTypeAnchor : "Bu sayfada çapa",
DlgLnkTypeEMail : "E-Posta",
DlgLnkProto : "Protokol",
DlgLnkProtoOther : "<diğer>",
DlgLnkProtoOther : "&lt;diger&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Çapa Seç",
DlgLnkAnchorByName : "Çapa Adı ile",
DlgLnkAnchorById : "Eleman Kimlik Numarası ile",
DlgLnkNoAnchors : "(Bu belgede hiç çapa yok)",
DlgLnkAnchorSel : "Çapa Seç",
DlgLnkAnchorByName : "Çapa Ismi ile",
DlgLnkAnchorById : "Eleman Id ile",
DlgLnkNoAnchors : "&lt;Bu dokümanda hiç çapa yok&gt;",
DlgLnkEMail : "E-Posta Adresi",
DlgLnkEMailSubject : "İleti Konusu",
DlgLnkEMailBody : "İleti Gövdesi",
DlgLnkUpload : "Karşıya Yükle",
DlgLnkBtnUpload : "Sunucuya Gönder",
DlgLnkEMailSubject : "Mesaj Konusu",
DlgLnkEMailBody : "Mesaj Vücudu",
DlgLnkUpload : "Karsiya Yükle",
DlgLnkBtnUpload : "Sunucuya Gönder",
 
DlgLnkTarget : "Hedef",
DlgLnkTargetFrame : "<çerçeve>",
DlgLnkTargetPopup : "<yeni açılan pencere>",
DlgLnkTargetFrame : "&lt;çerçeve&gt;",
DlgLnkTargetPopup : "&lt;yeni açilan pencere&gt;",
DlgLnkTargetBlank : "Yeni Pencere(_blank)",
DlgLnkTargetParent : "Anne Pencere (_parent)",
DlgLnkTargetSelf : "Kendi Penceresi (_self)",
DlgLnkTargetTop : "En Üst Pencere (_top)",
DlgLnkTargetFrameName : "Hedef Çerçeve Adı",
DlgLnkPopWinName : "Yeni Açılan Pencere Adı",
DlgLnkPopWinFeat : "Yeni Açılan Pencere Özellikleri",
DlgLnkPopResize : "Boyutlandırılabilir",
DlgLnkPopLocation : "Yer Çubuğu",
DlgLnkPopMenu : "Menü Çubuğu",
DlgLnkPopScroll : "Kaydırma Çubukları",
DlgLnkPopStatus : "Durum Çubuğu",
DlgLnkPopToolbar : "Araç Çubuğu",
DlgLnkTargetTop : "En Üst Pencere (_top)",
DlgLnkTargetFrameName : "Hedef Çerçeve Ismi",
DlgLnkPopWinName : "Yeni Açilan Pencere Ismi",
DlgLnkPopWinFeat : "Yeni Açilan Pencere Özellikleri",
DlgLnkPopResize : "Boyutlandirilabilir",
DlgLnkPopLocation : "Yer Çubugu",
DlgLnkPopMenu : "Mönü Çubugu",
DlgLnkPopScroll : "Kaydirma Çubuklari",
DlgLnkPopStatus : "Statü Çubugu",
DlgLnkPopToolbar : "Araç Çubugu",
DlgLnkPopFullScrn : "Tam Ekran (IE)",
DlgLnkPopDependent : "Bağımlı (Netscape)",
DlgLnkPopWidth : "Genişlik",
DlgLnkPopHeight : "Yükseklik",
DlgLnkPopLeft : "Sola Göre Konum",
DlgLnkPopTop : "Yukarıya Göre Konum",
DlgLnkPopDependent : "Bagli-Dependent- (Netscape)",
DlgLnkPopWidth : "Genislik",
DlgLnkPopHeight : "Yükseklik",
DlgLnkPopLeft : "Sola Göre Pozisyon",
DlgLnkPopTop : "Yukariya Göre Pozisyon",
 
DlnLnkMsgNoUrl : "Lütfen köprü URL'sini yazın",
DlnLnkMsgNoEMail : "Lütfen E-posta adresini yazın",
DlnLnkMsgNoAnchor : "Lütfen bir çapa seçin",
DlnLnkMsgInvPopName : "Açılır pencere adı abecesel bir karakterle başlamalı ve boşluk içermemelidir",
DlnLnkMsgNoUrl : "Lütfen köprü URL'sini yazin",
DlnLnkMsgNoEMail : "Lütfen E-posta adresini yazin",
DlnLnkMsgNoAnchor : "Lütfen bir çapa seçin",
 
// Color Dialog
DlgColorTitle : "Renk Seç",
DlgColorTitle : "Renk Seç",
DlgColorBtnClear : "Temizle",
DlgColorHighlight : "Vurgula",
DlgColorSelected : "Seçilmiş",
DlgColorHighlight : "Belirle",
DlgColorSelected : "Seçilmis",
 
// Smiley Dialog
DlgSmileyTitle : "İfade Ekle",
DlgSmileyTitle : "Ifade Ekle",
 
// Special Character Dialog
DlgSpecialCharTitle : "Özel Karakter Seç",
DlgSpecialCharTitle : "Özel Karakter Seç",
 
// Table Dialog
DlgTableTitle : "Tablo Özellikleri",
DlgTableRows : "Satırlar",
DlgTableColumns : "Sütunlar",
DlgTableBorder : "Kenar Kalınlığı",
DlgTableTitle : "Tablo Özellikleri",
DlgTableRows : "Satirlar",
DlgTableColumns : "Sütunlar",
DlgTableBorder : "Kenar Kalinligi",
DlgTableAlign : "Hizalama",
DlgTableAlignNotSet : "<Tanımlanmamış>",
DlgTableAlignNotSet : "<Tanimlanmamis>",
DlgTableAlignLeft : "Sol",
DlgTableAlignCenter : "Merkez",
DlgTableAlignRight : "Sağ",
DlgTableWidth : "Genişlik",
DlgTableAlignRight : "Sag",
DlgTableWidth : "Genislik",
DlgTableWidthPx : "piksel",
DlgTableWidthPc : "yüzde",
DlgTableHeight : "Yükseklik",
DlgTableCellSpace : "Izgara kalınlığı",
DlgTableCellPad : "Izgara yazı arası",
DlgTableCaption : "Başlık",
DlgTableSummary : "Özet",
DlgTableHeaders : "Başlıklar",
DlgTableHeadersNone : "Yok",
DlgTableHeadersColumn : "İlk Sütun",
DlgTableHeadersRow : "İlk Satır",
DlgTableHeadersBoth : "Her İkisi",
DlgTableWidthPc : "yüzde",
DlgTableHeight : "Yükseklik",
DlgTableCellSpace : "Izgara kalinligi",
DlgTableCellPad : "Izgara yazi arasi",
DlgTableCaption : "Baslik",
 
// Table Cell Dialog
DlgCellTitle : "Hücre Özellikleri",
DlgCellWidth : "Genişlik",
DlgCellTitle : "Hücre Özellikleri",
DlgCellWidth : "Genislik",
DlgCellWidthPx : "piksel",
DlgCellWidthPc : "yüzde",
DlgCellHeight : "Yükseklik",
DlgCellWordWrap : "Sözcük Kaydır",
DlgCellWordWrapNotSet : "<Tanımlanmamış>",
DlgCellWidthPc : "yüzde",
DlgCellHeight : "Yükseklik",
DlgCellWordWrap : "Sözcük Kaydir",
DlgCellWordWrapNotSet : "&lt;Tanimlanmamis&gt;",
DlgCellWordWrapYes : "Evet",
DlgCellWordWrapNo : "Hayır",
DlgCellWordWrapNo : "Hayir",
DlgCellHorAlign : "Yatay Hizalama",
DlgCellHorAlignNotSet : "<Tanımlanmamış>",
DlgCellHorAlignNotSet : "&lt;Tanimlanmamis&gt;",
DlgCellHorAlignLeft : "Sol",
DlgCellHorAlignCenter : "Merkez",
DlgCellHorAlignRight: "Sağ",
DlgCellHorAlignRight: "Sag",
DlgCellVerAlign : "Dikey Hizalama",
DlgCellVerAlignNotSet : "<Tanımlanmamış>",
DlgCellVerAlignNotSet : "&lt;Tanimlanmamis&gt;",
DlgCellVerAlignTop : "Tepe",
DlgCellVerAlignMiddle : "Orta",
DlgCellVerAlignBottom : "Alt",
DlgCellVerAlignBaseline : "Taban Çizgisi",
DlgCellType : "Hücre Tipi",
DlgCellTypeData : "Veri",
DlgCellTypeHeader : "Başlık",
DlgCellRowSpan : "Satır Kapla",
DlgCellCollSpan : "Sütun Kapla",
DlgCellVerAlignBaseline : "Taban Çizgisi",
DlgCellRowSpan : "Satir Kapla",
DlgCellCollSpan : "Sütun Kapla",
DlgCellBackColor : "Arka Plan Rengi",
DlgCellBorderColor : "Kenar Rengi",
DlgCellBtnSelect : "Seç...",
DlgCellBtnSelect : "Seç...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Bul ve Değiştir",
 
// Find Dialog
DlgFindTitle : "Bul",
DlgFindFindBtn : "Bul",
DlgFindNotFoundMsg : "Belirtilen yazı bulunamadı.",
DlgFindNotFoundMsg : "Belirtilen yazi bulunamadi.",
 
// Replace Dialog
DlgReplaceTitle : "Değiştir",
DlgReplaceTitle : "Degistir",
DlgReplaceFindLbl : "Aranan:",
DlgReplaceReplaceLbl : "Bununla değiştir:",
DlgReplaceCaseChk : "Büyük/küçük harf duyarlı",
DlgReplaceReplaceBtn : "Değiştir",
DlgReplaceReplAllBtn : "Tümünü Değiştir",
DlgReplaceWordChk : "Kelimenin tamamı uysun",
DlgReplaceReplaceLbl : "Bunla degistir:",
DlgReplaceCaseChk : "Büyük/küçük harf duyarli",
DlgReplaceReplaceBtn : "Degistir",
DlgReplaceReplAllBtn : "Tümünü Degistir",
DlgReplaceWordChk : "Kelimenin tamami uysun",
 
// Paste Operations / Dialog
PasteErrorCut : "Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kesme işlemine izin vermiyor. İşlem için (Ctrl+X) tuşlarını kullanın.",
PasteErrorCopy : "Gezgin yazılımınızın güvenlik ayarları düzenleyicinin otomatik kopyalama işlemine izin vermiyor. İşlem için (Ctrl+C) tuşlarını kullanın.",
PasteErrorPaste : "Gezgin yaziliminizin güvenlik ayarlari editörün otomatik yapistirma islemine izin vermiyor. Islem için (Ctrl+V) tuslarini kullanin.",
PasteErrorCut : "Gezgin yaziliminizin güvenlik ayarlari editörün otomatik kesme islemine izin vermiyor. Islem için (Ctrl+X) tuslarini kullanin.",
PasteErrorCopy : "Gezgin yaziliminizin güvenlik ayarlari editörün otomatik kopyalama islemine izin vermiyor. Islem için (Ctrl+C) tuslarini kullanin.",
 
PasteAsText : "Düz Metin Olarak Yapıştır",
PasteFromWord : "Word'den yapıştır",
PasteAsText : "Düz Metin Olarak Yapistir",
PasteFromWord : "Word'den yapistir",
 
DlgPasteMsg2 : "Lütfen aşağıdaki kutunun içine yapıştırın. (<STRONG>Ctrl+V</STRONG>) ve <STRONG>Tamam</STRONG> butonunu tıklayın.",
DlgPasteSec : "Gezgin yazılımınızın güvenlik ayarları düzenleyicinin direkt olarak panoya erişimine izin vermiyor. Bu pencere içine tekrar yapıştırmalısınız..",
DlgPasteIgnoreFont : "Yazı Tipi tanımlarını yoksay",
DlgPasteRemoveStyles : "Biçem Tanımlarını çıkar",
DlgPasteMsg : "Gezgin yaziliminizin <STRONG>güvenlik ayarlari</STRONG> editörün otomatik yapistirma islemine izin vermiyor.<BR>Lütfen yandaki kutuya klavyenin (<STRONG>Ctrl+V</STRONG>) tuslarini kullanarak yapistirin ve <STRONG>Tamam</STRONG>'a basin.",
 
// Color Picker
ColorAutomatic : "Otomatik",
ColorMoreColors : "Diğer renkler...",
ColorMoreColors : "Diger renkler...",
 
// Document Properties
DocProps : "Belge Özellikleri",
DocProps : "Doküman Özellikleri",
 
// Anchor Dialog
DlgAnchorTitle : "Çapa Özellikleri",
DlgAnchorName : "Çapa Adı",
DlgAnchorErrorName : "Lütfen çapa için ad giriniz",
DlgAnchorTitle : "Çapa Özellikleri",
DlgAnchorName : "Çapa Ismi",
DlgAnchorErrorName : "Lütfen çapa için isim giriniz",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Sözlükte Yok",
DlgSpellChangeTo : "Şuna değiştir:",
DlgSpellNotInDic : "Sözlükte Yok",
DlgSpellChangeTo : "Suna degistir:",
DlgSpellBtnIgnore : "Yoksay",
DlgSpellBtnIgnoreAll : "Tümünü Yoksay",
DlgSpellBtnReplace : "Değiştir",
DlgSpellBtnReplaceAll : "Tümünü Değiştir",
DlgSpellBtnIgnoreAll : "Tümünü Yoksay",
DlgSpellBtnReplace : "Degistir",
DlgSpellBtnReplaceAll : "Tümünü Degistir",
DlgSpellBtnUndo : "Geri Al",
DlgSpellNoSuggestions : "- Öneri Yok -",
DlgSpellProgress : "Yazım denetimi işlemde...",
DlgSpellNoMispell : "Yazım denetimi tamamlandı: Yanlış yazıma rastlanmadı",
DlgSpellNoChanges : "Yazım denetimi tamamlandı: Hiçbir kelime değiştirilmedi",
DlgSpellOneChange : "Yazım denetimi tamamlandı: Bir kelime değiştirildi",
DlgSpellManyChanges : "Yazım denetimi tamamlandı: %1 kelime değiştirildi",
DlgSpellNoSuggestions : "- Öneri Yok -",
DlgSpellProgress : "Yazim denetimi islemde...",
DlgSpellNoMispell : "Yazim denetimi tamamlandi: Yanlis yazima raslanmadi",
DlgSpellNoChanges : "Yazim denetimi tamamlandi: Hiçbir kelime degistirilmedi",
DlgSpellOneChange : "Yazim denetimi tamamlandi: Bir kelime degistirildi",
DlgSpellManyChanges : "Yazim denetimi tamamlandi: %1 kelime degistirildi",
 
IeSpellDownload : "Yazım denetimi yüklenmemiş. Şimdi yüklemek ister misiniz?",
IeSpellDownload : "Yazim denetimi yüklenmemis. Simdi yüklemek ister misiniz?",
 
// Button Dialog
DlgButtonText : "Metin (Değer)",
DlgButtonType : "Tip",
DlgButtonTypeBtn : "Düğme",
DlgButtonTypeSbm : "Gönder",
DlgButtonTypeRst : "Sıfırla",
DlgButtonText : "Metin (Deger)",
DlgButtonType : "Tip",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Ad",
DlgCheckboxValue : "Değer",
DlgCheckboxSelected : "Seçili",
DlgCheckboxName : "Isim",
DlgCheckboxValue : "Deger",
DlgCheckboxSelected : "Seçili",
 
// Form Dialog
DlgFormName : "Ad",
DlgFormAction : "İşlem",
DlgFormMethod : "Yöntem",
DlgFormName : "Isim",
DlgFormAction : "Islem",
DlgFormMethod : "Metod",
 
// Select Field Dialog
DlgSelectName : "Ad",
DlgSelectValue : "Değer",
DlgSelectName : "Isim",
DlgSelectValue : "Deger",
DlgSelectSize : "Boyut",
DlgSelectLines : "satır",
DlgSelectChkMulti : "Çoklu seçime izin ver",
DlgSelectOpAvail : "Mevcut Seçenekler",
DlgSelectLines : "satir",
DlgSelectChkMulti : "Çoklu seçime izin ver",
DlgSelectOpAvail : "Mevcut Seçenekler",
DlgSelectOpText : "Metin",
DlgSelectOpValue : "Değer",
DlgSelectOpValue : "Deger",
DlgSelectBtnAdd : "Ekle",
DlgSelectBtnModify : "Düzenle",
DlgSelectBtnUp : "Yukarı",
DlgSelectBtnDown : "Aşağı",
DlgSelectBtnSetValue : "Seçili değer olarak ata",
DlgSelectBtnModify : "Düzenle",
DlgSelectBtnUp : "Yukari",
DlgSelectBtnDown : "Asagi",
DlgSelectBtnSetValue : "Seçili deger olarak ata",
DlgSelectBtnDelete : "Sil",
 
// Textarea Dialog
DlgTextareaName : "Ad",
DlgTextareaCols : "Sütunlar",
DlgTextareaRows : "Satırlar",
DlgTextareaName : "Isim",
DlgTextareaCols : "Sütunlar",
DlgTextareaRows : "Satirlar",
 
// Text Field Dialog
DlgTextName : "Ad",
DlgTextValue : "Değer",
DlgTextCharWidth : "Karakter Genişliği",
DlgTextName : "Isim",
DlgTextValue : "Deger",
DlgTextCharWidth : "Karakter Genisligi",
DlgTextMaxChars : "En Fazla Karakter",
DlgTextType : "Tür",
DlgTextType : "Tip",
DlgTextTypeText : "Metin",
DlgTextTypePass : "Parola",
DlgTextTypePass : "Sifre",
 
// Hidden Field Dialog
DlgHiddenName : "Ad",
DlgHiddenValue : "Değer",
DlgHiddenName : "Isim",
DlgHiddenValue : "Deger",
 
// Bulleted List Dialog
BulletedListProp : "Simgeli Liste Özellikleri",
NumberedListProp : "Numaralı Liste Özellikleri",
DlgLstStart : "Başlangıç",
BulletedListProp : "Simgeli Liste Özellikleri",
NumberedListProp : "Numarali Liste Özellikleri",
DlgLstType : "Tip",
DlgLstTypeCircle : "Çember",
DlgLstTypeDisc : "Disk",
DlgLstTypeCircle : "Çember",
DlgLstTypeDisk : "Daire",
DlgLstTypeSquare : "Kare",
DlgLstTypeNumbers : "Sayılar (1, 2, 3)",
DlgLstTypeLCase : "Küçük Harfler (a, b, c)",
DlgLstTypeUCase : "Büyük Harfler (A, B, C)",
DlgLstTypeSRoman : "Küçük Romen Rakamları (i, ii, iii)",
DlgLstTypeLRoman : "Büyük Romen Rakamları (I, II, III)",
DlgLstTypeNumbers : "Sayilar (1, 2, 3)",
DlgLstTypeLCase : "Küçük Harfler (a, b, c)",
DlgLstTypeUCase : "Büyük Harfler (A, B, C)",
DlgLstTypeSRoman : "Küçük Romen Rakamlari (i, ii, iii)",
DlgLstTypeLRoman : "Büyük Romen Rakamlari (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Genel",
DlgDocBackTab : "Arka Plan",
DlgDocColorsTab : "Renkler ve Kenar Boşlukları",
DlgDocMetaTab : "Tanım Bilgisi (Meta)",
DlgDocColorsTab : "Renler ve Mesafeler",
DlgDocMetaTab : "Tanim Bilgisi (Meta)",
 
DlgDocPageTitle : "Sayfa Başlığı",
DlgDocLangDir : "Dil Yönü",
DlgDocLangDirLTR : "Soldan Sağa (LTR)",
DlgDocLangDirRTL : "Sağdan Sola (RTL)",
DlgDocLangCode : "Dil Kodu",
DlgDocCharSet : "Karakter Kümesi Kodlaması",
DlgDocCharSetCE : "Orta Avrupa",
DlgDocCharSetCT : "Geleneksel Çince (Big5)",
DlgDocCharSetCR : "Kiril",
DlgDocCharSetGR : "Yunanca",
DlgDocCharSetJP : "Japonca",
DlgDocCharSetKR : "Korece",
DlgDocCharSetTR : "Türkçe",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Batı Avrupa",
DlgDocCharSetOther : "Diğer Karakter Kümesi Kodlaması",
DlgDocPageTitle : "Sayfa Basligi",
DlgDocLangDir : "Lisan Yönü",
DlgDocLangDirLTR : "Soldan Saga (LTR)",
DlgDocLangDirRTL : "Sagdan Sola (RTL)",
DlgDocLangCode : "Lisan Kodu",
DlgDocCharSet : "Karakter Kümesi Kodlamasi",
DlgDocCharSetOther : "Diger Karakter Kümesi Kodlamasi",
 
DlgDocDocType : "Belge Türü Başlığı",
DlgDocDocTypeOther : "Diğer Belge Türü Başlığı",
DlgDocDocType : "Doküman Türü Basligi",
DlgDocDocTypeOther : "Diger Doküman Türü Basligi",
DlgDocIncXHTML : "XHTML Bildirimlerini Dahil Et",
DlgDocBgColor : "Arka Plan Rengi",
DlgDocBgImage : "Arka Plan Resim URLsi",
DlgDocBgNoScroll : "Sabit Arka Plan",
DlgDocCText : "Metin",
DlgDocCLink : "Köprü",
DlgDocCVisited : "Ziyaret Edilmiş Köprü",
DlgDocCActive : "Etkin Köprü",
DlgDocMargins : "Kenar Boşlukları",
DlgDocCLink : "Köprü",
DlgDocCVisited : "Görülmüs Köprü",
DlgDocCActive : "Aktif Köprü",
DlgDocMargins : "Kenar Bosluklari",
DlgDocMaTop : "Tepe",
DlgDocMaLeft : "Sol",
DlgDocMaRight : "Sağ",
DlgDocMaRight : "Sag",
DlgDocMaBottom : "Alt",
DlgDocMeIndex : "Belge Dizinleme Anahtar Kelimeleri (virgülle ayrılmış)",
DlgDocMeDescr : "Belge Tanımı",
DlgDocMeIndex : "Doküman Indeksleme Anahtar Kelimeleri (virgülle ayrilmis)",
DlgDocMeDescr : "Doküman Tanimi",
DlgDocMeAuthor : "Yazar",
DlgDocMeCopy : "Telif",
DlgDocPreview : "Ön İzleme",
DlgDocPreview : "Ön Izleme",
 
// Templates Dialog
Templates : "Şablonlar",
DlgTemplatesTitle : "İçerik Şablonları",
DlgTemplatesSelMsg : "Düzenleyicide açmak için lütfen bir şablon seçin.<br>(hali hazırdaki içerik kaybolacaktır.):",
DlgTemplatesLoading : "Şablon listesi yüklenmekte. Lütfen bekleyiniz...",
DlgTemplatesNoTpl : "(Belirli bir şablon seçilmedi)",
DlgTemplatesReplace : "Mevcut içerik ile değiştir",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "Hakkında",
DlgAboutAboutTab : "Hakkinda",
DlgAboutBrowserInfoTab : "Gezgin Bilgisi",
DlgAboutLicenseTab : "Lisans",
DlgAboutVersion : "sürüm",
DlgAboutInfo : "Daha fazla bilgi için:",
 
// Div Dialog
DlgDivGeneralTab : "Genel",
DlgDivAdvancedTab : "Gelişmiş",
DlgDivStyle : "Sitil",
DlgDivInlineStyle : "Satıriçi Sitil"
};
DlgAboutVersion : "versiyon",
DlgAboutLicense : "GNU Kisitli Kamu Lisansi (LGPL) kosullari altinda lisanslanmistir",
DlgAboutInfo : "Daha fazla bilgi için:"
}
/trunk/api/fckeditor/editor/lang/fa.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Persian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fa.js
* Persian language file.
*
* File Authors:
* Hamed Taj-Abadi (hamed@ranginkaman.com)
*/
 
var FCKLang =
{
26,397 → 20,339
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "rtl",
 
ToolbarCollapse : "برچیدن نوارابزار",
ToolbarExpand : "گستردن نوارابزار",
ToolbarCollapse : "بستن منوابزار",
ToolbarExpand : "بازکردن منوابزار",
 
// Toolbar Items and Context Menu
Save : "ذخیره",
NewPage : "برگهٴ تازه",
Preview : "پیش‌نمایش",
Save : "ذخيره",
NewPage : "جديد",
Preview : "پيش نمايش",
Cut : "برش",
Copy : "کپی",
Paste : "چسباندن",
PasteText : "چسباندن به عنوان متن ِساده",
PasteWord : "چسباندن از Word",
PasteText : "چسباندن به عنوان متن ساده",
PasteWord : "چسباندن از WORD",
Print : "چاپ",
SelectAll : "گزینش همه",
SelectAll : "انتخاب همه",
RemoveFormat : "برداشتن فرمت",
InsertLinkLbl : "پیوند",
InsertLink : "گنجاندن/ویرایش ِپیوند",
RemoveLink : "برداشتن پیوند",
VisitLink : "باز کردن پیوند",
Anchor : "گنجاندن/ویرایش ِلنگر",
AnchorDelete : "برداشتن لنگر",
InsertImageLbl : "تصویر",
InsertImage : "گنجاندن/ویرایش ِتصویر",
InsertFlashLbl : "Flash",
InsertFlash : "گنجاندن/ویرایش ِFlash",
InsertLinkLbl : "لينک",
InsertLink : "درج/ويرايش لينک",
RemoveLink : "برداشتن لينک",
Anchor : "درج/ويرايش لنگر",
InsertImageLbl : "تصوير",
InsertImage : "درج/ويرايش تصوير",
InsertTableLbl : "جدول",
InsertTable : "گنجاندن/ویرایش ِجدول",
InsertTable : "درج/ويرايش جدول",
InsertLineLbl : "خط",
InsertLine : "گنجاندن خط ِافقی",
InsertSpecialCharLbl: "نویسهٴ ویژه",
InsertSpecialChar : "گنجاندن نویسهٴ ویژه",
InsertLine : "درج خط افقی",
InsertSpecialCharLbl: "شناسه ويژه",
InsertSpecialChar : "درج شناسه ويژه",
InsertSmileyLbl : "خندانک",
InsertSmiley : "گنجاندن خندانک",
About : "دربارهٴ FCKeditor",
Bold : "درشت",
Italic : "خمیده",
Underline : "خط‌زیردار",
StrikeThrough : "میان‌خط",
Subscript : "زیرنویس",
Superscript : "بالانویس",
LeftJustify : "چپ‌چین",
CenterJustify : "میان‌چین",
RightJustify : "راست‌چین",
BlockJustify : "بلوک‌چین",
InsertSmiley : "درج خندانک",
About : "درباره FCKeditor",
Bold : "پررنگ",
Italic : "ايتاليک",
Underline : "زيرخط",
StrikeThrough : "ميان خط",
Subscript : "انديس پائين",
Superscript : "انديس بالا",
LeftJustify : "چپ چين",
CenterJustify : "وسط چين",
RightJustify : "راست چين",
BlockJustify : "بلوک چين",
DecreaseIndent : "کاهش تورفتگی",
IncreaseIndent : "افزایش تورفتگی",
Blockquote : "بلوک نقل قول",
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "واچیدن",
Redo : "بازچیدن",
NumberedListLbl : "فهرست شماره‌دار",
NumberedList : "گنجاندن/برداشتن فهرست شماره‌دار",
BulletedListLbl : "فهرست نقطه‌ای",
BulletedList : "گنجاندن/برداشتن فهرست نقطه‌ای",
ShowTableBorders : "نمایش لبهٴ جدول",
ShowDetails : "نمایش جزئیات",
IncreaseIndent : "افزايش تورفتگی",
Undo : "واچيدن",
Redo : "بازچيدن",
NumberedListLbl : "فهرست عددی",
NumberedList : "درج/برداشتن فهرست عددی",
BulletedListLbl : "فهرست نقطه ای",
BulletedList : "درج/برداشتن فهرست نقطه ای",
ShowTableBorders : "نمايش لبه جدول",
ShowDetails : "نمايش جزئيات",
Style : "سبک",
FontFormat : "فرمت",
Font : "قلم",
FontSize : "اندازه",
TextColor : "رنگ متن",
BGColor : "رنگ پس‌زمینه",
BGColor : "رنگ پس زمينه",
Source : "منبع",
Find : "جستجو",
Replace : "جایگزینی",
SpellCheck : "بررسی املا",
UniversalKeyboard : "صفحه‌کلید جهانی",
PageBreakLbl : "شکستگی ِپایان ِبرگه",
PageBreak : "گنجاندن شکستگی ِپایان ِبرگه",
Replace : "جايگزينی",
SpellCheck : "کنترل املا",
UniversalKeyboard : "صفحه کليد جهانی",
 
Form : "فرم",
Checkbox : "خانهٴ گزینه‌ای",
RadioButton : "دکمهٴ رادیویی",
TextField : "فیلد متنی",
Textarea : "ناحیهٴ متنی",
HiddenField : "فیلد پنهان",
Checkbox : "دکمه گزينه ای",
RadioButton : "دکمه راديويی",
TextField : "فيلد متنی",
Textarea : "ناحيه متنی",
HiddenField : "فيلد پنهان",
Button : "دکمه",
SelectionField : "فیلد چندگزینه‌ای",
ImageButton : "دکمهٴ تصویری",
SelectionField : "فيلد انتخابی",
ImageButton : "دکمه تصويری",
 
FitWindow : "بیشینه‌سازی ِاندازهٴ ویرایشگر",
ShowBlocks : "نمایش بلوک‌ها",
 
// Context Menu
EditLink : "ویرایش پیوند",
CellCM : "سلول",
RowCM : "سطر",
ColumnCM : "ستون",
InsertRowAfter : "افزودن سطر بعد از",
InsertRowBefore : "افزودن سطر قبل از",
EditLink : "ويرايش لينک",
InsertRow : "درج سطر",
DeleteRows : "حذف سطرها",
InsertColumnAfter : "افزودن ستون بعد از",
InsertColumnBefore : "افزودن ستون قبل از",
InsertColumn : "درج ستون",
DeleteColumns : "حذف ستونها",
InsertCellAfter : "افزودن سلول بعد از",
InsertCellBefore : "افزودن سلول قبل از",
InsertCell : "درج سلول",
DeleteCells : "حذف سلولها",
MergeCells : "ادغام سلولها",
MergeRight : "ادغام به راست",
MergeDown : "ادغام به پایین",
HorizontalSplitCell : "جدا کردن افقی سلول",
VerticalSplitCell : "جدا کردن عمودی سلول",
TableDelete : "پاک‌کردن جدول",
CellProperties : "ویژگیهای سلول",
TableProperties : "ویژگیهای جدول",
ImageProperties : "ویژگیهای تصویر",
FlashProperties : "ویژگیهای Flash",
SplitCell : "تفکيک سلول",
CellProperties : "ويژگيهای سلول",
TableProperties : "ويژگيهای جدول",
ImageProperties : "ويژگيهای تصوير",
 
AnchorProp : "ویژگیهای لنگر",
ButtonProp : "ویژگیهای دکمه",
CheckboxProp : "ویژگیهای خانهٴ گزینه‌ای",
HiddenFieldProp : "ویژگیهای فیلد پنهان",
RadioButtonProp : "ویژگیهای دکمهٴ رادیویی",
ImageButtonProp : "ویژگیهای دکمهٴ تصویری",
TextFieldProp : "ویژگیهای فیلد متنی",
SelectionFieldProp : "ویژگیهای فیلد چندگزینه‌ای",
TextareaProp : "ویژگیهای ناحیهٴ متنی",
FormProp : "ویژگیهای فرم",
AnchorProp : "ويژگيهای لنگر",
ButtonProp : "ويژگيهای دکمه",
CheckboxProp : "ويژگيهای دکمه گزينه ای",
HiddenFieldProp : "ويژگيهای فيلد پنهان",
RadioButtonProp : "ويژگيهای دکمه راديويی",
ImageButtonProp : "ويژگيهای دکمه تصويری",
TextFieldProp : "ويژگيهای فيلد متنی",
SelectionFieldProp : "ويژگيهای فيلد انتخابی",
TextareaProp : "ويژگيهای ناحيه متنی",
FormProp : "ويژگيهای فرم",
 
FontFormats : "نرمال;فرمت‌شده;آدرس;سرنویس 1;سرنویس 2;سرنویس 3;سرنویس 4;سرنویس 5;سرنویس 6;بند;(DIV)",
FontFormats : "نرمال;فرمت شده;آدرس;سرنويس 1;سرنويس 2;سرنويس 3;سرنويس 4;سرنويس 5;سرنويس 6;بند;(DIV)",
 
// Alerts and Messages
ProcessingXHTML : "پردازش XHTML. لطفا صبر کنید...",
ProcessingXHTML : "پردازش XHTML. لطفا صبر کنيد...",
Done : "انجام شد",
PasteWordConfirm : "متنی که می‌خواهید بچسبانید به نظر می‌رسد از Word کپی شده است. آیا می‌خواهید قبل از چسباندن آن را پاک‌سازی کنید؟",
NotCompatiblePaste : "این فرمان برای مرورگر Internet Explorer از نگارش 5.5 یا بالاتر در دسترس است. آیا می‌خواهید بدون پاک‌سازی، متن را بچسبانید؟",
UnknownToolbarItem : "فقرهٴ نوارابزار ناشناخته \"%1\"",
PasteWordConfirm : "متنی که می خواهيد بچسبانيد به نظر از WORD کپی شده است. آيا مايليد قبل از چسباندن آنرا تميز کنيد؟ ",
NotCompatiblePaste : "اين فرمان برای مرورگر Internet Explorer از نگارش 5.5 يا بالاتر در دسترس است. آيا مايليد بدون تميز کردن متن را بچسبانيد؟",
UnknownToolbarItem : "فقره منوابزار ناشناخته \"%1\"",
UnknownCommand : "نام دستور ناشناخته \"%1\"",
NotImplemented : "دستور پیاده‌سازی‌نشده",
UnknownToolbarSet : "مجموعهٴ نوارابزار \"%1\" وجود ندارد",
NoActiveX : "تنظیمات امنیتی مرورگر شما ممکن است در بعضی از ویژگیهای مرورگر محدودیت ایجاد کند. شما باید گزینهٴ \"Run ActiveX controls and plug-ins\" را فعال کنید. ممکن است شما با خطاهایی روبرو باشید و متوجه کمبود ویژگیهایی شوید.",
BrowseServerBlocked : "توانایی بازگشایی مرورگر منابع فراهم نیست. اطمینان حاصل کنید که تمامی برنامه‌های پیشگیری از نمایش popup را از کار بازداشته‌اید.",
DialogBlocked : "توانایی بازگشایی پنجرهٴ کوچک ِگفتگو فراهم نیست. اطمینان حاصل کنید که تمامی برنامه‌های پیشگیری از نمایش popup را از کار بازداشته‌اید.",
VisitLinkBlocked : "امکان بازکردن یک پنجره جدید نیست. اطمینان حاصل کنید که تمامی برنامه‌های پیشگیری از نمایش popup را از کار بازداشته‌اید.",
NotImplemented : "دستور اجرا نشد",
UnknownToolbarSet : "مجموعه منوابزار \"%1\" وجود ندارد",
 
// Dialogs
DlgBtnOK : "پذیرش",
DlgBtnOK : "تائيد",
DlgBtnCancel : "انصراف",
DlgBtnClose : "بستن",
DlgBtnBrowseServer : "فهرست‌نمایی سرور",
DlgAdvancedTag : "پیشرفته",
DlgOpOther : "<غیره>",
DlgInfoTab : "اطلاعات",
DlgAlertUrl : "لطفاً URL را بنویسید",
DlgBtnBrowseServer : "فهرست نمايی سرور",
DlgAdvancedTag : "پيشرفته",
DlgOpOther : "&lt;غيره&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<تعین‌نشده>",
DlgGenId : "شناسه",
DlgGenLangDir : "جهت‌نمای زبان",
DlgGenNotSet : "&lt;تعين نشده&gt;",
DlgGenId : "کد",
DlgGenLangDir : "جهت نمای زبان",
DlgGenLangDirLtr : "چپ به راست (LTR)",
DlgGenLangDirRtl : "راست به چپ (RTL)",
DlgGenLangCode : "کد زبان",
DlgGenAccessKey : "کلید دستیابی",
DlgGenAccessKey : "کليد دستيابی",
DlgGenName : "نام",
DlgGenTabIndex : "نمایهٴ دسترسی با Tab",
DlgGenLongDescr : "URL توصیف طولانی",
DlgGenClass : "کلاسهای شیوه‌نامه(Stylesheet)",
DlgGenTabIndex : "انديس برگه",
DlgGenLongDescr : "URL توضيح طولانی",
DlgGenClass : "کلاسهای استايل شيت",
DlgGenTitle : "عنوان کمکی",
DlgGenContType : "نوع محتوای کمکی",
DlgGenLinkCharset : "نویسه‌گان منبع ِپیوندشده",
DlgGenStyle : "شیوه(style)",
DlgGenContType : "نوع محتوی کمکی",
DlgGenLinkCharset : "مجموعه نويسه منبع لينک شده",
DlgGenStyle : "سبک",
 
// Image Dialog
DlgImgTitle : "ویژگیهای تصویر",
DlgImgInfoTab : "اطلاعات تصویر",
DlgImgBtnUpload : "به سرور بفرست",
DlgImgTitle : "ويژگيهای تصوير",
DlgImgInfoTab : "اطلاعات تصوير",
DlgImgBtnUpload : "به سرور ارسال کن",
DlgImgURL : "URL",
DlgImgUpload : "انتقال به سرور",
DlgImgAlt : "متن جایگزین",
DlgImgAlt : "متن جايگزين",
DlgImgWidth : "پهنا",
DlgImgHeight : "درازا",
DlgImgLockRatio : "قفل‌کردن ِنسبت",
DlgImgLockRatio : "قفل کردن نسبت",
DlgBtnResetSize : "بازنشانی اندازه",
DlgImgBorder : "لبه",
DlgImgHSpace : "فاصلهٴ افقی",
DlgImgVSpace : "فاصلهٴ عمودی",
DlgImgAlign : "چینش",
DlgImgHSpace : "فاصله افقی",
DlgImgVSpace : "فاصله عمودی",
DlgImgAlign : "چينش",
DlgImgAlignLeft : "چپ",
DlgImgAlignAbsBottom: "پائین مطلق",
DlgImgAlignAbsBottom: "پائين مطلق",
DlgImgAlignAbsMiddle: "وسط مطلق",
DlgImgAlignBaseline : "خط‌پایه",
DlgImgAlignBottom : "پائین",
DlgImgAlignBaseline : "خط پايه",
DlgImgAlignBottom : "پائين",
DlgImgAlignMiddle : "وسط",
DlgImgAlignRight : "راست",
DlgImgAlignTextTop : "متن بالا",
DlgImgAlignTop : "بالا",
DlgImgPreview : "پیش‌نمایش",
DlgImgAlertUrl : "لطفا URL تصویر را بنویسید",
DlgImgLinkTab : "پیوند",
DlgImgPreview : "پيش نمايش",
DlgImgAlertUrl : "لطفا URL تصوير را انتخاب کنيد",
DlgImgLinkTab : "لينک",
 
// Flash Dialog
DlgFlashTitle : "ویژگیهای Flash",
DlgFlashChkPlay : "آغاز ِخودکار",
DlgFlashChkLoop : "اجرای پیاپی",
DlgFlashChkMenu : "دردسترس‌بودن منوی Flash",
DlgFlashScale : "مقیاس",
DlgFlashScaleAll : "نمایش همه",
DlgFlashScaleNoBorder : "بدون کران",
DlgFlashScaleFit : "جایگیری کامل",
 
// Link Dialog
DlgLnkWindowTitle : "پیوند",
DlgLnkInfoTab : "اطلاعات پیوند",
DlgLnkWindowTitle : "لينک",
DlgLnkInfoTab : "اطلاعات لينک",
DlgLnkTargetTab : "مقصد",
 
DlgLnkType : "نوع پیوند",
DlgLnkType : "نوع لينک",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "لنگر در همین صفحه",
DlgLnkTypeEMail : "پست الکترونیکی",
DlgLnkTypeAnchor : "پيوند در صفحه جاری",
DlgLnkTypeEMail : "پست الکترونيکی",
DlgLnkProto : "پروتکل",
DlgLnkProtoOther : "<دیگر>",
DlgLnkProtoOther : "&lt;غيره&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "یک لنگر برگزینید",
DlgLnkAnchorByName : "با نام لنگر",
DlgLnkAnchorById : "با شناسهٴ المان",
DlgLnkNoAnchors : "(در این سند لنگری دردسترس نیست)",
DlgLnkEMail : "نشانی پست الکترونیکی",
DlgLnkEMailSubject : "موضوع پیام",
DlgLnkEMailBody : "متن پیام",
DlgLnkAnchorSel : "يک پيوند انتخاب کنيد",
DlgLnkAnchorByName : "با نام پيوند",
DlgLnkAnchorById : "با کد المان",
DlgLnkNoAnchors : "&lt;در اين سند پيوندی موجود نيست&gt;",
DlgLnkEMail : "آدرس پست الکترونيکی",
DlgLnkEMailSubject : "موضوع پيام",
DlgLnkEMailBody : "متن پيام",
DlgLnkUpload : "انتقال به سرور",
DlgLnkBtnUpload : "به سرور بفرست",
DlgLnkBtnUpload : "به سرور ارسال کن",
 
DlgLnkTarget : "مقصد",
DlgLnkTargetFrame : "<فریم>",
DlgLnkTargetPopup : "<پنجرهٴ پاپاپ>",
DlgLnkTargetBlank : "پنجرهٴ دیگر (_blank)",
DlgLnkTargetParent : "پنجرهٴ والد (_parent)",
DlgLnkTargetFrame : "&lt;فريم&gt;",
DlgLnkTargetPopup : "&lt;پنجره پاپاپ&gt;",
DlgLnkTargetBlank : "پنجره جديد (_blank)",
DlgLnkTargetParent : "پنجره والد (_parent)",
DlgLnkTargetSelf : "همان پنجره (_self)",
DlgLnkTargetTop : "بالاترین پنجره (_top)",
DlgLnkTargetFrameName : "نام فریم مقصد",
DlgLnkPopWinName : "نام پنجرهٴ پاپاپ",
DlgLnkPopWinFeat : "ویژگیهای پنجرهٴ پاپاپ",
DlgLnkPopResize : "قابل تغییر اندازه",
DlgLnkPopLocation : "نوار موقعیت",
DlgLnkTargetTop : "بالاترين پنجره (_top)",
DlgLnkTargetFrameName : "نام فريم مقصد",
DlgLnkPopWinName : "نام پنجره پاپاپ",
DlgLnkPopWinFeat : "خصوصيات پنجره پاپاپ",
DlgLnkPopResize : "قابل تغيراندازه",
DlgLnkPopLocation : "نوار موقعيت",
DlgLnkPopMenu : "نوار منو",
DlgLnkPopScroll : "میله‌های پیمایش",
DlgLnkPopStatus : "نوار وضعیت",
DlgLnkPopScroll : "نوارهای طومار",
DlgLnkPopStatus : "نوار وضعيت",
DlgLnkPopToolbar : "نوارابزار",
DlgLnkPopFullScrn : "تمام‌صفحه (IE)",
DlgLnkPopFullScrn : "تمام صفحه (IE)",
DlgLnkPopDependent : "وابسته (Netscape)",
DlgLnkPopWidth : "پهنا",
DlgLnkPopHeight : "درازا",
DlgLnkPopLeft : "موقعیت ِچپ",
DlgLnkPopTop : "موقعیت ِبالا",
DlgLnkPopLeft : "موقعيت چپ",
DlgLnkPopTop : "موقعيت بالا",
 
DlnLnkMsgNoUrl : "لطفا URL پیوند را بنویسید",
DlnLnkMsgNoEMail : "لطفا نشانی پست الکترونیکی را بنویسید",
DlnLnkMsgNoAnchor : "لطفا لنگری را برگزینید",
DlnLnkMsgInvPopName : "نام پنجرهٴ پاپاپ باید با یک نویسهٴ الفبایی آغاز گردد و نباید فاصله‌های خالی در آن باشند",
DlnLnkMsgNoUrl : "لطفا URL لينک را وارد کنيد",
DlnLnkMsgNoEMail : "لطفا آدرس ايميل را وارد کنيد",
DlnLnkMsgNoAnchor : "لطفا پيوندی انتخاب کنيد",
 
// Color Dialog
DlgColorTitle : "گزینش رنگ",
DlgColorBtnClear : "پاک‌کردن",
DlgColorHighlight : "نمونه",
DlgColorSelected : "برگزیده",
DlgColorTitle : "انتخاب رنگ",
DlgColorBtnClear : "پاک کردن",
DlgColorHighlight : "هايلايت",
DlgColorSelected : "انتخاب شده",
 
// Smiley Dialog
DlgSmileyTitle : "گنجاندن خندانک",
DlgSmileyTitle : "درج خندانک",
 
// Special Character Dialog
DlgSpecialCharTitle : "گزینش نویسهٴ‌ویژه",
DlgSpecialCharTitle : "انتخاب شناسه های ويژه",
 
// Table Dialog
DlgTableTitle : "ویژگیهای جدول",
DlgTableTitle : "ويژگيهای جدول",
DlgTableRows : "سطرها",
DlgTableColumns : "ستونها",
DlgTableBorder : "اندازهٴ لبه",
DlgTableAlign : "چینش",
DlgTableAlignNotSet : "<تعین‌نشده>",
DlgTableBorder : "اندازه لبه",
DlgTableAlign : "چينش",
DlgTableAlignNotSet : "<تعين نشده>",
DlgTableAlignLeft : "چپ",
DlgTableAlignCenter : "وسط",
DlgTableAlignRight : "راست",
DlgTableWidth : "پهنا",
DlgTableWidthPx : "پیکسل",
DlgTableWidthPx : "پيکسل",
DlgTableWidthPc : "درصد",
DlgTableHeight : "درازا",
DlgTableCellSpace : "فاصلهٴ میان سلولها",
DlgTableCellPad : "فاصلهٴ پرشده در سلول",
DlgTableCellSpace : "فاصله ميان سلولها",
DlgTableCellPad : "فاصله پرشده در سلول",
DlgTableCaption : "عنوان",
DlgTableSummary : "خلاصه",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "ویژگیهای سلول",
DlgCellTitle : "ويژگيهای سلول",
DlgCellWidth : "پهنا",
DlgCellWidthPx : "پیکسل",
DlgCellWidthPx : "پيکسل",
DlgCellWidthPc : "درصد",
DlgCellHeight : "درازا",
DlgCellWordWrap : "شکستن واژه‌ها",
DlgCellWordWrapNotSet : "<تعین‌نشده>",
DlgCellWordWrap : "شکستن کلمات",
DlgCellWordWrapNotSet : "&lt;تعين نشده&gt;",
DlgCellWordWrapYes : "بله",
DlgCellWordWrapNo : "خیر",
DlgCellHorAlign : "چینش ِافقی",
DlgCellHorAlignNotSet : "<تعین‌نشده>",
DlgCellWordWrapNo : "خير",
DlgCellHorAlign : "چينش افقی",
DlgCellHorAlignNotSet : "&lt;تعين نشده&gt;",
DlgCellHorAlignLeft : "چپ",
DlgCellHorAlignCenter : "وسط",
DlgCellHorAlignRight: "راست",
DlgCellVerAlign : "چینش ِعمودی",
DlgCellVerAlignNotSet : "<تعین‌نشده>",
DlgCellVerAlign : "چينش عمودی",
DlgCellVerAlignNotSet : "&lt;تعين نشده&gt;",
DlgCellVerAlignTop : "بالا",
DlgCellVerAlignMiddle : "میان",
DlgCellVerAlignBottom : "پائین",
DlgCellVerAlignBaseline : "خط‌پایه",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellVerAlignMiddle : "ميان",
DlgCellVerAlignBottom : "پائين",
DlgCellVerAlignBaseline : "خط پايه",
DlgCellRowSpan : "گستردگی سطرها",
DlgCellCollSpan : "گستردگی ستونها",
DlgCellBackColor : "رنگ پس‌زمینه",
DlgCellBackColor : "رنگ پس زمينه",
DlgCellBorderColor : "رنگ لبه",
DlgCellBtnSelect : "برگزینید...",
DlgCellBtnSelect : "انتخاب کنيد...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "جستجو و جایگزینی",
 
// Find Dialog
DlgFindTitle : "یافتن",
DlgFindFindBtn : "یافتن",
DlgFindNotFoundMsg : "متن موردنظر یافت نشد.",
DlgFindTitle : "يافتن",
DlgFindFindBtn : "يافتن",
DlgFindNotFoundMsg : "متن مورد نظر يافت نشد.",
 
// Replace Dialog
DlgReplaceTitle : "جایگزینی",
DlgReplaceFindLbl : "چه‌چیز را می‌یابید:",
DlgReplaceReplaceLbl : "جایگزینی با:",
DlgReplaceCaseChk : "همسانی در بزرگی و کوچکی نویسه‌ها",
DlgReplaceReplaceBtn : "جایگزینی",
DlgReplaceReplAllBtn : "جایگزینی همهٴ یافته‌ها",
DlgReplaceWordChk : "همسانی با واژهٴ کامل",
DlgReplaceTitle : "جايگزينی",
DlgReplaceFindLbl : "چه چيز را می يابيد:",
DlgReplaceReplaceLbl : "جايگزينی با:",
DlgReplaceCaseChk : "انطباق قالب",
DlgReplaceReplaceBtn : "جايگزينی",
DlgReplaceReplAllBtn : "جايگزينی همه موارد",
DlgReplaceWordChk : "انطباق کلمه کامل",
 
// Paste Operations / Dialog
PasteErrorCut : "تنظیمات امنیتی مرورگر شما اجازه نمی‌دهد که ویرایشگر به طور خودکار عملکردهای برش را انجام دهد. لطفا با دکمه‌های صفحه‌کلید این کار را انجام دهید (Ctrl+X).",
PasteErrorCopy : "تنظیمات امنیتی مرورگر شما اجازه نمی‌دهد که ویرایشگر به طور خودکار عملکردهای کپی‌کردن را انجام دهد. لطفا با دکمه‌های صفحه‌کلید این کار را انجام دهید (Ctrl+C).",
PasteErrorPaste : "تنظيمات امنيتی مرورگر شما اجازه نمی دهد که ويرايشگر به طور خودکار عملکردهای چسباندن کلمات را انجام دهد. لطفا از کلمه کليدی مرتبط با اينکار را استفاده کنيد (Ctrl+V).",
PasteErrorCut : "تنظيمات امنيتی مرورگر شما اجازه نمی دهد که ويرايشگر به طور خودکار عملکردهای برش کلمات را انجام دهد. لطفا از کلمه کليدی مرتبط با اينکار را استفاده کنيد (Ctrl+X).",
PasteErrorCopy : "تنظيمات امنيتی مرورگر شما اجازه نمی دهد که ويرايشگر به طور خودکار عملکردهای کپی کردن کلمات را انجام دهد. لطفا از کلمه کليدی مرتبط با اينکار را استفاده کنيد (Ctrl+C).",
 
PasteAsText : "چسباندن به عنوان متن ِساده",
PasteAsText : "چسباندن به عنوان متن ساده",
PasteFromWord : "چسباندن از Word",
 
DlgPasteMsg2 : "لطفا متن را با کلیدهای (<STRONG>Ctrl+V</STRONG>) در این جعبهٴ متنی بچسبانید و <STRONG>پذیرش</STRONG> را بزنید.",
DlgPasteSec : "به خاطر تنظیمات امنیتی مرورگر شما، ویرایشگر نمی‌تواند دسترسی مستقیم به داده‌های clipboard داشته باشد. شما باید دوباره آنرا در این پنجره بچسبانید.",
DlgPasteIgnoreFont : "چشم‌پوشی از تعاریف نوع قلم",
DlgPasteRemoveStyles : "چشم‌پوشی از تعاریف سبک (style)",
DlgPasteMsg : "به خاطر <STRONG>تنظيمات امنيتی</STRONG> مرورگر شما، ويرايشگر نتوانست به طور خودکار عملکرد چسباندن را به انجام برساند.<BR>لطفا به کمک کليد (<STRONG>Ctrl+V</STRONG>) متن را درون جهبه زير بچسبانيد و دکمه <STRONG>تائيد</STRONG> را فشار دهيد.",
 
// Color Picker
ColorAutomatic : "خودکار",
ColorMoreColors : "رنگهای بیشتر...",
ColorMoreColors : "رنگهای بيشتر...",
 
// Document Properties
DocProps : "ویژگیهای سند",
DocProps : "ويژگيهای سند",
 
// Anchor Dialog
DlgAnchorTitle : "ویژگیهای لنگر",
DlgAnchorTitle : "ويژگيهای لنگر",
DlgAnchorName : "نام لنگر",
DlgAnchorErrorName : "لطفا نام لنگر را بنویسید",
DlgAnchorErrorName : "لطفا نام لنگر را وارد کنيد",
 
// Speller Pages Dialog
DlgSpellNotInDic : "در واژه‌نامه یافت نشد",
DlgSpellChangeTo : "تغییر به",
DlgSpellBtnIgnore : "چشم‌پوشی",
DlgSpellBtnIgnoreAll : "چشم‌پوشی همه",
DlgSpellBtnReplace : "جایگزینی",
DlgSpellBtnReplaceAll : "جایگزینی همه",
DlgSpellBtnUndo : "واچینش",
DlgSpellNoSuggestions : "- پیشنهادی نیست -",
DlgSpellProgress : "بررسی املا در حال انجام...",
DlgSpellNoMispell : "بررسی املا انجام شد. هیچ غلط‌املائی یافت نشد",
DlgSpellNoChanges : "بررسی املا انجام شد. هیچ واژه‌ای تغییر نیافت",
DlgSpellOneChange : "بررسی املا انجام شد. یک واژه تغییر یافت",
DlgSpellManyChanges : "بررسی املا انجام شد. %1 واژه تغییر یافت",
DlgSpellNotInDic : "در واژه نامه موجود نيست",
DlgSpellChangeTo : "تغير به",
DlgSpellBtnIgnore : "چشم پوشی",
DlgSpellBtnIgnoreAll : "چشم پوشی همه",
DlgSpellBtnReplace : "جايگزينی",
DlgSpellBtnReplaceAll : "جايگزينی همه",
DlgSpellBtnUndo : "واچينش",
DlgSpellNoSuggestions : "- پيشنهادی نيست -",
DlgSpellProgress : "کنترل املا در حال انجام...",
DlgSpellNoMispell : "کنترل املا انجام شد. هيچ غلط املائی يافت نشد",
DlgSpellNoChanges : "کنترل املا انجام شد. هيچ کلمه ای تغير نيافت",
DlgSpellOneChange : "کنترل املا انجام شد. يک کلمه تغير يافت",
DlgSpellManyChanges : "کنترل املا انجام شد. %1 کلمه تغير يافت",
 
IeSpellDownload : "بررسی‌کنندهٴ املا نصب نشده است. آیا می‌خواهید آن را هم‌اکنون دریافت کنید؟",
IeSpellDownload : "کنترل کننده املا نصب نشده است. آيا مايليد آنرا هم اکنون دريافت کنيد؟",
 
// Button Dialog
DlgButtonText : "متن (مقدار)",
DlgButtonType : "نوع",
DlgButtonTypeBtn : "دکمه",
DlgButtonTypeSbm : "Submit",
DlgButtonTypeRst : "بازنشانی (Reset)",
DlgButtonText : "متن (مقدار)",
DlgButtonType : "نوع",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "نام",
DlgCheckboxValue : "مقدار",
DlgCheckboxSelected : "برگزیده",
DlgCheckboxSelected : "برگزيده",
 
// Form Dialog
DlgFormName : "نام",
DlgFormAction : "رویداد",
DlgFormAction : "اقدام",
DlgFormMethod : "متد",
 
// Select Field Dialog
424,16 → 360,16
DlgSelectValue : "مقدار",
DlgSelectSize : "اندازه",
DlgSelectLines : "خطوط",
DlgSelectChkMulti : "گزینش چندگانه فراهم باشد",
DlgSelectOpAvail : "گزینه‌های دردسترس",
DlgSelectChkMulti : "انتخاب چند گزينه ای مجاز",
DlgSelectOpAvail : "گزينه های موجود",
DlgSelectOpText : "متن",
DlgSelectOpValue : "مقدار",
DlgSelectBtnAdd : "افزودن",
DlgSelectBtnModify : "ویرایش",
DlgSelectBtnAdd : "اضافه",
DlgSelectBtnModify : "ويرايش",
DlgSelectBtnUp : "بالا",
DlgSelectBtnDown : "پائین",
DlgSelectBtnSetValue : "تنظیم به عنوان مقدار ِبرگزیده",
DlgSelectBtnDelete : "پاک‌کردن",
DlgSelectBtnDown : "پائين",
DlgSelectBtnSetValue : "تنظيم به عنوان مقدار برگزيده",
DlgSelectBtnDelete : "حذف",
 
// Textarea Dialog
DlgTextareaName : "نام",
443,11 → 379,11
// Text Field Dialog
DlgTextName : "نام",
DlgTextValue : "مقدار",
DlgTextCharWidth : "پهنای نویسه",
DlgTextMaxChars : "بیشینهٴ نویسه‌ها",
DlgTextCharWidth : "پهنای شناسه",
DlgTextMaxChars : "بيشينه شناسه",
DlgTextType : "نوع",
DlgTextTypeText : "متن",
DlgTextTypePass : "گذرواژه",
DlgTextTypePass : "کلمه عبور",
 
// Hidden Field Dialog
DlgHiddenName : "نام",
454,81 → 390,64
DlgHiddenValue : "مقدار",
 
// Bulleted List Dialog
BulletedListProp : "ویژگیهای فهرست نقطه‌ای",
NumberedListProp : "ویژگیهای فهرست شماره‌دار",
DlgLstStart : "آغاز",
BulletedListProp : "ويژگيهای فهرست دکمه ای",
NumberedListProp : "ويژگيهای فهرست عددی",
DlgLstType : "نوع",
DlgLstTypeCircle : "دایره",
DlgLstTypeDisc : "قرص",
DlgLstTypeSquare : "چهارگوش",
DlgLstTypeNumbers : "شماره‌ها (1، 2، 3)",
DlgLstTypeLCase : "نویسه‌های کوچک (a، b، c)",
DlgLstTypeUCase : "نویسه‌های بزرگ (A، B، C)",
DlgLstTypeSRoman : "شمارگان رومی کوچک (i، ii، iii)",
DlgLstTypeLRoman : "شمارگان رومی بزرگ (I، II، III)",
DlgLstTypeCircle : "دايره",
DlgLstTypeDisk : "قرص",
DlgLstTypeSquare : "مربع",
DlgLstTypeNumbers : "شماره ها (1، 2، 3)",
DlgLstTypeLCase : "حروف کوچک (a، b، c)",
DlgLstTypeUCase : "حروف بزرگ (A، B، C)",
DlgLstTypeSRoman : "ارقام يونانی کوچک (i، ii، iii)",
DlgLstTypeLRoman : "ارقام يونانی بزرگ (I، II، III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "عمومی",
DlgDocBackTab : "پس‌زمینه",
DlgDocColorsTab : "رنگها و حاشیه‌ها",
DlgDocBackTab : "پس زمينه",
DlgDocColorsTab : "رنگها و حاشيه ها",
DlgDocMetaTab : "فراداده",
 
DlgDocPageTitle : "عنوان صفحه",
DlgDocLangDir : "جهت زبان",
DlgDocLangDirLTR : "چپ به راست (LTR(",
DlgDocLangDirLTR : "چپ به راست (LTF(",
DlgDocLangDirRTL : "راست به چپ (RTL(",
DlgDocLangCode : "کد زبان",
DlgDocCharSet : "رمزگذاری نویسه‌گان",
DlgDocCharSetCE : "اروپای مرکزی",
DlgDocCharSetCT : "چینی رسمی (Big5)",
DlgDocCharSetCR : "سیریلیک",
DlgDocCharSetGR : "یونانی",
DlgDocCharSetJP : "ژاپنی",
DlgDocCharSetKR : "کره‌ای",
DlgDocCharSetTR : "ترکی",
DlgDocCharSetUN : "یونیکُد (UTF-8)",
DlgDocCharSetWE : "اروپای غربی",
DlgDocCharSetOther : "رمزگذاری نویسه‌گان دیگر",
DlgDocCharSet : "رمزگذاری نويسه",
DlgDocCharSetOther : "رمزگذاری نويسه های ديگر",
 
DlgDocDocType : "عنوان نوع سند",
DlgDocDocTypeOther : "عنوان نوع سند دیگر",
DlgDocIncXHTML : "شامل تعاریف XHTML",
DlgDocBgColor : "رنگ پس‌زمینه",
DlgDocBgImage : "URL تصویر پس‌زمینه",
DlgDocBgNoScroll : "پس‌زمینهٴ پیمایش‌ناپذیر",
DlgDocDocTypeOther : "عنوان نوع سند های ديگر",
DlgDocIncXHTML : "شامل تعاريف XHTML",
DlgDocBgColor : "رنگ پس زمينه",
DlgDocBgImage : "URL تصوير پس زمينه",
DlgDocBgNoScroll : "پس زمينه غير طوماری",
DlgDocCText : "متن",
DlgDocCLink : "پیوند",
DlgDocCVisited : "پیوند مشاهده‌شده",
DlgDocCActive : "پیوند فعال",
DlgDocMargins : "حاشیه‌های صفحه",
DlgDocMaTop : "بالا",
DlgDocCLink : "لينک",
DlgDocCVisited : "لينک مشاهده شده",
DlgDocCActive : "لينک فعال",
DlgDocMargins : "حاشيه صفحه",
DlgDocMaTop : "رو",
DlgDocMaLeft : "چپ",
DlgDocMaRight : "راست",
DlgDocMaBottom : "پایین",
DlgDocMeIndex : "کلیدواژگان نمایه‌گذاری سند (با کاما جدا شوند)",
DlgDocMeDescr : "توصیف سند",
DlgDocMeAuthor : "نویسنده",
DlgDocMeCopy : "کپی‌رایت",
DlgDocPreview : "پیش‌نمایش",
DlgDocMaBottom : "زير",
DlgDocMeIndex : "کلمات کليدی انديس کردن سند (با کاما جدا شوند)",
DlgDocMeDescr : "سند",
DlgDocMeAuthor : "نويسنده",
DlgDocMeCopy : "کپی رايت",
DlgDocPreview : "پيش نمايش",
 
// Templates Dialog
Templates : "الگوها",
DlgTemplatesTitle : "الگوهای محتویات",
DlgTemplatesSelMsg : "لطفا الگوی موردنظر را برای بازکردن در ویرایشگر برگزینید<br>(محتویات کنونی از دست خواهند رفت):",
DlgTemplatesLoading : "بارگذاری فهرست الگوها. لطفا صبر کنید...",
DlgTemplatesNoTpl : "(الگوئی تعریف نشده است)",
DlgTemplatesReplace : "محتویات کنونی جایگزین شوند",
DlgTemplatesTitle : "الگوهای محتويات",
DlgTemplatesSelMsg : "لطفا الگوی مورد نظر را برای باز کردن در ويرايشگر انتخاب نمائيد<br>(محتويات اصلی از دست خواهند رفت):",
DlgTemplatesLoading : "بارگذاری فهرست الگوها. لطفا صبر کنيد...",
DlgTemplatesNoTpl : "(الگوئی تعريف نشده است)",
 
// About Dialog
DlgAboutAboutTab : "درباره",
DlgAboutBrowserInfoTab : "اطلاعات مرورگر",
DlgAboutLicenseTab : "گواهینامه",
DlgAboutVersion : "نگارش",
DlgAboutInfo : "برای آگاهی بیشتر به این نشانی بروید",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "ليسانس تحت توافقنامه GNU Lesser General Public License",
DlgAboutInfo : "برای اطلاعات بيشتر به آدرس زير برويد"
}
/trunk/api/fckeditor/editor/lang/sv.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Swedish language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: sv.js
* Swedish language file.
*
* File Authors:
* Kristoffer Malvefors (kristoffer@intema.ws)
*/
 
var FCKLang =
{
26,37 → 20,33
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Dölj verktygsfält",
ToolbarExpand : "Visa verktygsfält",
ToolbarCollapse : "Dölj verktygsfält",
ToolbarExpand : "Visa verktygsfält",
 
// Toolbar Items and Context Menu
Save : "Spara",
NewPage : "Ny sida",
Preview : "Förhandsgranska",
Preview : "Förhandsgranska",
Cut : "Klipp ut",
Copy : "Kopiera",
Paste : "Klistra in",
PasteText : "Klistra in som text",
PasteWord : "Klistra in från Word",
PasteWord : "Klistra in från Word",
Print : "Skriv ut",
SelectAll : "Markera allt",
RemoveFormat : "Radera formatering",
InsertLinkLbl : "Länk",
InsertLink : "Infoga/Redigera länk",
RemoveLink : "Radera länk",
VisitLink : "Open Link", //MISSING
Anchor : "Infoga/Redigera ankarlänk",
AnchorDelete : "Radera ankarlänk",
InsertLinkLbl : "Länk",
InsertLink : "Infoga/Editera länk",
RemoveLink : "Radera länk",
Anchor : "Infoga/Editera ankarlänk",
InsertImageLbl : "Bild",
InsertImage : "Infoga/Redigera bild",
InsertFlashLbl : "Flash",
InsertFlash : "Infoga/Redigera Flash",
InsertImage : "Infoga/Editera bild",
InsertTableLbl : "Tabell",
InsertTable : "Infoga/Redigera tabell",
InsertTable : "Infoga/Editera tabell",
InsertLineLbl : "Linje",
InsertLine : "Infoga horisontal linje",
InsertSpecialCharLbl: "Utökade tecken",
InsertSpecialChar : "Klistra in utökat tecken",
InsertSpecialCharLbl: "Utökade tecken",
InsertSpecialChar : "Klistra in utökat tecken",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Infoga Smiley",
About : "Om FCKeditor",
64,20 → 54,16
Italic : "Kursiv",
Underline : "Understruken",
StrikeThrough : "Genomstruken",
Subscript : "Nedsänkta tecken",
Superscript : "Upphöjda tecken",
LeftJustify : "Vänsterjustera",
Subscript : "Nedsänkta tecken",
Superscript : "Upphöjda tecken",
LeftJustify : "Vänsterjustera",
CenterJustify : "Centrera",
RightJustify : "Högerjustera",
RightJustify : "Högerjustera",
BlockJustify : "Justera till marginaler",
DecreaseIndent : "Minska indrag",
IncreaseIndent : "Öka indrag",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Ångra",
Redo : "Gör om",
IncreaseIndent : "Öka indrag",
Undo : "Ångra",
Redo : "Gör om",
NumberedListLbl : "Numrerad lista",
NumberedList : "Infoga/Radera numrerad lista",
BulletedListLbl : "Punktlista",
88,106 → 74,84
FontFormat : "Teckenformat",
Font : "Typsnitt",
FontSize : "Storlek",
TextColor : "Textfärg",
BGColor : "Bakgrundsfärg",
Source : "Källa",
Find : "Sök",
Replace : "Ersätt",
TextColor : "Textfärg",
BGColor : "Bakgrundsfärg",
Source : "Källa",
Find : "Sök",
Replace : "Ersätt",
SpellCheck : "Stavningskontroll",
UniversalKeyboard : "Universellt tangentbord",
PageBreakLbl : "Sidbrytning",
PageBreak : "Infoga sidbrytning",
UniversalKeyboard : "Universalt tangentbord",
 
Form : "Formulär",
Form : "Formulär",
Checkbox : "Kryssruta",
RadioButton : "Alternativknapp",
TextField : "Textfält",
TextField : "Textfält",
Textarea : "Textruta",
HiddenField : "Dolt fält",
HiddenField : "Dolt fält",
Button : "Knapp",
SelectionField : "Flervalslista",
ImageButton : "Bildknapp",
 
FitWindow : "Anpassa till fönstrets storlek",
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Redigera länk",
CellCM : "Cell",
RowCM : "Rad",
ColumnCM : "Kolumn",
InsertRowAfter : "Lägg till Rad Efter",
InsertRowBefore : "Lägg till Rad Före",
EditLink : "Editera länk",
InsertRow : "Infoga rad",
DeleteRows : "Radera rad",
InsertColumnAfter : "Lägg till Kolumn Efter",
InsertColumnBefore : "Lägg till Kolumn Före",
InsertColumn : "Infoga kolumn",
DeleteColumns : "Radera kolumn",
InsertCellAfter : "Lägg till Cell Efter",
InsertCellBefore : "Lägg till Cell Före",
InsertCell : "Infoga cell",
DeleteCells : "Radera celler",
MergeCells : "Sammanfoga celler",
MergeRight : "Sammanfoga Höger",
MergeDown : "Sammanfoga Ner",
HorizontalSplitCell : "Dela Cell Horisontellt",
VerticalSplitCell : "Dela Cell Vertikalt",
TableDelete : "Radera tabell",
SplitCell : "Separera celler",
CellProperties : "Cellegenskaper",
TableProperties : "Tabellegenskaper",
ImageProperties : "Bildegenskaper",
FlashProperties : "Flashegenskaper",
 
AnchorProp : "Egenskaper för ankarlänk",
ButtonProp : "Egenskaper för knapp",
CheckboxProp : "Egenskaper för kryssruta",
HiddenFieldProp : "Egenskaper för dolt fält",
RadioButtonProp : "Egenskaper för alternativknapp",
ImageButtonProp : "Egenskaper för bildknapp",
TextFieldProp : "Egenskaper för textfält",
SelectionFieldProp : "Egenskaper för flervalslista",
TextareaProp : "Egenskaper för textruta",
FormProp : "Egenskaper för formulär",
AnchorProp : "Egenskaper för ankarlänk",
ButtonProp : "Egenskaper för knapp",
CheckboxProp : "Egenskaper för kryssruta",
HiddenFieldProp : "Egenskaper för dolt fält",
RadioButtonProp : "Egenskaper för alternativknapp",
ImageButtonProp : "Egenskaper för bildknapp",
TextFieldProp : "Egenskaper för textfält",
SelectionFieldProp : "Egenskaper för flervalslista",
TextareaProp : "Egenskaper för textruta",
FormProp : "Egenskaper för formulär",
 
FontFormats : "Normal;Formaterad;Adress;Rubrik 1;Rubrik 2;Rubrik 3;Rubrik 4;Rubrik 5;Rubrik 6;Normal (DIV)",
FontFormats : "Normal;Formaterad;Adress;Rubrik 1;Rubrik 2;Rubrik 3;Rubrik 4;Rubrik 5;Rubrik 6",
 
// Alerts and Messages
ProcessingXHTML : "Bearbetar XHTML. Var god vänta...",
ProcessingXHTML : "Bearbetar XHTML. Var god vänta...",
Done : "Klar",
PasteWordConfirm : "Texten du vill klistra in verkar vara kopierad från Word. Vill du rensa innan du klistar in?",
NotCompatiblePaste : "Denna åtgärd är inte tillgängligt för Internet Explorer version 5.5 eller högre. Vill du klistra in utan att rensa?",
UnknownToolbarItem : "Okänt verktygsfält \"%1\"",
UnknownCommand : "Okänt kommando \"%1\"",
PasteWordConfirm : "Texten du vill klistra in verkar vara kopierad från Word. Vill du rensa innan du klistar in?",
NotCompatiblePaste : "Denna åtgärd är inte tillgängligt för Internet Explorer version 5.5 eller högre. Vill du klistra in utan att rensa?",
UnknownToolbarItem : "Okänt verktygsfält \"%1\"",
UnknownCommand : "Okänt kommando \"%1\"",
NotImplemented : "Kommandot finns ej",
UnknownToolbarSet : "Verktygsfält \"%1\" finns ej",
NoActiveX : "Din webläsares säkerhetsinställningar kan begränsa funktionaliteten. Du bör aktivera \"Kör ActiveX kontroller och plug-ins\". Fel och avsaknad av funktioner kan annars uppstå.",
BrowseServerBlocked : "Kunde Ej öppna resursfönstret. Var god och avaktivera alla popup-blockerare.",
DialogBlocked : "Kunde Ej öppna dialogfönstret. Var god och avaktivera alla popup-blockerare.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
UnknownToolbarSet : "Verktygsfält \"%1\" finns ej",
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Avbryt",
DlgBtnClose : "Stäng",
DlgBtnBrowseServer : "Bläddra på server",
DlgBtnClose : "Stäng",
DlgBtnBrowseServer : "Bläddra på server",
DlgAdvancedTag : "Avancerad",
DlgOpOther : "Övrigt",
DlgInfoTab : "Information",
DlgAlertUrl : "Var god och ange en URL",
DlgOpOther : "Övrigt",
 
// General Dialogs Labels
DlgGenNotSet : "<ej angivet>",
DlgGenNotSet : "&lt;ej angivet&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Språkriktning",
DlgGenLangDirLtr : "Vänster till Höger (VTH)",
DlgGenLangDirRtl : "Höger till Vänster (HTV)",
DlgGenLangCode : "Språkkod",
DlgGenAccessKey : "Behörighetsnyckel",
DlgGenLangDir : "Språkriktning",
DlgGenLangDirLtr : "Vänster till Höger (VTH)",
DlgGenLangDirRtl : "Höger till Vänster (HTV)",
DlgGenLangCode : "Språkkod",
DlgGenAccessKey : "Behörighetsnyckel",
DlgGenName : "Namn",
DlgGenTabIndex : "Tabindex",
DlgGenLongDescr : "URL-beskrivning",
DlgGenClass : "Stylesheet class",
DlgGenTitle : "Titel",
DlgGenContType : "Innehållstyp",
DlgGenLinkCharset : "Teckenuppställning",
DlgGenContType : "Innehållstyp",
DlgGenLinkCharset : "Teckenuppställning",
DlgGenStyle : "Style",
 
// Image Dialog
198,97 → 162,86
DlgImgUpload : "Ladda upp",
DlgImgAlt : "Alternativ text",
DlgImgWidth : "Bredd",
DlgImgHeight : "Höjd",
DlgImgLockRatio : "Lås höjd/bredd förhållanden",
DlgBtnResetSize : "Återställ storlek",
DlgImgHeight : "Höjd",
DlgImgLockRatio : "Lås höjd/bredd förhållanden",
DlgBtnResetSize : "Återställ storlek",
DlgImgBorder : "Kant",
DlgImgHSpace : "Horis. marginal",
DlgImgVSpace : "Vert. marginal",
DlgImgAlign : "Justering",
DlgImgAlignLeft : "Vänster",
DlgImgAlignLeft : "Vänster",
DlgImgAlignAbsBottom: "Absolut nederkant",
DlgImgAlignAbsMiddle: "Absolut centrering",
DlgImgAlignBaseline : "Baslinje",
DlgImgAlignBottom : "Nederkant",
DlgImgAlignMiddle : "Mitten",
DlgImgAlignRight : "Höger",
DlgImgAlignTextTop : "Text överkant",
DlgImgAlignTop : "Överkant",
DlgImgPreview : "Förhandsgranska",
DlgImgAlignRight : "Höger",
DlgImgAlignTextTop : "Text överkant",
DlgImgAlignTop : "Överkant",
DlgImgPreview : "Förhandsgranska",
DlgImgAlertUrl : "Var god och ange bildens URL",
DlgImgLinkTab : "Länk",
DlgImgLinkTab : "Länk",
 
// Flash Dialog
DlgFlashTitle : "Flashegenskaper",
DlgFlashChkPlay : "Automatisk uppspelning",
DlgFlashChkLoop : "Upprepa/Loopa",
DlgFlashChkMenu : "Aktivera Flashmeny",
DlgFlashScale : "Skala",
DlgFlashScaleAll : "Visa allt",
DlgFlashScaleNoBorder : "Ingen ram",
DlgFlashScaleFit : "Exakt passning",
 
// Link Dialog
DlgLnkWindowTitle : "Länk",
DlgLnkInfoTab : "Länkinformation",
DlgLnkTargetTab : "Mål",
DlgLnkWindowTitle : "Länk",
DlgLnkInfoTab : "Länkinformation",
DlgLnkTargetTab : "Mål",
 
DlgLnkType : "Länktyp",
DlgLnkType : "Länktyp",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Ankare i sidan",
DlgLnkTypeEMail : "E-post",
DlgLnkProto : "Protokoll",
DlgLnkProtoOther : "<övrigt>",
DlgLnkProtoOther : "&lt;övrigt&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Välj ett ankare",
DlgLnkAnchorSel : "Välj ett ankare",
DlgLnkAnchorByName : "efter ankarnamn",
DlgLnkAnchorById : "efter objektid",
DlgLnkNoAnchors : "(Inga ankare kunde hittas)",
DlgLnkEMail : "E-postadress",
DlgLnkEMailSubject : "Ämne",
DlgLnkEMailBody : "Innehåll",
DlgLnkNoAnchors : "&lt;Inga ankare kunde hittas&gt;",
DlgLnkEMail : "E-post adress",
DlgLnkEMailSubject : "Ämne",
DlgLnkEMailBody : "Innehåll",
DlgLnkUpload : "Ladda upp",
DlgLnkBtnUpload : "Skicka till servern",
 
DlgLnkTarget : "Mål",
DlgLnkTargetFrame : "<ram>",
DlgLnkTargetPopup : "<popup-fönster>",
DlgLnkTargetBlank : "Nytt fönster (_blank)",
DlgLnkTargetParent : "Föregående Window (_parent)",
DlgLnkTargetSelf : "Detta fönstret (_self)",
DlgLnkTargetTop : "Översta fönstret (_top)",
DlgLnkTargetFrameName : "Målets ramnamn",
DlgLnkPopWinName : "Popup-fönstrets namn",
DlgLnkPopWinFeat : "Popup-fönstrets egenskaper",
DlgLnkPopResize : "Kan ändra storlek",
DlgLnkPopLocation : "Adressfält",
DlgLnkPopMenu : "Menyfält",
DlgLnkTarget : "Mål",
DlgLnkTargetFrame : "&lt;ram&gt;",
DlgLnkTargetPopup : "&lt;popup-fönster&gt;",
DlgLnkTargetBlank : "Nytt fönster (_blank)",
DlgLnkTargetParent : "Föregående Window (_parent)",
DlgLnkTargetSelf : "Detta fönstret (_self)",
DlgLnkTargetTop : "Översta fönstret (_top)",
DlgLnkTargetFrameName : "Målets ramnamn",
DlgLnkPopWinName : "Popup-fönstrets namn",
DlgLnkPopWinFeat : "Popup-fönstrets egenskaper",
DlgLnkPopResize : "Kan ändra storlek",
DlgLnkPopLocation : "Adressfält",
DlgLnkPopMenu : "Menyfält",
DlgLnkPopScroll : "Scrolllista",
DlgLnkPopStatus : "Statusfält",
DlgLnkPopToolbar : "Verktygsfält",
DlgLnkPopFullScrn : "Helskärm (endast IE)",
DlgLnkPopStatus : "Statusfält",
DlgLnkPopToolbar : "Verktygsfält",
DlgLnkPopFullScrn : "Helskärm (endast IE)",
DlgLnkPopDependent : "Beroende (endest Netscape)",
DlgLnkPopWidth : "Bredd",
DlgLnkPopHeight : "Höjd",
DlgLnkPopLeft : "Position från vänster",
DlgLnkPopTop : "Position från sidans topp",
DlgLnkPopHeight : "Höjd",
DlgLnkPopLeft : "Position från vänster",
DlgLnkPopTop : "Position från sidans topp",
 
DlnLnkMsgNoUrl : "Var god ange länkens URL",
DlnLnkMsgNoUrl : "Var god ange länkens URL",
DlnLnkMsgNoEMail : "Var god ange E-postadress",
DlnLnkMsgNoAnchor : "Var god ange ett ankare",
DlnLnkMsgInvPopName : "Popup-rutans namn måste börja med en alfabetisk bokstav och får inte innehålla mellanslag",
 
// Color Dialog
DlgColorTitle : "Välj färg",
DlgColorTitle : "Välj färg",
DlgColorBtnClear : "Rensa",
DlgColorHighlight : "Markera",
DlgColorSelected : "Vald",
 
// Smiley Dialog
DlgSmileyTitle : "Infoga smiley",
DlgSmileyTitle : "Infoga en smiley",
 
// Special Character Dialog
DlgSpecialCharTitle : "Välj utökat tecken",
DlgSpecialCharTitle : "Välj utökat tecken",
 
// Table Dialog
DlgTableTitle : "Tabellegenskaper",
297,22 → 250,16
DlgTableBorder : "Kantstorlek",
DlgTableAlign : "Justering",
DlgTableAlignNotSet : "<ej angivet>",
DlgTableAlignLeft : "Vänster",
DlgTableAlignLeft : "Vänster",
DlgTableAlignCenter : "Centrerad",
DlgTableAlignRight : "Höger",
DlgTableAlignRight : "Höger",
DlgTableWidth : "Bredd",
DlgTableWidthPx : "pixlar",
DlgTableWidthPc : "procent",
DlgTableHeight : "Höjd",
DlgTableCellSpace : "Cellavstånd",
DlgTableHeight : "Höjd",
DlgTableCellSpace : "Cellavstånd",
DlgTableCellPad : "Cellutfyllnad",
DlgTableCaption : "Rubrik",
DlgTableSummary : "Sammanfattning",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Cellegenskaper",
319,7 → 266,7
DlgCellWidth : "Bredd",
DlgCellWidthPx : "pixlar",
DlgCellWidthPc : "procent",
DlgCellHeight : "Höjd",
DlgCellHeight : "Höjd",
DlgCellWordWrap : "Automatisk radbrytning",
DlgCellWordWrapNotSet : "<Ej angivet>",
DlgCellWordWrapYes : "Ja",
326,9 → 273,9
DlgCellWordWrapNo : "Nej",
DlgCellHorAlign : "Horisontal justering",
DlgCellHorAlignNotSet : "<Ej angivet>",
DlgCellHorAlignLeft : "Vänster",
DlgCellHorAlignLeft : "Vänster",
DlgCellHorAlignCenter : "Centrerad",
DlgCellHorAlignRight: "Höger",
DlgCellHorAlignRight: "Höger",
DlgCellVerAlign : "Vertikal justering",
DlgCellVerAlignNotSet : "<Ej angivet>",
DlgCellVerAlignTop : "Topp",
335,47 → 282,39
DlgCellVerAlignMiddle : "Mitten",
DlgCellVerAlignBottom : "Nederkant",
DlgCellVerAlignBaseline : "Underst",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Radomfång",
DlgCellCollSpan : "Kolumnomfång",
DlgCellBackColor : "Bakgrundsfärg",
DlgCellBorderColor : "Kantfärg",
DlgCellBtnSelect : "Välj...",
DlgCellRowSpan : "Radomfång",
DlgCellCollSpan : "Kolumnomfång",
DlgCellBackColor : "Bakgrundsfärg",
DlgCellBorderColor : "Kantfärg",
DlgCellBtnSelect : "Välj...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Sök och ersätt",
 
// Find Dialog
DlgFindTitle : "Sök",
DlgFindFindBtn : "Sök",
DlgFindTitle : "Sök",
DlgFindFindBtn : "Sök",
DlgFindNotFoundMsg : "Angiven text kunde ej hittas.",
 
// Replace Dialog
DlgReplaceTitle : "Ersätt",
DlgReplaceFindLbl : "Sök efter:",
DlgReplaceReplaceLbl : "Ersätt med:",
DlgReplaceCaseChk : "Skiftläge",
DlgReplaceReplaceBtn : "Ersätt",
DlgReplaceReplAllBtn : "Ersätt alla",
DlgReplaceTitle : "Ersätt",
DlgReplaceFindLbl : "Sök efter:",
DlgReplaceReplaceLbl : "Ersätt med:",
DlgReplaceCaseChk : "Skiftläge",
DlgReplaceReplaceBtn : "Ersätt",
DlgReplaceReplAllBtn : "Ersätt alla",
DlgReplaceWordChk : "Inkludera hela ord",
 
// Paste Operations / Dialog
PasteErrorCut : "Säkerhetsinställningar i Er webläsare tillåter inte åtgården Klipp ut. Använd (Ctrl+X) istället.",
PasteErrorCopy : "Säkerhetsinställningar i Er webläsare tillåter inte åtgården Kopiera. Använd (Ctrl+C) istället",
PasteErrorPaste : "Säkerhetsinställningar i Er webläsare tillåter inte åtgården Klistra in. Använd (Ctrl+V) istället.",
PasteErrorCut : "Säkerhetsinställningar i Er webläsare tillåter inte åtgården Klipp ut. Använd (Ctrl+X) istället.",
PasteErrorCopy : "Säkerhetsinställningar i Er webläsare tillåter inte åtgården Kopiera. Använd (Ctrl+C) istället",
 
PasteAsText : "Klistra in som vanlig text",
PasteFromWord : "Klistra in från Word",
PasteFromWord : "Klistra in från Word",
 
DlgPasteMsg2 : "Var god och klistra in Er text i rutan nedan genom att använda (<STRONG>Ctrl+V</STRONG>) klicka sen på <STRONG>OK</STRONG>.",
DlgPasteSec : "På grund av din webläsares säkerhetsinställningar kan verktyget inte få åtkomst till urklippsdatan. Var god och använd detta fönster istället.",
DlgPasteIgnoreFont : "Ignorera typsnittsdefinitioner",
DlgPasteRemoveStyles : "Radera Stildefinitioner",
DlgPasteMsg : "Editorn tilläts ej att Klistra in p.g.a webläsarens <STRONG>säkerhetsinställning</STRONG>.<BR>Var god och Klistra in i fältet nedan genom att använda (<STRONG>Ctrl+V</STRONG>). Klicka sen på <STRONG>OK</STRONG>",
 
// Color Picker
ColorAutomatic : "Automatisk",
ColorMoreColors : "Fler färger...",
ColorMoreColors : "Fler färger...",
 
// Document Properties
DocProps : "Dokumentegenskaper",
387,31 → 326,28
 
// Speller Pages Dialog
DlgSpellNotInDic : "Saknas i ordlistan",
DlgSpellChangeTo : "Ändra till",
DlgSpellChangeTo : "Ändra till",
DlgSpellBtnIgnore : "Ignorera",
DlgSpellBtnIgnoreAll : "Ignorera alla",
DlgSpellBtnReplace : "Ersätt",
DlgSpellBtnReplaceAll : "Ersätt alla",
DlgSpellBtnUndo : "Ångra",
DlgSpellNoSuggestions : "- Förslag saknas -",
DlgSpellProgress : "Stavningskontroll pågår...",
DlgSpellNoMispell : "Stavningskontroll slutförd: Inga stavfel påträffades.",
DlgSpellNoChanges : "Stavningskontroll slutförd: Inga ord rättades.",
DlgSpellOneChange : "Stavningskontroll slutförd: Ett ord rättades.",
DlgSpellManyChanges : "Stavningskontroll slutförd: %1 ord rättades.",
DlgSpellBtnReplace : "Ersätt",
DlgSpellBtnReplaceAll : "Ersätt alla",
DlgSpellBtnUndo : "Ångra",
DlgSpellNoSuggestions : "- Förslag saknas -",
DlgSpellProgress : "Stavningskontroll pågår...",
DlgSpellNoMispell : "Stavningskontroll slutförd: Inga stavfel påträffades.",
DlgSpellNoChanges : "Stavningskontroll slutförd: Inga ord rättades.",
DlgSpellOneChange : "Stavningskontroll slutförd: Ett ord rättades.",
DlgSpellManyChanges : "Stavningskontroll slutförd: %1 ord rättades.",
 
IeSpellDownload : "Stavningskontrollen är ej installerad. Vill du göra det nu?",
IeSpellDownload : "Stavningskontrollen är ej installerad. Vill du göra det nu?",
 
// Button Dialog
DlgButtonText : "Text (Värde)",
DlgButtonType : "Typ",
DlgButtonTypeBtn : "Knapp",
DlgButtonTypeSbm : "Skicka",
DlgButtonTypeRst : "Återställ",
DlgButtonText : "Text (Värde)",
DlgButtonType : "Typ",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Namn",
DlgCheckboxValue : "Värde",
DlgCheckboxValue : "Värde",
DlgCheckboxSelected : "Vald",
 
// Form Dialog
421,18 → 357,18
 
// Select Field Dialog
DlgSelectName : "Namn",
DlgSelectValue : "Värde",
DlgSelectValue : "Värde",
DlgSelectSize : "Storlek",
DlgSelectLines : "Linjer",
DlgSelectChkMulti : "Tillåt flerval",
DlgSelectChkMulti : "Tillåt flerval",
DlgSelectOpAvail : "Befintliga val",
DlgSelectOpText : "Text",
DlgSelectOpValue : "Värde",
DlgSelectBtnAdd : "Lägg till",
DlgSelectBtnModify : "Redigera",
DlgSelectOpValue : "Värde",
DlgSelectBtnAdd : "Lägg till",
DlgSelectBtnModify : "Editera",
DlgSelectBtnUp : "Upp",
DlgSelectBtnDown : "Ner",
DlgSelectBtnSetValue : "Markera som valt värde",
DlgSelectBtnSetValue : "Markera som valt värde",
DlgSelectBtnDelete : "Radera",
 
// Textarea Dialog
442,93 → 378,76
 
// Text Field Dialog
DlgTextName : "Namn",
DlgTextValue : "Värde",
DlgTextValue : "Värde",
DlgTextCharWidth : "Teckenbredd",
DlgTextMaxChars : "Max antal tecken",
DlgTextType : "Typ",
DlgTextTypeText : "Text",
DlgTextTypePass : "Lösenord",
DlgTextTypePass : "Lösenord",
 
// Hidden Field Dialog
DlgHiddenName : "Namn",
DlgHiddenValue : "Värde",
DlgHiddenValue : "Värde",
 
// Bulleted List Dialog
BulletedListProp : "Egenskaper för punktlista",
NumberedListProp : "Egenskaper för numrerad lista",
DlgLstStart : "Start",
BulletedListProp : "Egenskaper för punktlista",
NumberedListProp : "Egenskaper för numrerad lista",
DlgLstType : "Typ",
DlgLstTypeCircle : "Cirkel",
DlgLstTypeDisc : "Punkt",
DlgLstTypeDisk : "Skiva",
DlgLstTypeSquare : "Ruta",
DlgLstTypeNumbers : "Nummer (1, 2, 3)",
DlgLstTypeLCase : "Gemener (a, b, c)",
DlgLstTypeUCase : "Versaler (A, B, C)",
DlgLstTypeSRoman : "Små romerska siffror (i, ii, iii)",
DlgLstTypeLRoman : "Stora romerska siffror (I, II, III)",
DlgLstTypeSRoman : "Små romerska siffror (i, ii, iii)",
DlgLstTypeLRoman : "Stora romerska siffror (I,II,II)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Allmän",
DlgDocGeneralTab : "Allmän",
DlgDocBackTab : "Bakgrund",
DlgDocColorsTab : "Färg och marginal",
DlgDocMetaTab : "Metadata",
DlgDocColorsTab : "Färg och marginal",
DlgDocMetaTab : "Meta data",
 
DlgDocPageTitle : "Sidtitel",
DlgDocLangDir : "Språkriktning",
DlgDocLangDirLTR : "Vänster till Höger",
DlgDocLangDirRTL : "Höger till Vänster",
DlgDocLangCode : "Språkkod",
DlgDocCharSet : "Teckenuppsättningar",
DlgDocCharSetCE : "Central Europa",
DlgDocCharSetCT : "Traditionell Kinesisk (Big5)",
DlgDocCharSetCR : "Kyrillisk",
DlgDocCharSetGR : "Grekiska",
DlgDocCharSetJP : "Japanska",
DlgDocCharSetKR : "Koreanska",
DlgDocCharSetTR : "Turkiska",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Väst Europa",
DlgDocCharSetOther : "Övriga teckenuppsättningar",
DlgDocLangDir : "Språkriktning",
DlgDocLangDirLTR : "Vänster till Höger",
DlgDocLangDirRTL : "Höger till Vänster",
DlgDocLangCode : "Språkkod",
DlgDocCharSet : "Teckenuppsättningar",
DlgDocCharSetOther : "Övriga teckenuppsättningar",
 
DlgDocDocType : "Sidhuvud",
DlgDocDocTypeOther : "Övriga sidhuvuden",
DlgDocDocTypeOther : "Övriga sidhuvuden",
DlgDocIncXHTML : "Inkludera XHTML deklaration",
DlgDocBgColor : "Bakgrundsfärg",
DlgDocBgColor : "Bakgrundsfärg",
DlgDocBgImage : "Bakgrundsbildens URL",
DlgDocBgNoScroll : "Fast bakgrund",
DlgDocCText : "Text",
DlgDocCLink : "Länk",
DlgDocCVisited : "Besökt länk",
DlgDocCActive : "Aktiv länk",
DlgDocCLink : "Länk",
DlgDocCVisited : "Besökt länk",
DlgDocCActive : "Aktiv länk",
DlgDocMargins : "Sidmarginal",
DlgDocMaTop : "Topp",
DlgDocMaLeft : "Vänster",
DlgDocMaRight : "Höger",
DlgDocMaLeft : "Vänster",
DlgDocMaRight : "Höger",
DlgDocMaBottom : "Botten",
DlgDocMeIndex : "Sidans nyckelord",
DlgDocMeDescr : "Sidans beskrivning",
DlgDocMeAuthor : "Författare",
DlgDocMeCopy : "Upphovsrätt",
DlgDocPreview : "Förhandsgranska",
DlgDocMeAuthor : "Författare",
DlgDocMeCopy : "Upphovsrätt",
DlgDocPreview : "Förhandsgranska",
 
// Templates Dialog
Templates : "Sidmallar",
DlgTemplatesTitle : "Sidmallar",
DlgTemplatesSelMsg : "Var god välj en mall att använda med editorn<br>(allt nuvarande innehåll raderas):",
DlgTemplatesLoading : "Laddar mallar. Var god vänta...",
DlgTemplatesNoTpl : "(Ingen mall är vald)",
DlgTemplatesReplace : "Ersätt aktuellt innehåll",
DlgTemplatesSelMsg : "Var god välj en mall att använda med editorn<br>(allt nuvarande innehåll raderas):",
DlgTemplatesLoading : "Laddar mallar. Var god vänta...",
DlgTemplatesNoTpl : "(Ingen mall är vald)",
 
// About Dialog
DlgAboutAboutTab : "Om",
DlgAboutBrowserInfoTab : "Webläsare",
DlgAboutLicenseTab : "Licens",
DlgAboutBrowserInfoTab : "Webläsarinfo",
DlgAboutVersion : "version",
DlgAboutInfo : "För mer information se",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Licensierad under villkoren av GNU Lesser General Public License",
DlgAboutInfo : "För mer information se"
}
/trunk/api/fckeditor/editor/lang/de.js
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* German language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: de.js
* German language file.
*
* File Authors:
* Maik Unruh (m.unruh@mm-concept.de)
* Hendrik Kramer (HK@lwd.de)
*/
 
var FCKLang =
{
26,8 → 21,8
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Symbolleiste einklappen",
ToolbarExpand : "Symbolleiste ausklappen",
ToolbarCollapse : "Toolbar einklappen",
ToolbarExpand : "Toolbar ausklappen",
 
// Toolbar Items and Context Menu
Save : "Speichern",
35,31 → 30,27
Preview : "Vorschau",
Cut : "Ausschneiden",
Copy : "Kopieren",
Paste : "Einfügen",
PasteText : "aus Textdatei einfügen",
PasteWord : "aus MS-Word einfügen",
Paste : "Einfügen",
PasteText : "aus Textdatei einfügen",
PasteWord : "aus Word einfügen",
Print : "Drucken",
SelectAll : "Alles auswählen",
SelectAll : "Alles auswählen",
RemoveFormat : "Formatierungen entfernen",
InsertLinkLbl : "Link",
InsertLink : "Link einfügen/editieren",
InsertLink : "Link einfügen/editieren",
RemoveLink : "Link entfernen",
VisitLink : "Link aufrufen",
Anchor : "Anker einfügen/editieren",
AnchorDelete : "Anker entfernen",
Anchor : "Anker einfügen/editieren",
InsertImageLbl : "Bild",
InsertImage : "Bild einfügen/editieren",
InsertFlashLbl : "Flash",
InsertFlash : "Flash einfügen/editieren",
InsertImage : "Bild einfügen/editieren",
InsertTableLbl : "Tabelle",
InsertTable : "Tabelle einfügen/editieren",
InsertTable : "Tabelle einfügen/editieren",
InsertLineLbl : "Linie",
InsertLine : "Horizontale Linie einfügen",
InsertLine : "Horizontale Linie einfügen",
InsertSpecialCharLbl: "Sonderzeichen",
InsertSpecialChar : "Sonderzeichen einfügen/editieren",
InsertSpecialChar : "Sonderzeichen einfügen/editieren",
InsertSmileyLbl : "Smiley",
InsertSmiley : "Smiley einfügen",
About : "Über FCKeditor",
InsertSmiley : "Smiley einfügen",
About : "Über FCKeditor",
Bold : "Fett",
Italic : "Kursiv",
Underline : "Unterstrichen",
66,37 → 57,31
StrikeThrough : "Durchgestrichen",
Subscript : "Tiefgestellt",
Superscript : "Hochgestellt",
LeftJustify : "Linksbündig",
LeftJustify : "Linksbündig",
CenterJustify : "Zentriert",
RightJustify : "Rechtsbündig",
RightJustify : "Rechtsbündig",
BlockJustify : "Blocksatz",
DecreaseIndent : "Einzug verringern",
IncreaseIndent : "Einzug erhöhen",
Blockquote : "Zitatblock",
CreateDiv : "Erzeuge Div Block",
EditDiv : "Bearbeite Div Block",
DeleteDiv : "Entferne Div Block",
Undo : "Rückgängig",
IncreaseIndent : "Einzug erhöhen",
Undo : "Rückgängig",
Redo : "Wiederherstellen",
NumberedListLbl : "Nummerierte Liste",
NumberedList : "Nummerierte Liste einfügen/entfernen",
NumberedList : "Nummerierte Liste einfügen/entfernen",
BulletedListLbl : "Liste",
BulletedList : "Liste einfügen/entfernen",
BulletedList : "Liste einfügen/entfernen",
ShowTableBorders : "Zeige Tabellenrahmen",
ShowDetails : "Zeige Details",
Style : "Stil",
Style : "Style",
FontFormat : "Format",
Font : "Schriftart",
FontSize : "Größe",
Font : "Font",
FontSize : "Size",
TextColor : "Textfarbe",
BGColor : "Hintergrundfarbe",
Source : "Quellcode",
Find : "Suchen",
Find : "Finden",
Replace : "Ersetzen",
SpellCheck : "Rechtschreibprüfung",
SpellCheck : "Rechtschreibprü:fung",
UniversalKeyboard : "Universal-Tastatur",
PageBreakLbl : "Seitenumbruch",
PageBreak : "Seitenumbruch einfügen",
 
Form : "Formular",
Checkbox : "Checkbox",
108,90 → 93,70
SelectionField : "Auswahlfeld",
ImageButton : "Bildbutton",
 
FitWindow : "Editor maximieren",
ShowBlocks : "Blöcke anzeigen",
 
// Context Menu
EditLink : "Link editieren",
CellCM : "Zelle",
RowCM : "Zeile",
ColumnCM : "Spalte",
InsertRowAfter : "Zeile unterhalb einfügen",
InsertRowBefore : "Zeile oberhalb einfügen",
InsertRow : "Zeile einfügen",
DeleteRows : "Zeile entfernen",
InsertColumnAfter : "Spalte rechts danach einfügen",
InsertColumnBefore : "Spalte links davor einfügen",
DeleteColumns : "Spalte löschen",
InsertCellAfter : "Zelle danach einfügen",
InsertCellBefore : "Zelle davor einfügen",
DeleteCells : "Zelle löschen",
MergeCells : "Zellen verbinden",
MergeRight : "nach rechts verbinden",
MergeDown : "nach unten verbinden",
HorizontalSplitCell : "Zelle horizontal teilen",
VerticalSplitCell : "Zelle vertikal teilen",
TableDelete : "Tabelle löschen",
CellProperties : "Zellen-Eigenschaften",
TableProperties : "Tabellen-Eigenschaften",
ImageProperties : "Bild-Eigenschaften",
FlashProperties : "Flash-Eigenschaften",
InsertColumn : "Spalte einfügen",
DeleteColumns : "Spalte löschen",
InsertCell : "Zelle einfügen",
DeleteCells : "Zelle löschen",
MergeCells : "Zellen vereinen",
SplitCell : "Zelle teilen",
CellProperties : "Zellen Eigenschaften",
TableProperties : "Tabellen Eigenschaften",
ImageProperties : "Bild Eigenschaften",
 
AnchorProp : "Anker-Eigenschaften",
ButtonProp : "Button-Eigenschaften",
CheckboxProp : "Checkbox-Eigenschaften",
HiddenFieldProp : "Verstecktes Feld-Eigenschaften",
RadioButtonProp : "Optionsfeld-Eigenschaften",
ImageButtonProp : "Bildbutton-Eigenschaften",
TextFieldProp : "Textfeld (einzeilig) Eigenschaften",
SelectionFieldProp : "Auswahlfeld-Eigenschaften",
TextareaProp : "Textfeld (mehrzeilig) Eigenschaften",
FormProp : "Formular-Eigenschaften",
AnchorProp : "Anker Eigenschaften",
ButtonProp : "Button Eigenschaften",
CheckboxProp : "Checkbox Eigenschaften",
HiddenFieldProp : "verstecktes Feld Eigenschaften",
RadioButtonProp : "Radiobutton Eigenschaften",
ImageButtonProp : "Bildbutton Eigenschaften",
TextFieldProp : "Textfeld einzeilig Eigenschaften",
SelectionFieldProp : "Auswahlfeld Eigenschaften",
TextareaProp : "Textfeld mehrzeilig Eigenschaften",
FormProp : "Formular Eigenschaften",
 
FontFormats : "Normal;Formatiert;Addresse;Überschrift 1;Überschrift 2;Überschrift 3;Überschrift 4;Überschrift 5;Überschrift 6;Normal (DIV)",
FontFormats : "Normal;Formatiert;Addresse;Überschrift 1;Überschrift 2;Überschrift 3;Überschrift 4;Überschrift 5;Überschrift 6",
 
// Alerts and Messages
ProcessingXHTML : "Bearbeite XHTML. Bitte warten...",
Done : "Fertig",
PasteWordConfirm : "Der Text, den Sie einfügen möchten, scheint aus MS-Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?",
NotCompatiblePaste : "Diese Funktion steht nur im Internet Explorer ab Version 5.5 zur Verfügung. Möchten Sie den Text unbereinigt einfügen?",
UnknownToolbarItem : "Unbekanntes Menüleisten-Objekt \"%1\"",
PasteWordConfirm : "Der Text, den Sie einfügen Möchten, scheint aus Word kopiert zu sein. Möchten Sie ihn zuvor bereinigen lassen?",
NotCompatiblePaste : "Diese Funktion steht nur im Internet Explorer ab Version 5.5 zur Verfügung. Möchten Sie den Text unbereinigt einfügen?",
UnknownToolbarItem : "Unbekanntes Menüleisten-Objekt \"%1\"",
UnknownCommand : "Unbekannter Befehl \"%1\"",
NotImplemented : "Befehl nicht implementiert",
UnknownToolbarSet : "Menüleiste \"%1\" existiert nicht",
NoActiveX : "Die Sicherheitseinstellungen Ihres Browsers beschränken evtl. einige Funktionen des Editors. Aktivieren Sie die Option \"ActiveX-Steuerelemente und Plugins ausführen\" in den Sicherheitseinstellungen, um diese Funktionen nutzen zu können",
BrowseServerBlocked : "Ein Auswahlfenster konnte nicht geöffnet werden. Stellen Sie sicher, das alle Popup-Blocker ausgeschaltet sind.",
DialogBlocked : "Das Dialog-Fenster konnte nicht geöffnet werden. Stellen Sie sicher, das alle Popup-Blocker ausgeschaltet sind.",
VisitLinkBlocked : "Es war leider nicht möglich ein neues Fenster zu öffnen. Bitte versichern Sie sich das der Popup-Blocker ausgeschaltet ist.",
UnknownToolbarSet : "Menüleiste \"%1\" existiert nicht",
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Abbrechen",
DlgBtnClose : "Schließen",
DlgBtnClose : "Schließen",
DlgBtnBrowseServer : "Server durchsuchen",
DlgAdvancedTag : "Erweitert",
DlgOpOther : "<andere>",
DlgInfoTab : "Info",
DlgAlertUrl : "Bitte tragen Sie die URL ein",
DlgOpOther : "&lt;andere&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<nichts>",
DlgGenNotSet : "&lt; nichts &gt;",
DlgGenId : "ID",
DlgGenLangDir : "Schreibrichtung",
DlgGenLangDirLtr : "Links nach Rechts (LTR)",
DlgGenLangDirRtl : "Rechts nach Links (RTL)",
DlgGenLangCode : "Sprachenkürzel",
DlgGenAccessKey : "Zugriffstaste",
DlgGenLangCode : "Sprachenkürzel",
DlgGenAccessKey : "Schlüssel",
DlgGenName : "Name",
DlgGenTabIndex : "Tab-Index",
DlgGenTabIndex : "Tab Index",
DlgGenLongDescr : "Langform URL",
DlgGenClass : "Stylesheet Klasse",
DlgGenTitle : "Titel Beschreibung",
DlgGenContType : "Inhaltstyp",
DlgGenContType : "Content Beschreibung",
DlgGenLinkCharset : "Ziel-Zeichensatz",
DlgGenStyle : "Style",
 
// Image Dialog
DlgImgTitle : "Bild-Eigenschaften",
DlgImgTitle : "Bild Eigenschaften",
DlgImgInfoTab : "Bild-Info",
DlgImgBtnUpload : "Zum Server senden",
DlgImgURL : "Bildauswahl",
198,12 → 163,12
DlgImgUpload : "Upload",
DlgImgAlt : "Alternativer Text",
DlgImgWidth : "Breite",
DlgImgHeight : "Höhe",
DlgImgLockRatio : "Größenverhältniss beibehalten",
DlgBtnResetSize : "Größe zurücksetzen",
DlgImgHeight : "Höhe",
DlgImgLockRatio : "Größenverhaeltniss beibehalten",
DlgBtnResetSize : "Größe zuruecksetzen",
DlgImgBorder : "Rahmen",
DlgImgHSpace : "Horizontal-Abstand",
DlgImgVSpace : "Vertikal-Abstand",
DlgImgHSpace : "H-Freiraum",
DlgImgVSpace : "V-Freiraum",
DlgImgAlign : "Ausrichtung",
DlgImgAlignLeft : "Links",
DlgImgAlignAbsBottom: "Abs Unten",
218,19 → 183,9
DlgImgAlertUrl : "Bitte geben Sie die Bild-URL an",
DlgImgLinkTab : "Link",
 
// Flash Dialog
DlgFlashTitle : "Flash-Eigenschaften",
DlgFlashChkPlay : "autom. Abspielen",
DlgFlashChkLoop : "Endlosschleife",
DlgFlashChkMenu : "Flash-Menü aktivieren",
DlgFlashScale : "Skalierung",
DlgFlashScaleAll : "Alles anzeigen",
DlgFlashScaleNoBorder : "ohne Rand",
DlgFlashScaleFit : "Passgenau",
 
// Link Dialog
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Link-Info",
DlgLnkInfoTab : "Link Info",
DlgLnkTargetTab : "Zielseite",
 
DlgLnkType : "Link-Typ",
238,65 → 193,64
DlgLnkTypeAnchor : "Anker in dieser Seite",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protokoll",
DlgLnkProtoOther : "<anderes>",
DlgLnkProtoOther : "&lt;anderes&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Anker auswählen",
DlgLnkAnchorSel : "Anker auswählen",
DlgLnkAnchorByName : "nach Anker Name",
DlgLnkAnchorById : "nach Element Id",
DlgLnkNoAnchors : "(keine Anker im Dokument vorhanden)",
DlgLnkNoAnchors : "&lt;keine Anker im Dokument vorhanden&gt;",
DlgLnkEMail : "E-Mail Addresse",
DlgLnkEMailSubject : "Betreffzeile",
DlgLnkEMailBody : "Nachrichtentext",
DlgLnkUpload : "Upload",
DlgLnkBtnUpload : "Zum Server senden",
DlgLnkBtnUpload : "Uum Server senden",
 
DlgLnkTarget : "Zielseite",
DlgLnkTargetFrame : "<Frame>",
DlgLnkTargetPopup : "<Pop-up Fenster>",
DlgLnkTargetFrame : "&lt;Frame&gt;",
DlgLnkTargetPopup : "&lt;Pop-up Fenster&gt;",
DlgLnkTargetBlank : "Neues Fenster (_blank)",
DlgLnkTargetParent : "Oberes Fenster (_parent)",
DlgLnkTargetSelf : "Gleiches Fenster (_self)",
DlgLnkTargetTop : "Oberstes Fenster (_top)",
DlgLnkTargetFrameName : "Ziel-Fenster-Name",
DlgLnkPopWinName : "Pop-up Fenster-Name",
DlgLnkPopWinFeat : "Pop-up Fenster-Eigenschaften",
DlgLnkPopResize : "Vergrößerbar",
DlgLnkTargetFrameName : "Ziel-Frame Name",
DlgLnkPopWinName : "Pop-up Fenster Name",
DlgLnkPopWinFeat : "Pop-up Fenster Eigenschaften",
DlgLnkPopResize : "Vergrößerbar",
DlgLnkPopLocation : "Adress-Leiste",
DlgLnkPopMenu : "Menü-Leiste",
DlgLnkPopScroll : "Rollbalken",
DlgLnkPopStatus : "Statusleiste",
DlgLnkPopMenu : "Menü-Leiste",
DlgLnkPopScroll : "Scroll-Leisten",
DlgLnkPopStatus : "Status-Leiste",
DlgLnkPopToolbar : "Werkzeugleiste",
DlgLnkPopFullScrn : "Vollbild (IE)",
DlgLnkPopDependent : "Abhängig (Netscape)",
DlgLnkPopDependent : "Abhängig (Netscape)",
DlgLnkPopWidth : "Breite",
DlgLnkPopHeight : "Höhe",
DlgLnkPopHeight : "Höhe",
DlgLnkPopLeft : "Linke Position",
DlgLnkPopTop : "Obere Position",
 
DlnLnkMsgNoUrl : "Bitte geben Sie die Link-URL an",
DlnLnkMsgNoEMail : "Bitte geben Sie e-Mail Adresse an",
DlnLnkMsgNoAnchor : "Bitte wählen Sie einen Anker aus",
DlnLnkMsgInvPopName : "Der Name des Popups muss mit einem Buchstaben beginnen und darf keine Leerzeichen enthalten",
DlnLnkMsgNoAnchor : "Bitte waehlen Sie einen Anker aus",
 
// Color Dialog
DlgColorTitle : "Farbauswahl",
DlgColorBtnClear : "Keine Farbe",
DlgColorHighlight : "Vorschau",
DlgColorSelected : "Ausgewählt",
DlgColorSelected : "Ausgewählt",
 
// Smiley Dialog
DlgSmileyTitle : "Smiley auswählen",
DlgSmileyTitle : "Smiley auswählen",
 
// Special Character Dialog
DlgSpecialCharTitle : "Sonderzeichen auswählen",
DlgSpecialCharTitle : "Sonderzeichen auswählen",
 
// Table Dialog
DlgTableTitle : "Tabellen-Eigenschaften",
DlgTableTitle : "Tabellen Eigenschaften",
DlgTableRows : "Zeile",
DlgTableColumns : "Spalte",
DlgTableBorder : "Rahmen",
DlgTableAlign : "Ausrichtung",
DlgTableAlignNotSet : "<keine>",
DlgTableAlignNotSet : "<nichts>",
DlgTableAlignLeft : "Links",
DlgTableAlignCenter : "Zentriert",
DlgTableAlignRight : "Rechts",
303,16 → 257,10
DlgTableWidth : "Breite",
DlgTableWidthPx : "Pixel",
DlgTableWidthPc : "%",
DlgTableHeight : "Höhe",
DlgTableCellSpace : "Zellenabstand außen",
DlgTableHeight : "Höhe",
DlgTableCellSpace : "Zellenabstand außen",
DlgTableCellPad : "Zellenabstand innen",
DlgTableCaption : "Überschrift",
DlgTableSummary : "Inhaltsübersicht",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
DlgTableCaption : "Üeberschrift",
 
// Table Cell Dialog
DlgCellTitle : "Zellen-Eigenschaften",
319,25 → 267,22
DlgCellWidth : "Breite",
DlgCellWidthPx : "Pixel",
DlgCellWidthPc : "%",
DlgCellHeight : "Höhe",
DlgCellHeight : "Höhe",
DlgCellWordWrap : "Umbruch",
DlgCellWordWrapNotSet : "<keiner>",
DlgCellWordWrapNotSet : "&lt;nichts&gt;",
DlgCellWordWrapYes : "Ja",
DlgCellWordWrapNo : "Nein",
DlgCellHorAlign : "Horizontale Ausrichtung",
DlgCellHorAlignNotSet : "<keine>",
DlgCellHorAlignNotSet : "&lt;nichts&gt;",
DlgCellHorAlignLeft : "Links",
DlgCellHorAlignCenter : "Zentriert",
DlgCellHorAlignRight: "Rechts",
DlgCellVerAlign : "Vertikale Ausrichtung",
DlgCellVerAlignNotSet : "<keine>",
DlgCellVerAlignNotSet : "&lt;nichts&gt;",
DlgCellVerAlignTop : "Oben",
DlgCellVerAlignMiddle : "Mitte",
DlgCellVerAlignBottom : "Unten",
DlgCellVerAlignBaseline : "Grundlinie",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellVerAlignBaseline : "Baseline",
DlgCellRowSpan : "Zeilen zusammenfassen",
DlgCellCollSpan : "Spalten zusammenfassen",
DlgCellBackColor : "Hintergrundfarbe",
344,34 → 289,29
DlgCellBorderColor : "Rahmenfarbe",
DlgCellBtnSelect : "Auswahl...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Suchen und Ersetzen",
 
// Find Dialog
DlgFindTitle : "Finden",
DlgFindFindBtn : "Finden",
DlgFindNotFoundMsg : "Der gesuchte Text wurde nicht gefunden.",
DlgFindNotFoundMsg : "Der Suchtext wurde nicht gefunden.",
 
// Replace Dialog
DlgReplaceTitle : "Ersetzen",
DlgReplaceFindLbl : "Suche nach:",
DlgReplaceReplaceLbl : "Ersetze mit:",
DlgReplaceCaseChk : "Groß-Kleinschreibung beachten",
DlgReplaceCaseChk : "Groß-Kleinschreibung beachten",
DlgReplaceReplaceBtn : "Ersetzen",
DlgReplaceReplAllBtn : "Alle Ersetzen",
DlgReplaceWordChk : "Nur ganze Worte suchen",
 
// Paste Operations / Dialog
PasteErrorCut : "Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage über STRG-X (ausschneiden) und STRG-V (einfügen).",
PasteErrorCopy : "Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).",
PasteErrorPaste : "Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch einzufügen. Bitte benutzen Sie die System-Zwischenablage ueber STRG-C (kopieren) und STRG-V (einfügen).",
PasteErrorCut : "Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch auszuschneiden. Bitte benutzen Sie die System-Zwischenablage ueber STRG-X (ausschneiden) und STRG-V (einfügen).",
PasteErrorCopy : "Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage ueber STRG-C (kopieren).",
 
PasteAsText : "Als Text einfügen",
PasteFromWord : "Aus Word einfügen",
PasteAsText : "Als Text einfügen",
PasteFromWord : "Aus Word einfügen",
 
DlgPasteMsg2 : "Bitte fügen Sie den Text in der folgenden Box über die Tastatur (mit <STRONG>Strg+V</STRONG>) ein und bestätigen Sie mit <STRONG>OK</STRONG>.",
DlgPasteSec : "Aufgrund von Sicherheitsbeschränkungen Ihres Browsers kann der Editor nicht direkt auf die Zwischenablage zugreifen. Bitte fügen Sie den Inhalt erneut in diesem Fenster ein.",
DlgPasteIgnoreFont : "Ignoriere Schriftart-Definitionen",
DlgPasteRemoveStyles : "Entferne Style-Definitionen",
DlgPasteMsg : "Der Text konnte nicht automatisch eingefügt werden, da die Sicherheitseinstellungen Ihres Browsers dies nicht zulassen.<BR>Bitte nutzen Sie in der folgenden Box die System-Zwischenablage ueber STRG-C (kopieren) und STRG-V (einfügen).",
 
// Color Picker
ColorAutomatic : "Automatisch",
378,41 → 318,38
ColorMoreColors : "Weitere Farben...",
 
// Document Properties
DocProps : "Dokument-Eigenschaften",
DocProps : "Dokument Eigenschaften",
 
// Anchor Dialog
DlgAnchorTitle : "Anker-Eigenschaften",
DlgAnchorTitle : "Anker Eigenschaften",
DlgAnchorName : "Anker Name",
DlgAnchorErrorName : "Bitte geben Sie den Namen des Ankers ein",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Nicht im Wörterbuch",
DlgSpellChangeTo : "Ändern in",
DlgSpellNotInDic : "Nicht im Wörterbuch",
DlgSpellChangeTo : "Äendern in",
DlgSpellBtnIgnore : "Ignorieren",
DlgSpellBtnIgnoreAll : "Alle Ignorieren",
DlgSpellBtnReplace : "Ersetzen",
DlgSpellBtnReplaceAll : "Alle Ersetzen",
DlgSpellBtnUndo : "Rückgängig",
DlgSpellNoSuggestions : " - keine Vorschläge - ",
DlgSpellProgress : "Rechtschreibprüfung läuft...",
DlgSpellNoMispell : "Rechtschreibprüfung abgeschlossen - keine Fehler gefunden",
DlgSpellNoChanges : "Rechtschreibprüfung abgeschlossen - keine Worte geändert",
DlgSpellOneChange : "Rechtschreibprüfung abgeschlossen - ein Wort geändert",
DlgSpellManyChanges : "Rechtschreibprüfung abgeschlossen - %1 Wörter geändert",
DlgSpellBtnUndo : "Rückgängig",
DlgSpellNoSuggestions : " - keine Vorschläge - ",
DlgSpellProgress : "Rechtschreibprüfung läuft...",
DlgSpellNoMispell : "Rechtschreibprüfung abgeschlossen - keine Fehler gefunden",
DlgSpellNoChanges : "Rechtschreibprüfung abgeschlossen - keine Worte geändert",
DlgSpellOneChange : "Rechtschreibprüfung abgeschlossen - ein Wort geändert",
DlgSpellManyChanges : "Rechtschreibprüfung abgeschlossen - %1 Wörter geändert",
 
IeSpellDownload : "Rechtschreibprüfung nicht installiert. Möchten Sie sie jetzt herunterladen?",
IeSpellDownload : "Rechtschreibprüfung nicht installiert. Möchten Sie sie jetzt herunterladen?",
 
// Button Dialog
DlgButtonText : "Text (Wert)",
DlgButtonType : "Typ",
DlgButtonTypeBtn : "Button",
DlgButtonTypeSbm : "Absenden",
DlgButtonTypeRst : "Zurücksetzen",
DlgButtonText : "Text (Wert)",
DlgButtonType : "Typ",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Name",
DlgCheckboxValue : "Wert",
DlgCheckboxSelected : "ausgewählt",
DlgCheckboxSelected : "ausgewählt",
 
// Form Dialog
DlgFormName : "Name",
422,14 → 359,14
// Select Field Dialog
DlgSelectName : "Name",
DlgSelectValue : "Wert",
DlgSelectSize : "Größe",
DlgSelectSize : "Größe",
DlgSelectLines : "Linien",
DlgSelectChkMulti : "Erlaube Mehrfachauswahl",
DlgSelectOpAvail : "Mögliche Optionen",
DlgSelectOpAvail : "Mögliche Optionen",
DlgSelectOpText : "Text",
DlgSelectOpValue : "Wert",
DlgSelectBtnAdd : "Hinzufügen",
DlgSelectBtnModify : "Ändern",
DlgSelectBtnAdd : "Hinzufügen",
DlgSelectBtnModify : "Äendern",
DlgSelectBtnUp : "Hoch",
DlgSelectBtnDown : "Runter",
DlgSelectBtnSetValue : "Setze als Standardwert",
456,38 → 393,28
// Bulleted List Dialog
BulletedListProp : "Listen-Eigenschaften",
NumberedListProp : "Nummerierte Listen-Eigenschaften",
DlgLstStart : "Start",
DlgLstType : "Typ",
DlgLstTypeCircle : "Ring",
DlgLstTypeDisc : "Kreis",
DlgLstTypeCircle : "Kreis",
DlgLstTypeDisk : "Disk",
DlgLstTypeSquare : "Quadrat",
DlgLstTypeNumbers : "Nummern (1, 2, 3)",
DlgLstTypeLCase : "Kleinbuchstaben (a, b, c)",
DlgLstTypeUCase : "Großbuchstaben (A, B, C)",
DlgLstTypeSRoman : "Kleine römische Zahlen (i, ii, iii)",
DlgLstTypeLRoman : "Große römische Zahlen (I, II, III)",
DlgLstTypeUCase : "Großbuchstaben (A, B, C)",
DlgLstTypeSRoman : "Kleine römische Zahlen (i, ii, iii)",
DlgLstTypeLRoman : "Große römische Zahlen (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Allgemein",
DlgDocBackTab : "Hintergrund",
DlgDocColorsTab : "Farben und Abstände",
DlgDocColorsTab : "Farben und Abstände",
DlgDocMetaTab : "Metadaten",
 
DlgDocPageTitle : "Seitentitel",
DlgDocLangDir : "Schriftrichtung",
DlgDocLangDirLTR : "Links nach Rechts",
DlgDocLangDirRTL : "Rechts nach Links",
DlgDocLangCode : "Sprachkürzel",
DlgDocLangDirRTL : "rechts nach Links",
DlgDocLangCode : "Sprachkürzel",
DlgDocCharSet : "Zeichenkodierung",
DlgDocCharSetCE : "Zentraleuropäisch",
DlgDocCharSetCT : "traditionell Chinesisch (Big5)",
DlgDocCharSetCR : "Kyrillisch",
DlgDocCharSetGR : "Griechisch",
DlgDocCharSetJP : "Japanisch",
DlgDocCharSetKR : "Koreanisch",
DlgDocCharSetTR : "Türkisch",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Westeuropäisch",
DlgDocCharSetOther : "Andere Zeichenkodierung",
 
DlgDocDocType : "Dokumententyp",
495,17 → 422,17
DlgDocIncXHTML : "Beziehe XHTML Deklarationen ein",
DlgDocBgColor : "Hintergrundfarbe",
DlgDocBgImage : "Hintergrundbild URL",
DlgDocBgNoScroll : "feststehender Hintergrund",
DlgDocBgNoScroll : "Nicht-Scrollender Hintergrund",
DlgDocCText : "Text",
DlgDocCLink : "Link",
DlgDocCVisited : "Besuchter Link",
DlgDocCActive : "Aktiver Link",
DlgDocMargins : "Seitenränder",
DlgDocMargins : "Seitenränder",
DlgDocMaTop : "Oben",
DlgDocMaLeft : "Links",
DlgDocMaRight : "Rechts",
DlgDocMaBottom : "Unten",
DlgDocMeIndex : "Schlüsselwörter (durch Komma getrennt)",
DlgDocMeIndex : "Schlüsselwörter (Komma-getrennt)",
DlgDocMeDescr : "Dokument-Beschreibung",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Copyright",
514,21 → 441,14
// Templates Dialog
Templates : "Vorlagen",
DlgTemplatesTitle : "Vorlagen",
DlgTemplatesSelMsg : "Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen (der aktuelle Inhalt wird dabei gelöscht!):",
DlgTemplatesSelMsg : "Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen(der aktuelle Inhalt wird dabei gelöscht!):",
DlgTemplatesLoading : "Liste der Vorlagen wird geladen. Bitte warten...",
DlgTemplatesNoTpl : "(keine Vorlagen definiert)",
DlgTemplatesReplace : "Aktuellen Inhalt ersetzen",
 
// About Dialog
DlgAboutAboutTab : "Über",
DlgAboutAboutTab : "Über",
DlgAboutBrowserInfoTab : "Browser-Info",
DlgAboutLicenseTab : "Lizenz",
DlgAboutVersion : "Version",
DlgAboutInfo : "Für weitere Informationen siehe",
 
// Div Dialog
DlgDivGeneralTab : "Allgemein",
DlgDivAdvancedTab : "Erweitert",
DlgDivStyle : "Style",
DlgDivInlineStyle : "Inline Style"
};
DlgAboutLicense : "Lizensiert unter den Richtlinien der GNU Lesser General Public License",
DlgAboutInfo : "Für weitere Informationen siehe"
}
/trunk/api/fckeditor/editor/lang/bg.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Bulgarian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: bg.js
* Bulgarian language file.
*
* File Authors:
* Miroslav Ivanov (miro@primal-chaos.net)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "Връзка",
InsertLink : "Добави/Редактирай връзка",
RemoveLink : "Изтрий връзка",
VisitLink : "Open Link", //MISSING
Anchor : "Добави/Редактирай котва",
AnchorDelete : "Remove Anchor", //MISSING
InsertImageLbl : "Изображение",
InsertImage : "Добави/Редактирай изображение",
InsertFlashLbl : "Flash",
InsertFlash : "Добави/Редактиай Flash обект",
InsertTableLbl : "Таблица",
InsertTable : "Добави/Редактирай таблица",
InsertLineLbl : "Линия",
72,10 → 62,6
BlockJustify : "Двустранно подравняване",
DecreaseIndent : "Намали отстъпа",
IncreaseIndent : "Увеличи отстъпа",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Отмени",
Redo : "Повтори",
NumberedListLbl : "Нумериран списък",
95,8 → 81,6
Replace : "Замести",
SpellCheck : "Провери правописа",
UniversalKeyboard : "Универсална клавиатура",
PageBreakLbl : "Нов ред",
PageBreak : "Вмъкни нов ред",
 
Form : "Формуляр",
Checkbox : "Поле за отметка",
108,33 → 92,19
SelectionField : "Падащо меню с опции",
ImageButton : "Бутон-изображение",
 
FitWindow : "Maximize the editor size", //MISSING
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Редактирай връзка",
CellCM : "Cell", //MISSING
RowCM : "Row", //MISSING
ColumnCM : "Column", //MISSING
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
InsertRow : "Добави ред",
DeleteRows : "Изтрий редовете",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "Добави колона",
DeleteColumns : "Изтрий колоните",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
InsertCell : "Добави клетка",
DeleteCells : "Изтрий клетките",
MergeCells : "Обедини клетките",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "Изтрий таблицата",
SplitCell : "Раздели клетката",
CellProperties : "Параметри на клетката",
TableProperties : "Параметри на таблицата",
ImageProperties : "Параметри на изображението",
FlashProperties : "Параметри на Flash обекта",
 
AnchorProp : "Параметри на котвата",
ButtonProp : "Параметри на бутона",
158,10 → 128,6
UnknownCommand : "Непозната команда \"%1\"",
NotImplemented : "Командата не е имплементирана",
UnknownToolbarSet : "Панелът \"%1\" не съществува",
NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING
DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "ОК",
169,12 → 135,10
DlgBtnClose : "Затвори",
DlgBtnBrowseServer : "Разгледай сървъра",
DlgAdvancedTag : "Подробности...",
DlgOpOther : "<Друго>",
DlgInfoTab : "Информация",
DlgAlertUrl : "Моля, въведете пълния път (URL)",
DlgOpOther : "&lt;Друго&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<не е настроен>",
DlgGenNotSet : "&lt;не е настроен&gt;",
DlgGenId : "Идентификатор",
DlgGenLangDir : "посока на речта",
DlgGenLangDirLtr : "От ляво на дясно",
216,18 → 180,8
DlgImgAlignTop : "Отгоре",
DlgImgPreview : "Изглед",
DlgImgAlertUrl : "Моля, въведете пълния път до изображението",
DlgImgLinkTab : "Връзка",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Параметри на Flash обекта",
DlgFlashChkPlay : "Автоматично стартиране",
DlgFlashChkLoop : "Ново стартиране след завършването",
DlgFlashChkMenu : "Разрешено Flash меню",
DlgFlashScale : "Оразмеряване",
DlgFlashScaleAll : "Покажи целия обект",
DlgFlashScaleNoBorder : "Без рамка",
DlgFlashScaleFit : "Според мястото",
 
// Link Dialog
DlgLnkWindowTitle : "Връзка",
DlgLnkInfoTab : "Информация за връзката",
237,13 → 191,13
DlgLnkTypeURL : "Пълен път (URL)",
DlgLnkTypeAnchor : "Котва в текущата страница",
DlgLnkTypeEMail : "Е-поща",
DlgLnkProto : "Протокол",
DlgLnkProtoOther : "<друго>",
DlgLnkProto : "Прокотол",
DlgLnkProtoOther : "&lt;друго&gt;",
DlgLnkURL : "Пълен път (URL)",
DlgLnkAnchorSel : "Изберете котва",
DlgLnkAnchorByName : "По име на котвата",
DlgLnkAnchorById : "По идентификатор на елемент",
DlgLnkNoAnchors : "(Няма котви в текущия документ)",
DlgLnkNoAnchors : "&lt;Няма котви в текущия документ&gt;",
DlgLnkEMail : "Адрес за е-поща",
DlgLnkEMailSubject : "Тема на писмото",
DlgLnkEMailBody : "Текст на писмото",
251,13 → 205,13
DlgLnkBtnUpload : "Прати на сървъра",
 
DlgLnkTarget : "Цел",
DlgLnkTargetFrame : "<рамка>",
DlgLnkTargetPopup : "<дъщерен прозорец>",
DlgLnkTargetFrame : "&lt;рамка&gt;",
DlgLnkTargetPopup : "&lt;дъщерен прозорец&gt;",
DlgLnkTargetBlank : "Нов прозорец (_blank)",
DlgLnkTargetParent : "Родителски прозорец (_parent)",
DlgLnkTargetSelf : "Активния прозорец (_self)",
DlgLnkTargetTop : "Целия прозорец (_top)",
DlgLnkTargetFrameName : "Име на целевия прозорец",
DlgLnkTargetFrameName : "Име на целиевия прозорец",
DlgLnkPopWinName : "Име на дъщерния прозорец",
DlgLnkPopWinFeat : "Параметри на дъщерния прозорец",
DlgLnkPopResize : "С променливи размери",
276,7 → 230,6
DlnLnkMsgNoUrl : "Моля, напишете пълния път (URL)",
DlnLnkMsgNoEMail : "Моля, напишете адреса за е-поща",
DlnLnkMsgNoAnchor : "Моля, изберете котва",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
 
// Color Dialog
DlgColorTitle : "Изберете цвят",
307,12 → 260,6
DlgTableCellSpace : "Разстояние между клетките",
DlgTableCellPad : "Отстъп на съдържанието в клетките",
DlgTableCaption : "Заглавие",
DlgTableSummary : "Резюме",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Параметри на клетката",
321,23 → 268,20
DlgCellWidthPc : "проценти",
DlgCellHeight : "Височина",
DlgCellWordWrap : "пренасяне на нов ред",
DlgCellWordWrapNotSet : "<Не е настроено>",
DlgCellWordWrapNotSet : "&lt;Не е настроено&gt;",
DlgCellWordWrapYes : "Да",
DlgCellWordWrapNo : "не",
DlgCellHorAlign : "Хоризонтално подравняване",
DlgCellHorAlignNotSet : "<Не е настроено>",
DlgCellHorAlignNotSet : "&lt;Не е настроено&gt;",
DlgCellHorAlignLeft : "Ляво",
DlgCellHorAlignCenter : "Център",
DlgCellHorAlignRight: "Дясно",
DlgCellVerAlign : "Вертикално подравняване",
DlgCellVerAlignNotSet : "<Не е настроено>",
DlgCellVerAlignNotSet : "&lt;Не е настроено&gt;",
DlgCellVerAlignTop : "Горе",
DlgCellVerAlignMiddle : "По средата",
DlgCellVerAlignBottom : "Долу",
DlgCellVerAlignBaseline : "По базовата линия",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "повече от един ред",
DlgCellCollSpan : "повече от една колона",
DlgCellBackColor : "фонов цвят",
344,9 → 288,6
DlgCellBorderColor : "цвят на рамката",
DlgCellBtnSelect : "Изберете...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "Търси",
DlgFindFindBtn : "Търси",
362,6 → 303,7
DlgReplaceWordChk : "Търси същата дума",
 
// Paste Operations / Dialog
PasteErrorPaste : "Настройките за сигурност на вашия бразуър не разрешават на редактора да изпълни вмъкването. За целта използвайте клавиатурата (Ctrl+V).",
PasteErrorCut : "Настройките за сигурност на вашия бразуър не разрешават на редактора да изпълни изрязването. За целта използвайте клавиатурата (Ctrl+X).",
PasteErrorCopy : "Настройките за сигурност на вашия бразуър не разрешават на редактора да изпълни запаметяването. За целта използвайте клавиатурата (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "Вмъкни като чист текст",
PasteFromWord : "Вмъкни от MS Word",
 
DlgPasteMsg2 : "Вмъкнете тук съдъжанието с клавиатуарата (<STRONG>Ctrl+V</STRONG>) и натиснете <STRONG>OK</STRONG>.",
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "Игнорирай шрифтовите дефиниции",
DlgPasteRemoveStyles : "Изтрий стиловите дефиниции",
DlgPasteMsg : "Редакторът не успя да изпълни автоматичното вмъкване заради <STRONG>настройките за сигурност</STRONG> на вашия браузър.<BR>Моля, изпълнете вмъкването, използвайки клавиатурата (<STRONG>Ctrl+V</STRONG>), след което изберете <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "По подразбиране",
403,11 → 342,8
IeSpellDownload : "Инструментът за проверка на правопис не е инсталиран. Желаете ли да го инсталирате ?",
 
// Button Dialog
DlgButtonText : "Текст (Стойност)",
DlgButtonType : "Тип",
DlgButtonTypeBtn : "Button", //MISSING
DlgButtonTypeSbm : "Submit", //MISSING
DlgButtonTypeRst : "Reset", //MISSING
DlgButtonText : "Текст (Стойност)",
DlgButtonType : "Тип",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Име",
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "Параметри на ненумерирания списък",
NumberedListProp : "Параметри на нумерирания списък",
DlgLstStart : "Start", //MISSING
DlgLstType : "Тип",
DlgLstTypeCircle : "Окръжност",
DlgLstTypeDisc : "Кръг",
DlgLstTypeDisk : "Диск",
DlgLstTypeSquare : "Квадрат",
DlgLstTypeNumbers : "Числа (1, 2, 3)",
DlgLstTypeLCase : "Малки букви (a, b, c)",
479,15 → 414,6
DlgDocLangDirRTL : "От дясно на ляво",
DlgDocLangCode : "Код на езика",
DlgDocCharSet : "Кодиране на символите",
DlgDocCharSetCE : "Central European", //MISSING
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
DlgDocCharSetCR : "Cyrillic", //MISSING
DlgDocCharSetGR : "Greek", //MISSING
DlgDocCharSetJP : "Japanese", //MISSING
DlgDocCharSetKR : "Korean", //MISSING
DlgDocCharSetTR : "Turkish", //MISSING
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
DlgDocCharSetWE : "Western European", //MISSING
DlgDocCharSetOther : "Друго кодиране на символите",
 
DlgDocDocType : "Тип на документа",
512,23 → 438,16
DlgDocPreview : "Изглед",
 
// Templates Dialog
Templates : "Шаблони",
DlgTemplatesTitle : "Шаблони",
DlgTemplatesSelMsg : "Изберете шаблон <br>(текущото съдържание на редактора ще бъде загубено):",
DlgTemplatesLoading : "Зареждане на списъка с шаблоните. Моля изчакайте...",
DlgTemplatesNoTpl : "(Няма дефинирани шаблони)",
DlgTemplatesReplace : "Replace actual contents", //MISSING
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "За",
DlgAboutBrowserInfoTab : "Информация за браузъра",
DlgAboutLicenseTab : "License", //MISSING
DlgAboutVersion : "версия",
DlgAboutInfo : "За повече информация посетете",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Лиценз по условията на GNU Lesser General Public License",
DlgAboutInfo : "За повече информация отидете на"
}
/trunk/api/fckeditor/editor/lang/ja.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Japanese language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: ja.js
* English language file.
*
* File Authors:
* Takashi Yamaguchi (jack@omakase.net)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "リンク",
InsertLink : "リンク挿入/編集",
RemoveLink : "リンク削除",
VisitLink : "リンクを開く",
Anchor : "アンカー挿入/編集",
AnchorDelete : "アンカー削除",
InsertImageLbl : "イメージ",
InsertImage : "イメージ挿入/編集",
InsertFlashLbl : "Flash",
InsertFlash : "Flash挿入/編集",
InsertTableLbl : "テーブル",
InsertTable : "テーブル挿入/編集",
InsertLineLbl : "ライン",
72,10 → 62,6
BlockJustify : "両端揃え",
DecreaseIndent : "インデント解除",
IncreaseIndent : "インデント",
Blockquote : "ブロック引用",
CreateDiv : "Div 作成",
EditDiv : "Div 編集",
DeleteDiv : "Div 削除",
Undo : "元に戻す",
Redo : "やり直し",
NumberedListLbl : "段落番号",
95,8 → 81,6
Replace : "置き換え",
SpellCheck : "スペルチェック",
UniversalKeyboard : "ユニバーサル・キーボード",
PageBreakLbl : "改ページ",
PageBreak : "改ページ挿入",
 
Form : "フォーム",
Checkbox : "チェックボックス",
108,33 → 92,19
SelectionField : "選択フィールド",
ImageButton : "画像ボタン",
 
FitWindow : "エディタサイズを最大にします",
ShowBlocks : "ブロック表示",
 
// Context Menu
EditLink : "リンク編集",
CellCM : "セル",
RowCM : "行",
ColumnCM : "カラム",
InsertRowAfter : "列の後に挿入",
InsertRowBefore : "列の前に挿入",
InsertRow : "行挿入",
DeleteRows : "行削除",
InsertColumnAfter : "カラムの後に挿入",
InsertColumnBefore : "カラムの前に挿入",
InsertColumn : "列挿入",
DeleteColumns : "列削除",
InsertCellAfter : "セルの後に挿入",
InsertCellBefore : "セルの前に挿入",
InsertCell : "セル挿入",
DeleteCells : "セル削除",
MergeCells : "セル結合",
MergeRight : "右に結合",
MergeDown : "下に結合",
HorizontalSplitCell : "セルを水平方向分割",
VerticalSplitCell : "セルを垂直方向に分割",
TableDelete : "テーブル削除",
SplitCell : "セル分割",
CellProperties : "セル プロパティ",
TableProperties : "テーブル プロパティ",
ImageProperties : "イメージ プロパティ",
FlashProperties : "Flash プロパティ",
 
AnchorProp : "アンカー プロパティ",
ButtonProp : "ボタン プロパティ",
147,7 → 117,7
TextareaProp : "テキストエリア プロパティ",
FormProp : "フォーム プロパティ",
 
FontFormats : "標準;書式付き;アドレス;見出し 1;見出し 2;見出し 3;見出し 4;見出し 5;見出し 6;標準 (DIV)",
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Paragraph (DIV)",
 
// Alerts and Messages
ProcessingXHTML : "XHTML処理中. しばらくお待ちください...",
158,10 → 128,6
UnknownCommand : "未知のコマンド名 \"%1\"",
NotImplemented : "コマンドはインプリメントされませんでした。",
UnknownToolbarSet : "ツールバー設定 \"%1\" 存在しません。",
NoActiveX : "エラー、警告メッセージなどが発生した場合、ブラウザーのセキュリティ設定によりエディタのいくつかの機能が制限されている可能性があります。セキュリティ設定のオプションで\"ActiveXコントロールとプラグインの実行\"を有効にするにしてください。",
BrowseServerBlocked : "サーバーブラウザーを開くことができませんでした。ポップアップ・ブロック機能が無効になっているか確認してください。",
DialogBlocked : "ダイアログウィンドウを開くことができませんでした。ポップアップ・ブロック機能が無効になっているか確認してください。",
VisitLinkBlocked : "新しいウィンドウを開くことができませんでした。ポップアップ・ブロック機能が無効になっているか確認してください。",
 
// Dialogs
DlgBtnOK : "OK",
169,12 → 135,10
DlgBtnClose : "閉じる",
DlgBtnBrowseServer : "サーバーブラウザー",
DlgAdvancedTag : "高度な設定",
DlgOpOther : "<その他>",
DlgInfoTab : "情報",
DlgAlertUrl : "URLを挿入してください",
DlgOpOther : "&lt;その他&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<なし>",
DlgGenNotSet : "&lt;なし&gt;",
DlgGenId : "Id",
DlgGenLangDir : "文字表記の方向",
DlgGenLangDirLtr : "左から右 (LTR)",
216,18 → 180,8
DlgImgAlignTop : "上",
DlgImgPreview : "プレビュー",
DlgImgAlertUrl : "イメージのURLを入力してください。",
DlgImgLinkTab : "リンク",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash プロパティ",
DlgFlashChkPlay : "再生",
DlgFlashChkLoop : "ループ再生",
DlgFlashChkMenu : "Flashメニュー可能",
DlgFlashScale : "拡大縮小設定",
DlgFlashScaleAll : "すべて表示",
DlgFlashScaleNoBorder : "外が見えない様に拡大",
DlgFlashScaleFit : "上下左右にフィット",
 
// Link Dialog
DlgLnkWindowTitle : "ハイパーリンク",
DlgLnkInfoTab : "ハイパーリンク 情報",
238,12 → 192,12
DlgLnkTypeAnchor : "このページのアンカー",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "プロトコル",
DlgLnkProtoOther : "<その他>",
DlgLnkProtoOther : "&lt;その他&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "アンカーを選択",
DlgLnkAnchorByName : "アンカー名",
DlgLnkAnchorById : "エレメントID",
DlgLnkNoAnchors : "(ドキュメントにおいて利用可能なアンカーはありません。)",
DlgLnkNoAnchors : "&lt;ドキュメントにおいて利用可能なアンカーはありません。&gt;",
DlgLnkEMail : "E-Mail アドレス",
DlgLnkEMailSubject : "件名",
DlgLnkEMailBody : "本文",
251,8 → 205,8
DlgLnkBtnUpload : "サーバーに送信",
 
DlgLnkTarget : "ターゲット",
DlgLnkTargetFrame : "<フレーム>",
DlgLnkTargetPopup : "<ポップアップウィンドウ>",
DlgLnkTargetFrame : "&lt;フレーム&gt;",
DlgLnkTargetPopup : "&lt;ポップアップウィンドウ&gt;",
DlgLnkTargetBlank : "新しいウィンドウ (_blank)",
DlgLnkTargetParent : "親ウィンドウ (_parent)",
DlgLnkTargetSelf : "同じウィンドウ (_self)",
276,7 → 230,6
DlnLnkMsgNoUrl : "リンクURLを入力してください。",
DlnLnkMsgNoEMail : "メールアドレスを入力してください。",
DlnLnkMsgNoAnchor : "アンカーを選択してください。",
DlnLnkMsgInvPopName : "ポップ・アップ名は英字で始まる文字で指定してくだい。ポップ・アップ名にスペースは含めません",
 
// Color Dialog
DlgColorTitle : "色選択",
307,12 → 260,6
DlgTableCellSpace : "セル内余白",
DlgTableCellPad : "セル内間隔",
DlgTableCaption : "キャプション",
DlgTableSummary : "テーブル目的/構造",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "セル プロパティ",
321,23 → 268,20
DlgCellWidthPc : "パーセント",
DlgCellHeight : "高さ",
DlgCellWordWrap : "折り返し",
DlgCellWordWrapNotSet : "<なし>",
DlgCellWordWrapNotSet : "&lt;なし&gt;",
DlgCellWordWrapYes : "Yes",
DlgCellWordWrapNo : "No",
DlgCellHorAlign : "セル横の整列",
DlgCellHorAlignNotSet : "<なし>",
DlgCellHorAlignNotSet : "&lt;なし&gt;",
DlgCellHorAlignLeft : "左",
DlgCellHorAlignCenter : "中央",
DlgCellHorAlignRight: "右",
DlgCellVerAlign : "セル縦の整列",
DlgCellVerAlignNotSet : "<なし>",
DlgCellVerAlignNotSet : "&lt;なし&gt;",
DlgCellVerAlignTop : "上",
DlgCellVerAlignMiddle : "中央",
DlgCellVerAlignBottom : "下",
DlgCellVerAlignBaseline : "ベースライン",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "縦幅(行数)",
DlgCellCollSpan : "横幅(列数)",
DlgCellBackColor : "背景色",
344,9 → 288,6
DlgCellBorderColor : "ボーダーカラー",
DlgCellBtnSelect : "選択...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "検索して置換",
 
// Find Dialog
DlgFindTitle : "検索",
DlgFindFindBtn : "検索",
362,6 → 303,7
DlgReplaceWordChk : "単語単位で一致",
 
// Paste Operations / Dialog
PasteErrorPaste : "ブラウザーのセキュリティ設定によりエディタの貼り付け操作が自動で実行することができません。実行するには手動でキーボードの(Ctrl+V)を使用してください。",
PasteErrorCut : "ブラウザーのセキュリティ設定によりエディタの切り取り操作が自動で実行することができません。実行するには手動でキーボードの(Ctrl+X)を使用してください。",
PasteErrorCopy : "ブラウザーのセキュリティ設定によりエディタのコピー操作が自動で実行することができません。実行するには手動でキーボードの(Ctrl+C)を使用してください。",
 
368,10 → 310,7
PasteAsText : "プレーンテキスト貼り付け",
PasteFromWord : "ワード文章から貼り付け",
 
DlgPasteMsg2 : "キーボード(<STRONG>Ctrl+V</STRONG>)を使用して、次の入力エリア内で貼って、<STRONG>OK</STRONG>を押してください。",
DlgPasteSec : "ブラウザのセキュリティ設定により、エディタはクリップボード・データに直接アクセスすることができません。このウィンドウは貼り付け操作を行う度に表示されます。",
DlgPasteIgnoreFont : "FontタグのFace属性を無視します。",
DlgPasteRemoveStyles : "スタイル定義を削除します。",
DlgPasteMsg : "ブラウザーの<STRONG>セキュリティ設定</STRONG>によりエディタの貼り付け操作が自動で実行することができません。<BR>実行するには手動でキーボードの(<STRONG>Ctrl+V</STRONG>)を実行して<STRONG>OK</STRONG>を押してください。",
 
// Color Picker
ColorAutomatic : "自動",
403,11 → 342,8
IeSpellDownload : "スペルチェッカーがインストールされていません。今すぐダウンロードしますか?",
 
// Button Dialog
DlgButtonText : "テキスト (値)",
DlgButtonType : "タイプ",
DlgButtonTypeBtn : "ボタン",
DlgButtonTypeSbm : "送信",
DlgButtonTypeRst : "リセット",
DlgButtonText : "テキスト (値)",
DlgButtonType : "タイプ",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "名前",
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "箇条書き プロパティ",
NumberedListProp : "段落番号 プロパティ",
DlgLstStart : "開始文字",
DlgLstType : "タイプ",
DlgLstTypeCircle : "白丸",
DlgLstTypeDisc : "黒丸",
DlgLstTypeDisk : "黒丸",
DlgLstTypeSquare : "四角",
DlgLstTypeNumbers : "アラビア数字 (1, 2, 3)",
DlgLstTypeLCase : "英字小文字 (a, b, c)",
475,19 → 410,10
 
DlgDocPageTitle : "ページタイトル",
DlgDocLangDir : "言語文字表記の方向",
DlgDocLangDirLTR : "左から右に表記(LTR)",
DlgDocLangDirRTL : "右から左に表記(RTL)",
DlgDocLangDirLTR : "左から右に文字表記します(LTR)",
DlgDocLangDirRTL : "右から左に文字表記します(RTL)",
DlgDocLangCode : "言語コード",
DlgDocCharSet : "文字セット符号化",
DlgDocCharSetCE : "Central European",
DlgDocCharSetCT : "Chinese Traditional (Big5)",
DlgDocCharSetCR : "Cyrillic",
DlgDocCharSetGR : "Greek",
DlgDocCharSetJP : "Japanese",
DlgDocCharSetKR : "Korean",
DlgDocCharSetTR : "Turkish",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Western European",
DlgDocCharSetOther : "他の文字セット符号化",
 
DlgDocDocType : "文書タイプヘッダー",
512,23 → 438,16
DlgDocPreview : "プレビュー",
 
// Templates Dialog
Templates : "テンプレート(雛形)",
DlgTemplatesTitle : "テンプレート内容",
DlgTemplatesSelMsg : "エディターで使用するテンプレートを選択してください。<br>(現在のエディタの内容は失われます):",
DlgTemplatesLoading : "テンプレート一覧読み込み中. しばらくお待ちください...",
DlgTemplatesNoTpl : "(テンプレートが定義されていません)",
DlgTemplatesReplace : "現在のエディタの内容と置換えをします",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "バージョン情報",
DlgAboutBrowserInfoTab : "ブラウザ情報",
DlgAboutLicenseTab : "ライセンス",
DlgAboutVersion : "バージョン",
DlgAboutInfo : "より詳しい情報はこちらで",
 
// Div Dialog
DlgDivGeneralTab : "全般",
DlgDivAdvancedTab : "高度な設定",
DlgDivStyle : "スタイル",
DlgDivInlineStyle : "インラインスタイル"
};
DlgAboutLicense : "Licensed under the terms of the GNU Lesser General Public License",
DlgAboutInfo : "より詳しい情報はこちらで"
}
/trunk/api/fckeditor/editor/lang/he.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Hebrew language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: he.js
* Hebrew language file.
*
* File Authors:
* Ophir Radnitz (ophir@liqweed.net)
*/
 
var FCKLang =
{
37,7 → 31,7
Copy : "העתקה",
Paste : "הדבקה",
PasteText : "הדבקה כטקסט פשוט",
PasteWord : "הדבקה מ-וורד",
PasteWord : "הדבקה מ-Word",
Print : "הדפסה",
SelectAll : "בחירת הכל",
RemoveFormat : "הסרת העיצוב",
44,13 → 38,9
InsertLinkLbl : "קישור",
InsertLink : "הוספת/עריכת קישור",
RemoveLink : "הסרת הקישור",
VisitLink : "פתח קישור",
Anchor : "הוספת/עריכת נקודת עיגון",
AnchorDelete : "הסר נקודת עיגון",
Anchor : "Insert/Edit Anchor", //MISSING
InsertImageLbl : "תמונה",
InsertImage : "הוספת/עריכת תמונה",
InsertFlashLbl : "פלאש",
InsertFlash : "הוסף/ערוך פלאש",
InsertTableLbl : "טבלה",
InsertTable : "הוספת/עריכת טבלה",
InsertLineLbl : "קו",
72,10 → 62,6
BlockJustify : "יישור לשוליים",
DecreaseIndent : "הקטנת אינדנטציה",
IncreaseIndent : "הגדלת אינדנטציה",
Blockquote : "בלוק ציטוט",
CreateDiv : "צור מיכל(תג)DIV",
EditDiv : "ערוך מיכל (תג)DIV",
DeleteDiv : "הסר מיכל(תג) DIV",
Undo : "ביטול צעד אחרון",
Redo : "חזרה על צעד אחרון",
NumberedListLbl : "רשימה ממוספרת",
93,59 → 79,43
Source : "מקור",
Find : "חיפוש",
Replace : "החלפה",
SpellCheck : "בדיקת איות",
UniversalKeyboard : "מקלדת אוניברסלית",
PageBreakLbl : "שבירת דף",
PageBreak : "הוסף שבירת דף",
SpellCheck : "Check Spell", //MISSING
UniversalKeyboard : "Universal Keyboard", //MISSING
 
Form : "טופס",
Checkbox : "תיבת סימון",
RadioButton : "לחצן אפשרויות",
TextField : "שדה טקסט",
Textarea : "איזור טקסט",
HiddenField : "שדה חבוי",
Button : "כפתור",
SelectionField : "שדה בחירה",
ImageButton : "כפתור תמונה",
Form : "Form", //MISSING
Checkbox : "Checkbox", //MISSING
RadioButton : "Radio Button", //MISSING
TextField : "Text Field", //MISSING
Textarea : "Textarea", //MISSING
HiddenField : "Hidden Field", //MISSING
Button : "Button", //MISSING
SelectionField : "Selection Field", //MISSING
ImageButton : "Image Button", //MISSING
 
FitWindow : "הגדל את גודל העורך",
ShowBlocks : "הצג בלוקים",
 
// Context Menu
EditLink : "עריכת קישור",
CellCM : "תא",
RowCM : "שורה",
ColumnCM : "עמודה",
InsertRowAfter : "הוסף שורה אחרי",
InsertRowBefore : "הוסף שורה לפני",
InsertRow : "הוספת שורה",
DeleteRows : "מחיקת שורות",
InsertColumnAfter : "הוסף עמודה אחרי",
InsertColumnBefore : "הוסף עמודה לפני",
InsertColumn : "הוספת עמודה",
DeleteColumns : "מחיקת עמודות",
InsertCellAfter : "הוסף תא אחרי",
InsertCellBefore : "הוסף תא אחרי",
InsertCell : "הוספת תא",
DeleteCells : "מחיקת תאים",
MergeCells : "מיזוג תאים",
MergeRight : "מזג ימינה",
MergeDown : "מזג למטה",
HorizontalSplitCell : "פצל תא אופקית",
VerticalSplitCell : "פצל תא אנכית",
TableDelete : "מחק טבלה",
SplitCell : "פיצול תאים",
CellProperties : "תכונות התא",
TableProperties : "תכונות הטבלה",
ImageProperties : "תכונות התמונה",
FlashProperties : "מאפייני פלאש",
 
AnchorProp : "מאפייני נקודת עיגון",
ButtonProp : "מאפייני כפתור",
CheckboxProp : "מאפייני תיבת סימון",
HiddenFieldProp : "מאפיני שדה חבוי",
RadioButtonProp : "מאפייני לחצן אפשרויות",
ImageButtonProp : "מאפיני כפתור תמונה",
TextFieldProp : "מאפייני שדה טקסט",
SelectionFieldProp : "מאפייני שדה בחירה",
TextareaProp : "מאפיני איזור טקסט",
FormProp : "מאפיני טופס",
AnchorProp : "Anchor Properties", //MISSING
ButtonProp : "Button Properties", //MISSING
CheckboxProp : "Checkbox Properties", //MISSING
HiddenFieldProp : "Hidden Field Properties", //MISSING
RadioButtonProp : "Radio Button Properties", //MISSING
ImageButtonProp : "Image Button Properties", //MISSING
TextFieldProp : "Text Field Properties", //MISSING
SelectionFieldProp : "Selection Field Properties", //MISSING
TextareaProp : "Textarea Properties", //MISSING
FormProp : "Form Properties", //MISSING
 
FontFormats : "נורמלי;קוד;כתובת;כותרת;כותרת 2;כותרת 3;כותרת 4;כותרת 5;כותרת 6",
 
152,29 → 122,23
// Alerts and Messages
ProcessingXHTML : "מעבד XHTML, נא להמתין...",
Done : "המשימה הושלמה",
PasteWordConfirm : "נראה הטקסט שבכוונתך להדביק מקורו בקובץ וורד. האם ברצונך לנקות אותו טרם ההדבקה?",
NotCompatiblePaste : "פעולה זו זמינה לדפדפן אינטרנט אקספלורר מגירסא 5.5 ומעלה. האם להמשיך בהדבקה ללא הניקוי?",
PasteWordConfirm : "נראה הטקסט שבכוונתך להדביק מקורו בקובץ Word. האם ברצונך לנקות אותו טרם ההדבקה?",
NotCompatiblePaste : "פעולה זו זמינה לדפדפן Internet Explorer מגירסא 5.5 ומעלה. האם להמשיך בהדבקה ללא הניקוי?",
UnknownToolbarItem : "פריט לא ידוע בסרגל הכלים \"%1\"",
UnknownCommand : "שם פעולה לא ידוע \"%1\"",
NotImplemented : "הפקודה לא מיושמת",
UnknownToolbarSet : "ערכת סרגל הכלים \"%1\" לא קיימת",
NoActiveX : "הגדרות אבטחה של הדפדפן עלולות לגביל את אפשרויות העריכה.יש לאפשר את האופציה \"הרץ פקדים פעילים ותוספות\". תוכל לחוות טעויות וחיווים של אפשרויות שחסרים.",
BrowseServerBlocked : "לא ניתן לגשת לדפדפן משאבים.אנא וודא שחוסם חלונות הקופצים לא פעיל.",
DialogBlocked : "לא היה ניתן לפתוח חלון דיאלוג. אנא וודא שחוסם חלונות קופצים לא פעיל.",
VisitLinkBlocked : "לא ניתן לפתוח חלון חדש.נא לוודא שחוסמי החלונות הקופצים לא פעילים.",
 
// Dialogs
DlgBtnOK : "אישור",
DlgBtnCancel : "ביטול",
DlgBtnClose : "סגירה",
DlgBtnBrowseServer : "סייר השרת",
DlgBtnBrowseServer : "Browse Server", //MISSING
DlgAdvancedTag : "אפשרויות מתקדמות",
DlgOpOther : "<אחר>",
DlgInfoTab : "מידע",
DlgAlertUrl : "אנא הזן URL",
DlgOpOther : "&lt;Other&gt;", //MISSING
 
// General Dialogs Labels
DlgGenNotSet : "<לא נקבע>",
DlgGenNotSet : "&lt;לא נקבע&gt;",
DlgGenId : "זיהוי (Id)",
DlgGenLangDir : "כיוון שפה",
DlgGenLangDirLtr : "שמאל לימין (LTR)",
184,7 → 148,7
DlgGenName : "שם",
DlgGenTabIndex : "מספר טאב",
DlgGenLongDescr : "קישור לתיאור מפורט",
DlgGenClass : "גיליונות עיצוב קבוצות",
DlgGenClass : "Stylesheet Classes",
DlgGenTitle : "כותרת מוצעת",
DlgGenContType : "Content Type מוצע",
DlgGenLinkCharset : "קידוד המשאב המקושר",
216,18 → 180,8
DlgImgAlignTop : "למעלה",
DlgImgPreview : "תצוגה מקדימה",
DlgImgAlertUrl : "נא להקליד את כתובת התמונה",
DlgImgLinkTab : "קישור",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "מאפיני פלאש",
DlgFlashChkPlay : "נגן אוטומטי",
DlgFlashChkLoop : "לולאה",
DlgFlashChkMenu : "אפשר תפריט פלאש",
DlgFlashScale : "גודל",
DlgFlashScaleAll : "הצג הכל",
DlgFlashScaleNoBorder : "ללא גבולות",
DlgFlashScaleFit : "התאמה מושלמת",
 
// Link Dialog
DlgLnkWindowTitle : "קישור",
DlgLnkInfoTab : "מידע על הקישור",
238,12 → 192,12
DlgLnkTypeAnchor : "עוגן בעמוד זה",
DlgLnkTypeEMail : "דוא''ל",
DlgLnkProto : "פרוטוקול",
DlgLnkProtoOther : "<אחר>",
DlgLnkProtoOther : "&lt;אחר&gt;",
DlgLnkURL : "כתובת (URL)",
DlgLnkAnchorSel : "בחירת עוגן",
DlgLnkAnchorByName : "עפ''י שם העוגן",
DlgLnkAnchorById : "עפ''י זיהוי (Id) הרכיב",
DlgLnkNoAnchors : "(אין עוגנים זמינים בדף)",
DlgLnkNoAnchors : "&lt;אין עוגנים זמינים בדף&gt;",
DlgLnkEMail : "כתובת הדוא''ל",
DlgLnkEMailSubject : "נושא ההודעה",
DlgLnkEMailBody : "גוף ההודעה",
251,13 → 205,13
DlgLnkBtnUpload : "שליחה לשרת",
 
DlgLnkTarget : "מטרה",
DlgLnkTargetFrame : "<מסגרת>",
DlgLnkTargetPopup : "<חלון קופץ>",
DlgLnkTargetFrame : "&lt;frame&gt;",
DlgLnkTargetPopup : "&lt;חלון קופץ&gt;",
DlgLnkTargetBlank : "חלון חדש (_blank)",
DlgLnkTargetParent : "חלון האב (_parent)",
DlgLnkTargetSelf : "באותו החלון (_self)",
DlgLnkTargetTop : "חלון ראשי (_top)",
DlgLnkTargetFrameName : "שם מסגרת היעד",
DlgLnkTargetFrameName : "Target Frame Name", //MISSING
DlgLnkPopWinName : "שם החלון הקופץ",
DlgLnkPopWinFeat : "תכונות החלון הקופץ",
DlgLnkPopResize : "בעל גודל ניתן לשינוי",
276,7 → 230,6
DlnLnkMsgNoUrl : "נא להקליד את כתובת הקישור (URL)",
DlnLnkMsgNoEMail : "נא להקליד את כתובת הדוא''ל",
DlnLnkMsgNoAnchor : "נא לבחור עוגן במסמך",
DlnLnkMsgInvPopName : "שם החלון הקופץ חייב להתחיל באותיות ואסור לכלול רווחים",
 
// Color Dialog
DlgColorTitle : "בחירת צבע",
307,12 → 260,6
DlgTableCellSpace : "מרווח תא",
DlgTableCellPad : "ריפוד תא",
DlgTableCaption : "כיתוב",
DlgTableSummary : "סיכום",
DlgTableHeaders : "כותרות",
DlgTableHeadersNone : "אין",
DlgTableHeadersColumn : "עמודה ראשונה",
DlgTableHeadersRow : "שורה ראשונה",
DlgTableHeadersBoth : "שניהם",
 
// Table Cell Dialog
DlgCellTitle : "תכונות תא",
335,9 → 282,6
DlgCellVerAlignMiddle : "לאמצע",
DlgCellVerAlignBottom : "לתחתית",
DlgCellVerAlignBaseline : "קו תחתית",
DlgCellType : "סוג תא",
DlgCellTypeData : "סוג",
DlgCellTypeHeader : "כותרת",
DlgCellRowSpan : "טווח שורות",
DlgCellCollSpan : "טווח עמודות",
DlgCellBackColor : "צבע רקע",
344,9 → 288,6
DlgCellBorderColor : "צבע מסגרת",
DlgCellBtnSelect : "בחירה...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "חפש והחלף",
 
// Find Dialog
DlgFindTitle : "חיפוש",
DlgFindFindBtn : "חיפוש",
362,16 → 303,14
DlgReplaceWordChk : "התאמה למילה המלאה",
 
// Paste Operations / Dialog
PasteErrorPaste : "הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות הדבקה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl+V).",
PasteErrorCut : "הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות גזירה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl+X).",
PasteErrorCopy : "הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות העתקה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl+C).",
 
PasteAsText : "הדבקה כטקסט פשוט",
PasteFromWord : "הדבקה מ-וורד",
PasteFromWord : "הדבקה מ-Word",
 
DlgPasteMsg2 : "אנא הדבק בתוך הקופסה באמצעות (<STRONG>Ctrl+V</STRONG>) ולחץ על <STRONG>אישור</STRONG>.",
DlgPasteSec : "עקב הגדרות אבטחה בדפדפן, לא ניתן לגשת אל לוח הגזירים (clipboard) בצורה ישירה.אנא בצע הדבק שוב בחלון זה.",
DlgPasteIgnoreFont : "התעלם מהגדרות סוג פונט",
DlgPasteRemoveStyles : "הסר הגדרות סגנון",
DlgPasteMsg : "העורך לא הצליח לבצע הדבקה אוטומטית בגלל<STRONG>הגדרות האבטחה</STRONG> של הדפדפן שלך.<BR>נא להדביק לתוך התיבה הבאה באמצעות המקלדת (<STRONG>Ctrl+V</STRONG>) וללחוץ על <STRONG>אישור</STRONG>.",
 
// Color Picker
ColorAutomatic : "אוטומטי",
378,157 → 317,137
ColorMoreColors : "צבעים נוספים...",
 
// Document Properties
DocProps : "מאפיני מסמך",
DocProps : "Document Properties", //MISSING
 
// Anchor Dialog
DlgAnchorTitle : "מאפיני נקודת עיגון",
DlgAnchorName : "שם לנקודת עיגון",
DlgAnchorErrorName : "אנא הזן שם לנקודת עיגון",
DlgAnchorTitle : "Anchor Properties", //MISSING
DlgAnchorName : "Anchor Name", //MISSING
DlgAnchorErrorName : "Please type the anchor name", //MISSING
 
// Speller Pages Dialog
DlgSpellNotInDic : "לא נמצא במילון",
DlgSpellChangeTo : "שנה ל",
DlgSpellBtnIgnore : "התעלם",
DlgSpellBtnIgnoreAll : "התעלם מהכל",
DlgSpellBtnReplace : "החלף",
DlgSpellBtnReplaceAll : "החלף הכל",
DlgSpellBtnUndo : "החזר",
DlgSpellNoSuggestions : "- אין הצעות -",
DlgSpellProgress : "בדיקות איות בתהליך ....",
DlgSpellNoMispell : "בדיקות איות הסתיימה: לא נמצאו שגיעות כתיב",
DlgSpellNoChanges : "בדיקות איות הסתיימה: לא שונתה אף מילה",
DlgSpellOneChange : "בדיקות איות הסתיימה: שונתה מילה אחת",
DlgSpellManyChanges : "בדיקות איות הסתיימה: %1 מילים שונו",
DlgSpellNotInDic : "Not in dictionary", //MISSING
DlgSpellChangeTo : "Change to", //MISSING
DlgSpellBtnIgnore : "Ignore", //MISSING
DlgSpellBtnIgnoreAll : "Ignore All", //MISSING
DlgSpellBtnReplace : "Replace", //MISSING
DlgSpellBtnReplaceAll : "Replace All", //MISSING
DlgSpellBtnUndo : "Undo", //MISSING
DlgSpellNoSuggestions : "- No suggestions -", //MISSING
DlgSpellProgress : "Spell check in progress...", //MISSING
DlgSpellNoMispell : "Spell check complete: No misspellings found", //MISSING
DlgSpellNoChanges : "Spell check complete: No words changed", //MISSING
DlgSpellOneChange : "Spell check complete: One word changed", //MISSING
DlgSpellManyChanges : "Spell check complete: %1 words changed", //MISSING
 
IeSpellDownload : "בודק האיות לא מותקן, האם אתה מעוניין להוריד?",
IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
 
// Button Dialog
DlgButtonText : "טקסט (ערך)",
DlgButtonType : "סוג",
DlgButtonTypeBtn : "כפתור",
DlgButtonTypeSbm : "שלח",
DlgButtonTypeRst : "אפס",
DlgButtonText : "Text (Value)", //MISSING
DlgButtonType : "Type", //MISSING
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "שם",
DlgCheckboxValue : "ערך",
DlgCheckboxSelected : "בחור",
DlgCheckboxName : "Name", //MISSING
DlgCheckboxValue : "Value", //MISSING
DlgCheckboxSelected : "Selected", //MISSING
 
// Form Dialog
DlgFormName : "שם",
DlgFormAction : "שלח אל",
DlgFormMethod : "סוג שליחה",
DlgFormName : "Name", //MISSING
DlgFormAction : "Action", //MISSING
DlgFormMethod : "Method", //MISSING
 
// Select Field Dialog
DlgSelectName : "שם",
DlgSelectValue : "ערך",
DlgSelectSize : "גודל",
DlgSelectLines : "שורות",
DlgSelectChkMulti : "אפשר בחירות מרובות",
DlgSelectOpAvail : "אפשרויות זמינות",
DlgSelectOpText : "טקסט",
DlgSelectOpValue : "ערך",
DlgSelectBtnAdd : "הוסף",
DlgSelectBtnModify : "שנה",
DlgSelectBtnUp : "למעלה",
DlgSelectBtnDown : "למטה",
DlgSelectBtnSetValue : "קבע כברירת מחדל",
DlgSelectBtnDelete : "מחק",
DlgSelectName : "Name", //MISSING
DlgSelectValue : "Value", //MISSING
DlgSelectSize : "Size", //MISSING
DlgSelectLines : "lines", //MISSING
DlgSelectChkMulti : "Allow multiple selections", //MISSING
DlgSelectOpAvail : "Available Options", //MISSING
DlgSelectOpText : "Text", //MISSING
DlgSelectOpValue : "Value", //MISSING
DlgSelectBtnAdd : "Add", //MISSING
DlgSelectBtnModify : "Modify", //MISSING
DlgSelectBtnUp : "Up", //MISSING
DlgSelectBtnDown : "Down", //MISSING
DlgSelectBtnSetValue : "Set as selected value", //MISSING
DlgSelectBtnDelete : "Delete", //MISSING
 
// Textarea Dialog
DlgTextareaName : "שם",
DlgTextareaCols : "עמודות",
DlgTextareaRows : "שורות",
DlgTextareaName : "Name", //MISSING
DlgTextareaCols : "Columns", //MISSING
DlgTextareaRows : "Rows", //MISSING
 
// Text Field Dialog
DlgTextName : "שם",
DlgTextValue : "ערך",
DlgTextCharWidth : "רוחב באותיות",
DlgTextMaxChars : "מקסימות אותיות",
DlgTextType : "סוג",
DlgTextTypeText : "טקסט",
DlgTextTypePass : "סיסמה",
DlgTextName : "Name", //MISSING
DlgTextValue : "Value", //MISSING
DlgTextCharWidth : "Character Width", //MISSING
DlgTextMaxChars : "Maximum Characters", //MISSING
DlgTextType : "Type", //MISSING
DlgTextTypeText : "Text", //MISSING
DlgTextTypePass : "Password", //MISSING
 
// Hidden Field Dialog
DlgHiddenName : "שם",
DlgHiddenValue : "ערך",
DlgHiddenName : "Name", //MISSING
DlgHiddenValue : "Value", //MISSING
 
// Bulleted List Dialog
BulletedListProp : "מאפייני רשימה",
NumberedListProp : "מאפייני רשימה ממוספרת",
DlgLstStart : "התחלה",
DlgLstType : "סוג",
DlgLstTypeCircle : "עיגול",
DlgLstTypeDisc : "דיסק",
DlgLstTypeSquare : "מרובע",
DlgLstTypeNumbers : "מספרים (1, 2, 3)",
DlgLstTypeLCase : "אותיות קטנות (a, b, c)",
DlgLstTypeUCase : "אותיות גדולות (A, B, C)",
DlgLstTypeSRoman : "ספרות רומאיות קטנות (i, ii, iii)",
DlgLstTypeLRoman : "ספרות רומאיות גדולות (I, II, III)",
BulletedListProp : "Bulleted List Properties", //MISSING
NumberedListProp : "Numbered List Properties", //MISSING
DlgLstType : "Type", //MISSING
DlgLstTypeCircle : "Circle", //MISSING
DlgLstTypeDisk : "Disk", //MISSING
DlgLstTypeSquare : "Square", //MISSING
DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
DlgLstTypeUCase : "Uppercase Letters (A, B, C)", //MISSING
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", //MISSING
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", //MISSING
 
// Document Properties Dialog
DlgDocGeneralTab : "כללי",
DlgDocBackTab : "רקע",
DlgDocColorsTab : "צבעים וגבולות",
DlgDocMetaTab : "נתוני META",
DlgDocGeneralTab : "General", //MISSING
DlgDocBackTab : "Background", //MISSING
DlgDocColorsTab : "Colors and Margins", //MISSING
DlgDocMetaTab : "Meta Data", //MISSING
 
DlgDocPageTitle : "כותרת דף",
DlgDocLangDir : "כיוון שפה",
DlgDocLangDirLTR : "שמאל לימין (LTR)",
DlgDocLangDirRTL : "ימין לשמאל (RTL)",
DlgDocLangCode : "קוד שפה",
DlgDocCharSet : "קידוד אותיות",
DlgDocCharSetCE : "מרכז אירופה",
DlgDocCharSetCT : "סיני מסורתי (Big5)",
DlgDocCharSetCR : "קירילי",
DlgDocCharSetGR : "יוונית",
DlgDocCharSetJP : "יפנית",
DlgDocCharSetKR : "קוראנית",
DlgDocCharSetTR : "טורקית",
DlgDocCharSetUN : "יוני קוד (UTF-8)",
DlgDocCharSetWE : "מערב אירופה",
DlgDocCharSetOther : "קידוד אותיות אחר",
DlgDocPageTitle : "Page Title", //MISSING
DlgDocLangDir : "Language Direction", //MISSING
DlgDocLangDirLTR : "Left to Right (LTR)", //MISSING
DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
DlgDocLangCode : "Language Code", //MISSING
DlgDocCharSet : "Character Set Encoding", //MISSING
DlgDocCharSetOther : "Other Character Set Encoding", //MISSING
 
DlgDocDocType : "הגדרות סוג מסמך",
DlgDocDocTypeOther : "הגדרות סוג מסמך אחרות",
DlgDocIncXHTML : "כלול הגדרות XHTML",
DlgDocBgColor : "צבע רקע",
DlgDocBgImage : "URL לתמונת רקע",
DlgDocBgNoScroll : "רגע ללא גלילה",
DlgDocCText : "טקסט",
DlgDocCLink : "קישור",
DlgDocCVisited : "קישור שבוקר",
DlgDocCActive : " קישור פעיל",
DlgDocMargins : "גבולות דף",
DlgDocMaTop : "למעלה",
DlgDocMaLeft : "שמאלה",
DlgDocMaRight : "ימינה",
DlgDocMaBottom : "למטה",
DlgDocMeIndex : "מפתח עניינים של המסמך )מופרד בפסיק(",
DlgDocMeDescr : "תאור מסמך",
DlgDocMeAuthor : "מחבר",
DlgDocMeCopy : "זכויות יוצרים",
DlgDocPreview : "תצוגה מקדימה",
DlgDocDocType : "Document Type Heading", //MISSING
DlgDocDocTypeOther : "Other Document Type Heading", //MISSING
DlgDocIncXHTML : "Include XHTML Declarations", //MISSING
DlgDocBgColor : "Background Color", //MISSING
DlgDocBgImage : "Background Image URL", //MISSING
DlgDocBgNoScroll : "Nonscrolling Background", //MISSING
DlgDocCText : "Text", //MISSING
DlgDocCLink : "Link", //MISSING
DlgDocCVisited : "Visited Link", //MISSING
DlgDocCActive : "Active Link", //MISSING
DlgDocMargins : "Page Margins", //MISSING
DlgDocMaTop : "Top", //MISSING
DlgDocMaLeft : "Left", //MISSING
DlgDocMaRight : "Right", //MISSING
DlgDocMaBottom : "Bottom", //MISSING
DlgDocMeIndex : "Document Indexing Keywords (comma separated)", //MISSING
DlgDocMeDescr : "Document Description", //MISSING
DlgDocMeAuthor : "Author", //MISSING
DlgDocMeCopy : "Copyright", //MISSING
DlgDocPreview : "Preview", //MISSING
 
// Templates Dialog
Templates : "תבניות",
DlgTemplatesTitle : "תביות תוכן",
DlgTemplatesSelMsg : "אנא בחר תבנית לפתיחה בעורך <BR>התוכן המקורי ימחק:",
DlgTemplatesLoading : "מעלה רשימת תבניות אנא המתן",
DlgTemplatesNoTpl : "(לא הוגדרו תבניות)",
DlgTemplatesReplace : "החלפת תוכן ממשי",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "אודות",
DlgAboutBrowserInfoTab : "גירסת דפדפן",
DlgAboutLicenseTab : "רשיון",
DlgAboutAboutTab : "About", //MISSING
DlgAboutBrowserInfoTab : "Browser Info", //MISSING
DlgAboutVersion : "גירסא",
DlgAboutInfo : "מידע נוסף ניתן למצוא כאן:",
 
// Div Dialog
DlgDivGeneralTab : "כללי",
DlgDivAdvancedTab : "מתקדם",
DlgDivStyle : "סגנון",
DlgDivInlineStyle : "סגנון בתוך השורה"
};
DlgAboutLicense : "ברשיון תחת תנאי GNU Lesser General Public License",
DlgAboutInfo : "מידע נוסף ניתן למצוא כאן:"
}
/trunk/api/fckeditor/editor/lang/fi.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Finnish language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fi.js
* Finnish language file.
*
* File Authors:
* Marko Korhonen (marko.korhonen@datafisher.com)
*/
 
var FCKLang =
{
26,39 → 20,35
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Piilota työkalurivi",
ToolbarExpand : "Näytä työkalurivi",
ToolbarCollapse : "Piilota työkalurivi",
ToolbarExpand : "Näytä työkalurivi",
 
// Toolbar Items and Context Menu
Save : "Tallenna",
NewPage : "Tyhjennä",
NewPage : "Tyhjennä",
Preview : "Esikatsele",
Cut : "Leikkaa",
Copy : "Kopioi",
Paste : "Liitä",
PasteText : "Liitä tekstinä",
PasteWord : "Liitä Wordista",
Paste : "Liitä",
PasteText : "Liitä tekstinä",
PasteWord : "Liitä Wordista",
Print : "Tulosta",
SelectAll : "Valitse kaikki",
RemoveFormat : "Poista muotoilu",
InsertLinkLbl : "Linkki",
InsertLink : "Lisää linkki/muokkaa linkkiä",
InsertLink : "Lisää linkki/muokkaa linkkiä",
RemoveLink : "Poista linkki",
VisitLink : "Open Link", //MISSING
Anchor : "Lisää ankkuri/muokkaa ankkuria",
AnchorDelete : "Poista ankkuri",
Anchor : "Lisää ankkuri/muokkaa ankkuria",
InsertImageLbl : "Kuva",
InsertImage : "Lisää kuva/muokkaa kuvaa",
InsertFlashLbl : "Flash",
InsertFlash : "Lisää/muokkaa Flashia",
InsertImage : "Lisää kuva/muokkaa kuvaa",
InsertTableLbl : "Taulu",
InsertTable : "Lisää taulu/muokkaa taulua",
InsertTable : "Lisää taulu/muokkaa taulua",
InsertLineLbl : "Murtoviiva",
InsertLine : "Lisää murtoviiva",
InsertLine : "Lisää murtoviiva",
InsertSpecialCharLbl: "Erikoismerkki",
InsertSpecialChar : "Lisää erikoismerkki",
InsertSmileyLbl : "Hymiö",
InsertSmiley : "Lisää hymiö",
InsertSpecialChar : "Lisää erikoismerkki",
InsertSmileyLbl : "Hymiö",
InsertSmiley : "Lisää hymiö",
About : "FCKeditorista",
Bold : "Lihavoitu",
Italic : "Kursivoitu",
65,85 → 55,65
Underline : "Alleviivattu",
StrikeThrough : "Yliviivattu",
Subscript : "Alaindeksi",
Superscript : "Yläindeksi",
Superscript : "Yläindeksi",
LeftJustify : "Tasaa vasemmat reunat",
CenterJustify : "Keskitä",
CenterJustify : "Keskitä",
RightJustify : "Tasaa oikeat reunat",
BlockJustify : "Tasaa molemmat reunat",
DecreaseIndent : "Pienennä sisennystä",
IncreaseIndent : "Suurenna sisennystä",
Blockquote : "Lainaus",
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
DecreaseIndent : "Pienennä sisennystä",
IncreaseIndent : "Suurenna sisennystä",
Undo : "Kumoa",
Redo : "Toista",
NumberedListLbl : "Numerointi",
NumberedList : "Lisää/poista numerointi",
NumberedList : "Lisää/poista numerointi",
BulletedListLbl : "Luottelomerkit",
BulletedList : "Lisää/poista luottelomerkit",
ShowTableBorders : "Näytä taulun rajat",
ShowDetails : "Näytä muotoilu",
BulletedList : "Lisää/poista luottelomerkit",
ShowTableBorders : "Näytä taulun rajat",
ShowDetails : "Näytä muotoilu",
Style : "Tyyli",
FontFormat : "Muotoilu",
Font : "Fontti",
FontSize : "Koko",
TextColor : "Tekstiväri",
BGColor : "Taustaväri",
TextColor : "Tekstiväri",
BGColor : "Taustaväri",
Source : "Koodi",
Find : "Etsi",
Replace : "Korvaa",
SpellCheck : "Tarkista oikeinkirjoitus",
UniversalKeyboard : "Universaali näppäimistö",
PageBreakLbl : "Sivun vaihto",
PageBreak : "Lisää sivun vaihto",
UniversalKeyboard : "Universaali näppäimistö",
 
Form : "Lomake",
Checkbox : "Valintaruutu",
RadioButton : "Radiopainike",
TextField : "Tekstikenttä",
TextField : "Tekstikenttä",
Textarea : "Tekstilaatikko",
HiddenField : "Piilokenttä",
HiddenField : "Piilokenttä",
Button : "Painike",
SelectionField : "Valintakenttä",
SelectionField : "Valintakenttä",
ImageButton : "Kuvapainike",
 
FitWindow : "Suurenna editori koko ikkunaan",
ShowBlocks : "Näytä elementit",
 
// Context Menu
EditLink : "Muokkaa linkkiä",
CellCM : "Solu",
RowCM : "Rivi",
ColumnCM : "Sarake",
InsertRowAfter : "Lisää rivi alapuolelle",
InsertRowBefore : "Lisää rivi yläpuolelle",
EditLink : "Muokkaa linkkiä",
InsertRow : "Lisää rivi",
DeleteRows : "Poista rivit",
InsertColumnAfter : "Lisää sarake oikealle",
InsertColumnBefore : "Lisää sarake vasemmalle",
InsertColumn : "Lisää sarake",
DeleteColumns : "Poista sarakkeet",
InsertCellAfter : "Lisää solu perään",
InsertCellBefore : "Lisää solu eteen",
InsertCell : "Lisää solu",
DeleteCells : "Poista solut",
MergeCells : "Yhdistä solut",
MergeRight : "Yhdistä oikealla olevan kanssa",
MergeDown : "Yhdistä alla olevan kanssa",
HorizontalSplitCell : "Jaa solu vaakasuunnassa",
VerticalSplitCell : "Jaa solu pystysuunnassa",
TableDelete : "Poista taulu",
MergeCells : "Yhdistä solut",
SplitCell : "Jaa solu",
CellProperties : "Solun ominaisuudet",
TableProperties : "Taulun ominaisuudet",
ImageProperties : "Kuvan ominaisuudet",
FlashProperties : "Flash ominaisuudet",
 
AnchorProp : "Ankkurin ominaisuudet",
ButtonProp : "Painikkeen ominaisuudet",
CheckboxProp : "Valintaruudun ominaisuudet",
HiddenFieldProp : "Piilokentän ominaisuudet",
HiddenFieldProp : "Piilokentän ominaisuudet",
RadioButtonProp : "Radiopainikkeen ominaisuudet",
ImageButtonProp : "Kuvapainikkeen ominaisuudet",
TextFieldProp : "Tekstikentän ominaisuudet",
SelectionFieldProp : "Valintakentän ominaisuudet",
TextFieldProp : "Tekstikentän ominaisuudet",
SelectionFieldProp : "Valintakentän ominaisuudet",
TextareaProp : "Tekstilaatikon ominaisuudet",
FormProp : "Lomakkeen ominaisuudet",
 
150,18 → 120,14
FontFormats : "Normaali;Muotoiltu;Osoite;Otsikko 1;Otsikko 2;Otsikko 3;Otsikko 4;Otsikko 5;Otsikko 6",
 
// Alerts and Messages
ProcessingXHTML : "Prosessoidaan XHTML:ää. Odota hetki...",
ProcessingXHTML : "Prosessoidaan XHTML:ää. Odota hetki...",
Done : "Valmis",
PasteWordConfirm : "Teksti, jonka haluat liittää, näyttää olevan kopioitu Wordista. Haluatko puhdistaa sen ennen liittämistä?",
NotCompatiblePaste : "Tämä komento toimii vain Internet Explorer 5.5:ssa tai uudemmassa. Haluatko liittää ilman puhdistusta?",
UnknownToolbarItem : "Tuntemanton työkalu \"%1\"",
PasteWordConfirm : "Teksti, jonka haluat liittää, näyttää olevan kopioitu Wordista. Haluatko puhdistaa sen ennen liittämistä?",
NotCompatiblePaste : "Tämä komento toimii vain Internet Explorer 5.5:ssa tai uudemmassa. Haluatko liittää ilman puhdistusta?",
UnknownToolbarItem : "Tuntemanton työkalu \"%1\"",
UnknownCommand : "Tuntematon komento \"%1\"",
NotImplemented : "Komentoa ei ole liitetty sovellukseen",
UnknownToolbarSet : "Työkalukokonaisuus \"%1\" ei ole olemassa",
NoActiveX : "Selaimesi turvallisuusasetukset voivat rajoittaa joitain editorin ominaisuuksia. Sinun pitää ottaa käyttöön asetuksista \"Suorita ActiveX komponentit ja -plugin-laajennukset\". Saatat kohdata virheitä ja huomata puuttuvia ominaisuuksia.",
BrowseServerBlocked : "Resurssiselainta ei voitu avata. Varmista, että ponnahdusikkunoiden estäjät eivät ole päällä.",
DialogBlocked : "Apuikkunaa ei voitu avaata. Varmista, että ponnahdusikkunoiden estäjät eivät ole päällä.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
UnknownToolbarSet : "Työkalukokonaisuus \"%1\" ei ole olemassa",
 
// Dialogs
DlgBtnOK : "OK",
168,25 → 134,23
DlgBtnCancel : "Peruuta",
DlgBtnClose : "Sulje",
DlgBtnBrowseServer : "Selaa palvelinta",
DlgAdvancedTag : "Lisäominaisuudet",
DlgAdvancedTag : "Lisäominaisuudet",
DlgOpOther : "Muut",
DlgInfoTab : "Info",
DlgAlertUrl : "Lisää URL",
 
// General Dialogs Labels
DlgGenNotSet : "<ei asetettu>",
DlgGenNotSet : "&lt;ei asetettu&gt;",
DlgGenId : "Tunniste",
DlgGenLangDir : "Kielen suunta",
DlgGenLangDirLtr : "Vasemmalta oikealle (LTR)",
DlgGenLangDirRtl : "Oikealta vasemmalle (RTL)",
DlgGenLangCode : "Kielikoodi",
DlgGenAccessKey : "Pikanäppäin",
DlgGenAccessKey : "Pikanäppäin",
DlgGenName : "Nimi",
DlgGenTabIndex : "Tabulaattori indeksi",
DlgGenLongDescr : "Pitkän kuvauksen URL",
DlgGenLongDescr : "Pitkän kuvauksen URL",
DlgGenClass : "Tyyliluokat",
DlgGenTitle : "Avustava otsikko",
DlgGenContType : "Avustava sisällön tyyppi",
DlgGenContType : "Avustava sisällön tyyppi",
DlgGenLinkCharset : "Linkitetty kirjaimisto",
DlgGenStyle : "Tyyli",
 
193,14 → 157,14
// Image Dialog
DlgImgTitle : "Kuvan ominaisuudet",
DlgImgInfoTab : "Kuvan tiedot",
DlgImgBtnUpload : "Lähetä palvelimelle",
DlgImgBtnUpload : "Lähetä palvelimelle",
DlgImgURL : "Osoite",
DlgImgUpload : "Lisää kuva",
DlgImgAlt : "Vaihtoehtoinen teksti",
DlgImgUpload : "Lisää kuva",
DlgImgAlt : "Kuvateksti",
DlgImgWidth : "Leveys",
DlgImgHeight : "Korkeus",
DlgImgLockRatio : "Lukitse suhteet",
DlgBtnResetSize : "Alkuperäinen koko",
DlgBtnResetSize : "Alkuperäinen koko",
DlgImgBorder : "Raja",
DlgImgHSpace : "Vaakatila",
DlgImgVSpace : "Pystytila",
212,22 → 176,12
DlgImgAlignBottom : "Alas",
DlgImgAlignMiddle : "Keskelle",
DlgImgAlignRight : "Oikealle",
DlgImgAlignTextTop : "Ylös (teksti)",
DlgImgAlignTop : "Ylös",
DlgImgAlignTextTop : "Ylös (teksti)",
DlgImgAlignTop : "Ylös",
DlgImgPreview : "Esikatselu",
DlgImgAlertUrl : "Kirjoita kuvan osoite (URL)",
DlgImgLinkTab : "Linkki",
 
// Flash Dialog
DlgFlashTitle : "Flash ominaisuudet",
DlgFlashChkPlay : "Automaattinen käynnistys",
DlgFlashChkLoop : "Toisto",
DlgFlashChkMenu : "Näytä Flash-valikko",
DlgFlashScale : "Levitä",
DlgFlashScaleAll : "Näytä kaikki",
DlgFlashScaleNoBorder : "Ei rajaa",
DlgFlashScaleFit : "Tarkka koko",
 
// Link Dialog
DlgLnkWindowTitle : "Linkki",
DlgLnkInfoTab : "Linkin tiedot",
235,57 → 189,56
 
DlgLnkType : "Linkkityyppi",
DlgLnkTypeURL : "Osoite",
DlgLnkTypeAnchor : "Ankkuri tässä sivussa",
DlgLnkTypeEMail : "Sähköposti",
DlgLnkTypeAnchor : "Ankkuri tässä sivussa",
DlgLnkTypeEMail : "Sähköposti",
DlgLnkProto : "Protokolla",
DlgLnkProtoOther : "<muu>",
DlgLnkProtoOther : "&lt;muu&gt;",
DlgLnkURL : "Osoite",
DlgLnkAnchorSel : "Valitse ankkuri",
DlgLnkAnchorByName : "Ankkurin nimen mukaan",
DlgLnkAnchorById : "Ankkurin ID:n mukaan",
DlgLnkNoAnchors : "(Ei ankkureita tässä dokumentissa)",
DlgLnkEMail : "Sähköpostiosoite",
DlgLnkNoAnchors : "&lt;Ei ankkureita tässä dokumentissa&gt;",
DlgLnkEMail : "Sähköpostiosoite",
DlgLnkEMailSubject : "Aihe",
DlgLnkEMailBody : "Viesti",
DlgLnkUpload : "Lisää tiedosto",
DlgLnkBtnUpload : "Lähetä palvelimelle",
DlgLnkUpload : "Lisää tiedosto",
DlgLnkBtnUpload : "Lähetä palvelimelle",
 
DlgLnkTarget : "Kohde",
DlgLnkTargetFrame : "<kehys>",
DlgLnkTargetPopup : "<popup ikkuna>",
DlgLnkTargetFrame : "&lt;kehys&gt;",
DlgLnkTargetPopup : "&lt;popup ikkuna&gt;",
DlgLnkTargetBlank : "Uusi ikkuna (_blank)",
DlgLnkTargetParent : "Emoikkuna (_parent)",
DlgLnkTargetSelf : "Sama ikkuna (_self)",
DlgLnkTargetTop : "Päällimmäisin ikkuna (_top)",
DlgLnkTargetTop : "Päällimmäisin ikkuna (_top)",
DlgLnkTargetFrameName : "Kohdekehyksen nimi",
DlgLnkPopWinName : "Popup ikkunan nimi",
DlgLnkPopWinFeat : "Popup ikkunan ominaisuudet",
DlgLnkPopResize : "Venytettävä",
DlgLnkPopResize : "Venytettävä",
DlgLnkPopLocation : "Osoiterivi",
DlgLnkPopMenu : "Valikkorivi",
DlgLnkPopScroll : "Vierityspalkit",
DlgLnkPopStatus : "Tilarivi",
DlgLnkPopToolbar : "Vakiopainikkeet",
DlgLnkPopFullScrn : "Täysi ikkuna (IE)",
DlgLnkPopFullScrn : "Täysi ikkuna (IE)",
DlgLnkPopDependent : "Riippuva (Netscape)",
DlgLnkPopWidth : "Leveys",
DlgLnkPopHeight : "Korkeus",
DlgLnkPopLeft : "Vasemmalta (px)",
DlgLnkPopTop : "Ylhäältä (px)",
DlgLnkPopTop : "Ylhäältä (px)",
 
DlnLnkMsgNoUrl : "Linkille on kirjoitettava URL",
DlnLnkMsgNoEMail : "Kirjoita sähköpostiosoite",
DlnLnkMsgNoEMail : "Kirjoita sähköpostiosoite",
DlnLnkMsgNoAnchor : "Valitse ankkuri",
DlnLnkMsgInvPopName : "Popup-ikkunan nimi pitää alkaa aakkosella ja ei saa sisältää välejä",
 
// Color Dialog
DlgColorTitle : "Valitse väri",
DlgColorBtnClear : "Tyhjennä",
DlgColorTitle : "Valitse väri",
DlgColorBtnClear : "Tyhjennä",
DlgColorHighlight : "Kohdalla",
DlgColorSelected : "Valittu",
 
// Smiley Dialog
DlgSmileyTitle : "Lisää hymiö",
DlgSmileyTitle : "Lisää hymiö",
 
// Special Character Dialog
DlgSpecialCharTitle : "Valitse erikoismerkki",
301,28 → 254,22
DlgTableAlignCenter : "Keskelle",
DlgTableAlignRight : "Oikealle",
DlgTableWidth : "Leveys",
DlgTableWidthPx : "pikseliä",
DlgTableWidthPx : "pikseliä",
DlgTableWidthPc : "prosenttia",
DlgTableHeight : "Korkeus",
DlgTableCellSpace : "Solujen väli",
DlgTableCellSpace : "Solujen väli",
DlgTableCellPad : "Solujen sisennys",
DlgTableCaption : "Otsikko",
DlgTableSummary : "Yhteenveto",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Solun ominaisuudet",
DlgCellWidth : "Leveys",
DlgCellWidthPx : "pikseliä",
DlgCellWidthPx : "pikseliä",
DlgCellWidthPc : "prosenttia",
DlgCellHeight : "Korkeus",
DlgCellWordWrap : "Tekstikierrätys",
DlgCellWordWrap : "Tekstikierrätys",
DlgCellWordWrapNotSet : "<Ei asetettu>",
DlgCellWordWrapYes : "Kyllä",
DlgCellWordWrapYes : "Kyllä",
DlgCellWordWrapNo : "Ei",
DlgCellHorAlign : "Vaakakohdistus",
DlgCellHorAlignNotSet : "<Ei asetettu>",
331,31 → 278,25
DlgCellHorAlignRight: "Oikealle",
DlgCellVerAlign : "Pystykohdistus",
DlgCellVerAlignNotSet : "<Ei asetettu>",
DlgCellVerAlignTop : "Ylös",
DlgCellVerAlignTop : "Ylös",
DlgCellVerAlignMiddle : "Keskelle",
DlgCellVerAlignBottom : "Alas",
DlgCellVerAlignBaseline : "Tekstin alas",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Rivin jatkuvuus",
DlgCellCollSpan : "Sarakkeen jatkuvuus",
DlgCellBackColor : "Taustaväri",
DlgCellBorderColor : "Rajan väri",
DlgCellBackColor : "Taustaväri",
DlgCellBorderColor : "Rajan väri",
DlgCellBtnSelect : "Valitse...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Etsi ja korvaa",
 
// Find Dialog
DlgFindTitle : "Etsi",
DlgFindFindBtn : "Etsi",
DlgFindNotFoundMsg : "Etsittyä tekstiä ei löytynyt.",
DlgFindNotFoundMsg : "Etsittyä tekstiä ei löytynyt.",
 
// Replace Dialog
DlgReplaceTitle : "Korvaa",
DlgReplaceFindLbl : "Etsi mitä:",
DlgReplaceReplaceLbl : "Korvaa tällä:",
DlgReplaceFindLbl : "Etsi mitä:",
DlgReplaceReplaceLbl : "Korvaa tällä:",
DlgReplaceCaseChk : "Sama kirjainkoko",
DlgReplaceReplaceBtn : "Korvaa",
DlgReplaceReplAllBtn : "Korvaa kaikki",
362,20 → 303,18
DlgReplaceWordChk : "Koko sana",
 
// Paste Operations / Dialog
PasteErrorCut : "Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).",
PasteErrorCopy : "Selaimesi turva-asetukset eivät salli editorin toteuttaa kopioimista. Käytä näppäimistöä kopioimiseen (Ctrl+C).",
PasteErrorPaste : "Selaimesi turva-asetukset eivät salli editorin toteuttaa liittämistä. Käytä näppäimistöä liittämiseen (Ctrl+V).",
PasteErrorCut : "Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).",
PasteErrorCopy : "Selaimesi turva-asetukset eivät salli editorin toteuttaa kopioimista. Käytä näppäimistöä kopioimiseen (Ctrl+C).",
 
PasteAsText : "Liitä tekstinä",
PasteFromWord : "Liitä Wordista",
PasteAsText : "Liitä tekstinä",
PasteFromWord : "Liitä Wordista",
 
DlgPasteMsg2 : "Liitä painamalla (<STRONG>Ctrl+V</STRONG>) ja painamalla <STRONG>OK</STRONG>.",
DlgPasteSec : "Selaimesi turva-asetukset eivät salli editorin käyttää leikepöytää suoraan. Sinun pitää suorittaa liittäminen tässä ikkunassa.",
DlgPasteIgnoreFont : "Jätä huomioimatta fonttimääritykset",
DlgPasteRemoveStyles : "Poista tyylimääritykset",
DlgPasteMsg : "Editori ei voinut toteuttaa liittämistä selaimesi <STRONG>turva-asetusten</STRONG> takia.<BR>Suorita liittäminen käyttäen näppäimistöä (<STRONG>Ctrl+V</STRONG>) ja valitse <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automaattinen",
ColorMoreColors : "Lisää värejä...",
ColorMoreColors : "Lisää värejä...",
 
// Document Properties
DocProps : "Dokumentin ominaisuudet",
388,15 → 327,15
// Speller Pages Dialog
DlgSpellNotInDic : "Ei sanakirjassa",
DlgSpellChangeTo : "Vaihda",
DlgSpellBtnIgnore : "Jätä huomioimatta",
DlgSpellBtnIgnoreAll : "Jätä kaikki huomioimatta",
DlgSpellBtnIgnore : "Jätä huomioimatta",
DlgSpellBtnIgnoreAll : "Jätä kaikki huomioimatta",
DlgSpellBtnReplace : "Korvaa",
DlgSpellBtnReplaceAll : "Korvaa kaikki",
DlgSpellBtnUndo : "Kumoa",
DlgSpellNoSuggestions : "Ei ehdotuksia",
DlgSpellProgress : "Tarkistus käynnissä...",
DlgSpellNoMispell : "Tarkistus valmis: Ei virheitä",
DlgSpellNoChanges : "Tarkistus valmis: Yhtään sanaa ei muutettu",
DlgSpellProgress : "Tarkistus käynnissä...",
DlgSpellNoMispell : "Tarkistus valmis: Ei virheitä",
DlgSpellNoChanges : "Tarkistus valmis: Yhtään sanaa ei muutettu",
DlgSpellOneChange : "Tarkistus valmis: Yksi sana muutettiin",
DlgSpellManyChanges : "Tarkistus valmis: %1 sanaa muutettiin",
 
403,11 → 342,8
IeSpellDownload : "Oikeinkirjoituksen tarkistusta ei ole asennettu. Haluatko ladata sen nyt?",
 
// Button Dialog
DlgButtonText : "Teksti (arvo)",
DlgButtonType : "Tyyppi",
DlgButtonTypeBtn : "Painike",
DlgButtonTypeSbm : "Lähetä",
DlgButtonTypeRst : "Tyhjennä",
DlgButtonText : "Teksti (arvo)",
DlgButtonType : "Tyyppi",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nimi",
428,9 → 364,9
DlgSelectOpAvail : "Ominaisuudet",
DlgSelectOpText : "Teksti",
DlgSelectOpValue : "Arvo",
DlgSelectBtnAdd : "Lisää",
DlgSelectBtnAdd : "Lisää",
DlgSelectBtnModify : "Muuta",
DlgSelectBtnUp : "Ylös",
DlgSelectBtnUp : "Ylös",
DlgSelectBtnDown : "Alas",
DlgSelectBtnSetValue : "Aseta valituksi",
DlgSelectBtnDelete : "Poista",
438,13 → 374,13
// Textarea Dialog
DlgTextareaName : "Nimi",
DlgTextareaCols : "Sarakkeita",
DlgTextareaRows : "Rivejä",
DlgTextareaRows : "Rivejä",
 
// Text Field Dialog
DlgTextName : "Nimi",
DlgTextValue : "Arvo",
DlgTextCharWidth : "Leveys",
DlgTextMaxChars : "Maksimi merkkimäärä",
DlgTextMaxChars : "Maksimi merkkimäärä",
DlgTextType : "Tyyppi",
DlgTextTypeText : "Teksti",
DlgTextTypePass : "Salasana",
456,11 → 392,10
// Bulleted List Dialog
BulletedListProp : "Luettelon ominaisuudet",
NumberedListProp : "Numeroinnin ominaisuudet",
DlgLstStart : "Alku",
DlgLstType : "Tyyppi",
DlgLstTypeCircle : "Kehä",
DlgLstTypeDisc : "Ympyrä",
DlgLstTypeSquare : "Neliö",
DlgLstTypeCircle : "Kehä",
DlgLstTypeDisk : "Ympyrä",
DlgLstTypeSquare : "Neliö",
DlgLstTypeNumbers : "Numerot (1, 2, 3)",
DlgLstTypeLCase : "Pienet kirjaimet (a, b, c)",
DlgLstTypeUCase : "Isot kirjaimet (A, B, C)",
470,7 → 405,7
// Document Properties Dialog
DlgDocGeneralTab : "Yleiset",
DlgDocBackTab : "Tausta",
DlgDocColorsTab : "Värit ja marginaalit",
DlgDocColorsTab : "Värit ja marginaalit",
DlgDocMetaTab : "Meta-tieto",
 
DlgDocPageTitle : "Sivun nimi",
478,57 → 413,41
DlgDocLangDirLTR : "Vasemmalta oikealle (LTR)",
DlgDocLangDirRTL : "Oikealta vasemmalle (RTL)",
DlgDocLangCode : "Kielikoodi",
DlgDocCharSet : "Merkistökoodaus",
DlgDocCharSetCE : "Keskieurooppalainen",
DlgDocCharSetCT : "Kiina, perinteinen (Big5)",
DlgDocCharSetCR : "Kyrillinen",
DlgDocCharSetGR : "Kreikka",
DlgDocCharSetJP : "Japani",
DlgDocCharSetKR : "Korealainen",
DlgDocCharSetTR : "Turkkilainen",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Länsieurooppalainen",
DlgDocCharSetOther : "Muu merkistökoodaus",
DlgDocCharSet : "Merkistäkoodaus",
DlgDocCharSetOther : "Muu merkistäkoodaus",
 
DlgDocDocType : "Dokumentin tyyppi",
DlgDocDocTypeOther : "Muu dokumentin tyyppi",
DlgDocIncXHTML : "Lisää XHTML julistukset",
DlgDocBgColor : "Taustaväri",
DlgDocIncXHTML : "Lisää XHTML julistukset",
DlgDocBgColor : "Taustaväri",
DlgDocBgImage : "Taustakuva",
DlgDocBgNoScroll : "Paikallaanpysyvä tausta",
DlgDocBgNoScroll : "Paikallaanpysyvä tausta",
DlgDocCText : "Teksti",
DlgDocCLink : "Linkki",
DlgDocCVisited : "Vierailtu linkki",
DlgDocCActive : "Aktiivinen linkki",
DlgDocMargins : "Sivun marginaalit",
DlgDocMaTop : "Ylä",
DlgDocMaTop : "Ylä",
DlgDocMaLeft : "Vasen",
DlgDocMaRight : "Oikea",
DlgDocMaBottom : "Ala",
DlgDocMeIndex : "Hakusanat (pilkulla erotettuna)",
DlgDocMeDescr : "Kuvaus",
DlgDocMeAuthor : "Tekijä",
DlgDocMeCopy : "Tekijänoikeudet",
DlgDocMeAuthor : "Tekijä",
DlgDocMeCopy : "Tekijänoikeudet",
DlgDocPreview : "Esikatselu",
 
// Templates Dialog
Templates : "Pohjat",
DlgTemplatesTitle : "Sisältöpohjat",
DlgTemplatesSelMsg : "Valitse pohja editoriin<br>(aiempi sisältö menetetään):",
DlgTemplatesTitle : "Sisältöpohjat",
DlgTemplatesSelMsg : "Valitse pohja editoriin<br>(aiempi sisältö menetetään):",
DlgTemplatesLoading : "Ladataan listaa pohjista. Hetkinen...",
DlgTemplatesNoTpl : "(Ei määriteltyjä pohjia)",
DlgTemplatesReplace : "Korvaa editorin koko sisältö",
DlgTemplatesNoTpl : "(Ei määriteltyjä pohjia)",
 
// About Dialog
DlgAboutAboutTab : "Editorista",
DlgAboutBrowserInfoTab : "Selaimen tiedot",
DlgAboutLicenseTab : "Lisenssi",
DlgAboutVersion : "versio",
DlgAboutInfo : "Lisää tietoa osoitteesta",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Lisenssi: GNU Lesser General Public License",
DlgAboutInfo : "Lisää tietoa osoitteesta"
}
/trunk/api/fckeditor/editor/lang/fcklanguagemanager.js
New file
0,0 → 1,65
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fcklanguagemanager.js
* This file list all available languages in the editor.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
var FCKLanguageManager = new Object() ;
 
FCKLanguageManager.AvailableLanguages =
{
'ar' : 'Arabic',
'bg' : 'Bulgarian',
'bs' : 'Bosnian',
'ca' : 'Catalan',
'cs' : 'Czech',
'da' : 'Danish',
'de' : 'German',
'el' : 'Greek',
'en' : 'English',
'en-au' : 'English (Australia)',
'en-uk' : 'English (United Kingdom)',
'eo' : 'Esperanto',
'es' : 'Spanish',
'et' : 'Estonian',
'eu' : 'Basque',
'fa' : 'Persian',
'fi' : 'Finnish',
'fr' : 'French',
'gl' : 'Galician',
'he' : 'Hebrew',
'hr' : 'Croatian',
'hu' : 'Hungarian',
'it' : 'Italian',
'ja' : 'Japanese',
'ko' : 'Korean',
'lt' : 'Lithuanian',
'nl' : 'Dutch',
'no' : 'Norwegian',
'pl' : 'Polish',
'pt' : 'Portuguese (Portugal)',
'pt-br' : 'Portuguese (Brazil)',
'ro' : 'Romanian',
'ru' : 'Russian',
'sk' : 'Slovak',
'sl' : 'Slovenian',
'sr' : 'Serbian (Cyrillic)',
'sr-latn' : 'Serbian (Latin)',
'sv' : 'Swedish',
'th' : 'Thai',
'tr' : 'Turkish',
'uk' : 'Ukrainian',
'zh' : 'Chinese Traditional',
'zh-cn' : 'Chinese Simplified'
}
/trunk/api/fckeditor/editor/lang/eo.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Esperanto language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: eo.js
* Esperanto language file.
*
* File Authors:
* Tim Morley (timsk@openoffice.org)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "Ligilo",
InsertLink : "Enmeti/Ŝanĝi Ligilon",
RemoveLink : "Forigi Ligilon",
VisitLink : "Open Link", //MISSING
Anchor : "Enmeti/Ŝanĝi Ankron",
AnchorDelete : "Remove Anchor", //MISSING
InsertImageLbl : "Bildo",
InsertImage : "Enmeti/Ŝanĝi Bildon",
InsertFlashLbl : "Flash", //MISSING
InsertFlash : "Insert/Edit Flash", //MISSING
InsertTableLbl : "Tabelo",
InsertTable : "Enmeti/Ŝanĝi Tabelon",
InsertLineLbl : "Horizonta Linio",
72,10 → 62,6
BlockJustify : "Ĝisrandigi Ambaŭflanke",
DecreaseIndent : "Malpligrandigi Krommarĝenon",
IncreaseIndent : "Pligrandigi Krommarĝenon",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Malfari",
Redo : "Refari",
NumberedListLbl : "Numera Listo",
95,8 → 81,6
Replace : "Anstataŭigi",
SpellCheck : "Literumada Kontrolilo",
UniversalKeyboard : "Universala Klavaro",
PageBreakLbl : "Page Break", //MISSING
PageBreak : "Insert Page Break", //MISSING
 
Form : "Formularo",
Checkbox : "Markobutono",
108,33 → 92,19
SelectionField : "Elekta Kampo",
ImageButton : "Bildbutono",
 
FitWindow : "Maximize the editor size", //MISSING
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Modifier Ligilon",
CellCM : "Cell", //MISSING
RowCM : "Row", //MISSING
ColumnCM : "Column", //MISSING
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
InsertRow : "Enmeti Linion",
DeleteRows : "Forigi Liniojn",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "Enmeti Kolumnon",
DeleteColumns : "Forigi Kolumnojn",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
InsertCell : "Enmeti Ĉelon",
DeleteCells : "Forigi Ĉelojn",
MergeCells : "Kunfandi Ĉelojn",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "Delete Table", //MISSING
SplitCell : "Dividi Ĉelojn",
CellProperties : "Atributoj de Ĉelo",
TableProperties : "Atributoj de Tabelo",
ImageProperties : "Atributoj de Bildo",
FlashProperties : "Flash Properties", //MISSING
 
AnchorProp : "Ankraj Atributoj",
ButtonProp : "Butonaj Atributoj",
158,10 → 128,6
UnknownCommand : "Komandonomo nekonata \"%1\"",
NotImplemented : "Komando ne ankoraŭ realigita",
UnknownToolbarSet : "La ilobreto \"%1\" ne ekzistas",
NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING
DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "Akcepti",
169,12 → 135,10
DlgBtnClose : "Fermi",
DlgBtnBrowseServer : "Foliumi en la Servilo",
DlgAdvancedTag : "Speciala",
DlgOpOther : "<Alia>",
DlgInfoTab : "Info", //MISSING
DlgAlertUrl : "Please insert the URL", //MISSING
DlgOpOther : "&lt;Alia&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<Defaŭlta>",
DlgGenNotSet : "&lt;Defaŭlta&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Skribdirekto",
DlgGenLangDirLtr : "De maldekstro dekstren (LTR)",
218,16 → 182,6
DlgImgAlertUrl : "Bonvolu tajpi la URL de la bildo",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash Properties", //MISSING
DlgFlashChkPlay : "Auto Play", //MISSING
DlgFlashChkLoop : "Loop", //MISSING
DlgFlashChkMenu : "Enable Flash Menu", //MISSING
DlgFlashScale : "Scale", //MISSING
DlgFlashScaleAll : "Show all", //MISSING
DlgFlashScaleNoBorder : "No Border", //MISSING
DlgFlashScaleFit : "Exact Fit", //MISSING
 
// Link Dialog
DlgLnkWindowTitle : "Ligilo",
DlgLnkInfoTab : "Informoj pri la Ligilo",
238,12 → 192,12
DlgLnkTypeAnchor : "Ankri en tiu ĉi paĝo",
DlgLnkTypeEMail : "Retpoŝto",
DlgLnkProto : "Protokolo",
DlgLnkProtoOther : "<alia>",
DlgLnkProtoOther : "&lt;alia&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Elekti Ankron",
DlgLnkAnchorByName : "Per Ankronomo",
DlgLnkAnchorById : "Per Elementidentigilo",
DlgLnkNoAnchors : "<Ne disponeblas ankroj en la dokumento>",
DlgLnkNoAnchors : "&lt;Ne disponeblas ankroj en la dokumento&gt;",
DlgLnkEMail : "Retadreso",
DlgLnkEMailSubject : "Temlinio",
DlgLnkEMailBody : "Mesaĝa korpo",
251,8 → 205,8
DlgLnkBtnUpload : "Sendi al Servilo",
 
DlgLnkTarget : "Celo",
DlgLnkTargetFrame : "<kadro>",
DlgLnkTargetPopup : "<ŝprucfenestro>",
DlgLnkTargetFrame : "&lt;kadro&gt;",
DlgLnkTargetPopup : "&lt;ŝprucfenestro&gt;",
DlgLnkTargetBlank : "Nova Fenestro (_blank)",
DlgLnkTargetParent : "Gepatra Fenestro (_parent)",
DlgLnkTargetSelf : "Sama Fenestro (_self)",
276,7 → 230,6
DlnLnkMsgNoUrl : "Bonvolu entajpi la URL-on",
DlnLnkMsgNoEMail : "Bonvolu entajpi la retadreson",
DlnLnkMsgNoAnchor : "Bonvolu elekti ankron",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
 
// Color Dialog
DlgColorTitle : "Elekti",
307,12 → 260,6
DlgTableCellSpace : "Interspacigo de Ĉeloj",
DlgTableCellPad : "Ĉirkaŭenhava Plenigado",
DlgTableCaption : "Titolo",
DlgTableSummary : "Summary", //MISSING
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Atributoj de Celo",
335,9 → 282,6
DlgCellVerAlignMiddle : "Centre",
DlgCellVerAlignBottom : "Malsupre",
DlgCellVerAlignBaseline : "Je Malsupro de Teksto",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Linioj Kunfanditaj",
DlgCellCollSpan : "Kolumnoj Kunfanditaj",
DlgCellBackColor : "Fono",
344,9 → 288,6
DlgCellBorderColor : "Bordero",
DlgCellBtnSelect : "Elekti...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "Serĉi",
DlgFindFindBtn : "Serĉi",
362,6 → 303,7
DlgReplaceWordChk : "Tuta Vorto",
 
// Paste Operations / Dialog
PasteErrorPaste : "La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras intergluajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-V).",
PasteErrorCut : "La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-X).",
PasteErrorCopy : "La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-C).",
 
368,10 → 310,7
PasteAsText : "Interglui kiel Tekston",
PasteFromWord : "Interglui el Word",
 
DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.", //MISSING
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "Ignore Font Face definitions", //MISSING
DlgPasteRemoveStyles : "Remove Styles definitions", //MISSING
DlgPasteMsg : "La redaktilo ne povis aŭtomate interglui pro la <STRONG>sekurecagordo</STRONG> de via TTT-legilo.<BR>Bonvolu interglui viajn datumojn en la ĉi suban tekstozonon per la klavaro (<STRONG>Ctrl-V</STRONG>) kaj musklaku la butonon <STRONG>Akceptita</STRONG>.",
 
// Color Picker
ColorAutomatic : "Aŭtomata",
403,11 → 342,8
IeSpellDownload : "Literumada Kontrolilo ne instalita. Ĉu vi volas elŝuti ĝin nun?",
 
// Button Dialog
DlgButtonText : "Teksto (Valoro)",
DlgButtonType : "Tipo",
DlgButtonTypeBtn : "Button", //MISSING
DlgButtonTypeSbm : "Submit", //MISSING
DlgButtonTypeRst : "Reset", //MISSING
DlgButtonText : "Teksto (Valoro)",
DlgButtonType : "Tipo",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nomo",
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "Atributoj de Bula Listo",
NumberedListProp : "Atributoj de Numera Listo",
DlgLstStart : "Start", //MISSING
DlgLstType : "Tipo",
DlgLstTypeCircle : "Cirklo",
DlgLstTypeDisc : "Disc", //MISSING
DlgLstTypeDisk : "Disko",
DlgLstTypeSquare : "Kvadrato",
DlgLstTypeNumbers : "Ciferoj (1, 2, 3)",
DlgLstTypeLCase : "Minusklaj Literoj (a, b, c)",
479,15 → 414,6
DlgDocLangDirRTL : "De dekstro maldekstren (LTR)",
DlgDocLangCode : "Lingvokodo",
DlgDocCharSet : "Signara Kodo",
DlgDocCharSetCE : "Central European", //MISSING
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
DlgDocCharSetCR : "Cyrillic", //MISSING
DlgDocCharSetGR : "Greek", //MISSING
DlgDocCharSetJP : "Japanese", //MISSING
DlgDocCharSetKR : "Korean", //MISSING
DlgDocCharSetTR : "Turkish", //MISSING
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
DlgDocCharSetWE : "Western European", //MISSING
DlgDocCharSetOther : "Alia Signara Kodo",
 
DlgDocDocType : "Dokumenta Tipo",
514,21 → 440,14
// Templates Dialog
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br />(the actual contents will be lost):", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
DlgTemplatesReplace : "Replace actual contents", //MISSING
 
// About Dialog
DlgAboutAboutTab : "Pri",
DlgAboutBrowserInfoTab : "Informoj pri TTT-legilo",
DlgAboutLicenseTab : "License", //MISSING
DlgAboutVersion : "versio",
DlgAboutInfo : "Por pli da informoj, vizitu",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Disdonata laŭ la GNU Lesser General Public License",
DlgAboutInfo : "Por pli da informoj, vizitu"
}
/trunk/api/fckeditor/editor/lang/_translationstatus.txt
1,79 → 1,59
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Translations Status.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: _translationstatus.txt
* Translation Status.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
af.js Found: 396 Missing: 32
ar.js Found: 420 Missing: 8
bg.js Found: 373 Missing: 55
bn.js Found: 380 Missing: 48
bs.js Found: 226 Missing: 202
ca.js Found: 420 Missing: 8
cs.js Found: 420 Missing: 8
da.js Found: 419 Missing: 9
de.js Found: 420 Missing: 8
el.js Found: 396 Missing: 32
en-au.js Found: 423 Missing: 5
en-ca.js Found: 423 Missing: 5
en-uk.js Found: 423 Missing: 5
eo.js Found: 346 Missing: 82
es.js Found: 428 Missing: 0
et.js Found: 411 Missing: 17
eu.js Found: 420 Missing: 8
fa.js Found: 413 Missing: 15
fi.js Found: 411 Missing: 17
fo.js Found: 420 Missing: 8
fr-ca.js Found: 419 Missing: 9
fr.js Found: 428 Missing: 0
gl.js Found: 381 Missing: 47
gu.js Found: 411 Missing: 17
he.js Found: 428 Missing: 0
hi.js Found: 420 Missing: 8
hr.js Found: 420 Missing: 8
hu.js Found: 411 Missing: 17
is.js Found: 428 Missing: 0
it.js Found: 410 Missing: 18
ja.js Found: 420 Missing: 8
km.js Found: 370 Missing: 58
ko.js Found: 390 Missing: 38
lt.js Found: 376 Missing: 52
lv.js Found: 381 Missing: 47
mn.js Found: 411 Missing: 17
ms.js Found: 352 Missing: 76
nb.js Found: 414 Missing: 14
nl.js Found: 420 Missing: 8
no.js Found: 414 Missing: 14
pl.js Found: 411 Missing: 17
pt-br.js Found: 411 Missing: 17
pt.js Found: 381 Missing: 47
ro.js Found: 410 Missing: 18
ru.js Found: 427 Missing: 1
sk.js Found: 420 Missing: 8
sl.js Found: 411 Missing: 17
sr-latn.js Found: 368 Missing: 60
sr.js Found: 368 Missing: 60
sv.js Found: 409 Missing: 19
th.js Found: 393 Missing: 35
tr.js Found: 428 Missing: 0
uk.js Found: 419 Missing: 9
vi.js Found: 419 Missing: 9
zh-cn.js Found: 428 Missing: 0
zh.js Found: 423 Missing: 5
PROCESSING: ar.js Found: 354 Missing: 6
PROCESSING: bg.js Found: 354 Missing: 6
PROCESSING: bs.js Found: 233 Missing: 127
PROCESSING: ca.js Found: 360 Missing: 0
PROCESSING: cs.js Found: 354 Missing: 6
PROCESSING: da.js Found: 360 Missing: 0
PROCESSING: de.js Found: 360 Missing: 0
PROCESSING: el.js Found: 233 Missing: 127
PROCESSING: en-au.js Found: 223 Missing: 137
PROCESSING: en-uk.js Found: 223 Missing: 137
PROCESSING: eo.js Found: 354 Missing: 6
PROCESSING: es.js Found: 360 Missing: 0
PROCESSING: et.js Found: 233 Missing: 127
PROCESSING: eu.js Found: 360 Missing: 0
PROCESSING: fa.js Found: 360 Missing: 0
PROCESSING: fi.js Found: 360 Missing: 0
PROCESSING: fr.js Found: 360 Missing: 0
PROCESSING: gl.js Found: 360 Missing: 0
PROCESSING: he.js Found: 233 Missing: 127
PROCESSING: hr.js Found: 360 Missing: 0
PROCESSING: hu.js Found: 354 Missing: 6
PROCESSING: it.js Found: 360 Missing: 0
PROCESSING: ja.js Found: 354 Missing: 6
PROCESSING: ko.js Found: 360 Missing: 0
PROCESSING: lt.js Found: 354 Missing: 6
PROCESSING: nl.js Found: 360 Missing: 0
PROCESSING: no.js Found: 360 Missing: 0
PROCESSING: pl.js Found: 354 Missing: 6
PROCESSING: pt-br.js Found: 360 Missing: 0
PROCESSING: pt.js Found: 360 Missing: 0
PROCESSING: ro.js Found: 360 Missing: 0
PROCESSING: ru.js Found: 360 Missing: 0
PROCESSING: sk.js Found: 354 Missing: 6
PROCESSING: sl.js Found: 354 Missing: 6
PROCESSING: sr-latn.js Found: 228 Missing: 132
PROCESSING: sr.js Found: 228 Missing: 132
PROCESSING: sv.js Found: 360 Missing: 0
PROCESSING: th.js Found: 354 Missing: 6
PROCESSING: tr.js Found: 353 Missing: 7
PROCESSING: uk.js Found: 360 Missing: 0
PROCESSING: zh-cn.js Found: 354 Missing: 6
PROCESSING: zh.js Found: 354 Missing: 6
/trunk/api/fckeditor/editor/lang/bs.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Bosnian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: bs.js
* Bosnian language file.
*
* File Authors:
* Muris Trax (www.elektronika.ba)
*/
 
var FCKLang =
{
36,7 → 30,7
Cut : "Izreži",
Copy : "Kopiraj",
Paste : "Zalijepi",
PasteText : "Zalijepi kao obièan tekst",
PasteText : "Zalijepi kao obièan tekst",
PasteWord : "Zalijepi iz Word-a",
Print : "Štampaj",
SelectAll : "Selektuj sve",
44,13 → 38,9
InsertLinkLbl : "Link",
InsertLink : "Ubaci/Izmjeni link",
RemoveLink : "Izbriši link",
VisitLink : "Open Link", //MISSING
Anchor : "Insert/Edit Anchor", //MISSING
AnchorDelete : "Remove Anchor", //MISSING
InsertImageLbl : "Slika",
InsertImage : "Ubaci/Izmjeni sliku",
InsertFlashLbl : "Flash", //MISSING
InsertFlash : "Insert/Edit Flash", //MISSING
InsertTableLbl : "Tabela",
InsertTable : "Ubaci/Izmjeni tabelu",
InsertLineLbl : "Linija",
71,11 → 61,7
RightJustify : "Desno poravnanje",
BlockJustify : "Puno poravnanje",
DecreaseIndent : "Smanji uvod",
IncreaseIndent : "Poveæaj uvod",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
IncreaseIndent : "Poveæaj uvod",
Undo : "Vrati",
Redo : "Ponovi",
NumberedListLbl : "Numerisana lista",
87,16 → 73,14
Style : "Stil",
FontFormat : "Format",
Font : "Font",
FontSize : "Velièina",
FontSize : "Velièina",
TextColor : "Boja teksta",
BGColor : "Boja pozadine",
Source : "HTML kôd",
Find : "Naði",
Source : "HTML kôd",
Find : "Naði",
Replace : "Zamjeni",
SpellCheck : "Check Spelling", //MISSING
SpellCheck : "Check Spell", //MISSING
UniversalKeyboard : "Universal Keyboard", //MISSING
PageBreakLbl : "Page Break", //MISSING
PageBreak : "Insert Page Break", //MISSING
 
Form : "Form", //MISSING
Checkbox : "Checkbox", //MISSING
108,33 → 92,19
SelectionField : "Selection Field", //MISSING
ImageButton : "Image Button", //MISSING
 
FitWindow : "Maximize the editor size", //MISSING
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Izmjeni link",
CellCM : "Cell", //MISSING
RowCM : "Row", //MISSING
ColumnCM : "Column", //MISSING
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
InsertRow : "Ubaci red",
DeleteRows : "Briši redove",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "Ubaci kolonu",
DeleteColumns : "Briši kolone",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
DeleteCells : "Briši æelije",
MergeCells : "Spoji æelije",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "Delete Table", //MISSING
CellProperties : "Svojstva æelije",
InsertCell : "Ubaci æeliju",
DeleteCells : "BriÅ¡i æelije",
MergeCells : "Spoji æelije",
SplitCell : "Razdvoji æeliju",
CellProperties : "Svojstva æelije",
TableProperties : "Svojstva tabele",
ImageProperties : "Svojstva slike",
FlashProperties : "Flash Properties", //MISSING
 
AnchorProp : "Anchor Properties", //MISSING
ButtonProp : "Button Properties", //MISSING
150,18 → 120,14
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
 
// Alerts and Messages
ProcessingXHTML : "Procesiram XHTML. Molim saèekajte...",
ProcessingXHTML : "Procesiram XHTML. Molim saèekajte...",
Done : "Gotovo",
PasteWordConfirm : "Tekst koji želite zalijepiti èini se da je kopiran iz Worda. Da li želite da se prvo oèisti?",
NotCompatiblePaste : "Ova komanda je podržana u Internet Explorer-u verzijama 5.5 ili novijim. Da li želite da izvršite lijepljenje teksta bez èišæenja?",
PasteWordConfirm : "Tekst koji želite zalijepiti èini se da je kopiran iz Worda. Da li želite da se prvo oèisti?",
NotCompatiblePaste : "Ova komanda je podržana u Internet Explorer-u verzijama 5.5 ili novijim. Da li želite da izvrÅ¡ite lijepljenje teksta bez èiÅ¡æenja?",
UnknownToolbarItem : "Nepoznata stavka sa trake sa alatima \"%1\"",
UnknownCommand : "Nepoznata komanda \"%1\"",
NotImplemented : "Komanda nije implementirana",
UnknownToolbarSet : "Traka sa alatima \"%1\" ne postoji",
NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING
DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "OK",
169,21 → 135,19
DlgBtnClose : "Zatvori",
DlgBtnBrowseServer : "Browse Server", //MISSING
DlgAdvancedTag : "Naprednije",
DlgOpOther : "<Other>", //MISSING
DlgInfoTab : "Info", //MISSING
DlgAlertUrl : "Please insert the URL", //MISSING
DlgOpOther : "&lt;Other&gt;", //MISSING
 
// General Dialogs Labels
DlgGenNotSet : "<nije podešeno>",
DlgGenNotSet : "&lt;nije podešeno&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Smjer pisanja",
DlgGenLangDirLtr : "S lijeva na desno (LTR)",
DlgGenLangDirRtl : "S desna na lijevo (RTL)",
DlgGenLangCode : "Jezièni kôd",
DlgGenLangCode : "Jezièni kôd",
DlgGenAccessKey : "Pristupna tipka",
DlgGenName : "Naziv",
DlgGenTabIndex : "Tab indeks",
DlgGenLongDescr : "Dugaèki opis URL-a",
DlgGenLongDescr : "Dugaèki opis URL-a",
DlgGenClass : "Klase CSS stilova",
DlgGenTitle : "Advisory title",
DlgGenContType : "Advisory vrsta sadržaja",
199,7 → 163,7
DlgImgAlt : "Tekst na slici",
DlgImgWidth : "Širina",
DlgImgHeight : "Visina",
DlgImgLockRatio : "Zakljuèaj odnos",
DlgImgLockRatio : "Zakljuèaj odnos",
DlgBtnResetSize : "Resetuj dimenzije",
DlgImgBorder : "Okvir",
DlgImgHSpace : "HSpace",
218,16 → 182,6
DlgImgAlertUrl : "Molimo ukucajte URL od slike.",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash Properties", //MISSING
DlgFlashChkPlay : "Auto Play", //MISSING
DlgFlashChkLoop : "Loop", //MISSING
DlgFlashChkMenu : "Enable Flash Menu", //MISSING
DlgFlashScale : "Scale", //MISSING
DlgFlashScaleAll : "Show all", //MISSING
DlgFlashScaleNoBorder : "No Border", //MISSING
DlgFlashScaleFit : "Exact Fit", //MISSING
 
// Link Dialog
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Link info",
238,12 → 192,12
DlgLnkTypeAnchor : "Sidro na ovoj stranici",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protokol",
DlgLnkProtoOther : "<drugi>",
DlgLnkProtoOther : "&lt;drugi&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Izaberi sidro",
DlgLnkAnchorByName : "Po nazivu sidra",
DlgLnkAnchorById : "Po Id-u elementa",
DlgLnkNoAnchors : "(Nema dostupnih sidra na stranici)",
DlgLnkNoAnchors : "&lt;Nema dostupnih sidra na stranici&gt;",
DlgLnkEMail : "E-Mail Adresa",
DlgLnkEMailSubject : "Subjekt poruke",
DlgLnkEMailBody : "Poruka",
251,8 → 205,8
DlgLnkBtnUpload : "Šalji na server",
 
DlgLnkTarget : "Prozor",
DlgLnkTargetFrame : "<frejm>",
DlgLnkTargetPopup : "<popup prozor>",
DlgLnkTargetFrame : "&lt;frejm&gt;",
DlgLnkTargetPopup : "&lt;popup prozor&gt;",
DlgLnkTargetBlank : "Novi prozor (_blank)",
DlgLnkTargetParent : "Glavni prozor (_parent)",
DlgLnkTargetSelf : "Isti prozor (_self)",
259,8 → 213,8
DlgLnkTargetTop : "Najgornji prozor (_top)",
DlgLnkTargetFrameName : "Target Frame Name", //MISSING
DlgLnkPopWinName : "Naziv popup prozora",
DlgLnkPopWinFeat : "Moguænosti popup prozora",
DlgLnkPopResize : "Promjenljive velièine",
DlgLnkPopWinFeat : "Moguænosti popup prozora",
DlgLnkPopResize : "Promjenljive velièine",
DlgLnkPopLocation : "Traka za lokaciju",
DlgLnkPopMenu : "Izborna traka",
DlgLnkPopScroll : "Scroll traka",
276,11 → 230,10
DlnLnkMsgNoUrl : "Molimo ukucajte URL link",
DlnLnkMsgNoEMail : "Molimo ukucajte e-mail adresu",
DlnLnkMsgNoAnchor : "Molimo izaberite sidro",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
 
// Color Dialog
DlgColorTitle : "Izaberi boju",
DlgColorBtnClear : "Oèisti",
DlgColorBtnClear : "Oèisti",
DlgColorHighlight : "Igled",
DlgColorSelected : "Selektovana",
 
304,18 → 257,12
DlgTableWidthPx : "piksela",
DlgTableWidthPc : "posto",
DlgTableHeight : "Visina",
DlgTableCellSpace : "Razmak æelija",
DlgTableCellPad : "Uvod æelija",
DlgTableCellSpace : "Razmak æelija",
DlgTableCellPad : "Uvod æelija",
DlgTableCaption : "Naslov",
DlgTableSummary : "Summary", //MISSING
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Svojstva æelije",
DlgCellTitle : "Svojstva æelije",
DlgCellWidth : "Širina",
DlgCellWidthPx : "piksela",
DlgCellWidthPc : "posto",
335,43 → 282,35
DlgCellVerAlignMiddle : "Sredina",
DlgCellVerAlignBottom : "Dno",
DlgCellVerAlignBaseline : "Bazno",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Spajanje æelija",
DlgCellRowSpan : "Spajanje æelija",
DlgCellCollSpan : "Spajanje kolona",
DlgCellBackColor : "Boja pozadine",
DlgCellBorderColor : "Boja okvira",
DlgCellBtnSelect : "Selektuj...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "Naði",
DlgFindFindBtn : "Naði",
DlgFindNotFoundMsg : "Traženi tekst nije pronaðen.",
DlgFindTitle : "Naði",
DlgFindFindBtn : "Naði",
DlgFindNotFoundMsg : "Traženi tekst nije pronaðen.",
 
// Replace Dialog
DlgReplaceTitle : "Zamjeni",
DlgReplaceFindLbl : "Naði šta:",
DlgReplaceFindLbl : "Naði Å¡ta:",
DlgReplaceReplaceLbl : "Zamjeni sa:",
DlgReplaceCaseChk : "Uporeðuj velika/mala slova",
DlgReplaceCaseChk : "Uporeðuj velika/mala slova",
DlgReplaceReplaceBtn : "Zamjeni",
DlgReplaceReplAllBtn : "Zamjeni sve",
DlgReplaceWordChk : "Uporeðuj samo cijelu rijeè",
DlgReplaceWordChk : "Uporeðuj samo cijelu rijeè",
 
// Paste Operations / Dialog
PasteErrorCut : "Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).",
PasteErrorCopy : "Sigurnosne postavke Vašeg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).",
PasteErrorPaste : "Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog lijepljenja. Molimo koristite kraticu na tastaturi (Ctrl+V).",
PasteErrorCut : "Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).",
PasteErrorCopy : "Sigurnosne postavke VaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).",
 
PasteAsText : "Zalijepi kao obièan tekst",
PasteAsText : "Zalijepi kao obièan tekst",
PasteFromWord : "Zalijepi iz Word-a",
 
DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.", //MISSING
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "Ignore Font Face definitions", //MISSING
DlgPasteRemoveStyles : "Remove Styles definitions", //MISSING
DlgPasteMsg : "Editor nije mogao automatski zaljepiti zbog <STRONG>sigurnosnih postavki</STRONG> vaÅ¡eg pretraživaèa.<BR>Molimo zalijepite unutar slijedeæe kocke koristeæi tastaturu (<STRONG>Ctrl+V</STRONG>) i pritisnite <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatska",
403,11 → 342,8
IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
 
// Button Dialog
DlgButtonText : "Text (Value)", //MISSING
DlgButtonType : "Type", //MISSING
DlgButtonTypeBtn : "Button", //MISSING
DlgButtonTypeSbm : "Submit", //MISSING
DlgButtonTypeRst : "Reset", //MISSING
DlgButtonText : "Text (Value)", //MISSING
DlgButtonType : "Type", //MISSING
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Name", //MISSING
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "Bulleted List Properties", //MISSING
NumberedListProp : "Numbered List Properties", //MISSING
DlgLstStart : "Start", //MISSING
DlgLstType : "Type", //MISSING
DlgLstTypeCircle : "Circle", //MISSING
DlgLstTypeDisc : "Disc", //MISSING
DlgLstTypeDisk : "Disk", //MISSING
DlgLstTypeSquare : "Square", //MISSING
DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
479,15 → 414,6
DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
DlgDocLangCode : "Language Code", //MISSING
DlgDocCharSet : "Character Set Encoding", //MISSING
DlgDocCharSetCE : "Central European", //MISSING
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
DlgDocCharSetCR : "Cyrillic", //MISSING
DlgDocCharSetGR : "Greek", //MISSING
DlgDocCharSetJP : "Japanese", //MISSING
DlgDocCharSetKR : "Korean", //MISSING
DlgDocCharSetTR : "Turkish", //MISSING
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
DlgDocCharSetWE : "Western European", //MISSING
DlgDocCharSetOther : "Other Character Set Encoding", //MISSING
 
DlgDocDocType : "Document Type Heading", //MISSING
514,21 → 440,14
// Templates Dialog
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br />(the actual contents will be lost):", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
DlgTemplatesReplace : "Replace actual contents", //MISSING
 
// About Dialog
DlgAboutAboutTab : "About", //MISSING
DlgAboutBrowserInfoTab : "Browser Info", //MISSING
DlgAboutLicenseTab : "License", //MISSING
DlgAboutVersion : "verzija",
DlgAboutInfo : "Za više informacija posjetite",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Licencirano pod uslovima GNU Lesser General Public License",
DlgAboutInfo : "Za više informacija posjetite"
}
/trunk/api/fckeditor/editor/lang/cs.js
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Czech language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: cs.js
* Czech language file.
*
* File Authors:
* David Horák (david.horak@email.cz)
* Petr Plavjaník (plavjanik@gmail.com)
*/
 
var FCKLang =
{
26,367 → 21,312
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Skrýt panel nástrojů",
ToolbarExpand : "Zobrazit panel nástrojů",
ToolbarCollapse : "Skrýt panel nástrojů",
ToolbarExpand : "Zobrazit panel nástrojů",
 
// Toolbar Items and Context Menu
Save : "Uložit",
NewPage : "Nová stránka",
Preview : "Náhled",
NewPage : "Nová stránka",
Preview : "Náhled",
Cut : "Vyjmout",
Copy : "Kopírovat",
Copy : "Kopírovat",
Paste : "Vložit",
PasteText : "Vložit jako čistý text",
PasteText : "Vložit jako čistý text",
PasteWord : "Vložit z Wordu",
Print : "Tisk",
SelectAll : "Vybrat vše",
RemoveFormat : "Odstranit formátování",
RemoveFormat : "Odstranit formátování",
InsertLinkLbl : "Odkaz",
InsertLink : "Vložit/změnit odkaz",
RemoveLink : "Odstranit odkaz",
VisitLink : "Otevřít odkaz",
Anchor : "Vložít/změnit záložku",
AnchorDelete : "Odstranit kotvu",
InsertImageLbl : "Obrázek",
InsertImage : "Vložit/změnit obrázek",
InsertFlashLbl : "Flash",
InsertFlash : "Vložit/Upravit Flash",
Anchor : "Vložít/změnit záložku",
InsertImageLbl : "Obrázek",
InsertImage : "Vložit/změnit obrázek",
InsertTableLbl : "Tabulka",
InsertTable : "Vložit/změnit tabulku",
InsertLineLbl : "Linka",
InsertLine : "Vložit vodorovnou linku",
InsertSpecialCharLbl: "Speciální znaky",
InsertSpecialChar : "Vložit speciální znaky",
InsertSmileyLbl : "Smajlíky",
InsertSmiley : "Vložit smajlík",
InsertSpecialCharLbl: "Speciální znaky",
InsertSpecialChar : "Vložit speciální znaky",
InsertSmileyLbl : "Smajlíky",
InsertSmiley : "Vložit smajlík",
About : "O aplikaci FCKeditor",
Bold : "Tučné",
Italic : "Kurzíva",
Underline : "Podtržené",
StrikeThrough : "Přeškrtnuté",
Subscript : "Dolní index",
Superscript : "Horní index",
Bold : "Tučné",
Italic : "Kurzíva",
Underline : "Podtržené",
StrikeThrough : "PřeÅ¡krtnuté",
Subscript : "Dolní index",
Superscript : "Horní index",
LeftJustify : "Zarovnat vlevo",
CenterJustify : "Zarovnat na střed",
RightJustify : "Zarovnat vpravo",
BlockJustify : "Zarovnat do bloku",
DecreaseIndent : "Zmenšit odsazení",
IncreaseIndent : "Zvětšit odsazení",
Blockquote : "Citace",
CreateDiv : "Vytvořit Div kontejner",
EditDiv : "Upravit Div kontejner",
DeleteDiv : "Odstranit Div kontejner",
DecreaseIndent : "ZmenÅ¡it odsazení",
IncreaseIndent : "ZvětÅ¡it odsazení",
Undo : "Zpět",
Redo : "Znovu",
NumberedListLbl : "Číslování",
NumberedList : "Vložit/odstranit číslovaný seznam",
BulletedListLbl : "Odrážky",
BulletedList : "Vložit/odstranit odrážky",
ShowTableBorders : "Zobrazit okraje tabulek",
NumberedListLbl : "Číslování",
NumberedList : "Vložit/odstranit číslovaný seznam",
BulletedListLbl : "Odrážky",
BulletedList : "Vložit/odstranit odrážky",
ShowTableBorders : "Zobrzit okraje tabulek",
ShowDetails : "Zobrazit podrobnosti",
Style : "Styl",
FontFormat : "Formát",
Font : "Písmo",
FontFormat : "Formát",
Font : "Písmo",
FontSize : "Velikost",
TextColor : "Barva textu",
BGColor : "Barva pozadí",
BGColor : "Barva pozadí",
Source : "Zdroj",
Find : "Hledat",
Replace : "Nahradit",
SpellCheck : "Zkontrolovat pravopis",
UniversalKeyboard : "Univerzální klávesnice",
PageBreakLbl : "Konec stránky",
PageBreak : "Vložit konec stránky",
UniversalKeyboard : "Univerzální klávesnice",
 
Form : "Formulář",
Checkbox : "Zaškrtávací políčko",
RadioButton : "Přepínač",
TextField : "Textové pole",
Textarea : "Textová oblast",
HiddenField : "Skryté pole",
Button : "Tlačítko",
Form : "Formulář",
Checkbox : "ZaÅ¡krtávací políčko",
RadioButton : "Přepínač",
TextField : "Textové pole",
Textarea : "Textová oblast",
HiddenField : "Skryté pole",
Button : "Tlačítko",
SelectionField : "Seznam",
ImageButton : "Obrázkové tlačítko",
ImageButton : "Obrázkové tlačítko",
 
FitWindow : "Maximalizovat velikost editoru",
ShowBlocks : "Ukázat bloky",
 
// Context Menu
EditLink : "Změnit odkaz",
CellCM : "Buňka",
RowCM : "Řádek",
ColumnCM : "Sloupec",
InsertRowAfter : "Vložit řádek za",
InsertRowBefore : "Vložit řádek před",
DeleteRows : "Smazat řádky",
InsertColumnAfter : "Vložit sloupec za",
InsertColumnBefore : "Vložit sloupec před",
InsertRow : "Vložit řádek",
DeleteRows : "Smazat řádek",
InsertColumn : "Vložit sloupec",
DeleteColumns : "Smazat sloupec",
InsertCellAfter : "Vložit buňku za",
InsertCellBefore : "Vložit buňku před",
InsertCell : "Vložit buňku",
DeleteCells : "Smazat buňky",
MergeCells : "Sloučit buňky",
MergeRight : "Sloučit doprava",
MergeDown : "Sloučit dolů",
HorizontalSplitCell : "Rozdělit buňky vodorovně",
VerticalSplitCell : "Rozdělit buňky svisle",
TableDelete : "Smazat tabulku",
SplitCell : "Rozdělit buňku",
CellProperties : "Vlastnosti buňky",
TableProperties : "Vlastnosti tabulky",
ImageProperties : "Vlastnosti obrázku",
FlashProperties : "Vlastnosti Flashe",
ImageProperties : "Vlastnosti obrázku",
 
AnchorProp : "Vlastnosti záložky",
ButtonProp : "Vlastnosti tlačítka",
CheckboxProp : "Vlastnosti zaškrtávacího políčka",
HiddenFieldProp : "Vlastnosti skrytého pole",
RadioButtonProp : "Vlastnosti přepínače",
ImageButtonProp : "Vlastností obrázkového tlačítka",
TextFieldProp : "Vlastnosti textového pole",
AnchorProp : "Vlastnosti záložky",
ButtonProp : "Vlastnosti tlačítka",
CheckboxProp : "Vlastnosti zaÅ¡krtávacího políčka",
HiddenFieldProp : "Vlastnosti skrytého pole",
RadioButtonProp : "Vlastnosti přepínače",
ImageButtonProp : "Vlastností obrázkového tlačítka",
TextFieldProp : "Vlastnosti textového pole",
SelectionFieldProp : "Vlastnosti seznamu",
TextareaProp : "Vlastnosti textové oblasti",
FormProp : "Vlastnosti formuláře",
TextareaProp : "Vlastnosti textové oblasti",
FormProp : "Vlastnosti formuláře",
 
FontFormats : "Normální;Naformátováno;Adresa;Nadpis 1;Nadpis 2;Nadpis 3;Nadpis 4;Nadpis 5;Nadpis 6;Normální (DIV)",
FontFormats : "Normální;Formátovaný;Adresa;Nadpis 1;Nadpis 2;Nadpis 3;Nadpis 4;Nadpis 5;Nadpis 6",
 
// Alerts and Messages
ProcessingXHTML : "Probíhá zpracování XHTML. Prosím čekejte...",
ProcessingXHTML : "Probíhá zpracování XHTML. Prosím čekejte...",
Done : "Hotovo",
PasteWordConfirm : "Jak je vidět, vkládaný text je kopírován z Wordu. Chcete jej před vložením vyčistit?",
NotCompatiblePaste : "Tento příkaz je dostupný pouze v Internet Exploreru verze 5.5 nebo vyšší. Chcete vložit text bez vyčištění?",
UnknownToolbarItem : "Neznámá položka panelu nástrojů \"%1\"",
UnknownCommand : "Neznámý příkaz \"%1\"",
NotImplemented : "Příkaz není implementován",
UnknownToolbarSet : "Panel nástrojů \"%1\" neexistuje",
NoActiveX : "Nastavení bezpečnosti Vašeho prohlížeče omezuje funkčnost některých jeho možností. Je třeba zapnout volbu \"Spouštět ovládáací prvky ActiveX a moduly plug-in\", jinak nebude možné využívat všechny dosputné schopnosti editoru.",
BrowseServerBlocked : "Průzkumník zdrojů nelze otevřít. Prověřte, zda nemáte aktivováno blokování popup oken.",
DialogBlocked : "Nelze otevřít dialogové okno. Prověřte, zda nemáte aktivováno blokování popup oken.",
VisitLinkBlocked : "Není možné otevřít nové okno. Prověřte, zda všechny nástroje pro blokování vyskakovacích oken jsou vypnuty.",
PasteWordConfirm : "Jak je vidět, vkládaný text je kopírován z Wordu. Chceet jej před vložením vyčistit?",
NotCompatiblePaste : "Tento příkaz je dostupný pouze v Internet Exploreru verze 5.5 nebo vyÅ¡Å¡í. Chcete vložit text bez vyčiÅ¡tění?",
UnknownToolbarItem : "Neznámá položka panelu nástrojů \"%1\"",
UnknownCommand : "Neznámý příkaz \"%1\"",
NotImplemented : "Příkaz není implementován",
UnknownToolbarSet : "Panel nástrojů \"%1\" neexistuje",
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Storno",
DlgBtnClose : "Zavřít",
DlgBtnClose : "Zavřít",
DlgBtnBrowseServer : "Vybrat na serveru",
DlgAdvancedTag : "Rozšířené",
DlgOpOther : "<Ostatní>",
DlgInfoTab : "Info",
DlgAlertUrl : "Prosím vložte URL",
DlgAdvancedTag : "RozÅ¡ířené",
DlgOpOther : "&lt;Ostatní&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<nenastaveno>",
DlgGenNotSet : "&lt;nenastaveno&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Orientace jazyka",
DlgGenLangDirLtr : "Zleva do prava (LTR)",
DlgGenLangDirRtl : "Zprava do leva (RTL)",
DlgGenLangCode : "Kód jazyka",
DlgGenAccessKey : "Přístupový klíč",
DlgGenName : "Jméno",
DlgGenTabIndex : "Pořadí prvku",
DlgGenLongDescr : "Dlouhý popis URL",
DlgGenClass : "Třída stylu",
DlgGenTitle : "Pomocný titulek",
DlgGenContType : "Pomocný typ obsahu",
DlgGenLinkCharset : "Přiřazená znaková sada",
DlgGenLangCode : "Kód jazyka",
DlgGenAccessKey : "Přístupový klíč",
DlgGenName : "Jméno",
DlgGenTabIndex : "Pořadí prvku",
DlgGenLongDescr : "Dlouhý popis URL",
DlgGenClass : "Třída stylu",
DlgGenTitle : "Pomocný titulek",
DlgGenContType : "Pomocný typ obsahu",
DlgGenLinkCharset : "Přiřazená znaková sada",
DlgGenStyle : "Styl",
 
// Image Dialog
DlgImgTitle : "Vlastnosti obrázku",
DlgImgInfoTab : "Informace o obrázku",
DlgImgTitle : "Vlastosti obrázku",
DlgImgInfoTab : "Informace o obrázku",
DlgImgBtnUpload : "Odeslat na server",
DlgImgURL : "URL",
DlgImgUpload : "Odeslat",
DlgImgAlt : "Alternativní text",
DlgImgWidth : "Šířka",
DlgImgHeight : "Výška",
DlgImgLockRatio : "Zámek",
DlgBtnResetSize : "Původní velikost",
DlgImgAlt : "Alternativní text",
DlgImgWidth : "Å ířka",
DlgImgHeight : "VýÅ¡ka",
DlgImgLockRatio : "Zámek",
DlgBtnResetSize : "Původní velikost",
DlgImgBorder : "Okraje",
DlgImgHSpace : "H-mezera",
DlgImgVSpace : "V-mezera",
DlgImgAlign : "Zarovnání",
DlgImgAlign : "Zarovnání",
DlgImgAlignLeft : "Vlevo",
DlgImgAlignAbsBottom: "Zcela dolů",
DlgImgAlignAbsMiddle: "Doprostřed",
DlgImgAlignBaseline : "Na účaří",
DlgImgAlignBaseline : "Na účaří",
DlgImgAlignBottom : "Dolů",
DlgImgAlignMiddle : "Na střed",
DlgImgAlignRight : "Vpravo",
DlgImgAlignTextTop : "Na horní okraj textu",
DlgImgAlignTextTop : "Na horní okraj textu",
DlgImgAlignTop : "Nahoru",
DlgImgPreview : "Náhled",
DlgImgAlertUrl : "Zadejte prosím URL obrázku",
DlgImgLinkTab : "Odkaz",
DlgImgPreview : "Náhled",
DlgImgAlertUrl : "Zadejte prosím URL obrázku",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Vlastnosti Flashe",
DlgFlashChkPlay : "Automatické spuštění",
DlgFlashChkLoop : "Opakování",
DlgFlashChkMenu : "Nabídka Flash",
DlgFlashScale : "Zobrazit",
DlgFlashScaleAll : "Zobrazit vše",
DlgFlashScaleNoBorder : "Bez okraje",
DlgFlashScaleFit : "Přizpůsobit",
 
// Link Dialog
DlgLnkWindowTitle : "Odkaz",
DlgLnkInfoTab : "Informace o odkazu",
DlgLnkTargetTab : "Cíl",
DlgLnkTargetTab : "Cíl",
 
DlgLnkType : "Typ odkazu",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Kotva v této stránce",
DlgLnkTypeAnchor : "Kotva v této stránce",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protokol",
DlgLnkProtoOther : "<jiný>",
DlgLnkProtoOther : "&lt;jiný&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Vybrat kotvu",
DlgLnkAnchorByName : "Podle jména kotvy",
DlgLnkAnchorByName : "Podle jména kotvy",
DlgLnkAnchorById : "Podle Id objektu",
DlgLnkNoAnchors : "(Ve stránce není definována žádná kotva!)",
DlgLnkEMail : "E-Mailová adresa",
DlgLnkEMailSubject : "Předmět zprávy",
DlgLnkEMailBody : "Tělo zprávy",
DlgLnkNoAnchors : "&lt;Ve stránce žádná kotva není definována&gt;",
DlgLnkEMail : "E-Mailová adresa",
DlgLnkEMailSubject : "Předmět zprávy",
DlgLnkEMailBody : "Tělo zprávy",
DlgLnkUpload : "Odeslat",
DlgLnkBtnUpload : "Odeslat na Server",
 
DlgLnkTarget : "Cíl",
DlgLnkTargetFrame : "<rámec>",
DlgLnkTargetPopup : "<vyskakovací okno>",
DlgLnkTargetBlank : "Nové okno (_blank)",
DlgLnkTargetParent : "Rodičovské okno (_parent)",
DlgLnkTargetSelf : "Stejné okno (_self)",
DlgLnkTargetTop : "Hlavní okno (_top)",
DlgLnkTargetFrameName : "Název cílového rámu",
DlgLnkPopWinName : "Název vyskakovacího okna",
DlgLnkPopWinFeat : "Vlastnosti vyskakovacího okna",
DlgLnkPopResize : "Měnitelná velikost",
DlgLnkPopLocation : "Panel umístění",
DlgLnkPopMenu : "Panel nabídky",
DlgLnkPopScroll : "Posuvníky",
DlgLnkPopStatus : "Stavový řádek",
DlgLnkPopToolbar : "Panel nástrojů",
DlgLnkPopFullScrn : "Celá obrazovka (IE)",
DlgLnkPopDependent : "Závislost (Netscape)",
DlgLnkPopWidth : "Šířka",
DlgLnkPopHeight : "Výška",
DlgLnkPopLeft : "Levý okraj",
DlgLnkPopTop : "Horní okraj",
DlgLnkTarget : "Cíl",
DlgLnkTargetFrame : "&lt;rámec&gt;",
DlgLnkTargetPopup : "&lt;vyskakovací okno&gt;",
DlgLnkTargetBlank : "Nové okno (_blank)",
DlgLnkTargetParent : "Rodičovské okno (_parent)",
DlgLnkTargetSelf : "Stejné okno (_self)",
DlgLnkTargetTop : "Hlavní okno (_top)",
DlgLnkTargetFrameName : "Název cílového rámu",
DlgLnkPopWinName : "Název vyskakovacího okna",
DlgLnkPopWinFeat : "Vlastnosti vyskakovacího okna",
DlgLnkPopResize : "Měnitelná velikost",
DlgLnkPopLocation : "Panel umístění",
DlgLnkPopMenu : "Panel nabídky",
DlgLnkPopScroll : "Posuvníky",
DlgLnkPopStatus : "Stavový řádek",
DlgLnkPopToolbar : "Panel nástrojů",
DlgLnkPopFullScrn : "Celá obrazovka (IE)",
DlgLnkPopDependent : "Závislost (Netscape)",
DlgLnkPopWidth : "Å ířka",
DlgLnkPopHeight : "VýÅ¡ka",
DlgLnkPopLeft : "Levý okraj",
DlgLnkPopTop : "Horní okraj",
 
DlnLnkMsgNoUrl : "Zadejte prosím URL odkazu",
DlnLnkMsgNoEMail : "Zadejte prosím e-mailovou adresu",
DlnLnkMsgNoAnchor : "Vyberte prosím kotvu",
DlnLnkMsgInvPopName : "Název vyskakovacího okna musí začínat písmenem a nesmí obsahovat mezery",
DlnLnkMsgNoUrl : "Zadejte prosím URL odkazu",
DlnLnkMsgNoEMail : "Zadejte prosím e-mailovou adresu",
DlnLnkMsgNoAnchor : "Vyberte prosím kotvu",
 
// Color Dialog
DlgColorTitle : "Výběr barvy",
DlgColorTitle : "Výběr barvy",
DlgColorBtnClear : "Vymazat",
DlgColorHighlight : "Zvýrazněná",
DlgColorSelected : "Vybraná",
DlgColorHighlight : "Zvýrazněná",
DlgColorSelected : "Vybraná",
 
// Smiley Dialog
DlgSmileyTitle : "Vkládání smajlíků",
DlgSmileyTitle : "Vkládání smajlíků",
 
// Special Character Dialog
DlgSpecialCharTitle : "Výběr speciálního znaku",
DlgSpecialCharTitle : "Výběr speciálního znaku",
 
// Table Dialog
DlgTableTitle : "Vlastnosti tabulky",
DlgTableRows : "Řádky",
DlgTableRows : "Řádky",
DlgTableColumns : "Sloupce",
DlgTableBorder : "Ohraničení",
DlgTableAlign : "Zarovnání",
DlgTableBorder : "Ohraničení",
DlgTableAlign : "Zarovnání",
DlgTableAlignNotSet : "<nenastaveno>",
DlgTableAlignLeft : "Vlevo",
DlgTableAlignCenter : "Na střed",
DlgTableAlignRight : "Vpravo",
DlgTableWidth : "Šířka",
DlgTableWidth : "Å ířka",
DlgTableWidthPx : "bodů",
DlgTableWidthPc : "procent",
DlgTableHeight : "Výška",
DlgTableCellSpace : "Vzdálenost buněk",
DlgTableCellPad : "Odsazení obsahu",
DlgTableHeight : "VýÅ¡ka",
DlgTableCellSpace : "Vzdálenost buněk",
DlgTableCellPad : "Odsazení obsahu",
DlgTableCaption : "Popis",
DlgTableSummary : "Souhrn",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Vlastnosti buňky",
DlgCellWidth : "Šířka",
DlgCellWidth : "Å ířka",
DlgCellWidthPx : "bodů",
DlgCellWidthPc : "procent",
DlgCellHeight : "Výška",
DlgCellWordWrap : "Zalamování",
DlgCellHeight : "VýÅ¡ka",
DlgCellWordWrap : "Zalamování",
DlgCellWordWrapNotSet : "<nenanstaveno>",
DlgCellWordWrapYes : "Ano",
DlgCellWordWrapNo : "Ne",
DlgCellHorAlign : "Vodorovné zarovnání",
DlgCellHorAlign : "Vodorovné zarovnání",
DlgCellHorAlignNotSet : "<nenastaveno>",
DlgCellHorAlignLeft : "Vlevo",
DlgCellHorAlignCenter : "Na střed",
DlgCellHorAlignRight: "Vpravo",
DlgCellVerAlign : "Svislé zarovnání",
DlgCellVerAlign : "Svislé zarovnání",
DlgCellVerAlignNotSet : "<nenastaveno>",
DlgCellVerAlignTop : "Nahoru",
DlgCellVerAlignMiddle : "Doprostřed",
DlgCellVerAlignBottom : "Dolů",
DlgCellVerAlignBaseline : "Na účaří",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Sloučené řádky",
DlgCellCollSpan : "Sloučené sloupce",
DlgCellBackColor : "Barva pozadí",
DlgCellBorderColor : "Barva ohraničení",
DlgCellBtnSelect : "Výběr...",
DlgCellVerAlignBaseline : "Na účaří",
DlgCellRowSpan : "Sloučené řádky",
DlgCellCollSpan : "Sloučené sloupce",
DlgCellBackColor : "Barva pozadí",
DlgCellBorderColor : "Rarva ohraničení",
DlgCellBtnSelect : "Výběr...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Najít a nahradit",
 
// Find Dialog
DlgFindTitle : "Hledat",
DlgFindFindBtn : "Hledat",
DlgFindNotFoundMsg : "Hledaný text nebyl nalezen.",
DlgFindNotFoundMsg : "Hledaný text nebyl nalezen.",
 
// Replace Dialog
DlgReplaceTitle : "Nahradit",
DlgReplaceFindLbl : "Co hledat:",
DlgReplaceReplaceLbl : "Čím nahradit:",
DlgReplaceCaseChk : "Rozlišovat velikost písma",
DlgReplaceReplaceLbl : "Čím nahradit:",
DlgReplaceCaseChk : "RozliÅ¡ovat velikost písma",
DlgReplaceReplaceBtn : "Nahradit",
DlgReplaceReplAllBtn : "Nahradit vše",
DlgReplaceWordChk : "Pouze celá slova",
DlgReplaceWordChk : "Pouze celá slova",
 
// Paste Operations / Dialog
PasteErrorCut : "Bezpečnostní nastavení Vašeho prohlížeče nedovolují editoru spustit funkci pro vyjmutí zvoleného textu do schránky. Prosím vyjměte zvolený text do schránky pomocí klávesnice (Ctrl+X).",
PasteErrorCopy : "Bezpečnostní nastavení Vašeho prohlížeče nedovolují editoru spustit funkci pro kopírování zvoleného textu do schránky. Prosím zkopírujte zvolený text do schránky pomocí klávesnice (Ctrl+C).",
PasteErrorPaste : "Bezpečnostní nastavení VaÅ¡eho prohlížeče nedovolují editoru spustit funkci pro vložení textu ze schránky. Prosím vložte text ze schránky pomocí klávesnice (Ctrl+V).",
PasteErrorCut : "Bezpečnostní nastavení VaÅ¡eho prohlížeče nedovolují editoru spustit funkci pro vyjmutí zvoleného textu do schránky. Prosím vyjměte zvolený text do schránky pomocí klávesnice (Ctrl+X).",
PasteErrorCopy : "Bezpečnostní nastavení VaÅ¡eho prohlížeče nedovolují editoru spustit funkci pro kopírování zvoleného textu do schránky. Prosím zkopírujte zvolený text do schránky pomocí klávesnice (Ctrl+C).",
 
PasteAsText : "Vložit jako čistý text",
PasteAsText : "Vložit jako čistý text",
PasteFromWord : "Vložit text z Wordu",
 
DlgPasteMsg2 : "Do následujícího pole vložte požadovaný obsah pomocí klávesnice (<STRONG>Ctrl+V</STRONG>) a stiskněte <STRONG>OK</STRONG>.",
DlgPasteSec : "Z důvodů nastavení bezpečnosti Vašeho prohlížeče nemůže editor přistupovat přímo do schránky. Obsah schránky prosím vložte znovu do tohoto okna.",
DlgPasteIgnoreFont : "Ignorovat písmo",
DlgPasteRemoveStyles : "Odstranit styly",
DlgPasteMsg : "<STRONG>Bezpečnostní nastavení</STRONG> VaÅ¡eho prohlížeče nedovolují editoru spustit funkci pro vložení textu ze schránky.<BR>Text ze schránky prosím vložte pomocí klávesnice do tohoto pole (<STRONG>Ctrl+V</STRONG>) a pak stiskněte tlačítko <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automaticky",
ColorMoreColors : "Více barev...",
ColorMoreColors : "Více barev...",
 
// Document Properties
DocProps : "Vlastnosti dokumentu",
 
// Anchor Dialog
DlgAnchorTitle : "Vlastnosti záložky",
DlgAnchorName : "Název záložky",
DlgAnchorErrorName : "Zadejte prosím název záložky",
DlgAnchorTitle : "Vlastnosti záložky",
DlgAnchorName : "Název záložky",
DlgAnchorErrorName : "Zadejte prosím název záložky",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Není ve slovníku",
DlgSpellNotInDic : "Není ve slovníku",
DlgSpellChangeTo : "Změnit na",
DlgSpellBtnIgnore : "Přeskočit",
DlgSpellBtnIgnoreAll : "Přeskakovat vše",
393,39 → 333,36
DlgSpellBtnReplace : "Zaměnit",
DlgSpellBtnReplaceAll : "Zaměňovat vše",
DlgSpellBtnUndo : "Zpět",
DlgSpellNoSuggestions : "- žádné návrhy -",
DlgSpellProgress : "Probíhá kontrola pravopisu...",
DlgSpellNoMispell : "Kontrola pravopisu dokončena: Žádné pravopisné chyby nenalezeny",
DlgSpellNoSuggestions : "- žádné návrhy -",
DlgSpellProgress : "Probíhá kontrola pravopisu...",
DlgSpellNoMispell : "Kontrola pravopisu dokončena: Žádné pravopisné chyby nenalezeny",
DlgSpellNoChanges : "Kontrola pravopisu dokončena: Beze změn",
DlgSpellOneChange : "Kontrola pravopisu dokončena: Jedno slovo změněno",
DlgSpellManyChanges : "Kontrola pravopisu dokončena: %1 slov změněno",
 
IeSpellDownload : "Kontrola pravopisu není nainstalována. Chcete ji nyní stáhnout?",
IeSpellDownload : "Kontrola pravopisu není nainstalována. Chcete ji nyní stáhnout?",
 
// Button Dialog
DlgButtonText : "Popisek",
DlgButtonType : "Typ",
DlgButtonTypeBtn : "Tlačítko",
DlgButtonTypeSbm : "Odeslat",
DlgButtonTypeRst : "Obnovit",
DlgButtonText : "Popisek",
DlgButtonType : "Typ",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Název",
DlgCheckboxName : "Název",
DlgCheckboxValue : "Hodnota",
DlgCheckboxSelected : "Zaškrtnuto",
 
// Form Dialog
DlgFormName : "Název",
DlgFormName : "Název",
DlgFormAction : "Akce",
DlgFormMethod : "Metoda",
 
// Select Field Dialog
DlgSelectName : "Název",
DlgSelectName : "Název",
DlgSelectValue : "Hodnota",
DlgSelectSize : "Velikost",
DlgSelectLines : "Řádků",
DlgSelectChkMulti : "Povolit mnohonásobné výběry",
DlgSelectOpAvail : "Dostupná nastavení",
DlgSelectLines : "řádků",
DlgSelectChkMulti : "Povolit mnohonásobné výběry",
DlgSelectOpAvail : "Dostupná nastavení",
DlgSelectOpText : "Text",
DlgSelectOpValue : "Hodnota",
DlgSelectBtnAdd : "Přidat",
436,99 → 373,82
DlgSelectBtnDelete : "Smazat",
 
// Textarea Dialog
DlgTextareaName : "Název",
DlgTextareaName : "Název",
DlgTextareaCols : "Sloupců",
DlgTextareaRows : "Řádků",
DlgTextareaRows : "Řádků",
 
// Text Field Dialog
DlgTextName : "Název",
DlgTextName : "Název",
DlgTextValue : "Hodnota",
DlgTextCharWidth : "Šířka ve znacích",
DlgTextMaxChars : "Maximální počet znaků",
DlgTextCharWidth : "Å ířka ve znacích",
DlgTextMaxChars : "Maximální počet znaků",
DlgTextType : "Typ",
DlgTextTypeText : "Text",
DlgTextTypePass : "Heslo",
 
// Hidden Field Dialog
DlgHiddenName : "Název",
DlgHiddenName : "Název",
DlgHiddenValue : "Hodnota",
 
// Bulleted List Dialog
BulletedListProp : "Vlastnosti odrážek",
NumberedListProp : "Vlastnosti číslovaného seznamu",
DlgLstStart : "Začátek",
BulletedListProp : "Vlastnosti odrážek",
NumberedListProp : "Vlastnosti číslovaného seznamu",
DlgLstType : "Typ",
DlgLstTypeCircle : "Kružnice",
DlgLstTypeDisc : "Kruh",
DlgLstTypeDisk : "Plný kruh",
DlgLstTypeSquare : "Čtverec",
DlgLstTypeNumbers : "Čísla (1, 2, 3)",
DlgLstTypeLCase : "Malá písmena (a, b, c)",
DlgLstTypeUCase : "Velká písmena (A, B, C)",
DlgLstTypeSRoman : "Malé římská číslice (i, ii, iii)",
DlgLstTypeLRoman : "Velké římské číslice (I, II, III)",
DlgLstTypeNumbers : "Čísla (1, 2, 3)",
DlgLstTypeLCase : "Malá písmena (a, b, c)",
DlgLstTypeUCase : "Velká písmena (A, B, C)",
DlgLstTypeSRoman : "Malé římská číslice (i, ii, iii)",
DlgLstTypeLRoman : "Velké římské číslice (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Obecné",
DlgDocBackTab : "Pozadí",
DlgDocGeneralTab : "Obecné",
DlgDocBackTab : "Pozadí",
DlgDocColorsTab : "Barvy a okraje",
DlgDocMetaTab : "Metadata",
 
DlgDocPageTitle : "Titulek stránky",
DlgDocPageTitle : "Titulek stránky",
DlgDocLangDir : "Směr jazyku",
DlgDocLangDirLTR : "Zleva do prava ",
DlgDocLangDirRTL : "Zprava doleva",
DlgDocLangCode : "Kód jazyku",
DlgDocCharSet : "Znaková sada",
DlgDocCharSetCE : "Středoevropské jazyky",
DlgDocCharSetCT : "Tradiční čínština (Big5)",
DlgDocCharSetCR : "Cyrilice",
DlgDocCharSetGR : "Řečtina",
DlgDocCharSetJP : "Japonština",
DlgDocCharSetKR : "Korejština",
DlgDocCharSetTR : "Turečtina",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Západoevropské jazyky",
DlgDocCharSetOther : "Další znaková sada",
DlgDocLangCode : "Kód jazyku",
DlgDocCharSet : "Znaková sada",
DlgDocCharSetOther : "DalÅ¡í znaková sada",
 
DlgDocDocType : "Typ dokumentu",
DlgDocDocTypeOther : "Jiný typ dokumetu",
DlgDocDocTypeOther : "Jiný typ dokumetu",
DlgDocIncXHTML : "Zahrnou deklarace XHTML",
DlgDocBgColor : "Barva pozadí",
DlgDocBgImage : "URL obrázku na pozadí",
DlgDocBgNoScroll : "Nerolovatelné pozadí",
DlgDocBgColor : "Barva pozadí",
DlgDocBgImage : "URL obrázku na pozadí",
DlgDocBgNoScroll : "Nerolovatelné pozadí",
DlgDocCText : "Text",
DlgDocCLink : "Odkaz",
DlgDocCVisited : "Navštívený odkaz",
DlgDocCActive : "Vybraný odkaz",
DlgDocMargins : "Okraje stránky",
DlgDocMaTop : "Horní",
DlgDocMaLeft : "Levý",
DlgDocMaRight : "Pravý",
DlgDocMaBottom : "Dolní",
DlgDocMeIndex : "Klíčová slova (oddělená čárkou)",
DlgDocCVisited : "NavÅ¡tívený odkaz",
DlgDocCActive : "Vybraný odkaz",
DlgDocMargins : "Okraje stránky",
DlgDocMaTop : "Horní",
DlgDocMaLeft : "Levý",
DlgDocMaRight : "Pravý",
DlgDocMaBottom : "Dolní",
DlgDocMeIndex : "Klíčová slova (oddělená čárkou)",
DlgDocMeDescr : "Popis dokumentu",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Autorská práva",
DlgDocPreview : "Náhled",
DlgDocMeCopy : "Autorská práva",
DlgDocPreview : "Náhled",
 
// Templates Dialog
Templates : "Šablony",
DlgTemplatesTitle : "Šablony obsahu",
DlgTemplatesSelMsg : "Prosím zvolte šablonu pro otevření v editoru<br>(aktuální obsah editoru bude ztracen):",
DlgTemplatesLoading : "Nahrávám přeheld šablon. Prosím čekejte...",
DlgTemplatesNoTpl : "(Není definována žádná šablona)",
DlgTemplatesReplace : "Nahradit aktuální obsah",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "O aplikaci",
DlgAboutBrowserInfoTab : "Informace o prohlížeči",
DlgAboutLicenseTab : "Licence",
DlgAboutBrowserInfoTab : "Informace o prohlížeči",
DlgAboutVersion : "verze",
DlgAboutInfo : "Více informací získáte na",
 
// Div Dialog
DlgDivGeneralTab : "Obecné",
DlgDivAdvancedTab : "Rozšířené",
DlgDivStyle : "Styl",
DlgDivInlineStyle : "Vložený styl"
};
DlgAboutLicense : "Licencováno pomocí GNU Lesser General Public License",
DlgAboutInfo : "Více informací získáte na"
}
/trunk/api/fckeditor/editor/lang/es.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Spanish language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: es.js
* Spanish language file.
*
* File Authors:
* Gabriel Schillaci (internetbug@users.sourceforge.net)
*/
 
var FCKLang =
{
31,7 → 25,7
 
// Toolbar Items and Context Menu
Save : "Guardar",
NewPage : "Nueva Página",
NewPage : "Nueva Página",
Preview : "Vista Previa",
Cut : "Cortar",
Copy : "Copiar",
41,20 → 35,16
Print : "Imprimir",
SelectAll : "Seleccionar Todo",
RemoveFormat : "Eliminar Formato",
InsertLinkLbl : "Vínculo",
InsertLink : "Insertar/Editar Vínculo",
RemoveLink : "Eliminar Vínculo",
VisitLink : "Abrir enlace",
InsertLinkLbl : "Vínculo",
InsertLink : "Insertar/Editar Vínculo",
RemoveLink : "Eliminar Vínculo",
Anchor : "Referencia",
AnchorDelete : "Eliminar Referencia",
InsertImageLbl : "Imagen",
InsertImage : "Insertar/Editar Imagen",
InsertFlashLbl : "Flash",
InsertFlash : "Insertar/Editar Flash",
InsertTableLbl : "Tabla",
InsertTable : "Insertar/Editar Tabla",
InsertLineLbl : "Línea",
InsertLine : "Insertar Línea Horizontal",
InsertLineLbl : "Línea",
InsertLine : "Insertar Línea Horizontal",
InsertSpecialCharLbl: "Caracter Especial",
InsertSpecialChar : "Insertar Caracter Especial",
InsertSmileyLbl : "Emoticons",
64,104 → 54,80
Italic : "Cursiva",
Underline : "Subrayado",
StrikeThrough : "Tachado",
Subscript : "Subíndice",
Superscript : "Superíndice",
Subscript : "Subíndice",
Superscript : "Superíndice",
LeftJustify : "Alinear a Izquierda",
CenterJustify : "Centrar",
RightJustify : "Alinear a Derecha",
BlockJustify : "Justificado",
DecreaseIndent : "Disminuir Sangría",
IncreaseIndent : "Aumentar Sangría",
Blockquote : "Cita",
CreateDiv : "Crear contenedor (div)",
EditDiv : "Editar contenedor (div)",
DeleteDiv : "Eliminar contenedor (div)",
DecreaseIndent : "Disminuir Sangría",
IncreaseIndent : "Aumentar Sangría",
Undo : "Deshacer",
Redo : "Rehacer",
NumberedListLbl : "Numeración",
NumberedList : "Insertar/Eliminar Numeración",
BulletedListLbl : "Viñetas",
BulletedList : "Insertar/Eliminar Viñetas",
NumberedListLbl : "Numeración",
NumberedList : "Insertar/Eliminar Numeración",
BulletedListLbl : "Viñetas",
BulletedList : "Insertar/Eliminar Viñetas",
ShowTableBorders : "Mostrar Bordes de Tablas",
ShowDetails : "Mostrar saltos de Párrafo",
ShowDetails : "Mostrar saltos de Párrafo",
Style : "Estilo",
FontFormat : "Formato",
Font : "Fuente",
FontSize : "Tamaño",
FontSize : "Tamaño",
TextColor : "Color de Texto",
BGColor : "Color de Fondo",
Source : "Fuente HTML",
Find : "Buscar",
Replace : "Reemplazar",
SpellCheck : "Ortografía",
SpellCheck : "Ortografía",
UniversalKeyboard : "Teclado Universal",
PageBreakLbl : "Salto de Página",
PageBreak : "Insertar Salto de Página",
 
Form : "Formulario",
Checkbox : "Casilla de Verificación",
Checkbox : "Casilla de Verificación",
RadioButton : "Botones de Radio",
TextField : "Campo de Texto",
Textarea : "Area de Texto",
HiddenField : "Campo Oculto",
Button : "Botón",
SelectionField : "Campo de Selección",
ImageButton : "Botón Imagen",
Button : "Botón",
SelectionField : "Campo de Selección",
ImageButton : "Botón Imagen",
 
FitWindow : "Maximizar el tamaño del editor",
ShowBlocks : "Mostrar bloques",
 
// Context Menu
EditLink : "Editar Vínculo",
CellCM : "Celda",
RowCM : "Fila",
ColumnCM : "Columna",
InsertRowAfter : "Insertar fila en la parte inferior",
InsertRowBefore : "Insertar fila en la parte superior",
EditLink : "Editar Vínculo",
InsertRow : "Insertar Fila",
DeleteRows : "Eliminar Filas",
InsertColumnAfter : "Insertar columna a la derecha",
InsertColumnBefore : "Insertar columna a la izquierda",
InsertColumn : "Insertar Columna",
DeleteColumns : "Eliminar Columnas",
InsertCellAfter : "Insertar celda a la derecha",
InsertCellBefore : "Insertar celda a la izquierda",
InsertCell : "Insertar Celda",
DeleteCells : "Eliminar Celdas",
MergeCells : "Combinar Celdas",
MergeRight : "Combinar a la derecha",
MergeDown : "Combinar hacia abajo",
HorizontalSplitCell : "Dividir la celda horizontalmente",
VerticalSplitCell : "Dividir la celda verticalmente",
TableDelete : "Eliminar Tabla",
SplitCell : "Dividir Celda",
CellProperties : "Propiedades de Celda",
TableProperties : "Propiedades de Tabla",
ImageProperties : "Propiedades de Imagen",
FlashProperties : "Propiedades de Flash",
 
AnchorProp : "Propiedades de Referencia",
ButtonProp : "Propiedades de Botón",
ButtonProp : "Propiedades de Botón",
CheckboxProp : "Propiedades de Casilla",
HiddenFieldProp : "Propiedades de Campo Oculto",
RadioButtonProp : "Propiedades de Botón de Radio",
ImageButtonProp : "Propiedades de Botón de Imagen",
RadioButtonProp : "Propiedades de Botón de Radio",
ImageButtonProp : "Propiedades de Botón de Imagen",
TextFieldProp : "Propiedades de Campo de Texto",
SelectionFieldProp : "Propiedades de Campo de Selección",
SelectionFieldProp : "Propiedades de Campo de Selección",
TextareaProp : "Propiedades de Area de Texto",
FormProp : "Propiedades de Formulario",
 
FontFormats : "Normal;Con formato;Dirección;Encabezado 1;Encabezado 2;Encabezado 3;Encabezado 4;Encabezado 5;Encabezado 6;Normal (DIV)",
FontFormats : "Normal;Formateado;Direccion;Encabezado 1;Encabezado 2;Encabezado 3;Encabezado 4;Encabezado 5;Encabezado 6",
 
// Alerts and Messages
ProcessingXHTML : "Procesando XHTML. Por favor, espere...",
Done : "Hecho",
PasteWordConfirm : "El texto que desea parece provenir de Word. Desea depurarlo antes de pegarlo?",
NotCompatiblePaste : "Este comando está disponible sólo para Internet Explorer version 5.5 or superior. Desea pegar sin depurar?",
NotCompatiblePaste : "Este comando está disponible sólo para Internet Explorer version 5.5 or superior. Desea pegar sin depurar?",
UnknownToolbarItem : "Item de barra desconocido \"%1\"",
UnknownCommand : "Nombre de comando desconocido \"%1\"",
NotImplemented : "Comando no implementado",
UnknownToolbarSet : "Nombre de barra \"%1\" no definido",
NoActiveX : "La configuración de las opciones de seguridad de su navegador puede estar limitando algunas características del editor. Por favor active la opción \"Ejecutar controles y complementos de ActiveX \", de lo contrario puede experimentar errores o ausencia de funcionalidades.",
BrowseServerBlocked : "La ventana de visualización del servidor no pudo ser abierta. Verifique que su navegador no esté bloqueando las ventanas emergentes (pop up).",
DialogBlocked : "No se ha podido abrir la ventana de diálogo. Verifique que su navegador no esté bloqueando las ventanas emergentes (pop up).",
VisitLinkBlocked : "Nose ha podido abrir la ventana. Asegurese de que todos los bloqueadores de popups están deshabilitados.",
 
// Dialogs
DlgBtnOK : "OK",
169,23 → 135,21
DlgBtnClose : "Cerrar",
DlgBtnBrowseServer : "Ver Servidor",
DlgAdvancedTag : "Avanzado",
DlgOpOther : "<Otro>",
DlgInfoTab : "Información",
DlgAlertUrl : "Inserte el URL",
DlgOpOther : "&lt;Otro&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<No definido>",
DlgGenNotSet : "&lt;No definido&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Orientación",
DlgGenLangDir : "Orientación de idioma",
DlgGenLangDirLtr : "Izquierda a Derecha (LTR)",
DlgGenLangDirRtl : "Derecha a Izquierda (RTL)",
DlgGenLangCode : "Cód. de idioma",
DlgGenLangCode : "Código de idioma",
DlgGenAccessKey : "Clave de Acceso",
DlgGenName : "Nombre",
DlgGenTabIndex : "Indice de tabulación",
DlgGenLongDescr : "Descripción larga URL",
DlgGenTabIndex : "Indice de tabulación",
DlgGenLongDescr : "Descripción larga URL",
DlgGenClass : "Clases de hojas de estilo",
DlgGenTitle : "Título",
DlgGenTitle : "Título",
DlgGenContType : "Tipo de Contenido",
DlgGenLinkCharset : "Fuente de caracteres vinculado",
DlgGenStyle : "Estilo",
192,7 → 156,7
 
// Image Dialog
DlgImgTitle : "Propiedades de Imagen",
DlgImgInfoTab : "Información de Imagen",
DlgImgInfoTab : "Información de Imagen",
DlgImgBtnUpload : "Enviar al Servidor",
DlgImgURL : "URL",
DlgImgUpload : "Cargar",
200,15 → 164,15
DlgImgWidth : "Anchura",
DlgImgHeight : "Altura",
DlgImgLockRatio : "Proporcional",
DlgBtnResetSize : "Tamaño Original",
DlgBtnResetSize : "Tamaño Original",
DlgImgBorder : "Borde",
DlgImgHSpace : "Esp.Horiz",
DlgImgVSpace : "Esp.Vert",
DlgImgAlign : "Alineación",
DlgImgAlign : "Alineación",
DlgImgAlignLeft : "Izquierda",
DlgImgAlignAbsBottom: "Abs inferior",
DlgImgAlignAbsMiddle: "Abs centro",
DlgImgAlignBaseline : "Línea de base",
DlgImgAlignBaseline : "Línea de base",
DlgImgAlignBottom : "Pie",
DlgImgAlignMiddle : "Centro",
DlgImgAlignRight : "Derecha",
215,44 → 179,34
DlgImgAlignTextTop : "Tope del texto",
DlgImgAlignTop : "Tope",
DlgImgPreview : "Vista Previa",
DlgImgAlertUrl : "Por favor escriba la URL de la imagen",
DlgImgLinkTab : "Vínculo",
DlgImgAlertUrl : "Por favor tipee el URL de la imagen",
DlgImgLinkTab : "Vínculo",
 
// Flash Dialog
DlgFlashTitle : "Propiedades de Flash",
DlgFlashChkPlay : "Autoejecución",
DlgFlashChkLoop : "Repetir",
DlgFlashChkMenu : "Activar Menú Flash",
DlgFlashScale : "Escala",
DlgFlashScaleAll : "Mostrar todo",
DlgFlashScaleNoBorder : "Sin Borde",
DlgFlashScaleFit : "Ajustado",
 
// Link Dialog
DlgLnkWindowTitle : "Vínculo",
DlgLnkInfoTab : "Información de Vínculo",
DlgLnkWindowTitle : "Vínculo",
DlgLnkInfoTab : "Información de Vínculo",
DlgLnkTargetTab : "Destino",
 
DlgLnkType : "Tipo de vínculo",
DlgLnkType : "Tipo de vínculo",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Referencia en esta página",
DlgLnkTypeAnchor : "Referencia en esta página",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocolo",
DlgLnkProtoOther : "<otro>",
DlgLnkProtoOther : "&lt;otro&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Seleccionar una referencia",
DlgLnkAnchorByName : "Por Nombre de Referencia",
DlgLnkAnchorById : "Por ID de elemento",
DlgLnkNoAnchors : "(No hay referencias disponibles en el documento)",
DlgLnkEMail : "Dirección de E-Mail",
DlgLnkEMailSubject : "Título del Mensaje",
DlgLnkNoAnchors : "&lt;No hay referencias disponibles en el documento&gt;",
DlgLnkEMail : "Dirección de E-Mail",
DlgLnkEMailSubject : "Título del Mensaje",
DlgLnkEMailBody : "Cuerpo del Mensaje",
DlgLnkUpload : "Cargar",
DlgLnkBtnUpload : "Enviar al Servidor",
 
DlgLnkTarget : "Destino",
DlgLnkTargetFrame : "<marco>",
DlgLnkTargetPopup : "<ventana emergente>",
DlgLnkTargetFrame : "&lt;marco&gt;",
DlgLnkTargetPopup : "&lt;ventana emergente&gt;",
DlgLnkTargetBlank : "Nueva Ventana(_blank)",
DlgLnkTargetParent : "Ventana Padre (_parent)",
DlgLnkTargetSelf : "Misma Ventana (_self)",
259,10 → 213,10
DlgLnkTargetTop : "Ventana primaria (_top)",
DlgLnkTargetFrameName : "Nombre del Marco Destino",
DlgLnkPopWinName : "Nombre de Ventana Emergente",
DlgLnkPopWinFeat : "Características de Ventana Emergente",
DlgLnkPopWinFeat : "Características de Ventana Emergente",
DlgLnkPopResize : "Ajustable",
DlgLnkPopLocation : "Barra de ubicación",
DlgLnkPopMenu : "Barra de Menú",
DlgLnkPopLocation : "Barra de ubicación",
DlgLnkPopMenu : "Barra de Menú",
DlgLnkPopScroll : "Barras de desplazamiento",
DlgLnkPopStatus : "Barra de Estado",
DlgLnkPopToolbar : "Barra de Herramientas",
270,13 → 224,12
DlgLnkPopDependent : "Dependiente (Netscape)",
DlgLnkPopWidth : "Anchura",
DlgLnkPopHeight : "Altura",
DlgLnkPopLeft : "Posición Izquierda",
DlgLnkPopTop : "Posición Derecha",
DlgLnkPopLeft : "Posición Izquierda",
DlgLnkPopTop : "Posición Derecha",
 
DlnLnkMsgNoUrl : "Por favor tipee el vínculo URL",
DlnLnkMsgNoEMail : "Por favor tipee la dirección de e-mail",
DlnLnkMsgNoUrl : "Por favor tipee el vínculo URL",
DlnLnkMsgNoEMail : "Por favor tipee la dirección de e-mail",
DlnLnkMsgNoAnchor : "Por favor seleccione una referencia",
DlnLnkMsgInvPopName : "El nombre debe empezar con un caracter alfanumérico y no debe contener espacios",
 
// Color Dialog
DlgColorTitle : "Seleccionar Color",
294,8 → 247,8
DlgTableTitle : "Propiedades de Tabla",
DlgTableRows : "Filas",
DlgTableColumns : "Columnas",
DlgTableBorder : "Tamaño de Borde",
DlgTableAlign : "Alineación",
DlgTableBorder : "Tamaño de Borde",
DlgTableAlign : "Alineación",
DlgTableAlignNotSet : "<No establecido>",
DlgTableAlignLeft : "Izquierda",
DlgTableAlignCenter : "Centrado",
306,13 → 259,7
DlgTableHeight : "Altura",
DlgTableCellSpace : "Esp. e/celdas",
DlgTableCellPad : "Esp. interior",
DlgTableCaption : "Título",
DlgTableSummary : "Síntesis",
DlgTableHeaders : "Encabezados",
DlgTableHeadersNone : "Ninguno",
DlgTableHeadersColumn : "Primera columna",
DlgTableHeadersRow : "Primera fila",
DlgTableHeadersBoth : "Ambas",
DlgTableCaption : "Título",
 
// Table Cell Dialog
DlgCellTitle : "Propiedades de Celda",
320,24 → 267,21
DlgCellWidthPx : "pixeles",
DlgCellWidthPc : "porcentaje",
DlgCellHeight : "Altura",
DlgCellWordWrap : "Cortar Línea",
DlgCellWordWrap : "Cortar Línea",
DlgCellWordWrapNotSet : "<No establecido>",
DlgCellWordWrapYes : "Si",
DlgCellWordWrapNo : "No",
DlgCellHorAlign : "Alineación Horizontal",
DlgCellHorAlign : "Alineación Horizontal",
DlgCellHorAlignNotSet : "<No establecido>",
DlgCellHorAlignLeft : "Izquierda",
DlgCellHorAlignCenter : "Centrado",
DlgCellHorAlignRight: "Derecha",
DlgCellVerAlign : "Alineación Vertical",
DlgCellVerAlign : "Alineación Vertical",
DlgCellVerAlignNotSet : "<Not establecido>",
DlgCellVerAlignTop : "Tope",
DlgCellVerAlignMiddle : "Medio",
DlgCellVerAlignBottom : "ie",
DlgCellVerAlignBaseline : "Línea de Base",
DlgCellType : "Tipo de celda",
DlgCellTypeData : "Datos",
DlgCellTypeHeader : "Encabezado",
DlgCellVerAlignBaseline : "Línea de Base",
DlgCellRowSpan : "Abarcar Filas",
DlgCellCollSpan : "Abarcar Columnas",
DlgCellBackColor : "Color de Fondo",
344,9 → 288,6
DlgCellBorderColor : "Color de Borde",
DlgCellBtnSelect : "Seleccione...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Buscar y Reemplazar",
 
// Find Dialog
DlgFindTitle : "Buscar",
DlgFindFindBtn : "Buscar",
362,20 → 303,18
DlgReplaceWordChk : "Coincidir toda la palabra",
 
// Paste Operations / Dialog
PasteErrorCut : "La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado. Por favor use el teclado (Ctrl+X).",
PasteErrorCopy : "La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de copiado. Por favor use el teclado (Ctrl+C).",
PasteErrorPaste : "La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de pegado. Por favor use el teclado (Ctrl+V).",
PasteErrorCut : "La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de cortado. Por favor use el teclado (Ctrl+X).",
PasteErrorCopy : "La configuración de seguridad de este navegador no permite la ejecución automática de operaciones de copiado. Por favor use el teclado (Ctrl+C).",
 
PasteAsText : "Pegar como Texto Plano",
PasteFromWord : "Pegar desde Word",
 
DlgPasteMsg2 : "Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl+V</STRONG>); luego presione <STRONG>OK</STRONG>.",
DlgPasteSec : "Debido a la configuración de seguridad de su navegador, el editor no tiene acceso al portapapeles. Es necesario que lo pegue de nuevo en esta ventana.",
DlgPasteIgnoreFont : "Ignorar definiciones de fuentes",
DlgPasteRemoveStyles : "Remover definiciones de estilo",
DlgPasteMsg : "El editor no pudo ejecutar automáticamente el pegado debido a la <STRONG>configuración de seguridad</STRONG> de su navegador.<BR>Por favor pegue dentro del sigueinte recuadro usando el teclado (<STRONG>Ctrl+V</STRONG>) y presione <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automático",
ColorMoreColors : "Más Colores...",
ColorAutomatic : "Automático",
ColorMoreColors : "Más Colores...",
 
// Document Properties
DocProps : "Propiedades del Documento",
394,20 → 333,17
DlgSpellBtnReplaceAll : "Reemplazar Todo",
DlgSpellBtnUndo : "Deshacer",
DlgSpellNoSuggestions : "- No hay sugerencias -",
DlgSpellProgress : "Control de Ortografía en progreso...",
DlgSpellProgress : "Control de Ortografía en progreso...",
DlgSpellNoMispell : "Control finalizado: no se encontraron errores",
DlgSpellNoChanges : "Control finalizado: no se ha cambiado ninguna palabra",
DlgSpellOneChange : "Control finalizado: se ha cambiado una palabra",
DlgSpellManyChanges : "Control finalizado: se ha cambiado %1 palabras",
 
IeSpellDownload : "Módulo de Control de Ortografía no instalado. ¿Desea descargarlo ahora?",
IeSpellDownload : "Módulo de Control de Ortografía no instalado. ¿Desea descargarlo ahora?",
 
// Button Dialog
DlgButtonText : "Texto (Valor)",
DlgButtonType : "Tipo",
DlgButtonTypeBtn : "Boton",
DlgButtonTypeSbm : "Enviar",
DlgButtonTypeRst : "Reestablecer",
DlgButtonText : "Texto (Valor)",
DlgButtonType : "Tipo",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nombre",
416,15 → 352,15
 
// Form Dialog
DlgFormName : "Nombre",
DlgFormAction : "Acción",
DlgFormMethod : "Método",
DlgFormAction : "Acción",
DlgFormMethod : "Método",
 
// Select Field Dialog
DlgSelectName : "Nombre",
DlgSelectValue : "Valor",
DlgSelectSize : "Tamaño",
DlgSelectSize : "Tamaño",
DlgSelectLines : "Lineas",
DlgSelectChkMulti : "Permitir múltiple selección",
DlgSelectChkMulti : "Permitir múltiple selección",
DlgSelectOpAvail : "Opciones disponibles",
DlgSelectOpText : "Texto",
DlgSelectOpValue : "Valor",
444,10 → 380,10
DlgTextName : "Nombre",
DlgTextValue : "Valor",
DlgTextCharWidth : "Caracteres de ancho",
DlgTextMaxChars : "Máximo caracteres",
DlgTextMaxChars : "Máximo caracteres",
DlgTextType : "Tipo",
DlgTextTypeText : "Texto",
DlgTextTypePass : "Contraseña",
DlgTextTypePass : "Contraseña",
 
// Hidden Field Dialog
DlgHiddenName : "Nombre",
454,41 → 390,31
DlgHiddenValue : "Valor",
 
// Bulleted List Dialog
BulletedListProp : "Propiedades de Viñetas",
BulletedListProp : "Propiedades de Viñetas",
NumberedListProp : "Propiedades de Numeraciones",
DlgLstStart : "Inicio",
DlgLstType : "Tipo",
DlgLstTypeCircle : "Círculo",
DlgLstTypeDisc : "Disco",
DlgLstTypeCircle : "Círculo",
DlgLstTypeDisk : "Disco",
DlgLstTypeSquare : "Cuadrado",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "letras en minúsculas (a, b, c)",
DlgLstTypeUCase : "letras en mayúsculas (A, B, C)",
DlgLstTypeSRoman : "Números Romanos (i, ii, iii)",
DlgLstTypeLRoman : "Números Romanos (I, II, III)",
DlgLstTypeNumbers : "Números (1, 2, 3)",
DlgLstTypeLCase : "letras en minúsculas (a, b, c)",
DlgLstTypeUCase : "letras en mayúsculas (A, B, C)",
DlgLstTypeSRoman : "Números Romanos (i, ii, iii)",
DlgLstTypeLRoman : "Números Romanos (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "General",
DlgDocBackTab : "Fondo",
DlgDocColorsTab : "Colores y Márgenes",
DlgDocMetaTab : "Meta Información",
DlgDocColorsTab : "Colores y Márgenes",
DlgDocMetaTab : "Meta Información",
 
DlgDocPageTitle : "Título de Página",
DlgDocLangDir : "Orientación de idioma",
DlgDocPageTitle : "Título de Página",
DlgDocLangDir : "Orientación de idioma",
DlgDocLangDirLTR : "Izq. a Derecha (LTR)",
DlgDocLangDirRTL : "Der. a Izquierda (RTL)",
DlgDocLangCode : "Código de Idioma",
DlgDocLangCode : "Código de Idioma",
DlgDocCharSet : "Codif. de Conjunto de Caracteres",
DlgDocCharSetCE : "Centro Europeo",
DlgDocCharSetCT : "Chino Tradicional (Big5)",
DlgDocCharSetCR : "Cirílico",
DlgDocCharSetGR : "Griego",
DlgDocCharSetJP : "Japonés",
DlgDocCharSetKR : "Coreano",
DlgDocCharSetTR : "Turco",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Europeo occidental",
DlgDocCharSetOther : "Otra Codificación",
DlgDocCharSetOther : "Otra Codificación",
 
DlgDocDocType : "Encabezado de Tipo de Documento",
DlgDocDocTypeOther : "Otro Encabezado",
497,16 → 423,16
DlgDocBgImage : "URL de Imagen de Fondo",
DlgDocBgNoScroll : "Fondo sin rolido",
DlgDocCText : "Texto",
DlgDocCLink : "Vínculo",
DlgDocCVisited : "Vínculo Visitado",
DlgDocCActive : "Vínculo Activo",
DlgDocMargins : "Márgenes de Página",
DlgDocCLink : "Vínculo",
DlgDocCVisited : "Vínculo Visitado",
DlgDocCActive : "Vínculo Activo",
DlgDocMargins : "Márgenes de Página",
DlgDocMaTop : "Tope",
DlgDocMaLeft : "Izquierda",
DlgDocMaRight : "Derecha",
DlgDocMaBottom : "Pie",
DlgDocMeIndex : "Claves de indexación del Documento (separados por comas)",
DlgDocMeDescr : "Descripción del Documento",
DlgDocMeIndex : "Claves de indexación del Documento (separados por comas)",
DlgDocMeDescr : "Descripción del Documento",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Copyright",
DlgDocPreview : "Vista Previa",
514,21 → 440,14
// Templates Dialog
Templates : "Plantillas",
DlgTemplatesTitle : "Contenido de Plantillas",
DlgTemplatesSelMsg : "Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):",
DlgTemplatesSelMsg : "Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):",
DlgTemplatesLoading : "Cargando lista de Plantillas. Por favor, aguarde...",
DlgTemplatesNoTpl : "(No hay plantillas definidas)",
DlgTemplatesReplace : "Reemplazar el contenido actual",
 
// About Dialog
DlgAboutAboutTab : "Acerca de",
DlgAboutBrowserInfoTab : "Información de Navegador",
DlgAboutLicenseTab : "Licencia",
DlgAboutVersion : "versión",
DlgAboutInfo : "Para mayor información por favor dirigirse a",
 
// Div Dialog
DlgDivGeneralTab : "General",
DlgDivAdvancedTab : "Avanzado",
DlgDivStyle : "Estilo",
DlgDivInlineStyle : "Estilos CSS"
};
DlgAboutBrowserInfoTab : "Información de Navegador",
DlgAboutVersion : "versión",
DlgAboutLicense : "Licenciado bajo los términos de GNU Lesser General Public License",
DlgAboutInfo : "Para mayor información por favor dirigirse a"
}
/trunk/api/fckeditor/editor/lang/ko.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Korean language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: ko.js
* Korean language file.
*
* File Authors:
* Taehwan Kwag (thkwag@nate.com)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "링크",
InsertLink : "링크 삽입/변경",
RemoveLink : "링크 삭제",
VisitLink : "Open Link", //MISSING
Anchor : "책갈피 삽입/변경",
AnchorDelete : "Remove Anchor", //MISSING
InsertImageLbl : "이미지",
InsertImage : "이미지 삽입/변경",
InsertFlashLbl : "플래쉬",
InsertFlash : "플래쉬 삽입/변경",
InsertTableLbl : "표",
InsertTable : "표 삽입/변경",
InsertLineLbl : "수평선",
72,10 → 62,6
BlockJustify : "양쪽 맞춤",
DecreaseIndent : "내어쓰기",
IncreaseIndent : "들여쓰기",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "취소",
Redo : "재실행",
NumberedListLbl : "순서있는 목록",
95,8 → 81,6
Replace : "바꾸기",
SpellCheck : "철자검사",
UniversalKeyboard : "다국어 입력기",
PageBreakLbl : "Page Break", //MISSING
PageBreak : "Insert Page Break", //MISSING
 
Form : "폼",
Checkbox : "체크박스",
108,33 → 92,19
SelectionField : "펼침목록",
ImageButton : "이미지버튼",
 
FitWindow : "에디터 최대화",
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "링크 수정",
CellCM : "셀/칸(Cell)",
RowCM : "행(Row)",
ColumnCM : "열(Column)",
InsertRowAfter : "뒤에 행 삽입",
InsertRowBefore : "앞에 행 삽입",
InsertRow : "가로줄 삽입",
DeleteRows : "가로줄 삭제",
InsertColumnAfter : "뒤에 열 삽입",
InsertColumnBefore : "앞에 열 삽입",
InsertColumn : "세로줄 삽입",
DeleteColumns : "세로줄 삭제",
InsertCellAfter : "뒤에 셀/칸 삽입",
InsertCellBefore : "앞에 셀/칸 삽입",
InsertCell : "셀 삽입",
DeleteCells : "셀 삭제",
MergeCells : "셀 합치기",
MergeRight : "오른쪽 뭉치기",
MergeDown : "왼쪽 뭉치기",
HorizontalSplitCell : "수평 나누기",
VerticalSplitCell : "수직 나누기",
TableDelete : "표 삭제",
SplitCell : "셀 나누기",
CellProperties : "셀 속성",
TableProperties : "표 속성",
ImageProperties : "이미지 속성",
FlashProperties : "플래쉬 속성",
 
AnchorProp : "책갈피 속성",
ButtonProp : "버튼 속성",
158,10 → 128,6
UnknownCommand : "알수없는 기능입니다. : \"%1\"",
NotImplemented : "기능이 실행되지 않았습니다.",
UnknownToolbarSet : "툴바 설정이 없습니다. : \"%1\"",
NoActiveX : "브러우저의 보안 설정으로 인해 몇몇 기능의 작동에 장애가 있을 수 있습니다. \"액티브-액스 기능과 플러그 인\" 옵션을 허용하여 주시지 않으면 오류가 발생할 수 있습니다.",
BrowseServerBlocked : "브러우저 요소가 열리지 않습니다. 팝업차단 설정이 꺼져있는지 확인하여 주십시오.",
DialogBlocked : "윈도우 대화창을 열 수 없습니다. 팝업차단 설정이 꺼져있는지 확인하여 주십시오.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "예",
169,12 → 135,10
DlgBtnClose : "닫기",
DlgBtnBrowseServer : "서버 보기",
DlgAdvancedTag : "자세히",
DlgOpOther : "<기타>",
DlgInfoTab : "정보",
DlgAlertUrl : "URL을 입력하십시요",
DlgOpOther : "&lt;기타&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<설정되지 않음>",
DlgGenNotSet : "&lt;설정되지 않음&gt;",
DlgGenId : "ID",
DlgGenLangDir : "쓰기 방향",
DlgGenLangDirLtr : "왼쪽에서 오른쪽 (LTR)",
212,22 → 176,12
DlgImgAlignBottom : "아래",
DlgImgAlignMiddle : "중간",
DlgImgAlignRight : "오른쪽",
DlgImgAlignTextTop : "글자상단",
DlgImgAlignTextTop : "글자위(Text Top)",
DlgImgAlignTop : "위",
DlgImgPreview : "미리보기",
DlgImgAlertUrl : "이미지 URL을 입력하십시요",
DlgImgLinkTab : "링크",
 
// Flash Dialog
DlgFlashTitle : "플래쉬 등록정보",
DlgFlashChkPlay : "자동재생",
DlgFlashChkLoop : "반복",
DlgFlashChkMenu : "플래쉬메뉴 가능",
DlgFlashScale : "영역",
DlgFlashScaleAll : "모두보기",
DlgFlashScaleNoBorder : "경계선없음",
DlgFlashScaleFit : "영역자동조절",
 
// Link Dialog
DlgLnkWindowTitle : "링크",
DlgLnkInfoTab : "링크 정보",
238,12 → 192,12
DlgLnkTypeAnchor : "책갈피",
DlgLnkTypeEMail : "이메일",
DlgLnkProto : "프로토콜",
DlgLnkProtoOther : "<기타>",
DlgLnkProtoOther : "&lt;기타&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "책갈피 선택",
DlgLnkAnchorByName : "책갈피 이름",
DlgLnkAnchorById : "책갈피 ID",
DlgLnkNoAnchors : "(문서에 책갈피가 없습니다.)",
DlgLnkNoAnchors : "&lt;문서에 책갈피가 없습니다.&gt;",
DlgLnkEMail : "이메일 주소",
DlgLnkEMailSubject : "제목",
DlgLnkEMailBody : "내용",
251,8 → 205,8
DlgLnkBtnUpload : "서버로 전송",
 
DlgLnkTarget : "타겟",
DlgLnkTargetFrame : "<프레임>",
DlgLnkTargetPopup : "<팝업창>",
DlgLnkTargetFrame : "&lt;프레임&gt;",
DlgLnkTargetPopup : "&lt;팝업창&gt;",
DlgLnkTargetBlank : "새 창 (_blank)",
DlgLnkTargetParent : "부모 창 (_parent)",
DlgLnkTargetSelf : "현재 창 (_self)",
276,7 → 230,6
DlnLnkMsgNoUrl : "링크 URL을 입력하십시요.",
DlnLnkMsgNoEMail : "이메일주소를 입력하십시요.",
DlnLnkMsgNoAnchor : "책갈피명을 입력하십시요.",
DlnLnkMsgInvPopName : "팝업창의 타이틀은 공백을 허용하지 않습니다.",
 
// Color Dialog
DlgColorTitle : "색상 선택",
307,12 → 260,6
DlgTableCellSpace : "셀 간격",
DlgTableCellPad : "셀 여백",
DlgTableCaption : "캡션",
DlgTableSummary : "Summary", //MISSING
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "셀 설정",
335,9 → 282,6
DlgCellVerAlignMiddle : "중간",
DlgCellVerAlignBottom : "아래",
DlgCellVerAlignBaseline : "기준선",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "세로 합치기",
DlgCellCollSpan : "가로 합치기",
DlgCellBackColor : "배경 색상",
344,9 → 288,6
DlgCellBorderColor : "테두리 색상",
DlgCellBtnSelect : "선택",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "찾기 & 바꾸기",
 
// Find Dialog
DlgFindTitle : "찾기",
DlgFindFindBtn : "찾기",
362,6 → 303,7
DlgReplaceWordChk : "온전한 단어",
 
// Paste Operations / Dialog
PasteErrorPaste : "브라우저의 보안설정때문에 붙여넣기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl+V).",
PasteErrorCut : "브라우저의 보안설정때문에 잘라내기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl+X).",
PasteErrorCopy : "브라우저의 보안설정때문에 복사하기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "텍스트로 붙여넣기",
PasteFromWord : "MS Word 형식에서 붙여넣기",
 
DlgPasteMsg2 : "키보드의 (<STRONG>Ctrl+V</STRONG>) 를 이용해서 상자안에 붙여넣고 <STRONG>OK</STRONG> 를 누르세요.",
DlgPasteSec : "브러우저 보안 설정으로 인해, 클립보드의 자료를 직접 접근할 수 없습니다. 이 창에 다시 붙여넣기 하십시오.",
DlgPasteIgnoreFont : "폰트 설정 무시",
DlgPasteRemoveStyles : "스타일 정의 제거",
DlgPasteMsg : "브라우저의 <STRONG>보안설정/STRONG> 때문에 붙여넣기 할 수 없습니다. <BR>키보드 명령(<STRONG>Ctrl+V</STRONG>)을 이용하여 붙여넣은 다음 <STRONG>예</STRONG>버튼을 클릭하십시요.",
 
// Color Picker
ColorAutomatic : "기본색상",
403,11 → 342,8
IeSpellDownload : "철자 검사기가 철치되지 않았습니다. 지금 다운로드하시겠습니까?",
 
// Button Dialog
DlgButtonText : "버튼글자(값)",
DlgButtonType : "버튼종류",
DlgButtonTypeBtn : "Button", //MISSING
DlgButtonTypeSbm : "Submit", //MISSING
DlgButtonTypeRst : "Reset", //MISSING
DlgButtonText : "버튼글자(값)",
DlgButtonType : "버튼종류",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "이름",
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "순서없는 목록 속성",
NumberedListProp : "순서있는 목록 속성",
DlgLstStart : "Start", //MISSING
DlgLstType : "종류",
DlgLstTypeCircle : "원(Circle)",
DlgLstTypeDisc : "Disc", //MISSING
DlgLstTypeDisk : "둥근점(Disk)",
DlgLstTypeSquare : "네모점(Square)",
DlgLstTypeNumbers : "번호 (1, 2, 3)",
DlgLstTypeLCase : "소문자 (a, b, c)",
479,15 → 414,6
DlgDocLangDirRTL : "오른쪽에서 왼쪽 (RTL)",
DlgDocLangCode : "언어코드",
DlgDocCharSet : "캐릭터셋 인코딩",
DlgDocCharSetCE : "Central European", //MISSING
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
DlgDocCharSetCR : "Cyrillic", //MISSING
DlgDocCharSetGR : "Greek", //MISSING
DlgDocCharSetJP : "Japanese", //MISSING
DlgDocCharSetKR : "Korean", //MISSING
DlgDocCharSetTR : "Turkish", //MISSING
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
DlgDocCharSetWE : "Western European", //MISSING
DlgDocCharSetOther : "다른 캐릭터셋 인코딩",
 
DlgDocDocType : "문서 헤드",
517,18 → 443,11
DlgTemplatesSelMsg : "에디터에서 사용할 템플릿을 선택하십시요.<br>(지금까지 작성된 내용은 사라집니다.):",
DlgTemplatesLoading : "템플릿 목록을 불러오는중입니다. 잠시만 기다려주십시요.",
DlgTemplatesNoTpl : "(템플릿이 없습니다.)",
DlgTemplatesReplace : "현재 내용 바꾸기",
 
// About Dialog
DlgAboutAboutTab : "About",
DlgAboutBrowserInfoTab : "브라우저 정보",
DlgAboutLicenseTab : "License", //MISSING
DlgAboutVersion : "버전",
DlgAboutInfo : "더 많은 정보를 보시려면 다음 사이트로 가십시오.",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Licensed under the terms of the GNU Lesser General Public License",
DlgAboutInfo : "For further information go to"
}
/trunk/api/fckeditor/editor/lang/eu.js
1,26 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Basque language file.
* Euskara hizkuntza fitxategia.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: eu.js
* Basque language file.
* Euskara hizkuntza fitxategia.
*
* File Authors:
* Ibon Igartua (Librezale.org)
*/
 
var FCKLang =
{
41,17 → 35,13
PasteWord : "Itsatsi Word-etik",
Print : "Inprimatu",
SelectAll : "Hautatu dena",
RemoveFormat : "Kendu Formatua",
RemoveFormat : "Kendu Formatoa",
InsertLinkLbl : "Esteka",
InsertLink : "Txertatu/Editatu Esteka",
RemoveLink : "Kendu Esteka",
VisitLink : "Ireki Esteka",
Anchor : "Aingura",
AnchorDelete : "Ezabatu Aingura",
InsertImageLbl : "Irudia",
InsertImage : "Txertatu/Editatu Irudia",
InsertFlashLbl : "Flasha",
InsertFlash : "Txertatu/Editatu Flasha",
InsertTableLbl : "Taula",
InsertTable : "Txertatu/Editatu Taula",
InsertLineLbl : "Lerroa",
73,10 → 63,6
BlockJustify : "Justifikatu",
DecreaseIndent : "Txikitu Koska",
IncreaseIndent : "Handitu Koska",
Blockquote : "Aipamen blokea",
CreateDiv : "Sortu Div Edukitzailea",
EditDiv : "Editatu Div Edukitzailea",
DeleteDiv : "Ezabatu Div Edukitzailea",
Undo : "Desegin",
Redo : "Berregin",
NumberedListLbl : "Zenbakidun Zerrenda",
86,7 → 72,7
ShowTableBorders : "Erakutsi Taularen Ertzak",
ShowDetails : "Erakutsi Xehetasunak",
Style : "Estiloa",
FontFormat : "Formatua",
FontFormat : "Formatoa",
Font : "Letra-tipoa",
FontSize : "Tamaina",
TextColor : "Testu Kolorea",
96,8 → 82,6
Replace : "Ordezkatu",
SpellCheck : "Ortografia",
UniversalKeyboard : "Teklatu Unibertsala",
PageBreakLbl : "Orrialde-jauzia",
PageBreak : "Txertatu Orrialde-jauzia",
 
Form : "Formularioa",
Checkbox : "Kontrol-laukia",
109,33 → 93,19
SelectionField : "Hautespen Eremua",
ImageButton : "Irudi Botoia",
 
FitWindow : "Maximizatu editorearen tamaina",
ShowBlocks : "Blokeak erakutsi",
 
// Context Menu
EditLink : "Aldatu Esteka",
CellCM : "Gelaxka",
RowCM : "Errenkada",
ColumnCM : "Zutabea",
InsertRowAfter : "Txertatu Lerroa Ostean",
InsertRowBefore : "Txertatu Lerroa Aurretik",
InsertRow : "Txertatu Errenkada",
DeleteRows : "Ezabatu Errenkadak",
InsertColumnAfter : "Txertatu Zutabea Ostean",
InsertColumnBefore : "Txertatu Zutabea Aurretik",
InsertColumn : "Txertatu Zutabea",
DeleteColumns : "Ezabatu Zutabeak",
InsertCellAfter : "Txertatu Gelaxka Ostean",
InsertCellBefore : "Txertatu Gelaxka Aurretik",
InsertCell : "Txertatu Gelaxka",
DeleteCells : "Kendu Gelaxkak",
MergeCells : "Batu Gelaxkak",
MergeRight : "Elkartu Eskumara",
MergeDown : "Elkartu Behera",
HorizontalSplitCell : "Banatu Gelaxkak Horizontalki",
VerticalSplitCell : "Banatu Gelaxkak Bertikalki",
TableDelete : "Ezabatu Taula",
SplitCell : "Zatitu Gelaxka",
CellProperties : "Gelaxkaren Ezaugarriak",
TableProperties : "Taularen Ezaugarriak",
ImageProperties : "Irudiaren Ezaugarriak",
FlashProperties : "Flasharen Ezaugarriak",
 
AnchorProp : "Ainguraren Ezaugarriak",
ButtonProp : "Botoiaren Ezaugarriak",
153,16 → 123,12
// Alerts and Messages
ProcessingXHTML : "XHTML Prozesatzen. Itxaron mesedez...",
Done : "Eginda",
PasteWordConfirm : "Itsatsi nahi duzun testua Wordetik hartua dela dirudi. Itsatsi baino lehen garbitu nahi duzu?",
PasteWordConfirm : "Itsatsi nahi duzun textua Wordetik hartua dela dirudi. Itsatsi baino lehen garbitu nahi duzu?",
NotCompatiblePaste : "Komando hau Internet Explorer 5.5 bertsiorako edo ondorengoentzako erabilgarria dago. Garbitu gabe itsatsi nahi duzu?",
UnknownToolbarItem : "Ataza barrako elementu ezezaguna \"%1\"",
UnknownCommand : "Komando izen ezezaguna \"%1\"",
NotImplemented : "Komando ez inplementatua",
UnknownToolbarSet : "Ataza barra \"%1\" taldea ez da existitzen",
NoActiveX : "Zure nabigatzailearen segurtasun hobespenak editore honen zenbait ezaugarri mugatu ditzake. \"ActiveX kontrolak eta pluginak\" aktibatu beharko zenituzke, bestela erroreak eta ezaugarrietan mugak egon daitezke.",
BrowseServerBlocked : "Baliabideen arakatzailea ezin da ireki. Ziurtatu popup blokeatzaileak desgaituta dituzula.",
DialogBlocked : "Ezin da elkarrizketa-leihoa ireki. Ziurtatu popup blokeatzaileak desgaituta dituzula.",
VisitLinkBlocked : "Ezin da leiho berri bat ireki. Ziurtatu popup blokeatzaileak desgaituta dituzula.",
 
// Dialogs
DlgBtnOK : "Ados",
170,12 → 136,10
DlgBtnClose : "Itxi",
DlgBtnBrowseServer : "Zerbitzaria arakatu",
DlgAdvancedTag : "Aurreratua",
DlgOpOther : "<Bestelakoak>",
DlgInfoTab : "Informazioa",
DlgAlertUrl : "Mesedez URLa idatzi ezazu",
DlgOpOther : "&lt;Bestelakoak&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<Ezarri gabe>",
DlgGenNotSet : "&lt;Ezarri gabe&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Hizkuntzaren Norabidea",
DlgGenLangDirLtr : "Ezkerretik Eskumara(LTR)",
197,7 → 161,7
DlgImgBtnUpload : "Zerbitzarira bidalia",
DlgImgURL : "URL",
DlgImgUpload : "Gora Kargatu",
DlgImgAlt : "Ordezko Testua",
DlgImgAlt : "Textu Alternatiboa",
DlgImgWidth : "Zabalera",
DlgImgHeight : "Altuera",
DlgImgLockRatio : "Erlazioa Blokeatu",
219,16 → 183,6
DlgImgAlertUrl : "Mesedez Irudiaren URLa idatzi",
DlgImgLinkTab : "Esteka",
 
// Flash Dialog
DlgFlashTitle : "Flasharen Ezaugarriak",
DlgFlashChkPlay : "Automatikoki Erreproduzitu",
DlgFlashChkLoop : "Begizta",
DlgFlashChkMenu : "Flasharen Menua Gaitu",
DlgFlashScale : "Eskalatu",
DlgFlashScaleAll : "Dena erakutsi",
DlgFlashScaleNoBorder : "Ertzik gabe",
DlgFlashScaleFit : "Doitu",
 
// Link Dialog
DlgLnkWindowTitle : "Esteka",
DlgLnkInfoTab : "Estekaren Informazioa",
236,15 → 190,15
 
DlgLnkType : "Esteka Mota",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Aingura orrialde honetan",
DlgLnkTypeAnchor : "Aingura horrialde honentan",
DlgLnkTypeEMail : "ePosta",
DlgLnkProto : "Protokoloa",
DlgLnkProtoOther : "<Beste batzuk>",
DlgLnkProtoOther : "&lt;Beste batzuk&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Aingura bat hautatu",
DlgLnkAnchorByName : "Aingura izenagatik",
DlgLnkAnchorById : "Elementuaren ID-gatik",
DlgLnkNoAnchors : "(Ez daude aingurak eskuragarri dokumentuan)",
DlgLnkNoAnchors : "&lt;Ez daude aingurak eskuragarri dokumentuan&gt;",
DlgLnkEMail : "ePosta Helbidea",
DlgLnkEMailSubject : "Mezuaren Gaia",
DlgLnkEMailBody : "Mezuaren Gorputza",
252,15 → 206,15
DlgLnkBtnUpload : "Zerbitzarira bidali",
 
DlgLnkTarget : "Target (Helburua)",
DlgLnkTargetFrame : "<marko>",
DlgLnkTargetPopup : "<popup leihoa>",
DlgLnkTargetBlank : "Leiho Berria (_blank)",
DlgLnkTargetParent : "Leiho Gurasoa (_parent)",
DlgLnkTargetSelf : "Leiho Berdina (_self)",
DlgLnkTargetTop : "Goiko Leihoa (_top)",
DlgLnkTargetFrame : "&lt;marko&gt;",
DlgLnkTargetPopup : "&lt;popup lehioa&gt;",
DlgLnkTargetBlank : "Lehio Berria (_blank)",
DlgLnkTargetParent : "Lehio Gurasoa (_parent)",
DlgLnkTargetSelf : "Lehio Berdina (_self)",
DlgLnkTargetTop : "Goiko Lehioa (_top)",
DlgLnkTargetFrameName : "Marko Helburuaren Izena",
DlgLnkPopWinName : "Popup Leihoaren Izena",
DlgLnkPopWinFeat : "Popup Leihoaren Ezaugarriak",
DlgLnkPopWinName : "Popup Lehioaren Izena",
DlgLnkPopWinFeat : "Popup Lehioaren Ezaugarriak",
DlgLnkPopResize : "Tamaina Aldakorra",
DlgLnkPopLocation : "Kokaleku Barra",
DlgLnkPopMenu : "Menu Barra",
277,7 → 231,6
DlnLnkMsgNoUrl : "Mesedez URL esteka idatzi",
DlnLnkMsgNoEMail : "Mesedez ePosta helbidea idatzi",
DlnLnkMsgNoAnchor : "Mesedez aingura bat aukeratu",
DlnLnkMsgInvPopName : "Popup leihoaren izenak karaktere alfabetiko batekin hasi behar du eta eta ezin du zuriunerik izan",
 
// Color Dialog
DlgColorTitle : "Kolore Aukeraketa",
308,12 → 261,6
DlgTableCellSpace : "Gelaxka arteko tartea",
DlgTableCellPad : "Gelaxken betegarria",
DlgTableCaption : "Epigrafea",
DlgTableSummary : "Laburpena",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Gelaxken Ezaugarriak",
322,32 → 269,26
DlgCellWidthPc : "ehuneko",
DlgCellHeight : "Altuera",
DlgCellWordWrap : "Itzulbira",
DlgCellWordWrapNotSet : "<Ezarri gabe>",
DlgCellWordWrapNotSet : "&lt;Ezarri gabe&gt;",
DlgCellWordWrapYes : "Bai",
DlgCellWordWrapNo : "Ez",
DlgCellHorAlign : "Lerrokatu Horizontalki",
DlgCellHorAlignNotSet : "<Ezarri gabe>",
DlgCellHorAlign : "Horizontal Alignment",
DlgCellHorAlignNotSet : "&lt;Ezarri gabe&gt;",
DlgCellHorAlignLeft : "Ezkerrean",
DlgCellHorAlignCenter : "Erdian",
DlgCellHorAlignRight: "Eskuman",
DlgCellVerAlign : "Lerrokatu Bertikalki",
DlgCellVerAlignNotSet : "<Ezarri gabe>",
DlgCellVerAlignNotSet : "&lt;Ezarri gabe&gt;",
DlgCellVerAlignTop : "Goian",
DlgCellVerAlignMiddle : "Erdian",
DlgCellVerAlignBottom : "Behean",
DlgCellVerAlignBaseline : "Oinean",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellVerAlignBaseline : "Oinan",
DlgCellRowSpan : "Lerroak Hedatu",
DlgCellCollSpan : "Zutabeak Hedatu",
DlgCellBackColor : "Atzeko Kolorea",
DlgCellBorderColor : "Ertzako Kolorea",
DlgCellBtnSelect : "Aukeratu...",
DlgCellBtnSelect : "Aukertau...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Bilatu eta Ordeztu",
 
// Find Dialog
DlgFindTitle : "Bilaketa",
DlgFindFindBtn : "Bilatu",
363,6 → 304,7
DlgReplaceWordChk : "Esaldi osoa bilatu",
 
// Paste Operations / Dialog
PasteErrorPaste : "Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki itsastea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl+V).",
PasteErrorCut : "Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki moztea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl+X).",
PasteErrorCopy : "Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki kopiatzea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl+C).",
 
369,10 → 311,7
PasteAsText : "Testu Arrunta bezala Itsatsi",
PasteFromWord : "Word-etik itsatsi",
 
DlgPasteMsg2 : "Mesedez teklatua erabilita (<STRONG>Ctrl+V</STRONG>) ondorego eremuan testua itsatsi eta <STRONG>OK</STRONG> sakatu.",
DlgPasteSec : "Nabigatzailearen segurtasun ezarpenak direla eta, editoreak ezin du arbela zuzenean erabili. Leiho honetan berriro itsatsi behar duzu.",
DlgPasteIgnoreFont : "Letra Motaren definizioa ezikusi",
DlgPasteRemoveStyles : "Estilo definizioak kendu",
DlgPasteMsg : "Editoreak ezin du atomatikoki testua itsatsi zure nabigatzailearen <STRONG>segurtasun neurriengatik</STRONG>.<BR>Mesedez, itsatsi ezazu ondorengo kutxan teklatuaren bidez (<STRONG>Ctrl+V</STRONG>) eta <STRONG>Ados</STRONG> botoian klik egin.",
 
// Color Picker
ColorAutomatic : "Automatikoa",
404,11 → 343,8
IeSpellDownload : "Zuzentzaile ortografikoa ez dago instalatuta. Deskargatu nahi duzu?",
 
// Button Dialog
DlgButtonText : "Testua (Balorea)",
DlgButtonType : "Mota",
DlgButtonTypeBtn : "Botoia",
DlgButtonTypeSbm : "Bidali",
DlgButtonTypeRst : "Garbitu",
DlgButtonText : "Testua (Balorea)",
DlgButtonType : "Mota",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Izena",
418,7 → 354,7
// Form Dialog
DlgFormName : "Izena",
DlgFormAction : "Ekintza",
DlgFormMethod : "Metodoa",
DlgFormMethod : "Method",
 
// Select Field Dialog
DlgSelectName : "Izena",
457,10 → 393,9
// Bulleted List Dialog
BulletedListProp : "Buletdun Zerrendaren Ezarpenak",
NumberedListProp : "Zenbakidun Zerrendaren Ezarpenak",
DlgLstStart : "Hasiera",
DlgLstType : "Mota",
DlgLstTypeCircle : "Zirkulua",
DlgLstTypeDisc : "Diskoa",
DlgLstTypeDisk : "Diskoa",
DlgLstTypeSquare : "Karratua",
DlgLstTypeNumbers : "Zenbakiak (1, 2, 3)",
DlgLstTypeLCase : "Letra xeheak (a, b, c)",
470,7 → 405,7
 
// Document Properties Dialog
DlgDocGeneralTab : "Orokorra",
DlgDocBackTab : "Atzealdea",
DlgDocBackTab : "Atzekaldea",
DlgDocColorsTab : "Koloreak eta Marjinak",
DlgDocMetaTab : "Meta Informazioa",
 
480,16 → 415,7
DlgDocLangDirRTL : "Eskumatik ezkerrera (RTL)",
DlgDocLangCode : "Hizkuntzaren Kodea",
DlgDocCharSet : "Karaktere Multzoaren Kodeketa",
DlgDocCharSetCE : "Erdialdeko Europakoa",
DlgDocCharSetCT : "Txinatar Tradizionala (Big5)",
DlgDocCharSetCR : "Zirilikoa",
DlgDocCharSetGR : "Grekoa",
DlgDocCharSetJP : "Japoniarra",
DlgDocCharSetKR : "Korearra",
DlgDocCharSetTR : "Turkiarra",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Mendebaldeko Europakoa",
DlgDocCharSetOther : "Beste Karaktere Multzoko Kodeketa",
DlgDocCharSetOther : "Beste Karaktere Multzoaren Kodeketa",
 
DlgDocDocType : "Document Type Goiburua",
DlgDocDocTypeOther : "Beste Document Type Goiburua",
496,7 → 422,7
DlgDocIncXHTML : "XHTML Ezarpenak",
DlgDocBgColor : "Atzeko Kolorea",
DlgDocBgImage : "Atzeko Irudiaren URL-a",
DlgDocBgNoScroll : "Korritze gabeko Atzealdea",
DlgDocBgNoScroll : "Korritze gabeko Atzekaldea",
DlgDocCText : "Testua",
DlgDocCLink : "Estekak",
DlgDocCVisited : "Bisitatutako Estekak",
518,18 → 444,11
DlgTemplatesSelMsg : "Mesedez txantiloia aukeratu editorean kargatzeko<br>(orain dauden edukiak galduko dira):",
DlgTemplatesLoading : "Txantiloiak kargatzen. Itxaron mesedez...",
DlgTemplatesNoTpl : "(Ez dago definitutako txantiloirik)",
DlgTemplatesReplace : "Ordeztu oraingo edukiak",
 
// About Dialog
DlgAboutAboutTab : "Honi buruz",
DlgAboutBrowserInfoTab : "Nabigatzailearen Informazioa",
DlgAboutLicenseTab : "Lizentzia",
DlgAboutVersion : "bertsioa",
DlgAboutInfo : "Informazio gehiago eskuratzeko hona joan",
 
// Div Dialog
DlgDivGeneralTab : "Orokorra",
DlgDivAdvancedTab : "Aurreratua",
DlgDivStyle : "Estiloa",
DlgDivInlineStyle : "Inline Estiloa"
};
DlgAboutLicense : "GNU Lesser General Public License Lizentziapean",
DlgAboutInfo : "Informazio gehiago eskuratzeko hona joan"
}
/trunk/api/fckeditor/editor/lang/no.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Norwegian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: no.js
* Norwegian language file.
*
* File Authors:
* Martin Kronstad (www.siteman.no) (martin.kronstad@broadpark.no)
*/
 
var FCKLang =
{
26,13 → 20,13
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Skjul verktøylinje",
ToolbarExpand : "Vis verktøylinje",
ToolbarCollapse : "Skjul verktøylinje",
ToolbarExpand : "Vis verktøylinje",
 
// Toolbar Items and Context Menu
Save : "Lagre",
NewPage : "Ny Side",
Preview : "Forhåndsvis",
Preview : "Forhåndsvis",
Cut : "Klipp ut",
Copy : "Kopier",
Paste : "Lim inn",
39,18 → 33,14
PasteText : "Lim inn som ren tekst",
PasteWord : "Lim inn fra Word",
Print : "Skriv ut",
SelectAll : "Merk alt",
SelectAll : "Velg alle",
RemoveFormat : "Fjern format",
InsertLinkLbl : "Lenke",
InsertLink : "Sett inn/Rediger lenke",
RemoveLink : "Fjern lenke",
VisitLink : "Åpne lenke",
Anchor : "Sett inn/Rediger anker",
AnchorDelete : "Fjern anker",
InsertImageLbl : "Bilde",
InsertImage : "Sett inn/Rediger bilde",
InsertFlashLbl : "Flash",
InsertFlash : "Sett inn/Rediger Flash",
InsertTableLbl : "Tabell",
InsertTable : "Sett inn/Rediger tabell",
InsertLineLbl : "Linje",
68,18 → 58,14
Superscript : "Hevet skrift",
LeftJustify : "Venstrejuster",
CenterJustify : "Midtjuster",
RightJustify : "Høyrejuster",
RightJustify : "Høyrejuster",
BlockJustify : "Blokkjuster",
DecreaseIndent : "Senk nivå",
IncreaseIndent : "Øk nivå",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
DecreaseIndent : "Senk nivå",
IncreaseIndent : "Øk nivå",
Undo : "Angre",
Redo : "Gjør om",
NumberedListLbl : "Nummerert liste",
NumberedList : "Sett inn/Fjern nummerert liste",
Redo : "Gjør om",
NumberedListLbl : "Numrert liste",
NumberedList : "Sett inn/Fjern numrert liste",
BulletedListLbl : "Uordnet liste",
BulletedList : "Sett inn/Fjern uordnet liste",
ShowTableBorders : "Vis tabellrammer",
87,81 → 73,61
Style : "Stil",
FontFormat : "Format",
Font : "Skrift",
FontSize : "Størrelse",
FontSize : "Størrelse",
TextColor : "Tekstfarge",
BGColor : "Bakgrunnsfarge",
Source : "Kilde",
Find : "Søk",
Find : "Finn",
Replace : "Erstatt",
SpellCheck : "Stavekontroll",
UniversalKeyboard : "Universelt tastatur",
PageBreakLbl : "Sideskift",
PageBreak : "Sett inn sideskift",
 
Form : "Skjema",
Checkbox : "Avmerkingsboks",
RadioButton : "Alternativknapp",
TextField : "Tekstboks",
Textarea : "Tekstområde",
Checkbox : "Sjekkboks",
RadioButton : "Radioknapp",
TextField : "Tekstfelt",
Textarea : "Tekstområde",
HiddenField : "Skjult felt",
Button : "Knapp",
SelectionField : "Rullegardinliste",
SelectionField : "Dropdown meny",
ImageButton : "Bildeknapp",
 
FitWindow : "Maksimer størrelsen på redigeringsverktøyet",
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Rediger lenke",
CellCM : "Celle",
RowCM : "Rader",
ColumnCM : "Kolonne",
InsertRowAfter : "Sett inn rad etter",
InsertRowBefore : "Sett inn rad før",
InsertRow : "Sett inn rad",
DeleteRows : "Slett rader",
InsertColumnAfter : "Sett inn kolonne etter",
InsertColumnBefore : "Sett inn kolonne før",
InsertColumn : "Sett inn kolonne",
DeleteColumns : "Slett kolonner",
InsertCellAfter : "Sett inn celle etter",
InsertCellBefore : "Sett inn celle før",
InsertCell : "Sett inn celle",
DeleteCells : "Slett celler",
MergeCells : "Slå sammen celler",
MergeRight : "Slå sammen høyre",
MergeDown : "Slå sammen ned",
HorizontalSplitCell : "Del celle horisontalt",
VerticalSplitCell : "Del celle vertikalt",
TableDelete : "Slett tabell",
CellProperties : "Egenskaper for celle",
TableProperties : "Egenskaper for tabell",
ImageProperties : "Egenskaper for bilde",
FlashProperties : "Egenskaper for Flash-objekt",
MergeCells : "Slå sammen celler",
SplitCell : "Splitt celler",
CellProperties : "Celleegenskaper",
TableProperties : "Tabellegenskaper",
ImageProperties : "Bildeegenskaper",
 
AnchorProp : "Egenskaper for anker",
ButtonProp : "Egenskaper for knapp",
CheckboxProp : "Egenskaper for avmerkingsboks",
HiddenFieldProp : "Egenskaper for skjult felt",
RadioButtonProp : "Egenskaper for alternativknapp",
ImageButtonProp : "Egenskaper for bildeknapp",
TextFieldProp : "Egenskaper for tekstfelt",
SelectionFieldProp : "Egenskaper for rullegardinliste",
TextareaProp : "Egenskaper for tekstområde",
FormProp : "Egenskaper for skjema",
AnchorProp : "Ankeregenskaper",
ButtonProp : "Knappegenskaper",
CheckboxProp : "Sjekkboksegenskaper",
HiddenFieldProp : "Skjult felt egenskaper",
RadioButtonProp : "Radioknappegenskaper",
ImageButtonProp : "Bildeknappegenskaper",
TextFieldProp : "Tekstfeltegenskaper",
SelectionFieldProp : "Dropdown menyegenskaper",
TextareaProp : "Tekstfeltegenskaper",
FormProp : "Skjemaegenskaper",
 
FontFormats : "Normal;Formatert;Adresse;Tittel 1;Tittel 2;Tittel 3;Tittel 4;Tittel 5;Tittel 6;Normal (DIV)",
FontFormats : "Normal;Formatert;Adresse;Tittel 1;Tittel 2;Tittel 3;Tittel 4;Tittel 5;Tittel 6",
 
// Alerts and Messages
ProcessingXHTML : "Lager XHTML. Vennligst vent...",
Done : "Ferdig",
PasteWordConfirm : "Teksten du prøver å lime inn ser ut som om den kommer fra Word. Vil du rense den for unødvendig kode før du limer inn?",
NotCompatiblePaste : "Denne kommandoen er kun tilgjenglig for Internet Explorer versjon 5.5 eller bedre. Vil du fortsette uten å rense? (Du kan lime inn som ren tekst)",
PasteWordConfirm : "Teksten du prøver å lime inn ser ut som om den kommer fra word , du bør rense den før du limer inn , vil du gjøre dette?",
NotCompatiblePaste : "Denne kommandoen er tilgjenglig kun for Internet Explorer version 5.5 eller bedre. Vil du fortsette uten å rense?(Du kan lime inn som ren tekst)",
UnknownToolbarItem : "Ukjent menyvalg \"%1\"",
UnknownCommand : "Ukjent kommando \"%1\"",
NotImplemented : "Kommando ikke implimentert",
UnknownToolbarSet : "Verktøylinjesett \"%1\" finnes ikke",
NoActiveX : "Din nettlesers sikkerhetsinstillinger kan begrense noen av funksjonene i redigeringsverktøyet. Du må aktivere \"Kjør ActiveX-kontroller og plugin-modeller\". Du kan oppleve feil og advarsler om manglende funksjoner",
BrowseServerBlocked : "Kunne ikke åpne dialogboksen for filarkiv. Sjekk at popup-blokkering er deaktivert.",
DialogBlocked : "Kunne ikke åpne dialogboksen. Sjekk at popup-blokkering er deaktivert.",
VisitLinkBlocked : "Kunne ikke åpne et nytt vindu. Sjekk at popup-blokkering er deaktivert.",
NotImplemented : "Kommando ikke ennå implimentert",
UnknownToolbarSet : "Verktøylinjesett \"%1\" finnes ikke",
 
// Dialogs
DlgBtnOK : "OK",
169,17 → 135,15
DlgBtnClose : "Lukk",
DlgBtnBrowseServer : "Bla igjennom server",
DlgAdvancedTag : "Avansert",
DlgOpOther : "<Annet>",
DlgInfoTab : "Info",
DlgAlertUrl : "Vennligst skriv inn URL-en",
DlgOpOther : "&lt;Annet&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<ikke satt>",
DlgGenNotSet : "&lt;ikke satt&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Språkretning",
DlgGenLangDirLtr : "Venstre til høyre (VTH)",
DlgGenLangDirRtl : "Høyre til venstre (HTV)",
DlgGenLangCode : "Språkkode",
DlgGenLangDir : "Språkretning",
DlgGenLangDirLtr : "Venstre til høyre (VTH)",
DlgGenLangDirRtl : "Høyre til venstre (HTV)",
DlgGenLangCode : "Språk kode",
DlgGenAccessKey : "Aksessknapp",
DlgGenName : "Navn",
DlgGenTabIndex : "Tab Indeks",
187,7 → 151,7
DlgGenClass : "Stilarkklasser",
DlgGenTitle : "Tittel",
DlgGenContType : "Type",
DlgGenLinkCharset : "Lenket språkkart",
DlgGenLinkCharset : "Lenket språkkart",
DlgGenStyle : "Stil",
 
// Image Dialog
198,9 → 162,9
DlgImgUpload : "Last opp",
DlgImgAlt : "Alternativ tekst",
DlgImgWidth : "Bredde",
DlgImgHeight : "Høyde",
DlgImgLockRatio : "Lås forhold",
DlgBtnResetSize : "Tilbakestill størrelse",
DlgImgHeight : "Høyde",
DlgImgLockRatio : "Lås forhold",
DlgBtnResetSize : "Tilbakestill størrelse",
DlgImgBorder : "Ramme",
DlgImgHSpace : "HMarg",
DlgImgVSpace : "VMarg",
211,78 → 175,67
DlgImgAlignBaseline : "Bunnlinje",
DlgImgAlignBottom : "Bunn",
DlgImgAlignMiddle : "Midten",
DlgImgAlignRight : "Høyre",
DlgImgAlignRight : "Høyre",
DlgImgAlignTextTop : "Tekst topp",
DlgImgAlignTop : "Topp",
DlgImgPreview : "Forhåndsvis",
DlgImgAlertUrl : "Vennligst skriv bilde-urlen",
DlgImgPreview : "Forhåndsvis",
DlgImgAlertUrl : "Vennligst skriv bildeurlen",
DlgImgLinkTab : "Lenke",
 
// Flash Dialog
DlgFlashTitle : "Flash-egenskaper",
DlgFlashChkPlay : "Autospill",
DlgFlashChkLoop : "Loop",
DlgFlashChkMenu : "Slå på Flash-meny",
DlgFlashScale : "Skaler",
DlgFlashScaleAll : "Vis alt",
DlgFlashScaleNoBorder : "Ingen ramme",
DlgFlashScaleFit : "Skaler til å passe",
 
// Link Dialog
DlgLnkWindowTitle : "Lenke",
DlgLnkInfoTab : "Lenkeinfo",
DlgLnkTargetTab : "Mål",
DlgLnkTargetTab : "Mål",
 
DlgLnkType : "Lenketype",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Lenke til anker i teksten",
DlgLnkTypeEMail : "E-post",
DlgLnkTypeAnchor : "Bokmerk denne siden",
DlgLnkTypeEMail : "E-Post",
DlgLnkProto : "Protokoll",
DlgLnkProtoOther : "<annet>",
DlgLnkProtoOther : "&lt;annet&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Velg et anker",
DlgLnkAnchorSel : "Velg ett anker",
DlgLnkAnchorByName : "Anker etter navn",
DlgLnkAnchorById : "Element etter ID",
DlgLnkNoAnchors : "(Ingen anker i dokumentet)",
DlgLnkEMail : "E-postadresse",
DlgLnkNoAnchors : "&lt;Ingen anker i dokumentet&gt;",
DlgLnkEMail : "E-Post Addresse",
DlgLnkEMailSubject : "Meldingsemne",
DlgLnkEMailBody : "Melding",
DlgLnkUpload : "Last opp",
DlgLnkBtnUpload : "Send til server",
 
DlgLnkTarget : "Mål",
DlgLnkTargetFrame : "<ramme>",
DlgLnkTargetPopup : "<popup vindu>",
DlgLnkTarget : "Mål",
DlgLnkTargetFrame : "&lt;ramme&gt;",
DlgLnkTargetPopup : "&lt;popup vindu&gt;",
DlgLnkTargetBlank : "Nytt vindu (_blank)",
DlgLnkTargetParent : "Foreldrevindu (_parent)",
DlgLnkTargetParent : "Foreldre vindu (_parent)",
DlgLnkTargetSelf : "Samme vindu (_self)",
DlgLnkTargetTop : "Hele vindu (_top)",
DlgLnkTargetFrameName : "Målramme",
DlgLnkPopWinName : "Navn på popup-vindus",
DlgLnkPopWinFeat : "Egenskaper for popup-vindu",
DlgLnkPopResize : "Endre størrelse",
DlgLnkTargetFrameName : "Målramme",
DlgLnkPopWinName : "Popup vindus navn",
DlgLnkPopWinFeat : "Popup vindus egenskaper",
DlgLnkPopResize : "Endre størrelse",
DlgLnkPopLocation : "Adresselinje",
DlgLnkPopMenu : "Menylinje",
DlgLnkPopScroll : "Scrollbar",
DlgLnkPopStatus : "Statuslinje",
DlgLnkPopToolbar : "Verktøylinje",
DlgLnkPopToolbar : "Verktøylinje",
DlgLnkPopFullScrn : "Full skjerm (IE)",
DlgLnkPopDependent : "Avhenging (Netscape)",
DlgLnkPopWidth : "Bredde",
DlgLnkPopHeight : "Høyde",
DlgLnkPopHeight : "Høyde",
DlgLnkPopLeft : "Venstre posisjon",
DlgLnkPopTop : "Topp-posisjon",
DlgLnkPopTop : "Topp posisjon",
 
DlnLnkMsgNoUrl : "Vennligst skriv inn lenkens url",
DlnLnkMsgNoEMail : "Vennligst skriv inn e-postadressen",
DlnLnkMsgNoAnchor : "Vennligst velg et anker",
DlnLnkMsgInvPopName : "Popup-vinduets navn må begynne med en bokstav, og kan ikke inneholde mellomrom",
DlnLnkMsgNoAnchor : "Vennligst velg ett anker",
 
// Color Dialog
DlgColorTitle : "Velg farge",
DlgColorBtnClear : "Tøm",
DlgColorBtnClear : "Tøm",
DlgColorHighlight : "Marker",
DlgColorSelected : "Valgt",
DlgColorSelected : "Velg",
 
// Smiley Dialog
DlgSmileyTitle : "Sett inn smil",
291,35 → 244,29
DlgSpecialCharTitle : "Velg spesielt tegn",
 
// Table Dialog
DlgTableTitle : "Egenskaper for tabell",
DlgTableTitle : "Tabellegenskaper",
DlgTableRows : "Rader",
DlgTableColumns : "Kolonner",
DlgTableBorder : "Rammestørrelse",
DlgTableBorder : "Rammestørrelse",
DlgTableAlign : "Justering",
DlgTableAlignNotSet : "<Ikke satt>",
DlgTableAlignLeft : "Venstre",
DlgTableAlignCenter : "Midtjuster",
DlgTableAlignRight : "Høyre",
DlgTableAlignRight : "Høyre",
DlgTableWidth : "Bredde",
DlgTableWidthPx : "piksler",
DlgTableWidthPx : "pixler",
DlgTableWidthPc : "prosent",
DlgTableHeight : "Høyde",
DlgTableCellSpace : "Cellemarg",
DlgTableCellPad : "Cellepolstring",
DlgTableHeight : "Høyde",
DlgTableCellSpace : "Celle marg",
DlgTableCellPad : "Celle polstring",
DlgTableCaption : "Tittel",
DlgTableSummary : "Sammendrag",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Celleegenskaper",
DlgCellTitle : "Celle egenskaper",
DlgCellWidth : "Bredde",
DlgCellWidthPx : "piksler",
DlgCellWidthPx : "pixeler",
DlgCellWidthPc : "prosent",
DlgCellHeight : "Høyde",
DlgCellHeight : "Høyde",
DlgCellWordWrap : "Tekstbrytning",
DlgCellWordWrapNotSet : "<Ikke satt>",
DlgCellWordWrapYes : "Ja",
328,7 → 275,7
DlgCellHorAlignNotSet : "<Ikke satt>",
DlgCellHorAlignLeft : "Venstre",
DlgCellHorAlignCenter : "Midtjuster",
DlgCellHorAlignRight: "Høyre",
DlgCellHorAlignRight: "Høyre",
DlgCellVerAlign : "Vertikal justering",
DlgCellVerAlignNotSet : "<Ikke satt>",
DlgCellVerAlignTop : "Topp",
335,9 → 282,6
DlgCellVerAlignMiddle : "Midten",
DlgCellVerAlignBottom : "Bunn",
DlgCellVerAlignBaseline : "Bunnlinje",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Radspenn",
DlgCellCollSpan : "Kolonnespenn",
DlgCellBackColor : "Bakgrunnsfarge",
344,34 → 288,29
DlgCellBorderColor : "Rammefarge",
DlgCellBtnSelect : "Velg...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Søk og erstatt",
 
// Find Dialog
DlgFindTitle : "Søk",
DlgFindFindBtn : "Søk",
DlgFindNotFoundMsg : "Fant ikke søketeksten.",
DlgFindTitle : "Finn",
DlgFindFindBtn : "Finn",
DlgFindNotFoundMsg : "Den spesifiserte teksten ble ikke funnet.",
 
// Replace Dialog
DlgReplaceTitle : "Erstatt",
DlgReplaceFindLbl : "Søk etter:",
DlgReplaceFindLbl : "Finn hva:",
DlgReplaceReplaceLbl : "Erstatt med:",
DlgReplaceCaseChk : "Skill mellom store og små bokstaver",
DlgReplaceCaseChk : "Riktig case",
DlgReplaceReplaceBtn : "Erstatt",
DlgReplaceReplAllBtn : "Erstatt alle",
DlgReplaceWordChk : "Bare hele ord",
DlgReplaceWordChk : "Finn hele ordet",
 
// Paste Operations / Dialog
PasteErrorCut : "Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl+X).",
PasteErrorCopy : "Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl+C).",
PasteErrorPaste : "Din nettlesers sikkerhetsinstillinger tillater ikke automatisk innliming av tekst. Vennligst brukt snareveien (Ctrl+V).",
PasteErrorCut : "Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst brukt snareveien (Ctrl+X).",
PasteErrorCopy : "Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst brukt snareveien (Ctrl+C).",
 
PasteAsText : "Lim inn som ren tekst",
PasteFromWord : "Lim inn fra Word",
PasteFromWord : "Lim inn fra word",
 
DlgPasteMsg2 : "Vennligst lim inn i den følgende boksen med tastaturet (<STRONG>Ctrl+V</STRONG>) og trykk <STRONG>OK</STRONG>.",
DlgPasteSec : "Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du må lime det igjen i dette vinduet.",
DlgPasteIgnoreFont : "Fjern skrifttyper",
DlgPasteRemoveStyles : "Fjern stildefinisjoner",
DlgPasteMsg : "Programmet kan ikke lime inn tekst på grunn av din nettlesers <STRONG>sikkerhetsinstillinger</STRONG>.<BR>Vennligst lim inn teksten i boksen nedenfor med tastatursnareveien. (<STRONG>Ctrl+V</STRONG>) og trykk <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatisk",
393,21 → 332,18
DlgSpellBtnReplace : "Erstatt",
DlgSpellBtnReplaceAll : "Erstatt alle",
DlgSpellBtnUndo : "Angre",
DlgSpellNoSuggestions : "- Ingen forslag -",
DlgSpellProgress : "Stavekontroll pågår...",
DlgSpellNoMispell : "Stavekontroll fullført: ingen feilstavinger funnet",
DlgSpellNoChanges : "Stavekontroll fullført: ingen ord endret",
DlgSpellOneChange : "Stavekontroll fullført: Ett ord endret",
DlgSpellManyChanges : "Stavekontroll fullført: %1 ord endret",
DlgSpellNoSuggestions : "- ingen forslag -",
DlgSpellProgress : "Stavekontroll pågår...",
DlgSpellNoMispell : "Stavekontroll fullført: ingen feilstavinger funnet",
DlgSpellNoChanges : "Stavekontroll fullført: ingen ord endret",
DlgSpellOneChange : "Stavekontroll fullført: Ett ord endret",
DlgSpellManyChanges : "Stavekontroll fullført: %1 ord endret",
 
IeSpellDownload : "Stavekontroll er ikke installert. Vil du laste den ned nå?",
IeSpellDownload : "Stavekontroll ikke installert, vil du laste den ned nå?",
 
// Button Dialog
DlgButtonText : "Tekst (verdi)",
DlgButtonType : "Type",
DlgButtonTypeBtn : "Knapp",
DlgButtonTypeSbm : "Send",
DlgButtonTypeRst : "Nullstill",
DlgButtonText : "Tekst",
DlgButtonType : "Type",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Navn",
422,7 → 358,7
// Select Field Dialog
DlgSelectName : "Navn",
DlgSelectValue : "Verdi",
DlgSelectSize : "Størrelse",
DlgSelectSize : "Størrelse",
DlgSelectLines : "Linjer",
DlgSelectChkMulti : "Tillat flervalg",
DlgSelectOpAvail : "Tilgjenglige alternativer",
442,7 → 378,7
 
// Text Field Dialog
DlgTextName : "Navn",
DlgTextValue : "Verdi",
DlgTextValue : "verdi",
DlgTextCharWidth : "Tegnbredde",
DlgTextMaxChars : "Maks antall tegn",
DlgTextType : "Type",
454,81 → 390,64
DlgHiddenValue : "Verdi",
 
// Bulleted List Dialog
BulletedListProp : "Egenskaper for uordnet liste",
NumberedListProp : "Egenskaper for ordnet liste",
DlgLstStart : "Start",
BulletedListProp : "Uordnet listeegenskaper",
NumberedListProp : "Ordnet listeegenskaper",
DlgLstType : "Type",
DlgLstTypeCircle : "Sirkel",
DlgLstTypeDisc : "Hel sirkel",
DlgLstTypeDisk : "Disk",
DlgLstTypeSquare : "Firkant",
DlgLstTypeNumbers : "Numre (1, 2, 3)",
DlgLstTypeLCase : "Små bokstaver (a, b, c)",
DlgLstTypeUCase : "Store bokstaver (A, B, C)",
DlgLstTypeSRoman : "Små romerske tall (i, ii, iii)",
DlgLstTypeLRoman : "Store romerske tall (I, II, III)",
DlgLstTypeNumbers : "Numre(1, 2, 3)",
DlgLstTypeLCase : "Små bokstaver (a, b, c)",
DlgLstTypeUCase : "Store bokstaver(A, B, C)",
DlgLstTypeSRoman : "Små romerske tall(i, ii, iii)",
DlgLstTypeLRoman : "Store romerske tall(I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Generelt",
DlgDocGeneralTab : "Generalt",
DlgDocBackTab : "Bakgrunn",
DlgDocColorsTab : "Farger og marginer",
DlgDocMetaTab : "Meta-data",
DlgDocMetaTab : "Meta Data",
 
DlgDocPageTitle : "Sidetittel",
DlgDocLangDir : "Språkretning",
DlgDocLangDirLTR : "Venstre til høyre (LTR)",
DlgDocLangDirRTL : "Høyre til venstre (RTL)",
DlgDocLangCode : "Språkkode",
DlgDocLangDir : "Språkretning",
DlgDocLangDirLTR : "Venstre til høyre (LTR)",
DlgDocLangDirRTL : "Høyre til venstre (RTL)",
DlgDocLangCode : "Språkkode",
DlgDocCharSet : "Tegnsett",
DlgDocCharSetCE : "Sentraleuropeisk",
DlgDocCharSetCT : "Tradisonell kinesisk(Big5)",
DlgDocCharSetCR : "Cyrillic",
DlgDocCharSetGR : "Gresk",
DlgDocCharSetJP : "Japansk",
DlgDocCharSetKR : "Koreansk",
DlgDocCharSetTR : "Tyrkisk",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Vesteuropeisk",
DlgDocCharSetOther : "Annet tegnsett",
 
DlgDocDocType : "Dokumenttype header",
DlgDocDocTypeOther : "Annet dokumenttype header",
DlgDocIncXHTML : "Inkluder XHTML-deklarasjon",
DlgDocIncXHTML : "Inkulder XHTML deklarasjon",
DlgDocBgColor : "Bakgrunnsfarge",
DlgDocBgImage : "URL for bakgrunnsbilde",
DlgDocBgNoScroll : "Lås bakgrunnsbilde",
DlgDocBgImage : "Bakgrunnsbilde url",
DlgDocBgNoScroll : "Ikke scroll bakgrunnsbilde",
DlgDocCText : "Tekst",
DlgDocCLink : "Link",
DlgDocCVisited : "Besøkt lenke",
DlgDocCVisited : "Besøkt lenke",
DlgDocCActive : "Aktiv lenke",
DlgDocMargins : "Sidemargin",
DlgDocMaTop : "Topp",
DlgDocMaLeft : "Venstre",
DlgDocMaRight : "Høyre",
DlgDocMaRight : "Høyre",
DlgDocMaBottom : "Bunn",
DlgDocMeIndex : "Dokument nøkkelord (kommaseparert)",
DlgDocMeIndex : "Dokument nøkkelord (kommaseparert)",
DlgDocMeDescr : "Dokumentbeskrivelse",
DlgDocMeAuthor : "Forfatter",
DlgDocMeCopy : "Kopirett",
DlgDocPreview : "Forhåndsvising",
DlgDocPreview : "Forhåndsvising",
 
// Templates Dialog
Templates : "Maler",
DlgTemplatesTitle : "Innholdsmaler",
DlgTemplatesSelMsg : "Velg malen du vil åpne<br>(innholdet du har skrevet blir tapt!):",
DlgTemplatesSelMsg : "Velg malen du vil åpne<br>(innholdet du har skrevet blir tapt!):",
DlgTemplatesLoading : "Laster malliste. Vennligst vent...",
DlgTemplatesNoTpl : "(Ingen maler definert)",
DlgTemplatesReplace : "Erstatt faktisk innold",
 
// About Dialog
DlgAboutAboutTab : "Om",
DlgAboutBrowserInfoTab : "Nettleserinfo",
DlgAboutLicenseTab : "Lisens",
DlgAboutVersion : "versjon",
DlgAboutInfo : "For mer informasjon, se",
 
// Div Dialog
DlgDivGeneralTab : "Generelt",
DlgDivAdvancedTab : "Avansert",
DlgDivStyle : "Stil",
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Lisensiert under GNU Lesser General Public License",
DlgAboutInfo : "Oversatt av Siteman DA<br /><a target=\"_blank\" href=\"http://www.siteman.no\">www.siteman.no</a><br /><br />For mer informasjon gå til"
}
/trunk/api/fckeditor/editor/lang/hu.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Hungarian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: hu.js
* Hungarian language file.
*
* File Authors:
* Varga Zsolt (meridian@netteszt.hu)
*/
 
var FCKLang =
{
26,509 → 20,434
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Eszköztár elrejtése",
ToolbarExpand : "Eszköztár megjelenítése",
ToolbarCollapse : "Egyszerû eszköztár",
ToolbarExpand : "Bõvített eszköztár",
 
// Toolbar Items and Context Menu
Save : "Mentés",
NewPage : "Új oldal",
Preview : "Előnézet",
Cut : "Kivágás",
Copy : "Másolás",
Paste : "Beillesztés",
PasteText : "Beillesztés formázás nélkül",
PasteWord : "Beillesztés Word-ből",
Print : "Nyomtatás",
SelectAll : "Mindent kijelöl",
RemoveFormat : "Formázás eltávolítása",
InsertLinkLbl : "Hivatkozás",
InsertLink : "Hivatkozás beillesztése/módosítása",
RemoveLink : "Hivatkozás törlése",
VisitLink : "Open Link", //MISSING
Anchor : "Horgony beillesztése/szerkesztése",
AnchorDelete : "Horgony eltávolítása",
InsertImageLbl : "Kép",
InsertImage : "Kép beillesztése/módosítása",
InsertFlashLbl : "Flash",
InsertFlash : "Flash beillesztése, módosítása",
InsertTableLbl : "Táblázat",
InsertTable : "Táblázat beillesztése/módosítása",
Save : "Mentés",
NewPage : "Új oldal",
Preview : "Elõnézet",
Cut : "Kivágás",
Copy : "Másolás",
Paste : "Beillesztés",
PasteText : "Beillesztés formázatlan szövegként",
PasteWord : "Beillesztés Wordbõl",
Print : "Nyomtatás",
SelectAll : "Minden kijelölése",
RemoveFormat : "Formázás törlése",
InsertLinkLbl : "Hivatkozás",
InsertLink : "Hivatkozás beillesztése/módosítása",
RemoveLink : "Hivatkozás törlése",
Anchor : "Horgony beillesztése/szerkesztése",
InsertImageLbl : "Kép",
InsertImage : "Kép beillesztése/módosítása",
InsertTableLbl : "Táblázat",
InsertTable : "Táblázat beillesztése/módosítása",
InsertLineLbl : "Vonal",
InsertLine : "Elválasztóvonal beillesztése",
InsertSpecialCharLbl: "Speciális karakter",
InsertSpecialChar : "Speciális karakter beillesztése",
InsertLine : "Elválasztóvonal beillesztése",
InsertSpecialCharLbl: "Speciális karakter",
InsertSpecialChar : "Speciális karakter beillesztése",
InsertSmileyLbl : "Hangulatjelek",
InsertSmiley : "Hangulatjelek beillesztése",
About : "FCKeditor névjegy",
Bold : "Félkövér",
Italic : "Dőlt",
Underline : "Aláhúzott",
StrikeThrough : "Áthúzott",
Subscript : "Alsó index",
Superscript : "Felső index",
InsertSmiley : "Hangulatjelek beillesztése",
About : "FCKeditor névjegy",
Bold : "Félkövér",
Italic : "Dõlt",
Underline : "Aláhúzott",
StrikeThrough : "Áthúzott",
Subscript : "Alsó index",
Superscript : "Felsõ index",
LeftJustify : "Balra",
CenterJustify : "Középre",
CenterJustify : "Középre",
RightJustify : "Jobbra",
BlockJustify : "Sorkizárt",
DecreaseIndent : "Behúzás csökkentése",
IncreaseIndent : "Behúzás növelése",
Blockquote : "Idézet blokk",
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Visszavonás",
Redo : "Ismétlés",
NumberedListLbl : "Számozás",
NumberedList : "Számozás beillesztése/törlése",
BulletedListLbl : "Felsorolás",
BulletedList : "Felsorolás beillesztése/törlése",
ShowTableBorders : "Táblázat szegély mutatása",
ShowDetails : "Részletek mutatása",
Style : "Stílus",
FontFormat : "Formátum",
Font : "Betűtípus",
FontSize : "Méret",
TextColor : "Betűszín",
BGColor : "Háttérszín",
Source : "Forráskód",
Find : "Keresés",
BlockJustify : "Sorkizárt",
DecreaseIndent : "Behúzás csökkentése",
IncreaseIndent : "Behúzás növelése",
Undo : "Visszavonás",
Redo : "Ismétlés",
NumberedListLbl : "Számozás",
NumberedList : "Számozás beillesztése/törlése",
BulletedListLbl : "Felsorolás",
BulletedList : "Felsorolás beillesztése/törlése",
ShowTableBorders : "Táblázat szegély mutatása",
ShowDetails : "Részletek mutatása",
Style : "Stílus",
FontFormat : "Formátum",
Font : "Betûtipus",
FontSize : "Méret",
TextColor : "Betûszín",
BGColor : "Háttérszín",
Source : "Forráskód",
Find : "Keresés",
Replace : "Csere",
SpellCheck : "Helyesírás-ellenőrzés",
UniversalKeyboard : "Univerzális billentyűzet",
PageBreakLbl : "Oldaltörés",
PageBreak : "Oldaltörés beillesztése",
SpellCheck : "Helyesírásellenőrzés",
UniversalKeyboard : "Általános billentyűzet",
 
Form : "Űrlap",
Checkbox : "Jelölőnégyzet",
RadioButton : "Választógomb",
TextField : "Szövegmező",
Textarea : "Szövegterület",
Checkbox : "Jelölőnégyzet",
RadioButton : "Választógomb",
TextField : "Szövegmező",
Textarea : "Szövegterület",
HiddenField : "Rejtettmező",
Button : "Gomb",
SelectionField : "Legördülő lista",
ImageButton : "Képgomb",
SelectionField : "Választómező",
ImageButton : "Képgomb",
 
FitWindow : "Maximalizálás",
ShowBlocks : "Blokkok megjelenítése",
 
// Context Menu
EditLink : "Hivatkozás módosítása",
CellCM : "Cella",
RowCM : "Sor",
ColumnCM : "Oszlop",
InsertRowAfter : "Sor beillesztése az aktuális sor mögé",
InsertRowBefore : "Sor beillesztése az aktuális sor elé",
DeleteRows : "Sorok törlése",
InsertColumnAfter : "Oszlop beillesztése az aktuális oszlop mögé",
InsertColumnBefore : "Oszlop beillesztése az aktuális oszlop elé",
DeleteColumns : "Oszlopok törlése",
InsertCellAfter : "Cella beillesztése az aktuális cella mögé",
InsertCellBefore : "Cella beillesztése az aktuális cella elé",
DeleteCells : "Cellák törlése",
MergeCells : "Cellák egyesítése",
MergeRight : "Cellák egyesítése jobbra",
MergeDown : "Cellák egyesítése lefelé",
HorizontalSplitCell : "Cellák szétválasztása vízszintesen",
VerticalSplitCell : "Cellák szétválasztása függőlegesen",
TableDelete : "Táblázat törlése",
CellProperties : "Cella tulajdonságai",
TableProperties : "Táblázat tulajdonságai",
ImageProperties : "Kép tulajdonságai",
FlashProperties : "Flash tulajdonságai",
EditLink : "Hivatkozás módosítása",
InsertRow : "Sor beszúrása",
DeleteRows : "Sor(ok) törlése",
InsertColumn : "Oszlop beszúrása",
DeleteColumns : "Oszlop(ok) törlése",
InsertCell : "Cella beszúrása",
DeleteCells : "Cellák törlése",
MergeCells : "Cellák egyesítése",
SplitCell : "Cellák szétválasztása",
CellProperties : "Cellák tulajdonsága",
TableProperties : "Táblázat tulajdonsága",
ImageProperties : "Kép tulajdonsága",
 
AnchorProp : "Horgony tulajdonságai",
ButtonProp : "Gomb tulajdonságai",
CheckboxProp : "Jelölőnégyzet tulajdonságai",
HiddenFieldProp : "Rejtett mező tulajdonságai",
RadioButtonProp : "Választógomb tulajdonságai",
ImageButtonProp : "Képgomb tulajdonságai",
TextFieldProp : "Szövegmező tulajdonságai",
SelectionFieldProp : "Legördülő lista tulajdonságai",
TextareaProp : "Szövegterület tulajdonságai",
FormProp : "Űrlap tulajdonságai",
AnchorProp : "Horgony(ok) tulajdonsága(i)",
ButtonProp : "Gomb(ok) tulajdonsága(i) ",
CheckboxProp : "Jelölőnégyzet(ek) tulajdonsága(i)",
HiddenFieldProp : "Rejtettmező(k) tulajdonsága(i)",
RadioButtonProp : "Választógomb(ok) tulajdonsága(i)",
ImageButtonProp : "Képgomb(ok) tulajdonsága(i)",
TextFieldProp : "Szövegmező(k) tulajdonsága(i)",
SelectionFieldProp : "Választómező(k) tulajdonsága(i)",
TextareaProp : "Szövegterület(ek) tulajdonsága(i)",
FormProp : "Å°rlap(ok) tulajdonsága(i)",
 
FontFormats : "Normál;Formázott;Címsor;Fejléc 1;Fejléc 2;Fejléc 3;Fejléc 4;Fejléc 5;Fejléc 6;Bekezdés (DIV)",
FontFormats : "Normál;Formázott;Címsor;Fejléc 1;Fejléc 2;Fejléc 3;Fejléc 4;Fejléc 5;Fejléc 6;Bekezdés (DIV)",
 
// Alerts and Messages
ProcessingXHTML : "XHTML feldolgozása. Kérem várjon...",
Done : "Kész",
PasteWordConfirm : "A beilleszteni kívánt szöveg Word-ből van másolva. El kívánja távolítani a formázást a beillesztés előtt?",
NotCompatiblePaste : "Ez a parancs csak Internet Explorer 5.5 verziótól használható. Megpróbálja beilleszteni a szöveget az eredeti formázással?",
UnknownToolbarItem : "Ismeretlen eszköztár elem \"%1\"",
ProcessingXHTML : "XHTML feldolgozása. Kérem várjon...",
Done : "Kész",
PasteWordConfirm : "A szöveg amit be szeretnél illeszteni úgy néz ki Word-bõl van másolva. Do you want to clean it before pasting?",
NotCompatiblePaste : "Ez a parancs csak Internet Explorer 5.5 verziótól használható (Firefox rulez). Do you want to paste without cleaning?",
UnknownToolbarItem : "Ismeretlen eszköztár elem \"%1\"",
UnknownCommand : "Ismeretlen parancs \"%1\"",
NotImplemented : "A parancs nem hajtható végre",
UnknownToolbarSet : "Az eszközkészlet \"%1\" nem létezik",
NoActiveX : "A böngésző biztonsági beállításai korlátozzák a szerkesztő lehetőségeit. Engedélyezni kell ezt az opciót: \"Run ActiveX controls and plug-ins\". Ettől függetlenül előfordulhatnak hibaüzenetek ill. bizonyos funkciók hiányozhatnak.",
BrowseServerBlocked : "Nem lehet megnyitni a fájlböngészőt. Bizonyosodjon meg róla, hogy a felbukkanó ablakok engedélyezve vannak.",
DialogBlocked : "Nem lehet megnyitni a párbeszédablakot. Bizonyosodjon meg róla, hogy a felbukkanó ablakok engedélyezve vannak.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
NotImplemented : "A parancs nincs beágyazva",
UnknownToolbarSet : "Eszközkészlet beállítás \"%1\" nem létezik",
 
// Dialogs
DlgBtnOK : "Rendben",
DlgBtnCancel : "Mégsem",
DlgBtnClose : "Bezárás",
DlgBtnBrowseServer : "Böngészés a szerveren",
DlgAdvancedTag : "További opciók",
DlgOpOther : "Egyéb",
DlgInfoTab : "Alaptulajdonságok",
DlgAlertUrl : "Illessze be a webcímet",
DlgBtnOK : "OK",
DlgBtnCancel : "Mégsem",
DlgBtnClose : "Bezárás",
DlgBtnBrowseServer : "Szerver tallózása",
DlgAdvancedTag : "Haladó",
DlgOpOther : "Egyéb",
 
// General Dialogs Labels
DlgGenNotSet : "<nincs beállítva>",
DlgGenId : "Azonosító",
DlgGenLangDir : "Írás iránya",
DlgGenLangDirLtr : "Balról jobbra",
DlgGenLangDirRtl : "Jobbról balra",
DlgGenLangCode : "Nyelv kódja",
DlgGenAccessKey : "Billentyűkombináció",
DlgGenName : "Név",
DlgGenTabIndex : "Tabulátor index",
DlgGenLongDescr : "Részletes leírás webcíme",
DlgGenClass : "Stíluskészlet",
DlgGenTitle : "Súgócimke",
DlgGenContType : "Súgó tartalomtípusa",
DlgGenLinkCharset : "Hivatkozott tartalom kódlapja",
DlgGenStyle : "Stílus",
DlgGenNotSet : "&lt;nincs beállítva&gt;",
DlgGenId : "Azonosító",
DlgGenLangDir : "Nyelv útmutató",
DlgGenLangDirLtr : "Balról jobbra",
DlgGenLangDirRtl : "Jobbról balra",
DlgGenLangCode : "Nyelv kód",
DlgGenAccessKey : "Elérési kulcs",
DlgGenName : "Név",
DlgGenTabIndex : "Tabulátor index",
DlgGenLongDescr : "Hosszú URL",
DlgGenClass : "Stíluskészlet",
DlgGenTitle : "Advisory Title",
DlgGenContType : "Advisory Content Type",
DlgGenLinkCharset : "Hivatkozott kódlap készlet",
DlgGenStyle : "Stílus",
 
// Image Dialog
DlgImgTitle : "Kép tulajdonságai",
DlgImgInfoTab : "Alaptulajdonságok",
DlgImgBtnUpload : "Küldés a szerverre",
DlgImgURL : "Hivatkozás",
DlgImgUpload : "Feltöltés",
DlgImgAlt : "Buborék szöveg",
DlgImgWidth : "Szélesség",
DlgImgHeight : "Magasság",
DlgImgLockRatio : "Arány megtartása",
DlgBtnResetSize : "Eredeti méret",
DlgImgTitle : "Kép tulajdonsága",
DlgImgInfoTab : "Kép információ",
DlgImgBtnUpload : "Küldés a szervernek",
DlgImgURL : "URL",
DlgImgUpload : "Feltöltés",
DlgImgAlt : "Buborék szöveg",
DlgImgWidth : "Szélesség",
DlgImgHeight : "Magasság",
DlgImgLockRatio : "Arány megtartása",
DlgBtnResetSize : "Eredeti méret",
DlgImgBorder : "Keret",
DlgImgHSpace : "Vízsz. táv",
DlgImgVSpace : "Függ. táv",
DlgImgAlign : "Igazítás",
DlgImgHSpace : "Vízsz. táv",
DlgImgVSpace : "Függ. táv",
DlgImgAlign : "Igazítás",
DlgImgAlignLeft : "Bal",
DlgImgAlignAbsBottom: "Legaljára",
DlgImgAlignAbsMiddle: "Közepére",
DlgImgAlignBaseline : "Alapvonalhoz",
DlgImgAlignBottom : "Aljára",
DlgImgAlignMiddle : "Középre",
DlgImgAlignAbsBottom: "Legaljára",
DlgImgAlignAbsMiddle: "Közepére",
DlgImgAlignBaseline : "Baseline",
DlgImgAlignBottom : "Aljára",
DlgImgAlignMiddle : "Középre",
DlgImgAlignRight : "Jobbra",
DlgImgAlignTextTop : "Szöveg tetejére",
DlgImgAlignTop : "Tetejére",
DlgImgPreview : "Előnézet",
DlgImgAlertUrl : "Töltse ki a kép webcímét",
DlgImgLinkTab : "Hivatkozás",
DlgImgAlignTextTop : "Szöveg tetjére",
DlgImgAlignTop : "Tetejére",
DlgImgPreview : "Elõnézet",
DlgImgAlertUrl : "Töltse ki a kép URL-ét",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Flash tulajdonságai",
DlgFlashChkPlay : "Automata lejátszás",
DlgFlashChkLoop : "Folyamatosan",
DlgFlashChkMenu : "Flash menü engedélyezése",
DlgFlashScale : "Méretezés",
DlgFlashScaleAll : "Mindent mutat",
DlgFlashScaleNoBorder : "Keret nélkül",
DlgFlashScaleFit : "Teljes kitöltés",
 
// Link Dialog
DlgLnkWindowTitle : "Hivatkozás tulajdonságai",
DlgLnkInfoTab : "Alaptulajdonságok",
DlgLnkTargetTab : "Megjelenítés",
DlgLnkWindowTitle : "Hivatkozás",
DlgLnkInfoTab : "Hivatkozás információ",
DlgLnkTargetTab : "Cél",
 
DlgLnkType : "Hivatkozás típusa",
DlgLnkTypeURL : "Webcím",
DlgLnkType : "Hivatkozás tipusa",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Horgony az oldalon",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protokoll",
DlgLnkProtoOther : "<más>",
DlgLnkURL : "Webcím",
DlgLnkAnchorSel : "Horgony választása",
DlgLnkAnchorByName : "Horgony név szerint",
DlgLnkAnchorById : "Azonosító szerint",
DlgLnkNoAnchors : "(Nincs horgony a dokumentumban)",
DlgLnkEMail : "E-Mail cím",
DlgLnkEMailSubject : "Üzenet tárgya",
DlgLnkEMailBody : "Üzenet",
DlgLnkUpload : "Feltöltés",
DlgLnkBtnUpload : "Küldés a szerverre",
DlgLnkProtoOther : "&lt;más&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Horgony választása",
DlgLnkAnchorByName : "Horgony név szerint",
DlgLnkAnchorById : "Azonosító szerint elõsorban ",
DlgLnkNoAnchors : "&lt;Nincs horgony a dokumentumban&gt;",
DlgLnkEMail : "E-Mail cím",
DlgLnkEMailSubject : "Üzenet tárgya",
DlgLnkEMailBody : "Üzenet",
DlgLnkUpload : "Feltöltés",
DlgLnkBtnUpload : "Küldés a szerverhez",
 
DlgLnkTarget : "Tartalom megjelenítése",
DlgLnkTargetFrame : "<keretben>",
DlgLnkTargetPopup : "<felugró ablakban>",
DlgLnkTargetBlank : "Új ablakban (_blank)",
DlgLnkTargetParent : "Szülő ablakban (_parent)",
DlgLnkTargetSelf : "Azonos ablakban (_self)",
DlgLnkTargetTop : "Legfelső ablakban (_top)",
DlgLnkTargetFrameName : "Keret neve",
DlgLnkPopWinName : "Felugró ablak neve",
DlgLnkPopWinFeat : "Felugró ablak jellemzői",
DlgLnkPopResize : "Méretezhető",
DlgLnkPopLocation : "Címsor",
DlgLnkPopMenu : "Menü sor",
DlgLnkPopScroll : "Gördítősáv",
DlgLnkPopStatus : "Állapotsor",
DlgLnkPopToolbar : "Eszköztár",
DlgLnkPopFullScrn : "Teljes képernyő (csak IE)",
DlgLnkPopDependent : "Szülőhöz kapcsolt (csak Netscape)",
DlgLnkPopWidth : "Szélesség",
DlgLnkPopHeight : "Magasság",
DlgLnkPopLeft : "Bal pozíció",
DlgLnkPopTop : "Felső pozíció",
DlgLnkTarget : "Cél",
DlgLnkTargetFrame : "&lt;keret&gt;",
DlgLnkTargetPopup : "&lt;felugró ablak&gt;",
DlgLnkTargetBlank : "Új ablak (_blank)",
DlgLnkTargetParent : "Szülõ ablak (_parent)",
DlgLnkTargetSelf : "Azonos ablak (_self)",
DlgLnkTargetTop : "Legfelsõ ablak (_top)",
DlgLnkTargetFrameName : "Cél frame neve",
DlgLnkPopWinName : "Felugró ablak neve",
DlgLnkPopWinFeat : "Felugró ablak jellemzõi",
DlgLnkPopResize : "Méretezhetõ",
DlgLnkPopLocation : "Location Bar",
DlgLnkPopMenu : "Menü sor",
DlgLnkPopScroll : "Gördítõsáv",
DlgLnkPopStatus : "Állapotsor",
DlgLnkPopToolbar : "Eszköztár",
DlgLnkPopFullScrn : "Teljes képernyõ (IE)",
DlgLnkPopDependent : "Netscape sajátosság",
DlgLnkPopWidth : "Szélesség",
DlgLnkPopHeight : "Magasság",
DlgLnkPopLeft : "Bal pozíció",
DlgLnkPopTop : "Felsõ pozíció",
 
DlnLnkMsgNoUrl : "Adja meg a hivatkozás webcímét",
DlnLnkMsgNoEMail : "Adja meg az E-Mail címet",
DlnLnkMsgNoAnchor : "Válasszon egy horgonyt",
DlnLnkMsgInvPopName : "A felbukkanó ablak neve alfanumerikus karakterrel kezdôdjön, valamint ne tartalmazzon szóközt",
DlnLnkMsgNoUrl : "Adja meg a hivatkozás URL-ét",
DlnLnkMsgNoEMail : "Adja meg az e-mail címet",
DlnLnkMsgNoAnchor : "Válasszon egy horgonyt",
 
// Color Dialog
DlgColorTitle : "Színválasztás",
DlgColorBtnClear : "Törlés",
DlgColorHighlight : "Előnézet",
DlgColorSelected : "Kiválasztott",
DlgColorTitle : "Szinválasztás",
DlgColorBtnClear : "Törlés",
DlgColorHighlight : "Világos rész",
DlgColorSelected : "Választott",
 
// Smiley Dialog
DlgSmileyTitle : "Hangulatjel beszúrása",
DlgSmileyTitle : "Hangulatjel beszúrása",
 
// Special Character Dialog
DlgSpecialCharTitle : "Speciális karakter választása",
DlgSpecialCharTitle : "Speciális karakter választása",
 
// Table Dialog
DlgTableTitle : "Táblázat tulajdonságai",
DlgTableTitle : "Táblázat tulajdonságai",
DlgTableRows : "Sorok",
DlgTableColumns : "Oszlopok",
DlgTableBorder : "Szegélyméret",
DlgTableAlign : "Igazítás",
DlgTableAlignNotSet : "<Nincs beállítva>",
DlgTableAlignLeft : "Balra",
DlgTableAlignCenter : "Középre",
DlgTableAlignRight : "Jobbra",
DlgTableWidth : "Szélesség",
DlgTableWidthPx : "képpont",
DlgTableWidthPc : "százalék",
DlgTableHeight : "Magasság",
DlgTableCellSpace : "Cella térköz",
DlgTableCellPad : "Cella belső margó",
DlgTableBorder : "Szegélyméret",
DlgTableAlign : "Igazítás",
DlgTableAlignNotSet : "<Nincs beállítva>",
DlgTableAlignLeft : "Bal",
DlgTableAlignCenter : "Közép",
DlgTableAlignRight : "Jobb",
DlgTableWidth : "Szélesség",
DlgTableWidthPx : "képpontok",
DlgTableWidthPc : "százalék",
DlgTableHeight : "Magasság",
DlgTableCellSpace : "Cell spacing",
DlgTableCellPad : "Cell padding",
DlgTableCaption : "Felirat",
DlgTableSummary : "Leírás",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Cella tulajdonságai",
DlgCellWidth : "Szélesség",
DlgCellWidthPx : "képpont",
DlgCellWidthPc : "százalék",
DlgCellHeight : "Magasság",
DlgCellWordWrap : "Sortörés",
DlgCellWordWrapNotSet : "<Nincs beállítva>",
DlgCellTitle : "Cella tulajdonságai",
DlgCellWidth : "Szélesség",
DlgCellWidthPx : "képpontok",
DlgCellWidthPc : "százalék",
DlgCellHeight : "Height",
DlgCellWordWrap : "Sortörés",
DlgCellWordWrapNotSet : "&lt;Nincs beállítva&gt;",
DlgCellWordWrapYes : "Igen",
DlgCellWordWrapNo : "Nem",
DlgCellHorAlign : "Vízsz. igazítás",
DlgCellHorAlignNotSet : "<Nincs beállítva>",
DlgCellHorAlignLeft : "Balra",
DlgCellHorAlignCenter : "Középre",
DlgCellHorAlignRight: "Jobbra",
DlgCellVerAlign : "Függ. igazítás",
DlgCellVerAlignNotSet : "<Nincs beállítva>",
DlgCellVerAlignTop : "Tetejére",
DlgCellVerAlignMiddle : "Középre",
DlgCellVerAlignBottom : "Aljára",
DlgCellHorAlign : "Vízszintes igazítás",
DlgCellHorAlignNotSet : "&lt;Nincs beállítva&gt;",
DlgCellHorAlignLeft : "Bal",
DlgCellHorAlignCenter : "Közép",
DlgCellHorAlignRight: "Jobb",
DlgCellVerAlign : "Függõleges igazítás",
DlgCellVerAlignNotSet : "&lt;Nincs beállítva&gt;",
DlgCellVerAlignTop : "Tetejére",
DlgCellVerAlignMiddle : "Középre",
DlgCellVerAlignBottom : "Aljára",
DlgCellVerAlignBaseline : "Egyvonalba",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Sorok egyesítése",
DlgCellCollSpan : "Oszlopok egyesítése",
DlgCellBackColor : "Háttérszín",
DlgCellBorderColor : "Szegélyszín",
DlgCellBtnSelect : "Kiválasztás...",
DlgCellRowSpan : "Sorok egyesítése",
DlgCellCollSpan : "Oszlopok egyesítése",
DlgCellBackColor : "Háttérszín",
DlgCellBorderColor : "Szegélyszín",
DlgCellBtnSelect : "Kiválasztás...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Keresés és csere",
 
// Find Dialog
DlgFindTitle : "Keresés",
DlgFindFindBtn : "Keresés",
DlgFindNotFoundMsg : "A keresett szöveg nem található.",
DlgFindTitle : "Keresés",
DlgFindFindBtn : "Keresés",
DlgFindNotFoundMsg : "A keresett szöveg nem található.",
 
// Replace Dialog
DlgReplaceTitle : "Csere",
DlgReplaceFindLbl : "Keresett szöveg:",
DlgReplaceReplaceLbl : "Csere erre:",
DlgReplaceCaseChk : "kis- és nagybetű megkülönböztetése",
DlgReplaceFindLbl : "Keresendõ:",
DlgReplaceReplaceLbl : "Cserélendõ:",
DlgReplaceCaseChk : "Találatok",
DlgReplaceReplaceBtn : "Csere",
DlgReplaceReplAllBtn : "Az összes cseréje",
DlgReplaceWordChk : "csak ha ez a teljes szó",
DlgReplaceReplAllBtn : "Összes cseréje",
DlgReplaceWordChk : "Egész dokumentumban",
 
// Paste Operations / Dialog
PasteErrorCut : "A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a kivágás műveletet. Használja az alábbi billentyűkombinációt (Ctrl+X).",
PasteErrorCopy : "A böngésző biztonsági beállításai nem engedélyezik a szerkesztőnek, hogy végrehajtsa a másolás műveletet. Használja az alábbi billentyűkombinációt (Ctrl+X).",
PasteErrorPaste : "A böngészõ biztonsági beállításai nem engedélyezik a szerkesztõnek, hogy végrehatjsa a beillesztés mûveletet.Használja az alábbi billentyûzetkombinációt (Ctrl+V).",
PasteErrorCut : "A böngészõ biztonsági beállításai nem engedélyezik a szerkesztõnek, hogy végrehatjsa a kivágás mûveletet.Használja az alábbi billentyûzetkombinációt (Ctrl+X).",
PasteErrorCopy : "A böngészõ biztonsági beállításai nem engedélyezik a szerkesztõnek, hogy végrehatjsa a másolás mûveletet.Használja az alábbi billentyûzetkombinációt (Ctrl+X).",
 
PasteAsText : "Beillesztés formázatlan szövegként",
PasteFromWord : "Beillesztés Word-ből",
PasteAsText : "Beillesztés formázatlan szövegként",
PasteFromWord : "Beillesztés Wordbõl",
 
DlgPasteMsg2 : "Másolja be az alábbi mezőbe a <STRONG>Ctrl+V</STRONG> billentyűk lenyomásával, majd nyomjon <STRONG>Rendben</STRONG>-t.",
DlgPasteSec : "A böngésző biztonsági beállításai miatt a szerkesztő nem képes hozzáférni a vágólap adataihoz. Illeszd be újra ebben az ablakban.",
DlgPasteIgnoreFont : "Betű formázások megszüntetése",
DlgPasteRemoveStyles : "Stílusok eltávolítása",
DlgPasteMsg : "A szerkesztõ nem képes végrehajtani a beillesztési mûveletet a bõngészõ <STRONG>biztonsági beállításai</STRONG> miatt.<BR>Másolja be az alábbi mezõbe a (<STRONG>Ctrl+V</STRONG>) billentyûzetkombinációval és kattintson <STRONG>OK</STRONG> gombra.",
 
// Color Picker
ColorAutomatic : "Automatikus",
ColorMoreColors : "További színek...",
ColorMoreColors : "Több szín...",
 
// Document Properties
DocProps : "Dokumentum tulajdonságai",
DocProps : "Dokumentum tulajdonsága",
 
// Anchor Dialog
DlgAnchorTitle : "Horgony tulajdonságai",
DlgAnchorTitle : "Horgony tulajdonsága",
DlgAnchorName : "Horgony neve",
DlgAnchorErrorName : "Kérem adja meg a horgony nevét",
DlgAnchorErrorName : "Kérem adja meg a horgony nevét",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Nincs a szótárban",
DlgSpellChangeTo : "Módosítás",
DlgSpellNotInDic : "Nincs a könyvtárban",
DlgSpellChangeTo : "Átváltás",
DlgSpellBtnIgnore : "Kihagyja",
DlgSpellBtnIgnoreAll : "Mindet kihagyja",
DlgSpellBtnIgnoreAll : "Összeset kihagyja",
DlgSpellBtnReplace : "Csere",
DlgSpellBtnReplaceAll : "Összes cseréje",
DlgSpellBtnUndo : "Visszavonás",
DlgSpellNoSuggestions : "Nincs javaslat",
DlgSpellProgress : "Helyesírás-ellenőrzés folyamatban...",
DlgSpellNoMispell : "Helyesírás-ellenőrzés kész: Nem találtam hibát",
DlgSpellNoChanges : "Helyesírás-ellenőrzés kész: Nincs változtatott szó",
DlgSpellOneChange : "Helyesírás-ellenőrzés kész: Egy szó cserélve",
DlgSpellManyChanges : "Helyesírás-ellenőrzés kész: %1 szó cserélve",
DlgSpellBtnReplaceAll : "Összes cseréje",
DlgSpellBtnUndo : "Visszavonás",
DlgSpellNoSuggestions : "Nincs feltevés",
DlgSpellProgress : "Helyesírásellenőrzés folyamatban...",
DlgSpellNoMispell : "Helyesírásellenőrzés kész: Nem találtam hibát",
DlgSpellNoChanges : "Helyesírásellenőrzés kész: Nincs változtatott szó",
DlgSpellOneChange : "Helyesírásellenőrzés kész: Egy szó cserélve",
DlgSpellManyChanges : "Helyesírásellenőrzés kész: %1 szó cserélve",
 
IeSpellDownload : "A helyesírás-ellenőrző nincs telepítve. Szeretné letölteni most?",
IeSpellDownload : "A helyesírásellenőrző nincs telepítve. Szeretné letölteni most?",
 
// Button Dialog
DlgButtonText : "Szöveg (Érték)",
DlgButtonType : "Típus",
DlgButtonTypeBtn : "Gomb",
DlgButtonTypeSbm : "Küldés",
DlgButtonTypeRst : "Alaphelyzet",
DlgButtonText : "Szöveg (Érték)",
DlgButtonType : "Típus",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Név",
DlgCheckboxValue : "Érték",
DlgCheckboxSelected : "Kiválasztott",
DlgCheckboxName : "Név",
DlgCheckboxValue : "Érték",
DlgCheckboxSelected : "Választott",
 
// Form Dialog
DlgFormName : "Név",
DlgFormAction : "Adatfeldolgozást végző hivatkozás",
DlgFormMethod : "Adatküldés módja",
DlgFormName : "Név",
DlgFormAction : "Esemény",
DlgFormMethod : "Metódus",
 
// Select Field Dialog
DlgSelectName : "Név",
DlgSelectValue : "Érték",
DlgSelectSize : "Méret",
DlgSelectLines : "sor",
DlgSelectChkMulti : "több sor is kiválasztható",
DlgSelectOpAvail : "Elérhető opciók",
DlgSelectOpText : "Szöveg",
DlgSelectOpValue : "Érték",
DlgSelectBtnAdd : "Hozzáad",
DlgSelectBtnModify : "Módosít",
DlgSelectName : "Név",
DlgSelectValue : "Érték",
DlgSelectSize : "Méret",
DlgSelectLines : "sorok",
DlgSelectChkMulti : "Engedi a többszörös kiválasztást",
DlgSelectOpAvail : "Elérhető opciók",
DlgSelectOpText : "Szöveg",
DlgSelectOpValue : "Érték",
DlgSelectBtnAdd : "Bővít",
DlgSelectBtnModify : "Módosít",
DlgSelectBtnUp : "Fel",
DlgSelectBtnDown : "Le",
DlgSelectBtnSetValue : "Legyen az alapértelmezett érték",
DlgSelectBtnDelete : "Töröl",
DlgSelectBtnSetValue : "Beállítja a kiválasztott értéket",
DlgSelectBtnDelete : "Töröl",
 
// Textarea Dialog
DlgTextareaName : "Név",
DlgTextareaCols : "Karakterek száma egy sorban",
DlgTextareaRows : "Sorok száma",
DlgTextareaName : "Név",
DlgTextareaCols : "Oszlopok",
DlgTextareaRows : "Sorok",
 
// Text Field Dialog
DlgTextName : "Név",
DlgTextValue : "Érték",
DlgTextCharWidth : "Megjelenített karakterek száma",
DlgTextMaxChars : "Maximális karakterszám",
DlgTextType : "Típus",
DlgTextTypeText : "Szöveg",
DlgTextTypePass : "Jelszó",
DlgTextName : "Név",
DlgTextValue : "Érték",
DlgTextCharWidth : "Karakter szélesség",
DlgTextMaxChars : "Maximum karakterek",
DlgTextType : "Típus",
DlgTextTypeText : "Szöveg",
DlgTextTypePass : "Jelszó",
 
// Hidden Field Dialog
DlgHiddenName : "Név",
DlgHiddenValue : "Érték",
DlgHiddenName : "Név",
DlgHiddenValue : "Érték",
 
// Bulleted List Dialog
BulletedListProp : "Felsorolás tulajdonságai",
NumberedListProp : "Számozás tulajdonságai",
DlgLstStart : "Start",
DlgLstType : "Formátum",
DlgLstTypeCircle : "Kör",
DlgLstTypeDisc : "Lemez",
DlgLstTypeSquare : "Négyzet",
DlgLstTypeNumbers : "Számok (1, 2, 3)",
DlgLstTypeLCase : "Kisbetűk (a, b, c)",
DlgLstTypeUCase : "Nagybetűk (A, B, C)",
DlgLstTypeSRoman : "Kis római számok (i, ii, iii)",
DlgLstTypeLRoman : "Nagy római számok (I, II, III)",
BulletedListProp : "Felsorolás tulajdonságai",
NumberedListProp : "Számozás tulajdonságai",
DlgLstType : "Típus",
DlgLstTypeCircle : "Ciklus",
DlgLstTypeDisk : "Lemez",
DlgLstTypeSquare : "Négyzet",
DlgLstTypeNumbers : "Számok (1, 2, 3)",
DlgLstTypeLCase : "Kisbetűs (a, b, c)",
DlgLstTypeUCase : "Nagybetűs (a, b, c)",
DlgLstTypeSRoman : "Kis római számok (i, ii, iii)",
DlgLstTypeLRoman : "Nagy római számok (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Általános",
DlgDocBackTab : "Háttér",
DlgDocColorsTab : "Színek és margók",
DlgDocGeneralTab : "Általános",
DlgDocBackTab : "Háttér",
DlgDocColorsTab : "Színek és margók",
DlgDocMetaTab : "Meta adatok",
 
DlgDocPageTitle : "Oldalcím",
DlgDocLangDir : "Írás iránya",
DlgDocLangDirLTR : "Balról jobbra",
DlgDocLangDirRTL : "Jobbról balra",
DlgDocLangCode : "Nyelv kód",
DlgDocCharSet : "Karakterkódolás",
DlgDocCharSetCE : "Közép-Európai",
DlgDocCharSetCT : "Kínai Tradicionális (Big5)",
DlgDocCharSetCR : "Cyrill",
DlgDocCharSetGR : "Görög",
DlgDocCharSetJP : "Japán",
DlgDocCharSetKR : "Koreai",
DlgDocCharSetTR : "Török",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Nyugat-Európai",
DlgDocCharSetOther : "Más karakterkódolás",
DlgDocPageTitle : "Oldalcím",
DlgDocLangDir : "Nyelv utasítás",
DlgDocLangDirLTR : "Balról jobbra (LTR)",
DlgDocLangDirRTL : "Jobbról balra (RTL)",
DlgDocLangCode : "Nyelv kód",
DlgDocCharSet : "Karakterkódolás",
DlgDocCharSetOther : "Más karakterkódolás",
 
DlgDocDocType : "Dokumentum típus fejléc",
DlgDocDocTypeOther : "Más dokumentum típus fejléc",
DlgDocIncXHTML : "XHTML deklarációk beillesztése",
DlgDocBgColor : "Háttérszín",
DlgDocBgImage : "Háttérkép cím",
DlgDocBgNoScroll : "Nem gördíthető háttér",
DlgDocCText : "Szöveg",
DlgDocCLink : "Cím",
DlgDocCVisited : "Látogatott cím",
DlgDocCActive : "Aktív cím",
DlgDocMargins : "Oldal margók",
DlgDocDocType : "Dokumentum címsor típus",
DlgDocDocTypeOther : "Más dokumentum címsor típus",
DlgDocIncXHTML : "XHTML elemeket tartalmaz",
DlgDocBgColor : "Háttérszín",
DlgDocBgImage : "Háttérkép cím",
DlgDocBgNoScroll : "Nem gördíthető háttér",
DlgDocCText : "Szöveg",
DlgDocCLink : "Cím",
DlgDocCVisited : "Látogatott cím",
DlgDocCActive : "Aktív cím",
DlgDocMargins : "Oldal margók",
DlgDocMaTop : "Felső",
DlgDocMaLeft : "Bal",
DlgDocMaRight : "Jobb",
DlgDocMaBottom : "Alsó",
DlgDocMeIndex : "Dokumentum keresőszavak (vesszővel elválasztva)",
DlgDocMeDescr : "Dokumentum leírás",
DlgDocMaBottom : "Felül",
DlgDocMeIndex : "Dokumentum keresőszavak (vesszővel elválasztva)",
DlgDocMeDescr : "Dokumentum leírás",
DlgDocMeAuthor : "Szerző",
DlgDocMeCopy : "Szerzői jog",
DlgDocPreview : "Előnézet",
DlgDocPreview : "Előnézet",
 
// Templates Dialog
Templates : "Sablonok",
DlgTemplatesTitle : "Elérhető sablonok",
DlgTemplatesSelMsg : "Válassza ki melyik sablon nyíljon meg a szerkesztőben<br>(a jelenlegi tartalom elveszik):",
DlgTemplatesLoading : "Sablon lista betöltése. Kis türelmet...",
DlgTemplatesNoTpl : "(Nincs sablon megadva)",
DlgTemplatesReplace : "Kicseréli a jelenlegi tartalmat",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "Névjegy",
DlgAboutBrowserInfoTab : "Böngésző információ",
DlgAboutLicenseTab : "Licensz",
DlgAboutVersion : "verzió",
DlgAboutInfo : "További információkért látogasson el ide:",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutAboutTab : "About",
DlgAboutBrowserInfoTab : "Böngésző információ",
DlgAboutVersion : "verzió",
DlgAboutLicense : "GNU Lesser General Public License szabadalom alá tartozik",
DlgAboutInfo : "További információkért menjen"
}
/trunk/api/fckeditor/editor/lang/sk.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Slovak language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: sk.js
* Slovak language file.
*
* File Authors:
* Samuel Szabo (samuel@nanete.sk)
*/
 
var FCKLang =
{
26,68 → 20,60
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Skryť panel nástrojov",
ToolbarExpand : "Zobraziť panel nástrojov",
ToolbarCollapse : "SkryÅ¥ panel nástrojov",
ToolbarExpand : "ZobraziÅ¥ panel nástrojov",
 
// Toolbar Items and Context Menu
Save : "Uložiť",
NewPage : "Nová stránka",
Preview : "Náhľad",
Cut : "Vystrihnúť",
Copy : "Kopírovať",
Save : "Uložit",
NewPage : "Nová stránka",
Preview : "Náhľed",
Cut : "VystrihnúÅ¥",
Copy : "KopírovaÅ¥",
Paste : "Vložiť",
PasteText : "Vložiť ako čistý text",
PasteText : "VložiÅ¥ ako čistý text",
PasteWord : "Vložiť z Wordu",
Print : "Tlač",
SelectAll : "Vybrať všetko",
RemoveFormat : "Odstrániť formátovanie",
RemoveFormat : "OdstrániÅ¥ formátovanie",
InsertLinkLbl : "Odkaz",
InsertLink : "Vložiť/zmeniť odkaz",
RemoveLink : "Odstrániť odkaz",
VisitLink : "Ísť na odkaz",
RemoveLink : "OdstrániÅ¥ odkaz",
Anchor : "Vložiť/zmeniť kotvu",
AnchorDelete : "Odstrániť kotvu",
InsertImageLbl : "Obrázok",
InsertImage : "Vložiť/zmeniť obrázok",
InsertFlashLbl : "Flash",
InsertFlash : "Vložiť/zmeniť Flash",
InsertImageLbl : "Obrázok",
InsertImage : "Vložiť/zmeniť obrazok",
InsertTableLbl : "Tabuľka",
InsertTable : "Vložiť/zmeniť tabuľku",
InsertTable : "Vložiť/zmeniť tabulku",
InsertLineLbl : "Čiara",
InsertLine : "Vložiť vodorovnú čiaru",
InsertSpecialCharLbl: "Špeciálne znaky",
InsertSpecialChar : "Vložiť špeciálne znaky",
InsertSmileyLbl : "Smajlíky",
InsertSmiley : "Vložiť smajlíka",
About : "O aplikácii FCKeditor",
Bold : "Tučné",
Italic : "Kurzíva",
Underline : "Podčiarknuté",
StrikeThrough : "Prečiarknuté",
Subscript : "Dolný index",
Superscript : "Horný index",
InsertLine : "VložiÅ¥ vodorovnú čiara",
InsertSpecialCharLbl: "Speciálne znaky",
InsertSpecialChar : "VložiÅ¥ Å¡peciálne znaky",
InsertSmileyLbl : "Smajlíky",
InsertSmiley : "VložiÅ¥ smajlíka",
About : "O aplikáci FCKeditor",
Bold : "Tučné",
Italic : "Kurzíva",
Underline : "Podčiarknuté",
StrikeThrough : "Prečiarknuté",
Subscript : "Dolný index",
Superscript : "Horný index",
LeftJustify : "Zarovnať vľavo",
CenterJustify : "Zarovnať na stred",
RightJustify : "Zarovnať vpravo",
BlockJustify : "Zarovnať do bloku",
DecreaseIndent : "Zmenšiť odsadenie",
IncreaseIndent : "Zväčšiť odsadenie",
Blockquote : "Citácia",
CreateDiv : "Vytvoriť Div kontajner",
EditDiv : "Editovať Div kontajner",
DeleteDiv : "Odstrániť Div kontajner",
Undo : "Späť",
IncreaseIndent : "Zvětšiť odsadenie",
Undo : "SpäÅ¥",
Redo : "Znovu",
NumberedListLbl : "Číslovanie",
NumberedList : "Vložiť/odstrániť číslovanie",
BulletedListLbl : "Odrážky",
BulletedList : "Vložiť/odstraniť odrážky",
NumberedListLbl : "Číslovanie",
NumberedList : "VložiÅ¥/odstrániÅ¥ číslovaný zoznam",
BulletedListLbl : "Odrážky",
BulletedList : "Vloži/odstranit odrážky",
ShowTableBorders : "Zobraziť okraje tabuliek",
ShowDetails : "Zobraziť podrobnosti",
Style : "Štýl",
FontFormat : "Formát",
Font : "Písmo",
FontSize : "Veľkosť",
Style : "Å týl",
FontFormat : "Formát",
Font : "Písmo",
FontSize : "Veľkost",
TextColor : "Farba textu",
BGColor : "Farba pozadia",
Source : "Zdroj",
94,201 → 80,168
Find : "Hľadať",
Replace : "Nahradiť",
SpellCheck : "Kontrola pravopisu",
UniversalKeyboard : "Univerzálna klávesnica",
PageBreakLbl : "Oddeľovač stránky",
PageBreak : "Vložiť oddeľovač stránky",
UniversalKeyboard : "Univerzálna klávesnica",
 
Form : "Formulár",
Checkbox : "Zaškrtávacie políčko",
RadioButton : "Prepínač",
TextField : "Textové pole",
Textarea : "Textová oblasť",
HiddenField : "Skryté pole",
Button : "Tlačidlo",
SelectionField : "Rozbaľovací zoznam",
ImageButton : "Obrázkové tlačidlo",
Form : "Formulár",
Checkbox : "ZaÅ¡krtávacie políčko",
RadioButton : "Prepínač",
TextField : "Textové pole",
Textarea : "Textová oblasÅ¥",
HiddenField : "Skryté pole",
Button : "Tlačítko",
SelectionField : "Rozbaľovací zoznam",
ImageButton : "Obrázkové tlačítko",
 
FitWindow : "Maximalizovať veľkosť okna editora",
ShowBlocks : "Ukázať bloky",
 
// Context Menu
EditLink : "Zmeniť odkaz",
CellCM : "Bunka",
RowCM : "Riadok",
ColumnCM : "Stĺpec",
InsertRowAfter : "Vložiť riadok pred",
InsertRowBefore : "Vložiť riadok za",
DeleteRows : "Vymazať riadok",
InsertColumnAfter : "Vložiť stĺpec pred",
InsertColumnBefore : "Vložiť stĺpec za",
InsertRow : "Vložiť riadok",
DeleteRows : "Zmazať riadok",
InsertColumn : "Vložiť stĺpec",
DeleteColumns : "Zmazať stĺpec",
InsertCellAfter : "Vložiť bunku za",
InsertCellBefore : "Vložiť bunku pred",
DeleteCells : "Vymazať bunky",
MergeCells : "Zlúčiť bunky",
MergeRight : "Zlúčiť doprava",
MergeDown : "Zlúčiť dole",
HorizontalSplitCell : "Rozdeliť bunky horizontálne",
VerticalSplitCell : "Rozdeliť bunky vertikálne",
TableDelete : "Vymazať tabuľku",
InsertCell : "Vložiť bunku",
DeleteCells : "Zmazať bunky",
MergeCells : "ZlúčiÅ¥ bunky",
SplitCell : "Rozdeliť bunku",
CellProperties : "Vlastnosti bunky",
TableProperties : "Vlastnosti tabuľky",
ImageProperties : "Vlastnosti obrázku",
FlashProperties : "Vlastnosti Flashu",
TableProperties : "Vlastnosti tabulky",
ImageProperties : "Vlastnosti obrázka",
 
AnchorProp : "Vlastnosti kotvy",
ButtonProp : "Vlastnosti tlačidla",
CheckboxProp : "Vlastnosti zaškrtávacieho políčka",
HiddenFieldProp : "Vlastnosti skrytého poľa",
RadioButtonProp : "Vlastnosti prepínača",
ImageButtonProp : "Vlastnosti obrázkového tlačidla",
TextFieldProp : "Vlastnosti textového poľa",
ButtonProp : "Vlastnosti tlačítka",
CheckboxProp : "Vlastnosti zaÅ¡krtávacieho políčka",
HiddenFieldProp : "Vlastnosti skrytého poľa",
RadioButtonProp : "Vlastnosti prepínača",
ImageButtonProp : "Vlastnosti obrázkového tlačítka",
TextFieldProp : "Vlastnosti textového pola",
SelectionFieldProp : "Vlastnosti rozbaľovacieho zoznamu",
TextareaProp : "Vlastnosti textovej oblasti",
FormProp : "Vlastnosti formulára",
TextareaProp : "Vlastnosti textové oblasti",
FormProp : "Vlastnosti formulára",
 
FontFormats : "Normálny;Formátovaný;Adresa;Nadpis 1;Nadpis 2;Nadpis 3;Nadpis 4;Nadpis 5;Nadpis 6;Odsek (DIV)",
FontFormats : "Normálny;Formátovaný;Adresa;Nadpis 1;Nadpis 2;Nadpis 3;Nadpis 4;Nadpis 5;Nadpis 6",
 
// Alerts and Messages
ProcessingXHTML : "Prebieha spracovanie XHTML. Čakajte prosím...",
Done : "Dokončené.",
PasteWordConfirm : "Vyzerá to tak, že vkladaný text je kopírovaný z Wordu. Chcete ho pred vložením vyčistiť?",
NotCompatiblePaste : "Tento príkaz je dostupný len v prehliadači Internet Explorer verzie 5.5 alebo vyššej. Chcete vložiť text bez vyčistenia?",
UnknownToolbarItem : "Neznáma položka panela nástrojov \"%1\"",
UnknownCommand : "Neznámy príkaz \"%1\"",
NotImplemented : "Príkaz nie je implementovaný",
UnknownToolbarSet : "Panel nástrojov \"%1\" neexistuje",
NoActiveX : "Bezpečnostné nastavenia vášho prehliadača môžu obmedzovať niektoré funkcie editora. Pre ich plnú funkčnosť musíte zapnúť voľbu \"Spúšťať ActiveX moduly a zásuvné moduly\", inak sa môžete stretnúť s chybami a nefunkčnosťou niektorých funkcií.",
BrowseServerBlocked : "Prehliadač zdrojových prvkov nebolo možné otvoriť. Uistite sa, že máte vypnutú službu blokovania popup okien.",
DialogBlocked : "Dialógové okno nebolo možné otvoriť. Uistite sa, že máte vypnutú službu blokovania popup okien.",
VisitLinkBlocked : "Nebolo možné otvoriť nové okno. Uistite sa, že máte vypnutú službu blokovania popup okien.",
ProcessingXHTML : "Prebieha spracovanie XHTML. Prosím čakejte...",
Done : "Dokončené.",
PasteWordConfirm : "Vyzerá to tak, že vkladaný text je kopírovaný z Wordu. Chcete ho pred vložením vyčistiÅ¥?",
NotCompatiblePaste : "Tento príkaz je dostupný len v prehliadači Internet Explorer verzie 5.5 alebo vyÅ¡Å¡ej. Chcete vložiÅ¥ text bez vyčistenia?",
UnknownToolbarItem : "Neznáma položka panela nástrojov \"%1\"",
UnknownCommand : "Neznámy príkaz \"%1\"",
NotImplemented : "Príkaz nie je implementovaný",
UnknownToolbarSet : "Panel nástrojov \"%1\" neexistuje",
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Zrušiť",
DlgBtnClose : "Zavrieť",
DlgBtnBrowseServer : "Prechádzať server",
DlgAdvancedTag : "Rozšírené",
DlgOpOther : "<Ďalšie>",
DlgInfoTab : "Info",
DlgAlertUrl : "Prosím vložte URL",
DlgBtnBrowseServer : "PrechádzaÅ¥ server",
DlgAdvancedTag : "RozÅ¡írené",
DlgOpOther : "&lt;Ďalšie&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<nenastavené>",
DlgGenNotSet : "&lt;nenastavené&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Orientácia jazyka",
DlgGenLangDir : "Orientácia jazyka",
DlgGenLangDirLtr : "Zľava doprava (LTR)",
DlgGenLangDirRtl : "Sprava doľava (RTL)",
DlgGenLangCode : "Kód jazyka",
DlgGenAccessKey : "Prístupový kľúč",
DlgGenLangDirRtl : "Zprava doľava (RTL)",
DlgGenLangCode : "Kód jazyka",
DlgGenAccessKey : "Prístupový kľúč",
DlgGenName : "Meno",
DlgGenTabIndex : "Poradie prvku",
DlgGenLongDescr : "Dlhý popis URL",
DlgGenClass : "Trieda štýlu",
DlgGenTitle : "Pomocný titulok",
DlgGenContType : "Pomocný typ obsahu",
DlgGenLinkCharset : "Priradená znaková sada",
DlgGenStyle : "Štýl",
DlgGenLongDescr : "Dlhý popis URL",
DlgGenClass : "Trieda Å¡týlu",
DlgGenTitle : "Pomocný titulok",
DlgGenContType : "Pomocný typ obsahu",
DlgGenLinkCharset : "Priradená znaková sada",
DlgGenStyle : "Å týl",
 
// Image Dialog
DlgImgTitle : "Vlastnosti obrázku",
DlgImgInfoTab : "Informácie o obrázku",
DlgImgTitle : "Vlastnosti obrázku",
DlgImgInfoTab : "Informácie o obrázku",
DlgImgBtnUpload : "Odoslať na server",
DlgImgURL : "URL",
DlgImgUpload : "Odoslať",
DlgImgAlt : "Alternatívny text",
DlgImgWidth : "Šírka",
DlgImgHeight : "Výška",
DlgImgLockRatio : "Zámok",
DlgBtnResetSize : "Pôvodná veľkosť",
DlgImgAlt : "Alternatívny text",
DlgImgWidth : "Å írka",
DlgImgHeight : "VýÅ¡ka",
DlgImgLockRatio : "Zámok",
DlgBtnResetSize : "Pôvodná veľkosÅ¥",
DlgImgBorder : "Okraje",
DlgImgHSpace : "H-medzera",
DlgImgVSpace : "V-medzera",
DlgImgAlign : "Zarovnanie",
DlgImgAlignLeft : "Vľavo",
DlgImgAlignAbsBottom: "Úplne dole",
DlgImgAlignLeft : "Vľevo",
DlgImgAlignAbsBottom: "Úplne dole",
DlgImgAlignAbsMiddle: "Do stredu",
DlgImgAlignBaseline : "Na základňu",
DlgImgAlignBaseline : "Na základňu",
DlgImgAlignBottom : "Dole",
DlgImgAlignMiddle : "Na stred",
DlgImgAlignRight : "Vpravo",
DlgImgAlignTextTop : "Na horný okraj textu",
DlgImgAlignTextTop : "Na horný okraj textu",
DlgImgAlignTop : "Nahor",
DlgImgPreview : "Náhľad",
DlgImgAlertUrl : "Zadajte prosím URL obrázku",
DlgImgLinkTab : "Odkaz",
DlgImgPreview : "Náhľad",
DlgImgAlertUrl : "Zadajte prosím URL obrázku",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Vlastnosti Flashu",
DlgFlashChkPlay : "Automatické prehrávanie",
DlgFlashChkLoop : "Opakovanie",
DlgFlashChkMenu : "Povoliť Flash Menu",
DlgFlashScale : "Mierka",
DlgFlashScaleAll : "Zobraziť mierku",
DlgFlashScaleNoBorder : "Bez okrajov",
DlgFlashScaleFit : "Roztiahnuť na celé",
 
// Link Dialog
DlgLnkWindowTitle : "Odkaz",
DlgLnkInfoTab : "Informácie o odkaze",
DlgLnkInfoTab : "Informácie o odkaze",
DlgLnkTargetTab : "Cieľ",
 
DlgLnkType : "Typ odkazu",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Kotva v tejto stránke",
DlgLnkTypeAnchor : "Kotva v tejto stránke",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protokol",
DlgLnkProtoOther : "<iný>",
DlgLnkProtoOther : "&lt;iný&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Vybrať kotvu",
DlgLnkAnchorByName : "Podľa mena kotvy",
DlgLnkAnchorById : "Podľa Id objektu",
DlgLnkNoAnchors : "(V stránke nie je definovaná žiadna kotva)",
DlgLnkEMail : "E-Mailová adresa",
DlgLnkEMailSubject : "Predmet správy",
DlgLnkEMailBody : "Telo správy",
DlgLnkNoAnchors : "&lt;V stránke žiadna kotva nie je definovaná&gt;",
DlgLnkEMail : "E-Mailová adresa",
DlgLnkEMailSubject : "Predmet správy",
DlgLnkEMailBody : "Telo správy",
DlgLnkUpload : "Odoslať",
DlgLnkBtnUpload : "Odoslať na server",
 
DlgLnkTarget : "Cieľ",
DlgLnkTargetFrame : "<rámec>",
DlgLnkTargetPopup : "<vyskakovacie okno>",
DlgLnkTargetBlank : "Nové okno (_blank)",
DlgLnkTargetParent : "Rodičovské okno (_parent)",
DlgLnkTargetSelf : "Rovnaké okno (_self)",
DlgLnkTargetTop : "Hlavné okno (_top)",
DlgLnkTargetFrameName : "Meno rámu cieľa",
DlgLnkPopWinName : "Názov vyskakovacieho okna",
DlgLnkTargetFrame : "&lt;rámec&gt;",
DlgLnkTargetPopup : "&lt;vyskakovacie okno&gt;",
DlgLnkTargetBlank : "Nové okno (_blank)",
DlgLnkTargetParent : "Rodičovské okno (_parent)",
DlgLnkTargetSelf : "Rovnaké okno (_self)",
DlgLnkTargetTop : "Hlavné okno (_top)",
DlgLnkTargetFrameName : "Meno rámu cieľa",
DlgLnkPopWinName : "Názov vyskakovacieho okna",
DlgLnkPopWinFeat : "Vlastnosti vyskakovacieho okna",
DlgLnkPopResize : "Meniteľná veľkosť",
DlgLnkPopLocation : "Panel umiestnenia",
DlgLnkPopResize : "Měnitelná velikost",
DlgLnkPopLocation : "Panel umístění",
DlgLnkPopMenu : "Panel ponuky",
DlgLnkPopScroll : "Posuvníky",
DlgLnkPopStatus : "Stavový riadok",
DlgLnkPopToolbar : "Panel nástrojov",
DlgLnkPopFullScrn : "Celá obrazovka (IE)",
DlgLnkPopDependent : "Závislosť (Netscape)",
DlgLnkPopWidth : "Šírka",
DlgLnkPopHeight : "Výška",
DlgLnkPopLeft : "Ľavý okraj",
DlgLnkPopTop : "Horný okraj",
DlgLnkPopScroll : "Posuvníky",
DlgLnkPopStatus : "Stavový riadok",
DlgLnkPopToolbar : "Panel nástrojov",
DlgLnkPopFullScrn : "Celá obrazovka (IE)",
DlgLnkPopDependent : "ZávislosÅ¥ (Netscape)",
DlgLnkPopWidth : "Å írka",
DlgLnkPopHeight : "VýÅ¡ka",
DlgLnkPopLeft : "Ľavý okraj",
DlgLnkPopTop : "Horný okraj",
 
DlnLnkMsgNoUrl : "Zadajte prosím URL odkazu",
DlnLnkMsgNoEMail : "Zadajte prosím e-mailovú adresu",
DlnLnkMsgNoAnchor : "Vyberte prosím kotvu",
DlnLnkMsgInvPopName : "Názov vyskakovacieho okna sa musá začínať písmenom a nemôže obsahovať medzery",
DlnLnkMsgNoUrl : "Zadajte prosím URL odkazu",
DlnLnkMsgNoEMail : "Zadajte prosím e-mailovú adresu",
DlnLnkMsgNoAnchor : "Vyberte prosím kotvu",
 
// Color Dialog
DlgColorTitle : "Výber farby",
DlgColorTitle : "Výber farby",
DlgColorBtnClear : "Vymazať",
DlgColorHighlight : "Zvýraznená",
DlgColorSelected : "Vybraná",
DlgColorHighlight : "Zvýraznená",
DlgColorSelected : "Vybraná",
 
// Smiley Dialog
DlgSmileyTitle : "Vkladanie smajlíkov",
DlgSmileyTitle : "Vkladanie smajlíkov",
 
// Special Character Dialog
DlgSpecialCharTitle : "Výber špeciálneho znaku",
DlgSpecialCharTitle : "Výber speciálneho znaku",
 
// Table Dialog
DlgTableTitle : "Vlastnosti tabuľky",
296,82 → 249,68
DlgTableColumns : "Stĺpce",
DlgTableBorder : "Ohraničenie",
DlgTableAlign : "Zarovnanie",
DlgTableAlignNotSet : "<nenastavené>",
DlgTableAlignNotSet : "<nenastavené>",
DlgTableAlignLeft : "Vľavo",
DlgTableAlignCenter : "Na stred",
DlgTableAlignRight : "Vpravo",
DlgTableWidth : "Šírka",
DlgTableWidth : "Å írka",
DlgTableWidthPx : "pixelov",
DlgTableWidthPc : "percent",
DlgTableHeight : "Výška",
DlgTableHeight : "VýÅ¡ka",
DlgTableCellSpace : "Vzdialenosť buniek",
DlgTableCellPad : "Odsadenie obsahu",
DlgTableCaption : "Popis",
DlgTableSummary : "Prehľad",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Vlastnosti bunky",
DlgCellWidth : "Šírka",
DlgCellWidth : "Å írka",
DlgCellWidthPx : "bodov",
DlgCellWidthPc : "percent",
DlgCellHeight : "Výška",
DlgCellHeight : "VýÅ¡ka",
DlgCellWordWrap : "Zalamovannie",
DlgCellWordWrapNotSet : "<nenastavené>",
DlgCellWordWrapYes : "Áno",
DlgCellWordWrapNotSet : "<nenanstavené>",
DlgCellWordWrapYes : "Áno",
DlgCellWordWrapNo : "Nie",
DlgCellHorAlign : "Vodorovné zarovnanie",
DlgCellHorAlignNotSet : "<nenastavené>",
DlgCellHorAlign : "Vodorovné zarovnanie",
DlgCellHorAlignNotSet : "<nenastavené>",
DlgCellHorAlignLeft : "Vľavo",
DlgCellHorAlignCenter : "Na stred",
DlgCellHorAlignRight: "Vpravo",
DlgCellVerAlign : "Zvislé zarovnanie",
DlgCellVerAlignNotSet : "<nenastavené>",
DlgCellVerAlign : "Zvyslé zarovnanie",
DlgCellVerAlignNotSet : "<nenastavené>",
DlgCellVerAlignTop : "Nahor",
DlgCellVerAlignMiddle : "Doprostred",
DlgCellVerAlignBottom : "Dole",
DlgCellVerAlignBaseline : "Na základňu",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Zlúčené riadky",
DlgCellCollSpan : "Zlúčené stĺpce",
DlgCellVerAlignBaseline : "Na základňu",
DlgCellRowSpan : "Zlúčené riadky",
DlgCellCollSpan : "Zlúčené stĺpce",
DlgCellBackColor : "Farba pozadia",
DlgCellBorderColor : "Farba ohraničenia",
DlgCellBtnSelect : "Výber...",
DlgCellBtnSelect : "Výber...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Nájsť a nahradiť",
 
// Find Dialog
DlgFindTitle : "Hľadať",
DlgFindFindBtn : "Hľadať",
DlgFindNotFoundMsg : "Hľadaný text nebol nájdený.",
DlgFindNotFoundMsg : "Hľadaný text nebol nájdený.",
 
// Replace Dialog
DlgReplaceTitle : "Nahradiť",
DlgReplaceFindLbl : "Čo hľadať:",
DlgReplaceReplaceLbl : "Čím nahradiť:",
DlgReplaceCaseChk : "Rozlišovať malé/veľké písmená",
DlgReplaceReplaceLbl : "Čím nahradiÅ¥:",
DlgReplaceCaseChk : "RozliÅ¡ovaÅ¥ malé/veľké písmená",
DlgReplaceReplaceBtn : "Nahradiť",
DlgReplaceReplAllBtn : "Nahradiť všetko",
DlgReplaceWordChk : "Len celé slová",
DlgReplaceWordChk : "Len celé slová",
 
// Paste Operations / Dialog
PasteErrorCut : "Bezpečnostné nastavenia Vášho prehliadača nedovoľujú editoru spustiť funkciu pre vystrihnutie zvoleného textu do schránky. Prosím vystrihnite zvolený text do schránky pomocou klávesnice (Ctrl+X).",
PasteErrorCopy : "Bezpečnostné nastavenia Vášho prehliadača nedovoľujú editoru spustiť funkciu pre kopírovanie zvoleného textu do schránky. Prosím skopírujte zvolený text do schránky pomocou klávesnice (Ctrl+C).",
PasteErrorPaste : "Bezpečnostné nastavenie VáÅ¡ho prohehliadača nedovoľujú editoru spustiÅ¥ funkciu pre vloženie textu zo schránky. Prosím vložte text zo schránky pomocou klávesnice (Ctrl+V).",
PasteErrorCut : "Bezpečnostné nastavenie VáÅ¡ho prohehliadača nedovoľujú editoru spustiÅ¥ funkciu pre vystrihnutie zvoleného textu do schránky. Prosím vystrihnite zvolený text do schránky pomocou klávesnice (Ctrl+X).",
PasteErrorCopy : "Bezpečnostné nastavenie VáÅ¡ho prohehliadača nedovoľujú editoru spustiÅ¥ funkciu pre kopírovánie zvoleného textu do schránky. Prosím skopírujte zvolený text do schránky pomocou klávesnice (Ctrl+C).",
 
PasteAsText : "Vložiť ako čistý text",
PasteAsText : "VložiÅ¥ ako čistý text",
PasteFromWord : "Vložiť text z Wordu",
 
DlgPasteMsg2 : "Prosím vložte nasledovný rámček použitím klávesnice (<STRONG>Ctrl+V</STRONG>) a stlačte <STRONG>OK</STRONG>.",
DlgPasteSec : "Bezpečnostné nastavenia Vášho prehliadača nedovoľujú editoru pristupovať priamo k datám v schránke. Musíte ich vložiť znovu do tohto okna.",
DlgPasteIgnoreFont : "Ignorovať nastavenia typu písma",
DlgPasteRemoveStyles : "Odstrániť formátovanie",
DlgPasteMsg : "<strong>Bezpečnostné nastavenie</strong> VáÅ¡ho prohehliadača nedovoľujú editoru spustiÅ¥ funkciu pre vloženie textu zo schránky.<br />Text zo schránky prosím vložte pomocou klávesnice do tohto poľa (<strong>Ctrl+V</strong>) a potom stlačte tlačítko <strong>OK</strong>.",
 
// Color Picker
ColorAutomatic : "Automaticky",
383,152 → 322,132
// Anchor Dialog
DlgAnchorTitle : "Vlastnosti kotvy",
DlgAnchorName : "Meno kotvy",
DlgAnchorErrorName : "Zadajte prosím meno kotvy",
DlgAnchorErrorName : "Zadajte prosím meno kotvy",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Nie je v slovníku",
DlgSpellNotInDic : "Nie je v slovníku",
DlgSpellChangeTo : "Zmeniť na",
DlgSpellBtnIgnore : "Ignorovať",
DlgSpellBtnIgnoreAll : "Ignorovať všetko",
DlgSpellBtnReplace : "Prepísat",
DlgSpellBtnReplaceAll : "Prepísat všetko",
DlgSpellBtnUndo : "Späť",
DlgSpellNoSuggestions : "- Žiadny návrh -",
DlgSpellBtnReplace : "Prepísat",
DlgSpellBtnReplaceAll : "Prepísat vÅ¡etko",
DlgSpellBtnUndo : "SpäÅ¥",
DlgSpellNoSuggestions : "- Žiadny návrh -",
DlgSpellProgress : "Prebieha kontrola pravopisu...",
DlgSpellNoMispell : "Kontrola pravopisu dokončená: bez chýb",
DlgSpellNoChanges : "Kontrola pravopisu dokončená: žiadne slová nezmenené",
DlgSpellOneChange : "Kontrola pravopisu dokončená: zmenené jedno slovo",
DlgSpellManyChanges : "Kontrola pravopisu dokončená: zmenených %1 slov",
DlgSpellNoMispell : "Kontrola pravopisu dokončená: bez chyb",
DlgSpellNoChanges : "Kontrola pravopisu dokončená: žiadne slová nezmenené",
DlgSpellOneChange : "Kontrola pravopisu dokončená: zmenené jedno slovo",
DlgSpellManyChanges : "Kontrola pravopisu dokončená: zmenených %1 slov",
 
IeSpellDownload : "Kontrola pravopisu nie je naištalovaná. Chcete ju hneď stiahnuť?",
IeSpellDownload : "Kontrola pravopisu nie je naiÅ¡talovaná. Chcete ju hneď stiahnuÅ¥?",
 
// Button Dialog
DlgButtonText : "Text",
DlgButtonType : "Typ",
DlgButtonTypeBtn : "Tlačidlo",
DlgButtonTypeSbm : "Odoslať",
DlgButtonTypeRst : "Vymazať",
DlgButtonText : "Text",
DlgButtonType : "Typ",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Názov",
DlgCheckboxName : "Názov",
DlgCheckboxValue : "Hodnota",
DlgCheckboxSelected : "Vybrané",
DlgCheckboxSelected : "Vybrané",
 
// Form Dialog
DlgFormName : "Názov",
DlgFormName : "Názov",
DlgFormAction : "Akcie",
DlgFormMethod : "Metóda",
DlgFormMethod : "Metóda",
 
// Select Field Dialog
DlgSelectName : "Názov",
DlgSelectName : "Názov",
DlgSelectValue : "Hodnota",
DlgSelectSize : "Veľkosť",
DlgSelectLines : "riadkov",
DlgSelectChkMulti : "Povoliť viacnásobný výber",
DlgSelectOpAvail : "Dostupné možnosti",
DlgSelectChkMulti : "PovoliÅ¥ viacnásobný výber",
DlgSelectOpAvail : "Dostupné možnosti",
DlgSelectOpText : "Text",
DlgSelectOpValue : "Hodnota",
DlgSelectBtnAdd : "Pridať",
DlgSelectBtnModify : "Zmeniť",
DlgSelectBtnUp : "Hore",
DlgSelectBtnDown : "Dole",
DlgSelectBtnSetValue : "Nastaviť ako vybranú hodnotu",
DlgSelectBtnUp : "Nahor",
DlgSelectBtnDown : "Dolu",
DlgSelectBtnSetValue : "NastaviÅ¥ ako vybranú hodnotu",
DlgSelectBtnDelete : "Zmazať",
 
// Textarea Dialog
DlgTextareaName : "Názov",
DlgTextareaName : "Názov",
DlgTextareaCols : "Stĺpce",
DlgTextareaRows : "Riadky",
 
// Text Field Dialog
DlgTextName : "Názov",
DlgTextName : "Názov",
DlgTextValue : "Hodnota",
DlgTextCharWidth : "Šírka pola (znakov)",
DlgTextMaxChars : "Maximálny počet znakov",
DlgTextCharWidth : "Å írka pola (znakov)",
DlgTextMaxChars : "Maximálny počet znakov",
DlgTextType : "Typ",
DlgTextTypeText : "Text",
DlgTextTypePass : "Heslo",
 
// Hidden Field Dialog
DlgHiddenName : "Názov",
DlgHiddenName : "Názov",
DlgHiddenValue : "Hodnota",
 
// Bulleted List Dialog
BulletedListProp : "Vlastnosti odrážok",
NumberedListProp : "Vlastnosti číslovania",
DlgLstStart : "Štart",
BulletedListProp : "Vlastnosti odrážok",
NumberedListProp : "Vlastnosti číslovania",
DlgLstType : "Typ",
DlgLstTypeCircle : "Krúžok",
DlgLstTypeDisc : "Disk",
DlgLstTypeCircle : "Krúžok",
DlgLstTypeDisk : "Disk",
DlgLstTypeSquare : "Štvorec",
DlgLstTypeNumbers : "Číslovanie (1, 2, 3)",
DlgLstTypeLCase : "Malé písmená (a, b, c)",
DlgLstTypeUCase : "Veľké písmená (A, B, C)",
DlgLstTypeSRoman : "Malé rímske číslice (i, ii, iii)",
DlgLstTypeLRoman : "Veľké rímske číslice (I, II, III)",
DlgLstTypeNumbers : "Číslovanie (1, 2, 3)",
DlgLstTypeLCase : "Malé písmená (a, b, c)",
DlgLstTypeUCase : "Veľké písmená (A, B, C)",
DlgLstTypeSRoman : "Malé rímske číslice (i, ii, iii)",
DlgLstTypeLRoman : "Veľké rímske číslice (I, II, III)",
 
// Document Properties Dialog
DlgDocGeneralTab : "Všeobecné",
DlgDocGeneralTab : "VÅ¡eobecné",
DlgDocBackTab : "Pozadie",
DlgDocColorsTab : "Farby a okraje",
DlgDocMetaTab : "Meta Data",
 
DlgDocPageTitle : "Titulok",
DlgDocLangDir : "Orientácie jazyka",
DlgDocLangDirLTR : "Zľava doprava (LTR)",
DlgDocLangDirRTL : "Sprava doľava (RTL)",
DlgDocLangCode : "Kód jazyka",
DlgDocCharSet : "Kódová stránka",
DlgDocCharSetCE : "Stredoeurópske",
DlgDocCharSetCT : "Čínština tradičná (Big5)",
DlgDocCharSetCR : "Cyrillika",
DlgDocCharSetGR : "Gréčtina",
DlgDocCharSetJP : "Japončina",
DlgDocCharSetKR : "Korejčina",
DlgDocCharSetTR : "Turečtina",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Západná európa",
DlgDocCharSetOther : "Iná kódová stránka",
DlgDocLangDir : "Orientácie jazyka",
DlgDocLangDirLTR : "Zľeva doprava (LTR)",
DlgDocLangDirRTL : "Zprava doľava (RTL)",
DlgDocLangCode : "Kód jazyka",
DlgDocCharSet : "Kódová stránka",
DlgDocCharSetOther : "Iná kódová stránka",
 
DlgDocDocType : "Typ záhlavia dokumentu",
DlgDocDocTypeOther : "Iný typ záhlavia dokumentu",
DlgDocIncXHTML : "Obsahuje deklarácie XHTML",
DlgDocDocType : "Typ záhlavia dokumentu",
DlgDocDocTypeOther : "Iný typ záhlavia dokumentu",
DlgDocIncXHTML : "Obsahuje deklarácie XHTML",
DlgDocBgColor : "Farba pozadia",
DlgDocBgImage : "URL adresa obrázku na pozadí",
DlgDocBgNoScroll : "Fixné pozadie",
DlgDocBgImage : "URL adresa obrázku na pozadí",
DlgDocBgNoScroll : "Fixné pozadie",
DlgDocCText : "Text",
DlgDocCLink : "Odkaz",
DlgDocCVisited : "Navštívený odkaz",
DlgDocCActive : "Aktívny odkaz",
DlgDocMargins : "Okraje stránky",
DlgDocMaTop : "Horný",
DlgDocMaLeft : "Ľavý",
DlgDocMaRight : "Pravý",
DlgDocMaBottom : "Dolný",
DlgDocMeIndex : "Kľúčové slová pre indexovanie (oddelené čiarkou)",
DlgDocMeDescr : "Popis stránky",
DlgDocCVisited : "NavÅ¡tívený odkaz",
DlgDocCActive : "Aktívny odkaz",
DlgDocMargins : "Okraje stránky",
DlgDocMaTop : "Horný",
DlgDocMaLeft : "Ľavý",
DlgDocMaRight : "Pravý",
DlgDocMaBottom : "Dolný",
DlgDocMeIndex : "Kľúčové slová pre indexovanie (oddelené čiarkou)",
DlgDocMeDescr : "Popis stránky",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Autorské práva",
DlgDocPreview : "Náhľad",
DlgDocMeCopy : "Autorské práva",
DlgDocPreview : "Náhľad",
 
// Templates Dialog
Templates : "Šablóny",
DlgTemplatesTitle : "Šablóny obsahu",
DlgTemplatesSelMsg : "Prosím vyberte šablóny na otvorenie v editore<br>(súšasný obsah bude stratený):",
DlgTemplatesLoading : "Nahrávam zoznam šablón. Čakajte prosím...",
DlgTemplatesNoTpl : "(žiadne šablóny nenájdené)",
DlgTemplatesReplace : "Nahradiť aktuálny obsah",
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "O aplikáci",
DlgAboutBrowserInfoTab : "Informácie o prehliadači",
DlgAboutLicenseTab : "Licencia",
DlgAboutVersion : "verzia",
DlgAboutInfo : "Viac informácií získate na",
 
// Div Dialog
DlgDivGeneralTab : "Hlavné",
DlgDivAdvancedTab : "Rozšírené",
DlgDivStyle : "Štýl",
DlgDivInlineStyle : "Inline štýl"
};
DlgAboutAboutTab : "O aplikáci",
DlgAboutBrowserInfoTab : "Informácie o prehliadači",
DlgAboutVersion : "verzie",
DlgAboutLicense : "Licencované pod pravidlami GNU Lesser General Public License",
DlgAboutInfo : "Viac informácií získate na"
}
/trunk/api/fckeditor/editor/lang/uk.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Ukrainian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: uk.js
* Ukrainian language file.
*
* File Authors:
* Alexander Pervak (pervak@gmail.com)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "Посилання",
InsertLink : "Вставити/Редагувати посилання",
RemoveLink : "Знищити посилання",
VisitLink : "Відкрити посилання",
Anchor : "Вставити/Редагувати якір",
AnchorDelete : "Видалити якір",
InsertImageLbl : "Зображення",
InsertImage : "Вставити/Редагувати зображення",
InsertFlashLbl : "Flash",
InsertFlash : "Вставити/Редагувати Flash",
InsertTableLbl : "Таблиця",
InsertTable : "Вставити/Редагувати таблицю",
InsertLineLbl : "Лінія",
72,10 → 62,6
BlockJustify : "По ширині",
DecreaseIndent : "Зменшити відступ",
IncreaseIndent : "Збільшити відступ",
Blockquote : "Цитата",
CreateDiv : "Створити Div контейнер",
EditDiv : "Редагувати Div контейнер",
DeleteDiv : "Видалити Div контейнер",
Undo : "Повернути",
Redo : "Повторити",
NumberedListLbl : "Нумерований список",
95,8 → 81,6
Replace : "Заміна",
SpellCheck : "Перевірити орфографію",
UniversalKeyboard : "Універсальна клавіатура",
PageBreakLbl : "Розривши сторінки",
PageBreak : "Вставити розривши сторінки",
 
Form : "Форма",
Checkbox : "Флагова кнопка",
108,33 → 92,19
SelectionField : "Список",
ImageButton : "Кнопка із зображенням",
 
FitWindow : "Розвернути вікно редактора",
ShowBlocks : "Показувати блоки",
 
// Context Menu
EditLink : "Вставити посилання",
CellCM : "Осередок",
RowCM : "Рядок",
ColumnCM : "Колонка",
InsertRowAfter : "Вставити рядок після",
InsertRowBefore : "Вставити рядок до",
InsertRow : "Вставити строку",
DeleteRows : "Видалити строки",
InsertColumnAfter : "Вставити колонку після",
InsertColumnBefore : "Вставити колонку до",
InsertColumn : "Вставити колонку",
DeleteColumns : "Видалити колонки",
InsertCellAfter : "Вставити комірку після",
InsertCellBefore : "Вставити комірку до",
InsertCell : "Вставити комірку",
DeleteCells : "Видалити комірки",
MergeCells : "Об'єднати комірки",
MergeRight : "Об'єднати зправа",
MergeDown : "Об'єднати до низу",
HorizontalSplitCell : "Розділити комірку по горизонталі",
VerticalSplitCell : "Розділити комірку по вертикалі",
TableDelete : "Видалити таблицю",
SplitCell : "Роз'єднати комірку",
CellProperties : "Властивості комірки",
TableProperties : "Властивості таблиці",
ImageProperties : "Властивості зображення",
FlashProperties : "Властивості Flash",
 
AnchorProp : "Властивості якоря",
ButtonProp : "Властивості кнопки",
147,7 → 117,7
TextareaProp : "Властивості текстової області",
FormProp : "Властивості форми",
 
FontFormats : "Нормальний;Форматований;Адреса;Заголовок 1;Заголовок 2;Заголовок 3;Заголовок 4;Заголовок 5;Заголовок 6;Нормальний (DIV)",
FontFormats : "Нормальний;Форматований;Адреса;Заголовок 1;Заголовок 2;Заголовок 3;Заголовок 4;Заголовок 5;Заголовок 6",
 
// Alerts and Messages
ProcessingXHTML : "Обробка XHTML. Зачекайте, будь ласка...",
158,10 → 128,6
UnknownCommand : "Невідоме ім'я команди \"%1\"",
NotImplemented : "Команда не реалізована",
UnknownToolbarSet : "Панель інструментів \"%1\" не існує",
NoActiveX : "Настройки безпеки вашого браузера можуть обмежувати деякі властивості редактора. Ви повинні включити опцію \"Запускати елементи управління ACTIVEX і плугіни\". Ви можете бачити помилки і помічати відсутність можливостей.",
BrowseServerBlocked : "Ресурси браузера не можуть бути відкриті. Перевірте що блокування спливаючих вікон вимкнені.",
DialogBlocked : "Не можливо відкрити вікно діалогу. Перевірте що блокування спливаючих вікон вимкнені.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "ОК",
169,12 → 135,10
DlgBtnClose : "Зачинити",
DlgBtnBrowseServer : "Передивитися на сервері",
DlgAdvancedTag : "Розширений",
DlgOpOther : "<Інше>",
DlgInfoTab : "Інфо",
DlgAlertUrl : "Вставте, будь-ласка, URL",
DlgOpOther : "&lt;Інше&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<не визначено>",
DlgGenNotSet : "&lt;не визначено&gt;",
DlgGenId : "Ідентифікатор",
DlgGenLangDir : "Напрямок мови",
DlgGenLangDirLtr : "Зліва на право (LTR)",
218,16 → 182,6
DlgImgAlertUrl : "Будь ласка, введіть URL зображення",
DlgImgLinkTab : "Посилання",
 
// Flash Dialog
DlgFlashTitle : "Властивості Flash",
DlgFlashChkPlay : "Авто програвання",
DlgFlashChkLoop : "Зациклити",
DlgFlashChkMenu : "Дозволити меню Flash",
DlgFlashScale : "Масштаб",
DlgFlashScaleAll : "Показати всі",
DlgFlashScaleNoBorder : "Без рамки",
DlgFlashScaleFit : "Дійсний розмір",
 
// Link Dialog
DlgLnkWindowTitle : "Посилання",
DlgLnkInfoTab : "Інформація посилання",
238,12 → 192,12
DlgLnkTypeAnchor : "Якір на цю сторінку",
DlgLnkTypeEMail : "Эл. пошта",
DlgLnkProto : "Протокол",
DlgLnkProtoOther : "<інше>",
DlgLnkProtoOther : "&lt;інше&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Оберіть якір",
DlgLnkAnchorByName : "За ім'ям якоря",
DlgLnkAnchorById : "За ідентифікатором елемента",
DlgLnkNoAnchors : "(Немає якорів доступних в цьому документі)",
DlgLnkNoAnchors : "&lt;Немає якорів доступних в цьому документі&gt;",
DlgLnkEMail : "Адреса ел. пошти",
DlgLnkEMailSubject : "Тема листа",
DlgLnkEMailBody : "Тіло повідомлення",
251,8 → 205,8
DlgLnkBtnUpload : "Переслати на сервер",
 
DlgLnkTarget : "Ціль",
DlgLnkTargetFrame : "<фрейм>",
DlgLnkTargetPopup : "<спливаюче вікно>",
DlgLnkTargetFrame : "&lt;фрейм&gt;",
DlgLnkTargetPopup : "&lt;спливаюче вікно&gt;",
DlgLnkTargetBlank : "Нове вікно (_blank)",
DlgLnkTargetParent : "Батьківське вікно (_parent)",
DlgLnkTargetSelf : "Теж вікно (_self)",
276,7 → 230,6
DlnLnkMsgNoUrl : "Будь ласка, занесіть URL посилання",
DlnLnkMsgNoEMail : "Будь ласка, занесіть адрес эл. почты",
DlnLnkMsgNoAnchor : "Будь ласка, оберіть якір",
DlnLnkMsgInvPopName : "Назва спливаючого вікна повинна починатися букви і не може містити пропусків",
 
// Color Dialog
DlgColorTitle : "Оберіть колір",
307,12 → 260,6
DlgTableCellSpace : "Проміжок (spacing)",
DlgTableCellPad : "Відступ (padding)",
DlgTableCaption : "Заголовок",
DlgTableSummary : "Резюме",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Властивості комірки",
335,9 → 282,6
DlgCellVerAlignMiddle : "Посередині",
DlgCellVerAlignBottom : "Знизу",
DlgCellVerAlignBaseline : "По базовій лінії",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Діапазон строк (span)",
DlgCellCollSpan : "Діапазон колонок (span)",
DlgCellBackColor : "Колір фона",
344,9 → 288,6
DlgCellBorderColor : "Колір бордюра",
DlgCellBtnSelect : "Оберіть...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Знайти і замінити",
 
// Find Dialog
DlgFindTitle : "Пошук",
DlgFindFindBtn : "Пошук",
362,6 → 303,7
DlgReplaceWordChk : "Збіг цілих слів",
 
// Paste Operations / Dialog
PasteErrorPaste : "Настройки безпеки вашого браузера не дозволяють редактору автоматично виконувати операції вставки. Будь ласка, використовуйте клавіатуру для цього (Ctrl+V).",
PasteErrorCut : "Настройки безпеки вашого браузера не дозволяють редактору автоматично виконувати операції вирізування. Будь ласка, використовуйте клавіатуру для цього (Ctrl+X).",
PasteErrorCopy : "Настройки безпеки вашого браузера не дозволяють редактору автоматично виконувати операції копіювання. Будь ласка, використовуйте клавіатуру для цього (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "Вставити тільки текст",
PasteFromWord : "Вставити з Word",
 
DlgPasteMsg2 : "Будь-ласка, вставте з буфера обміну в цю область, користуючись комбінацією клавіш (<STRONG>Ctrl+V</STRONG>) та натисніть <STRONG>OK</STRONG>.",
DlgPasteSec : "Редактор не може отримати прямий доступ до буферу обміну у зв'язку з налаштуваннями вашого браузера. Вам потрібно вставити інформацію повторно в це вікно.",
DlgPasteIgnoreFont : "Ігнорувати налаштування шрифтів",
DlgPasteRemoveStyles : "Видалити налаштування стилів",
DlgPasteMsg : "Редактор не може автоматично виконати операцію вставки внаслідок <STRONG>налаштування безпеки</STRONG> вашого браузера.<BR> Будь ласка, вставте текст в наступне поле введення, використовуючи клавіатуру (<STRONG>Ctrl+V</STRONG>), і натисніть <STRONG>ОК</STRONG>.",
 
// Color Picker
ColorAutomatic : "Автоматичний",
403,11 → 342,8
IeSpellDownload : "Модуль перевірки орфографії не встановлено. Бажаєтн завантажити його зараз?",
 
// Button Dialog
DlgButtonText : "Текст (Значення)",
DlgButtonType : "Тип",
DlgButtonTypeBtn : "Кнопка",
DlgButtonTypeSbm : "Відправити",
DlgButtonTypeRst : "Скинути",
DlgButtonText : "Текст (Значення)",
DlgButtonType : "Тип",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Ім'я",
456,14 → 392,13
// Bulleted List Dialog
BulletedListProp : "Властивості маркованого списка",
NumberedListProp : "Властивості нумерованного списка",
DlgLstStart : "Початок",
DlgLstType : "Тип",
DlgLstTypeCircle : "Коло",
DlgLstTypeDisc : "Диск",
DlgLstTypeDisk : "Диск",
DlgLstTypeSquare : "Квадрат",
DlgLstTypeNumbers : "Номери (1, 2, 3)",
DlgLstTypeLCase : "Літери нижнього регістра(a, b, c)",
DlgLstTypeUCase : "Букви верхнього регістра (A, B, C)",
DlgLstTypeUCase : "Літери ВЕРХНЬОГО РЕГІСТРА (A, B, C)",
DlgLstTypeSRoman : "Малі римські літери (i, ii, iii)",
DlgLstTypeLRoman : "Великі римські літери (I, II, III)",
 
479,15 → 414,6
DlgDocLangDirRTL : "Зправа на лево (RTL)",
DlgDocLangCode : "Код мови",
DlgDocCharSet : "Кодування набору символів",
DlgDocCharSetCE : "Центрально-європейська",
DlgDocCharSetCT : "Китайська традиційна (Big5)",
DlgDocCharSetCR : "Кирилиця",
DlgDocCharSetGR : "Грецька",
DlgDocCharSetJP : "Японська",
DlgDocCharSetKR : "Корейська",
DlgDocCharSetTR : "Турецька",
DlgDocCharSetUN : "Юнікод (UTF-8)",
DlgDocCharSetWE : "Західно-европейская",
DlgDocCharSetOther : "Інше кодування набору символів",
 
DlgDocDocType : "Заголовок типу документу",
517,18 → 443,11
DlgTemplatesSelMsg : "Оберіть, будь ласка, шаблон для відкриття в редакторі<br>(поточний зміст буде втрачено):",
DlgTemplatesLoading : "Завантаження списку шаблонів. Зачекайте, будь ласка...",
DlgTemplatesNoTpl : "(Не визначено жодного шаблону)",
DlgTemplatesReplace : "Замінити поточний вміст",
 
// About Dialog
DlgAboutAboutTab : "Про програму",
DlgAboutBrowserInfoTab : "Інформація браузера",
DlgAboutLicenseTab : "Ліцензія",
DlgAboutVersion : "Версія",
DlgAboutInfo : "Додаткову інформацію дивіться на ",
 
// Div Dialog
DlgDivGeneralTab : "Загальна",
DlgDivAdvancedTab : "Розширена",
DlgDivStyle : "Стиль",
DlgDivInlineStyle : "Inline стиль"
};
DlgAboutLicense : "Ліцензовано згідно умовам GNU Lesser General Public License",
DlgAboutInfo : "Додаткову інформацію дивіться на "
}
/trunk/api/fckeditor/editor/lang/ro.js
1,25 → 1,20
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Romanian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: ro.js
* Romanian language file.
*
* File Authors:
* Adrian Nicoara
* Ionut Traian Popa
*/
 
var FCKLang =
{
40,17 → 35,13
PasteWord : "Adaugă din Word",
Print : "Printează",
SelectAll : "Selectează tot",
RemoveFormat : "Înlătură formatarea",
RemoveFormat : "Înlătură formatarea",
InsertLinkLbl : "Link (Legătură web)",
InsertLink : "Inserează/Editează link (legătură web)",
RemoveLink : "Înlătură link (legătură web)",
VisitLink : "Open Link", //MISSING
RemoveLink : "Înlătură link (legătură web)",
Anchor : "Inserează/Editează ancoră",
AnchorDelete : "Şterge ancoră",
InsertImageLbl : "Imagine",
InsertImage : "Inserează/Editează imagine",
InsertFlashLbl : "Flash",
InsertFlash : "Inserează/Editează flash",
InsertTableLbl : "Tabel",
InsertTable : "Inserează/Editează tabel",
InsertLineLbl : "Linie",
60,22 → 51,18
InsertSmileyLbl : "Figură expresivă (Emoticon)",
InsertSmiley : "Inserează Figură expresivă (Emoticon)",
About : "Despre FCKeditor",
Bold : "Îngroşat (bold)",
Italic : "Înclinat (italic)",
Bold : "Îngroşat (bold)",
Italic : "Înclinat (italic)",
Underline : "Subliniat (underline)",
StrikeThrough : "Tăiat (strike through)",
Subscript : "Indice (subscript)",
Superscript : "Putere (superscript)",
LeftJustify : "Aliniere la stânga",
LeftJustify : "Aliniere la stânga",
CenterJustify : "Aliniere centrală",
RightJustify : "Aliniere la dreapta",
BlockJustify : "Aliniere în bloc (Block Justify)",
BlockJustify : "Aliniere în bloc (Block Justify)",
DecreaseIndent : "Scade indentarea",
IncreaseIndent : "Creşte indentarea",
Blockquote : "Citat",
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Starea anterioară (undo)",
Redo : "Starea ulterioară (redo)",
NumberedListLbl : "Listă numerotată",
92,93 → 79,71
BGColor : "Coloarea fundalului",
Source : "Sursa",
Find : "Găseşte",
Replace : "Înlocuieşte",
Replace : "Înlocuieşte",
SpellCheck : "Verifică text",
UniversalKeyboard : "Tastatură universală",
PageBreakLbl : "Separator de pagină (Page Break)",
PageBreak : "Inserează separator de pagină (Page Break)",
 
Form : "Formular (Form)",
Checkbox : "Bifă (Checkbox)",
RadioButton : "Buton radio (RadioButton)",
TextField : "Câmp text (TextField)",
TextField : "Câmp text (TextField)",
Textarea : "Suprafaţă text (Textarea)",
HiddenField : "Câmp ascuns (HiddenField)",
HiddenField : "Câmp ascuns (HiddenField)",
Button : "Buton",
SelectionField : "Câmp selecţie (SelectionField)",
SelectionField : "Câmp selecÅ£ie (SelectionField)",
ImageButton : "Buton imagine (ImageButton)",
 
FitWindow : "Maximizează mărimea editorului",
ShowBlocks : "Arată blocurile",
 
// Context Menu
EditLink : "Editează Link",
CellCM : "Celulă",
RowCM : "Linie",
ColumnCM : "Coloană",
InsertRowAfter : "Inserează linie după",
InsertRowBefore : "Inserează linie înainte",
DeleteRows : "Şterge linii",
InsertColumnAfter : "Inserează coloană după",
InsertColumnBefore : "Inserează coloană înainte",
DeleteColumns : "Şterge celule",
InsertCellAfter : "Inserează celulă după",
InsertCellBefore : "Inserează celulă înainte",
InsertRow : "Inserează Row",
DeleteRows : "Şterge Rows",
InsertColumn : "Inserează Column",
DeleteColumns : "Şterge Columns",
InsertCell : "Inserează Cell",
DeleteCells : "Şterge celule",
MergeCells : "Uneşte celule",
MergeRight : "Uneşte la dreapta",
MergeDown : "Uneşte jos",
HorizontalSplitCell : "Împarte celula pe orizontală",
VerticalSplitCell : "Împarte celula pe verticală",
TableDelete : "Şterge tabel",
SplitCell : "Împarte celulă",
CellProperties : "Proprietăţile celulei",
TableProperties : "Proprietăţile tabelului",
ImageProperties : "Proprietăţile imaginii",
FlashProperties : "Proprietăţile flash-ului",
 
AnchorProp : "Proprietăţi ancoră",
ButtonProp : "Proprietăţi buton",
CheckboxProp : "Proprietăţi bifă (Checkbox)",
HiddenFieldProp : "Proprietăţi câmp ascuns (Hidden Field)",
HiddenFieldProp : "Proprietăţi câmp ascuns (Hidden Field)",
RadioButtonProp : "Proprietăţi buton radio (Radio Button)",
ImageButtonProp : "Proprietăţi buton imagine (Image Button)",
TextFieldProp : "Proprietăţi câmp text (Text Field)",
SelectionFieldProp : "Proprietăţi câmp selecţie (Selection Field)",
TextFieldProp : "Proprietăţi câmp text (Text Field)",
SelectionFieldProp : "Proprietăţi câmp selecÅ£ie (Selection Field)",
TextareaProp : "Proprietăţi suprafaţă text (Textarea)",
FormProp : "Proprietăţi formular (Form)",
 
FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Normal (DIV)", //MISSING
FontFormats : "Normal;Formatat;Adresa;Titlu 1;Titlu 2;Titlu 3;Titlu 4;Titlu 5;Titlu 6;Paragraf (DIV)",
 
// Alerts and Messages
ProcessingXHTML : "Procesăm XHTML. Vă rugăm aşteptaţi...",
Done : "Am terminat",
PasteWordConfirm : "Textul pe care doriţi să-l adăugaţi pare a fi formatat pentru Word. Doriţi să-l curăţaţi de această formatare înainte de a-l adăuga?",
NotCompatiblePaste : "Această facilitate e disponibilă doar pentru Microsoft Internet Explorer, versiunea 5.5 sau ulterioară. Vreţi să-l adăugaţi fără a-i fi înlăturat formatarea?",
PasteWordConfirm : "Textul pe care doriÅ£i să-l adăugaÅ£i pare a fi formatat pentru Word. DoriÅ£i să-l curăţaÅ£i de această formatare înainte de a-l adăuga?",
NotCompatiblePaste : "Această facilitate e disponibilă doar pentru Microsoft Internet Explorer, versiunea 5.5 sau ulterioară. VreÅ£i să-l adăugaÅ£i fără a-i fi înlăturat formatarea?",
UnknownToolbarItem : "Obiectul \"%1\" din bara cu opţiuni necunoscut",
UnknownCommand : "Comanda \"%1\" necunoscută",
NotImplemented : "Comandă neimplementată",
UnknownToolbarSet : "Grupul din bara cu opţiuni \"%1\" nu există",
NoActiveX : "Setările de securitate ale programului dvs. cu care navigaţi pe internet (browser) pot limita anumite funcţionalităţi ale editorului. Pentru a evita asta, trebuie să activaţi opţiunea \"Run ActiveX controls and plug-ins\". Poate veţi întâlni erori sau veţi observa funcţionalităţi lipsă.",
BrowseServerBlocked : "The resources browser could not be opened. Asiguraţi-vă că nu e activ niciun \"popup blocker\" (funcţionalitate a programului de navigat (browser) sau a unui plug-in al acestuia de a bloca deschiderea unui noi ferestre).",
DialogBlocked : "Nu a fost posibilă deschiderea unei ferestre de dialog. Asiguraţi-vă că nu e activ niciun \"popup blocker\" (funcţionalitate a programului de navigat (browser) sau a unui plug-in al acestuia de a bloca deschiderea unui noi ferestre).",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "Bine",
DlgBtnCancel : "Anulare",
DlgBtnClose : "Închidere",
DlgBtnClose : "Închidere",
DlgBtnBrowseServer : "Răsfoieşte server",
DlgAdvancedTag : "Avansat",
DlgOpOther : "<Altul>",
DlgInfoTab : "Informaţii",
DlgAlertUrl : "Vă rugăm să scrieţi URL-ul",
DlgOpOther : "&lt;Altul&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<nesetat>",
DlgGenNotSet : "&lt;nesetat&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Direcţia cuvintelor",
DlgGenLangDirLtr : "stânga-dreapta (LTR)",
DlgGenLangDirRtl : "dreapta-stânga (RTL)",
DlgGenLangDirLtr : "stânga-dreapta (LTR)",
DlgGenLangDirRtl : "dreapta-stânga (RTL)",
DlgGenLangCode : "Codul limbii",
DlgGenAccessKey : "Tasta de acces",
DlgGenName : "Nume",
195,10 → 160,10
DlgImgInfoTab : "Informaţii despre imagine",
DlgImgBtnUpload : "Trimite la server",
DlgImgURL : "URL",
DlgImgUpload : "Încarcă",
DlgImgUpload : "Încarcă",
DlgImgAlt : "Text alternativ",
DlgImgWidth : "Lăţime",
DlgImgHeight : "Înălţime",
DlgImgHeight : "ÎnălÅ£ime",
DlgImgLockRatio : "Păstrează proporţiile",
DlgBtnResetSize : "Resetează mărimea",
DlgImgBorder : "Margine",
205,7 → 170,7
DlgImgHSpace : "HSpace",
DlgImgVSpace : "VSpace",
DlgImgAlign : "Aliniere",
DlgImgAlignLeft : "Stânga",
DlgImgAlignLeft : "Stânga",
DlgImgAlignAbsBottom: "Jos absolut (Abs Bottom)",
DlgImgAlignAbsMiddle: "Mijloc absolut (Abs Middle)",
DlgImgAlignBaseline : "Linia de jos (Baseline)",
218,16 → 183,6
DlgImgAlertUrl : "Vă rugăm să scrieţi URL-ul imaginii",
DlgImgLinkTab : "Link (Legătură web)",
 
// Flash Dialog
DlgFlashTitle : "Proprietăţile flash-ului",
DlgFlashChkPlay : "Rulează automat",
DlgFlashChkLoop : "Repetă (Loop)",
DlgFlashChkMenu : "Activează meniul flash",
DlgFlashScale : "Scală",
DlgFlashScaleAll : "Arată tot",
DlgFlashScaleNoBorder : "Fără margini (No border)",
DlgFlashScaleFit : "Potriveşte",
 
// Link Dialog
DlgLnkWindowTitle : "Link (Legătură web)",
DlgLnkInfoTab : "Informaţii despre link (Legătură web)",
235,24 → 190,24
 
DlgLnkType : "Tipul link-ului (al legăturii web)",
DlgLnkTypeURL : "URL",
DlgLnkTypeAnchor : "Ancoră în această pagină",
DlgLnkTypeAnchor : "Ancoră în această pagină",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protocol",
DlgLnkProtoOther : "<altul>",
DlgLnkProtoOther : "&lt;altul&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Selectaţi o ancoră",
DlgLnkAnchorByName : "după numele ancorei",
DlgLnkAnchorById : "după Id-ul elementului",
DlgLnkNoAnchors : "(Nicio ancoră disponibilă în document)",
DlgLnkNoAnchors : "&lt;Nici o ancoră disponibilă în document&gt;",
DlgLnkEMail : "Adresă de e-mail",
DlgLnkEMailSubject : "Subiectul mesajului",
DlgLnkEMailBody : "Conţinutul mesajului",
DlgLnkUpload : "Încarcă",
DlgLnkUpload : "Încarcă",
DlgLnkBtnUpload : "Trimite la server",
 
DlgLnkTarget : "Ţintă (Target)",
DlgLnkTargetFrame : "<frame>",
DlgLnkTargetPopup : "<fereastra popup>",
DlgLnkTargetFrame : "&lt;frame&gt;",
DlgLnkTargetPopup : "&lt;fereastra popup&gt;",
DlgLnkTargetBlank : "Fereastră nouă (_blank)",
DlgLnkTargetParent : "Fereastra părinte (_parent)",
DlgLnkTargetSelf : "Aceeaşi fereastră (_self)",
269,14 → 224,13
DlgLnkPopFullScrn : "Tot ecranul (Full Screen)(IE)",
DlgLnkPopDependent : "Dependent (Netscape)",
DlgLnkPopWidth : "Lăţime",
DlgLnkPopHeight : "Înălţime",
DlgLnkPopLeft : "Poziţia la stânga",
DlgLnkPopHeight : "ÎnălÅ£ime",
DlgLnkPopLeft : "PoziÅ£ia la stânga",
DlgLnkPopTop : "Poziţia la dreapta",
 
DlnLnkMsgNoUrl : "Vă rugăm să scrieţi URL-ul",
DlnLnkMsgNoEMail : "Vă rugăm să scrieţi adresa de e-mail",
DlnLnkMsgNoAnchor : "Vă rugăm să selectaţi o ancoră",
DlnLnkMsgInvPopName : "Numele 'popup'-ului trebuie să înceapă cu un caracter alfabetic şi trebuie să nu conţină spaţii",
 
// Color Dialog
DlgColorTitle : "Selectează culoare",
297,22 → 251,16
DlgTableBorder : "Mărimea marginii",
DlgTableAlign : "Aliniament",
DlgTableAlignNotSet : "<Nesetat>",
DlgTableAlignLeft : "Stânga",
DlgTableAlignLeft : "Stânga",
DlgTableAlignCenter : "Centru",
DlgTableAlignRight : "Dreapta",
DlgTableWidth : "Lăţime",
DlgTableWidthPx : "pixeli",
DlgTableWidthPc : "procente",
DlgTableHeight : "Înălţime",
DlgTableCellSpace : "Spaţiu între celule",
DlgTableCellPad : "Spaţiu în cadrul celulei",
DlgTableHeight : "ÎnălÅ£ime",
DlgTableCellSpace : "SpaÅ£iu între celule",
DlgTableCellPad : "SpaÅ£iu în cadrul celulei",
DlgTableCaption : "Titlu (Caption)",
DlgTableSummary : "Rezumat",
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Proprietăţile celulei",
319,34 → 267,28
DlgCellWidth : "Lăţime",
DlgCellWidthPx : "pixeli",
DlgCellWidthPc : "procente",
DlgCellHeight : "Înălţime",
DlgCellHeight : "ÎnălÅ£ime",
DlgCellWordWrap : "Desparte cuvintele (Wrap)",
DlgCellWordWrapNotSet : "<Nesetat>",
DlgCellWordWrapNotSet : "&lt;Nesetat&gt;",
DlgCellWordWrapYes : "Da",
DlgCellWordWrapNo : "Nu",
DlgCellHorAlign : "Aliniament orizontal",
DlgCellHorAlignNotSet : "<Nesetat>",
DlgCellHorAlignLeft : "Stânga",
DlgCellHorAlignNotSet : "&lt;Nesetat&gt;",
DlgCellHorAlignLeft : "Stânga",
DlgCellHorAlignCenter : "Centru",
DlgCellHorAlignRight: "Dreapta",
DlgCellVerAlign : "Aliniament vertical",
DlgCellVerAlignNotSet : "<Nesetat>",
DlgCellVerAlignNotSet : "&lt;Nesetat&gt;",
DlgCellVerAlignTop : "Sus",
DlgCellVerAlignMiddle : "Mijloc",
DlgCellVerAlignBottom : "Jos",
DlgCellVerAlignBaseline : "Linia de jos (Baseline)",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Lungimea în linii (Span)",
DlgCellCollSpan : "Lungimea în coloane (Span)",
DlgCellRowSpan : "Lungimea în linii (Span)",
DlgCellCollSpan : "Lungimea în coloane (Span)",
DlgCellBackColor : "Culoarea fundalului",
DlgCellBorderColor : "Culoarea marginii",
DlgCellBtnSelect : "Selectaţi...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Găseşte şi înlocuieşte",
 
// Find Dialog
DlgFindTitle : "Găseşte",
DlgFindFindBtn : "Găseşte",
355,23 → 297,21
// Replace Dialog
DlgReplaceTitle : "Replace",
DlgReplaceFindLbl : "Găseşte:",
DlgReplaceReplaceLbl : "Înlocuieşte cu:",
DlgReplaceReplaceLbl : "Înlocuieşte cu:",
DlgReplaceCaseChk : "Deosebeşte majuscule de minuscule (Match case)",
DlgReplaceReplaceBtn : "Înlocuieşte",
DlgReplaceReplAllBtn : "Înlocuieşte tot",
DlgReplaceWordChk : "Doar cuvintele întregi",
DlgReplaceReplaceBtn : "Înlocuieşte",
DlgReplaceReplAllBtn : "Înlocuieşte tot",
DlgReplaceWordChk : "Doar cuvintele întregi",
 
// Paste Operations / Dialog
PasteErrorCut : "Setările de securitate ale navigatorului (browser) pe care îl folosiţi nu permit editorului să execute automat operaţiunea de tăiere. Vă rugăm folosiţi tastatura (Ctrl+X).",
PasteErrorCopy : "Setările de securitate ale navigatorului (browser) pe care îl folosiţi nu permit editorului să execute automat operaţiunea de copiere. Vă rugăm folosiţi tastatura (Ctrl+C).",
PasteErrorPaste : "Setările de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului să execute automat operaÅ£iunea de adăugare. Vă rugăm folosiÅ£i tastatura (Ctrl+V).",
PasteErrorCut : "Setările de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului să execute automat operaÅ£iunea de tăiere. Vă rugăm folosiÅ£i tastatura (Ctrl+X).",
PasteErrorCopy : "Setările de securitate ale navigatorului (browser) pe care îl folosiÅ£i nu permit editorului să execute automat operaÅ£iunea de copiere. Vă rugăm folosiÅ£i tastatura (Ctrl+C).",
 
PasteAsText : "Adaugă ca text simplu (Plain Text)",
PasteFromWord : "Adaugă din Word",
 
DlgPasteMsg2 : "Vă rugăm adăugaţi în căsuţa următoare folosind tastatura (<STRONG>Ctrl+V</STRONG>) şi apăsaţi <STRONG>OK</STRONG>.",
DlgPasteSec : "Din cauza setărilor de securitate ale programului dvs. cu care navigaţi pe internet (browser), editorul nu poate accesa direct datele din clipboard. Va trebui să adăugaţi din nou datele în această fereastră.",
DlgPasteIgnoreFont : "Ignoră definiţiile Font Face",
DlgPasteRemoveStyles : "Şterge definiţiile stilurilor",
DlgPasteMsg : "Editor nu a putut executa automat adăugarea din cauza <STRONG>setărilor de securitate</STRONG> ale navigatorului (browser) dvs.<BR>Vă rugăm adăugaţi inăuntrul casuţei folosind tastatura (<STRONG>Ctrl+V</STRONG>) şi apăsaţi <STRONG>Bine</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatic",
386,28 → 326,25
DlgAnchorErrorName : "Vă rugăm scrieţi numele ancorei",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Nu e în dicţionar",
DlgSpellChangeTo : "Schimbă în",
DlgSpellNotInDic : "Nu e în dicÅ£ionar",
DlgSpellChangeTo : "Schimbă în",
DlgSpellBtnIgnore : "Ignoră",
DlgSpellBtnIgnoreAll : "Ignoră toate",
DlgSpellBtnReplace : "Înlocuieşte",
DlgSpellBtnReplaceAll : "Înlocuieşte tot",
DlgSpellBtnReplace : "Înlocuieşte",
DlgSpellBtnReplaceAll : "Înlocuieşte tot",
DlgSpellBtnUndo : "Starea anterioară (undo)",
DlgSpellNoSuggestions : "- Fără sugestii -",
DlgSpellProgress : "Verificarea textului în desfăşurare...",
DlgSpellNoMispell : "Verificarea textului terminată: Nicio greşeală găsită",
DlgSpellNoChanges : "Verificarea textului terminată: Niciun cuvânt modificat",
DlgSpellOneChange : "Verificarea textului terminată: Un cuvânt modificat",
DlgSpellProgress : "Verificarea textului în desfăşurare...",
DlgSpellNoMispell : "Verificarea textului terminată: Nici o greşeală găsită",
DlgSpellNoChanges : "Verificarea textului terminată: Nici un cuvânt modificat",
DlgSpellOneChange : "Verificarea textului terminată: Un cuvânt modificat",
DlgSpellManyChanges : "Verificarea textului terminată: 1% cuvinte modificate",
 
IeSpellDownload : "Unealta pentru verificat textul (Spell checker) neinstalată. Doriţi să o descărcaţi acum?",
IeSpellDownload : "Spell checker not installed. Do you want to download it now?",
 
// Button Dialog
DlgButtonText : "Text (Valoare)",
DlgButtonType : "Tip",
DlgButtonTypeBtn : "Button",
DlgButtonTypeSbm : "Submit",
DlgButtonTypeRst : "Reset",
DlgButtonText : "Text (Valoare)",
DlgButtonType : "Tip",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Nume",
456,10 → 393,9
// Bulleted List Dialog
BulletedListProp : "Proprietăţile listei punctate (Bulleted List)",
NumberedListProp : "Proprietăţile listei numerotate (Numbered List)",
DlgLstStart : "Start",
DlgLstType : "Tip",
DlgLstTypeCircle : "Cerc",
DlgLstTypeDisc : "Disc",
DlgLstTypeDisk : "Disc",
DlgLstTypeSquare : "Pătrat",
DlgLstTypeNumbers : "Numere (1, 2, 3)",
DlgLstTypeLCase : "Minuscule-litere mici (a, b, c)",
475,19 → 411,10
 
DlgDocPageTitle : "Titlul paginii",
DlgDocLangDir : "Descrierea limbii",
DlgDocLangDirLTR : "stânga-dreapta (LTR)",
DlgDocLangDirRTL : "dreapta-stânga (RTL)",
DlgDocLangDirLTR : "stânga-dreapta (LTR)",
DlgDocLangDirRTL : "dreapta-stânga (RTL)",
DlgDocLangCode : "Codul limbii",
DlgDocCharSet : "Encoding setului de caractere",
DlgDocCharSetCE : "Central european",
DlgDocCharSetCT : "Chinezesc tradiţional (Big5)",
DlgDocCharSetCR : "Chirilic",
DlgDocCharSetGR : "Grecesc",
DlgDocCharSetJP : "Japonez",
DlgDocCharSetKR : "Corean",
DlgDocCharSetTR : "Turcesc",
DlgDocCharSetUN : "Unicode (UTF-8)",
DlgDocCharSetWE : "Vest european",
DlgDocCharSetOther : "Alt encoding al setului de caractere",
 
DlgDocDocType : "Document Type Heading",
502,7 → 429,7
DlgDocCActive : "Link (Legătură web) activ",
DlgDocMargins : "Marginile paginii",
DlgDocMaTop : "Sus",
DlgDocMaLeft : "Stânga",
DlgDocMaLeft : "Stânga",
DlgDocMaRight : "Dreapta",
DlgDocMaBottom : "Jos",
DlgDocMeIndex : "Cuvinte cheie după care se va indexa documentul (separate prin virgulă)",
514,21 → 441,14
// Templates Dialog
Templates : "Template-uri (şabloane)",
DlgTemplatesTitle : "Template-uri (şabloane) de conţinut",
DlgTemplatesSelMsg : "Vă rugăm selectaţi template-ul (şablonul) ce se va deschide în editor<br>(conţinutul actual va fi pierdut):",
DlgTemplatesLoading : "Se încarcă lista cu template-uri (şabloane). Vă rugăm aşteptaţi...",
DlgTemplatesNoTpl : "(Niciun template (şablon) definit)",
DlgTemplatesReplace : "Înlocuieşte cuprinsul actual",
DlgTemplatesSelMsg : "Vă rugăm selectaÅ£i template-ul (şablonul) ce se va deschide în editor<br>(conÅ£inutul actual va fi pierdut):",
DlgTemplatesLoading : "Se încarcă lista cu template-uri (şabloane). Vă rugăm aşteptaÅ£i...",
DlgTemplatesNoTpl : "(Nici un template (şablon) definit)",
 
// About Dialog
DlgAboutAboutTab : "Despre",
DlgAboutBrowserInfoTab : "Informaţii browser",
DlgAboutLicenseTab : "Licenţă",
DlgAboutVersion : "versiune",
DlgAboutInfo : "Pentru informaţii amănunţite, vizitaţi",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Licenţiat sub termenii GNU Lesser General Public License",
DlgAboutInfo : "Pentru informaţii amănunţite, vizitaţi"
}
/trunk/api/fckeditor/editor/lang/sr-latn.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Serbian (Latin) language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: sr-latn.js
* Serbian (Latin) language file.
*
* File Authors:
* Zoran Subić (zoran@tf.zr.ac.yu)
*/
 
var FCKLang =
{
26,8 → 20,8
// Language direction : "ltr" (left to right) or "rtl" (right to left).
Dir : "ltr",
 
ToolbarCollapse : "Smanji liniju sa alatkama",
ToolbarExpand : "Proiri liniju sa alatkama",
ToolbarCollapse : "Collapse Toolbar", //MISSING
ToolbarExpand : "Expand Toolbar", //MISSING
 
// Toolbar Items and Context Menu
Save : "Sačuvaj",
44,13 → 38,9
InsertLinkLbl : "Link",
InsertLink : "Unesi/izmeni link",
RemoveLink : "Ukloni link",
VisitLink : "Open Link", //MISSING
Anchor : "Unesi/izmeni sidro",
AnchorDelete : "Remove Anchor", //MISSING
Anchor : "Insert/Edit Anchor", //MISSING
InsertImageLbl : "Slika",
InsertImage : "Unesi/izmeni sliku",
InsertFlashLbl : "Fleš",
InsertFlash : "Unesi/izmeni fleš",
InsertTableLbl : "Tabela",
InsertTable : "Unesi/izmeni tabelu",
InsertLineLbl : "Linija",
72,11 → 62,7
BlockJustify : "Obostrano ravnanje",
DecreaseIndent : "Smanji levu marginu",
IncreaseIndent : "Uvećaj levu marginu",
Blockquote : "Blockquote", //MISSING
CreateDiv : "Create Div Container", //MISSING
EditDiv : "Edit Div Container", //MISSING
DeleteDiv : "Remove Div Container", //MISSING
Undo : "Poni�ti akciju",
Undo : "Poništi akciju",
Redo : "Ponovi akciju",
NumberedListLbl : "Nabrojiva lista",
NumberedList : "Unesi/ukloni nabrojivu listu",
90,67 → 76,51
FontSize : "Veličina fonta",
TextColor : "Boja teksta",
BGColor : "Boja pozadine",
Source : "Kôd",
Source : "K&ocirc;d",
Find : "Pretraga",
Replace : "Zamena",
SpellCheck : "Proveri spelovanje",
UniversalKeyboard : "Univerzalna tastatura",
PageBreakLbl : "Page Break", //MISSING
PageBreak : "Insert Page Break", //MISSING
SpellCheck : "Check Spell", //MISSING
UniversalKeyboard : "Universal Keyboard", //MISSING
 
Form : "Forma",
Checkbox : "Polje za potvrdu",
RadioButton : "Radio-dugme",
TextField : "Tekstualno polje",
Textarea : "Zona teksta",
HiddenField : "Skriveno polje",
Button : "Dugme",
SelectionField : "Izborno polje",
ImageButton : "Dugme sa slikom",
Form : "Form", //MISSING
Checkbox : "Checkbox", //MISSING
RadioButton : "Radio Button", //MISSING
TextField : "Text Field", //MISSING
Textarea : "Textarea", //MISSING
HiddenField : "Hidden Field", //MISSING
Button : "Button", //MISSING
SelectionField : "Selection Field", //MISSING
ImageButton : "Image Button", //MISSING
 
FitWindow : "Maximize the editor size", //MISSING
ShowBlocks : "Show Blocks", //MISSING
 
// Context Menu
EditLink : "Izmeni link",
CellCM : "Cell", //MISSING
RowCM : "Row", //MISSING
ColumnCM : "Column", //MISSING
InsertRowAfter : "Insert Row After", //MISSING
InsertRowBefore : "Insert Row Before", //MISSING
InsertRow : "Unesi red",
DeleteRows : "Obriši redove",
InsertColumnAfter : "Insert Column After", //MISSING
InsertColumnBefore : "Insert Column Before", //MISSING
InsertColumn : "Unesi kolonu",
DeleteColumns : "Obriši kolone",
InsertCellAfter : "Insert Cell After", //MISSING
InsertCellBefore : "Insert Cell Before", //MISSING
InsertCell : "Unesi ćelije",
DeleteCells : "Obriši ćelije",
MergeCells : "Spoj celije",
MergeRight : "Merge Right", //MISSING
MergeDown : "Merge Down", //MISSING
HorizontalSplitCell : "Split Cell Horizontally", //MISSING
VerticalSplitCell : "Split Cell Vertically", //MISSING
TableDelete : "Delete Table", //MISSING
CellProperties : "Osobine celije",
MergeCells : "Spoj ćelije",
SplitCell : "Razdvoji ćelije",
CellProperties : "Osobine ćelije",
TableProperties : "Osobine tabele",
ImageProperties : "Osobine slike",
FlashProperties : "Osobine fleša",
 
AnchorProp : "Osobine sidra",
ButtonProp : "Osobine dugmeta",
CheckboxProp : "Osobine polja za potvrdu",
HiddenFieldProp : "Osobine skrivenog polja",
RadioButtonProp : "Osobine radio-dugmeta",
ImageButtonProp : "Osobine dugmeta sa slikom",
TextFieldProp : "Osobine tekstualnog polja",
SelectionFieldProp : "Osobine izbornog polja",
TextareaProp : "Osobine zone teksta",
FormProp : "Osobine forme",
AnchorProp : "Anchor Properties", //MISSING
ButtonProp : "Button Properties", //MISSING
CheckboxProp : "Checkbox Properties", //MISSING
HiddenFieldProp : "Hidden Field Properties", //MISSING
RadioButtonProp : "Radio Button Properties", //MISSING
ImageButtonProp : "Image Button Properties", //MISSING
TextFieldProp : "Text Field Properties", //MISSING
SelectionFieldProp : "Selection Field Properties", //MISSING
TextareaProp : "Textarea Properties", //MISSING
FormProp : "Form Properties", //MISSING
 
FontFormats : "Normal;Formatirano;Adresa;Naslov 1;Naslov 2;Naslov 3;Naslov 4;Naslov 5;Naslov 6",
FontFormats : "Normal;Formatirano;Adresa;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
 
// Alerts and Messages
ProcessingXHTML : "Obradujem XHTML. Malo strpljenja...",
ProcessingXHTML : "Obrađujem XHTML. Malo strpljenja...",
Done : "Završio",
PasteWordConfirm : "Tekst koji želite da nalepite kopiran je iz Worda. Da li želite da bude očišćen od formata pre lepljenja?",
NotCompatiblePaste : "Ova komanda je dostupna samo za Internet Explorer od verzije 5.5. Da li želite da nalepim tekst bez čišćenja?",
158,28 → 128,22
UnknownCommand : "Nepoznata naredba \"%1\"",
NotImplemented : "Naredba nije implementirana",
UnknownToolbarSet : "Toolbar \"%1\" ne postoji",
NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", //MISSING
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING
DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "OK",
DlgBtnCancel : "Otkaži",
DlgBtnClose : "Zatvori",
DlgBtnBrowseServer : "Pretraži server",
DlgBtnBrowseServer : "Browse Server", //MISSING
DlgAdvancedTag : "Napredni tagovi",
DlgOpOther : "<Ostali>",
DlgInfoTab : "Info",
DlgAlertUrl : "Molimo Vas, unesite URL",
DlgOpOther : "&lt;Other&gt;", //MISSING
 
// General Dialogs Labels
DlgGenNotSet : "<nije postavljeno>",
DlgGenNotSet : "&lt;nije postavljeno&gt;",
DlgGenId : "Id",
DlgGenLangDir : "Smer jezika",
DlgGenLangDirLtr : "S leva na desno (LTR)",
DlgGenLangDirRtl : "S desna na levo (RTL)",
DlgGenLangCode : "Kôd jezika",
DlgGenLangCode : "K&ocirc;d jezika",
DlgGenAccessKey : "Pristupni taster",
DlgGenName : "Naziv",
DlgGenTabIndex : "Tab indeks",
216,18 → 180,8
DlgImgAlignTop : "Vrh",
DlgImgPreview : "Izgled",
DlgImgAlertUrl : "Unesite URL slike",
DlgImgLinkTab : "Link",
DlgImgLinkTab : "Link", //MISSING
 
// Flash Dialog
DlgFlashTitle : "Osobine fleša",
DlgFlashChkPlay : "Automatski start",
DlgFlashChkLoop : "Ponavljaj",
DlgFlashChkMenu : "Uključi fleš meni",
DlgFlashScale : "Skaliraj",
DlgFlashScaleAll : "Prikaži sve",
DlgFlashScaleNoBorder : "Bez ivice",
DlgFlashScaleFit : "Popuni površinu",
 
// Link Dialog
DlgLnkWindowTitle : "Link",
DlgLnkInfoTab : "Link Info",
238,12 → 192,12
DlgLnkTypeAnchor : "Sidro na ovoj stranici",
DlgLnkTypeEMail : "E-Mail",
DlgLnkProto : "Protokol",
DlgLnkProtoOther : "<drugo>",
DlgLnkProtoOther : "&lt;drugo&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Odaberi sidro",
DlgLnkAnchorByName : "Po nazivu sidra",
DlgLnkAnchorById : "Po Id-ju elementa",
DlgLnkNoAnchors : "(Nema dostupnih sidra)",
DlgLnkNoAnchors : "&lt;Nema dostupnih sidra&gt;",
DlgLnkEMail : "E-Mail adresa",
DlgLnkEMailSubject : "Naslov",
DlgLnkEMailBody : "Sadržaj poruke",
251,16 → 205,16
DlgLnkBtnUpload : "Pošalji na server",
 
DlgLnkTarget : "Meta",
DlgLnkTargetFrame : "<okvir>",
DlgLnkTargetPopup : "<popup prozor>",
DlgLnkTargetFrame : "&lt;okvir&gt;",
DlgLnkTargetPopup : "&lt;popup prozor&gt;",
DlgLnkTargetBlank : "Novi prozor (_blank)",
DlgLnkTargetParent : "Roditeljski prozor (_parent)",
DlgLnkTargetSelf : "Isti prozor (_self)",
DlgLnkTargetTop : "Prozor na vrhu (_top)",
DlgLnkTargetFrameName : "Naziv odredišnog frejma",
DlgLnkTargetFrameName : "Target Frame Name", //MISSING
DlgLnkPopWinName : "Naziv popup prozora",
DlgLnkPopWinFeat : "Mogućnosti popup prozora",
DlgLnkPopResize : "Promenljiva velicina",
DlgLnkPopResize : "Promenljiva veličina",
DlgLnkPopLocation : "Lokacija",
DlgLnkPopMenu : "Kontekstni meni",
DlgLnkPopScroll : "Scroll bar",
273,10 → 227,9
DlgLnkPopLeft : "Od leve ivice ekrana (px)",
DlgLnkPopTop : "Od vrha ekrana (px)",
 
DlnLnkMsgNoUrl : "Unesite URL linka",
DlnLnkMsgNoEMail : "Otkucajte adresu elektronske pote",
DlnLnkMsgNoAnchor : "Odaberite sidro",
DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
DlnLnkMsgNoUrl : "Please type the link URL", //MISSING
DlnLnkMsgNoEMail : "Please type the e-mail address", //MISSING
DlnLnkMsgNoAnchor : "Please select an anchor", //MISSING
 
// Color Dialog
DlgColorTitle : "Odaberite boju",
307,12 → 260,6
DlgTableCellSpace : "Ćelijski prostor",
DlgTableCellPad : "Razmak ćelija",
DlgTableCaption : "Naslov tabele",
DlgTableSummary : "Summary", //MISSING
DlgTableHeaders : "Headers", //MISSING
DlgTableHeadersNone : "None", //MISSING
DlgTableHeadersColumn : "First column", //MISSING
DlgTableHeadersRow : "First Row", //MISSING
DlgTableHeadersBoth : "Both", //MISSING
 
// Table Cell Dialog
DlgCellTitle : "Osobine ćelije",
335,9 → 282,6
DlgCellVerAlignMiddle : "Sredina",
DlgCellVerAlignBottom : "Donje",
DlgCellVerAlignBaseline : "Bazno",
DlgCellType : "Cell Type", //MISSING
DlgCellTypeData : "Data", //MISSING
DlgCellTypeHeader : "Header", //MISSING
DlgCellRowSpan : "Spajanje redova",
DlgCellCollSpan : "Spajanje kolona",
DlgCellBackColor : "Boja pozadine",
344,9 → 288,6
DlgCellBorderColor : "Boja okvira",
DlgCellBtnSelect : "Odaberi...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Find and Replace", //MISSING
 
// Find Dialog
DlgFindTitle : "Pronađi",
DlgFindFindBtn : "Pronađi",
354,14 → 295,15
 
// Replace Dialog
DlgReplaceTitle : "Zameni",
DlgReplaceFindLbl : "Pronadi:",
DlgReplaceFindLbl : "Pronađi:",
DlgReplaceReplaceLbl : "Zameni sa:",
DlgReplaceCaseChk : "Razlikuj mala i velika slova",
DlgReplaceReplaceBtn : "Zameni",
DlgReplaceReplAllBtn : "Zameni sve",
DlgReplaceWordChk : "Uporedi cele reci",
DlgReplaceWordChk : "Uporedi cele reči",
 
// Paste Operations / Dialog
PasteErrorPaste : "Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog lepljenja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl+V).",
PasteErrorCut : "Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl+X).",
PasteErrorCopy : "Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog kopiranja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl+C).",
 
368,10 → 310,7
PasteAsText : "Zalepi kao čist tekst",
PasteFromWord : "Zalepi iz Worda",
 
DlgPasteMsg2 : "Molimo Vas da zalepite unutar donje povrine koristeći tastaturnu prečicu (<STRONG>Ctrl+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.",
DlgPasteSec : "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.", //MISSING
DlgPasteIgnoreFont : "Ignoriši definicije fontova",
DlgPasteRemoveStyles : "Ukloni definicije stilova",
DlgPasteMsg : "Editor nije mogao izvršiti automatsko lepljenje zbog <STRONG>sigurnosnih postavki</STRONG> Vašeg pretraživača.<BR>Molimo da zalepite sadržaj unutar sledeće površine koristeći tastaturnu prečicu (<STRONG>Ctrl+V</STRONG>), a zatim kliknite na <STRONG>OK</STRONG>.",
 
// Color Picker
ColorAutomatic : "Automatski",
378,157 → 317,137
ColorMoreColors : "Više boja...",
 
// Document Properties
DocProps : "Osobine dokumenta",
DocProps : "Document Properties", //MISSING
 
// Anchor Dialog
DlgAnchorTitle : "Osobine sidra",
DlgAnchorName : "Ime sidra",
DlgAnchorErrorName : "Unesite ime sidra",
DlgAnchorTitle : "Anchor Properties", //MISSING
DlgAnchorName : "Anchor Name", //MISSING
DlgAnchorErrorName : "Please type the anchor name", //MISSING
 
// Speller Pages Dialog
DlgSpellNotInDic : "Nije u rečniku",
DlgSpellChangeTo : "Izmeni",
DlgSpellBtnIgnore : "Ignoriši",
DlgSpellBtnIgnoreAll : "Ignoriši sve",
DlgSpellBtnReplace : "Zameni",
DlgSpellBtnReplaceAll : "Zameni sve",
DlgSpellBtnUndo : "Vrati akciju",
DlgSpellNoSuggestions : "- Bez sugestija -",
DlgSpellProgress : "Provera spelovanja u toku...",
DlgSpellNoMispell : "Provera spelovanja završena: greške nisu pronadene",
DlgSpellNoChanges : "Provera spelovanja završena: Nije izmenjena nijedna rec",
DlgSpellOneChange : "Provera spelovanja završena: Izmenjena je jedna reč",
DlgSpellManyChanges : "Provera spelovanja završena: %1 reč(i) je izmenjeno",
DlgSpellNotInDic : "Not in dictionary", //MISSING
DlgSpellChangeTo : "Change to", //MISSING
DlgSpellBtnIgnore : "Ignore", //MISSING
DlgSpellBtnIgnoreAll : "Ignore All", //MISSING
DlgSpellBtnReplace : "Replace", //MISSING
DlgSpellBtnReplaceAll : "Replace All", //MISSING
DlgSpellBtnUndo : "Undo", //MISSING
DlgSpellNoSuggestions : "- No suggestions -", //MISSING
DlgSpellProgress : "Spell check in progress...", //MISSING
DlgSpellNoMispell : "Spell check complete: No misspellings found", //MISSING
DlgSpellNoChanges : "Spell check complete: No words changed", //MISSING
DlgSpellOneChange : "Spell check complete: One word changed", //MISSING
DlgSpellManyChanges : "Spell check complete: %1 words changed", //MISSING
 
IeSpellDownload : "Provera spelovanja nije instalirana. Da li želite da je skinete sa Interneta?",
IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
 
// Button Dialog
DlgButtonText : "Tekst (vrednost)",
DlgButtonType : "Tip",
DlgButtonTypeBtn : "Button", //MISSING
DlgButtonTypeSbm : "Submit", //MISSING
DlgButtonTypeRst : "Reset", //MISSING
DlgButtonText : "Text (Value)", //MISSING
DlgButtonType : "Type", //MISSING
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Naziv",
DlgCheckboxValue : "Vrednost",
DlgCheckboxSelected : "Označeno",
DlgCheckboxName : "Name", //MISSING
DlgCheckboxValue : "Value", //MISSING
DlgCheckboxSelected : "Selected", //MISSING
 
// Form Dialog
DlgFormName : "Naziv",
DlgFormAction : "Akcija",
DlgFormMethod : "Metoda",
DlgFormName : "Name", //MISSING
DlgFormAction : "Action", //MISSING
DlgFormMethod : "Method", //MISSING
 
// Select Field Dialog
DlgSelectName : "Naziv",
DlgSelectValue : "Vrednost",
DlgSelectSize : "Veličina",
DlgSelectLines : "linija",
DlgSelectChkMulti : "Dozvoli višestruku selekciju",
DlgSelectOpAvail : "Dostupne opcije",
DlgSelectOpText : "Tekst",
DlgSelectOpValue : "Vrednost",
DlgSelectBtnAdd : "Dodaj",
DlgSelectBtnModify : "Izmeni",
DlgSelectBtnUp : "Gore",
DlgSelectBtnDown : "Dole",
DlgSelectBtnSetValue : "Podesi kao označenu vrednost",
DlgSelectBtnDelete : "Obriši",
DlgSelectName : "Name", //MISSING
DlgSelectValue : "Value", //MISSING
DlgSelectSize : "Size", //MISSING
DlgSelectLines : "lines", //MISSING
DlgSelectChkMulti : "Allow multiple selections", //MISSING
DlgSelectOpAvail : "Available Options", //MISSING
DlgSelectOpText : "Text", //MISSING
DlgSelectOpValue : "Value", //MISSING
DlgSelectBtnAdd : "Add", //MISSING
DlgSelectBtnModify : "Modify", //MISSING
DlgSelectBtnUp : "Up", //MISSING
DlgSelectBtnDown : "Down", //MISSING
DlgSelectBtnSetValue : "Set as selected value", //MISSING
DlgSelectBtnDelete : "Delete", //MISSING
 
// Textarea Dialog
DlgTextareaName : "Naziv",
DlgTextareaCols : "Broj kolona",
DlgTextareaRows : "Broj redova",
DlgTextareaName : "Name", //MISSING
DlgTextareaCols : "Columns", //MISSING
DlgTextareaRows : "Rows", //MISSING
 
// Text Field Dialog
DlgTextName : "Naziv",
DlgTextValue : "Vrednost",
DlgTextCharWidth : "Širina (karaktera)",
DlgTextMaxChars : "Maksimalno karaktera",
DlgTextType : "Tip",
DlgTextTypeText : "Tekst",
DlgTextTypePass : "Lozinka",
DlgTextName : "Name", //MISSING
DlgTextValue : "Value", //MISSING
DlgTextCharWidth : "Character Width", //MISSING
DlgTextMaxChars : "Maximum Characters", //MISSING
DlgTextType : "Type", //MISSING
DlgTextTypeText : "Text", //MISSING
DlgTextTypePass : "Password", //MISSING
 
// Hidden Field Dialog
DlgHiddenName : "Naziv",
DlgHiddenValue : "Vrednost",
DlgHiddenName : "Name", //MISSING
DlgHiddenValue : "Value", //MISSING
 
// Bulleted List Dialog
BulletedListProp : "Osobine nenabrojive liste",
NumberedListProp : "Osobine nabrojive liste",
DlgLstStart : "Start", //MISSING
DlgLstType : "Tip",
DlgLstTypeCircle : "Krug",
DlgLstTypeDisc : "Disc", //MISSING
DlgLstTypeSquare : "Kvadrat",
DlgLstTypeNumbers : "Brojevi (1, 2, 3)",
DlgLstTypeLCase : "mala slova (a, b, c)",
DlgLstTypeUCase : "VELIKA slova (A, B, C)",
DlgLstTypeSRoman : "Male rimske cifre (i, ii, iii)",
DlgLstTypeLRoman : "Velike rimske cifre (I, II, III)",
BulletedListProp : "Bulleted List Properties", //MISSING
NumberedListProp : "Numbered List Properties", //MISSING
DlgLstType : "Type", //MISSING
DlgLstTypeCircle : "Circle", //MISSING
DlgLstTypeDisk : "Disk", //MISSING
DlgLstTypeSquare : "Square", //MISSING
DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
DlgLstTypeUCase : "Uppercase Letters (A, B, C)", //MISSING
DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", //MISSING
DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", //MISSING
 
// Document Properties Dialog
DlgDocGeneralTab : "Opšte osobine",
DlgDocBackTab : "Pozadina",
DlgDocColorsTab : "Boje i margine",
DlgDocMetaTab : "Metapodaci",
DlgDocGeneralTab : "General", //MISSING
DlgDocBackTab : "Background", //MISSING
DlgDocColorsTab : "Colors and Margins", //MISSING
DlgDocMetaTab : "Meta Data", //MISSING
 
DlgDocPageTitle : "Naslov stranice",
DlgDocLangDir : "Smer jezika",
DlgDocLangDirLTR : "Sleva nadesno (LTR)",
DlgDocLangDirRTL : "Zdesna nalevo (RTL)",
DlgDocLangCode : "Šifra jezika",
DlgDocCharSet : "Kodiranje skupa karaktera",
DlgDocCharSetCE : "Central European", //MISSING
DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
DlgDocCharSetCR : "Cyrillic", //MISSING
DlgDocCharSetGR : "Greek", //MISSING
DlgDocCharSetJP : "Japanese", //MISSING
DlgDocCharSetKR : "Korean", //MISSING
DlgDocCharSetTR : "Turkish", //MISSING
DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
DlgDocCharSetWE : "Western European", //MISSING
DlgDocCharSetOther : "Ostala kodiranja skupa karaktera",
DlgDocPageTitle : "Page Title", //MISSING
DlgDocLangDir : "Language Direction", //MISSING
DlgDocLangDirLTR : "Left to Right (LTR)", //MISSING
DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
DlgDocLangCode : "Language Code", //MISSING
DlgDocCharSet : "Character Set Encoding", //MISSING
DlgDocCharSetOther : "Other Character Set Encoding", //MISSING
 
DlgDocDocType : "Zaglavlje tipa dokumenta",
DlgDocDocTypeOther : "Ostala zaglavlja tipa dokumenta",
DlgDocIncXHTML : "Ukljuci XHTML deklaracije",
DlgDocBgColor : "Boja pozadine",
DlgDocBgImage : "URL pozadinske slike",
DlgDocBgNoScroll : "Fiksirana pozadina",
DlgDocCText : "Tekst",
DlgDocCLink : "Link",
DlgDocCVisited : "Posećeni link",
DlgDocCActive : "Aktivni link",
DlgDocMargins : "Margine stranice",
DlgDocMaTop : "Gornja",
DlgDocMaLeft : "Leva",
DlgDocMaRight : "Desna",
DlgDocMaBottom : "Donja",
DlgDocMeIndex : "Ključne reci za indeksiranje dokumenta (razdvojene zarezima)",
DlgDocMeDescr : "Opis dokumenta",
DlgDocMeAuthor : "Autor",
DlgDocMeCopy : "Autorska prava",
DlgDocPreview : "Izgled stranice",
DlgDocDocType : "Document Type Heading", //MISSING
DlgDocDocTypeOther : "Other Document Type Heading", //MISSING
DlgDocIncXHTML : "Include XHTML Declarations", //MISSING
DlgDocBgColor : "Background Color", //MISSING
DlgDocBgImage : "Background Image URL", //MISSING
DlgDocBgNoScroll : "Nonscrolling Background", //MISSING
DlgDocCText : "Text", //MISSING
DlgDocCLink : "Link", //MISSING
DlgDocCVisited : "Visited Link", //MISSING
DlgDocCActive : "Active Link", //MISSING
DlgDocMargins : "Page Margins", //MISSING
DlgDocMaTop : "Top", //MISSING
DlgDocMaLeft : "Left", //MISSING
DlgDocMaRight : "Right", //MISSING
DlgDocMaBottom : "Bottom", //MISSING
DlgDocMeIndex : "Document Indexing Keywords (comma separated)", //MISSING
DlgDocMeDescr : "Document Description", //MISSING
DlgDocMeAuthor : "Author", //MISSING
DlgDocMeCopy : "Copyright", //MISSING
DlgDocPreview : "Preview", //MISSING
 
// Templates Dialog
Templates : "Obrasci",
DlgTemplatesTitle : "Obrasci za sadržaj",
DlgTemplatesSelMsg : "Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):",
DlgTemplatesLoading : "Učitavam listu obrazaca. Malo strpljenja...",
DlgTemplatesNoTpl : "(Nema definisanih obrazaca)",
DlgTemplatesReplace : "Replace actual contents", //MISSING
Templates : "Templates", //MISSING
DlgTemplatesTitle : "Content Templates", //MISSING
DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
DlgTemplatesNoTpl : "(No templates defined)", //MISSING
 
// About Dialog
DlgAboutAboutTab : "O editoru",
DlgAboutBrowserInfoTab : "Informacije o pretraživacu",
DlgAboutLicenseTab : "License", //MISSING
DlgAboutAboutTab : "About", //MISSING
DlgAboutBrowserInfoTab : "Browser Info", //MISSING
DlgAboutVersion : "verzija",
DlgAboutInfo : "Za više informacija posetite",
 
// Div Dialog
DlgDivGeneralTab : "General", //MISSING
DlgDivAdvancedTab : "Advanced", //MISSING
DlgDivStyle : "Style", //MISSING
DlgDivInlineStyle : "Inline Style" //MISSING
};
DlgAboutLicense : "Licencirano pod uslovima GNU Lesser General Public License",
DlgAboutInfo : "Za više informacija posetite"
}
/trunk/api/fckeditor/editor/lang/ru.js
1,25 → 1,19
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Russian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: ru.js
* Russian language file.
*
* File Authors:
* Andrey Grebnev (andrey.grebnev@blandware.com)
*/
 
var FCKLang =
{
44,13 → 38,9
InsertLinkLbl : "Ссылка",
InsertLink : "Вставить/Редактировать ссылку",
RemoveLink : "Убрать ссылку",
VisitLink : "Перейти по ссылке",
Anchor : "Вставить/Редактировать якорь",
AnchorDelete : "Убрать якорь",
InsertImageLbl : "Изображение",
InsertImage : "Вставить/Редактировать изображение",
InsertFlashLbl : "Flash",
InsertFlash : "Вставить/Редактировать Flash",
InsertTableLbl : "Таблица",
InsertTable : "Вставить/Редактировать таблицу",
InsertLineLbl : "Линия",
72,10 → 62,6
BlockJustify : "По ширине",
DecreaseIndent : "Уменьшить отступ",
IncreaseIndent : "Увеличить отступ",
Blockquote : "Цитата",
CreateDiv : "Создать Div контейнер",
EditDiv : "Редактировать Div контейнер",
DeleteDiv : "Удалить Div контейнер",
Undo : "Отменить",
Redo : "Повторить",
NumberedListLbl : "Нумерованный список",
95,8 → 81,6
Replace : "Заменить",
SpellCheck : "Проверить орфографию",
UniversalKeyboard : "Универсальная клавиатура",
PageBreakLbl : "Разрыв страницы",
PageBreak : "Вставить разрыв страницы",
 
Form : "Форма",
Checkbox : "Флаговая кнопка",
108,33 → 92,19
SelectionField : "Список",
ImageButton : "Кнопка с изображением",
 
FitWindow : "Развернуть окно редактора",
ShowBlocks : "Показать блоки",
 
// Context Menu
EditLink : "Вставить ссылку",
CellCM : "Ячейка",
RowCM : "Строка",
ColumnCM : "Колонка",
InsertRowAfter : "Вставить строку после",
InsertRowBefore : "Вставить строку до",
InsertRow : "Вставить строку",
DeleteRows : "Удалить строки",
InsertColumnAfter : "Вставить колонку после",
InsertColumnBefore : "Вставить колонку до",
InsertColumn : "Вставить колонку",
DeleteColumns : "Удалить колонки",
InsertCellAfter : "Вставить ячейку после",
InsertCellBefore : "Вставить ячейку до",
InsertCell : "Вставить ячейку",
DeleteCells : "Удалить ячейки",
MergeCells : "Соединить ячейки",
MergeRight : "Соединить вправо",
MergeDown : "Соединить вниз",
HorizontalSplitCell : "Разбить ячейку горизонтально",
VerticalSplitCell : "Разбить ячейку вертикально",
TableDelete : "Удалить таблицу",
SplitCell : "Разбить ячейку",
CellProperties : "Свойства ячейки",
TableProperties : "Свойства таблицы",
ImageProperties : "Свойства изображения",
FlashProperties : "Свойства Flash",
 
AnchorProp : "Свойства якоря",
ButtonProp : "Свойства кнопки",
147,10 → 117,10
TextareaProp : "Свойства текстовой области",
FormProp : "Свойства формы",
 
FontFormats : "Нормальный;Форматированный;Адрес;Заголовок 1;Заголовок 2;Заголовок 3;Заголовок 4;Заголовок 5;Заголовок 6;Нормальный (DIV)",
FontFormats : "Нормальный;Форматированный;Адрес;Заголовок 1;Заголовок 2;Заголовок 3;Заголовок 4;Заголовок 5;Заголовок 6",
 
// Alerts and Messages
ProcessingXHTML : "Обработка XHTML. Пожалуйста, подождите...",
ProcessingXHTML : "Обработка XHTML. Пожалуйста подождите...",
Done : "Сделано",
PasteWordConfirm : "Текст, который вы хотите вставить, похож на копируемый из Word. Вы хотите очистить его перед вставкой?",
NotCompatiblePaste : "Эта команда доступна для Internet Explorer версии 5.5 или выше. Вы хотите вставить без очистки?",
158,10 → 128,6
UnknownCommand : "Не известное имя команды \"%1\"",
NotImplemented : "Команда не реализована",
UnknownToolbarSet : "Панель инструментов \"%1\" не существует",
NoActiveX : "Настройки безопасности вашего браузера могут ограничивать некоторые свойства редактора. Вы должны включить опцию \"Запускать элементы управления ActiveX и плугины\". Вы можете видеть ошибки и замечать отсутствие возможностей.",
BrowseServerBlocked : "Ресурсы браузера не могут быть открыты. Проверьте что блокировки всплывающих окон выключены.",
DialogBlocked : "Невозможно открыть окно диалога. Проверьте что блокировки всплывающих окон выключены.",
VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
 
// Dialogs
DlgBtnOK : "ОК",
169,12 → 135,10
DlgBtnClose : "Закрыть",
DlgBtnBrowseServer : "Просмотреть на сервере",
DlgAdvancedTag : "Расширенный",
DlgOpOther : "<Другое>",
DlgInfoTab : "Информация",
DlgAlertUrl : "Пожалуйста, вставьте URL",
DlgOpOther : "&lt;Другое&gt;",
 
// General Dialogs Labels
DlgGenNotSet : "<не определено>",
DlgGenNotSet : "&lt;не определено&gt;",
DlgGenId : "Идентификатор",
DlgGenLangDir : "Направление языка",
DlgGenLangDirLtr : "Слева на право (LTR)",
215,19 → 179,9
DlgImgAlignTextTop : "Текст наверху",
DlgImgAlignTop : "По верху",
DlgImgPreview : "Предварительный просмотр",
DlgImgAlertUrl : "Пожалуйста, введите URL изображения",
DlgImgAlertUrl : "Пожалуйста введите URL изображения",
DlgImgLinkTab : "Ссылка",
 
// Flash Dialog
DlgFlashTitle : "Свойства Flash",
DlgFlashChkPlay : "Авто проигрывание",
DlgFlashChkLoop : "Повтор",
DlgFlashChkMenu : "Включить меню Flash",
DlgFlashScale : "Масштабировать",
DlgFlashScaleAll : "Показывать все",
DlgFlashScaleNoBorder : "Без бордюра",
DlgFlashScaleFit : "Точное совпадение",
 
// Link Dialog
DlgLnkWindowTitle : "Ссылка",
DlgLnkInfoTab : "Информация ссылки",
238,12 → 192,12
DlgLnkTypeAnchor : "Якорь на эту страницу",
DlgLnkTypeEMail : "Эл. почта",
DlgLnkProto : "Протокол",
DlgLnkProtoOther : "<другое>",
DlgLnkProtoOther : "&lt;другое&gt;",
DlgLnkURL : "URL",
DlgLnkAnchorSel : "Выберите якорь",
DlgLnkAnchorByName : "По имени якоря",
DlgLnkAnchorById : "По идентификатору элемента",
DlgLnkNoAnchors : "(Нет якорей доступных в этом документе)",
DlgLnkNoAnchors : "&lt;Нет якорей доступных в этом документе&gt;",
DlgLnkEMail : "Адрес эл. почты",
DlgLnkEMailSubject : "Заголовок сообщения",
DlgLnkEMailBody : "Тело сообщения",
251,8 → 205,8
DlgLnkBtnUpload : "Послать на сервер",
 
DlgLnkTarget : "Цель",
DlgLnkTargetFrame : "<фрейм>",
DlgLnkTargetPopup : "<всплывающее окно>",
DlgLnkTargetFrame : "&lt;фрейм&gt;",
DlgLnkTargetPopup : "&lt;всплывающее окно&gt;",
DlgLnkTargetBlank : "Новое окно (_blank)",
DlgLnkTargetParent : "Родительское окно (_parent)",
DlgLnkTargetSelf : "Тоже окно (_self)",
273,10 → 227,9
DlgLnkPopLeft : "Позиция слева",
DlgLnkPopTop : "Позиция сверху",
 
DlnLnkMsgNoUrl : "Пожалуйста, введите URL ссылки",
DlnLnkMsgNoEMail : "Пожалуйста, введите адрес эл. почты",
DlnLnkMsgNoAnchor : "Пожалуйста, выберете якорь",
DlnLnkMsgInvPopName : "Название вспывающего окна должно начинаться буквы и не может содержать пробелов",
DlnLnkMsgNoUrl : "Пожалуйста введите URL ссылки",
DlnLnkMsgNoEMail : "Пожалуйста введите адрес эл. почты",
DlnLnkMsgNoAnchor : "Пожалуйста выберете якорь",
 
// Color Dialog
DlgColorTitle : "Выберите цвет",
307,12 → 260,6
DlgTableCellSpace : "Промежуток (spacing)",
DlgTableCellPad : "Отступ (padding)",
DlgTableCaption : "Заголовок",
DlgTableSummary : "Резюме",
DlgTableHeaders : "Заголовки",
DlgTableHeadersNone : "Нет",
DlgTableHeadersColumn : "Первый столбец",
DlgTableHeadersRow : "Первая строка",
DlgTableHeadersBoth : "Оба варианта",
 
// Table Cell Dialog
DlgCellTitle : "Свойства ячейки",
335,9 → 282,6
DlgCellVerAlignMiddle : "Посередине",
DlgCellVerAlignBottom : "Снизу",
DlgCellVerAlignBaseline : "По базовой линии",
DlgCellType : "Тип ячейки",
DlgCellTypeData : "Данные",
DlgCellTypeHeader : "Заголовок",
DlgCellRowSpan : "Диапазон строк (span)",
DlgCellCollSpan : "Диапазон колонок (span)",
DlgCellBackColor : "Цвет фона",
344,9 → 288,6
DlgCellBorderColor : "Цвет бордюра",
DlgCellBtnSelect : "Выберите...",
 
// Find and Replace Dialog
DlgFindAndReplaceTitle : "Найти и заменить",
 
// Find Dialog
DlgFindTitle : "Найти",
DlgFindFindBtn : "Найти",
362,16 → 303,14
DlgReplaceWordChk : "Совпадение целых слов",
 
// Paste Operations / Dialog
PasteErrorCut : "Настройки безопасности вашего браузера не позволяют редактору автоматически выполнять операции вырезания. Пожалуйста, используйте клавиатуру для этого (Ctrl+X).",
PasteErrorCopy : "Настройки безопасности вашего браузера не позволяют редактору автоматически выполнять операции копирования. Пожалуйста, используйте клавиатуру для этого (Ctrl+C).",
PasteErrorPaste : "Настройки безопасности вашего браузера не позволяют редактору автоматически выполнять операции вставки. Пожалуйста используйте клавиатуру для этого (Ctrl+V).",
PasteErrorCut : "Настройки безопасности вашего браузера не позволяют редактору автоматически выполнять операции вырезания. Пожалуйста используйте клавиатуру для этого (Ctrl+X).",
PasteErrorCopy : "Настройки безопасности вашего браузера не позволяют редактору автоматически выполнять операции копирования. Пожалуйста используйте клавиатуру для этого (Ctrl+C).",
 
PasteAsText : "Вставить только текст",
PasteFromWord : "Вставить из Word",
 
DlgPasteMsg2 : "Пожалуйста, вставьте текст в прямоугольник, используя сочетание клавиш (<STRONG>Ctrl+V</STRONG>), и нажмите <STRONG>OK</STRONG>.",
DlgPasteSec : "По причине настроек безопасности браузера, редактор не имеет доступа к данным буфера обмена напрямую. Вам необходимо вставить текст снова в это окно.",
DlgPasteIgnoreFont : "Игнорировать определения гарнитуры",
DlgPasteRemoveStyles : "Убрать определения стилей",
DlgPasteMsg : "Редактор не может автоматически выполнить операцию вставки, по причине <STRONG>настроек безопасности</STRONG> вашего браузера.<BR>Пожалуйста вставьте текст в следующее поле ввода, используя клавиатуру (<STRONG>Ctrl+V</STRONG>) и нажмите <STRONG>ОК</STRONG>.",
 
// Color Picker
ColorAutomatic : "Автоматический",
383,7 → 322,7
// Anchor Dialog
DlgAnchorTitle : "Свойства якоря",
DlgAnchorName : "Имя якоря",
DlgAnchorErrorName : "Пожалуйста, введите имя якоря",
DlgAnchorErrorName : "Пожалуйста введите имя якоря",
 
// Speller Pages Dialog
DlgSpellNotInDic : "Нет в словаре",
403,11 → 342,8
IeSpellDownload : "Модуль проверки орфографии не установлен. Хотите скачать его сейчас?",
 
// Button Dialog
DlgButtonText : "Текст (Значение)",
DlgButtonType : "Тип",
DlgButtonTypeBtn : "Кнопка",
DlgButtonTypeSbm : "Отправить",
DlgButtonTypeRst : "Сбросить",
DlgButtonText : "Текст (Значение)",
DlgButtonType : "Тип",
 
// Checkbox and Radio Button Dialogs
DlgCheckboxName : "Имя",
456,10 → 392,9
// Bulleted List Dialog
BulletedListProp : "Свойства маркированного списка",
NumberedListProp : "Свойства нумерованного списка",
DlgLstStart : "Начало",
DlgLstType : "Тип",
DlgLstTypeCircle : "Круг",
DlgLstTypeDisc : "Диск",
DlgLstTypeDisk : "Диск",
DlgLstTypeSquare : "Квадрат",
DlgLstTypeNumbers : "Номера (1, 2, 3)",
DlgLstTypeLCase : "Буквы нижнего регистра (a, b, c)",
475,19 → 410,10
 
DlgDocPageTitle : "Заголовок страницы",
DlgDocLangDir : "Направление текста",
DlgDocLangDirLTR : "Слева направо (LTR)",
DlgDocLangDirRTL : "Справа налево (RTL)",
DlgDocLangDirLTR : "Слева на право (LTR)",
DlgDocLangDirRTL : "Справа на лево (RTL)",
DlgDocLangCode : "Код языка",
DlgDocCharSet : "Кодировка набора символов",
DlgDocCharSetCE : "Центрально-европейская",
DlgDocCharSetCT : "Китайская традиционная (Big5)",
DlgDocCharSetCR : "Кириллица",
DlgDocCharSetGR : "Греческая",
DlgDocCharSetJP : "Японская",
DlgDocCharSetKR : "Корейская",
DlgDocCharSetTR : "Турецкая",
DlgDocCharSetUN : "Юникод (UTF-8)",
DlgDocCharSetWE : "Западно-европейская",
DlgDocCharSetOther : "Другая кодировка набора символов",
 
DlgDocDocType : "Заголовок типа документа",
514,21 → 440,14
// Templates Dialog
Templates : "Шаблоны",
DlgTemplatesTitle : "Шаблоны содержимого",
DlgTemplatesSelMsg : "Пожалуйста, выберете шаблон для открытия в редакторе<br>(текущее содержимое будет потеряно):",
DlgTemplatesLoading : "Загрузка списка шаблонов. Пожалуйста, подождите...",
DlgTemplatesSelMsg : "Пожалуйста выберете шаблон для открытия в редакторе<br>(текущее содержимое будет потеряно):",
DlgTemplatesLoading : "Загрузка списка шаблонов. Пожалуйста подождите...",
DlgTemplatesNoTpl : "(Ни одного шаблона не определено)",
DlgTemplatesReplace : "Заменить текущее содержание",
 
// About Dialog
DlgAboutAboutTab : "О программе",
DlgAboutBrowserInfoTab : "Информация браузера",
DlgAboutLicenseTab : "Лицензия",
DlgAboutVersion : "Версия",
DlgAboutInfo : "Для большей информации, посетите",
 
// Div Dialog
DlgDivGeneralTab : "Информация",
DlgDivAdvancedTab : "Расширенные настройки",
DlgDivStyle : "Стиль",
DlgDivInlineStyle : "Встроенные стили"
};
DlgAboutLicense : "Лицензировано в соответствии с условиями GNU Lesser General Public License",
DlgAboutInfo : "Для большей информации, посетите"
}
/trunk/api/fckeditor/editor/plugins/simplecommands/fckplugin.js
File deleted
/trunk/api/fckeditor/editor/plugins/bbcode/fckplugin.js
File deleted
/trunk/api/fckeditor/editor/plugins/bbcode/_sample/sample.html
File deleted
/trunk/api/fckeditor/editor/plugins/bbcode/_sample/sample.config.js
File deleted
/trunk/api/fckeditor/editor/plugins/autogrow/fckplugin.js
File deleted
/trunk/api/fckeditor/editor/plugins/dragresizetable/fckplugin.js
File deleted
/trunk/api/fckeditor/editor/plugins/placeholder/placeholder.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/plugins/placeholder/fck_placeholder.html
1,105 → 1,92
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Placeholder Plugin.
-->
<html>
<head>
<title>Placeholder Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script src="../../dialog/common/fck_dialog_common.js" type="text/javascript"></script>
<script language="javascript">
 
var dialog = window.parent ;
var oEditor = dialog.InnerDialogLoaded() ;
var FCKLang = oEditor.FCKLang ;
var FCKPlaceholders = oEditor.FCKPlaceholders ;
 
window.onload = function ()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( document ) ;
 
LoadSelected() ;
 
// Show the "Ok" button.
dialog.SetOkButton( true ) ;
 
// Select text field on load.
SelectField( 'txtName' ) ;
}
 
var eSelected = dialog.Selection.GetSelectedElement() ;
 
function LoadSelected()
{
if ( !eSelected )
return ;
 
if ( eSelected.tagName == 'SPAN' && eSelected._fckplaceholder )
document.getElementById('txtName').value = eSelected._fckplaceholder ;
else
eSelected == null ;
}
 
function Ok()
{
var sValue = document.getElementById('txtName').value ;
 
if ( eSelected && eSelected._fckplaceholder == sValue )
return true ;
 
if ( sValue.length == 0 )
{
alert( FCKLang.PlaceholderErrNoName ) ;
return false ;
}
 
if ( FCKPlaceholders.Exist( sValue ) )
{
alert( FCKLang.PlaceholderErrNameInUse ) ;
return false ;
}
 
FCKPlaceholders.Add( sValue ) ;
return true ;
}
 
</script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table cellSpacing="0" cellPadding="0" align="center" border="0">
<tr>
<td>
<span fckLang="PlaceholderDlgName">Placeholder Name</span><br>
<input id="txtName" type="text">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fck_placeholder.html
* Placeholder Plugin.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<html>
<head>
<title>Placeholder Properties</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta content="noindex, nofollow" name="robots">
<script language="javascript">
 
var oEditor = window.parent.InnerDialogLoaded() ;
var FCKLang = oEditor.FCKLang ;
var FCKPlaceholders = oEditor.FCKPlaceholders ;
 
window.onload = function ()
{
// First of all, translate the dialog box texts
oEditor.FCKLanguageManager.TranslatePage( document ) ;
LoadSelected() ;
// Show the "Ok" button.
window.parent.SetOkButton( true ) ;
}
 
var eSelected = oEditor.FCKSelection.GetSelectedElement() ;
 
function LoadSelected()
{
if ( !eSelected )
return ;
 
if ( eSelected.tagName == 'SPAN' && eSelected._fckplaceholder )
txtName.value = eSelected._fckplaceholder ;
else
eSelected == null ;
}
 
function Ok()
{
if ( eSelected && eSelected._fckplaceholder == document.getElementById('txtName').value )
return true ;
 
if ( document.getElementById('txtName').value.length == 0 )
{
alert( FCKLang.PlaceholderErrNoName ) ;
return false ;
}
if ( FCKPlaceholders.Exist( document.getElementById('txtName').value ) )
{
alert( FCKLang.PlaceholderErrNameInUse ) ;
return false ;
}
 
FCKPlaceholders.Add( txtName.value ) ;
return true ;
}
 
</script>
</head>
<body scroll="no" style="OVERFLOW: hidden">
<table height="100%" cellSpacing="0" cellPadding="0" width="100%" border="0">
<tr>
<td>
<table cellSpacing="0" cellPadding="0" align="center" border="0">
<tr>
<td>
<span fckLang="PlaceholderDlgName">Placeholder Name</span><br>
<input id="txtName" type="text">
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/editor/plugins/placeholder/fckplugin.js
1,33 → 1,26
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Plugin to insert "Placeholders" in the editor.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckplugin.js
* Plugin to insert "Placeholders" in the editor.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
// Register the related command.
FCKCommands.RegisterCommand( 'Placeholder', new FCKDialogCommand( 'Placeholder', FCKLang.PlaceholderDlgTitle, FCKPlugins.Items['placeholder'].Path + 'fck_placeholder.html', 340, 160 ) ) ;
FCKCommands.RegisterCommand( 'Placeholder', new FCKDialogCommand( 'Placeholder', FCKLang.PlaceholderDlgTitle, FCKPlugins.Items['placeholder'].Path + 'fck_placeholder.html', 340, 170 ) ) ;
 
// Create the "Plaholder" toolbar button.
var oPlaceholderItem = new FCKToolbarButton( 'Placeholder', FCKLang.PlaceholderBtn ) ;
oPlaceholderItem.IconPath = FCKPlugins.Items['placeholder'].Path + 'placeholder.gif' ;
 
FCKToolbarItems.RegisterItem( 'Placeholder', oPlaceholderItem ) ;
 
 
37,21 → 30,21
// Add a new placeholder at the actual selection.
FCKPlaceholders.Add = function( name )
{
var oSpan = FCK.InsertElement( 'span' ) ;
var oSpan = FCK.CreateElement( 'SPAN' ) ;
this.SetupSpan( oSpan, name ) ;
}
 
FCKPlaceholders.SetupSpan = function( span, name )
{
span.innerHTML = '[[ ' + name + ' ]]' ;
 
span.style.backgroundColor = '#ffff00' ;
span.style.color = '#000000' ;
 
span.innerHTML = '[[ ' + name + ' ]]' ;
 
span.style.backgroundColor = '#ffff00' ;
span.style.color = '#000000' ;
 
if ( FCKBrowserInfo.IsGecko )
span.style.cursor = 'default' ;
 
span._fckplaceholder = name ;
span.style.cursor = 'default' ;
 
span._fckplaceholder = name ;
span.contentEditable = false ;
 
// To avoid it to be resized.
86,7 → 79,7
// Check if a Placholder name is already in use.
FCKPlaceholders.Exist = function( name )
{
var aSpans = FCK.EditorDocument.getElementsByTagName( 'SPAN' ) ;
var aSpans = FCK.EditorDocument.getElementsByTagName( 'SPAN' )
 
for ( var i = 0 ; i < aSpans.length ; i++ )
{
93,8 → 86,6
if ( aSpans[i]._fckplaceholder == name )
return true ;
}
 
return false ;
}
 
if ( FCKBrowserInfo.IsIE )
101,9 → 92,6
{
FCKPlaceholders.Redraw = function()
{
if ( FCK.EditMode != FCK_EDITMODE_WYSIWYG )
return ;
 
var aPlaholders = FCK.EditorDocument.body.innerText.match( /\[\[[^\[\]]+\]\]/g ) ;
if ( !aPlaholders )
return ;
124,14 → 112,11
{
FCKPlaceholders.Redraw = function()
{
if ( FCK.EditMode != FCK_EDITMODE_WYSIWYG )
return ;
 
var oInteractor = FCK.EditorDocument.createTreeWalker( FCK.EditorDocument.body, NodeFilter.SHOW_TEXT, FCKPlaceholders._AcceptNode, true ) ;
 
var aNodes = new Array() ;
 
while ( ( oNode = oInteractor.nextNode() ) )
while ( oNode = oInteractor.nextNode() )
{
aNodes[ aNodes.length ] = oNode ;
}
160,7 → 145,7
 
aNodes[n].parentNode.removeChild( aNodes[n] ) ;
}
 
FCKPlaceholders._SetupClickListener() ;
}
 
175,6 → 160,9
 
FCK.Events.AttachEvent( 'OnAfterSetHTML', FCKPlaceholders.Redraw ) ;
 
// The "Redraw" method must be called on startup.
FCKPlaceholders.Redraw() ;
 
// We must process the SPAN tags to replace then with the real resulting value of the placeholder.
FCKXHtml.TagProcessors['span'] = function( node, htmlNode )
{
184,4 → 172,4
FCKXHtml._AppendChildNodes( node, htmlNode, false ) ;
 
return node ;
}
}
/trunk/api/fckeditor/editor/plugins/placeholder/lang/es.js
File deleted
/trunk/api/fckeditor/editor/plugins/placeholder/lang/de.js
File deleted
/trunk/api/fckeditor/editor/plugins/placeholder/lang/pl.js
File deleted
/trunk/api/fckeditor/editor/plugins/placeholder/lang/it.js
1,27 → 1,21
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Placholder Italian language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: it.js
* Placholder Italian language file.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
FCKLang.PlaceholderBtn = 'Aggiungi/Modifica Placeholder' ;
FCKLang.PlaceholderDlgTitle = 'Proprietà del Placeholder' ;
FCKLang.PlaceholderDlgTitle = 'Proprietà del Placeholder' ;
FCKLang.PlaceholderDlgName = 'Nome del Placeholder' ;
FCKLang.PlaceholderErrNoName = 'Digitare il nome del placeholder' ;
FCKLang.PlaceholderErrNameInUse = 'Il nome inserito è già in uso' ;
FCKLang.PlaceholderErrNameInUse = 'Il nome inserito è già in uso' ;
/trunk/api/fckeditor/editor/plugins/placeholder/lang/en.js
1,27 → 1,21
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Placholder English language file.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: en.js
* Placholder English language file.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
FCKLang.PlaceholderBtn = 'Insert/Edit Placeholder' ;
FCKLang.PlaceholderDlgTitle = 'Placeholder Properties' ;
FCKLang.PlaceholderDlgName = 'Placeholder Name' ;
FCKLang.PlaceholderErrNoName = 'Please type the placeholder name' ;
FCKLang.PlaceholderErrNameInUse = 'The specified name is already in use' ;
FCKLang.PlaceholderErrNameInUse = 'The specified name is already in use' ;
/trunk/api/fckeditor/editor/plugins/placeholder/lang/fr.js
1,27 → 1,21
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Placeholder French language file.
*/
FCKLang.PlaceholderBtn = "Insérer/Modifier l'Espace réservé" ;
FCKLang.PlaceholderDlgTitle = "Propriétés de l'Espace réservé" ;
FCKLang.PlaceholderDlgName = "Nom de l'Espace réservé" ;
FCKLang.PlaceholderErrNoName = "Veuillez saisir le nom de l'Espace réservé" ;
FCKLang.PlaceholderErrNameInUse = "Ce nom est déjà utilisé" ;
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fr.js
* Placholder Italian language file.
*
* File Authors:
* Hubert Garrido (liane@users.sourceforge.net)
*/
FCKLang.PlaceholderBtn = 'Insérer/Modifier Substitut' ;
FCKLang.PlaceholderDlgTitle = 'Propriétés de Substitut' ;
FCKLang.PlaceholderDlgName = 'Nom de Substitut' ;
FCKLang.PlaceholderErrNoName = 'Veuillez saisir le nom de Substitut' ;
FCKLang.PlaceholderErrNameInUse = 'Ce nom est déjà utilisé' ;
/trunk/api/fckeditor/editor/plugins/tablecommands/fckplugin.js
1,33 → 1,26
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This plugin register the required Toolbar items to be able to insert the
* table commands in the toolbar.
*/
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckplugin.js
* This plugin register the required Toolbar items to be able to insert the
* toolbar commands in the toolbar.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
*/
 
FCKToolbarItems.RegisterItem( 'TableInsertRowAfter' , new FCKToolbarButton( 'TableInsertRowAfter' , FCKLang.InsertRowAfter, null, null, null, true, 62 ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLang.DeleteRows, null, null, null, true, 63 ) ) ;
FCKToolbarItems.RegisterItem( 'TableInsertColumnAfter' , new FCKToolbarButton( 'TableInsertColumnAfter' , FCKLang.InsertColumnAfter, null, null, null, true, 64 ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteColumns' , new FCKToolbarButton( 'TableDeleteColumns', FCKLang.DeleteColumns, null, null, null, true, 65 ) ) ;
FCKToolbarItems.RegisterItem( 'TableInsertCellAfter' , new FCKToolbarButton( 'TableInsertCellAfter' , FCKLang.InsertCellAfter, null, null, null, true, 58 ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteCells' , new FCKToolbarButton( 'TableDeleteCells' , FCKLang.DeleteCells, null, null, null, true, 59 ) ) ;
FCKToolbarItems.RegisterItem( 'TableMergeCells' , new FCKToolbarButton( 'TableMergeCells' , FCKLang.MergeCells, null, null, null, true, 60 ) ) ;
FCKToolbarItems.RegisterItem( 'TableHorizontalSplitCell' , new FCKToolbarButton( 'TableHorizontalSplitCell' , FCKLang.SplitCell, null, null, null, true, 61 ) ) ;
FCKToolbarItems.RegisterItem( 'TableCellProp' , new FCKToolbarButton( 'TableCellProp' , FCKLang.CellProperties, null, null, null, true, 57 ) ) ;
FCKToolbarItems.RegisterItem( 'TableInsertRow' , new FCKToolbarButton( 'TableInsertRow' , FCKLang.InsertRow ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteRows' , new FCKToolbarButton( 'TableDeleteRows' , FCKLang.DeleteRows ) ) ;
FCKToolbarItems.RegisterItem( 'TableInsertColumn' , new FCKToolbarButton( 'TableInsertColumn' , FCKLang.InsertColumn ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteColumns' , new FCKToolbarButton( 'TableDeleteColumns', FCKLang.DeleteColumns ) ) ;
FCKToolbarItems.RegisterItem( 'TableInsertCell' , new FCKToolbarButton( 'TableInsertCell' , FCKLang.InsertCell ) ) ;
FCKToolbarItems.RegisterItem( 'TableDeleteCells' , new FCKToolbarButton( 'TableDeleteCells' , FCKLang.DeleteCells ) ) ;
FCKToolbarItems.RegisterItem( 'TableMergeCells' , new FCKToolbarButton( 'TableMergeCells' , FCKLang.MergeCells ) ) ;
FCKToolbarItems.RegisterItem( 'TableSplitCell' , new FCKToolbarButton( 'TableSplitCell' , FCKLang.SplitCell ) ) ;
/trunk/api/fckeditor/editor/images/anchor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/arrow_ltr.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/arrow_rtl.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/msn/tounge_smile.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/msn/sad_smile.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/msn/heart.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/sick2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/sick2.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/obanon.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/obanon.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/ouaip.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/ouaip.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/music.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/music.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/angry.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/angry.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/apophys.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/apophys.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/jesors1.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/jesors1.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/sovxx.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/sovxx.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/yopyopyop.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/yopyopyop.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/alien.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/alien.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/crazy.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/crazy.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/zoor.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/zoor.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/toad666.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/toad666.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/worship.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/worship.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/slaap.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/slaap.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/tongue.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/tongue.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/angry1.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/angry1.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/megaphone.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/megaphone.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/love.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/love.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/confused.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/confused.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/sleep.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/sleep.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/lol3.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/lol3.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/alien2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/alien2.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/wow.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/wow.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/boid.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/boid.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/asthanos.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/asthanos.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/happy.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/happy.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/thumbup.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/thumbup.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/devil2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/devil2.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/nuts.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/nuts.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/question2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/question2.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/sad2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/sad2.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/bigsmile.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/bigsmile.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/tigi.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/tigi.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/rasta2.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/rasta2.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/demis_roussos.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/demis_roussos.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/icon_angel.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/icon_angel.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/plugin.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/plugin.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/xp1700.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/xp1700.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/mad.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/mad.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/devil.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/devil.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/youpi.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/youpi.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/beaute.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/beaute.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/sad.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/sad.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/question.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/question.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/notify.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/notify.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/bazuzeus.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/bazuzeus.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/wink.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/wink.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/aiua.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/aiua.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/spamafote.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/spamafote.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/shocked.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/shocked.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/halm.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/halm.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/wouaf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/wouaf.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/mmm.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/mmm.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/sors.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/sors.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/eek3.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/eek3.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/sick.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/sick.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/bonk.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/bonk.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/borg.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/borg.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/icon_clown.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/icon_clown.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/ak.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/ak.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/cwm14.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/cwm14.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/eltaf.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/eltaf.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/icon12.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/icon12.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/pleure.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/pleure.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/cool.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/cool.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/urgeman.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/urgeman.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/vanadium.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/vanadium.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/jesors.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/jesors.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/smile.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/smile.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/icon_bandit.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/icon_bandit.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/gele.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/gele.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/blush.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/blush.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/tuffgong.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/tuffgong.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/icon_bravo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/icon_bravo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/capo.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/capo.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/double0smile.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/double0smile.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/yltype.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/yltype.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/assjani.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/assjani.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/rastapop.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/rastapop.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/bored.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/bored.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/smiley_peur.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/smiley_peur.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/icon23.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/icon23.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/icon26.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/icon26.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/tap67.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/tap67.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/rosebud.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/rosebud.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/images/smiley/fun/thumbdown.gif
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream
/trunk/api/fckeditor/editor/images/smiley/fun/thumbdown.gif
New file
Property changes:
Added: svn:mime-type
+application/octet-stream
\ No newline at end of property
/trunk/api/fckeditor/editor/fckdialog.html
1,819 → 1,306
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This page is used by all dialog box as the container.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script type="text/javascript">
// <![CDATA[
 
// Domain relaxation logic.
(function()
{
var d = document.domain ;
 
while ( true )
{
// Test if we can access a parent property.
try
{
var parentDomain = ( Args().TopWindow || E ).document.domain ;
 
if ( document.domain != parentDomain )
document.domain = parentDomain ;
 
break ;
}
catch( e ) {}
 
// Remove a domain part: www.mytest.example.com => mytest.example.com => example.com ...
d = d.replace( /.*?(?:\.|$)/, '' ) ;
 
if ( d.length == 0 )
break ; // It was not able to detect the domain.
 
document.domain = d ;
}
})() ;
 
var E = frameElement._DialogArguments.Editor ;
 
// It seems referencing to frameElement._DialogArguments directly would lead to memory leaks in IE.
// So let's use functions to access its members instead.
function Args()
{
return frameElement._DialogArguments ;
}
 
function ParentDialog( dialog )
{
return dialog ? dialog._ParentDialog : frameElement._ParentDialog ;
}
 
var FCK = E.FCK ;
var FCKTools = E.FCKTools ;
var FCKDomTools = E.FCKDomTools ;
var FCKDialog = E.FCKDialog ;
var FCKBrowserInfo = E.FCKBrowserInfo ;
var FCKConfig = E.FCKConfig ;
 
// Steal the focus so that the caret would no longer stay in the editor iframe.
window.focus() ;
 
// Sets the Skin CSS
document.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ;
 
// Sets the language direction.
var langDir = E.FCKLang.Dir ;
 
// For IE6-, the fck_dialog_ie6.js is loaded, used to fix limitations in the browser.
if ( FCKBrowserInfo.IsIE && !FCKBrowserInfo.IsIE7 )
document.write( '<' + 'script type="text/javascript" src="' + FCKConfig.SkinPath + 'fck_dialog_ie6.js"><' + '\/script>' ) ;
 
FCKTools.RegisterDollarFunction( window ) ;
 
// Resize related functions.
var Sizer = function()
{
var bAutoSize = false ;
 
var retval = {
// Sets whether the dialog should auto-resize according to its content's height.
SetAutoSize : function( autoSize )
{
bAutoSize = autoSize ;
this.RefreshSize() ;
},
 
// Fit the dialog container's layout to the inner iframe's external size.
RefreshContainerSize : function()
{
var frmMain = $( 'frmMain' ) ;
 
if ( frmMain )
{
// Get the container size.
var height = $( 'contents' ).offsetHeight ;
 
// Subtract the size of other elements.
height -= $( 'TitleArea' ).offsetHeight ;
height -= $( 'TabsRow' ).offsetHeight ;
height -= $( 'PopupButtons' ).offsetHeight ;
 
frmMain.style.height = Math.max( height, 0 ) + 'px' ;
}
},
 
// Resize and re-layout the dialog.
// Triggers the onresize event for the layout logic.
ResizeDialog : function( width, height )
{
FCKDomTools.SetElementStyles( window.frameElement,
{
'width' : width + 'px',
'height' : height + 'px'
} ) ;
 
// If the skin have defined a function for resize fixes, call it now.
if ( typeof window.DoResizeFixes == 'function' )
window.DoResizeFixes() ;
},
 
// if bAutoSize is true, automatically fit the dialog size and layout to
// accomodate the inner iframe's internal height.
// if bAutoSize is false, then only the layout logic for the dialog decorations
// is run to accomodate the inner iframe's external height.
RefreshSize : function()
{
if ( bAutoSize )
{
var frmMain = $( 'frmMain' ) ;
var innerDoc = frmMain.contentWindow.document ;
var isStrict = FCKTools.IsStrictMode( innerDoc ) ;
 
// Get the size of the frame contents.
var innerWidth = isStrict ? innerDoc.documentElement.scrollWidth : innerDoc.body.scrollWidth ;
var innerHeight = isStrict ? innerDoc.documentElement.scrollHeight : innerDoc.body.scrollHeight ;
 
// Get the current frame size.
var frameSize = FCKTools.GetViewPaneSize( frmMain.contentWindow ) ;
 
var deltaWidth = innerWidth - frameSize.Width ;
var deltaHeight = innerHeight - frameSize.Height ;
 
// If the contents fits the current size.
if ( deltaWidth <= 0 && deltaHeight <= 0 )
return ;
 
var dialogWidth = frameElement.offsetWidth + Math.max( deltaWidth, 0 ) ;
var dialogHeight = frameElement.offsetHeight + Math.max( deltaHeight, 0 ) ;
 
this.ResizeDialog( dialogWidth, dialogHeight ) ;
}
this.RefreshContainerSize() ;
}
}
 
/**
* Safari seems to have a bug with the time when RefreshSize() is executed - it
* thinks frmMain's innerHeight is 0 if we query the value too soon after the
* page is loaded in some circumstances. (#1316)
* TODO : Maybe this is not needed anymore after #35.
*/
if ( FCKBrowserInfo.IsSafari )
{
var originalRefreshSize = retval.RefreshSize ;
 
retval.RefreshSize = function()
{
FCKTools.SetTimeout( originalRefreshSize, 1, retval ) ;
}
}
 
/**
* IE6 has a similar bug where it sometimes thinks $('contents') has an
* offsetHeight of 0 (#2114).
*/
if ( FCKBrowserInfo.IsIE && !FCKBrowserInfo.IsIE7 )
{
var originalRefreshContainerSize = retval.RefreshContainerSize ;
retval.RefreshContainerSize = function()
{
FCKTools.SetTimeout( originalRefreshContainerSize, 1, retval ) ;
}
}
 
window.onresize = function()
{
retval.RefreshContainerSize() ;
}
 
window.SetAutoSize = FCKTools.Bind( retval, retval.SetAutoSize ) ;
 
return retval ;
}() ;
 
// Manages the throbber image that appears if the inner part of dialog is taking too long to load.
var Throbber = function()
{
var timer ;
 
var updateThrobber = function()
{
var throbberParent = $( 'throbberBlock' ) ;
var throbberBlocks = throbberParent.childNodes ;
var lastClass = throbberParent.lastChild.className ;
 
// From the last to the second one, copy the class from the previous one.
for ( var i = throbberBlocks.length - 1 ; i > 0 ; i-- )
throbberBlocks[i].className = throbberBlocks[i-1].className ;
 
// For the first one, copy the last class (rotation).
throbberBlocks[0].className = lastClass ;
}
 
return {
Show : function( waitMilliseconds )
{
// Auto-setup the Show function to be called again after the
// requested amount of time.
if ( waitMilliseconds && waitMilliseconds > 0 )
{
timer = FCKTools.SetTimeout( this.Show, waitMilliseconds, this, null, window ) ;
return ;
}
 
var throbberParent = $( 'throbberBlock' ) ;
 
if (throbberParent.childNodes.length == 0)
{
// Create the throbber blocks.
var classIds = [ 1,2,3,4,5,4,3,2 ] ;
while ( classIds.length > 0 )
throbberParent.appendChild( document.createElement( 'div' ) ).className = ' throbber_' + classIds.shift() ;
}
 
// Center the throbber.
var frm = $( 'contents' ) ;
var frmCoords = FCKTools.GetDocumentPosition( window, frm ) ;
var x = frmCoords.x + ( frm.offsetWidth - throbberParent.offsetWidth ) / 2 ;
var y = frmCoords.y + ( frm.offsetHeight - throbberParent.offsetHeight ) / 2 ;
throbberParent.style.left = parseInt( x, 10 ) + 'px' ;
throbberParent.style.top = parseInt( y, 10 ) + 'px' ;
 
// Show it.
throbberParent.style.visibility = '' ;
 
// Hide tabs and buttons:
$( 'Tabs' ).style.visibility = 'hidden' ;
$( 'PopupButtons' ).style.visibility = 'hidden' ;
 
// Setup the animation interval.
timer = setInterval( updateThrobber, 100 ) ;
},
 
Hide : function()
{
if ( timer )
{
clearInterval( timer ) ;
timer = null ;
}
 
$( 'throbberBlock' ).style.visibility = 'hidden' ;
 
// Show tabs and buttons:
$( 'Tabs' ).style.visibility = '' ;
$( 'PopupButtons' ).style.visibility = '' ;
}
} ;
}() ;
 
// Drag and drop handlers.
var DragAndDrop = function()
{
var registeredWindows = [] ;
var lastCoords ;
var currentPos ;
 
var cleanUpHandlers = function()
{
for ( var i = 0 ; i < registeredWindows.length ; i++ )
{
FCKTools.RemoveEventListener( registeredWindows[i].document, 'mousemove', dragMouseMoveHandler ) ;
FCKTools.RemoveEventListener( registeredWindows[i].document, 'mouseup', dragMouseUpHandler ) ;
}
}
 
var dragMouseMoveHandler = function( evt )
{
if ( !lastCoords )
return ;
 
if ( !evt )
evt = FCKTools.GetElementDocument( this ).parentWindow.event ;
 
// Updated the last coordinates.
var currentCoords =
{
x : evt.screenX,
y : evt.screenY
} ;
 
currentPos =
{
x : currentPos.x + ( currentCoords.x - lastCoords.x ),
y : currentPos.y + ( currentCoords.y - lastCoords.y )
} ;
 
lastCoords = currentCoords ;
 
frameElement.style.left = currentPos.x + 'px' ;
frameElement.style.top = currentPos.y + 'px' ;
 
if ( evt.preventDefault )
evt.preventDefault() ;
else
evt.returnValue = false ;
}
 
var dragMouseUpHandler = function( evt )
{
if ( !lastCoords )
return ;
if ( !evt )
evt = FCKTools.GetElementDocument( this ).parentWindow.event ;
cleanUpHandlers() ;
lastCoords = null ;
}
 
return {
 
MouseDownHandler : function( evt )
{
var view = null ;
if ( !evt )
{
view = FCKTools.GetElementDocument( this ).parentWindow ;
evt = view.event ;
}
else
view = evt.view ;
 
var target = evt.srcElement || evt.target ;
if ( target.id == 'closeButton' || target.className == 'PopupTab' || target.className == 'PopupTabSelected' )
return ;
 
lastCoords =
{
x : evt.screenX,
y : evt.screenY
} ;
 
// Save the current IFRAME position.
currentPos =
{
x : parseInt( FCKDomTools.GetCurrentElementStyle( frameElement, 'left' ), 10 ),
y : parseInt( FCKDomTools.GetCurrentElementStyle( frameElement, 'top' ), 10 )
} ;
 
for ( var i = 0 ; i < registeredWindows.length ; i++ )
{
FCKTools.AddEventListener( registeredWindows[i].document, 'mousemove', dragMouseMoveHandler ) ;
FCKTools.AddEventListener( registeredWindows[i].document, 'mouseup', dragMouseUpHandler ) ;
}
 
if ( evt.preventDefault )
evt.preventDefault() ;
else
evt.returnValue = false ;
},
 
RegisterHandlers : function( w )
{
registeredWindows.push( w ) ;
}
}
}() ;
 
// Selection related functions.
//(Became simple shortcuts after the fix for #1990)
var Selection =
{
/**
* Ensures that the editing area contains an active selection. This is a
* requirement for IE, as it looses the selection when the focus moves to other
* frames.
*/
EnsureSelection : function()
{
// Move the focus to the Cancel button so even if the dialog contains a
// contentEditable element the selection is properly restored in the editor #2496
window.focus() ;
$( 'btnCancel' ).focus() ;
 
FCK.Selection.Restore() ;
},
 
/**
* Get the FCKSelection object for the editor instance.
*/
GetSelection : function()
{
return FCK.Selection ;
},
 
/**
* Get the selected element in the editing area (for object selections).
*/
GetSelectedElement : function()
{
return FCK.Selection.GetSelectedElement() ;
}
}
 
// Tab related functions.
var Tabs = function()
{
// Only element ids should be stored here instead of element references since setSelectedTab and TabDiv_OnClick
// would build circular references with the element references inside and cause memory leaks in IE6.
var oTabs = new Object() ;
 
var setSelectedTab = function( tabCode )
{
for ( var sCode in oTabs )
{
if ( sCode == tabCode )
$( oTabs[sCode] ).className = 'PopupTabSelected' ;
else
$( oTabs[sCode] ).className = 'PopupTab' ;
}
 
if ( typeof( window.frames["frmMain"].OnDialogTabChange ) == 'function' )
window.frames["frmMain"].OnDialogTabChange( tabCode ) ;
}
 
function TabDiv_OnClick()
{
setSelectedTab( this.TabCode ) ;
}
 
window.AddTab = function( tabCode, tabText, startHidden )
{
if ( typeof( oTabs[ tabCode ] ) != 'undefined' )
return ;
 
var eTabsRow = $( 'Tabs' ) ;
 
var oCell = eTabsRow.insertCell( eTabsRow.cells.length - 1 ) ;
oCell.noWrap = true ;
 
var oDiv = document.createElement( 'DIV' ) ;
oDiv.className = 'PopupTab' ;
oDiv.innerHTML = tabText ;
oDiv.TabCode = tabCode ;
oDiv.onclick = TabDiv_OnClick ;
oDiv.id = Math.random() ;
 
if ( startHidden )
oDiv.style.display = 'none' ;
 
eTabsRow = $( 'TabsRow' ) ;
 
oCell.appendChild( oDiv ) ;
 
if ( eTabsRow.style.display == 'none' )
{
var eTitleArea = $( 'TitleArea' ) ;
eTitleArea.className = 'PopupTitle' ;
 
oDiv.className = 'PopupTabSelected' ;
eTabsRow.style.display = '' ;
 
if ( window.onresize )
window.onresize() ;
}
 
oTabs[ tabCode ] = oDiv.id ;
 
FCKTools.DisableSelection( oDiv ) ;
} ;
 
window.SetSelectedTab = setSelectedTab ;
 
window.SetTabVisibility = function( tabCode, isVisible )
{
var oTab = $( oTabs[ tabCode ] ) ;
oTab.style.display = isVisible ? '' : 'none' ;
 
if ( ! isVisible && oTab.className == 'PopupTabSelected' )
{
for ( var sCode in oTabs )
{
if ( $( oTabs[sCode] ).style.display != 'none' )
{
setSelectedTab( sCode ) ;
break ;
}
}
}
} ;
}() ;
 
// readystatechange handler for registering drag and drop handlers in cover
// iframes, defined out here to avoid memory leak.
// Do NOT put this function as a private function as it will induce memory leak
// in IE and it's not detectable with Drip or sIEve and undetectable leaks are
// really nasty (sigh).
var onReadyRegister = function()
{
if ( this.readyState != 'complete' )
return ;
DragAndDrop.RegisterHandlers( this.contentWindow ) ;
} ;
 
// The business logic of the dialog, dealing with operational things like
// dialog open/dialog close/enable/disable/etc.
(function()
{
var setOnKeyDown = function( targetDocument )
{
targetDocument.onkeydown = function ( e )
{
e = e || event || this.parentWindow.event ;
switch ( e.keyCode )
{
case 13 : // ENTER
var oTarget = e.srcElement || e.target ;
if ( oTarget.tagName == 'TEXTAREA' )
return true ;
Ok() ;
return false ;
 
case 27 : // ESC
Cancel() ;
return false ;
}
return true ;
}
} ;
 
var contextMenuBlocker = function( e )
{
var sTagName = e.target.tagName ;
if ( ! ( ( sTagName == "INPUT" && e.target.type == "text" ) || sTagName == "TEXTAREA" ) )
e.preventDefault() ;
} ;
 
var disableContextMenu = function( targetDocument )
{
if ( FCKBrowserInfo.IsIE )
return ;
 
targetDocument.addEventListener( 'contextmenu', contextMenuBlocker, true ) ;
} ;
 
// Program entry point.
window.Init = function()
{
$( 'contents' ).dir = langDir;
 
// Start the throbber timer.
Throbber.Show( 1000 ) ;
 
Sizer.RefreshContainerSize() ;
LoadInnerDialog() ;
 
FCKTools.DisableSelection( document.body ) ;
 
// Make the title area draggable.
var titleElement = $( 'header' ) ;
titleElement.onmousedown = DragAndDrop.MouseDownHandler ;
 
// Connect mousemove and mouseup events from dialog frame and outer window to dialog dragging logic.
DragAndDrop.RegisterHandlers( window ) ;
DragAndDrop.RegisterHandlers( Args().TopWindow ) ;
 
// Disable the previous dialog if it exists.
if ( ParentDialog() )
{
ParentDialog().contentWindow.SetEnabled( false ) ;
if ( FCKBrowserInfo.IsIE && !FCKBrowserInfo.IsIE7 )
{
var currentParent = ParentDialog() ;
while ( currentParent )
{
var blockerFrame = currentParent.contentWindow.$( 'blocker' ) ;
if ( blockerFrame.readyState == 'complete' )
DragAndDrop.RegisterHandlers( blockerFrame.contentWindow ) ;
else
blockerFrame.onreadystatechange = onReadyRegister ;
currentParent = ParentDialog( currentParent ) ;
}
}
else
{
var currentParent = ParentDialog() ;
while ( currentParent )
{
DragAndDrop.RegisterHandlers( currentParent.contentWindow ) ;
currentParent = ParentDialog( currentParent ) ;
}
}
}
 
// If this is the only dialog on screen, enable the background cover.
if ( FCKBrowserInfo.IsIE && !FCKBrowserInfo.IsIE7 )
{
var blockerFrame = FCKDialog.GetCover().firstChild ;
if ( blockerFrame.readyState == 'complete' )
DragAndDrop.RegisterHandlers( blockerFrame.contentWindow ) ;
else
blockerFrame.onreadystatechange = onReadyRegister;
}
 
// Add Enter/Esc hotkeys and disable context menu for the dialog.
setOnKeyDown( document ) ;
disableContextMenu( document ) ;
} ;
 
window.LoadInnerDialog = function()
{
if ( window.onresize )
window.onresize() ;
 
// First of all, translate the dialog box contents.
E.FCKLanguageManager.TranslatePage( document ) ;
 
// Create the IFRAME that holds the dialog contents.
$( 'innerContents' ).innerHTML = '<iframe id="frmMain" src="' + Args().Page + '" name="frmMain" frameborder="0" width="100%" height="100%" scrolling="auto" style="visibility: hidden;" allowtransparency="true"><\/iframe>' ;
} ;
 
window.InnerDialogLoaded = function()
{
// If the dialog has been closed before the iframe is loaded, do nothing.
if ( !frameElement.parentNode )
return null ;
 
Throbber.Hide() ;
 
var frmMain = $('frmMain') ;
var innerWindow = frmMain.contentWindow ;
var innerDoc = innerWindow.document ;
 
// Show the loaded iframe.
frmMain.style.visibility = '' ;
 
// Set the language direction.
innerDoc.documentElement.dir = langDir ;
 
// Sets the Skin CSS.
innerDoc.write( FCKTools.GetStyleHtml( FCKConfig.SkinDialogCSS ) ) ;
 
setOnKeyDown( innerDoc ) ;
disableContextMenu( innerDoc ) ;
 
Sizer.RefreshContainerSize();
 
DragAndDrop.RegisterHandlers( innerWindow ) ;
 
innerWindow.focus() ;
 
return E ;
} ;
 
window.SetOkButton = function( showIt )
{
$('btnOk').style.visibility = ( showIt ? '' : 'hidden' ) ;
} ;
 
window.Ok = function()
{
Selection.EnsureSelection() ;
 
var frmMain = window.frames["frmMain"] ;
 
if ( frmMain.Ok && frmMain.Ok() )
CloseDialog() ;
else
frmMain.focus() ;
} ;
 
window.Cancel = function( dontFireChange )
{
Selection.EnsureSelection() ;
return CloseDialog( dontFireChange ) ;
} ;
 
window.CloseDialog = function( dontFireChange )
{
Throbber.Hide() ;
 
// Points the src to a non-existent location to avoid loading errors later, in case the dialog
// haven't been completed loaded at this point.
if ( $( 'frmMain' ) )
$( 'frmMain' ).src = FCKTools.GetVoidUrl() ;
 
if ( !dontFireChange && !FCK.EditMode )
{
// All dialog windows, by default, will fire the "OnSelectionChange"
// event, no matter the Ok or Cancel button has been pressed.
// It seems that OnSelectionChange may enter on a concurrency state
// on some situations (#1965), so we should put the event firing in
// the execution queue instead of executing it immediately.
setTimeout( function()
{
FCK.Events.FireEvent( 'OnSelectionChange' ) ;
}, 0 ) ;
}
 
FCKDialog.OnDialogClose( window ) ;
} ;
 
window.SetEnabled = function( isEnabled )
{
var cover = $( 'cover' ) ;
cover.style.display = isEnabled ? 'none' : '' ;
 
if ( FCKBrowserInfo.IsIE && !FCKBrowserInfo.IsIE7 )
{
if ( !isEnabled )
{
// Inser the blocker IFRAME before the cover.
var blocker = document.createElement( 'iframe' ) ;
blocker.src = FCKTools.GetVoidUrl() ;
blocker.hideFocus = true ;
blocker.frameBorder = 0 ;
blocker.id = blocker.className = 'blocker' ;
cover.appendChild( blocker ) ;
}
else
{
var blocker = $( 'blocker' ) ;
if ( blocker && blocker.parentNode )
blocker.parentNode.removeChild( blocker ) ;
}
}
} ;
})() ;
// ]]>
</script>
</head>
<body onload="Init();" class="PopupBody">
<div class="contents" id="contents">
<div id="header">
<div id="TitleArea" class="PopupTitle PopupTitleBorder">
<script type="text/javascript">
// <![CDATA[
document.write( Args().Title ) ;
// ]]>
</script>
<div id="closeButton" onclick="Cancel();"></div>
</div>
<div id="TabsRow" class="PopupTabArea" style="display: none">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr id="Tabs">
<td class="PopupTabEmptyArea">&nbsp;</td>
<td class="PopupTabEmptyArea" width="100%">&nbsp;</td>
</tr>
</table>
</div>
</div>
<div id="innerContents"></div>
<div id="PopupButtons" class="PopupButtons">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%">&nbsp;</td>
<td nowrap="nowrap">
<input id="btnOk" style="visibility: hidden;" type="button" value="Ok" class="Button" onclick="Ok();" fckLang="DlgBtnOK" />
&nbsp;
<input id="btnCancel" type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" />
</td>
</tr>
</table>
</div>
</div>
<div class="tl"></div>
<div class="tc"></div>
<div class="tr"></div>
<div class="ml"></div>
<div class="mr"></div>
<div class="bl"></div>
<div class="bc"></div>
<div class="br"></div>
<div class="cover" id="cover" style="display:none"></div>
<div id="throbberBlock" style="position: absolute; visibility: hidden"></div>
<script type="text/javascript">
// <![CDATA[
// Set the class name for language direction.
document.body.className += ' ' + langDir ;
 
var cover = $( 'cover' ) ;
cover.style.backgroundColor = FCKConfig.BackgroundBlockerColor ;
FCKDomTools.SetOpacity( cover, FCKConfig.BackgroundBlockerOpacity ) ;
// ]]>
</script>
</body>
</html>
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckdialog.html
* This page is used by all dialog box as the container.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<script type="text/javascript">
 
// On some Gecko browsers (probably over slow connections) the
// "dialogArguments" are not set so we must get it from the opener window.
if ( !dialogArguments )
dialogArguments = window.opener.FCKLastDialogInfo ;
 
// Sets the Skin CSS
document.write( '<link href="' + dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
 
// Sets the language direction.
window.document.dir = dialogArguments.Editor.FCKLang.Dir ;
 
var sTitle = dialogArguments.Title ;
document.write( '<title>' + sTitle + '</title>' ) ;
 
function LoadInnerDialog()
{
if ( window.onresize )
window.onresize() ;
 
// First of all, translate the dialog box contents.
dialogArguments.Editor.FCKLanguageManager.TranslatePage( document ) ;
 
window.frames["frmMain"].document.location.href = dialogArguments.Page ;
}
 
function InnerDialogLoaded()
{
var oInnerDoc = document.getElementById('frmMain').contentWindow.document ;
 
// Set the language direction.
oInnerDoc.dir = dialogArguments.Editor.FCKLang.Dir ;
 
// Sets the Skin CSS.
oInnerDoc.write( '<link href="' + dialogArguments.Editor.FCKConfig.SkinPath + 'fck_dialog.css" type="text/css" rel="stylesheet">' ) ;
 
SetOnKeyDown( oInnerDoc ) ;
DisableContextMenu( oInnerDoc ) ;
 
return dialogArguments.Editor ;
}
 
function SetOkButton( showIt )
{
document.getElementById('btnOk').style.visibility = ( showIt ? '' : 'hidden' ) ;
}
 
var bAutoSize = false ;
 
function SetAutoSize( autoSize )
{
bAutoSize = autoSize ;
RefreshSize() ;
}
 
function RefreshSize()
{
if ( bAutoSize )
{
var oInnerDoc = document.getElementById('frmMain').contentWindow.document ;
 
if ( document.all )
var iFrameHeight = oInnerDoc.body.offsetHeight ;
else
var iFrameHeight = document.getElementById('frmMain').contentWindow.innerHeight ;
 
var iInnerHeight = oInnerDoc.body.scrollHeight ;
 
var iDiff = iInnerHeight - iFrameHeight ;
 
if ( iDiff > 0 )
{
if ( document.all )
window.dialogHeight = ( parseInt( window.dialogHeight ) + iDiff ) + 'px' ;
else
window.resizeBy( 0, iDiff ) ;
}
}
}
 
function Ok()
{
if ( window.frames["frmMain"].Ok && window.frames["frmMain"].Ok() )
Cancel() ;
}
 
function Cancel()
{
window.close() ;
}
 
// Object that holds all available tabs.
var oTabs = new Object() ;
 
function TabDiv_OnClick()
{
SetSelectedTab( this.TabCode ) ;
}
 
function AddTab( tabCode, tabText, startHidden )
{
if ( typeof( oTabs[ tabCode ] ) != 'undefined' )
return ;
 
var eTabsRow = document.getElementById( 'Tabs' ) ;
 
var oCell = eTabsRow.insertCell( eTabsRow.cells.length - 1 ) ;
oCell.noWrap = true ;
 
var oDiv = document.createElement( 'DIV' ) ;
oDiv.className = 'PopupTab' ;
oDiv.innerHTML = tabText ;
oDiv.TabCode = tabCode ;
oDiv.onclick = TabDiv_OnClick ;
 
if ( startHidden )
oDiv.style.display = 'none' ;
 
var eTabsRow = document.getElementById( 'TabsRow' ) ;
 
oCell.appendChild( oDiv ) ;
 
if ( eTabsRow.style.display == 'none' )
{
var eTitleArea = document.getElementById( 'TitleArea' ) ;
eTitleArea.className = 'PopupTitle' ;
 
oDiv.className = 'PopupTabSelected' ;
eTabsRow.style.display = '' ;
 
if ( ! dialogArguments.Editor.FCKBrowserInfo.IsIE )
window.onresize() ;
}
 
oTabs[ tabCode ] = oDiv ;
oTabs[ tabCode ].Index = oTabs.length - 1 ;
}
 
function SetSelectedTab( tabCode )
{
for ( var sCode in oTabs )
{
if ( sCode == tabCode )
oTabs[sCode].className = 'PopupTabSelected' ;
else
oTabs[sCode].className = 'PopupTab' ;
}
 
if ( typeof( window.frames["frmMain"].OnDialogTabChange ) == 'function' )
window.frames["frmMain"].OnDialogTabChange( tabCode ) ;
}
 
function SetTabVisibility( tabCode, isVisible )
{
var oTab = oTabs[ tabCode ] ;
oTab.style.display = isVisible ? '' : 'none' ;
 
if ( ! isVisible && oTab.className == 'PopupTabSelected' )
{
for ( var sCode in oTabs )
{
if ( oTabs[sCode].style.display != 'none' )
{
SetSelectedTab( sCode ) ;
break ;
}
}
}
}
 
function SetOnKeyDown( targetDocument )
{
targetDocument.onkeydown = function ( e )
{
var e = e || event || this.parentWindow.event ;
switch ( e.keyCode )
{
case 13 : // ENTER
var oTarget = e.srcElement || e.target ;
if ( oTarget.tagName == 'TEXTAREA' ) return ;
Ok() ;
return false ;
case 27 : // ESC
Cancel() ;
return false ;
break ;
}
}
}
SetOnKeyDown( document ) ;
 
function DisableContextMenu( targetDocument )
{
if ( dialogArguments.Editor.FCKBrowserInfo.IsIE ) return ;
 
// Disable Right-Click
var oOnContextMenu = function( e )
{
var sTagName = e.target.tagName ;
if ( ! ( ( sTagName == "INPUT" && e.target.type == "text" ) || sTagName == "TEXTAREA" ) )
e.preventDefault() ;
}
targetDocument.addEventListener( 'contextmenu', oOnContextMenu, true ) ;
}
DisableContextMenu( document ) ;
 
if ( ! dialogArguments.Editor.FCKBrowserInfo.IsIE )
{
window.onresize = function()
{
var oFrame = document.getElementById("frmMain") ;
 
if ( ! oFrame )
return ;
 
oFrame.height = 0 ;
 
var oCell = document.getElementById("FrameCell") ;
var iHeight = oCell.offsetHeight ;
 
oFrame.height = iHeight - 2 ;
}
}
 
window.onfocus = function()
{
document.getElementById('frmMain').contentWindow.focus() ;
}
 
if ( dialogArguments.Editor.FCKBrowserInfo.IsIE )
{
function Window_OnBeforeUnload()
{
for ( var t in oTabs )
oTabs[t] = null ;
 
dialogArguments.Editor = null ;
}
window.attachEvent( "onbeforeunload", Window_OnBeforeUnload ) ;
}
 
</script>
</head>
<body onload="LoadInnerDialog();" class="PopupBody">
<table height="100%" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td id="TitleArea" class="PopupTitle PopupTitleBorder">
<script type="text/javascript">
document.write( sTitle ) ;
</script>
</td>
</tr>
<tr id="TabsRow" style="DISPLAY: none">
<td class="PopupTabArea">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr id="Tabs" onselectstart="return false;">
<td class="PopupTabEmptyArea">&nbsp;</td>
<td class="PopupTabEmptyArea" width="100%">&nbsp;</td>
</tr>
</table>
</td>
</tr>
<tr>
<td id="FrameCell" height="100%" valign="top">
<iframe id="frmMain" src="fckblank.html" name="frmMain" frameborder="0" height="100%" width="100%" scrolling="auto">
</iframe>
</td>
</tr>
<tr>
<td class="PopupButtons">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="100%">&nbsp;</td>
<td nowrap="nowrap">
<input id="btnOk" style="VISIBILITY: hidden; WIDTH: 100px" type="button" value="Ok" class="Button"
onclick="Ok();" fckLang="DlgBtnOK" />&nbsp; <input type="button" value="Cancel" class="Button" onclick="Cancel();" fckLang="DlgBtnCancel" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
/trunk/api/fckeditor/fckstyles.xml
1,103 → 1,23
<?xml version="1.0" encoding="utf-8" ?>
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This is the sample style definitions file. It makes the styles combo
* completely customizable.
*
* See FCKConfig.StylesXmlPath in the configuration file.
-->
<!--
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.opensource.org/licenses/lgpl-license.php
*
* For further information visit:
* http://www.fckeditor.net/
*
* File Name: fckstyles.xml
* This is the sample style definitions file. It makes the styles combo
* completely customizable.
* See FCKConfig.StylesXmlPath in the configuration file.
*
* File Authors:
* Frederico Caldeira Knabben (fredck@fckeditor.net)
-->
<Styles>
 
<!-- Block Styles -->
 
<!--
# These styles are already available in the "Format" combo, so they are not
# needed here by default.
 
<Style name="Heading 1" element="h1" />
<Style name="Heading 2" element="h2" />
<Style name="Heading 3" element="h3" />
<Style name="Heading 4" element="h4" />
<Style name="Heading 5" element="h5" />
<Style name="Heading 6" element="h6" />
<Style name="Paragraph" element="p" />
<Style name="Document Block" element="div" />
<Style name="Preformatted Text" element="pre" />
<Style name="Address" element="address" />
-->
 
<!-- Inline Styles -->
 
<!--
# These are core styles available as toolbar buttons.
 
<Style name="Bold" element="b">
<Override element="strong" />
</Style>
<Style name="Italic" element="i">
<Override element="em" />
</Style>
<Style name="Underline" element="u" />
<Style name="Strikethrough" element="strike" />
<Style name="Subscript" element="sub" />
<Style name="Superscript" element="sup" />
-->
 
<Style name="Marker: Yellow" element="span">
<Style name="background-color" value="Yellow" />
</Style>
<Style name="Marker: Green" element="span">
<Style name="background-color" value="Lime" />
</Style>
 
<Style name="Big" element="big" />
<Style name="Small" element="small" />
<Style name="Typewriter" element="tt" />
 
<Style name="Computer Code" element="code" />
<Style name="Keyboard Phrase" element="kbd" />
<Style name="Sample Text" element="samp" />
<Style name="Variable" element="var" />
 
<Style name="Deleted Text" element="del" />
<Style name="Inserted Text" element="ins" />
 
<Style name="Cited Work" element="cite" />
<Style name="Inline Quotation" element="q" />
 
<Style name="Language: RTL" element="span">
<Attribute name="dir" value="rtl" />
</Style>
<Style name="Language: LTR" element="span">
<Attribute name="dir" value="ltr" />
</Style>
<Style name="Language: RTL Strong" element="bdo">
<Attribute name="dir" value="rtl" />
</Style>
<Style name="Language: LTR Strong" element="bdo">
<Attribute name="dir" value="ltr" />
</Style>
 
<!-- Object Styles -->
 
<Style name="Image on Left" element="img">
<Attribute name="style" value="padding: 5px; margin-right: 5px" />
<Attribute name="border" value="2" />
108,4 → 28,19
<Attribute name="border" value="2" />
<Attribute name="align" value="right" />
</Style>
</Styles>
<Style name="Custom Bold" element="span">
<Attribute name="style" value="font-weight: bold;" />
</Style>
<Style name="Custom Italic" element="em" />
<Style name="Title" element="span">
<Attribute name="class" value="Title" />
</Style>
<Style name="Code" element="span">
<Attribute name="class" value="Code" />
</Style>
<Style name="Title H3" element="h3" />
<Style name="Custom Ruler" element="hr">
<Attribute name="size" value="1" />
<Attribute name="color" value="#ff0000" />
</Style>
</Styles>
/trunk/api/fckeditor/fckeditor.php
1,31 → 1,148
<?php
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This is the integration file for PHP (All versions).
*
* It loads the correct integration file based on the PHP version (avoiding
* strict error messages with PHP 5).
*/
+/*
+ * FCKeditor - The text editor for internet
+ * Copyright (C) 2003-2005 Frederico Caldeira Knabben
+ *
+ * Licensed under the terms of the GNU Lesser General Public License:
+ * http://www.opensource.org/licenses/lgpl-license.php
+ *
+ * For further information visit:
+ * http://www.fckeditor.net/
+ *
+ * File Name: fckeditor.php
+ * This is the integration file for PHP.
+ *
+ * It defines the FCKeditor class that can be used to create editor
+ * instances in PHP pages on server side.
+ *
+ * File Authors:
+ * Frederico Caldeira Knabben (fredck@fckeditor.net)
+ */
-if ( !function_exists('version_compare') || version_compare( phpversion(), '5', '<' ) )
- include_once( 'fckeditor_php4.php' ) ;
-else
- include_once( 'fckeditor_php5.php' ) ;
+class FCKeditor
+{
+ var $InstanceName ;
+ var $BasePath ;
+ var $Width ;
+ var $Height ;
+ var $ToolbarSet ;
+ var $Value ;
+ var $Config ;
+
+ function FCKeditor( $instanceName )
+ {
+ $this->InstanceName = $instanceName ;
+ $this->BasePath = '/FCKeditor/' ;
+ $this->Width = '100%' ;
+ $this->Height = '200' ;
+ $this->ToolbarSet = 'Default' ;
+ $this->Value = '' ;
+
+ $this->Config = array() ;
+ }
+
+ function Create()
+ {
+ echo $this->CreateHtml() ;
+ }
+
+ function CreateHtml()
+ {
+ $HtmlValue = htmlspecialchars( $this->Value ) ;
+
+ $Html = '<div>' ;
+
+ if ( $this->IsCompatible() )
+ {
+ $Link = "{$this->BasePath}editor/fckeditor.html?InstanceName={$this->InstanceName}" ;
+
+ if ( $this->ToolbarSet != '' )
+ $Link .= "&amp;Toolbar={$this->ToolbarSet}" ;
+
+ // Render the linked hidden field.
+ $Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}\" name=\"{$this->InstanceName}\" value=\"{$HtmlValue}\" />" ;
+
+ // Render the configurations hidden field.
+ $Html .= "<input type=\"hidden\" id=\"{$this->InstanceName}___Config\" value=\"" . $this->GetConfigFieldString() . "\" />" ;
+
+ // Render the editor IFRAME.
+ $Html .= "<iframe id=\"{$this->InstanceName}___Frame\" src=\"{$Link}\" width=\"{$this->Width}\" height=\"{$this->Height}\" frameborder=\"no\" scrolling=\"no\"></iframe>" ;
+ }
+ else
+ {
+ if ( strpos( $this->Width, '%' ) === false )
+ $WidthCSS = $this->Width . 'px' ;
+ else
+ $WidthCSS = $this->Width ;
+
+ if ( strpos( $this->Height, '%' ) === false )
+ $HeightCSS = $this->Height . 'px' ;
+ else
+ $HeightCSS = $this->Height ;
+
+ $Html .= "<textarea name=\"{$this->InstanceName}\" rows=\"4\" cols=\"40\" style=\"width: {$WidthCSS}; height: {$HeightCSS}\" wrap=\"virtual\">{$HtmlValue}</textarea>" ;
+ }
+
+ $Html .= '</div>' ;
+
+ return $Html ;
+ }
+
+ function IsCompatible()
+ {
+ global $HTTP_USER_AGENT ;
+
+ if ( isset( $HTTP_USER_AGENT ) )
+ $sAgent = $HTTP_USER_AGENT ;
+ else
+ $sAgent = $_SERVER['HTTP_USER_AGENT'] ;
+
+ if ( strpos($sAgent, 'MSIE') !== false && strpos($sAgent, 'mac') === false && strpos($sAgent, 'Opera') === false )
+ {
+ $iVersion = (float)substr($sAgent, strpos($sAgent, 'MSIE') + 5, 3) ;
+ return ($iVersion >= 5.5) ;
+ }
+ else if ( strpos($sAgent, 'Gecko/') !== false )
+ {
+ $iVersion = (int)substr($sAgent, strpos($sAgent, 'Gecko/') + 6, 8) ;
+ return ($iVersion >= 20030210) ;
+ }
+ else
+ return false ;
+ }
+
+ function GetConfigFieldString()
+ {
+ $sParams = '' ;
+ $bFirst = true ;
+
+ foreach ( $this->Config as $sKey => $sValue )
+ {
+ if ( $bFirst == false )
+ $sParams .= '&amp;' ;
+ else
+ $bFirst = false ;
+
+ if ( $sValue === true )
+ $sParams .= $this->EncodeConfig( $sKey ) . '=true' ;
+ else if ( $sValue === false )
+ $sParams .= $this->EncodeConfig( $sKey ) . '=false' ;
+ else
+ $sParams .= $this->EncodeConfig( $sKey ) . '=' . $this->EncodeConfig( $sValue ) ;
+ }
+
+ return $sParams ;
+ }
+
+ function EncodeConfig( $valueToEncode )
+ {
+ $chars = array(
+ '&' => '%26',
+ '=' => '%3D',
+ '"' => '%22' ) ;
+
+ return strtr( $valueToEncode, $chars ) ;
+ }
+}
+
+?>
\ No newline at end of file
/trunk/api/fckeditor/license.txt
1,317 → 1,3
FCKeditor - The text editor for Internet - http://www.fckeditor.net
Copyright (C) 2003-2009 Frederico Caldeira Knabben
 
Licensed under the terms of any of the following licenses at your
choice:
 
- GNU General Public License Version 2 or later (the "GPL")
http://www.gnu.org/licenses/gpl.html
(See Appendix A)
 
- GNU Lesser General Public License Version 2.1 or later (the "LGPL")
http://www.gnu.org/licenses/lgpl.html
(See Appendix B)
 
- Mozilla Public License Version 1.1 or later (the "MPL")
http://www.mozilla.org/MPL/MPL-1.1.html
(See Appendix C)
 
You are not required to, but if you want to explicitly declare the
license you have chosen to be bound to when using, reproducing,
modifying and distributing this software, just include a text file
titled "legal.txt" in your version of this software, indicating your
license choice. In any case, your choice will not restrict any
recipient of your version of this software to use, reproduce, modify
and distribute this software under any of the above licenses.
 
Appendix A: The GPL License
===========================
 
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
 
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
 
Preamble
 
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
 
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
 
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
 
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
 
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
 
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
 
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
 
The precise terms and conditions for copying, distribution and
modification follow.
 
GNU GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
 
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
 
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
 
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
 
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
 
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
 
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
 
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
 
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
 
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
 
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
 
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
 
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
 
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
 
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
 
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
 
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
 
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
 
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
 
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
 
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
 
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
 
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
 
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
 
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
 
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
 
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
 
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
 
NO WARRANTY
 
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
 
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
 
END OF TERMS AND CONDITIONS
 
 
Appendix B: The LGPL License
============================
 
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
 
770,477 → 456,3
DAMAGES.
 
END OF TERMS AND CONDITIONS
 
 
Appendix C: The MPL License
===========================
 
MOZILLA PUBLIC LICENSE
Version 1.1
 
---------------
 
1. Definitions.
 
1.0.1. "Commercial Use" means distribution or otherwise making the
Covered Code available to a third party.
 
1.1. "Contributor" means each entity that creates or contributes to
the creation of Modifications.
 
1.2. "Contributor Version" means the combination of the Original
Code, prior Modifications used by a Contributor, and the Modifications
made by that particular Contributor.
 
1.3. "Covered Code" means the Original Code or Modifications or the
combination of the Original Code and Modifications, in each case
including portions thereof.
 
1.4. "Electronic Distribution Mechanism" means a mechanism generally
accepted in the software development community for the electronic
transfer of data.
 
1.5. "Executable" means Covered Code in any form other than Source
Code.
 
1.6. "Initial Developer" means the individual or entity identified
as the Initial Developer in the Source Code notice required by Exhibit
A.
 
1.7. "Larger Work" means a work which combines Covered Code or
portions thereof with code not governed by the terms of this License.
 
1.8. "License" means this document.
 
1.8.1. "Licensable" means having the right to grant, to the maximum
extent possible, whether at the time of the initial grant or
subsequently acquired, any and all of the rights conveyed herein.
 
1.9. "Modifications" means any addition to or deletion from the
substance or structure of either the Original Code or any previous
Modifications. When Covered Code is released as a series of files, a
Modification is:
A. Any addition to or deletion from the contents of a file
containing Original Code or previous Modifications.
 
B. Any new file that contains any part of the Original Code or
previous Modifications.
 
1.10. "Original Code" means Source Code of computer software code
which is described in the Source Code notice required by Exhibit A as
Original Code, and which, at the time of its release under this
License is not already Covered Code governed by this License.
 
1.10.1. "Patent Claims" means any patent claim(s), now owned or
hereafter acquired, including without limitation, method, process,
and apparatus claims, in any patent Licensable by grantor.
 
1.11. "Source Code" means the preferred form of the Covered Code for
making modifications to it, including all modules it contains, plus
any associated interface definition files, scripts used to control
compilation and installation of an Executable, or source code
differential comparisons against either the Original Code or another
well known, available Covered Code of the Contributor's choice. The
Source Code can be in a compressed or archival form, provided the
appropriate decompression or de-archiving software is widely available
for no charge.
 
1.12. "You" (or "Your") means an individual or a legal entity
exercising rights under, and complying with all of the terms of, this
License or a future version of this License issued under Section 6.1.
For legal entities, "You" includes any entity which controls, is
controlled by, or is under common control with You. For purposes of
this definition, "control" means (a) the power, direct or indirect,
to cause the direction or management of such entity, whether by
contract or otherwise, or (b) ownership of more than fifty percent
(50%) of the outstanding shares or beneficial ownership of such
entity.
 
2. Source Code License.
 
2.1. The Initial Developer Grant.
The Initial Developer hereby grants You a world-wide, royalty-free,
non-exclusive license, subject to third party intellectual property
claims:
(a) under intellectual property rights (other than patent or
trademark) Licensable by Initial Developer to use, reproduce,
modify, display, perform, sublicense and distribute the Original
Code (or portions thereof) with or without Modifications, and/or
as part of a Larger Work; and
 
(b) under Patents Claims infringed by the making, using or
selling of Original Code, to make, have made, use, practice,
sell, and offer for sale, and/or otherwise dispose of the
Original Code (or portions thereof).
 
(c) the licenses granted in this Section 2.1(a) and (b) are
effective on the date Initial Developer first distributes
Original Code under the terms of this License.
 
(d) Notwithstanding Section 2.1(b) above, no patent license is
granted: 1) for code that You delete from the Original Code; 2)
separate from the Original Code; or 3) for infringements caused
by: i) the modification of the Original Code or ii) the
combination of the Original Code with other software or devices.
 
2.2. Contributor Grant.
Subject to third party intellectual property claims, each Contributor
hereby grants You a world-wide, royalty-free, non-exclusive license
 
(a) under intellectual property rights (other than patent or
trademark) Licensable by Contributor, to use, reproduce, modify,
display, perform, sublicense and distribute the Modifications
created by such Contributor (or portions thereof) either on an
unmodified basis, with other Modifications, as Covered Code
and/or as part of a Larger Work; and
 
(b) under Patent Claims infringed by the making, using, or
selling of Modifications made by that Contributor either alone
and/or in combination with its Contributor Version (or portions
of such combination), to make, use, sell, offer for sale, have
made, and/or otherwise dispose of: 1) Modifications made by that
Contributor (or portions thereof); and 2) the combination of
Modifications made by that Contributor with its Contributor
Version (or portions of such combination).
 
(c) the licenses granted in Sections 2.2(a) and 2.2(b) are
effective on the date Contributor first makes Commercial Use of
the Covered Code.
 
(d) Notwithstanding Section 2.2(b) above, no patent license is
granted: 1) for any code that Contributor has deleted from the
Contributor Version; 2) separate from the Contributor Version;
3) for infringements caused by: i) third party modifications of
Contributor Version or ii) the combination of Modifications made
by that Contributor with other software (except as part of the
Contributor Version) or other devices; or 4) under Patent Claims
infringed by Covered Code in the absence of Modifications made by
that Contributor.
 
3. Distribution Obligations.
 
3.1. Application of License.
The Modifications which You create or to which You contribute are
governed by the terms of this License, including without limitation
Section 2.2. The Source Code version of Covered Code may be
distributed only under the terms of this License or a future version
of this License released under Section 6.1, and You must include a
copy of this License with every copy of the Source Code You
distribute. You may not offer or impose any terms on any Source Code
version that alters or restricts the applicable version of this
License or the recipients' rights hereunder. However, You may include
an additional document offering the additional rights described in
Section 3.5.
 
3.2. Availability of Source Code.
Any Modification which You create or to which You contribute must be
made available in Source Code form under the terms of this License
either on the same media as an Executable version or via an accepted
Electronic Distribution Mechanism to anyone to whom you made an
Executable version available; and if made available via Electronic
Distribution Mechanism, must remain available for at least twelve (12)
months after the date it initially became available, or at least six
(6) months after a subsequent version of that particular Modification
has been made available to such recipients. You are responsible for
ensuring that the Source Code version remains available even if the
Electronic Distribution Mechanism is maintained by a third party.
 
3.3. Description of Modifications.
You must cause all Covered Code to which You contribute to contain a
file documenting the changes You made to create that Covered Code and
the date of any change. You must include a prominent statement that
the Modification is derived, directly or indirectly, from Original
Code provided by the Initial Developer and including the name of the
Initial Developer in (a) the Source Code, and (b) in any notice in an
Executable version or related documentation in which You describe the
origin or ownership of the Covered Code.
 
3.4. Intellectual Property Matters
(a) Third Party Claims.
If Contributor has knowledge that a license under a third party's
intellectual property rights is required to exercise the rights
granted by such Contributor under Sections 2.1 or 2.2,
Contributor must include a text file with the Source Code
distribution titled "LEGAL" which describes the claim and the
party making the claim in sufficient detail that a recipient will
know whom to contact. If Contributor obtains such knowledge after
the Modification is made available as described in Section 3.2,
Contributor shall promptly modify the LEGAL file in all copies
Contributor makes available thereafter and shall take other steps
(such as notifying appropriate mailing lists or newsgroups)
reasonably calculated to inform those who received the Covered
Code that new knowledge has been obtained.
 
(b) Contributor APIs.
If Contributor's Modifications include an application programming
interface and Contributor has knowledge of patent licenses which
are reasonably necessary to implement that API, Contributor must
also include this information in the LEGAL file.
 
(c) Representations.
Contributor represents that, except as disclosed pursuant to
Section 3.4(a) above, Contributor believes that Contributor's
Modifications are Contributor's original creation(s) and/or
Contributor has sufficient rights to grant the rights conveyed by
this License.
 
3.5. Required Notices.
You must duplicate the notice in Exhibit A in each file of the Source
Code. If it is not possible to put such notice in a particular Source
Code file due to its structure, then You must include such notice in a
location (such as a relevant directory) where a user would be likely
to look for such a notice. If You created one or more Modification(s)
You may add your name as a Contributor to the notice described in
Exhibit A. You must also duplicate this License in any documentation
for the Source Code where You describe recipients' rights or ownership
rights relating to Covered Code. You may choose to offer, and to
charge a fee for, warranty, support, indemnity or liability
obligations to one or more recipients of Covered Code. However, You
may do so only on Your own behalf, and not on behalf of the Initial
Developer or any Contributor. You must make it absolutely clear than
any such warranty, support, indemnity or liability obligation is
offered by You alone, and You hereby agree to indemnify the Initial
Developer and every Contributor for any liability incurred by the
Initial Developer or such Contributor as a result of warranty,
support, indemnity or liability terms You offer.
 
3.6. Distribution of Executable Versions.
You may distribute Covered Code in Executable form only if the
requirements of Section 3.1-3.5 have been met for that Covered Code,
and if You include a notice stating that the Source Code version of
the Covered Code is available under the terms of this License,
including a description of how and where You have fulfilled the
obligations of Section 3.2. The notice must be conspicuously included
in any notice in an Executable version, related documentation or
collateral in which You describe recipients' rights relating to the
Covered Code. You may distribute the Executable version of Covered
Code or ownership rights under a license of Your choice, which may
contain terms different from this License, provided that You are in
compliance with the terms of this License and that the license for the
Executable version does not attempt to limit or alter the recipient's
rights in the Source Code version from the rights set forth in this
License. If You distribute the Executable version under a different
license You must make it absolutely clear that any terms which differ
from this License are offered by You alone, not by the Initial
Developer or any Contributor. You hereby agree to indemnify the
Initial Developer and every Contributor for any liability incurred by
the Initial Developer or such Contributor as a result of any such
terms You offer.
 
3.7. Larger Works.
You may create a Larger Work by combining Covered Code with other code
not governed by the terms of this License and distribute the Larger
Work as a single product. In such a case, You must make sure the
requirements of this License are fulfilled for the Covered Code.
 
4. Inability to Comply Due to Statute or Regulation.
 
If it is impossible for You to comply with any of the terms of this
License with respect to some or all of the Covered Code due to
statute, judicial order, or regulation then You must: (a) comply with
the terms of this License to the maximum extent possible; and (b)
describe the limitations and the code they affect. Such description
must be included in the LEGAL file described in Section 3.4 and must
be included with all distributions of the Source Code. Except to the
extent prohibited by statute or regulation, such description must be
sufficiently detailed for a recipient of ordinary skill to be able to
understand it.
 
5. Application of this License.
 
This License applies to code to which the Initial Developer has
attached the notice in Exhibit A and to related Covered Code.
 
6. Versions of the License.
 
6.1. New Versions.
Netscape Communications Corporation ("Netscape") may publish revised
and/or new versions of the License from time to time. Each version
will be given a distinguishing version number.
 
6.2. Effect of New Versions.
Once Covered Code has been published under a particular version of the
License, You may always continue to use it under the terms of that
version. You may also choose to use such Covered Code under the terms
of any subsequent version of the License published by Netscape. No one
other than Netscape has the right to modify the terms applicable to
Covered Code created under this License.
 
6.3. Derivative Works.
If You create or use a modified version of this License (which you may
only do in order to apply it to code which is not already Covered Code
governed by this License), You must (a) rename Your license so that
the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
"MPL", "NPL" or any confusingly similar phrase do not appear in your
license (except to note that your license differs from this License)
and (b) otherwise make it clear that Your version of the license
contains terms which differ from the Mozilla Public License and
Netscape Public License. (Filling in the name of the Initial
Developer, Original Code or Contributor in the notice described in
Exhibit A shall not of themselves be deemed to be modifications of
this License.)
 
7. DISCLAIMER OF WARRANTY.
 
COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
 
8. TERMINATION.
 
8.1. This License and the rights granted hereunder will terminate
automatically if You fail to comply with terms herein and fail to cure
such breach within 30 days of becoming aware of the breach. All
sublicenses to the Covered Code which are properly granted shall
survive any termination of this License. Provisions which, by their
nature, must remain in effect beyond the termination of this License
shall survive.
 
8.2. If You initiate litigation by asserting a patent infringement
claim (excluding declatory judgment actions) against Initial Developer
or a Contributor (the Initial Developer or Contributor against whom
You file such action is referred to as "Participant") alleging that:
 
(a) such Participant's Contributor Version directly or indirectly
infringes any patent, then any and all rights granted by such
Participant to You under Sections 2.1 and/or 2.2 of this License
shall, upon 60 days notice from Participant terminate prospectively,
unless if within 60 days after receipt of notice You either: (i)
agree in writing to pay Participant a mutually agreeable reasonable
royalty for Your past and future use of Modifications made by such
Participant, or (ii) withdraw Your litigation claim with respect to
the Contributor Version against such Participant. If within 60 days
of notice, a reasonable royalty and payment arrangement are not
mutually agreed upon in writing by the parties or the litigation claim
is not withdrawn, the rights granted by Participant to You under
Sections 2.1 and/or 2.2 automatically terminate at the expiration of
the 60 day notice period specified above.
 
(b) any software, hardware, or device, other than such Participant's
Contributor Version, directly or indirectly infringes any patent, then
any rights granted to You by such Participant under Sections 2.1(b)
and 2.2(b) are revoked effective as of the date You first made, used,
sold, distributed, or had made, Modifications made by that
Participant.
 
8.3. If You assert a patent infringement claim against Participant
alleging that such Participant's Contributor Version directly or
indirectly infringes any patent where such claim is resolved (such as
by license or settlement) prior to the initiation of patent
infringement litigation, then the reasonable value of the licenses
granted by such Participant under Sections 2.1 or 2.2 shall be taken
into account in determining the amount or value of any payment or
license.
 
8.4. In the event of termination under Sections 8.1 or 8.2 above,
all end user license agreements (excluding distributors and resellers)
which have been validly granted by You or any distributor hereunder
prior to termination shall survive termination.
 
9. LIMITATION OF LIABILITY.
 
UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
(INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
 
10. U.S. GOVERNMENT END USERS.
 
The Covered Code is a "commercial item," as that term is defined in
48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
software" and "commercial computer software documentation," as such
terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
all U.S. Government End Users acquire Covered Code with only those
rights set forth herein.
 
11. MISCELLANEOUS.
 
This License represents the complete agreement concerning subject
matter hereof. If any provision of this License is held to be
unenforceable, such provision shall be reformed only to the extent
necessary to make it enforceable. This License shall be governed by
California law provisions (except to the extent applicable law, if
any, provides otherwise), excluding its conflict-of-law provisions.
With respect to disputes in which at least one party is a citizen of,
or an entity chartered or registered to do business in the United
States of America, any litigation relating to this License shall be
subject to the jurisdiction of the Federal Courts of the Northern
District of California, with venue lying in Santa Clara County,
California, with the losing party responsible for costs, including
without limitation, court costs and reasonable attorneys' fees and
expenses. The application of the United Nations Convention on
Contracts for the International Sale of Goods is expressly excluded.
Any law or regulation which provides that the language of a contract
shall be construed against the drafter shall not apply to this
License.
 
12. RESPONSIBILITY FOR CLAIMS.
 
As between Initial Developer and the Contributors, each party is
responsible for claims and damages arising, directly or indirectly,
out of its utilization of rights under this License and You agree to
work with Initial Developer and Contributors to distribute such
responsibility on an equitable basis. Nothing herein is intended or
shall be deemed to constitute any admission of liability.
 
13. MULTIPLE-LICENSED CODE.
 
Initial Developer may designate portions of the Covered Code as
"Multiple-Licensed". "Multiple-Licensed" means that the Initial
Developer permits you to utilize portions of the Covered Code under
Your choice of the NPL or the alternative licenses, if any, specified
by the Initial Developer in the file described in Exhibit A.
 
EXHIBIT A -Mozilla Public License.
 
``The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License. You may obtain a copy of the License at
http://www.mozilla.org/MPL/
 
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
License for the specific language governing rights and limitations
under the License.
 
The Original Code is ______________________________________.
 
The Initial Developer of the Original Code is ________________________.
Portions created by ______________________ are Copyright (C) ______
_______________________. All Rights Reserved.
 
Contributor(s): ______________________________________.
 
Alternatively, the contents of this file may be used under the terms
of the _____ license (the "[___] License"), in which case the
provisions of [______] License are applicable instead of those
above. If you wish to allow use of your version of this file only
under the terms of the [____] License and not to allow others to use
your version of this file under the MPL, indicate your decision by
deleting the provisions above and replace them with the notice and
other provisions required by the [___] License. If you do not delete
the provisions above, a recipient may use your version of this file
under either the MPL or the [___] License."
 
[NOTE: The text of this Exhibit A may differ slightly from the text of
the notices in the Source Code files of the Original Code. You should
use the text of this Exhibit A rather than the text found in the
Original Code Source Code for Your Modifications.]
/trunk/api/fckeditor/fcktemplates.xml
1,29 → 1,4
<?xml version="1.0" encoding="utf-8" ?>
<!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* This is the sample templates definitions file. It makes the "templates"
* command completely customizable.
*
* See FCKConfig.TemplatesXmlPath in the configuration file.
-->
<Templates imagesBasePath="fck_template/images/">
<Template title="Image and Title" image="template1.gif">
<Description>One main image with a title and text that surround the image.</Description>
65,38 → 40,38
<Description>A title with some text and a table.</Description>
<Html>
<![CDATA[
<table align="left" width="80%" border="0" cellspacing="0" cellpadding="0"><tr><td>
<h3>Title goes here</h3>
<p>
<table style="FLOAT: right" cellspacing="0" cellpadding="0" width="150" border="1">
<tbody>
<tr>
<td align="center" colspan="3"><strong>Table title</strong></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
Type the text here</p>
</td></tr></table>
<div style="WIDTH: 80%">
<h3>Title goes here</h3>
<p>
<table style="FLOAT: right" cellspacing="0" cellpadding="0" width="150" border="1">
<tbody>
<tr>
<td align="center" colspan="3"><strong>Table title</strong></td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</tbody>
</table>
Type the text here</p>
</div>
]]>
</Html>
</Template>