Project

General

Profile

« Previous | Next » 

Revision 856

Added by Matthias over 16 years ago

updated to latest FCKEditor version 2.6.3

View differences:

trunk/CHANGELOG
10 10
# = Bugfix
11 11
! = Update/Change
12 12

  
13
------------------------------------- 2.7.1 -------------------------------------
14
02-Aug-2008 Thomas Hornik
15
# fixed sorting order of search-results
16
25-Jul-2008 Thomas Hornik
17
# fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE)
18
! added $database = new Database(); in front of output-filter
19
05-Jul-2008 Thomas Hornik
13
------------------------------------- 2.7.1 -------------------------------------
14
19-Aug-2008 Matthias Gallas
15
!	updated to latest FCKEditor version 2.6.3
16
02-Aug-2008 Thomas Hornik
17
# fixed sorting order of search-results
18
25-Jul-2008 Thomas Hornik
19
# fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE)
20
! added $database = new Database(); in front of output-filter
21
05-Jul-2008 Thomas Hornik
20 22
# fixed MODI_DATE/PUBLISHED_DATE issue in news-module. Added PUBLISHED_TIME, removed PUBL_DATE,PUBL_TIME. Thanks to forum-member timorotha
21 23
02-Jul-2008 Christian Sommer
22 24
!	updated to latest FCKEditor version 2.6.2
trunk/wb/modules/fckeditor/info.php
26 26
  Authors: P. Widlund, S. Braunewell, M. Gallas (ruebenwurzel), Wouldlouper, C. Sommer (doc)
27 27
	Started to track applied changes in info.php from 27.03.2007 onwards (cs)
28 28
 -----------------------------------------------------------------------------------------------------------
29
	v2.87 (ruebenwurzel.. Matthias Gallas; Aug 19, 2008)
30
		+	update to FCKEditor release v2.63
31
	
29 32
	v2.86 (doc.. Christian Sommer; Jul 2, 2008)
30 33
		+	update to FCKEditor release v2.62
31 34

  
......
111 114
$module_directory		= 'fckeditor';
112 115
$module_name				= 'FCKeditor';
113 116
$module_function		= 'WYSIWYG';
114
$module_version			= '2.86';
117
$module_version			= '2.87';
115 118
$module_platform		= '2.6.x';
116 119
$module_author 			= 'Christian Sommer, P. Widlund, S. Braunewell, M. Gallas, Wouldlouper';
117 120
$module_license 		= 'GNU General Public License';
118
$module_description 	= 'This module allows you to edit the contents of a page using <a href="http://www.fckeditor.net/" target="_blank">FCKeditor v2.6.2</a>.';
121
$module_description 	= 'This module allows you to edit the contents of a page using <a href="http://www.fckeditor.net/" target="_blank">FCKeditor v2.6.3</a>.';
119 122

  
120 123
?>
trunk/wb/modules/fckeditor/fckeditor/fckconfig.js
76 76
FCKConfig.FormatOutput		= true ;
77 77
FCKConfig.FormatIndentator	= '    ' ;
78 78

  
79
FCKConfig.EMailProtection = 'encode' ; // none | encode | function
80
FCKConfig.EMailProtectionFunction = 'mt(NAME,DOMAIN,SUBJECT,BODY)' ;
81

  
79 82
FCKConfig.StartupFocus	= false ;
80 83
FCKConfig.ForcePasteAsPlainText	= false ;
81 84
FCKConfig.AutoDetectPasteFromWord = true ;	// IE only.
......
102 105
	['Form','Checkbox','Radio','TextField','Textarea','Select','Button','ImageButton','HiddenField'],
103 106
	'/',
104 107
	['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
105
	['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote'],
108
	['OrderedList','UnorderedList','-','Outdent','Indent','Blockquote','CreateDiv'],
106 109
	['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
107 110
	['Link','Unlink','Anchor'],
108 111
	['Image','Flash','Table','Rule','Smiley','SpecialChar','PageBreak'],
......
139 142
	[ CTRL + 73 /*I*/, 'Italic' ],
140 143
	[ CTRL + 85 /*U*/, 'Underline' ],
141 144
	[ CTRL + SHIFT + 83 /*S*/, 'Save' ],
142
	[ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ]
145
	[ CTRL + ALT + 13 /*ENTER*/, 'FitWindow' ],
146
	[ SHIFT + 32 /*SPACE*/, 'Nbsp' ]
143 147
] ;
144 148

  
145
FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form'] ;
149
FCKConfig.ContextMenu = ['Generic','Link','Anchor','Image','Flash','Select','Textarea','Checkbox','Radio','TextField','HiddenField','ImageButton','Button','BulletedList','NumberedList','Table','Form','DivContainer'] ;
146 150
FCKConfig.BrowserContextMenuOnCtrl = false ;
151
FCKConfig.BrowserContextMenu = false ;
147 152

  
148 153
FCKConfig.EnableMoreFontColors = true ;
149 154
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' ;
......
316 321
FCKConfig.BackgroundBlockerOpacity = 0.50 ;
317 322

  
318 323
FCKConfig.MsWebBrowserControlCompat = false ;
324

  
325
FCKConfig.PreventSubmitHandler = false ;
trunk/wb/modules/fckeditor/fckeditor/fckeditor.js
59 59
 */
60 60
FCKeditor.MinWidth = 750 ;
61 61

  
62
FCKeditor.prototype.Version			= '2.6.2' ;
63
FCKeditor.prototype.VersionBuild	= '19417' ;
62
FCKeditor.prototype.Version			= '2.6.3' ;
63
FCKeditor.prototype.VersionBuild	= '19836' ;
64 64

  
65 65
FCKeditor.prototype.Create = function()
66 66
{
trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about.html
78 78
								border-left: #000000 1px solid; border-bottom: #000000 1px solid">
79 79
								<span fcklang="DlgAboutVersion">version</span>
80 80
								<br />
81
								<b>2.6.2</b><br />
82
								Build 19417</td>
81
								<b>2.6.3</b><br />
82
								Build 19836</td>
83 83
						</tr>
84 84
					</table>
85 85
				</td>
trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_anchor.html
119 119
	var aNewAnchors = oEditor.FCK.CreateLink( '#' ) ;
120 120

  
121 121
	if ( aNewAnchors.length == 0 )
122
	{
123
		// Nothing was selected, so now just create a normal A
124
		aNewAnchors.push( oEditor.FCK.InsertElement( 'a' ) ) ;
125
	}
122
			aNewAnchors.push( oEditor.FCK.InsertElement( 'a' ) ) ;
126 123
	else
127 124
	{
128 125
		// Remove the fake href
......
136 133
		oAnchor = aNewAnchors[i] ;
137 134

  
138 135
		// Set the name
139
		oAnchor.name = sNewName ;
136
		if ( FCKBrowserInfo.IsIE )
137
		{
138
			// Setting anchor names directly in IE will trash the HTML code stored
139
			// in FCKTempBin after undos. See #2263.
140
			var replaceAnchor = oEditor.FCK.EditorDocument.createElement( '<a name="' +
141
					FCKTools.HTMLEncode( sNewName ).replace( '"', '&quot;' ) + '">' ) ;
142
			oEditor.FCKDomTools.MoveChildren( oAnchor, replaceAnchor ) ;
143
			oAnchor.parentNode.replaceChild( replaceAnchor, oAnchor ) ;
144
			oAnchor = replaceAnchor ;
145
		}
146
		else
147
			oAnchor.name = sNewName ;
140 148

  
141 149
		// IE does require special processing to show the Anchor's image
142 150
		// Opera doesn't allow to select empty anchors
trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_replace.html
185 185
		var focusNode = domRange.StartNode ;
186 186
		if ( focusNode.nodeType != 1 )
187 187
			focusNode = focusNode.parentNode ;
188
		focusNode.scrollIntoView( false ) ;
188
		FCKDomTools.ScrollIntoView( focusNode, false ) ;
189 189
		this._cursors = charRange._cursors ;
190 190
	},
191 191

  
trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_paste.html
64 64

  
65 65
		var eFrameSpace = document.getElementById( 'xFrameSpace' ) ;
66 66
		eFrameSpace.innerHTML = '<iframe id="frmData" src="' + sFrameUrl + '" ' +
67
					'height="98%" width="99%" frameborder="0" style="border: #000000 1px; background-color: #ffffff"></iframe>' ;
67
					'height="98%" width="99%" frameborder="0" style="border: #000000 1px; background-color: #ffffff"><\/iframe>' ;
68 68

  
69 69
		var oFrame = eFrameSpace.firstChild ;
70 70

  
......
187 187
	var html = oNode.innerHTML ;
188 188

  
189 189
	html = html.replace(/<o:p>\s*<\/o:p>/g, '') ;
190
	html = html.replace(/<o:p>.*?<\/o:p>/g, '&nbsp;') ;
190
	html = html.replace(/<o:p>[\s\S]*?<\/o:p>/g, '&nbsp;') ;
191 191

  
192 192
	// Remove mso-xxx styles.
193 193
	html = html.replace( /\s*mso-[^:]+:[^;"]+;?/gi, '' ) ;
......
224 224
	if ( bRemoveStyles )
225 225
		html = html.replace( /<(\w[^>]*) style="([^\"]*)"([^>]*)/gi, "<$1$3" ) ;
226 226

  
227
	// Remove style, meta and link tags
228
	html = html.replace( /<STYLE[^>]*>[\s\S]*?<\/STYLE[^>]*>/gi, '' ) ;
229
	html = html.replace( /<(?:META|LINK)[^>]*>\s*/gi, '' ) ;
230

  
227 231
	// Remove empty styles.
228 232
	html =  html.replace( /\s*style="\s*"/gi, '' ) ;
229 233

  
......
234 238
	// Remove Lang attributes
235 239
	html = html.replace(/<(\w[^>]*) lang=([^ |>]*)([^>]*)/gi, "<$1$3") ;
236 240

  
237
	html = html.replace( /<SPAN\s*>(.*?)<\/SPAN>/gi, '$1' ) ;
241
	html = html.replace( /<SPAN\s*>([\s\S]*?)<\/SPAN>/gi, '$1' ) ;
238 242

  
239
	html = html.replace( /<FONT\s*>(.*?)<\/FONT>/gi, '$1' ) ;
243
	html = html.replace( /<FONT\s*>([\s\S]*?)<\/FONT>/gi, '$1' ) ;
240 244

  
241 245
	// Remove XML elements and declarations
242 246
	html = html.replace(/<\\?\?xml[^>]*>/gi, '' ) ;
243 247

  
248
	// Remove w: tags with contents.
249
	html = html.replace( /<w:[^>]*>[\s\S]*?<\/w:[^>]*>/gi, '' ) ;
250

  
244 251
	// Remove Tags with XML namespace declarations: <o:p><\/o:p>
245 252
	html = html.replace(/<\/?\w+:[^>]*>/gi, '' ) ;
246 253

  
247 254
	// Remove comments [SF BUG-1481861].
248
	html = html.replace(/<\!--.*?-->/g, '' ) ;
255
	html = html.replace(/<\!--[\s\S]*?-->/g, '' ) ;
249 256

  
250 257
	html = html.replace( /<(U|I|STRIKE)>&nbsp;<\/\1>/g, '&nbsp;' ) ;
251 258

  
252 259
	html = html.replace( /<H\d>\s*<\/H\d>/gi, '' ) ;
253 260

  
254 261
	// Remove "display:none" tags.
255
	html = html.replace( /<(\w+)[^>]*\sstyle="[^"]*DISPLAY\s?:\s?none(.*?)<\/\1>/ig, '' ) ;
262
	html = html.replace( /<(\w+)[^>]*\sstyle="[^"]*DISPLAY\s?:\s?none[\s\S]*?<\/\1>/ig, '' ) ;
256 263

  
257 264
	// Remove language tags
258 265
	html = html.replace( /<(\w[^>]*) language=([^ |>]*)([^>]*)/gi, "<$1$3") ;
......
267 274
		html = html.replace( /<H(\d)([^>]*)>/gi, '<h$1>' ) ;
268 275

  
269 276
		// Word likes to insert extra <font> tags, when using MSIE. (Wierd).
270
		html = html.replace( /<(H\d)><FONT[^>]*>(.*?)<\/FONT><\/\1>/gi, '<$1>$2<\/$1>' );
271
		html = html.replace( /<(H\d)><EM>(.*?)<\/EM><\/\1>/gi, '<$1>$2<\/$1>' );
277
		html = html.replace( /<(H\d)><FONT[^>]*>([\s\S]*?)<\/FONT><\/\1>/gi, '<$1>$2<\/$1>' );
278
		html = html.replace( /<(H\d)><EM>([\s\S]*?)<\/EM><\/\1>/gi, '<$1>$2<\/$1>' );
272 279
	}
273 280
	else
274 281
	{
......
282 289
		html = html.replace( /<\/H\d>/gi, '<\/font><\/b><\/div>' ) ;
283 290

  
284 291
		// Transform <P> to <DIV>
285
		var re = new RegExp( '(<P)([^>]*>.*?)(<\/P>)', 'gi' ) ;	// Different because of a IE 5.0 error
292
		var re = new RegExp( '(<P)([^>]*>[\\s\\S]*?)(<\/P>)', 'gi' ) ;	// Different because of a IE 5.0 error
286 293
		html = html.replace( re, '<div$2<\/div>' ) ;
287 294

  
288 295
		// Remove empty tags (three times, just to be sure).
trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_link/fck_link.js
77 77

  
78 78
var oParser = new Object() ;
79 79

  
80
oParser.ParseEMailUrl = function( emailUrl )
80
// This method simply returns the two inputs in numerical order. You can even
81
// provide strings, as the method would parseInt() the values.
82
oParser.SortNumerical = function(a, b)
81 83
{
84
	return parseInt( a, 10 ) - parseInt( b, 10 ) ;
85
}
86

  
87
oParser.ParseEMailParams = function(sParams)
88
{
89
	// Initialize the oEMailParams object.
90
	var oEMailParams = new Object() ;
91
	oEMailParams.Subject = '' ;
92
	oEMailParams.Body = '' ;
93

  
94
	var aMatch = sParams.match( /(^|^\?|&)subject=([^&]+)/i ) ;
95
	if ( aMatch ) oEMailParams.Subject = decodeURIComponent( aMatch[2] ) ;
96

  
97
	aMatch = sParams.match( /(^|^\?|&)body=([^&]+)/i ) ;
98
	if ( aMatch ) oEMailParams.Body = decodeURIComponent( aMatch[2] ) ;
99

  
100
	return oEMailParams ;
101
}
102

  
103
// This method returns either an object containing the email info, or FALSE
104
// if the parameter is not an email link.
105
oParser.ParseEMailUri = function( sUrl )
106
{
82 107
	// Initializes the EMailInfo object.
83 108
	var oEMailInfo = new Object() ;
84
	oEMailInfo.Address	= '' ;
85
	oEMailInfo.Subject	= '' ;
86
	oEMailInfo.Body		= '' ;
109
	oEMailInfo.Address = '' ;
110
	oEMailInfo.Subject = '' ;
111
	oEMailInfo.Body = '' ;
87 112

  
88
	var oParts = emailUrl.match( /^([^\?]+)\??(.+)?/ ) ;
89
	if ( oParts )
113
	var aLinkInfo = sUrl.match( /^(\w+):(.*)$/ ) ;
114
	if ( aLinkInfo && aLinkInfo[1] == 'mailto' )
90 115
	{
91
		// Set the e-mail address.
92
		oEMailInfo.Address = oParts[1] ;
116
		// This seems to be an unprotected email link.
117
		var aParts = aLinkInfo[2].match( /^([^\?]+)\??(.+)?/ ) ;
118
		if ( aParts )
119
		{
120
			// Set the e-mail address.
121
			oEMailInfo.Address = aParts[1] ;
93 122

  
94
		// Look for the optional e-mail parameters.
95
		if ( oParts[2] )
123
			// Look for the optional e-mail parameters.
124
			if ( aParts[2] )
125
			{
126
				var oEMailParams = oParser.ParseEMailParams( aParts[2] ) ;
127
				oEMailInfo.Subject = oEMailParams.Subject ;
128
				oEMailInfo.Body = oEMailParams.Body ;
129
			}
130
		}
131
		return oEMailInfo ;
132
	}
133
	else if ( aLinkInfo && aLinkInfo[1] == 'javascript' )
134
	{
135
		// This may be a protected email.
136

  
137
		// Try to match the url against the EMailProtectionFunction.
138
		var func = FCKConfig.EMailProtectionFunction ;
139
		if ( func != null )
96 140
		{
97
			var oMatch = oParts[2].match( /(^|&)subject=([^&]+)/i ) ;
98
			if ( oMatch ) oEMailInfo.Subject = decodeURIComponent( oMatch[2] ) ;
141
			try
142
			{
143
				// Escape special chars.
144
				func = func.replace( /([\/^$*+.?()\[\]])/g, '\\$1' ) ;
99 145

  
100
			oMatch = oParts[2].match( /(^|&)body=([^&]+)/i ) ;
101
			if ( oMatch ) oEMailInfo.Body = decodeURIComponent( oMatch[2] ) ;
146
				// Define the possible keys.
147
				var keys = new Array('NAME', 'DOMAIN', 'SUBJECT', 'BODY') ;
148

  
149
				// Get the order of the keys (hold them in the array <pos>) and
150
				// the function replaced by regular expression patterns.
151
				var sFunc = func ;
152
				var pos = new Array() ;
153
				for ( var i = 0 ; i < keys.length ; i ++ )
154
				{
155
					var rexp = new RegExp( keys[i] ) ;
156
					var p = func.search( rexp ) ;
157
					if ( p >= 0 )
158
					{
159
						sFunc = sFunc.replace( rexp, '\'([^\']*)\'' ) ;
160
						pos[pos.length] = p + ':' + keys[i] ;
161
					}
162
				}
163

  
164
				// Sort the available keys.
165
				pos.sort( oParser.SortNumerical ) ;
166

  
167
				// Replace the excaped single quotes in the url, such they do
168
				// not affect the regexp afterwards.
169
				aLinkInfo[2] = aLinkInfo[2].replace( /\\'/g, '###SINGLE_QUOTE###' ) ;
170

  
171
				// Create the regexp and execute it.
172
				var rFunc = new RegExp( '^' + sFunc + '$' ) ;
173
				var aMatch = rFunc.exec( aLinkInfo[2] ) ;
174
				if ( aMatch )
175
				{
176
					var aInfo = new Array();
177
					for ( var i = 1 ; i < aMatch.length ; i ++ )
178
					{
179
						var k = pos[i-1].match(/^\d+:(.+)$/) ;
180
						aInfo[k[1]] = aMatch[i].replace(/###SINGLE_QUOTE###/g, '\'') ;
181
					}
182

  
183
					// Fill the EMailInfo object that will be returned
184
					oEMailInfo.Address = aInfo['NAME'] + '@' + aInfo['DOMAIN'] ;
185
					oEMailInfo.Subject = decodeURIComponent( aInfo['SUBJECT'] ) ;
186
					oEMailInfo.Body = decodeURIComponent( aInfo['BODY'] ) ;
187

  
188
					return oEMailInfo ;
189
				}
190
			}
191
			catch (e)
192
			{
193
			}
102 194
		}
195

  
196
		// Try to match the email against the encode protection.
197
		var aMatch = aLinkInfo[2].match( /^location\.href='mailto:'\+(String\.fromCharCode\([\d,]+\))\+'(.*)'$/ ) ;
198
		if ( aMatch )
199
		{
200
			// The link is encoded
201
			oEMailInfo.Address = eval( aMatch[1] ) ;
202
			if ( aMatch[2] )
203
			{
204
				var oEMailParams = oParser.ParseEMailParams( aMatch[2] ) ;
205
				oEMailInfo.Subject = oEMailParams.Subject ;
206
				oEMailInfo.Body = oEMailParams.Body ;
207
			}
208
			return oEMailInfo ;
209
		}
103 210
	}
104

  
105
	return oEMailInfo ;
211
	return false;
106 212
}
107 213

  
108 214
oParser.CreateEMailUri = function( address, subject, body )
109 215
{
216
	// Switch for the EMailProtection setting.
217
	switch ( FCKConfig.EMailProtection )
218
	{
219
		case 'function' :
220
			var func = FCKConfig.EMailProtectionFunction ;
221
			if ( func == null )
222
			{
223
				if ( FCKConfig.Debug )
224
				{
225
					alert('EMailProtection alert!\nNo function defined. Please set "FCKConfig.EMailProtectionFunction"') ;
226
				}
227
				return '';
228
			}
229

  
230
			// Split the email address into name and domain parts.
231
			var aAddressParts = address.split( '@', 2 ) ;
232
			if ( aAddressParts[1] == undefined )
233
			{
234
				aAddressParts[1] = '' ;
235
			}
236

  
237
			// Replace the keys by their values (embedded in single quotes).
238
			func = func.replace(/NAME/g, "'" + aAddressParts[0].replace(/'/g, '\\\'') + "'") ;
239
			func = func.replace(/DOMAIN/g, "'" + aAddressParts[1].replace(/'/g, '\\\'') + "'") ;
240
			func = func.replace(/SUBJECT/g, "'" + encodeURIComponent( subject ).replace(/'/g, '\\\'') + "'") ;
241
			func = func.replace(/BODY/g, "'" + encodeURIComponent( body ).replace(/'/g, '\\\'') + "'") ;
242

  
243
			return 'javascript:' + func ;
244

  
245
		case 'encode' :
246
			var aParams = [] ;
247
			var aAddressCode = [] ;
248

  
249
			if ( subject.length > 0 )
250
				aParams.push( 'subject='+ encodeURIComponent( subject ) ) ;
251
			if ( body.length > 0 )
252
				aParams.push( 'body=' + encodeURIComponent( body ) ) ;
253
			for ( var i = 0 ; i < address.length ; i++ )
254
				aAddressCode.push( address.charCodeAt( i ) ) ;
255

  
256
			return 'javascript:location.href=\'mailto:\'+String.fromCharCode(' + aAddressCode.join( ',' ) + ')+\'?' + aParams.join( '&' ) + '\'' ;
257
	}
258

  
259
	// EMailProtection 'none'
260

  
110 261
	var sBaseUri = 'mailto:' + address ;
111 262

  
112 263
	var sParams = '' ;
......
263 414
	// Search for the protocol.
264 415
	var sProtocol = oRegex.UriProtocol.exec( sHRef ) ;
265 416

  
266
	if ( sProtocol )
417
	// Search for a protected email link.
418
	var oEMailInfo = oParser.ParseEMailUri( sHRef );
419

  
420
	if ( oEMailInfo )
267 421
	{
422
		sType = 'email' ;
423

  
424
		GetE('txtEMailAddress').value = oEMailInfo.Address ;
425
		GetE('txtEMailSubject').value = oEMailInfo.Subject ;
426
		GetE('txtEMailBody').value    = oEMailInfo.Body ;
427
	}
428
	else if ( sProtocol )
429
	{
268 430
		sProtocol = sProtocol[0].toLowerCase() ;
269 431
		GetE('cmbLinkProtocol').value = sProtocol ;
270 432

  
271 433
		// Remove the protocol and get the remaining URL.
272 434
		var sUrl = sHRef.replace( oRegex.UriProtocol, '' ) ;
273

  
274
		if ( sProtocol == 'mailto:' )	// It is an e-mail link.
275
		{
276
			sType = 'email' ;
277

  
278
			var oEMailInfo = oParser.ParseEMailUrl( sUrl ) ;
279
			GetE('txtEMailAddress').value	= oEMailInfo.Address ;
280
			GetE('txtEMailSubject').value	= oEMailInfo.Subject ;
281
			GetE('txtEMailBody').value		= oEMailInfo.Body ;
282
		}
283
		else				// It is a normal link.
284
		{
285
			sType = 'url' ;
286
			GetE('txtUrl').value = sUrl ;
287
		}
435
		sType = 'url' ;
436
		GetE('txtUrl').value = sUrl ;
288 437
	}
289 438
	else if ( sHRef.substr(0,1) == '#' && sHRef.length > 1 )	// It is an anchor link.
290 439
	{
trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages.html
52 52
function oSpeller_OnFinished( numberOCorrections )
53 53
{
54 54
	if ( numberOCorrections > 0 )
55
		oEditor.FCK.SetData( document.getElementById('txtHtml').value ) ;
55
	{
56
		oEditor.FCKUndo.SaveUndoStep() ;
57
		oEditor.FCK.EditorDocument.body.innerHTML = document.getElementById('txtHtml').value ;
58
		if ( oEditor.FCKBrowserInfo.IsIE )
59
			oEditor.FCKSelection.Collapse( true ) ;
60
	}
56 61
	window.parent.Cancel() ;
57 62
}
58 63

  
trunk/wb/modules/fckeditor/fckeditor/editor/fckeditor.original.html
31 31
	@Packager.RemoveLine -->
32 32
	<script type="text/javascript">
33 33

  
34
// #1645: Alert the user if opening FCKeditor in FF3 from local filesystem
35
// without security.fileuri.strict_origin_policy disabled.
36
if ( document.location.protocol == 'file:' )
37
{
38
	try
39
	{
40
		window.parent.document.domain ;
41
	}
42
	catch ( e )
43
	{
44
		window.addEventListener( 'load', function()
45
			{
46
				document.body.innerHTML = '\
47
					<div style="border: 1px red solid; font-family: arial; font-size: 12px; color: red; padding:10px;">\
48
						<p>\
49
							<b>Your browser security settings don\'t allow FCKeditor to be opened from\
50
							the local filesystem.<\/b>\
51
						<\/p>\
52
						<p>\
53
							Please open the <b>about:config<\/b> page and disable the\
54
							&quot;security.fileuri.strict_origin_policy&quot; option; then load this page again.\
55
						<\/p>\
56
						<p>\
57
							Check our <a href="http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/FAQ#ff3perms">FAQ<\/a>\
58
							for more information.\
59
						<\/p>\
60
					<\/div>' ;
61
			}, false ) ;
62
	}
63
}
64

  
34 65
// Save a reference to the default domain.
35 66
var FCK_ORIGINAL_DOMAIN ;
36 67

  
......
329 360
		if ( FCKBrowserInfo.IsGecko )
330 361
			FCKTools.RunFunction( window.onresize ) ;
331 362

  
332
		_AttachFormSubmitToAPI() ;
363
		if ( !FCKConfig.PreventSubmitHandler )
364
			_AttachFormSubmitToAPI() ;
333 365

  
334 366
		FCK.SetStatus( FCK_STATUS_COMPLETE ) ;
335 367

  
trunk/wb/modules/fckeditor/fckeditor/editor/lang/fo.js
44 44
InsertLinkLbl		: "Tilknýti",
45 45
InsertLink			: "Ger/broyt tilknýti",
46 46
RemoveLink			: "Strika tilknýti",
47
VisitLink			: "Opna tilknýti",
47 48
Anchor				: "Ger/broyt marknastein",
48
AnchorDelete		: "Remove Anchor",	//MISSING
49
AnchorDelete		: "Strika marknastein",
49 50
InsertImageLbl		: "Myndir",
50 51
InsertImage			: "Set inn/broyt mynd",
51 52
InsertFlashLbl		: "Flash",
......
71 72
BlockJustify		: "Javnir tekstkantar",
72 73
DecreaseIndent		: "Minka reglubrotarinntriv",
73 74
IncreaseIndent		: "Økja reglubrotarinntriv",
74
Blockquote			: "Blockquote",	//MISSING
75
Blockquote			: "Blockquote",
76
CreateDiv			: "Ger DIV øki",
77
EditDiv				: "Broyt DIV øki",
78
DeleteDiv			: "Strika DIV øki",
75 79
Undo				: "Angra",
76 80
Redo				: "Vend aftur",
77 81
NumberedListLbl		: "Talmerktur listi",
......
105 109
ImageButton		: "Myndaknøttur",
106 110

  
107 111
FitWindow		: "Set tekstviðgera til fulla stødd",
108
ShowBlocks		: "Show Blocks",	//MISSING
112
ShowBlocks		: "Vís blokkar",
109 113

  
110 114
// Context Menu
111 115
EditLink			: "Broyt tilknýti",
112 116
CellCM				: "Meski",
113 117
RowCM				: "Rað",
114 118
ColumnCM			: "Kolonna",
115
InsertRowAfter		: "Insert Row After",	//MISSING
116
InsertRowBefore		: "Insert Row Before",	//MISSING
119
InsertRowAfter		: "Set rað inn aftaná",
120
InsertRowBefore		: "Set rað inn áðrenn",
117 121
DeleteRows			: "Strika røðir",
118
InsertColumnAfter	: "Insert Column After",	//MISSING
119
InsertColumnBefore	: "Insert Column Before",	//MISSING
122
InsertColumnAfter	: "Set kolonnu inn aftaná",
123
InsertColumnBefore	: "Set kolonnu inn áðrenn",
120 124
DeleteColumns		: "Strika kolonnur",
121
InsertCellAfter		: "Insert Cell After",	//MISSING
122
InsertCellBefore	: "Insert Cell Before",	//MISSING
125
InsertCellAfter		: "Set meska inn aftaná",
126
InsertCellBefore	: "Set meska inn áðrenn",
123 127
DeleteCells			: "Strika meskar",
124 128
MergeCells			: "Flætta meskar",
125
MergeRight			: "Merge Right",	//MISSING
126
MergeDown			: "Merge Down",	//MISSING
127
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
128
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
129
MergeRight			: "Flætta meskar til høgru",
130
MergeDown			: "Flætta saman",
131
HorizontalSplitCell	: "Kloyv meska vatnrætt",
132
VerticalSplitCell	: "Kloyv meska loddrætt",
129 133
TableDelete			: "Strika tabell",
130 134
CellProperties		: "Meskueginleikar",
131 135
TableProperties		: "Tabelleginleikar",
......
157 161
NoActiveX			: "Trygdaruppsetingin í alnótskaganum kann sum er avmarka onkrar hentleikar í tekstviðgeranum. Tú mást loyva møguleikanum \"Run/Kør ActiveX controls and plug-ins\". Tú kanst uppliva feilir og ávaringar um tvørrandi hentleikar.",
158 162
BrowseServerBlocked : "Ambætarakagin kundi ikki opnast. Tryggja tær, at allar pop-up forðingar eru óvirknar.",
159 163
DialogBlocked		: "Tað eyðnaðist ikki at opna samskiftisrútin. Tryggja tær, at allar pop-up forðingar eru óvirknar.",
164
VisitLinkBlocked	: "Tað eyðnaðist ikki at opna nýggjan rút. Tryggja tær, at allar pop-up forðingar eru óvirknar.",
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "Góðkent",
......
332 337
DlgCellBtnSelect	: "Vel...",
333 338

  
334 339
// Find and Replace Dialog
335
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
340
DlgFindAndReplaceTitle	: "Finn og broyt",
336 341

  
337 342
// Find Dialog
338 343
DlgFindTitle		: "Finn",
......
349 354
DlgReplaceWordChk		: "Bert heil orð",
350 355

  
351 356
// Paste Operations / Dialog
352
PasteErrorCut	: "Trygdaruppseting alnótskagans forðar tekstviðgeranum í at kvetta tekstin. vinarliga nýt knappaborðið til at kvetta tekstin (CTRL+X).",
357
PasteErrorCut	: "Trygdaruppseting alnótskagans forðar tekstviðgeranum í at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (CTRL+X).",
353 358
PasteErrorCopy	: "Trygdaruppseting alnótskagans forðar tekstviðgeranum í at avrita tekstin. Vinarliga nýt knappaborðið til at avrita tekstin (CTRL+C).",
354 359

  
355 360
PasteAsText		: "Innrita som reinan tekst",
356 361
PasteFromWord	: "Innrita fra Word",
357 362

  
358 363
DlgPasteMsg2	: "Vinarliga koyr tekstin í hendan rútin við knappaborðinum (<strong>CTRL+V</strong>) og klikk á <strong>Góðtak</strong>.",
359
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
364
DlgPasteSec		: "Trygdaruppseting alnótskagans forðar tekstviðgeranum í beinleiðis atgongd til avritingarminnið. Tygum mugu royna aftur í hesum rútinum.",
360 365
DlgPasteIgnoreFont		: "Forfjóna Font definitiónirnar",
361
DlgPasteRemoveStyles	: "Strika Styles definitiónir",
366
DlgPasteRemoveStyles	: "Strika typografi definitiónir",
362 367

  
363 368
// Color Picker
364
ColorAutomatic	: "Av sær sjálvum",
369
ColorAutomatic	: "Automatiskt",
365 370
ColorMoreColors	: "Fleiri litir...",
366 371

  
367 372
// Document Properties
......
511 516
DlgAboutBrowserInfoTab	: "Upplýsingar um alnótskagan",
512 517
DlgAboutLicenseTab	: "License",
513 518
DlgAboutVersion		: "version",
514
DlgAboutInfo		: "Fyri fleiri upplýsingar, far til"
519
DlgAboutInfo		: "Fyri fleiri upplýsingar, far til",
520

  
521
// Div Dialog
522
DlgDivGeneralTab	: "Generelt",
523
DlgDivAdvancedTab	: "Fjølbroytt",
524
DlgDivStyle		: "Typografi",
525
DlgDivInlineStyle	: "Inline typografi"
515 526
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/bs.js
44 44
InsertLinkLbl		: "Link",
45 45
InsertLink			: "Ubaci/Izmjeni link",
46 46
RemoveLink			: "Izbriši link",
47
VisitLink			: "Open Link",	//MISSING
47 48
Anchor				: "Insert/Edit Anchor",	//MISSING
48 49
AnchorDelete		: "Remove Anchor",	//MISSING
49 50
InsertImageLbl		: "Slika",
......
72 73
DecreaseIndent		: "Smanji uvod",
73 74
IncreaseIndent		: "Poveæaj uvod",
74 75
Blockquote			: "Blockquote",	//MISSING
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
75 79
Undo				: "Vrati",
76 80
Redo				: "Ponovi",
77 81
NumberedListLbl		: "Numerisana lista",
......
157 161
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
158 162
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",	//MISSING
159 163
DialogBlocked		: "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",	//MISSING
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "OK",
......
511 516
DlgAboutBrowserInfoTab	: "Browser Info",	//MISSING
512 517
DlgAboutLicenseTab	: "License",	//MISSING
513 518
DlgAboutVersion		: "verzija",
514
DlgAboutInfo		: "Za više informacija posjetite"
519
DlgAboutInfo		: "Za više informacija posjetite",
520

  
521
// Div Dialog
522
DlgDivGeneralTab	: "General",	//MISSING
523
DlgDivAdvancedTab	: "Advanced",	//MISSING
524
DlgDivStyle		: "Style",	//MISSING
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
515 526
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/cs.js
44 44
InsertLinkLbl		: "Odkaz",
45 45
InsertLink			: "Vložit/změnit odkaz",
46 46
RemoveLink			: "Odstranit odkaz",
47
VisitLink			: "Otevřít odkaz",
47 48
Anchor				: "Vložít/změnit záložku",
48 49
AnchorDelete		: "Odstranit kotvu",
49 50
InsertImageLbl		: "Obrázek",
......
72 73
DecreaseIndent		: "Zmenšit odsazení",
73 74
IncreaseIndent		: "Zvětšit odsazení",
74 75
Blockquote			: "Citace",
76
CreateDiv			: "Vytvořit Div kontejner",
77
EditDiv				: "Upravit Div kontejner",
78
DeleteDiv			: "Odstranit Div kontejner",
75 79
Undo				: "Zpět",
76 80
Redo				: "Znovu",
77 81
NumberedListLbl		: "Číslování",
......
157 161
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.",
158 162
BrowseServerBlocked : "Průzkumník zdrojů nelze otevřít. Prověřte, zda nemáte aktivováno blokování popup oken.",
159 163
DialogBlocked		: "Nelze otevřít dialogové okno. Prověřte, zda nemáte aktivováno blokování popup oken.",
164
VisitLinkBlocked	: "Není možné otevřít nové okno. Prověřte, zda všechny nástroje pro blokování vyskakovacích oken jsou vypnuty.",
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "OK",
......
511 516
DlgAboutBrowserInfoTab	: "Informace o prohlížeči",
512 517
DlgAboutLicenseTab	: "Licence",
513 518
DlgAboutVersion		: "verze",
514
DlgAboutInfo		: "Více informací získáte na"
519
DlgAboutInfo		: "Více informací získáte na",
520

  
521
// Div Dialog
522
DlgDivGeneralTab	: "Obecné",
523
DlgDivAdvancedTab	: "Rozšířené",
524
DlgDivStyle		: "Styl",
525
DlgDivInlineStyle	: "Vložený styl"
515 526
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/en-au.js
44 44
InsertLinkLbl		: "Link",
45 45
InsertLink			: "Insert/Edit Link",
46 46
RemoveLink			: "Remove Link",
47
VisitLink			: "Open Link",
47 48
Anchor				: "Insert/Edit Anchor",
48 49
AnchorDelete		: "Remove Anchor",
49 50
InsertImageLbl		: "Image",
......
72 73
DecreaseIndent		: "Decrease Indent",
73 74
IncreaseIndent		: "Increase Indent",
74 75
Blockquote			: "Blockquote",
76
CreateDiv			: "Create Div Container",
77
EditDiv				: "Edit Div Container",
78
DeleteDiv			: "Remove Div Container",
75 79
Undo				: "Undo",
76 80
Redo				: "Redo",
77 81
NumberedListLbl		: "Numbered List",
......
157 161
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.",
158 162
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",
159 163
DialogBlocked		: "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "OK",
......
355 360
PasteAsText		: "Paste as Plain Text",
356 361
PasteFromWord	: "Paste from Word",
357 362

  
358
DlgPasteMsg2	: "Please paste inside the following box using the keyboard (<STRONG>Ctrl+V</STRONG>) and hit <STRONG>OK</STRONG>.",
363
DlgPasteMsg2	: "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.",
359 364
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.",
360 365
DlgPasteIgnoreFont		: "Ignore Font Face definitions",
361 366
DlgPasteRemoveStyles	: "Remove Styles definitions",
......
501 506
// Templates Dialog
502 507
Templates			: "Templates",
503 508
DlgTemplatesTitle	: "Content Templates",
504
DlgTemplatesSelMsg	: "Please select the template to open in the editor<br>(the actual contents will be lost):",
509
DlgTemplatesSelMsg	: "Please select the template to open in the editor<br />(the actual contents will be lost):",
505 510
DlgTemplatesLoading	: "Loading templates list. Please wait...",
506 511
DlgTemplatesNoTpl	: "(No templates defined)",
507 512
DlgTemplatesReplace	: "Replace actual contents",
......
511 516
DlgAboutBrowserInfoTab	: "Browser Info",
512 517
DlgAboutLicenseTab	: "License",
513 518
DlgAboutVersion		: "version",
514
DlgAboutInfo		: "For further information go to"
519
DlgAboutInfo		: "For further information go to",
520

  
521
// Div Dialog
522
DlgDivGeneralTab	: "General",
523
DlgDivAdvancedTab	: "Advanced",
524
DlgDivStyle		: "Style",
525
DlgDivInlineStyle	: "Inline Style"
515 526
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/es.js
44 44
InsertLinkLbl		: "Vínculo",
45 45
InsertLink			: "Insertar/Editar Vínculo",
46 46
RemoveLink			: "Eliminar Vínculo",
47
VisitLink			: "Abrir enlace",
47 48
Anchor				: "Referencia",
48 49
AnchorDelete		: "Eliminar Referencia",
49 50
InsertImageLbl		: "Imagen",
......
72 73
DecreaseIndent		: "Disminuir Sangría",
73 74
IncreaseIndent		: "Aumentar Sangría",
74 75
Blockquote			: "Cita",
76
CreateDiv			: "Crear contenedor (div)",
77
EditDiv				: "Editar contenedor (div)",
78
DeleteDiv			: "Eliminar contenedor (div)",
75 79
Undo				: "Deshacer",
76 80
Redo				: "Rehacer",
77 81
NumberedListLbl		: "Numeración",
......
157 161
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.",
158 162
BrowseServerBlocked : "La ventana de visualización del servidor no pudo ser abierta. Verifique que su navegador no esté bloqueando las ventanas emergentes (pop up).",
159 163
DialogBlocked		: "No se ha podido abrir la ventana de diálogo. Verifique que su navegador no esté bloqueando las ventanas emergentes (pop up).",
164
VisitLinkBlocked	: "Nose ha podido abrir la ventana. Asegurese de que todos los bloqueadores de popups están deshabilitados.",
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "OK",
......
511 516
DlgAboutBrowserInfoTab	: "Información de Navegador",
512 517
DlgAboutLicenseTab	: "Licencia",
513 518
DlgAboutVersion		: "versión",
514
DlgAboutInfo		: "Para mayor información por favor dirigirse a"
519
DlgAboutInfo		: "Para mayor información por favor dirigirse a",
520

  
521
// Div Dialog
522
DlgDivGeneralTab	: "General",
523
DlgDivAdvancedTab	: "Avanzado",
524
DlgDivStyle		: "Estilo",
525
DlgDivInlineStyle	: "Estilos CSS"
515 526
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/km.js
44 44
InsertLinkLbl		: "ឈ្នាប់",
45 45
InsertLink			: "បន្ថែម/កែប្រែ ឈ្នាប់",
46 46
RemoveLink			: "លប់ឈ្នាប់",
47
VisitLink			: "Open Link",	//MISSING
47 48
Anchor				: "បន្ថែម/កែប្រែ យុថ្កា",
48 49
AnchorDelete		: "Remove Anchor",	//MISSING
49 50
InsertImageLbl		: "រូបភាព",
......
72 73
DecreaseIndent		: "បន្ថយការចូលបន្ទាត់",
73 74
IncreaseIndent		: "បន្ថែមការចូលបន្ទាត់",
74 75
Blockquote			: "Blockquote",	//MISSING
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
75 79
Undo				: "សារឡើងវិញ",
76 80
Redo				: "ធ្វើឡើងវិញ",
77 81
NumberedListLbl		: "បញ្ជីជាអក្សរ",
......
157 161
NoActiveX			: "ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ​អាចធ្វើអោយលោកអ្នកមិនអាចប្រើមុខងារខ្លះរបស់កម្មវិធីតាក់តែងអត្ថបទនេះ ។ លោកអ្នកត្រូវកំណត់អោយ \"ActiveX និង​កម្មវិធីជំនួយក្នុង (plug-ins)\" អោយដំណើរការ ។ លោកអ្នកអាចជួបប្រទះនឹង បញ្ហា ព្រមជាមួយនឹងការបាត់បង់មុខងារណាមួយរបស់កម្មវិធីតាក់តែងអត្ថបទនេះ ។",
158 162
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",	//MISSING
159 163
DialogBlocked		: "វីនដូវមិនអាចបើកបានទេ ។ សូមពិនិត្យចំពោះកម្មវិធីបិទ វីនដូវលោត (popup) ថាតើវាដំណើរការរឺទេ ។",
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "យល់ព្រម",
......
511 516
DlgAboutBrowserInfoTab	: "ព៌តមានកម្មវិធីរុករក",
512 517
DlgAboutLicenseTab	: "License",	//MISSING
513 518
DlgAboutVersion		: "ជំនាន់",
514
DlgAboutInfo		: "សំរាប់ព៌តមានផ្សេងទៀត សូមទាក់ទង"
519
DlgAboutInfo		: "សំរាប់ព៌តមានផ្សេងទៀត សូមទាក់ទង",
520

  
521
// Div Dialog
522
DlgDivGeneralTab	: "General",	//MISSING
523
DlgDivAdvancedTab	: "Advanced",	//MISSING
524
DlgDivStyle		: "Style",	//MISSING
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
515 526
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/eu.js
45 45
InsertLinkLbl		: "Esteka",
46 46
InsertLink			: "Txertatu/Editatu Esteka",
47 47
RemoveLink			: "Kendu Esteka",
48
VisitLink			: "Open Link",	//MISSING
48 49
Anchor				: "Aingura",
49 50
AnchorDelete		: "Ezabatu Aingura",
50 51
InsertImageLbl		: "Irudia",
......
73 74
DecreaseIndent		: "Txikitu Koska",
74 75
IncreaseIndent		: "Handitu Koska",
75 76
Blockquote			: "Aipamen blokea",
77
CreateDiv			: "Create Div Container",	//MISSING
78
EditDiv				: "Edit Div Container",	//MISSING
79
DeleteDiv			: "Remove Div Container",	//MISSING
76 80
Undo				: "Desegin",
77 81
Redo				: "Berregin",
78 82
NumberedListLbl		: "Zenbakidun Zerrenda",
......
158 162
NoActiveX			: "Zure nabigatzailearen segustasun hobespenak editore honen zenbait ezaugarri mugatu ditzake. \"ActiveX kontrolak eta plug-inak\" aktibatu beharko zenituzke, bestela erroreak eta ezaugarrietan mugak egon daitezke.",
159 163
BrowseServerBlocked : "Baliabideen arakatzailea ezin da ireki. Ziurtatu popup blokeatzaileak desgaituta dituzula.",
160 164
DialogBlocked		: "Ezin da elkarrizketa-leihoa ireki. Ziurtatu popup blokeatzaileak desgaituta dituzula.",
165
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
161 166

  
162 167
// Dialogs
163 168
DlgBtnOK			: "Ados",
......
512 517
DlgAboutBrowserInfoTab	: "Nabigatzailearen Informazioa",
513 518
DlgAboutLicenseTab	: "Lizentzia",
514 519
DlgAboutVersion		: "bertsioa",
515
DlgAboutInfo		: "Informazio gehiago eskuratzeko hona joan"
520
DlgAboutInfo		: "Informazio gehiago eskuratzeko hona joan",
521

  
522
// Div Dialog
523
DlgDivGeneralTab	: "General",	//MISSING
524
DlgDivAdvancedTab	: "Advanced",	//MISSING
525
DlgDivStyle		: "Style",	//MISSING
526
DlgDivInlineStyle	: "Inline Style"	//MISSING
516 527
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/ko.js
44 44
InsertLinkLbl		: "링크",
45 45
InsertLink			: "링크 삽입/변경",
46 46
RemoveLink			: "링크 삭제",
47
VisitLink			: "Open Link",	//MISSING
47 48
Anchor				: "책갈피 삽입/변경",
48 49
AnchorDelete		: "Remove Anchor",	//MISSING
49 50
InsertImageLbl		: "이미지",
......
72 73
DecreaseIndent		: "내어쓰기",
73 74
IncreaseIndent		: "들여쓰기",
74 75
Blockquote			: "Blockquote",	//MISSING
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
75 79
Undo				: "취소",
76 80
Redo				: "재실행",
77 81
NumberedListLbl		: "순서있는 목록",
......
157 161
NoActiveX			: "브러우저의 보안 설정으로 인해 몇몇 기능의 작동에 장애가 있을 수 있습니다. \"액티브-액스 기능과 플러그 인\" 옵션을 허용하여 주시지 않으면 오류가 발생할 수 있습니다.",
158 162
BrowseServerBlocked : "브러우저 요소가 열리지 않습니다. 팝업차단 설정이 꺼져있는지 확인하여 주십시오.",
159 163
DialogBlocked		: "윈도우 대화창을 열 수 없습니다. 팝업차단 설정이 꺼져있는지 확인하여 주십시오.",
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "예",
......
511 516
DlgAboutBrowserInfoTab	: "브라우저 정보",
512 517
DlgAboutLicenseTab	: "License",	//MISSING
513 518
DlgAboutVersion		: "버전",
514
DlgAboutInfo		: "더 많은 정보를 보시려면 다음 사이트로 가십시오."
519
DlgAboutInfo		: "더 많은 정보를 보시려면 다음 사이트로 가십시오.",
520

  
521
// Div Dialog
522
DlgDivGeneralTab	: "General",	//MISSING
523
DlgDivAdvancedTab	: "Advanced",	//MISSING
524
DlgDivStyle		: "Style",	//MISSING
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
515 526
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/hu.js
44 44
InsertLinkLbl		: "Hivatkozás",
45 45
InsertLink			: "Hivatkozás beillesztése/módosítása",
46 46
RemoveLink			: "Hivatkozás törlése",
47
VisitLink			: "Open Link",	//MISSING
47 48
Anchor				: "Horgony beillesztése/szerkesztése",
48 49
AnchorDelete		: "Horgony eltávolítása",
49 50
InsertImageLbl		: "Kép",
......
72 73
DecreaseIndent		: "Behúzás csökkentése",
73 74
IncreaseIndent		: "Behúzás növelése",
74 75
Blockquote			: "Idézet blokk",
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
75 79
Undo				: "Visszavonás",
76 80
Redo				: "Ismétlés",
77 81
NumberedListLbl		: "Számozás",
......
157 161
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.",
158 162
BrowseServerBlocked : "Nem lehet megnyitni a fájlböngészőt. Bizonyosodjon meg róla, hogy a felbukkanó ablakok engedélyezve vannak.",
159 163
DialogBlocked		: "Nem lehet megnyitni a párbeszédablakot. Bizonyosodjon meg róla, hogy a felbukkanó ablakok engedélyezve vannak.",
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "Rendben",
......
511 516
DlgAboutBrowserInfoTab	: "Böngésző információ",
512 517
DlgAboutLicenseTab	: "Licensz",
513 518
DlgAboutVersion		: "verzió",
514
DlgAboutInfo		: "További információkért látogasson el ide:"
519
DlgAboutInfo		: "További információkért látogasson el ide:",
520

  
521
// Div Dialog
522
DlgDivGeneralTab	: "General",	//MISSING
523
DlgDivAdvancedTab	: "Advanced",	//MISSING
524
DlgDivStyle		: "Style",	//MISSING
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
515 526
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/no.js
44 44
InsertLinkLbl		: "Lenke",
45 45
InsertLink			: "Sett inn/Rediger lenke",
46 46
RemoveLink			: "Fjern lenke",
47
VisitLink			: "Åpne lenke",
47 48
Anchor				: "Sett inn/Rediger anker",
48
AnchorDelete		: "Remove Anchor",	//MISSING
49
AnchorDelete		: "Fjern anker",
49 50
InsertImageLbl		: "Bilde",
50 51
InsertImage			: "Sett inn/Rediger bilde",
51 52
InsertFlashLbl		: "Flash",
......
72 73
DecreaseIndent		: "Senk nivå",
73 74
IncreaseIndent		: "Øk nivå",
74 75
Blockquote			: "Blockquote",	//MISSING
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
75 79
Undo				: "Angre",
76 80
Redo				: "Gjør om",
77
NumberedListLbl		: "Numrert liste",
78
NumberedList		: "Sett inn/Fjern numrert liste",
81
NumberedListLbl		: "Nummerert liste",
82
NumberedList		: "Sett inn/Fjern nummerert liste",
79 83
BulletedListLbl		: "Uordnet liste",
80 84
BulletedList		: "Sett inn/Fjern uordnet liste",
81 85
ShowTableBorders	: "Vis tabellrammer",
......
87 91
TextColor			: "Tekstfarge",
88 92
BGColor				: "Bakgrunnsfarge",
89 93
Source				: "Kilde",
90
Find				: "Finn",
94
Find				: "Søk",
91 95
Replace				: "Erstatt",
92 96
SpellCheck			: "Stavekontroll",
93 97
UniversalKeyboard	: "Universelt tastatur",
......
95 99
PageBreak			: "Sett inn sideskift",
96 100

  
97 101
Form			: "Skjema",
98
Checkbox		: "Sjekkboks",
99
RadioButton		: "Radioknapp",
100
TextField		: "Tekstfelt",
102
Checkbox		: "Avmerkingsboks",
103
RadioButton		: "Alternativknapp",
104
TextField		: "Tekstboks",
101 105
Textarea		: "Tekstområde",
102 106
HiddenField		: "Skjult felt",
103 107
Button			: "Knapp",
104
SelectionField	: "Dropdown meny",
108
SelectionField	: "Rullegardinliste",
105 109
ImageButton		: "Bildeknapp",
106 110

  
107 111
FitWindow		: "Maksimer størrelsen på redigeringsverktøyet",
......
112 116
CellCM				: "Celle",
113 117
RowCM				: "Rader",
114 118
ColumnCM			: "Kolonne",
115
InsertRowAfter		: "Insert Row After",	//MISSING
116
InsertRowBefore		: "Insert Row Before",	//MISSING
119
InsertRowAfter		: "Sett inn rad etter",
120
InsertRowBefore		: "Sett inn rad før",
117 121
DeleteRows			: "Slett rader",
118
InsertColumnAfter	: "Insert Column After",	//MISSING
119
InsertColumnBefore	: "Insert Column Before",	//MISSING
122
InsertColumnAfter	: "Sett inn kolonne etter",
123
InsertColumnBefore	: "Sett inn kolonne før",
120 124
DeleteColumns		: "Slett kolonner",
121
InsertCellAfter		: "Insert Cell After",	//MISSING
122
InsertCellBefore	: "Insert Cell Before",	//MISSING
125
InsertCellAfter		: "Sett inn celle etter",
126
InsertCellBefore	: "Sett inn celle før",
123 127
DeleteCells			: "Slett celler",
124 128
MergeCells			: "Slå sammen celler",
125
MergeRight			: "Merge Right",	//MISSING
126
MergeDown			: "Merge Down",	//MISSING
127
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
128
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
129
MergeRight			: "Slå sammen høyre",
130
MergeDown			: "Slå sammen ned",
131
HorizontalSplitCell	: "Del celle horisontalt",
132
VerticalSplitCell	: "Del celle vertikalt",
129 133
TableDelete			: "Slett tabell",
130
CellProperties		: "Celleegenskaper",
131
TableProperties		: "Tabellegenskaper",
132
ImageProperties		: "Bildeegenskaper",
133
FlashProperties		: "Flash Egenskaper",
134
CellProperties		: "Egenskaper for celle",
135
TableProperties		: "Egenskaper for tabell",
136
ImageProperties		: "Egenskaper for bilde",
137
FlashProperties		: "Egenskaper for Flash-objekt",
134 138

  
135
AnchorProp			: "Ankeregenskaper",
136
ButtonProp			: "Knappegenskaper",
137
CheckboxProp		: "Sjekkboksegenskaper",
138
HiddenFieldProp		: "Skjult felt egenskaper",
139
RadioButtonProp		: "Radioknappegenskaper",
140
ImageButtonProp		: "Bildeknappegenskaper",
141
TextFieldProp		: "Tekstfeltegenskaper",
142
SelectionFieldProp	: "Dropdown menyegenskaper",
143
TextareaProp		: "Tekstfeltegenskaper",
144
FormProp			: "Skjemaegenskaper",
139
AnchorProp			: "Egenskaper for anker",
140
ButtonProp			: "Egenskaper for knapp",
141
CheckboxProp		: "Egenskaper for avmerkingsboks",
142
HiddenFieldProp		: "Egenskaper for skjult felt",
143
RadioButtonProp		: "Egenskaper for alternativknapp",
144
ImageButtonProp		: "Egenskaper for bildeknapp",
145
TextFieldProp		: "Egenskaper for tekstfelt",
146
SelectionFieldProp	: "Egenskaper for rullegardinliste",
147
TextareaProp		: "Egenskaper for tekstområde",
148
FormProp			: "Egenskaper for skjema",
145 149

  
146 150
FontFormats			: "Normal;Formatert;Adresse;Tittel 1;Tittel 2;Tittel 3;Tittel 4;Tittel 5;Tittel 6;Normal (DIV)",
147 151

  
148 152
// Alerts and Messages
149 153
ProcessingXHTML		: "Lager XHTML. Vennligst vent...",
150 154
Done				: "Ferdig",
151
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?",
152
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)",
155
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?",
156
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)",
153 157
UnknownToolbarItem	: "Ukjent menyvalg \"%1\"",
154 158
UnknownCommand		: "Ukjent kommando \"%1\"",
155
NotImplemented		: "Kommando ikke ennå implimentert",
159
NotImplemented		: "Kommando ikke implimentert",
156 160
UnknownToolbarSet	: "Verktøylinjesett \"%1\" finnes ikke",
157
NoActiveX			: "Din nettleser's sikkerhetsinstillinger kan begrense noen av funksjonene i redigeringsverktøyet. Du må aktivere \"Kjør ActiveXkontroller og plugins\". Du kan oppleve feil og advarsler om manglende funksjoner",
158
BrowseServerBlocked : "Kunne ikke åpne dialogboksen for filarkiv. Pass på at du har slått av popupstoppere.",
159
DialogBlocked		: "Kunne ikke åpne dialogboksen. Pass på at du har slått av popupstoppere.",
161
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",
162
BrowseServerBlocked : "Kunne ikke åpne dialogboksen for filarkiv. Sjekk at popup-blokkering er deaktivert.",
163
DialogBlocked		: "Kunne ikke åpne dialogboksen. Sjekk at popup-blokkering er deaktivert.",
164
VisitLinkBlocked	: "Kunne ikke åpne et nytt vindu. Sjekk at popup-blokkering er deaktivert.",
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "OK",
......
166 171
DlgAdvancedTag		: "Avansert",
167 172
DlgOpOther			: "<Annet>",
168 173
DlgInfoTab			: "Info",
169
DlgAlertUrl			: "Vennligst skriv inn URL'en",
174
DlgAlertUrl			: "Vennligst skriv inn URL-en",
170 175

  
171 176
// General Dialogs Labels
172 177
DlgGenNotSet		: "<ikke satt>",
......
174 179
DlgGenLangDir		: "Språkretning",
175 180
DlgGenLangDirLtr	: "Venstre til høyre (VTH)",
176 181
DlgGenLangDirRtl	: "Høyre til venstre (HTV)",
177
DlgGenLangCode		: "Språk kode",
182
DlgGenLangCode		: "Språkkode",
178 183
DlgGenAccessKey		: "Aksessknapp",
179 184
DlgGenName			: "Navn",
180 185
DlgGenTabIndex		: "Tab Indeks",
......
210 215
DlgImgAlignTextTop	: "Tekst topp",
211 216
DlgImgAlignTop		: "Topp",
212 217
DlgImgPreview		: "Forhåndsvis",
213
DlgImgAlertUrl		: "Vennligst skriv bildeurlen",
218
DlgImgAlertUrl		: "Vennligst skriv bilde-urlen",
214 219
DlgImgLinkTab		: "Lenke",
215 220

  
216 221
// Flash Dialog
217
DlgFlashTitle		: "Flash Egenskaper",
218
DlgFlashChkPlay		: "Auto Spill",
222
DlgFlashTitle		: "Flash-egenskaper",
223
DlgFlashChkPlay		: "Autospill",
219 224
DlgFlashChkLoop		: "Loop",
220
DlgFlashChkMenu		: "Slå på Flash meny",
225
DlgFlashChkMenu		: "Slå på Flash-meny",
221 226
DlgFlashScale		: "Skaler",
222 227
DlgFlashScaleAll	: "Vis alt",
223 228
DlgFlashScaleNoBorder	: "Ingen ramme",
224
DlgFlashScaleFit	: "Skaler til å passeExact Fit",
229
DlgFlashScaleFit	: "Skaler til å passe",
225 230

  
226 231
// Link Dialog
227 232
DlgLnkWindowTitle	: "Lenke",
......
235 240
DlgLnkProto			: "Protokoll",
236 241
DlgLnkProtoOther	: "<annet>",
237 242
DlgLnkURL			: "URL",
238
DlgLnkAnchorSel		: "Velg ett anker",
243
DlgLnkAnchorSel		: "Velg et anker",
239 244
DlgLnkAnchorByName	: "Anker etter navn",
240 245
DlgLnkAnchorById	: "Element etter ID",
241 246
DlgLnkNoAnchors		: "(Ingen anker i dokumentet)",
......
249 254
DlgLnkTargetFrame	: "<ramme>",
250 255
DlgLnkTargetPopup	: "<popup vindu>",
251 256
DlgLnkTargetBlank	: "Nytt vindu (_blank)",
252
DlgLnkTargetParent	: "Foreldre vindu (_parent)",
257
DlgLnkTargetParent	: "Foreldrevindu (_parent)",
253 258
DlgLnkTargetSelf	: "Samme vindu (_self)",
254 259
DlgLnkTargetTop		: "Hele vindu (_top)",
255 260
DlgLnkTargetFrameName	: "Målramme",
256
DlgLnkPopWinName	: "Popup vindus navn",
257
DlgLnkPopWinFeat	: "Popup vindus egenskaper",
261
DlgLnkPopWinName	: "Navn på popup-vindus",
262
DlgLnkPopWinFeat	: "Egenskaper for popup-vindu",
258 263
DlgLnkPopResize		: "Endre størrelse",
259 264
DlgLnkPopLocation	: "Adresselinje",
260 265
DlgLnkPopMenu		: "Menylinje",
......
266 271
DlgLnkPopWidth		: "Bredde",
267 272
DlgLnkPopHeight		: "Høyde",
268 273
DlgLnkPopLeft		: "Venstre posisjon",
269
DlgLnkPopTop		: "Topp posisjon",
274
DlgLnkPopTop		: "Topp-posisjon",
270 275

  
271 276
DlnLnkMsgNoUrl		: "Vennligst skriv inn lenkens url",
272 277
DlnLnkMsgNoEMail	: "Vennligst skriv inn e-postadressen",
273
DlnLnkMsgNoAnchor	: "Vennligst velg ett anker",
274
DlnLnkMsgInvPopName	: "Popup vinduets navn må begynne med en bokstav, og kan ikke inneholde mellomrom",
278
DlnLnkMsgNoAnchor	: "Vennligst velg et anker",
279
DlnLnkMsgInvPopName	: "Popup-vinduets navn må begynne med en bokstav, og kan ikke inneholde mellomrom",
275 280

  
276 281
// Color Dialog
277 282
DlgColorTitle		: "Velg farge",
278 283
DlgColorBtnClear	: "Tøm",
279 284
DlgColorHighlight	: "Marker",
280
DlgColorSelected	: "Velg",
285
DlgColorSelected	: "Valgt",
281 286

  
282 287
// Smiley Dialog
283 288
DlgSmileyTitle		: "Sett inn smil",
......
286 291
DlgSpecialCharTitle	: "Velg spesielt tegn",
287 292

  
288 293
// Table Dialog
289
DlgTableTitle		: "Tabellegenskaper",
294
DlgTableTitle		: "Egenskaper for tabell",
290 295
DlgTableRows		: "Rader",
291 296
DlgTableColumns		: "Kolonner",
292 297
DlgTableBorder		: "Rammestørrelse",
......
299 304
DlgTableWidthPx		: "piksler",
300 305
DlgTableWidthPc		: "prosent",
301 306
DlgTableHeight		: "Høyde",
302
DlgTableCellSpace	: "Celle marg",
303
DlgTableCellPad		: "Celle polstring",
307
DlgTableCellSpace	: "Cellemarg",
308
DlgTableCellPad		: "Cellepolstring",
304 309
DlgTableCaption		: "Tittel",
305 310
DlgTableSummary		: "Sammendrag",
306 311

  
......
332 337
DlgCellBtnSelect	: "Velg...",
333 338

  
334 339
// Find and Replace Dialog
335
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
340
DlgFindAndReplaceTitle	: "Søk og erstatt",
336 341

  
337 342
// Find Dialog
338
DlgFindTitle		: "Finn",
339
DlgFindFindBtn		: "Finn",
340
DlgFindNotFoundMsg	: "Den spesifiserte teksten ble ikke funnet.",
343
DlgFindTitle		: "Søk",
344
DlgFindFindBtn		: "Søk",
345
DlgFindNotFoundMsg	: "Fant ikke søketeksten.",
341 346

  
342 347
// Replace Dialog
343 348
DlgReplaceTitle			: "Erstatt",
344
DlgReplaceFindLbl		: "Finn hva:",
349
DlgReplaceFindLbl		: "Søk etter:",
345 350
DlgReplaceReplaceLbl	: "Erstatt med:",
346
DlgReplaceCaseChk		: "Riktig case",
351
DlgReplaceCaseChk		: "Skill mellom store og små bokstaver",
347 352
DlgReplaceReplaceBtn	: "Erstatt",
348 353
DlgReplaceReplAllBtn	: "Erstatt alle",
349
DlgReplaceWordChk		: "Finn hele ordet",
354
DlgReplaceWordChk		: "Bare hele ord",
350 355

  
351 356
// Paste Operations / Dialog
352
PasteErrorCut	: "Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst brukt snareveien (Ctrl+X).",
353
PasteErrorCopy	: "Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst brukt snareveien (Ctrl+C).",
357
PasteErrorCut	: "Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl+X).",
358
PasteErrorCopy	: "Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl+C).",
354 359

  
355 360
PasteAsText		: "Lim inn som ren tekst",
356
PasteFromWord	: "Lim inn fra word",
361
PasteFromWord	: "Lim inn fra Word",
357 362

  
358 363
DlgPasteMsg2	: "Vennligst lim inn i den følgende boksen med tastaturet (<STRONG>Ctrl+V</STRONG>) og trykk <STRONG>OK</STRONG>.",
359
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
364
DlgPasteSec		: "Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du må lime det igjen i dette vinduet.",
360 365
DlgPasteIgnoreFont		: "Fjern skrifttyper",
361 366
DlgPasteRemoveStyles	: "Fjern stildefinisjoner",
362 367

  
......
380 385
DlgSpellBtnReplace		: "Erstatt",
381 386
DlgSpellBtnReplaceAll	: "Erstatt alle",
382 387
DlgSpellBtnUndo			: "Angre",
383
DlgSpellNoSuggestions	: "- ingen forslag -",
388
DlgSpellNoSuggestions	: "- Ingen forslag -",
384 389
DlgSpellProgress		: "Stavekontroll pågår...",
385 390
DlgSpellNoMispell		: "Stavekontroll fullført: ingen feilstavinger funnet",
386 391
DlgSpellNoChanges		: "Stavekontroll fullført: ingen ord endret",
387 392
DlgSpellOneChange		: "Stavekontroll fullført: Ett ord endret",
388 393
DlgSpellManyChanges		: "Stavekontroll fullført: %1 ord endret",
389 394

  
390
IeSpellDownload			: "Stavekontroll ikke installert, vil du laste den ned nå?",
395
IeSpellDownload			: "Stavekontroll er ikke installert. Vil du laste den ned nå?",
391 396

  
392 397
// Button Dialog
393
DlgButtonText		: "Tekst",
398
DlgButtonText		: "Tekst (verdi)",
394 399
DlgButtonType		: "Type",
395 400
DlgButtonTypeBtn	: "Knapp",
396 401
DlgButtonTypeSbm	: "Send",
......
429 434

  
430 435
// Text Field Dialog
431 436
DlgTextName			: "Navn",
432
DlgTextValue		: "verdi",
437
DlgTextValue		: "Verdi",
433 438
DlgTextCharWidth	: "Tegnbredde",
434 439
DlgTextMaxChars		: "Maks antall tegn",
435 440
DlgTextType			: "Type",
......
441 446
DlgHiddenValue	: "Verdi",
442 447

  
443 448
// Bulleted List Dialog
444
BulletedListProp	: "Uordnet listeegenskaper",
445
NumberedListProp	: "Ordnet listeegenskaper",
449
BulletedListProp	: "Egenskaper for uordnet liste",
450
NumberedListProp	: "Egenskaper for ordnet liste",
446 451
DlgLstStart			: "Start",
447 452
DlgLstType			: "Type",
448 453
DlgLstTypeCircle	: "Sirkel",
449 454
DlgLstTypeDisc		: "Hel sirkel",
450 455
DlgLstTypeSquare	: "Firkant",
451
DlgLstTypeNumbers	: "Numre(1, 2, 3)",
456
DlgLstTypeNumbers	: "Numre (1, 2, 3)",
452 457
DlgLstTypeLCase		: "Små bokstaver (a, b, c)",
453
DlgLstTypeUCase		: "Store bokstaver(A, B, C)",
454
DlgLstTypeSRoman	: "Små romerske tall(i, ii, iii)",
455
DlgLstTypeLRoman	: "Store romerske tall(I, II, III)",
458
DlgLstTypeUCase		: "Store bokstaver (A, B, C)",
459
DlgLstTypeSRoman	: "Små romerske tall (i, ii, iii)",
460
DlgLstTypeLRoman	: "Store romerske tall (I, II, III)",
456 461

  
457 462
// Document Properties Dialog
458
DlgDocGeneralTab	: "Generalt",
463
DlgDocGeneralTab	: "Generelt",
459 464
DlgDocBackTab		: "Bakgrunn",
460 465
DlgDocColorsTab		: "Farger og marginer",
461
DlgDocMetaTab		: "Meta Data",
466
DlgDocMetaTab		: "Meta-data",
462 467

  
463 468
DlgDocPageTitle		: "Sidetittel",
464 469
DlgDocLangDir		: "Språkretning",
......
473 478
DlgDocCharSetJP		: "Japansk",
474 479
DlgDocCharSetKR		: "Koreansk",
475 480
DlgDocCharSetTR		: "Tyrkisk",
476
DlgDocCharSetUN		: "Unikode (UTF-8)",
481
DlgDocCharSetUN		: "Unicode (UTF-8)",
477 482
DlgDocCharSetWE		: "Vesteuropeisk",
478 483
DlgDocCharSetOther	: "Annet tegnsett",
479 484

  
480 485
DlgDocDocType		: "Dokumenttype header",
481 486
DlgDocDocTypeOther	: "Annet dokumenttype header",
482
DlgDocIncXHTML		: "Inkulder XHTML deklarasjon",
487
DlgDocIncXHTML		: "Inkluder XHTML-deklarasjon",
483 488
DlgDocBgColor		: "Bakgrunnsfarge",
484
DlgDocBgImage		: "Bakgrunnsbilde url",
485
DlgDocBgNoScroll	: "Ikke scroll bakgrunnsbilde",
489
DlgDocBgImage		: "URL for bakgrunnsbilde",
490
DlgDocBgNoScroll	: "Lås bakgrunnsbilde",
486 491
DlgDocCText			: "Tekst",
487 492
DlgDocCLink			: "Link",
488 493
DlgDocCVisited		: "Besøkt lenke",
......
511 516
DlgAboutBrowserInfoTab	: "Nettleserinfo",
512 517
DlgAboutLicenseTab	: "Lisens",
513 518
DlgAboutVersion		: "versjon",
514
DlgAboutInfo		: "For further information go to"	//MISSING
519
DlgAboutInfo		: "For mer informasjon, se",
520

  
521
// Div Dialog
522
DlgDivGeneralTab	: "Generelt",
523
DlgDivAdvancedTab	: "Avansert",
524
DlgDivStyle		: "Stil",
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
515 526
};
trunk/wb/modules/fckeditor/fckeditor/editor/lang/sk.js
44 44
InsertLinkLbl		: "Odkaz",
45 45
InsertLink			: "Vložiť/zmeniť odkaz",
46 46
RemoveLink			: "Odstrániť odkaz",
47
VisitLink			: "Open Link",	//MISSING
47 48
Anchor				: "Vložiť/zmeniť kotvu",
48 49
AnchorDelete		: "Remove Anchor",	//MISSING
49 50
InsertImageLbl		: "Obrázok",
......
72 73
DecreaseIndent		: "Zmenšiť odsadenie",
73 74
IncreaseIndent		: "Zväčšiť odsadenie",
74 75
Blockquote			: "Blockquote",	//MISSING
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
75 79
Undo				: "Späť",
76 80
Redo				: "Znovu",
77 81
NumberedListLbl		: "Číslovanie",
......
157 161
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í.",
158 162
BrowseServerBlocked : "Prehliadač zdrojových prvkov nebolo možné otvoriť. Uistite sa, že máte vypnuté všetky blokovače vyskakujúcich okien.",
159 163
DialogBlocked		: "Dialógové okno nebolo možné otvoriť. Uistite sa, že máte vypnuté všetky blokovače vyskakujúcich okien.",
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
160 165

  
161 166
// Dialogs
162 167
DlgBtnOK			: "OK",
......
511 516
DlgAboutBrowserInfoTab	: "Informácie o prehliadači",
512 517
DlgAboutLicenseTab	: "Licencia",
513 518
DlgAboutVersion		: "verzia",
514
DlgAboutInfo		: "Viac informácií získate na"
519
DlgAboutInfo		: "Viac informácií získate na",
520

  
... This diff was truncated because it exceeds the maximum size that can be displayed.

Also available in: Unified diff