Index: /CKEditor/trunk/_source/core/lang.js
===================================================================
--- /CKEditor/trunk/_source/core/lang.js	(revision 3281)
+++ /CKEditor/trunk/_source/core/lang.js	(revision 3282)
@@ -18,5 +18,61 @@
 		languages :
 		{
-			'en'	: 1
+			'af'	: 1,
+			'ar'	: 1,
+			'bg'	: 1,
+			'bn'	: 1,
+			'bs'	: 1,
+			'ca'	: 1,
+			'cs'	: 1,
+			'da'	: 1,
+			'de'	: 1,
+			'el'	: 1,
+			'en-au'	: 1,
+			'en-ca'	: 1,
+			'en-uk'	: 1,
+			'en'	: 1,
+			'eo'	: 1,
+			'es'	: 1,
+			'et'	: 1,
+			'eu'	: 1,
+			'fa'	: 1,
+			'fi'	: 1,
+			'fo'	: 1,
+			'fr-ca'	: 1,
+			'fr'	: 1,
+			'gl'	: 1,
+			'gu'	: 1,
+			'he'	: 1,
+			'hi'	: 1,
+			'hr'	: 1,
+			'hu'	: 1,
+			'is'	: 1,
+			'it'	: 1,
+			'ja'	: 1,
+			'km'	: 1,
+			'ko'	: 1,
+			'lt'	: 1,
+			'lv'	: 1,
+			'mn'	: 1,
+			'ms'	: 1,
+			'nb'	: 1,
+			'nl'	: 1,
+			'no'	: 1,
+			'pl'	: 1,
+			'pt-br'	: 1,
+			'pt'	: 1,
+			'ro'	: 1,
+			'ru'	: 1,
+			'sk'	: 1,
+			'sl'	: 1,
+			'sr-latn'	: 1,
+			'sr'	: 1,
+			'sv'	: 1,
+			'th'	: 1,
+			'tr'	: 1,
+			'uk'	: 1,
+			'vi'	: 1,
+			'zh-cn'	: 1,
+			'zh'	: 1
 		},
 
Index: /CKEditor/trunk/_source/lang/af.js
===================================================================
--- /CKEditor/trunk/_source/lang/af.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/af.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Afrikaans language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['af'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Source',
+	newPage			: 'Nuwe Bladsy',
+	save			: 'Bewaar',
+	preview			: 'Voorskou',
+	cut				: 'Uitsny ',
+	copy			: 'Kopieer',
+	paste			: 'Byvoeg',
+	print			: 'Druk',
+	underline		: 'Onderstreep',
+	bold			: 'Vet',
+	italic			: 'Skuins',
+	selectAll		: 'Selekteer alles',
+	removeFormat	: 'Formaat verweider',
+	strike			: 'Gestreik',
+	subscript		: 'Subscript',
+	superscript		: 'Superscript',
+	horizontalrule	: 'Horisontale lyn byvoeg',
+	pagebreak		: 'Bladsy breek byvoeg',
+	unlink			: 'Skakel verweider',
+	undo			: 'Ont-skep',
+	redo			: 'Her-skep',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Server deurblaai',
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Oplaai',
+		uploadSubmit	: 'Stuur dit na die Server',
+		image			: 'Beeld',
+		flash			: 'Flash',
+		form			: 'Form',
+		checkbox		: 'HakBox',
+		radio		: 'PuntBox',
+		textField		: 'Byvoegbare karakter strook',
+		textarea		: 'Byvoegbare karakter area',
+		hiddenField		: 'Blinde strook',
+		button			: 'Knop',
+		select	: 'Opklapbare keuse strook',
+		imageButton		: 'Beeld knop',
+		notSet			: '<geen instelling>',
+		id				: 'Id',
+		name			: 'Naam',
+		langDir			: 'Taal rigting',
+		langDirLtr		: 'Links na regs (LTR)',
+		langDirRtl		: 'Regs na links (RTL)',
+		langCode		: 'Taal kode',
+		longDescr		: 'Lang beskreiwing URL',
+		cssClass		: 'Skakel Tiepe',
+		advisoryTitle	: 'Voorbeveelings Titel',
+		cssStyle		: 'Styl',
+		ok				: 'OK',
+		cancel			: 'Kanseleer',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Ingewikkeld',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Spesiaale Karakter byvoeg',
+		title		: 'Kies spesiale karakter'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Skakel byvoeg/verander',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Verander skakel',
+		title		: 'Skakel',
+		info		: 'Skakel informasie',
+		target		: 'Mikpunt',
+		upload		: 'Oplaai',
+		advanced	: 'Ingewikkeld',
+		type		: 'Skakel soort',
+		toAnchor	: 'Skakel na plekhouers in text',
+		toEmail		: 'E-Mail',
+		target		: 'Mikpunt',
+		targetNotSet	: '<geen instelling>',
+		targetFrame	: '<raam>',
+		targetPopup	: '<popup venster>',
+		targetNew	: 'Nuwe Venster (_blank)',
+		targetTop	: 'Boonste Venster (_top)',
+		targetSelf	: 'Selfde Venster (_self)',
+		targetParent	: 'Vorige Venster (_parent)',
+		targetFrameName	: 'Mikpunt Venster Naam',
+		targetPopupName	: 'Popup Venster Naam',
+		popupFeatures	: 'Popup Venster Geaartheid',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Status Balk',
+		popupLocationBar	: 'Adres Balk',
+		popupToolbar	: 'Gereedskap Balk',
+		popupMenuBar	: 'Menu Balk',
+		popupFullScreen	: 'Voll Skerm (IE)',
+		popupScrollBars	: 'Gleibalkstuk',
+		popupDependent	: 'Afhanklik (Netscape)',
+		popupWidth		: 'Weite',
+		popupLeft		: 'Links Posisie',
+		popupHeight		: 'Hoogde',
+		popupTop		: 'Bo Posisie',
+		id				: 'Id', // MISSING
+		langDir			: 'Taal rigting',
+		langDirNotSet	: '<geen instelling>',
+		langDirLTR		: 'Links na regs (LTR)',
+		langDirRTL		: 'Regs na links (RTL)',
+		acccessKey		: 'Toegang sleutel',
+		name			: 'Naam',
+		langCode		: 'Taal rigting',
+		tabIndex		: 'Tab Index',
+		advisoryTitle	: 'Voorbeveelings Titel',
+		advisoryContentType	: 'Voorbeveelings inhoud soort',
+		cssClasses		: 'Skakel Tiepe',
+		charset			: 'Geskakelde voorbeeld karakterstel',
+		styles			: 'Styl',
+		selectAnchor	: 'Kies \'n plekhouer',
+		anchorName		: 'Volgens plekhouer naam',
+		anchorId		: 'Volgens element Id',
+		emailAddress	: 'E-Mail Adres',
+		emailSubject	: 'Boodskap Opskrif',
+		emailBody		: 'Boodskap Inhoud',
+		noAnchors		: '(Geen plekhouers beskikbaar in dokument}',
+		noUrl			: 'Voeg asseblief die URL in',
+		noEmail			: 'Voeg asseblief die e-mail adres in'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Plekhouer byvoeg/verander',
+		menu		: 'Plekhouer eienskappe',
+		title		: 'Plekhouer eienskappe',
+		name		: 'Plekhouer Naam',
+		errorName	: 'Voltooi die plekhouer naam asseblief'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Vind',
+		replace				: 'Vervang',
+		findWhat			: 'Soek wat:',
+		replaceWith			: 'Vervang met:',
+		notFoundMsg			: 'Die gespesifiseerde karakters word nie gevind nie.',
+		matchCase			: 'Vergelyk karakter skryfweise',
+		matchWord			: 'Vergelyk komplete woord',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Vervang alles',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabel',
+		title		: 'Tabel eienskappe',
+		menu		: 'Tabel eienskappe',
+		deleteTable	: 'Tabel verweider',
+		rows		: 'Reie',
+		columns		: 'Kolome',
+		border		: 'Kant groote',
+		align		: 'Parideering',
+		alignNotSet	: '<geen instelling>',
+		alignLeft	: 'Links',
+		alignCenter	: 'Middel',
+		alignRight	: 'Regs',
+		width		: 'Weite',
+		widthPx		: 'pixels',
+		widthPc		: 'percent',
+		height		: 'Hoogde',
+		cellSpace	: 'Cell spasieering',
+		cellPad		: 'Cell buffer',
+		caption		: 'Beskreiwing',
+		summary		: 'Opsomming',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell',
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Cell verweider',
+			merge			: 'Cell verenig',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Ry',
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Ry verweider'
+		},
+
+		column :
+		{
+			menu			: 'Kolom',
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Kolom verweider'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Knop eienskappe',
+		text		: 'Karakters (Waarde)',
+		type		: 'Soort',
+		typeBtn		: 'Knop',
+		typeSbm		: 'Indien',
+		typeRst		: 'Reset'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'HakBox eienskappe',
+		radioTitle	: 'PuntBox eienskappe',
+		value		: 'Waarde',
+		selected	: 'Uitgekies'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Form eienskappe',
+		menu		: 'Form eienskappe',
+		action		: 'Aksie',
+		method		: 'Metode',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Mikpunt',
+		targetNotSet	: '<geen instelling>',
+		targetNew	: 'Nuwe Venster (_blank)',
+		targetTop	: 'Boonste Venster (_top)',
+		targetSelf	: 'Selfde Venster (_self)',
+		targetParent	: 'Vorige Venster (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Opklapbare keuse strook eienskappe',
+		selectInfo	: 'Info',
+		opAvail		: 'Beskikbare Opsies',
+		value		: 'Waarde',
+		size		: 'Grote',
+		lines		: 'lyne',
+		chkMulti	: 'Laat meerere keuses toe',
+		opText		: 'Karakters',
+		opValue		: 'Waarde',
+		btnAdd		: 'Byvoeg',
+		btnModify	: 'Verander',
+		btnUp		: 'Op',
+		btnDown		: 'Af',
+		btnSetValue : 'Stel as uitgekiesde waarde',
+		btnDelete	: 'Verweider'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Karakter area eienskappe',
+		cols		: 'Kolom',
+		rows		: 'Reie'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Karakter strook eienskappe',
+		name		: 'Naam',
+		value		: 'Waarde',
+		charWidth	: 'Karakter weite',
+		maxChars	: 'Maximale karakters',
+		type		: 'Soort',
+		typeText	: 'Karakters',
+		typePass	: 'Wagwoord'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Blinde strook eienskappe',
+		name	: 'Naam',
+		value	: 'Waarde'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Beeld eienskappe',
+		titleButton	: 'Beeld knop eienskappe',
+		menu		: 'Beeld eienskappe',
+		infoTab	: 'Beeld informasie',
+		btnUpload	: 'Stuur dit na die Server',
+		url		: 'URL',
+		upload	: 'Uplaai',
+		alt		: 'Alternatiewe beskrywing',
+		width		: 'Weidte',
+		height	: 'Hoogde',
+		lockRatio	: 'Behou preporsie',
+		resetSize	: 'Herstel groote',
+		border	: 'Kant',
+		hSpace	: 'HSpasie',
+		vSpace	: 'VSpasie',
+		align		: 'Paradeer',
+		alignLeft	: 'Links',
+		alignAbsBottom: 'Abs Onder',
+		alignAbsMiddle: 'Abs Middel',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Onder',
+		alignMiddle	: 'Middel',
+		alignRight	: 'Regs',
+		alignTextTop	: 'Text Bo',
+		alignTop	: 'Bo',
+		preview	: 'Voorskou',
+		alertUrl	: 'Voeg asseblief Beeld URL in.',
+		linkTab	: 'Skakel',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash eienskappe',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash eienskappe',
+		chkPlay		: 'Automaties Speel',
+		chkLoop		: 'Herhaling',
+		chkMenu		: 'Laat Flash Menu toe',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Scale',
+		scaleAll		: 'Wys alles',
+		scaleNoBorder	: 'Geen kante',
+		scaleFit		: 'Presiese pas',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Paradeer',
+		alignLeft	: 'Links',
+		alignAbsBottom: 'Abs Onder',
+		alignAbsMiddle: 'Abs Middel',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Onder',
+		alignMiddle	: 'Middel',
+		alignRight	: 'Regs',
+		alignTextTop	: 'Text Bo',
+		alignTop	: 'Bo',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Agtergrond kleur',
+		width	: 'Weidte',
+		height	: 'Hoogde',
+		hSpace	: 'HSpasie',
+		vSpace	: 'VSpasie',
+		validateSrc : 'Voeg asseblief die URL in',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Spelling nagaan',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Nie in woordeboek nie',
+		changeTo		: 'Verander na',
+		btnIgnore		: 'Ignoreer',
+		btnIgnoreAll	: 'Ignoreer na-volgende',
+		btnReplace		: 'Vervang',
+		btnReplaceAll	: 'vervang na-volgende',
+		btnUndo			: 'Ont-skep',
+		noSuggestions	: '- Geen voorstel -',
+		progress		: 'Spelling word beproef...',
+		noMispell		: 'Spellproef kompleet: Geen foute',
+		noChanges		: 'Spellproef kompleet: Geen woord veranderings',
+		oneChange		: 'Spellproef kompleet: Een woord verander',
+		manyChanges		: 'Spellproef kompleet: %1 woorde verander',
+		ieSpellDownload	: 'Geen Spellproefer geinstaleer nie. Wil U dit aflaai?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Voeg Smiley by'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Genommerde lys',
+	bulletedlist : 'Gepunkte lys',
+	indent : 'Paradeering verleng',
+	outdent : 'Paradeering verkort',
+
+	justify :
+	{
+		left : 'Links rig',
+		center : 'Rig Middel',
+		right : 'Regs rig',
+		block : 'Blok paradeer'
+	},
+
+	outdent : 'Paradeering verkort',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Byvoeg',
+		cutError	: 'U browser se sekuriteit instelling behinder die uitsny aksie. Gebruik asseblief die sleutel kombenasie(Ctrl+X).',
+		copyError	: 'U browser se sekuriteit instelling behinder die kopieerings aksie. Gebruik asseblief die sleutel kombenasie(Ctrl+C).',
+		pasteMsg	: 'Voeg asseblief die inhoud in die gegewe box by met sleutel kombenasie(<STRONG>Ctrl+V</STRONG>) en druk <STRONG>OK</STRONG>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Van Word af byvoeg',
+		title : 'Van Word af byvoeg',
+		advice : 'Voeg asseblief die inhoud in die gegewe box by met sleutel kombenasie(<STRONG>Ctrl+V</STRONG>) en druk <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignoreer karakter soort defenisies',
+		removeStyle : 'Verweider Styl defenisies'
+	},
+
+	pasteText :
+	{
+		button : 'Voeg slegs karakters by',
+		title : 'Voeg slegs karakters by'
+	},
+
+	templates :
+	{
+		button : 'Templates',
+		title : 'Inhoud Templates',
+		insertOption: 'Vervang bestaande inhoud',
+		selectPromptMsg: 'Kies die template om te gebruik in die editor<br>(Inhoud word vervang!):',
+		emptyListMsg : '(Geen templates gedefinieerd)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Styl',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Karakter formaat',
+		panelTitle : 'Karakter formaat',
+
+		tag_p : 'Normaal',
+		tag_pre : 'Geformateerd',
+		tag_address : 'Adres',
+		tag_h1 : 'Opskrif 1',
+		tag_h2 : 'Opskrif 2',
+		tag_h3 : 'Opskrif 3',
+		tag_h4 : 'Opskrif 4',
+		tag_h5 : 'Opskrif 5',
+		tag_h6 : 'Opskrif 6',
+		tag_div : 'Normaal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Karakters',
+		panelTitle : 'Karakters'
+	},
+
+	fontSize :
+	{
+		label : 'Karakter grote',
+		panelTitle : 'Karakter grote'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Karakter kleur',
+		bgColorTitle : 'Agtergrond kleur',
+		auto : 'Automaties',
+		more : 'Meer Kleure...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/ar.js
===================================================================
--- /CKEditor/trunk/_source/lang/ar.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/ar.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Arabic language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['ar'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'rtl',
+
+	// Toolbar buttons without dialogs.
+	source			: 'شفرة المصدر',
+	newPage			: 'صفحة جديدة',
+	save			: 'حفظ',
+	preview			: 'معاينة الصفحة',
+	cut				: 'قص',
+	copy			: 'نسخ',
+	paste			: 'لصق',
+	print			: 'طباعة',
+	underline		: 'تسطير',
+	bold			: 'غامق',
+	italic			: 'مائل',
+	selectAll		: 'تحديد الكل',
+	removeFormat	: 'إزالة التنسيقات',
+	strike			: 'يتوسطه خط',
+	subscript		: 'منخفض',
+	superscript		: 'مرتفع',
+	horizontalrule	: 'إدراج خط فاصل',
+	pagebreak		: 'إدخال صفحة جديدة',
+	unlink			: 'إزالة رابط',
+	undo			: 'تراجع',
+	redo			: 'إعادة',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'تصفح الخادم',
+		url				: 'موقع الصورة',
+		protocol		: 'البروتوكول',
+		upload			: 'رفع',
+		uploadSubmit	: 'أرسلها للخادم',
+		image			: 'صورة',
+		flash			: 'فلاش',
+		form			: 'نموذج',
+		checkbox		: 'خانة إختيار',
+		radio		: 'زر خيار',
+		textField		: 'مربع نص',
+		textarea		: 'ناحية نص',
+		hiddenField		: 'إدراج حقل خفي',
+		button			: 'زر ضغط',
+		select	: 'قائمة منسدلة',
+		imageButton		: 'زر صورة',
+		notSet			: '<بدون تحديد>',
+		id				: 'الرقم',
+		name			: 'الاسم',
+		langDir			: 'إتجاه النص',
+		langDirLtr		: 'اليسار لليمين (LTR)',
+		langDirRtl		: 'اليمين لليسار (RTL)',
+		langCode		: 'رمز اللغة',
+		longDescr		: 'عنوان الوصف المفصّل',
+		cssClass		: 'فئات التنسيق',
+		advisoryTitle	: 'تلميح الشاشة',
+		cssStyle		: 'نمط',
+		ok				: 'موافق',
+		cancel			: 'إلغاء الأمر',
+		generalTab		: 'عام',
+		advancedTab		: 'متقدم',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'إدراج  رموز..ِ',
+		title		: 'إدراج رمز'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'إدراج/تحرير رابط',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'تحرير رابط',
+		title		: 'إرتباط تشعبي',
+		info		: 'معلومات الرابط',
+		target		: 'الهدف',
+		upload		: 'رفع',
+		advanced	: 'متقدم',
+		type		: 'نوع الربط',
+		toAnchor	: 'مكان في هذا المستند',
+		toEmail		: 'بريد إلكتروني',
+		target		: 'الهدف',
+		targetNotSet	: '<بدون تحديد>',
+		targetFrame	: '<إطار>',
+		targetPopup	: '<نافذة منبثقة>',
+		targetNew	: 'إطار جديد (_blank)',
+		targetTop	: 'صفحة كاملة (_top)',
+		targetSelf	: 'نفس الإطار (_self)',
+		targetParent	: 'الإطار الأصل (_parent)',
+		targetFrameName	: 'اسم الإطار الهدف',
+		targetPopupName	: 'تسمية النافذة المنبثقة',
+		popupFeatures	: 'خصائص النافذة المنبثقة',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'شريط الحالة السفلي',
+		popupLocationBar	: 'شريط العنوان',
+		popupToolbar	: 'شريط الأدوات',
+		popupMenuBar	: 'القوائم الرئيسية',
+		popupFullScreen	: 'ملئ الشاشة (IE)',
+		popupScrollBars	: 'أشرطة التمرير',
+		popupDependent	: 'تابع (Netscape)',
+		popupWidth		: 'العرض',
+		popupLeft		: 'التمركز لليسار',
+		popupHeight		: 'الإرتفاع',
+		popupTop		: 'التمركز للأعلى',
+		id				: 'Id', // MISSING
+		langDir			: 'إتجاه النص',
+		langDirNotSet	: '<بدون تحديد>',
+		langDirLTR		: 'اليسار لليمين (LTR)',
+		langDirRTL		: 'اليمين لليسار (RTL)',
+		acccessKey		: 'مفاتيح الإختصار',
+		name			: 'الاسم',
+		langCode		: 'إتجاه النص',
+		tabIndex		: 'الترتيب',
+		advisoryTitle	: 'تلميح الشاشة',
+		advisoryContentType	: 'نوع التلميح',
+		cssClasses		: 'فئات التنسيق',
+		charset			: 'ترميز المادة المطلوبة',
+		styles			: 'نمط',
+		selectAnchor	: 'اختر علامة مرجعية',
+		anchorName		: 'حسب اسم العلامة',
+		anchorId		: 'حسب تعريف العنصر',
+		emailAddress	: 'عنوان بريد إلكتروني',
+		emailSubject	: 'موضوع الرسالة',
+		emailBody		: 'محتوى الرسالة',
+		noAnchors		: '(لا يوجد علامات مرجعية في هذا المستند)',
+		noUrl			: 'فضلاً أدخل عنوان الموقع الذي يشير إليه الرابط',
+		noEmail			: 'فضلاً أدخل عنوان البريد الإلكتروني'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'إدراج/تحرير إشارة مرجعية',
+		menu		: 'خصائص الإشارة المرجعية',
+		title		: 'خصائص الإشارة المرجعية',
+		name		: 'اسم الإشارة المرجعية',
+		errorName	: 'الرجاء كتابة اسم الإشارة المرجعية'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'بحث واستبدال',
+		find				: 'بحث',
+		replace				: 'إستبدال',
+		findWhat			: 'البحث عن:',
+		replaceWith			: 'إستبدال بـ:',
+		notFoundMsg			: 'لم يتم العثور على النص المحدد.',
+		matchCase			: 'مطابقة حالة الأحرف',
+		matchWord			: 'الكلمة بالكامل فقط',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'إستبدال الكل',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'جدول',
+		title		: 'إدراج جدول',
+		menu		: 'إدراج جدول',
+		deleteTable	: 'حذف الجدول',
+		rows		: 'صفوف',
+		columns		: 'أعمدة',
+		border		: 'سمك الحدود',
+		align		: 'المحاذاة',
+		alignNotSet	: '<بدون تحديد>',
+		alignLeft	: 'يسار',
+		alignCenter	: 'وسط',
+		alignRight	: 'يمين',
+		width		: 'العرض',
+		widthPx		: 'بكسل',
+		widthPc		: 'بالمئة',
+		height		: 'الإرتفاع',
+		cellSpace	: 'تباعد الخلايا',
+		cellPad		: 'المسافة البادئة',
+		caption		: 'الوصف',
+		summary		: 'الخلاصة',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'خلية',
+			insertBefore	: 'إدراج خلية قبل',
+			insertAfter		: 'إدراج خلية بعد',
+			deleteCell		: 'حذف خلايا',
+			merge			: 'دمج خلايا',
+			mergeRight		: 'دمج لليمين',
+			mergeDown		: 'دمج للأسفل',
+			splitHorizontal	: 'تقسيم الخلية أفقياً',
+			splitVertical	: 'تقسيم الخلية عمودياً'
+		},
+
+		row :
+		{
+			menu			: 'صف',
+			insertBefore	: 'إدراج صف قبل',
+			insertAfter		: 'إدراج صف بعد',
+			deleteRow		: 'حذف صفوف'
+		},
+
+		column :
+		{
+			menu			: 'عمود',
+			insertBefore	: 'إدراج عمود قبل',
+			insertAfter		: 'إدراج عمود بعد',
+			deleteColumn	: 'حذف أعمدة'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'خصائص زر الضغط',
+		text		: 'القيمة/التسمية',
+		type		: 'نوع الزر',
+		typeBtn		: 'زر',
+		typeSbm		: 'إرسال',
+		typeRst		: 'إعادة تعيين'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'خصائص خانة الإختيار',
+		radioTitle	: 'خصائص زر الخيار',
+		value		: 'القيمة',
+		selected	: 'محدد'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'خصائص النموذج',
+		menu		: 'خصائص النموذج',
+		action		: 'اسم الملف',
+		method		: 'الأسلوب',
+		encoding	: 'Encoding', // MISSING
+		target		: 'الهدف',
+		targetNotSet	: '<بدون تحديد>',
+		targetNew	: 'إطار جديد (_blank)',
+		targetTop	: 'صفحة كاملة (_top)',
+		targetSelf	: 'نفس الإطار (_self)',
+		targetParent	: 'الإطار الأصل (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'خصائص القائمة المنسدلة',
+		selectInfo	: 'معلومات',
+		opAvail		: 'الخيارات المتاحة',
+		value		: 'القيمة',
+		size		: 'الحجم',
+		lines		: 'الأسطر',
+		chkMulti	: 'السماح بتحديدات متعددة',
+		opText		: 'النص',
+		opValue		: 'القيمة',
+		btnAdd		: 'إضافة',
+		btnModify	: 'تعديل',
+		btnUp		: 'تحريك لأعلى',
+		btnDown		: 'تحريك لأسفل',
+		btnSetValue : 'إجعلها محددة',
+		btnDelete	: 'إزالة'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'خصائص ناحية النص',
+		cols		: 'الأعمدة',
+		rows		: 'الصفوف'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'خصائص مربع النص',
+		name		: 'الاسم',
+		value		: 'القيمة',
+		charWidth	: 'العرض بالأحرف',
+		maxChars	: 'عدد الحروف الأقصى',
+		type		: 'نوع المحتوى',
+		typeText	: 'نص',
+		typePass	: 'كلمة مرور'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'خصائص الحقل الخفي',
+		name	: 'الاسم',
+		value	: 'القيمة'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'خصائص الصورة',
+		titleButton	: 'خصائص زر الصورة',
+		menu		: 'خصائص الصورة',
+		infoTab	: 'معلومات الصورة',
+		btnUpload	: 'أرسلها للخادم',
+		url		: 'موقع الصورة',
+		upload	: 'رفع',
+		alt		: 'الوصف',
+		width		: 'العرض',
+		height	: 'الإرتفاع',
+		lockRatio	: 'تناسق الحجم',
+		resetSize	: 'إستعادة الحجم الأصلي',
+		border	: 'سمك الحدود',
+		hSpace	: 'تباعد أفقي',
+		vSpace	: 'تباعد عمودي',
+		align		: 'محاذاة',
+		alignLeft	: 'يسار',
+		alignAbsBottom: 'أسفل النص',
+		alignAbsMiddle: 'وسط السطر',
+		alignBaseline	: 'على السطر',
+		alignBottom	: 'أسفل',
+		alignMiddle	: 'وسط',
+		alignRight	: 'يمين',
+		alignTextTop	: 'أعلى النص',
+		alignTop	: 'أعلى',
+		preview	: 'معاينة',
+		alertUrl	: 'فضلاً أكتب الموقع الذي توجد عليه هذه الصورة.',
+		linkTab	: 'الرابط',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'خصائص فيلم الفلاش',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'خصائص فيلم الفلاش',
+		chkPlay		: 'تشغيل تلقائي',
+		chkLoop		: 'تكرار',
+		chkMenu		: 'تمكين قائمة فيلم الفلاش',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'الحجم',
+		scaleAll		: 'إظهار الكل',
+		scaleNoBorder	: 'بلا حدود',
+		scaleFit		: 'ضبط تام',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'محاذاة',
+		alignLeft	: 'يسار',
+		alignAbsBottom: 'أسفل النص',
+		alignAbsMiddle: 'وسط السطر',
+		alignBaseline	: 'على السطر',
+		alignBottom	: 'أسفل',
+		alignMiddle	: 'وسط',
+		alignRight	: 'يمين',
+		alignTextTop	: 'أعلى النص',
+		alignTop	: 'أعلى',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'لون الخلفية',
+		width	: 'العرض',
+		height	: 'الإرتفاع',
+		hSpace	: 'تباعد أفقي',
+		vSpace	: 'تباعد عمودي',
+		validateSrc : 'فضلاً أدخل عنوان الموقع الذي يشير إليه الرابط',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'تدقيق إملائي',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'ليست في القاموس',
+		changeTo		: 'التغيير إلى',
+		btnIgnore		: 'تجاهل',
+		btnIgnoreAll	: 'تجاهل الكل',
+		btnReplace		: 'تغيير',
+		btnReplaceAll	: 'تغيير الكل',
+		btnUndo			: 'تراجع',
+		noSuggestions	: '- لا توجد إقتراحات -',
+		progress		: 'جاري التدقيق إملائياً',
+		noMispell		: 'تم إكمال التدقيق الإملائي: لم يتم العثور على أي أخطاء إملائية',
+		noChanges		: 'تم إكمال التدقيق الإملائي: لم يتم تغيير أي كلمة',
+		oneChange		: 'تم إكمال التدقيق الإملائي: تم تغيير كلمة واحدة فقط',
+		manyChanges		: 'تم إكمال التدقيق الإملائي: تم تغيير %1 كلماتكلمة',
+		ieSpellDownload	: 'المدقق الإملائي (الإنجليزي) غير مثبّت. هل تود تحميله الآن؟'
+	},
+
+	smiley :
+	{
+		toolbar	: 'ابتسامات',
+		title	: 'إدراج إبتسامات '
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'تعداد رقمي',
+	bulletedlist : 'تعداد نقطي',
+	indent : 'زيادة المسافة البادئة',
+	outdent : 'إنقاص المسافة البادئة',
+
+	justify :
+	{
+		left : 'محاذاة إلى اليسار',
+		center : 'توسيط',
+		right : 'محاذاة إلى اليمين',
+		block : 'ضبط'
+	},
+
+	outdent : 'إنقاص المسافة البادئة',
+	blockquote : 'اقتباس',
+
+	clipboard :
+	{
+		title		: 'لصق',
+		cutError	: 'الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع القص التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl+X).',
+		copyError	: 'الإعدادات الأمنية للمتصفح الذي تستخدمه تمنع النسخ التلقائي. فضلاً إستخدم لوحة المفاتيح لفعل ذلك (Ctrl+C).',
+		pasteMsg	: 'الصق داخل الصندوق بإستخدام زرّي (<STRONG>Ctrl+V</STRONG>) في لوحة المفاتيح، ثم اضغط زر  <STRONG>موافق</STRONG>.',
+		securityMsg	: 'نظراً لإعدادات الأمان الخاصة بمتصفحك، لن يتمكن هذا المحرر من الوصول لمحتوى حافظتك، لذا وجب عليك لصق المحتوى مرة أخرى في هذه النافذة.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'لصق من وورد',
+		title : 'لصق من وورد',
+		advice : 'الصق داخل الصندوق بإستخدام زرّي (<STRONG>Ctrl+V</STRONG>) في لوحة المفاتيح، ثم اضغط زر  <STRONG>موافق</STRONG>.',
+		ignoreFontFace : 'تجاهل تعريفات أسماء الخطوط',
+		removeStyle : 'إزالة تعريفات الأنماط'
+	},
+
+	pasteText :
+	{
+		button : 'لصق كنص بسيط',
+		title : 'لصق كنص بسيط'
+	},
+
+	templates :
+	{
+		button : 'القوالب',
+		title : 'قوالب المحتوى',
+		insertOption: 'استبدال المحتوى',
+		selectPromptMsg: 'اختر القالب الذي تود وضعه في المحرر <br>(سيتم فقدان المحتوى الحالي):',
+		emptyListMsg : '(لم يتم تعريف أي قالب)'
+	},
+
+	showBlocks : 'مخطط تفصيلي',
+
+	stylesCombo :
+	{
+		label : 'نمط',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'تنسيق',
+		panelTitle : 'تنسيق',
+
+		tag_p : 'عادي',
+		tag_pre : 'منسّق',
+		tag_address : 'دوس',
+		tag_h1 : 'العنوان 1',
+		tag_h2 : 'العنوان  2',
+		tag_h3 : 'العنوان  3',
+		tag_h4 : 'العنوان  4',
+		tag_h5 : 'العنوان  5',
+		tag_h6 : 'العنوان  6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'خط',
+		panelTitle : 'خط'
+	},
+
+	fontSize :
+	{
+		label : 'حجم الخط',
+		panelTitle : 'حجم الخط'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'لون النص',
+		bgColorTitle : 'لون الخلفية',
+		auto : 'تلقائي',
+		more : 'ألوان إضافية...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/bg.js
===================================================================
--- /CKEditor/trunk/_source/lang/bg.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/bg.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Bulgarian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['bg'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Код',
+	newPage			: 'Нова страница',
+	save			: 'Запази',
+	preview			: 'Предварителен изглед',
+	cut				: 'Изрежи',
+	copy			: 'Запамети',
+	paste			: 'Вмъкни',
+	print			: 'Печат',
+	underline		: 'Подчертан',
+	bold			: 'Удебелен',
+	italic			: 'Курсив',
+	selectAll		: 'Селектирай всичко',
+	removeFormat	: 'Изтрий форматирането',
+	strike			: 'Зачертан',
+	subscript		: 'Индекс за база',
+	superscript		: 'Индекс за степен',
+	horizontalrule	: 'Вмъкни хоризонтална линия',
+	pagebreak		: 'Вмъкни нов ред',
+	unlink			: 'Изтрий връзка',
+	undo			: 'Отмени',
+	redo			: 'Повтори',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Разгледай сървъра',
+		url				: 'Пълен път (URL)',
+		protocol		: 'Протокол',
+		upload			: 'Качи',
+		uploadSubmit	: 'Прати към сървъра',
+		image			: 'Изображение',
+		flash			: 'Flash',
+		form			: 'Формуляр',
+		checkbox		: 'Поле за отметка',
+		radio		: 'Поле за опция',
+		textField		: 'Текстово поле',
+		textarea		: 'Текстова област',
+		hiddenField		: 'Скрито поле',
+		button			: 'Бутон',
+		select	: 'Падащо меню с опции',
+		imageButton		: 'Бутон-изображение',
+		notSet			: '<не е настроен>',
+		id				: 'Идентификатор',
+		name			: 'Име',
+		langDir			: 'посока на речта',
+		langDirLtr		: 'От ляво на дясно',
+		langDirRtl		: 'От дясно на ляво',
+		langCode		: 'Код на езика',
+		longDescr		: 'Описание на връзката',
+		cssClass		: 'Клас от стиловите таблици',
+		advisoryTitle	: 'Препоръчително заглавие',
+		cssStyle		: 'Стил',
+		ok				: 'ОК',
+		cancel			: 'Отказ',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Подробности...',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Вмъкни специален символ',
+		title		: 'Изберете специален символ'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Добави/Редактирай връзка',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Редактирай връзка',
+		title		: 'Връзка',
+		info		: 'Информация за връзката',
+		target		: 'Цел',
+		upload		: 'Качи',
+		advanced	: 'Подробности...',
+		type		: 'Вид на връзката',
+		toAnchor	: 'Котва в текущата страница',
+		toEmail		: 'Е-поща',
+		target		: 'Цел',
+		targetNotSet	: '<не е настроен>',
+		targetFrame	: '<рамка>',
+		targetPopup	: '<дъщерен прозорец>',
+		targetNew	: 'Нов прозорец (_blank)',
+		targetTop	: 'Целия прозорец (_top)',
+		targetSelf	: 'Активния прозорец (_self)',
+		targetParent	: 'Родителски прозорец (_parent)',
+		targetFrameName	: 'Име на целевия прозорец',
+		targetPopupName	: 'Име на дъщерния прозорец',
+		popupFeatures	: 'Параметри на дъщерния прозорец',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Поле за статус',
+		popupLocationBar	: 'Поле за адрес',
+		popupToolbar	: 'Панел с бутони',
+		popupMenuBar	: 'Меню',
+		popupFullScreen	: 'Голям екран (MS IE)',
+		popupScrollBars	: 'Плъзгач',
+		popupDependent	: 'Зависим (Netscape)',
+		popupWidth		: 'Ширина',
+		popupLeft		: 'Координати - X',
+		popupHeight		: 'Височина',
+		popupTop		: 'Координати - Y',
+		id				: 'Id', // MISSING
+		langDir			: 'посока на речта',
+		langDirNotSet	: '<не е настроен>',
+		langDirLTR		: 'От ляво на дясно',
+		langDirRTL		: 'От дясно на ляво',
+		acccessKey		: 'Бърз клавиш',
+		name			: 'Име',
+		langCode		: 'посока на речта',
+		tabIndex		: 'Ред на достъп',
+		advisoryTitle	: 'Препоръчително заглавие',
+		advisoryContentType	: 'Препоръчителен тип на съдържанието',
+		cssClasses		: 'Клас от стиловите таблици',
+		charset			: 'Тип на свързания ресурс',
+		styles			: 'Стил',
+		selectAnchor	: 'Изберете котва',
+		anchorName		: 'По име на котвата',
+		anchorId		: 'По идентификатор на елемент',
+		emailAddress	: 'Адрес за е-поща',
+		emailSubject	: 'Тема на писмото',
+		emailBody		: 'Текст на писмото',
+		noAnchors		: '(Няма котви в текущия документ)',
+		noUrl			: 'Моля, напишете пълния път (URL)',
+		noEmail			: 'Моля, напишете адреса за е-поща'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Добави/Редактирай котва',
+		menu		: 'Параметри на котвата',
+		title		: 'Параметри на котвата',
+		name		: 'Име на котвата',
+		errorName	: 'Моля, въведете име на котвата'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Търси',
+		replace				: 'Замести',
+		findWhat			: 'Търси:',
+		replaceWith			: 'Замести с:',
+		notFoundMsg			: 'Указания текст не беше намерен.',
+		matchCase			: 'Със същия регистър',
+		matchWord			: 'Търси същата дума',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Замести всички',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Таблица',
+		title		: 'Параметри на таблицата',
+		menu		: 'Параметри на таблицата',
+		deleteTable	: 'Изтрий таблицата',
+		rows		: 'Редове',
+		columns		: 'Колони',
+		border		: 'Размер на рамката',
+		align		: 'Подравняване',
+		alignNotSet	: '<Не е избрано>',
+		alignLeft	: 'Ляво',
+		alignCenter	: 'Център',
+		alignRight	: 'Дясно',
+		width		: 'Ширина',
+		widthPx		: 'пиксели',
+		widthPc		: 'проценти',
+		height		: 'Височина',
+		cellSpace	: 'Разстояние между клетките',
+		cellPad		: 'Отстъп на съдържанието в клетките',
+		caption		: 'Заглавие',
+		summary		: 'Резюме',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell', // MISSING
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Изтрий клетките',
+			merge			: 'Обедини клетките',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Row', // MISSING
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Изтрий редовете'
+		},
+
+		column :
+		{
+			menu			: 'Column', // MISSING
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Изтрий колоните'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Параметри на бутона',
+		text		: 'Текст (Стойност)',
+		type		: 'Тип',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Параметри на полето за отметка',
+		radioTitle	: 'Параметри на полето за опция',
+		value		: 'Стойност',
+		selected	: 'Отметнато'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Параметри на формуляра',
+		menu		: 'Параметри на формуляра',
+		action		: 'Действие',
+		method		: 'Метод',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Цел',
+		targetNotSet	: '<не е настроен>',
+		targetNew	: 'Нов прозорец (_blank)',
+		targetTop	: 'Целия прозорец (_top)',
+		targetSelf	: 'Активния прозорец (_self)',
+		targetParent	: 'Родителски прозорец (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Параметри на падащото меню с опции',
+		selectInfo	: 'Информация',
+		opAvail		: 'Възможни опции',
+		value		: 'Стойност',
+		size		: 'Размер',
+		lines		: 'линии',
+		chkMulti	: 'Разрешено множествено селектиране',
+		opText		: 'Текст',
+		opValue		: 'Стойност',
+		btnAdd		: 'Добави',
+		btnModify	: 'Промени',
+		btnUp		: 'Нагоре',
+		btnDown		: 'Надолу',
+		btnSetValue : 'Настрой като избрана стойност',
+		btnDelete	: 'Изтрий'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Параметри на текстовата област',
+		cols		: 'Колони',
+		rows		: 'Редове'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Параметри на текстовото-поле',
+		name		: 'Име',
+		value		: 'Стойност',
+		charWidth	: 'Ширина на символите',
+		maxChars	: 'Максимум символи',
+		type		: 'Тип',
+		typeText	: 'Текст',
+		typePass	: 'Парола'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Параметри на скритото поле',
+		name	: 'Име',
+		value	: 'Стойност'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Параметри на изображението',
+		titleButton	: 'Параметри на бутона-изображение',
+		menu		: 'Параметри на изображението',
+		infoTab	: 'Информация за изображението',
+		btnUpload	: 'Прати към сървъра',
+		url		: 'Пълен път (URL)',
+		upload	: 'Качи',
+		alt		: 'Алтернативен текст',
+		width		: 'Ширина',
+		height	: 'Височина',
+		lockRatio	: 'Запази пропорцията',
+		resetSize	: 'Възстанови размера',
+		border	: 'Рамка',
+		hSpace	: 'Хоризонтален отстъп',
+		vSpace	: 'Вертикален отстъп',
+		align		: 'Подравняване',
+		alignLeft	: 'Ляво',
+		alignAbsBottom: 'Най-долу',
+		alignAbsMiddle: 'Точно по средата',
+		alignBaseline	: 'По базовата линия',
+		alignBottom	: 'Долу',
+		alignMiddle	: 'По средата',
+		alignRight	: 'Дясно',
+		alignTextTop	: 'Върху текста',
+		alignTop	: 'Отгоре',
+		preview	: 'Изглед',
+		alertUrl	: 'Моля, въведете пълния път до изображението',
+		linkTab	: 'Връзка',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Параметри на Flash обекта',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Параметри на Flash обекта',
+		chkPlay		: 'Автоматично стартиране',
+		chkLoop		: 'Ново стартиране след завършването',
+		chkMenu		: 'Разрешено Flash меню',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Оразмеряване',
+		scaleAll		: 'Покажи целия обект',
+		scaleNoBorder	: 'Без рамка',
+		scaleFit		: 'Според мястото',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Подравняване',
+		alignLeft	: 'Ляво',
+		alignAbsBottom: 'Най-долу',
+		alignAbsMiddle: 'Точно по средата',
+		alignBaseline	: 'По базовата линия',
+		alignBottom	: 'Долу',
+		alignMiddle	: 'По средата',
+		alignRight	: 'Дясно',
+		alignTextTop	: 'Върху текста',
+		alignTop	: 'Отгоре',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Цвят на фона',
+		width	: 'Ширина',
+		height	: 'Височина',
+		hSpace	: 'Хоризонтален отстъп',
+		vSpace	: 'Вертикален отстъп',
+		validateSrc : 'Моля, напишете пълния път (URL)',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Провери правописа',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Липсва в речника',
+		changeTo		: 'Промени на',
+		btnIgnore		: 'Игнорирай',
+		btnIgnoreAll	: 'Игнорирай всички',
+		btnReplace		: 'Замести',
+		btnReplaceAll	: 'Замести всички',
+		btnUndo			: 'Отмени',
+		noSuggestions	: '- Няма предложения -',
+		progress		: 'Извършване на проверката за правопис...',
+		noMispell		: 'Проверката за правопис завършена: не са открити правописни грешки',
+		noChanges		: 'Проверката за правопис завършена: няма променени думи',
+		oneChange		: 'Проверката за правопис завършена: една дума е променена',
+		manyChanges		: 'Проверката за правопис завършена: %1 думи са променени',
+		ieSpellDownload	: 'Инструментът за проверка на правопис не е инсталиран. Желаете ли да го инсталирате ?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Усмивка',
+		title	: 'Добави усмивка'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Нумериран списък',
+	bulletedlist : 'Ненумериран списък',
+	indent : 'Увеличи отстъпа',
+	outdent : 'Намали отстъпа',
+
+	justify :
+	{
+		left : 'Подравняване в ляво',
+		center : 'Подравнявне в средата',
+		right : 'Подравняване в дясно',
+		block : 'Двустранно подравняване'
+	},
+
+	outdent : 'Намали отстъпа',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Вмъкни',
+		cutError	: 'Настройките за сигурност на вашия бразуър не разрешават на редактора да изпълни изрязването. За целта използвайте клавиатурата (Ctrl+X).',
+		copyError	: 'Настройките за сигурност на вашия бразуър не разрешават на редактора да изпълни запаметяването. За целта използвайте клавиатурата (Ctrl+C).',
+		pasteMsg	: 'Вмъкнете тук съдъжанието с клавиатуарата (<STRONG>Ctrl+V</STRONG>) и натиснете <STRONG>OK</STRONG>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Вмъкни от MS Word',
+		title : 'Вмъкни от MS Word',
+		advice : 'Вмъкнете тук съдъжанието с клавиатуарата (<STRONG>Ctrl+V</STRONG>) и натиснете <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Игнорирай шрифтовите дефиниции',
+		removeStyle : 'Изтрий стиловите дефиниции'
+	},
+
+	pasteText :
+	{
+		button : 'Вмъкни като чист текст',
+		title : 'Вмъкни като чист текст'
+	},
+
+	templates :
+	{
+		button : 'Шаблони',
+		title : 'Шаблони',
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'Изберете шаблон <br>(текущото съдържание на редактора ще бъде загубено):',
+		emptyListMsg : '(Няма дефинирани шаблони)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Стил',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Формат',
+		panelTitle : 'Формат',
+
+		tag_p : 'Нормален',
+		tag_pre : 'Форматиран',
+		tag_address : 'Адрес',
+		tag_h1 : 'Заглавие 1',
+		tag_h2 : 'Заглавие 2',
+		tag_h3 : 'Заглавие 3',
+		tag_h4 : 'Заглавие 4',
+		tag_h5 : 'Заглавие 5',
+		tag_h6 : 'Заглавие 6',
+		tag_div : 'Параграф (DIV)'
+	},
+
+	font :
+	{
+		label : 'Шрифт',
+		panelTitle : 'Шрифт'
+	},
+
+	fontSize :
+	{
+		label : 'Размер',
+		panelTitle : 'Размер'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Цвят на текста',
+		bgColorTitle : 'Цвят на фона',
+		auto : 'По подразбиране',
+		more : 'Други цветове...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/bn.js
===================================================================
--- /CKEditor/trunk/_source/lang/bn.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/bn.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Bengali/Bangla language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['bn'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'সোর্স',
+	newPage			: 'নতুন পেজ',
+	save			: 'সংরক্ষন কর',
+	preview			: 'প্রিভিউ',
+	cut				: 'কাট',
+	copy			: 'কপি',
+	paste			: 'পেস্ট',
+	print			: 'প্রিন্ট',
+	underline		: 'আন্ডারলাইন',
+	bold			: 'বোল্ড',
+	italic			: 'ইটালিক',
+	selectAll		: 'সব সিলেক্ট কর',
+	removeFormat	: 'ফরমেট সরাও',
+	strike			: 'স্ট্রাইক থ্রু',
+	subscript		: 'অধোলেখ',
+	superscript		: 'অভিলেখ',
+	horizontalrule	: 'রেখা যুক্ত কর',
+	pagebreak		: 'পেজ ব্রেক',
+	unlink			: 'লিংক সরাও',
+	undo			: 'আনডু',
+	redo			: 'রি-ডু',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'ব্রাউজ সার্ভার',
+		url				: 'URL',
+		protocol		: 'প্রোটোকল',
+		upload			: 'আপলোড',
+		uploadSubmit	: 'ইহাকে সার্ভারে প্রেরন কর',
+		image			: 'ছবির লেবেল যুক্ত কর',
+		flash			: 'ফ্লাশ লেবেল যুক্ত কর',
+		form			: 'ফর্ম',
+		checkbox		: 'চেক বাক্স',
+		radio		: 'রেডিও বাটন',
+		textField		: 'টেক্সট ফীল্ড',
+		textarea		: 'টেক্সট এরিয়া',
+		hiddenField		: 'গুপ্ত ফীল্ড',
+		button			: 'বাটন',
+		select	: 'বাছাই ফীল্ড',
+		imageButton		: 'ছবির বাটন',
+		notSet			: '<সেট নেই>',
+		id				: 'আইডি',
+		name			: 'নাম',
+		langDir			: 'ভাষা লেখার দিক',
+		langDirLtr		: 'বাম থেকে ডান (LTR)',
+		langDirRtl		: 'ডান থেকে বাম (RTL)',
+		langCode		: 'ভাষা কোড',
+		longDescr		: 'URL এর লম্বা বর্ণনা',
+		cssClass		: 'স্টাইল-শীট ক্লাস',
+		advisoryTitle	: 'পরামর্শ শীর্ষক',
+		cssStyle		: 'স্টাইল',
+		ok				: 'ওকে',
+		cancel			: 'বাতিল',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'এডভান্সড',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'বিশেষ অক্ষর যুক্ত কর',
+		title		: 'বিশেষ ক্যারেক্টার বাছাই কর'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'লিংক যুক্ত কর',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'লিংক সম্পাদন',
+		title		: 'লিংক',
+		info		: 'লিংক তথ্য',
+		target		: 'টার্গেট',
+		upload		: 'আপলোড',
+		advanced	: 'এডভান্সড',
+		type		: 'লিংক প্রকার',
+		toAnchor	: 'এই পেজে নোঙর কর',
+		toEmail		: 'ইমেইল',
+		target		: 'টার্গেট',
+		targetNotSet	: '<সেট নেই>',
+		targetFrame	: '<ফ্রেম>',
+		targetPopup	: '<পপআপ উইন্ডো>',
+		targetNew	: 'নতুন উইন্ডো (_blank)',
+		targetTop	: 'শীর্ষ উইন্ডো (_top)',
+		targetSelf	: 'এই উইন্ডো (_self)',
+		targetParent	: 'মূল উইন্ডো (_parent)',
+		targetFrameName	: 'টার্গেট ফ্রেমের নাম',
+		targetPopupName	: 'পপআপ উইন্ডোর নাম',
+		popupFeatures	: 'পপআপ উইন্ডো ফীচার সমূহ',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'স্ট্যাটাস বার',
+		popupLocationBar	: 'লোকেশন বার',
+		popupToolbar	: 'টুল বার',
+		popupMenuBar	: 'মেন্যু বার',
+		popupFullScreen	: 'পূর্ণ পর্দা জুড়ে (IE)',
+		popupScrollBars	: 'স্ক্রল বার',
+		popupDependent	: 'ডিপেন্ডেন্ট (Netscape)',
+		popupWidth		: 'প্রস্থ',
+		popupLeft		: 'বামের পজিশন',
+		popupHeight		: 'দৈর্ঘ্য',
+		popupTop		: 'ডানের পজিশন',
+		id				: 'Id', // MISSING
+		langDir			: 'ভাষা লেখার দিক',
+		langDirNotSet	: '<সেট নেই>',
+		langDirLTR		: 'বাম থেকে ডান (LTR)',
+		langDirRTL		: 'ডান থেকে বাম (RTL)',
+		acccessKey		: 'এক্সেস কী',
+		name			: 'নাম',
+		langCode		: 'ভাষা লেখার দিক',
+		tabIndex		: 'ট্যাব ইন্ডেক্স',
+		advisoryTitle	: 'পরামর্শ শীর্ষক',
+		advisoryContentType	: 'পরামর্শ কন্টেন্টের প্রকার',
+		cssClasses		: 'স্টাইল-শীট ক্লাস',
+		charset			: 'লিংক রিসোর্স ক্যারেক্টর সেট',
+		styles			: 'স্টাইল',
+		selectAnchor	: 'নোঙর বাছাই',
+		anchorName		: 'নোঙরের নাম দিয়ে',
+		anchorId		: 'নোঙরের আইডি দিয়ে',
+		emailAddress	: 'ইমেইল ঠিকানা',
+		emailSubject	: 'মেসেজের বিষয়',
+		emailBody		: 'মেসেজের দেহ',
+		noAnchors		: '(No anchors available in the document)', // MISSING
+		noUrl			: 'অনুগ্রহ করে URL লিংক টাইপ করুন',
+		noEmail			: 'অনুগ্রহ করে ইমেইল এড্রেস টাইপ করুন'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'নোঙ্গর',
+		menu		: 'নোঙর প্রোপার্টি',
+		title		: 'নোঙর প্রোপার্টি',
+		name		: 'নোঙরের নাম',
+		errorName	: 'নোঙরের নাম টাইপ করুন'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'খোজো',
+		replace				: 'রিপ্লেস',
+		findWhat			: 'যা খুঁজতে হবে:',
+		replaceWith			: 'যার সাথে বদলাতে হবে:',
+		notFoundMsg			: 'আপনার উল্লেখিত টেকস্ট পাওয়া যায়নি',
+		matchCase			: 'কেস মিলাও',
+		matchWord			: 'পুরা শব্দ মেলাও',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'সব বদলে দাও',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'টেবিলের লেবেল যুক্ত কর',
+		title		: 'টেবিল প্রোপার্টি',
+		menu		: 'টেবিল প্রোপার্টি',
+		deleteTable	: 'টেবিল ডিলীট কর',
+		rows		: 'রো',
+		columns		: 'কলাম',
+		border		: 'বর্ডার সাইজ',
+		align		: 'এলাইনমেন্ট',
+		alignNotSet	: '<সেট নেই>',
+		alignLeft	: 'বামে',
+		alignCenter	: 'মাঝখানে',
+		alignRight	: 'ডানে',
+		width		: 'প্রস্থ',
+		widthPx		: 'পিক্সেল',
+		widthPc		: 'শতকরা',
+		height		: 'দৈর্ঘ্য',
+		cellSpace	: 'সেল স্পেস',
+		cellPad		: 'সেল প্যাডিং',
+		caption		: 'শীর্ষক',
+		summary		: 'সারাংশ',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'সেল',
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'সেল মুছে দাও',
+			merge			: 'সেল জোড়া দাও',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'রো',
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'রো মুছে দাও'
+		},
+
+		column :
+		{
+			menu			: 'কলাম',
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'কলাম মুছে দাও'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'বাটন প্রোপার্টি',
+		text		: 'টেক্সট (ভ্যালু)',
+		type		: 'প্রকার',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'চেক বক্স প্রোপার্টি',
+		radioTitle	: 'রেডিও বাটন প্রোপার্টি',
+		value		: 'ভ্যালু',
+		selected	: 'সিলেক্টেড'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'ফর্ম প্রোপার্টি',
+		menu		: 'ফর্ম প্রোপার্টি',
+		action		: 'একশ্যন',
+		method		: 'পদ্ধতি',
+		encoding	: 'Encoding', // MISSING
+		target		: 'টার্গেট',
+		targetNotSet	: '<সেট নেই>',
+		targetNew	: 'নতুন উইন্ডো (_blank)',
+		targetTop	: 'শীর্ষ উইন্ডো (_top)',
+		targetSelf	: 'এই উইন্ডো (_self)',
+		targetParent	: 'মূল উইন্ডো (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'বাছাই ফীল্ড প্রোপার্টি',
+		selectInfo	: 'তথ্য',
+		opAvail		: 'অন্যান্য বিকল্প',
+		value		: 'ভ্যালু',
+		size		: 'সাইজ',
+		lines		: 'লাইন সমূহ',
+		chkMulti	: 'একাধিক সিলেকশন এলাউ কর',
+		opText		: 'টেক্সট',
+		opValue		: 'ভ্যালু',
+		btnAdd		: 'যুক্ত',
+		btnModify	: 'বদলে দাও',
+		btnUp		: 'উপর',
+		btnDown		: 'নীচে',
+		btnSetValue : 'বাছাই করা ভ্যালু হিসেবে সেট কর',
+		btnDelete	: 'ডিলীট'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'টেক্সট এরিয়া প্রোপার্টি',
+		cols		: 'কলাম',
+		rows		: 'রো'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'টেক্সট ফীল্ড প্রোপার্টি',
+		name		: 'নাম',
+		value		: 'ভ্যালু',
+		charWidth	: 'ক্যারেক্টার প্রশস্ততা',
+		maxChars	: 'সর্বাধিক ক্যারেক্টার',
+		type		: 'টাইপ',
+		typeText	: 'টেক্সট',
+		typePass	: 'পাসওয়ার্ড'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'গুপ্ত ফীল্ড প্রোপার্টি',
+		name	: 'নাম',
+		value	: 'ভ্যালু'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'ছবির প্রোপার্টি',
+		titleButton	: 'ছবি বাটন প্রোপার্টি',
+		menu		: 'ছবির প্রোপার্টি',
+		infoTab	: 'ছবির তথ্য',
+		btnUpload	: 'ইহাকে সার্ভারে প্রেরন কর',
+		url		: 'URL',
+		upload	: 'আপলোড',
+		alt		: 'বিকল্প টেক্সট',
+		width		: 'প্রস্থ',
+		height	: 'দৈর্ঘ্য',
+		lockRatio	: 'অনুপাত লক কর',
+		resetSize	: 'সাইজ পূর্বাবস্থায় ফিরিয়ে দাও',
+		border	: 'বর্ডার',
+		hSpace	: 'হরাইজন্টাল স্পেস',
+		vSpace	: 'ভার্টিকেল স্পেস',
+		align		: 'এলাইন',
+		alignLeft	: 'বামে',
+		alignAbsBottom: 'Abs নীচে',
+		alignAbsMiddle: 'Abs উপর',
+		alignBaseline	: 'মূল রেখা',
+		alignBottom	: 'নীচে',
+		alignMiddle	: 'মধ্য',
+		alignRight	: 'ডানে',
+		alignTextTop	: 'টেক্সট উপর',
+		alignTop	: 'উপর',
+		preview	: 'প্রীভিউ',
+		alertUrl	: 'অনুগ্রহক করে ছবির URL টাইপ করুন',
+		linkTab	: 'লিংক',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'ফ্লাশ প্রোপার্টি',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'ফ্ল্যাশ প্রোপার্টি',
+		chkPlay		: 'অটো প্লে',
+		chkLoop		: 'লূপ',
+		chkMenu		: 'ফ্ল্যাশ মেনু এনাবল কর',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'স্কেল',
+		scaleAll		: 'সব দেখাও',
+		scaleNoBorder	: 'কোনো বর্ডার নেই',
+		scaleFit		: 'নিখুঁত ফিট',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'এলাইন',
+		alignLeft	: 'বামে',
+		alignAbsBottom: 'Abs নীচে',
+		alignAbsMiddle: 'Abs উপর',
+		alignBaseline	: 'মূল রেখা',
+		alignBottom	: 'নীচে',
+		alignMiddle	: 'মধ্য',
+		alignRight	: 'ডানে',
+		alignTextTop	: 'টেক্সট উপর',
+		alignTop	: 'উপর',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'বেকগ্রাউন্ড রং',
+		width	: 'প্রস্থ',
+		height	: 'দৈর্ঘ্য',
+		hSpace	: 'হরাইজন্টাল স্পেস',
+		vSpace	: 'ভার্টিকেল স্পেস',
+		validateSrc : 'অনুগ্রহ করে URL লিংক টাইপ করুন',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'বানান চেক',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'শব্দকোষে নেই',
+		changeTo		: 'এতে বদলাও',
+		btnIgnore		: 'ইগনোর কর',
+		btnIgnoreAll	: 'সব ইগনোর কর',
+		btnReplace		: 'বদলে দাও',
+		btnReplaceAll	: 'সব বদলে দাও',
+		btnUndo			: 'আন্ডু',
+		noSuggestions	: '- কোন সাজেশন নেই -',
+		progress		: 'বানান পরীক্ষা চলছে...',
+		noMispell		: 'বানান পরীক্ষা শেষ: কোন ভুল বানান পাওয়া যায়নি',
+		noChanges		: 'বানান পরীক্ষা শেষ: কোন শব্দ পরিবর্তন করা হয়নি',
+		oneChange		: 'বানান পরীক্ষা শেষ: একটি মাত্র শব্দ পরিবর্তন করা হয়েছে',
+		manyChanges		: 'বানান পরীক্ষা শেষ: %1 গুলো শব্দ বদলে গ্যাছে',
+		ieSpellDownload	: 'বানান পরীক্ষক ইনস্টল করা নেই। আপনি কি এখনই এটা ডাউনলোড করতে চান?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'স্মাইলী',
+		title	: 'স্মাইলী যুক্ত কর'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'সাংখ্যিক লিস্টের লেবেল',
+	bulletedlist : 'বুলেট লিস্ট লেবেল',
+	indent : 'ইনডেন্ট বাড়াও',
+	outdent : 'ইনডেন্ট কমাও',
+
+	justify :
+	{
+		left : 'বা দিকে ঘেঁষা',
+		center : 'মাঝ বরাবর ঘেষা',
+		right : 'ডান দিকে ঘেঁষা',
+		block : 'ব্লক জাস্টিফাই'
+	},
+
+	outdent : 'ইনডেন্ট কমাও',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'পেস্ট',
+		cutError	: 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কাট করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl+X)।',
+		copyError	: 'আপনার ব্রাউজারের সুরক্ষা সেটিংস এডিটরকে অটোমেটিক কপি করার অনুমতি দেয়নি। দয়া করে এই কাজের জন্য কিবোর্ড ব্যবহার করুন (Ctrl+C)।',
+		pasteMsg	: 'অনুগ্রহ করে নীচের বাক্সে কিবোর্ড ব্যবহার করে (<STRONG>Ctrl+V</STRONG>) পেস্ট করুন এবং <STRONG>OK</STRONG> চাপ দিন',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'পেস্ট (শব্দ)',
+		title : 'পেস্ট (শব্দ)',
+		advice : 'অনুগ্রহ করে নীচের বাক্সে কিবোর্ড ব্যবহার করে (<STRONG>Ctrl+V</STRONG>) পেস্ট করুন এবং <STRONG>OK</STRONG> চাপ দিন',
+		ignoreFontFace : 'ফন্ট ফেস ডেফিনেশন ইগনোর করুন',
+		removeStyle : 'স্টাইল ডেফিনেশন সরিয়ে দিন'
+	},
+
+	pasteText :
+	{
+		button : 'সাদা টেক্সট হিসেবে পেস্ট কর',
+		title : 'সাদা টেক্সট হিসেবে পেস্ট কর'
+	},
+
+	templates :
+	{
+		button : 'টেমপ্লেট',
+		title : 'কনটেন্ট টেমপ্লেট',
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'অনুগ্রহ করে এডিটরে ওপেন করার জন্য টেমপ্লেট বাছাই করুন<br>(আসল কনটেন্ট হারিয়ে যাবে):',
+		emptyListMsg : '(কোন টেমপ্লেট ডিফাইন করা নেই)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'স্টাইল',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'ফন্ট ফরমেট',
+		panelTitle : 'ফন্ট ফরমেট',
+
+		tag_p : 'সাধারণ',
+		tag_pre : 'ফর্মেটেড',
+		tag_address : 'ঠিকানা',
+		tag_h1 : 'শীর্ষক ১',
+		tag_h2 : 'শীর্ষক ২',
+		tag_h3 : 'শীর্ষক ৩',
+		tag_h4 : 'শীর্ষক ৪',
+		tag_h5 : 'শীর্ষক ৫',
+		tag_h6 : 'শীর্ষক ৬',
+		tag_div : 'শীর্ষক (DIV)'
+	},
+
+	font :
+	{
+		label : 'ফন্ট',
+		panelTitle : 'ফন্ট'
+	},
+
+	fontSize :
+	{
+		label : 'সাইজ',
+		panelTitle : 'সাইজ'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'টেক্স্ট রং',
+		bgColorTitle : 'বেকগ্রাউন্ড রং',
+		auto : 'অটোমেটিক',
+		more : 'আরও রং...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/bs.js
===================================================================
--- /CKEditor/trunk/_source/lang/bs.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/bs.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Bosnian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['bs'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'HTML kôd',
+	newPage			: 'Novi dokument',
+	save			: 'Snimi',
+	preview			: 'Prikaži',
+	cut				: 'Izreži',
+	copy			: 'Kopiraj',
+	paste			: 'Zalijepi',
+	print			: 'Štampaj',
+	underline		: 'Podvuci',
+	bold			: 'Boldiraj',
+	italic			: 'Ukosi',
+	selectAll		: 'Selektuj sve',
+	removeFormat	: 'Poništi format',
+	strike			: 'Precrtaj',
+	subscript		: 'Subscript',
+	superscript		: 'Superscript',
+	horizontalrule	: 'Ubaci horizontalnu liniju',
+	pagebreak		: 'Insert Page Break', // MISSING
+	unlink			: 'Izbriši link',
+	undo			: 'Vrati',
+	redo			: 'Ponovi',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Browser Server', // MISSING
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Šalji',
+		uploadSubmit	: 'Šalji na server',
+		image			: 'Slika',
+		flash			: 'Flash', // MISSING
+		form			: 'Form', // MISSING
+		checkbox		: 'Checkbox', // MISSING
+		radio		: 'Radio Button', // MISSING
+		textField		: 'Text Field', // MISSING
+		textarea		: 'Textarea', // MISSING
+		hiddenField		: 'Hidden Field', // MISSING
+		button			: 'Button', // MISSING
+		select	: 'Selection Field', // MISSING
+		imageButton		: 'Image Button', // MISSING
+		notSet			: '<nije podešeno>',
+		id				: 'Id',
+		name			: 'Naziv',
+		langDir			: 'Smjer pisanja',
+		langDirLtr		: 'S lijeva na desno (LTR)',
+		langDirRtl		: 'S desna na lijevo (RTL)',
+		langCode		: 'Jezièni kôd',
+		longDescr		: 'Dugaèki opis URL-a',
+		cssClass		: 'Klase CSS stilova',
+		advisoryTitle	: 'Advisory title',
+		cssStyle		: 'Stil',
+		ok				: 'OK',
+		cancel			: 'Odustani',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Naprednije',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Ubaci specijalni karater',
+		title		: 'Izaberi specijalni karakter'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Ubaci/Izmjeni link',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Izmjeni link',
+		title		: 'Link',
+		info		: 'Link info',
+		target		: 'Prozor',
+		upload		: 'Šalji',
+		advanced	: 'Naprednije',
+		type		: 'Tip linka',
+		toAnchor	: 'Sidro na ovoj stranici',
+		toEmail		: 'E-Mail',
+		target		: 'Prozor',
+		targetNotSet	: '<nije podešeno>',
+		targetFrame	: '<frejm>',
+		targetPopup	: '<popup prozor>',
+		targetNew	: 'Novi prozor (_blank)',
+		targetTop	: 'Najgornji prozor (_top)',
+		targetSelf	: 'Isti prozor (_self)',
+		targetParent	: 'Glavni prozor (_parent)',
+		targetFrameName	: 'Target Frame Name', // MISSING
+		targetPopupName	: 'Naziv popup prozora',
+		popupFeatures	: 'Moguænosti popup prozora',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statusna traka',
+		popupLocationBar	: 'Traka za lokaciju',
+		popupToolbar	: 'Traka sa alatima',
+		popupMenuBar	: 'Izborna traka',
+		popupFullScreen	: 'Cijeli ekran (IE)',
+		popupScrollBars	: 'Scroll traka',
+		popupDependent	: 'Ovisno (Netscape)',
+		popupWidth		: 'Širina',
+		popupLeft		: 'Lijeva pozicija',
+		popupHeight		: 'Visina',
+		popupTop		: 'Gornja pozicija',
+		id				: 'Id', // MISSING
+		langDir			: 'Smjer pisanja',
+		langDirNotSet	: '<nije podešeno>',
+		langDirLTR		: 'S lijeva na desno (LTR)',
+		langDirRTL		: 'S desna na lijevo (RTL)',
+		acccessKey		: 'Pristupna tipka',
+		name			: 'Naziv',
+		langCode		: 'Smjer pisanja',
+		tabIndex		: 'Tab indeks',
+		advisoryTitle	: 'Advisory title',
+		advisoryContentType	: 'Advisory vrsta sadržaja',
+		cssClasses		: 'Klase CSS stilova',
+		charset			: 'Linked Resource Charset',
+		styles			: 'Stil',
+		selectAnchor	: 'Izaberi sidro',
+		anchorName		: 'Po nazivu sidra',
+		anchorId		: 'Po Id-u elementa',
+		emailAddress	: 'E-Mail Adresa',
+		emailSubject	: 'Subjekt poruke',
+		emailBody		: 'Poruka',
+		noAnchors		: '(Nema dostupnih sidra na stranici)',
+		noUrl			: 'Molimo ukucajte URL link',
+		noEmail			: 'Molimo ukucajte e-mail adresu'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Anchor', // MISSING
+		menu		: 'Edit Anchor', // MISSING
+		title		: 'Anchor Properties', // MISSING
+		name		: 'Anchor Name', // MISSING
+		errorName	: 'Please type the anchor name' // MISSING
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Naði',
+		replace				: 'Zamjeni',
+		findWhat			: 'Naði šta:',
+		replaceWith			: 'Zamjeni sa:',
+		notFoundMsg			: 'Traženi tekst nije pronaðen.',
+		matchCase			: 'Uporeðuj velika/mala slova',
+		matchWord			: 'Uporeðuj samo cijelu rijeè',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Zamjeni sve',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabela',
+		title		: 'Svojstva tabele',
+		menu		: 'Svojstva tabele',
+		deleteTable	: 'Delete Table', // MISSING
+		rows		: 'Redova',
+		columns		: 'Kolona',
+		border		: 'Okvir',
+		align		: 'Poravnanje',
+		alignNotSet	: '<Nije podešeno>',
+		alignLeft	: 'Lijevo',
+		alignCenter	: 'Centar',
+		alignRight	: 'Desno',
+		width		: 'Širina',
+		widthPx		: 'piksela',
+		widthPc		: 'posto',
+		height		: 'Visina',
+		cellSpace	: 'Razmak æelija',
+		cellPad		: 'Uvod æelija',
+		caption		: 'Naslov',
+		summary		: 'Summary', // MISSING
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell', // MISSING
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Briši æelije',
+			merge			: 'Spoji æelije',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Row', // MISSING
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Briši redove'
+		},
+
+		column :
+		{
+			menu			: 'Column', // MISSING
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Briši kolone'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Button Properties', // MISSING
+		text		: 'Text (Value)', // MISSING
+		type		: 'Type', // MISSING
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Checkbox Properties', // MISSING
+		radioTitle	: 'Radio Button Properties', // MISSING
+		value		: 'Value', // MISSING
+		selected	: 'Selected' // MISSING
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Form Properties', // MISSING
+		menu		: 'Form Properties', // MISSING
+		action		: 'Action', // MISSING
+		method		: 'Method', // MISSING
+		encoding	: 'Encoding', // MISSING
+		target		: 'Prozor',
+		targetNotSet	: '<nije podešeno>',
+		targetNew	: 'Novi prozor (_blank)',
+		targetTop	: 'Najgornji prozor (_top)',
+		targetSelf	: 'Isti prozor (_self)',
+		targetParent	: 'Glavni prozor (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Selection Field Properties', // MISSING
+		selectInfo	: 'Select Info', // MISSING
+		opAvail		: 'Available Options', // MISSING
+		value		: 'Value', // MISSING
+		size		: 'Size', // MISSING
+		lines		: 'lines', // MISSING
+		chkMulti	: 'Allow multiple selections', // MISSING
+		opText		: 'Text', // MISSING
+		opValue		: 'Value', // MISSING
+		btnAdd		: 'Add', // MISSING
+		btnModify	: 'Modify', // MISSING
+		btnUp		: 'Up', // MISSING
+		btnDown		: 'Down', // MISSING
+		btnSetValue : 'Set as selected value', // MISSING
+		btnDelete	: 'Delete' // MISSING
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Textarea Properties', // MISSING
+		cols		: 'Columns', // MISSING
+		rows		: 'Rows' // MISSING
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Text Field Properties', // MISSING
+		name		: 'Name', // MISSING
+		value		: 'Value', // MISSING
+		charWidth	: 'Character Width', // MISSING
+		maxChars	: 'Maximum Characters', // MISSING
+		type		: 'Type', // MISSING
+		typeText	: 'Text', // MISSING
+		typePass	: 'Password' // MISSING
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Hidden Field Properties', // MISSING
+		name	: 'Name', // MISSING
+		value	: 'Value' // MISSING
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Svojstva slike',
+		titleButton	: 'Image Button Properties', // MISSING
+		menu		: 'Svojstva slike',
+		infoTab	: 'Info slike',
+		btnUpload	: 'Šalji na server',
+		url		: 'URL',
+		upload	: 'Šalji',
+		alt		: 'Tekst na slici',
+		width		: 'Širina',
+		height	: 'Visina',
+		lockRatio	: 'Zakljuèaj odnos',
+		resetSize	: 'Resetuj dimenzije',
+		border	: 'Okvir',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Poravnanje',
+		alignLeft	: 'Lijevo',
+		alignAbsBottom: 'Abs dole',
+		alignAbsMiddle: 'Abs sredina',
+		alignBaseline	: 'Bazno',
+		alignBottom	: 'Dno',
+		alignMiddle	: 'Sredina',
+		alignRight	: 'Desno',
+		alignTextTop	: 'Vrh teksta',
+		alignTop	: 'Vrh',
+		preview	: 'Prikaz',
+		alertUrl	: 'Molimo ukucajte URL od slike.',
+		linkTab	: 'Link', // MISSING
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash Properties', // MISSING
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash Properties', // MISSING
+		chkPlay		: 'Auto Play', // MISSING
+		chkLoop		: 'Loop', // MISSING
+		chkMenu		: 'Enable Flash Menu', // MISSING
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Scale', // MISSING
+		scaleAll		: 'Show all', // MISSING
+		scaleNoBorder	: 'No Border', // MISSING
+		scaleFit		: 'Exact Fit', // MISSING
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Poravnanje',
+		alignLeft	: 'Lijevo',
+		alignAbsBottom: 'Abs dole',
+		alignAbsMiddle: 'Abs sredina',
+		alignBaseline	: 'Bazno',
+		alignBottom	: 'Dno',
+		alignMiddle	: 'Sredina',
+		alignRight	: 'Desno',
+		alignTextTop	: 'Vrh teksta',
+		alignTop	: 'Vrh',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Boja pozadine',
+		width	: 'Širina',
+		height	: 'Visina',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Molimo ukucajte URL link',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Check Spelling', // MISSING
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Not in dictionary', // MISSING
+		changeTo		: 'Change to', // MISSING
+		btnIgnore		: 'Ignore', // MISSING
+		btnIgnoreAll	: 'Ignore All', // MISSING
+		btnReplace		: 'Replace', // MISSING
+		btnReplaceAll	: 'Replace All', // MISSING
+		btnUndo			: 'Undo', // MISSING
+		noSuggestions	: '- No suggestions -', // MISSING
+		progress		: 'Spell check in progress...', // MISSING
+		noMispell		: 'Spell check complete: No misspellings found', // MISSING
+		noChanges		: 'Spell check complete: No words changed', // MISSING
+		oneChange		: 'Spell check complete: One word changed', // MISSING
+		manyChanges		: 'Spell check complete: %1 words changed', // MISSING
+		ieSpellDownload	: 'Spell checker not installed. Do you want to download it now?' // MISSING
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smješko',
+		title	: 'Ubaci smješka'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numerisana lista',
+	bulletedlist : 'Lista',
+	indent : 'Poveæaj uvod',
+	outdent : 'Smanji uvod',
+
+	justify :
+	{
+		left : 'Lijevo poravnanje',
+		center : 'Centralno poravnanje',
+		right : 'Desno poravnanje',
+		block : 'Puno poravnanje'
+	},
+
+	outdent : 'Smanji uvod',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Zalijepi',
+		cutError	: 'Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).',
+		copyError	: 'Sigurnosne postavke Vašeg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).',
+		pasteMsg	: 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', // MISSING
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Zalijepi iz Word-a',
+		title : 'Zalijepi iz Word-a',
+		advice : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.', // MISSING
+		ignoreFontFace : 'Ignore Font Face definitions', // MISSING
+		removeStyle : 'Remove Styles definitions' // MISSING
+	},
+
+	pasteText :
+	{
+		button : 'Zalijepi kao obièan tekst',
+		title : 'Zalijepi kao obièan tekst'
+	},
+
+	templates :
+	{
+		button : 'Templates', // MISSING
+		title : 'Content Templates', // MISSING
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'Please select the template to open in the editor', // MISSING
+		emptyListMsg : '(No templates defined)' // MISSING
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Stil',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Font',
+		panelTitle : 'Font'
+	},
+
+	fontSize :
+	{
+		label : 'Velièina',
+		panelTitle : 'Velièina'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Boja teksta',
+		bgColorTitle : 'Boja pozadine',
+		auto : 'Automatska',
+		more : 'Više boja...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/ca.js
===================================================================
--- /CKEditor/trunk/_source/lang/ca.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/ca.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Catalan language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['ca'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Codi font',
+	newPage			: 'Nova Pàgina',
+	save			: 'Desa',
+	preview			: 'Visualització prèvia',
+	cut				: 'Retalla',
+	copy			: 'Copia',
+	paste			: 'Enganxa',
+	print			: 'Imprimeix',
+	underline		: 'Subratllat',
+	bold			: 'Negreta',
+	italic			: 'Cursiva',
+	selectAll		: 'Selecciona-ho tot',
+	removeFormat	: 'Elimina Format',
+	strike			: 'Barrat',
+	subscript		: 'Subíndex',
+	superscript		: 'Superíndex',
+	horizontalrule	: 'Insereix línia horitzontal',
+	pagebreak		: 'Insereix salt de pàgina',
+	unlink			: 'Elimina l\'enllaç',
+	undo			: 'Desfés',
+	redo			: 'Refés',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Veure servidor',
+		url				: 'URL',
+		protocol		: 'Protocol',
+		upload			: 'Puja',
+		uploadSubmit	: 'Envia-la al servidor',
+		image			: 'Imatge',
+		flash			: 'Flash',
+		form			: 'Formulari',
+		checkbox		: 'Casella de verificació',
+		radio		: 'Botó d\'opció',
+		textField		: 'Camp de text',
+		textarea		: 'Àrea de text',
+		hiddenField		: 'Camp ocult',
+		button			: 'Botó',
+		select	: 'Camp de selecció',
+		imageButton		: 'Botó d\'imatge',
+		notSet			: '<no definit>',
+		id				: 'Id',
+		name			: 'Nom',
+		langDir			: 'Direcció de l\'idioma',
+		langDirLtr		: 'D\'esquerra a dreta (LTR)',
+		langDirRtl		: 'De dreta a esquerra (RTL)',
+		langCode		: 'Codi d\'idioma',
+		longDescr		: 'Descripció llarga de la URL',
+		cssClass		: 'Classes del full d\'estil',
+		advisoryTitle	: 'Títol consultiu',
+		cssStyle		: 'Estil',
+		ok				: 'D\'acord',
+		cancel			: 'Cancel·la',
+		generalTab		: 'General',
+		advancedTab		: 'Avançat',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Insereix caràcter especial',
+		title		: 'Selecciona el caràcter especial'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Insereix/Edita enllaç',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Edita l\'enllaç',
+		title		: 'Enllaç',
+		info		: 'Informació de l\'enllaç',
+		target		: 'Destí',
+		upload		: 'Puja',
+		advanced	: 'Avançat',
+		type		: 'Tipus d\'enllaç',
+		toAnchor	: 'Àncora en aquesta pàgina',
+		toEmail		: 'Correu electrònic',
+		target		: 'Destí',
+		targetNotSet	: '<no definit>',
+		targetFrame	: '<marc>',
+		targetPopup	: '<finestra emergent>',
+		targetNew	: 'Nova finestra (_blank)',
+		targetTop	: 'Finestra Major (_top)',
+		targetSelf	: 'Mateixa finestra (_self)',
+		targetParent	: 'Finestra pare (_parent)',
+		targetFrameName	: 'Nom del marc de destí',
+		targetPopupName	: 'Nom finestra popup',
+		popupFeatures	: 'Característiques finestra popup',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Barra d\'estat',
+		popupLocationBar	: 'Barra d\'adreça',
+		popupToolbar	: 'Barra d\'eines',
+		popupMenuBar	: 'Barra de menú',
+		popupFullScreen	: 'Pantalla completa (IE)',
+		popupScrollBars	: 'Barres d\'scroll',
+		popupDependent	: 'Depenent (Netscape)',
+		popupWidth		: 'Amplada',
+		popupLeft		: 'Posició esquerra',
+		popupHeight		: 'Alçada',
+		popupTop		: 'Posició dalt',
+		id				: 'Id', // MISSING
+		langDir			: 'Direcció de l\'idioma',
+		langDirNotSet	: '<no definit>',
+		langDirLTR		: 'D\'esquerra a dreta (LTR)',
+		langDirRTL		: 'De dreta a esquerra (RTL)',
+		acccessKey		: 'Clau d\'accés',
+		name			: 'Nom',
+		langCode		: 'Direcció de l\'idioma',
+		tabIndex		: 'Index de Tab',
+		advisoryTitle	: 'Títol consultiu',
+		advisoryContentType	: 'Tipus de contingut consultiu',
+		cssClasses		: 'Classes del full d\'estil',
+		charset			: 'Conjunt de caràcters font enllaçat',
+		styles			: 'Estil',
+		selectAnchor	: 'Selecciona una àncora',
+		anchorName		: 'Per nom d\'àncora',
+		anchorId		: 'Per Id d\'element',
+		emailAddress	: 'Adreça de correu electrònic',
+		emailSubject	: 'Assumpte del missatge',
+		emailBody		: 'Cos del missatge',
+		noAnchors		: '(No hi ha àncores disponibles en aquest document)',
+		noUrl			: 'Si us plau, escrigui l\'enllaç URL',
+		noEmail			: 'Si us plau, escrigui l\'adreça correu electrònic'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Insereix/Edita àncora',
+		menu		: 'Propietats de l\'àncora',
+		title		: 'Propietats de l\'àncora',
+		name		: 'Nom de l\'àncora',
+		errorName	: 'Si us plau, escriviu el nom de l\'ancora'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Cerca i reemplaça',
+		find				: 'Cerca',
+		replace				: 'Reemplaça',
+		findWhat			: 'Cerca:',
+		replaceWith			: 'Remplaça amb:',
+		notFoundMsg			: 'El text especificat no s\'ha trobat.',
+		matchCase			: 'Distingeix majúscules/minúscules',
+		matchWord			: 'Només paraules completes',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Reemplaça-ho tot',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Taula',
+		title		: 'Propietats de la taula',
+		menu		: 'Propietats de la taula',
+		deleteTable	: 'Suprimeix la taula',
+		rows		: 'Files',
+		columns		: 'Columnes',
+		border		: 'Mida vora',
+		align		: 'Alineació',
+		alignNotSet	: '<No Definit>',
+		alignLeft	: 'Esquerra',
+		alignCenter	: 'Centre',
+		alignRight	: 'Dreta',
+		width		: 'Amplada',
+		widthPx		: 'píxels',
+		widthPc		: 'percentatge',
+		height		: 'Alçada',
+		cellSpace	: 'Espaiat de cel·les',
+		cellPad		: 'Encoixinament de cel·les',
+		caption		: 'Títol',
+		summary		: 'Resum',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cel·la',
+			insertBefore	: 'Insereix cel·la abans de',
+			insertAfter		: 'Insereix cel·la darrera',
+			deleteCell		: 'Suprimeix les cel·les',
+			merge			: 'Fusiona les cel·les',
+			mergeRight		: 'Fusiona cap a la dreta',
+			mergeDown		: 'Fusiona cap avall',
+			splitHorizontal	: 'Divideix la cel·la horitzontalment',
+			splitVertical	: 'Divideix la cel·la verticalment'
+		},
+
+		row :
+		{
+			menu			: 'Fila',
+			insertBefore	: 'Insereix fila abans de',
+			insertAfter		: 'Insereix fila darrera',
+			deleteRow		: 'Suprimeix una fila'
+		},
+
+		column :
+		{
+			menu			: 'Columna',
+			insertBefore	: 'Insereix columna abans de',
+			insertAfter		: 'Insereix columna darrera',
+			deleteColumn	: 'Suprimeix una columna'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Propietats del botó',
+		text		: 'Text (Valor)',
+		type		: 'Tipus',
+		typeBtn		: 'Botó',
+		typeSbm		: 'Transmet formulari',
+		typeRst		: 'Reinicia formulari'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Propietats de la casella de verificació',
+		radioTitle	: 'Propietats del botó d\'opció',
+		value		: 'Valor',
+		selected	: 'Seleccionat'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Propietats del formulari',
+		menu		: 'Propietats del formulari',
+		action		: 'Acció',
+		method		: 'Mètode',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Destí',
+		targetNotSet	: '<no definit>',
+		targetNew	: 'Nova finestra (_blank)',
+		targetTop	: 'Finestra Major (_top)',
+		targetSelf	: 'Mateixa finestra (_self)',
+		targetParent	: 'Finestra pare (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Propietats del camp de selecció',
+		selectInfo	: 'Info',
+		opAvail		: 'Opcions disponibles',
+		value		: 'Valor',
+		size		: 'Mida',
+		lines		: 'Línies',
+		chkMulti	: 'Permet múltiples seleccions',
+		opText		: 'Text',
+		opValue		: 'Valor',
+		btnAdd		: 'Afegeix',
+		btnModify	: 'Modifica',
+		btnUp		: 'Amunt',
+		btnDown		: 'Avall',
+		btnSetValue : 'Selecciona per defecte',
+		btnDelete	: 'Elimina'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Propietats de l\'àrea de text',
+		cols		: 'Columnes',
+		rows		: 'Files'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Propietats del camp de text',
+		name		: 'Nom',
+		value		: 'Valor',
+		charWidth	: 'Amplada',
+		maxChars	: 'Nombre màxim de caràcters',
+		type		: 'Tipus',
+		typeText	: 'Text',
+		typePass	: 'Contrasenya'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Propietats del camp ocult',
+		name	: 'Nom',
+		value	: 'Valor'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Propietats de la imatge',
+		titleButton	: 'Propietats del botó d\'imatge',
+		menu		: 'Propietats de la imatge',
+		infoTab	: 'Informació de la imatge',
+		btnUpload	: 'Envia-la al servidor',
+		url		: 'URL',
+		upload	: 'Puja',
+		alt		: 'Text alternatiu',
+		width		: 'Amplada',
+		height	: 'Alçada',
+		lockRatio	: 'Bloqueja les proporcions',
+		resetSize	: 'Restaura la mida',
+		border	: 'Vora',
+		hSpace	: 'Espaiat horit.',
+		vSpace	: 'Espaiat vert.',
+		align		: 'Alineació',
+		alignLeft	: 'Ajusta a l\'esquerra',
+		alignAbsBottom: 'Abs Bottom',
+		alignAbsMiddle: 'Abs Middle',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Bottom',
+		alignMiddle	: 'Middle',
+		alignRight	: 'Ajusta a la dreta',
+		alignTextTop	: 'Text Top',
+		alignTop	: 'Top',
+		preview	: 'Vista prèvia',
+		alertUrl	: 'Si us plau, escriviu la URL de la imatge',
+		linkTab	: 'Enllaç',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Propietats del Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Propietats del Flash',
+		chkPlay		: 'Reprodució automàtica',
+		chkLoop		: 'Bucle',
+		chkMenu		: 'Habilita menú Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Escala',
+		scaleAll		: 'Mostra-ho tot',
+		scaleNoBorder	: 'Sense vores',
+		scaleFit		: 'Mida exacta',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Alineació',
+		alignLeft	: 'Ajusta a l\'esquerra',
+		alignAbsBottom: 'Abs Bottom',
+		alignAbsMiddle: 'Abs Middle',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Bottom',
+		alignMiddle	: 'Middle',
+		alignRight	: 'Ajusta a la dreta',
+		alignTextTop	: 'Text Top',
+		alignTop	: 'Top',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Color de Fons',
+		width	: 'Amplada',
+		height	: 'Alçada',
+		hSpace	: 'Espaiat horit.',
+		vSpace	: 'Espaiat vert.',
+		validateSrc : 'Si us plau, escrigui l\'enllaç URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Revisa l\'ortografia',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'No és al diccionari',
+		changeTo		: 'Reemplaça amb',
+		btnIgnore		: 'Ignora',
+		btnIgnoreAll	: 'Ignora-les totes',
+		btnReplace		: 'Canvia',
+		btnReplaceAll	: 'Canvia-les totes',
+		btnUndo			: 'Desfés',
+		noSuggestions	: 'Cap suggeriment',
+		progress		: 'Verificació ortogràfica en curs...',
+		noMispell		: 'Verificació ortogràfica acabada: no hi ha cap paraula mal escrita',
+		noChanges		: 'Verificació ortogràfica: no s\'ha canviat cap paraula',
+		oneChange		: 'Verificació ortogràfica: s\'ha canviat una paraula',
+		manyChanges		: 'Verificació ortogràfica: s\'han canviat %1 paraules',
+		ieSpellDownload	: 'Verificació ortogràfica no instal·lada. Voleu descarregar-ho ara?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Icona',
+		title	: 'Insereix una icona'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Llista numerada',
+	bulletedlist : 'Llista de pics',
+	indent : 'Augmenta el sagnat',
+	outdent : 'Redueix el sagnat',
+
+	justify :
+	{
+		left : 'Alinia a l\'esquerra',
+		center : 'Centrat',
+		right : 'Alinia a la dreta',
+		block : 'Justificat'
+	},
+
+	outdent : 'Redueix el sagnat',
+	blockquote : 'Bloc de cita',
+
+	clipboard :
+	{
+		title		: 'Enganxa',
+		cutError	: 'La seguretat del vostre navegador no permet executar automàticament les operacions de retallar. Si us plau, utilitzeu el teclat (Ctrl+X).',
+		copyError	: 'La seguretat del vostre navegador no permet executar automàticament les operacions de copiar. Si us plau, utilitzeu el teclat (Ctrl+C).',
+		pasteMsg	: 'Si us plau, enganxeu dins del següent camp utilitzant el teclat (<STRONG>Ctrl+V</STRONG>) i premeu <STRONG>OK</STRONG>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Enganxa des del Word',
+		title : 'Enganxa des del Word',
+		advice : 'Si us plau, enganxeu dins del següent camp utilitzant el teclat (<STRONG>Ctrl+V</STRONG>) i premeu <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignora definicions de font',
+		removeStyle : 'Elimina definicions d\'estil'
+	},
+
+	pasteText :
+	{
+		button : 'Enganxa com a text no formatat',
+		title : 'Enganxa com a text no formatat'
+	},
+
+	templates :
+	{
+		button : 'Plantilles',
+		title : 'Contingut plantilles',
+		insertOption: 'Reemplaça el contingut actual',
+		selectPromptMsg: 'Si us plau, seleccioneu la plantilla per obrir a l\'editor<br>(el contingut actual no serà enregistrat):',
+		emptyListMsg : '(No hi ha plantilles definides)'
+	},
+
+	showBlocks : 'Mostra els blocs',
+
+	stylesCombo :
+	{
+		label : 'Estil',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatejat',
+		tag_address : 'Adreça',
+		tag_h1 : 'Encapçalament 1',
+		tag_h2 : 'Encapçalament 2',
+		tag_h3 : 'Encapçalament 3',
+		tag_h4 : 'Encapçalament 4',
+		tag_h5 : 'Encapçalament 5',
+		tag_h6 : 'Encapçalament 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Tipus de lletra',
+		panelTitle : 'Tipus de lletra'
+	},
+
+	fontSize :
+	{
+		label : 'Mida',
+		panelTitle : 'Mida'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Color de Text',
+		bgColorTitle : 'Color de Fons',
+		auto : 'Automàtic',
+		more : 'Més colors...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/cs.js
===================================================================
--- /CKEditor/trunk/_source/lang/cs.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/cs.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Czech language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['cs'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Zdroj',
+	newPage			: 'Nová stránka',
+	save			: 'Uložit',
+	preview			: 'Náhled',
+	cut				: 'Vyjmout',
+	copy			: 'Kopírovat',
+	paste			: 'Vložit',
+	print			: 'Tisk',
+	underline		: 'Podtržené',
+	bold			: 'Tučné',
+	italic			: 'Kurzíva',
+	selectAll		: 'Vybrat vše',
+	removeFormat	: 'Odstranit formátování',
+	strike			: 'Přeškrtnuté',
+	subscript		: 'Dolní index',
+	superscript		: 'Horní index',
+	horizontalrule	: 'Vložit vodorovnou linku',
+	pagebreak		: 'Vložit konec stránky',
+	unlink			: 'Odstranit odkaz',
+	undo			: 'Zpět',
+	redo			: 'Znovu',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Vybrat na serveru',
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Odeslat',
+		uploadSubmit	: 'Odeslat na server',
+		image			: 'Obrázek',
+		flash			: 'Flash',
+		form			: 'Formulář',
+		checkbox		: 'Zaškrtávací políčko',
+		radio		: 'Přepínač',
+		textField		: 'Textové pole',
+		textarea		: 'Textová oblast',
+		hiddenField		: 'Skryté pole',
+		button			: 'Tlačítko',
+		select	: 'Seznam',
+		imageButton		: 'Obrázkové tlačítko',
+		notSet			: '<nenastaveno>',
+		id				: 'Id',
+		name			: 'Jméno',
+		langDir			: 'Orientace jazyka',
+		langDirLtr		: 'Zleva do prava (LTR)',
+		langDirRtl		: 'Zprava do leva (RTL)',
+		langCode		: 'Kód jazyka',
+		longDescr		: 'Dlouhý popis URL',
+		cssClass		: 'Třída stylu',
+		advisoryTitle	: 'Pomocný titulek',
+		cssStyle		: 'Styl',
+		ok				: 'OK',
+		cancel			: 'Storno',
+		generalTab		: 'Obecné',
+		advancedTab		: 'Rozšířené',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Vložit speciální znaky',
+		title		: 'Výběr speciálního znaku'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Vložit/změnit odkaz',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Změnit odkaz',
+		title		: 'Odkaz',
+		info		: 'Informace o odkazu',
+		target		: 'Cíl',
+		upload		: 'Odeslat',
+		advanced	: 'Rozšířené',
+		type		: 'Typ odkazu',
+		toAnchor	: 'Kotva v této stránce',
+		toEmail		: 'E-Mail',
+		target		: 'Cíl',
+		targetNotSet	: '<nenastaveno>',
+		targetFrame	: '<rámec>',
+		targetPopup	: '<vyskakovací okno>',
+		targetNew	: 'Nové okno (_blank)',
+		targetTop	: 'Hlavní okno (_top)',
+		targetSelf	: 'Stejné okno (_self)',
+		targetParent	: 'Rodičovské okno (_parent)',
+		targetFrameName	: 'Název cílového rámu',
+		targetPopupName	: 'Název vyskakovacího okna',
+		popupFeatures	: 'Vlastnosti vyskakovacího okna',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Stavový řádek',
+		popupLocationBar	: 'Panel umístění',
+		popupToolbar	: 'Panel nástrojů',
+		popupMenuBar	: 'Panel nabídky',
+		popupFullScreen	: 'Celá obrazovka (IE)',
+		popupScrollBars	: 'Posuvníky',
+		popupDependent	: 'Závislost (Netscape)',
+		popupWidth		: 'Šířka',
+		popupLeft		: 'Levý okraj',
+		popupHeight		: 'Výška',
+		popupTop		: 'Horní okraj',
+		id				: 'Id', // MISSING
+		langDir			: 'Orientace jazyka',
+		langDirNotSet	: '<nenastaveno>',
+		langDirLTR		: 'Zleva do prava (LTR)',
+		langDirRTL		: 'Zprava do leva (RTL)',
+		acccessKey		: 'Přístupový klíč',
+		name			: 'Jméno',
+		langCode		: 'Orientace jazyka',
+		tabIndex		: 'Pořadí prvku',
+		advisoryTitle	: 'Pomocný titulek',
+		advisoryContentType	: 'Pomocný typ obsahu',
+		cssClasses		: 'Třída stylu',
+		charset			: 'Přiřazená znaková sada',
+		styles			: 'Styl',
+		selectAnchor	: 'Vybrat kotvu',
+		anchorName		: 'Podle jména kotvy',
+		anchorId		: 'Podle Id objektu',
+		emailAddress	: 'E-Mailová adresa',
+		emailSubject	: 'Předmět zprávy',
+		emailBody		: 'Tělo zprávy',
+		noAnchors		: '(Ve stránce není definována žádná kotva!)',
+		noUrl			: 'Zadejte prosím URL odkazu',
+		noEmail			: 'Zadejte prosím e-mailovou adresu'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Vložít/změnit záložku',
+		menu		: 'Vlastnosti záložky',
+		title		: 'Vlastnosti záložky',
+		name		: 'Název záložky',
+		errorName	: 'Zadejte prosím název záložky'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Najít a nahradit',
+		find				: 'Hledat',
+		replace				: 'Nahradit',
+		findWhat			: 'Co hledat:',
+		replaceWith			: 'Čím nahradit:',
+		notFoundMsg			: 'Hledaný text nebyl nalezen.',
+		matchCase			: 'Rozlišovat velikost písma',
+		matchWord			: 'Pouze celá slova',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Nahradit vše',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabulka',
+		title		: 'Vlastnosti tabulky',
+		menu		: 'Vlastnosti tabulky',
+		deleteTable	: 'Smazat tabulku',
+		rows		: 'Řádky',
+		columns		: 'Sloupce',
+		border		: 'Ohraničení',
+		align		: 'Zarovnání',
+		alignNotSet	: '<nenastaveno>',
+		alignLeft	: 'Vlevo',
+		alignCenter	: 'Na střed',
+		alignRight	: 'Vpravo',
+		width		: 'Šířka',
+		widthPx		: 'bodů',
+		widthPc		: 'procent',
+		height		: 'Výška',
+		cellSpace	: 'Vzdálenost buněk',
+		cellPad		: 'Odsazení obsahu',
+		caption		: 'Popis',
+		summary		: 'Souhrn',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Buňka',
+			insertBefore	: 'Vložit buňku před',
+			insertAfter		: 'Vložit buňku za',
+			deleteCell		: 'Smazat buňky',
+			merge			: 'Sloučit buňky',
+			mergeRight		: 'Sloučit doprava',
+			mergeDown		: 'Sloučit dolů',
+			splitHorizontal	: 'Rozdělit buňky vodorovně',
+			splitVertical	: 'Rozdělit buňky svisle'
+		},
+
+		row :
+		{
+			menu			: 'Řádek',
+			insertBefore	: 'Vložit řádek před',
+			insertAfter		: 'Vložit řádek za',
+			deleteRow		: 'Smazat řádky'
+		},
+
+		column :
+		{
+			menu			: 'Sloupec',
+			insertBefore	: 'Vložit sloupec před',
+			insertAfter		: 'Vložit sloupec za',
+			deleteColumn	: 'Smazat sloupec'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Vlastnosti tlačítka',
+		text		: 'Popisek',
+		type		: 'Typ',
+		typeBtn		: 'Tlačítko',
+		typeSbm		: 'Odeslat',
+		typeRst		: 'Obnovit'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Vlastnosti zaškrtávacího políčka',
+		radioTitle	: 'Vlastnosti přepínače',
+		value		: 'Hodnota',
+		selected	: 'Zaškrtnuto'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Vlastnosti formuláře',
+		menu		: 'Vlastnosti formuláře',
+		action		: 'Akce',
+		method		: 'Metoda',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Cíl',
+		targetNotSet	: '<nenastaveno>',
+		targetNew	: 'Nové okno (_blank)',
+		targetTop	: 'Hlavní okno (_top)',
+		targetSelf	: 'Stejné okno (_self)',
+		targetParent	: 'Rodičovské okno (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Vlastnosti seznamu',
+		selectInfo	: 'Info',
+		opAvail		: 'Dostupná nastavení',
+		value		: 'Hodnota',
+		size		: 'Velikost',
+		lines		: 'Řádků',
+		chkMulti	: 'Povolit mnohonásobné výběry',
+		opText		: 'Text',
+		opValue		: 'Hodnota',
+		btnAdd		: 'Přidat',
+		btnModify	: 'Změnit',
+		btnUp		: 'Nahoru',
+		btnDown		: 'Dolů',
+		btnSetValue : 'Nastavit jako vybranou hodnotu',
+		btnDelete	: 'Smazat'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Vlastnosti textové oblasti',
+		cols		: 'Sloupců',
+		rows		: 'Řádků'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Vlastnosti textového pole',
+		name		: 'Název',
+		value		: 'Hodnota',
+		charWidth	: 'Šířka ve znacích',
+		maxChars	: 'Maximální počet znaků',
+		type		: 'Typ',
+		typeText	: 'Text',
+		typePass	: 'Heslo'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Vlastnosti skrytého pole',
+		name	: 'Název',
+		value	: 'Hodnota'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Vlastnosti obrázku',
+		titleButton	: 'Vlastností obrázkového tlačítka',
+		menu		: 'Vlastnosti obrázku',
+		infoTab	: 'Informace o obrázku',
+		btnUpload	: 'Odeslat na server',
+		url		: 'URL',
+		upload	: 'Odeslat',
+		alt		: 'Alternativní text',
+		width		: 'Šířka',
+		height	: 'Výška',
+		lockRatio	: 'Zámek',
+		resetSize	: 'Původní velikost',
+		border	: 'Okraje',
+		hSpace	: 'H-mezera',
+		vSpace	: 'V-mezera',
+		align		: 'Zarovnání',
+		alignLeft	: 'Vlevo',
+		alignAbsBottom: 'Zcela dolů',
+		alignAbsMiddle: 'Doprostřed',
+		alignBaseline	: 'Na účaří',
+		alignBottom	: 'Dolů',
+		alignMiddle	: 'Na střed',
+		alignRight	: 'Vpravo',
+		alignTextTop	: 'Na horní okraj textu',
+		alignTop	: 'Nahoru',
+		preview	: 'Náhled',
+		alertUrl	: 'Zadejte prosím URL obrázku',
+		linkTab	: 'Odkaz',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Vlastnosti Flashe',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Vlastnosti Flashe',
+		chkPlay		: 'Automatické spuštění',
+		chkLoop		: 'Opakování',
+		chkMenu		: 'Nabídka Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Zobrazit',
+		scaleAll		: 'Zobrazit vše',
+		scaleNoBorder	: 'Bez okraje',
+		scaleFit		: 'Přizpůsobit',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Zarovnání',
+		alignLeft	: 'Vlevo',
+		alignAbsBottom: 'Zcela dolů',
+		alignAbsMiddle: 'Doprostřed',
+		alignBaseline	: 'Na účaří',
+		alignBottom	: 'Dolů',
+		alignMiddle	: 'Na střed',
+		alignRight	: 'Vpravo',
+		alignTextTop	: 'Na horní okraj textu',
+		alignTop	: 'Nahoru',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Barva pozadí',
+		width	: 'Šířka',
+		height	: 'Výška',
+		hSpace	: 'H-mezera',
+		vSpace	: 'V-mezera',
+		validateSrc : 'Zadejte prosím URL odkazu',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Zkontrolovat pravopis',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Není ve slovníku',
+		changeTo		: 'Změnit na',
+		btnIgnore		: 'Přeskočit',
+		btnIgnoreAll	: 'Přeskakovat vše',
+		btnReplace		: 'Zaměnit',
+		btnReplaceAll	: 'Zaměňovat vše',
+		btnUndo			: 'Zpět',
+		noSuggestions	: '- žádné návrhy -',
+		progress		: 'Probíhá kontrola pravopisu...',
+		noMispell		: 'Kontrola pravopisu dokončena: Žádné pravopisné chyby nenalezeny',
+		noChanges		: 'Kontrola pravopisu dokončena: Beze změn',
+		oneChange		: 'Kontrola pravopisu dokončena: Jedno slovo změněno',
+		manyChanges		: 'Kontrola pravopisu dokončena: %1 slov změněno',
+		ieSpellDownload	: 'Kontrola pravopisu není nainstalována. Chcete ji nyní stáhnout?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smajlíky',
+		title	: 'Vkládání smajlíků'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Číslování',
+	bulletedlist : 'Odrážky',
+	indent : 'Zvětšit odsazení',
+	outdent : 'Zmenšit odsazení',
+
+	justify :
+	{
+		left : 'Zarovnat vlevo',
+		center : 'Zarovnat na střed',
+		right : 'Zarovnat vpravo',
+		block : 'Zarovnat do bloku'
+	},
+
+	outdent : 'Zmenšit odsazení',
+	blockquote : 'Citace',
+
+	clipboard :
+	{
+		title		: 'Vložit',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: 'Do následujícího pole vložte požadovaný obsah pomocí klávesnice (<STRONG>Ctrl+V</STRONG>) a stiskněte <STRONG>OK</STRONG>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Vložit z Wordu',
+		title : 'Vložit z Wordu',
+		advice : 'Do následujícího pole vložte požadovaný obsah pomocí klávesnice (<STRONG>Ctrl+V</STRONG>) a stiskněte <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorovat písmo',
+		removeStyle : 'Odstranit styly'
+	},
+
+	pasteText :
+	{
+		button : 'Vložit jako čistý text',
+		title : 'Vložit jako čistý text'
+	},
+
+	templates :
+	{
+		button : 'Šablony',
+		title : 'Šablony obsahu',
+		insertOption: 'Nahradit aktuální obsah',
+		selectPromptMsg: 'Prosím zvolte šablonu pro otevření v editoru<br>(aktuální obsah editoru bude ztracen):',
+		emptyListMsg : '(Není definována žádná šablona)'
+	},
+
+	showBlocks : 'Ukázat bloky',
+
+	stylesCombo :
+	{
+		label : 'Styl',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formát',
+		panelTitle : 'Formát',
+
+		tag_p : 'Normální',
+		tag_pre : 'Naformátováno',
+		tag_address : 'Adresa',
+		tag_h1 : 'Nadpis 1',
+		tag_h2 : 'Nadpis 2',
+		tag_h3 : 'Nadpis 3',
+		tag_h4 : 'Nadpis 4',
+		tag_h5 : 'Nadpis 5',
+		tag_h6 : 'Nadpis 6',
+		tag_div : 'Normální (DIV)'
+	},
+
+	font :
+	{
+		label : 'Písmo',
+		panelTitle : 'Písmo'
+	},
+
+	fontSize :
+	{
+		label : 'Velikost',
+		panelTitle : 'Velikost'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Barva textu',
+		bgColorTitle : 'Barva pozadí',
+		auto : 'Automaticky',
+		more : 'Více barev...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/da.js
===================================================================
--- /CKEditor/trunk/_source/lang/da.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/da.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Danish language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['da'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Kilde',
+	newPage			: 'Ny side',
+	save			: 'Gem',
+	preview			: 'Vis eksempel',
+	cut				: 'Klip',
+	copy			: 'Kopier',
+	paste			: 'Indsæt',
+	print			: 'Udskriv',
+	underline		: 'Understreget',
+	bold			: 'Fed',
+	italic			: 'Kursiv',
+	selectAll		: 'Vælg alt',
+	removeFormat	: 'Fjern formatering',
+	strike			: 'Overstreget',
+	subscript		: 'Sænket skrift',
+	superscript		: 'Hævet skrift',
+	horizontalrule	: 'Indsæt vandret linie',
+	pagebreak		: 'Indsæt sideskift',
+	unlink			: 'Fjern hyperlink',
+	undo			: 'Fortryd',
+	redo			: 'Annuller fortryd',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Gennemse...',
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Upload',
+		uploadSubmit	: 'Upload',
+		image			: 'Indsæt billede',
+		flash			: 'Flash',
+		form			: 'Indsæt formular',
+		checkbox		: 'Indsæt afkrydsningsfelt',
+		radio		: 'Indsæt alternativknap',
+		textField		: 'Indsæt tekstfelt',
+		textarea		: 'Indsæt tekstboks',
+		hiddenField		: 'Indsæt skjult felt',
+		button			: 'Indsæt knap',
+		select	: 'Indsæt liste',
+		imageButton		: 'Indsæt billedknap',
+		notSet			: '<intet valgt>',
+		id				: 'Id',
+		name			: 'Navn',
+		langDir			: 'Tekstretning',
+		langDirLtr		: 'Fra venstre mod højre (LTR)',
+		langDirRtl		: 'Fra højre mod venstre (RTL)',
+		langCode		: 'Sprogkode',
+		longDescr		: 'Udvidet beskrivelse',
+		cssClass		: 'Typografiark',
+		advisoryTitle	: 'Titel',
+		cssStyle		: 'Typografi',
+		ok				: 'OK',
+		cancel			: 'Annuller',
+		generalTab		: 'Generelt',
+		advancedTab		: 'Avanceret',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Indsæt symbol',
+		title		: 'Vælg symbol'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Indsæt/rediger hyperlink',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Rediger hyperlink',
+		title		: 'Egenskaber for hyperlink',
+		info		: 'Generelt',
+		target		: 'Mål',
+		upload		: 'Upload',
+		advanced	: 'Avanceret',
+		type		: 'Hyperlink type',
+		toAnchor	: 'Bogmærke på denne side',
+		toEmail		: 'E-mail',
+		target		: 'Mål',
+		targetNotSet	: '<intet valgt>',
+		targetFrame	: '<ramme>',
+		targetPopup	: '<popup vindue>',
+		targetNew	: 'Nyt vindue (_blank)',
+		targetTop	: 'Hele vinduet (_top)',
+		targetSelf	: 'Samme vindue (_self)',
+		targetParent	: 'Overordnet ramme (_parent)',
+		targetFrameName	: 'Destinationsvinduets navn',
+		targetPopupName	: 'Pop-up vinduets navn',
+		popupFeatures	: 'Egenskaber for pop-up',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statuslinje',
+		popupLocationBar	: 'Adresselinje',
+		popupToolbar	: 'Værktøjslinje',
+		popupMenuBar	: 'Menulinje',
+		popupFullScreen	: 'Fuld skærm (IE)',
+		popupScrollBars	: 'Scrollbars',
+		popupDependent	: 'Koblet/dependent (Netscape)',
+		popupWidth		: 'Bredde',
+		popupLeft		: 'Position fra venstre',
+		popupHeight		: 'Højde',
+		popupTop		: 'Position fra toppen',
+		id				: 'Id', // MISSING
+		langDir			: 'Tekstretning',
+		langDirNotSet	: '<intet valgt>',
+		langDirLTR		: 'Fra venstre mod højre (LTR)',
+		langDirRTL		: 'Fra højre mod venstre (RTL)',
+		acccessKey		: 'Genvejstast',
+		name			: 'Navn',
+		langCode		: 'Tekstretning',
+		tabIndex		: 'Tabulator indeks',
+		advisoryTitle	: 'Titel',
+		advisoryContentType	: 'Indholdstype',
+		cssClasses		: 'Typografiark',
+		charset			: 'Tegnsæt',
+		styles			: 'Typografi',
+		selectAnchor	: 'Vælg et anker',
+		anchorName		: 'Efter anker navn',
+		anchorId		: 'Efter element Id',
+		emailAddress	: 'E-mailadresse',
+		emailSubject	: 'Emne',
+		emailBody		: 'Brødtekst',
+		noAnchors		: '(Ingen bogmærker dokumentet)',
+		noUrl			: 'Indtast hyperlink URL!',
+		noEmail			: 'Indtast e-mailaddresse!'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Indsæt/rediger bogmærke',
+		menu		: 'Egenskaber for bogmærke',
+		title		: 'Egenskaber for bogmærke',
+		name		: 'Bogmærke navn',
+		errorName	: 'Indtast bogmærke navn!'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Søg og erstat',
+		find				: 'Søg',
+		replace				: 'Erstat',
+		findWhat			: 'Søg efter:',
+		replaceWith			: 'Erstat med:',
+		notFoundMsg			: 'Søgeteksten blev ikke fundet!',
+		matchCase			: 'Forskel på store og små bogstaver',
+		matchWord			: 'Kun hele ord',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Erstat alle',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Table',
+		title		: 'Egenskaber for tabel',
+		menu		: 'Egenskaber for tabel',
+		deleteTable	: 'Slet tabel',
+		rows		: 'Rækker',
+		columns		: 'Kolonner',
+		border		: 'Rammebredde',
+		align		: 'Justering',
+		alignNotSet	: '<intet valgt>',
+		alignLeft	: 'Venstrestillet',
+		alignCenter	: 'Centreret',
+		alignRight	: 'Højrestillet',
+		width		: 'Bredde',
+		widthPx		: 'pixels',
+		widthPc		: 'procent',
+		height		: 'Højde',
+		cellSpace	: 'Celleafstand',
+		cellPad		: 'Cellemargen',
+		caption		: 'Titel',
+		summary		: 'Resume',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Celle',
+			insertBefore	: 'Indsæt celle før',
+			insertAfter		: 'Indsæt celle efter',
+			deleteCell		: 'Slet celle',
+			merge			: 'Flet celler',
+			mergeRight		: 'Flet til højre',
+			mergeDown		: 'Flet nedad',
+			splitHorizontal	: 'Del celle vandret',
+			splitVertical	: 'Del celle lodret'
+		},
+
+		row :
+		{
+			menu			: 'Række',
+			insertBefore	: 'Indsæt række før',
+			insertAfter		: 'Indsæt række efter',
+			deleteRow		: 'Slet række'
+		},
+
+		column :
+		{
+			menu			: 'Kolonne',
+			insertBefore	: 'Indsæt kolonne før',
+			insertAfter		: 'Indsæt kolonne efter',
+			deleteColumn	: 'Slet kolonne'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Egenskaber for knap',
+		text		: 'Tekst',
+		type		: 'Type',
+		typeBtn		: 'Knap',
+		typeSbm		: 'Send',
+		typeRst		: 'Nulstil'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Egenskaber for afkrydsningsfelt',
+		radioTitle	: 'Egenskaber for alternativknap',
+		value		: 'Værdi',
+		selected	: 'Valgt'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Egenskaber for formular',
+		menu		: 'Egenskaber for formular',
+		action		: 'Handling',
+		method		: 'Metod',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Mål',
+		targetNotSet	: '<intet valgt>',
+		targetNew	: 'Nyt vindue (_blank)',
+		targetTop	: 'Hele vinduet (_top)',
+		targetSelf	: 'Samme vindue (_self)',
+		targetParent	: 'Overordnet ramme (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Egenskaber for liste',
+		selectInfo	: 'Generelt',
+		opAvail		: 'Valgmuligheder',
+		value		: 'Værdi',
+		size		: 'Størrelse',
+		lines		: 'linier',
+		chkMulti	: 'Tillad flere valg',
+		opText		: 'Tekst',
+		opValue		: 'Værdi',
+		btnAdd		: 'Tilføj',
+		btnModify	: 'Rediger',
+		btnUp		: 'Op',
+		btnDown		: 'Ned',
+		btnSetValue : 'Sæt som valgt',
+		btnDelete	: 'Slet'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Egenskaber for tekstboks',
+		cols		: 'Kolonner',
+		rows		: 'Rækker'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Egenskaber for tekstfelt',
+		name		: 'Navn',
+		value		: 'Værdi',
+		charWidth	: 'Bredde (tegn)',
+		maxChars	: 'Max antal tegn',
+		type		: 'Type',
+		typeText	: 'Tekst',
+		typePass	: 'Adgangskode'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Egenskaber for skjult felt',
+		name	: 'Navn',
+		value	: 'Værdi'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Egenskaber for billede',
+		titleButton	: 'Egenskaber for billedknap',
+		menu		: 'Egenskaber for billede',
+		infoTab	: 'Generelt',
+		btnUpload	: 'Upload',
+		url		: 'URL',
+		upload	: 'Upload',
+		alt		: 'Alternativ tekst',
+		width		: 'Bredde',
+		height	: 'Højde',
+		lockRatio	: 'Lås størrelsesforhold',
+		resetSize	: 'Nulstil størrelse',
+		border	: 'Ramme',
+		hSpace	: 'HMargen',
+		vSpace	: 'VMargen',
+		align		: 'Justering',
+		alignLeft	: 'Venstre',
+		alignAbsBottom: 'Absolut nederst',
+		alignAbsMiddle: 'Absolut centreret',
+		alignBaseline	: 'Grundlinje',
+		alignBottom	: 'Nederst',
+		alignMiddle	: 'Centreret',
+		alignRight	: 'Højre',
+		alignTextTop	: 'Toppen af teksten',
+		alignTop	: 'Øverst',
+		preview	: 'Vis eksempel',
+		alertUrl	: 'Indtast stien til billedet',
+		linkTab	: 'Hyperlink',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Egenskaber for Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Egenskaber for Flash',
+		chkPlay		: 'Automatisk afspilning',
+		chkLoop		: 'Gentagelse',
+		chkMenu		: 'Vis Flash menu',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Skalér',
+		scaleAll		: 'Vis alt',
+		scaleNoBorder	: 'Ingen ramme',
+		scaleFit		: 'Tilpas størrelse',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Justering',
+		alignLeft	: 'Venstre',
+		alignAbsBottom: 'Absolut nederst',
+		alignAbsMiddle: 'Absolut centreret',
+		alignBaseline	: 'Grundlinje',
+		alignBottom	: 'Nederst',
+		alignMiddle	: 'Centreret',
+		alignRight	: 'Højre',
+		alignTextTop	: 'Toppen af teksten',
+		alignTop	: 'Øverst',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Baggrundsfarve',
+		width	: 'Bredde',
+		height	: 'Højde',
+		hSpace	: 'HMargen',
+		vSpace	: 'VMargen',
+		validateSrc : 'Indtast hyperlink URL!',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Stavekontrol',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Ikke i ordbogen',
+		changeTo		: 'Forslag',
+		btnIgnore		: 'Ignorer',
+		btnIgnoreAll	: 'Ignorer alle',
+		btnReplace		: 'Erstat',
+		btnReplaceAll	: 'Erstat alle',
+		btnUndo			: 'Tilbage',
+		noSuggestions	: '- ingen forslag -',
+		progress		: 'Stavekontrolen arbejder...',
+		noMispell		: 'Stavekontrol færdig: Ingen fejl fundet',
+		noChanges		: 'Stavekontrol færdig: Ingen ord ændret',
+		oneChange		: 'Stavekontrol færdig: Et ord ændret',
+		manyChanges		: 'Stavekontrol færdig: %1 ord ændret',
+		ieSpellDownload	: 'Stavekontrol ikke installeret.<br>Vil du hente den nu?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Vælg smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Talopstilling',
+	bulletedlist : 'Punktopstilling',
+	indent : 'Forøg indrykning',
+	outdent : 'Formindsk indrykning',
+
+	justify :
+	{
+		left : 'Venstrestillet',
+		center : 'Centreret',
+		right : 'Højrestillet',
+		block : 'Lige margener'
+	},
+
+	outdent : 'Formindsk indrykning',
+	blockquote : 'Blokcitat',
+
+	clipboard :
+	{
+		title		: 'Indsæt',
+		cutError	: 'Din browsers sikkerhedsindstillinger tillader ikke editoren at klippe tekst automatisk!<br>Brug i stedet tastaturet til at klippe teksten (Ctrl+X).',
+		copyError	: 'Din browsers sikkerhedsindstillinger tillader ikke editoren at kopiere tekst automatisk!<br>Brug i stedet tastaturet til at kopiere teksten (Ctrl+C).',
+		pasteMsg	: 'Indsæt i feltet herunder (<STRONG>Ctrl+V</STRONG>) og klik <STRONG>OK</STRONG>.',
+		securityMsg	: 'På grund af browserens sikkerhedsindstillinger kan editoren ikke tilgå udklipsholderen direkte. Du skal indsætte udklipsholderens indhold i dette vindue igen.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Indsæt fra Word',
+		title : 'Indsæt fra Word',
+		advice : 'Indsæt i feltet herunder (<STRONG>Ctrl+V</STRONG>) og klik <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorer font definitioner',
+		removeStyle : 'Ignorer typografi'
+	},
+
+	pasteText :
+	{
+		button : 'Indsæt som ikke-formateret tekst',
+		title : 'Indsæt som ikke-formateret tekst'
+	},
+
+	templates :
+	{
+		button : 'Skabeloner',
+		title : 'Indholdsskabeloner',
+		insertOption: 'Erstat det faktiske indhold',
+		selectPromptMsg: 'Vælg den skabelon, som skal åbnes i editoren.<br>(Nuværende indhold vil blive overskrevet!):',
+		emptyListMsg : '(Der er ikke defineret nogen skabelon!)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Typografi',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formatering',
+		panelTitle : 'Formatering',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formateret',
+		tag_address : 'Adresse',
+		tag_h1 : 'Overskrift 1',
+		tag_h2 : 'Overskrift 2',
+		tag_h3 : 'Overskrift 3',
+		tag_h4 : 'Overskrift 4',
+		tag_h5 : 'Overskrift 5',
+		tag_h6 : 'Overskrift 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Skrifttype',
+		panelTitle : 'Skrifttype'
+	},
+
+	fontSize :
+	{
+		label : 'Skriftstørrelse',
+		panelTitle : 'Skriftstørrelse'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Tekstfarve',
+		bgColorTitle : 'Baggrundsfarve',
+		auto : 'Automatisk',
+		more : 'Flere farver...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/de.js
===================================================================
--- /CKEditor/trunk/_source/lang/de.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/de.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * German language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['de'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Quellcode',
+	newPage			: 'Neue Seite',
+	save			: 'Speichern',
+	preview			: 'Vorschau',
+	cut				: 'Ausschneiden',
+	copy			: 'Kopieren',
+	paste			: 'Einfügen',
+	print			: 'Drucken',
+	underline		: 'Unterstrichen',
+	bold			: 'Fett',
+	italic			: 'Kursiv',
+	selectAll		: 'Alles auswählen',
+	removeFormat	: 'Formatierungen entfernen',
+	strike			: 'Durchgestrichen',
+	subscript		: 'Tiefgestellt',
+	superscript		: 'Hochgestellt',
+	horizontalrule	: 'Horizontale Linie einfügen',
+	pagebreak		: 'Seitenumbruch einfügen',
+	unlink			: 'Link entfernen',
+	undo			: 'Rückgängig',
+	redo			: 'Wiederherstellen',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Server durchsuchen',
+		url				: 'Bildauswahl',
+		protocol		: 'Protokoll',
+		upload			: 'Upload',
+		uploadSubmit	: 'Zum Server senden',
+		image			: 'Bild',
+		flash			: 'Flash',
+		form			: 'Formular',
+		checkbox		: 'Checkbox',
+		radio		: 'Radiobutton',
+		textField		: 'Textfeld einzeilig',
+		textarea		: 'Textfeld mehrzeilig',
+		hiddenField		: 'verstecktes Feld',
+		button			: 'Klickbutton',
+		select	: 'Auswahlfeld',
+		imageButton		: 'Bildbutton',
+		notSet			: '<nichts>',
+		id				: 'ID',
+		name			: 'Name',
+		langDir			: 'Schreibrichtung',
+		langDirLtr		: 'Links nach Rechts (LTR)',
+		langDirRtl		: 'Rechts nach Links (RTL)',
+		langCode		: 'Sprachenkürzel',
+		longDescr		: 'Langform URL',
+		cssClass		: 'Stylesheet Klasse',
+		advisoryTitle	: 'Titel Beschreibung',
+		cssStyle		: 'Style',
+		ok				: 'OK',
+		cancel			: 'Abbrechen',
+		generalTab		: 'Allgemein',
+		advancedTab		: 'Erweitert',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Sonderzeichen einfügen/editieren',
+		title		: 'Sonderzeichen auswählen'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Link einfügen/editieren',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Link editieren',
+		title		: 'Link',
+		info		: 'Link-Info',
+		target		: 'Zielseite',
+		upload		: 'Upload',
+		advanced	: 'Erweitert',
+		type		: 'Link-Typ',
+		toAnchor	: 'Anker in dieser Seite',
+		toEmail		: 'E-Mail',
+		target		: 'Zielseite',
+		targetNotSet	: '<nichts>',
+		targetFrame	: '<Frame>',
+		targetPopup	: '<Pop-up Fenster>',
+		targetNew	: 'Neues Fenster (_blank)',
+		targetTop	: 'Oberstes Fenster (_top)',
+		targetSelf	: 'Gleiches Fenster (_self)',
+		targetParent	: 'Oberes Fenster (_parent)',
+		targetFrameName	: 'Ziel-Fenster-Name',
+		targetPopupName	: 'Pop-up Fenster-Name',
+		popupFeatures	: 'Pop-up Fenster-Eigenschaften',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statusleiste',
+		popupLocationBar	: 'Adress-Leiste',
+		popupToolbar	: 'Werkzeugleiste',
+		popupMenuBar	: 'Menü-Leiste',
+		popupFullScreen	: 'Vollbild (IE)',
+		popupScrollBars	: 'Rollbalken',
+		popupDependent	: 'Abhängig (Netscape)',
+		popupWidth		: 'Breite',
+		popupLeft		: 'Linke Position',
+		popupHeight		: 'Höhe',
+		popupTop		: 'Obere Position',
+		id				: 'Id', // MISSING
+		langDir			: 'Schreibrichtung',
+		langDirNotSet	: '<nichts>',
+		langDirLTR		: 'Links nach Rechts (LTR)',
+		langDirRTL		: 'Rechts nach Links (RTL)',
+		acccessKey		: 'Zugriffstaste',
+		name			: 'Name',
+		langCode		: 'Schreibrichtung',
+		tabIndex		: 'Tab-Index',
+		advisoryTitle	: 'Titel Beschreibung',
+		advisoryContentType	: 'Inhaltstyp',
+		cssClasses		: 'Stylesheet Klasse',
+		charset			: 'Ziel-Zeichensatz',
+		styles			: 'Style',
+		selectAnchor	: 'Anker auswählen',
+		anchorName		: 'nach Anker Name',
+		anchorId		: 'nach Element Id',
+		emailAddress	: 'E-Mail Addresse',
+		emailSubject	: 'Betreffzeile',
+		emailBody		: 'Nachrichtentext',
+		noAnchors		: '(keine Anker im Dokument vorhanden)',
+		noUrl			: 'Bitte geben Sie die Link-URL an',
+		noEmail			: 'Bitte geben Sie e-Mail Adresse an'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Anker einfügen/editieren',
+		menu		: 'Anker-Eigenschaften',
+		title		: 'Anker-Eigenschaften',
+		name		: 'Anker Name',
+		errorName	: 'Bitte geben Sie den Namen des Ankers ein'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Suchen und Ersetzen',
+		find				: 'Suchen',
+		replace				: 'Ersetzen',
+		findWhat			: 'Suche nach:',
+		replaceWith			: 'Ersetze mit:',
+		notFoundMsg			: 'Der gesuchte Text wurde nicht gefunden.',
+		matchCase			: 'Groß-Kleinschreibung beachten',
+		matchWord			: 'Nur ganze Worte suchen',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Alle Ersetzen',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabelle',
+		title		: 'Tabellen-Eigenschaften',
+		menu		: 'Tabellen-Eigenschaften',
+		deleteTable	: 'Tabelle löschen',
+		rows		: 'Zeile',
+		columns		: 'Spalte',
+		border		: 'Rahmen',
+		align		: 'Ausrichtung',
+		alignNotSet	: '<keine>',
+		alignLeft	: 'Links',
+		alignCenter	: 'Zentriert',
+		alignRight	: 'Rechts',
+		width		: 'Breite',
+		widthPx		: 'Pixel',
+		widthPc		: '%',
+		height		: 'Höhe',
+		cellSpace	: 'Zellenabstand außen',
+		cellPad		: 'Zellenabstand innen',
+		caption		: 'Überschrift',
+		summary		: 'Inhaltsübersicht',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Zelle',
+			insertBefore	: 'Zelle davor einfügen',
+			insertAfter		: 'Zelle danach einfügen',
+			deleteCell		: 'Zelle löschen',
+			merge			: 'Zellen verbinden',
+			mergeRight		: 'nach rechts verbinden',
+			mergeDown		: 'nach unten verbinden',
+			splitHorizontal	: 'Zelle horizontal teilen',
+			splitVertical	: 'Zelle vertikal teilen'
+		},
+
+		row :
+		{
+			menu			: 'Zeile',
+			insertBefore	: 'Zeile oberhalb einfügen',
+			insertAfter		: 'Zeile unterhalb einfügen',
+			deleteRow		: 'Zeile entfernen'
+		},
+
+		column :
+		{
+			menu			: 'Spalte',
+			insertBefore	: 'Spalte links davor einfügen',
+			insertAfter		: 'Spalte rechts danach einfügen',
+			deleteColumn	: 'Spalte löschen'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Button-Eigenschaften',
+		text		: 'Text (Wert)',
+		type		: 'Typ',
+		typeBtn		: 'Button',
+		typeSbm		: 'Absenden',
+		typeRst		: 'Zurücksetzen'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Checkbox-Eigenschaften',
+		radioTitle	: 'Optionsfeld-Eigenschaften',
+		value		: 'Wert',
+		selected	: 'ausgewählt'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Formular-Eigenschaften',
+		menu		: 'Formular-Eigenschaften',
+		action		: 'Action',
+		method		: 'Method',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Zielseite',
+		targetNotSet	: '<nichts>',
+		targetNew	: 'Neues Fenster (_blank)',
+		targetTop	: 'Oberstes Fenster (_top)',
+		targetSelf	: 'Gleiches Fenster (_self)',
+		targetParent	: 'Oberes Fenster (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Auswahlfeld-Eigenschaften',
+		selectInfo	: 'Info',
+		opAvail		: 'Mögliche Optionen',
+		value		: 'Wert',
+		size		: 'Größe',
+		lines		: 'Linien',
+		chkMulti	: 'Erlaube Mehrfachauswahl',
+		opText		: 'Text',
+		opValue		: 'Wert',
+		btnAdd		: 'Hinzufügen',
+		btnModify	: 'Ändern',
+		btnUp		: 'Hoch',
+		btnDown		: 'Runter',
+		btnSetValue : 'Setze als Standardwert',
+		btnDelete	: 'Entfernen'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Textfeld (mehrzeilig) Eigenschaften',
+		cols		: 'Spalten',
+		rows		: 'Reihen'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Textfeld (einzeilig) Eigenschaften',
+		name		: 'Name',
+		value		: 'Wert',
+		charWidth	: 'Zeichenbreite',
+		maxChars	: 'Max. Zeichen',
+		type		: 'Typ',
+		typeText	: 'Text',
+		typePass	: 'Passwort'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Verstecktes Feld-Eigenschaften',
+		name	: 'Name',
+		value	: 'Wert'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Bild-Eigenschaften',
+		titleButton	: 'Bildbutton-Eigenschaften',
+		menu		: 'Bild-Eigenschaften',
+		infoTab	: 'Bild-Info',
+		btnUpload	: 'Zum Server senden',
+		url		: 'Bildauswahl',
+		upload	: 'Upload',
+		alt		: 'Alternativer Text',
+		width		: 'Breite',
+		height	: 'Höhe',
+		lockRatio	: 'Größenverhältniss beibehalten',
+		resetSize	: 'Größe zurücksetzen',
+		border	: 'Rahmen',
+		hSpace	: 'Horizontal-Abstand',
+		vSpace	: 'Vertikal-Abstand',
+		align		: 'Ausrichtung',
+		alignLeft	: 'Links',
+		alignAbsBottom: 'Abs Unten',
+		alignAbsMiddle: 'Abs Mitte',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Unten',
+		alignMiddle	: 'Mitte',
+		alignRight	: 'Rechts',
+		alignTextTop	: 'Text Oben',
+		alignTop	: 'Oben',
+		preview	: 'Vorschau',
+		alertUrl	: 'Bitte geben Sie die Bild-URL an',
+		linkTab	: 'Link',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash-Eigenschaften',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash-Eigenschaften',
+		chkPlay		: 'autom. Abspielen',
+		chkLoop		: 'Endlosschleife',
+		chkMenu		: 'Flash-Menü aktivieren',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Skalierung',
+		scaleAll		: 'Alles anzeigen',
+		scaleNoBorder	: 'ohne Rand',
+		scaleFit		: 'Passgenau',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Ausrichtung',
+		alignLeft	: 'Links',
+		alignAbsBottom: 'Abs Unten',
+		alignAbsMiddle: 'Abs Mitte',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Unten',
+		alignMiddle	: 'Mitte',
+		alignRight	: 'Rechts',
+		alignTextTop	: 'Text Oben',
+		alignTop	: 'Oben',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Hintergrundfarbe',
+		width	: 'Breite',
+		height	: 'Höhe',
+		hSpace	: 'Horizontal-Abstand',
+		vSpace	: 'Vertikal-Abstand',
+		validateSrc : 'Bitte geben Sie die Link-URL an',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Rechtschreibprüfung',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Nicht im Wörterbuch',
+		changeTo		: 'Ändern in',
+		btnIgnore		: 'Ignorieren',
+		btnIgnoreAll	: 'Alle Ignorieren',
+		btnReplace		: 'Ersetzen',
+		btnReplaceAll	: 'Alle Ersetzen',
+		btnUndo			: 'Rückgängig',
+		noSuggestions	: ' - keine Vorschläge - ',
+		progress		: 'Rechtschreibprüfung läuft...',
+		noMispell		: 'Rechtschreibprüfung abgeschlossen - keine Fehler gefunden',
+		noChanges		: 'Rechtschreibprüfung abgeschlossen - keine Worte geändert',
+		oneChange		: 'Rechtschreibprüfung abgeschlossen - ein Wort geändert',
+		manyChanges		: 'Rechtschreibprüfung abgeschlossen - %1 Wörter geändert',
+		ieSpellDownload	: 'Rechtschreibprüfung nicht installiert. Möchten Sie sie jetzt herunterladen?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Smiley auswählen'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Nummerierte Liste',
+	bulletedlist : 'Liste',
+	indent : 'Einzug erhöhen',
+	outdent : 'Einzug verringern',
+
+	justify :
+	{
+		left : 'Linksbündig',
+		center : 'Zentriert',
+		right : 'Rechtsbündig',
+		block : 'Blocksatz'
+	},
+
+	outdent : 'Einzug verringern',
+	blockquote : 'Zitatblock',
+
+	clipboard :
+	{
+		title		: 'Einfügen',
+		cutError	: '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).',
+		copyError	: 'Die Sicherheitseinstellungen Ihres Browsers lassen es nicht zu, den Text automatisch kopieren. Bitte benutzen Sie die System-Zwischenablage über STRG-C (kopieren).',
+		pasteMsg	: '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>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'aus MS-Word einfügen',
+		title : 'aus MS-Word einfügen',
+		advice : '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>.',
+		ignoreFontFace : 'Ignoriere Schriftart-Definitionen',
+		removeStyle : 'Entferne Style-Definitionen'
+	},
+
+	pasteText :
+	{
+		button : 'Als Text einfügen',
+		title : 'Als Text einfügen'
+	},
+
+	templates :
+	{
+		button : 'Vorlagen',
+		title : 'Vorlagen',
+		insertOption: 'Aktuellen Inhalt ersetzen',
+		selectPromptMsg: 'Klicken Sie auf eine Vorlage, um sie im Editor zu öffnen (der aktuelle Inhalt wird dabei gelöscht!):',
+		emptyListMsg : '(keine Vorlagen definiert)'
+	},
+
+	showBlocks : 'Blöcke anzeigen',
+
+	stylesCombo :
+	{
+		label : 'Stil',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatiert',
+		tag_address : 'Addresse',
+		tag_h1 : 'Überschrift 1',
+		tag_h2 : 'Überschrift 2',
+		tag_h3 : 'Überschrift 3',
+		tag_h4 : 'Überschrift 4',
+		tag_h5 : 'Überschrift 5',
+		tag_h6 : 'Überschrift 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Schriftart',
+		panelTitle : 'Schriftart'
+	},
+
+	fontSize :
+	{
+		label : 'Größe',
+		panelTitle : 'Größe'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Textfarbe',
+		bgColorTitle : 'Hintergrundfarbe',
+		auto : 'Automatisch',
+		more : 'Weitere Farben...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/el.js
===================================================================
--- /CKEditor/trunk/_source/lang/el.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/el.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Greek language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['el'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'HTML κώδικας',
+	newPage			: 'Νέα Σελίδα',
+	save			: 'Αποθήκευση',
+	preview			: 'Προεπισκόπιση',
+	cut				: 'Αποκοπή',
+	copy			: 'Αντιγραφή',
+	paste			: 'Επικόλληση',
+	print			: 'Εκτύπωση',
+	underline		: 'Υπογράμμιση',
+	bold			: 'Έντονα',
+	italic			: 'Πλάγια',
+	selectAll		: 'Επιλογή όλων',
+	removeFormat	: 'Αφαίρεση Μορφοποίησης',
+	strike			: 'Διαγράμμιση',
+	subscript		: 'Δείκτης',
+	superscript		: 'Εκθέτης',
+	horizontalrule	: 'Εισαγωγή Οριζόντιας Γραμμής',
+	pagebreak		: 'Εισαγωγή τέλους σελίδας',
+	unlink			: 'Αφαίρεση Συνδέσμου (Link)',
+	undo			: 'Αναίρεση',
+	redo			: 'Επαναφορά',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Εξερεύνηση διακομιστή',
+		url				: 'URL',
+		protocol		: 'Προτόκολο',
+		upload			: 'Αποστολή',
+		uploadSubmit	: 'Αποστολή στον Διακομιστή',
+		image			: 'Εικόνα',
+		flash			: 'Εισαγωγή Flash',
+		form			: 'Φόρμα',
+		checkbox		: 'Κουτί επιλογής',
+		radio		: 'Κουμπί Radio',
+		textField		: 'Πεδίο κειμένου',
+		textarea		: 'Περιοχή κειμένου',
+		hiddenField		: 'Κρυφό πεδίο',
+		button			: 'Κουμπί',
+		select	: 'Πεδίο επιλογής',
+		imageButton		: 'Κουμπί εικόνας',
+		notSet			: '<χωρίς>',
+		id				: 'Id',
+		name			: 'Όνομα',
+		langDir			: 'Κατεύθυνση κειμένου',
+		langDirLtr		: 'Αριστερά προς Δεξιά (LTR)',
+		langDirRtl		: 'Δεξιά προς Αριστερά (RTL)',
+		langCode		: 'Κωδικός Γλώσσας',
+		longDescr		: 'Αναλυτική περιγραφή URL',
+		cssClass		: 'Stylesheet Classes',
+		advisoryTitle	: 'Συμβουλευτικός τίτλος',
+		cssStyle		: 'Στύλ',
+		ok				: 'OK',
+		cancel			: 'Ακύρωση',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Για προχωρημένους',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Εισαγωγή Ειδικού Συμβόλου',
+		title		: 'Επιλέξτε ένα Ειδικό Σύμβολο'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Εισαγωγή/Μεταβολή Συνδέσμου (Link)',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Μεταβολή Συνδέσμου (Link)',
+		title		: 'Σύνδεσμος (Link)',
+		info		: 'Link',
+		target		: 'Παράθυρο Στόχος (Target)',
+		upload		: 'Αποστολή',
+		advanced	: 'Για προχωρημένους',
+		type		: 'Τύπος συνδέσμου (Link)',
+		toAnchor	: 'Άγκυρα σε αυτή τη σελίδα',
+		toEmail		: 'E-Mail',
+		target		: 'Παράθυρο Στόχος (Target)',
+		targetNotSet	: '<χωρίς>',
+		targetFrame	: '<πλαίσιο>',
+		targetPopup	: '<παράθυρο popup>',
+		targetNew	: 'Νέο Παράθυρο (_blank)',
+		targetTop	: 'Ανώτατο Παράθυρο (_top)',
+		targetSelf	: 'Ίδιο Παράθυρο (_self)',
+		targetParent	: 'Γονικό Παράθυρο (_parent)',
+		targetFrameName	: 'Όνομα πλαισίου στόχου',
+		targetPopupName	: 'Όνομα Popup Window',
+		popupFeatures	: 'Επιλογές Popup Window',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Μπάρα Status',
+		popupLocationBar	: 'Μπάρα Τοποθεσίας',
+		popupToolbar	: 'Μπάρα Εργαλείων',
+		popupMenuBar	: 'Μπάρα Menu',
+		popupFullScreen	: 'Ολόκληρη η Οθόνη (IE)',
+		popupScrollBars	: 'Μπάρες Κύλισης',
+		popupDependent	: 'Dependent (Netscape)',
+		popupWidth		: 'Πλάτος',
+		popupLeft		: 'Τοποθεσία Αριστερής Άκρης',
+		popupHeight		: 'Ύψος',
+		popupTop		: 'Τοποθεσία Πάνω Άκρης',
+		id				: 'Id', // MISSING
+		langDir			: 'Κατεύθυνση κειμένου',
+		langDirNotSet	: '<χωρίς>',
+		langDirLTR		: 'Αριστερά προς Δεξιά (LTR)',
+		langDirRTL		: 'Δεξιά προς Αριστερά (RTL)',
+		acccessKey		: 'Συντόμευση (Access Key)',
+		name			: 'Όνομα',
+		langCode		: 'Κατεύθυνση κειμένου',
+		tabIndex		: 'Tab Index',
+		advisoryTitle	: 'Συμβουλευτικός τίτλος',
+		advisoryContentType	: 'Συμβουλευτικός τίτλος περιεχομένου',
+		cssClasses		: 'Stylesheet Classes',
+		charset			: 'Linked Resource Charset',
+		styles			: 'Στύλ',
+		selectAnchor	: 'Επιλέξτε μια άγκυρα',
+		anchorName		: 'Βάσει του Ονόματος (Name) της άγκυρας',
+		anchorId		: 'Βάσει του Element Id',
+		emailAddress	: 'Διεύθυνση Ηλεκτρονικού Ταχυδρομείου',
+		emailSubject	: 'Θέμα Μηνύματος',
+		emailBody		: 'Κείμενο Μηνύματος',
+		noAnchors		: '(Δεν υπάρχουν άγκυρες στο κείμενο)',
+		noUrl			: 'Εισάγετε την τοποθεσία (URL) του υπερσυνδέσμου (Link)',
+		noEmail			: 'Εισάγετε την διεύθυνση ηλεκτρονικού ταχυδρομείου'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Εισαγωγή/επεξεργασία Anchor',
+		menu		: 'Ιδιότητες άγκυρας',
+		title		: 'Ιδιότητες άγκυρας',
+		name		: 'Όνομα άγκυρας',
+		errorName	: 'Παρακαλούμε εισάγετε όνομα άγκυρας'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Αναζήτηση',
+		replace				: 'Αντικατάσταση',
+		findWhat			: 'Αναζήτηση:',
+		replaceWith			: 'Αντικατάσταση με:',
+		notFoundMsg			: 'Το κείμενο δεν βρέθηκε.',
+		matchCase			: 'Έλεγχος πεζών/κεφαλαίων',
+		matchWord			: 'Εύρεση πλήρους λέξης',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Αντικατάσταση Όλων',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Πίνακας',
+		title		: 'Ιδιότητες Πίνακα',
+		menu		: 'Ιδιότητες Πίνακα',
+		deleteTable	: 'Διαγραφή πίνακα',
+		rows		: 'Γραμμές',
+		columns		: 'Κολώνες',
+		border		: 'Μέγεθος Περιθωρίου',
+		align		: 'Στοίχιση',
+		alignNotSet	: '<χωρίς>',
+		alignLeft	: 'Αριστερά',
+		alignCenter	: 'Κέντρο',
+		alignRight	: 'Δεξιά',
+		width		: 'Πλάτος',
+		widthPx		: 'pixels',
+		widthPc		: '%',
+		height		: 'Ύψος',
+		cellSpace	: 'Απόσταση κελιών',
+		cellPad		: 'Γέμισμα κελιών',
+		caption		: 'Υπέρτιτλος',
+		summary		: 'Περίληψη',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Κελί',
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Διαγραφή Κελιών',
+			merge			: 'Ενοποίηση Κελιών',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Σειρά',
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Διαγραφή Γραμμών'
+		},
+
+		column :
+		{
+			menu			: 'Στήλη',
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Διαγραφή Κολωνών'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Ιδιότητες κουμπιού',
+		text		: 'Κείμενο (Τιμή)',
+		type		: 'Τύπος',
+		typeBtn		: 'Κουμπί',
+		typeSbm		: 'Καταχώρηση',
+		typeRst		: 'Επαναφορά'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Ιδιότητες κουμπιού επιλογής',
+		radioTitle	: 'Ιδιότητες κουμπιού radio',
+		value		: 'Τιμή',
+		selected	: 'Επιλεγμένο'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Ιδιότητες φόρμας',
+		menu		: 'Ιδιότητες φόρμας',
+		action		: 'Δράση',
+		method		: 'Μάθοδος',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Παράθυρο Στόχος (Target)',
+		targetNotSet	: '<χωρίς>',
+		targetNew	: 'Νέο Παράθυρο (_blank)',
+		targetTop	: 'Ανώτατο Παράθυρο (_top)',
+		targetSelf	: 'Ίδιο Παράθυρο (_self)',
+		targetParent	: 'Γονικό Παράθυρο (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Ιδιότητες πεδίου επιλογής',
+		selectInfo	: 'Πληροφορίες',
+		opAvail		: 'Διαθέσιμες επιλογές',
+		value		: 'Τιμή',
+		size		: 'Μέγεθος',
+		lines		: 'γραμμές',
+		chkMulti	: 'Πολλαπλές επιλογές',
+		opText		: 'Κείμενο',
+		opValue		: 'Τιμή',
+		btnAdd		: 'Προσθήκη',
+		btnModify	: 'Αλλαγή',
+		btnUp		: 'Πάνω',
+		btnDown		: 'Κάτω',
+		btnSetValue : 'Προεπιλεγμένη επιλογή',
+		btnDelete	: 'Διαγραφή'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Ιδιότητες περιοχής κειμένου',
+		cols		: 'Στήλες',
+		rows		: 'Σειρές'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Ιδιότητες πεδίου κειμένου',
+		name		: 'Όνομα',
+		value		: 'Τιμή',
+		charWidth	: 'Μήκος χαρακτήρων',
+		maxChars	: 'Μέγιστοι χαρακτήρες',
+		type		: 'Τύπος',
+		typeText	: 'Κείμενο',
+		typePass	: 'Κωδικός'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Ιδιότητες κρυφού πεδίου',
+		name	: 'Όνομα',
+		value	: 'Τιμή'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Ιδιότητες Εικόνας',
+		titleButton	: 'Ιδιότητες κουμπιού εικόνας',
+		menu		: 'Ιδιότητες Εικόνας',
+		infoTab	: 'Πληροφορίες Εικόνας',
+		btnUpload	: 'Αποστολή στον Διακομιστή',
+		url		: 'URL',
+		upload	: 'Αποστολή',
+		alt		: 'Εναλλακτικό Κείμενο (ALT)',
+		width		: 'Πλάτος',
+		height	: 'Ύψος',
+		lockRatio	: 'Κλείδωμα Αναλογίας',
+		resetSize	: 'Επαναφορά Αρχικού Μεγέθους',
+		border	: 'Περιθώριο',
+		hSpace	: 'Οριζόντιος Χώρος (HSpace)',
+		vSpace	: 'Κάθετος Χώρος (VSpace)',
+		align		: 'Ευθυγράμμιση (Align)',
+		alignLeft	: 'Αριστερά',
+		alignAbsBottom: 'Απόλυτα Κάτω (Abs Bottom)',
+		alignAbsMiddle: 'Απόλυτα στη Μέση (Abs Middle)',
+		alignBaseline	: 'Γραμμή Βάσης (Baseline)',
+		alignBottom	: 'Κάτω (Bottom)',
+		alignMiddle	: 'Μέση (Middle)',
+		alignRight	: 'Δεξιά (Right)',
+		alignTextTop	: 'Κορυφή Κειμένου (Text Top)',
+		alignTop	: 'Πάνω (Top)',
+		preview	: 'Προεπισκόπιση',
+		alertUrl	: 'Εισάγετε την τοποθεσία (URL) της εικόνας',
+		linkTab	: 'Σύνδεσμος',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Ιδιότητες Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Ιδιότητες flash',
+		chkPlay		: 'Αυτόματη έναρξη',
+		chkLoop		: 'Επανάληψη',
+		chkMenu		: 'Ενεργοποίηση Flash Menu',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Κλίμακα',
+		scaleAll		: 'Εμφάνιση όλων',
+		scaleNoBorder	: 'Χωρίς όρια',
+		scaleFit		: 'Ακριβής εφαρμογή',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Ευθυγράμμιση (Align)',
+		alignLeft	: 'Αριστερά',
+		alignAbsBottom: 'Απόλυτα Κάτω (Abs Bottom)',
+		alignAbsMiddle: 'Απόλυτα στη Μέση (Abs Middle)',
+		alignBaseline	: 'Γραμμή Βάσης (Baseline)',
+		alignBottom	: 'Κάτω (Bottom)',
+		alignMiddle	: 'Μέση (Middle)',
+		alignRight	: 'Δεξιά (Right)',
+		alignTextTop	: 'Κορυφή Κειμένου (Text Top)',
+		alignTop	: 'Πάνω (Top)',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Χρώμα Υποβάθρου',
+		width	: 'Πλάτος',
+		height	: 'Ύψος',
+		hSpace	: 'Οριζόντιος Χώρος (HSpace)',
+		vSpace	: 'Κάθετος Χώρος (VSpace)',
+		validateSrc : 'Εισάγετε την τοποθεσία (URL) του υπερσυνδέσμου (Link)',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Ορθογραφικός έλεγχος',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Δεν υπάρχει στο λεξικό',
+		changeTo		: 'Αλλαγή σε',
+		btnIgnore		: 'Αγνόηση',
+		btnIgnoreAll	: 'Αγνόηση όλων',
+		btnReplace		: 'Αντικατάσταση',
+		btnReplaceAll	: 'Αντικατάσταση όλων',
+		btnUndo			: 'Αναίρεση',
+		noSuggestions	: '- Δεν υπάρχουν προτάσεις -',
+		progress		: 'Ορθογραφικός έλεγχος σε εξέλιξη...',
+		noMispell		: 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν βρέθηκαν λάθη',
+		noChanges		: 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Δεν άλλαξαν λέξεις',
+		oneChange		: 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: Μια λέξη άλλαξε',
+		manyChanges		: 'Ο ορθογραφικός έλεγχος ολοκληρώθηκε: %1 λέξεις άλλαξαν',
+		ieSpellDownload	: 'Δεν υπάρχει εγκατεστημένος ορθογράφος. Θέλετε να τον κατεβάσετε τώρα;'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Επιλέξτε ένα Smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Λίστα με Αριθμούς',
+	bulletedlist : 'Λίστα με Bullets',
+	indent : 'Αύξηση Εσοχής',
+	outdent : 'Μείωση Εσοχής',
+
+	justify :
+	{
+		left : 'Στοίχιση Αριστερά',
+		center : 'Στοίχιση στο Κέντρο',
+		right : 'Στοίχιση Δεξιά',
+		block : 'Πλήρης Στοίχιση (Block)'
+	},
+
+	outdent : 'Μείωση Εσοχής',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Επικόλληση',
+		cutError	: 'Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αποκοπής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl+X).',
+		copyError	: 'Οι ρυθμίσεις ασφαλείας του φυλλομετρητή σας δεν επιτρέπουν την επιλεγμένη εργασία αντιγραφής. Χρησιμοποιείστε το πληκτρολόγιο (Ctrl+C).',
+		pasteMsg	: 'Παρακαλώ επικολήστε στο ακόλουθο κουτί χρησιμοποιόντας το πληκτρολόγιο (<STRONG>Ctrl+V</STRONG>) και πατήστε <STRONG>OK</STRONG>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Επικόλληση από το Word',
+		title : 'Επικόλληση από το Word',
+		advice : 'Παρακαλώ επικολήστε στο ακόλουθο κουτί χρησιμοποιόντας το πληκτρολόγιο (<STRONG>Ctrl+V</STRONG>) και πατήστε <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Αγνόηση προδιαγραφών γραμματοσειράς',
+		removeStyle : 'Αφαίρεση προδιαγραφών στύλ'
+	},
+
+	pasteText :
+	{
+		button : 'Επικόλληση ως Απλό Κείμενο',
+		title : 'Επικόλληση ως Απλό Κείμενο'
+	},
+
+	templates :
+	{
+		button : 'Πρότυπα',
+		title : 'Πρότυπα περιεχομένου',
+		insertOption: 'Αντικατάσταση υπάρχοντων περιεχομένων',
+		selectPromptMsg: 'Παρακαλώ επιλέξτε πρότυπο για εισαγωγή στο πρόγραμμα<br>(τα υπάρχοντα περιεχόμενα θα χαθούν):',
+		emptyListMsg : '(Δεν έχουν καθοριστεί πρότυπα)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Στυλ',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Μορφή Γραμματοσειράς',
+		panelTitle : 'Μορφή Γραμματοσειράς',
+
+		tag_p : 'Κανονικό',
+		tag_pre : 'Μορφοποιημένο',
+		tag_address : 'Διεύθυνση',
+		tag_h1 : 'Επικεφαλίδα 1',
+		tag_h2 : 'Επικεφαλίδα 2',
+		tag_h3 : 'Επικεφαλίδα 3',
+		tag_h4 : 'Επικεφαλίδα 4',
+		tag_h5 : 'Επικεφαλίδα 5',
+		tag_h6 : 'Επικεφαλίδα 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Γραμματοσειρά',
+		panelTitle : 'Γραμματοσειρά'
+	},
+
+	fontSize :
+	{
+		label : 'Μέγεθος',
+		panelTitle : 'Μέγεθος'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Χρώμα Γραμμάτων',
+		bgColorTitle : 'Χρώμα Υποβάθρου',
+		auto : 'Αυτόματο',
+		more : 'Περισσότερα χρώματα...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/en-au.js
===================================================================
--- /CKEditor/trunk/_source/lang/en-au.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/en-au.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * English (Australia) language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['en-au'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Source',
+	newPage			: 'New Page',
+	save			: 'Save',
+	preview			: 'Preview',
+	cut				: 'Cut',
+	copy			: 'Copy',
+	paste			: 'Paste',
+	print			: 'Print',
+	underline		: 'Underline',
+	bold			: 'Bold',
+	italic			: 'Italic',
+	selectAll		: 'Select All',
+	removeFormat	: 'Remove Format',
+	strike			: 'Strike Through',
+	subscript		: 'Subscript',
+	superscript		: 'Superscript',
+	horizontalrule	: 'Insert Horizontal Line',
+	pagebreak		: 'Insert Page Break',
+	unlink			: 'Remove Link',
+	undo			: 'Undo',
+	redo			: 'Redo',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Browse Server',
+		url				: 'URL',
+		protocol		: 'Protocol',
+		upload			: 'Upload',
+		uploadSubmit	: 'Send it to the Server',
+		image			: 'Image',
+		flash			: 'Flash',
+		form			: 'Form',
+		checkbox		: 'Checkbox',
+		radio		: 'Radio Button',
+		textField		: 'Text Field',
+		textarea		: 'Textarea',
+		hiddenField		: 'Hidden Field',
+		button			: 'Button',
+		select	: 'Selection Field',
+		imageButton		: 'Image Button',
+		notSet			: '<not set>',
+		id				: 'Id',
+		name			: 'Name',
+		langDir			: 'Language Direction',
+		langDirLtr		: 'Left to Right (LTR)',
+		langDirRtl		: 'Right to Left (RTL)',
+		langCode		: 'Language Code',
+		longDescr		: 'Long Description URL',
+		cssClass		: 'Stylesheet Classes',
+		advisoryTitle	: 'Advisory Title',
+		cssStyle		: 'Style',
+		ok				: 'OK',
+		cancel			: 'Cancel',
+		generalTab		: 'General',
+		advancedTab		: 'Advanced',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Insert Special Character',
+		title		: 'Select Special Character'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Insert/Edit Link',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Edit Link',
+		title		: 'Link',
+		info		: 'Link Info',
+		target		: 'Target',
+		upload		: 'Upload',
+		advanced	: 'Advanced',
+		type		: 'Link Type',
+		toAnchor	: 'Link to anchor in the text',
+		toEmail		: 'E-Mail',
+		target		: 'Target',
+		targetNotSet	: '<not set>',
+		targetFrame	: '<frame>',
+		targetPopup	: '<popup window>',
+		targetNew	: 'New Window (_blank)',
+		targetTop	: 'Topmost Window (_top)',
+		targetSelf	: 'Same Window (_self)',
+		targetParent	: 'Parent Window (_parent)',
+		targetFrameName	: 'Target Frame Name',
+		targetPopupName	: 'Popup Window Name',
+		popupFeatures	: 'Popup Window Features',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Status Bar',
+		popupLocationBar	: 'Location Bar',
+		popupToolbar	: 'Toolbar',
+		popupMenuBar	: 'Menu Bar',
+		popupFullScreen	: 'Full Screen (IE)',
+		popupScrollBars	: 'Scroll Bars',
+		popupDependent	: 'Dependent (Netscape)',
+		popupWidth		: 'Width',
+		popupLeft		: 'Left Position',
+		popupHeight		: 'Height',
+		popupTop		: 'Top Position',
+		id				: 'Id', // MISSING
+		langDir			: 'Language Direction',
+		langDirNotSet	: '<not set>',
+		langDirLTR		: 'Left to Right (LTR)',
+		langDirRTL		: 'Right to Left (RTL)',
+		acccessKey		: 'Access Key',
+		name			: 'Name',
+		langCode		: 'Language Direction',
+		tabIndex		: 'Tab Index',
+		advisoryTitle	: 'Advisory Title',
+		advisoryContentType	: 'Advisory Content Type',
+		cssClasses		: 'Stylesheet Classes',
+		charset			: 'Linked Resource Charset',
+		styles			: 'Style',
+		selectAnchor	: 'Select an Anchor',
+		anchorName		: 'By Anchor Name',
+		anchorId		: 'By Element Id',
+		emailAddress	: 'E-Mail Address',
+		emailSubject	: 'Message Subject',
+		emailBody		: 'Message Body',
+		noAnchors		: '(No anchors available in the document)',
+		noUrl			: 'Please type the link URL',
+		noEmail			: 'Please type the e-mail address'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Insert/Edit Anchor',
+		menu		: 'Anchor Properties',
+		title		: 'Anchor Properties',
+		name		: 'Anchor Name',
+		errorName	: 'Please type the anchor name'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace',
+		find				: 'Find',
+		replace				: 'Replace',
+		findWhat			: 'Find what:',
+		replaceWith			: 'Replace with:',
+		notFoundMsg			: 'The specified text was not found.',
+		matchCase			: 'Match case',
+		matchWord			: 'Match whole word',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Replace All',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Table',
+		title		: 'Table Properties',
+		menu		: 'Table Properties',
+		deleteTable	: 'Delete Table',
+		rows		: 'Rows',
+		columns		: 'Columns',
+		border		: 'Border size',
+		align		: 'Alignment',
+		alignNotSet	: '<Not set>',
+		alignLeft	: 'Left',
+		alignCenter	: 'Centre',
+		alignRight	: 'Right',
+		width		: 'Width',
+		widthPx		: 'pixels',
+		widthPc		: 'percent',
+		height		: 'Height',
+		cellSpace	: 'Cell spacing',
+		cellPad		: 'Cell padding',
+		caption		: 'Caption',
+		summary		: 'Summary',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell',
+			insertBefore	: 'Insert Cell Before',
+			insertAfter		: 'Insert Cell After',
+			deleteCell		: 'Delete Cells',
+			merge			: 'Merge Cells',
+			mergeRight		: 'Merge Right',
+			mergeDown		: 'Merge Down',
+			splitHorizontal	: 'Split Cell Horizontally',
+			splitVertical	: 'Split Cell Vertically'
+		},
+
+		row :
+		{
+			menu			: 'Row',
+			insertBefore	: 'Insert Row Before',
+			insertAfter		: 'Insert Row After',
+			deleteRow		: 'Delete Rows'
+		},
+
+		column :
+		{
+			menu			: 'Column',
+			insertBefore	: 'Insert Column Before',
+			insertAfter		: 'Insert Column After',
+			deleteColumn	: 'Delete Columns'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Button Properties',
+		text		: 'Text (Value)',
+		type		: 'Type',
+		typeBtn		: 'Button',
+		typeSbm		: 'Submit',
+		typeRst		: 'Reset'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Checkbox Properties',
+		radioTitle	: 'Radio Button Properties',
+		value		: 'Value',
+		selected	: 'Selected'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Form Properties',
+		menu		: 'Form Properties',
+		action		: 'Action',
+		method		: 'Method',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Target',
+		targetNotSet	: '<not set>',
+		targetNew	: 'New Window (_blank)',
+		targetTop	: 'Topmost Window (_top)',
+		targetSelf	: 'Same Window (_self)',
+		targetParent	: 'Parent Window (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Selection Field Properties',
+		selectInfo	: 'Info',
+		opAvail		: 'Available Options',
+		value		: 'Value',
+		size		: 'Size',
+		lines		: 'lines',
+		chkMulti	: 'Allow multiple selections',
+		opText		: 'Text',
+		opValue		: 'Value',
+		btnAdd		: 'Add',
+		btnModify	: 'Modify',
+		btnUp		: 'Up',
+		btnDown		: 'Down',
+		btnSetValue : 'Set as selected value',
+		btnDelete	: 'Delete'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Textarea Properties',
+		cols		: 'Columns',
+		rows		: 'Rows'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Text Field Properties',
+		name		: 'Name',
+		value		: 'Value',
+		charWidth	: 'Character Width',
+		maxChars	: 'Maximum Characters',
+		type		: 'Type',
+		typeText	: 'Text',
+		typePass	: 'Password'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Hidden Field Properties',
+		name	: 'Name',
+		value	: 'Value'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Image Properties',
+		titleButton	: 'Image Button Properties',
+		menu		: 'Image Properties',
+		infoTab	: 'Image Info',
+		btnUpload	: 'Send it to the Server',
+		url		: 'URL',
+		upload	: 'Upload',
+		alt		: 'Alternative Text',
+		width		: 'Width',
+		height	: 'Height',
+		lockRatio	: 'Lock Ratio',
+		resetSize	: 'Reset Size',
+		border	: 'Border',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Align',
+		alignLeft	: 'Left',
+		alignAbsBottom: 'Abs Bottom',
+		alignAbsMiddle: 'Abs Middle',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Bottom',
+		alignMiddle	: 'Middle',
+		alignRight	: 'Right',
+		alignTextTop	: 'Text Top',
+		alignTop	: 'Top',
+		preview	: 'Preview',
+		alertUrl	: 'Please type the image URL',
+		linkTab	: 'Link',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash Properties',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash Properties',
+		chkPlay		: 'Auto Play',
+		chkLoop		: 'Loop',
+		chkMenu		: 'Enable Flash Menu',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Scale',
+		scaleAll		: 'Show all',
+		scaleNoBorder	: 'No Border',
+		scaleFit		: 'Exact Fit',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Align',
+		alignLeft	: 'Left',
+		alignAbsBottom: 'Abs Bottom',
+		alignAbsMiddle: 'Abs Middle',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Bottom',
+		alignMiddle	: 'Middle',
+		alignRight	: 'Right',
+		alignTextTop	: 'Text Top',
+		alignTop	: 'Top',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Background Colour',
+		width	: 'Width',
+		height	: 'Height',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Please type the link URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Check Spelling',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Not in dictionary',
+		changeTo		: 'Change to',
+		btnIgnore		: 'Ignore',
+		btnIgnoreAll	: 'Ignore All',
+		btnReplace		: 'Replace',
+		btnReplaceAll	: 'Replace All',
+		btnUndo			: 'Undo',
+		noSuggestions	: '- No suggestions -',
+		progress		: 'Spell check in progress...',
+		noMispell		: 'Spell check complete: No misspellings found',
+		noChanges		: 'Spell check complete: No words changed',
+		oneChange		: 'Spell check complete: One word changed',
+		manyChanges		: 'Spell check complete: %1 words changed',
+		ieSpellDownload	: 'Spell checker not installed. Do you want to download it now?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Insert a Smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numbered List',
+	bulletedlist : 'Bulleted List',
+	indent : 'Increase Indent',
+	outdent : 'Decrease Indent',
+
+	justify :
+	{
+		left : 'Left Justify',
+		center : 'Centre Justify',
+		right : 'Right Justify',
+		block : 'Block Justify'
+	},
+
+	outdent : 'Decrease Indent',
+	blockquote : 'Blockquote',
+
+	clipboard :
+	{
+		title		: 'Paste',
+		cutError	: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).',
+		copyError	: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).',
+		pasteMsg	: 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Paste from Word',
+		title : 'Paste from Word',
+		advice : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.',
+		ignoreFontFace : 'Ignore Font Face definitions',
+		removeStyle : 'Remove Styles definitions'
+	},
+
+	pasteText :
+	{
+		button : 'Paste as Plain Text',
+		title : 'Paste as Plain Text'
+	},
+
+	templates :
+	{
+		button : 'Templates',
+		title : 'Content Templates',
+		insertOption: 'Replace actual contents',
+		selectPromptMsg: 'Please select the template to open in the editor<br />(the actual contents will be lost):',
+		emptyListMsg : '(No templates defined)'
+	},
+
+	showBlocks : 'Show Blocks',
+
+	stylesCombo :
+	{
+		label : 'Style',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Font',
+		panelTitle : 'Font'
+	},
+
+	fontSize :
+	{
+		label : 'Size',
+		panelTitle : 'Size'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Text Colour',
+		bgColorTitle : 'Background Colour',
+		auto : 'Automatic',
+		more : 'More Colours...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/en-ca.js
===================================================================
--- /CKEditor/trunk/_source/lang/en-ca.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/en-ca.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * English (Canadian) language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['en-ca'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Source',
+	newPage			: 'New Page',
+	save			: 'Save',
+	preview			: 'Preview',
+	cut				: 'Cut',
+	copy			: 'Copy',
+	paste			: 'Paste',
+	print			: 'Print',
+	underline		: 'Underline',
+	bold			: 'Bold',
+	italic			: 'Italic',
+	selectAll		: 'Select All',
+	removeFormat	: 'Remove Format',
+	strike			: 'Strike Through',
+	subscript		: 'Subscript',
+	superscript		: 'Superscript',
+	horizontalrule	: 'Insert Horizontal Line',
+	pagebreak		: 'Insert Page Break',
+	unlink			: 'Remove Link',
+	undo			: 'Undo',
+	redo			: 'Redo',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Browse Server',
+		url				: 'URL',
+		protocol		: 'Protocol',
+		upload			: 'Upload',
+		uploadSubmit	: 'Send it to the Server',
+		image			: 'Image',
+		flash			: 'Flash',
+		form			: 'Form',
+		checkbox		: 'Checkbox',
+		radio		: 'Radio Button',
+		textField		: 'Text Field',
+		textarea		: 'Textarea',
+		hiddenField		: 'Hidden Field',
+		button			: 'Button',
+		select	: 'Selection Field',
+		imageButton		: 'Image Button',
+		notSet			: '<not set>',
+		id				: 'Id',
+		name			: 'Name',
+		langDir			: 'Language Direction',
+		langDirLtr		: 'Left to Right (LTR)',
+		langDirRtl		: 'Right to Left (RTL)',
+		langCode		: 'Language Code',
+		longDescr		: 'Long Description URL',
+		cssClass		: 'Stylesheet Classes',
+		advisoryTitle	: 'Advisory Title',
+		cssStyle		: 'Style',
+		ok				: 'OK',
+		cancel			: 'Cancel',
+		generalTab		: 'General',
+		advancedTab		: 'Advanced',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Insert Special Character',
+		title		: 'Select Special Character'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Insert/Edit Link',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Edit Link',
+		title		: 'Link',
+		info		: 'Link Info',
+		target		: 'Target',
+		upload		: 'Upload',
+		advanced	: 'Advanced',
+		type		: 'Link Type',
+		toAnchor	: 'Link to anchor in the text',
+		toEmail		: 'E-Mail',
+		target		: 'Target',
+		targetNotSet	: '<not set>',
+		targetFrame	: '<frame>',
+		targetPopup	: '<popup window>',
+		targetNew	: 'New Window (_blank)',
+		targetTop	: 'Topmost Window (_top)',
+		targetSelf	: 'Same Window (_self)',
+		targetParent	: 'Parent Window (_parent)',
+		targetFrameName	: 'Target Frame Name',
+		targetPopupName	: 'Popup Window Name',
+		popupFeatures	: 'Popup Window Features',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Status Bar',
+		popupLocationBar	: 'Location Bar',
+		popupToolbar	: 'Toolbar',
+		popupMenuBar	: 'Menu Bar',
+		popupFullScreen	: 'Full Screen (IE)',
+		popupScrollBars	: 'Scroll Bars',
+		popupDependent	: 'Dependent (Netscape)',
+		popupWidth		: 'Width',
+		popupLeft		: 'Left Position',
+		popupHeight		: 'Height',
+		popupTop		: 'Top Position',
+		id				: 'Id', // MISSING
+		langDir			: 'Language Direction',
+		langDirNotSet	: '<not set>',
+		langDirLTR		: 'Left to Right (LTR)',
+		langDirRTL		: 'Right to Left (RTL)',
+		acccessKey		: 'Access Key',
+		name			: 'Name',
+		langCode		: 'Language Direction',
+		tabIndex		: 'Tab Index',
+		advisoryTitle	: 'Advisory Title',
+		advisoryContentType	: 'Advisory Content Type',
+		cssClasses		: 'Stylesheet Classes',
+		charset			: 'Linked Resource Charset',
+		styles			: 'Style',
+		selectAnchor	: 'Select an Anchor',
+		anchorName		: 'By Anchor Name',
+		anchorId		: 'By Element Id',
+		emailAddress	: 'E-Mail Address',
+		emailSubject	: 'Message Subject',
+		emailBody		: 'Message Body',
+		noAnchors		: '(No anchors available in the document)',
+		noUrl			: 'Please type the link URL',
+		noEmail			: 'Please type the e-mail address'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Insert/Edit Anchor',
+		menu		: 'Anchor Properties',
+		title		: 'Anchor Properties',
+		name		: 'Anchor Name',
+		errorName	: 'Please type the anchor name'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace',
+		find				: 'Find',
+		replace				: 'Replace',
+		findWhat			: 'Find what:',
+		replaceWith			: 'Replace with:',
+		notFoundMsg			: 'The specified text was not found.',
+		matchCase			: 'Match case',
+		matchWord			: 'Match whole word',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Replace All',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Table',
+		title		: 'Table Properties',
+		menu		: 'Table Properties',
+		deleteTable	: 'Delete Table',
+		rows		: 'Rows',
+		columns		: 'Columns',
+		border		: 'Border size',
+		align		: 'Alignment',
+		alignNotSet	: '<Not set>',
+		alignLeft	: 'Left',
+		alignCenter	: 'Centre',
+		alignRight	: 'Right',
+		width		: 'Width',
+		widthPx		: 'pixels',
+		widthPc		: 'percent',
+		height		: 'Height',
+		cellSpace	: 'Cell spacing',
+		cellPad		: 'Cell padding',
+		caption		: 'Caption',
+		summary		: 'Summary',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell',
+			insertBefore	: 'Insert Cell Before',
+			insertAfter		: 'Insert Cell After',
+			deleteCell		: 'Delete Cells',
+			merge			: 'Merge Cells',
+			mergeRight		: 'Merge Right',
+			mergeDown		: 'Merge Down',
+			splitHorizontal	: 'Split Cell Horizontally',
+			splitVertical	: 'Split Cell Vertically'
+		},
+
+		row :
+		{
+			menu			: 'Row',
+			insertBefore	: 'Insert Row Before',
+			insertAfter		: 'Insert Row After',
+			deleteRow		: 'Delete Rows'
+		},
+
+		column :
+		{
+			menu			: 'Column',
+			insertBefore	: 'Insert Column Before',
+			insertAfter		: 'Insert Column After',
+			deleteColumn	: 'Delete Columns'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Button Properties',
+		text		: 'Text (Value)',
+		type		: 'Type',
+		typeBtn		: 'Button',
+		typeSbm		: 'Submit',
+		typeRst		: 'Reset'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Checkbox Properties',
+		radioTitle	: 'Radio Button Properties',
+		value		: 'Value',
+		selected	: 'Selected'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Form Properties',
+		menu		: 'Form Properties',
+		action		: 'Action',
+		method		: 'Method',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Target',
+		targetNotSet	: '<not set>',
+		targetNew	: 'New Window (_blank)',
+		targetTop	: 'Topmost Window (_top)',
+		targetSelf	: 'Same Window (_self)',
+		targetParent	: 'Parent Window (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Selection Field Properties',
+		selectInfo	: 'Info',
+		opAvail		: 'Available Options',
+		value		: 'Value',
+		size		: 'Size',
+		lines		: 'lines',
+		chkMulti	: 'Allow multiple selections',
+		opText		: 'Text',
+		opValue		: 'Value',
+		btnAdd		: 'Add',
+		btnModify	: 'Modify',
+		btnUp		: 'Up',
+		btnDown		: 'Down',
+		btnSetValue : 'Set as selected value',
+		btnDelete	: 'Delete'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Textarea Properties',
+		cols		: 'Columns',
+		rows		: 'Rows'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Text Field Properties',
+		name		: 'Name',
+		value		: 'Value',
+		charWidth	: 'Character Width',
+		maxChars	: 'Maximum Characters',
+		type		: 'Type',
+		typeText	: 'Text',
+		typePass	: 'Password'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Hidden Field Properties',
+		name	: 'Name',
+		value	: 'Value'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Image Properties',
+		titleButton	: 'Image Button Properties',
+		menu		: 'Image Properties',
+		infoTab	: 'Image Info',
+		btnUpload	: 'Send it to the Server',
+		url		: 'URL',
+		upload	: 'Upload',
+		alt		: 'Alternative Text',
+		width		: 'Width',
+		height	: 'Height',
+		lockRatio	: 'Lock Ratio',
+		resetSize	: 'Reset Size',
+		border	: 'Border',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Align',
+		alignLeft	: 'Left',
+		alignAbsBottom: 'Abs Bottom',
+		alignAbsMiddle: 'Abs Middle',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Bottom',
+		alignMiddle	: 'Middle',
+		alignRight	: 'Right',
+		alignTextTop	: 'Text Top',
+		alignTop	: 'Top',
+		preview	: 'Preview',
+		alertUrl	: 'Please type the image URL',
+		linkTab	: 'Link',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash Properties',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash Properties',
+		chkPlay		: 'Auto Play',
+		chkLoop		: 'Loop',
+		chkMenu		: 'Enable Flash Menu',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Scale',
+		scaleAll		: 'Show all',
+		scaleNoBorder	: 'No Border',
+		scaleFit		: 'Exact Fit',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Align',
+		alignLeft	: 'Left',
+		alignAbsBottom: 'Abs Bottom',
+		alignAbsMiddle: 'Abs Middle',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Bottom',
+		alignMiddle	: 'Middle',
+		alignRight	: 'Right',
+		alignTextTop	: 'Text Top',
+		alignTop	: 'Top',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Background Colour',
+		width	: 'Width',
+		height	: 'Height',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Please type the link URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Check Spelling',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Not in dictionary',
+		changeTo		: 'Change to',
+		btnIgnore		: 'Ignore',
+		btnIgnoreAll	: 'Ignore All',
+		btnReplace		: 'Replace',
+		btnReplaceAll	: 'Replace All',
+		btnUndo			: 'Undo',
+		noSuggestions	: '- No suggestions -',
+		progress		: 'Spell check in progress...',
+		noMispell		: 'Spell check complete: No misspellings found',
+		noChanges		: 'Spell check complete: No words changed',
+		oneChange		: 'Spell check complete: One word changed',
+		manyChanges		: 'Spell check complete: %1 words changed',
+		ieSpellDownload	: 'Spell checker not installed. Do you want to download it now?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Insert a Smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numbered List',
+	bulletedlist : 'Bulleted List',
+	indent : 'Increase Indent',
+	outdent : 'Decrease Indent',
+
+	justify :
+	{
+		left : 'Left Justify',
+		center : 'Centre Justify',
+		right : 'Right Justify',
+		block : 'Block Justify'
+	},
+
+	outdent : 'Decrease Indent',
+	blockquote : 'Blockquote',
+
+	clipboard :
+	{
+		title		: 'Paste',
+		cutError	: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).',
+		copyError	: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).',
+		pasteMsg	: 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Paste from Word',
+		title : 'Paste from Word',
+		advice : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.',
+		ignoreFontFace : 'Ignore Font Face definitions',
+		removeStyle : 'Remove Styles definitions'
+	},
+
+	pasteText :
+	{
+		button : 'Paste as Plain Text',
+		title : 'Paste as Plain Text'
+	},
+
+	templates :
+	{
+		button : 'Templates',
+		title : 'Content Templates',
+		insertOption: 'Replace actual contents',
+		selectPromptMsg: 'Please select the template to open in the editor<br />(the actual contents will be lost):',
+		emptyListMsg : '(No templates defined)'
+	},
+
+	showBlocks : 'Show Blocks',
+
+	stylesCombo :
+	{
+		label : 'Style',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Font',
+		panelTitle : 'Font'
+	},
+
+	fontSize :
+	{
+		label : 'Size',
+		panelTitle : 'Size'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Text Colour',
+		bgColorTitle : 'Background Colour',
+		auto : 'Automatic',
+		more : 'More Colours...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/en-uk.js
===================================================================
--- /CKEditor/trunk/_source/lang/en-uk.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/en-uk.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * English (United Kingdom) language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['en-uk'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Source',
+	newPage			: 'New Page',
+	save			: 'Save',
+	preview			: 'Preview',
+	cut				: 'Cut',
+	copy			: 'Copy',
+	paste			: 'Paste',
+	print			: 'Print',
+	underline		: 'Underline',
+	bold			: 'Bold',
+	italic			: 'Italic',
+	selectAll		: 'Select All',
+	removeFormat	: 'Remove Format',
+	strike			: 'Strike Through',
+	subscript		: 'Subscript',
+	superscript		: 'Superscript',
+	horizontalrule	: 'Insert Horizontal Line',
+	pagebreak		: 'Insert Page Break',
+	unlink			: 'Remove Link',
+	undo			: 'Undo',
+	redo			: 'Redo',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Browse Server',
+		url				: 'URL',
+		protocol		: 'Protocol',
+		upload			: 'Upload',
+		uploadSubmit	: 'Send it to the Server',
+		image			: 'Image',
+		flash			: 'Flash',
+		form			: 'Form',
+		checkbox		: 'Checkbox',
+		radio		: 'Radio Button',
+		textField		: 'Text Field',
+		textarea		: 'Textarea',
+		hiddenField		: 'Hidden Field',
+		button			: 'Button',
+		select	: 'Selection Field',
+		imageButton		: 'Image Button',
+		notSet			: '<not set>',
+		id				: 'Id',
+		name			: 'Name',
+		langDir			: 'Language Direction',
+		langDirLtr		: 'Left to Right (LTR)',
+		langDirRtl		: 'Right to Left (RTL)',
+		langCode		: 'Language Code',
+		longDescr		: 'Long Description URL',
+		cssClass		: 'Stylesheet Classes',
+		advisoryTitle	: 'Advisory Title',
+		cssStyle		: 'Style',
+		ok				: 'OK',
+		cancel			: 'Cancel',
+		generalTab		: 'General',
+		advancedTab		: 'Advanced',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Insert Special Character',
+		title		: 'Select Special Character'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Insert/Edit Link',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Edit Link',
+		title		: 'Link',
+		info		: 'Link Info',
+		target		: 'Target',
+		upload		: 'Upload',
+		advanced	: 'Advanced',
+		type		: 'Link Type',
+		toAnchor	: 'Link to anchor in the text',
+		toEmail		: 'E-Mail',
+		target		: 'Target',
+		targetNotSet	: '<not set>',
+		targetFrame	: '<frame>',
+		targetPopup	: '<popup window>',
+		targetNew	: 'New Window (_blank)',
+		targetTop	: 'Topmost Window (_top)',
+		targetSelf	: 'Same Window (_self)',
+		targetParent	: 'Parent Window (_parent)',
+		targetFrameName	: 'Target Frame Name',
+		targetPopupName	: 'Popup Window Name',
+		popupFeatures	: 'Popup Window Features',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Status Bar',
+		popupLocationBar	: 'Location Bar',
+		popupToolbar	: 'Toolbar',
+		popupMenuBar	: 'Menu Bar',
+		popupFullScreen	: 'Full Screen (IE)',
+		popupScrollBars	: 'Scroll Bars',
+		popupDependent	: 'Dependent (Netscape)',
+		popupWidth		: 'Width',
+		popupLeft		: 'Left Position',
+		popupHeight		: 'Height',
+		popupTop		: 'Top Position',
+		id				: 'Id', // MISSING
+		langDir			: 'Language Direction',
+		langDirNotSet	: '<not set>',
+		langDirLTR		: 'Left to Right (LTR)',
+		langDirRTL		: 'Right to Left (RTL)',
+		acccessKey		: 'Access Key',
+		name			: 'Name',
+		langCode		: 'Language Direction',
+		tabIndex		: 'Tab Index',
+		advisoryTitle	: 'Advisory Title',
+		advisoryContentType	: 'Advisory Content Type',
+		cssClasses		: 'Stylesheet Classes',
+		charset			: 'Linked Resource Charset',
+		styles			: 'Style',
+		selectAnchor	: 'Select an Anchor',
+		anchorName		: 'By Anchor Name',
+		anchorId		: 'By Element Id',
+		emailAddress	: 'E-Mail Address',
+		emailSubject	: 'Message Subject',
+		emailBody		: 'Message Body',
+		noAnchors		: '(No anchors available in the document)',
+		noUrl			: 'Please type the link URL',
+		noEmail			: 'Please type the e-mail address'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Insert/Edit Anchor',
+		menu		: 'Anchor Properties',
+		title		: 'Anchor Properties',
+		name		: 'Anchor Name',
+		errorName	: 'Please type the anchor name'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace',
+		find				: 'Find',
+		replace				: 'Replace',
+		findWhat			: 'Find what:',
+		replaceWith			: 'Replace with:',
+		notFoundMsg			: 'The specified text was not found.',
+		matchCase			: 'Match case',
+		matchWord			: 'Match whole word',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Replace All',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Table',
+		title		: 'Table Properties',
+		menu		: 'Table Properties',
+		deleteTable	: 'Delete Table',
+		rows		: 'Rows',
+		columns		: 'Columns',
+		border		: 'Border size',
+		align		: 'Alignment',
+		alignNotSet	: '<Not set>',
+		alignLeft	: 'Left',
+		alignCenter	: 'Centre',
+		alignRight	: 'Right',
+		width		: 'Width',
+		widthPx		: 'pixels',
+		widthPc		: 'percent',
+		height		: 'Height',
+		cellSpace	: 'Cell spacing',
+		cellPad		: 'Cell padding',
+		caption		: 'Caption',
+		summary		: 'Summary',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell',
+			insertBefore	: 'Insert Cell Before',
+			insertAfter		: 'Insert Cell After',
+			deleteCell		: 'Delete Cells',
+			merge			: 'Merge Cells',
+			mergeRight		: 'Merge Right',
+			mergeDown		: 'Merge Down',
+			splitHorizontal	: 'Split Cell Horizontally',
+			splitVertical	: 'Split Cell Vertically'
+		},
+
+		row :
+		{
+			menu			: 'Row',
+			insertBefore	: 'Insert Row Before',
+			insertAfter		: 'Insert Row After',
+			deleteRow		: 'Delete Rows'
+		},
+
+		column :
+		{
+			menu			: 'Column',
+			insertBefore	: 'Insert Column Before',
+			insertAfter		: 'Insert Column After',
+			deleteColumn	: 'Delete Columns'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Button Properties',
+		text		: 'Text (Value)',
+		type		: 'Type',
+		typeBtn		: 'Button',
+		typeSbm		: 'Submit',
+		typeRst		: 'Reset'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Checkbox Properties',
+		radioTitle	: 'Radio Button Properties',
+		value		: 'Value',
+		selected	: 'Selected'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Form Properties',
+		menu		: 'Form Properties',
+		action		: 'Action',
+		method		: 'Method',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Target',
+		targetNotSet	: '<not set>',
+		targetNew	: 'New Window (_blank)',
+		targetTop	: 'Topmost Window (_top)',
+		targetSelf	: 'Same Window (_self)',
+		targetParent	: 'Parent Window (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Selection Field Properties',
+		selectInfo	: 'Info',
+		opAvail		: 'Available Options',
+		value		: 'Value',
+		size		: 'Size',
+		lines		: 'lines',
+		chkMulti	: 'Allow multiple selections',
+		opText		: 'Text',
+		opValue		: 'Value',
+		btnAdd		: 'Add',
+		btnModify	: 'Modify',
+		btnUp		: 'Up',
+		btnDown		: 'Down',
+		btnSetValue : 'Set as selected value',
+		btnDelete	: 'Delete'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Textarea Properties',
+		cols		: 'Columns',
+		rows		: 'Rows'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Text Field Properties',
+		name		: 'Name',
+		value		: 'Value',
+		charWidth	: 'Character Width',
+		maxChars	: 'Maximum Characters',
+		type		: 'Type',
+		typeText	: 'Text',
+		typePass	: 'Password'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Hidden Field Properties',
+		name	: 'Name',
+		value	: 'Value'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Image Properties',
+		titleButton	: 'Image Button Properties',
+		menu		: 'Image Properties',
+		infoTab	: 'Image Info',
+		btnUpload	: 'Send it to the Server',
+		url		: 'URL',
+		upload	: 'Upload',
+		alt		: 'Alternative Text',
+		width		: 'Width',
+		height	: 'Height',
+		lockRatio	: 'Lock Ratio',
+		resetSize	: 'Reset Size',
+		border	: 'Border',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Align',
+		alignLeft	: 'Left',
+		alignAbsBottom: 'Abs Bottom',
+		alignAbsMiddle: 'Abs Middle',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Bottom',
+		alignMiddle	: 'Middle',
+		alignRight	: 'Right',
+		alignTextTop	: 'Text Top',
+		alignTop	: 'Top',
+		preview	: 'Preview',
+		alertUrl	: 'Please type the image URL',
+		linkTab	: 'Link',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash Properties',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash Properties',
+		chkPlay		: 'Auto Play',
+		chkLoop		: 'Loop',
+		chkMenu		: 'Enable Flash Menu',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Scale',
+		scaleAll		: 'Show all',
+		scaleNoBorder	: 'No Border',
+		scaleFit		: 'Exact Fit',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Align',
+		alignLeft	: 'Left',
+		alignAbsBottom: 'Abs Bottom',
+		alignAbsMiddle: 'Abs Middle',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Bottom',
+		alignMiddle	: 'Middle',
+		alignRight	: 'Right',
+		alignTextTop	: 'Text Top',
+		alignTop	: 'Top',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Background Colour',
+		width	: 'Width',
+		height	: 'Height',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Please type the link URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Check Spelling',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Not in dictionary',
+		changeTo		: 'Change to',
+		btnIgnore		: 'Ignore',
+		btnIgnoreAll	: 'Ignore All',
+		btnReplace		: 'Replace',
+		btnReplaceAll	: 'Replace All',
+		btnUndo			: 'Undo',
+		noSuggestions	: '- No suggestions -',
+		progress		: 'Spell check in progress...',
+		noMispell		: 'Spell check complete: No misspellings found',
+		noChanges		: 'Spell check complete: No words changed',
+		oneChange		: 'Spell check complete: One word changed',
+		manyChanges		: 'Spell check complete: %1 words changed',
+		ieSpellDownload	: 'Spell checker not installed. Do you want to download it now?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Insert a Smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numbered List',
+	bulletedlist : 'Bulleted List',
+	indent : 'Increase Indent',
+	outdent : 'Decrease Indent',
+
+	justify :
+	{
+		left : 'Left Justify',
+		center : 'Centre Justify',
+		right : 'Right Justify',
+		block : 'Block Justify'
+	},
+
+	outdent : 'Decrease Indent',
+	blockquote : 'Blockquote',
+
+	clipboard :
+	{
+		title		: 'Paste',
+		cutError	: 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).',
+		copyError	: 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).',
+		pasteMsg	: 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Paste from Word',
+		title : 'Paste from Word',
+		advice : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.',
+		ignoreFontFace : 'Ignore Font Face definitions',
+		removeStyle : 'Remove Styles definitions'
+	},
+
+	pasteText :
+	{
+		button : 'Paste as Plain Text',
+		title : 'Paste as Plain Text'
+	},
+
+	templates :
+	{
+		button : 'Templates',
+		title : 'Content Templates',
+		insertOption: 'Replace actual contents',
+		selectPromptMsg: 'Please select the template to open in the editor<br />(the actual contents will be lost):',
+		emptyListMsg : '(No templates defined)'
+	},
+
+	showBlocks : 'Show Blocks',
+
+	stylesCombo :
+	{
+		label : 'Style',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Font',
+		panelTitle : 'Font'
+	},
+
+	fontSize :
+	{
+		label : 'Size',
+		panelTitle : 'Size'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Text Colour',
+		bgColorTitle : 'Background Colour',
+		auto : 'Automatic',
+		more : 'More Colours...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/eo.js
===================================================================
--- /CKEditor/trunk/_source/lang/eo.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/eo.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Esperanto language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['eo'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Fonto',
+	newPage			: 'Nova Paĝo',
+	save			: 'Sekurigi',
+	preview			: 'Vidigi Aspekton',
+	cut				: 'Eltondi',
+	copy			: 'Kopii',
+	paste			: 'Interglui',
+	print			: 'Presi',
+	underline		: 'Substreko',
+	bold			: 'Grasa',
+	italic			: 'Kursiva',
+	selectAll		: 'Elekti ĉion',
+	removeFormat	: 'Forigi Formaton',
+	strike			: 'Trastreko',
+	subscript		: 'Subskribo',
+	superscript		: 'Superskribo',
+	horizontalrule	: 'Enmeti Horizonta Linio',
+	pagebreak		: 'Insert Page Break', // MISSING
+	unlink			: 'Forigi Ligilon',
+	undo			: 'Malfari',
+	redo			: 'Refari',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Foliumi en la Servilo',
+		url				: 'URL',
+		protocol		: 'Protokolo',
+		upload			: 'Alŝuti',
+		uploadSubmit	: 'Sendu al Servilo',
+		image			: 'Bildo',
+		flash			: 'Flash', // MISSING
+		form			: 'Formularo',
+		checkbox		: 'Markobutono',
+		radio		: 'Radiobutono',
+		textField		: 'Teksta kampo',
+		textarea		: 'Teksta Areo',
+		hiddenField		: 'Kaŝita Kampo',
+		button			: 'Butono',
+		select	: 'Elekta Kampo',
+		imageButton		: 'Bildbutono',
+		notSet			: '<Defaŭlta>',
+		id				: 'Id',
+		name			: 'Nomo',
+		langDir			: 'Skribdirekto',
+		langDirLtr		: 'De maldekstro dekstren (LTR)',
+		langDirRtl		: 'De dekstro maldekstren (RTL)',
+		langCode		: 'Lingva Kodo',
+		longDescr		: 'URL de Longa Priskribo',
+		cssClass		: 'Klasoj de Stilfolioj',
+		advisoryTitle	: 'Indika Titolo',
+		cssStyle		: 'Stilo',
+		ok				: 'Akcepti',
+		cancel			: 'Rezigni',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Speciala',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Enmeti Specialan Signon',
+		title		: 'Enmeti Specialan Signon'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Enmeti/Ŝanĝi Ligilon',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Modifier Ligilon',
+		title		: 'Ligilo',
+		info		: 'Informoj pri la Ligilo',
+		target		: 'Celo',
+		upload		: 'Alŝuti',
+		advanced	: 'Speciala',
+		type		: 'Tipo de Ligilo',
+		toAnchor	: 'Ankri en tiu ĉi paĝo',
+		toEmail		: 'Retpoŝto',
+		target		: 'Celo',
+		targetNotSet	: '<Defaŭlta>',
+		targetFrame	: '<kadro>',
+		targetPopup	: '<ŝprucfenestro>',
+		targetNew	: 'Nova Fenestro (_blank)',
+		targetTop	: 'Plej Supra Fenestro (_top)',
+		targetSelf	: 'Sama Fenestro (_self)',
+		targetParent	: 'Gepatra Fenestro (_parent)',
+		targetFrameName	: 'Nomo de Kadro',
+		targetPopupName	: 'Nomo de Ŝprucfenestro',
+		popupFeatures	: 'Atributoj de la Ŝprucfenestro',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statobreto',
+		popupLocationBar	: 'Adresobreto',
+		popupToolbar	: 'Ilobreto',
+		popupMenuBar	: 'Menubreto',
+		popupFullScreen	: 'Tutekrane (IE)',
+		popupScrollBars	: 'Rulumlisteloj',
+		popupDependent	: 'Dependa (Netscape)',
+		popupWidth		: 'Larĝo',
+		popupLeft		: 'Pozicio de Maldekstro',
+		popupHeight		: 'Alto',
+		popupTop		: 'Pozicio de Supro',
+		id				: 'Id', // MISSING
+		langDir			: 'Skribdirekto',
+		langDirNotSet	: '<Defaŭlta>',
+		langDirLTR		: 'De maldekstro dekstren (LTR)',
+		langDirRTL		: 'De dekstro maldekstren (RTL)',
+		acccessKey		: 'Fulmoklavo',
+		name			: 'Nomo',
+		langCode		: 'Skribdirekto',
+		tabIndex		: 'Taba Ordo',
+		advisoryTitle	: 'Indika Titolo',
+		advisoryContentType	: 'Indika Enhavotipo',
+		cssClasses		: 'Klasoj de Stilfolioj',
+		charset			: 'Signaro de la Ligita Rimedo',
+		styles			: 'Stilo',
+		selectAnchor	: 'Elekti Ankron',
+		anchorName		: 'Per Ankronomo',
+		anchorId		: 'Per Elementidentigilo',
+		emailAddress	: 'Retadreso',
+		emailSubject	: 'Temlinio',
+		emailBody		: 'Mesaĝa korpo',
+		noAnchors		: '<Ne disponeblas ankroj en la dokumento>',
+		noUrl			: 'Bonvolu entajpi la URL-on',
+		noEmail			: 'Bonvolu entajpi la retadreson'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Enmeti/Ŝanĝi Ankron',
+		menu		: 'Ankraj Atributoj',
+		title		: 'Ankraj Atributoj',
+		name		: 'Ankra Nomo',
+		errorName	: 'Bv tajpi la ankran nomon'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Serĉi',
+		replace				: 'Anstataŭigi',
+		findWhat			: 'Serĉi:',
+		replaceWith			: 'Anstataŭigi per:',
+		notFoundMsg			: 'La celteksto ne estas trovita.',
+		matchCase			: 'Kongruigi Usklecon',
+		matchWord			: 'Tuta Vorto',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Anstataŭigi Ĉiun',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabelo',
+		title		: 'Atributoj de Tabelo',
+		menu		: 'Atributoj de Tabelo',
+		deleteTable	: 'Delete Table', // MISSING
+		rows		: 'Linioj',
+		columns		: 'Kolumnoj',
+		border		: 'Bordero',
+		align		: 'Ĝisrandigo',
+		alignNotSet	: '<Defaŭlte>',
+		alignLeft	: 'Maldekstre',
+		alignCenter	: 'Centre',
+		alignRight	: 'Dekstre',
+		width		: 'Larĝo',
+		widthPx		: 'Bitbilderoj',
+		widthPc		: 'elcentoj',
+		height		: 'Alto',
+		cellSpace	: 'Interspacigo de Ĉeloj',
+		cellPad		: 'Ĉirkaŭenhava Plenigado',
+		caption		: 'Titolo',
+		summary		: 'Summary', // MISSING
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell', // MISSING
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Forigi Ĉelojn',
+			merge			: 'Kunfandi Ĉelojn',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Row', // MISSING
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Forigi Liniojn'
+		},
+
+		column :
+		{
+			menu			: 'Column', // MISSING
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Forigi Kolumnojn'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Butonaj Atributoj',
+		text		: 'Teksto (Valoro)',
+		type		: 'Tipo',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Markobutonaj Atributoj',
+		radioTitle	: 'Radiobutonaj Atributoj',
+		value		: 'Valoro',
+		selected	: 'Elektita'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Formularaj Atributoj',
+		menu		: 'Formularaj Atributoj',
+		action		: 'Ago',
+		method		: 'Metodo',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Celo',
+		targetNotSet	: '<Defaŭlta>',
+		targetNew	: 'Nova Fenestro (_blank)',
+		targetTop	: 'Plej Supra Fenestro (_top)',
+		targetSelf	: 'Sama Fenestro (_self)',
+		targetParent	: 'Gepatra Fenestro (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Atributoj de Elekta Kampo',
+		selectInfo	: 'Select Info', // MISSING
+		opAvail		: 'Elektoj Disponeblaj',
+		value		: 'Valoro',
+		size		: 'Grando',
+		lines		: 'Linioj',
+		chkMulti	: 'Permesi Plurajn Elektojn',
+		opText		: 'Teksto',
+		opValue		: 'Valoro',
+		btnAdd		: 'Aldoni',
+		btnModify	: 'Modifi',
+		btnUp		: 'Supren',
+		btnDown		: 'Malsupren',
+		btnSetValue : 'Agordi kiel Elektitan Valoron',
+		btnDelete	: 'Forigi'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Atributoj de Teksta Areo',
+		cols		: 'Kolumnoj',
+		rows		: 'Vicoj'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Atributoj de Teksta Kampo',
+		name		: 'Nomo',
+		value		: 'Valoro',
+		charWidth	: 'Signolarĝo',
+		maxChars	: 'Maksimuma Nombro da Signoj',
+		type		: 'Tipo',
+		typeText	: 'Teksto',
+		typePass	: 'Pasvorto'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Atributoj de Kaŝita Kampo',
+		name	: 'Nomo',
+		value	: 'Valoro'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Atributoj de Bildo',
+		titleButton	: 'Bildbutonaj Atributoj',
+		menu		: 'Atributoj de Bildo',
+		infoTab	: 'Informoj pri Bildo',
+		btnUpload	: 'Sendu al Servilo',
+		url		: 'URL',
+		upload	: 'Alŝuti',
+		alt		: 'Anstataŭiga Teksto',
+		width		: 'Larĝo',
+		height	: 'Alto',
+		lockRatio	: 'Konservi Proporcion',
+		resetSize	: 'Origina Grando',
+		border	: 'Bordero',
+		hSpace	: 'HSpaco',
+		vSpace	: 'VSpaco',
+		align		: 'Ĝisrandigo',
+		alignLeft	: 'Maldekstre',
+		alignAbsBottom: 'Abs Malsupre',
+		alignAbsMiddle: 'Abs Centre',
+		alignBaseline	: 'Je Malsupro de Teksto',
+		alignBottom	: 'Malsupre',
+		alignMiddle	: 'Centre',
+		alignRight	: 'Dekstre',
+		alignTextTop	: 'Je Supro de Teksto',
+		alignTop	: 'Supre',
+		preview	: 'Vidigi Aspekton',
+		alertUrl	: 'Bonvolu tajpi la URL de la bildo',
+		linkTab	: 'Link', // MISSING
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash Properties', // MISSING
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash Properties', // MISSING
+		chkPlay		: 'Auto Play', // MISSING
+		chkLoop		: 'Loop', // MISSING
+		chkMenu		: 'Enable Flash Menu', // MISSING
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Scale', // MISSING
+		scaleAll		: 'Show all', // MISSING
+		scaleNoBorder	: 'No Border', // MISSING
+		scaleFit		: 'Exact Fit', // MISSING
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Ĝisrandigo',
+		alignLeft	: 'Maldekstre',
+		alignAbsBottom: 'Abs Malsupre',
+		alignAbsMiddle: 'Abs Centre',
+		alignBaseline	: 'Je Malsupro de Teksto',
+		alignBottom	: 'Malsupre',
+		alignMiddle	: 'Centre',
+		alignRight	: 'Dekstre',
+		alignTextTop	: 'Je Supro de Teksto',
+		alignTop	: 'Supre',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Fona Koloro',
+		width	: 'Larĝo',
+		height	: 'Alto',
+		hSpace	: 'HSpaco',
+		vSpace	: 'VSpaco',
+		validateSrc : 'Bonvolu entajpi la URL-on',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Literumada Kontrolilo',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Ne trovita en la vortaro',
+		changeTo		: 'Ŝanĝi al',
+		btnIgnore		: 'Malatenti',
+		btnIgnoreAll	: 'Malatenti Ĉiun',
+		btnReplace		: 'Anstataŭigi',
+		btnReplaceAll	: 'Anstataŭigi Ĉiun',
+		btnUndo			: 'Malfari',
+		noSuggestions	: '- Neniu propono -',
+		progress		: 'Literumkontrolado daŭras...',
+		noMispell		: 'Literumkontrolado finita: neniu fuŝo trovita',
+		noChanges		: 'Literumkontrolado finita: neniu vorto ŝanĝita',
+		oneChange		: 'Literumkontrolado finita: unu vorto ŝanĝita',
+		manyChanges		: 'Literumkontrolado finita: %1 vortoj ŝanĝitaj',
+		ieSpellDownload	: 'Literumada Kontrolilo ne instalita. Ĉu vi volas elŝuti ĝin nun?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Mienvinjeto',
+		title	: 'Enmeti Mienvinjeton'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numera Listo',
+	bulletedlist : 'Bula Listo',
+	indent : 'Pligrandigi Krommarĝenon',
+	outdent : 'Malpligrandigi Krommarĝenon',
+
+	justify :
+	{
+		left : 'Maldekstrigi',
+		center : 'Centrigi',
+		right : 'Dekstrigi',
+		block : 'Ĝisrandigi Ambaŭflanke'
+	},
+
+	outdent : 'Malpligrandigi Krommarĝenon',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Interglui',
+		cutError	: 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-X).',
+		copyError	: 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-C).',
+		pasteMsg	: 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', // MISSING
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Interglui el Word',
+		title : 'Interglui el Word',
+		advice : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.', // MISSING
+		ignoreFontFace : 'Ignore Font Face definitions', // MISSING
+		removeStyle : 'Remove Styles definitions' // MISSING
+	},
+
+	pasteText :
+	{
+		button : 'Interglui kiel Tekston',
+		title : 'Interglui kiel Tekston'
+	},
+
+	templates :
+	{
+		button : 'Templates', // MISSING
+		title : 'Content Templates', // MISSING
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'Please select the template to open in the editor', // MISSING
+		emptyListMsg : '(No templates defined)' // MISSING
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Stilo',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formato',
+		panelTitle : 'Formato',
+
+		tag_p : 'Normala',
+		tag_pre : 'Formatita',
+		tag_address : 'Adreso',
+		tag_h1 : 'Titolo 1',
+		tag_h2 : 'Titolo 2',
+		tag_h3 : 'Titolo 3',
+		tag_h4 : 'Titolo 4',
+		tag_h5 : 'Titolo 5',
+		tag_h6 : 'Titolo 6',
+		tag_div : 'Paragrafo (DIV)'
+	},
+
+	font :
+	{
+		label : 'Tiparo',
+		panelTitle : 'Tiparo'
+	},
+
+	fontSize :
+	{
+		label : 'Grando',
+		panelTitle : 'Grando'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Teksta Koloro',
+		bgColorTitle : 'Fona Koloro',
+		auto : 'Aŭtomata',
+		more : 'Pli da Koloroj...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/es.js
===================================================================
--- /CKEditor/trunk/_source/lang/es.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/es.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Spanish language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['es'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Fuente HTML',
+	newPage			: 'Nueva Página',
+	save			: 'Guardar',
+	preview			: 'Vista Previa',
+	cut				: 'Cortar',
+	copy			: 'Copiar',
+	paste			: 'Pegar',
+	print			: 'Imprimir',
+	underline		: 'Subrayado',
+	bold			: 'Negrita',
+	italic			: 'Cursiva',
+	selectAll		: 'Seleccionar Todo',
+	removeFormat	: 'Eliminar Formato',
+	strike			: 'Tachado',
+	subscript		: 'Subíndice',
+	superscript		: 'Superíndice',
+	horizontalrule	: 'Insertar Línea Horizontal',
+	pagebreak		: 'Insertar Salto de Página',
+	unlink			: 'Eliminar Vínculo',
+	undo			: 'Deshacer',
+	redo			: 'Rehacer',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Ver Servidor',
+		url				: 'URL',
+		protocol		: 'Protocolo',
+		upload			: 'Cargar',
+		uploadSubmit	: 'Enviar al Servidor',
+		image			: 'Imagen',
+		flash			: 'Flash',
+		form			: 'Formulario',
+		checkbox		: 'Casilla de Verificación',
+		radio		: 'Botones de Radio',
+		textField		: 'Campo de Texto',
+		textarea		: 'Area de Texto',
+		hiddenField		: 'Campo Oculto',
+		button			: 'Botón',
+		select	: 'Campo de Selección',
+		imageButton		: 'Botón Imagen',
+		notSet			: '<No definido>',
+		id				: 'Id',
+		name			: 'Nombre',
+		langDir			: 'Orientación',
+		langDirLtr		: 'Izquierda a Derecha (LTR)',
+		langDirRtl		: 'Derecha a Izquierda (RTL)',
+		langCode		: 'Cód. de idioma',
+		longDescr		: 'Descripción larga URL',
+		cssClass		: 'Clases de hojas de estilo',
+		advisoryTitle	: 'Título',
+		cssStyle		: 'Estilo',
+		ok				: 'OK',
+		cancel			: 'Cancelar',
+		generalTab		: 'General',
+		advancedTab		: 'Avanzado',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Insertar Caracter Especial',
+		title		: 'Seleccione un caracter especial'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Insertar/Editar Vínculo',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Editar Vínculo',
+		title		: 'Vínculo',
+		info		: 'Información de Vínculo',
+		target		: 'Destino',
+		upload		: 'Cargar',
+		advanced	: 'Avanzado',
+		type		: 'Tipo de vínculo',
+		toAnchor	: 'Referencia en esta página',
+		toEmail		: 'E-Mail',
+		target		: 'Destino',
+		targetNotSet	: '<No definido>',
+		targetFrame	: '<marco>',
+		targetPopup	: '<ventana emergente>',
+		targetNew	: 'Nueva Ventana(_blank)',
+		targetTop	: 'Ventana primaria (_top)',
+		targetSelf	: 'Misma Ventana (_self)',
+		targetParent	: 'Ventana Padre (_parent)',
+		targetFrameName	: 'Nombre del Marco Destino',
+		targetPopupName	: 'Nombre de Ventana Emergente',
+		popupFeatures	: 'Características de Ventana Emergente',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Barra de Estado',
+		popupLocationBar	: 'Barra de ubicación',
+		popupToolbar	: 'Barra de Herramientas',
+		popupMenuBar	: 'Barra de Menú',
+		popupFullScreen	: 'Pantalla Completa (IE)',
+		popupScrollBars	: 'Barras de desplazamiento',
+		popupDependent	: 'Dependiente (Netscape)',
+		popupWidth		: 'Anchura',
+		popupLeft		: 'Posición Izquierda',
+		popupHeight		: 'Altura',
+		popupTop		: 'Posición Derecha',
+		id				: 'Id', // MISSING
+		langDir			: 'Orientación',
+		langDirNotSet	: '<No definido>',
+		langDirLTR		: 'Izquierda a Derecha (LTR)',
+		langDirRTL		: 'Derecha a Izquierda (RTL)',
+		acccessKey		: 'Clave de Acceso',
+		name			: 'Nombre',
+		langCode		: 'Orientación',
+		tabIndex		: 'Indice de tabulación',
+		advisoryTitle	: 'Título',
+		advisoryContentType	: 'Tipo de Contenido',
+		cssClasses		: 'Clases de hojas de estilo',
+		charset			: 'Fuente de caracteres vinculado',
+		styles			: 'Estilo',
+		selectAnchor	: 'Seleccionar una referencia',
+		anchorName		: 'Por Nombre de Referencia',
+		anchorId		: 'Por ID de elemento',
+		emailAddress	: 'Dirección de E-Mail',
+		emailSubject	: 'Título del Mensaje',
+		emailBody		: 'Cuerpo del Mensaje',
+		noAnchors		: '(No hay referencias disponibles en el documento)',
+		noUrl			: 'Por favor tipee el vínculo URL',
+		noEmail			: 'Por favor tipee la dirección de e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Referencia',
+		menu		: 'Propiedades de Referencia',
+		title		: 'Propiedades de Referencia',
+		name		: 'Nombre de la Referencia',
+		errorName	: 'Por favor, complete el nombre de la Referencia'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Buscar y Reemplazar',
+		find				: 'Buscar',
+		replace				: 'Reemplazar',
+		findWhat			: 'Texto a buscar:',
+		replaceWith			: 'Reemplazar con:',
+		notFoundMsg			: 'El texto especificado no ha sido encontrado.',
+		matchCase			: 'Coincidir may/min',
+		matchWord			: 'Coincidir toda la palabra',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Reemplazar Todo',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabla',
+		title		: 'Propiedades de Tabla',
+		menu		: 'Propiedades de Tabla',
+		deleteTable	: 'Eliminar Tabla',
+		rows		: 'Filas',
+		columns		: 'Columnas',
+		border		: 'Tamaño de Borde',
+		align		: 'Alineación',
+		alignNotSet	: '<No establecido>',
+		alignLeft	: 'Izquierda',
+		alignCenter	: 'Centrado',
+		alignRight	: 'Derecha',
+		width		: 'Anchura',
+		widthPx		: 'pixeles',
+		widthPc		: 'porcentaje',
+		height		: 'Altura',
+		cellSpace	: 'Esp. e/celdas',
+		cellPad		: 'Esp. interior',
+		caption		: 'Título',
+		summary		: 'Síntesis',
+		headers		: 'Encabezados',
+		headersNone		: 'Ninguno',
+		headersColumn	: 'Primera columna',
+		headersRow		: 'Primera fila',
+		headersBoth		: 'Ambas',
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Celda',
+			insertBefore	: 'Insertar celda a la izquierda',
+			insertAfter		: 'Insertar celda a la derecha',
+			deleteCell		: 'Eliminar Celdas',
+			merge			: 'Combinar Celdas',
+			mergeRight		: 'Combinar a la derecha',
+			mergeDown		: 'Combinar hacia abajo',
+			splitHorizontal	: 'Dividir la celda horizontalmente',
+			splitVertical	: 'Dividir la celda verticalmente'
+		},
+
+		row :
+		{
+			menu			: 'Fila',
+			insertBefore	: 'Insertar fila en la parte superior',
+			insertAfter		: 'Insertar fila en la parte inferior',
+			deleteRow		: 'Eliminar Filas'
+		},
+
+		column :
+		{
+			menu			: 'Columna',
+			insertBefore	: 'Insertar columna a la izquierda',
+			insertAfter		: 'Insertar columna a la derecha',
+			deleteColumn	: 'Eliminar Columnas'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Propiedades de Botón',
+		text		: 'Texto (Valor)',
+		type		: 'Tipo',
+		typeBtn		: 'Boton',
+		typeSbm		: 'Enviar',
+		typeRst		: 'Reestablecer'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Propiedades de Casilla',
+		radioTitle	: 'Propiedades de Botón de Radio',
+		value		: 'Valor',
+		selected	: 'Seleccionado'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Propiedades de Formulario',
+		menu		: 'Propiedades de Formulario',
+		action		: 'Acción',
+		method		: 'Método',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Destino',
+		targetNotSet	: '<No definido>',
+		targetNew	: 'Nueva Ventana(_blank)',
+		targetTop	: 'Ventana primaria (_top)',
+		targetSelf	: 'Misma Ventana (_self)',
+		targetParent	: 'Ventana Padre (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Propiedades de Campo de Selección',
+		selectInfo	: 'Información',
+		opAvail		: 'Opciones disponibles',
+		value		: 'Valor',
+		size		: 'Tamaño',
+		lines		: 'Lineas',
+		chkMulti	: 'Permitir múltiple selección',
+		opText		: 'Texto',
+		opValue		: 'Valor',
+		btnAdd		: 'Agregar',
+		btnModify	: 'Modificar',
+		btnUp		: 'Subir',
+		btnDown		: 'Bajar',
+		btnSetValue : 'Establecer como predeterminado',
+		btnDelete	: 'Eliminar'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Propiedades de Area de Texto',
+		cols		: 'Columnas',
+		rows		: 'Filas'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Propiedades de Campo de Texto',
+		name		: 'Nombre',
+		value		: 'Valor',
+		charWidth	: 'Caracteres de ancho',
+		maxChars	: 'Máximo caracteres',
+		type		: 'Tipo',
+		typeText	: 'Texto',
+		typePass	: 'Contraseña'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Propiedades de Campo Oculto',
+		name	: 'Nombre',
+		value	: 'Valor'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Propiedades de Imagen',
+		titleButton	: 'Propiedades de Botón de Imagen',
+		menu		: 'Propiedades de Imagen',
+		infoTab	: 'Información de Imagen',
+		btnUpload	: 'Enviar al Servidor',
+		url		: 'URL',
+		upload	: 'Cargar',
+		alt		: 'Texto Alternativo',
+		width		: 'Anchura',
+		height	: 'Altura',
+		lockRatio	: 'Proporcional',
+		resetSize	: 'Tamaño Original',
+		border	: 'Borde',
+		hSpace	: 'Esp.Horiz',
+		vSpace	: 'Esp.Vert',
+		align		: 'Alineación',
+		alignLeft	: 'Izquierda',
+		alignAbsBottom: 'Abs inferior',
+		alignAbsMiddle: 'Abs centro',
+		alignBaseline	: 'Línea de base',
+		alignBottom	: 'Pie',
+		alignMiddle	: 'Centro',
+		alignRight	: 'Derecha',
+		alignTextTop	: 'Tope del texto',
+		alignTop	: 'Tope',
+		preview	: 'Vista Previa',
+		alertUrl	: 'Por favor escriba la URL de la imagen',
+		linkTab	: 'Vínculo',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Propiedades de Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Propiedades de Flash',
+		chkPlay		: 'Autoejecución',
+		chkLoop		: 'Repetir',
+		chkMenu		: 'Activar Menú Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Escala',
+		scaleAll		: 'Mostrar todo',
+		scaleNoBorder	: 'Sin Borde',
+		scaleFit		: 'Ajustado',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Alineación',
+		alignLeft	: 'Izquierda',
+		alignAbsBottom: 'Abs inferior',
+		alignAbsMiddle: 'Abs centro',
+		alignBaseline	: 'Línea de base',
+		alignBottom	: 'Pie',
+		alignMiddle	: 'Centro',
+		alignRight	: 'Derecha',
+		alignTextTop	: 'Tope del texto',
+		alignTop	: 'Tope',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Color de Fondo',
+		width	: 'Anchura',
+		height	: 'Altura',
+		hSpace	: 'Esp.Horiz',
+		vSpace	: 'Esp.Vert',
+		validateSrc : 'Por favor tipee el vínculo URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Ortografía',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'No se encuentra en el Diccionario',
+		changeTo		: 'Cambiar a',
+		btnIgnore		: 'Ignorar',
+		btnIgnoreAll	: 'Ignorar Todo',
+		btnReplace		: 'Reemplazar',
+		btnReplaceAll	: 'Reemplazar Todo',
+		btnUndo			: 'Deshacer',
+		noSuggestions	: '- No hay sugerencias -',
+		progress		: 'Control de Ortografía en progreso...',
+		noMispell		: 'Control finalizado: no se encontraron errores',
+		noChanges		: 'Control finalizado: no se ha cambiado ninguna palabra',
+		oneChange		: 'Control finalizado: se ha cambiado una palabra',
+		manyChanges		: 'Control finalizado: se ha cambiado %1 palabras',
+		ieSpellDownload	: 'Módulo de Control de Ortografía no instalado. ¿Desea descargarlo ahora?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Emoticons',
+		title	: 'Insertar un Emoticon'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numeración',
+	bulletedlist : 'Viñetas',
+	indent : 'Aumentar Sangría',
+	outdent : 'Disminuir Sangría',
+
+	justify :
+	{
+		left : 'Alinear a Izquierda',
+		center : 'Centrar',
+		right : 'Alinear a Derecha',
+		block : 'Justificado'
+	},
+
+	outdent : 'Disminuir Sangría',
+	blockquote : 'Cita',
+
+	clipboard :
+	{
+		title		: 'Pegar',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: 'Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl+V</STRONG>); luego presione <STRONG>OK</STRONG>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Pegar desde Word',
+		title : 'Pegar desde Word',
+		advice : 'Por favor pegue dentro del cuadro utilizando el teclado (<STRONG>Ctrl+V</STRONG>); luego presione <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorar definiciones de fuentes',
+		removeStyle : 'Remover definiciones de estilo'
+	},
+
+	pasteText :
+	{
+		button : 'Pegar como Texto Plano',
+		title : 'Pegar como Texto Plano'
+	},
+
+	templates :
+	{
+		button : 'Plantillas',
+		title : 'Contenido de Plantillas',
+		insertOption: 'Reemplazar el contenido actual',
+		selectPromptMsg: 'Por favor selecciona la plantilla a abrir en el editor<br>(el contenido actual se perderá):',
+		emptyListMsg : '(No hay plantillas definidas)'
+	},
+
+	showBlocks : 'Mostrar bloques',
+
+	stylesCombo :
+	{
+		label : 'Estilo',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formato',
+		panelTitle : 'Formato',
+
+		tag_p : 'Normal',
+		tag_pre : 'Con formato',
+		tag_address : 'Dirección',
+		tag_h1 : 'Encabezado 1',
+		tag_h2 : 'Encabezado 2',
+		tag_h3 : 'Encabezado 3',
+		tag_h4 : 'Encabezado 4',
+		tag_h5 : 'Encabezado 5',
+		tag_h6 : 'Encabezado 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Fuente',
+		panelTitle : 'Fuente'
+	},
+
+	fontSize :
+	{
+		label : 'Tamaño',
+		panelTitle : 'Tamaño'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Color de Texto',
+		bgColorTitle : 'Color de Fondo',
+		auto : 'Automático',
+		more : 'Más Colores...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/et.js
===================================================================
--- /CKEditor/trunk/_source/lang/et.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/et.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Estonian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['et'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Lähtekood',
+	newPage			: 'Uus leht',
+	save			: 'Salvesta',
+	preview			: 'Eelvaade',
+	cut				: 'Lõika',
+	copy			: 'Kopeeri',
+	paste			: 'Kleebi',
+	print			: 'Prindi',
+	underline		: 'Allajoonitud',
+	bold			: 'Paks',
+	italic			: 'Kursiiv',
+	selectAll		: 'Vali kõik',
+	removeFormat	: 'Eemalda vorming',
+	strike			: 'Läbijoonitud',
+	subscript		: 'Allindeks',
+	superscript		: 'Ülaindeks',
+	horizontalrule	: 'Sisesta horisontaaljoon',
+	pagebreak		: 'Sisesta lehevahetuskoht',
+	unlink			: 'Eemalda link',
+	undo			: 'Võta tagasi',
+	redo			: 'Korda toimingut',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Sirvi serverit',
+		url				: 'URL',
+		protocol		: 'Protokoll',
+		upload			: 'Lae üles',
+		uploadSubmit	: 'Saada serverissee',
+		image			: 'Pilt',
+		flash			: 'Flash',
+		form			: 'Vorm',
+		checkbox		: 'Märkeruut',
+		radio		: 'Raadionupp',
+		textField		: 'Tekstilahter',
+		textarea		: 'Tekstiala',
+		hiddenField		: 'Varjatud lahter',
+		button			: 'Nupp',
+		select	: 'Valiklahter',
+		imageButton		: 'Piltnupp',
+		notSet			: '<määramata>',
+		id				: 'Id',
+		name			: 'Nimi',
+		langDir			: 'Keele suund',
+		langDirLtr		: 'Vasakult paremale (LTR)',
+		langDirRtl		: 'Paremalt vasakule (RTL)',
+		langCode		: 'Keele kood',
+		longDescr		: 'Pikk kirjeldus URL',
+		cssClass		: 'Stiilistiku klassid',
+		advisoryTitle	: 'Juhendav tiitel',
+		cssStyle		: 'Laad',
+		ok				: 'OK',
+		cancel			: 'Loobu',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Täpsemalt',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Sisesta erimärk',
+		title		: 'Vali erimärk'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Sisesta link / Muuda linki',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Muuda linki',
+		title		: 'Link',
+		info		: 'Lingi info',
+		target		: 'Sihtkoht',
+		upload		: 'Lae üles',
+		advanced	: 'Täpsemalt',
+		type		: 'Lingi tüüp',
+		toAnchor	: 'Ankur sellel lehel',
+		toEmail		: 'E-post',
+		target		: 'Sihtkoht',
+		targetNotSet	: '<määramata>',
+		targetFrame	: '<raam>',
+		targetPopup	: '<hüpikaken>',
+		targetNew	: 'Uus aken (_blank)',
+		targetTop	: 'Pealmine aken (_top)',
+		targetSelf	: 'Sama aken (_self)',
+		targetParent	: 'Esivanem aken (_parent)',
+		targetFrameName	: 'Sihtmärk raami nimi',
+		targetPopupName	: 'Hüpikakna nimi',
+		popupFeatures	: 'Hüpikakna omadused',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Olekuriba',
+		popupLocationBar	: 'Aadressiriba',
+		popupToolbar	: 'Tööriistariba',
+		popupMenuBar	: 'Menüüriba',
+		popupFullScreen	: 'Täisekraan (IE)',
+		popupScrollBars	: 'Kerimisribad',
+		popupDependent	: 'Sõltuv (Netscape)',
+		popupWidth		: 'Laius',
+		popupLeft		: 'Vasak asukoht',
+		popupHeight		: 'Kõrgus',
+		popupTop		: 'Ülemine asukoht',
+		id				: 'Id', // MISSING
+		langDir			: 'Keele suund',
+		langDirNotSet	: '<määramata>',
+		langDirLTR		: 'Vasakult paremale (LTR)',
+		langDirRTL		: 'Paremalt vasakule (RTL)',
+		acccessKey		: 'Juurdepääsu võti',
+		name			: 'Nimi',
+		langCode		: 'Keele suund',
+		tabIndex		: 'Tab indeks',
+		advisoryTitle	: 'Juhendav tiitel',
+		advisoryContentType	: 'Juhendava sisu tüüp',
+		cssClasses		: 'Stiilistiku klassid',
+		charset			: 'Lingitud ressurssi märgistik',
+		styles			: 'Laad',
+		selectAnchor	: 'Vali ankur',
+		anchorName		: 'Ankru nime järgi',
+		anchorId		: 'Elemendi id järgi',
+		emailAddress	: 'E-posti aadress',
+		emailSubject	: 'Sõnumi teema',
+		emailBody		: 'Sõnumi tekst',
+		noAnchors		: '(Selles dokumendis ei ole ankruid)',
+		noUrl			: 'Palun kirjuta lingi URL',
+		noEmail			: 'Palun kirjuta E-Posti aadress'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Sisesta ankur / Muuda ankrut',
+		menu		: 'Ankru omadused',
+		title		: 'Ankru omadused',
+		name		: 'Ankru nimi',
+		errorName	: 'Palun sisest ankru nimi'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Otsi ja asenda',
+		find				: 'Otsi',
+		replace				: 'Asenda',
+		findWhat			: 'Leia mida:',
+		replaceWith			: 'Asenda millega:',
+		notFoundMsg			: 'Valitud teksti ei leitud.',
+		matchCase			: 'Erista suur- ja väiketähti',
+		matchWord			: 'Otsi terviklike sõnu',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Asenda kõik',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabel',
+		title		: 'Tabeli atribuudid',
+		menu		: 'Tabeli atribuudid',
+		deleteTable	: 'Kustuta tabel',
+		rows		: 'Read',
+		columns		: 'Veerud',
+		border		: 'Joone suurus',
+		align		: 'Joondus',
+		alignNotSet	: '<Määramata>',
+		alignLeft	: 'Vasak',
+		alignCenter	: 'Kesk',
+		alignRight	: 'Parem',
+		width		: 'Laius',
+		widthPx		: 'pikslit',
+		widthPc		: 'protsenti',
+		height		: 'Kõrgus',
+		cellSpace	: 'Lahtri vahe',
+		cellPad		: 'Lahtri täidis',
+		caption		: 'Tabeli tiitel',
+		summary		: 'Kokkuvõte',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Lahter',
+			insertBefore	: 'Sisesta lahter enne',
+			insertAfter		: 'Sisesta lahter peale',
+			deleteCell		: 'Eemalda lahtrid',
+			merge			: 'Ühenda lahtrid',
+			mergeRight		: 'Ühenda paremale',
+			mergeDown		: 'Ühenda alla',
+			splitHorizontal	: 'Poolita lahter horisontaalselt',
+			splitVertical	: 'Poolita lahter vertikaalselt'
+		},
+
+		row :
+		{
+			menu			: 'Rida',
+			insertBefore	: 'Sisesta rida enne',
+			insertAfter		: 'Sisesta rida peale',
+			deleteRow		: 'Eemalda read'
+		},
+
+		column :
+		{
+			menu			: 'Veerg',
+			insertBefore	: 'Sisesta veerg enne',
+			insertAfter		: 'Sisesta veerg peale',
+			deleteColumn	: 'Eemalda veerud'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Nupu omadused',
+		text		: 'Tekst (väärtus)',
+		type		: 'Tüüp',
+		typeBtn		: 'Nupp',
+		typeSbm		: 'Saada',
+		typeRst		: 'Lähtesta'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Märkeruudu omadused',
+		radioTitle	: 'Raadionupu omadused',
+		value		: 'Väärtus',
+		selected	: 'Valitud'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Vormi omadused',
+		menu		: 'Vormi omadused',
+		action		: 'Toiming',
+		method		: 'Meetod',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Sihtkoht',
+		targetNotSet	: '<määramata>',
+		targetNew	: 'Uus aken (_blank)',
+		targetTop	: 'Pealmine aken (_top)',
+		targetSelf	: 'Sama aken (_self)',
+		targetParent	: 'Esivanem aken (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Valiklahtri omadused',
+		selectInfo	: 'Info',
+		opAvail		: 'Võimalikud valikud',
+		value		: 'Väärtus',
+		size		: 'Suurus',
+		lines		: 'ridu',
+		chkMulti	: 'Võimalda mitu valikut',
+		opText		: 'Tekst',
+		opValue		: 'Väärtus',
+		btnAdd		: 'Lisa',
+		btnModify	: 'Muuda',
+		btnUp		: 'Üles',
+		btnDown		: 'Alla',
+		btnSetValue : 'Sea valitud olekuna',
+		btnDelete	: 'Kustuta'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Tekstiala omadused',
+		cols		: 'Veerge',
+		rows		: 'Ridu'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Tekstilahtri omadused',
+		name		: 'Nimi',
+		value		: 'Väärtus',
+		charWidth	: 'Laius (tähemärkides)',
+		maxChars	: 'Maksimaalselt tähemärke',
+		type		: 'Tüüp',
+		typeText	: 'Tekst',
+		typePass	: 'Parool'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Varjatud lahtri omadused',
+		name	: 'Nimi',
+		value	: 'Väärtus'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Pildi atribuudid',
+		titleButton	: 'Piltnupu omadused',
+		menu		: 'Pildi atribuudid',
+		infoTab	: 'Pildi info',
+		btnUpload	: 'Saada serverissee',
+		url		: 'URL',
+		upload	: 'Lae üles',
+		alt		: 'Alternatiivne tekst',
+		width		: 'Laius',
+		height	: 'Kõrgus',
+		lockRatio	: 'Lukusta kuvasuhe',
+		resetSize	: 'Lähtesta suurus',
+		border	: 'Joon',
+		hSpace	: 'H. vaheruum',
+		vSpace	: 'V. vaheruum',
+		align		: 'Joondus',
+		alignLeft	: 'Vasak',
+		alignAbsBottom: 'Abs alla',
+		alignAbsMiddle: 'Abs keskele',
+		alignBaseline	: 'Baasjoonele',
+		alignBottom	: 'Alla',
+		alignMiddle	: 'Keskele',
+		alignRight	: 'Paremale',
+		alignTextTop	: 'Tekstit üles',
+		alignTop	: 'Üles',
+		preview	: 'Eelvaade',
+		alertUrl	: 'Palun kirjuta pildi URL',
+		linkTab	: 'Link',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash omadused',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash omadused',
+		chkPlay		: 'Automaatne start ',
+		chkLoop		: 'Korduv',
+		chkMenu		: 'Võimalda flash menüü',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Mastaap',
+		scaleAll		: 'Näita kõike',
+		scaleNoBorder	: 'Äärist ei ole',
+		scaleFit		: 'Täpne sobivus',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Joondus',
+		alignLeft	: 'Vasak',
+		alignAbsBottom: 'Abs alla',
+		alignAbsMiddle: 'Abs keskele',
+		alignBaseline	: 'Baasjoonele',
+		alignBottom	: 'Alla',
+		alignMiddle	: 'Keskele',
+		alignRight	: 'Paremale',
+		alignTextTop	: 'Tekstit üles',
+		alignTop	: 'Üles',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Tausta värv',
+		width	: 'Laius',
+		height	: 'Kõrgus',
+		hSpace	: 'H. vaheruum',
+		vSpace	: 'V. vaheruum',
+		validateSrc : 'Palun kirjuta lingi URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Kontrolli õigekirja',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Puudub sõnastikust',
+		changeTo		: 'Muuda',
+		btnIgnore		: 'Ignoreeri',
+		btnIgnoreAll	: 'Ignoreeri kõiki',
+		btnReplace		: 'Asenda',
+		btnReplaceAll	: 'Asenda kõik',
+		btnUndo			: 'Võta tagasi',
+		noSuggestions	: '- Soovitused puuduvad -',
+		progress		: 'Toimub õigekirja kontroll...',
+		noMispell		: 'Õigekirja kontroll sooritatud: õigekirjuvigu ei leitud',
+		noChanges		: 'Õigekirja kontroll sooritatud: ühtegi sõna ei muudetud',
+		oneChange		: 'Õigekirja kontroll sooritatud: üks sõna muudeti',
+		manyChanges		: 'Õigekirja kontroll sooritatud: %1 sõna muudetud',
+		ieSpellDownload	: 'Õigekirja kontrollija ei ole installeeritud. Soovid sa selle alla laadida?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Emotikon',
+		title	: 'Sisesta emotikon'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Nummerdatud loetelu',
+	bulletedlist : 'Punktiseeritud loetelu',
+	indent : 'Suurenda taanet',
+	outdent : 'Vähenda taanet',
+
+	justify :
+	{
+		left : 'Vasakjoondus',
+		center : 'Keskjoondus',
+		right : 'Paremjoondus',
+		block : 'Rööpjoondus'
+	},
+
+	outdent : 'Vähenda taanet',
+	blockquote : 'Blokktsitaat',
+
+	clipboard :
+	{
+		title		: 'Kleebi',
+		cutError	: 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt lõigata. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl+X).',
+		copyError	: 'Sinu veebisirvija turvaseaded ei luba redaktoril automaatselt kopeerida. Palun kasutage selleks klaviatuuri klahvikombinatsiooni (Ctrl+C).',
+		pasteMsg	: 'Palun kleebi järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (<STRONG>Ctrl+V</STRONG>) ja vajuta seejärel <STRONG>OK</STRONG>.',
+		securityMsg	: 'Sinu veebisirvija turvaseadete tõttu, ei oma redaktor otsest ligipääsu lõikelaua andmetele. Sa pead kleepima need uuesti siia aknasse.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Kleebi Wordist',
+		title : 'Kleebi Wordist',
+		advice : 'Palun kleebi järgnevasse kasti kasutades klaviatuuri klahvikombinatsiooni (<STRONG>Ctrl+V</STRONG>) ja vajuta seejärel <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignoreeri kirja definitsioone',
+		removeStyle : 'Eemalda stiilide definitsioonid'
+	},
+
+	pasteText :
+	{
+		button : 'Kleebi tavalise tekstina',
+		title : 'Kleebi tavalise tekstina'
+	},
+
+	templates :
+	{
+		button : 'Šabloon',
+		title : 'Sisu šabloonid',
+		insertOption: 'Asenda tegelik sisu',
+		selectPromptMsg: 'Palun vali šabloon, et avada see redaktoris<br />(praegune sisu läheb kaotsi):',
+		emptyListMsg : '(Ühtegi šablooni ei ole defineeritud)'
+	},
+
+	showBlocks : 'Näita blokke',
+
+	stylesCombo :
+	{
+		label : 'Laad',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Vorming',
+		panelTitle : 'Vorming',
+
+		tag_p : 'Tavaline',
+		tag_pre : 'Vormindatud',
+		tag_address : 'Aadress',
+		tag_h1 : 'Pealkiri 1',
+		tag_h2 : 'Pealkiri 2',
+		tag_h3 : 'Pealkiri 3',
+		tag_h4 : 'Pealkiri 4',
+		tag_h5 : 'Pealkiri 5',
+		tag_h6 : 'Pealkiri 6',
+		tag_div : 'Tavaline (DIV)'
+	},
+
+	font :
+	{
+		label : 'Kiri',
+		panelTitle : 'Kiri'
+	},
+
+	fontSize :
+	{
+		label : 'Suurus',
+		panelTitle : 'Suurus'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Teksti värv',
+		bgColorTitle : 'Tausta värv',
+		auto : 'Automaatne',
+		more : 'Rohkem värve...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/eu.js
===================================================================
--- /CKEditor/trunk/_source/lang/eu.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/eu.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Basque language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['eu'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'HTML Iturburua',
+	newPage			: 'Orrialde Berria',
+	save			: 'Gorde',
+	preview			: 'Aurrebista',
+	cut				: 'Ebaki',
+	copy			: 'Kopiatu',
+	paste			: 'Itsatsi',
+	print			: 'Inprimatu',
+	underline		: 'Azpimarratu',
+	bold			: 'Lodia',
+	italic			: 'Etzana',
+	selectAll		: 'Hautatu dena',
+	removeFormat	: 'Kendu Formatua',
+	strike			: 'Marratua',
+	subscript		: 'Azpi-indize',
+	superscript		: 'Goi-indize',
+	horizontalrule	: 'Txertatu Marra Horizontala',
+	pagebreak		: 'Txertatu Orrialde-jauzia',
+	unlink			: 'Kendu Esteka',
+	undo			: 'Desegin',
+	redo			: 'Berregin',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Zerbitzaria arakatu',
+		url				: 'URL',
+		protocol		: 'Protokoloa',
+		upload			: 'Gora kargatu',
+		uploadSubmit	: 'Zerbitzarira bidalia',
+		image			: 'Irudia',
+		flash			: 'Flasha',
+		form			: 'Formularioa',
+		checkbox		: 'Kontrol-laukia',
+		radio		: 'Aukera-botoia',
+		textField		: 'Testu Eremua',
+		textarea		: 'Testu-area',
+		hiddenField		: 'Ezkutuko Eremua',
+		button			: 'Botoia',
+		select	: 'Hautespen Eremua',
+		imageButton		: 'Irudi Botoia',
+		notSet			: '<Ezarri gabe>',
+		id				: 'Id',
+		name			: 'Izena',
+		langDir			: 'Hizkuntzaren Norabidea',
+		langDirLtr		: 'Ezkerretik Eskumara(LTR)',
+		langDirRtl		: 'Eskumatik Ezkerrera (RTL)',
+		langCode		: 'Hizkuntza Kodea',
+		longDescr		: 'URL Deskribapen Luzea',
+		cssClass		: 'Estilo-orriko Klaseak',
+		advisoryTitle	: 'Izenburua',
+		cssStyle		: 'Estiloa',
+		ok				: 'Ados',
+		cancel			: 'Utzi',
+		generalTab		: 'Orokorra',
+		advancedTab		: 'Aurreratua',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Txertatu Karaktere Berezia',
+		title		: 'Karaktere Berezia Aukeratu'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Txertatu/Editatu Esteka',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Aldatu Esteka',
+		title		: 'Esteka',
+		info		: 'Estekaren Informazioa',
+		target		: 'Target (Helburua)',
+		upload		: 'Gora kargatu',
+		advanced	: 'Aurreratua',
+		type		: 'Esteka Mota',
+		toAnchor	: 'Aingura orrialde honetan',
+		toEmail		: 'ePosta',
+		target		: 'Target (Helburua)',
+		targetNotSet	: '<Ezarri gabe>',
+		targetFrame	: '<marko>',
+		targetPopup	: '<popup leihoa>',
+		targetNew	: 'Leiho Berria (_blank)',
+		targetTop	: 'Goiko Leihoa (_top)',
+		targetSelf	: 'Leiho Berdina (_self)',
+		targetParent	: 'Leiho Gurasoa (_parent)',
+		targetFrameName	: 'Marko Helburuaren Izena',
+		targetPopupName	: 'Popup Leihoaren Izena',
+		popupFeatures	: 'Popup Leihoaren Ezaugarriak',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Egoera Barra',
+		popupLocationBar	: 'Kokaleku Barra',
+		popupToolbar	: 'Tresna Barra',
+		popupMenuBar	: 'Menu Barra',
+		popupFullScreen	: 'Pantaila Osoa (IE)',
+		popupScrollBars	: 'Korritze Barrak',
+		popupDependent	: 'Menpekoa (Netscape)',
+		popupWidth		: 'Zabalera',
+		popupLeft		: 'Ezkerreko  Posizioa',
+		popupHeight		: 'Altuera',
+		popupTop		: 'Goiko Posizioa',
+		id				: 'Id', // MISSING
+		langDir			: 'Hizkuntzaren Norabidea',
+		langDirNotSet	: '<Ezarri gabe>',
+		langDirLTR		: 'Ezkerretik Eskumara(LTR)',
+		langDirRTL		: 'Eskumatik Ezkerrera (RTL)',
+		acccessKey		: 'Sarbide-gakoa',
+		name			: 'Izena',
+		langCode		: 'Hizkuntzaren Norabidea',
+		tabIndex		: 'Tabulazio Indizea',
+		advisoryTitle	: 'Izenburua',
+		advisoryContentType	: 'Eduki Mota (Content Type)',
+		cssClasses		: 'Estilo-orriko Klaseak',
+		charset			: 'Estekatutako Karaktere Multzoa',
+		styles			: 'Estiloa',
+		selectAnchor	: 'Aingura bat hautatu',
+		anchorName		: 'Aingura izenagatik',
+		anchorId		: 'Elementuaren ID-gatik',
+		emailAddress	: 'ePosta Helbidea',
+		emailSubject	: 'Mezuaren Gaia',
+		emailBody		: 'Mezuaren Gorputza',
+		noAnchors		: '(Ez daude aingurak eskuragarri dokumentuan)',
+		noUrl			: 'Mesedez URL esteka idatzi',
+		noEmail			: 'Mesedez ePosta helbidea idatzi'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Aingura',
+		menu		: 'Ainguraren Ezaugarriak',
+		title		: 'Ainguraren Ezaugarriak',
+		name		: 'Ainguraren Izena',
+		errorName	: 'Idatzi ainguraren izena'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Bilatu eta Ordeztu',
+		find				: 'Bilatu',
+		replace				: 'Ordezkatu',
+		findWhat			: 'Zer bilatu:',
+		replaceWith			: 'Zerekin ordeztu:',
+		notFoundMsg			: 'Idatzitako testua ez da topatu.',
+		matchCase			: 'Maiuskula/minuskula',
+		matchWord			: 'Esaldi osoa bilatu',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Ordeztu Guztiak',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Taula',
+		title		: 'Taularen Ezaugarriak',
+		menu		: 'Taularen Ezaugarriak',
+		deleteTable	: 'Ezabatu Taula',
+		rows		: 'Lerroak',
+		columns		: 'Zutabeak',
+		border		: 'Ertzaren Zabalera',
+		align		: 'Lerrokatu',
+		alignNotSet	: '<Ezarri gabe>',
+		alignLeft	: 'Ezkerrean',
+		alignCenter	: 'Erdian',
+		alignRight	: 'Eskuman',
+		width		: 'Zabalera',
+		widthPx		: 'pixel',
+		widthPc		: 'ehuneko',
+		height		: 'Altuera',
+		cellSpace	: 'Gelaxka arteko tartea',
+		cellPad		: 'Gelaxken betegarria',
+		caption		: 'Epigrafea',
+		summary		: 'Laburpena',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Gelaxka',
+			insertBefore	: 'Txertatu Gelaxka Aurretik',
+			insertAfter		: 'Txertatu Gelaxka Ostean',
+			deleteCell		: 'Kendu Gelaxkak',
+			merge			: 'Batu Gelaxkak',
+			mergeRight		: 'Elkartu Eskumara',
+			mergeDown		: 'Elkartu Behera',
+			splitHorizontal	: 'Banatu Gelaxkak Horizontalki',
+			splitVertical	: 'Banatu Gelaxkak Bertikalki'
+		},
+
+		row :
+		{
+			menu			: 'Errenkada',
+			insertBefore	: 'Txertatu Lerroa Aurretik',
+			insertAfter		: 'Txertatu Lerroa Ostean',
+			deleteRow		: 'Ezabatu Errenkadak'
+		},
+
+		column :
+		{
+			menu			: 'Zutabea',
+			insertBefore	: 'Txertatu Zutabea Aurretik',
+			insertAfter		: 'Txertatu Zutabea Ostean',
+			deleteColumn	: 'Ezabatu Zutabeak'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Botoiaren Ezaugarriak',
+		text		: 'Testua (Balorea)',
+		type		: 'Mota',
+		typeBtn		: 'Botoia',
+		typeSbm		: 'Bidali',
+		typeRst		: 'Garbitu'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Kontrol-laukiko Ezaugarriak',
+		radioTitle	: 'Aukera-botoiaren Ezaugarriak',
+		value		: 'Balorea',
+		selected	: 'Hautatuta'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Formularioaren Ezaugarriak',
+		menu		: 'Formularioaren Ezaugarriak',
+		action		: 'Ekintza',
+		method		: 'Metodoa',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Target (Helburua)',
+		targetNotSet	: '<Ezarri gabe>',
+		targetNew	: 'Leiho Berria (_blank)',
+		targetTop	: 'Goiko Leihoa (_top)',
+		targetSelf	: 'Leiho Berdina (_self)',
+		targetParent	: 'Leiho Gurasoa (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Hautespen Eremuaren Ezaugarriak',
+		selectInfo	: 'Informazioa',
+		opAvail		: 'Aukera Eskuragarriak',
+		value		: 'Balorea',
+		size		: 'Tamaina',
+		lines		: 'lerro kopurura',
+		chkMulti	: 'Hautaketa anitzak baimendu',
+		opText		: 'Testua',
+		opValue		: 'Balorea',
+		btnAdd		: 'Gehitu',
+		btnModify	: 'Aldatu',
+		btnUp		: 'Gora',
+		btnDown		: 'Behera',
+		btnSetValue : 'Aukeratutako balorea ezarri',
+		btnDelete	: 'Ezabatu'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Testu-arearen Ezaugarriak',
+		cols		: 'Zutabeak',
+		rows		: 'Lerroak'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Testu Eremuaren Ezaugarriak',
+		name		: 'Izena',
+		value		: 'Balorea',
+		charWidth	: 'Zabalera',
+		maxChars	: 'Zenbat karaktere gehienez',
+		type		: 'Mota',
+		typeText	: 'Testua',
+		typePass	: 'Pasahitza'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Ezkutuko Eremuaren Ezaugarriak',
+		name	: 'Izena',
+		value	: 'Balorea'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Irudi Ezaugarriak',
+		titleButton	: 'Irudi Botoiaren Ezaugarriak',
+		menu		: 'Irudi Ezaugarriak',
+		infoTab	: 'Irudi informazioa',
+		btnUpload	: 'Zerbitzarira bidalia',
+		url		: 'URL',
+		upload	: 'Gora Kargatu',
+		alt		: 'Ordezko Testua',
+		width		: 'Zabalera',
+		height	: 'Altuera',
+		lockRatio	: 'Erlazioa Blokeatu',
+		resetSize	: 'Tamaina Berrezarri',
+		border	: 'Ertza',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Lerrokatu',
+		alignLeft	: 'Ezkerrera',
+		alignAbsBottom: 'Abs Behean',
+		alignAbsMiddle: 'Abs Erdian',
+		alignBaseline	: 'Oinan',
+		alignBottom	: 'Behean',
+		alignMiddle	: 'Erdian',
+		alignRight	: 'Eskuman',
+		alignTextTop	: 'Testua Goian',
+		alignTop	: 'Goian',
+		preview	: 'Aurrebista',
+		alertUrl	: 'Mesedez Irudiaren URLa idatzi',
+		linkTab	: 'Esteka',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flasharen Ezaugarriak',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flasharen Ezaugarriak',
+		chkPlay		: 'Automatikoki Erreproduzitu',
+		chkLoop		: 'Begizta',
+		chkMenu		: 'Flasharen Menua Gaitu',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Eskalatu',
+		scaleAll		: 'Dena erakutsi',
+		scaleNoBorder	: 'Ertzik gabe',
+		scaleFit		: 'Doitu',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Lerrokatu',
+		alignLeft	: 'Ezkerrera',
+		alignAbsBottom: 'Abs Behean',
+		alignAbsMiddle: 'Abs Erdian',
+		alignBaseline	: 'Oinan',
+		alignBottom	: 'Behean',
+		alignMiddle	: 'Erdian',
+		alignRight	: 'Eskuman',
+		alignTextTop	: 'Testua Goian',
+		alignTop	: 'Goian',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Atzeko kolorea',
+		width	: 'Zabalera',
+		height	: 'Altuera',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Mesedez URL esteka idatzi',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Ortografia',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Ez dago hiztegian',
+		changeTo		: 'Honekin ordezkatu',
+		btnIgnore		: 'Ezikusi',
+		btnIgnoreAll	: 'Denak Ezikusi',
+		btnReplace		: 'Ordezkatu',
+		btnReplaceAll	: 'Denak Ordezkatu',
+		btnUndo			: 'Desegin',
+		noSuggestions	: '- Iradokizunik ez -',
+		progress		: 'Zuzenketa ortografikoa martxan...',
+		noMispell		: 'Zuzenketa ortografikoa bukatuta: Akatsik ez',
+		noChanges		: 'Zuzenketa ortografikoa bukatuta: Ez da ezer aldatu',
+		oneChange		: 'Zuzenketa ortografikoa bukatuta: Hitz bat aldatu da',
+		manyChanges		: 'Zuzenketa ortografikoa bukatuta: %1 hitz aldatu dira',
+		ieSpellDownload	: 'Zuzentzaile ortografikoa ez dago instalatuta. Deskargatu nahi duzu?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Aurpegierak',
+		title	: 'Aurpegiera Sartu'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Zenbakidun Zerrenda',
+	bulletedlist : 'Buletdun Zerrenda',
+	indent : 'Handitu Koska',
+	outdent : 'Txikitu Koska',
+
+	justify :
+	{
+		left : 'Lerrokatu Ezkerrean',
+		center : 'Lerrokatu Erdian',
+		right : 'Lerrokatu Eskuman',
+		block : 'Justifikatu'
+	},
+
+	outdent : 'Txikitu Koska',
+	blockquote : 'Aipamen blokea',
+
+	clipboard :
+	{
+		title		: 'Itsatsi',
+		cutError	: 'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki moztea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl+X).',
+		copyError	: 'Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki kopiatzea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl+C).',
+		pasteMsg	: 'Mesedez teklatua erabilita (<STRONG>Ctrl+V</STRONG>) ondorego eremuan testua itsatsi eta <STRONG>OK</STRONG> sakatu.',
+		securityMsg	: 'Nabigatzailearen segurtasun ezarpenak direla eta, editoreak ezin du arbela zuzenean erabili. Leiho honetan berriro itsatsi behar duzu.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Itsatsi Word-etik',
+		title : 'Itsatsi Word-etik',
+		advice : 'Mesedez teklatua erabilita (<STRONG>Ctrl+V</STRONG>) ondorego eremuan testua itsatsi eta <STRONG>OK</STRONG> sakatu.',
+		ignoreFontFace : 'Letra Motaren definizioa ezikusi',
+		removeStyle : 'Estilo definizioak kendu'
+	},
+
+	pasteText :
+	{
+		button : 'Testu Arrunta bezala Itsatsi',
+		title : 'Testu Arrunta bezala Itsatsi'
+	},
+
+	templates :
+	{
+		button : 'Txantiloiak',
+		title : 'Eduki Txantiloiak',
+		insertOption: 'Ordeztu oraingo edukiak',
+		selectPromptMsg: 'Mesedez txantiloia aukeratu editorean kargatzeko<br>(orain dauden edukiak galduko dira):',
+		emptyListMsg : '(Ez dago definitutako txantiloirik)'
+	},
+
+	showBlocks : 'Blokeak erakutsi',
+
+	stylesCombo :
+	{
+		label : 'Estiloa',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formatua',
+		panelTitle : 'Formatua',
+
+		tag_p : 'Arrunta',
+		tag_pre : 'Formateatua',
+		tag_address : 'Helbidea',
+		tag_h1 : 'Izenburua 1',
+		tag_h2 : 'Izenburua 2',
+		tag_h3 : 'Izenburua 3',
+		tag_h4 : 'Izenburua 4',
+		tag_h5 : 'Izenburua 5',
+		tag_h6 : 'Izenburua 6',
+		tag_div : 'Paragrafoa (DIV)'
+	},
+
+	font :
+	{
+		label : 'Letra-tipoa',
+		panelTitle : 'Letra-tipoa'
+	},
+
+	fontSize :
+	{
+		label : 'Tamaina',
+		panelTitle : 'Tamaina'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Testu Kolorea',
+		bgColorTitle : 'Atzeko kolorea',
+		auto : 'Automatikoa',
+		more : 'Kolore gehiago...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/fa.js
===================================================================
--- /CKEditor/trunk/_source/lang/fa.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/fa.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Persian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['fa'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'rtl',
+
+	// Toolbar buttons without dialogs.
+	source			: 'منبع',
+	newPage			: 'برگهٴ تازه',
+	save			: 'ذخیره',
+	preview			: 'پیشنمایش',
+	cut				: 'برش',
+	copy			: 'کپی',
+	paste			: 'چسباندن',
+	print			: 'چاپ',
+	underline		: 'خطزیردار',
+	bold			: 'درشت',
+	italic			: 'خمیده',
+	selectAll		: 'گزینش همه',
+	removeFormat	: 'برداشتن فرمت',
+	strike			: 'میانخط',
+	subscript		: 'زیرنویس',
+	superscript		: 'بالانویس',
+	horizontalrule	: 'گنجاندن خط ِافقی',
+	pagebreak		: 'گنجاندن شکستگی ِپایان ِبرگه',
+	unlink			: 'برداشتن پیوند',
+	undo			: 'واچیدن',
+	redo			: 'بازچیدن',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'فهرستنمایی سرور',
+		url				: 'URL',
+		protocol		: 'پروتکل',
+		upload			: 'انتقال به سرور',
+		uploadSubmit	: 'به سرور بفرست',
+		image			: 'تصویر',
+		flash			: 'Flash',
+		form			: 'فرم',
+		checkbox		: 'خانهٴ گزینهای',
+		radio		: 'دکمهٴ رادیویی',
+		textField		: 'فیلد متنی',
+		textarea		: 'ناحیهٴ متنی',
+		hiddenField		: 'فیلد پنهان',
+		button			: 'دکمه',
+		select	: 'فیلد چندگزینهای',
+		imageButton		: 'دکمهٴ تصویری',
+		notSet			: '<تعیننشده>',
+		id				: 'شناسه',
+		name			: 'نام',
+		langDir			: 'جهتنمای زبان',
+		langDirLtr		: 'چپ به راست (LTR)',
+		langDirRtl		: 'راست به چپ (RTL)',
+		langCode		: 'کد زبان',
+		longDescr		: 'URL توصیف طولانی',
+		cssClass		: 'کلاسهای شیوهنامه(Stylesheet)',
+		advisoryTitle	: 'عنوان کمکی',
+		cssStyle		: 'شیوه(style)',
+		ok				: 'پذیرش',
+		cancel			: 'انصراف',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'پیشرفته',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'گنجاندن نویسهٴ ویژه',
+		title		: 'گزینش نویسهٴویژه'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'گنجاندن/ویرایش ِپیوند',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'ویرایش پیوند',
+		title		: 'پیوند',
+		info		: 'اطلاعات پیوند',
+		target		: 'مقصد',
+		upload		: 'انتقال به سرور',
+		advanced	: 'پیشرفته',
+		type		: 'نوع پیوند',
+		toAnchor	: 'لنگر در همین صفحه',
+		toEmail		: 'پست الکترونیکی',
+		target		: 'مقصد',
+		targetNotSet	: '<تعیننشده>',
+		targetFrame	: '<فریم>',
+		targetPopup	: '<پنجرهٴ پاپاپ>',
+		targetNew	: 'پنجرهٴ دیگر (_blank)',
+		targetTop	: 'بالاترین پنجره (_top)',
+		targetSelf	: 'همان پنجره (_self)',
+		targetParent	: 'پنجرهٴ والد (_parent)',
+		targetFrameName	: 'نام فریم مقصد',
+		targetPopupName	: 'نام پنجرهٴ پاپاپ',
+		popupFeatures	: 'ویژگیهای پنجرهٴ پاپاپ',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'نوار وضعیت',
+		popupLocationBar	: 'نوار موقعیت',
+		popupToolbar	: 'نوارابزار',
+		popupMenuBar	: 'نوار منو',
+		popupFullScreen	: 'تمامصفحه (IE)',
+		popupScrollBars	: 'میلههای پیمایش',
+		popupDependent	: 'وابسته (Netscape)',
+		popupWidth		: 'پهنا',
+		popupLeft		: 'موقعیت ِچپ',
+		popupHeight		: 'درازا',
+		popupTop		: 'موقعیت ِبالا',
+		id				: 'Id', // MISSING
+		langDir			: 'جهتنمای زبان',
+		langDirNotSet	: '<تعیننشده>',
+		langDirLTR		: 'چپ به راست (LTR)',
+		langDirRTL		: 'راست به چپ (RTL)',
+		acccessKey		: 'کلید دستیابی',
+		name			: 'نام',
+		langCode		: 'جهتنمای زبان',
+		tabIndex		: 'نمایهٴ دسترسی با Tab',
+		advisoryTitle	: 'عنوان کمکی',
+		advisoryContentType	: 'نوع محتوای کمکی',
+		cssClasses		: 'کلاسهای شیوهنامه(Stylesheet)',
+		charset			: 'نویسهگان منبع ِپیوندشده',
+		styles			: 'شیوه(style)',
+		selectAnchor	: 'یک لنگر برگزینید',
+		anchorName		: 'با نام لنگر',
+		anchorId		: 'با شناسهٴ المان',
+		emailAddress	: 'نشانی پست الکترونیکی',
+		emailSubject	: 'موضوع پیام',
+		emailBody		: 'متن پیام',
+		noAnchors		: '(در این سند لنگری دردسترس نیست)',
+		noUrl			: 'لطفا URL پیوند را بنویسید',
+		noEmail			: 'لطفا نشانی پست الکترونیکی را بنویسید'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'گنجاندن/ویرایش ِلنگر',
+		menu		: 'ویژگیهای لنگر',
+		title		: 'ویژگیهای لنگر',
+		name		: 'نام لنگر',
+		errorName	: 'لطفا نام لنگر را بنویسید'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'جستجو و جایگزینی',
+		find				: 'جستجو',
+		replace				: 'جایگزینی',
+		findWhat			: 'چهچیز را مییابید:',
+		replaceWith			: 'جایگزینی با:',
+		notFoundMsg			: 'متن موردنظر یافت نشد.',
+		matchCase			: 'همسانی در بزرگی و کوچکی نویسهها',
+		matchWord			: 'همسانی با واژهٴ کامل',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'جایگزینی همهٴ یافتهها',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'جدول',
+		title		: 'ویژگیهای جدول',
+		menu		: 'ویژگیهای جدول',
+		deleteTable	: 'پاککردن جدول',
+		rows		: 'سطرها',
+		columns		: 'ستونها',
+		border		: 'اندازهٴ لبه',
+		align		: 'چینش',
+		alignNotSet	: '<تعیننشده>',
+		alignLeft	: 'چپ',
+		alignCenter	: 'وسط',
+		alignRight	: 'راست',
+		width		: 'پهنا',
+		widthPx		: 'پیکسل',
+		widthPc		: 'درصد',
+		height		: 'درازا',
+		cellSpace	: 'فاصلهٴ میان سلولها',
+		cellPad		: 'فاصلهٴ پرشده در سلول',
+		caption		: 'عنوان',
+		summary		: 'خلاصه',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'سلول',
+			insertBefore	: 'افزودن سلول قبل از',
+			insertAfter		: 'افزودن سلول بعد از',
+			deleteCell		: 'حذف سلولها',
+			merge			: 'ادغام سلولها',
+			mergeRight		: 'ادغام به راست',
+			mergeDown		: 'ادغام به پایین',
+			splitHorizontal	: 'جدا کردن افقی سلول',
+			splitVertical	: 'جدا کردن عمودی سلول'
+		},
+
+		row :
+		{
+			menu			: 'سطر',
+			insertBefore	: 'افزودن سطر قبل از',
+			insertAfter		: 'افزودن سطر بعد از',
+			deleteRow		: 'حذف سطرها'
+		},
+
+		column :
+		{
+			menu			: 'ستون',
+			insertBefore	: 'افزودن ستون قبل از',
+			insertAfter		: 'افزودن ستون بعد از',
+			deleteColumn	: 'حذف ستونها'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'ویژگیهای دکمه',
+		text		: 'متن (مقدار)',
+		type		: 'نوع',
+		typeBtn		: 'دکمه',
+		typeSbm		: 'Submit',
+		typeRst		: 'بازنشانی (Reset)'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'ویژگیهای خانهٴ گزینهای',
+		radioTitle	: 'ویژگیهای دکمهٴ رادیویی',
+		value		: 'مقدار',
+		selected	: 'برگزیده'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'ویژگیهای فرم',
+		menu		: 'ویژگیهای فرم',
+		action		: 'رویداد',
+		method		: 'متد',
+		encoding	: 'Encoding', // MISSING
+		target		: 'مقصد',
+		targetNotSet	: '<تعیننشده>',
+		targetNew	: 'پنجرهٴ دیگر (_blank)',
+		targetTop	: 'بالاترین پنجره (_top)',
+		targetSelf	: 'همان پنجره (_self)',
+		targetParent	: 'پنجرهٴ والد (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'ویژگیهای فیلد چندگزینهای',
+		selectInfo	: 'اطلاعات',
+		opAvail		: 'گزینههای دردسترس',
+		value		: 'مقدار',
+		size		: 'اندازه',
+		lines		: 'خطوط',
+		chkMulti	: 'گزینش چندگانه فراهم باشد',
+		opText		: 'متن',
+		opValue		: 'مقدار',
+		btnAdd		: 'افزودن',
+		btnModify	: 'ویرایش',
+		btnUp		: 'بالا',
+		btnDown		: 'پائین',
+		btnSetValue : 'تنظیم به عنوان مقدار ِبرگزیده',
+		btnDelete	: 'پاککردن'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'ویژگیهای ناحیهٴ متنی',
+		cols		: 'ستونها',
+		rows		: 'سطرها'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'ویژگیهای فیلد متنی',
+		name		: 'نام',
+		value		: 'مقدار',
+		charWidth	: 'پهنای نویسه',
+		maxChars	: 'بیشینهٴ نویسهها',
+		type		: 'نوع',
+		typeText	: 'متن',
+		typePass	: 'گذرواژه'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'ویژگیهای فیلد پنهان',
+		name	: 'نام',
+		value	: 'مقدار'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'ویژگیهای تصویر',
+		titleButton	: 'ویژگیهای دکمهٴ تصویری',
+		menu		: 'ویژگیهای تصویر',
+		infoTab	: 'اطلاعات تصویر',
+		btnUpload	: 'به سرور بفرست',
+		url		: 'URL',
+		upload	: 'انتقال به سرور',
+		alt		: 'متن جایگزین',
+		width		: 'پهنا',
+		height	: 'درازا',
+		lockRatio	: 'قفلکردن ِنسبت',
+		resetSize	: 'بازنشانی اندازه',
+		border	: 'لبه',
+		hSpace	: 'فاصلهٴ افقی',
+		vSpace	: 'فاصلهٴ عمودی',
+		align		: 'چینش',
+		alignLeft	: 'چپ',
+		alignAbsBottom: 'پائین مطلق',
+		alignAbsMiddle: 'وسط مطلق',
+		alignBaseline	: 'خطپایه',
+		alignBottom	: 'پائین',
+		alignMiddle	: 'وسط',
+		alignRight	: 'راست',
+		alignTextTop	: 'متن بالا',
+		alignTop	: 'بالا',
+		preview	: 'پیشنمایش',
+		alertUrl	: 'لطفا URL تصویر را بنویسید',
+		linkTab	: 'پیوند',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'ویژگیهای Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'ویژگیهای Flash',
+		chkPlay		: 'آغاز ِخودکار',
+		chkLoop		: 'اجرای پیاپی',
+		chkMenu		: 'دردسترسبودن منوی Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'مقیاس',
+		scaleAll		: 'نمایش همه',
+		scaleNoBorder	: 'بدون کران',
+		scaleFit		: 'جایگیری کامل',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'چینش',
+		alignLeft	: 'چپ',
+		alignAbsBottom: 'پائین مطلق',
+		alignAbsMiddle: 'وسط مطلق',
+		alignBaseline	: 'خطپایه',
+		alignBottom	: 'پائین',
+		alignMiddle	: 'وسط',
+		alignRight	: 'راست',
+		alignTextTop	: 'متن بالا',
+		alignTop	: 'بالا',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'رنگ پسزمینه',
+		width	: 'پهنا',
+		height	: 'درازا',
+		hSpace	: 'فاصلهٴ افقی',
+		vSpace	: 'فاصلهٴ عمودی',
+		validateSrc : 'لطفا URL پیوند را بنویسید',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'بررسی املا',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'در واژهنامه یافت نشد',
+		changeTo		: 'تغییر به',
+		btnIgnore		: 'چشمپوشی',
+		btnIgnoreAll	: 'چشمپوشی همه',
+		btnReplace		: 'جایگزینی',
+		btnReplaceAll	: 'جایگزینی همه',
+		btnUndo			: 'واچینش',
+		noSuggestions	: '- پیشنهادی نیست -',
+		progress		: 'بررسی املا در حال انجام...',
+		noMispell		: 'بررسی املا انجام شد. هیچ غلطاملائی یافت نشد',
+		noChanges		: 'بررسی املا انجام شد. هیچ واژهای تغییر نیافت',
+		oneChange		: 'بررسی املا انجام شد. یک واژه تغییر یافت',
+		manyChanges		: 'بررسی املا انجام شد. %1 واژه تغییر یافت',
+		ieSpellDownload	: 'بررسیکنندهٴ املا نصب نشده است. آیا میخواهید آن را هماکنون دریافت کنید؟'
+	},
+
+	smiley :
+	{
+		toolbar	: 'خندانک',
+		title	: 'گنجاندن خندانک'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'فهرست شمارهدار',
+	bulletedlist : 'فهرست نقطهای',
+	indent : 'افزایش تورفتگی',
+	outdent : 'کاهش تورفتگی',
+
+	justify :
+	{
+		left : 'چپچین',
+		center : 'میانچین',
+		right : 'راستچین',
+		block : 'بلوکچین'
+	},
+
+	outdent : 'کاهش تورفتگی',
+	blockquote : 'بلوک نقل قول',
+
+	clipboard :
+	{
+		title		: 'چسباندن',
+		cutError	: 'تنظیمات امنیتی مرورگر شما اجازه نمیدهد که ویرایشگر به طور خودکار عملکردهای برش را انجام دهد. لطفا با دکمههای صفحهکلید این کار را انجام دهید (Ctrl+X).',
+		copyError	: 'تنظیمات امنیتی مرورگر شما اجازه نمیدهد که ویرایشگر به طور خودکار عملکردهای کپیکردن را انجام دهد. لطفا با دکمههای صفحهکلید این کار را انجام دهید (Ctrl+C).',
+		pasteMsg	: 'لطفا متن را با کلیدهای (<STRONG>Ctrl+V</STRONG>) در این جعبهٴ متنی بچسبانید و <STRONG>پذیرش</STRONG> را بزنید.',
+		securityMsg	: 'به خاطر تنظیمات امنیتی مرورگر شما، ویرایشگر نمیتواند دسترسی مستقیم به دادههای clipboard داشته باشد. شما باید دوباره آنرا در این پنجره بچسبانید.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'چسباندن از Word',
+		title : 'چسباندن از Word',
+		advice : 'لطفا متن را با کلیدهای (<STRONG>Ctrl+V</STRONG>) در این جعبهٴ متنی بچسبانید و <STRONG>پذیرش</STRONG> را بزنید.',
+		ignoreFontFace : 'چشمپوشی از تعاریف نوع قلم',
+		removeStyle : 'چشمپوشی از تعاریف سبک (style)'
+	},
+
+	pasteText :
+	{
+		button : 'چسباندن به عنوان متن ِساده',
+		title : 'چسباندن به عنوان متن ِساده'
+	},
+
+	templates :
+	{
+		button : 'الگوها',
+		title : 'الگوهای محتویات',
+		insertOption: 'محتویات کنونی جایگزین شوند',
+		selectPromptMsg: 'لطفا الگوی موردنظر را برای بازکردن در ویرایشگر برگزینید<br>(محتویات کنونی از دست خواهند رفت):',
+		emptyListMsg : '(الگوئی تعریف نشده است)'
+	},
+
+	showBlocks : 'نمایش بلوکها',
+
+	stylesCombo :
+	{
+		label : 'سبک',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'فرمت',
+		panelTitle : 'فرمت',
+
+		tag_p : 'نرمال',
+		tag_pre : 'فرمتشده',
+		tag_address : 'آدرس',
+		tag_h1 : 'سرنویس 1',
+		tag_h2 : 'سرنویس 2',
+		tag_h3 : 'سرنویس 3',
+		tag_h4 : 'سرنویس 4',
+		tag_h5 : 'سرنویس 5',
+		tag_h6 : 'سرنویس 6',
+		tag_div : 'بند'
+	},
+
+	font :
+	{
+		label : 'قلم',
+		panelTitle : 'قلم'
+	},
+
+	fontSize :
+	{
+		label : 'اندازه',
+		panelTitle : 'اندازه'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'رنگ متن',
+		bgColorTitle : 'رنگ پسزمینه',
+		auto : 'خودکار',
+		more : 'رنگهای بیشتر...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/fi.js
===================================================================
--- /CKEditor/trunk/_source/lang/fi.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/fi.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Finnish language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['fi'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Koodi',
+	newPage			: 'Tyhjennä',
+	save			: 'Tallenna',
+	preview			: 'Esikatsele',
+	cut				: 'Leikkaa',
+	copy			: 'Kopioi',
+	paste			: 'Liitä',
+	print			: 'Tulosta',
+	underline		: 'Alleviivattu',
+	bold			: 'Lihavoitu',
+	italic			: 'Kursivoitu',
+	selectAll		: 'Valitse kaikki',
+	removeFormat	: 'Poista muotoilu',
+	strike			: 'Yliviivattu',
+	subscript		: 'Alaindeksi',
+	superscript		: 'Yläindeksi',
+	horizontalrule	: 'Lisää murtoviiva',
+	pagebreak		: 'Lisää sivun vaihto',
+	unlink			: 'Poista linkki',
+	undo			: 'Kumoa',
+	redo			: 'Toista',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Selaa palvelinta',
+		url				: 'Osoite',
+		protocol		: 'Protokolla',
+		upload			: 'Lisää tiedosto',
+		uploadSubmit	: 'Lähetä palvelimelle',
+		image			: 'Kuva',
+		flash			: 'Flash',
+		form			: 'Lomake',
+		checkbox		: 'Valintaruutu',
+		radio		: 'Radiopainike',
+		textField		: 'Tekstikenttä',
+		textarea		: 'Tekstilaatikko',
+		hiddenField		: 'Piilokenttä',
+		button			: 'Painike',
+		select	: 'Valintakenttä',
+		imageButton		: 'Kuvapainike',
+		notSet			: '<ei asetettu>',
+		id				: 'Tunniste',
+		name			: 'Nimi',
+		langDir			: 'Kielen suunta',
+		langDirLtr		: 'Vasemmalta oikealle (LTR)',
+		langDirRtl		: 'Oikealta vasemmalle (RTL)',
+		langCode		: 'Kielikoodi',
+		longDescr		: 'Pitkän kuvauksen URL',
+		cssClass		: 'Tyyliluokat',
+		advisoryTitle	: 'Avustava otsikko',
+		cssStyle		: 'Tyyli',
+		ok				: 'OK',
+		cancel			: 'Peruuta',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Lisäominaisuudet',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Lisää erikoismerkki',
+		title		: 'Valitse erikoismerkki'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Lisää linkki/muokkaa linkkiä',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Muokkaa linkkiä',
+		title		: 'Linkki',
+		info		: 'Linkin tiedot',
+		target		: 'Kohde',
+		upload		: 'Lisää tiedosto',
+		advanced	: 'Lisäominaisuudet',
+		type		: 'Linkkityyppi',
+		toAnchor	: 'Ankkuri tässä sivussa',
+		toEmail		: 'Sähköposti',
+		target		: 'Kohde',
+		targetNotSet	: '<ei asetettu>',
+		targetFrame	: '<kehys>',
+		targetPopup	: '<popup ikkuna>',
+		targetNew	: 'Uusi ikkuna (_blank)',
+		targetTop	: 'Päällimmäisin ikkuna (_top)',
+		targetSelf	: 'Sama ikkuna (_self)',
+		targetParent	: 'Emoikkuna (_parent)',
+		targetFrameName	: 'Kohdekehyksen nimi',
+		targetPopupName	: 'Popup ikkunan nimi',
+		popupFeatures	: 'Popup ikkunan ominaisuudet',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Tilarivi',
+		popupLocationBar	: 'Osoiterivi',
+		popupToolbar	: 'Vakiopainikkeet',
+		popupMenuBar	: 'Valikkorivi',
+		popupFullScreen	: 'Täysi ikkuna (IE)',
+		popupScrollBars	: 'Vierityspalkit',
+		popupDependent	: 'Riippuva (Netscape)',
+		popupWidth		: 'Leveys',
+		popupLeft		: 'Vasemmalta (px)',
+		popupHeight		: 'Korkeus',
+		popupTop		: 'Ylhäältä (px)',
+		id				: 'Id', // MISSING
+		langDir			: 'Kielen suunta',
+		langDirNotSet	: '<ei asetettu>',
+		langDirLTR		: 'Vasemmalta oikealle (LTR)',
+		langDirRTL		: 'Oikealta vasemmalle (RTL)',
+		acccessKey		: 'Pikanäppäin',
+		name			: 'Nimi',
+		langCode		: 'Kielen suunta',
+		tabIndex		: 'Tabulaattori indeksi',
+		advisoryTitle	: 'Avustava otsikko',
+		advisoryContentType	: 'Avustava sisällön tyyppi',
+		cssClasses		: 'Tyyliluokat',
+		charset			: 'Linkitetty kirjaimisto',
+		styles			: 'Tyyli',
+		selectAnchor	: 'Valitse ankkuri',
+		anchorName		: 'Ankkurin nimen mukaan',
+		anchorId		: 'Ankkurin ID:n mukaan',
+		emailAddress	: 'Sähköpostiosoite',
+		emailSubject	: 'Aihe',
+		emailBody		: 'Viesti',
+		noAnchors		: '(Ei ankkureita tässä dokumentissa)',
+		noUrl			: 'Linkille on kirjoitettava URL',
+		noEmail			: 'Kirjoita sähköpostiosoite'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Lisää ankkuri/muokkaa ankkuria',
+		menu		: 'Ankkurin ominaisuudet',
+		title		: 'Ankkurin ominaisuudet',
+		name		: 'Nimi',
+		errorName	: 'Ankkurille on kirjoitettava nimi'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Etsi ja korvaa',
+		find				: 'Etsi',
+		replace				: 'Korvaa',
+		findWhat			: 'Etsi mitä:',
+		replaceWith			: 'Korvaa tällä:',
+		notFoundMsg			: 'Etsittyä tekstiä ei löytynyt.',
+		matchCase			: 'Sama kirjainkoko',
+		matchWord			: 'Koko sana',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Korvaa kaikki',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Taulu',
+		title		: 'Taulun ominaisuudet',
+		menu		: 'Taulun ominaisuudet',
+		deleteTable	: 'Poista taulu',
+		rows		: 'Rivit',
+		columns		: 'Sarakkeet',
+		border		: 'Rajan paksuus',
+		align		: 'Kohdistus',
+		alignNotSet	: '<ei asetettu>',
+		alignLeft	: 'Vasemmalle',
+		alignCenter	: 'Keskelle',
+		alignRight	: 'Oikealle',
+		width		: 'Leveys',
+		widthPx		: 'pikseliä',
+		widthPc		: 'prosenttia',
+		height		: 'Korkeus',
+		cellSpace	: 'Solujen väli',
+		cellPad		: 'Solujen sisennys',
+		caption		: 'Otsikko',
+		summary		: 'Yhteenveto',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Solu',
+			insertBefore	: 'Lisää solu eteen',
+			insertAfter		: 'Lisää solu perään',
+			deleteCell		: 'Poista solut',
+			merge			: 'Yhdistä solut',
+			mergeRight		: 'Yhdistä oikealla olevan kanssa',
+			mergeDown		: 'Yhdistä alla olevan kanssa',
+			splitHorizontal	: 'Jaa solu vaakasuunnassa',
+			splitVertical	: 'Jaa solu pystysuunnassa'
+		},
+
+		row :
+		{
+			menu			: 'Rivi',
+			insertBefore	: 'Lisää rivi yläpuolelle',
+			insertAfter		: 'Lisää rivi alapuolelle',
+			deleteRow		: 'Poista rivit'
+		},
+
+		column :
+		{
+			menu			: 'Sarake',
+			insertBefore	: 'Lisää sarake vasemmalle',
+			insertAfter		: 'Lisää sarake oikealle',
+			deleteColumn	: 'Poista sarakkeet'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Painikkeen ominaisuudet',
+		text		: 'Teksti (arvo)',
+		type		: 'Tyyppi',
+		typeBtn		: 'Painike',
+		typeSbm		: 'Lähetä',
+		typeRst		: 'Tyhjennä'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Valintaruudun ominaisuudet',
+		radioTitle	: 'Radiopainikkeen ominaisuudet',
+		value		: 'Arvo',
+		selected	: 'Valittu'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Lomakkeen ominaisuudet',
+		menu		: 'Lomakkeen ominaisuudet',
+		action		: 'Toiminto',
+		method		: 'Tapa',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Kohde',
+		targetNotSet	: '<ei asetettu>',
+		targetNew	: 'Uusi ikkuna (_blank)',
+		targetTop	: 'Päällimmäisin ikkuna (_top)',
+		targetSelf	: 'Sama ikkuna (_self)',
+		targetParent	: 'Emoikkuna (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Valintakentän ominaisuudet',
+		selectInfo	: 'Info',
+		opAvail		: 'Ominaisuudet',
+		value		: 'Arvo',
+		size		: 'Koko',
+		lines		: 'Rivit',
+		chkMulti	: 'Salli usea valinta',
+		opText		: 'Teksti',
+		opValue		: 'Arvo',
+		btnAdd		: 'Lisää',
+		btnModify	: 'Muuta',
+		btnUp		: 'Ylös',
+		btnDown		: 'Alas',
+		btnSetValue : 'Aseta valituksi',
+		btnDelete	: 'Poista'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Tekstilaatikon ominaisuudet',
+		cols		: 'Sarakkeita',
+		rows		: 'Rivejä'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Tekstikentän ominaisuudet',
+		name		: 'Nimi',
+		value		: 'Arvo',
+		charWidth	: 'Leveys',
+		maxChars	: 'Maksimi merkkimäärä',
+		type		: 'Tyyppi',
+		typeText	: 'Teksti',
+		typePass	: 'Salasana'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Piilokentän ominaisuudet',
+		name	: 'Nimi',
+		value	: 'Arvo'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Kuvan ominaisuudet',
+		titleButton	: 'Kuvapainikkeen ominaisuudet',
+		menu		: 'Kuvan ominaisuudet',
+		infoTab	: 'Kuvan tiedot',
+		btnUpload	: 'Lähetä palvelimelle',
+		url		: 'Osoite',
+		upload	: 'Lisää kuva',
+		alt		: 'Vaihtoehtoinen teksti',
+		width		: 'Leveys',
+		height	: 'Korkeus',
+		lockRatio	: 'Lukitse suhteet',
+		resetSize	: 'Alkuperäinen koko',
+		border	: 'Raja',
+		hSpace	: 'Vaakatila',
+		vSpace	: 'Pystytila',
+		align		: 'Kohdistus',
+		alignLeft	: 'Vasemmalle',
+		alignAbsBottom: 'Aivan alas',
+		alignAbsMiddle: 'Aivan keskelle',
+		alignBaseline	: 'Alas (teksti)',
+		alignBottom	: 'Alas',
+		alignMiddle	: 'Keskelle',
+		alignRight	: 'Oikealle',
+		alignTextTop	: 'Ylös (teksti)',
+		alignTop	: 'Ylös',
+		preview	: 'Esikatselu',
+		alertUrl	: 'Kirjoita kuvan osoite (URL)',
+		linkTab	: 'Linkki',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash ominaisuudet',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash ominaisuudet',
+		chkPlay		: 'Automaattinen käynnistys',
+		chkLoop		: 'Toisto',
+		chkMenu		: 'Näytä Flash-valikko',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Levitä',
+		scaleAll		: 'Näytä kaikki',
+		scaleNoBorder	: 'Ei rajaa',
+		scaleFit		: 'Tarkka koko',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Kohdistus',
+		alignLeft	: 'Vasemmalle',
+		alignAbsBottom: 'Aivan alas',
+		alignAbsMiddle: 'Aivan keskelle',
+		alignBaseline	: 'Alas (teksti)',
+		alignBottom	: 'Alas',
+		alignMiddle	: 'Keskelle',
+		alignRight	: 'Oikealle',
+		alignTextTop	: 'Ylös (teksti)',
+		alignTop	: 'Ylös',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Taustaväri',
+		width	: 'Leveys',
+		height	: 'Korkeus',
+		hSpace	: 'Vaakatila',
+		vSpace	: 'Pystytila',
+		validateSrc : 'Linkille on kirjoitettava URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Tarkista oikeinkirjoitus',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Ei sanakirjassa',
+		changeTo		: 'Vaihda',
+		btnIgnore		: 'Jätä huomioimatta',
+		btnIgnoreAll	: 'Jätä kaikki huomioimatta',
+		btnReplace		: 'Korvaa',
+		btnReplaceAll	: 'Korvaa kaikki',
+		btnUndo			: 'Kumoa',
+		noSuggestions	: 'Ei ehdotuksia',
+		progress		: 'Tarkistus käynnissä...',
+		noMispell		: 'Tarkistus valmis: Ei virheitä',
+		noChanges		: 'Tarkistus valmis: Yhtään sanaa ei muutettu',
+		oneChange		: 'Tarkistus valmis: Yksi sana muutettiin',
+		manyChanges		: 'Tarkistus valmis: %1 sanaa muutettiin',
+		ieSpellDownload	: 'Oikeinkirjoituksen tarkistusta ei ole asennettu. Haluatko ladata sen nyt?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Hymiö',
+		title	: 'Lisää hymiö'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numerointi',
+	bulletedlist : 'Luottelomerkit',
+	indent : 'Suurenna sisennystä',
+	outdent : 'Pienennä sisennystä',
+
+	justify :
+	{
+		left : 'Tasaa vasemmat reunat',
+		center : 'Keskitä',
+		right : 'Tasaa oikeat reunat',
+		block : 'Tasaa molemmat reunat'
+	},
+
+	outdent : 'Pienennä sisennystä',
+	blockquote : 'Lainaus',
+
+	clipboard :
+	{
+		title		: 'Liitä',
+		cutError	: 'Selaimesi turva-asetukset eivät salli editorin toteuttaa leikkaamista. Käytä näppäimistöä leikkaamiseen (Ctrl+X).',
+		copyError	: 'Selaimesi turva-asetukset eivät salli editorin toteuttaa kopioimista. Käytä näppäimistöä kopioimiseen (Ctrl+C).',
+		pasteMsg	: 'Liitä painamalla (<STRONG>Ctrl+V</STRONG>) ja painamalla <STRONG>OK</STRONG>.',
+		securityMsg	: 'Selaimesi turva-asetukset eivät salli editorin käyttää leikepöytää suoraan. Sinun pitää suorittaa liittäminen tässä ikkunassa.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Liitä Wordista',
+		title : 'Liitä Wordista',
+		advice : 'Liitä painamalla (<STRONG>Ctrl+V</STRONG>) ja painamalla <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Jätä huomioimatta fonttimääritykset',
+		removeStyle : 'Poista tyylimääritykset'
+	},
+
+	pasteText :
+	{
+		button : 'Liitä tekstinä',
+		title : 'Liitä tekstinä'
+	},
+
+	templates :
+	{
+		button : 'Pohjat',
+		title : 'Sisältöpohjat',
+		insertOption: 'Korvaa editorin koko sisältö',
+		selectPromptMsg: 'Valitse pohja editoriin<br>(aiempi sisältö menetetään):',
+		emptyListMsg : '(Ei määriteltyjä pohjia)'
+	},
+
+	showBlocks : 'Näytä elementit',
+
+	stylesCombo :
+	{
+		label : 'Tyyli',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Muotoilu',
+		panelTitle : 'Muotoilu',
+
+		tag_p : 'Normaali',
+		tag_pre : 'Muotoiltu',
+		tag_address : 'Osoite',
+		tag_h1 : 'Otsikko 1',
+		tag_h2 : 'Otsikko 2',
+		tag_h3 : 'Otsikko 3',
+		tag_h4 : 'Otsikko 4',
+		tag_h5 : 'Otsikko 5',
+		tag_h6 : 'Otsikko 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Fontti',
+		panelTitle : 'Fontti'
+	},
+
+	fontSize :
+	{
+		label : 'Koko',
+		panelTitle : 'Koko'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Tekstiväri',
+		bgColorTitle : 'Taustaväri',
+		auto : 'Automaattinen',
+		more : 'Lisää värejä...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/fo.js
===================================================================
--- /CKEditor/trunk/_source/lang/fo.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/fo.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Faroese language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['fo'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Kelda',
+	newPage			: 'Nýggj síða',
+	save			: 'Goym',
+	preview			: 'Frumsýning',
+	cut				: 'Kvett',
+	copy			: 'Avrita',
+	paste			: 'Innrita',
+	print			: 'Prenta',
+	underline		: 'Undirstrikað',
+	bold			: 'Feit skrift',
+	italic			: 'Skráskrift',
+	selectAll		: 'Markera alt',
+	removeFormat	: 'Strika sniðgeving',
+	strike			: 'Yvirstrikað',
+	subscript		: 'Lækkað skrift',
+	superscript		: 'Hækkað skrift',
+	horizontalrule	: 'Ger vatnrætta linju',
+	pagebreak		: 'Ger síðuskift',
+	unlink			: 'Strika tilknýti',
+	undo			: 'Angra',
+	redo			: 'Vend aftur',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Ambætarakagi',
+		url				: 'URL',
+		protocol		: 'Protokoll',
+		upload			: 'Send til ambætaran',
+		uploadSubmit	: 'Send til ambætaran',
+		image			: 'Myndir',
+		flash			: 'Flash',
+		form			: 'Formur',
+		checkbox		: 'Flugubein',
+		radio		: 'Radioknøttur',
+		textField		: 'Tekstteigur',
+		textarea		: 'Tekstumráði',
+		hiddenField		: 'Fjaldur teigur',
+		button			: 'Knøttur',
+		select	: 'Valskrá',
+		imageButton		: 'Myndaknøttur',
+		notSet			: '<ikki sett>',
+		id				: 'Id',
+		name			: 'Navn',
+		langDir			: 'Tekstkós',
+		langDirLtr		: 'Frá vinstru til høgru (LTR)',
+		langDirRtl		: 'Frá høgru til vinstru (RTL)',
+		langCode		: 'Málkoda',
+		longDescr		: 'Víðkað URL frágreiðing',
+		cssClass		: 'Typografi klassar',
+		advisoryTitle	: 'Vegleiðandi heiti',
+		cssStyle		: 'Typografi',
+		ok				: 'Góðkent',
+		cancel			: 'Avlýst',
+		generalTab		: 'Generelt',
+		advancedTab		: 'Fjølbroytt',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Set inn sertekn',
+		title		: 'Vel sertekn'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Ger/broyt tilknýti',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Broyt tilknýti',
+		title		: 'Tilknýti',
+		info		: 'Tilknýtis upplýsingar',
+		target		: 'Mál',
+		upload		: 'Send til ambætaran',
+		advanced	: 'Fjølbroytt',
+		type		: 'Tilknýtisslag',
+		toAnchor	: 'Tilknýti til marknastein í tekstinum',
+		toEmail		: 'Teldupostur',
+		target		: 'Mál',
+		targetNotSet	: '<ikki sett>',
+		targetFrame	: '<ramma>',
+		targetPopup	: '<popup vindeyga>',
+		targetNew	: 'Nýtt vindeyga (_blank)',
+		targetTop	: 'Alt vindeygað (_top)',
+		targetSelf	: 'Sama vindeygað (_self)',
+		targetParent	: 'Upphavliga vindeygað (_parent)',
+		targetFrameName	: 'Vís navn vindeygans',
+		targetPopupName	: 'Popup vindeygans navn',
+		popupFeatures	: 'Popup vindeygans víðkaðu eginleikar',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Støðufrágreiðingarbjálki',
+		popupLocationBar	: 'Adressulinja',
+		popupToolbar	: 'Amboðsbjálki',
+		popupMenuBar	: 'Skrábjálki',
+		popupFullScreen	: 'Fullur skermur (IE)',
+		popupScrollBars	: 'Rullibjálki',
+		popupDependent	: 'Bundið (Netscape)',
+		popupWidth		: 'Breidd',
+		popupLeft		: 'Frástøða frá vinstru',
+		popupHeight		: 'Hædd',
+		popupTop		: 'Frástøða frá íerva',
+		id				: 'Id', // MISSING
+		langDir			: 'Tekstkós',
+		langDirNotSet	: '<ikki sett>',
+		langDirLTR		: 'Frá vinstru til høgru (LTR)',
+		langDirRTL		: 'Frá høgru til vinstru (RTL)',
+		acccessKey		: 'Snarvegisknappur',
+		name			: 'Navn',
+		langCode		: 'Tekstkós',
+		tabIndex		: 'Inntriv indeks',
+		advisoryTitle	: 'Vegleiðandi heiti',
+		advisoryContentType	: 'Vegleiðandi innihaldsslag',
+		cssClasses		: 'Typografi klassar',
+		charset			: 'Atknýtt teknsett',
+		styles			: 'Typografi',
+		selectAnchor	: 'Vel ein marknastein',
+		anchorName		: 'Eftir navni á marknasteini',
+		anchorId		: 'Eftir element Id',
+		emailAddress	: 'Teldupost-adressa',
+		emailSubject	: 'Evni',
+		emailBody		: 'Breyðtekstur',
+		noAnchors		: '(Eingir marknasteinar eru í hesum dokumentið)',
+		noUrl			: 'Vinarliga skriva tilknýti (URL)',
+		noEmail			: 'Vinarliga skriva teldupost-adressu'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Ger/broyt marknastein',
+		menu		: 'Eginleikar fyri marknastein',
+		title		: 'Eginleikar fyri marknastein',
+		name		: 'Heiti marknasteinsins',
+		errorName	: 'Vinarliga rita marknasteinsins heiti'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Finn og broyt',
+		find				: 'Leita',
+		replace				: 'Yvirskriva',
+		findWhat			: 'Finn:',
+		replaceWith			: 'Yvirskriva við:',
+		notFoundMsg			: 'Leititeksturin varð ikki funnin',
+		matchCase			: 'Munur á stórum og smáðum bókstavum',
+		matchWord			: 'Bert heil orð',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Yvirskriva alt',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabell',
+		title		: 'Eginleikar fyri tabell',
+		menu		: 'Eginleikar fyri tabell',
+		deleteTable	: 'Strika tabell',
+		rows		: 'Røðir',
+		columns		: 'Kolonnur',
+		border		: 'Bordabreidd',
+		align		: 'Justering',
+		alignNotSet	: '<Einki valt>',
+		alignLeft	: 'Vinstrasett',
+		alignCenter	: 'Miðsett',
+		alignRight	: 'Høgrasett',
+		width		: 'Breidd',
+		widthPx		: 'pixels',
+		widthPc		: 'prosent',
+		height		: 'Hædd',
+		cellSpace	: 'Fjarstøða millum meskar',
+		cellPad		: 'Meskubreddi',
+		caption		: 'Tabellfrágreiðing',
+		summary		: 'Samandráttur',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Meski',
+			insertBefore	: 'Set meska inn áðrenn',
+			insertAfter		: 'Set meska inn aftaná',
+			deleteCell		: 'Strika meskar',
+			merge			: 'Flætta meskar',
+			mergeRight		: 'Flætta meskar til høgru',
+			mergeDown		: 'Flætta saman',
+			splitHorizontal	: 'Kloyv meska vatnrætt',
+			splitVertical	: 'Kloyv meska loddrætt'
+		},
+
+		row :
+		{
+			menu			: 'Rað',
+			insertBefore	: 'Set rað inn áðrenn',
+			insertAfter		: 'Set rað inn aftaná',
+			deleteRow		: 'Strika røðir'
+		},
+
+		column :
+		{
+			menu			: 'Kolonna',
+			insertBefore	: 'Set kolonnu inn áðrenn',
+			insertAfter		: 'Set kolonnu inn aftaná',
+			deleteColumn	: 'Strika kolonnur'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Eginleikar fyri knøtt',
+		text		: 'Tekstur',
+		type		: 'Slag',
+		typeBtn		: 'Knøttur',
+		typeSbm		: 'Send',
+		typeRst		: 'Nullstilla'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Eginleikar fyri flugubein',
+		radioTitle	: 'Eginleikar fyri radioknøtt',
+		value		: 'Virði',
+		selected	: 'Valt'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Eginleikar fyri Form',
+		menu		: 'Eginleikar fyri Form',
+		action		: 'Hending',
+		method		: 'Háttur',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Mál',
+		targetNotSet	: '<ikki sett>',
+		targetNew	: 'Nýtt vindeyga (_blank)',
+		targetTop	: 'Alt vindeygað (_top)',
+		targetSelf	: 'Sama vindeygað (_self)',
+		targetParent	: 'Upphavliga vindeygað (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Eginleikar fyri valskrá',
+		selectInfo	: 'Upplýsingar',
+		opAvail		: 'Tøkir møguleikar',
+		value		: 'Virði',
+		size		: 'Stødd',
+		lines		: 'Linjur',
+		chkMulti	: 'Loyv fleiri valmøguleikum samstundis',
+		opText		: 'Tekstur',
+		opValue		: 'Virði',
+		btnAdd		: 'Legg afturat',
+		btnModify	: 'Broyt',
+		btnUp		: 'Upp',
+		btnDown		: 'Niður',
+		btnSetValue : 'Set sum valt virði',
+		btnDelete	: 'Strika'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Eginleikar fyri tekstumráði',
+		cols		: 'kolonnur',
+		rows		: 'røðir'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Eginleikar fyri tekstteig',
+		name		: 'Navn',
+		value		: 'Virði',
+		charWidth	: 'Breidd (sjónlig tekn)',
+		maxChars	: 'Mest loyvdu tekn',
+		type		: 'Slag',
+		typeText	: 'Tekstur',
+		typePass	: 'Loyniorð'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Eginleikar fyri fjaldan teig',
+		name	: 'Navn',
+		value	: 'Virði'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Myndaeginleikar',
+		titleButton	: 'Eginleikar fyri myndaknøtt',
+		menu		: 'Myndaeginleikar',
+		infoTab	: 'Myndaupplýsingar',
+		btnUpload	: 'Send til ambætaran',
+		url		: 'URL',
+		upload	: 'Send',
+		alt		: 'Alternativur tekstur',
+		width		: 'Breidd',
+		height	: 'Hædd',
+		lockRatio	: 'Læs lutfallið',
+		resetSize	: 'Upprunastødd',
+		border	: 'Bordi',
+		hSpace	: 'Høgri breddi',
+		vSpace	: 'Vinstri breddi',
+		align		: 'Justering',
+		alignLeft	: 'Vinstra',
+		alignAbsBottom: 'Abs botnur',
+		alignAbsMiddle: 'Abs miðja',
+		alignBaseline	: 'Basislinja',
+		alignBottom	: 'Botnur',
+		alignMiddle	: 'Miðja',
+		alignRight	: 'Høgra',
+		alignTextTop	: 'Tekst toppur',
+		alignTop	: 'Ovast',
+		preview	: 'Frumsýning',
+		alertUrl	: 'Rita slóðina til myndina',
+		linkTab	: 'Tilknýti',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash eginleikar',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash eginleikar',
+		chkPlay		: 'Avspælingin byrjar sjálv',
+		chkLoop		: 'Endurspæl',
+		chkMenu		: 'Ger Flash skrá virkna',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Skalering',
+		scaleAll		: 'Vís alt',
+		scaleNoBorder	: 'Eingin bordi',
+		scaleFit		: 'Neyv skalering',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Justering',
+		alignLeft	: 'Vinstra',
+		alignAbsBottom: 'Abs botnur',
+		alignAbsMiddle: 'Abs miðja',
+		alignBaseline	: 'Basislinja',
+		alignBottom	: 'Botnur',
+		alignMiddle	: 'Miðja',
+		alignRight	: 'Høgra',
+		alignTextTop	: 'Tekst toppur',
+		alignTop	: 'Ovast',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Bakgrundslitur',
+		width	: 'Breidd',
+		height	: 'Hædd',
+		hSpace	: 'Høgri breddi',
+		vSpace	: 'Vinstri breddi',
+		validateSrc : 'Vinarliga skriva tilknýti (URL)',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Kanna stavseting',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Finst ikki í orðabókini',
+		changeTo		: 'Broyt til',
+		btnIgnore		: 'Forfjóna',
+		btnIgnoreAll	: 'Forfjóna alt',
+		btnReplace		: 'Yvirskriva',
+		btnReplaceAll	: 'Yvirskriva alt',
+		btnUndo			: 'Angra',
+		noSuggestions	: '- Einki uppskot -',
+		progress		: 'Rættstavarin arbeiðir...',
+		noMispell		: 'Rættstavarain liðugur: Eingin feilur funnin',
+		noChanges		: 'Rættstavarain liðugur: Einki orð varð broytt',
+		oneChange		: 'Rættstavarain liðugur: Eitt orð er broytt',
+		manyChanges		: 'Rættstavarain liðugur: %1 orð broytt',
+		ieSpellDownload	: 'Rættstavarin er ikki tøkur í tekstviðgeranum. Vilt tú heinta hann nú?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Vel Smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Talmerktur listi',
+	bulletedlist : 'Punktmerktur listi',
+	indent : 'Økja reglubrotarinntriv',
+	outdent : 'Minka reglubrotarinntriv',
+
+	justify :
+	{
+		left : 'Vinstrasett',
+		center : 'Miðsett',
+		right : 'Høgrasett',
+		block : 'Javnir tekstkantar'
+	},
+
+	outdent : 'Minka reglubrotarinntriv',
+	blockquote : 'Blockquote',
+
+	clipboard :
+	{
+		title		: 'Innrita',
+		cutError	: 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í at kvetta tekstin. Vinarliga nýt knappaborðið til at kvetta tekstin (CTRL+X).',
+		copyError	: 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í at avrita tekstin. Vinarliga nýt knappaborðið til at avrita tekstin (CTRL+C).',
+		pasteMsg	: 'Vinarliga koyr tekstin í hendan rútin við knappaborðinum (<strong>CTRL+V</strong>) og klikk á <strong>Góðtak</strong>.',
+		securityMsg	: 'Trygdaruppseting alnótskagans forðar tekstviðgeranum í beinleiðis atgongd til avritingarminnið. Tygum mugu royna aftur í hesum rútinum.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Innrita frá Word',
+		title : 'Innrita frá Word',
+		advice : 'Vinarliga koyr tekstin í hendan rútin við knappaborðinum (<strong>CTRL+V</strong>) og klikk á <strong>Góðtak</strong>.',
+		ignoreFontFace : 'Forfjóna Font definitiónirnar',
+		removeStyle : 'Strika typografi definitiónir'
+	},
+
+	pasteText :
+	{
+		button : 'Innrita som reinan tekst',
+		title : 'Innrita som reinan tekst'
+	},
+
+	templates :
+	{
+		button : 'Skabelónir',
+		title : 'Innihaldsskabelónir',
+		insertOption: 'Yvirskriva núverandi innihald',
+		selectPromptMsg: 'Vinarliga vel ta skabelón, ið skal opnast í tekstviðgeranum<br>(Hetta yvirskrivar núverandi innihald):',
+		emptyListMsg : '(Ongar skabelónir tøkar)'
+	},
+
+	showBlocks : 'Vís blokkar',
+
+	stylesCombo :
+	{
+		label : 'Typografi',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Skriftsnið',
+		panelTitle : 'Skriftsnið',
+
+		tag_p : 'Vanligt',
+		tag_pre : 'Sniðgivið',
+		tag_address : 'Adressa',
+		tag_h1 : 'Yvirskrift 1',
+		tag_h2 : 'Yvirskrift 2',
+		tag_h3 : 'Yvirskrift 3',
+		tag_h4 : 'Yvirskrift 4',
+		tag_h5 : 'Yvirskrift 5',
+		tag_h6 : 'Yvirskrift 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Skrift',
+		panelTitle : 'Skrift'
+	},
+
+	fontSize :
+	{
+		label : 'Skriftstødd',
+		panelTitle : 'Skriftstødd'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Tekstlitur',
+		bgColorTitle : 'Bakgrundslitur',
+		auto : 'Automatiskt',
+		more : 'Fleiri litir...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/fr-ca.js
===================================================================
--- /CKEditor/trunk/_source/lang/fr-ca.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/fr-ca.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Canadian French language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['fr-ca'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Source',
+	newPage			: 'Nouvelle page',
+	save			: 'Sauvegarder',
+	preview			: 'Previsualiser',
+	cut				: 'Couper',
+	copy			: 'Copier',
+	paste			: 'Coller',
+	print			: 'Imprimer',
+	underline		: 'Souligné',
+	bold			: 'Gras',
+	italic			: 'Italique',
+	selectAll		: 'Tout sélectionner',
+	removeFormat	: 'Supprimer le formatage',
+	strike			: 'Barrer',
+	subscript		: 'Indice',
+	superscript		: 'Exposant',
+	horizontalrule	: 'Insérer un séparateur',
+	pagebreak		: 'Insérer un saut de page',
+	unlink			: 'Supprimer le lien',
+	undo			: 'Annuler',
+	redo			: 'Refaire',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Parcourir le serveur',
+		url				: 'URL',
+		protocol		: 'Protocole',
+		upload			: 'Télécharger',
+		uploadSubmit	: 'Envoyer sur le serveur',
+		image			: 'Image',
+		flash			: 'Animation Flash',
+		form			: 'Formulaire',
+		checkbox		: 'Case à cocher',
+		radio		: 'Bouton radio',
+		textField		: 'Champ texte',
+		textarea		: 'Zone de texte',
+		hiddenField		: 'Champ caché',
+		button			: 'Bouton',
+		select	: 'Champ de sélection',
+		imageButton		: 'Bouton image',
+		notSet			: '<Par défaut>',
+		id				: 'Id',
+		name			: 'Nom',
+		langDir			: 'Sens d\'écriture',
+		langDirLtr		: 'De gauche à droite (LTR)',
+		langDirRtl		: 'De droite à gauche (RTL)',
+		langCode		: 'Code langue',
+		longDescr		: 'URL de description longue',
+		cssClass		: 'Classes de feuilles de style',
+		advisoryTitle	: 'Titre',
+		cssStyle		: 'Style',
+		ok				: 'OK',
+		cancel			: 'Annuler',
+		generalTab		: 'Général',
+		advancedTab		: 'Avancée',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Insérer un caractère spécial',
+		title		: 'Insérer un caractère spécial'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Insérer/modifier le lien',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Modifier le lien',
+		title		: 'Propriétés du lien',
+		info		: 'Informations sur le lien',
+		target		: 'Destination',
+		upload		: 'Télécharger',
+		advanced	: 'Avancée',
+		type		: 'Type de lien',
+		toAnchor	: 'Ancre dans cette page',
+		toEmail		: 'E-Mail',
+		target		: 'Destination',
+		targetNotSet	: '<Par défaut>',
+		targetFrame	: '<Cadre>',
+		targetPopup	: '<fenêtre popup>',
+		targetNew	: 'Nouvelle fenêtre (_blank)',
+		targetTop	: 'Fenêtre supérieure (_top)',
+		targetSelf	: 'Même fenêtre (_self)',
+		targetParent	: 'Fenêtre mère (_parent)',
+		targetFrameName	: 'Nom du cadre de destination',
+		targetPopupName	: 'Nom de la fenêtre popup',
+		popupFeatures	: 'Caractéristiques de la fenêtre popup',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Barre d\'état',
+		popupLocationBar	: 'Barre d\'adresses',
+		popupToolbar	: 'Barre d\'outils',
+		popupMenuBar	: 'Barre de menu',
+		popupFullScreen	: 'Plein écran (IE)',
+		popupScrollBars	: 'Barres de défilement',
+		popupDependent	: 'Dépendante (Netscape)',
+		popupWidth		: 'Largeur',
+		popupLeft		: 'Position à partir de la gauche',
+		popupHeight		: 'Hauteur',
+		popupTop		: 'Position à partir du haut',
+		id				: 'Id', // MISSING
+		langDir			: 'Sens d\'écriture',
+		langDirNotSet	: '<Par défaut>',
+		langDirLTR		: 'De gauche à droite (LTR)',
+		langDirRTL		: 'De droite à gauche (RTL)',
+		acccessKey		: 'Équivalent clavier',
+		name			: 'Nom',
+		langCode		: 'Sens d\'écriture',
+		tabIndex		: 'Ordre de tabulation',
+		advisoryTitle	: 'Titre',
+		advisoryContentType	: 'Type de contenu',
+		cssClasses		: 'Classes de feuilles de style',
+		charset			: 'Encodage de caractère',
+		styles			: 'Style',
+		selectAnchor	: 'Sélectionner une ancre',
+		anchorName		: 'Par nom',
+		anchorId		: 'Par id',
+		emailAddress	: 'Adresse E-Mail',
+		emailSubject	: 'Sujet du message',
+		emailBody		: 'Corps du message',
+		noAnchors		: '(Pas d\'ancre disponible dans le document)',
+		noUrl			: 'Veuillez saisir l\'URL',
+		noEmail			: 'Veuillez saisir l\'adresse e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Insérer/modifier l\'ancre',
+		menu		: 'Propriétés de l\'ancre',
+		title		: 'Propriétés de l\'ancre',
+		name		: 'Nom de l\'ancre',
+		errorName	: 'Veuillez saisir le nom de l\'ancre'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Chercher et Remplacer',
+		find				: 'Chercher',
+		replace				: 'Remplacer',
+		findWhat			: 'Rechercher:',
+		replaceWith			: 'Remplacer par:',
+		notFoundMsg			: 'Le texte indiqué est introuvable.',
+		matchCase			: 'Respecter la casse',
+		matchWord			: 'Mot entier',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Tout remplacer',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tableau',
+		title		: 'Propriétés du tableau',
+		menu		: 'Propriétés du tableau',
+		deleteTable	: 'Supprimer le tableau',
+		rows		: 'Lignes',
+		columns		: 'Colonnes',
+		border		: 'Taille de la bordure',
+		align		: 'Alignement',
+		alignNotSet	: '<Par défaut>',
+		alignLeft	: 'Gauche',
+		alignCenter	: 'Centré',
+		alignRight	: 'Droite',
+		width		: 'Largeur',
+		widthPx		: 'pixels',
+		widthPc		: 'pourcentage',
+		height		: 'Hauteur',
+		cellSpace	: 'Espacement',
+		cellPad		: 'Contour',
+		caption		: 'Titre',
+		summary		: 'Résumé',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cellule',
+			insertBefore	: 'Insérer une cellule avant',
+			insertAfter		: 'Insérer une cellule après',
+			deleteCell		: 'Supprimer des cellules',
+			merge			: 'Fusionner les cellules',
+			mergeRight		: 'Fusionner à droite',
+			mergeDown		: 'Fusionner en bas',
+			splitHorizontal	: 'Scinder la cellule horizontalement',
+			splitVertical	: 'Scinder la cellule verticalement'
+		},
+
+		row :
+		{
+			menu			: 'Ligne',
+			insertBefore	: 'Insérer une ligne avant',
+			insertAfter		: 'Insérer une ligne après',
+			deleteRow		: 'Supprimer des lignes'
+		},
+
+		column :
+		{
+			menu			: 'Colonne',
+			insertBefore	: 'Insérer une colonne avant',
+			insertAfter		: 'Insérer une colonne après',
+			deleteColumn	: 'Supprimer des colonnes'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Propriétés du bouton',
+		text		: 'Texte (Valeur)',
+		type		: 'Type',
+		typeBtn		: 'Bouton',
+		typeSbm		: 'Soumettre',
+		typeRst		: 'Réinitialiser'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Propriétés de la case à cocher',
+		radioTitle	: 'Propriétés du bouton radio',
+		value		: 'Valeur',
+		selected	: 'Sélectionné'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Propriétés du formulaire',
+		menu		: 'Propriétés du formulaire',
+		action		: 'Action',
+		method		: 'Méthode',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Destination',
+		targetNotSet	: '<Par défaut>',
+		targetNew	: 'Nouvelle fenêtre (_blank)',
+		targetTop	: 'Fenêtre supérieure (_top)',
+		targetSelf	: 'Même fenêtre (_self)',
+		targetParent	: 'Fenêtre mère (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Propriétés de la liste/du menu',
+		selectInfo	: 'Info',
+		opAvail		: 'Options disponibles',
+		value		: 'Valeur',
+		size		: 'Taille',
+		lines		: 'lignes',
+		chkMulti	: 'Sélection multiple',
+		opText		: 'Texte',
+		opValue		: 'Valeur',
+		btnAdd		: 'Ajouter',
+		btnModify	: 'Modifier',
+		btnUp		: 'Monter',
+		btnDown		: 'Descendre',
+		btnSetValue : 'Valeur sélectionnée',
+		btnDelete	: 'Supprimer'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Propriétés de la zone de texte',
+		cols		: 'Colonnes',
+		rows		: 'Lignes'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Propriétés du champ texte',
+		name		: 'Nom',
+		value		: 'Valeur',
+		charWidth	: 'Largeur en caractères',
+		maxChars	: 'Nombre maximum de caractères',
+		type		: 'Type',
+		typeText	: 'Texte',
+		typePass	: 'Mot de passe'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Propriétés du champ caché',
+		name	: 'Nom',
+		value	: 'Valeur'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Propriétés de l\'image',
+		titleButton	: 'Propriétés du bouton image',
+		menu		: 'Propriétés de l\'image',
+		infoTab	: 'Informations sur l\'image',
+		btnUpload	: 'Envoyer sur le serveur',
+		url		: 'URL',
+		upload	: 'Télécharger',
+		alt		: 'Texte de remplacement',
+		width		: 'Largeur',
+		height	: 'Hauteur',
+		lockRatio	: 'Garder les proportions',
+		resetSize	: 'Taille originale',
+		border	: 'Bordure',
+		hSpace	: 'Espacement horizontal',
+		vSpace	: 'Espacement vertical',
+		align		: 'Alignement',
+		alignLeft	: 'Gauche',
+		alignAbsBottom: 'Abs Bas',
+		alignAbsMiddle: 'Abs Milieu',
+		alignBaseline	: 'Bas du texte',
+		alignBottom	: 'Bas',
+		alignMiddle	: 'Milieu',
+		alignRight	: 'Droite',
+		alignTextTop	: 'Haut du texte',
+		alignTop	: 'Haut',
+		preview	: 'Prévisualisation',
+		alertUrl	: 'Veuillez saisir l\'URL de l\'image',
+		linkTab	: 'Lien',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Propriétés de l\'animation Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Propriétés de l\'animation Flash',
+		chkPlay		: 'Lecture automatique',
+		chkLoop		: 'Boucle',
+		chkMenu		: 'Activer le menu Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Affichage',
+		scaleAll		: 'Par défaut (tout montrer)',
+		scaleNoBorder	: 'Sans bordure',
+		scaleFit		: 'Ajuster aux dimensions',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Alignement',
+		alignLeft	: 'Gauche',
+		alignAbsBottom: 'Abs Bas',
+		alignAbsMiddle: 'Abs Milieu',
+		alignBaseline	: 'Bas du texte',
+		alignBottom	: 'Bas',
+		alignMiddle	: 'Milieu',
+		alignRight	: 'Droite',
+		alignTextTop	: 'Haut du texte',
+		alignTop	: 'Haut',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Couleur de fond',
+		width	: 'Largeur',
+		height	: 'Hauteur',
+		hSpace	: 'Espacement horizontal',
+		vSpace	: 'Espacement vertical',
+		validateSrc : 'Veuillez saisir l\'URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Orthographe',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Pas dans le dictionnaire',
+		changeTo		: 'Changer en',
+		btnIgnore		: 'Ignorer',
+		btnIgnoreAll	: 'Ignorer tout',
+		btnReplace		: 'Remplacer',
+		btnReplaceAll	: 'Remplacer tout',
+		btnUndo			: 'Annuler',
+		noSuggestions	: '- Pas de suggestion -',
+		progress		: 'Vérification d\'orthographe en cours...',
+		noMispell		: 'Vérification d\'orthographe terminée: pas d\'erreur trouvée',
+		noChanges		: 'Vérification d\'orthographe terminée: Pas de modifications',
+		oneChange		: 'Vérification d\'orthographe terminée: Un mot modifié',
+		manyChanges		: 'Vérification d\'orthographe terminée: %1 mots modifiés',
+		ieSpellDownload	: 'Le Correcteur d\'orthographe n\'est pas installé. Souhaitez-vous le télécharger maintenant?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Emoticon',
+		title	: 'Insérer un Emoticon'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Liste numérotée',
+	bulletedlist : 'Liste à puces',
+	indent : 'Augmenter le retrait',
+	outdent : 'Diminuer le retrait',
+
+	justify :
+	{
+		left : 'Aligner à gauche',
+		center : 'Centrer',
+		right : 'Aligner à Droite',
+		block : 'Texte justifié'
+	},
+
+	outdent : 'Diminuer le retrait',
+	blockquote : 'Citation',
+
+	clipboard :
+	{
+		title		: 'Coller',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl+V</STRONG>) et appuyer sur <STRONG>OK</STRONG>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Coller en tant que Word (formaté)',
+		title : 'Coller en tant que Word (formaté)',
+		advice : 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl+V</STRONG>) et appuyer sur <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorer les polices de caractères',
+		removeStyle : 'Supprimer les styles'
+	},
+
+	pasteText :
+	{
+		button : 'Coller comme texte',
+		title : 'Coller comme texte'
+	},
+
+	templates :
+	{
+		button : 'Modèles',
+		title : 'Modèles de contenu',
+		insertOption: 'Remplacer tout le contenu actuel',
+		selectPromptMsg: 'Sélectionner le modèle à ouvrir dans l\'éditeur<br>(le contenu actuel sera remplacé):',
+		emptyListMsg : '(Aucun modèle disponible)'
+	},
+
+	showBlocks : 'Afficher les blocs',
+
+	stylesCombo :
+	{
+		label : 'Style',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formaté',
+		tag_address : 'Adresse',
+		tag_h1 : 'En-tête 1',
+		tag_h2 : 'En-tête 2',
+		tag_h3 : 'En-tête 3',
+		tag_h4 : 'En-tête 4',
+		tag_h5 : 'En-tête 5',
+		tag_h6 : 'En-tête 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Police',
+		panelTitle : 'Police'
+	},
+
+	fontSize :
+	{
+		label : 'Taille',
+		panelTitle : 'Taille'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Couleur de caractère',
+		bgColorTitle : 'Couleur de fond',
+		auto : 'Automatique',
+		more : 'Plus de couleurs...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/fr.js
===================================================================
--- /CKEditor/trunk/_source/lang/fr.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/fr.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * French language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['fr'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Source',
+	newPage			: 'Nouvelle page',
+	save			: 'Enregistrer',
+	preview			: 'Prévisualisation',
+	cut				: 'Couper',
+	copy			: 'Copier',
+	paste			: 'Coller',
+	print			: 'Imprimer',
+	underline		: 'Souligné',
+	bold			: 'Gras',
+	italic			: 'Italique',
+	selectAll		: 'Tout sélectionner',
+	removeFormat	: 'Supprimer le format',
+	strike			: 'Barré',
+	subscript		: 'Indice',
+	superscript		: 'Exposant',
+	horizontalrule	: 'Insérer un séparateur',
+	pagebreak		: 'Insérer un saut de page',
+	unlink			: 'Supprimer le lien',
+	undo			: 'Annuler',
+	redo			: 'Refaire',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Parcourir le serveur',
+		url				: 'URL',
+		protocol		: 'Protocole',
+		upload			: 'Télécharger',
+		uploadSubmit	: 'Envoyer sur le serveur',
+		image			: 'Image',
+		flash			: 'Animation Flash',
+		form			: 'Formulaire',
+		checkbox		: 'Case à cocher',
+		radio		: 'Bouton radio',
+		textField		: 'Champ texte',
+		textarea		: 'Zone de texte',
+		hiddenField		: 'Champ caché',
+		button			: 'Bouton',
+		select	: 'Liste/menu',
+		imageButton		: 'Bouton image',
+		notSet			: '<Par défaut>',
+		id				: 'Id',
+		name			: 'Nom',
+		langDir			: 'Sens d\'écriture',
+		langDirLtr		: 'De gauche à droite (LTR)',
+		langDirRtl		: 'De droite à gauche (RTL)',
+		langCode		: 'Code langue',
+		longDescr		: 'URL de description longue',
+		cssClass		: 'Classes de feuilles de style',
+		advisoryTitle	: 'Titre',
+		cssStyle		: 'Style',
+		ok				: 'OK',
+		cancel			: 'Annuler',
+		generalTab		: 'Général',
+		advancedTab		: 'Avancé',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Insérer un caractère spécial',
+		title		: 'Insérer un caractère spécial'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Insérer/modifier le lien',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Modifier le lien',
+		title		: 'Propriétés du lien',
+		info		: 'Informations sur le lien',
+		target		: 'Destination',
+		upload		: 'Télécharger',
+		advanced	: 'Avancé',
+		type		: 'Type de lien',
+		toAnchor	: 'Ancre dans cette page',
+		toEmail		: 'E-Mail',
+		target		: 'Destination',
+		targetNotSet	: '<Par défaut>',
+		targetFrame	: '<Cadre>',
+		targetPopup	: '<fenêtre popup>',
+		targetNew	: 'Nouvelle fenêtre (_blank)',
+		targetTop	: 'Fenêtre supérieure (_top)',
+		targetSelf	: 'Même fenêtre (_self)',
+		targetParent	: 'Fenêtre mère (_parent)',
+		targetFrameName	: 'Nom du cadre de destination',
+		targetPopupName	: 'Nom de la fenêtre popup',
+		popupFeatures	: 'Caractéristiques de la fenêtre popup',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Barre d\'état',
+		popupLocationBar	: 'Barre d\'adresses',
+		popupToolbar	: 'Barre d\'outils',
+		popupMenuBar	: 'Barre de menu',
+		popupFullScreen	: 'Plein écran (IE)',
+		popupScrollBars	: 'Barres de défilement',
+		popupDependent	: 'Dépendante (Netscape)',
+		popupWidth		: 'Largeur',
+		popupLeft		: 'Position à partir de la gauche',
+		popupHeight		: 'Hauteur',
+		popupTop		: 'Position à partir du haut',
+		id				: 'Id', // MISSING
+		langDir			: 'Sens d\'écriture',
+		langDirNotSet	: '<Par défaut>',
+		langDirLTR		: 'De gauche à droite (LTR)',
+		langDirRTL		: 'De droite à gauche (RTL)',
+		acccessKey		: 'Equivalent clavier',
+		name			: 'Nom',
+		langCode		: 'Sens d\'écriture',
+		tabIndex		: 'Ordre de tabulation',
+		advisoryTitle	: 'Titre',
+		advisoryContentType	: 'Type de contenu',
+		cssClasses		: 'Classes de feuilles de style',
+		charset			: 'Encodage de caractère',
+		styles			: 'Style',
+		selectAnchor	: 'Sélectionner une ancre',
+		anchorName		: 'Par nom',
+		anchorId		: 'Par id',
+		emailAddress	: 'Adresse E-Mail',
+		emailSubject	: 'Sujet du message',
+		emailBody		: 'Corps du message',
+		noAnchors		: '(Pas d\'ancre disponible dans le document)',
+		noUrl			: 'Veuillez saisir l\'URL',
+		noEmail			: 'Veuillez saisir l\'adresse e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Insérer/modifier l\'ancre',
+		menu		: 'Propriétés de l\'ancre',
+		title		: 'Propriétés de l\'ancre',
+		name		: 'Nom de l\'ancre',
+		errorName	: 'Veuillez saisir le nom de l\'ancre'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Chercher et Remplacer',
+		find				: 'Chercher',
+		replace				: 'Remplacer',
+		findWhat			: 'Rechercher:',
+		replaceWith			: 'Remplacer par:',
+		notFoundMsg			: 'Le texte indiqué est introuvable.',
+		matchCase			: 'Respecter la casse',
+		matchWord			: 'Mot entier',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Tout remplacer',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tableau',
+		title		: 'Propriétés du tableau',
+		menu		: 'Propriétés du tableau',
+		deleteTable	: 'Supprimer le tableau',
+		rows		: 'Lignes',
+		columns		: 'Colonnes',
+		border		: 'Bordure',
+		align		: 'Alignement',
+		alignNotSet	: '<Par défaut>',
+		alignLeft	: 'Gauche',
+		alignCenter	: 'Centré',
+		alignRight	: 'Droite',
+		width		: 'Largeur',
+		widthPx		: 'pixels',
+		widthPc		: 'pourcentage',
+		height		: 'Hauteur',
+		cellSpace	: 'Espacement',
+		cellPad		: 'Contour',
+		caption		: 'Titre',
+		summary		: 'Résumé',
+		headers		: 'Entêtes',
+		headersNone		: 'Sans',
+		headersColumn	: 'Première colonne',
+		headersRow		: 'Première Ligne',
+		headersBoth		: 'Les 2',
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cellule',
+			insertBefore	: 'Insérer une cellule avant',
+			insertAfter		: 'Insérer une cellule après',
+			deleteCell		: 'Supprimer des cellules',
+			merge			: 'Fusionner les cellules',
+			mergeRight		: 'Fusionner à droite',
+			mergeDown		: 'Fusionner en bas',
+			splitHorizontal	: 'Scinder la cellule horizontalement',
+			splitVertical	: 'Scinder la cellule verticalement'
+		},
+
+		row :
+		{
+			menu			: 'Ligne',
+			insertBefore	: 'Insérer une ligne avant',
+			insertAfter		: 'Insérer une ligne après',
+			deleteRow		: 'Supprimer des lignes'
+		},
+
+		column :
+		{
+			menu			: 'Colonne',
+			insertBefore	: 'Insérer une colonne avant',
+			insertAfter		: 'Insérer une colonne après',
+			deleteColumn	: 'Supprimer des colonnes'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Propriétés du bouton',
+		text		: 'Texte (valeur)',
+		type		: 'Type',
+		typeBtn		: 'Bouton',
+		typeSbm		: 'Envoyer',
+		typeRst		: 'Réinitialiser'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Propriétés de la case à cocher',
+		radioTitle	: 'Propriétés du bouton radio',
+		value		: 'Valeur',
+		selected	: 'Sélectionné'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Propriétés du formulaire',
+		menu		: 'Propriétés du formulaire',
+		action		: 'Action',
+		method		: 'Méthode',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Destination',
+		targetNotSet	: '<Par défaut>',
+		targetNew	: 'Nouvelle fenêtre (_blank)',
+		targetTop	: 'Fenêtre supérieure (_top)',
+		targetSelf	: 'Même fenêtre (_self)',
+		targetParent	: 'Fenêtre mère (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Propriétés de la liste/du menu',
+		selectInfo	: 'Info',
+		opAvail		: 'Options disponibles',
+		value		: 'Valeur',
+		size		: 'Taille',
+		lines		: 'lignes',
+		chkMulti	: 'Sélection multiple',
+		opText		: 'Texte',
+		opValue		: 'Valeur',
+		btnAdd		: 'Ajouter',
+		btnModify	: 'Modifier',
+		btnUp		: 'Monter',
+		btnDown		: 'Descendre',
+		btnSetValue : 'Valeur sélectionnée',
+		btnDelete	: 'Supprimer'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Propriétés de la zone de texte',
+		cols		: 'Colonnes',
+		rows		: 'Lignes'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Propriétés du champ texte',
+		name		: 'Nom',
+		value		: 'Valeur',
+		charWidth	: 'Largeur en caractères',
+		maxChars	: 'Nombre maximum de caractères',
+		type		: 'Type',
+		typeText	: 'Texte',
+		typePass	: 'Mot de passe'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Propriétés du champ caché',
+		name	: 'Nom',
+		value	: 'Valeur'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Propriétés de l\'image',
+		titleButton	: 'Propriétés du bouton image',
+		menu		: 'Propriétés de l\'image',
+		infoTab	: 'Informations sur l\'image',
+		btnUpload	: 'Envoyer sur le serveur',
+		url		: 'URL',
+		upload	: 'Télécharger',
+		alt		: 'Texte de remplacement',
+		width		: 'Largeur',
+		height	: 'Hauteur',
+		lockRatio	: 'Garder les proportions',
+		resetSize	: 'Taille originale',
+		border	: 'Bordure',
+		hSpace	: 'Espacement horizontal',
+		vSpace	: 'Espacement vertical',
+		align		: 'Alignement',
+		alignLeft	: 'Gauche',
+		alignAbsBottom: 'Abs Bas',
+		alignAbsMiddle: 'Abs Milieu',
+		alignBaseline	: 'Bas du texte',
+		alignBottom	: 'Bas',
+		alignMiddle	: 'Milieu',
+		alignRight	: 'Droite',
+		alignTextTop	: 'Haut du texte',
+		alignTop	: 'Haut',
+		preview	: 'Prévisualisation',
+		alertUrl	: 'Veuillez saisir l\'URL de l\'image',
+		linkTab	: 'Lien',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Propriétés de l\'animation Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Propriétés de l\'animation Flash',
+		chkPlay		: 'Lecture automatique',
+		chkLoop		: 'Boucle',
+		chkMenu		: 'Activer le menu Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Affichage',
+		scaleAll		: 'Par défaut (tout montrer)',
+		scaleNoBorder	: 'Sans bordure',
+		scaleFit		: 'Ajuster aux dimensions',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Alignement',
+		alignLeft	: 'Gauche',
+		alignAbsBottom: 'Abs Bas',
+		alignAbsMiddle: 'Abs Milieu',
+		alignBaseline	: 'Bas du texte',
+		alignBottom	: 'Bas',
+		alignMiddle	: 'Milieu',
+		alignRight	: 'Droite',
+		alignTextTop	: 'Haut du texte',
+		alignTop	: 'Haut',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Couleur de fond',
+		width	: 'Largeur',
+		height	: 'Hauteur',
+		hSpace	: 'Espacement horizontal',
+		vSpace	: 'Espacement vertical',
+		validateSrc : 'Veuillez saisir l\'URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Orthographe',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Pas dans le dictionnaire',
+		changeTo		: 'Changer en',
+		btnIgnore		: 'Ignorer',
+		btnIgnoreAll	: 'Ignorer tout',
+		btnReplace		: 'Remplacer',
+		btnReplaceAll	: 'Remplacer tout',
+		btnUndo			: 'Annuler',
+		noSuggestions	: '- Aucune suggestion -',
+		progress		: 'Vérification d\'orthographe en cours...',
+		noMispell		: 'Vérification d\'orthographe terminée: Aucune erreur trouvée',
+		noChanges		: 'Vérification d\'orthographe terminée: Pas de modifications',
+		oneChange		: 'Vérification d\'orthographe terminée: Un mot modifié',
+		manyChanges		: 'Vérification d\'orthographe terminée: %1 mots modifiés',
+		ieSpellDownload	: 'Le Correcteur n\'est pas installé. Souhaitez-vous le télécharger maintenant?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Insérer un Smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Liste numérotée',
+	bulletedlist : 'Liste à puces',
+	indent : 'Augmenter le retrait',
+	outdent : 'Diminuer le retrait',
+
+	justify :
+	{
+		left : 'Aligné à gauche',
+		center : 'Centré',
+		right : 'Aligné à Droite',
+		block : 'Texte justifié'
+	},
+
+	outdent : 'Diminuer le retrait',
+	blockquote : 'Citation',
+
+	clipboard :
+	{
+		title		: 'Coller',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl+V</STRONG>) et cliquez sur <STRONG>OK</STRONG>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Coller de Word',
+		title : 'Coller de Word',
+		advice : 'Veuillez coller dans la zone ci-dessous en utilisant le clavier (<STRONG>Ctrl+V</STRONG>) et cliquez sur <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorer les polices de caractères',
+		removeStyle : 'Supprimer les styles'
+	},
+
+	pasteText :
+	{
+		button : 'Coller comme texte',
+		title : 'Coller comme texte'
+	},
+
+	templates :
+	{
+		button : 'Modèles',
+		title : 'Modèles de contenu',
+		insertOption: 'Remplacer tout le contenu',
+		selectPromptMsg: 'Veuillez sélectionner le modèle à ouvrir dans l\'éditeur<br>(le contenu actuel sera remplacé):',
+		emptyListMsg : '(Aucun modèle disponible)'
+	},
+
+	showBlocks : 'Afficher les blocs',
+
+	stylesCombo :
+	{
+		label : 'Style',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formaté',
+		tag_address : 'Adresse',
+		tag_h1 : 'En-tête 1',
+		tag_h2 : 'En-tête 2',
+		tag_h3 : 'En-tête 3',
+		tag_h4 : 'En-tête 4',
+		tag_h5 : 'En-tête 5',
+		tag_h6 : 'En-tête 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Police',
+		panelTitle : 'Police'
+	},
+
+	fontSize :
+	{
+		label : 'Taille',
+		panelTitle : 'Taille'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Couleur de caractère',
+		bgColorTitle : 'Couleur de fond',
+		auto : 'Automatique',
+		more : 'Plus de couleurs...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/gl.js
===================================================================
--- /CKEditor/trunk/_source/lang/gl.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/gl.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Galician language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['gl'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Código Fonte',
+	newPage			: 'Nova Páxina',
+	save			: 'Gardar',
+	preview			: 'Vista Previa',
+	cut				: 'Cortar',
+	copy			: 'Copiar',
+	paste			: 'Pegar',
+	print			: 'Imprimir',
+	underline		: 'Sub-raiado',
+	bold			: 'Negrita',
+	italic			: 'Cursiva',
+	selectAll		: 'Seleccionar todo',
+	removeFormat	: 'Eliminar Formato',
+	strike			: 'Tachado',
+	subscript		: 'Subíndice',
+	superscript		: 'Superíndice',
+	horizontalrule	: 'Inserir Liña Horizontal',
+	pagebreak		: 'Inserir Salto de Páxina',
+	unlink			: 'Eliminar Ligazón',
+	undo			: 'Desfacer',
+	redo			: 'Refacer',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Navegar no Servidor',
+		url				: 'URL',
+		protocol		: 'Protocolo',
+		upload			: 'Carregar',
+		uploadSubmit	: 'Enviar ó Servidor',
+		image			: 'Imaxe',
+		flash			: 'Flash',
+		form			: 'Formulario',
+		checkbox		: 'Cadro de Verificación',
+		radio		: 'Botón de Radio',
+		textField		: 'Campo de Texto',
+		textarea		: 'Área de Texto',
+		hiddenField		: 'Campo Oculto',
+		button			: 'Botón',
+		select	: 'Campo de Selección',
+		imageButton		: 'Botón de Imaxe',
+		notSet			: '<non definido>',
+		id				: 'Id',
+		name			: 'Nome',
+		langDir			: 'Orientación do Idioma',
+		langDirLtr		: 'Esquerda a Dereita (LTR)',
+		langDirRtl		: 'Dereita a Esquerda (RTL)',
+		langCode		: 'Código do Idioma',
+		longDescr		: 'Descrición Completa da URL',
+		cssClass		: 'Clases da Folla de Estilos',
+		advisoryTitle	: 'Título',
+		cssStyle		: 'Estilo',
+		ok				: 'OK',
+		cancel			: 'Cancelar',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Advanzado',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Inserir Carácter Especial',
+		title		: 'Seleccione Caracter Especial'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Inserir/Editar Ligazón',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Editar Ligazón',
+		title		: 'Ligazón',
+		info		: 'Información da Ligazón',
+		target		: 'Destino',
+		upload		: 'Carregar',
+		advanced	: 'Advanzado',
+		type		: 'Tipo de Ligazón',
+		toAnchor	: 'Referencia nesta páxina',
+		toEmail		: 'E-Mail',
+		target		: 'Destino',
+		targetNotSet	: '<non definido>',
+		targetFrame	: '<frame>',
+		targetPopup	: '<Xanela Emerxente>',
+		targetNew	: 'Nova Xanela (_blank)',
+		targetTop	: 'Xanela Primaria (_top)',
+		targetSelf	: 'Mesma Xanela (_self)',
+		targetParent	: 'Xanela Pai (_parent)',
+		targetFrameName	: 'Nome do Marco Destino',
+		targetPopupName	: 'Nome da Xanela Emerxente',
+		popupFeatures	: 'Características da Xanela Emerxente',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Barra de Estado',
+		popupLocationBar	: 'Barra de Localización',
+		popupToolbar	: 'Barra de Ferramentas',
+		popupMenuBar	: 'Barra de Menú',
+		popupFullScreen	: 'A Toda Pantalla (IE)',
+		popupScrollBars	: 'Barras de Desplazamento',
+		popupDependent	: 'Dependente (Netscape)',
+		popupWidth		: 'Largura',
+		popupLeft		: 'Posición Esquerda',
+		popupHeight		: 'Altura',
+		popupTop		: 'Posición dende Arriba',
+		id				: 'Id', // MISSING
+		langDir			: 'Orientación do Idioma',
+		langDirNotSet	: '<non definido>',
+		langDirLTR		: 'Esquerda a Dereita (LTR)',
+		langDirRTL		: 'Dereita a Esquerda (RTL)',
+		acccessKey		: 'Chave de Acceso',
+		name			: 'Nome',
+		langCode		: 'Orientación do Idioma',
+		tabIndex		: 'Índice de Tabulación',
+		advisoryTitle	: 'Título',
+		advisoryContentType	: 'Tipo de Contido',
+		cssClasses		: 'Clases da Folla de Estilos',
+		charset			: 'Fonte de Caracteres Vinculado',
+		styles			: 'Estilo',
+		selectAnchor	: 'Seleccionar unha Referencia',
+		anchorName		: 'Por Nome de Referencia',
+		anchorId		: 'Por Element Id',
+		emailAddress	: 'Enderezo de E-Mail',
+		emailSubject	: 'Asunto do Mensaxe',
+		emailBody		: 'Corpo do Mensaxe',
+		noAnchors		: '(Non hai referencias disponibles no documento)',
+		noUrl			: 'Por favor, escriba a ligazón URL',
+		noEmail			: 'Por favor, escriba o enderezo de e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Inserir/Editar Referencia',
+		menu		: 'Propriedades da Referencia',
+		title		: 'Propriedades da Referencia',
+		name		: 'Nome da Referencia',
+		errorName	: 'Por favor, escriba o nome da referencia'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Procurar',
+		replace				: 'Substituir',
+		findWhat			: 'Texto a procurar:',
+		replaceWith			: 'Substituir con:',
+		notFoundMsg			: 'Non te atopou o texto indicado.',
+		matchCase			: 'Coincidir Mai./min.',
+		matchWord			: 'Coincidir con toda a palabra',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Substitiur Todo',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabla',
+		title		: 'Propiedades da Táboa',
+		menu		: 'Propiedades da Táboa',
+		deleteTable	: 'Borrar Táboa',
+		rows		: 'Filas',
+		columns		: 'Columnas',
+		border		: 'Tamaño do Borde',
+		align		: 'Aliñamento',
+		alignNotSet	: '<Non Definido>',
+		alignLeft	: 'Esquerda',
+		alignCenter	: 'Centro',
+		alignRight	: 'Ereita',
+		width		: 'Largura',
+		widthPx		: 'pixels',
+		widthPc		: 'percent',
+		height		: 'Altura',
+		cellSpace	: 'Marxe entre Celas',
+		cellPad		: 'Marxe interior',
+		caption		: 'Título',
+		summary		: 'Sumario',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cela',
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Borrar Cela',
+			merge			: 'Unir Celas',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Fila',
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Borrar Filas'
+		},
+
+		column :
+		{
+			menu			: 'Columna',
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Borrar Columnas'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Propriedades do Botón',
+		text		: 'Texto (Valor)',
+		type		: 'Tipo',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Propriedades do Cadro de Verificación',
+		radioTitle	: 'Propriedades do Botón de Radio',
+		value		: 'Valor',
+		selected	: 'Seleccionado'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Propriedades do Formulario',
+		menu		: 'Propriedades do Formulario',
+		action		: 'Acción',
+		method		: 'Método',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Destino',
+		targetNotSet	: '<non definido>',
+		targetNew	: 'Nova Xanela (_blank)',
+		targetTop	: 'Xanela Primaria (_top)',
+		targetSelf	: 'Mesma Xanela (_self)',
+		targetParent	: 'Xanela Pai (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Propriedades do Campo de Selección',
+		selectInfo	: 'Info',
+		opAvail		: 'Opcións Disponibles',
+		value		: 'Valor',
+		size		: 'Tamaño',
+		lines		: 'liñas',
+		chkMulti	: 'Permitir múltiples seleccións',
+		opText		: 'Texto',
+		opValue		: 'Valor',
+		btnAdd		: 'Engadir',
+		btnModify	: 'Modificar',
+		btnUp		: 'Subir',
+		btnDown		: 'Baixar',
+		btnSetValue : 'Definir como valor por defecto',
+		btnDelete	: 'Borrar'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Propriedades da Área de Texto',
+		cols		: 'Columnas',
+		rows		: 'Filas'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Propriedades do Campo de Texto',
+		name		: 'Nome',
+		value		: 'Valor',
+		charWidth	: 'Tamaño do Caracter',
+		maxChars	: 'Máximo de Caracteres',
+		type		: 'Tipo',
+		typeText	: 'Texto',
+		typePass	: 'Chave'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Propriedades do Campo Oculto',
+		name	: 'Nome',
+		value	: 'Valor'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Propriedades da Imaxe',
+		titleButton	: 'Propriedades do Botón de Imaxe',
+		menu		: 'Propriedades da Imaxe',
+		infoTab	: 'Información da Imaxe',
+		btnUpload	: 'Enviar ó Servidor',
+		url		: 'URL',
+		upload	: 'Carregar',
+		alt		: 'Texto Alternativo',
+		width		: 'Largura',
+		height	: 'Altura',
+		lockRatio	: 'Proporcional',
+		resetSize	: 'Tamaño Orixinal',
+		border	: 'Límite',
+		hSpace	: 'Esp. Horiz.',
+		vSpace	: 'Esp. Vert.',
+		align		: 'Aliñamento',
+		alignLeft	: 'Esquerda',
+		alignAbsBottom: 'Abs Inferior',
+		alignAbsMiddle: 'Abs Centro',
+		alignBaseline	: 'Liña Base',
+		alignBottom	: 'Pé',
+		alignMiddle	: 'Centro',
+		alignRight	: 'Dereita',
+		alignTextTop	: 'Tope do Texto',
+		alignTop	: 'Tope',
+		preview	: 'Vista Previa',
+		alertUrl	: 'Por favor, escriba a URL da imaxe',
+		linkTab	: 'Ligazón',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Propriedades Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Propriedades Flash',
+		chkPlay		: 'Auto Execución',
+		chkLoop		: 'Bucle',
+		chkMenu		: 'Activar Menú Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Escalar',
+		scaleAll		: 'Amosar Todo',
+		scaleNoBorder	: 'Sen Borde',
+		scaleFit		: 'Encaixar axustando',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Aliñamento',
+		alignLeft	: 'Esquerda',
+		alignAbsBottom: 'Abs Inferior',
+		alignAbsMiddle: 'Abs Centro',
+		alignBaseline	: 'Liña Base',
+		alignBottom	: 'Pé',
+		alignMiddle	: 'Centro',
+		alignRight	: 'Dereita',
+		alignTextTop	: 'Tope do Texto',
+		alignTop	: 'Tope',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Cor do Fondo',
+		width	: 'Largura',
+		height	: 'Altura',
+		hSpace	: 'Esp. Horiz.',
+		vSpace	: 'Esp. Vert.',
+		validateSrc : 'Por favor, escriba a ligazón URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Corrección Ortográfica',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Non está no diccionario',
+		changeTo		: 'Cambiar a',
+		btnIgnore		: 'Ignorar',
+		btnIgnoreAll	: 'Ignorar Todas',
+		btnReplace		: 'Substituir',
+		btnReplaceAll	: 'Substituir Todas',
+		btnUndo			: 'Desfacer',
+		noSuggestions	: '- Sen candidatos -',
+		progress		: 'Corrección ortográfica en progreso...',
+		noMispell		: 'Corrección ortográfica rematada: Non se atoparon erros',
+		noChanges		: 'Corrección ortográfica rematada: Non se substituiu nengunha verba',
+		oneChange		: 'Corrección ortográfica rematada: Unha verba substituida',
+		manyChanges		: 'Corrección ortográfica rematada: %1 verbas substituidas',
+		ieSpellDownload	: 'O corrector ortográfico non está instalado. ¿Quere descargalo agora?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Inserte un Smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Lista Numerada',
+	bulletedlist : 'Marcas',
+	indent : 'Aumentar Sangría',
+	outdent : 'Disminuir Sangría',
+
+	justify :
+	{
+		left : 'Aliñar á Esquerda',
+		center : 'Centrado',
+		right : 'Aliñar á Dereita',
+		block : 'Xustificado'
+	},
+
+	outdent : 'Disminuir Sangría',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Pegar',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: 'Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl+V</STRONG>) e pulse <STRONG>OK</STRONG>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Pegar dende Word',
+		title : 'Pegar dende Word',
+		advice : 'Por favor, pegue dentro do seguinte cadro usando o teclado (<STRONG>Ctrl+V</STRONG>) e pulse <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorar as definicións de Tipografía',
+		removeStyle : 'Eliminar as definicións de Estilos'
+	},
+
+	pasteText :
+	{
+		button : 'Pegar como texto plano',
+		title : 'Pegar como texto plano'
+	},
+
+	templates :
+	{
+		button : 'Plantillas',
+		title : 'Plantillas de Contido',
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'Por favor, seleccione a plantilla a abrir no editor<br>(o contido actual perderase):',
+		emptyListMsg : '(Non hai plantillas definidas)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Estilo',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formato',
+		panelTitle : 'Formato',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formateado',
+		tag_address : 'Enderezo',
+		tag_h1 : 'Enacabezado 1',
+		tag_h2 : 'Encabezado 2',
+		tag_h3 : 'Encabezado 3',
+		tag_h4 : 'Encabezado 4',
+		tag_h5 : 'Encabezado 5',
+		tag_h6 : 'Encabezado 6',
+		tag_div : 'Paragraph (DIV)'
+	},
+
+	font :
+	{
+		label : 'Tipo',
+		panelTitle : 'Tipo'
+	},
+
+	fontSize :
+	{
+		label : 'Tamaño',
+		panelTitle : 'Tamaño'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Cor do Texto',
+		bgColorTitle : 'Cor do Fondo',
+		auto : 'Automático',
+		more : 'Máis Cores...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/gu.js
===================================================================
--- /CKEditor/trunk/_source/lang/gu.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/gu.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Gujarati language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['gu'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'મૂળ કે પ્રાથમિક દસ્તાવેજ',
+	newPage			: 'નવુ પાનું',
+	save			: 'સેવ',
+	preview			: 'પૂર્વદર્શન',
+	cut				: 'કાપવું',
+	copy			: 'નકલ',
+	paste			: 'પેસ્ટ',
+	print			: 'પ્રિન્ટ',
+	underline		: 'અન્ડર્લાઇન, નીચે લીટી',
+	bold			: 'બોલ્ડ/સ્પષ્ટ',
+	italic			: 'ઇટેલિક, ત્રાંસા',
+	selectAll		: 'બઘું પસંદ કરવું',
+	removeFormat	: 'ફૉર્મટ કાઢવું',
+	strike			: 'છેકી નાખવું',
+	subscript		: 'એક ચિહ્નની નીચે કરેલું બીજું ચિહ્ન',
+	superscript		: 'એક ચિહ્ન ઉપર કરેલું બીજું ચિહ્ન.',
+	horizontalrule	: 'સમસ્તરીય રેખા ઇન્સર્ટ/દાખલ કરવી',
+	pagebreak		: 'ઇન્સર્ટ પેજબ્રેક/પાનાને અલગ કરવું/દાખલ કરવું',
+	unlink			: 'લિંક કાઢવી',
+	undo			: 'રદ કરવું; પહેલાં હતી એવી સ્થિતિ પાછી લાવવી',
+	redo			: 'રિડૂ; પછી હતી એવી સ્થિતિ પાછી લાવવી',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'સર્વર બ્રાઉઝ કરો',
+		url				: 'URL',
+		protocol		: 'પ્રોટોકૉલ',
+		upload			: 'અપલોડ',
+		uploadSubmit	: 'આ સર્વરને મોકલવું',
+		image			: 'ચિત્ર',
+		flash			: 'ફ્લૅશ',
+		form			: 'ફૉર્મ/પત્રક',
+		checkbox		: 'ચેક બોક્સ',
+		radio		: 'રેડિઓ બટન',
+		textField		: 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્ર',
+		textarea		: 'ટેક્સ્ટ એરિઆ, શબ્દ વિસ્તાર',
+		hiddenField		: 'ગુપ્ત ક્ષેત્ર',
+		button			: 'બટન',
+		select	: 'પસંદગી ક્ષેત્ર',
+		imageButton		: 'ચિત્ર બટન',
+		notSet			: '<સેટ નથી>',
+		id				: 'Id',
+		name			: 'નામ',
+		langDir			: 'ભાષા લેખવાની પદ્ધતિ',
+		langDirLtr		: 'ડાબે થી જમણે (LTR)',
+		langDirRtl		: 'જમણે થી ડાબે (RTL)',
+		langCode		: 'ભાષા કોડ',
+		longDescr		: 'વધારે માહિતી માટે URL',
+		cssClass		: 'સ્ટાઇલ-શીટ ક્લાસ',
+		advisoryTitle	: 'મુખ્ય મથાળું',
+		cssStyle		: 'સ્ટાઇલ',
+		ok				: 'ઠીક છે',
+		cancel			: 'રદ કરવું',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'અડ્વાન્સડ',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'વિશિષ્ટ અક્ષર ઇન્સર્ટ/દાખલ કરવું',
+		title		: 'સ્પેશિઅલ વિશિષ્ટ અક્ષર પસંદ કરો'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'લિંક ઇન્સર્ટ/દાખલ કરવી',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: ' લિંક એડિટ/માં ફેરફાર કરવો',
+		title		: 'લિંક',
+		info		: 'લિંક ઇન્ફૉ ટૅબ',
+		target		: 'ટાર્ગેટ/લક્ષ્ય',
+		upload		: 'અપલોડ',
+		advanced	: 'અડ્વાન્સડ',
+		type		: 'લિંક પ્રકાર',
+		toAnchor	: 'આ પેજનો ઍંકર',
+		toEmail		: 'ઈ-મેલ',
+		target		: 'ટાર્ગેટ/લક્ષ્ય',
+		targetNotSet	: '<સેટ નથી>',
+		targetFrame	: '<ફ્રેમ>',
+		targetPopup	: '<પૉપ-અપ વિન્ડો>',
+		targetNew	: 'નવી  વિન્ડો (_blank)',
+		targetTop	: 'ઉપરની વિન્ડો (_top)',
+		targetSelf	: 'આજ વિન્ડો (_self)',
+		targetParent	: 'મૂળ વિન્ડો (_parent)',
+		targetFrameName	: 'ટાર્ગેટ ફ્રેમ નું નામ',
+		targetPopupName	: 'પૉપ-અપ વિન્ડો નું નામ',
+		popupFeatures	: 'પૉપ-અપ વિન્ડો ફીચરસૅ',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'સ્ટૅટસ બાર',
+		popupLocationBar	: 'લોકેશન બાર',
+		popupToolbar	: 'ટૂલ બાર',
+		popupMenuBar	: 'મેન્યૂ બાર',
+		popupFullScreen	: 'ફુલ સ્ક્રીન (IE)',
+		popupScrollBars	: 'સ્ક્રોલ બાર',
+		popupDependent	: 'ડિપેન્ડન્ટ (Netscape)',
+		popupWidth		: 'પહોળાઈ',
+		popupLeft		: 'ડાબી બાજુ',
+		popupHeight		: 'ઊંચાઈ',
+		popupTop		: 'જમણી બાજુ',
+		id				: 'Id', // MISSING
+		langDir			: 'ભાષા લેખવાની પદ્ધતિ',
+		langDirNotSet	: '<સેટ નથી>',
+		langDirLTR		: 'ડાબે થી જમણે (LTR)',
+		langDirRTL		: 'જમણે થી ડાબે (RTL)',
+		acccessKey		: 'ઍક્સેસ કી',
+		name			: 'નામ',
+		langCode		: 'ભાષા લેખવાની પદ્ધતિ',
+		tabIndex		: 'ટૅબ ઇન્ડેક્સ',
+		advisoryTitle	: 'મુખ્ય મથાળું',
+		advisoryContentType	: 'મુખ્ય કન્ટેન્ટ પ્રકાર',
+		cssClasses		: 'સ્ટાઇલ-શીટ ક્લાસ',
+		charset			: 'લિંક રિસૉર્સ કૅરિક્ટર સેટ',
+		styles			: 'સ્ટાઇલ',
+		selectAnchor	: 'ઍંકર પસંદ કરો',
+		anchorName		: 'ઍંકર નામથી પસંદ કરો',
+		anchorId		: 'ઍંકર એલિમન્ટ Id થી પસંદ કરો',
+		emailAddress	: 'ઈ-મેલ સરનામું',
+		emailSubject	: 'ઈ-મેલ વિષય',
+		emailBody		: 'સંદેશ',
+		noAnchors		: '(ડૉક્યુમન્ટમાં ઍંકરની સંખ્યા)',
+		noUrl			: 'લિંક  URL ટાઇપ કરો',
+		noEmail			: 'ઈ-મેલ સરનામું ટાઇપ કરો'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'ઍંકર ઇન્સર્ટ/દાખલ કરવી',
+		menu		: 'ઍંકરના ગુણ',
+		title		: 'ઍંકરના ગુણ',
+		name		: 'ઍંકરનું નામ',
+		errorName	: 'ઍંકરનું નામ ટાઈપ કરો'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'શોધવું અને બદલવું',
+		find				: 'શોધવું',
+		replace				: 'રિપ્લેસ/બદલવું',
+		findWhat			: 'આ શોધો',
+		replaceWith			: 'આનાથી બદલો',
+		notFoundMsg			: 'તમે શોધેલી ટેક્સ્ટ નથી મળી',
+		matchCase			: 'કેસ સરખા રાખો',
+		matchWord			: 'બઘા શબ્દ સરખા રાખો',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'બઘા બદલી ',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'ટેબલ, કોઠો',
+		title		: 'ટેબલ, કોઠાનું મથાળું',
+		menu		: 'ટેબલ, કોઠાનું મથાળું',
+		deleteTable	: 'કોઠો ડિલીટ/કાઢી નાખવું',
+		rows		: 'પંક્તિના ખાના',
+		columns		: 'કૉલમ/ઊભી કટાર',
+		border		: 'કોઠાની બાજુ(બોર્ડર) સાઇઝ',
+		align		: 'અલાઇનમન્ટ/ગોઠવાયેલું ',
+		alignNotSet	: '<સેટ નથી>',
+		alignLeft	: 'ડાબી બાજુ',
+		alignCenter	: 'મધ્ય સેન્ટર',
+		alignRight	: 'જમણી બાજુ',
+		width		: 'પહોળાઈ',
+		widthPx		: 'પિકસલ',
+		widthPc		: 'પ્રતિશત',
+		height		: 'ઊંચાઈ',
+		cellSpace	: 'સેલ અંતર',
+		cellPad		: 'સેલ પૅડિંગ',
+		caption		: 'મથાળું/કૅપ્શન ',
+		summary		: 'ટૂંકો એહેવાલ',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'કોષના ખાના',
+			insertBefore	: 'પહેલાં કોષ ઉમેરવો',
+			insertAfter		: 'પછી કોષ ઉમેરવો',
+			deleteCell		: 'કોષ ડિલીટ/કાઢી નાખવો',
+			merge			: 'કોષ ભેગા કરવા',
+			mergeRight		: 'જમણી બાજુ ભેગા કરવા',
+			mergeDown		: 'નીચે ભેગા કરવા',
+			splitHorizontal	: 'કોષને સમસ્તરીય વિભાજન કરવું',
+			splitVertical	: 'કોષને સીધું ને ઊભું વિભાજન કરવું'
+		},
+
+		row :
+		{
+			menu			: 'પંક્તિના ખાના',
+			insertBefore	: 'પહેલાં પંક્તિ ઉમેરવી',
+			insertAfter		: 'પછી પંક્તિ ઉમેરવી',
+			deleteRow		: 'પંક્તિઓ ડિલીટ/કાઢી નાખવી'
+		},
+
+		column :
+		{
+			menu			: 'કૉલમ/ઊભી કટાર',
+			insertBefore	: 'પહેલાં કૉલમ/ઊભી કટાર ઉમેરવી',
+			insertAfter		: 'પછી કૉલમ/ઊભી કટાર ઉમેરવી',
+			deleteColumn	: 'કૉલમ/ઊભી કટાર ડિલીટ/કાઢી નાખવી'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'બટનના ગુણ',
+		text		: 'ટેક્સ્ટ (વૅલ્યૂ)',
+		type		: 'પ્રકાર',
+		typeBtn		: 'બટન',
+		typeSbm		: 'સબ્મિટ',
+		typeRst		: 'રિસેટ'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'ચેક બોક્સ ગુણ',
+		radioTitle	: 'રેડિઓ બટનના ગુણ',
+		value		: 'વૅલ્યૂ',
+		selected	: 'સિલેક્ટેડ'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'ફૉર્મ/પત્રકના ગુણ',
+		menu		: 'ફૉર્મ/પત્રકના ગુણ',
+		action		: 'ક્રિયા',
+		method		: 'પદ્ધતિ',
+		encoding	: 'Encoding', // MISSING
+		target		: 'ટાર્ગેટ/લક્ષ્ય',
+		targetNotSet	: '<સેટ નથી>',
+		targetNew	: 'નવી  વિન્ડો (_blank)',
+		targetTop	: 'ઉપરની વિન્ડો (_top)',
+		targetSelf	: 'આજ વિન્ડો (_self)',
+		targetParent	: 'મૂળ વિન્ડો (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'પસંદગી ક્ષેત્રના ગુણ',
+		selectInfo	: 'સૂચના',
+		opAvail		: 'ઉપલબ્ધ વિકલ્પ',
+		value		: 'વૅલ્યૂ',
+		size		: 'સાઇઝ',
+		lines		: 'લીટીઓ',
+		chkMulti	: 'એકથી વધારે પસંદ કરી શકો',
+		opText		: 'ટેક્સ્ટ',
+		opValue		: 'વૅલ્યૂ',
+		btnAdd		: 'ઉમેરવું',
+		btnModify	: 'બદલવું',
+		btnUp		: 'ઉપર',
+		btnDown		: 'નીચે',
+		btnSetValue : 'પસંદ કરલી વૅલ્યૂ સેટ કરો',
+		btnDelete	: 'રદ કરવું'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'ટેક્સ્ટ એઅરિઆ, શબ્દ વિસ્તારના ગુણ',
+		cols		: 'કૉલમ/ઊભી કટાર',
+		rows		: 'પંક્તિઓ'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'ટેક્સ્ટ ફીલ્ડ, શબ્દ ક્ષેત્રના ગુણ',
+		name		: 'નામ',
+		value		: 'વૅલ્યૂ',
+		charWidth	: 'કેરેક્ટરની પહોળાઈ',
+		maxChars	: 'અધિકતમ કેરેક્ટર',
+		type		: 'ટાઇપ',
+		typeText	: 'ટેક્સ્ટ',
+		typePass	: 'પાસવર્ડ'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'ગુપ્ત ક્ષેત્રના ગુણ',
+		name	: 'નામ',
+		value	: 'વૅલ્યૂ'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'ચિત્રના ગુણ',
+		titleButton	: 'ચિત્ર બટનના ગુણ',
+		menu		: 'ચિત્રના ગુણ',
+		infoTab	: 'ચિત્ર ની જાણકારી',
+		btnUpload	: 'આ સર્વરને મોકલવું',
+		url		: 'URL',
+		upload	: 'અપલોડ',
+		alt		: 'ઑલ્ટર્નટ ટેક્સ્ટ',
+		width		: 'પહોળાઈ',
+		height	: 'ઊંચાઈ',
+		lockRatio	: 'લૉક ગુણોત્તર',
+		resetSize	: 'રીસેટ સાઇઝ',
+		border	: 'બોર્ડર',
+		hSpace	: 'સમસ્તરીય જગ્યા',
+		vSpace	: 'લંબરૂપ જગ્યા',
+		align		: 'લાઇનદોરીમાં ગોઠવવું',
+		alignLeft	: 'ડાબી બાજુ ગોઠવવું',
+		alignAbsBottom: 'Abs નીચે',
+		alignAbsMiddle: 'Abs ઉપર',
+		alignBaseline	: 'આધાર લીટી',
+		alignBottom	: 'નીચે',
+		alignMiddle	: 'વચ્ચે',
+		alignRight	: 'જમણી',
+		alignTextTop	: 'ટેક્સ્ટ ઉપર',
+		alignTop	: 'ઉપર',
+		preview	: 'પૂર્વદર્શન',
+		alertUrl	: 'ચિત્રની URL ટાઇપ કરો',
+		linkTab	: 'લિંક',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'ફ્લૅશના ગુણ',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'ફ્લૅશ ગુણ',
+		chkPlay		: 'ઑટો/સ્વયં પ્લે',
+		chkLoop		: 'લૂપ',
+		chkMenu		: 'ફ્લૅશ મેન્યૂ નો પ્રયોગ કરો',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'સ્કેલ',
+		scaleAll		: 'સ્કેલ ઓલ/બધુ બતાવો',
+		scaleNoBorder	: 'સ્કેલ બોર્ડર વગર',
+		scaleFit		: 'સ્કેલ એકદમ ફીટ',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'લાઇનદોરીમાં ગોઠવવું',
+		alignLeft	: 'ડાબી બાજુ ગોઠવવું',
+		alignAbsBottom: 'Abs નીચે',
+		alignAbsMiddle: 'Abs ઉપર',
+		alignBaseline	: 'આધાર લીટી',
+		alignBottom	: 'નીચે',
+		alignMiddle	: 'વચ્ચે',
+		alignRight	: 'જમણી',
+		alignTextTop	: 'ટેક્સ્ટ ઉપર',
+		alignTop	: 'ઉપર',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'બૅકગ્રાઉન્ડ રંગ,',
+		width	: 'પહોળાઈ',
+		height	: 'ઊંચાઈ',
+		hSpace	: 'સમસ્તરીય જગ્યા',
+		vSpace	: 'લંબરૂપ જગ્યા',
+		validateSrc : 'લિંક  URL ટાઇપ કરો',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'જોડણી (સ્પેલિંગ) તપાસવી',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'શબ્દકોશમાં નથી',
+		changeTo		: 'આનાથી બદલવું',
+		btnIgnore		: 'ઇગ્નોર/અવગણના કરવી',
+		btnIgnoreAll	: 'બધાની ઇગ્નોર/અવગણના કરવી',
+		btnReplace		: 'બદલવું',
+		btnReplaceAll	: 'બધા બદલી કરો',
+		btnUndo			: 'અન્ડૂ',
+		noSuggestions	: '- કઇ સજેશન નથી -',
+		progress		: 'શબ્દની જોડણી/સ્પેલ ચેક ચાલુ છે...',
+		noMispell		: 'શબ્દની જોડણી/સ્પેલ ચેક પૂર્ણ: ખોટી જોડણી મળી નથી',
+		noChanges		: 'શબ્દની જોડણી/સ્પેલ ચેક પૂર્ણ: એકપણ શબ્દ બદલયો નથી',
+		oneChange		: 'શબ્દની જોડણી/સ્પેલ ચેક પૂર્ણ: એક શબ્દ બદલયો છે',
+		manyChanges		: 'શબ્દની જોડણી/સ્પેલ ચેક પૂર્ણ: %1 શબ્દ બદલયા છે',
+		ieSpellDownload	: 'સ્પેલ-ચેકર ઇન્સ્ટોલ નથી. શું તમે ડાઉનલોડ કરવા માંગો છો?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'સ્માઇલી',
+		title	: 'સ્માઇલી  પસંદ કરો'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'સંખ્યાંકન સૂચિ',
+	bulletedlist : 'બુલેટ સૂચિ',
+	indent : 'ઇન્ડેન્ટ, લીટીના આરંભમાં જગ્યા વધારવી',
+	outdent : 'ઇન્ડેન્ટ લીટીના આરંભમાં જગ્યા ઘટાડવી',
+
+	justify :
+	{
+		left : 'ડાબી બાજુએ/બાજુ તરફ',
+		center : 'સંકેંદ્રણ/સેંટરિંગ',
+		right : 'જમણી બાજુએ/બાજુ તરફ',
+		block : 'બ્લૉક, અંતરાય જસ્ટિફાઇ'
+	},
+
+	outdent : 'ઇન્ડેન્ટ લીટીના આરંભમાં જગ્યા ઘટાડવી',
+	blockquote : 'બ્લૉક-કોટ, અવતરણચિહ્નો',
+
+	clipboard :
+	{
+		title		: 'પેસ્ટ',
+		cutError	: 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કટ કરવાની પરવાનગી નથી આપતી. (Ctrl+X) નો ઉપયોગ કરો.',
+		copyError	: 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસ કોપી કરવાની પરવાનગી નથી આપતી.  (Ctrl+C) का प्रयोग करें।',
+		pasteMsg	: 'Ctrl+V નો પ્રયોગ કરી પેસ્ટ કરો',
+		securityMsg	: 'તમારા બ્રાઉઝર ની સુરક્ષિત સેટિંગસના કારણે,એડિટર તમારા કિલ્પબોર્ડ ડેટા ને કોપી નથી કરી શકતો. તમારે આ વિન્ડોમાં ફરીથી પેસ્ટ કરવું પડશે.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'પેસ્ટ (વડૅ ટેક્સ્ટ)',
+		title : 'પેસ્ટ (વડૅ ટેક્સ્ટ)',
+		advice : 'Ctrl+V નો પ્રયોગ કરી પેસ્ટ કરો',
+		ignoreFontFace : 'ફૉન્ટફેસ વ્યાખ્યાની અવગણના',
+		removeStyle : 'સ્ટાઇલ વ્યાખ્યા કાઢી નાખવી'
+	},
+
+	pasteText :
+	{
+		button : 'પેસ્ટ (ટેક્સ્ટ)',
+		title : 'પેસ્ટ (ટેક્સ્ટ)'
+	},
+
+	templates :
+	{
+		button : 'ટેમ્પ્લેટ',
+		title : 'કન્ટેન્ટ ટેમ્પ્લેટ',
+		insertOption: 'મૂળ શબ્દને બદલો',
+		selectPromptMsg: 'એડિટરમાં ઓપન કરવા ટેમ્પ્લેટ પસંદ કરો (વર્તમાન કન્ટેન્ટ સેવ નહીં થાય):',
+		emptyListMsg : '(કોઈ ટેમ્પ્લેટ ડિફાઇન નથી)'
+	},
+
+	showBlocks : 'બ્લૉક બતાવવું',
+
+	stylesCombo :
+	{
+		label : 'શૈલી/રીત',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી',
+		panelTitle : 'ફૉન્ટ ફૉર્મટ, રચનાની શૈલી',
+
+		tag_p : 'સામાન્ય',
+		tag_pre : 'ફૉર્મટેડ',
+		tag_address : 'સરનામું',
+		tag_h1 : 'શીર્ષક 1',
+		tag_h2 : 'શીર્ષક 2',
+		tag_h3 : 'શીર્ષક 3',
+		tag_h4 : 'શીર્ષક 4',
+		tag_h5 : 'શીર્ષક 5',
+		tag_h6 : 'શીર્ષક 6',
+		tag_div : 'શીર્ષક (DIV)'
+	},
+
+	font :
+	{
+		label : 'ફૉન્ટ',
+		panelTitle : 'ફૉન્ટ'
+	},
+
+	fontSize :
+	{
+		label : 'ફૉન્ટ સાઇઝ/કદ',
+		panelTitle : 'ફૉન્ટ સાઇઝ/કદ'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'શબ્દનો રંગ',
+		bgColorTitle : 'બૅકગ્રાઉન્ડ રંગ,',
+		auto : 'સ્વચાલિત',
+		more : 'ઔર રંગ...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/he.js
===================================================================
--- /CKEditor/trunk/_source/lang/he.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/he.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Hebrew language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['he'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'rtl',
+
+	// Toolbar buttons without dialogs.
+	source			: 'מקור',
+	newPage			: 'דף חדש',
+	save			: 'שמירה',
+	preview			: 'תצוגה מקדימה',
+	cut				: 'גזירה',
+	copy			: 'העתקה',
+	paste			: 'הדבקה',
+	print			: 'הדפסה',
+	underline		: 'קו תחתון',
+	bold			: 'מודגש',
+	italic			: 'נטוי',
+	selectAll		: 'בחירת הכל',
+	removeFormat	: 'הסרת העיצוב',
+	strike			: 'כתיב מחוק',
+	subscript		: 'כתיב תחתון',
+	superscript		: 'כתיב עליון',
+	horizontalrule	: 'הוספת קו אופקי',
+	pagebreak		: 'הוסף שבירת דף',
+	unlink			: 'הסרת הקישור',
+	undo			: 'ביטול צעד אחרון',
+	redo			: 'חזרה על צעד אחרון',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'סייר השרת',
+		url				: 'כתובת (URL)',
+		protocol		: 'פרוטוקול',
+		upload			: 'העלאה',
+		uploadSubmit	: 'שליחה לשרת',
+		image			: 'תמונה',
+		flash			: 'פלאש',
+		form			: 'טופס',
+		checkbox		: 'תיבת סימון',
+		radio		: 'לחצן אפשרויות',
+		textField		: 'שדה טקסט',
+		textarea		: 'איזור טקסט',
+		hiddenField		: 'שדה חבוי',
+		button			: 'כפתור',
+		select	: 'שדה בחירה',
+		imageButton		: 'כפתור תמונה',
+		notSet			: '<לא נקבע>',
+		id				: 'זיהוי (Id)',
+		name			: 'שם',
+		langDir			: 'כיוון שפה',
+		langDirLtr		: 'שמאל לימין (LTR)',
+		langDirRtl		: 'ימין לשמאל (RTL)',
+		langCode		: 'קוד שפה',
+		longDescr		: 'קישור לתיאור מפורט',
+		cssClass		: 'גיליונות עיצוב קבוצות',
+		advisoryTitle	: 'כותרת מוצעת',
+		cssStyle		: 'סגנון',
+		ok				: 'אישור',
+		cancel			: 'ביטול',
+		generalTab		: 'כללי',
+		advancedTab		: 'אפשרויות מתקדמות',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'הוספת תו מיוחד',
+		title		: 'בחירת תו מיוחד'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'הוספת/עריכת קישור',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'עריכת קישור',
+		title		: 'קישור',
+		info		: 'מידע על הקישור',
+		target		: 'מטרה',
+		upload		: 'העלאה',
+		advanced	: 'אפשרויות מתקדמות',
+		type		: 'סוג קישור',
+		toAnchor	: 'עוגן בעמוד זה',
+		toEmail		: 'דוא\'\'ל',
+		target		: 'מטרה',
+		targetNotSet	: '<לא נקבע>',
+		targetFrame	: '<מסגרת>',
+		targetPopup	: '<חלון קופץ>',
+		targetNew	: 'חלון חדש (_blank)',
+		targetTop	: 'חלון ראשי (_top)',
+		targetSelf	: 'באותו החלון (_self)',
+		targetParent	: 'חלון האב (_parent)',
+		targetFrameName	: 'שם מסגרת היעד',
+		targetPopupName	: 'שם החלון הקופץ',
+		popupFeatures	: 'תכונות החלון הקופץ',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'סרגל חיווי',
+		popupLocationBar	: 'סרגל כתובת',
+		popupToolbar	: 'סרגל הכלים',
+		popupMenuBar	: 'סרגל תפריט',
+		popupFullScreen	: 'מסך מלא (IE)',
+		popupScrollBars	: 'ניתן לגלילה',
+		popupDependent	: 'תלוי (Netscape)',
+		popupWidth		: 'רוחב',
+		popupLeft		: 'מיקום צד שמאל',
+		popupHeight		: 'גובה',
+		popupTop		: 'מיקום צד עליון',
+		id				: 'Id', // MISSING
+		langDir			: 'כיוון שפה',
+		langDirNotSet	: '<לא נקבע>',
+		langDirLTR		: 'שמאל לימין (LTR)',
+		langDirRTL		: 'ימין לשמאל (RTL)',
+		acccessKey		: 'מקש גישה',
+		name			: 'שם',
+		langCode		: 'כיוון שפה',
+		tabIndex		: 'מספר טאב',
+		advisoryTitle	: 'כותרת מוצעת',
+		advisoryContentType	: 'Content Type מוצע',
+		cssClasses		: 'גיליונות עיצוב קבוצות',
+		charset			: 'קידוד המשאב המקושר',
+		styles			: 'סגנון',
+		selectAnchor	: 'בחירת עוגן',
+		anchorName		: 'עפ\'\'י שם העוגן',
+		anchorId		: 'עפ\'\'י זיהוי (Id) הרכיב',
+		emailAddress	: 'כתובת הדוא\'\'ל',
+		emailSubject	: 'נושא ההודעה',
+		emailBody		: 'גוף ההודעה',
+		noAnchors		: '(אין עוגנים זמינים בדף)',
+		noUrl			: 'נא להקליד את כתובת הקישור (URL)',
+		noEmail			: 'נא להקליד את כתובת הדוא\'\'ל'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'הוספת/עריכת נקודת עיגון',
+		menu		: 'מאפייני נקודת עיגון',
+		title		: 'מאפייני נקודת עיגון',
+		name		: 'שם לנקודת עיגון',
+		errorName	: 'אנא הזן שם לנקודת עיגון'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'חפש והחלף',
+		find				: 'חיפוש',
+		replace				: 'החלפה',
+		findWhat			: 'חיפוש מחרוזת:',
+		replaceWith			: 'החלפה במחרוזת:',
+		notFoundMsg			: 'הטקסט המבוקש לא נמצא.',
+		matchCase			: 'התאמת סוג אותיות (Case)',
+		matchWord			: 'התאמה למילה המלאה',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'החלפה בכל העמוד',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'טבלה',
+		title		: 'תכונות טבלה',
+		menu		: 'תכונות טבלה',
+		deleteTable	: 'מחק טבלה',
+		rows		: 'שורות',
+		columns		: 'עמודות',
+		border		: 'גודל מסגרת',
+		align		: 'יישור',
+		alignNotSet	: '<לא נקבע>',
+		alignLeft	: 'שמאל',
+		alignCenter	: 'מרכז',
+		alignRight	: 'ימין',
+		width		: 'רוחב',
+		widthPx		: 'פיקסלים',
+		widthPc		: 'אחוז',
+		height		: 'גובה',
+		cellSpace	: 'מרווח תא',
+		cellPad		: 'ריפוד תא',
+		caption		: 'כיתוב',
+		summary		: 'סיכום',
+		headers		: 'כותרות',
+		headersNone		: 'אין',
+		headersColumn	: 'עמודה ראשונה',
+		headersRow		: 'שורה ראשונה',
+		headersBoth		: 'שניהם',
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'תא',
+			insertBefore	: 'הוסף תא אחרי',
+			insertAfter		: 'הוסף תא אחרי',
+			deleteCell		: 'מחיקת תאים',
+			merge			: 'מיזוג תאים',
+			mergeRight		: 'מזג ימינה',
+			mergeDown		: 'מזג למטה',
+			splitHorizontal	: 'פצל תא אופקית',
+			splitVertical	: 'פצל תא אנכית'
+		},
+
+		row :
+		{
+			menu			: 'שורה',
+			insertBefore	: 'הוסף שורה לפני',
+			insertAfter		: 'הוסף שורה אחרי',
+			deleteRow		: 'מחיקת שורות'
+		},
+
+		column :
+		{
+			menu			: 'עמודה',
+			insertBefore	: 'הוסף עמודה לפני',
+			insertAfter		: 'הוסף עמודה אחרי',
+			deleteColumn	: 'מחיקת עמודות'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'מאפייני כפתור',
+		text		: 'טקסט (ערך)',
+		type		: 'סוג',
+		typeBtn		: 'כפתור',
+		typeSbm		: 'שלח',
+		typeRst		: 'אפס'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'מאפייני תיבת סימון',
+		radioTitle	: 'מאפייני לחצן אפשרויות',
+		value		: 'ערך',
+		selected	: 'בחור'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'מאפיני טופס',
+		menu		: 'מאפיני טופס',
+		action		: 'שלח אל',
+		method		: 'סוג שליחה',
+		encoding	: 'Encoding', // MISSING
+		target		: 'מטרה',
+		targetNotSet	: '<לא נקבע>',
+		targetNew	: 'חלון חדש (_blank)',
+		targetTop	: 'חלון ראשי (_top)',
+		targetSelf	: 'באותו החלון (_self)',
+		targetParent	: 'חלון האב (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'מאפייני שדה בחירה',
+		selectInfo	: 'מידע',
+		opAvail		: 'אפשרויות זמינות',
+		value		: 'ערך',
+		size		: 'גודל',
+		lines		: 'שורות',
+		chkMulti	: 'אפשר בחירות מרובות',
+		opText		: 'טקסט',
+		opValue		: 'ערך',
+		btnAdd		: 'הוסף',
+		btnModify	: 'שנה',
+		btnUp		: 'למעלה',
+		btnDown		: 'למטה',
+		btnSetValue : 'קבע כברירת מחדל',
+		btnDelete	: 'מחק'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'מאפיני איזור טקסט',
+		cols		: 'עמודות',
+		rows		: 'שורות'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'מאפייני שדה טקסט',
+		name		: 'שם',
+		value		: 'ערך',
+		charWidth	: 'רוחב באותיות',
+		maxChars	: 'מקסימות אותיות',
+		type		: 'סוג',
+		typeText	: 'טקסט',
+		typePass	: 'סיסמה'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'מאפיני שדה חבוי',
+		name	: 'שם',
+		value	: 'ערך'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'תכונות התמונה',
+		titleButton	: 'מאפיני כפתור תמונה',
+		menu		: 'תכונות התמונה',
+		infoTab	: 'מידע על התמונה',
+		btnUpload	: 'שליחה לשרת',
+		url		: 'כתובת (URL)',
+		upload	: 'העלאה',
+		alt		: 'טקסט חלופי',
+		width		: 'רוחב',
+		height	: 'גובה',
+		lockRatio	: 'נעילת היחס',
+		resetSize	: 'איפוס הגודל',
+		border	: 'מסגרת',
+		hSpace	: 'מרווח אופקי',
+		vSpace	: 'מרווח אנכי',
+		align		: 'יישור',
+		alignLeft	: 'לשמאל',
+		alignAbsBottom: 'לתחתית האבסולוטית',
+		alignAbsMiddle: 'מרכוז אבסולוטי',
+		alignBaseline	: 'לקו התחתית',
+		alignBottom	: 'לתחתית',
+		alignMiddle	: 'לאמצע',
+		alignRight	: 'לימין',
+		alignTextTop	: 'לראש הטקסט',
+		alignTop	: 'למעלה',
+		preview	: 'תצוגה מקדימה',
+		alertUrl	: 'נא להקליד את כתובת התמונה',
+		linkTab	: 'קישור',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'מאפייני פלאש',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'מאפיני פלאש',
+		chkPlay		: 'נגן אוטומטי',
+		chkLoop		: 'לולאה',
+		chkMenu		: 'אפשר תפריט פלאש',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'גודל',
+		scaleAll		: 'הצג הכל',
+		scaleNoBorder	: 'ללא גבולות',
+		scaleFit		: 'התאמה מושלמת',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'יישור',
+		alignLeft	: 'לשמאל',
+		alignAbsBottom: 'לתחתית האבסולוטית',
+		alignAbsMiddle: 'מרכוז אבסולוטי',
+		alignBaseline	: 'לקו התחתית',
+		alignBottom	: 'לתחתית',
+		alignMiddle	: 'לאמצע',
+		alignRight	: 'לימין',
+		alignTextTop	: 'לראש הטקסט',
+		alignTop	: 'למעלה',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'צבע רקע',
+		width	: 'רוחב',
+		height	: 'גובה',
+		hSpace	: 'מרווח אופקי',
+		vSpace	: 'מרווח אנכי',
+		validateSrc : 'נא להקליד את כתובת הקישור (URL)',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'בדיקת איות',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'לא נמצא במילון',
+		changeTo		: 'שנה ל',
+		btnIgnore		: 'התעלם',
+		btnIgnoreAll	: 'התעלם מהכל',
+		btnReplace		: 'החלף',
+		btnReplaceAll	: 'החלף הכל',
+		btnUndo			: 'החזר',
+		noSuggestions	: '- אין הצעות -',
+		progress		: 'בדיקות איות בתהליך ....',
+		noMispell		: 'בדיקות איות הסתיימה: לא נמצאו שגיעות כתיב',
+		noChanges		: 'בדיקות איות הסתיימה: לא שונתה אף מילה',
+		oneChange		: 'בדיקות איות הסתיימה: שונתה מילה אחת',
+		manyChanges		: 'בדיקות איות הסתיימה: %1 מילים שונו',
+		ieSpellDownload	: 'בודק האיות לא מותקן, האם אתה מעוניין להוריד?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'סמיילי',
+		title	: 'הוספת סמיילי'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'רשימה ממוספרת',
+	bulletedlist : 'רשימת נקודות',
+	indent : 'הגדלת אינדנטציה',
+	outdent : 'הקטנת אינדנטציה',
+
+	justify :
+	{
+		left : 'יישור לשמאל',
+		center : 'מרכוז',
+		right : 'יישור לימין',
+		block : 'יישור לשוליים'
+	},
+
+	outdent : 'הקטנת אינדנטציה',
+	blockquote : 'בלוק ציטוט',
+
+	clipboard :
+	{
+		title		: 'הדבקה',
+		cutError	: 'הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות גזירה  אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl+X).',
+		copyError	: 'הגדרות האבטחה בדפדפן שלך לא מאפשרות לעורך לבצע פעולות העתקה אוטומטיות. יש להשתמש במקלדת לשם כך (Ctrl+C).',
+		pasteMsg	: 'אנא הדבק בתוך הקופסה באמצעות  (<STRONG>Ctrl+V</STRONG>) ולחץ על  <STRONG>אישור</STRONG>.',
+		securityMsg	: 'עקב הגדרות אבטחה בדפדפן, לא ניתן לגשת אל לוח הגזירים (clipboard) בצורה ישירה.אנא בצע הדבק שוב בחלון זה.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'הדבקה מ-וורד',
+		title : 'הדבקה מ-וורד',
+		advice : 'אנא הדבק בתוך הקופסה באמצעות  (<STRONG>Ctrl+V</STRONG>) ולחץ על  <STRONG>אישור</STRONG>.',
+		ignoreFontFace : 'התעלם מהגדרות סוג פונט',
+		removeStyle : 'הסר הגדרות סגנון'
+	},
+
+	pasteText :
+	{
+		button : 'הדבקה כטקסט פשוט',
+		title : 'הדבקה כטקסט פשוט'
+	},
+
+	templates :
+	{
+		button : 'תבניות',
+		title : 'תביות תוכן',
+		insertOption: 'החלפת תוכן ממשי',
+		selectPromptMsg: 'אנא בחר תבנית לפתיחה בעורך <BR>התוכן המקורי ימחק:',
+		emptyListMsg : '(לא הוגדרו תבניות)'
+	},
+
+	showBlocks : 'הצג בלוקים',
+
+	stylesCombo :
+	{
+		label : 'סגנון',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'עיצוב',
+		panelTitle : 'עיצוב',
+
+		tag_p : 'נורמלי',
+		tag_pre : 'קוד',
+		tag_address : 'כתובת',
+		tag_h1 : 'כותרת',
+		tag_h2 : 'כותרת 2',
+		tag_h3 : 'כותרת 3',
+		tag_h4 : 'כותרת 4',
+		tag_h5 : 'כותרת 5',
+		tag_h6 : 'כותרת 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'גופן',
+		panelTitle : 'גופן'
+	},
+
+	fontSize :
+	{
+		label : 'גודל',
+		panelTitle : 'גודל'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'צבע טקסט',
+		bgColorTitle : 'צבע רקע',
+		auto : 'אוטומטי',
+		more : 'צבעים נוספים...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/hi.js
===================================================================
--- /CKEditor/trunk/_source/lang/hi.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/hi.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Hindi language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['hi'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'सोर्स',
+	newPage			: 'नया पेज',
+	save			: 'सेव',
+	preview			: 'प्रीव्यू',
+	cut				: 'कट',
+	copy			: 'कॉपी',
+	paste			: 'पेस्ट',
+	print			: 'प्रिन्ट',
+	underline		: 'रेखांकण',
+	bold			: 'बोल्ड',
+	italic			: 'इटैलिक',
+	selectAll		: 'सब सॅलॅक्ट करें',
+	removeFormat	: 'फ़ॉर्मैट हटायें',
+	strike			: 'स्ट्राइक थ्रू',
+	subscript		: 'अधोलेख',
+	superscript		: 'अभिलेख',
+	horizontalrule	: 'हॉरिज़ॉन्टल रेखा इन्सर्ट करें',
+	pagebreak		: 'पेज ब्रेक इन्सर्ट् करें',
+	unlink			: 'लिंक हटायें',
+	undo			: 'अन्डू',
+	redo			: 'रीडू',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'सर्वर ब्राउज़ करें',
+		url				: 'URL',
+		protocol		: 'प्रोटोकॉल',
+		upload			: 'अपलोड',
+		uploadSubmit	: 'इसे सर्वर को भेजें',
+		image			: 'तस्वीर',
+		flash			: 'फ़्लैश',
+		form			: 'फ़ॉर्म',
+		checkbox		: 'चॅक बॉक्स',
+		radio		: 'रेडिओ बटन',
+		textField		: 'टेक्स्ट फ़ील्ड',
+		textarea		: 'टेक्स्ट एरिया',
+		hiddenField		: 'गुप्त फ़ील्ड',
+		button			: 'बटन',
+		select	: 'चुनाव फ़ील्ड',
+		imageButton		: 'तस्वीर बटन',
+		notSet			: '<सॅट नहीं>',
+		id				: 'Id',
+		name			: 'नाम',
+		langDir			: 'भाषा लिखने की दिशा',
+		langDirLtr		: 'बायें से दायें (LTR)',
+		langDirRtl		: 'दायें से बायें (RTL)',
+		langCode		: 'भाषा कोड',
+		longDescr		: 'अधिक विवरण के लिए URL',
+		cssClass		: 'स्टाइल-शीट क्लास',
+		advisoryTitle	: 'परामर्श शीर्शक',
+		cssStyle		: 'स्टाइल',
+		ok				: 'ठीक है',
+		cancel			: 'रद्द करें',
+		generalTab		: 'सामान्य',
+		advancedTab		: 'ऍड्वान्स्ड',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'विशेष करॅक्टर इन्सर्ट करें',
+		title		: 'विशेष करॅक्टर चुनें'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'लिंक इन्सर्ट/संपादन',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'लिंक संपादन',
+		title		: 'लिंक',
+		info		: 'लिंक  ',
+		target		: 'टार्गेट',
+		upload		: 'अपलोड',
+		advanced	: 'ऍड्वान्स्ड',
+		type		: 'लिंक प्रकार',
+		toAnchor	: 'इस पेज का ऐंकर',
+		toEmail		: 'ई-मेल',
+		target		: 'टार्गेट',
+		targetNotSet	: '<सॅट नहीं>',
+		targetFrame	: '<फ़्रेम>',
+		targetPopup	: '<पॉप-अप विन्डो>',
+		targetNew	: 'नया विन्डो (_blank)',
+		targetTop	: 'शीर्ष विन्डो (_top)',
+		targetSelf	: 'इसी विन्डो (_self)',
+		targetParent	: 'मूल विन्डो (_parent)',
+		targetFrameName	: 'टार्गेट फ़्रेम का नाम',
+		targetPopupName	: 'पॉप-अप विन्डो का नाम',
+		popupFeatures	: 'पॉप-अप विन्डो फ़ीचर्स',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'स्टेटस बार',
+		popupLocationBar	: 'लोकेशन बार',
+		popupToolbar	: 'टूल बार',
+		popupMenuBar	: 'मॅन्यू बार',
+		popupFullScreen	: 'फ़ुल स्क्रीन (IE)',
+		popupScrollBars	: 'स्क्रॉल बार',
+		popupDependent	: 'डिपेन्डॅन्ट (Netscape)',
+		popupWidth		: 'चौड़ाई',
+		popupLeft		: 'बायीं तरफ',
+		popupHeight		: 'ऊँचाई',
+		popupTop		: 'दायीं तरफ',
+		id				: 'Id', // MISSING
+		langDir			: 'भाषा लिखने की दिशा',
+		langDirNotSet	: '<सॅट नहीं>',
+		langDirLTR		: 'बायें से दायें (LTR)',
+		langDirRTL		: 'दायें से बायें (RTL)',
+		acccessKey		: 'ऍक्सॅस की',
+		name			: 'नाम',
+		langCode		: 'भाषा लिखने की दिशा',
+		tabIndex		: 'टैब इन्डॅक्स',
+		advisoryTitle	: 'परामर्श शीर्शक',
+		advisoryContentType	: 'परामर्श कन्टॅन्ट प्रकार',
+		cssClasses		: 'स्टाइल-शीट क्लास',
+		charset			: 'लिंक रिसोर्स करॅक्टर सॅट',
+		styles			: 'स्टाइल',
+		selectAnchor	: 'ऐंकर चुनें',
+		anchorName		: 'ऐंकर नाम से',
+		anchorId		: 'ऍलीमॅन्ट Id से',
+		emailAddress	: 'ई-मेल पता',
+		emailSubject	: 'संदेश विषय',
+		emailBody		: 'संदेश',
+		noAnchors		: '(डॉक्यूमॅन्ट में ऐंकर्स की संख्या)',
+		noUrl			: 'लिंक URL टाइप करें',
+		noEmail			: 'ई-मेल पता टाइप करें'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'ऐंकर इन्सर्ट/संपादन',
+		menu		: 'ऐंकर प्रॉपर्टीज़',
+		title		: 'ऐंकर प्रॉपर्टीज़',
+		name		: 'ऐंकर का नाम',
+		errorName	: 'ऐंकर का नाम टाइप करें'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'खोजें और बदलें',
+		find				: 'खोजें',
+		replace				: 'रीप्लेस',
+		findWhat			: 'यह खोजें:',
+		replaceWith			: 'इससे रिप्लेस करें:',
+		notFoundMsg			: 'आपके द्वारा दिया गया टेक्स्ट नहीं मिला',
+		matchCase			: 'केस मिलायें',
+		matchWord			: 'पूरा शब्द मिलायें',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'सभी रिप्लेस करें',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'टेबल',
+		title		: 'टेबल प्रॉपर्टीज़',
+		menu		: 'टेबल प्रॉपर्टीज़',
+		deleteTable	: 'टेबल डिलीट करें',
+		rows		: 'पंक्तियाँ',
+		columns		: 'कालम',
+		border		: 'बॉर्डर साइज़',
+		align		: 'ऍलाइन्मॅन्ट',
+		alignNotSet	: '<सॅट नहीं>',
+		alignLeft	: 'दायें',
+		alignCenter	: 'बीच में',
+		alignRight	: 'बायें',
+		width		: 'चौड़ाई',
+		widthPx		: 'पिक्सैल',
+		widthPc		: 'प्रतिशत',
+		height		: 'ऊँचाई',
+		cellSpace	: 'सैल अंतर',
+		cellPad		: 'सैल पैडिंग',
+		caption		: 'शीर्षक',
+		summary		: 'सारांश',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'खाना',
+			insertBefore	: 'पहले सैल डालें',
+			insertAfter		: 'बाद में सैल डालें',
+			deleteCell		: 'सैल डिलीट करें',
+			merge			: 'सैल मिलायें',
+			mergeRight		: 'बाँया विलय',
+			mergeDown		: 'नीचे विलय करें',
+			splitHorizontal	: 'सैल को क्षैतिज स्थिति में विभाजित करें',
+			splitVertical	: 'सैल को लम्बाकार में विभाजित करें'
+		},
+
+		row :
+		{
+			menu			: 'पंक्ति',
+			insertBefore	: 'पहले पंक्ति डालें',
+			insertAfter		: 'बाद में पंक्ति डालें',
+			deleteRow		: 'पंक्तियाँ डिलीट करें'
+		},
+
+		column :
+		{
+			menu			: 'कालम',
+			insertBefore	: 'पहले कालम डालें',
+			insertAfter		: 'बाद में कालम डालें',
+			deleteColumn	: 'कालम डिलीट करें'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'बटन प्रॉपर्टीज़',
+		text		: 'टेक्स्ट (वैल्यू)',
+		type		: 'प्रकार',
+		typeBtn		: 'बटन',
+		typeSbm		: 'सब्मिट',
+		typeRst		: 'रिसेट'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'चॅक बॉक्स प्रॉपर्टीज़',
+		radioTitle	: 'रेडिओ बटन प्रॉपर्टीज़',
+		value		: 'वैल्यू',
+		selected	: 'सॅलॅक्टॅड'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'फ़ॉर्म प्रॉपर्टीज़',
+		menu		: 'फ़ॉर्म प्रॉपर्टीज़',
+		action		: 'क्रिया',
+		method		: 'तरीका',
+		encoding	: 'Encoding', // MISSING
+		target		: 'टार्गेट',
+		targetNotSet	: '<सॅट नहीं>',
+		targetNew	: 'नया विन्डो (_blank)',
+		targetTop	: 'शीर्ष विन्डो (_top)',
+		targetSelf	: 'इसी विन्डो (_self)',
+		targetParent	: 'मूल विन्डो (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'चुनाव फ़ील्ड प्रॉपर्टीज़',
+		selectInfo	: 'सूचना',
+		opAvail		: 'उपलब्ध विकल्प',
+		value		: 'वैल्यू',
+		size		: 'साइज़',
+		lines		: 'पंक्तियाँ',
+		chkMulti	: 'एक से ज्यादा विकल्प चुनने दें',
+		opText		: 'टेक्स्ट',
+		opValue		: 'वैल्यू',
+		btnAdd		: 'जोड़ें',
+		btnModify	: 'बदलें',
+		btnUp		: 'ऊपर',
+		btnDown		: 'नीचे',
+		btnSetValue : 'चुनी गई वैल्यू सॅट करें',
+		btnDelete	: 'डिलीट'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'टेक्स्त एरिया प्रॉपर्टीज़',
+		cols		: 'कालम',
+		rows		: 'पंक्तियां'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'टेक्स्ट फ़ील्ड प्रॉपर्टीज़',
+		name		: 'नाम',
+		value		: 'वैल्यू',
+		charWidth	: 'करॅक्टर की चौढ़ाई',
+		maxChars	: 'अधिकतम करॅक्टर',
+		type		: 'टाइप',
+		typeText	: 'टेक्स्ट',
+		typePass	: 'पास्वर्ड'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'गुप्त फ़ील्ड प्रॉपर्टीज़',
+		name	: 'नाम',
+		value	: 'वैल्यू'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'तस्वीर प्रॉपर्टीज़',
+		titleButton	: 'तस्वीर बटन प्रॉपर्टीज़',
+		menu		: 'तस्वीर प्रॉपर्टीज़',
+		infoTab	: 'तस्वीर की जानकारी',
+		btnUpload	: 'इसे सर्वर को भेजें',
+		url		: 'URL',
+		upload	: 'अपलोड',
+		alt		: 'वैकल्पिक टेक्स्ट',
+		width		: 'चौड़ाई',
+		height	: 'ऊँचाई',
+		lockRatio	: 'लॉक अनुपात',
+		resetSize	: 'रीसॅट साइज़',
+		border	: 'बॉर्डर',
+		hSpace	: 'हॉरिज़ॉन्टल स्पेस',
+		vSpace	: 'वर्टिकल स्पेस',
+		align		: 'ऍलाइन',
+		alignLeft	: 'दायें',
+		alignAbsBottom: 'Abs नीचे',
+		alignAbsMiddle: 'Abs ऊपर',
+		alignBaseline	: 'मूल रेखा',
+		alignBottom	: 'नीचे',
+		alignMiddle	: 'मध्य',
+		alignRight	: 'दायें',
+		alignTextTop	: 'टेक्स्ट ऊपर',
+		alignTop	: 'ऊपर',
+		preview	: 'प्रीव्यू',
+		alertUrl	: 'तस्वीर का URL टाइप करें ',
+		linkTab	: 'लिंक',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'फ़्लैश प्रॉपर्टीज़',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'फ़्लैश प्रॉपर्टीज़',
+		chkPlay		: 'ऑटो प्ले',
+		chkLoop		: 'लूप',
+		chkMenu		: 'फ़्लैश मॅन्यू का प्रयोग करें',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'स्केल',
+		scaleAll		: 'सभी दिखायें',
+		scaleNoBorder	: 'कोई बॉर्डर नहीं',
+		scaleFit		: 'बिल्कुल फ़िट',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'ऍलाइन',
+		alignLeft	: 'दायें',
+		alignAbsBottom: 'Abs नीचे',
+		alignAbsMiddle: 'Abs ऊपर',
+		alignBaseline	: 'मूल रेखा',
+		alignBottom	: 'नीचे',
+		alignMiddle	: 'मध्य',
+		alignRight	: 'दायें',
+		alignTextTop	: 'टेक्स्ट ऊपर',
+		alignTop	: 'ऊपर',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'बैक्ग्राउन्ड रंग',
+		width	: 'चौड़ाई',
+		height	: 'ऊँचाई',
+		hSpace	: 'हॉरिज़ॉन्टल स्पेस',
+		vSpace	: 'वर्टिकल स्पेस',
+		validateSrc : 'लिंक URL टाइप करें',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'वर्तनी (स्पेलिंग) जाँच',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'शब्दकोश में नहीं',
+		changeTo		: 'इसमें बदलें',
+		btnIgnore		: 'इग्नोर',
+		btnIgnoreAll	: 'सभी इग्नोर करें',
+		btnReplace		: 'रिप्लेस',
+		btnReplaceAll	: 'सभी रिप्लेस करें',
+		btnUndo			: 'अन्डू',
+		noSuggestions	: '- कोई सुझाव नहीं -',
+		progress		: 'वर्तनी की जाँच (स्पॅल-चॅक) जारी है...',
+		noMispell		: 'वर्तनी की जाँच : कोई गलत वर्तनी (स्पॅलिंग) नहीं पाई गई',
+		noChanges		: 'वर्तनी की जाँच :कोई शब्द नहीं बदला गया',
+		oneChange		: 'वर्तनी की जाँच : एक शब्द बदला गया',
+		manyChanges		: 'वर्तनी की जाँच : %1 शब्द बदले गये',
+		ieSpellDownload	: 'स्पॅल-चॅकर इन्स्टाल नहीं किया गया है। क्या आप इसे डाउनलोड करना चाहेंगे?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'स्माइली',
+		title	: 'स्माइली इन्सर्ट करें'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'अंकीय सूची',
+	bulletedlist : 'बुलॅट सूची',
+	indent : 'इन्डॅन्ट बढ़ायें',
+	outdent : 'इन्डॅन्ट कम करें',
+
+	justify :
+	{
+		left : 'बायीं तरफ',
+		center : 'बीच में',
+		right : 'दायीं तरफ',
+		block : 'ब्लॉक जस्टीफ़ाई'
+	},
+
+	outdent : 'इन्डॅन्ट कम करें',
+	blockquote : 'ब्लॉक-कोट',
+
+	clipboard :
+	{
+		title		: 'पेस्ट',
+		cutError	: 'आपके ब्राउज़र की सुरक्षा सॅटिन्ग्स ने कट करने की अनुमति नहीं प्रदान की है। (Ctrl+X) का प्रयोग करें।',
+		copyError	: 'आपके ब्राआउज़र की सुरक्षा सॅटिन्ग्स ने कॉपी करने की अनुमति नहीं प्रदान की है। (Ctrl+C) का प्रयोग करें।',
+		pasteMsg	: 'Ctrl+V का प्रयोग करके पेस्ट करें और ठीक है करें.',
+		securityMsg	: 'आपके ब्राउज़र की सुरक्षा आपके ब्राउज़र की सुरKश सैटिंग के कारण, एडिटर आपके क्लिपबोर्ड डेटा को नहीं पा सकता है. आपको उसे इस विन्डो में दोबारा पेस्ट करना होगा.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'पेस्ट (वर्ड से)',
+		title : 'पेस्ट (वर्ड से)',
+		advice : 'Ctrl+V का प्रयोग करके पेस्ट करें और ठीक है करें.',
+		ignoreFontFace : 'फ़ॉन्ट परिभाषा निकालें',
+		removeStyle : 'स्टाइल परिभाषा निकालें'
+	},
+
+	pasteText :
+	{
+		button : 'पेस्ट (सादा टॅक्स्ट)',
+		title : 'पेस्ट (सादा टॅक्स्ट)'
+	},
+
+	templates :
+	{
+		button : 'टॅम्प्लेट',
+		title : 'कन्टेन्ट टॅम्प्लेट',
+		insertOption: 'मूल शब्दों को बदलें',
+		selectPromptMsg: 'ऍडिटर में ओपन करने हेतु टॅम्प्लेट चुनें(वर्तमान कन्टॅन्ट सेव नहीं होंगे):',
+		emptyListMsg : '(कोई टॅम्प्लेट डिफ़ाइन नहीं किया गया है)'
+	},
+
+	showBlocks : 'ब्लॉक दिखायें',
+
+	stylesCombo :
+	{
+		label : 'स्टाइल',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'फ़ॉर्मैट',
+		panelTitle : 'फ़ॉर्मैट',
+
+		tag_p : 'साधारण',
+		tag_pre : 'फ़ॉर्मैटॅड',
+		tag_address : 'पता',
+		tag_h1 : 'शीर्षक 1',
+		tag_h2 : 'शीर्षक 2',
+		tag_h3 : 'शीर्षक 3',
+		tag_h4 : 'शीर्षक 4',
+		tag_h5 : 'शीर्षक 5',
+		tag_h6 : 'शीर्षक 6',
+		tag_div : 'शीर्षक (DIV)'
+	},
+
+	font :
+	{
+		label : 'फ़ॉन्ट',
+		panelTitle : 'फ़ॉन्ट'
+	},
+
+	fontSize :
+	{
+		label : 'साइज़',
+		panelTitle : 'साइज़'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'टेक्स्ट रंग',
+		bgColorTitle : 'बैक्ग्राउन्ड रंग',
+		auto : 'स्वचालित',
+		more : 'और रंग...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/hr.js
===================================================================
--- /CKEditor/trunk/_source/lang/hr.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/hr.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Croatian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['hr'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Kôd',
+	newPage			: 'Nova stranica',
+	save			: 'Snimi',
+	preview			: 'Pregledaj',
+	cut				: 'Izreži',
+	copy			: 'Kopiraj',
+	paste			: 'Zalijepi',
+	print			: 'Ispiši',
+	underline		: 'Potcrtano',
+	bold			: 'Podebljaj',
+	italic			: 'Ukosi',
+	selectAll		: 'Odaberi sve',
+	removeFormat	: 'Ukloni formatiranje',
+	strike			: 'Precrtano',
+	subscript		: 'Subscript',
+	superscript		: 'Superscript',
+	horizontalrule	: 'Ubaci vodoravnu liniju',
+	pagebreak		: 'Ubaci prijelom stranice',
+	unlink			: 'Ukloni link',
+	undo			: 'Poništi',
+	redo			: 'Ponovi',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Pretraži server',
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Pošalji',
+		uploadSubmit	: 'Pošalji na server',
+		image			: 'Slika',
+		flash			: 'Flash',
+		form			: 'Form',
+		checkbox		: 'Checkbox',
+		radio		: 'Radio Button',
+		textField		: 'Text Field',
+		textarea		: 'Textarea',
+		hiddenField		: 'Hidden Field',
+		button			: 'Button',
+		select	: 'Selection Field',
+		imageButton		: 'Image Button',
+		notSet			: '<nije postavljeno>',
+		id				: 'Id',
+		name			: 'Naziv',
+		langDir			: 'Smjer jezika',
+		langDirLtr		: 'S lijeva na desno (LTR)',
+		langDirRtl		: 'S desna na lijevo (RTL)',
+		langCode		: 'Kôd jezika',
+		longDescr		: 'Dugački opis URL',
+		cssClass		: 'Stylesheet klase',
+		advisoryTitle	: 'Advisory naslov',
+		cssStyle		: 'Stil',
+		ok				: 'OK',
+		cancel			: 'Poništi',
+		generalTab		: 'Općenito',
+		advancedTab		: 'Napredno',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Ubaci posebne znakove',
+		title		: 'Odaberite posebni karakter'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Ubaci/promijeni link',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Promijeni link',
+		title		: 'Link',
+		info		: 'Link Info',
+		target		: 'Meta',
+		upload		: 'Pošalji',
+		advanced	: 'Napredno',
+		type		: 'Link vrsta',
+		toAnchor	: 'Sidro na ovoj stranici',
+		toEmail		: 'E-Mail',
+		target		: 'Meta',
+		targetNotSet	: '<nije postavljeno>',
+		targetFrame	: '<okvir>',
+		targetPopup	: '<popup prozor>',
+		targetNew	: 'Novi prozor (_blank)',
+		targetTop	: 'Vršni prozor (_top)',
+		targetSelf	: 'Isti prozor (_self)',
+		targetParent	: 'Roditeljski prozor (_parent)',
+		targetFrameName	: 'Ime ciljnog okvira',
+		targetPopupName	: 'Naziv popup prozora',
+		popupFeatures	: 'Mogućnosti popup prozora',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statusna traka',
+		popupLocationBar	: 'Traka za lokaciju',
+		popupToolbar	: 'Traka s alatima',
+		popupMenuBar	: 'Izborna traka',
+		popupFullScreen	: 'Cijeli ekran (IE)',
+		popupScrollBars	: 'Scroll traka',
+		popupDependent	: 'Ovisno (Netscape)',
+		popupWidth		: 'Širina',
+		popupLeft		: 'Lijeva pozicija',
+		popupHeight		: 'Visina',
+		popupTop		: 'Gornja pozicija',
+		id				: 'Id', // MISSING
+		langDir			: 'Smjer jezika',
+		langDirNotSet	: '<nije postavljeno>',
+		langDirLTR		: 'S lijeva na desno (LTR)',
+		langDirRTL		: 'S desna na lijevo (RTL)',
+		acccessKey		: 'Pristupna tipka',
+		name			: 'Naziv',
+		langCode		: 'Smjer jezika',
+		tabIndex		: 'Tab Indeks',
+		advisoryTitle	: 'Advisory naslov',
+		advisoryContentType	: 'Advisory vrsta sadržaja',
+		cssClasses		: 'Stylesheet klase',
+		charset			: 'Kodna stranica povezanih resursa',
+		styles			: 'Stil',
+		selectAnchor	: 'Odaberi sidro',
+		anchorName		: 'Po nazivu sidra',
+		anchorId		: 'Po Id elementa',
+		emailAddress	: 'E-Mail adresa',
+		emailSubject	: 'Naslov',
+		emailBody		: 'Sadržaj poruke',
+		noAnchors		: '(Nema dostupnih sidra)',
+		noUrl			: 'Molimo upišite URL link',
+		noEmail			: 'Molimo upišite e-mail adresu'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Ubaci/promijeni sidro',
+		menu		: 'Svojstva sidra',
+		title		: 'Svojstva sidra',
+		name		: 'Ime sidra',
+		errorName	: 'Molimo unesite ime sidra'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Pronađi i zamijeni',
+		find				: 'Pronađi',
+		replace				: 'Zamijeni',
+		findWhat			: 'Pronađi:',
+		replaceWith			: 'Zamijeni s:',
+		notFoundMsg			: 'Traženi tekst nije pronađen.',
+		matchCase			: 'Usporedi mala/velika slova',
+		matchWord			: 'Usporedi cijele riječi',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Zamijeni sve',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tablica',
+		title		: 'Svojstva tablice',
+		menu		: 'Svojstva tablice',
+		deleteTable	: 'Izbriši tablicu',
+		rows		: 'Redova',
+		columns		: 'Kolona',
+		border		: 'Veličina okvira',
+		align		: 'Poravnanje',
+		alignNotSet	: '<nije postavljeno>',
+		alignLeft	: 'Lijevo',
+		alignCenter	: 'Središnje',
+		alignRight	: 'Desno',
+		width		: 'Širina',
+		widthPx		: 'piksela',
+		widthPc		: 'postotaka',
+		height		: 'Visina',
+		cellSpace	: 'Prostornost ćelija',
+		cellPad		: 'Razmak ćelija',
+		caption		: 'Naslov',
+		summary		: 'Sažetak',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Ćelija',
+			insertBefore	: 'Ubaci ćeliju prije',
+			insertAfter		: 'Ubaci ćeliju poslije',
+			deleteCell		: 'Izbriši ćelije',
+			merge			: 'Spoji ćelije',
+			mergeRight		: 'Spoji desno',
+			mergeDown		: 'Spoji dolje',
+			splitHorizontal	: 'Podijeli ćeliju vodoravno',
+			splitVertical	: 'Podijeli ćeliju okomito'
+		},
+
+		row :
+		{
+			menu			: 'Red',
+			insertBefore	: 'Ubaci red prije',
+			insertAfter		: 'Ubaci red poslije',
+			deleteRow		: 'Izbriši redove'
+		},
+
+		column :
+		{
+			menu			: 'Kolona',
+			insertBefore	: 'Ubaci kolonu prije',
+			insertAfter		: 'Ubaci kolonu poslije',
+			deleteColumn	: 'Izbriši kolone'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Image Button svojstva',
+		text		: 'Tekst (vrijednost)',
+		type		: 'Vrsta',
+		typeBtn		: 'Gumb',
+		typeSbm		: 'Pošalji',
+		typeRst		: 'Poništi'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Checkbox svojstva',
+		radioTitle	: 'Radio Button svojstva',
+		value		: 'Vrijednost',
+		selected	: 'Odabrano'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Form svojstva',
+		menu		: 'Form svojstva',
+		action		: 'Akcija',
+		method		: 'Metoda',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Meta',
+		targetNotSet	: '<nije postavljeno>',
+		targetNew	: 'Novi prozor (_blank)',
+		targetTop	: 'Vršni prozor (_top)',
+		targetSelf	: 'Isti prozor (_self)',
+		targetParent	: 'Roditeljski prozor (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Selection svojstva',
+		selectInfo	: 'Info',
+		opAvail		: 'Dostupne opcije',
+		value		: 'Vrijednost',
+		size		: 'Veličina',
+		lines		: 'linija',
+		chkMulti	: 'Dozvoli višestruki odabir',
+		opText		: 'Tekst',
+		opValue		: 'Vrijednost',
+		btnAdd		: 'Dodaj',
+		btnModify	: 'Promijeni',
+		btnUp		: 'Gore',
+		btnDown		: 'Dolje',
+		btnSetValue : 'Postavi kao odabranu vrijednost',
+		btnDelete	: 'Obriši'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Textarea svojstva',
+		cols		: 'Kolona',
+		rows		: 'Redova'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Text Field svojstva',
+		name		: 'Ime',
+		value		: 'Vrijednost',
+		charWidth	: 'Širina',
+		maxChars	: 'Najviše karaktera',
+		type		: 'Vrsta',
+		typeText	: 'Tekst',
+		typePass	: 'Šifra'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Hidden Field svojstva',
+		name	: 'Ime',
+		value	: 'Vrijednost'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Svojstva slika',
+		titleButton	: 'Image Button svojstva',
+		menu		: 'Svojstva slika',
+		infoTab	: 'Info slike',
+		btnUpload	: 'Pošalji na server',
+		url		: 'URL',
+		upload	: 'Pošalji',
+		alt		: 'Alternativni tekst',
+		width		: 'Širina',
+		height	: 'Visina',
+		lockRatio	: 'Zaključaj odnos',
+		resetSize	: 'Obriši veličinu',
+		border	: 'Okvir',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Poravnaj',
+		alignLeft	: 'Lijevo',
+		alignAbsBottom: 'Abs dolje',
+		alignAbsMiddle: 'Abs sredina',
+		alignBaseline	: 'Bazno',
+		alignBottom	: 'Dolje',
+		alignMiddle	: 'Sredina',
+		alignRight	: 'Desno',
+		alignTextTop	: 'Vrh teksta',
+		alignTop	: 'Vrh',
+		preview	: 'Pregledaj',
+		alertUrl	: 'Unesite URL slike',
+		linkTab	: 'Link',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash svojstva',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash svojstva',
+		chkPlay		: 'Auto Play',
+		chkLoop		: 'Ponavljaj',
+		chkMenu		: 'Omogući Flash izbornik',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Omjer',
+		scaleAll		: 'Prikaži sve',
+		scaleNoBorder	: 'Bez okvira',
+		scaleFit		: 'Točna veličina',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Poravnaj',
+		alignLeft	: 'Lijevo',
+		alignAbsBottom: 'Abs dolje',
+		alignAbsMiddle: 'Abs sredina',
+		alignBaseline	: 'Bazno',
+		alignBottom	: 'Dolje',
+		alignMiddle	: 'Sredina',
+		alignRight	: 'Desno',
+		alignTextTop	: 'Vrh teksta',
+		alignTop	: 'Vrh',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Boja pozadine',
+		width	: 'Širina',
+		height	: 'Visina',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Molimo upišite URL link',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Provjeri pravopis',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Nije u rječniku',
+		changeTo		: 'Promijeni u',
+		btnIgnore		: 'Zanemari',
+		btnIgnoreAll	: 'Zanemari sve',
+		btnReplace		: 'Zamijeni',
+		btnReplaceAll	: 'Zamijeni sve',
+		btnUndo			: 'Vrati',
+		noSuggestions	: '-Nema preporuke-',
+		progress		: 'Provjera u tijeku...',
+		noMispell		: 'Provjera završena: Nema grešaka',
+		noChanges		: 'Provjera završena: Nije napravljena promjena',
+		oneChange		: 'Provjera završena: Jedna riječ promjenjena',
+		manyChanges		: 'Provjera završena: Promijenjeno %1 riječi',
+		ieSpellDownload	: 'Provjera pravopisa nije instalirana. Želite li skinuti provjeru pravopisa?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smješko',
+		title	: 'Ubaci smješka'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Brojčana lista',
+	bulletedlist : 'Obična lista',
+	indent : 'Pomakni udesno',
+	outdent : 'Pomakni ulijevo',
+
+	justify :
+	{
+		left : 'Lijevo poravnanje',
+		center : 'Središnje poravnanje',
+		right : 'Desno poravnanje',
+		block : 'Blok poravnanje'
+	},
+
+	outdent : 'Pomakni ulijevo',
+	blockquote : 'Blockquote',
+
+	clipboard :
+	{
+		title		: 'Zalijepi',
+		cutError	: 'Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog izrezivanja. Molimo koristite kraticu na tipkovnici (Ctrl+X).',
+		copyError	: 'Sigurnosne postavke Vašeg pretraživača ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tipkovnici (Ctrl+C).',
+		pasteMsg	: 'Molimo zaljepite unutar doljnjeg okvira koristeći tipkovnicu (<STRONG>Ctrl+V</STRONG>) i kliknite <STRONG>OK</STRONG>.',
+		securityMsg	: 'Zbog sigurnosnih postavki Vašeg pretraživača, editor nema direktan pristup Vašem međuspremniku. Potrebno je ponovno zalijepiti tekst u ovaj prozor.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Zalijepi iz Worda',
+		title : 'Zalijepi iz Worda',
+		advice : 'Molimo zaljepite unutar doljnjeg okvira koristeći tipkovnicu (<STRONG>Ctrl+V</STRONG>) i kliknite <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Zanemari definiciju vrste fonta',
+		removeStyle : 'Ukloni definicije stilova'
+	},
+
+	pasteText :
+	{
+		button : 'Zalijepi kao čisti tekst',
+		title : 'Zalijepi kao čisti tekst'
+	},
+
+	templates :
+	{
+		button : 'Predlošci',
+		title : 'Predlošci sadržaja',
+		insertOption: 'Zamijeni trenutne sadržaje',
+		selectPromptMsg: 'Molimo odaberite predložak koji želite otvoriti<br>(stvarni sadržaj će biti izgubljen):',
+		emptyListMsg : '(Nema definiranih predložaka)'
+	},
+
+	showBlocks : 'Prikaži blokove',
+
+	stylesCombo :
+	{
+		label : 'Stil',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Font',
+		panelTitle : 'Font'
+	},
+
+	fontSize :
+	{
+		label : 'Veličina',
+		panelTitle : 'Veličina'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Boja teksta',
+		bgColorTitle : 'Boja pozadine',
+		auto : 'Automatski',
+		more : 'Više boja...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/hu.js
===================================================================
--- /CKEditor/trunk/_source/lang/hu.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/hu.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Hungarian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['hu'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Forráskód',
+	newPage			: 'Új oldal',
+	save			: 'Mentés',
+	preview			: 'Előnézet',
+	cut				: 'Kivágás',
+	copy			: 'Másolás',
+	paste			: 'Beillesztés',
+	print			: 'Nyomtatás',
+	underline		: 'Aláhúzott',
+	bold			: 'Félkövér',
+	italic			: 'Dőlt',
+	selectAll		: 'Mindent kijelöl',
+	removeFormat	: 'Formázás eltávolítása',
+	strike			: 'Áthúzott',
+	subscript		: 'Alsó index',
+	superscript		: 'Felső index',
+	horizontalrule	: 'Elválasztóvonal beillesztése',
+	pagebreak		: 'Oldaltörés beillesztése',
+	unlink			: 'Hivatkozás törlése',
+	undo			: 'Visszavonás',
+	redo			: 'Ismétlés',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Böngészés a szerveren',
+		url				: 'Hivatkozás',
+		protocol		: 'Protokoll',
+		upload			: 'Feltöltés',
+		uploadSubmit	: 'Küldés a szerverre',
+		image			: 'Kép',
+		flash			: 'Flash',
+		form			: 'Űrlap',
+		checkbox		: 'Jelölőnégyzet',
+		radio		: 'Választógomb',
+		textField		: 'Szövegmező',
+		textarea		: 'Szövegterület',
+		hiddenField		: 'Rejtettmező',
+		button			: 'Gomb',
+		select	: 'Legördülő lista',
+		imageButton		: 'Képgomb',
+		notSet			: '<nincs beállítva>',
+		id				: 'Azonosító',
+		name			: 'Név',
+		langDir			: 'Írás iránya',
+		langDirLtr		: 'Balról jobbra',
+		langDirRtl		: 'Jobbról balra',
+		langCode		: 'Nyelv kódja',
+		longDescr		: 'Részletes leírás webcíme',
+		cssClass		: 'Stíluskészlet',
+		advisoryTitle	: 'Súgócimke',
+		cssStyle		: 'Stílus',
+		ok				: 'Rendben',
+		cancel			: 'Mégsem',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'További opciók',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Speciális karakter beillesztése',
+		title		: 'Speciális karakter választása'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Hivatkozás beillesztése/módosítása',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Hivatkozás módosítása',
+		title		: 'Hivatkozás tulajdonságai',
+		info		: 'Alaptulajdonságok',
+		target		: 'Tartalom megjelenítése',
+		upload		: 'Feltöltés',
+		advanced	: 'További opciók',
+		type		: 'Hivatkozás típusa',
+		toAnchor	: 'Horgony az oldalon',
+		toEmail		: 'E-Mail',
+		target		: 'Tartalom megjelenítése',
+		targetNotSet	: '<nincs beállítva>',
+		targetFrame	: '<keretben>',
+		targetPopup	: '<felugró ablakban>',
+		targetNew	: 'Új ablakban (_blank)',
+		targetTop	: 'Legfelső ablakban (_top)',
+		targetSelf	: 'Azonos ablakban (_self)',
+		targetParent	: 'Szülő ablakban (_parent)',
+		targetFrameName	: 'Keret neve',
+		targetPopupName	: 'Felugró ablak neve',
+		popupFeatures	: 'Felugró ablak jellemzői',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Állapotsor',
+		popupLocationBar	: 'Címsor',
+		popupToolbar	: 'Eszköztár',
+		popupMenuBar	: 'Menü sor',
+		popupFullScreen	: 'Teljes képernyő (csak IE)',
+		popupScrollBars	: 'Gördítősáv',
+		popupDependent	: 'Szülőhöz kapcsolt (csak Netscape)',
+		popupWidth		: 'Szélesség',
+		popupLeft		: 'Bal pozíció',
+		popupHeight		: 'Magasság',
+		popupTop		: 'Felső pozíció',
+		id				: 'Id', // MISSING
+		langDir			: 'Írás iránya',
+		langDirNotSet	: '<nincs beállítva>',
+		langDirLTR		: 'Balról jobbra',
+		langDirRTL		: 'Jobbról balra',
+		acccessKey		: 'Billentyűkombináció',
+		name			: 'Név',
+		langCode		: 'Írás iránya',
+		tabIndex		: 'Tabulátor index',
+		advisoryTitle	: 'Súgócimke',
+		advisoryContentType	: 'Súgó tartalomtípusa',
+		cssClasses		: 'Stíluskészlet',
+		charset			: 'Hivatkozott tartalom kódlapja',
+		styles			: 'Stílus',
+		selectAnchor	: 'Horgony választása',
+		anchorName		: 'Horgony név szerint',
+		anchorId		: 'Azonosító szerint',
+		emailAddress	: 'E-Mail cím',
+		emailSubject	: 'Üzenet tárgya',
+		emailBody		: 'Üzenet',
+		noAnchors		: '(Nincs horgony a dokumentumban)',
+		noUrl			: 'Adja meg a hivatkozás webcímét',
+		noEmail			: 'Adja meg az E-Mail címet'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Horgony beillesztése/szerkesztése',
+		menu		: 'Horgony tulajdonságai',
+		title		: 'Horgony tulajdonságai',
+		name		: 'Horgony neve',
+		errorName	: 'Kérem adja meg a horgony nevét'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Keresés és csere',
+		find				: 'Keresés',
+		replace				: 'Csere',
+		findWhat			: 'Keresett szöveg:',
+		replaceWith			: 'Csere erre:',
+		notFoundMsg			: 'A keresett szöveg nem található.',
+		matchCase			: 'kis- és nagybetű megkülönböztetése',
+		matchWord			: 'csak ha ez a teljes szó',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Az összes cseréje',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Táblázat',
+		title		: 'Táblázat tulajdonságai',
+		menu		: 'Táblázat tulajdonságai',
+		deleteTable	: 'Táblázat törlése',
+		rows		: 'Sorok',
+		columns		: 'Oszlopok',
+		border		: 'Szegélyméret',
+		align		: 'Igazítás',
+		alignNotSet	: '<Nincs beállítva>',
+		alignLeft	: 'Balra',
+		alignCenter	: 'Középre',
+		alignRight	: 'Jobbra',
+		width		: 'Szélesség',
+		widthPx		: 'képpont',
+		widthPc		: 'százalék',
+		height		: 'Magasság',
+		cellSpace	: 'Cella térköz',
+		cellPad		: 'Cella belső margó',
+		caption		: 'Felirat',
+		summary		: 'Leírás',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cella',
+			insertBefore	: 'Cella beillesztése az aktuális cella elé',
+			insertAfter		: 'Cella beillesztése az aktuális cella mögé',
+			deleteCell		: 'Cellák törlése',
+			merge			: 'Cellák egyesítése',
+			mergeRight		: 'Cellák egyesítése jobbra',
+			mergeDown		: 'Cellák egyesítése lefelé',
+			splitHorizontal	: 'Cellák szétválasztása vízszintesen',
+			splitVertical	: 'Cellák szétválasztása függőlegesen'
+		},
+
+		row :
+		{
+			menu			: 'Sor',
+			insertBefore	: 'Sor beillesztése az aktuális sor elé',
+			insertAfter		: 'Sor beillesztése az aktuális sor mögé',
+			deleteRow		: 'Sorok törlése'
+		},
+
+		column :
+		{
+			menu			: 'Oszlop',
+			insertBefore	: 'Oszlop beillesztése az aktuális oszlop elé',
+			insertAfter		: 'Oszlop beillesztése az aktuális oszlop mögé',
+			deleteColumn	: 'Oszlopok törlése'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Gomb tulajdonságai',
+		text		: 'Szöveg (Érték)',
+		type		: 'Típus',
+		typeBtn		: 'Gomb',
+		typeSbm		: 'Küldés',
+		typeRst		: 'Alaphelyzet'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Jelölőnégyzet tulajdonságai',
+		radioTitle	: 'Választógomb tulajdonságai',
+		value		: 'Érték',
+		selected	: 'Kiválasztott'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Űrlap tulajdonságai',
+		menu		: 'Űrlap tulajdonságai',
+		action		: 'Adatfeldolgozást végző hivatkozás',
+		method		: 'Adatküldés módja',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Tartalom megjelenítése',
+		targetNotSet	: '<nincs beállítva>',
+		targetNew	: 'Új ablakban (_blank)',
+		targetTop	: 'Legfelső ablakban (_top)',
+		targetSelf	: 'Azonos ablakban (_self)',
+		targetParent	: 'Szülő ablakban (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Legördülő lista tulajdonságai',
+		selectInfo	: 'Alaptulajdonságok',
+		opAvail		: 'Elérhető opciók',
+		value		: 'Érték',
+		size		: 'Méret',
+		lines		: 'sor',
+		chkMulti	: 'több sor is kiválasztható',
+		opText		: 'Szöveg',
+		opValue		: 'Érték',
+		btnAdd		: 'Hozzáad',
+		btnModify	: 'Módosít',
+		btnUp		: 'Fel',
+		btnDown		: 'Le',
+		btnSetValue : 'Legyen az alapértelmezett érték',
+		btnDelete	: 'Töröl'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Szövegterület tulajdonságai',
+		cols		: 'Karakterek száma egy sorban',
+		rows		: 'Sorok száma'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Szövegmező tulajdonságai',
+		name		: 'Név',
+		value		: 'Érték',
+		charWidth	: 'Megjelenített karakterek száma',
+		maxChars	: 'Maximális karakterszám',
+		type		: 'Típus',
+		typeText	: 'Szöveg',
+		typePass	: 'Jelszó'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Rejtett mező tulajdonságai',
+		name	: 'Név',
+		value	: 'Érték'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Kép tulajdonságai',
+		titleButton	: 'Képgomb tulajdonságai',
+		menu		: 'Kép tulajdonságai',
+		infoTab	: 'Alaptulajdonságok',
+		btnUpload	: 'Küldés a szerverre',
+		url		: 'Hivatkozás',
+		upload	: 'Feltöltés',
+		alt		: 'Buborék szöveg',
+		width		: 'Szélesség',
+		height	: 'Magasság',
+		lockRatio	: 'Arány megtartása',
+		resetSize	: 'Eredeti méret',
+		border	: 'Keret',
+		hSpace	: 'Vízsz. táv',
+		vSpace	: 'Függ. táv',
+		align		: 'Igazítás',
+		alignLeft	: 'Bal',
+		alignAbsBottom: 'Legaljára',
+		alignAbsMiddle: 'Közepére',
+		alignBaseline	: 'Alapvonalhoz',
+		alignBottom	: 'Aljára',
+		alignMiddle	: 'Középre',
+		alignRight	: 'Jobbra',
+		alignTextTop	: 'Szöveg tetejére',
+		alignTop	: 'Tetejére',
+		preview	: 'Előnézet',
+		alertUrl	: 'Töltse ki a kép webcímét',
+		linkTab	: 'Hivatkozás',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash tulajdonságai',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash tulajdonságai',
+		chkPlay		: 'Automata lejátszás',
+		chkLoop		: 'Folyamatosan',
+		chkMenu		: 'Flash menü engedélyezése',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Méretezés',
+		scaleAll		: 'Mindent mutat',
+		scaleNoBorder	: 'Keret nélkül',
+		scaleFit		: 'Teljes kitöltés',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Igazítás',
+		alignLeft	: 'Bal',
+		alignAbsBottom: 'Legaljára',
+		alignAbsMiddle: 'Közepére',
+		alignBaseline	: 'Alapvonalhoz',
+		alignBottom	: 'Aljára',
+		alignMiddle	: 'Középre',
+		alignRight	: 'Jobbra',
+		alignTextTop	: 'Szöveg tetejére',
+		alignTop	: 'Tetejére',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Háttérszín',
+		width	: 'Szélesség',
+		height	: 'Magasság',
+		hSpace	: 'Vízsz. táv',
+		vSpace	: 'Függ. táv',
+		validateSrc : 'Adja meg a hivatkozás webcímét',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Helyesírás-ellenőrzés',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Nincs a szótárban',
+		changeTo		: 'Módosítás',
+		btnIgnore		: 'Kihagyja',
+		btnIgnoreAll	: 'Mindet kihagyja',
+		btnReplace		: 'Csere',
+		btnReplaceAll	: 'Összes cseréje',
+		btnUndo			: 'Visszavonás',
+		noSuggestions	: 'Nincs javaslat',
+		progress		: 'Helyesírás-ellenőrzés folyamatban...',
+		noMispell		: 'Helyesírás-ellenőrzés kész: Nem találtam hibát',
+		noChanges		: 'Helyesírás-ellenőrzés kész: Nincs változtatott szó',
+		oneChange		: 'Helyesírás-ellenőrzés kész: Egy szó cserélve',
+		manyChanges		: 'Helyesírás-ellenőrzés kész: %1 szó cserélve',
+		ieSpellDownload	: 'A helyesírás-ellenőrző nincs telepítve. Szeretné letölteni most?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Hangulatjelek',
+		title	: 'Hangulatjel beszúrása'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Számozás',
+	bulletedlist : 'Felsorolás',
+	indent : 'Behúzás növelése',
+	outdent : 'Behúzás csökkentése',
+
+	justify :
+	{
+		left : 'Balra',
+		center : 'Középre',
+		right : 'Jobbra',
+		block : 'Sorkizárt'
+	},
+
+	outdent : 'Behúzás csökkentése',
+	blockquote : 'Idézet blokk',
+
+	clipboard :
+	{
+		title		: 'Beillesztés',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: 'Másolja be az alábbi mezőbe a <STRONG>Ctrl+V</STRONG> billentyűk lenyomásával, majd nyomjon <STRONG>Rendben</STRONG>-t.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Beillesztés Word-ből',
+		title : 'Beillesztés Word-ből',
+		advice : 'Másolja be az alábbi mezőbe a <STRONG>Ctrl+V</STRONG> billentyűk lenyomásával, majd nyomjon <STRONG>Rendben</STRONG>-t.',
+		ignoreFontFace : 'Betű formázások megszüntetése',
+		removeStyle : 'Stílusok eltávolítása'
+	},
+
+	pasteText :
+	{
+		button : 'Beillesztés formázatlan szövegként',
+		title : 'Beillesztés formázatlan szövegként'
+	},
+
+	templates :
+	{
+		button : 'Sablonok',
+		title : 'Elérhető sablonok',
+		insertOption: 'Kicseréli a jelenlegi tartalmat',
+		selectPromptMsg: 'Válassza ki melyik sablon nyíljon meg a szerkesztőben<br>(a jelenlegi tartalom elveszik):',
+		emptyListMsg : '(Nincs sablon megadva)'
+	},
+
+	showBlocks : 'Blokkok megjelenítése',
+
+	stylesCombo :
+	{
+		label : 'Stílus',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formátum',
+		panelTitle : 'Formátum',
+
+		tag_p : 'Normál',
+		tag_pre : 'Formázott',
+		tag_address : 'Címsor',
+		tag_h1 : 'Fejléc 1',
+		tag_h2 : 'Fejléc 2',
+		tag_h3 : 'Fejléc 3',
+		tag_h4 : 'Fejléc 4',
+		tag_h5 : 'Fejléc 5',
+		tag_h6 : 'Fejléc 6',
+		tag_div : 'Bekezdés (DIV)'
+	},
+
+	font :
+	{
+		label : 'Betűtípus',
+		panelTitle : 'Betűtípus'
+	},
+
+	fontSize :
+	{
+		label : 'Méret',
+		panelTitle : 'Méret'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Betűszín',
+		bgColorTitle : 'Háttérszín',
+		auto : 'Automatikus',
+		more : 'További színek...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/is.js
===================================================================
--- /CKEditor/trunk/_source/lang/is.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/is.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Icelandic language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['is'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Kóði',
+	newPage			: 'Ný síða',
+	save			: 'Vista',
+	preview			: 'Forskoða',
+	cut				: 'Klippa',
+	copy			: 'Afrita',
+	paste			: 'Líma',
+	print			: 'Prenta',
+	underline		: 'Undirstrikað',
+	bold			: 'Feitletrað',
+	italic			: 'Skáletrað',
+	selectAll		: 'Velja allt',
+	removeFormat	: 'Fjarlægja snið',
+	strike			: 'Yfirstrikað',
+	subscript		: 'Niðurskrifað',
+	superscript		: 'Uppskrifað',
+	horizontalrule	: 'Lóðrétt lína',
+	pagebreak		: 'Setja inn síðuskil',
+	unlink			: 'Fjarlægja stiklu',
+	undo			: 'Afturkalla',
+	redo			: 'Hætta við afturköllun',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Fletta í skjalasafni',
+		url				: 'Vefslóð',
+		protocol		: 'Samskiptastaðall',
+		upload			: 'Senda upp',
+		uploadSubmit	: 'Hlaða upp',
+		image			: 'Setja inn mynd',
+		flash			: 'Flash',
+		form			: 'Setja inn innsláttarform',
+		checkbox		: 'Setja inn hökunarreit',
+		radio		: 'Setja inn valhnapp',
+		textField		: 'Setja inn textareit',
+		textarea		: 'Setja inn textasvæði',
+		hiddenField		: 'Setja inn falið svæði',
+		button			: 'Setja inn hnapp',
+		select	: 'Setja inn lista',
+		imageButton		: 'Setja inn myndahnapp',
+		notSet			: '<ekkert valið>',
+		id				: 'Auðkenni',
+		name			: 'Nafn',
+		langDir			: 'Lesstefna',
+		langDirLtr		: 'Frá vinstri til hægri (LTR)',
+		langDirRtl		: 'Frá hægri til vinstri (RTL)',
+		langCode		: 'Tungumálakóði',
+		longDescr		: 'Nánari lýsing',
+		cssClass		: 'Stílsniðsflokkur',
+		advisoryTitle	: 'Titill',
+		cssStyle		: 'Stíll',
+		ok				: 'Í lagi',
+		cancel			: 'Hætta við',
+		generalTab		: 'Almennt',
+		advancedTab		: 'Tæknilegt',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Setja inn merki',
+		title		: 'Velja tákn'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Stofna/breyta stiklu',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Breyta stiklu',
+		title		: 'Stikla',
+		info		: 'Almennt',
+		target		: 'Mark',
+		upload		: 'Senda upp',
+		advanced	: 'Tæknilegt',
+		type		: 'Stikluflokkur',
+		toAnchor	: 'Bókamerki á þessari síðu',
+		toEmail		: 'Netfang',
+		target		: 'Mark',
+		targetNotSet	: '<ekkert valið>',
+		targetFrame	: '<rammi>',
+		targetPopup	: '<sprettigluggi>',
+		targetNew	: 'Nýr gluggi (_blank)',
+		targetTop	: 'Allur glugginn (_top)',
+		targetSelf	: 'Sami gluggi (_self)',
+		targetParent	: 'Yfirsettur rammi (_parent)',
+		targetFrameName	: 'Nafn markglugga',
+		targetPopupName	: 'Nafn sprettiglugga',
+		popupFeatures	: 'Eigindi sprettiglugga',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Stöðustika',
+		popupLocationBar	: 'Fanglína',
+		popupToolbar	: 'Verkfærastika',
+		popupMenuBar	: 'Vallína',
+		popupFullScreen	: 'Heilskjár (IE)',
+		popupScrollBars	: 'Skrunstikur',
+		popupDependent	: 'Háð venslum (Netscape)',
+		popupWidth		: 'Breidd',
+		popupLeft		: 'Fjarlægð frá vinstri',
+		popupHeight		: 'Hæð',
+		popupTop		: 'Fjarlægð frá efri brún',
+		id				: 'Id', // MISSING
+		langDir			: 'Lesstefna',
+		langDirNotSet	: '<ekkert valið>',
+		langDirLTR		: 'Frá vinstri til hægri (LTR)',
+		langDirRTL		: 'Frá hægri til vinstri (RTL)',
+		acccessKey		: 'Skammvalshnappur',
+		name			: 'Nafn',
+		langCode		: 'Lesstefna',
+		tabIndex		: 'Raðnúmer innsláttarreits',
+		advisoryTitle	: 'Titill',
+		advisoryContentType	: 'Tegund innihalds',
+		cssClasses		: 'Stílsniðsflokkur',
+		charset			: 'Táknróf',
+		styles			: 'Stíll',
+		selectAnchor	: 'Veldu akkeri',
+		anchorName		: 'Eftir akkerisnafni',
+		anchorId		: 'Eftir auðkenni einingar',
+		emailAddress	: 'Netfang',
+		emailSubject	: 'Efni',
+		emailBody		: 'Meginmál',
+		noAnchors		: '<Engin bókamerki á skrá>',
+		noUrl			: 'Sláðu inn veffang stiklunnar!',
+		noEmail			: 'Sláðu inn netfang!'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Stofna/breyta kaflamerki',
+		menu		: 'Eigindi kaflamerkis',
+		title		: 'Eigindi kaflamerkis',
+		name		: 'Nafn bókamerkis',
+		errorName	: 'Sláðu inn nafn bókamerkis!'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Finna og skipta',
+		find				: 'Leita',
+		replace				: 'Skipta út',
+		findWhat			: 'Leita að:',
+		replaceWith			: 'Skipta út fyrir:',
+		notFoundMsg			: 'Leitartexti fannst ekki!',
+		matchCase			: 'Gera greinarmun á¡ há¡- og lágstöfum',
+		matchWord			: 'Aðeins heil orð',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Skipta út allsstaðar',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tafla',
+		title		: 'Eigindi töflu',
+		menu		: 'Eigindi töflu',
+		deleteTable	: 'Fella töflu',
+		rows		: 'Raðir',
+		columns		: 'Dálkar',
+		border		: 'Breidd ramma',
+		align		: 'Jöfnun',
+		alignNotSet	: '<ekkert valið>',
+		alignLeft	: 'Vinstrijafnað',
+		alignCenter	: 'Miðjað',
+		alignRight	: 'Hægrijafnað',
+		width		: 'Breidd',
+		widthPx		: 'myndeindir',
+		widthPc		: 'prósent',
+		height		: 'Hæð',
+		cellSpace	: 'Bil milli reita',
+		cellPad		: 'Reitaspássía',
+		caption		: 'Titill',
+		summary		: 'Áfram',
+		headers		: 'Fyrirsagnir',
+		headersNone		: 'Engar',
+		headersColumn	: 'Fyrsti dálkur',
+		headersRow		: 'Fyrsta röð',
+		headersBoth		: 'Hvort tveggja',
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Reitur',
+			insertBefore	: 'Skjóta inn reiti fyrir aftan',
+			insertAfter		: 'Skjóta inn reiti fyrir framan',
+			deleteCell		: 'Fella reit',
+			merge			: 'Sameina reiti',
+			mergeRight		: 'Sameina til hægri',
+			mergeDown		: 'Sameina niður á við',
+			splitHorizontal	: 'Kljúfa reit lárétt',
+			splitVertical	: 'Kljúfa reit lóðrétt'
+		},
+
+		row :
+		{
+			menu			: 'Röð',
+			insertBefore	: 'Skjóta inn röð fyrir ofan',
+			insertAfter		: 'Skjóta inn röð fyrir neðan',
+			deleteRow		: 'Eyða röð'
+		},
+
+		column :
+		{
+			menu			: 'Dálkur',
+			insertBefore	: 'Skjóta inn dálki vinstra megin',
+			insertAfter		: 'Skjóta inn dálki hægra megin',
+			deleteColumn	: 'Fella dálk'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Eigindi hnapps',
+		text		: 'Texti',
+		type		: 'Gerð',
+		typeBtn		: 'Hnappur',
+		typeSbm		: 'Staðfesta',
+		typeRst		: 'Hreinsa'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Eigindi markreits',
+		radioTitle	: 'Eigindi valhnapps',
+		value		: 'Gildi',
+		selected	: 'Valið'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Eigindi innsláttarforms',
+		menu		: 'Eigindi innsláttarforms',
+		action		: 'Aðgerð',
+		method		: 'Aðferð',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Mark',
+		targetNotSet	: '<ekkert valið>',
+		targetNew	: 'Nýr gluggi (_blank)',
+		targetTop	: 'Allur glugginn (_top)',
+		targetSelf	: 'Sami gluggi (_self)',
+		targetParent	: 'Yfirsettur rammi (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Eigindi lista',
+		selectInfo	: 'Upplýsingar',
+		opAvail		: 'Kostir',
+		value		: 'Gildi',
+		size		: 'Stærð',
+		lines		: 'línur',
+		chkMulti	: 'Leyfa fleiri kosti',
+		opText		: 'Texti',
+		opValue		: 'Gildi',
+		btnAdd		: 'Bæta við',
+		btnModify	: 'Breyta',
+		btnUp		: 'Upp',
+		btnDown		: 'Niður',
+		btnSetValue : 'Merkja sem valið',
+		btnDelete	: 'Eyða'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Eigindi textasvæðis',
+		cols		: 'Dálkar',
+		rows		: 'Línur'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Eigindi textareits',
+		name		: 'Nafn',
+		value		: 'Gildi',
+		charWidth	: 'Breidd (leturtákn)',
+		maxChars	: 'Hámarksfjöldi leturtákna',
+		type		: 'Gerð',
+		typeText	: 'Texti',
+		typePass	: 'Lykilorð'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Eigindi falins svæðis',
+		name	: 'Nafn',
+		value	: 'Gildi'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Eigindi myndar',
+		titleButton	: 'Eigindi myndahnapps',
+		menu		: 'Eigindi myndar',
+		infoTab	: 'Almennt',
+		btnUpload	: 'Hlaða upp',
+		url		: 'Vefslóð',
+		upload	: 'Hlaða upp',
+		alt		: 'Baklægur texti',
+		width		: 'Breidd',
+		height	: 'Hæð',
+		lockRatio	: 'Festa stærðarhlutfall',
+		resetSize	: 'Reikna stærð',
+		border	: 'Rammi',
+		hSpace	: 'Vinstri bil',
+		vSpace	: 'Hægri bil',
+		align		: 'Jöfnun',
+		alignLeft	: 'Vinstri',
+		alignAbsBottom: 'Abs neðst',
+		alignAbsMiddle: 'Abs miðjuð',
+		alignBaseline	: 'Grunnlína',
+		alignBottom	: 'Neðst',
+		alignMiddle	: 'Miðjuð',
+		alignRight	: 'Hægri',
+		alignTextTop	: 'Efri brún texta',
+		alignTop	: 'Efst',
+		preview	: 'Sýna dæmi',
+		alertUrl	: 'Sláðu inn slóðina að myndinni',
+		linkTab	: 'Stikla',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Eigindi Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Eigindi Flash',
+		chkPlay		: 'Sjálfvirk spilun',
+		chkLoop		: 'Endurtekning',
+		chkMenu		: 'Sýna Flash-valmynd',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Skali',
+		scaleAll		: 'Sýna allt',
+		scaleNoBorder	: 'Án ramma',
+		scaleFit		: 'Fella skala að stærð',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Jöfnun',
+		alignLeft	: 'Vinstri',
+		alignAbsBottom: 'Abs neðst',
+		alignAbsMiddle: 'Abs miðjuð',
+		alignBaseline	: 'Grunnlína',
+		alignBottom	: 'Neðst',
+		alignMiddle	: 'Miðjuð',
+		alignRight	: 'Hægri',
+		alignTextTop	: 'Efri brún texta',
+		alignTop	: 'Efst',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Bakgrunnslitur',
+		width	: 'Breidd',
+		height	: 'Hæð',
+		hSpace	: 'Vinstri bil',
+		vSpace	: 'Hægri bil',
+		validateSrc : 'Sláðu inn veffang stiklunnar!',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Villuleit',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Ekki í orðabókinni',
+		changeTo		: 'Tillaga',
+		btnIgnore		: 'Hunsa',
+		btnIgnoreAll	: 'Hunsa allt',
+		btnReplace		: 'Skipta',
+		btnReplaceAll	: 'Skipta öllu',
+		btnUndo			: 'Til baka',
+		noSuggestions	: '- engar tillögur -',
+		progress		: 'Villuleit í gangi...',
+		noMispell		: 'Villuleit lokið: Engin villa fannst',
+		noChanges		: 'Villuleit lokið: Engu orði breytt',
+		oneChange		: 'Villuleit lokið: Einu orði breytt',
+		manyChanges		: 'Villuleit lokið: %1 orðum breytt',
+		ieSpellDownload	: 'Villuleit ekki sett upp.<br>Viltu setja hana upp?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Svipur',
+		title	: 'Velja svip'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Númeraður listi',
+	bulletedlist : 'Punktalisti',
+	indent : 'Minnka inndrátt',
+	outdent : 'Auka inndrátt',
+
+	justify :
+	{
+		left : 'Vinstrijöfnun',
+		center : 'Miðja texta',
+		right : 'Hægrijöfnun',
+		block : 'Jafna báðum megin'
+	},
+
+	outdent : 'Auka inndrátt',
+	blockquote : 'Inndráttur',
+
+	clipboard :
+	{
+		title		: 'Líma',
+		cutError	: 'Öryggisstillingar vafrans þíns leyfa ekki klippingu texta með músaraðgerð. Notaðu lyklaborðið í klippa (Ctrl+X).',
+		copyError	: 'Öryggisstillingar vafrans þíns leyfa ekki afritun texta með músaraðgerð. Notaðu lyklaborðið í afrita (Ctrl+C).',
+		pasteMsg	: 'Límdu í svæðið hér að neðan og (<STRONG>Ctrl+V</STRONG>) og smelltu á <STRONG>OK</STRONG>.',
+		securityMsg	: 'Vegna öryggisstillinga í vafranum þínum fær ritillinn ekki beinan aðgang að klippuborðinu. Þú verður að líma innihaldið aftur inn í þennan glugga.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Líma úr Word',
+		title : 'Líma úr Word',
+		advice : 'Límdu í svæðið hér að neðan og (<STRONG>Ctrl+V</STRONG>) og smelltu á <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Hunsa leturskilgreiningar',
+		removeStyle : 'Hunsa letureigindi'
+	},
+
+	pasteText :
+	{
+		button : 'Líma sem ósniðinn texta',
+		title : 'Líma sem ósniðinn texta'
+	},
+
+	templates :
+	{
+		button : 'Sniðmát',
+		title : 'Innihaldssniðmát',
+		insertOption: 'Skipta út raunverulegu innihaldi',
+		selectPromptMsg: 'Veldu sniðmát til að opna í ritlinum.<br>(Núverandi innihald víkur fyrir því!):',
+		emptyListMsg : '(Ekkert sniðmát er skilgreint!)'
+	},
+
+	showBlocks : 'Sýna blokkir',
+
+	stylesCombo :
+	{
+		label : 'Stílflokkur',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Stílsnið',
+		panelTitle : 'Stílsnið',
+
+		tag_p : 'Venjulegt letur',
+		tag_pre : 'Forsniðið',
+		tag_address : 'Vistfang',
+		tag_h1 : 'Fyrirsögn 1',
+		tag_h2 : 'Fyrirsögn 2',
+		tag_h3 : 'Fyrirsögn 3',
+		tag_h4 : 'Fyrirsögn 4',
+		tag_h5 : 'Fyrirsögn 5',
+		tag_h6 : 'Fyrirsögn 6',
+		tag_div : 'Venjulegt (DIV)'
+	},
+
+	font :
+	{
+		label : 'Leturgerð ',
+		panelTitle : 'Leturgerð '
+	},
+
+	fontSize :
+	{
+		label : 'Leturstærð ',
+		panelTitle : 'Leturstærð '
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Litur texta',
+		bgColorTitle : 'Bakgrunnslitur',
+		auto : 'Sjálfval',
+		more : 'Fleiri liti...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/it.js
===================================================================
--- /CKEditor/trunk/_source/lang/it.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/it.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Italian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['it'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Codice Sorgente',
+	newPage			: 'Nuova pagina vuota',
+	save			: 'Salva',
+	preview			: 'Anteprima',
+	cut				: 'Taglia',
+	copy			: 'Copia',
+	paste			: 'Incolla',
+	print			: 'Stampa',
+	underline		: 'Sottolineato',
+	bold			: 'Grassetto',
+	italic			: 'Corsivo',
+	selectAll		: 'Seleziona tutto',
+	removeFormat	: 'Elimina formattazione',
+	strike			: 'Barrato',
+	subscript		: 'Pedice',
+	superscript		: 'Apice',
+	horizontalrule	: 'Inserisci riga orizzontale',
+	pagebreak		: 'Inserisci interruzione di pagina',
+	unlink			: 'Elimina collegamento',
+	undo			: 'Annulla',
+	redo			: 'Ripristina',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Cerca sul server',
+		url				: 'URL',
+		protocol		: 'Protocollo',
+		upload			: 'Carica',
+		uploadSubmit	: 'Invia al server',
+		image			: 'Immagine',
+		flash			: 'Oggetto Flash',
+		form			: 'Modulo',
+		checkbox		: 'Checkbox',
+		radio		: 'Radio Button',
+		textField		: 'Campo di testo',
+		textarea		: 'Area di testo',
+		hiddenField		: 'Campo nascosto',
+		button			: 'Bottone',
+		select	: 'Menu di selezione',
+		imageButton		: 'Bottone immagine',
+		notSet			: '<non impostato>',
+		id				: 'Id',
+		name			: 'Nome',
+		langDir			: 'Direzione scrittura',
+		langDirLtr		: 'Da Sinistra a Destra (LTR)',
+		langDirRtl		: 'Da Destra a Sinistra (RTL)',
+		langCode		: 'Codice Lingua',
+		longDescr		: 'URL descrizione estesa',
+		cssClass		: 'Nome classe CSS',
+		advisoryTitle	: 'Titolo',
+		cssStyle		: 'Stile',
+		ok				: 'OK',
+		cancel			: 'Annulla',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Avanzate',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Inserisci carattere speciale',
+		title		: 'Seleziona carattere speciale'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Inserisci/Modifica collegamento',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Modifica collegamento',
+		title		: 'Collegamento',
+		info		: 'Informazioni collegamento',
+		target		: 'Destinazione',
+		upload		: 'Carica',
+		advanced	: 'Avanzate',
+		type		: 'Tipo di Collegamento',
+		toAnchor	: 'Ancora nella pagina',
+		toEmail		: 'E-Mail',
+		target		: 'Destinazione',
+		targetNotSet	: '<non impostato>',
+		targetFrame	: '<riquadro>',
+		targetPopup	: '<finestra popup>',
+		targetNew	: 'Nuova finestra (_blank)',
+		targetTop	: 'Finestra superiore (_top)',
+		targetSelf	: 'Stessa finestra (_self)',
+		targetParent	: 'Finestra padre (_parent)',
+		targetFrameName	: 'Nome del riquadro di destinazione',
+		targetPopupName	: 'Nome finestra popup',
+		popupFeatures	: 'Caratteristiche finestra popup',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Barra di stato',
+		popupLocationBar	: 'Barra degli indirizzi',
+		popupToolbar	: 'Barra degli strumenti',
+		popupMenuBar	: 'Barra del menu',
+		popupFullScreen	: 'A tutto schermo (IE)',
+		popupScrollBars	: 'Barre di scorrimento',
+		popupDependent	: 'Dipendente (Netscape)',
+		popupWidth		: 'Larghezza',
+		popupLeft		: 'Posizione da sinistra',
+		popupHeight		: 'Altezza',
+		popupTop		: 'Posizione dall\'alto',
+		id				: 'Id', // MISSING
+		langDir			: 'Direzione scrittura',
+		langDirNotSet	: '<non impostato>',
+		langDirLTR		: 'Da Sinistra a Destra (LTR)',
+		langDirRTL		: 'Da Destra a Sinistra (RTL)',
+		acccessKey		: 'Scorciatoia<br />da tastiera',
+		name			: 'Nome',
+		langCode		: 'Direzione scrittura',
+		tabIndex		: 'Ordine di tabulazione',
+		advisoryTitle	: 'Titolo',
+		advisoryContentType	: 'Tipo della risorsa collegata',
+		cssClasses		: 'Nome classe CSS',
+		charset			: 'Set di caretteri della risorsa collegata',
+		styles			: 'Stile',
+		selectAnchor	: 'Scegli Ancora',
+		anchorName		: 'Per Nome',
+		anchorId		: 'Per id elemento',
+		emailAddress	: 'Indirizzo E-Mail',
+		emailSubject	: 'Oggetto del messaggio',
+		emailBody		: 'Corpo del messaggio',
+		noAnchors		: '(Nessuna ancora disponibile nel documento)',
+		noUrl			: 'Devi inserire l\'URL del collegamento',
+		noEmail			: 'Devi inserire un\'indirizzo e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Inserisci/Modifica Ancora',
+		menu		: 'Proprietà ancora',
+		title		: 'Proprietà ancora',
+		name		: 'Nome ancora',
+		errorName	: 'Inserici il nome dell\'ancora'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Cerca e Sostituisci',
+		find				: 'Trova',
+		replace				: 'Sostituisci',
+		findWhat			: 'Trova:',
+		replaceWith			: 'Sostituisci con:',
+		notFoundMsg			: 'L\'elemento cercato non è stato trovato.',
+		matchCase			: 'Maiuscole/minuscole',
+		matchWord			: 'Solo parole intere',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Sostituisci tutto',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabella',
+		title		: 'Proprietà tabella',
+		menu		: 'Proprietà tabella',
+		deleteTable	: 'Cancella Tabella',
+		rows		: 'Righe',
+		columns		: 'Colonne',
+		border		: 'Dimensione bordo',
+		align		: 'Allineamento',
+		alignNotSet	: '<non impostato>',
+		alignLeft	: 'Sinistra',
+		alignCenter	: 'Centrato',
+		alignRight	: 'Destra',
+		width		: 'Larghezza',
+		widthPx		: 'pixel',
+		widthPc		: 'percento',
+		height		: 'Altezza',
+		cellSpace	: 'Spaziatura celle',
+		cellPad		: 'Padding celle',
+		caption		: 'Intestazione',
+		summary		: 'Indice',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cella',
+			insertBefore	: 'Inserisci Cella Prima',
+			insertAfter		: 'Inserisci Cella Dopo',
+			deleteCell		: 'Elimina celle',
+			merge			: 'Unisce celle',
+			mergeRight		: 'Unisci a Destra',
+			mergeDown		: 'Unisci in Basso',
+			splitHorizontal	: 'Dividi Cella Orizzontalmente',
+			splitVertical	: 'Dividi Cella Verticalmente'
+		},
+
+		row :
+		{
+			menu			: 'Riga',
+			insertBefore	: 'Inserisci Riga Prima',
+			insertAfter		: 'Inserisci Riga Dopo',
+			deleteRow		: 'Elimina righe'
+		},
+
+		column :
+		{
+			menu			: 'Colonna',
+			insertBefore	: 'Inserisci Colonna Prima',
+			insertAfter		: 'Inserisci Colonna Dopo',
+			deleteColumn	: 'Elimina colonne'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Proprietà bottone',
+		text		: 'Testo (Value)',
+		type		: 'Tipo',
+		typeBtn		: 'Bottone',
+		typeSbm		: 'Invio',
+		typeRst		: 'Annulla'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Proprietà checkbox',
+		radioTitle	: 'Proprietà radio button',
+		value		: 'Valore',
+		selected	: 'Selezionato'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Proprietà modulo',
+		menu		: 'Proprietà modulo',
+		action		: 'Azione',
+		method		: 'Metodo',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Destinazione',
+		targetNotSet	: '<non impostato>',
+		targetNew	: 'Nuova finestra (_blank)',
+		targetTop	: 'Finestra superiore (_top)',
+		targetSelf	: 'Stessa finestra (_self)',
+		targetParent	: 'Finestra padre (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Proprietà menu di selezione',
+		selectInfo	: 'Info',
+		opAvail		: 'Opzioni disponibili',
+		value		: 'Valore',
+		size		: 'Dimensione',
+		lines		: 'righe',
+		chkMulti	: 'Permetti selezione multipla',
+		opText		: 'Testo',
+		opValue		: 'Valore',
+		btnAdd		: 'Aggiungi',
+		btnModify	: 'Modifica',
+		btnUp		: 'Su',
+		btnDown		: 'Gi',
+		btnSetValue : 'Imposta come predefinito',
+		btnDelete	: 'Rimuovi'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Proprietà area di testo',
+		cols		: 'Colonne',
+		rows		: 'Righe'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Proprietà campo di testo',
+		name		: 'Nome',
+		value		: 'Valore',
+		charWidth	: 'Larghezza',
+		maxChars	: 'Numero massimo di caratteri',
+		type		: 'Tipo',
+		typeText	: 'Testo',
+		typePass	: 'Password'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Proprietà campo nascosto',
+		name	: 'Nome',
+		value	: 'Valore'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Proprietà immagine',
+		titleButton	: 'Proprietà bottone immagine',
+		menu		: 'Proprietà immagine',
+		infoTab	: 'Informazioni immagine',
+		btnUpload	: 'Invia al server',
+		url		: 'URL',
+		upload	: 'Carica',
+		alt		: 'Testo alternativo',
+		width		: 'Larghezza',
+		height	: 'Altezza',
+		lockRatio	: 'Blocca rapporto',
+		resetSize	: 'Reimposta dimensione',
+		border	: 'Bordo',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Allineamento',
+		alignLeft	: 'Sinistra',
+		alignAbsBottom: 'In basso assoluto',
+		alignAbsMiddle: 'Centrato assoluto',
+		alignBaseline	: 'Linea base',
+		alignBottom	: 'In Basso',
+		alignMiddle	: 'Centrato',
+		alignRight	: 'Destra',
+		alignTextTop	: 'In alto al testo',
+		alignTop	: 'In Alto',
+		preview	: 'Anteprima',
+		alertUrl	: 'Devi inserire l\'URL per l\'immagine',
+		linkTab	: 'Collegamento',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Proprietà Oggetto Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Proprietà Oggetto Flash',
+		chkPlay		: 'Avvio Automatico',
+		chkLoop		: 'Cicla',
+		chkMenu		: 'Abilita Menu di Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Ridimensiona',
+		scaleAll		: 'Mostra Tutto',
+		scaleNoBorder	: 'Senza Bordo',
+		scaleFit		: 'Dimensione Esatta',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Allineamento',
+		alignLeft	: 'Sinistra',
+		alignAbsBottom: 'In basso assoluto',
+		alignAbsMiddle: 'Centrato assoluto',
+		alignBaseline	: 'Linea base',
+		alignBottom	: 'In Basso',
+		alignMiddle	: 'Centrato',
+		alignRight	: 'Destra',
+		alignTextTop	: 'In alto al testo',
+		alignTop	: 'In Alto',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Colore sfondo',
+		width	: 'Larghezza',
+		height	: 'Altezza',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Devi inserire l\'URL del collegamento',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Correttore ortografico',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Non nel dizionario',
+		changeTo		: 'Cambia in',
+		btnIgnore		: 'Ignora',
+		btnIgnoreAll	: 'Ignora tutto',
+		btnReplace		: 'Cambia',
+		btnReplaceAll	: 'Cambia tutto',
+		btnUndo			: 'Annulla',
+		noSuggestions	: '- Nessun suggerimento -',
+		progress		: 'Controllo ortografico in corso',
+		noMispell		: 'Controllo ortografico completato: nessun errore trovato',
+		noChanges		: 'Controllo ortografico completato: nessuna parola cambiata',
+		oneChange		: 'Controllo ortografico completato: 1 parola cambiata',
+		manyChanges		: 'Controllo ortografico completato: %1 parole cambiate',
+		ieSpellDownload	: 'Contollo ortografico non installato. Lo vuoi scaricare ora?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Emoticon',
+		title	: 'Inserisci emoticon'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Elenco numerato',
+	bulletedlist : 'Elenco puntato',
+	indent : 'Aumenta rientro',
+	outdent : 'Riduci rientro',
+
+	justify :
+	{
+		left : 'Allinea a sinistra',
+		center : 'Centra',
+		right : 'Allinea a destra',
+		block : 'Giustifica'
+	},
+
+	outdent : 'Riduci rientro',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Incolla',
+		cutError	: 'Le impostazioni di sicurezza del browser non permettono di tagliare automaticamente il testo. Usa la tastiera (Ctrl+X).',
+		copyError	: 'Le impostazioni di sicurezza del browser non permettono di copiare automaticamente il testo. Usa la tastiera (Ctrl+C).',
+		pasteMsg	: 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl+V</STRONG>) e premi <STRONG>OK</STRONG>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Incolla da Word',
+		title : 'Incolla da Word',
+		advice : 'Incolla il testo all\'interno dell\'area sottostante usando la scorciatoia di tastiere (<STRONG>Ctrl+V</STRONG>) e premi <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignora le definizioni di Font',
+		removeStyle : 'Rimuovi le definizioni di Stile'
+	},
+
+	pasteText :
+	{
+		button : 'Incolla come testo semplice',
+		title : 'Incolla come testo semplice'
+	},
+
+	templates :
+	{
+		button : 'Modelli',
+		title : 'Contenuto dei modelli',
+		insertOption: 'Cancella il contenuto corrente',
+		selectPromptMsg: 'Seleziona il modello da aprire nell\'editor<br />(il contenuto attuale verrà eliminato):',
+		emptyListMsg : '(Nessun modello definito)'
+	},
+
+	showBlocks : 'Visualizza Blocchi',
+
+	stylesCombo :
+	{
+		label : 'Stile',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formato',
+		panelTitle : 'Formato',
+
+		tag_p : 'Normale',
+		tag_pre : 'Formattato',
+		tag_address : 'Indirizzo',
+		tag_h1 : 'Titolo 1',
+		tag_h2 : 'Titolo 2',
+		tag_h3 : 'Titolo 3',
+		tag_h4 : 'Titolo 4',
+		tag_h5 : 'Titolo 5',
+		tag_h6 : 'Titolo 6',
+		tag_div : 'Paragrafo (DIV)'
+	},
+
+	font :
+	{
+		label : 'Font',
+		panelTitle : 'Font'
+	},
+
+	fontSize :
+	{
+		label : 'Dimensione',
+		panelTitle : 'Dimensione'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Colore testo',
+		bgColorTitle : 'Colore sfondo',
+		auto : 'Automatico',
+		more : 'Altri colori...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/ja.js
===================================================================
--- /CKEditor/trunk/_source/lang/ja.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/ja.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Japanese language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['ja'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'ソース',
+	newPage			: '新しいページ',
+	save			: '保存',
+	preview			: 'プレビュー',
+	cut				: '切り取り',
+	copy			: 'コピー',
+	paste			: '貼り付け',
+	print			: '印刷',
+	underline		: '下線',
+	bold			: '太字',
+	italic			: '斜体',
+	selectAll		: 'すべて選択',
+	removeFormat	: 'フォーマット削除',
+	strike			: '打ち消し線',
+	subscript		: '添え字',
+	superscript		: '上付き文字',
+	horizontalrule	: '横罫線',
+	pagebreak		: '改ページ挿入',
+	unlink			: 'リンク削除',
+	undo			: '元に戻す',
+	redo			: 'やり直し',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'サーバーブラウザー',
+		url				: 'URL',
+		protocol		: 'プロトコル',
+		upload			: 'アップロード',
+		uploadSubmit	: 'サーバーに送信',
+		image			: 'イメージ',
+		flash			: 'Flash',
+		form			: 'フォーム',
+		checkbox		: 'チェックボックス',
+		radio		: 'ラジオボタン',
+		textField		: '１行テキスト',
+		textarea		: 'テキストエリア',
+		hiddenField		: '不可視フィールド',
+		button			: 'ボタン',
+		select	: '選択フィールド',
+		imageButton		: '画像ボタン',
+		notSet			: '<なし>',
+		id				: 'Id',
+		name			: 'Name属性',
+		langDir			: '文字表記の方向',
+		langDirLtr		: '左から右 (LTR)',
+		langDirRtl		: '右から左 (RTL)',
+		langCode		: '言語コード',
+		longDescr		: 'longdesc属性(長文説明)',
+		cssClass		: 'スタイルシートクラス',
+		advisoryTitle	: 'Title属性',
+		cssStyle		: 'スタイルシート',
+		ok				: 'OK',
+		cancel			: 'キャンセル',
+		generalTab		: '全般',
+		advancedTab		: '高度な設定',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: '特殊文字挿入',
+		title		: '特殊文字選択'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'リンク挿入/編集',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'リンク編集',
+		title		: 'ハイパーリンク',
+		info		: 'ハイパーリンク 情報',
+		target		: 'ターゲット',
+		upload		: 'アップロード',
+		advanced	: '高度な設定',
+		type		: 'リンクタイプ',
+		toAnchor	: 'このページのアンカー',
+		toEmail		: 'E-Mail',
+		target		: 'ターゲット',
+		targetNotSet	: '<なし>',
+		targetFrame	: '<フレーム>',
+		targetPopup	: '<ポップアップウィンドウ>',
+		targetNew	: '新しいウィンドウ (_blank)',
+		targetTop	: '最上位ウィンドウ (_top)',
+		targetSelf	: '同じウィンドウ (_self)',
+		targetParent	: '親ウィンドウ (_parent)',
+		targetFrameName	: '目的のフレーム名',
+		targetPopupName	: 'ポップアップウィンドウ名',
+		popupFeatures	: 'ポップアップウィンドウ特徴',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'ステータスバー',
+		popupLocationBar	: 'ロケーションバー',
+		popupToolbar	: 'ツールバー',
+		popupMenuBar	: 'メニューバー',
+		popupFullScreen	: '全画面モード(IE)',
+		popupScrollBars	: 'スクロールバー',
+		popupDependent	: '開いたウィンドウに連動して閉じる (Netscape)',
+		popupWidth		: '幅',
+		popupLeft		: '左端からの座標で指定',
+		popupHeight		: '高さ',
+		popupTop		: '上端からの座標で指定',
+		id				: 'Id', // MISSING
+		langDir			: '文字表記の方向',
+		langDirNotSet	: '<なし>',
+		langDirLTR		: '左から右 (LTR)',
+		langDirRTL		: '右から左 (RTL)',
+		acccessKey		: 'アクセスキー',
+		name			: 'Name属性',
+		langCode		: '文字表記の方向',
+		tabIndex		: 'タブインデックス',
+		advisoryTitle	: 'Title属性',
+		advisoryContentType	: 'Content Type属性',
+		cssClasses		: 'スタイルシートクラス',
+		charset			: 'リンクcharset属性',
+		styles			: 'スタイルシート',
+		selectAnchor	: 'アンカーを選択',
+		anchorName		: 'アンカー名',
+		anchorId		: 'エレメントID',
+		emailAddress	: 'E-Mail アドレス',
+		emailSubject	: '件名',
+		emailBody		: '本文',
+		noAnchors		: '(ドキュメントにおいて利用可能なアンカーはありません。)',
+		noUrl			: 'リンクURLを入力してください。',
+		noEmail			: 'メールアドレスを入力してください。'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'アンカー挿入/編集',
+		menu		: 'アンカー プロパティ',
+		title		: 'アンカー プロパティ',
+		name		: 'アンカー名',
+		errorName	: 'アンカー名を必ず入力してください。'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: '検索して置換',
+		find				: '検索',
+		replace				: '置き換え',
+		findWhat			: '検索する文字列:',
+		replaceWith			: '置換えする文字列:',
+		notFoundMsg			: '指定された文字列は見つかりませんでした。',
+		matchCase			: '部分一致',
+		matchWord			: '単語単位で一致',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'すべて置換え',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'テーブル',
+		title		: 'テーブル プロパティ',
+		menu		: 'テーブル プロパティ',
+		deleteTable	: 'テーブル削除',
+		rows		: '行',
+		columns		: '列',
+		border		: 'ボーダーサイズ',
+		align		: 'キャプションの整列',
+		alignNotSet	: '<なし>',
+		alignLeft	: '左',
+		alignCenter	: '中央',
+		alignRight	: '右',
+		width		: 'テーブル幅',
+		widthPx		: 'ピクセル',
+		widthPc		: 'パーセント',
+		height		: 'テーブル高さ',
+		cellSpace	: 'セル内余白',
+		cellPad		: 'セル内間隔',
+		caption		: 'ｷｬﾌﾟｼｮﾝ',
+		summary		: 'テーブル目的/構造',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'セル',
+			insertBefore	: 'セルの前に挿入',
+			insertAfter		: 'セルの後に挿入',
+			deleteCell		: 'セル削除',
+			merge			: 'セル結合',
+			mergeRight		: '右に結合',
+			mergeDown		: '下に結合',
+			splitHorizontal	: 'セルを水平方向分割',
+			splitVertical	: 'セルを垂直方向に分割'
+		},
+
+		row :
+		{
+			menu			: '行',
+			insertBefore	: '列の前に挿入',
+			insertAfter		: '列の後に挿入',
+			deleteRow		: '行削除'
+		},
+
+		column :
+		{
+			menu			: 'カラム',
+			insertBefore	: 'カラムの前に挿入',
+			insertAfter		: 'カラムの後に挿入',
+			deleteColumn	: '列削除'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'ボタン プロパティ',
+		text		: 'テキスト (値)',
+		type		: 'タイプ',
+		typeBtn		: 'ボタン',
+		typeSbm		: '送信',
+		typeRst		: 'リセット'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'チェックボックス プロパティ',
+		radioTitle	: 'ラジオボタン プロパティ',
+		value		: '値',
+		selected	: '選択済み'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'フォーム プロパティ',
+		menu		: 'フォーム プロパティ',
+		action		: 'アクション',
+		method		: 'メソッド',
+		encoding	: 'Encoding', // MISSING
+		target		: 'ターゲット',
+		targetNotSet	: '<なし>',
+		targetNew	: '新しいウィンドウ (_blank)',
+		targetTop	: '最上位ウィンドウ (_top)',
+		targetSelf	: '同じウィンドウ (_self)',
+		targetParent	: '親ウィンドウ (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: '選択フィールド プロパティ',
+		selectInfo	: '情報',
+		opAvail		: '利用可能なオプション',
+		value		: '選択項目値',
+		size		: 'サイズ',
+		lines		: '行',
+		chkMulti	: '複数項目選択を許可',
+		opText		: '選択項目名',
+		opValue		: '値',
+		btnAdd		: '追加',
+		btnModify	: '編集',
+		btnUp		: '上へ',
+		btnDown		: '下へ',
+		btnSetValue : '選択した値を設定',
+		btnDelete	: '削除'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'テキストエリア プロパティ',
+		cols		: '列',
+		rows		: '行'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: '１行テキスト プロパティ',
+		name		: '名前',
+		value		: '値',
+		charWidth	: 'サイズ',
+		maxChars	: '最大長',
+		type		: 'タイプ',
+		typeText	: 'テキスト',
+		typePass	: 'パスワード入力'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: '不可視フィールド プロパティ',
+		name	: '名前',
+		value	: '値'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'イメージ プロパティ',
+		titleButton	: '画像ボタン プロパティ',
+		menu		: 'イメージ プロパティ',
+		infoTab	: 'イメージ 情報',
+		btnUpload	: 'サーバーに送信',
+		url		: 'URL',
+		upload	: 'アップロード',
+		alt		: '代替テキスト',
+		width		: '幅',
+		height	: '高さ',
+		lockRatio	: 'ロック比率',
+		resetSize	: 'サイズリセット',
+		border	: 'ボーダー',
+		hSpace	: '横間隔',
+		vSpace	: '縦間隔',
+		align		: '行揃え',
+		alignLeft	: '左',
+		alignAbsBottom: '下部(絶対的)',
+		alignAbsMiddle: '中央(絶対的)',
+		alignBaseline	: 'ベースライン',
+		alignBottom	: '下',
+		alignMiddle	: '中央',
+		alignRight	: '右',
+		alignTextTop	: 'テキスト上部',
+		alignTop	: '上',
+		preview	: 'プレビュー',
+		alertUrl	: 'イメージのURLを入力してください。',
+		linkTab	: 'リンク',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash プロパティ',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash プロパティ',
+		chkPlay		: '再生',
+		chkLoop		: 'ループ再生',
+		chkMenu		: 'Flashメニュー可能',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: '拡大縮小設定',
+		scaleAll		: 'すべて表示',
+		scaleNoBorder	: '外が見えない様に拡大',
+		scaleFit		: '上下左右にフィット',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: '行揃え',
+		alignLeft	: '左',
+		alignAbsBottom: '下部(絶対的)',
+		alignAbsMiddle: '中央(絶対的)',
+		alignBaseline	: 'ベースライン',
+		alignBottom	: '下',
+		alignMiddle	: '中央',
+		alignRight	: '右',
+		alignTextTop	: 'テキスト上部',
+		alignTop	: '上',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: '背景色',
+		width	: '幅',
+		height	: '高さ',
+		hSpace	: '横間隔',
+		vSpace	: '縦間隔',
+		validateSrc : 'リンクURLを入力してください。',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'スペルチェック',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: '辞書にありません',
+		changeTo		: '変更',
+		btnIgnore		: '無視',
+		btnIgnoreAll	: 'すべて無視',
+		btnReplace		: '置換',
+		btnReplaceAll	: 'すべて置換',
+		btnUndo			: 'やり直し',
+		noSuggestions	: '- 該当なし -',
+		progress		: 'スペルチェック処理中...',
+		noMispell		: 'スペルチェック完了: スペルの誤りはありませんでした',
+		noChanges		: 'スペルチェック完了: 語句は変更されませんでした',
+		oneChange		: 'スペルチェック完了: １語句変更されました',
+		manyChanges		: 'スペルチェック完了: %1 語句変更されました',
+		ieSpellDownload	: 'スペルチェッカーがインストールされていません。今すぐダウンロードしますか?'
+	},
+
+	smiley :
+	{
+		toolbar	: '絵文字',
+		title	: '顔文字挿入'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : '段落番号',
+	bulletedlist : '箇条書き',
+	indent : 'インデント',
+	outdent : 'インデント解除',
+
+	justify :
+	{
+		left : '左揃え',
+		center : '中央揃え',
+		right : '右揃え',
+		block : '両端揃え'
+	},
+
+	outdent : 'インデント解除',
+	blockquote : 'ブロック引用',
+
+	clipboard :
+	{
+		title		: '貼り付け',
+		cutError	: 'ブラウザーのセキュリティ設定によりエディタの切り取り操作が自動で実行することができません。実行するには手動でキーボードの(Ctrl+X)を使用してください。',
+		copyError	: 'ブラウザーのセキュリティ設定によりエディタのコピー操作が自動で実行することができません。実行するには手動でキーボードの(Ctrl+C)を使用してください。',
+		pasteMsg	: 'キーボード(<STRONG>Ctrl+V</STRONG>)を使用して、次の入力エリア内で貼って、<STRONG>OK</STRONG>を押してください。',
+		securityMsg	: 'ブラウザのセキュリティ設定により、エディタはクリップボード・データに直接アクセスすることができません。このウィンドウは貼り付け操作を行う度に表示されます。'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'ワード文章から貼り付け',
+		title : 'ワード文章から貼り付け',
+		advice : 'キーボード(<STRONG>Ctrl+V</STRONG>)を使用して、次の入力エリア内で貼って、<STRONG>OK</STRONG>を押してください。',
+		ignoreFontFace : 'FontタグのFace属性を無視します。',
+		removeStyle : 'スタイル定義を削除します。'
+	},
+
+	pasteText :
+	{
+		button : 'プレーンテキスト貼り付け',
+		title : 'プレーンテキスト貼り付け'
+	},
+
+	templates :
+	{
+		button : 'テンプレート(雛形)',
+		title : 'テンプレート内容',
+		insertOption: '現在のエディタの内容と置換えをします',
+		selectPromptMsg: 'エディターで使用するテンプレートを選択してください。<br>(現在のエディタの内容は失われます):',
+		emptyListMsg : '(テンプレートが定義されていません)'
+	},
+
+	showBlocks : 'ブロック表示',
+
+	stylesCombo :
+	{
+		label : 'スタイル',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'フォーマット',
+		panelTitle : 'フォーマット',
+
+		tag_p : '標準',
+		tag_pre : '書式付き',
+		tag_address : 'アドレス',
+		tag_h1 : '見出し 1',
+		tag_h2 : '見出し 2',
+		tag_h3 : '見出し 3',
+		tag_h4 : '見出し 4',
+		tag_h5 : '見出し 5',
+		tag_h6 : '見出し 6',
+		tag_div : '標準 (DIV)'
+	},
+
+	font :
+	{
+		label : 'フォント',
+		panelTitle : 'フォント'
+	},
+
+	fontSize :
+	{
+		label : 'サイズ',
+		panelTitle : 'サイズ'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'テキスト色',
+		bgColorTitle : '背景色',
+		auto : '自動',
+		more : 'その他の色...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/km.js
===================================================================
--- /CKEditor/trunk/_source/lang/km.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/km.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Khmer language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['km'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'កូត',
+	newPage			: 'ទំព័រថ្មី',
+	save			: 'រក្សាទុក',
+	preview			: 'មើលសាកល្បង',
+	cut				: 'កាត់យក',
+	copy			: 'ចំលងយក',
+	paste			: 'ចំលងដាក់',
+	print			: 'បោះពុម្ភ',
+	underline		: 'ដិតបន្ទាត់ពីក្រោមអក្សរ',
+	bold			: 'អក្សរដិតធំ',
+	italic			: 'អក្សរផ្តេក',
+	selectAll		: 'ជ្រើសរើសទាំងអស់',
+	removeFormat	: 'លប់ចោល ការរចនា',
+	strike			: 'ដិតបន្ទាត់ពាក់កណ្តាលអក្សរ',
+	subscript		: 'អក្សរតូចក្រោម',
+	superscript		: 'អក្សរតូចលើ',
+	horizontalrule	: 'បន្ថែមបន្ទាត់ផ្តេក',
+	pagebreak		: 'បន្ថែម ការផ្តាច់ទំព័រ',
+	unlink			: 'លប់ឈ្នាប់',
+	undo			: 'សារឡើងវិញ',
+	redo			: 'ធ្វើឡើងវិញ',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'មើល',
+		url				: 'URL',
+		protocol		: 'ប្រូតូកូល',
+		upload			: 'ទាញយក',
+		uploadSubmit	: 'បញ្ជូនទៅកាន់ម៉ាស៊ីនផ្តល់សេវា',
+		image			: 'រូបភាព',
+		flash			: 'Flash',
+		form			: 'បែបបទ',
+		checkbox		: 'ប្រអប់ជ្រើសរើស',
+		radio		: 'ប៉ូតុនរង្វង់មូល',
+		textField		: 'ជួរសរសេរអត្ថបទ',
+		textarea		: 'តំបន់សរសេរអត្ថបទ',
+		hiddenField		: 'ជួរលាក់',
+		button			: 'ប៉ូតុន',
+		select	: 'ជួរជ្រើសរើស',
+		imageButton		: 'ប៉ូតុនរូបភាព',
+		notSet			: '<មិនមែន>',
+		id				: 'Id',
+		name			: 'ឈ្មោះ',
+		langDir			: 'ទិសដៅភាសា',
+		langDirLtr		: 'ពីឆ្វេងទៅស្តាំ(LTR)',
+		langDirRtl		: 'ពីស្តាំទៅឆ្វេង(RTL)',
+		langCode		: 'លេខកូតភាសា',
+		longDescr		: 'អធិប្បាយ URL វែង',
+		cssClass		: 'Stylesheet Classes',
+		advisoryTitle	: 'ចំណងជើង ប្រឹក្សា',
+		cssStyle		: 'ម៉ូត',
+		ok				: 'យល់ព្រម',
+		cancel			: 'មិនយល់ព្រម',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'កំរិតខ្ពស់',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'បន្ថែមអក្សរពិសេស',
+		title		: 'តូអក្សរពិសេស'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'បន្ថែម/កែប្រែ ឈ្នាប់',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'កែប្រែឈ្នាប់',
+		title		: 'ឈ្នាប់',
+		info		: 'ពត៌មានអំពីឈ្នាប់',
+		target		: 'គោលដៅ',
+		upload		: 'ទាញយក',
+		advanced	: 'កំរិតខ្ពស់',
+		type		: 'ប្រភេទឈ្នាប់',
+		toAnchor	: 'យុថ្កានៅក្នុងទំព័រនេះ',
+		toEmail		: 'អ៊ីមែល',
+		target		: 'គោលដៅ',
+		targetNotSet	: '<មិនមែន>',
+		targetFrame	: '<ហ្វ្រេម>',
+		targetPopup	: '<វីនដូវ លោត>',
+		targetNew	: 'វីនដូវថ្មី (_blank)',
+		targetTop	: 'វីនដូវនៅលើគេ(_top)',
+		targetSelf	: 'វីនដូវដដែល (_self)',
+		targetParent	: 'វីនដូវមេ (_parent)',
+		targetFrameName	: 'ឈ្មោះហ្រ្វេមដែលជាគោលដៅ',
+		targetPopupName	: 'ឈ្មោះវីនដូវលោត',
+		popupFeatures	: 'លក្ខណះរបស់វីនដូលលោត',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'របា ពត៌មាន',
+		popupLocationBar	: 'របា ទីតាំង',
+		popupToolbar	: 'របា ឩបករណ៍',
+		popupMenuBar	: 'របា មឺនុយ',
+		popupFullScreen	: 'អេក្រុងពេញ(IE)',
+		popupScrollBars	: 'របា ទាញ',
+		popupDependent	: 'អាស្រ័យលើ (Netscape)',
+		popupWidth		: 'ទទឹង',
+		popupLeft		: 'ទីតាំងខាងឆ្វេង',
+		popupHeight		: 'កំពស់',
+		popupTop		: 'ទីតាំងខាងលើ',
+		id				: 'Id', // MISSING
+		langDir			: 'ទិសដៅភាសា',
+		langDirNotSet	: '<មិនមែន>',
+		langDirLTR		: 'ពីឆ្វេងទៅស្តាំ(LTR)',
+		langDirRTL		: 'ពីស្តាំទៅឆ្វេង(RTL)',
+		acccessKey		: 'ឃី សំរាប់ចូល',
+		name			: 'ឈ្មោះ',
+		langCode		: 'ទិសដៅភាសា',
+		tabIndex		: 'លេខ Tab',
+		advisoryTitle	: 'ចំណងជើង ប្រឹក្សា',
+		advisoryContentType	: 'ប្រភេទអត្ថបទ ប្រឹក្សា',
+		cssClasses		: 'Stylesheet Classes',
+		charset			: 'លេខកូតអក្សររបស់ឈ្នាប់',
+		styles			: 'ម៉ូត',
+		selectAnchor	: 'ជ្រើសរើសយុថ្កា',
+		anchorName		: 'តាមឈ្មោះរបស់យុថ្កា',
+		anchorId		: 'តាម Id',
+		emailAddress	: 'អ៊ីមែល',
+		emailSubject	: 'ចំណងជើងអត្ថបទ',
+		emailBody		: 'អត្ថបទ',
+		noAnchors		: '(No anchors available in the document)', // MISSING
+		noUrl			: 'សូមសរសេរ អាស័យដ្ឋាន URL',
+		noEmail			: 'សូមសរសេរ អាស័យដ្ឋាន អ៊ីមែល'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'បន្ថែម/កែប្រែ យុថ្កា',
+		menu		: 'ការកំណត់យុថ្កា',
+		title		: 'ការកំណត់យុថ្កា',
+		name		: 'ឈ្មោះយុទ្ធថ្កា',
+		errorName	: 'សូមសរសេរ ឈ្មោះយុទ្ធថ្កា'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'ស្វែងរក',
+		replace				: 'ជំនួស',
+		findWhat			: 'ស្វែងរកអ្វី:',
+		replaceWith			: 'ជំនួសជាមួយ:',
+		notFoundMsg			: 'ពាក្យនេះ រកមិនឃើញទេ ។',
+		matchCase			: 'ករណ៉ត្រូវរក',
+		matchWord			: 'ត្រូវពាក្យទាំងអស់',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'ជំនួសទាំងអស់',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'តារាង',
+		title		: 'ការកំណត់ តារាង',
+		menu		: 'ការកំណត់ តារាង',
+		deleteTable	: 'លប់តារាង',
+		rows		: 'ជួរផ្តេក',
+		columns		: 'ជួរឈរ',
+		border		: 'ទំហំស៊ុម',
+		align		: 'ការកំណត់ទីតាំង',
+		alignNotSet	: '<មិនកំណត់>',
+		alignLeft	: 'ខាងឆ្វេង',
+		alignCenter	: 'កណ្តាល',
+		alignRight	: 'ខាងស្តាំ',
+		width		: 'ទទឹង',
+		widthPx		: 'ភីកសែល',
+		widthPc		: 'ភាគរយ',
+		height		: 'កំពស់',
+		cellSpace	: 'គំលាតសែល',
+		cellPad		: 'គែមសែល',
+		caption		: 'ចំណងជើង',
+		summary		: 'សេចក្តីសង្ខេប',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell', // MISSING
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'លប់សែល',
+			merge			: 'បញ្ជូលសែល',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Row', // MISSING
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'លប់ជួរផ្តេក'
+		},
+
+		column :
+		{
+			menu			: 'Column', // MISSING
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'លប់ជួរឈរ'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'ការកំណត់ ប៉ូតុន',
+		text		: 'អត្ថបទ(តំលៃ)',
+		type		: 'ប្រភេទ',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'ការកំណត់ប្រអប់ជ្រើសរើស',
+		radioTitle	: 'ការកំណត់ប៉ូតុនរង្វង់',
+		value		: 'តំលៃ',
+		selected	: 'បានជ្រើសរើស'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'ការកំណត់បែបបទ',
+		menu		: 'ការកំណត់បែបបទ',
+		action		: 'សកម្មភាព',
+		method		: 'វិធី',
+		encoding	: 'Encoding', // MISSING
+		target		: 'គោលដៅ',
+		targetNotSet	: '<មិនមែន>',
+		targetNew	: 'វីនដូវថ្មី (_blank)',
+		targetTop	: 'វីនដូវនៅលើគេ(_top)',
+		targetSelf	: 'វីនដូវដដែល (_self)',
+		targetParent	: 'វីនដូវមេ (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'ការកំណត់ជួរជ្រើសរើស',
+		selectInfo	: 'ពត៌មាន',
+		opAvail		: 'ការកំណត់ជ្រើសរើស ដែលអាចកំណត់បាន',
+		value		: 'តំលៃ',
+		size		: 'ទំហំ',
+		lines		: 'បន្ទាត់',
+		chkMulti	: 'អនុញ្ញាតអោយជ្រើសរើសច្រើន',
+		opText		: 'ពាក្យ',
+		opValue		: 'តំលៃ',
+		btnAdd		: 'បន្ថែម',
+		btnModify	: 'ផ្លាស់ប្តូរ',
+		btnUp		: 'លើ',
+		btnDown		: 'ក្រោម',
+		btnSetValue : 'Set as selected value', // MISSING
+		btnDelete	: 'លប់'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'ការកំណត់កន្លែងសរសេរអត្ថបទ',
+		cols		: 'ជូរឈរ',
+		rows		: 'ជូរផ្តេក'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'ការកំណត់ជួរអត្ថបទ',
+		name		: 'ឈ្មោះ',
+		value		: 'តំលៃ',
+		charWidth	: 'ទទឹង អក្សរ',
+		maxChars	: 'អក្សរអតិបរិមា',
+		type		: 'ប្រភេទ',
+		typeText	: 'ពាក្យ',
+		typePass	: 'ពាក្យសំងាត់'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'ការកំណត់ជួរលាក់',
+		name	: 'ឈ្មោះ',
+		value	: 'តំលៃ'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'ការកំណត់រូបភាព',
+		titleButton	: 'ការកំណត់ប៉ូតុនរូបភាព',
+		menu		: 'ការកំណត់រូបភាព',
+		infoTab	: 'ពត៌មានអំពីរូបភាព',
+		btnUpload	: 'បញ្ជូនទៅកាន់ម៉ាស៊ីនផ្តល់សេវា',
+		url		: 'URL',
+		upload	: 'ទាញយក',
+		alt		: 'អត្ថបទជំនួស',
+		width		: 'ទទឹង',
+		height	: 'កំពស់',
+		lockRatio	: 'អត្រាឡុក',
+		resetSize	: 'កំណត់ទំហំឡើងវិញ',
+		border	: 'ស៊ុម',
+		hSpace	: 'គំលាតទទឹង',
+		vSpace	: 'គំលាតបណ្តោយ',
+		align		: 'កំណត់ទីតាំង',
+		alignLeft	: 'ខាងឆ្វង',
+		alignAbsBottom: 'Abs Bottom', // MISSING
+		alignAbsMiddle: 'Abs Middle', // MISSING
+		alignBaseline	: 'បន្ទាត់ជាមូលដ្ឋាន',
+		alignBottom	: 'ខាងក្រោម',
+		alignMiddle	: 'កណ្តាល',
+		alignRight	: 'ខាងស្តាំ',
+		alignTextTop	: 'លើអត្ថបទ',
+		alignTop	: 'ខាងលើ',
+		preview	: 'មើលសាកល្បង',
+		alertUrl	: 'សូមសរសេរងាស័យដ្ឋានរបស់រូបភាព',
+		linkTab	: 'ឈ្នាប់',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'ការកំណត់ Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'ការកំណត់ Flash',
+		chkPlay		: 'លេងដោយស្វ័យប្រវត្ត',
+		chkLoop		: 'ចំនួនដង',
+		chkMenu		: 'បង្ហាញ មឺនុយរបស់ Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'ទំហំ',
+		scaleAll		: 'បង្ហាញទាំងអស់',
+		scaleNoBorder	: 'មិនបង្ហាញស៊ុម',
+		scaleFit		: 'ត្រូវល្មម',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'កំណត់ទីតាំង',
+		alignLeft	: 'ខាងឆ្វង',
+		alignAbsBottom: 'Abs Bottom', // MISSING
+		alignAbsMiddle: 'Abs Middle', // MISSING
+		alignBaseline	: 'បន្ទាត់ជាមូលដ្ឋាន',
+		alignBottom	: 'ខាងក្រោម',
+		alignMiddle	: 'កណ្តាល',
+		alignRight	: 'ខាងស្តាំ',
+		alignTextTop	: 'លើអត្ថបទ',
+		alignTop	: 'ខាងលើ',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'ពណ៌ផ្ទៃខាងក្រោយ',
+		width	: 'ទទឹង',
+		height	: 'កំពស់',
+		hSpace	: 'គំលាតទទឹង',
+		vSpace	: 'គំលាតបណ្តោយ',
+		validateSrc : 'សូមសរសេរ អាស័យដ្ឋាន URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'ពិនិត្យអក្ខរាវិរុទ្ធ',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'គ្មានក្នុងវចនានុក្រម',
+		changeTo		: 'ផ្លាស់ប្តូរទៅ',
+		btnIgnore		: 'មិនផ្លាស់ប្តូរ',
+		btnIgnoreAll	: 'មិនផ្លាស់ប្តូរ ទាំងអស់',
+		btnReplace		: 'ជំនួស',
+		btnReplaceAll	: 'ជំនួសទាំងអស់',
+		btnUndo			: 'សារឡើងវិញ',
+		noSuggestions	: '- គ្មានសំណើរ -',
+		progress		: 'កំពុងពិនិត្យអក្ខរាវិរុទ្ធ...',
+		noMispell		: 'ការពិនិត្យអក្ខរាវិរុទ្ធបានចប់: គ្មានកំហុស',
+		noChanges		: 'ការពិនិត្យអក្ខរាវិរុទ្ធបានចប់: ពុំមានផ្លាស់ប្តូរ',
+		oneChange		: 'ការពិនិត្យអក្ខរាវិរុទ្ធបានចប់: ពាក្យមួយត្រូចបានផ្លាស់ប្តូរ',
+		manyChanges		: 'ការពិនិត្យអក្ខរាវិរុទ្ធបានចប់: %1 ពាក្យបានផ្លាស់ប្តូរ',
+		ieSpellDownload	: 'ពុំមានកម្មវិធីពិនិត្យអក្ខរាវិរុទ្ធ ។ តើចង់ទាញយកពីណា?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'រូបភាព',
+		title	: 'បញ្ជូលរូបភាព'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'បញ្ជីជាអក្សរ',
+	bulletedlist : 'បញ្ជីជារង្វង់មូល',
+	indent : 'បន្ថែមការចូលបន្ទាត់',
+	outdent : 'បន្ថយការចូលបន្ទាត់',
+
+	justify :
+	{
+		left : 'តំរឹមឆ្វេង',
+		center : 'តំរឹមកណ្តាល',
+		right : 'តំរឹមស្តាំ',
+		block : 'តំរឹមសងខាង'
+	},
+
+	outdent : 'បន្ថយការចូលបន្ទាត់',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'ចំលងដាក់',
+		cutError	: 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ\u200bមិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ កាត់អត្ថបទយកដោយស្វ័យប្រវត្តបានឡើយ ។ សូមប្រើប្រាស់បន្សំ ឃីដូចនេះ  (Ctrl+X) ។',
+		copyError	: 'ការកំណត់សុវត្ថភាពរបស់កម្មវិធីរុករករបស់លោកអ្នក នេះ\u200bមិនអាចធ្វើកម្មវិធីតាក់តែងអត្ថបទ ចំលងអត្ថបទយកដោយស្វ័យប្រវត្តបានឡើយ ។ សូមប្រើប្រាស់បន្សំ ឃីដូចនេះ (Ctrl+C)។',
+		pasteMsg	: 'សូមចំលងអត្ថបទទៅដាក់ក្នុងប្រអប់ដូចខាងក្រោមដោយប្រើប្រាស់ ឃី \u200b(<STRONG>Ctrl+V</STRONG>) ហើយចុច <STRONG>OK</STRONG> ។',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'ចំលងដាក់ពី Word',
+		title : 'ចំលងដាក់ពី Word',
+		advice : 'សូមចំលងអត្ថបទទៅដាក់ក្នុងប្រអប់ដូចខាងក្រោមដោយប្រើប្រាស់ ឃី \u200b(<STRONG>Ctrl+V</STRONG>) ហើយចុច <STRONG>OK</STRONG> ។',
+		ignoreFontFace : 'មិនគិតអំពីប្រភេទពុម្ភអក្សរ',
+		removeStyle : 'លប់ម៉ូត'
+	},
+
+	pasteText :
+	{
+		button : 'ចំលងដាក់អត្ថបទធម្មតា',
+		title : 'ចំលងដាក់អត្ថបទធម្មតា'
+	},
+
+	templates :
+	{
+		button : 'ឯកសារគំរូ',
+		title : 'ឯកសារគំរូ របស់អត្ថន័យ',
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'សូមជ្រើសរើសឯកសារគំរូ ដើម្បីបើកនៅក្នុងកម្មវិធីតាក់តែងអត្ថបទ<br>(អត្ថបទនឹងបាត់បង់):',
+		emptyListMsg : '(ពុំមានឯកសារគំរូត្រូវបានកំណត់)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'ម៉ូត',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'រចនា',
+		panelTitle : 'រចនា',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'ហ្វុង',
+		panelTitle : 'ហ្វុង'
+	},
+
+	fontSize :
+	{
+		label : 'ទំហំ',
+		panelTitle : 'ទំហំ'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'ពណ៌អក្សរ',
+		bgColorTitle : 'ពណ៌ផ្ទៃខាងក្រោយ',
+		auto : 'ស្វ័យប្រវត្ត',
+		more : 'ពណ៌ផ្សេងទៀត..'
+	}
+};
Index: /CKEditor/trunk/_source/lang/ko.js
===================================================================
--- /CKEditor/trunk/_source/lang/ko.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/ko.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Korean language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['ko'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: '소스',
+	newPage			: '새 문서',
+	save			: '저장하기',
+	preview			: '미리보기',
+	cut				: '잘라내기',
+	copy			: '복사하기',
+	paste			: '붙여넣기',
+	print			: '인쇄하기',
+	underline		: '밑줄',
+	bold			: '진하게',
+	italic			: '이텔릭',
+	selectAll		: '전체선택',
+	removeFormat	: '포맷 지우기',
+	strike			: '취소선',
+	subscript		: '아래 첨자',
+	superscript		: '위 첨자',
+	horizontalrule	: '수평선 삽입',
+	pagebreak		: 'Insert Page Break', // MISSING
+	unlink			: '링크 삭제',
+	undo			: '취소',
+	redo			: '재실행',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: '서버 보기',
+		url				: 'URL',
+		protocol		: '프로토콜',
+		upload			: '업로드',
+		uploadSubmit	: '서버로 전송',
+		image			: '이미지',
+		flash			: '플래쉬',
+		form			: '폼',
+		checkbox		: '체크박스',
+		radio		: '라디오버튼',
+		textField		: '입력필드',
+		textarea		: '입력영역',
+		hiddenField		: '숨김필드',
+		button			: '버튼',
+		select	: '펼침목록',
+		imageButton		: '이미지버튼',
+		notSet			: '<설정되지 않음>',
+		id				: 'ID',
+		name			: 'Name',
+		langDir			: '쓰기 방향',
+		langDirLtr		: '왼쪽에서 오른쪽 (LTR)',
+		langDirRtl		: '오른쪽에서 왼쪽 (RTL)',
+		langCode		: '언어 코드',
+		longDescr		: 'URL 설명',
+		cssClass		: 'Stylesheet Classes',
+		advisoryTitle	: 'Advisory Title',
+		cssStyle		: 'Style',
+		ok				: '예',
+		cancel			: '아니오',
+		generalTab		: 'General', // MISSING
+		advancedTab		: '자세히',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: '특수문자 삽입',
+		title		: '특수문자 선택'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: '링크 삽입/변경',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: '링크 수정',
+		title		: '링크',
+		info		: '링크 정보',
+		target		: '타겟',
+		upload		: '업로드',
+		advanced	: '자세히',
+		type		: '링크 종류',
+		toAnchor	: '책갈피',
+		toEmail		: '이메일',
+		target		: '타겟',
+		targetNotSet	: '<설정되지 않음>',
+		targetFrame	: '<프레임>',
+		targetPopup	: '<팝업창>',
+		targetNew	: '새 창 (_blank)',
+		targetTop	: '최 상위 창 (_top)',
+		targetSelf	: '현재 창 (_self)',
+		targetParent	: '부모 창 (_parent)',
+		targetFrameName	: '타겟 프레임 이름',
+		targetPopupName	: '팝업창 이름',
+		popupFeatures	: '팝업창 설정',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: '상태바',
+		popupLocationBar	: '주소표시줄',
+		popupToolbar	: '툴바',
+		popupMenuBar	: '메뉴바',
+		popupFullScreen	: '전체화면 (IE)',
+		popupScrollBars	: '스크롤바',
+		popupDependent	: 'Dependent (Netscape)',
+		popupWidth		: '너비',
+		popupLeft		: '왼쪽 위치',
+		popupHeight		: '높이',
+		popupTop		: '윗쪽 위치',
+		id				: 'Id', // MISSING
+		langDir			: '쓰기 방향',
+		langDirNotSet	: '<설정되지 않음>',
+		langDirLTR		: '왼쪽에서 오른쪽 (LTR)',
+		langDirRTL		: '오른쪽에서 왼쪽 (RTL)',
+		acccessKey		: '엑세스 키',
+		name			: 'Name',
+		langCode		: '쓰기 방향',
+		tabIndex		: '탭 순서',
+		advisoryTitle	: 'Advisory Title',
+		advisoryContentType	: 'Advisory Content Type',
+		cssClasses		: 'Stylesheet Classes',
+		charset			: 'Linked Resource Charset',
+		styles			: 'Style',
+		selectAnchor	: '책갈피 선택',
+		anchorName		: '책갈피 이름',
+		anchorId		: '책갈피 ID',
+		emailAddress	: '이메일 주소',
+		emailSubject	: '제목',
+		emailBody		: '내용',
+		noAnchors		: '(문서에 책갈피가 없습니다.)',
+		noUrl			: '링크 URL을 입력하십시요.',
+		noEmail			: '이메일주소를 입력하십시요.'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: '책갈피 삽입/변경',
+		menu		: '책갈피 속성',
+		title		: '책갈피 속성',
+		name		: '책갈피 이름',
+		errorName	: '책갈피 이름을 입력하십시요.'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: '찾기 & 바꾸기',
+		find				: '찾기',
+		replace				: '바꾸기',
+		findWhat			: '찾을 문자열:',
+		replaceWith			: '바꿀 문자열:',
+		notFoundMsg			: '문자열을 찾을 수 없습니다.',
+		matchCase			: '대소문자 구분',
+		matchWord			: '온전한 단어',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: '모두 바꾸기',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: '표',
+		title		: '표 설정',
+		menu		: '표 설정',
+		deleteTable	: '표 삭제',
+		rows		: '가로줄',
+		columns		: '세로줄',
+		border		: '테두리 크기',
+		align		: '정렬',
+		alignNotSet	: '<설정되지 않음>',
+		alignLeft	: '왼쪽',
+		alignCenter	: '가운데',
+		alignRight	: '오른쪽',
+		width		: '너비',
+		widthPx		: '픽셀',
+		widthPc		: '퍼센트',
+		height		: '높이',
+		cellSpace	: '셀 간격',
+		cellPad		: '셀 여백',
+		caption		: '캡션',
+		summary		: 'Summary', // MISSING
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: '셀/칸(Cell)',
+			insertBefore	: '앞에 셀/칸 삽입',
+			insertAfter		: '뒤에 셀/칸 삽입',
+			deleteCell		: '셀 삭제',
+			merge			: '셀 합치기',
+			mergeRight		: '오른쪽 뭉치기',
+			mergeDown		: '왼쪽 뭉치기',
+			splitHorizontal	: '수평 나누기',
+			splitVertical	: '수직 나누기'
+		},
+
+		row :
+		{
+			menu			: '행(Row)',
+			insertBefore	: '앞에 행 삽입',
+			insertAfter		: '뒤에 행 삽입',
+			deleteRow		: '가로줄 삭제'
+		},
+
+		column :
+		{
+			menu			: '열(Column)',
+			insertBefore	: '앞에 열 삽입',
+			insertAfter		: '뒤에 열 삽입',
+			deleteColumn	: '세로줄 삭제'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: '버튼 속성',
+		text		: '버튼글자(값)',
+		type		: '버튼종류',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : '체크박스 속성',
+		radioTitle	: '라디오버튼 속성',
+		value		: '값',
+		selected	: '선택됨'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: '폼 속성',
+		menu		: '폼 속성',
+		action		: '실행경로(Action)',
+		method		: '방법(Method)',
+		encoding	: 'Encoding', // MISSING
+		target		: '타겟',
+		targetNotSet	: '<설정되지 않음>',
+		targetNew	: '새 창 (_blank)',
+		targetTop	: '최 상위 창 (_top)',
+		targetSelf	: '현재 창 (_self)',
+		targetParent	: '부모 창 (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: '펼침목록 속성',
+		selectInfo	: '정보',
+		opAvail		: '선택옵션',
+		value		: '값',
+		size		: '세로크기',
+		lines		: '줄',
+		chkMulti	: '여러항목 선택 허용',
+		opText		: '이름',
+		opValue		: '값',
+		btnAdd		: '추가',
+		btnModify	: '변경',
+		btnUp		: '위로',
+		btnDown		: '아래로',
+		btnSetValue : '선택된것으로 설정',
+		btnDelete	: '삭제'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: '입력영역 속성',
+		cols		: '칸수',
+		rows		: '줄수'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: '입력필드 속성',
+		name		: '이름',
+		value		: '값',
+		charWidth	: '글자 너비',
+		maxChars	: '최대 글자수',
+		type		: '종류',
+		typeText	: '문자열',
+		typePass	: '비밀번호'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: '숨김필드 속성',
+		name	: '이름',
+		value	: '값'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: '이미지 설정',
+		titleButton	: '이미지버튼 속성',
+		menu		: '이미지 설정',
+		infoTab	: '이미지 정보',
+		btnUpload	: '서버로 전송',
+		url		: 'URL',
+		upload	: '업로드',
+		alt		: '이미지 설명',
+		width		: '너비',
+		height	: '높이',
+		lockRatio	: '비율 유지',
+		resetSize	: '원래 크기로',
+		border	: '테두리',
+		hSpace	: '수평여백',
+		vSpace	: '수직여백',
+		align		: '정렬',
+		alignLeft	: '왼쪽',
+		alignAbsBottom: '줄아래(Abs Bottom)',
+		alignAbsMiddle: '줄중간(Abs Middle)',
+		alignBaseline	: '기준선',
+		alignBottom	: '아래',
+		alignMiddle	: '중간',
+		alignRight	: '오른쪽',
+		alignTextTop	: '글자상단',
+		alignTop	: '위',
+		preview	: '미리보기',
+		alertUrl	: '이미지 URL을 입력하십시요',
+		linkTab	: '링크',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: '플래쉬 속성',
+		propertiesTab	: 'Properties', // MISSING
+		title		: '플래쉬 등록정보',
+		chkPlay		: '자동재생',
+		chkLoop		: '반복',
+		chkMenu		: '플래쉬메뉴 가능',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: '영역',
+		scaleAll		: '모두보기',
+		scaleNoBorder	: '경계선없음',
+		scaleFit		: '영역자동조절',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: '정렬',
+		alignLeft	: '왼쪽',
+		alignAbsBottom: '줄아래(Abs Bottom)',
+		alignAbsMiddle: '줄중간(Abs Middle)',
+		alignBaseline	: '기준선',
+		alignBottom	: '아래',
+		alignMiddle	: '중간',
+		alignRight	: '오른쪽',
+		alignTextTop	: '글자상단',
+		alignTop	: '위',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: '배경 색상',
+		width	: '너비',
+		height	: '높이',
+		hSpace	: '수평여백',
+		vSpace	: '수직여백',
+		validateSrc : '링크 URL을 입력하십시요.',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: '철자검사',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: '사전에 없는 단어',
+		changeTo		: '변경할 단어',
+		btnIgnore		: '건너뜀',
+		btnIgnoreAll	: '모두 건너뜀',
+		btnReplace		: '변경',
+		btnReplaceAll	: '모두 변경',
+		btnUndo			: '취소',
+		noSuggestions	: '- 추천단어 없음 -',
+		progress		: '철자검사를 진행중입니다...',
+		noMispell		: '철자검사 완료: 잘못된 철자가 없습니다.',
+		noChanges		: '철자검사 완료: 변경된 단어가 없습니다.',
+		oneChange		: '철자검사 완료: 단어가 변경되었습니다.',
+		manyChanges		: '철자검사 완료: %1 단어가 변경되었습니다.',
+		ieSpellDownload	: '철자 검사기가 철치되지 않았습니다. 지금 다운로드하시겠습니까?'
+	},
+
+	smiley :
+	{
+		toolbar	: '아이콘',
+		title	: '아이콘 삽입'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : '순서있는 목록',
+	bulletedlist : '순서없는 목록',
+	indent : '들여쓰기',
+	outdent : '내어쓰기',
+
+	justify :
+	{
+		left : '왼쪽 정렬',
+		center : '가운데 정렬',
+		right : '오른쪽 정렬',
+		block : '양쪽 맞춤'
+	},
+
+	outdent : '내어쓰기',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: '붙여넣기',
+		cutError	: '브라우저의 보안설정때문에 잘라내기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요. (Ctrl+X).',
+		copyError	: '브라우저의 보안설정때문에 복사하기 기능을 실행할 수 없습니다. 키보드 명령을 사용하십시요.  (Ctrl+C).',
+		pasteMsg	: '키보드의 (<STRONG>Ctrl+V</STRONG>) 를 이용해서 상자안에 붙여넣고 <STRONG>OK</STRONG> 를 누르세요.',
+		securityMsg	: '브러우저 보안 설정으로 인해, 클립보드의 자료를 직접 접근할 수 없습니다. 이 창에 다시 붙여넣기 하십시오.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'MS Word 형식에서 붙여넣기',
+		title : 'MS Word 형식에서 붙여넣기',
+		advice : '키보드의 (<STRONG>Ctrl+V</STRONG>) 를 이용해서 상자안에 붙여넣고 <STRONG>OK</STRONG> 를 누르세요.',
+		ignoreFontFace : '폰트 설정 무시',
+		removeStyle : '스타일 정의 제거'
+	},
+
+	pasteText :
+	{
+		button : '텍스트로 붙여넣기',
+		title : '텍스트로 붙여넣기'
+	},
+
+	templates :
+	{
+		button : '템플릿',
+		title : '내용 템플릿',
+		insertOption: '현재 내용 바꾸기',
+		selectPromptMsg: '에디터에서 사용할 템플릿을 선택하십시요.<br>(지금까지 작성된 내용은 사라집니다.):',
+		emptyListMsg : '(템플릿이 없습니다.)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : '스타일',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : '포맷',
+		panelTitle : '포맷',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : '폰트',
+		panelTitle : '폰트'
+	},
+
+	fontSize :
+	{
+		label : '글자 크기',
+		panelTitle : '글자 크기'
+	},
+
+	colorButton :
+	{
+		textColorTitle : '글자 색상',
+		bgColorTitle : '배경 색상',
+		auto : '기본색상',
+		more : '색상선택...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/lt.js
===================================================================
--- /CKEditor/trunk/_source/lang/lt.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/lt.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Lithuanian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['lt'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Šaltinis',
+	newPage			: 'Naujas puslapis',
+	save			: 'Išsaugoti',
+	preview			: 'Peržiūra',
+	cut				: 'Iškirpti',
+	copy			: 'Kopijuoti',
+	paste			: 'Įdėti',
+	print			: 'Spausdinti',
+	underline		: 'Pabrauktas',
+	bold			: 'Pusjuodis',
+	italic			: 'Kursyvas',
+	selectAll		: 'Pažymėti viską',
+	removeFormat	: 'Panaikinti formatą',
+	strike			: 'Perbrauktas',
+	subscript		: 'Apatinis indeksas',
+	superscript		: 'Viršutinis indeksas',
+	horizontalrule	: 'Įterpti horizontalią liniją',
+	pagebreak		: 'Įterpti puslapių skirtuką',
+	unlink			: 'Panaikinti nuorodą',
+	undo			: 'Atšaukti',
+	redo			: 'Atstatyti',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Naršyti po serverį',
+		url				: 'URL',
+		protocol		: 'Protokolas',
+		upload			: 'Siųsti',
+		uploadSubmit	: 'Siųsti į serverį',
+		image			: 'Vaizdas',
+		flash			: 'Flash',
+		form			: 'Forma',
+		checkbox		: 'Žymimasis langelis',
+		radio		: 'Žymimoji akutė',
+		textField		: 'Teksto laukas',
+		textarea		: 'Teksto sritis',
+		hiddenField		: 'Nerodomas laukas',
+		button			: 'Mygtukas',
+		select	: 'Atrankos laukas',
+		imageButton		: 'Vaizdinis mygtukas',
+		notSet			: '<nėra nustatyta>',
+		id				: 'Id',
+		name			: 'Vardas',
+		langDir			: 'Teksto kryptis',
+		langDirLtr		: 'Iš kairės į dešinę (LTR)',
+		langDirRtl		: 'Iš dešinės į kairę (RTL)',
+		langCode		: 'Kalbos kodas',
+		longDescr		: 'Ilgas aprašymas URL',
+		cssClass		: 'Stilių lentelės klasės',
+		advisoryTitle	: 'Konsultacinė antraštė',
+		cssStyle		: 'Stilius',
+		ok				: 'OK',
+		cancel			: 'Nutraukti',
+		generalTab		: 'Bendros savybės',
+		advancedTab		: 'Papildomas',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Įterpti specialų simbolį',
+		title		: 'Pasirinkite specialų simbolį'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Įterpti/taisyti nuorodą',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Taisyti nuorodą',
+		title		: 'Nuoroda',
+		info		: 'Nuorodos informacija',
+		target		: 'Paskirties vieta',
+		upload		: 'Siųsti',
+		advanced	: 'Papildomas',
+		type		: 'Nuorodos tipas',
+		toAnchor	: 'Žymė šiame puslapyje',
+		toEmail		: 'El.paštas',
+		target		: 'Paskirties vieta',
+		targetNotSet	: '<nėra nustatyta>',
+		targetFrame	: '<kadras>',
+		targetPopup	: '<išskleidžiamas langas>',
+		targetNew	: 'Naujas langas (_blank)',
+		targetTop	: 'Svarbiausias langas (_top)',
+		targetSelf	: 'Tas pats langas (_self)',
+		targetParent	: 'Pirminis langas (_parent)',
+		targetFrameName	: 'Paskirties kadro vardas',
+		targetPopupName	: 'Paskirties lango vardas',
+		popupFeatures	: 'Išskleidžiamo lango savybės',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Būsenos juosta',
+		popupLocationBar	: 'Adreso juosta',
+		popupToolbar	: 'Mygtukų juosta',
+		popupMenuBar	: 'Meniu juosta',
+		popupFullScreen	: 'Visas ekranas (IE)',
+		popupScrollBars	: 'Slinkties juostos',
+		popupDependent	: 'Priklausomas (Netscape)',
+		popupWidth		: 'Plotis',
+		popupLeft		: 'Kairė pozicija',
+		popupHeight		: 'Aukštis',
+		popupTop		: 'Viršutinė pozicija',
+		id				: 'Id', // MISSING
+		langDir			: 'Teksto kryptis',
+		langDirNotSet	: '<nėra nustatyta>',
+		langDirLTR		: 'Iš kairės į dešinę (LTR)',
+		langDirRTL		: 'Iš dešinės į kairę (RTL)',
+		acccessKey		: 'Prieigos raktas',
+		name			: 'Vardas',
+		langCode		: 'Teksto kryptis',
+		tabIndex		: 'Tabuliavimo indeksas',
+		advisoryTitle	: 'Konsultacinė antraštė',
+		advisoryContentType	: 'Konsultacinio turinio tipas',
+		cssClasses		: 'Stilių lentelės klasės',
+		charset			: 'Susietų išteklių simbolių lentelė',
+		styles			: 'Stilius',
+		selectAnchor	: 'Pasirinkite žymę',
+		anchorName		: 'Pagal žymės vardą',
+		anchorId		: 'Pagal žymės Id',
+		emailAddress	: 'El.pašto adresas',
+		emailSubject	: 'Žinutės tema',
+		emailBody		: 'Žinutės turinys',
+		noAnchors		: '(Šiame dokumente žymių nėra)',
+		noUrl			: 'Prašome įvesti nuorodos URL',
+		noEmail			: 'Prašome įvesti el.pašto adresą'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Įterpti/modifikuoti žymę',
+		menu		: 'Žymės savybės',
+		title		: 'Žymės savybės',
+		name		: 'Žymės vardas',
+		errorName	: 'Prašome įvesti žymės vardą'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Surasti ir pakeisti',
+		find				: 'Rasti',
+		replace				: 'Pakeisti',
+		findWhat			: 'Surasti tekstą:',
+		replaceWith			: 'Pakeisti tekstu:',
+		notFoundMsg			: 'Nurodytas tekstas nerastas.',
+		matchCase			: 'Skirti didžiąsias ir mažąsias raides',
+		matchWord			: 'Atitikti pilną žodį',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Pakeisti viską',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Lentelė',
+		title		: 'Lentelės savybės',
+		menu		: 'Lentelės savybės',
+		deleteTable	: 'Šalinti lentelę',
+		rows		: 'Eilutės',
+		columns		: 'Stulpeliai',
+		border		: 'Rėmelio dydis',
+		align		: 'Lygiuoti',
+		alignNotSet	: '<Nenustatyta>',
+		alignLeft	: 'Kairę',
+		alignCenter	: 'Centrą',
+		alignRight	: 'Dešinę',
+		width		: 'Plotis',
+		widthPx		: 'taškais',
+		widthPc		: 'procentais',
+		height		: 'Aukštis',
+		cellSpace	: 'Tarpas tarp langelių',
+		cellPad		: 'Trapas nuo langelio rėmo iki teksto',
+		caption		: 'Antraštė',
+		summary		: 'Santrauka',
+		headers		: 'Antraštės',
+		headersNone		: 'Nėra',
+		headersColumn	: 'Pirmas stulpelis',
+		headersRow		: 'Pirma eilutė',
+		headersBoth		: 'Abu',
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Langelis',
+			insertBefore	: 'Įterpti langelį prieš',
+			insertAfter		: 'Įterpti langelį po',
+			deleteCell		: 'Šalinti langelius',
+			merge			: 'Sujungti langelius',
+			mergeRight		: 'Sujungti su dešine',
+			mergeDown		: 'Sujungti su apačia',
+			splitHorizontal	: 'Skaidyti langelį horizontaliai',
+			splitVertical	: 'Skaidyti langelį vertikaliai'
+		},
+
+		row :
+		{
+			menu			: 'Eilutė',
+			insertBefore	: 'Įterpti eilutę prieš',
+			insertAfter		: 'Įterpti eilutę po',
+			deleteRow		: 'Šalinti eilutes'
+		},
+
+		column :
+		{
+			menu			: 'Stulpelis',
+			insertBefore	: 'Įterpti stulpelį prieš',
+			insertAfter		: 'Įterpti stulpelį po',
+			deleteColumn	: 'Šalinti stulpelius'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Mygtuko savybės',
+		text		: 'Tekstas (Reikšmė)',
+		type		: 'Tipas',
+		typeBtn		: 'Mygtukas',
+		typeSbm		: 'Siųsti',
+		typeRst		: 'Išvalyti'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Žymimojo langelio savybės',
+		radioTitle	: 'Žymimosios akutės savybės',
+		value		: 'Reikšmė',
+		selected	: 'Pažymėtas'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Formos savybės',
+		menu		: 'Formos savybės',
+		action		: 'Veiksmas',
+		method		: 'Metodas',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Paskirties vieta',
+		targetNotSet	: '<nėra nustatyta>',
+		targetNew	: 'Naujas langas (_blank)',
+		targetTop	: 'Svarbiausias langas (_top)',
+		targetSelf	: 'Tas pats langas (_self)',
+		targetParent	: 'Pirminis langas (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Atrankos lauko savybės',
+		selectInfo	: 'Informacija',
+		opAvail		: 'Galimos parinktys',
+		value		: 'Reikšmė',
+		size		: 'Dydis',
+		lines		: 'eilučių',
+		chkMulti	: 'Leisti daugeriopą atranką',
+		opText		: 'Tekstas',
+		opValue		: 'Reikšmė',
+		btnAdd		: 'Įtraukti',
+		btnModify	: 'Modifikuoti',
+		btnUp		: 'Aukštyn',
+		btnDown		: 'Žemyn',
+		btnSetValue : 'Laikyti pažymėta reikšme',
+		btnDelete	: 'Trinti'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Teksto srities savybės',
+		cols		: 'Ilgis',
+		rows		: 'Plotis'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Teksto lauko savybės',
+		name		: 'Vardas',
+		value		: 'Reikšmė',
+		charWidth	: 'Ilgis simboliais',
+		maxChars	: 'Maksimalus simbolių skaičius',
+		type		: 'Tipas',
+		typeText	: 'Tekstas',
+		typePass	: 'Slaptažodis'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Nerodomo lauko savybės',
+		name	: 'Vardas',
+		value	: 'Reikšmė'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Vaizdo savybės',
+		titleButton	: 'Vaizdinio mygtuko savybės',
+		menu		: 'Vaizdo savybės',
+		infoTab	: 'Vaizdo informacija',
+		btnUpload	: 'Siųsti į serverį',
+		url		: 'URL',
+		upload	: 'Nusiųsti',
+		alt		: 'Alternatyvus Tekstas',
+		width		: 'Plotis',
+		height	: 'Aukštis',
+		lockRatio	: 'Išlaikyti proporciją',
+		resetSize	: 'Atstatyti dydį',
+		border	: 'Rėmelis',
+		hSpace	: 'Hor.Erdvė',
+		vSpace	: 'Vert.Erdvė',
+		align		: 'Lygiuoti',
+		alignLeft	: 'Kairę',
+		alignAbsBottom: 'Absoliučią apačią',
+		alignAbsMiddle: 'Absoliutų vidurį',
+		alignBaseline	: 'Apatinę liniją',
+		alignBottom	: 'Apačią',
+		alignMiddle	: 'Vidurį',
+		alignRight	: 'Dešinę',
+		alignTextTop	: 'Teksto viršūnę',
+		alignTop	: 'Viršūnę',
+		preview	: 'Peržiūra',
+		alertUrl	: 'Prašome įvesti vaizdo URL',
+		linkTab	: 'Nuoroda',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash savybės',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash savybės',
+		chkPlay		: 'Automatinis paleidimas',
+		chkLoop		: 'Ciklas',
+		chkMenu		: 'Leisti Flash meniu',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Mastelis',
+		scaleAll		: 'Rodyti visą',
+		scaleNoBorder	: 'Be rėmelio',
+		scaleFit		: 'Tikslus atitikimas',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Lygiuoti',
+		alignLeft	: 'Kairę',
+		alignAbsBottom: 'Absoliučią apačią',
+		alignAbsMiddle: 'Absoliutų vidurį',
+		alignBaseline	: 'Apatinę liniją',
+		alignBottom	: 'Apačią',
+		alignMiddle	: 'Vidurį',
+		alignRight	: 'Dešinę',
+		alignTextTop	: 'Teksto viršūnę',
+		alignTop	: 'Viršūnę',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Fono spalva',
+		width	: 'Plotis',
+		height	: 'Aukštis',
+		hSpace	: 'Hor.Erdvė',
+		vSpace	: 'Vert.Erdvė',
+		validateSrc : 'Prašome įvesti nuorodos URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Rašybos tikrinimas',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Žodyne nerastas',
+		changeTo		: 'Pakeisti į',
+		btnIgnore		: 'Ignoruoti',
+		btnIgnoreAll	: 'Ignoruoti visus',
+		btnReplace		: 'Pakeisti',
+		btnReplaceAll	: 'Pakeisti visus',
+		btnUndo			: 'Atšaukti',
+		noSuggestions	: '- Nėra pasiūlymų -',
+		progress		: 'Vyksta rašybos tikrinimas...',
+		noMispell		: 'Rašybos tikrinimas baigtas: Nerasta rašybos klaidų',
+		noChanges		: 'Rašybos tikrinimas baigtas: Nėra pakeistų žodžių',
+		oneChange		: 'Rašybos tikrinimas baigtas: Vienas žodis pakeistas',
+		manyChanges		: 'Rašybos tikrinimas baigtas: Pakeista %1 žodžių',
+		ieSpellDownload	: 'Rašybos tikrinimas neinstaliuotas. Ar Jūs norite jį dabar atsisiųsti?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Veideliai',
+		title	: 'Įterpti veidelį'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numeruotas sąrašas',
+	bulletedlist : 'Suženklintas sąrašas',
+	indent : 'Padidinti įtrauką',
+	outdent : 'Sumažinti įtrauką',
+
+	justify :
+	{
+		left : 'Lygiuoti kairę',
+		center : 'Centruoti',
+		right : 'Lygiuoti dešinę',
+		block : 'Lygiuoti abi puses'
+	},
+
+	outdent : 'Sumažinti įtrauką',
+	blockquote : 'Citata',
+
+	clipboard :
+	{
+		title		: 'Įdėti',
+		cutError	: 'Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti iškirpimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl+X).',
+		copyError	: 'Jūsų naršyklės saugumo nustatymai neleidžia redaktoriui automatiškai įvykdyti kopijavimo operacijų. Tam prašome naudoti klaviatūrą (Ctrl+C).',
+		pasteMsg	: 'Žemiau esančiame įvedimo lauke įdėkite tekstą, naudodami klaviatūrą (<STRONG>Ctrl+V</STRONG>) ir paspauskite mygtuką <STRONG>OK</STRONG>.',
+		securityMsg	: 'Dėl jūsų naršyklės saugumo nustatymų, redaktorius negali tiesiogiai pasiekti laikinosios atminties. Jums reikia nukopijuoti dar kartą į šį langą.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Įdėti iš Word',
+		title : 'Įdėti iš Word',
+		advice : 'Žemiau esančiame įvedimo lauke įdėkite tekstą, naudodami klaviatūrą (<STRONG>Ctrl+V</STRONG>) ir paspauskite mygtuką <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignoruoti šriftų nustatymus',
+		removeStyle : 'Pašalinti stilių nustatymus'
+	},
+
+	pasteText :
+	{
+		button : 'Įdėti kaip gryną tekstą',
+		title : 'Įdėti kaip gryną tekstą'
+	},
+
+	templates :
+	{
+		button : 'Šablonai',
+		title : 'Turinio šablonai',
+		insertOption: 'Pakeisti dabartinį turinį pasirinktu šablonu',
+		selectPromptMsg: 'Pasirinkite norimą šabloną<br>(<b>Dėmesio!</b> esamas turinys bus prarastas):',
+		emptyListMsg : '(Šablonų sąrašas tuščias)'
+	},
+
+	showBlocks : 'Rodyti blokus',
+
+	stylesCombo :
+	{
+		label : 'Stilius',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Šrifto formatas',
+		panelTitle : 'Šrifto formatas',
+
+		tag_p : 'Normalus',
+		tag_pre : 'Formuotas',
+		tag_address : 'Kreipinio',
+		tag_h1 : 'Antraštinis 1',
+		tag_h2 : 'Antraštinis 2',
+		tag_h3 : 'Antraštinis 3',
+		tag_h4 : 'Antraštinis 4',
+		tag_h5 : 'Antraštinis 5',
+		tag_h6 : 'Antraštinis 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Šriftas',
+		panelTitle : 'Šriftas'
+	},
+
+	fontSize :
+	{
+		label : 'Šrifto dydis',
+		panelTitle : 'Šrifto dydis'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Teksto spalva',
+		bgColorTitle : 'Fono spalva',
+		auto : 'Automatinis',
+		more : 'Daugiau spalvų...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/lv.js
===================================================================
--- /CKEditor/trunk/_source/lang/lv.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/lv.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Latvian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['lv'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'HTML kods',
+	newPage			: 'Jauna lapa',
+	save			: 'Saglabāt',
+	preview			: 'Pārskatīt',
+	cut				: 'Izgriezt',
+	copy			: 'Kopēt',
+	paste			: 'Ievietot',
+	print			: 'Drukāt',
+	underline		: 'Apakšsvītra',
+	bold			: 'Treknu šriftu',
+	italic			: 'Slīprakstā',
+	selectAll		: 'Iezīmēt visu',
+	removeFormat	: 'Noņemt stilus',
+	strike			: 'Pārsvītrots',
+	subscript		: 'Zemrakstā',
+	superscript		: 'Augšrakstā',
+	horizontalrule	: 'Ievietot horizontālu Atdalītājsvītru',
+	pagebreak		: 'Ievietot lapas pārtraukumu',
+	unlink			: 'Noņemt hipersaiti',
+	undo			: 'Atcelt',
+	redo			: 'Atkārtot',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Skatīt servera saturu',
+		url				: 'URL',
+		protocol		: 'Protokols',
+		upload			: 'Augšupielādēt',
+		uploadSubmit	: 'Nosūtīt serverim',
+		image			: 'Attēls',
+		flash			: 'Flash',
+		form			: 'Forma',
+		checkbox		: 'Atzīmēšanas kastīte',
+		radio		: 'Izvēles poga',
+		textField		: 'Teksta rinda',
+		textarea		: 'Teksta laukums',
+		hiddenField		: 'Paslēpta teksta rinda',
+		button			: 'Poga',
+		select	: 'Iezīmēšanas lauks',
+		imageButton		: 'Attēlpoga',
+		notSet			: '<nav iestatīts>',
+		id				: 'Id',
+		name			: 'Nosaukums',
+		langDir			: 'Valodas lasīšanas virziens',
+		langDirLtr		: 'No kreisās uz labo (LTR)',
+		langDirRtl		: 'No labās uz kreiso (RTL)',
+		langCode		: 'Valodas kods',
+		longDescr		: 'Gara apraksta Hipersaite',
+		cssClass		: 'Stilu saraksta klases',
+		advisoryTitle	: 'Konsultatīvs virsraksts',
+		cssStyle		: 'Stils',
+		ok				: 'Darīts!',
+		cancel			: 'Atcelt',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Izvērstais',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Ievietot speciālo simbolu',
+		title		: 'Ievietot īpašu simbolu'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Ievietot/Labot hipersaiti',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Labot hipersaiti',
+		title		: 'Hipersaite',
+		info		: 'Hipersaites informācija',
+		target		: 'Mērķis',
+		upload		: 'Augšupielādēt',
+		advanced	: 'Izvērstais',
+		type		: 'Hipersaites tips',
+		toAnchor	: 'Iezīme šajā lapā',
+		toEmail		: 'E-pasts',
+		target		: 'Mērķis',
+		targetNotSet	: '<nav iestatīts>',
+		targetFrame	: '<ietvars>',
+		targetPopup	: '<uznirstošā logā>',
+		targetNew	: 'Jaunā logā (_blank)',
+		targetTop	: 'Visredzamākajā logā (_top)',
+		targetSelf	: 'Tajā pašā logā (_self)',
+		targetParent	: 'Esošajā logā (_parent)',
+		targetFrameName	: 'Mērķa ietvara nosaukums',
+		targetPopupName	: 'Uznirstošā loga nosaukums',
+		popupFeatures	: 'Uznirstošā loga nosaukums īpašības',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statusa josla',
+		popupLocationBar	: 'Atrašanās vietas josla',
+		popupToolbar	: 'Rīku josla',
+		popupMenuBar	: 'Izvēlnes josla',
+		popupFullScreen	: 'Pilnā ekrānā (IE)',
+		popupScrollBars	: 'Ritjoslas',
+		popupDependent	: 'Atkarīgs (Netscape)',
+		popupWidth		: 'Platums',
+		popupLeft		: 'Kreisā koordināte',
+		popupHeight		: 'Augstums',
+		popupTop		: 'Augšējā koordināte',
+		id				: 'Id', // MISSING
+		langDir			: 'Valodas lasīšanas virziens',
+		langDirNotSet	: '<nav iestatīts>',
+		langDirLTR		: 'No kreisās uz labo (LTR)',
+		langDirRTL		: 'No labās uz kreiso (RTL)',
+		acccessKey		: 'Pieejas kods',
+		name			: 'Nosaukums',
+		langCode		: 'Valodas lasīšanas virziens',
+		tabIndex		: 'Ciļņu indekss',
+		advisoryTitle	: 'Konsultatīvs virsraksts',
+		advisoryContentType	: 'Konsultatīvs satura tips',
+		cssClasses		: 'Stilu saraksta klases',
+		charset			: 'Pievienotā resursa kodu tabula',
+		styles			: 'Stils',
+		selectAnchor	: 'Izvēlēties iezīmi',
+		anchorName		: 'Pēc iezīmes nosaukuma',
+		anchorId		: 'Pēc elementa ID',
+		emailAddress	: 'E-pasta adrese',
+		emailSubject	: 'Ziņas tēma',
+		emailBody		: 'Ziņas saturs',
+		noAnchors		: '(Šajā dokumentā nav iezīmju)',
+		noUrl			: 'Lūdzu norādi hipersaiti',
+		noEmail			: 'Lūdzu norādi e-pasta adresi'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Ievietot/Labot iezīmi',
+		menu		: 'Iezīmes īpašības',
+		title		: 'Iezīmes īpašības',
+		name		: 'Iezīmes nosaukums',
+		errorName	: 'Lūdzu norādiet iezīmes nosaukumu'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Meklēt',
+		replace				: 'Nomainīt',
+		findWhat			: 'Meklēt:',
+		replaceWith			: 'Nomainīt uz:',
+		notFoundMsg			: 'Norādītā frāze netika atrasta.',
+		matchCase			: 'Reģistrjūtīgs',
+		matchWord			: 'Jāsakrīt pilnībā',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Aizvietot visu',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabula',
+		title		: 'Tabulas īpašības',
+		menu		: 'Tabulas īpašības',
+		deleteTable	: 'Dzēst tabulu',
+		rows		: 'Rindas',
+		columns		: 'Kolonnas',
+		border		: 'Rāmja izmērs',
+		align		: 'Novietojums',
+		alignNotSet	: '<nav norādīts>',
+		alignLeft	: 'Pa kreisi',
+		alignCenter	: 'Centrēti',
+		alignRight	: 'Pa labi',
+		width		: 'Platums',
+		widthPx		: 'pikseļos',
+		widthPc		: 'procentuāli',
+		height		: 'Augstums',
+		cellSpace	: 'Rūtiņu atstatums',
+		cellPad		: 'Rūtiņu nobīde',
+		caption		: 'Leģenda',
+		summary		: 'Anotācija',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Šūna',
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Dzēst rūtiņas',
+			merge			: 'Apvienot rūtiņas',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Rinda',
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Dzēst rindas'
+		},
+
+		column :
+		{
+			menu			: 'Kolonna',
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Dzēst kolonnas'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Pogas īpašības',
+		text		: 'Teksts (vērtība)',
+		type		: 'Tips',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Atzīmēšanas kastītes īpašības',
+		radioTitle	: 'Izvēles poga īpašības',
+		value		: 'Vērtība',
+		selected	: 'Iezīmēts'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Formas īpašības',
+		menu		: 'Formas īpašības',
+		action		: 'Darbība',
+		method		: 'Metode',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Mērķis',
+		targetNotSet	: '<nav iestatīts>',
+		targetNew	: 'Jaunā logā (_blank)',
+		targetTop	: 'Visredzamākajā logā (_top)',
+		targetSelf	: 'Tajā pašā logā (_self)',
+		targetParent	: 'Esošajā logā (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Iezīmēšanas lauka īpašības',
+		selectInfo	: 'Informācija',
+		opAvail		: 'Pieejamās iespējas',
+		value		: 'Vērtība',
+		size		: 'Izmērs',
+		lines		: 'rindas',
+		chkMulti	: 'Atļaut vairākus iezīmējumus',
+		opText		: 'Teksts',
+		opValue		: 'Vērtība',
+		btnAdd		: 'Pievienot',
+		btnModify	: 'Veikt izmaiņas',
+		btnUp		: 'Augšup',
+		btnDown		: 'Lejup',
+		btnSetValue : 'Noteikt kā iezīmēto vērtību',
+		btnDelete	: 'Dzēst'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Teksta laukuma īpašības',
+		cols		: 'Kolonnas',
+		rows		: 'Rindas'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Teksta rindas  īpašības',
+		name		: 'Nosaukums',
+		value		: 'Vērtība',
+		charWidth	: 'Simbolu platums',
+		maxChars	: 'Simbolu maksimālais daudzums',
+		type		: 'Tips',
+		typeText	: 'Teksts',
+		typePass	: 'Parole'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Paslēptās teksta rindas īpašības',
+		name	: 'Nosaukums',
+		value	: 'Vērtība'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Attēla īpašības',
+		titleButton	: 'Attēlpogas īpašības',
+		menu		: 'Attēla īpašības',
+		infoTab	: 'Informācija par attēlu',
+		btnUpload	: 'Nosūtīt serverim',
+		url		: 'URL',
+		upload	: 'Augšupielādēt',
+		alt		: 'Alternatīvais teksts',
+		width		: 'Platums',
+		height	: 'Augstums',
+		lockRatio	: 'Nemainīga Augstuma/Platuma attiecība',
+		resetSize	: 'Atjaunot sākotnējo izmēru',
+		border	: 'Rāmis',
+		hSpace	: 'Horizontālā telpa',
+		vSpace	: 'Vertikālā telpa',
+		align		: 'Nolīdzināt',
+		alignLeft	: 'Pa kreisi',
+		alignAbsBottom: 'Absolūti apakšā',
+		alignAbsMiddle: 'Absolūti vertikāli centrēts',
+		alignBaseline	: 'Pamatrindā',
+		alignBottom	: 'Apakšā',
+		alignMiddle	: 'Vertikāli centrēts',
+		alignRight	: 'Pa labi',
+		alignTextTop	: 'Teksta augšā',
+		alignTop	: 'Augšā',
+		preview	: 'Pārskats',
+		alertUrl	: 'Lūdzu norādīt attēla hipersaiti',
+		linkTab	: 'Hipersaite',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash īpašības',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash īpašības',
+		chkPlay		: 'Automātiska atskaņošana',
+		chkLoop		: 'Nepārtraukti',
+		chkMenu		: 'Atļaut Flash izvēlni',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Mainīt izmēru',
+		scaleAll		: 'Rādīt visu',
+		scaleNoBorder	: 'Bez rāmja',
+		scaleFit		: 'Precīzs izmērs',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Nolīdzināt',
+		alignLeft	: 'Pa kreisi',
+		alignAbsBottom: 'Absolūti apakšā',
+		alignAbsMiddle: 'Absolūti vertikāli centrēts',
+		alignBaseline	: 'Pamatrindā',
+		alignBottom	: 'Apakšā',
+		alignMiddle	: 'Vertikāli centrēts',
+		alignRight	: 'Pa labi',
+		alignTextTop	: 'Teksta augšā',
+		alignTop	: 'Augšā',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Fona krāsa',
+		width	: 'Platums',
+		height	: 'Augstums',
+		hSpace	: 'Horizontālā telpa',
+		vSpace	: 'Vertikālā telpa',
+		validateSrc : 'Lūdzu norādi hipersaiti',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Pareizrakstības pārbaude',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Netika atrasts vārdnīcā',
+		changeTo		: 'Nomainīt uz',
+		btnIgnore		: 'Ignorēt',
+		btnIgnoreAll	: 'Ignorēt visu',
+		btnReplace		: 'Aizvietot',
+		btnReplaceAll	: 'Aizvietot visu',
+		btnUndo			: 'Atcelt',
+		noSuggestions	: '- Nav ieteikumu -',
+		progress		: 'Notiek pareizrakstības pārbaude...',
+		noMispell		: 'Pareizrakstības pārbaude pabeigta: kļūdas netika atrastas',
+		noChanges		: 'Pareizrakstības pārbaude pabeigta: nekas netika labots',
+		oneChange		: 'Pareizrakstības pārbaude pabeigta: 1 vārds izmainīts',
+		manyChanges		: 'Pareizrakstības pārbaude pabeigta: %1 vārdi tika mainīti',
+		ieSpellDownload	: 'Pareizrakstības pārbaudītājs nav pievienots. Vai vēlaties to lejupielādēt tagad?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smaidiņi',
+		title	: 'Ievietot smaidiņu'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numurēts saraksts',
+	bulletedlist : 'Izcelts saraksts',
+	indent : 'Palielināt atkāpi',
+	outdent : 'Samazināt atkāpi',
+
+	justify :
+	{
+		left : 'Izlīdzināt pa kreisi',
+		center : 'Izlīdzināt pret centru',
+		right : 'Izlīdzināt pa labi',
+		block : 'Izlīdzināt malas'
+	},
+
+	outdent : 'Samazināt atkāpi',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Ievietot',
+		cutError	: 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj editoram automātiski veikt izgriešanas darbību.  Lūdzu, izmantojiet (Ctrl+X, lai veiktu šo darbību.',
+		copyError	: 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj editoram automātiski veikt kopēšanas darbību.  Lūdzu, izmantojiet (Ctrl+C), lai veiktu šo darbību.',
+		pasteMsg	: 'Lūdzu, ievietojiet tekstu šajā laukumā, izmantojot klaviatūru (<STRONG>Ctrl+V</STRONG>) un apstipriniet ar <STRONG>Darīts!</STRONG>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Ievietot no Worda',
+		title : 'Ievietot no Worda',
+		advice : 'Lūdzu, ievietojiet tekstu šajā laukumā, izmantojot klaviatūru (<STRONG>Ctrl+V</STRONG>) un apstipriniet ar <STRONG>Darīts!</STRONG>.',
+		ignoreFontFace : 'Ignorēt iepriekš norādītos fontus',
+		removeStyle : 'Noņemt norādītos stilus'
+	},
+
+	pasteText :
+	{
+		button : 'Ievietot kā vienkāršu tekstu',
+		title : 'Ievietot kā vienkāršu tekstu'
+	},
+
+	templates :
+	{
+		button : 'Sagataves',
+		title : 'Satura sagataves',
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'Lūdzu, norādiet sagatavi, ko atvērt editorā<br>(patreizējie dati tiks zaudēti):',
+		emptyListMsg : '(Nav norādītas sagataves)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Stils',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formāts',
+		panelTitle : 'Formāts',
+
+		tag_p : 'Normāls teksts',
+		tag_pre : 'Formatēts teksts',
+		tag_address : 'Adrese',
+		tag_h1 : 'Virsraksts 1',
+		tag_h2 : 'Virsraksts 2',
+		tag_h3 : 'Virsraksts 3',
+		tag_h4 : 'Virsraksts 4',
+		tag_h5 : 'Virsraksts 5',
+		tag_h6 : 'Virsraksts 6',
+		tag_div : 'Rindkopa (DIV)'
+	},
+
+	font :
+	{
+		label : 'Šrifts',
+		panelTitle : 'Šrifts'
+	},
+
+	fontSize :
+	{
+		label : 'Izmērs',
+		panelTitle : 'Izmērs'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Teksta krāsa',
+		bgColorTitle : 'Fona krāsa',
+		auto : 'Automātiska',
+		more : 'Plašāka palete...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/mn.js
===================================================================
--- /CKEditor/trunk/_source/lang/mn.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/mn.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Mongolian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['mn'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Код',
+	newPage			: 'Шинэ хуудас',
+	save			: 'Хадгалах',
+	preview			: 'Уридчлан харах',
+	cut				: 'Хайчлах',
+	copy			: 'Хуулах',
+	paste			: 'Буулгах',
+	print			: 'Хэвлэх',
+	underline		: 'Доогуур нь зураастай болгох',
+	bold			: 'Тод бүдүүн',
+	italic			: 'Налуу',
+	selectAll		: 'Бүгдийг нь сонгох',
+	removeFormat	: 'Формат авч хаях',
+	strike			: 'Дундуур нь зураастай болгох',
+	subscript		: 'Суурь болгох',
+	superscript		: 'Зэрэг болгох',
+	horizontalrule	: 'Хөндлөн зураас оруулах',
+	pagebreak		: 'Хуудас тусгаарлагч оруулах',
+	unlink			: 'Линк авч хаях',
+	undo			: 'Хүчингүй болгох',
+	redo			: 'Өмнөх үйлдлээ сэргээх',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Сервер харуулах',
+		url				: 'URL',
+		protocol		: 'Протокол',
+		upload			: 'Хуулах',
+		uploadSubmit	: 'Үүнийг сервэррүү илгээ',
+		image			: 'Зураг',
+		flash			: 'Флаш',
+		form			: 'Форм',
+		checkbox		: 'Чекбокс',
+		radio		: 'Радио товч',
+		textField		: 'Техт талбар',
+		textarea		: 'Техт орчин',
+		hiddenField		: 'Нууц талбар',
+		button			: 'Товч',
+		select	: 'Сонгогч талбар',
+		imageButton		: 'Зурагтай товч',
+		notSet			: '<Оноохгүй>',
+		id				: 'Id',
+		name			: 'Нэр',
+		langDir			: 'Хэлний чиглэл',
+		langDirLtr		: 'Зүүнээс баруун (LTR)',
+		langDirRtl		: 'Баруунаас зүүн (RTL)',
+		langCode		: 'Хэлний код',
+		longDescr		: 'URL-ын тайлбар',
+		cssClass		: 'Stylesheet классууд',
+		advisoryTitle	: 'Зөвлөлдөх гарчиг',
+		cssStyle		: 'Загвар',
+		ok				: 'OK',
+		cancel			: 'Болих',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Нэмэлт',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Онцгой тэмдэгт оруулах',
+		title		: 'Онцгой тэмдэгт сонгох'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Линк Оруулах/Засварлах',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Холбоос засварлах',
+		title		: 'Линк',
+		info		: 'Линкийн мэдээлэл',
+		target		: 'Байрлал',
+		upload		: 'Хуулах',
+		advanced	: 'Нэмэлт',
+		type		: 'Линкийн төрөл',
+		toAnchor	: 'Энэ хуудасандах холбоос',
+		toEmail		: 'E-Mail',
+		target		: 'Байрлал',
+		targetNotSet	: '<Оноохгүй>',
+		targetFrame	: '<Агуулах хүрээ>',
+		targetPopup	: '<popup цонх>',
+		targetNew	: 'Шинэ цонх (_blank)',
+		targetTop	: 'Хамгийн түрүүн байх цонх (_top)',
+		targetSelf	: 'Төстэй цонх (_self)',
+		targetParent	: 'Эцэг цонх (_parent)',
+		targetFrameName	: 'Очих фремын нэр',
+		targetPopupName	: 'Popup цонхны нэр',
+		popupFeatures	: 'Popup цонхны онцлог',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Статус хэсэг',
+		popupLocationBar	: 'Location хэсэг',
+		popupToolbar	: 'Багажны хэсэг',
+		popupMenuBar	: 'Meню хэсэг',
+		popupFullScreen	: 'Цонх дүүргэх (IE)',
+		popupScrollBars	: 'Скрол хэсэгүүд',
+		popupDependent	: 'Хамаатай (Netscape)',
+		popupWidth		: 'Өргөн',
+		popupLeft		: 'Зүүн байрлал',
+		popupHeight		: 'Өндөр',
+		popupTop		: 'Дээд байрлал',
+		id				: 'Id', // MISSING
+		langDir			: 'Хэлний чиглэл',
+		langDirNotSet	: '<Оноохгүй>',
+		langDirLTR		: 'Зүүнээс баруун (LTR)',
+		langDirRTL		: 'Баруунаас зүүн (RTL)',
+		acccessKey		: 'Холбох түлхүүр',
+		name			: 'Нэр',
+		langCode		: 'Хэлний чиглэл',
+		tabIndex		: 'Tab индекс',
+		advisoryTitle	: 'Зөвлөлдөх гарчиг',
+		advisoryContentType	: 'Зөвлөлдөх төрлийн агуулга',
+		cssClasses		: 'Stylesheet классууд',
+		charset			: 'Тэмдэгт оноох нөөцөд холбогдсон',
+		styles			: 'Загвар',
+		selectAnchor	: 'Холбоос сонгох',
+		anchorName		: 'Холбоосын нэрээр',
+		anchorId		: 'Элемэнт Id-гаар',
+		emailAddress	: 'E-Mail Хаяг',
+		emailSubject	: 'Message гарчиг',
+		emailBody		: 'Message-ийн агуулга',
+		noAnchors		: '(Баримт бичиг холбоосгүй байна)',
+		noUrl			: 'Линк URL-ээ төрөлжүүлнэ үү',
+		noEmail			: 'Е-mail хаягаа төрөлжүүлнэ үү'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Холбоос Оруулах/Засварлах',
+		menu		: 'Холбоос шинж чанар',
+		title		: 'Холбоос шинж чанар',
+		name		: 'Холбоос нэр',
+		errorName	: 'Холбоос төрөл оруулна уу'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Хай мөн Дарж бич',
+		find				: 'Хайх',
+		replace				: 'Солих',
+		findWhat			: 'Хайх үг/үсэг:',
+		replaceWith			: 'Солих үг:',
+		notFoundMsg			: 'Хайсан текст олсонгүй.',
+		matchCase			: 'Тэнцэх төлөв',
+		matchWord			: 'Тэнцэх бүтэн үг',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Бүгдийг нь Солих',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Хүснэгт',
+		title		: 'Хүснэгт',
+		menu		: 'Хүснэгт',
+		deleteTable	: 'Хүснэгт устгах',
+		rows		: 'Мөр',
+		columns		: 'Багана',
+		border		: 'Хүрээний хэмжээ',
+		align		: 'Эгнээ',
+		alignNotSet	: '<Оноохгүй>',
+		alignLeft	: 'Зүүн талд',
+		alignCenter	: 'Төвд',
+		alignRight	: 'Баруун талд',
+		width		: 'Өргөн',
+		widthPx		: 'цэг',
+		widthPc		: 'хувь',
+		height		: 'Өндөр',
+		cellSpace	: 'Нүх хоорондын зай (spacing)',
+		cellPad		: 'Нүх доторлох(padding)',
+		caption		: 'Тайлбар',
+		summary		: 'Тайлбар',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Нүх/зай',
+			insertBefore	: 'Нүх/зай өмнө нь оруулах',
+			insertAfter		: 'Нүх/зай дараа нь оруулах',
+			deleteCell		: 'Нүх устгах',
+			merge			: 'Нүх нэгтэх',
+			mergeRight		: 'Баруун тийш нэгтгэх',
+			mergeDown		: 'Доош нэгтгэх',
+			splitHorizontal	: 'Нүх/зайг босоогоор нь тусгаарлах',
+			splitVertical	: 'Нүх/зайг хөндлөнгөөр нь тусгаарлах'
+		},
+
+		row :
+		{
+			menu			: 'Мөр',
+			insertBefore	: 'Мөр өмнө нь оруулах',
+			insertAfter		: 'Мөр дараа нь оруулах',
+			deleteRow		: 'Мөр устгах'
+		},
+
+		column :
+		{
+			menu			: 'Багана',
+			insertBefore	: 'Багана өмнө нь оруулах',
+			insertAfter		: 'Багана дараа нь оруулах',
+			deleteColumn	: 'Багана устгах'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Товчны шинж чанар',
+		text		: 'Тэкст (Утга)',
+		type		: 'Төрөл',
+		typeBtn		: 'Товч',
+		typeSbm		: 'Submit',
+		typeRst		: 'Болих'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Чекбоксны шинж чанар',
+		radioTitle	: 'Радио товчны шинж чанар',
+		value		: 'Утга',
+		selected	: 'Сонгогдсон'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Форм шинж чанар',
+		menu		: 'Форм шинж чанар',
+		action		: 'Үйлдэл',
+		method		: 'Арга',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Байрлал',
+		targetNotSet	: '<Оноохгүй>',
+		targetNew	: 'Шинэ цонх (_blank)',
+		targetTop	: 'Хамгийн түрүүн байх цонх (_top)',
+		targetSelf	: 'Төстэй цонх (_self)',
+		targetParent	: 'Эцэг цонх (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Согогч талбарын шинж чанар',
+		selectInfo	: 'Мэдээлэл',
+		opAvail		: 'Идвэхтэй сонголт',
+		value		: 'Утга',
+		size		: 'Хэмжээ',
+		lines		: 'Мөр',
+		chkMulti	: 'Олон сонголт зөвшөөрөх',
+		opText		: 'Тэкст',
+		opValue		: 'Утга',
+		btnAdd		: 'Нэмэх',
+		btnModify	: 'Өөрчлөх',
+		btnUp		: 'Дээш',
+		btnDown		: 'Доош',
+		btnSetValue : 'Сонгогдсан утга оноох',
+		btnDelete	: 'Устгах'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Текст орчны шинж чанар',
+		cols		: 'Багана',
+		rows		: 'Мөр'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Текст талбарын шинж чанар',
+		name		: 'Нэр',
+		value		: 'Утга',
+		charWidth	: 'Тэмдэгтын өргөн',
+		maxChars	: 'Хамгийн их тэмдэгт',
+		type		: 'Төрөл',
+		typeText	: 'Текст',
+		typePass	: 'Нууц үг'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Нууц талбарын шинж чанар',
+		name	: 'Нэр',
+		value	: 'Утга'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Зураг',
+		titleButton	: 'Зурган товчны шинж чанар',
+		menu		: 'Зураг',
+		infoTab	: 'Зурагны мэдээлэл',
+		btnUpload	: 'Үүнийг сервэррүү илгээ',
+		url		: 'URL',
+		upload	: 'Хуулах',
+		alt		: 'Тайлбар текст',
+		width		: 'Өргөн',
+		height	: 'Өндөр',
+		lockRatio	: 'Радио түгжих',
+		resetSize	: 'хэмжээ дахин оноох',
+		border	: 'Хүрээ',
+		hSpace	: 'Хөндлөн зай',
+		vSpace	: 'Босоо зай',
+		align		: 'Эгнээ',
+		alignLeft	: 'Зүүн',
+		alignAbsBottom: 'Abs доод талд',
+		alignAbsMiddle: 'Abs Дунд талд',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Доод талд',
+		alignMiddle	: 'Дунд талд',
+		alignRight	: 'Баруун',
+		alignTextTop	: 'Текст дээр',
+		alignTop	: 'Дээд талд',
+		preview	: 'Уридчлан харах',
+		alertUrl	: 'Зурагны URL-ын төрлийн сонгоно уу',
+		linkTab	: 'Линк',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Флаш шинж чанар',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Флаш  шинж чанар',
+		chkPlay		: 'Автоматаар тоглох',
+		chkLoop		: 'Давтах',
+		chkMenu		: 'Флаш цэс идвэхжүүлэх',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Өргөгтгөх',
+		scaleAll		: 'Бүгдийг харуулах',
+		scaleNoBorder	: 'Хүрээгүй',
+		scaleFit		: 'Яг тааруулах',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Эгнээ',
+		alignLeft	: 'Зүүн',
+		alignAbsBottom: 'Abs доод талд',
+		alignAbsMiddle: 'Abs Дунд талд',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Доод талд',
+		alignMiddle	: 'Дунд талд',
+		alignRight	: 'Баруун',
+		alignTextTop	: 'Текст дээр',
+		alignTop	: 'Дээд талд',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Фонны өнгө',
+		width	: 'Өргөн',
+		height	: 'Өндөр',
+		hSpace	: 'Хөндлөн зай',
+		vSpace	: 'Босоо зай',
+		validateSrc : 'Линк URL-ээ төрөлжүүлнэ үү',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Үгийн дүрэх шалгах',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Толь бичиггүй',
+		changeTo		: 'Өөрчлөх',
+		btnIgnore		: 'Зөвшөөрөх',
+		btnIgnoreAll	: 'Бүгдийг зөвшөөрөх',
+		btnReplace		: 'Дарж бичих',
+		btnReplaceAll	: 'Бүгдийг Дарж бичих',
+		btnUndo			: 'Буцаах',
+		noSuggestions	: '- Тайлбаргүй -',
+		progress		: 'Дүрэм шалгаж байгаа үйл явц...',
+		noMispell		: 'Дүрэм шалгаад дууссан: Алдаа олдсонгүй',
+		noChanges		: 'Дүрэм шалгаад дууссан: үг өөрчлөгдөөгүй',
+		oneChange		: 'Дүрэм шалгаад дууссан: 1 үг өөрчлөгдсөн',
+		manyChanges		: 'Дүрэм шалгаад дууссан: %1 үг өөрчлөгдсөн',
+		ieSpellDownload	: 'Дүрэм шалгагч суугаагүй байна. Татаж авахыг хүсч байна уу?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Тодорхойлолт',
+		title	: 'Тодорхойлолт оруулах'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Дугаарлагдсан жагсаалт',
+	bulletedlist : 'Цэгтэй жагсаалт',
+	indent : 'Догол мөр хасах',
+	outdent : 'Догол мөр нэмэх',
+
+	justify :
+	{
+		left : 'Зүүн талд байрлуулах',
+		center : 'Төвд байрлуулах',
+		right : 'Баруун талд байрлуулах',
+		block : 'Блок хэлбэрээр байрлуулах'
+	},
+
+	outdent : 'Догол мөр нэмэх',
+	blockquote : 'Хайрцаглах',
+
+	clipboard :
+	{
+		title		: 'Буулгах',
+		cutError	: 'Таны browser-ын хамгаалалтын тохиргоо editor-д автоматаар хайчлах үйлдэлийг зөвшөөрөхгүй байна. (Ctrl+X) товчны хослолыг ашиглана уу.',
+		copyError	: 'Таны browser-ын хамгаалалтын тохиргоо editor-д автоматаар хуулах үйлдэлийг зөвшөөрөхгүй байна. (Ctrl+C) товчны хослолыг ашиглана уу.',
+		pasteMsg	: '(<strong>Ctrl+V</strong>) товчийг ашиглан paste хийнэ үү. Мөн <strong>OK</strong> дар.',
+		securityMsg	: 'Таны үзүүлэгч/browser/-н хамгаалалтын тохиргооноос болоод editor clipboard өгөгдөлрүү шууд хандах боломжгүй. Энэ цонход дахин paste хийхийг оролд.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Word-оос буулгах',
+		title : 'Word-оос буулгах',
+		advice : '(<strong>Ctrl+V</strong>) товчийг ашиглан paste хийнэ үү. Мөн <strong>OK</strong> дар.',
+		ignoreFontFace : 'Тодорхойлогдсон Font Face зөвшөөрнө',
+		removeStyle : 'Тодорхойлогдсон загварыг авах'
+	},
+
+	pasteText :
+	{
+		button : 'Plain Text-ээс буулгах',
+		title : 'Plain Text-ээс буулгах'
+	},
+
+	templates :
+	{
+		button : 'Загварууд',
+		title : 'Загварын агуулга',
+		insertOption: 'Одоогийн агууллагыг дарж бичих',
+		selectPromptMsg: 'Загварыг нээж editor-рүү сонгож оруулна уу<br />(Одоогийн агууллагыг устаж магадгүй):',
+		emptyListMsg : '(Загвар тодорхойлогдоогүй байна)'
+	},
+
+	showBlocks : 'Block-уудыг үзүүлэх',
+
+	stylesCombo :
+	{
+		label : 'Загвар',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Формат',
+		panelTitle : 'Формат',
+
+		tag_p : 'Хэвийн',
+		tag_pre : 'Formatted',
+		tag_address : 'Хаяг',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Paragraph (DIV)'
+	},
+
+	font :
+	{
+		label : 'Фонт',
+		panelTitle : 'Фонт'
+	},
+
+	fontSize :
+	{
+		label : 'Хэмжээ',
+		panelTitle : 'Хэмжээ'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Фонтны өнгө',
+		bgColorTitle : 'Фонны өнгө',
+		auto : 'Автоматаар',
+		more : 'Нэмэлт өнгөнүүд...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/ms.js
===================================================================
--- /CKEditor/trunk/_source/lang/ms.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/ms.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Malay language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['ms'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Sumber',
+	newPage			: 'Helaian Baru',
+	save			: 'Simpan',
+	preview			: 'Prebiu',
+	cut				: 'Potong',
+	copy			: 'Salin',
+	paste			: 'Tampal',
+	print			: 'Cetak',
+	underline		: 'Underline',
+	bold			: 'Bold',
+	italic			: 'Italic',
+	selectAll		: 'Pilih Semua',
+	removeFormat	: 'Buang Format',
+	strike			: 'Strike Through',
+	subscript		: 'Subscript',
+	superscript		: 'Superscript',
+	horizontalrule	: 'Masukkan Garisan Membujur',
+	pagebreak		: 'Insert Page Break', // MISSING
+	unlink			: 'Buang Sambungan',
+	undo			: 'Batalkan',
+	redo			: 'Ulangkan',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Browse Server',
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Muat Naik',
+		uploadSubmit	: 'Hantar ke Server',
+		image			: 'Gambar',
+		flash			: 'Flash', // MISSING
+		form			: 'Borang',
+		checkbox		: 'Checkbox',
+		radio		: 'Butang Radio',
+		textField		: 'Text Field',
+		textarea		: 'Textarea',
+		hiddenField		: 'Field Tersembunyi',
+		button			: 'Butang',
+		select	: 'Field Pilihan',
+		imageButton		: 'Butang Bergambar',
+		notSet			: '<tidak di set>',
+		id				: 'Id',
+		name			: 'Nama',
+		langDir			: 'Arah Tulisan',
+		langDirLtr		: 'Kiri ke Kanan (LTR)',
+		langDirRtl		: 'Kanan ke Kiri (RTL)',
+		langCode		: 'Kod Bahasa',
+		longDescr		: 'Butiran Panjang URL',
+		cssClass		: 'Kelas-kelas Stylesheet',
+		advisoryTitle	: 'Tajuk Makluman',
+		cssStyle		: 'Stail',
+		ok				: 'OK',
+		cancel			: 'Batal',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Advanced',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Masukkan Huruf Istimewa',
+		title		: 'Sila pilih huruf istimewa'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Masukkan/Sunting Sambungan',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Sunting Sambungan',
+		title		: 'Sambungan',
+		info		: 'Butiran Sambungan',
+		target		: 'Sasaran',
+		upload		: 'Muat Naik',
+		advanced	: 'Advanced',
+		type		: 'Jenis Sambungan',
+		toAnchor	: 'Pautan dalam muka surat ini',
+		toEmail		: 'E-Mail',
+		target		: 'Sasaran',
+		targetNotSet	: '<tidak di set>',
+		targetFrame	: '<bingkai>',
+		targetPopup	: '<tetingkap popup>',
+		targetNew	: 'Tetingkap Baru (_blank)',
+		targetTop	: 'Tetingkap yang paling atas (_top)',
+		targetSelf	: 'Tetingkap yang Sama (_self)',
+		targetParent	: 'Tetingkap Parent (_parent)',
+		targetFrameName	: 'Nama Bingkai Sasaran',
+		targetPopupName	: 'Nama Tetingkap Popup',
+		popupFeatures	: 'Ciri Tetingkap Popup',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Bar Status',
+		popupLocationBar	: 'Bar Lokasi',
+		popupToolbar	: 'Toolbar',
+		popupMenuBar	: 'Bar Menu',
+		popupFullScreen	: 'Skrin Penuh (IE)',
+		popupScrollBars	: 'Bar-bar skrol',
+		popupDependent	: 'Bergantungan (Netscape)',
+		popupWidth		: 'Lebar',
+		popupLeft		: 'Posisi Kiri',
+		popupHeight		: 'Tinggi',
+		popupTop		: 'Posisi Atas',
+		id				: 'Id', // MISSING
+		langDir			: 'Arah Tulisan',
+		langDirNotSet	: '<tidak di set>',
+		langDirLTR		: 'Kiri ke Kanan (LTR)',
+		langDirRTL		: 'Kanan ke Kiri (RTL)',
+		acccessKey		: 'Kunci Akses',
+		name			: 'Nama',
+		langCode		: 'Arah Tulisan',
+		tabIndex		: 'Indeks Tab ',
+		advisoryTitle	: 'Tajuk Makluman',
+		advisoryContentType	: 'Jenis Kandungan Makluman',
+		cssClasses		: 'Kelas-kelas Stylesheet',
+		charset			: 'Linked Resource Charset',
+		styles			: 'Stail',
+		selectAnchor	: 'Sila pilih pautan',
+		anchorName		: 'dengan menggunakan nama pautan',
+		anchorId		: 'dengan menggunakan ID elemen',
+		emailAddress	: 'Alamat E-Mail',
+		emailSubject	: 'Subjek Mesej',
+		emailBody		: 'Isi Kandungan Mesej',
+		noAnchors		: '(Tiada pautan terdapat dalam dokumen ini)',
+		noUrl			: 'Sila taip sambungan URL',
+		noEmail			: 'Sila taip alamat e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Masukkan/Sunting Pautan',
+		menu		: 'Ciri-ciri Pautan',
+		title		: 'Ciri-ciri Pautan',
+		name		: 'Nama Pautan',
+		errorName	: 'Sila taip nama pautan'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Cari',
+		replace				: 'Ganti',
+		findWhat			: 'Perkataan yang dicari:',
+		replaceWith			: 'Diganti dengan:',
+		notFoundMsg			: 'Text yang dicari tidak dijumpai.',
+		matchCase			: 'Padanan case huruf',
+		matchWord			: 'Padana Keseluruhan perkataan',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Ganti semua',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Jadual',
+		title		: 'Ciri-ciri Jadual',
+		menu		: 'Ciri-ciri Jadual',
+		deleteTable	: 'Delete Table', // MISSING
+		rows		: 'Barisan',
+		columns		: 'Jaluran',
+		border		: 'Saiz Border',
+		align		: 'Penjajaran',
+		alignNotSet	: '<Tidak diset>',
+		alignLeft	: 'Kiri',
+		alignCenter	: 'Tengah',
+		alignRight	: 'Kanan',
+		width		: 'Lebar',
+		widthPx		: 'piksel-piksel',
+		widthPc		: 'peratus',
+		height		: 'Tinggi',
+		cellSpace	: 'Ruangan Antara Sel',
+		cellPad		: 'Tambahan Ruang Sel',
+		caption		: 'Keterangan',
+		summary		: 'Summary', // MISSING
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell', // MISSING
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Buangkan Sel-sel',
+			merge			: 'Cantumkan Sel-sel',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Row', // MISSING
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Buangkan Baris'
+		},
+
+		column :
+		{
+			menu			: 'Column', // MISSING
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Buangkan Lajur'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Ciri-ciri Butang',
+		text		: 'Teks (Nilai)',
+		type		: 'Jenis',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Ciri-ciri Checkbox',
+		radioTitle	: 'Ciri-ciri Butang Radio',
+		value		: 'Nilai',
+		selected	: 'Dipilih'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Ciri-ciri Borang',
+		menu		: 'Ciri-ciri Borang',
+		action		: 'Tindakan borang',
+		method		: 'Cara borang dihantar',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Sasaran',
+		targetNotSet	: '<tidak di set>',
+		targetNew	: 'Tetingkap Baru (_blank)',
+		targetTop	: 'Tetingkap yang paling atas (_top)',
+		targetSelf	: 'Tetingkap yang Sama (_self)',
+		targetParent	: 'Tetingkap Parent (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Ciri-ciri Selection Field',
+		selectInfo	: 'Select Info', // MISSING
+		opAvail		: 'Pilihan sediada',
+		value		: 'Nilai',
+		size		: 'Saiz',
+		lines		: 'garisan',
+		chkMulti	: 'Benarkan pilihan pelbagai',
+		opText		: 'Teks',
+		opValue		: 'Nilai',
+		btnAdd		: 'Tambah Pilihan',
+		btnModify	: 'Ubah Pilihan',
+		btnUp		: 'Naik ke atas',
+		btnDown		: 'Turun ke bawah',
+		btnSetValue : 'Set sebagai nilai terpilih',
+		btnDelete	: 'Padam'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Ciri-ciri Textarea',
+		cols		: 'Lajur',
+		rows		: 'Baris'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Ciri-ciri Text Field',
+		name		: 'Nama',
+		value		: 'Nilai',
+		charWidth	: 'Lebar isian',
+		maxChars	: 'Isian Maksimum',
+		type		: 'Jenis',
+		typeText	: 'Teks',
+		typePass	: 'Kata Laluan'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Ciri-ciri Field Tersembunyi',
+		name	: 'Nama',
+		value	: 'Nilai'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Ciri-ciri Imej',
+		titleButton	: 'Ciri-ciri Butang Bergambar',
+		menu		: 'Ciri-ciri Imej',
+		infoTab	: 'Info Imej',
+		btnUpload	: 'Hantar ke Server',
+		url		: 'URL',
+		upload	: 'Muat Naik',
+		alt		: 'Text Alternatif',
+		width		: 'Lebar',
+		height	: 'Tinggi',
+		lockRatio	: 'Tetapkan Nisbah',
+		resetSize	: 'Saiz Set Semula',
+		border	: 'Border',
+		hSpace	: 'Ruang Melintang',
+		vSpace	: 'Ruang Menegak',
+		align		: 'Jajaran',
+		alignLeft	: 'Kiri',
+		alignAbsBottom: 'Bawah Mutlak',
+		alignAbsMiddle: 'Pertengahan Mutlak',
+		alignBaseline	: 'Garis Dasar',
+		alignBottom	: 'Bawah',
+		alignMiddle	: 'Pertengahan',
+		alignRight	: 'Kanan',
+		alignTextTop	: 'Atas Text',
+		alignTop	: 'Atas',
+		preview	: 'Prebiu',
+		alertUrl	: 'Sila taip URL untuk fail gambar',
+		linkTab	: 'Sambungan',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash Properties', // MISSING
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash Properties', // MISSING
+		chkPlay		: 'Auto Play', // MISSING
+		chkLoop		: 'Loop', // MISSING
+		chkMenu		: 'Enable Flash Menu', // MISSING
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Scale', // MISSING
+		scaleAll		: 'Show all', // MISSING
+		scaleNoBorder	: 'No Border', // MISSING
+		scaleFit		: 'Exact Fit', // MISSING
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Jajaran',
+		alignLeft	: 'Kiri',
+		alignAbsBottom: 'Bawah Mutlak',
+		alignAbsMiddle: 'Pertengahan Mutlak',
+		alignBaseline	: 'Garis Dasar',
+		alignBottom	: 'Bawah',
+		alignMiddle	: 'Pertengahan',
+		alignRight	: 'Kanan',
+		alignTextTop	: 'Atas Text',
+		alignTop	: 'Atas',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Warna Latarbelakang',
+		width	: 'Lebar',
+		height	: 'Tinggi',
+		hSpace	: 'Ruang Melintang',
+		vSpace	: 'Ruang Menegak',
+		validateSrc : 'Sila taip sambungan URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Semak Ejaan',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Tidak terdapat didalam kamus',
+		changeTo		: 'Tukarkan kepada',
+		btnIgnore		: 'Biar',
+		btnIgnoreAll	: 'Biarkan semua',
+		btnReplace		: 'Ganti',
+		btnReplaceAll	: 'Gantikan Semua',
+		btnUndo			: 'Batalkan',
+		noSuggestions	: '- Tiada cadangan -',
+		progress		: 'Pemeriksaan ejaan sedang diproses...',
+		noMispell		: 'Pemeriksaan ejaan siap: Tiada salah ejaan',
+		noChanges		: 'Pemeriksaan ejaan siap: Tiada perkataan diubah',
+		oneChange		: 'Pemeriksaan ejaan siap: Satu perkataan telah diubah',
+		manyChanges		: 'Pemeriksaan ejaan siap: %1 perkataan diubah',
+		ieSpellDownload	: 'Pemeriksa ejaan tidak dipasang. Adakah anda mahu muat turun sekarang?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Masukkan Smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Senarai bernombor',
+	bulletedlist : 'Senarai tidak bernombor',
+	indent : 'Tambahkan Inden',
+	outdent : 'Kurangkan Inden',
+
+	justify :
+	{
+		left : 'Jajaran Kiri',
+		center : 'Jajaran Tengah',
+		right : 'Jajaran Kanan',
+		block : 'Jajaran Blok'
+	},
+
+	outdent : 'Kurangkan Inden',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Tampal',
+		cutError	: 'Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl+X).',
+		copyError	: 'Keselamatan perisian browser anda tidak membenarkan operasi salinan text/imej. Sila gunakan papan kekunci (Ctrl+C).',
+		pasteMsg	: 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', // MISSING
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Tampal dari Word',
+		title : 'Tampal dari Word',
+		advice : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.', // MISSING
+		ignoreFontFace : 'Ignore Font Face definitions', // MISSING
+		removeStyle : 'Remove Styles definitions' // MISSING
+	},
+
+	pasteText :
+	{
+		button : 'Tampal sebagai text biasa',
+		title : 'Tampal sebagai text biasa'
+	},
+
+	templates :
+	{
+		button : 'Templat',
+		title : 'Templat Kandungan',
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'Sila pilih templat untuk dibuka oleh editor<br>(kandungan sebenar akan hilang):',
+		emptyListMsg : '(Tiada Templat Disimpan)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Stail',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Telah Diformat',
+		tag_address : 'Alamat',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Perenggan (DIV)'
+	},
+
+	font :
+	{
+		label : 'Font',
+		panelTitle : 'Font'
+	},
+
+	fontSize :
+	{
+		label : 'Saiz',
+		panelTitle : 'Saiz'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Warna Text',
+		bgColorTitle : 'Warna Latarbelakang',
+		auto : 'Otomatik',
+		more : 'Warna lain-lain...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/nb.js
===================================================================
--- /CKEditor/trunk/_source/lang/nb.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/nb.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Norwegian Bokmål language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['nb'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Kilde',
+	newPage			: 'Ny Side',
+	save			: 'Lagre',
+	preview			: 'Forhåndsvis',
+	cut				: 'Klipp ut',
+	copy			: 'Kopier',
+	paste			: 'Lim inn',
+	print			: 'Skriv ut',
+	underline		: 'Understrek',
+	bold			: 'Fet',
+	italic			: 'Kursiv',
+	selectAll		: 'Merk alt',
+	removeFormat	: 'Fjern format',
+	strike			: 'Gjennomstrek',
+	subscript		: 'Senket skrift',
+	superscript		: 'Hevet skrift',
+	horizontalrule	: 'Sett inn horisontal linje',
+	pagebreak		: 'Sett inn sideskift',
+	unlink			: 'Fjern lenke',
+	undo			: 'Angre',
+	redo			: 'Gjør om',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Bla igjennom server',
+		url				: 'URL',
+		protocol		: 'Protokoll',
+		upload			: 'Last opp',
+		uploadSubmit	: 'Send det til serveren',
+		image			: 'Bilde',
+		flash			: 'Flash',
+		form			: 'Skjema',
+		checkbox		: 'Avmerkingsboks',
+		radio		: 'Alternativknapp',
+		textField		: 'Tekstboks',
+		textarea		: 'Tekstområde',
+		hiddenField		: 'Skjult felt',
+		button			: 'Knapp',
+		select	: 'Rullegardinliste',
+		imageButton		: 'Bildeknapp',
+		notSet			: '<ikke satt>',
+		id				: 'Id',
+		name			: 'Navn',
+		langDir			: 'Språkretning',
+		langDirLtr		: 'Venstre til høyre (VTH)',
+		langDirRtl		: 'Høyre til venstre (HTV)',
+		langCode		: 'Språkkode',
+		longDescr		: 'Utvidet beskrivelse',
+		cssClass		: 'Stilarkklasser',
+		advisoryTitle	: 'Tittel',
+		cssStyle		: 'Stil',
+		ok				: 'OK',
+		cancel			: 'Avbryt',
+		generalTab		: 'Generelt',
+		advancedTab		: 'Avansert',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Sett inn spesielt tegn',
+		title		: 'Velg spesielt tegn'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Sett inn/Rediger lenke',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Rediger lenke',
+		title		: 'Lenke',
+		info		: 'Lenkeinfo',
+		target		: 'Mål',
+		upload		: 'Last opp',
+		advanced	: 'Avansert',
+		type		: 'Lenketype',
+		toAnchor	: 'Lenke til anker i teksten',
+		toEmail		: 'E-post',
+		target		: 'Mål',
+		targetNotSet	: '<ikke satt>',
+		targetFrame	: '<ramme>',
+		targetPopup	: '<popup vindu>',
+		targetNew	: 'Nytt vindu (_blank)',
+		targetTop	: 'Hele vindu (_top)',
+		targetSelf	: 'Samme vindu (_self)',
+		targetParent	: 'Foreldrevindu (_parent)',
+		targetFrameName	: 'Målramme',
+		targetPopupName	: 'Navn på popup-vindus',
+		popupFeatures	: 'Egenskaper for popup-vindu',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statuslinje',
+		popupLocationBar	: 'Adresselinje',
+		popupToolbar	: 'Verktøylinje',
+		popupMenuBar	: 'Menylinje',
+		popupFullScreen	: 'Full skjerm (IE)',
+		popupScrollBars	: 'Scrollbar',
+		popupDependent	: 'Avhenging (Netscape)',
+		popupWidth		: 'Bredde',
+		popupLeft		: 'Venstre posisjon',
+		popupHeight		: 'Høyde',
+		popupTop		: 'Topp-posisjon',
+		id				: 'Id', // MISSING
+		langDir			: 'Språkretning',
+		langDirNotSet	: '<ikke satt>',
+		langDirLTR		: 'Venstre til høyre (VTH)',
+		langDirRTL		: 'Høyre til venstre (HTV)',
+		acccessKey		: 'Aksessknapp',
+		name			: 'Navn',
+		langCode		: 'Språkretning',
+		tabIndex		: 'Tab Indeks',
+		advisoryTitle	: 'Tittel',
+		advisoryContentType	: 'Type',
+		cssClasses		: 'Stilarkklasser',
+		charset			: 'Lenket språkkart',
+		styles			: 'Stil',
+		selectAnchor	: 'Velg et anker',
+		anchorName		: 'Anker etter navn',
+		anchorId		: 'Element etter ID',
+		emailAddress	: 'E-postadresse',
+		emailSubject	: 'Meldingsemne',
+		emailBody		: 'Melding',
+		noAnchors		: '(Ingen anker i dokumentet)',
+		noUrl			: 'Vennligst skriv inn lenkens url',
+		noEmail			: 'Vennligst skriv inn e-postadressen'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Sett inn/Rediger anker',
+		menu		: 'Egenskaper for anker',
+		title		: 'Egenskaper for anker',
+		name		: 'Ankernavn',
+		errorName	: 'Vennligst skriv inn ankernavnet'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Søk og erstatt',
+		find				: 'Søk',
+		replace				: 'Erstatt',
+		findWhat			: 'Søk etter:',
+		replaceWith			: 'Erstatt med:',
+		notFoundMsg			: 'Fant ikke søketeksten.',
+		matchCase			: 'Skill mellom store og små bokstaver',
+		matchWord			: 'Bare hele ord',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Erstatt alle',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabell',
+		title		: 'Egenskaper for tabell',
+		menu		: 'Egenskaper for tabell',
+		deleteTable	: 'Slett tabell',
+		rows		: 'Rader',
+		columns		: 'Kolonner',
+		border		: 'Rammestørrelse',
+		align		: 'Justering',
+		alignNotSet	: '<Ikke satt>',
+		alignLeft	: 'Venstre',
+		alignCenter	: 'Midtjuster',
+		alignRight	: 'Høyre',
+		width		: 'Bredde',
+		widthPx		: 'piksler',
+		widthPc		: 'prosent',
+		height		: 'Høyde',
+		cellSpace	: 'Cellemarg',
+		cellPad		: 'Cellepolstring',
+		caption		: 'Tittel',
+		summary		: 'Sammendrag',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Celle',
+			insertBefore	: 'Sett inn celle før',
+			insertAfter		: 'Sett inn celle etter',
+			deleteCell		: 'Slett celler',
+			merge			: 'Slå sammen celler',
+			mergeRight		: 'Slå sammen høyre',
+			mergeDown		: 'Slå sammen ned',
+			splitHorizontal	: 'Del celle horisontalt',
+			splitVertical	: 'Del celle vertikalt'
+		},
+
+		row :
+		{
+			menu			: 'Rader',
+			insertBefore	: 'Sett inn rad før',
+			insertAfter		: 'Sett inn rad etter',
+			deleteRow		: 'Slett rader'
+		},
+
+		column :
+		{
+			menu			: 'Kolonne',
+			insertBefore	: 'Sett inn kolonne før',
+			insertAfter		: 'Sett inn kolonne etter',
+			deleteColumn	: 'Slett kolonner'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Egenskaper for knapp',
+		text		: 'Tekst (verdi)',
+		type		: 'Type',
+		typeBtn		: 'Knapp',
+		typeSbm		: 'Send',
+		typeRst		: 'Nullstill'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Egenskaper for avmerkingsboks',
+		radioTitle	: 'Egenskaper for alternativknapp',
+		value		: 'Verdi',
+		selected	: 'Valgt'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Egenskaper for skjema',
+		menu		: 'Egenskaper for skjema',
+		action		: 'Handling',
+		method		: 'Metode',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Mål',
+		targetNotSet	: '<ikke satt>',
+		targetNew	: 'Nytt vindu (_blank)',
+		targetTop	: 'Hele vindu (_top)',
+		targetSelf	: 'Samme vindu (_self)',
+		targetParent	: 'Foreldrevindu (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Egenskaper for rullegardinliste',
+		selectInfo	: 'Info',
+		opAvail		: 'Tilgjenglige alternativer',
+		value		: 'Verdi',
+		size		: 'Størrelse',
+		lines		: 'Linjer',
+		chkMulti	: 'Tillat flervalg',
+		opText		: 'Tekst',
+		opValue		: 'Verdi',
+		btnAdd		: 'Legg til',
+		btnModify	: 'Endre',
+		btnUp		: 'Opp',
+		btnDown		: 'Ned',
+		btnSetValue : 'Sett som valgt',
+		btnDelete	: 'Slett'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Egenskaper for tekstområde',
+		cols		: 'Kolonner',
+		rows		: 'Rader'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Egenskaper for tekstfelt',
+		name		: 'Navn',
+		value		: 'Verdi',
+		charWidth	: 'Tegnbredde',
+		maxChars	: 'Maks antall tegn',
+		type		: 'Type',
+		typeText	: 'Tekst',
+		typePass	: 'Passord'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Egenskaper for skjult felt',
+		name	: 'Navn',
+		value	: 'Verdi'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Bildeegenskaper',
+		titleButton	: 'Egenskaper for bildeknapp',
+		menu		: 'Bildeegenskaper',
+		infoTab	: 'Bildeinformasjon',
+		btnUpload	: 'Send det til serveren',
+		url		: 'URL',
+		upload	: 'Last opp',
+		alt		: 'Alternativ tekst',
+		width		: 'Bredde',
+		height	: 'Høyde',
+		lockRatio	: 'Lås forhold',
+		resetSize	: 'Tilbakestill størrelse',
+		border	: 'Ramme',
+		hSpace	: 'HMarg',
+		vSpace	: 'VMarg',
+		align		: 'Juster',
+		alignLeft	: 'Venstre',
+		alignAbsBottom: 'Abs bunn',
+		alignAbsMiddle: 'Abs midten',
+		alignBaseline	: 'Bunnlinje',
+		alignBottom	: 'Bunn',
+		alignMiddle	: 'Midten',
+		alignRight	: 'Høyre',
+		alignTextTop	: 'Tekst topp',
+		alignTop	: 'Topp',
+		preview	: 'Forhåndsvis',
+		alertUrl	: 'Vennligst skriv bilde-urlen',
+		linkTab	: 'Lenke',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Egenskaper for Flash-objekt',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash-egenskaper',
+		chkPlay		: 'Autospill',
+		chkLoop		: 'Loop',
+		chkMenu		: 'Slå på Flash-meny',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Skaler',
+		scaleAll		: 'Vis alt',
+		scaleNoBorder	: 'Ingen ramme',
+		scaleFit		: 'Skaler til å passe',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Juster',
+		alignLeft	: 'Venstre',
+		alignAbsBottom: 'Abs bunn',
+		alignAbsMiddle: 'Abs midten',
+		alignBaseline	: 'Bunnlinje',
+		alignBottom	: 'Bunn',
+		alignMiddle	: 'Midten',
+		alignRight	: 'Høyre',
+		alignTextTop	: 'Tekst topp',
+		alignTop	: 'Topp',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Bakgrunnsfarge',
+		width	: 'Bredde',
+		height	: 'Høyde',
+		hSpace	: 'HMarg',
+		vSpace	: 'VMarg',
+		validateSrc : 'Vennligst skriv inn lenkens url',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Stavekontroll',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Ikke i ordboken',
+		changeTo		: 'Endre til',
+		btnIgnore		: 'Ignorer',
+		btnIgnoreAll	: 'Ignorer alle',
+		btnReplace		: 'Erstatt',
+		btnReplaceAll	: 'Erstatt alle',
+		btnUndo			: 'Angre',
+		noSuggestions	: '- Ingen forslag -',
+		progress		: 'Stavekontroll pågår...',
+		noMispell		: 'Stavekontroll fullført: ingen feilstavinger funnet',
+		noChanges		: 'Stavekontroll fullført: ingen ord endret',
+		oneChange		: 'Stavekontroll fullført: Ett ord endret',
+		manyChanges		: 'Stavekontroll fullført: %1 ord endret',
+		ieSpellDownload	: 'Stavekontroll er ikke installert. Vil du laste den ned nå?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smil',
+		title	: 'Sett inn smil'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Nummerert liste',
+	bulletedlist : 'Uordnet liste',
+	indent : 'Øk nivå',
+	outdent : 'Senk nivå',
+
+	justify :
+	{
+		left : 'Venstrejuster',
+		center : 'Midtjuster',
+		right : 'Høyrejuster',
+		block : 'Blokkjuster'
+	},
+
+	outdent : 'Senk nivå',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Lim inn',
+		cutError	: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl+X).',
+		copyError	: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl+C).',
+		pasteMsg	: 'Vennligst lim inn i den følgende boksen med tastaturet (<STRONG>Ctrl+V</STRONG>) og trykk <STRONG>OK</STRONG>.',
+		securityMsg	: 'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du må lime det igjen i dette vinduet.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Lim inn fra Word',
+		title : 'Lim inn fra Word',
+		advice : 'Vennligst lim inn i den følgende boksen med tastaturet (<STRONG>Ctrl+V</STRONG>) og trykk <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Fjern skrifttyper',
+		removeStyle : 'Fjern stildefinisjoner'
+	},
+
+	pasteText :
+	{
+		button : 'Lim inn som ren tekst',
+		title : 'Lim inn som ren tekst'
+	},
+
+	templates :
+	{
+		button : 'Maler',
+		title : 'Innholdsmaler',
+		insertOption: 'Erstatt faktisk innold',
+		selectPromptMsg: 'Velg malen du vil åpne<br>(innholdet du har skrevet blir tapt!):',
+		emptyListMsg : '(Ingen maler definert)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Stil',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatert',
+		tag_address : 'Adresse',
+		tag_h1 : 'Tittel 1',
+		tag_h2 : 'Tittel 2',
+		tag_h3 : 'Tittel 3',
+		tag_h4 : 'Tittel 4',
+		tag_h5 : 'Tittel 5',
+		tag_h6 : 'Tittel 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Skrift',
+		panelTitle : 'Skrift'
+	},
+
+	fontSize :
+	{
+		label : 'Størrelse',
+		panelTitle : 'Størrelse'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Tekstfarge',
+		bgColorTitle : 'Bakgrunnsfarge',
+		auto : 'Automatisk',
+		more : 'Flere farger...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/nl.js
===================================================================
--- /CKEditor/trunk/_source/lang/nl.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/nl.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Dutch language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['nl'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Code',
+	newPage			: 'Nieuwe pagina',
+	save			: 'Opslaan',
+	preview			: 'Voorbeeld',
+	cut				: 'Knippen',
+	copy			: 'Kopiëren',
+	paste			: 'Plakken',
+	print			: 'Printen',
+	underline		: 'Onderstreept',
+	bold			: 'Vet',
+	italic			: 'Schuingedrukt',
+	selectAll		: 'Alles selecteren',
+	removeFormat	: 'Opmaak verwijderen',
+	strike			: 'Doorhalen',
+	subscript		: 'Subscript',
+	superscript		: 'Superscript',
+	horizontalrule	: 'Horizontale lijn invoegen',
+	pagebreak		: 'Pagina-einde invoegen',
+	unlink			: 'Link verwijderen',
+	undo			: 'Ongedaan maken',
+	redo			: 'Opnieuw uitvoeren',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Bladeren op server',
+		url				: 'URL',
+		protocol		: 'Protocol',
+		upload			: 'Upload',
+		uploadSubmit	: 'Naar server verzenden',
+		image			: 'Afbeelding',
+		flash			: 'Flash',
+		form			: 'Formulier',
+		checkbox		: 'Aanvinkvakje',
+		radio		: 'Selectievakje',
+		textField		: 'Tekstveld',
+		textarea		: 'Tekstvak',
+		hiddenField		: 'Verborgen veld',
+		button			: 'Knop',
+		select	: 'Selectieveld',
+		imageButton		: 'Afbeeldingsknop',
+		notSet			: '<niet ingevuld>',
+		id				: 'Kenmerk',
+		name			: 'Naam',
+		langDir			: 'Schrijfrichting',
+		langDirLtr		: 'Links naar rechts (LTR)',
+		langDirRtl		: 'Rechts naar links (RTL)',
+		langCode		: 'Taalcode',
+		longDescr		: 'Lange URL-omschrijving',
+		cssClass		: 'Stylesheet-klassen',
+		advisoryTitle	: 'Aanbevolen titel',
+		cssStyle		: 'Stijl',
+		ok				: 'OK',
+		cancel			: 'Annuleren',
+		generalTab		: 'Algemeen',
+		advancedTab		: 'Geavanceerd',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Speciaal teken invoegen',
+		title		: 'Selecteer speciaal teken'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Link invoegen/wijzigen',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Link wijzigen',
+		title		: 'Link',
+		info		: 'Linkomschrijving',
+		target		: 'Doel',
+		upload		: 'Upload',
+		advanced	: 'Geavanceerd',
+		type		: 'Linktype',
+		toAnchor	: 'Interne link in pagina',
+		toEmail		: 'E-mail',
+		target		: 'Doel',
+		targetNotSet	: '<niet ingevuld>',
+		targetFrame	: '<frame>',
+		targetPopup	: '<popup window>',
+		targetNew	: 'Nieuw venster (_blank)',
+		targetTop	: 'Hele venster (_top)',
+		targetSelf	: 'Zelfde venster (_self)',
+		targetParent	: 'Origineel venster (_parent)',
+		targetFrameName	: 'Naam doelframe',
+		targetPopupName	: 'Naam popupvenster',
+		popupFeatures	: 'Instellingen popupvenster',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statusbalk',
+		popupLocationBar	: 'Locatiemenu',
+		popupToolbar	: 'Menubalk',
+		popupMenuBar	: 'Menubalk',
+		popupFullScreen	: 'Volledig scherm (IE)',
+		popupScrollBars	: 'Schuifbalken',
+		popupDependent	: 'Afhankelijk (Netscape)',
+		popupWidth		: 'Breedte',
+		popupLeft		: 'Positie links',
+		popupHeight		: 'Hoogte',
+		popupTop		: 'Positie boven',
+		id				: 'Id', // MISSING
+		langDir			: 'Schrijfrichting',
+		langDirNotSet	: '<niet ingevuld>',
+		langDirLTR		: 'Links naar rechts (LTR)',
+		langDirRTL		: 'Rechts naar links (RTL)',
+		acccessKey		: 'Toegangstoets',
+		name			: 'Naam',
+		langCode		: 'Schrijfrichting',
+		tabIndex		: 'Tabvolgorde',
+		advisoryTitle	: 'Aanbevolen titel',
+		advisoryContentType	: 'Aanbevolen content-type',
+		cssClasses		: 'Stylesheet-klassen',
+		charset			: 'Karakterset van gelinkte bron',
+		styles			: 'Stijl',
+		selectAnchor	: 'Kies een interne link',
+		anchorName		: 'Op naam interne link',
+		anchorId		: 'Op kenmerk interne link',
+		emailAddress	: 'E-mailadres',
+		emailSubject	: 'Onderwerp bericht',
+		emailBody		: 'Inhoud bericht',
+		noAnchors		: '(Geen interne links in document gevonden)',
+		noUrl			: 'Geef de link van de URL',
+		noEmail			: 'Geef een e-mailadres'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Interne link',
+		menu		: 'Eigenschappen interne link',
+		title		: 'Eigenschappen interne link',
+		name		: 'Naam interne link',
+		errorName	: 'Geef de naam van de interne link op'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Zoeken en vervangen',
+		find				: 'Zoeken',
+		replace				: 'Vervangen',
+		findWhat			: 'Zoeken naar:',
+		replaceWith			: 'Vervangen met:',
+		notFoundMsg			: 'De opgegeven tekst is niet gevonden.',
+		matchCase			: 'Hoofdlettergevoelig',
+		matchWord			: 'Hele woord moet voorkomen',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Alles vervangen',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabel',
+		title		: 'Eigenschappen tabel',
+		menu		: 'Eigenschappen tabel',
+		deleteTable	: 'Tabel verwijderen',
+		rows		: 'Rijen',
+		columns		: 'Kolommen',
+		border		: 'Breedte rand',
+		align		: 'Uitlijning',
+		alignNotSet	: '<Niet ingevoerd>',
+		alignLeft	: 'Links',
+		alignCenter	: 'Centreren',
+		alignRight	: 'Rechts',
+		width		: 'Breedte',
+		widthPx		: 'pixels',
+		widthPc		: 'procent',
+		height		: 'Hoogte',
+		cellSpace	: 'Afstand tussen cellen',
+		cellPad		: 'Afstand vanaf rand cel',
+		caption		: 'Naam',
+		summary		: 'Samenvatting',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cel',
+			insertBefore	: 'Voeg cel in voor',
+			insertAfter		: 'Voeg cel in achter',
+			deleteCell		: 'Cellen verwijderen',
+			merge			: 'Cellen samenvoegen',
+			mergeRight		: 'Voeg samen naar rechts',
+			mergeDown		: 'Voeg samen naar beneden',
+			splitHorizontal	: 'Splits cellen horizontaal',
+			splitVertical	: 'Splits cellen verticaal'
+		},
+
+		row :
+		{
+			menu			: 'Rij',
+			insertBefore	: 'Voeg rij in voor',
+			insertAfter		: 'Voeg rij in achter',
+			deleteRow		: 'Rijen verwijderen'
+		},
+
+		column :
+		{
+			menu			: 'Kolom',
+			insertBefore	: 'Voeg kolom in voor',
+			insertAfter		: 'Voeg kolom in achter',
+			deleteColumn	: 'Kolommen verwijderen'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Eigenschappen knop',
+		text		: 'Tekst (waarde)',
+		type		: 'Soort',
+		typeBtn		: 'Knop',
+		typeSbm		: 'Versturen',
+		typeRst		: 'Leegmaken'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Eigenschappen aanvinkvakje',
+		radioTitle	: 'Eigenschappen selectievakje',
+		value		: 'Waarde',
+		selected	: 'Geselecteerd'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Eigenschappen formulier',
+		menu		: 'Eigenschappen formulier',
+		action		: 'Actie',
+		method		: 'Methode',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Doel',
+		targetNotSet	: '<niet ingevuld>',
+		targetNew	: 'Nieuw venster (_blank)',
+		targetTop	: 'Hele venster (_top)',
+		targetSelf	: 'Zelfde venster (_self)',
+		targetParent	: 'Origineel venster (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Eigenschappen selectieveld',
+		selectInfo	: 'Informatie',
+		opAvail		: 'Beschikbare opties',
+		value		: 'Waarde',
+		size		: 'Grootte',
+		lines		: 'Regels',
+		chkMulti	: 'Gecombineerde selecties toestaan',
+		opText		: 'Tekst',
+		opValue		: 'Waarde',
+		btnAdd		: 'Toevoegen',
+		btnModify	: 'Wijzigen',
+		btnUp		: 'Omhoog',
+		btnDown		: 'Omlaag',
+		btnSetValue : 'Als geselecteerde waarde instellen',
+		btnDelete	: 'Verwijderen'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Eigenschappen tekstvak',
+		cols		: 'Kolommen',
+		rows		: 'Rijen'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Eigenschappen tekstveld',
+		name		: 'Naam',
+		value		: 'Waarde',
+		charWidth	: 'Breedte (tekens)',
+		maxChars	: 'Maximum aantal tekens',
+		type		: 'Soort',
+		typeText	: 'Tekst',
+		typePass	: 'Wachtwoord'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Eigenschappen verborgen veld',
+		name	: 'Naam',
+		value	: 'Waarde'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Eigenschappen afbeelding',
+		titleButton	: 'Eigenschappen afbeeldingsknop',
+		menu		: 'Eigenschappen afbeelding',
+		infoTab	: 'Informatie afbeelding',
+		btnUpload	: 'Naar server verzenden',
+		url		: 'URL',
+		upload	: 'Upload',
+		alt		: 'Alternatieve tekst',
+		width		: 'Breedte',
+		height	: 'Hoogte',
+		lockRatio	: 'Afmetingen vergrendelen',
+		resetSize	: 'Afmetingen resetten',
+		border	: 'Rand',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Uitlijning',
+		alignLeft	: 'Links',
+		alignAbsBottom: 'Absoluut-onder',
+		alignAbsMiddle: 'Absoluut-midden',
+		alignBaseline	: 'Basislijn',
+		alignBottom	: 'Beneden',
+		alignMiddle	: 'Midden',
+		alignRight	: 'Rechts',
+		alignTextTop	: 'Boven tekst',
+		alignTop	: 'Boven',
+		preview	: 'Voorbeeld',
+		alertUrl	: 'Geef de URL van de afbeelding',
+		linkTab	: 'Link',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Eigenschappen Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Eigenschappen Flash',
+		chkPlay		: 'Automatisch afspelen',
+		chkLoop		: 'Herhalen',
+		chkMenu		: 'Flashmenu\'s inschakelen',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Schaal',
+		scaleAll		: 'Alles tonen',
+		scaleNoBorder	: 'Geen rand',
+		scaleFit		: 'Precies passend',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Uitlijning',
+		alignLeft	: 'Links',
+		alignAbsBottom: 'Absoluut-onder',
+		alignAbsMiddle: 'Absoluut-midden',
+		alignBaseline	: 'Basislijn',
+		alignBottom	: 'Beneden',
+		alignMiddle	: 'Midden',
+		alignRight	: 'Rechts',
+		alignTextTop	: 'Boven tekst',
+		alignTop	: 'Boven',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Achtergrondkleur',
+		width	: 'Breedte',
+		height	: 'Hoogte',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Geef de link van de URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Spellingscontrole',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Niet in het woordenboek',
+		changeTo		: 'Wijzig in',
+		btnIgnore		: 'Negeren',
+		btnIgnoreAll	: 'Alles negeren',
+		btnReplace		: 'Vervangen',
+		btnReplaceAll	: 'Alles vervangen',
+		btnUndo			: 'Ongedaan maken',
+		noSuggestions	: '-Geen suggesties-',
+		progress		: 'Bezig met spellingscontrole...',
+		noMispell		: 'Klaar met spellingscontrole: geen fouten gevonden',
+		noChanges		: 'Klaar met spellingscontrole: geen woorden aangepast',
+		oneChange		: 'Klaar met spellingscontrole: één woord aangepast',
+		manyChanges		: 'Klaar met spellingscontrole: %1 woorden aangepast',
+		ieSpellDownload	: 'De spellingscontrole niet geïnstalleerd. Wilt u deze nu downloaden?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Smiley invoegen'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Genummerde lijst',
+	bulletedlist : 'Opsomming',
+	indent : 'Inspringen vergroten',
+	outdent : 'Inspringen verkleinen',
+
+	justify :
+	{
+		left : 'Links uitlijnen',
+		center : 'Centreren',
+		right : 'Rechts uitlijnen',
+		block : 'Uitvullen'
+	},
+
+	outdent : 'Inspringen verkleinen',
+	blockquote : 'Citaatblok',
+
+	clipboard :
+	{
+		title		: 'Plakken',
+		cutError	: 'De beveiligingsinstelling van de browser verhinderen het automatisch knippen. Gebruik de sneltoets Ctrl+X van het toetsenbord.',
+		copyError	: 'De beveiligingsinstelling van de browser verhinderen het automatisch kopiëren. Gebruik de sneltoets Ctrl+C van het toetsenbord.',
+		pasteMsg	: 'Plak de tekst in het volgende vak gebruik makend van uw toetsenbord (<strong>Ctrl+V</strong>) en klik op <strong>OK</strong>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Plakken als Word-gegevens',
+		title : 'Plakken als Word-gegevens',
+		advice : 'Plak de tekst in het volgende vak gebruik makend van uw toetsenbord (<strong>Ctrl+V</strong>) en klik op <strong>OK</strong>.',
+		ignoreFontFace : 'Negeer "Font Face"-definities',
+		removeStyle : 'Verwijder "Style"-definities'
+	},
+
+	pasteText :
+	{
+		button : 'Plakken als platte tekst',
+		title : 'Plakken als platte tekst'
+	},
+
+	templates :
+	{
+		button : 'Sjablonen',
+		title : 'Inhoud sjabonen',
+		insertOption: 'Vervang de huidige inhoud',
+		selectPromptMsg: 'Selecteer het sjabloon dat in de editor geopend moet worden (de actuele inhoud gaat verloren):',
+		emptyListMsg : '(Geen sjablonen gedefinieerd)'
+	},
+
+	showBlocks : 'Toon blokken',
+
+	stylesCombo :
+	{
+		label : 'Stijl',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Opmaak',
+		panelTitle : 'Opmaak',
+
+		tag_p : 'Normaal',
+		tag_pre : 'Met opmaak',
+		tag_address : 'Adres',
+		tag_h1 : 'Kop 1',
+		tag_h2 : 'Kop 2',
+		tag_h3 : 'Kop 3',
+		tag_h4 : 'Kop 4',
+		tag_h5 : 'Kop 5',
+		tag_h6 : 'Kop 6',
+		tag_div : 'Normaal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Lettertype',
+		panelTitle : 'Lettertype'
+	},
+
+	fontSize :
+	{
+		label : 'Grootte',
+		panelTitle : 'Grootte'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Tekstkleur',
+		bgColorTitle : 'Achtergrondkleur',
+		auto : 'Automatisch',
+		more : 'Meer kleuren...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/no.js
===================================================================
--- /CKEditor/trunk/_source/lang/no.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/no.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Norwegian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['no'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Kilde',
+	newPage			: 'Ny Side',
+	save			: 'Lagre',
+	preview			: 'Forhåndsvis',
+	cut				: 'Klipp ut',
+	copy			: 'Kopier',
+	paste			: 'Lim inn',
+	print			: 'Skriv ut',
+	underline		: 'Understrek',
+	bold			: 'Fet',
+	italic			: 'Kursiv',
+	selectAll		: 'Merk alt',
+	removeFormat	: 'Fjern format',
+	strike			: 'Gjennomstrek',
+	subscript		: 'Senket skrift',
+	superscript		: 'Hevet skrift',
+	horizontalrule	: 'Sett inn horisontal linje',
+	pagebreak		: 'Sett inn sideskift',
+	unlink			: 'Fjern lenke',
+	undo			: 'Angre',
+	redo			: 'Gjør om',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Bla igjennom server',
+		url				: 'URL',
+		protocol		: 'Protokoll',
+		upload			: 'Last opp',
+		uploadSubmit	: 'Send det til serveren',
+		image			: 'Bilde',
+		flash			: 'Flash',
+		form			: 'Skjema',
+		checkbox		: 'Avmerkingsboks',
+		radio		: 'Alternativknapp',
+		textField		: 'Tekstboks',
+		textarea		: 'Tekstområde',
+		hiddenField		: 'Skjult felt',
+		button			: 'Knapp',
+		select	: 'Rullegardinliste',
+		imageButton		: 'Bildeknapp',
+		notSet			: '<ikke satt>',
+		id				: 'Id',
+		name			: 'Navn',
+		langDir			: 'Språkretning',
+		langDirLtr		: 'Venstre til høyre (VTH)',
+		langDirRtl		: 'Høyre til venstre (HTV)',
+		langCode		: 'Språkkode',
+		longDescr		: 'Utvidet beskrivelse',
+		cssClass		: 'Stilarkklasser',
+		advisoryTitle	: 'Tittel',
+		cssStyle		: 'Stil',
+		ok				: 'OK',
+		cancel			: 'Avbryt',
+		generalTab		: 'Generelt',
+		advancedTab		: 'Avansert',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Sett inn spesielt tegn',
+		title		: 'Velg spesielt tegn'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Sett inn/Rediger lenke',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Rediger lenke',
+		title		: 'Lenke',
+		info		: 'Lenkeinfo',
+		target		: 'Mål',
+		upload		: 'Last opp',
+		advanced	: 'Avansert',
+		type		: 'Lenketype',
+		toAnchor	: 'Lenke til anker i teksten',
+		toEmail		: 'E-post',
+		target		: 'Mål',
+		targetNotSet	: '<ikke satt>',
+		targetFrame	: '<ramme>',
+		targetPopup	: '<popup vindu>',
+		targetNew	: 'Nytt vindu (_blank)',
+		targetTop	: 'Hele vindu (_top)',
+		targetSelf	: 'Samme vindu (_self)',
+		targetParent	: 'Foreldrevindu (_parent)',
+		targetFrameName	: 'Målramme',
+		targetPopupName	: 'Navn på popup-vindus',
+		popupFeatures	: 'Egenskaper for popup-vindu',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statuslinje',
+		popupLocationBar	: 'Adresselinje',
+		popupToolbar	: 'Verktøylinje',
+		popupMenuBar	: 'Menylinje',
+		popupFullScreen	: 'Full skjerm (IE)',
+		popupScrollBars	: 'Scrollbar',
+		popupDependent	: 'Avhenging (Netscape)',
+		popupWidth		: 'Bredde',
+		popupLeft		: 'Venstre posisjon',
+		popupHeight		: 'Høyde',
+		popupTop		: 'Topp-posisjon',
+		id				: 'Id', // MISSING
+		langDir			: 'Språkretning',
+		langDirNotSet	: '<ikke satt>',
+		langDirLTR		: 'Venstre til høyre (VTH)',
+		langDirRTL		: 'Høyre til venstre (HTV)',
+		acccessKey		: 'Aksessknapp',
+		name			: 'Navn',
+		langCode		: 'Språkretning',
+		tabIndex		: 'Tab Indeks',
+		advisoryTitle	: 'Tittel',
+		advisoryContentType	: 'Type',
+		cssClasses		: 'Stilarkklasser',
+		charset			: 'Lenket språkkart',
+		styles			: 'Stil',
+		selectAnchor	: 'Velg et anker',
+		anchorName		: 'Anker etter navn',
+		anchorId		: 'Element etter ID',
+		emailAddress	: 'E-postadresse',
+		emailSubject	: 'Meldingsemne',
+		emailBody		: 'Melding',
+		noAnchors		: '(Ingen anker i dokumentet)',
+		noUrl			: 'Vennligst skriv inn lenkens url',
+		noEmail			: 'Vennligst skriv inn e-postadressen'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Sett inn/Rediger anker',
+		menu		: 'Egenskaper for anker',
+		title		: 'Egenskaper for anker',
+		name		: 'Ankernavn',
+		errorName	: 'Vennligst skriv inn ankernavnet'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Søk og erstatt',
+		find				: 'Søk',
+		replace				: 'Erstatt',
+		findWhat			: 'Søk etter:',
+		replaceWith			: 'Erstatt med:',
+		notFoundMsg			: 'Fant ikke søketeksten.',
+		matchCase			: 'Skill mellom store og små bokstaver',
+		matchWord			: 'Bare hele ord',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Erstatt alle',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabell',
+		title		: 'Egenskaper for tabell',
+		menu		: 'Egenskaper for tabell',
+		deleteTable	: 'Slett tabell',
+		rows		: 'Rader',
+		columns		: 'Kolonner',
+		border		: 'Rammestørrelse',
+		align		: 'Justering',
+		alignNotSet	: '<Ikke satt>',
+		alignLeft	: 'Venstre',
+		alignCenter	: 'Midtjuster',
+		alignRight	: 'Høyre',
+		width		: 'Bredde',
+		widthPx		: 'piksler',
+		widthPc		: 'prosent',
+		height		: 'Høyde',
+		cellSpace	: 'Cellemarg',
+		cellPad		: 'Cellepolstring',
+		caption		: 'Tittel',
+		summary		: 'Sammendrag',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Celle',
+			insertBefore	: 'Sett inn celle før',
+			insertAfter		: 'Sett inn celle etter',
+			deleteCell		: 'Slett celler',
+			merge			: 'Slå sammen celler',
+			mergeRight		: 'Slå sammen høyre',
+			mergeDown		: 'Slå sammen ned',
+			splitHorizontal	: 'Del celle horisontalt',
+			splitVertical	: 'Del celle vertikalt'
+		},
+
+		row :
+		{
+			menu			: 'Rader',
+			insertBefore	: 'Sett inn rad før',
+			insertAfter		: 'Sett inn rad etter',
+			deleteRow		: 'Slett rader'
+		},
+
+		column :
+		{
+			menu			: 'Kolonne',
+			insertBefore	: 'Sett inn kolonne før',
+			insertAfter		: 'Sett inn kolonne etter',
+			deleteColumn	: 'Slett kolonner'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Egenskaper for knapp',
+		text		: 'Tekst (verdi)',
+		type		: 'Type',
+		typeBtn		: 'Knapp',
+		typeSbm		: 'Send',
+		typeRst		: 'Nullstill'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Egenskaper for avmerkingsboks',
+		radioTitle	: 'Egenskaper for alternativknapp',
+		value		: 'Verdi',
+		selected	: 'Valgt'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Egenskaper for skjema',
+		menu		: 'Egenskaper for skjema',
+		action		: 'Handling',
+		method		: 'Metode',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Mål',
+		targetNotSet	: '<ikke satt>',
+		targetNew	: 'Nytt vindu (_blank)',
+		targetTop	: 'Hele vindu (_top)',
+		targetSelf	: 'Samme vindu (_self)',
+		targetParent	: 'Foreldrevindu (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Egenskaper for rullegardinliste',
+		selectInfo	: 'Info',
+		opAvail		: 'Tilgjenglige alternativer',
+		value		: 'Verdi',
+		size		: 'Størrelse',
+		lines		: 'Linjer',
+		chkMulti	: 'Tillat flervalg',
+		opText		: 'Tekst',
+		opValue		: 'Verdi',
+		btnAdd		: 'Legg til',
+		btnModify	: 'Endre',
+		btnUp		: 'Opp',
+		btnDown		: 'Ned',
+		btnSetValue : 'Sett som valgt',
+		btnDelete	: 'Slett'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Egenskaper for tekstområde',
+		cols		: 'Kolonner',
+		rows		: 'Rader'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Egenskaper for tekstfelt',
+		name		: 'Navn',
+		value		: 'Verdi',
+		charWidth	: 'Tegnbredde',
+		maxChars	: 'Maks antall tegn',
+		type		: 'Type',
+		typeText	: 'Tekst',
+		typePass	: 'Passord'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Egenskaper for skjult felt',
+		name	: 'Navn',
+		value	: 'Verdi'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Bildeegenskaper',
+		titleButton	: 'Egenskaper for bildeknapp',
+		menu		: 'Bildeegenskaper',
+		infoTab	: 'Bildeinformasjon',
+		btnUpload	: 'Send det til serveren',
+		url		: 'URL',
+		upload	: 'Last opp',
+		alt		: 'Alternativ tekst',
+		width		: 'Bredde',
+		height	: 'Høyde',
+		lockRatio	: 'Lås forhold',
+		resetSize	: 'Tilbakestill størrelse',
+		border	: 'Ramme',
+		hSpace	: 'HMarg',
+		vSpace	: 'VMarg',
+		align		: 'Juster',
+		alignLeft	: 'Venstre',
+		alignAbsBottom: 'Abs bunn',
+		alignAbsMiddle: 'Abs midten',
+		alignBaseline	: 'Bunnlinje',
+		alignBottom	: 'Bunn',
+		alignMiddle	: 'Midten',
+		alignRight	: 'Høyre',
+		alignTextTop	: 'Tekst topp',
+		alignTop	: 'Topp',
+		preview	: 'Forhåndsvis',
+		alertUrl	: 'Vennligst skriv bilde-urlen',
+		linkTab	: 'Lenke',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Egenskaper for Flash-objekt',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash-egenskaper',
+		chkPlay		: 'Autospill',
+		chkLoop		: 'Loop',
+		chkMenu		: 'Slå på Flash-meny',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Skaler',
+		scaleAll		: 'Vis alt',
+		scaleNoBorder	: 'Ingen ramme',
+		scaleFit		: 'Skaler til å passe',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Juster',
+		alignLeft	: 'Venstre',
+		alignAbsBottom: 'Abs bunn',
+		alignAbsMiddle: 'Abs midten',
+		alignBaseline	: 'Bunnlinje',
+		alignBottom	: 'Bunn',
+		alignMiddle	: 'Midten',
+		alignRight	: 'Høyre',
+		alignTextTop	: 'Tekst topp',
+		alignTop	: 'Topp',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Bakgrunnsfarge',
+		width	: 'Bredde',
+		height	: 'Høyde',
+		hSpace	: 'HMarg',
+		vSpace	: 'VMarg',
+		validateSrc : 'Vennligst skriv inn lenkens url',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Stavekontroll',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Ikke i ordboken',
+		changeTo		: 'Endre til',
+		btnIgnore		: 'Ignorer',
+		btnIgnoreAll	: 'Ignorer alle',
+		btnReplace		: 'Erstatt',
+		btnReplaceAll	: 'Erstatt alle',
+		btnUndo			: 'Angre',
+		noSuggestions	: '- Ingen forslag -',
+		progress		: 'Stavekontroll pågår...',
+		noMispell		: 'Stavekontroll fullført: ingen feilstavinger funnet',
+		noChanges		: 'Stavekontroll fullført: ingen ord endret',
+		oneChange		: 'Stavekontroll fullført: Ett ord endret',
+		manyChanges		: 'Stavekontroll fullført: %1 ord endret',
+		ieSpellDownload	: 'Stavekontroll er ikke installert. Vil du laste den ned nå?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smil',
+		title	: 'Sett inn smil'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Nummerert liste',
+	bulletedlist : 'Uordnet liste',
+	indent : 'Øk nivå',
+	outdent : 'Senk nivå',
+
+	justify :
+	{
+		left : 'Venstrejuster',
+		center : 'Midtjuster',
+		right : 'Høyrejuster',
+		block : 'Blokkjuster'
+	},
+
+	outdent : 'Senk nivå',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Lim inn',
+		cutError	: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk klipping av tekst. Vennligst bruk snareveien (Ctrl+X).',
+		copyError	: 'Din nettlesers sikkerhetsinstillinger tillater ikke automatisk kopiering av tekst. Vennligst bruk snareveien (Ctrl+C).',
+		pasteMsg	: 'Vennligst lim inn i den følgende boksen med tastaturet (<STRONG>Ctrl+V</STRONG>) og trykk <STRONG>OK</STRONG>.',
+		securityMsg	: 'Din nettlesers sikkerhetsinstillinger gir ikke redigeringsverktøyet direkte tilgang til utklippstavlen. Du må lime det igjen i dette vinduet.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Lim inn fra Word',
+		title : 'Lim inn fra Word',
+		advice : 'Vennligst lim inn i den følgende boksen med tastaturet (<STRONG>Ctrl+V</STRONG>) og trykk <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Fjern skrifttyper',
+		removeStyle : 'Fjern stildefinisjoner'
+	},
+
+	pasteText :
+	{
+		button : 'Lim inn som ren tekst',
+		title : 'Lim inn som ren tekst'
+	},
+
+	templates :
+	{
+		button : 'Maler',
+		title : 'Innholdsmaler',
+		insertOption: 'Erstatt faktisk innold',
+		selectPromptMsg: 'Velg malen du vil åpne<br>(innholdet du har skrevet blir tapt!):',
+		emptyListMsg : '(Ingen maler definert)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Stil',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatert',
+		tag_address : 'Adresse',
+		tag_h1 : 'Tittel 1',
+		tag_h2 : 'Tittel 2',
+		tag_h3 : 'Tittel 3',
+		tag_h4 : 'Tittel 4',
+		tag_h5 : 'Tittel 5',
+		tag_h6 : 'Tittel 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Skrift',
+		panelTitle : 'Skrift'
+	},
+
+	fontSize :
+	{
+		label : 'Størrelse',
+		panelTitle : 'Størrelse'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Tekstfarge',
+		bgColorTitle : 'Bakgrunnsfarge',
+		auto : 'Automatisk',
+		more : 'Flere farger...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/pl.js
===================================================================
--- /CKEditor/trunk/_source/lang/pl.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/pl.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Polish language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['pl'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Źródło dokumentu',
+	newPage			: 'Nowa strona',
+	save			: 'Zapisz',
+	preview			: 'Podgląd',
+	cut				: 'Wytnij',
+	copy			: 'Kopiuj',
+	paste			: 'Wklej',
+	print			: 'Drukuj',
+	underline		: 'Podkreślenie',
+	bold			: 'Pogrubienie',
+	italic			: 'Kursywa',
+	selectAll		: 'Zaznacz wszystko',
+	removeFormat	: 'Usuń formatowanie',
+	strike			: 'Przekreślenie',
+	subscript		: 'Indeks dolny',
+	superscript		: 'Indeks górny',
+	horizontalrule	: 'Wstaw poziomą linię',
+	pagebreak		: 'Wstaw odstęp',
+	unlink			: 'Usuń hiperłącze',
+	undo			: 'Cofnij',
+	redo			: 'Ponów',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Przeglądaj',
+		url				: 'Adres URL',
+		protocol		: 'Protokół',
+		upload			: 'Wyślij',
+		uploadSubmit	: 'Wyślij',
+		image			: 'Obrazek',
+		flash			: 'Flash',
+		form			: 'Formularz',
+		checkbox		: 'Pole wyboru (checkbox)',
+		radio		: 'Pole wyboru (radio)',
+		textField		: 'Pole tekstowe',
+		textarea		: 'Obszar tekstowy',
+		hiddenField		: 'Pole ukryte',
+		button			: 'Przycisk',
+		select	: 'Lista wyboru',
+		imageButton		: 'Przycisk-obrazek',
+		notSet			: '<nie ustawione>',
+		id				: 'Id',
+		name			: 'Nazwa',
+		langDir			: 'Kierunek tekstu',
+		langDirLtr		: 'Od lewej do prawej (LTR)',
+		langDirRtl		: 'Od prawej do lewej (RTL)',
+		langCode		: 'Kod języka',
+		longDescr		: 'Długi opis hiperłącza',
+		cssClass		: 'Nazwa klasy CSS',
+		advisoryTitle	: 'Opis obiektu docelowego',
+		cssStyle		: 'Styl',
+		ok				: 'OK',
+		cancel			: 'Anuluj',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Zaawansowane',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Wstaw znak specjalny',
+		title		: 'Wybierz znak specjalny'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Wstaw/edytuj hiperłącze',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Edytuj hiperłącze',
+		title		: 'Hiperłącze',
+		info		: 'Informacje ',
+		target		: 'Cel',
+		upload		: 'Wyślij',
+		advanced	: 'Zaawansowane',
+		type		: 'Typ hiperłącza',
+		toAnchor	: 'Odnośnik wewnątrz strony',
+		toEmail		: 'Adres e-mail',
+		target		: 'Cel',
+		targetNotSet	: '<nie ustawione>',
+		targetFrame	: '<ramka>',
+		targetPopup	: '<wyskakujące okno>',
+		targetNew	: 'Nowe okno (_blank)',
+		targetTop	: 'Okno najwyższe w hierarchii (_top)',
+		targetSelf	: 'To samo okno (_self)',
+		targetParent	: 'Okno nadrzędne (_parent)',
+		targetFrameName	: 'Nazwa Ramki Docelowej',
+		targetPopupName	: 'Nazwa wyskakującego okna',
+		popupFeatures	: 'Właściwości wyskakującego okna',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Pasek statusu',
+		popupLocationBar	: 'Pasek adresu',
+		popupToolbar	: 'Pasek narzędzi',
+		popupMenuBar	: 'Pasek menu',
+		popupFullScreen	: 'Pełny ekran (IE)',
+		popupScrollBars	: 'Paski przewijania',
+		popupDependent	: 'Okno zależne (Netscape)',
+		popupWidth		: 'Szerokość',
+		popupLeft		: 'Pozycja w poziomie',
+		popupHeight		: 'Wysokość',
+		popupTop		: 'Pozycja w pionie',
+		id				: 'Id', // MISSING
+		langDir			: 'Kierunek tekstu',
+		langDirNotSet	: '<nie ustawione>',
+		langDirLTR		: 'Od lewej do prawej (LTR)',
+		langDirRTL		: 'Od prawej do lewej (RTL)',
+		acccessKey		: 'Klawisz dostępu',
+		name			: 'Nazwa',
+		langCode		: 'Kierunek tekstu',
+		tabIndex		: 'Indeks tabeli',
+		advisoryTitle	: 'Opis obiektu docelowego',
+		advisoryContentType	: 'Typ MIME obiektu docelowego',
+		cssClasses		: 'Nazwa klasy CSS',
+		charset			: 'Kodowanie znaków obiektu docelowego',
+		styles			: 'Styl',
+		selectAnchor	: 'Wybierz etykietę',
+		anchorName		: 'Wg etykiety',
+		anchorId		: 'Wg identyfikatora elementu',
+		emailAddress	: 'Adres e-mail',
+		emailSubject	: 'Temat',
+		emailBody		: 'Treść',
+		noAnchors		: '(W dokumencie nie zdefiniowano żadnych etykiet)',
+		noUrl			: 'Podaj adres URL',
+		noEmail			: 'Podaj adres e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Wstaw/edytuj kotwicę',
+		menu		: 'Właściwości kotwicy',
+		title		: 'Właściwości kotwicy',
+		name		: 'Nazwa kotwicy',
+		errorName	: 'Wpisz nazwę kotwicy'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Znajdź i zamień',
+		find				: 'Znajdź',
+		replace				: 'Zamień',
+		findWhat			: 'Znajdź:',
+		replaceWith			: 'Zastąp przez:',
+		notFoundMsg			: 'Nie znaleziono szukanego hasła.',
+		matchCase			: 'Uwzględnij wielkość liter',
+		matchWord			: 'Całe słowa',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Zastąp wszystko',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabela',
+		title		: 'Właściwości tabeli',
+		menu		: 'Właściwości tabeli',
+		deleteTable	: 'Usuń tabelę',
+		rows		: 'Liczba wierszy',
+		columns		: 'Liczba kolumn',
+		border		: 'Grubość ramki',
+		align		: 'Wyrównanie',
+		alignNotSet	: '<brak ustawień>',
+		alignLeft	: 'Do lewej',
+		alignCenter	: 'Do środka',
+		alignRight	: 'Do prawej',
+		width		: 'Szerokość',
+		widthPx		: 'piksele',
+		widthPc		: '%',
+		height		: 'Wysokość',
+		cellSpace	: 'Odstęp pomiędzy komórkami',
+		cellPad		: 'Margines wewnętrzny komórek',
+		caption		: 'Tytuł',
+		summary		: 'Podsumowanie',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Komórka',
+			insertBefore	: 'Wstaw komórkę z lewej',
+			insertAfter		: 'Wstaw komórkę z prawej',
+			deleteCell		: 'Usuń komórki',
+			merge			: 'Połącz komórki',
+			mergeRight		: 'Połącz z komórką z prawej',
+			mergeDown		: 'Połącz z komórką poniżej',
+			splitHorizontal	: 'Podziel komórkę poziomo',
+			splitVertical	: 'Podziel komórkę pionowo'
+		},
+
+		row :
+		{
+			menu			: 'Wiersz',
+			insertBefore	: 'Wstaw wiersz powyżej',
+			insertAfter		: 'Wstaw wiersz poniżej',
+			deleteRow		: 'Usuń wiersze'
+		},
+
+		column :
+		{
+			menu			: 'Kolumna',
+			insertBefore	: 'Wstaw kolumnę z lewej',
+			insertAfter		: 'Wstaw kolumnę z prawej',
+			deleteColumn	: 'Usuń kolumny'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Właściwości przycisku',
+		text		: 'Tekst (Wartość)',
+		type		: 'Typ',
+		typeBtn		: 'Przycisk',
+		typeSbm		: 'Wyślij',
+		typeRst		: 'Wyzeruj'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Właściwości pola wyboru (checkbox)',
+		radioTitle	: 'Właściwości pola wyboru (radio)',
+		value		: 'Wartość',
+		selected	: 'Zaznaczone'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Właściwości formularza',
+		menu		: 'Właściwości formularza',
+		action		: 'Akcja',
+		method		: 'Metoda',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Cel',
+		targetNotSet	: '<nie ustawione>',
+		targetNew	: 'Nowe okno (_blank)',
+		targetTop	: 'Okno najwyższe w hierarchii (_top)',
+		targetSelf	: 'To samo okno (_self)',
+		targetParent	: 'Okno nadrzędne (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Właściwości listy wyboru',
+		selectInfo	: 'Informacje',
+		opAvail		: 'Dostępne opcje',
+		value		: 'Wartość',
+		size		: 'Rozmiar',
+		lines		: 'linii',
+		chkMulti	: 'Wielokrotny wybór',
+		opText		: 'Tekst',
+		opValue		: 'Wartość',
+		btnAdd		: 'Dodaj',
+		btnModify	: 'Zmień',
+		btnUp		: 'Do góry',
+		btnDown		: 'Do dołu',
+		btnSetValue : 'Ustaw wartość zaznaczoną',
+		btnDelete	: 'Usuń'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Właściwości obszaru tekstowego',
+		cols		: 'Kolumnu',
+		rows		: 'Wiersze'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Właściwości pola tekstowego',
+		name		: 'Nazwa',
+		value		: 'Wartość',
+		charWidth	: 'Szerokość w znakach',
+		maxChars	: 'Max. szerokość',
+		type		: 'Typ',
+		typeText	: 'Tekst',
+		typePass	: 'Hasło'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Właściwości pola ukrytego',
+		name	: 'Nazwa',
+		value	: 'Wartość'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Właściwości obrazka',
+		titleButton	: 'Właściwości przycisku obrazka',
+		menu		: 'Właściwości obrazka',
+		infoTab	: 'Informacje o obrazku',
+		btnUpload	: 'Wyślij',
+		url		: 'Adres URL',
+		upload	: 'Wyślij',
+		alt		: 'Tekst zastępczy',
+		width		: 'Szerokość',
+		height	: 'Wysokość',
+		lockRatio	: 'Zablokuj proporcje',
+		resetSize	: 'Przywróć rozmiar',
+		border	: 'Ramka',
+		hSpace	: 'Odstęp poziomy',
+		vSpace	: 'Odstęp pionowy',
+		align		: 'Wyrównaj',
+		alignLeft	: 'Do lewej',
+		alignAbsBottom: 'Do dołu',
+		alignAbsMiddle: 'Do środka w pionie',
+		alignBaseline	: 'Do linii bazowej',
+		alignBottom	: 'Do dołu',
+		alignMiddle	: 'Do środka',
+		alignRight	: 'Do prawej',
+		alignTextTop	: 'Do góry tekstu',
+		alignTop	: 'Do góry',
+		preview	: 'Podgląd',
+		alertUrl	: 'Podaj adres obrazka.',
+		linkTab	: 'Hiperłącze',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Właściwości elementu Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Właściwości elementu Flash',
+		chkPlay		: 'Auto Odtwarzanie',
+		chkLoop		: 'Pętla',
+		chkMenu		: 'Włącz menu',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Skaluj',
+		scaleAll		: 'Pokaż wszystko',
+		scaleNoBorder	: 'Bez Ramki',
+		scaleFit		: 'Dokładne dopasowanie',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Wyrównaj',
+		alignLeft	: 'Do lewej',
+		alignAbsBottom: 'Do dołu',
+		alignAbsMiddle: 'Do środka w pionie',
+		alignBaseline	: 'Do linii bazowej',
+		alignBottom	: 'Do dołu',
+		alignMiddle	: 'Do środka',
+		alignRight	: 'Do prawej',
+		alignTextTop	: 'Do góry tekstu',
+		alignTop	: 'Do góry',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Kolor tła',
+		width	: 'Szerokość',
+		height	: 'Wysokość',
+		hSpace	: 'Odstęp poziomy',
+		vSpace	: 'Odstęp pionowy',
+		validateSrc : 'Podaj adres URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Sprawdź pisownię',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Słowa nie ma w słowniku',
+		changeTo		: 'Zmień na',
+		btnIgnore		: 'Ignoruj',
+		btnIgnoreAll	: 'Ignoruj wszystkie',
+		btnReplace		: 'Zmień',
+		btnReplaceAll	: 'Zmień wszystkie',
+		btnUndo			: 'Cofnij',
+		noSuggestions	: '- Brak sugestii -',
+		progress		: 'Trwa sprawdzanie ...',
+		noMispell		: 'Sprawdzanie zakończone: nie znaleziono błędów',
+		noChanges		: 'Sprawdzanie zakończone: nie zmieniono żadnego słowa',
+		oneChange		: 'Sprawdzanie zakończone: zmieniono jedno słowo',
+		manyChanges		: 'Sprawdzanie zakończone: zmieniono %l słów',
+		ieSpellDownload	: 'Słownik nie jest zainstalowany. Chcesz go ściągnąć?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Emotikona',
+		title	: 'Wstaw emotikonę'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Lista numerowana',
+	bulletedlist : 'Lista wypunktowana',
+	indent : 'Zwiększ wcięcie',
+	outdent : 'Zmniejsz wcięcie',
+
+	justify :
+	{
+		left : 'Wyrównaj do lewej',
+		center : 'Wyrównaj do środka',
+		right : 'Wyrównaj do prawej',
+		block : 'Wyrównaj do lewej i prawej'
+	},
+
+	outdent : 'Zmniejsz wcięcie',
+	blockquote : 'Cytat',
+
+	clipboard :
+	{
+		title		: 'Wklej',
+		cutError	: 'Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne wycinanie tekstu. Użyj skrótu klawiszowego Ctrl+X.',
+		copyError	: 'Ustawienia bezpieczeństwa Twojej przeglądarki nie pozwalają na automatyczne kopiowanie tekstu. Użyj skrótu klawiszowego Ctrl+C.',
+		pasteMsg	: 'Proszę wkleić w poniższym polu używając klawiaturowego skrótu (<STRONG>Ctrl+V</STRONG>) i kliknąć <STRONG>OK</STRONG>.',
+		securityMsg	: 'Zabezpieczenia przeglądarki uniemożliwiają wklejenie danych bezpośrednio do edytora. Proszę dane wkleić ponownie w tym okienku.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Wklej z Worda',
+		title : 'Wklej z Worda',
+		advice : 'Proszę wkleić w poniższym polu używając klawiaturowego skrótu (<STRONG>Ctrl+V</STRONG>) i kliknąć <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignoruj definicje \'Font Face\'',
+		removeStyle : 'Usuń definicje Stylów'
+	},
+
+	pasteText :
+	{
+		button : 'Wklej jako czysty tekst',
+		title : 'Wklej jako czysty tekst'
+	},
+
+	templates :
+	{
+		button : 'Sablony',
+		title : 'Szablony zawartości',
+		insertOption: 'Zastąp aktualną zawartość',
+		selectPromptMsg: 'Wybierz szablon do otwarcia w edytorze<br>(obecna zawartość okna edytora zostanie utracona):',
+		emptyListMsg : '(Brak zdefiniowanych szablonów)'
+	},
+
+	showBlocks : 'Pokaż bloki',
+
+	stylesCombo :
+	{
+		label : 'Styl',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normalny',
+		tag_pre : 'Tekst sformatowany',
+		tag_address : 'Adres',
+		tag_h1 : 'Nagłówek 1',
+		tag_h2 : 'Nagłówek 2',
+		tag_h3 : 'Nagłówek 3',
+		tag_h4 : 'Nagłówek 4',
+		tag_h5 : 'Nagłówek 5',
+		tag_h6 : 'Nagłówek 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Czcionka',
+		panelTitle : 'Czcionka'
+	},
+
+	fontSize :
+	{
+		label : 'Rozmiar',
+		panelTitle : 'Rozmiar'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Kolor tekstu',
+		bgColorTitle : 'Kolor tła',
+		auto : 'Automatycznie',
+		more : 'Więcej kolorów...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/pt-br.js
===================================================================
--- /CKEditor/trunk/_source/lang/pt-br.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/pt-br.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Brazilian Portuguese language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['pt-br'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Código-Fonte',
+	newPage			: 'Novo',
+	save			: 'Salvar',
+	preview			: 'Visualizar',
+	cut				: 'Recortar',
+	copy			: 'Copiar',
+	paste			: 'Colar',
+	print			: 'Imprimir',
+	underline		: 'Sublinhado',
+	bold			: 'Negrito',
+	italic			: 'Itálico',
+	selectAll		: 'Selecionar Tudo',
+	removeFormat	: 'Remover Formatação',
+	strike			: 'Tachado',
+	subscript		: 'Subscrito',
+	superscript		: 'Sobrescrito',
+	horizontalrule	: 'Inserir Linha Horizontal',
+	pagebreak		: 'Inserir Quebra de Página',
+	unlink			: 'Remover Hiperlink',
+	undo			: 'Desfazer',
+	redo			: 'Refazer',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Localizar no Servidor',
+		url				: 'URL',
+		protocol		: 'Protocolo',
+		upload			: 'Enviar ao Servidor',
+		uploadSubmit	: 'Enviar para o Servidor',
+		image			: 'Figura',
+		flash			: 'Flash',
+		form			: 'Formulário',
+		checkbox		: 'Caixa de Seleção',
+		radio		: 'Botão de Opção',
+		textField		: 'Caixa de Texto',
+		textarea		: 'Área de Texto',
+		hiddenField		: 'Campo Oculto',
+		button			: 'Botão',
+		select	: 'Caixa de Listagem',
+		imageButton		: 'Botão de Imagem',
+		notSet			: '<não ajustado>',
+		id				: 'Id',
+		name			: 'Nome',
+		langDir			: 'Direção do idioma',
+		langDirLtr		: 'Esquerda para Direita (LTR)',
+		langDirRtl		: 'Direita para Esquerda (RTL)',
+		langCode		: 'Idioma',
+		longDescr		: 'Descrição da URL',
+		cssClass		: 'Classe de Folhas de Estilo',
+		advisoryTitle	: 'Título',
+		cssStyle		: 'Estilos',
+		ok				: 'OK',
+		cancel			: 'Cancelar',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Avançado',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Inserir Caractere Especial',
+		title		: 'Selecione um Caractere Especial'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Inserir/Editar Hiperlink',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Editar Hiperlink',
+		title		: 'Hiperlink',
+		info		: 'Informações',
+		target		: 'Destino',
+		upload		: 'Enviar ao Servidor',
+		advanced	: 'Avançado',
+		type		: 'Tipo de hiperlink',
+		toAnchor	: 'Âncora nesta página',
+		toEmail		: 'E-Mail',
+		target		: 'Destino',
+		targetNotSet	: '<não ajustado>',
+		targetFrame	: '<frame>',
+		targetPopup	: '<janela popup>',
+		targetNew	: 'Nova Janela (_blank)',
+		targetTop	: 'Janela Superior (_top)',
+		targetSelf	: 'Mesma Janela (_self)',
+		targetParent	: 'Janela Pai (_parent)',
+		targetFrameName	: 'Nome do Frame de Destino',
+		targetPopupName	: 'Nome da Janela Pop-up',
+		popupFeatures	: 'Atributos da Janela Pop-up',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Barra de Status',
+		popupLocationBar	: 'Barra de Endereços',
+		popupToolbar	: 'Barra de Ferramentas',
+		popupMenuBar	: 'Barra de Menus',
+		popupFullScreen	: 'Modo Tela Cheia (IE)',
+		popupScrollBars	: 'Barras de Rolagem',
+		popupDependent	: 'Dependente (Netscape)',
+		popupWidth		: 'Largura',
+		popupLeft		: 'Esquerda',
+		popupHeight		: 'Altura',
+		popupTop		: 'Superior',
+		id				: 'Id', // MISSING
+		langDir			: 'Direção do idioma',
+		langDirNotSet	: '<não ajustado>',
+		langDirLTR		: 'Esquerda para Direita (LTR)',
+		langDirRTL		: 'Direita para Esquerda (RTL)',
+		acccessKey		: 'Chave de Acesso',
+		name			: 'Nome',
+		langCode		: 'Direção do idioma',
+		tabIndex		: 'Índice de Tabulação',
+		advisoryTitle	: 'Título',
+		advisoryContentType	: 'Tipo de Conteúdo',
+		cssClasses		: 'Classe de Folhas de Estilo',
+		charset			: 'Conjunto de Caracteres do Hiperlink',
+		styles			: 'Estilos',
+		selectAnchor	: 'Selecione uma âncora',
+		anchorName		: 'Pelo Nome da âncora',
+		anchorId		: 'Pelo Id do Elemento',
+		emailAddress	: 'Endereço E-Mail',
+		emailSubject	: 'Assunto da Mensagem',
+		emailBody		: 'Corpo da Mensagem',
+		noAnchors		: '(Não há âncoras disponíveis neste documento)',
+		noUrl			: 'Por favor, digite o endereço do Hiperlink',
+		noEmail			: 'Por favor, digite o endereço de e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Inserir/Editar Âncora',
+		menu		: 'Formatar Âncora',
+		title		: 'Formatar Âncora',
+		name		: 'Nome da Âncora',
+		errorName	: 'Por favor, digite o nome da âncora'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Localizar e Substituir',
+		find				: 'Localizar',
+		replace				: 'Substituir',
+		findWhat			: 'Procurar por:',
+		replaceWith			: 'Substituir por:',
+		notFoundMsg			: 'O texto especificado não foi encontrado.',
+		matchCase			: 'Coincidir Maiúsculas/Minúsculas',
+		matchWord			: 'Coincidir a palavra inteira',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Substituir Tudo',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabela',
+		title		: 'Formatar Tabela',
+		menu		: 'Formatar Tabela',
+		deleteTable	: 'Apagar Tabela',
+		rows		: 'Linhas',
+		columns		: 'Colunas',
+		border		: 'Borda',
+		align		: 'Alinhamento',
+		alignNotSet	: '<Não ajustado>',
+		alignLeft	: 'Esquerda',
+		alignCenter	: 'Centralizado',
+		alignRight	: 'Direita',
+		width		: 'Largura',
+		widthPx		: 'pixels',
+		widthPc		: '%',
+		height		: 'Altura',
+		cellSpace	: 'Espaçamento',
+		cellPad		: 'Enchimento',
+		caption		: 'Legenda',
+		summary		: 'Resumo',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Célula',
+			insertBefore	: 'Inserir célula à esquerda',
+			insertAfter		: 'Inserir célula à direita',
+			deleteCell		: 'Remover Células',
+			merge			: 'Mesclar Células',
+			mergeRight		: 'Mesclar com célula à direita',
+			mergeDown		: 'Mesclar com célula abaixo',
+			splitHorizontal	: 'Dividir célula horizontalmente',
+			splitVertical	: 'Dividir célula verticalmente'
+		},
+
+		row :
+		{
+			menu			: 'Linha',
+			insertBefore	: 'Inserir linha acima',
+			insertAfter		: 'Inserir linha abaixo',
+			deleteRow		: 'Remover Linhas'
+		},
+
+		column :
+		{
+			menu			: 'Coluna',
+			insertBefore	: 'Inserir coluna à esquerda',
+			insertAfter		: 'Inserir coluna à direita',
+			deleteColumn	: 'Remover Colunas'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Formatar Botão',
+		text		: 'Texto (Valor)',
+		type		: 'Tipo',
+		typeBtn		: 'Botão',
+		typeSbm		: 'Enviar',
+		typeRst		: 'Limpar'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Formatar Caixa de Seleção',
+		radioTitle	: 'Formatar Botão de Opção',
+		value		: 'Valor',
+		selected	: 'Selecionado'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Formatar Formulário',
+		menu		: 'Formatar Formulário',
+		action		: 'Action',
+		method		: 'Método',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Destino',
+		targetNotSet	: '<não ajustado>',
+		targetNew	: 'Nova Janela (_blank)',
+		targetTop	: 'Janela Superior (_top)',
+		targetSelf	: 'Mesma Janela (_self)',
+		targetParent	: 'Janela Pai (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Formatar Caixa de Listagem',
+		selectInfo	: 'Info',
+		opAvail		: 'Opções disponíveis',
+		value		: 'Valor',
+		size		: 'Tamanho',
+		lines		: 'linhas',
+		chkMulti	: 'Permitir múltiplas seleções',
+		opText		: 'Texto',
+		opValue		: 'Valor',
+		btnAdd		: 'Adicionar',
+		btnModify	: 'Modificar',
+		btnUp		: 'Para cima',
+		btnDown		: 'Para baixo',
+		btnSetValue : 'Definir como selecionado',
+		btnDelete	: 'Remover'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Formatar Área de Texto',
+		cols		: 'Colunas',
+		rows		: 'Linhas'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Formatar Caixa de Texto',
+		name		: 'Nome',
+		value		: 'Valor',
+		charWidth	: 'Comprimento (em caracteres)',
+		maxChars	: 'Número Máximo de Caracteres',
+		type		: 'Tipo',
+		typeText	: 'Texto',
+		typePass	: 'Senha'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Formatar Campo Oculto',
+		name	: 'Nome',
+		value	: 'Valor'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Formatar Figura',
+		titleButton	: 'Formatar Botão de Imagem',
+		menu		: 'Formatar Figura',
+		infoTab	: 'Informações da Figura',
+		btnUpload	: 'Enviar para o Servidor',
+		url		: 'URL',
+		upload	: 'Submeter',
+		alt		: 'Texto Alternativo',
+		width		: 'Largura',
+		height	: 'Altura',
+		lockRatio	: 'Manter proporções',
+		resetSize	: 'Redefinir para o Tamanho Original',
+		border	: 'Borda',
+		hSpace	: 'Horizontal',
+		vSpace	: 'Vertical',
+		align		: 'Alinhamento',
+		alignLeft	: 'Esquerda',
+		alignAbsBottom: 'Inferior Absoluto',
+		alignAbsMiddle: 'Centralizado Absoluto',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Inferior',
+		alignMiddle	: 'Centralizado',
+		alignRight	: 'Direita',
+		alignTextTop	: 'Superior Absoluto',
+		alignTop	: 'Superior',
+		preview	: 'Visualização',
+		alertUrl	: 'Por favor, digite o URL da figura.',
+		linkTab	: 'Hiperlink',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Propriedades Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Propriedades Flash',
+		chkPlay		: 'Tocar Automaticamente',
+		chkLoop		: 'Loop',
+		chkMenu		: 'Habilita Menu Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Escala',
+		scaleAll		: 'Mostrar tudo',
+		scaleNoBorder	: 'Sem Borda',
+		scaleFit		: 'Escala Exata',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Alinhamento',
+		alignLeft	: 'Esquerda',
+		alignAbsBottom: 'Inferior Absoluto',
+		alignAbsMiddle: 'Centralizado Absoluto',
+		alignBaseline	: 'Baseline',
+		alignBottom	: 'Inferior',
+		alignMiddle	: 'Centralizado',
+		alignRight	: 'Direita',
+		alignTextTop	: 'Superior Absoluto',
+		alignTop	: 'Superior',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Cor do Plano de Fundo',
+		width	: 'Largura',
+		height	: 'Altura',
+		hSpace	: 'Horizontal',
+		vSpace	: 'Vertical',
+		validateSrc : 'Por favor, digite o endereço do Hiperlink',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Verificar Ortografia',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Não encontrada',
+		changeTo		: 'Alterar para',
+		btnIgnore		: 'Ignorar uma vez',
+		btnIgnoreAll	: 'Ignorar Todas',
+		btnReplace		: 'Alterar',
+		btnReplaceAll	: 'Alterar Todas',
+		btnUndo			: 'Desfazer',
+		noSuggestions	: '-sem sugestões de ortografia-',
+		progress		: 'Verificação ortográfica em andamento...',
+		noMispell		: 'Verificação encerrada: Não foram encontrados erros de ortografia',
+		noChanges		: 'Verificação ortográfica encerrada: Não houve alterações',
+		oneChange		: 'Verificação ortográfica encerrada: Uma palavra foi alterada',
+		manyChanges		: '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?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Emoticon',
+		title	: 'Inserir Emoticon'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numeração',
+	bulletedlist : 'Marcadores',
+	indent : 'Aumentar Recuo',
+	outdent : 'Diminuir Recuo',
+
+	justify :
+	{
+		left : 'Alinhar Esquerda',
+		center : 'Centralizar',
+		right : 'Alinhar Direita',
+		block : 'Justificado'
+	},
+
+	outdent : 'Diminuir Recuo',
+	blockquote : 'Recuo',
+
+	clipboard :
+	{
+		title		: 'Colar',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: 'Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Colar do Word',
+		title : 'Colar do Word',
+		advice : 'Transfira o link usado no box usando o teclado com (<STRONG>Ctrl+V</STRONG>) e <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorar definições de fonte',
+		removeStyle : 'Remove definições de estilo'
+	},
+
+	pasteText :
+	{
+		button : 'Colar como Texto sem Formatação',
+		title : 'Colar como Texto sem Formatação'
+	},
+
+	templates :
+	{
+		button : 'Modelos de layout',
+		title : 'Modelo de layout do conteúdo',
+		insertOption: 'Substituir o conteúdo atual',
+		selectPromptMsg: 'Selecione um modelo de layout para ser aberto no editor<br>(o conteúdo atual será perdido):',
+		emptyListMsg : '(Não foram definidos modelos de layout)'
+	},
+
+	showBlocks : 'Mostrar blocos',
+
+	stylesCombo :
+	{
+		label : 'Estilo',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formatação',
+		panelTitle : 'Formatação',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatado',
+		tag_address : 'Endereço',
+		tag_h1 : 'Título 1',
+		tag_h2 : 'Título 2',
+		tag_h3 : 'Título 3',
+		tag_h4 : 'Título 4',
+		tag_h5 : 'Título 5',
+		tag_h6 : 'Título 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Fonte',
+		panelTitle : 'Fonte'
+	},
+
+	fontSize :
+	{
+		label : 'Tamanho',
+		panelTitle : 'Tamanho'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Cor do Texto',
+		bgColorTitle : 'Cor do Plano de Fundo',
+		auto : 'Automático',
+		more : 'Mais Cores...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/pt.js
===================================================================
--- /CKEditor/trunk/_source/lang/pt.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/pt.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Portuguese language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['pt'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Fonte',
+	newPage			: 'Nova Página',
+	save			: 'Guardar',
+	preview			: 'Pré-visualizar',
+	cut				: 'Cortar',
+	copy			: 'Copiar',
+	paste			: 'Colar',
+	print			: 'Imprimir',
+	underline		: 'Sublinhado',
+	bold			: 'Negrito',
+	italic			: 'Itálico',
+	selectAll		: 'Seleccionar Tudo',
+	removeFormat	: 'Eliminar Formato',
+	strike			: 'Rasurado',
+	subscript		: 'Superior à Linha',
+	superscript		: 'Inferior à Linha',
+	horizontalrule	: 'Inserir Linha Horizontal',
+	pagebreak		: 'Inserir Quebra de Página',
+	unlink			: 'Eliminar Hiperligação',
+	undo			: 'Anular',
+	redo			: 'Repetir',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Navegar no Servidor',
+		url				: 'URL',
+		protocol		: 'Protocolo',
+		upload			: 'Carregar',
+		uploadSubmit	: 'Enviar para o Servidor',
+		image			: 'Imagem',
+		flash			: 'Flash',
+		form			: 'Formulário',
+		checkbox		: 'Caixa de Verificação',
+		radio		: 'Botão de Opção',
+		textField		: 'Campo de Texto',
+		textarea		: 'Área de Texto',
+		hiddenField		: 'Campo Escondido',
+		button			: 'Botão',
+		select	: 'Caixa de Combinação',
+		imageButton		: 'Botão de Imagem',
+		notSet			: '<Não definido>',
+		id				: 'Id',
+		name			: 'Nome',
+		langDir			: 'Orientação de idioma',
+		langDirLtr		: 'Esquerda à Direita (LTR)',
+		langDirRtl		: 'Direita a Esquerda (RTL)',
+		langCode		: 'Código de Idioma',
+		longDescr		: 'Descrição Completa do URL',
+		cssClass		: 'Classes de Estilo de Folhas Classes',
+		advisoryTitle	: 'Título',
+		cssStyle		: 'Estilo',
+		ok				: 'OK',
+		cancel			: 'Cancelar',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Avançado',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Inserir Caracter Especial',
+		title		: 'Seleccione um caracter especial'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Inserir/Editar Hiperligação',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Editar Hiperligação',
+		title		: 'Hiperligação',
+		info		: 'Informação de Hiperligação',
+		target		: 'Destino',
+		upload		: 'Carregar',
+		advanced	: 'Avançado',
+		type		: 'Tipo de Hiperligação',
+		toAnchor	: 'Referência a esta página',
+		toEmail		: 'E-Mail',
+		target		: 'Destino',
+		targetNotSet	: '<Não definido>',
+		targetFrame	: '<Frame>',
+		targetPopup	: '<Janela de popup>',
+		targetNew	: 'Nova Janela(_blank)',
+		targetTop	: 'Janela primaria (_top)',
+		targetSelf	: 'Mesma janela (_self)',
+		targetParent	: 'Janela Pai (_parent)',
+		targetFrameName	: 'Nome do Frame Destino',
+		targetPopupName	: 'Nome da Janela de Popup',
+		popupFeatures	: 'Características de Janela de Popup',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Barra de Estado',
+		popupLocationBar	: 'Barra de localização',
+		popupToolbar	: 'Barra de Ferramentas',
+		popupMenuBar	: 'Barra de Menu',
+		popupFullScreen	: 'Janela Completa (IE)',
+		popupScrollBars	: 'Barras de deslocamento',
+		popupDependent	: 'Dependente (Netscape)',
+		popupWidth		: 'Largura',
+		popupLeft		: 'Posição Esquerda',
+		popupHeight		: 'Altura',
+		popupTop		: 'Posição Direita',
+		id				: 'Id', // MISSING
+		langDir			: 'Orientação de idioma',
+		langDirNotSet	: '<Não definido>',
+		langDirLTR		: 'Esquerda à Direita (LTR)',
+		langDirRTL		: 'Direita a Esquerda (RTL)',
+		acccessKey		: 'Chave de Acesso',
+		name			: 'Nome',
+		langCode		: 'Orientação de idioma',
+		tabIndex		: 'Índice de Tubulação',
+		advisoryTitle	: 'Título',
+		advisoryContentType	: 'Tipo de Conteúdo',
+		cssClasses		: 'Classes de Estilo de Folhas Classes',
+		charset			: 'Fonte de caracteres vinculado',
+		styles			: 'Estilo',
+		selectAnchor	: 'Seleccionar una referência',
+		anchorName		: 'Por Nome de Referência',
+		anchorId		: 'Por ID de elemento',
+		emailAddress	: 'Endereço de E-Mail',
+		emailSubject	: 'Título de Mensagem',
+		emailBody		: 'Corpo da Mensagem',
+		noAnchors		: '(Não há referências disponíveis no documento)',
+		noUrl			: 'Por favor introduza a hiperligação URL',
+		noEmail			: 'Por favor introduza o endereço de e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: ' Inserir/Editar Âncora',
+		menu		: 'Propriedades da Âncora',
+		title		: 'Propriedades da Âncora',
+		name		: 'Nome da Âncora',
+		errorName	: 'Por favor, introduza o nome da âncora'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Procurar',
+		replace				: 'Substituir',
+		findWhat			: 'Texto a Procurar:',
+		replaceWith			: 'Substituir por:',
+		notFoundMsg			: 'O texto especificado não foi encontrado.',
+		matchCase			: 'Maiúsculas/Minúsculas',
+		matchWord			: 'Coincidir com toda a palavra',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Substituir Tudo',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabela',
+		title		: 'Propriedades da Tabela',
+		menu		: 'Propriedades da Tabela',
+		deleteTable	: 'Eliminar Tabela',
+		rows		: 'Linhas',
+		columns		: 'Colunas',
+		border		: 'Tamanho do Limite',
+		align		: 'Alinhamento',
+		alignNotSet	: '<Não definido>',
+		alignLeft	: 'Esquerda',
+		alignCenter	: 'Centrado',
+		alignRight	: 'Direita',
+		width		: 'Largura',
+		widthPx		: 'pixeis',
+		widthPc		: 'percentagem',
+		height		: 'Altura',
+		cellSpace	: 'Esp. e/células',
+		cellPad		: 'Esp. interior',
+		caption		: 'Título',
+		summary		: 'Sumário',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Célula',
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Eliminar Célula',
+			merge			: 'Unir Células',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Linha',
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Eliminar Linhas'
+		},
+
+		column :
+		{
+			menu			: 'Coluna',
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Eliminar Coluna'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Propriedades do Botão',
+		text		: 'Texto (Valor)',
+		type		: 'Tipo',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Propriedades da Caixa de Verificação',
+		radioTitle	: 'Propriedades do Botão de Opção',
+		value		: 'Valor',
+		selected	: 'Seleccionado'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Propriedades do Formulário',
+		menu		: 'Propriedades do Formulário',
+		action		: 'Acção',
+		method		: 'Método',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Destino',
+		targetNotSet	: '<Não definido>',
+		targetNew	: 'Nova Janela(_blank)',
+		targetTop	: 'Janela primaria (_top)',
+		targetSelf	: 'Mesma janela (_self)',
+		targetParent	: 'Janela Pai (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Propriedades da Caixa de Combinação',
+		selectInfo	: 'Informação',
+		opAvail		: 'Opções Possíveis',
+		value		: 'Valor',
+		size		: 'Tamanho',
+		lines		: 'linhas',
+		chkMulti	: 'Permitir selecções múltiplas',
+		opText		: 'Texto',
+		opValue		: 'Valor',
+		btnAdd		: 'Adicionar',
+		btnModify	: 'Modificar',
+		btnUp		: 'Para cima',
+		btnDown		: 'Para baixo',
+		btnSetValue : 'Definir um valor por defeito',
+		btnDelete	: 'Apagar'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Propriedades da Área de Texto',
+		cols		: 'Colunas',
+		rows		: 'Linhas'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Propriedades do Campo de Texto',
+		name		: 'Nome',
+		value		: 'Valor',
+		charWidth	: 'Tamanho do caracter',
+		maxChars	: 'Nr. Máximo de Caracteres',
+		type		: 'Tipo',
+		typeText	: 'Texto',
+		typePass	: 'Palavra-chave'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Propriedades do Campo Escondido',
+		name	: 'Nome',
+		value	: 'Valor'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Propriedades da Imagem',
+		titleButton	: 'Propriedades do Botão de imagens',
+		menu		: 'Propriedades da Imagem',
+		infoTab	: 'Informação da Imagem',
+		btnUpload	: 'Enviar para o Servidor',
+		url		: 'URL',
+		upload	: 'Carregar',
+		alt		: 'Texto Alternativo',
+		width		: 'Largura',
+		height	: 'Altura',
+		lockRatio	: 'Proporcional',
+		resetSize	: 'Tamanho Original',
+		border	: 'Limite',
+		hSpace	: 'Esp.Horiz',
+		vSpace	: 'Esp.Vert',
+		align		: 'Alinhamento',
+		alignLeft	: 'Esquerda',
+		alignAbsBottom: 'Abs inferior',
+		alignAbsMiddle: 'Abs centro',
+		alignBaseline	: 'Linha de base',
+		alignBottom	: 'Fundo',
+		alignMiddle	: 'Centro',
+		alignRight	: 'Direita',
+		alignTextTop	: 'Topo do texto',
+		alignTop	: 'Topo',
+		preview	: 'Pré-visualizar',
+		alertUrl	: 'Por favor introduza o URL da imagem',
+		linkTab	: 'Hiperligação',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Propriedades do Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Propriedades do Flash',
+		chkPlay		: 'Reproduzir automaticamente',
+		chkLoop		: 'Loop',
+		chkMenu		: 'Permitir Menu do Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Escala',
+		scaleAll		: 'Mostrar tudo',
+		scaleNoBorder	: 'Sem Limites',
+		scaleFit		: 'Tamanho Exacto',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Alinhamento',
+		alignLeft	: 'Esquerda',
+		alignAbsBottom: 'Abs inferior',
+		alignAbsMiddle: 'Abs centro',
+		alignBaseline	: 'Linha de base',
+		alignBottom	: 'Fundo',
+		alignMiddle	: 'Centro',
+		alignRight	: 'Direita',
+		alignTextTop	: 'Topo do texto',
+		alignTop	: 'Topo',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Cor de Fundo',
+		width	: 'Largura',
+		height	: 'Altura',
+		hSpace	: 'Esp.Horiz',
+		vSpace	: 'Esp.Vert',
+		validateSrc : 'Por favor introduza a hiperligação URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Verificação Ortográfica',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Não está num directório',
+		changeTo		: 'Mudar para',
+		btnIgnore		: 'Ignorar',
+		btnIgnoreAll	: 'Ignorar Tudo',
+		btnReplace		: 'Substituir',
+		btnReplaceAll	: 'Substituir Tudo',
+		btnUndo			: 'Anular',
+		noSuggestions	: '- Sem sugestões -',
+		progress		: 'Verificação ortográfica em progresso…',
+		noMispell		: 'Verificação ortográfica completa: não foram encontrados erros',
+		noChanges		: 'Verificação ortográfica completa: não houve alteração de palavras',
+		oneChange		: 'Verificação ortográfica completa: uma palavra alterada',
+		manyChanges		: 'Verificação ortográfica completa: %1 palavras alteradas',
+		ieSpellDownload	: ' Verificação ortográfica não instalada. Quer descarregar agora?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Emoticons',
+		title	: 'Inserir um Emoticon'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numeração',
+	bulletedlist : 'Marcas',
+	indent : 'Aumentar Avanço',
+	outdent : 'Diminuir Avanço',
+
+	justify :
+	{
+		left : 'Alinhar à Esquerda',
+		center : 'Alinhar ao Centro',
+		right : 'Alinhar à Direita',
+		block : 'Justificado'
+	},
+
+	outdent : 'Diminuir Avanço',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Colar',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: 'Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Colar do Word',
+		title : 'Colar do Word',
+		advice : 'Por favor, cole dentro da seguinte caixa usando o teclado (<STRONG>Ctrl+V</STRONG>) e prima <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorar da definições do Tipo de Letra ',
+		removeStyle : 'Remover as definições de Estilos'
+	},
+
+	pasteText :
+	{
+		button : 'Colar como Texto Simples',
+		title : 'Colar como Texto Simples'
+	},
+
+	templates :
+	{
+		button : 'Modelos',
+		title : 'Modelo de Conteúdo',
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'Por favor, seleccione o modelo a abrir no editor<br>(o conteúdo actual será perdido):',
+		emptyListMsg : '(Sem modelos definidos)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Estilo',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formato',
+		panelTitle : 'Formato',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatado',
+		tag_address : 'Endereço',
+		tag_h1 : 'Título 1',
+		tag_h2 : 'Título 2',
+		tag_h3 : 'Título 3',
+		tag_h4 : 'Título 4',
+		tag_h5 : 'Título 5',
+		tag_h6 : 'Título 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Tipo de Letra',
+		panelTitle : 'Tipo de Letra'
+	},
+
+	fontSize :
+	{
+		label : 'Tamanho',
+		panelTitle : 'Tamanho'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Cor do Texto',
+		bgColorTitle : 'Cor de Fundo',
+		auto : 'Automático',
+		more : 'Mais Cores...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/ro.js
===================================================================
--- /CKEditor/trunk/_source/lang/ro.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/ro.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Romanian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['ro'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Sursa',
+	newPage			: 'Pagină nouă',
+	save			: 'Salvează',
+	preview			: 'Previzualizare',
+	cut				: 'Taie',
+	copy			: 'Copiază',
+	paste			: 'Adaugă',
+	print			: 'Printează',
+	underline		: 'Subliniat (underline)',
+	bold			: 'Îngroşat (bold)',
+	italic			: 'Înclinat (italic)',
+	selectAll		: 'Selectează tot',
+	removeFormat	: 'Înlătură formatarea',
+	strike			: 'Tăiat (strike through)',
+	subscript		: 'Indice (subscript)',
+	superscript		: 'Putere (superscript)',
+	horizontalrule	: 'Inserează linie orizontă',
+	pagebreak		: 'Inserează separator de pagină (Page Break)',
+	unlink			: 'Înlătură link (legătură web)',
+	undo			: 'Starea anterioară (undo)',
+	redo			: 'Starea ulterioară (redo)',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Răsfoieşte server',
+		url				: 'URL',
+		protocol		: 'Protocol',
+		upload			: 'Încarcă',
+		uploadSubmit	: 'Trimite la server',
+		image			: 'Imagine',
+		flash			: 'Flash',
+		form			: 'Formular (Form)',
+		checkbox		: 'Bifă (Checkbox)',
+		radio		: 'Buton radio (RadioButton)',
+		textField		: 'Câmp text (TextField)',
+		textarea		: 'Suprafaţă text (Textarea)',
+		hiddenField		: 'Câmp ascuns (HiddenField)',
+		button			: 'Buton',
+		select	: 'Câmp selecţie (SelectionField)',
+		imageButton		: 'Buton imagine (ImageButton)',
+		notSet			: '<nesetat>',
+		id				: 'Id',
+		name			: 'Nume',
+		langDir			: 'Direcţia cuvintelor',
+		langDirLtr		: 'stânga-dreapta (LTR)',
+		langDirRtl		: 'dreapta-stânga (RTL)',
+		langCode		: 'Codul limbii',
+		longDescr		: 'Descrierea lungă URL',
+		cssClass		: 'Clasele cu stilul paginii (CSS)',
+		advisoryTitle	: 'Titlul consultativ',
+		cssStyle		: 'Stil',
+		ok				: 'Bine',
+		cancel			: 'Anulare',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Avansat',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Inserează caracter special',
+		title		: 'Selectează caracter special'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Inserează/Editează link (legătură web)',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Editează Link',
+		title		: 'Link (Legătură web)',
+		info		: 'Informaţii despre link (Legătură web)',
+		target		: 'Ţintă (Target)',
+		upload		: 'Încarcă',
+		advanced	: 'Avansat',
+		type		: 'Tipul link-ului (al legăturii web)',
+		toAnchor	: 'Ancoră în această pagină',
+		toEmail		: 'E-Mail',
+		target		: 'Ţintă (Target)',
+		targetNotSet	: '<nesetat>',
+		targetFrame	: '<frame>',
+		targetPopup	: '<fereastra popup>',
+		targetNew	: 'Fereastră nouă (_blank)',
+		targetTop	: 'Fereastra din topul ierarhiei (_top)',
+		targetSelf	: 'Aceeaşi fereastră (_self)',
+		targetParent	: 'Fereastra părinte (_parent)',
+		targetFrameName	: 'Numele frame-ului ţintă',
+		targetPopupName	: 'Numele ferestrei popup',
+		popupFeatures	: 'Proprietăţile ferestrei popup',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Bara de status',
+		popupLocationBar	: 'Bara de locaţie',
+		popupToolbar	: 'Bara de opţiuni',
+		popupMenuBar	: 'Bara de meniu',
+		popupFullScreen	: 'Tot ecranul (Full Screen)(IE)',
+		popupScrollBars	: 'Scroll Bars',
+		popupDependent	: 'Dependent (Netscape)',
+		popupWidth		: 'Lăţime',
+		popupLeft		: 'Poziţia la stânga',
+		popupHeight		: 'Înălţime',
+		popupTop		: 'Poziţia la dreapta',
+		id				: 'Id', // MISSING
+		langDir			: 'Direcţia cuvintelor',
+		langDirNotSet	: '<nesetat>',
+		langDirLTR		: 'stânga-dreapta (LTR)',
+		langDirRTL		: 'dreapta-stânga (RTL)',
+		acccessKey		: 'Tasta de acces',
+		name			: 'Nume',
+		langCode		: 'Direcţia cuvintelor',
+		tabIndex		: 'Indexul tabului',
+		advisoryTitle	: 'Titlul consultativ',
+		advisoryContentType	: 'Tipul consultativ al titlului',
+		cssClasses		: 'Clasele cu stilul paginii (CSS)',
+		charset			: 'Setul de caractere al resursei legate',
+		styles			: 'Stil',
+		selectAnchor	: 'Selectaţi o ancoră',
+		anchorName		: 'după numele ancorei',
+		anchorId		: 'după Id-ul elementului',
+		emailAddress	: 'Adresă de e-mail',
+		emailSubject	: 'Subiectul mesajului',
+		emailBody		: 'Conţinutul mesajului',
+		noAnchors		: '(Nicio ancoră disponibilă în document)',
+		noUrl			: 'Vă rugăm să scrieţi URL-ul',
+		noEmail			: 'Vă rugăm să scrieţi adresa de e-mail'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Inserează/Editează ancoră',
+		menu		: 'Proprietăţi ancoră',
+		title		: 'Proprietăţi ancoră',
+		name		: 'Numele ancorei',
+		errorName	: 'Vă rugăm scrieţi numele ancorei'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Găseşte şi înlocuieşte',
+		find				: 'Găseşte',
+		replace				: 'Înlocuieşte',
+		findWhat			: 'Găseşte:',
+		replaceWith			: 'Înlocuieşte cu:',
+		notFoundMsg			: 'Textul specificat nu a fost găsit.',
+		matchCase			: 'Deosebeşte majuscule de minuscule (Match case)',
+		matchWord			: 'Doar cuvintele întregi',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Înlocuieşte tot',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabel',
+		title		: 'Proprietăţile tabelului',
+		menu		: 'Proprietăţile tabelului',
+		deleteTable	: 'Şterge tabel',
+		rows		: 'Linii',
+		columns		: 'Coloane',
+		border		: 'Mărimea marginii',
+		align		: 'Aliniament',
+		alignNotSet	: '<Nesetat>',
+		alignLeft	: 'Stânga',
+		alignCenter	: 'Centru',
+		alignRight	: 'Dreapta',
+		width		: 'Lăţime',
+		widthPx		: 'pixeli',
+		widthPc		: 'procente',
+		height		: 'Înălţime',
+		cellSpace	: 'Spaţiu între celule',
+		cellPad		: 'Spaţiu în cadrul celulei',
+		caption		: 'Titlu (Caption)',
+		summary		: 'Rezumat',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Celulă',
+			insertBefore	: 'Inserează celulă înainte',
+			insertAfter		: 'Inserează celulă după',
+			deleteCell		: 'Şterge celule',
+			merge			: 'Uneşte celule',
+			mergeRight		: 'Uneşte la dreapta',
+			mergeDown		: 'Uneşte jos',
+			splitHorizontal	: 'Împarte celula pe orizontală',
+			splitVertical	: 'Împarte celula pe verticală'
+		},
+
+		row :
+		{
+			menu			: 'Linie',
+			insertBefore	: 'Inserează linie înainte',
+			insertAfter		: 'Inserează linie după',
+			deleteRow		: 'Şterge linii'
+		},
+
+		column :
+		{
+			menu			: 'Coloană',
+			insertBefore	: 'Inserează coloană înainte',
+			insertAfter		: 'Inserează coloană după',
+			deleteColumn	: 'Şterge celule'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Proprietăţi buton',
+		text		: 'Text (Valoare)',
+		type		: 'Tip',
+		typeBtn		: 'Button',
+		typeSbm		: 'Submit',
+		typeRst		: 'Reset'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Proprietăţi bifă (Checkbox)',
+		radioTitle	: 'Proprietăţi buton radio (Radio Button)',
+		value		: 'Valoare',
+		selected	: 'Selectat'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Proprietăţi formular (Form)',
+		menu		: 'Proprietăţi formular (Form)',
+		action		: 'Acţiune',
+		method		: 'Metodă',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Ţintă (Target)',
+		targetNotSet	: '<nesetat>',
+		targetNew	: 'Fereastră nouă (_blank)',
+		targetTop	: 'Fereastra din topul ierarhiei (_top)',
+		targetSelf	: 'Aceeaşi fereastră (_self)',
+		targetParent	: 'Fereastra părinte (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Proprietăţi câmp selecţie (Selection Field)',
+		selectInfo	: 'Informaţii',
+		opAvail		: 'Opţiuni disponibile',
+		value		: 'Valoare',
+		size		: 'Mărime',
+		lines		: 'linii',
+		chkMulti	: 'Permite selecţii multiple',
+		opText		: 'Text',
+		opValue		: 'Valoare',
+		btnAdd		: 'Adaugă',
+		btnModify	: 'Modifică',
+		btnUp		: 'Sus',
+		btnDown		: 'Jos',
+		btnSetValue : 'Setează ca valoare selectată',
+		btnDelete	: 'Şterge'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Proprietăţi suprafaţă text (Textarea)',
+		cols		: 'Coloane',
+		rows		: 'Linii'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Proprietăţi câmp text (Text Field)',
+		name		: 'Nume',
+		value		: 'Valoare',
+		charWidth	: 'Lărgimea caracterului',
+		maxChars	: 'Caractere maxime',
+		type		: 'Tip',
+		typeText	: 'Text',
+		typePass	: 'Parolă'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Proprietăţi câmp ascuns (Hidden Field)',
+		name	: 'Nume',
+		value	: 'Valoare'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Proprietăţile imaginii',
+		titleButton	: 'Proprietăţi buton imagine (Image Button)',
+		menu		: 'Proprietăţile imaginii',
+		infoTab	: 'Informaţii despre imagine',
+		btnUpload	: 'Trimite la server',
+		url		: 'URL',
+		upload	: 'Încarcă',
+		alt		: 'Text alternativ',
+		width		: 'Lăţime',
+		height	: 'Înălţime',
+		lockRatio	: 'Păstrează proporţiile',
+		resetSize	: 'Resetează mărimea',
+		border	: 'Margine',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Aliniere',
+		alignLeft	: 'Stânga',
+		alignAbsBottom: 'Jos absolut (Abs Bottom)',
+		alignAbsMiddle: 'Mijloc absolut (Abs Middle)',
+		alignBaseline	: 'Linia de jos (Baseline)',
+		alignBottom	: 'Jos',
+		alignMiddle	: 'Mijloc',
+		alignRight	: 'Dreapta',
+		alignTextTop	: 'Text sus',
+		alignTop	: 'Sus',
+		preview	: 'Previzualizare',
+		alertUrl	: 'Vă rugăm să scrieţi URL-ul imaginii',
+		linkTab	: 'Link (Legătură web)',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Proprietăţile flash-ului',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Proprietăţile flash-ului',
+		chkPlay		: 'Rulează automat',
+		chkLoop		: 'Repetă (Loop)',
+		chkMenu		: 'Activează meniul flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Scală',
+		scaleAll		: 'Arată tot',
+		scaleNoBorder	: 'Fără margini (No border)',
+		scaleFit		: 'Potriveşte',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Aliniere',
+		alignLeft	: 'Stânga',
+		alignAbsBottom: 'Jos absolut (Abs Bottom)',
+		alignAbsMiddle: 'Mijloc absolut (Abs Middle)',
+		alignBaseline	: 'Linia de jos (Baseline)',
+		alignBottom	: 'Jos',
+		alignMiddle	: 'Mijloc',
+		alignRight	: 'Dreapta',
+		alignTextTop	: 'Text sus',
+		alignTop	: 'Sus',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Coloarea fundalului',
+		width	: 'Lăţime',
+		height	: 'Înălţime',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Vă rugăm să scrieţi URL-ul',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Verifică text',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Nu e în dicţionar',
+		changeTo		: 'Schimbă în',
+		btnIgnore		: 'Ignoră',
+		btnIgnoreAll	: 'Ignoră toate',
+		btnReplace		: 'Înlocuieşte',
+		btnReplaceAll	: 'Înlocuieşte tot',
+		btnUndo			: 'Starea anterioară (undo)',
+		noSuggestions	: '- Fără sugestii -',
+		progress		: 'Verificarea textului în desfăşurare...',
+		noMispell		: 'Verificarea textului terminată: Nicio greşeală găsită',
+		noChanges		: 'Verificarea textului terminată: Niciun cuvânt modificat',
+		oneChange		: 'Verificarea textului terminată: Un cuvânt modificat',
+		manyChanges		: 'Verificarea textului terminată: 1% cuvinte modificate',
+		ieSpellDownload	: 'Unealta pentru verificat textul (Spell checker) neinstalată. Doriţi să o descărcaţi acum?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Figură expresivă (Emoticon)',
+		title	: 'Inserează o figură expresivă (Emoticon)'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Listă numerotată',
+	bulletedlist : 'Listă cu puncte',
+	indent : 'Creşte indentarea',
+	outdent : 'Scade indentarea',
+
+	justify :
+	{
+		left : 'Aliniere la stânga',
+		center : 'Aliniere centrală',
+		right : 'Aliniere la dreapta',
+		block : 'Aliniere în bloc (Block Justify)'
+	},
+
+	outdent : 'Scade indentarea',
+	blockquote : 'Citat',
+
+	clipboard :
+	{
+		title		: 'Adaugă',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: '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>.',
+		securityMsg	: '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ă.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Adaugă din Word',
+		title : 'Adaugă din Word',
+		advice : '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>.',
+		ignoreFontFace : 'Ignoră definiţiile Font Face',
+		removeStyle : 'Şterge definiţiile stilurilor'
+	},
+
+	pasteText :
+	{
+		button : 'Adaugă ca text simplu (Plain Text)',
+		title : 'Adaugă ca text simplu (Plain Text)'
+	},
+
+	templates :
+	{
+		button : 'Template-uri (şabloane)',
+		title : 'Template-uri (şabloane) de conţinut',
+		insertOption: 'Înlocuieşte cuprinsul actual',
+		selectPromptMsg: 'Vă rugăm selectaţi template-ul (şablonul) ce se va deschide în editor<br>(conţinutul actual va fi pierdut):',
+		emptyListMsg : '(Niciun template (şablon) definit)'
+	},
+
+	showBlocks : 'Arată blocurile',
+
+	stylesCombo :
+	{
+		label : 'Stil',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formatare',
+		panelTitle : 'Formatare',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Font',
+		panelTitle : 'Font'
+	},
+
+	fontSize :
+	{
+		label : 'Mărime',
+		panelTitle : 'Mărime'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Culoarea textului',
+		bgColorTitle : 'Coloarea fundalului',
+		auto : 'Automatic',
+		more : 'Mai multe culori...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/ru.js
===================================================================
--- /CKEditor/trunk/_source/lang/ru.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/ru.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Russian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['ru'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Источник',
+	newPage			: 'Новая страница',
+	save			: 'Сохранить',
+	preview			: 'Предварительный просмотр',
+	cut				: 'Вырезать',
+	copy			: 'Копировать',
+	paste			: 'Вставить',
+	print			: 'Печать',
+	underline		: 'Подчеркнутый',
+	bold			: 'Жирный',
+	italic			: 'Курсив',
+	selectAll		: 'Выделить все',
+	removeFormat	: 'Убрать форматирование',
+	strike			: 'Зачеркнутый',
+	subscript		: 'Подстрочный индекс',
+	superscript		: 'Надстрочный индекс',
+	horizontalrule	: 'Вставить горизонтальную линию',
+	pagebreak		: 'Вставить разрыв страницы',
+	unlink			: 'Убрать ссылку',
+	undo			: 'Отменить',
+	redo			: 'Повторить',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Просмотреть на сервере',
+		url				: 'URL',
+		protocol		: 'Протокол',
+		upload			: 'Закачать',
+		uploadSubmit	: 'Послать на сервер',
+		image			: 'Изображение',
+		flash			: 'Flash',
+		form			: 'Форма',
+		checkbox		: 'Флаговая кнопка',
+		radio		: 'Кнопка выбора',
+		textField		: 'Текстовое поле',
+		textarea		: 'Текстовая область',
+		hiddenField		: 'Скрытое поле',
+		button			: 'Кнопка',
+		select	: 'Список',
+		imageButton		: 'Кнопка с изображением',
+		notSet			: '<не определено>',
+		id				: 'Идентификатор',
+		name			: 'Имя',
+		langDir			: 'Направление языка',
+		langDirLtr		: 'Слева на право (LTR)',
+		langDirRtl		: 'Справа на лево (RTL)',
+		langCode		: 'Язык',
+		longDescr		: 'Длинное описание URL',
+		cssClass		: 'Класс CSS',
+		advisoryTitle	: 'Заголовок',
+		cssStyle		: 'Стиль CSS',
+		ok				: 'ОК',
+		cancel			: 'Отмена',
+		generalTab		: 'Информация',
+		advancedTab		: 'Расширенный',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Вставить специальный символ',
+		title		: 'Выберите специальный символ'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Вставить/Редактировать ссылку',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Вставить ссылку',
+		title		: 'Ссылка',
+		info		: 'Информация ссылки',
+		target		: 'Цель',
+		upload		: 'Закачать',
+		advanced	: 'Расширенный',
+		type		: 'Тип ссылки',
+		toAnchor	: 'Якорь на эту страницу',
+		toEmail		: 'Эл. почта',
+		target		: 'Цель',
+		targetNotSet	: '<не определено>',
+		targetFrame	: '<фрейм>',
+		targetPopup	: '<всплывающее окно>',
+		targetNew	: 'Новое окно (_blank)',
+		targetTop	: 'Самое верхнее окно (_top)',
+		targetSelf	: 'Тоже окно (_self)',
+		targetParent	: 'Родительское окно (_parent)',
+		targetFrameName	: 'Имя целевого фрейма',
+		targetPopupName	: 'Имя всплывающего окна',
+		popupFeatures	: 'Свойства всплывающего окна',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Строка состояния',
+		popupLocationBar	: 'Панель локации',
+		popupToolbar	: 'Панель инструментов',
+		popupMenuBar	: 'Панель меню',
+		popupFullScreen	: 'Полный экран (IE)',
+		popupScrollBars	: 'Полосы прокрутки',
+		popupDependent	: 'Зависимый (Netscape)',
+		popupWidth		: 'Ширина',
+		popupLeft		: 'Позиция слева',
+		popupHeight		: 'Высота',
+		popupTop		: 'Позиция сверху',
+		id				: 'Id', // MISSING
+		langDir			: 'Направление языка',
+		langDirNotSet	: '<не определено>',
+		langDirLTR		: 'Слева на право (LTR)',
+		langDirRTL		: 'Справа на лево (RTL)',
+		acccessKey		: 'Горячая клавиша',
+		name			: 'Имя',
+		langCode		: 'Направление языка',
+		tabIndex		: 'Последовательность перехода',
+		advisoryTitle	: 'Заголовок',
+		advisoryContentType	: 'Тип содержимого',
+		cssClasses		: 'Класс CSS',
+		charset			: 'Кодировка',
+		styles			: 'Стиль CSS',
+		selectAnchor	: 'Выберите якорь',
+		anchorName		: 'По имени якоря',
+		anchorId		: 'По идентификатору элемента',
+		emailAddress	: 'Адрес эл. почты',
+		emailSubject	: 'Заголовок сообщения',
+		emailBody		: 'Тело сообщения',
+		noAnchors		: '(Нет якорей доступных в этом документе)',
+		noUrl			: 'Пожалуйста, введите URL ссылки',
+		noEmail			: 'Пожалуйста, введите адрес эл. почты'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Вставить/Редактировать якорь',
+		menu		: 'Свойства якоря',
+		title		: 'Свойства якоря',
+		name		: 'Имя якоря',
+		errorName	: 'Пожалуйста, введите имя якоря'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Найти и заменить',
+		find				: 'Найти',
+		replace				: 'Заменить',
+		findWhat			: 'Найти:',
+		replaceWith			: 'Заменить на:',
+		notFoundMsg			: 'Указанный текст не найден.',
+		matchCase			: 'Учитывать регистр',
+		matchWord			: 'Совпадение целых слов',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Заменить все',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Таблица',
+		title		: 'Свойства таблицы',
+		menu		: 'Свойства таблицы',
+		deleteTable	: 'Удалить таблицу',
+		rows		: 'Строки',
+		columns		: 'Колонки',
+		border		: 'Размер бордюра',
+		align		: 'Выравнивание',
+		alignNotSet	: '<Не уст.>',
+		alignLeft	: 'Слева',
+		alignCenter	: 'По центру',
+		alignRight	: 'Справа',
+		width		: 'Ширина',
+		widthPx		: 'пикселей',
+		widthPc		: 'процентов',
+		height		: 'Высота',
+		cellSpace	: 'Промежуток (spacing)',
+		cellPad		: 'Отступ (padding)',
+		caption		: 'Заголовок',
+		summary		: 'Резюме',
+		headers		: 'Заголовки',
+		headersNone		: 'Нет',
+		headersColumn	: 'Первый столбец',
+		headersRow		: 'Первая строка',
+		headersBoth		: 'Оба варианта',
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Ячейка',
+			insertBefore	: 'Вставить ячейку до',
+			insertAfter		: 'Вставить ячейку после',
+			deleteCell		: 'Удалить ячейки',
+			merge			: 'Соединить ячейки',
+			mergeRight		: 'Соединить вправо',
+			mergeDown		: 'Соединить вниз',
+			splitHorizontal	: 'Разбить ячейку горизонтально',
+			splitVertical	: 'Разбить ячейку вертикально'
+		},
+
+		row :
+		{
+			menu			: 'Строка',
+			insertBefore	: 'Вставить строку до',
+			insertAfter		: 'Вставить строку после',
+			deleteRow		: 'Удалить строки'
+		},
+
+		column :
+		{
+			menu			: 'Колонка',
+			insertBefore	: 'Вставить колонку до',
+			insertAfter		: 'Вставить колонку после',
+			deleteColumn	: 'Удалить колонки'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Свойства кнопки',
+		text		: 'Текст (Значение)',
+		type		: 'Тип',
+		typeBtn		: 'Кнопка',
+		typeSbm		: 'Отправить',
+		typeRst		: 'Сбросить'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Свойства флаговой кнопки',
+		radioTitle	: 'Свойства кнопки выбора',
+		value		: 'Значение',
+		selected	: 'Выбранная'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Свойства формы',
+		menu		: 'Свойства формы',
+		action		: 'Действие',
+		method		: 'Метод',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Цель',
+		targetNotSet	: '<не определено>',
+		targetNew	: 'Новое окно (_blank)',
+		targetTop	: 'Самое верхнее окно (_top)',
+		targetSelf	: 'Тоже окно (_self)',
+		targetParent	: 'Родительское окно (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Свойства списка',
+		selectInfo	: 'Информация',
+		opAvail		: 'Доступные варианты',
+		value		: 'Значение',
+		size		: 'Размер',
+		lines		: 'линии',
+		chkMulti	: 'Разрешить множественный выбор',
+		opText		: 'Текст',
+		opValue		: 'Значение',
+		btnAdd		: 'Добавить',
+		btnModify	: 'Модифицировать',
+		btnUp		: 'Вверх',
+		btnDown		: 'Вниз',
+		btnSetValue : 'Установить как выбранное значение',
+		btnDelete	: 'Удалить'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Свойства текстовой области',
+		cols		: 'Колонки',
+		rows		: 'Строки'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Свойства текстового поля',
+		name		: 'Имя',
+		value		: 'Значение',
+		charWidth	: 'Ширина',
+		maxChars	: 'Макс. кол-во символов',
+		type		: 'Тип',
+		typeText	: 'Текст',
+		typePass	: 'Пароль'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Свойства скрытого поля',
+		name	: 'Имя',
+		value	: 'Значение'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Свойства изображения',
+		titleButton	: 'Свойства кнопки с изображением',
+		menu		: 'Свойства изображения',
+		infoTab	: 'Информация о изображении',
+		btnUpload	: 'Послать на сервер',
+		url		: 'URL',
+		upload	: 'Закачать',
+		alt		: 'Альтернативный текст',
+		width		: 'Ширина',
+		height	: 'Высота',
+		lockRatio	: 'Сохранять пропорции',
+		resetSize	: 'Сбросить размер',
+		border	: 'Бордюр',
+		hSpace	: 'Горизонтальный отступ',
+		vSpace	: 'Вертикальный отступ',
+		align		: 'Выравнивание',
+		alignLeft	: 'По левому краю',
+		alignAbsBottom: 'Абс понизу',
+		alignAbsMiddle: 'Абс посередине',
+		alignBaseline	: 'По базовой линии',
+		alignBottom	: 'Понизу',
+		alignMiddle	: 'Посередине',
+		alignRight	: 'По правому краю',
+		alignTextTop	: 'Текст наверху',
+		alignTop	: 'По верху',
+		preview	: 'Предварительный просмотр',
+		alertUrl	: 'Пожалуйста, введите URL изображения',
+		linkTab	: 'Ссылка',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Свойства Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Свойства Flash',
+		chkPlay		: 'Авто проигрывание',
+		chkLoop		: 'Повтор',
+		chkMenu		: 'Включить меню Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Масштабировать',
+		scaleAll		: 'Показывать все',
+		scaleNoBorder	: 'Без бордюра',
+		scaleFit		: 'Точное совпадение',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Выравнивание',
+		alignLeft	: 'По левому краю',
+		alignAbsBottom: 'Абс понизу',
+		alignAbsMiddle: 'Абс посередине',
+		alignBaseline	: 'По базовой линии',
+		alignBottom	: 'Понизу',
+		alignMiddle	: 'Посередине',
+		alignRight	: 'По правому краю',
+		alignTextTop	: 'Текст наверху',
+		alignTop	: 'По верху',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Цвет фона',
+		width	: 'Ширина',
+		height	: 'Высота',
+		hSpace	: 'Горизонтальный отступ',
+		vSpace	: 'Вертикальный отступ',
+		validateSrc : 'Пожалуйста, введите URL ссылки',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Проверить орфографию',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Нет в словаре',
+		changeTo		: 'Заменить на',
+		btnIgnore		: 'Игнорировать',
+		btnIgnoreAll	: 'Игнорировать все',
+		btnReplace		: 'Заменить',
+		btnReplaceAll	: 'Заменить все',
+		btnUndo			: 'Отменить',
+		noSuggestions	: '- Нет предположений -',
+		progress		: 'Идет проверка орфографии...',
+		noMispell		: 'Проверка орфографии закончена: ошибок не найдено',
+		noChanges		: 'Проверка орфографии закончена: ни одного слова не изменено',
+		oneChange		: 'Проверка орфографии закончена: одно слово изменено',
+		manyChanges		: 'Проверка орфографии закончена: 1% слов изменен',
+		ieSpellDownload	: 'Модуль проверки орфографии не установлен. Хотите скачать его сейчас?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Смайлик',
+		title	: 'Вставить смайлик'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Нумерованный список',
+	bulletedlist : 'Маркированный список',
+	indent : 'Увеличить отступ',
+	outdent : 'Уменьшить отступ',
+
+	justify :
+	{
+		left : 'По левому краю',
+		center : 'По центру',
+		right : 'По правому краю',
+		block : 'По ширине'
+	},
+
+	outdent : 'Уменьшить отступ',
+	blockquote : 'Цитата',
+
+	clipboard :
+	{
+		title		: 'Вставить',
+		cutError	: 'Настройки безопасности вашего браузера не позволяют редактору автоматически выполнять операции вырезания. Пожалуйста, используйте клавиатуру для этого (Ctrl+X).',
+		copyError	: 'Настройки безопасности вашего браузера не позволяют редактору автоматически выполнять операции копирования. Пожалуйста, используйте клавиатуру для этого (Ctrl+C).',
+		pasteMsg	: 'Пожалуйста, вставьте текст в прямоугольник, используя сочетание клавиш (<STRONG>Ctrl+V</STRONG>), и нажмите <STRONG>OK</STRONG>.',
+		securityMsg	: 'По причине настроек безопасности браузера, редактор не имеет доступа к данным буфера обмена напрямую. Вам необходимо вставить текст снова в это окно.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Вставить из Word',
+		title : 'Вставить из Word',
+		advice : 'Пожалуйста, вставьте текст в прямоугольник, используя сочетание клавиш (<STRONG>Ctrl+V</STRONG>), и нажмите <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Игнорировать определения гарнитуры',
+		removeStyle : 'Убрать определения стилей'
+	},
+
+	pasteText :
+	{
+		button : 'Вставить только текст',
+		title : 'Вставить только текст'
+	},
+
+	templates :
+	{
+		button : 'Шаблоны',
+		title : 'Шаблоны содержимого',
+		insertOption: 'Заменить текущее содержание',
+		selectPromptMsg: 'Пожалуйста, выберете шаблон для открытия в редакторе<br>(текущее содержимое будет потеряно):',
+		emptyListMsg : '(Ни одного шаблона не определено)'
+	},
+
+	showBlocks : 'Показать блоки',
+
+	stylesCombo :
+	{
+		label : 'Стиль',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Форматирование',
+		panelTitle : 'Форматирование',
+
+		tag_p : 'Нормальный',
+		tag_pre : 'Форматированный',
+		tag_address : 'Адрес',
+		tag_h1 : 'Заголовок 1',
+		tag_h2 : 'Заголовок 2',
+		tag_h3 : 'Заголовок 3',
+		tag_h4 : 'Заголовок 4',
+		tag_h5 : 'Заголовок 5',
+		tag_h6 : 'Заголовок 6',
+		tag_div : 'Нормальный (DIV)'
+	},
+
+	font :
+	{
+		label : 'Шрифт',
+		panelTitle : 'Шрифт'
+	},
+
+	fontSize :
+	{
+		label : 'Размер',
+		panelTitle : 'Размер'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Цвет текста',
+		bgColorTitle : 'Цвет фона',
+		auto : 'Автоматический',
+		more : 'Цвета...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/sk.js
===================================================================
--- /CKEditor/trunk/_source/lang/sk.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/sk.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Slovak language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['sk'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Zdroj',
+	newPage			: 'Nová stránka',
+	save			: 'Uložiť',
+	preview			: 'Náhľad',
+	cut				: 'Vystrihnúť',
+	copy			: 'Kopírovať',
+	paste			: 'Vložiť',
+	print			: 'Tlač',
+	underline		: 'Podčiarknuté',
+	bold			: 'Tučné',
+	italic			: 'Kurzíva',
+	selectAll		: 'Vybrať všetko',
+	removeFormat	: 'Odstrániť formátovanie',
+	strike			: 'Prečiarknuté',
+	subscript		: 'Dolný index',
+	superscript		: 'Horný index',
+	horizontalrule	: 'Vložiť vodorovnú čiaru',
+	pagebreak		: 'Vložiť oddeľovač stránky',
+	unlink			: 'Odstrániť odkaz',
+	undo			: 'Späť',
+	redo			: 'Znovu',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Prechádzať server',
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Odoslať',
+		uploadSubmit	: 'Odoslať na server',
+		image			: 'Obrázok',
+		flash			: 'Flash',
+		form			: 'Formulár',
+		checkbox		: 'Zaškrtávacie políčko',
+		radio		: 'Prepínač',
+		textField		: 'Textové pole',
+		textarea		: 'Textová oblasť',
+		hiddenField		: 'Skryté pole',
+		button			: 'Tlačidlo',
+		select	: 'Rozbaľovací zoznam',
+		imageButton		: 'Obrázkové tlačidlo',
+		notSet			: '<nenastavené>',
+		id				: 'Id',
+		name			: 'Meno',
+		langDir			: 'Orientácia jazyka',
+		langDirLtr		: 'Zľava doprava (LTR)',
+		langDirRtl		: 'Sprava doľava (RTL)',
+		langCode		: 'Kód jazyka',
+		longDescr		: 'Dlhý popis URL',
+		cssClass		: 'Trieda štýlu',
+		advisoryTitle	: 'Pomocný titulok',
+		cssStyle		: 'Štýl',
+		ok				: 'OK',
+		cancel			: 'Zrušiť',
+		generalTab		: 'Hlavné',
+		advancedTab		: 'Rozšírené',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Vložiť špeciálne znaky',
+		title		: 'Výber špeciálneho znaku'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Vložiť/zmeniť odkaz',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Zmeniť odkaz',
+		title		: 'Odkaz',
+		info		: 'Informácie o odkaze',
+		target		: 'Cieľ',
+		upload		: 'Odoslať',
+		advanced	: 'Rozšírené',
+		type		: 'Typ odkazu',
+		toAnchor	: 'Kotva v tejto stránke',
+		toEmail		: 'E-Mail',
+		target		: 'Cieľ',
+		targetNotSet	: '<nenastavené>',
+		targetFrame	: '<rámec>',
+		targetPopup	: '<vyskakovacie okno>',
+		targetNew	: 'Nové okno (_blank)',
+		targetTop	: 'Hlavné okno (_top)',
+		targetSelf	: 'Rovnaké okno (_self)',
+		targetParent	: 'Rodičovské okno (_parent)',
+		targetFrameName	: 'Meno rámu cieľa',
+		targetPopupName	: 'Názov vyskakovacieho okna',
+		popupFeatures	: 'Vlastnosti vyskakovacieho okna',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Stavový riadok',
+		popupLocationBar	: 'Panel umiestnenia',
+		popupToolbar	: 'Panel nástrojov',
+		popupMenuBar	: 'Panel ponuky',
+		popupFullScreen	: 'Celá obrazovka (IE)',
+		popupScrollBars	: 'Posuvníky',
+		popupDependent	: 'Závislosť (Netscape)',
+		popupWidth		: 'Šírka',
+		popupLeft		: 'Ľavý okraj',
+		popupHeight		: 'Výška',
+		popupTop		: 'Horný okraj',
+		id				: 'Id', // MISSING
+		langDir			: 'Orientácia jazyka',
+		langDirNotSet	: '<nenastavené>',
+		langDirLTR		: 'Zľava doprava (LTR)',
+		langDirRTL		: 'Sprava doľava (RTL)',
+		acccessKey		: 'Prístupový kľúč',
+		name			: 'Meno',
+		langCode		: 'Orientácia jazyka',
+		tabIndex		: 'Poradie prvku',
+		advisoryTitle	: 'Pomocný titulok',
+		advisoryContentType	: 'Pomocný typ obsahu',
+		cssClasses		: 'Trieda štýlu',
+		charset			: 'Priradená znaková sada',
+		styles			: 'Štýl',
+		selectAnchor	: 'Vybrať kotvu',
+		anchorName		: 'Podľa mena kotvy',
+		anchorId		: 'Podľa Id objektu',
+		emailAddress	: 'E-Mailová adresa',
+		emailSubject	: 'Predmet správy',
+		emailBody		: 'Telo správy',
+		noAnchors		: '(V stránke nie je definovaná žiadna kotva)',
+		noUrl			: 'Zadajte prosím URL odkazu',
+		noEmail			: 'Zadajte prosím e-mailovú adresu'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Vložiť/zmeniť kotvu',
+		menu		: 'Vlastnosti kotvy',
+		title		: 'Vlastnosti kotvy',
+		name		: 'Meno kotvy',
+		errorName	: 'Zadajte prosím meno kotvy'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Nájsť a nahradiť',
+		find				: 'Hľadať',
+		replace				: 'Nahradiť',
+		findWhat			: 'Čo hľadať:',
+		replaceWith			: 'Čím nahradiť:',
+		notFoundMsg			: 'Hľadaný text nebol nájdený.',
+		matchCase			: 'Rozlišovať malé/veľké písmená',
+		matchWord			: 'Len celé slová',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Nahradiť všetko',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabuľka',
+		title		: 'Vlastnosti tabuľky',
+		menu		: 'Vlastnosti tabuľky',
+		deleteTable	: 'Vymazať tabuľku',
+		rows		: 'Riadky',
+		columns		: 'Stĺpce',
+		border		: 'Ohraničenie',
+		align		: 'Zarovnanie',
+		alignNotSet	: '<nenastavené>',
+		alignLeft	: 'Vľavo',
+		alignCenter	: 'Na stred',
+		alignRight	: 'Vpravo',
+		width		: 'Šírka',
+		widthPx		: 'pixelov',
+		widthPc		: 'percent',
+		height		: 'Výška',
+		cellSpace	: 'Vzdialenosť buniek',
+		cellPad		: 'Odsadenie obsahu',
+		caption		: 'Popis',
+		summary		: 'Prehľad',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Bunka',
+			insertBefore	: 'Vložiť bunku pred',
+			insertAfter		: 'Vložiť bunku za',
+			deleteCell		: 'Vymazať bunky',
+			merge			: 'Zlúčiť bunky',
+			mergeRight		: 'Zlúčiť doprava',
+			mergeDown		: 'Zlúčiť dole',
+			splitHorizontal	: 'Rozdeliť bunky horizontálne',
+			splitVertical	: 'Rozdeliť bunky vertikálne'
+		},
+
+		row :
+		{
+			menu			: 'Riadok',
+			insertBefore	: 'Vložiť riadok za',
+			insertAfter		: 'Vložiť riadok pred',
+			deleteRow		: 'Vymazať riadok'
+		},
+
+		column :
+		{
+			menu			: 'Stĺpec',
+			insertBefore	: 'Vložiť stĺpec za',
+			insertAfter		: 'Vložiť stĺpec pred',
+			deleteColumn	: 'Zmazať stĺpec'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Vlastnosti tlačidla',
+		text		: 'Text',
+		type		: 'Typ',
+		typeBtn		: 'Tlačidlo',
+		typeSbm		: 'Odoslať',
+		typeRst		: 'Vymazať'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Vlastnosti zaškrtávacieho políčka',
+		radioTitle	: 'Vlastnosti prepínača',
+		value		: 'Hodnota',
+		selected	: 'Vybrané'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Vlastnosti formulára',
+		menu		: 'Vlastnosti formulára',
+		action		: 'Akcie',
+		method		: 'Metóda',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Cieľ',
+		targetNotSet	: '<nenastavené>',
+		targetNew	: 'Nové okno (_blank)',
+		targetTop	: 'Hlavné okno (_top)',
+		targetSelf	: 'Rovnaké okno (_self)',
+		targetParent	: 'Rodičovské okno (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Vlastnosti rozbaľovacieho zoznamu',
+		selectInfo	: 'Info',
+		opAvail		: 'Dostupné možnosti',
+		value		: 'Hodnota',
+		size		: 'Veľkosť',
+		lines		: 'riadkov',
+		chkMulti	: 'Povoliť viacnásobný výber',
+		opText		: 'Text',
+		opValue		: 'Hodnota',
+		btnAdd		: 'Pridať',
+		btnModify	: 'Zmeniť',
+		btnUp		: 'Hore',
+		btnDown		: 'Dole',
+		btnSetValue : 'Nastaviť ako vybranú hodnotu',
+		btnDelete	: 'Zmazať'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Vlastnosti textovej oblasti',
+		cols		: 'Stĺpce',
+		rows		: 'Riadky'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Vlastnosti textového poľa',
+		name		: 'Názov',
+		value		: 'Hodnota',
+		charWidth	: 'Šírka pola (znakov)',
+		maxChars	: 'Maximálny počet znakov',
+		type		: 'Typ',
+		typeText	: 'Text',
+		typePass	: 'Heslo'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Vlastnosti skrytého poľa',
+		name	: 'Názov',
+		value	: 'Hodnota'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Vlastnosti obrázku',
+		titleButton	: 'Vlastnosti obrázkového tlačidla',
+		menu		: 'Vlastnosti obrázku',
+		infoTab	: 'Informácie o obrázku',
+		btnUpload	: 'Odoslať na server',
+		url		: 'URL',
+		upload	: 'Odoslať',
+		alt		: 'Alternatívny text',
+		width		: 'Šírka',
+		height	: 'Výška',
+		lockRatio	: 'Zámok',
+		resetSize	: 'Pôvodná veľkosť',
+		border	: 'Okraje',
+		hSpace	: 'H-medzera',
+		vSpace	: 'V-medzera',
+		align		: 'Zarovnanie',
+		alignLeft	: 'Vľavo',
+		alignAbsBottom: 'Úplne dole',
+		alignAbsMiddle: 'Do stredu',
+		alignBaseline	: 'Na základňu',
+		alignBottom	: 'Dole',
+		alignMiddle	: 'Na stred',
+		alignRight	: 'Vpravo',
+		alignTextTop	: 'Na horný okraj textu',
+		alignTop	: 'Nahor',
+		preview	: 'Náhľad',
+		alertUrl	: 'Zadajte prosím URL obrázku',
+		linkTab	: 'Odkaz',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Vlastnosti Flashu',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Vlastnosti Flashu',
+		chkPlay		: 'Automatické prehrávanie',
+		chkLoop		: 'Opakovanie',
+		chkMenu		: 'Povoliť Flash Menu',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Mierka',
+		scaleAll		: 'Zobraziť mierku',
+		scaleNoBorder	: 'Bez okrajov',
+		scaleFit		: 'Roztiahnuť na celé',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Zarovnanie',
+		alignLeft	: 'Vľavo',
+		alignAbsBottom: 'Úplne dole',
+		alignAbsMiddle: 'Do stredu',
+		alignBaseline	: 'Na základňu',
+		alignBottom	: 'Dole',
+		alignMiddle	: 'Na stred',
+		alignRight	: 'Vpravo',
+		alignTextTop	: 'Na horný okraj textu',
+		alignTop	: 'Nahor',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Farba pozadia',
+		width	: 'Šírka',
+		height	: 'Výška',
+		hSpace	: 'H-medzera',
+		vSpace	: 'V-medzera',
+		validateSrc : 'Zadajte prosím URL odkazu',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Kontrola pravopisu',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Nie je v slovníku',
+		changeTo		: 'Zmeniť na',
+		btnIgnore		: 'Ignorovať',
+		btnIgnoreAll	: 'Ignorovať všetko',
+		btnReplace		: 'Prepísat',
+		btnReplaceAll	: 'Prepísat všetko',
+		btnUndo			: 'Späť',
+		noSuggestions	: '- Žiadny návrh -',
+		progress		: 'Prebieha kontrola pravopisu...',
+		noMispell		: 'Kontrola pravopisu dokončená: bez chýb',
+		noChanges		: 'Kontrola pravopisu dokončená: žiadne slová nezmenené',
+		oneChange		: 'Kontrola pravopisu dokončená: zmenené jedno slovo',
+		manyChanges		: 'Kontrola pravopisu dokončená: zmenených %1 slov',
+		ieSpellDownload	: 'Kontrola pravopisu nie je naištalovaná. Chcete ju hneď stiahnuť?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smajlíky',
+		title	: 'Vkladanie smajlíkov'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Číslovanie',
+	bulletedlist : 'Odrážky',
+	indent : 'Zväčšiť odsadenie',
+	outdent : 'Zmenšiť odsadenie',
+
+	justify :
+	{
+		left : 'Zarovnať vľavo',
+		center : 'Zarovnať na stred',
+		right : 'Zarovnať vpravo',
+		block : 'Zarovnať do bloku'
+	},
+
+	outdent : 'Zmenšiť odsadenie',
+	blockquote : 'Citácia',
+
+	clipboard :
+	{
+		title		: 'Vložiť',
+		cutError	: '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).',
+		copyError	: '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).',
+		pasteMsg	: 'Prosím vložte nasledovný rámček použitím klávesnice (<STRONG>Ctrl+V</STRONG>) a stlačte <STRONG>OK</STRONG>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Vložiť z Wordu',
+		title : 'Vložiť z Wordu',
+		advice : 'Prosím vložte nasledovný rámček použitím klávesnice (<STRONG>Ctrl+V</STRONG>) a stlačte <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorovať nastavenia typu písma',
+		removeStyle : 'Odstrániť formátovanie'
+	},
+
+	pasteText :
+	{
+		button : 'Vložiť ako čistý text',
+		title : 'Vložiť ako čistý text'
+	},
+
+	templates :
+	{
+		button : 'Šablóny',
+		title : 'Šablóny obsahu',
+		insertOption: 'Nahradiť aktuálny obsah',
+		selectPromptMsg: 'Prosím vyberte šablóny na otvorenie v editore<br>(súšasný obsah bude stratený):',
+		emptyListMsg : '(žiadne šablóny nenájdené)'
+	},
+
+	showBlocks : 'Ukázať bloky',
+
+	stylesCombo :
+	{
+		label : 'Štýl',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Formát',
+		panelTitle : 'Formát',
+
+		tag_p : 'Normálny',
+		tag_pre : 'Formátovaný',
+		tag_address : 'Adresa',
+		tag_h1 : 'Nadpis 1',
+		tag_h2 : 'Nadpis 2',
+		tag_h3 : 'Nadpis 3',
+		tag_h4 : 'Nadpis 4',
+		tag_h5 : 'Nadpis 5',
+		tag_h6 : 'Nadpis 6',
+		tag_div : 'Odsek (DIV)'
+	},
+
+	font :
+	{
+		label : 'Písmo',
+		panelTitle : 'Písmo'
+	},
+
+	fontSize :
+	{
+		label : 'Veľkosť',
+		panelTitle : 'Veľkosť'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Farba textu',
+		bgColorTitle : 'Farba pozadia',
+		auto : 'Automaticky',
+		more : 'Viac farieb...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/sl.js
===================================================================
--- /CKEditor/trunk/_source/lang/sl.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/sl.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Slovenian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['sl'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Izvorna koda',
+	newPage			: 'Nova stran',
+	save			: 'Shrani',
+	preview			: 'Predogled',
+	cut				: 'Izreži',
+	copy			: 'Kopiraj',
+	paste			: 'Prilepi',
+	print			: 'Natisni',
+	underline		: 'Podčrtano',
+	bold			: 'Krepko',
+	italic			: 'Ležeče',
+	selectAll		: 'Izberi vse',
+	removeFormat	: 'Odstrani oblikovanje',
+	strike			: 'Prečrtano',
+	subscript		: 'Podpisano',
+	superscript		: 'Nadpisano',
+	horizontalrule	: 'Vstavi vodoravno črto',
+	pagebreak		: 'Vstavi prelom strani',
+	unlink			: 'Odstrani povezavo',
+	undo			: 'Razveljavi',
+	redo			: 'Ponovi',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Prebrskaj na strežniku',
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Prenesi',
+		uploadSubmit	: 'Pošlji na strežnik',
+		image			: 'Slika',
+		flash			: 'Flash',
+		form			: 'Obrazec',
+		checkbox		: 'Potrditveno polje',
+		radio		: 'Izbirno polje',
+		textField		: 'Vnosno polje',
+		textarea		: 'Vnosno območje',
+		hiddenField		: 'Skrito polje',
+		button			: 'Gumb',
+		select	: 'Spustni seznam',
+		imageButton		: 'Gumb s sliko',
+		notSet			: '<ni postavljen>',
+		id				: 'Id',
+		name			: 'Ime',
+		langDir			: 'Smer jezika',
+		langDirLtr		: 'Od leve proti desni (LTR)',
+		langDirRtl		: 'Od desne proti levi (RTL)',
+		langCode		: 'Oznaka jezika',
+		longDescr		: 'Dolg opis URL-ja',
+		cssClass		: 'Razred stilne predloge',
+		advisoryTitle	: 'Predlagani naslov',
+		cssStyle		: 'Slog',
+		ok				: 'V redu',
+		cancel			: 'Prekliči',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Napredno',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Vstavi posebni znak',
+		title		: 'Izberi posebni znak'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Vstavi/uredi povezavo',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Uredi povezavo',
+		title		: 'Povezava',
+		info		: 'Podatki o povezavi',
+		target		: 'Cilj',
+		upload		: 'Prenesi',
+		advanced	: 'Napredno',
+		type		: 'Vrsta povezave',
+		toAnchor	: 'Zaznamek na tej strani',
+		toEmail		: 'Elektronski naslov',
+		target		: 'Cilj',
+		targetNotSet	: '<ni postavljen>',
+		targetFrame	: '<okvir>',
+		targetPopup	: '<pojavno okno>',
+		targetNew	: 'Novo okno (_blank)',
+		targetTop	: 'Najvišje okno (_top)',
+		targetSelf	: 'Isto okno (_self)',
+		targetParent	: 'Starševsko okno (_parent)',
+		targetFrameName	: 'Ime ciljnega okvirja',
+		targetPopupName	: 'Ime pojavnega okna',
+		popupFeatures	: 'Značilnosti pojavnega okna',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Vrstica stanja',
+		popupLocationBar	: 'Naslovna vrstica',
+		popupToolbar	: 'Orodna vrstica',
+		popupMenuBar	: 'Menijska vrstica',
+		popupFullScreen	: 'Celozaslonska slika (IE)',
+		popupScrollBars	: 'Drsniki',
+		popupDependent	: 'Podokno (Netscape)',
+		popupWidth		: 'Širina',
+		popupLeft		: 'Lega levo',
+		popupHeight		: 'Višina',
+		popupTop		: 'Lega na vrhu',
+		id				: 'Id', // MISSING
+		langDir			: 'Smer jezika',
+		langDirNotSet	: '<ni postavljen>',
+		langDirLTR		: 'Od leve proti desni (LTR)',
+		langDirRTL		: 'Od desne proti levi (RTL)',
+		acccessKey		: 'Vstopno geslo',
+		name			: 'Ime',
+		langCode		: 'Smer jezika',
+		tabIndex		: 'Številka tabulatorja',
+		advisoryTitle	: 'Predlagani naslov',
+		advisoryContentType	: 'Predlagani tip vsebine (content-type)',
+		cssClasses		: 'Razred stilne predloge',
+		charset			: 'Kodna tabela povezanega vira',
+		styles			: 'Slog',
+		selectAnchor	: 'Izberi zaznamek',
+		anchorName		: 'Po imenu zaznamka',
+		anchorId		: 'Po ID-ju elementa',
+		emailAddress	: 'Elektronski naslov',
+		emailSubject	: 'Predmet sporočila',
+		emailBody		: 'Vsebina sporočila',
+		noAnchors		: '(V tem dokumentu ni zaznamkov)',
+		noUrl			: 'Vnesite URL povezave',
+		noEmail			: 'Vnesite elektronski naslov'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Vstavi/uredi zaznamek',
+		menu		: 'Lastnosti zaznamka',
+		title		: 'Lastnosti zaznamka',
+		name		: 'Ime zaznamka',
+		errorName	: 'Prosim vnesite ime zaznamka'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Najdi in zamenjaj',
+		find				: 'Najdi',
+		replace				: 'Zamenjaj',
+		findWhat			: 'Najdi:',
+		replaceWith			: 'Zamenjaj z:',
+		notFoundMsg			: 'Navedeno besedilo ni bilo najdeno.',
+		matchCase			: 'Razlikuj velike in male črke',
+		matchWord			: 'Samo cele besede',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Zamenjaj vse',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabela',
+		title		: 'Lastnosti tabele',
+		menu		: 'Lastnosti tabele',
+		deleteTable	: 'Izbriši tabelo',
+		rows		: 'Vrstice',
+		columns		: 'Stolpci',
+		border		: 'Velikost obrobe',
+		align		: 'Poravnava',
+		alignNotSet	: '<Ni nastavljeno>',
+		alignLeft	: 'Levo',
+		alignCenter	: 'Sredinsko',
+		alignRight	: 'Desno',
+		width		: 'Širina',
+		widthPx		: 'pik',
+		widthPc		: 'procentov',
+		height		: 'Višina',
+		cellSpace	: 'Razmik med celicami',
+		cellPad		: 'Polnilo med celicami',
+		caption		: 'Naslov',
+		summary		: 'Povzetek',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Celica',
+			insertBefore	: 'Vstavi celico pred',
+			insertAfter		: 'Vstavi celico za',
+			deleteCell		: 'Izbriši celice',
+			merge			: 'Združi celice',
+			mergeRight		: 'Združi desno',
+			mergeDown		: 'Druži navzdol',
+			splitHorizontal	: 'Razdeli celico vodoravno',
+			splitVertical	: 'Razdeli celico navpično'
+		},
+
+		row :
+		{
+			menu			: 'Vrstica',
+			insertBefore	: 'Vstavi vrstico pred',
+			insertAfter		: 'Vstavi vrstico za',
+			deleteRow		: 'Izbriši vrstice'
+		},
+
+		column :
+		{
+			menu			: 'Stolpec',
+			insertBefore	: 'Vstavi stolpec pred',
+			insertAfter		: 'Vstavi stolpec za',
+			deleteColumn	: 'Izbriši stolpce'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Lastnosti gumba',
+		text		: 'Besedilo (Vrednost)',
+		type		: 'Tip',
+		typeBtn		: 'Gumb',
+		typeSbm		: 'Potrdi',
+		typeRst		: 'Ponastavi'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Lastnosti potrditvenega polja',
+		radioTitle	: 'Lastnosti izbirnega polja',
+		value		: 'Vrednost',
+		selected	: 'Izbrano'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Lastnosti obrazca',
+		menu		: 'Lastnosti obrazca',
+		action		: 'Akcija',
+		method		: 'Metoda',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Cilj',
+		targetNotSet	: '<ni postavljen>',
+		targetNew	: 'Novo okno (_blank)',
+		targetTop	: 'Najvišje okno (_top)',
+		targetSelf	: 'Isto okno (_self)',
+		targetParent	: 'Starševsko okno (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Lastnosti spustnega seznama',
+		selectInfo	: 'Podatki',
+		opAvail		: 'Razpoložljive izbire',
+		value		: 'Vrednost',
+		size		: 'Velikost',
+		lines		: 'vrstic',
+		chkMulti	: 'Dovoli izbor večih vrstic',
+		opText		: 'Besedilo',
+		opValue		: 'Vrednost',
+		btnAdd		: 'Dodaj',
+		btnModify	: 'Spremeni',
+		btnUp		: 'Gor',
+		btnDown		: 'Dol',
+		btnSetValue : 'Postavi kot privzeto izbiro',
+		btnDelete	: 'Izbriši'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Lastnosti vnosnega območja',
+		cols		: 'Stolpcev',
+		rows		: 'Vrstic'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Lastnosti vnosnega polja',
+		name		: 'Ime',
+		value		: 'Vrednost',
+		charWidth	: 'Dolžina',
+		maxChars	: 'Največje število znakov',
+		type		: 'Tip',
+		typeText	: 'Besedilo',
+		typePass	: 'Geslo'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Lastnosti skritega polja',
+		name	: 'Ime',
+		value	: 'Vrednost'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Lastnosti slike',
+		titleButton	: 'Lastnosti gumba s sliko',
+		menu		: 'Lastnosti slike',
+		infoTab	: 'Podatki o sliki',
+		btnUpload	: 'Pošlji na strežnik',
+		url		: 'URL',
+		upload	: 'Pošlji',
+		alt		: 'Nadomestno besedilo',
+		width		: 'Širina',
+		height	: 'Višina',
+		lockRatio	: 'Zakleni razmerje',
+		resetSize	: 'Ponastavi velikost',
+		border	: 'Obroba',
+		hSpace	: 'Vodoravni razmik',
+		vSpace	: 'Navpični razmik',
+		align		: 'Poravnava',
+		alignLeft	: 'Levo',
+		alignAbsBottom: 'Popolnoma na dno',
+		alignAbsMiddle: 'Popolnoma v sredino',
+		alignBaseline	: 'Na osnovno črto',
+		alignBottom	: 'Na dno',
+		alignMiddle	: 'V sredino',
+		alignRight	: 'Desno',
+		alignTextTop	: 'Besedilo na vrh',
+		alignTop	: 'Na vrh',
+		preview	: 'Predogled',
+		alertUrl	: 'Vnesite URL slike',
+		linkTab	: 'Povezava',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Lastnosti Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Lastnosti Flash',
+		chkPlay		: 'Samodejno predvajaj',
+		chkLoop		: 'Ponavljanje',
+		chkMenu		: 'Omogoči Flash Meni',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Povečava',
+		scaleAll		: 'Pokaži vse',
+		scaleNoBorder	: 'Brez obrobe',
+		scaleFit		: 'Natančno prileganje',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Poravnava',
+		alignLeft	: 'Levo',
+		alignAbsBottom: 'Popolnoma na dno',
+		alignAbsMiddle: 'Popolnoma v sredino',
+		alignBaseline	: 'Na osnovno črto',
+		alignBottom	: 'Na dno',
+		alignMiddle	: 'V sredino',
+		alignRight	: 'Desno',
+		alignTextTop	: 'Besedilo na vrh',
+		alignTop	: 'Na vrh',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Barva ozadja',
+		width	: 'Širina',
+		height	: 'Višina',
+		hSpace	: 'Vodoravni razmik',
+		vSpace	: 'Navpični razmik',
+		validateSrc : 'Vnesite URL povezave',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Preveri črkovanje',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Ni v slovarju',
+		changeTo		: 'Spremeni v',
+		btnIgnore		: 'Prezri',
+		btnIgnoreAll	: 'Prezri vse',
+		btnReplace		: 'Zamenjaj',
+		btnReplaceAll	: 'Zamenjaj vse',
+		btnUndo			: 'Razveljavi',
+		noSuggestions	: '- Ni predlogov -',
+		progress		: 'Preverjanje črkovanja se izvaja...',
+		noMispell		: 'Črkovanje je končano: Brez napak',
+		noChanges		: 'Črkovanje je končano: Nobena beseda ni bila spremenjena',
+		oneChange		: 'Črkovanje je končano: Spremenjena je bila ena beseda',
+		manyChanges		: 'Črkovanje je končano: Spremenjenih je bilo %1 besed',
+		ieSpellDownload	: 'Črkovalnik ni nameščen. Ali ga želite prenesti sedaj?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smeško',
+		title	: 'Vstavi smeška'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Oštevilčen seznam',
+	bulletedlist : 'Označen seznam',
+	indent : 'Povečaj zamik',
+	outdent : 'Zmanjšaj zamik',
+
+	justify :
+	{
+		left : 'Leva poravnava',
+		center : 'Sredinska poravnava',
+		right : 'Desna poravnava',
+		block : 'Obojestranska poravnava'
+	},
+
+	outdent : 'Zmanjšaj zamik',
+	blockquote : 'Citat',
+
+	clipboard :
+	{
+		title		: 'Prilepi',
+		cutError	: 'Varnostne nastavitve brskalnika ne dopuščajo samodejnega izrezovanja. Uporabite kombinacijo tipk na tipkovnici (Ctrl+X).',
+		copyError	: 'Varnostne nastavitve brskalnika ne dopuščajo samodejnega kopiranja. Uporabite kombinacijo tipk na tipkovnici (Ctrl+C).',
+		pasteMsg	: 'Prosim prilepite v sleči okvir s pomočjo tipkovnice (<STRONG>Ctrl+V</STRONG>) in pritisnite <STRONG>V redu</STRONG>.',
+		securityMsg	: 'Zaradi varnostnih nastavitev vašega brskalnika urejevalnik ne more neposredno dostopati do odložišča. Vsebino odložišča ponovno prilepite v to okno.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Prilepi iz Worda',
+		title : 'Prilepi iz Worda',
+		advice : 'Prosim prilepite v sleči okvir s pomočjo tipkovnice (<STRONG>Ctrl+V</STRONG>) in pritisnite <STRONG>V redu</STRONG>.',
+		ignoreFontFace : 'Prezri obliko pisave',
+		removeStyle : 'Odstrani nastavitve stila'
+	},
+
+	pasteText :
+	{
+		button : 'Prilepi kot golo besedilo',
+		title : 'Prilepi kot golo besedilo'
+	},
+
+	templates :
+	{
+		button : 'Predloge',
+		title : 'Vsebinske predloge',
+		insertOption: 'Zamenjaj trenutno vsebino',
+		selectPromptMsg: 'Izberite predlogo, ki jo želite odpreti v urejevalniku<br>(trenutna vsebina bo izgubljena):',
+		emptyListMsg : '(Ni pripravljenih predlog)'
+	},
+
+	showBlocks : 'Prikaži ograde',
+
+	stylesCombo :
+	{
+		label : 'Slog',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Oblika',
+		panelTitle : 'Oblika',
+
+		tag_p : 'Navaden',
+		tag_pre : 'Oblikovan',
+		tag_address : 'Napis',
+		tag_h1 : 'Naslov 1',
+		tag_h2 : 'Naslov 2',
+		tag_h3 : 'Naslov 3',
+		tag_h4 : 'Naslov 4',
+		tag_h5 : 'Naslov 5',
+		tag_h6 : 'Naslov 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Pisava',
+		panelTitle : 'Pisava'
+	},
+
+	fontSize :
+	{
+		label : 'Velikost',
+		panelTitle : 'Velikost'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Barva besedila',
+		bgColorTitle : 'Barva ozadja',
+		auto : 'Samodejno',
+		more : 'Več barv...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/sr-latn.js
===================================================================
--- /CKEditor/trunk/_source/lang/sr-latn.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/sr-latn.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Serbian (Latin) language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['sr-latn'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Kôd',
+	newPage			: 'Nova stranica',
+	save			: 'Sačuvaj',
+	preview			: 'Izgled stranice',
+	cut				: 'Iseci',
+	copy			: 'Kopiraj',
+	paste			: 'Zalepi',
+	print			: 'Štampa',
+	underline		: 'Podvučeno',
+	bold			: 'Podebljano',
+	italic			: 'Kurziv',
+	selectAll		: 'Označi sve',
+	removeFormat	: 'Ukloni formatiranje',
+	strike			: 'Precrtano',
+	subscript		: 'Indeks',
+	superscript		: 'Stepen',
+	horizontalrule	: 'Unesi horizontalnu liniju',
+	pagebreak		: 'Insert Page Break', // MISSING
+	unlink			: 'Ukloni link',
+	undo			: 'Poni�ti akciju',
+	redo			: 'Ponovi akciju',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Pretraži server',
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Pošalji',
+		uploadSubmit	: 'Pošalji na server',
+		image			: 'Slika',
+		flash			: 'Fleš',
+		form			: 'Forma',
+		checkbox		: 'Polje za potvrdu',
+		radio		: 'Radio-dugme',
+		textField		: 'Tekstualno polje',
+		textarea		: 'Zona teksta',
+		hiddenField		: 'Skriveno polje',
+		button			: 'Dugme',
+		select	: 'Izborno polje',
+		imageButton		: 'Dugme sa slikom',
+		notSet			: '<nije postavljeno>',
+		id				: 'Id',
+		name			: 'Naziv',
+		langDir			: 'Smer jezika',
+		langDirLtr		: 'S leva na desno (LTR)',
+		langDirRtl		: 'S desna na levo (RTL)',
+		langCode		: 'Kôd jezika',
+		longDescr		: 'Pun opis URL',
+		cssClass		: 'Stylesheet klase',
+		advisoryTitle	: 'Advisory naslov',
+		cssStyle		: 'Stil',
+		ok				: 'OK',
+		cancel			: 'Otkaži',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Napredni tagovi',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Unesi specijalni karakter',
+		title		: 'Odaberite specijalni karakter'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Unesi/izmeni link',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Izmeni link',
+		title		: 'Link',
+		info		: 'Link Info',
+		target		: 'Meta',
+		upload		: 'Pošalji',
+		advanced	: 'Napredni tagovi',
+		type		: 'Vrsta linka',
+		toAnchor	: 'Sidro na ovoj stranici',
+		toEmail		: 'E-Mail',
+		target		: 'Meta',
+		targetNotSet	: '<nije postavljeno>',
+		targetFrame	: '<okvir>',
+		targetPopup	: '<popup prozor>',
+		targetNew	: 'Novi prozor (_blank)',
+		targetTop	: 'Prozor na vrhu (_top)',
+		targetSelf	: 'Isti prozor (_self)',
+		targetParent	: 'Roditeljski prozor (_parent)',
+		targetFrameName	: 'Naziv odredišnog frejma',
+		targetPopupName	: 'Naziv popup prozora',
+		popupFeatures	: 'Mogućnosti popup prozora',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statusna linija',
+		popupLocationBar	: 'Lokacija',
+		popupToolbar	: 'Toolbar',
+		popupMenuBar	: 'Kontekstni meni',
+		popupFullScreen	: 'Prikaz preko celog ekrana (IE)',
+		popupScrollBars	: 'Scroll bar',
+		popupDependent	: 'Zavisno (Netscape)',
+		popupWidth		: 'Širina',
+		popupLeft		: 'Od leve ivice ekrana (px)',
+		popupHeight		: 'Visina',
+		popupTop		: 'Od vrha ekrana (px)',
+		id				: 'Id', // MISSING
+		langDir			: 'Smer jezika',
+		langDirNotSet	: '<nije postavljeno>',
+		langDirLTR		: 'S leva na desno (LTR)',
+		langDirRTL		: 'S desna na levo (RTL)',
+		acccessKey		: 'Pristupni taster',
+		name			: 'Naziv',
+		langCode		: 'Smer jezika',
+		tabIndex		: 'Tab indeks',
+		advisoryTitle	: 'Advisory naslov',
+		advisoryContentType	: 'Advisory vrsta sadržaja',
+		cssClasses		: 'Stylesheet klase',
+		charset			: 'Linked Resource Charset',
+		styles			: 'Stil',
+		selectAnchor	: 'Odaberi sidro',
+		anchorName		: 'Po nazivu sidra',
+		anchorId		: 'Po Id-ju elementa',
+		emailAddress	: 'E-Mail adresa',
+		emailSubject	: 'Naslov',
+		emailBody		: 'Sadržaj poruke',
+		noAnchors		: '(Nema dostupnih sidra)',
+		noUrl			: 'Unesite URL linka',
+		noEmail			: 'Otkucajte adresu elektronske pote'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Unesi/izmeni sidro',
+		menu		: 'Osobine sidra',
+		title		: 'Osobine sidra',
+		name		: 'Ime sidra',
+		errorName	: 'Unesite ime sidra'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Pretraga',
+		replace				: 'Zamena',
+		findWhat			: 'Pronadi:',
+		replaceWith			: 'Zameni sa:',
+		notFoundMsg			: 'Traženi tekst nije pronađen.',
+		matchCase			: 'Razlikuj mala i velika slova',
+		matchWord			: 'Uporedi cele reci',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Zameni sve',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabela',
+		title		: 'Osobine tabele',
+		menu		: 'Osobine tabele',
+		deleteTable	: 'Delete Table', // MISSING
+		rows		: 'Redova',
+		columns		: 'Kolona',
+		border		: 'Veličina okvira',
+		align		: 'Ravnanje',
+		alignNotSet	: '<nije postavljeno>',
+		alignLeft	: 'Levo',
+		alignCenter	: 'Sredina',
+		alignRight	: 'Desno',
+		width		: 'Širina',
+		widthPx		: 'piksela',
+		widthPc		: 'procenata',
+		height		: 'Visina',
+		cellSpace	: 'Ćelijski prostor',
+		cellPad		: 'Razmak ćelija',
+		caption		: 'Naslov tabele',
+		summary		: 'Summary', // MISSING
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell', // MISSING
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Obriši ćelije',
+			merge			: 'Spoj celije',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Row', // MISSING
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Obriši redove'
+		},
+
+		column :
+		{
+			menu			: 'Column', // MISSING
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Obriši kolone'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Osobine dugmeta',
+		text		: 'Tekst (vrednost)',
+		type		: 'Tip',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Osobine polja za potvrdu',
+		radioTitle	: 'Osobine radio-dugmeta',
+		value		: 'Vrednost',
+		selected	: 'Označeno'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Osobine forme',
+		menu		: 'Osobine forme',
+		action		: 'Akcija',
+		method		: 'Metoda',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Meta',
+		targetNotSet	: '<nije postavljeno>',
+		targetNew	: 'Novi prozor (_blank)',
+		targetTop	: 'Prozor na vrhu (_top)',
+		targetSelf	: 'Isti prozor (_self)',
+		targetParent	: 'Roditeljski prozor (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Osobine izbornog polja',
+		selectInfo	: 'Info',
+		opAvail		: 'Dostupne opcije',
+		value		: 'Vrednost',
+		size		: 'Veličina',
+		lines		: 'linija',
+		chkMulti	: 'Dozvoli višestruku selekciju',
+		opText		: 'Tekst',
+		opValue		: 'Vrednost',
+		btnAdd		: 'Dodaj',
+		btnModify	: 'Izmeni',
+		btnUp		: 'Gore',
+		btnDown		: 'Dole',
+		btnSetValue : 'Podesi kao označenu vrednost',
+		btnDelete	: 'Obriši'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Osobine zone teksta',
+		cols		: 'Broj kolona',
+		rows		: 'Broj redova'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Osobine tekstualnog polja',
+		name		: 'Naziv',
+		value		: 'Vrednost',
+		charWidth	: 'Širina (karaktera)',
+		maxChars	: 'Maksimalno karaktera',
+		type		: 'Tip',
+		typeText	: 'Tekst',
+		typePass	: 'Lozinka'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Osobine skrivenog polja',
+		name	: 'Naziv',
+		value	: 'Vrednost'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Osobine slika',
+		titleButton	: 'Osobine dugmeta sa slikom',
+		menu		: 'Osobine slika',
+		infoTab	: 'Info slike',
+		btnUpload	: 'Pošalji na server',
+		url		: 'URL',
+		upload	: 'Pošalji',
+		alt		: 'Alternativni tekst',
+		width		: 'Širina',
+		height	: 'Visina',
+		lockRatio	: 'Zaključaj odnos',
+		resetSize	: 'Resetuj veličinu',
+		border	: 'Okvir',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Ravnanje',
+		alignLeft	: 'Levo',
+		alignAbsBottom: 'Abs dole',
+		alignAbsMiddle: 'Abs sredina',
+		alignBaseline	: 'Bazno',
+		alignBottom	: 'Dole',
+		alignMiddle	: 'Sredina',
+		alignRight	: 'Desno',
+		alignTextTop	: 'Vrh teksta',
+		alignTop	: 'Vrh',
+		preview	: 'Izgled',
+		alertUrl	: 'Unesite URL slike',
+		linkTab	: 'Link',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Osobine fleša',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Osobine fleša',
+		chkPlay		: 'Automatski start',
+		chkLoop		: 'Ponavljaj',
+		chkMenu		: 'Uključi fleš meni',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Skaliraj',
+		scaleAll		: 'Prikaži sve',
+		scaleNoBorder	: 'Bez ivice',
+		scaleFit		: 'Popuni površinu',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Ravnanje',
+		alignLeft	: 'Levo',
+		alignAbsBottom: 'Abs dole',
+		alignAbsMiddle: 'Abs sredina',
+		alignBaseline	: 'Bazno',
+		alignBottom	: 'Dole',
+		alignMiddle	: 'Sredina',
+		alignRight	: 'Desno',
+		alignTextTop	: 'Vrh teksta',
+		alignTop	: 'Vrh',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Boja pozadine',
+		width	: 'Širina',
+		height	: 'Visina',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Unesite URL linka',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Proveri spelovanje',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Nije u rečniku',
+		changeTo		: 'Izmeni',
+		btnIgnore		: 'Ignoriši',
+		btnIgnoreAll	: 'Ignoriši sve',
+		btnReplace		: 'Zameni',
+		btnReplaceAll	: 'Zameni sve',
+		btnUndo			: 'Vrati akciju',
+		noSuggestions	: '- Bez sugestija -',
+		progress		: 'Provera spelovanja u toku...',
+		noMispell		: 'Provera spelovanja završena: greške nisu pronadene',
+		noChanges		: 'Provera spelovanja završena: Nije izmenjena nijedna rec',
+		oneChange		: 'Provera spelovanja završena: Izmenjena je jedna reč',
+		manyChanges		: 'Provera spelovanja završena: %1 reč(i) je izmenjeno',
+		ieSpellDownload	: 'Provera spelovanja nije instalirana. Da li želite da je skinete sa Interneta?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smajli',
+		title	: 'Unesi smajlija'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Nabrojiva lista',
+	bulletedlist : 'Nenabrojiva lista',
+	indent : 'Uvećaj levu marginu',
+	outdent : 'Smanji levu marginu',
+
+	justify :
+	{
+		left : 'Levo ravnanje',
+		center : 'Centriran tekst',
+		right : 'Desno ravnanje',
+		block : 'Obostrano ravnanje'
+	},
+
+	outdent : 'Smanji levu marginu',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Zalepi',
+		cutError	: 'Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl+X).',
+		copyError	: 'Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog kopiranja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl+C).',
+		pasteMsg	: 'Molimo Vas da zalepite unutar donje povrine koristeći tastaturnu prečicu (<STRONG>Ctrl+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Zalepi iz Worda',
+		title : 'Zalepi iz Worda',
+		advice : 'Molimo Vas da zalepite unutar donje povrine koristeći tastaturnu prečicu (<STRONG>Ctrl+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignoriši definicije fontova',
+		removeStyle : 'Ukloni definicije stilova'
+	},
+
+	pasteText :
+	{
+		button : 'Zalepi kao čist tekst',
+		title : 'Zalepi kao čist tekst'
+	},
+
+	templates :
+	{
+		button : 'Obrasci',
+		title : 'Obrasci za sadržaj',
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):',
+		emptyListMsg : '(Nema definisanih obrazaca)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Stil',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Format',
+		panelTitle : 'Format',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatirano',
+		tag_address : 'Adresa',
+		tag_h1 : 'Naslov 1',
+		tag_h2 : 'Naslov 2',
+		tag_h3 : 'Naslov 3',
+		tag_h4 : 'Naslov 4',
+		tag_h5 : 'Naslov 5',
+		tag_h6 : 'Naslov 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Font',
+		panelTitle : 'Font'
+	},
+
+	fontSize :
+	{
+		label : 'Veličina fonta',
+		panelTitle : 'Veličina fonta'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Boja teksta',
+		bgColorTitle : 'Boja pozadine',
+		auto : 'Automatski',
+		more : 'Više boja...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/sr.js
===================================================================
--- /CKEditor/trunk/_source/lang/sr.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/sr.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Serbian (Cyrillic) language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['sr'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Kôд',
+	newPage			: 'Нова страница',
+	save			: 'Сачувај',
+	preview			: 'Изглед странице',
+	cut				: 'Исеци',
+	copy			: 'Копирај',
+	paste			: 'Залепи',
+	print			: 'Штампа',
+	underline		: 'Подвучено',
+	bold			: 'Подебљано',
+	italic			: 'Курзив',
+	selectAll		: 'Означи све',
+	removeFormat	: 'Уклони форматирање',
+	strike			: 'Прецртано',
+	subscript		: 'Индекс',
+	superscript		: 'Степен',
+	horizontalrule	: 'Унеси хоризонталну линију',
+	pagebreak		: 'Insert Page Break', // MISSING
+	unlink			: 'Уклони линк',
+	undo			: 'Поништи акцију',
+	redo			: 'Понови акцију',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Претражи сервер',
+		url				: 'УРЛ',
+		protocol		: 'Протокол',
+		upload			: 'Пошаљи',
+		uploadSubmit	: 'Пошаљи на сервер',
+		image			: 'Слика',
+		flash			: 'Флеш елемент',
+		form			: 'Форма',
+		checkbox		: 'Поље за потврду',
+		radio		: 'Радио-дугме',
+		textField		: 'Текстуално поље',
+		textarea		: 'Зона текста',
+		hiddenField		: 'Скривено поље',
+		button			: 'Дугме',
+		select	: 'Изборно поље',
+		imageButton		: 'Дугме са сликом',
+		notSet			: '<није постављено>',
+		id				: 'Ид',
+		name			: 'Назив',
+		langDir			: 'Смер језика',
+		langDirLtr		: 'С лева на десно (LTR)',
+		langDirRtl		: 'С десна на лево (RTL)',
+		langCode		: 'Kôд језика',
+		longDescr		: 'Пун опис УРЛ',
+		cssClass		: 'Stylesheet класе',
+		advisoryTitle	: 'Advisory наслов',
+		cssStyle		: 'Стил',
+		ok				: 'OK',
+		cancel			: 'Oткажи',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Напредни тагови',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Унеси специјални карактер',
+		title		: 'Одаберите специјални карактер'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Унеси/измени линк',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Промени линк',
+		title		: 'Линк',
+		info		: 'Линк инфо',
+		target		: 'Meтa',
+		upload		: 'Пошаљи',
+		advanced	: 'Напредни тагови',
+		type		: 'Врста линка',
+		toAnchor	: 'Сидро на овој страници',
+		toEmail		: 'Eлектронска пошта',
+		target		: 'Meтa',
+		targetNotSet	: '<није постављено>',
+		targetFrame	: '<оквир>',
+		targetPopup	: '<искачући прозор>',
+		targetNew	: 'Нови прозор (_blank)',
+		targetTop	: 'Прозор на врху (_top)',
+		targetSelf	: 'Исти прозор (_self)',
+		targetParent	: 'Родитељски прозор (_parent)',
+		targetFrameName	: 'Назив одредишног фрејма',
+		targetPopupName	: 'Назив искачућег прозора',
+		popupFeatures	: 'Могућности искачућег прозора',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Статусна линија',
+		popupLocationBar	: 'Локација',
+		popupToolbar	: 'Toolbar',
+		popupMenuBar	: 'Контекстни мени',
+		popupFullScreen	: 'Приказ преко целог екрана (ИE)',
+		popupScrollBars	: 'Скрол бар',
+		popupDependent	: 'Зависно (Netscape)',
+		popupWidth		: 'Ширина',
+		popupLeft		: 'Од леве ивице екрана (пиксела)',
+		popupHeight		: 'Висина',
+		popupTop		: 'Од врха екрана (пиксела)',
+		id				: 'Id', // MISSING
+		langDir			: 'Смер језика',
+		langDirNotSet	: '<није постављено>',
+		langDirLTR		: 'С лева на десно (LTR)',
+		langDirRTL		: 'С десна на лево (RTL)',
+		acccessKey		: 'Приступни тастер',
+		name			: 'Назив',
+		langCode		: 'Смер језика',
+		tabIndex		: 'Таб индекс',
+		advisoryTitle	: 'Advisory наслов',
+		advisoryContentType	: 'Advisory врста садржаја',
+		cssClasses		: 'Stylesheet класе',
+		charset			: 'Linked Resource Charset',
+		styles			: 'Стил',
+		selectAnchor	: 'Одабери сидро',
+		anchorName		: 'По називу сидра',
+		anchorId		: 'Пo Ид-jу елемента',
+		emailAddress	: 'Адреса електронске поште',
+		emailSubject	: 'Наслов',
+		emailBody		: 'Садржај поруке',
+		noAnchors		: '(Нема доступних сидра)',
+		noUrl			: 'Унесите УРЛ линка',
+		noEmail			: 'Откуцајте адресу електронске поште'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Унеси/измени сидро',
+		menu		: 'Особине сидра',
+		title		: 'Особине сидра',
+		name		: 'Име сидра',
+		errorName	: 'Молимо Вас да унесете име сидра'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'Претрага',
+		replace				: 'Замена',
+		findWhat			: 'Пронађи:',
+		replaceWith			: 'Замени са:',
+		notFoundMsg			: 'Тражени текст није пронађен.',
+		matchCase			: 'Разликуј велика и мала слова',
+		matchWord			: 'Упореди целе речи',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Замени све',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Табела',
+		title		: 'Особине табеле',
+		menu		: 'Особине табеле',
+		deleteTable	: 'Delete Table', // MISSING
+		rows		: 'Редова',
+		columns		: 'Kолона',
+		border		: 'Величина оквира',
+		align		: 'Равнање',
+		alignNotSet	: '<није постављено>',
+		alignLeft	: 'Лево',
+		alignCenter	: 'Средина',
+		alignRight	: 'Десно',
+		width		: 'Ширина',
+		widthPx		: 'пиксела',
+		widthPc		: 'процената',
+		height		: 'Висина',
+		cellSpace	: 'Ћелијски простор',
+		cellPad		: 'Размак ћелија',
+		caption		: 'Наслов табеле',
+		summary		: 'Summary', // MISSING
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell', // MISSING
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'Обриши ћелије',
+			merge			: 'Спој ћелије',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'Row', // MISSING
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'Обриши редове'
+		},
+
+		column :
+		{
+			menu			: 'Column', // MISSING
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'Обриши колоне'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Особине дугмета',
+		text		: 'Текст (вредност)',
+		type		: 'Tип',
+		typeBtn		: 'Button', // MISSING
+		typeSbm		: 'Submit', // MISSING
+		typeRst		: 'Reset' // MISSING
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Особине поља за потврду',
+		radioTitle	: 'Особине радио-дугмета',
+		value		: 'Вредност',
+		selected	: 'Означено'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Особине форме',
+		menu		: 'Особине форме',
+		action		: 'Aкција',
+		method		: 'Mетода',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Meтa',
+		targetNotSet	: '<није постављено>',
+		targetNew	: 'Нови прозор (_blank)',
+		targetTop	: 'Прозор на врху (_top)',
+		targetSelf	: 'Исти прозор (_self)',
+		targetParent	: 'Родитељски прозор (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Особине изборног поља',
+		selectInfo	: 'Инфо',
+		opAvail		: 'Доступне опције',
+		value		: 'Вредност',
+		size		: 'Величина',
+		lines		: 'линија',
+		chkMulti	: 'Дозволи вишеструку селекцију',
+		opText		: 'Текст',
+		opValue		: 'Вредност',
+		btnAdd		: 'Додај',
+		btnModify	: 'Измени',
+		btnUp		: 'Горе',
+		btnDown		: 'Доле',
+		btnSetValue : 'Подеси као означену вредност',
+		btnDelete	: 'Обриши'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Особине зоне текста',
+		cols		: 'Број колона',
+		rows		: 'Број редова'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Особине текстуалног поља',
+		name		: 'Назив',
+		value		: 'Вредност',
+		charWidth	: 'Ширина (карактера)',
+		maxChars	: 'Максимално карактера',
+		type		: 'Тип',
+		typeText	: 'Текст',
+		typePass	: 'Лозинка'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Особине скривеног поља',
+		name	: 'Назив',
+		value	: 'Вредност'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Особине слика',
+		titleButton	: 'Особине дугмета са сликом',
+		menu		: 'Особине слика',
+		infoTab	: 'Инфо слике',
+		btnUpload	: 'Пошаљи на сервер',
+		url		: 'УРЛ',
+		upload	: 'Пошаљи',
+		alt		: 'Алтернативни текст',
+		width		: 'Ширина',
+		height	: 'Висина',
+		lockRatio	: 'Закључај однос',
+		resetSize	: 'Ресетуј величину',
+		border	: 'Оквир',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Равнање',
+		alignLeft	: 'Лево',
+		alignAbsBottom: 'Abs доле',
+		alignAbsMiddle: 'Abs средина',
+		alignBaseline	: 'Базно',
+		alignBottom	: 'Доле',
+		alignMiddle	: 'Средина',
+		alignRight	: 'Десно',
+		alignTextTop	: 'Врх текста',
+		alignTop	: 'Врх',
+		preview	: 'Изглед',
+		alertUrl	: 'Унесите УРЛ слике',
+		linkTab	: 'Линк',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Особине Флеша',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Особине флеша',
+		chkPlay		: 'Аутоматски старт',
+		chkLoop		: 'Понављај',
+		chkMenu		: 'Укључи флеш мени',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Скалирај',
+		scaleAll		: 'Прикажи све',
+		scaleNoBorder	: 'Без ивице',
+		scaleFit		: 'Попуни површину',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Равнање',
+		alignLeft	: 'Лево',
+		alignAbsBottom: 'Abs доле',
+		alignAbsMiddle: 'Abs средина',
+		alignBaseline	: 'Базно',
+		alignBottom	: 'Доле',
+		alignMiddle	: 'Средина',
+		alignRight	: 'Десно',
+		alignTextTop	: 'Врх текста',
+		alignTop	: 'Врх',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Боја позадине',
+		width	: 'Ширина',
+		height	: 'Висина',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Унесите УРЛ линка',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Провери спеловање',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Није у речнику',
+		changeTo		: 'Измени',
+		btnIgnore		: 'Игнориши',
+		btnIgnoreAll	: 'Игнориши све',
+		btnReplace		: 'Замени',
+		btnReplaceAll	: 'Замени све',
+		btnUndo			: 'Врати акцију',
+		noSuggestions	: '- Без сугестија -',
+		progress		: 'Провера спеловања у току...',
+		noMispell		: 'Провера спеловања завршена: грешке нису пронађене',
+		noChanges		: 'Провера спеловања завршена: Није измењена ниједна реч',
+		oneChange		: 'Провера спеловања завршена: Измењена је једна реч',
+		manyChanges		: 'Провера спеловања завршена:  %1 реч(и) је измењено',
+		ieSpellDownload	: 'Провера спеловања није инсталирана. Да ли желите да је скинете са Интернета?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Смајли',
+		title	: 'Унеси смајлија'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Набројиву листу',
+	bulletedlist : 'Ненабројива листа',
+	indent : 'Увећај леву маргину',
+	outdent : 'Смањи леву маргину',
+
+	justify :
+	{
+		left : 'Лево равнање',
+		center : 'Центриран текст',
+		right : 'Десно равнање',
+		block : 'Обострано равнање'
+	},
+
+	outdent : 'Смањи леву маргину',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Залепи',
+		cutError	: 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског исецања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl+X).',
+		copyError	: 'Сигурносна подешавања Вашег претраживача не дозвољавају операције аутоматског копирања текста. Молимо Вас да користите пречицу са тастатуре (Ctrl+C).',
+		pasteMsg	: 'Молимо Вас да залепите унутар доње површине користећи тастатурну пречицу (<STRONG>Ctrl+V</STRONG>) и да притиснете <STRONG>OK</STRONG>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Залепи из Worda',
+		title : 'Залепи из Worda',
+		advice : 'Молимо Вас да залепите унутар доње површине користећи тастатурну пречицу (<STRONG>Ctrl+V</STRONG>) и да притиснете <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Игнориши Font Face дефиниције',
+		removeStyle : 'Уклони дефиниције стилова'
+	},
+
+	pasteText :
+	{
+		button : 'Залепи као чист текст',
+		title : 'Залепи као чист текст'
+	},
+
+	templates :
+	{
+		button : 'Обрасци',
+		title : 'Обрасци за садржај',
+		insertOption: 'Replace actual contents', // MISSING
+		selectPromptMsg: 'Молимо Вас да одаберете образац који ће бити примењен на страницу (тренутни садржај ће бити обрисан):',
+		emptyListMsg : '(Нема дефинисаних образаца)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Стил',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Формат',
+		panelTitle : 'Формат',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatirano',
+		tag_address : 'Adresa',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)' // MISSING
+	},
+
+	font :
+	{
+		label : 'Фонт',
+		panelTitle : 'Фонт'
+	},
+
+	fontSize :
+	{
+		label : 'Величина фонта',
+		panelTitle : 'Величина фонта'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Боја текста',
+		bgColorTitle : 'Боја позадине',
+		auto : 'Аутоматски',
+		more : 'Више боја...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/sv.js
===================================================================
--- /CKEditor/trunk/_source/lang/sv.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/sv.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Swedish language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['sv'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Källa',
+	newPage			: 'Ny sida',
+	save			: 'Spara',
+	preview			: 'Förhandsgranska',
+	cut				: 'Klipp ut',
+	copy			: 'Kopiera',
+	paste			: 'Klistra in',
+	print			: 'Skriv ut',
+	underline		: 'Understruken',
+	bold			: 'Fet',
+	italic			: 'Kursiv',
+	selectAll		: 'Markera allt',
+	removeFormat	: 'Radera formatering',
+	strike			: 'Genomstruken',
+	subscript		: 'Nedsänkta tecken',
+	superscript		: 'Upphöjda tecken',
+	horizontalrule	: 'Infoga horisontal linje',
+	pagebreak		: 'Infoga sidbrytning',
+	unlink			: 'Radera länk',
+	undo			: 'Ångra',
+	redo			: 'Gör om',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Bläddra på server',
+		url				: 'URL',
+		protocol		: 'Protokoll',
+		upload			: 'Ladda upp',
+		uploadSubmit	: 'Skicka till server',
+		image			: 'Bild',
+		flash			: 'Flash',
+		form			: 'Formulär',
+		checkbox		: 'Kryssruta',
+		radio		: 'Alternativknapp',
+		textField		: 'Textfält',
+		textarea		: 'Textruta',
+		hiddenField		: 'Dolt fält',
+		button			: 'Knapp',
+		select	: 'Flervalslista',
+		imageButton		: 'Bildknapp',
+		notSet			: '<ej angivet>',
+		id				: 'Id',
+		name			: 'Namn',
+		langDir			: 'Språkriktning',
+		langDirLtr		: 'Vänster till Höger (VTH)',
+		langDirRtl		: 'Höger till Vänster (HTV)',
+		langCode		: 'Språkkod',
+		longDescr		: 'URL-beskrivning',
+		cssClass		: 'Stylesheet class',
+		advisoryTitle	: 'Titel',
+		cssStyle		: 'Style',
+		ok				: 'OK',
+		cancel			: 'Avbryt',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'Avancerad',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Klistra in utökat tecken',
+		title		: 'Välj utökat tecken'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Infoga/Redigera länk',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Redigera länk',
+		title		: 'Länk',
+		info		: 'Länkinformation',
+		target		: 'Mål',
+		upload		: 'Ladda upp',
+		advanced	: 'Avancerad',
+		type		: 'Länktyp',
+		toAnchor	: 'Ankare i sidan',
+		toEmail		: 'E-post',
+		target		: 'Mål',
+		targetNotSet	: '<ej angivet>',
+		targetFrame	: '<ram>',
+		targetPopup	: '<popup-fönster>',
+		targetNew	: 'Nytt fönster (_blank)',
+		targetTop	: 'Översta fönstret (_top)',
+		targetSelf	: 'Detta fönstret (_self)',
+		targetParent	: 'Föregående Window (_parent)',
+		targetFrameName	: 'Målets ramnamn',
+		targetPopupName	: 'Popup-fönstrets namn',
+		popupFeatures	: 'Popup-fönstrets egenskaper',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Statusfält',
+		popupLocationBar	: 'Adressfält',
+		popupToolbar	: 'Verktygsfält',
+		popupMenuBar	: 'Menyfält',
+		popupFullScreen	: 'Helskärm (endast IE)',
+		popupScrollBars	: 'Scrolllista',
+		popupDependent	: 'Beroende (endest Netscape)',
+		popupWidth		: 'Bredd',
+		popupLeft		: 'Position från vänster',
+		popupHeight		: 'Höjd',
+		popupTop		: 'Position från sidans topp',
+		id				: 'Id', // MISSING
+		langDir			: 'Språkriktning',
+		langDirNotSet	: '<ej angivet>',
+		langDirLTR		: 'Vänster till Höger (VTH)',
+		langDirRTL		: 'Höger till Vänster (HTV)',
+		acccessKey		: 'Behörighetsnyckel',
+		name			: 'Namn',
+		langCode		: 'Språkriktning',
+		tabIndex		: 'Tabindex',
+		advisoryTitle	: 'Titel',
+		advisoryContentType	: 'Innehållstyp',
+		cssClasses		: 'Stylesheet class',
+		charset			: 'Teckenuppställning',
+		styles			: 'Style',
+		selectAnchor	: 'Välj ett ankare',
+		anchorName		: 'efter ankarnamn',
+		anchorId		: 'efter objektid',
+		emailAddress	: 'E-postadress',
+		emailSubject	: 'Ämne',
+		emailBody		: 'Innehåll',
+		noAnchors		: '(Inga ankare kunde hittas)',
+		noUrl			: 'Var god ange länkens URL',
+		noEmail			: 'Var god ange E-postadress'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Infoga/Redigera ankarlänk',
+		menu		: 'Egenskaper för ankarlänk',
+		title		: 'Egenskaper för ankarlänk',
+		name		: 'Ankarnamn',
+		errorName	: 'Var god ange ett ankarnamn'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Sök och ersätt',
+		find				: 'Sök',
+		replace				: 'Ersätt',
+		findWhat			: 'Sök efter:',
+		replaceWith			: 'Ersätt med:',
+		notFoundMsg			: 'Angiven text kunde ej hittas.',
+		matchCase			: 'Skiftläge',
+		matchWord			: 'Inkludera hela ord',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Ersätt alla',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tabell',
+		title		: 'Tabellegenskaper',
+		menu		: 'Tabellegenskaper',
+		deleteTable	: 'Radera tabell',
+		rows		: 'Rader',
+		columns		: 'Kolumner',
+		border		: 'Kantstorlek',
+		align		: 'Justering',
+		alignNotSet	: '<ej angivet>',
+		alignLeft	: 'Vänster',
+		alignCenter	: 'Centrerad',
+		alignRight	: 'Höger',
+		width		: 'Bredd',
+		widthPx		: 'pixlar',
+		widthPc		: 'procent',
+		height		: 'Höjd',
+		cellSpace	: 'Cellavstånd',
+		cellPad		: 'Cellutfyllnad',
+		caption		: 'Rubrik',
+		summary		: 'Sammanfattning',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Cell',
+			insertBefore	: 'Lägg till Cell Före',
+			insertAfter		: 'Lägg till Cell Efter',
+			deleteCell		: 'Radera celler',
+			merge			: 'Sammanfoga celler',
+			mergeRight		: 'Sammanfoga Höger',
+			mergeDown		: 'Sammanfoga Ner',
+			splitHorizontal	: 'Dela Cell Horisontellt',
+			splitVertical	: 'Dela Cell Vertikalt'
+		},
+
+		row :
+		{
+			menu			: 'Rad',
+			insertBefore	: 'Lägg till Rad Före',
+			insertAfter		: 'Lägg till Rad Efter',
+			deleteRow		: 'Radera rad'
+		},
+
+		column :
+		{
+			menu			: 'Kolumn',
+			insertBefore	: 'Lägg till Kolumn Före',
+			insertAfter		: 'Lägg till Kolumn Efter',
+			deleteColumn	: 'Radera kolumn'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Egenskaper för knapp',
+		text		: 'Text (Värde)',
+		type		: 'Typ',
+		typeBtn		: 'Knapp',
+		typeSbm		: 'Skicka',
+		typeRst		: 'Återställ'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Egenskaper för kryssruta',
+		radioTitle	: 'Egenskaper för alternativknapp',
+		value		: 'Värde',
+		selected	: 'Vald'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Egenskaper för formulär',
+		menu		: 'Egenskaper för formulär',
+		action		: 'Funktion',
+		method		: 'Metod',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Mål',
+		targetNotSet	: '<ej angivet>',
+		targetNew	: 'Nytt fönster (_blank)',
+		targetTop	: 'Översta fönstret (_top)',
+		targetSelf	: 'Detta fönstret (_self)',
+		targetParent	: 'Föregående Window (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Egenskaper för flervalslista',
+		selectInfo	: 'Information',
+		opAvail		: 'Befintliga val',
+		value		: 'Värde',
+		size		: 'Storlek',
+		lines		: 'Linjer',
+		chkMulti	: 'Tillåt flerval',
+		opText		: 'Text',
+		opValue		: 'Värde',
+		btnAdd		: 'Lägg till',
+		btnModify	: 'Redigera',
+		btnUp		: 'Upp',
+		btnDown		: 'Ner',
+		btnSetValue : 'Markera som valt värde',
+		btnDelete	: 'Radera'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Egenskaper för textruta',
+		cols		: 'Kolumner',
+		rows		: 'Rader'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Egenskaper för textfält',
+		name		: 'Namn',
+		value		: 'Värde',
+		charWidth	: 'Teckenbredd',
+		maxChars	: 'Max antal tecken',
+		type		: 'Typ',
+		typeText	: 'Text',
+		typePass	: 'Lösenord'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Egenskaper för dolt fält',
+		name	: 'Namn',
+		value	: 'Värde'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Bildegenskaper',
+		titleButton	: 'Egenskaper för bildknapp',
+		menu		: 'Bildegenskaper',
+		infoTab	: 'Bildinformation',
+		btnUpload	: 'Skicka till server',
+		url		: 'URL',
+		upload	: 'Ladda upp',
+		alt		: 'Alternativ text',
+		width		: 'Bredd',
+		height	: 'Höjd',
+		lockRatio	: 'Lås höjd/bredd förhållanden',
+		resetSize	: 'Återställ storlek',
+		border	: 'Kant',
+		hSpace	: 'Horis. marginal',
+		vSpace	: 'Vert. marginal',
+		align		: 'Justering',
+		alignLeft	: 'Vänster',
+		alignAbsBottom: 'Absolut nederkant',
+		alignAbsMiddle: 'Absolut centrering',
+		alignBaseline	: 'Baslinje',
+		alignBottom	: 'Nederkant',
+		alignMiddle	: 'Mitten',
+		alignRight	: 'Höger',
+		alignTextTop	: 'Text överkant',
+		alignTop	: 'Överkant',
+		preview	: 'Förhandsgranska',
+		alertUrl	: 'Var god och ange bildens URL',
+		linkTab	: 'Länk',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flashegenskaper',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flashegenskaper',
+		chkPlay		: 'Automatisk uppspelning',
+		chkLoop		: 'Upprepa/Loopa',
+		chkMenu		: 'Aktivera Flashmeny',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Skala',
+		scaleAll		: 'Visa allt',
+		scaleNoBorder	: 'Ingen ram',
+		scaleFit		: 'Exakt passning',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Justering',
+		alignLeft	: 'Vänster',
+		alignAbsBottom: 'Absolut nederkant',
+		alignAbsMiddle: 'Absolut centrering',
+		alignBaseline	: 'Baslinje',
+		alignBottom	: 'Nederkant',
+		alignMiddle	: 'Mitten',
+		alignRight	: 'Höger',
+		alignTextTop	: 'Text överkant',
+		alignTop	: 'Överkant',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Bakgrundsfärg',
+		width	: 'Bredd',
+		height	: 'Höjd',
+		hSpace	: 'Horis. marginal',
+		vSpace	: 'Vert. marginal',
+		validateSrc : 'Var god ange länkens URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Stavningskontroll',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Saknas i ordlistan',
+		changeTo		: 'Ändra till',
+		btnIgnore		: 'Ignorera',
+		btnIgnoreAll	: 'Ignorera alla',
+		btnReplace		: 'Ersätt',
+		btnReplaceAll	: 'Ersätt alla',
+		btnUndo			: 'Ångra',
+		noSuggestions	: '- Förslag saknas -',
+		progress		: 'Stavningskontroll pågår...',
+		noMispell		: 'Stavningskontroll slutförd: Inga stavfel påträffades.',
+		noChanges		: 'Stavningskontroll slutförd: Inga ord rättades.',
+		oneChange		: 'Stavningskontroll slutförd: Ett ord rättades.',
+		manyChanges		: 'Stavningskontroll slutförd: %1 ord rättades.',
+		ieSpellDownload	: 'Stavningskontrollen är ej installerad. Vill du göra det nu?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Smiley',
+		title	: 'Infoga smiley'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numrerad lista',
+	bulletedlist : 'Punktlista',
+	indent : 'Öka indrag',
+	outdent : 'Minska indrag',
+
+	justify :
+	{
+		left : 'Vänsterjustera',
+		center : 'Centrera',
+		right : 'Högerjustera',
+		block : 'Justera till marginaler'
+	},
+
+	outdent : 'Minska indrag',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'Klistra in',
+		cutError	: 'Säkerhetsinställningar i Er webläsare tillåter inte åtgården Klipp ut. Använd (Ctrl+X) istället.',
+		copyError	: 'Säkerhetsinställningar i Er webläsare tillåter inte åtgården Kopiera. Använd (Ctrl+C) istället',
+		pasteMsg	: 'Var god och klistra in Er text i rutan nedan genom att använda (<STRONG>Ctrl+V</STRONG>) klicka sen på <STRONG>OK</STRONG>.',
+		securityMsg	: '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.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Klistra in från Word',
+		title : 'Klistra in från Word',
+		advice : 'Var god och klistra in Er text i rutan nedan genom att använda (<STRONG>Ctrl+V</STRONG>) klicka sen på <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ignorera typsnittsdefinitioner',
+		removeStyle : 'Radera Stildefinitioner'
+	},
+
+	pasteText :
+	{
+		button : 'Klistra in som vanlig text',
+		title : 'Klistra in som vanlig text'
+	},
+
+	templates :
+	{
+		button : 'Sidmallar',
+		title : 'Sidmallar',
+		insertOption: 'Ersätt aktuellt innehåll',
+		selectPromptMsg: 'Var god välj en mall att använda med editorn<br>(allt nuvarande innehåll raderas):',
+		emptyListMsg : '(Ingen mall är vald)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'Anpassad stil',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Teckenformat',
+		panelTitle : 'Teckenformat',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formaterad',
+		tag_address : 'Adress',
+		tag_h1 : 'Rubrik 1',
+		tag_h2 : 'Rubrik 2',
+		tag_h3 : 'Rubrik 3',
+		tag_h4 : 'Rubrik 4',
+		tag_h5 : 'Rubrik 5',
+		tag_h6 : 'Rubrik 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Typsnitt',
+		panelTitle : 'Typsnitt'
+	},
+
+	fontSize :
+	{
+		label : 'Storlek',
+		panelTitle : 'Storlek'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Textfärg',
+		bgColorTitle : 'Bakgrundsfärg',
+		auto : 'Automatisk',
+		more : 'Fler färger...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/th.js
===================================================================
--- /CKEditor/trunk/_source/lang/th.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/th.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Thai language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['th'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'ดูรหัส HTML',
+	newPage			: 'สร้างหน้าเอกสารใหม่',
+	save			: 'บันทึก',
+	preview			: 'ดูหน้าเอกสารตัวอย่าง',
+	cut				: 'ตัด',
+	copy			: 'สำเนา',
+	paste			: 'วาง',
+	print			: 'สั่งพิมพ์',
+	underline		: 'ตัวขีดเส้นใต้',
+	bold			: 'ตัวหนา',
+	italic			: 'ตัวเอียง',
+	selectAll		: 'เลือกทั้งหมด',
+	removeFormat	: 'ล้างรูปแบบ',
+	strike			: 'ตัวขีดเส้นทับ',
+	subscript		: 'ตัวห้อย',
+	superscript		: 'ตัวยก',
+	horizontalrule	: 'แทรกเส้นคั่นบรรทัด',
+	pagebreak		: 'แทรกตัวแบ่งหน้า Page Break',
+	unlink			: 'ลบ ลิงค์',
+	undo			: 'ยกเลิกคำสั่ง',
+	redo			: 'ทำซ้ำคำสั่ง',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'เปิดหน้าต่างจัดการไฟล์อัพโหลด',
+		url				: 'ที่อยู่อ้างอิง URL',
+		protocol		: 'โปรโตคอล',
+		upload			: 'อัพโหลดไฟล์',
+		uploadSubmit	: 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)',
+		image			: 'รูปภาพ',
+		flash			: 'ไฟล์ Flash',
+		form			: 'แบบฟอร์ม',
+		checkbox		: 'เช็คบ๊อก',
+		radio		: 'เรดิโอบัตตอน',
+		textField		: 'เท็กซ์ฟิลด์',
+		textarea		: 'เท็กซ์แอเรีย',
+		hiddenField		: 'ฮิดเดนฟิลด์',
+		button			: 'ปุ่ม',
+		select	: 'แถบตัวเลือก',
+		imageButton		: 'ปุ่มแบบรูปภาพ',
+		notSet			: '<ไม่ระบุ>',
+		id				: 'ไอดี',
+		name			: 'ชื่อ',
+		langDir			: 'การเขียน-อ่านภาษา',
+		langDirLtr		: 'จากซ้ายไปขวา (LTR)',
+		langDirRtl		: 'จากขวามาซ้าย (RTL)',
+		langCode		: 'รหัสภาษา',
+		longDescr		: 'คำอธิบายประกอบ URL',
+		cssClass		: 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
+		advisoryTitle	: 'คำเกริ่นนำ',
+		cssStyle		: 'ลักษณะการแสดงผล',
+		ok				: 'ตกลง',
+		cancel			: 'ยกเลิก',
+		generalTab		: 'General', // MISSING
+		advancedTab		: 'ขั้นสูง',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'แทรกตัวอักษรพิเศษ',
+		title		: 'แทรกตัวอักษรพิเศษ'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'แทรก/แก้ไข ลิงค์',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'แก้ไข ลิงค์',
+		title		: 'ลิงค์เชื่อมโยงเว็บ อีเมล์ รูปภาพ หรือไฟล์อื่นๆ',
+		info		: 'รายละเอียด',
+		target		: 'การเปิดหน้าลิงค์',
+		upload		: 'อัพโหลดไฟล์',
+		advanced	: 'ขั้นสูง',
+		type		: 'ประเภทของลิงค์',
+		toAnchor	: 'จุดเชื่อมโยง (Anchor)',
+		toEmail		: 'ส่งอีเมล์ (E-Mail)',
+		target		: 'การเปิดหน้าลิงค์',
+		targetNotSet	: '<ไม่ระบุ>',
+		targetFrame	: '<เปิดในเฟรม>',
+		targetPopup	: '<เปิดหน้าจอเล็ก (Pop-up)>',
+		targetNew	: 'เปิดหน้าจอใหม่ (_blank)',
+		targetTop	: 'เปิดในหน้าบนสุด (_top)',
+		targetSelf	: 'เปิดในหน้าปัจจุบัน (_self)',
+		targetParent	: 'เปิดในหน้าหลัก (_parent)',
+		targetFrameName	: 'ชื่อทาร์เก็ตเฟรม',
+		targetPopupName	: 'ระบุชื่อหน้าจอเล็ก (Pop-up)',
+		popupFeatures	: 'คุณสมบัติของหน้าจอเล็ก (Pop-up)',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'แสดงแถบสถานะ',
+		popupLocationBar	: 'แสดงที่อยู่ของไฟล์',
+		popupToolbar	: 'แสดงแถบเครื่องมือ',
+		popupMenuBar	: 'แสดงแถบเมนู',
+		popupFullScreen	: 'แสดงเต็มหน้าจอ (IE5.5++ เท่านั้น)',
+		popupScrollBars	: 'แสดงแถบเลื่อน',
+		popupDependent	: 'แสดงเต็มหน้าจอ (Netscape)',
+		popupWidth		: 'กว้าง',
+		popupLeft		: 'พิกัดซ้าย (Left Position)',
+		popupHeight		: 'สูง',
+		popupTop		: 'พิกัดบน (Top Position)',
+		id				: 'Id', // MISSING
+		langDir			: 'การเขียน-อ่านภาษา',
+		langDirNotSet	: '<ไม่ระบุ>',
+		langDirLTR		: 'จากซ้ายไปขวา (LTR)',
+		langDirRTL		: 'จากขวามาซ้าย (RTL)',
+		acccessKey		: 'แอคเซส คีย์',
+		name			: 'ชื่อ',
+		langCode		: 'การเขียน-อ่านภาษา',
+		tabIndex		: 'ลำดับของ แท็บ',
+		advisoryTitle	: 'คำเกริ่นนำ',
+		advisoryContentType	: 'ชนิดของคำเกริ่นนำ',
+		cssClasses		: 'คลาสของไฟล์กำหนดลักษณะการแสดงผล',
+		charset			: 'ลิงค์เชื่อมโยงไปยังชุดตัวอักษร',
+		styles			: 'ลักษณะการแสดงผล',
+		selectAnchor	: 'ระบุข้อมูลของจุดเชื่อมโยง (Anchor)',
+		anchorName		: 'ชื่อ',
+		anchorId		: 'ไอดี',
+		emailAddress	: 'อีเมล์ (E-Mail)',
+		emailSubject	: 'หัวเรื่อง',
+		emailBody		: 'ข้อความ',
+		noAnchors		: '(ยังไม่มีจุดเชื่อมโยงภายในหน้าเอกสารนี้)',
+		noUrl			: 'กรุณาระบุที่อยู่อ้างอิงออนไลน์ (URL)',
+		noEmail			: 'กรุณาระบุอีเมล์ (E-mail)'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'แทรก/แก้ไข Anchor',
+		menu		: 'รายละเอียด Anchor',
+		title		: 'รายละเอียด Anchor',
+		name		: 'ชื่อ Anchor',
+		errorName	: 'กรุณาระบุชื่อของ Anchor'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Find and Replace', // MISSING
+		find				: 'ค้นหา',
+		replace				: 'ค้นหาและแทนที่',
+		findWhat			: 'ค้นหาคำว่า:',
+		replaceWith			: 'แทนที่ด้วย:',
+		notFoundMsg			: 'ไม่พบคำที่ค้นหา.',
+		matchCase			: 'ตัวโหญ่-เล็ก ต้องตรงกัน',
+		matchWord			: 'ต้องตรงกันทุกคำ',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'แทนที่ทั้งหมดที่พบ',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'ตาราง',
+		title		: 'คุณสมบัติของ ตาราง',
+		menu		: 'คุณสมบัติของ ตาราง',
+		deleteTable	: 'ลบตาราง',
+		rows		: 'แถว',
+		columns		: 'สดมน์',
+		border		: 'ขนาดเส้นขอบ',
+		align		: 'การจัดตำแหน่ง',
+		alignNotSet	: '<ไม่ระบุ>',
+		alignLeft	: 'ชิดซ้าย',
+		alignCenter	: 'กึ่งกลาง',
+		alignRight	: 'ชิดขวา',
+		width		: 'กว้าง',
+		widthPx		: 'จุดสี',
+		widthPc		: 'เปอร์เซ็น',
+		height		: 'สูง',
+		cellSpace	: 'ระยะแนวนอนน',
+		cellPad		: 'ระยะแนวตั้ง',
+		caption		: 'หัวเรื่องของตาราง',
+		summary		: 'สรุปความ',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'ช่องตาราง',
+			insertBefore	: 'Insert Cell Before', // MISSING
+			insertAfter		: 'Insert Cell After', // MISSING
+			deleteCell		: 'ลบช่อง',
+			merge			: 'ผสานช่อง',
+			mergeRight		: 'Merge Right', // MISSING
+			mergeDown		: 'Merge Down', // MISSING
+			splitHorizontal	: 'Split Cell Horizontally', // MISSING
+			splitVertical	: 'Split Cell Vertically' // MISSING
+		},
+
+		row :
+		{
+			menu			: 'แถว',
+			insertBefore	: 'Insert Row Before', // MISSING
+			insertAfter		: 'Insert Row After', // MISSING
+			deleteRow		: 'ลบแถว'
+		},
+
+		column :
+		{
+			menu			: 'คอลัมน์',
+			insertBefore	: 'Insert Column Before', // MISSING
+			insertAfter		: 'Insert Column After', // MISSING
+			deleteColumn	: 'ลบสดมน์'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'รายละเอียดของ ปุ่ม',
+		text		: 'ข้อความ (ค่าตัวแปร)',
+		type		: 'ข้อความ',
+		typeBtn		: 'Button',
+		typeSbm		: 'Submit',
+		typeRst		: 'Reset'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'คุณสมบัติของ เช็คบ๊อก',
+		radioTitle	: 'คุณสมบัติของ เรดิโอบัตตอน',
+		value		: 'ค่าตัวแปร',
+		selected	: 'เลือกเป็นค่าเริ่มต้น'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'คุณสมบัติของ แบบฟอร์ม',
+		menu		: 'คุณสมบัติของ แบบฟอร์ม',
+		action		: 'แอคชั่น',
+		method		: 'เมธอด',
+		encoding	: 'Encoding', // MISSING
+		target		: 'การเปิดหน้าลิงค์',
+		targetNotSet	: '<ไม่ระบุ>',
+		targetNew	: 'เปิดหน้าจอใหม่ (_blank)',
+		targetTop	: 'เปิดในหน้าบนสุด (_top)',
+		targetSelf	: 'เปิดในหน้าปัจจุบัน (_self)',
+		targetParent	: 'เปิดในหน้าหลัก (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'คุณสมบัติของ แถบตัวเลือก',
+		selectInfo	: 'อินโฟ',
+		opAvail		: 'รายการตัวเลือก',
+		value		: 'ค่าตัวแปร',
+		size		: 'ขนาด',
+		lines		: 'บรรทัด',
+		chkMulti	: 'เลือกหลายค่าได้',
+		opText		: 'ข้อความ',
+		opValue		: 'ค่าตัวแปร',
+		btnAdd		: 'เพิ่ม',
+		btnModify	: 'แก้ไข',
+		btnUp		: 'บน',
+		btnDown		: 'ล่าง',
+		btnSetValue : 'เลือกเป็นค่าเริ่มต้น',
+		btnDelete	: 'ลบ'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'คุณสมบัติของ เท็กแอเรีย',
+		cols		: 'สดมภ์',
+		rows		: 'แถว'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'คุณสมบัติของ เท็กซ์ฟิลด์',
+		name		: 'ชื่อ',
+		value		: 'ค่าตัวแปร',
+		charWidth	: 'ความกว้าง',
+		maxChars	: 'จำนวนตัวอักษรสูงสุด',
+		type		: 'ชนิด',
+		typeText	: 'ข้อความ',
+		typePass	: 'รหัสผ่าน'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'คุณสมบัติของ ฮิดเดนฟิลด์',
+		name	: 'ชื่อ',
+		value	: 'ค่าตัวแปร'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'คุณสมบัติของ รูปภาพ',
+		titleButton	: 'คุณสมบัติของ ปุ่มแบบรูปภาพ',
+		menu		: 'คุณสมบัติของ รูปภาพ',
+		infoTab	: 'ข้อมูลของรูปภาพ',
+		btnUpload	: 'อัพโหลดไฟล์ไปเก็บไว้ที่เครื่องแม่ข่าย (เซิร์ฟเวอร์)',
+		url		: 'ที่อยู่อ้างอิง URL',
+		upload	: 'อัพโหลดไฟล์',
+		alt		: 'คำประกอบรูปภาพ',
+		width		: 'ความกว้าง',
+		height	: 'ความสูง',
+		lockRatio	: 'กำหนดอัตราส่วน กว้าง-สูง แบบคงที่',
+		resetSize	: 'กำหนดรูปเท่าขนาดจริง',
+		border	: 'ขนาดขอบรูป',
+		hSpace	: 'ระยะแนวนอน',
+		vSpace	: 'ระยะแนวตั้ง',
+		align		: 'การจัดวาง',
+		alignLeft	: 'ชิดซ้าย',
+		alignAbsBottom: 'ชิดด้านล่างสุด',
+		alignAbsMiddle: 'กึ่งกลาง',
+		alignBaseline	: 'ชิดบรรทัด',
+		alignBottom	: 'ชิดด้านล่าง',
+		alignMiddle	: 'กึ่งกลางแนวตั้ง',
+		alignRight	: 'ชิดขวา',
+		alignTextTop	: 'ใต้ตัวอักษร',
+		alignTop	: 'บนสุด',
+		preview	: 'หน้าเอกสารตัวอย่าง',
+		alertUrl	: 'กรุณาระบุที่อยู่อ้างอิงออนไลน์ของไฟล์รูปภาพ (URL)',
+		linkTab	: 'ลิ้งค์',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'คุณสมบัติของไฟล์ Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'คุณสมบัติของไฟล์ Flash',
+		chkPlay		: 'เล่นอัตโนมัติ Auto Play',
+		chkLoop		: 'เล่นวนรอบ Loop',
+		chkMenu		: 'ให้ใช้งานเมนูของ Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'อัตราส่วน Scale',
+		scaleAll		: 'แสดงให้เห็นทั้งหมด Show all',
+		scaleNoBorder	: 'ไม่แสดงเส้นขอบ No Border',
+		scaleFit		: 'แสดงให้พอดีกับพื้นที่ Exact Fit',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'การจัดวาง',
+		alignLeft	: 'ชิดซ้าย',
+		alignAbsBottom: 'ชิดด้านล่างสุด',
+		alignAbsMiddle: 'กึ่งกลาง',
+		alignBaseline	: 'ชิดบรรทัด',
+		alignBottom	: 'ชิดด้านล่าง',
+		alignMiddle	: 'กึ่งกลางแนวตั้ง',
+		alignRight	: 'ชิดขวา',
+		alignTextTop	: 'ใต้ตัวอักษร',
+		alignTop	: 'บนสุด',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'สีพื้นหลัง',
+		width	: 'ความกว้าง',
+		height	: 'ความสูง',
+		hSpace	: 'ระยะแนวนอน',
+		vSpace	: 'ระยะแนวตั้ง',
+		validateSrc : 'กรุณาระบุที่อยู่อ้างอิงออนไลน์ (URL)',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'ตรวจการสะกดคำ',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'ไม่พบในดิกชันนารี',
+		changeTo		: 'แก้ไขเป็น',
+		btnIgnore		: 'ยกเว้น',
+		btnIgnoreAll	: 'ยกเว้นทั้งหมด',
+		btnReplace		: 'แทนที่',
+		btnReplaceAll	: 'แทนที่ทั้งหมด',
+		btnUndo			: 'ยกเลิก',
+		noSuggestions	: '- ไม่มีคำแนะนำใดๆ -',
+		progress		: 'กำลังตรวจสอบคำสะกด...',
+		noMispell		: 'ตรวจสอบคำสะกดเสร็จสิ้น: ไม่พบคำสะกดผิด',
+		noChanges		: 'ตรวจสอบคำสะกดเสร็จสิ้น: ไม่มีการแก้คำใดๆ',
+		oneChange		: 'ตรวจสอบคำสะกดเสร็จสิ้น: แก้ไข1คำ',
+		manyChanges		: 'ตรวจสอบคำสะกดเสร็จสิ้น:: แก้ไข %1 คำ',
+		ieSpellDownload	: 'ไม่ได้ติดตั้งระบบตรวจสอบคำสะกด. ต้องการติดตั้งไหมครับ?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'รูปสื่ออารมณ์',
+		title	: 'แทรกสัญลักษณ์สื่ออารมณ์'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'ลำดับรายการแบบตัวเลข',
+	bulletedlist : 'ลำดับรายการแบบสัญลักษณ์',
+	indent : 'เพิ่มระยะย่อหน้า',
+	outdent : 'ลดระยะย่อหน้า',
+
+	justify :
+	{
+		left : 'จัดชิดซ้าย',
+		center : 'จัดกึ่งกลาง',
+		right : 'จัดชิดขวา',
+		block : 'จัดพอดีหน้ากระดาษ'
+	},
+
+	outdent : 'ลดระยะย่อหน้า',
+	blockquote : 'Blockquote', // MISSING
+
+	clipboard :
+	{
+		title		: 'วาง',
+		cutError	: 'ไม่สามารถตัดข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl และตัว X พร้อมกัน).',
+		copyError	: 'ไม่สามารถสำเนาข้อความที่เลือกไว้ได้เนื่องจากการกำหนดค่าระดับความปลอดภัย. กรุณาใช้ปุ่มลัดเพื่อวางข้อความแทน (กดปุ่ม Ctrl และตัว C พร้อมกัน).',
+		pasteMsg	: 'กรุณาใช้คีย์บอร์ดเท่านั้น โดยกดปุ๋ม (<strong>Ctrl และ V</strong>)พร้อมๆกัน และกด <strong>OK</strong>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'วางสำเนาจากตัวอักษรเวิร์ด',
+		title : 'วางสำเนาจากตัวอักษรเวิร์ด',
+		advice : 'กรุณาใช้คีย์บอร์ดเท่านั้น โดยกดปุ๋ม (<strong>Ctrl และ V</strong>)พร้อมๆกัน และกด <strong>OK</strong>.',
+		ignoreFontFace : 'ไม่สนใจ Font Face definitions',
+		removeStyle : 'ลบ Styles definitions'
+	},
+
+	pasteText :
+	{
+		button : 'วางแบบตัวอักษรธรรมดา',
+		title : 'วางแบบตัวอักษรธรรมดา'
+	},
+
+	templates :
+	{
+		button : 'เทมเพลต',
+		title : 'เทมเพลตของส่วนเนื้อหาเว็บไซต์',
+		insertOption: 'แทนที่เนื้อหาเว็บไซต์ที่เลือก',
+		selectPromptMsg: 'กรุณาเลือก เทมเพลต เพื่อนำไปแก้ไขในอีดิตเตอร์<br />(เนื้อหาส่วนนี้จะหายไป):',
+		emptyListMsg : '(ยังไม่มีการกำหนดเทมเพลต)'
+	},
+
+	showBlocks : 'Show Blocks', // MISSING
+
+	stylesCombo :
+	{
+		label : 'ลักษณะ',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'รูปแบบ',
+		panelTitle : 'รูปแบบ',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Paragraph (DIV)'
+	},
+
+	font :
+	{
+		label : 'แบบอักษร',
+		panelTitle : 'แบบอักษร'
+	},
+
+	fontSize :
+	{
+		label : 'ขนาด',
+		panelTitle : 'ขนาด'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'สีตัวอักษร',
+		bgColorTitle : 'สีพื้นหลัง',
+		auto : 'สีอัตโนมัติ',
+		more : 'เลือกสีอื่นๆ...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/tr.js
===================================================================
--- /CKEditor/trunk/_source/lang/tr.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/tr.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Turkish language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['tr'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Kaynak',
+	newPage			: 'Yeni Sayfa',
+	save			: 'Kaydet',
+	preview			: 'Ön İzleme',
+	cut				: 'Kes',
+	copy			: 'Kopyala',
+	paste			: 'Yapıştır',
+	print			: 'Yazdır',
+	underline		: 'Altı Çizgili',
+	bold			: 'Kalın',
+	italic			: 'İtalik',
+	selectAll		: 'Tümünü Seç',
+	removeFormat	: 'Biçimi Kaldır',
+	strike			: 'Üstü Çizgili',
+	subscript		: 'Alt Simge',
+	superscript		: 'Üst Simge',
+	horizontalrule	: 'Yatay Satır Ekle',
+	pagebreak		: 'Sayfa Sonu Ekle',
+	unlink			: 'Köprü Kaldır',
+	undo			: 'Geri Al',
+	redo			: 'Tekrarla',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Sunucuyu Gez',
+		url				: 'URL',
+		protocol		: 'Protokol',
+		upload			: 'Karşıya Yükle',
+		uploadSubmit	: 'Sunucuya Yolla',
+		image			: 'Resim',
+		flash			: 'Flash',
+		form			: 'Form',
+		checkbox		: 'Onay Kutusu',
+		radio		: 'Seçenek Düğmesi',
+		textField		: 'Metin Girişi',
+		textarea		: 'Çok Satırlı Metin',
+		hiddenField		: 'Gizli Veri',
+		button			: 'Düğme',
+		select	: 'Seçim Menüsü',
+		imageButton		: 'Resimli Düğme',
+		notSet			: '<tanımlanmamış>',
+		id				: 'Kimlik',
+		name			: 'Ad',
+		langDir			: 'Dil Yönü',
+		langDirLtr		: 'Soldan Sağa (LTR)',
+		langDirRtl		: 'Sağdan Sola (RTL)',
+		langCode		: 'Dil Kodlaması',
+		longDescr		: 'Uzun Tanımlı URL',
+		cssClass		: 'Biçem Sayfası Sınıfları',
+		advisoryTitle	: 'Danışma Başlığı',
+		cssStyle		: 'Biçem',
+		ok				: 'Tamam',
+		cancel			: 'İptal',
+		generalTab		: 'Genel',
+		advancedTab		: 'Gelişmiş',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Özel Karakter Ekle',
+		title		: 'Özel Karakter Seç'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Köprü Ekle/Düzenle',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Köprü Düzenle',
+		title		: 'Köprü',
+		info		: 'Köprü Bilgisi',
+		target		: 'Hedef',
+		upload		: 'Karşıya Yükle',
+		advanced	: 'Gelişmiş',
+		type		: 'Köprü Türü',
+		toAnchor	: 'Bu sayfada çapa',
+		toEmail		: 'E-Posta',
+		target		: 'Hedef',
+		targetNotSet	: '<tanımlanmamış>',
+		targetFrame	: '<çerçeve>',
+		targetPopup	: '<yeni açılan pencere>',
+		targetNew	: 'Yeni Pencere(_blank)',
+		targetTop	: 'En Üst Pencere (_top)',
+		targetSelf	: 'Kendi Penceresi (_self)',
+		targetParent	: 'Anne Pencere (_parent)',
+		targetFrameName	: 'Hedef Çerçeve Adı',
+		targetPopupName	: 'Yeni Açılan Pencere Adı',
+		popupFeatures	: 'Yeni Açılan Pencere Özellikleri',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Durum Çubuğu',
+		popupLocationBar	: 'Yer Çubuğu',
+		popupToolbar	: 'Araç Çubuğu',
+		popupMenuBar	: 'Menü Çubuğu',
+		popupFullScreen	: 'Tam Ekran (IE)',
+		popupScrollBars	: 'Kaydırma Çubukları',
+		popupDependent	: 'Bağımlı (Netscape)',
+		popupWidth		: 'Genişlik',
+		popupLeft		: 'Sola Göre Konum',
+		popupHeight		: 'Yükseklik',
+		popupTop		: 'Yukarıya Göre Konum',
+		id				: 'Id', // MISSING
+		langDir			: 'Dil Yönü',
+		langDirNotSet	: '<tanımlanmamış>',
+		langDirLTR		: 'Soldan Sağa (LTR)',
+		langDirRTL		: 'Sağdan Sola (RTL)',
+		acccessKey		: 'Erişim Tuşu',
+		name			: 'Ad',
+		langCode		: 'Dil Yönü',
+		tabIndex		: 'Sekme İndeksi',
+		advisoryTitle	: 'Danışma Başlığı',
+		advisoryContentType	: 'Danışma İçerik Türü',
+		cssClasses		: 'Biçem Sayfası Sınıfları',
+		charset			: 'Bağlı Kaynak Karakter Gurubu',
+		styles			: 'Biçem',
+		selectAnchor	: 'Çapa Seç',
+		anchorName		: 'Çapa Adı ile',
+		anchorId		: 'Eleman Kimlik Numarası ile',
+		emailAddress	: 'E-Posta Adresi',
+		emailSubject	: 'İleti Konusu',
+		emailBody		: 'İleti Gövdesi',
+		noAnchors		: '(Bu belgede hiç çapa yok)',
+		noUrl			: 'Lütfen köprü URL\'sini yazın',
+		noEmail			: 'Lütfen E-posta adresini yazın'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Çapa Ekle/Düzenle',
+		menu		: 'Çapa Özellikleri',
+		title		: 'Çapa Özellikleri',
+		name		: 'Çapa Adı',
+		errorName	: 'Lütfen çapa için ad giriniz'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Bul ve Değiştir',
+		find				: 'Bul',
+		replace				: 'Değiştir',
+		findWhat			: 'Aranan:',
+		replaceWith			: 'Bununla değiştir:',
+		notFoundMsg			: 'Belirtilen yazı bulunamadı.',
+		matchCase			: 'Büyük/küçük harf duyarlı',
+		matchWord			: 'Kelimenin tamamı uysun',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Tümünü Değiştir',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Tablo',
+		title		: 'Tablo Özellikleri',
+		menu		: 'Tablo Özellikleri',
+		deleteTable	: 'Tabloyu Sil',
+		rows		: 'Satırlar',
+		columns		: 'Sütunlar',
+		border		: 'Kenar Kalınlığı',
+		align		: 'Hizalama',
+		alignNotSet	: '<Tanımlanmamış>',
+		alignLeft	: 'Sol',
+		alignCenter	: 'Merkez',
+		alignRight	: 'Sağ',
+		width		: 'Genişlik',
+		widthPx		: 'piksel',
+		widthPc		: 'yüzde',
+		height		: 'Yükseklik',
+		cellSpace	: 'Izgara kalınlığı',
+		cellPad		: 'Izgara yazı arası',
+		caption		: 'Başlık',
+		summary		: 'Özet',
+		headers		: 'Başlıklar',
+		headersNone		: 'Yok',
+		headersColumn	: 'İlk Sütun',
+		headersRow		: 'İlk Satır',
+		headersBoth		: 'Her İkisi',
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Hücre',
+			insertBefore	: 'Hücre Ekle - Önce',
+			insertAfter		: 'Hücre Ekle - Sonra',
+			deleteCell		: 'Hücre Sil',
+			merge			: 'Hücreleri Birleştir',
+			mergeRight		: 'Birleştir - Sağdaki İle ',
+			mergeDown		: 'Birleştir - Aşağıdaki İle ',
+			splitHorizontal	: 'Hücreyi Yatay Böl',
+			splitVertical	: 'Hücreyi Dikey Böl'
+		},
+
+		row :
+		{
+			menu			: 'Satır',
+			insertBefore	: 'Satır Ekle - Önce',
+			insertAfter		: 'Satır Ekle - Sonra',
+			deleteRow		: 'Satır Sil'
+		},
+
+		column :
+		{
+			menu			: 'Sütun',
+			insertBefore	: 'Kolon Ekle - Önce',
+			insertAfter		: 'Kolon Ekle - Sonra',
+			deleteColumn	: 'Sütun Sil'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Düğme Özellikleri',
+		text		: 'Metin (Değer)',
+		type		: 'Tip',
+		typeBtn		: 'Düğme',
+		typeSbm		: 'Gönder',
+		typeRst		: 'Sıfırla'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Onay Kutusu Özellikleri',
+		radioTitle	: 'Seçenek Düğmesi Özellikleri',
+		value		: 'Değer',
+		selected	: 'Seçili'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Form Özellikleri',
+		menu		: 'Form Özellikleri',
+		action		: 'İşlem',
+		method		: 'Yöntem',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Hedef',
+		targetNotSet	: '<tanımlanmamış>',
+		targetNew	: 'Yeni Pencere(_blank)',
+		targetTop	: 'En Üst Pencere (_top)',
+		targetSelf	: 'Kendi Penceresi (_self)',
+		targetParent	: 'Anne Pencere (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Seçim Menüsü Özellikleri',
+		selectInfo	: 'Bilgi',
+		opAvail		: 'Mevcut Seçenekler',
+		value		: 'Değer',
+		size		: 'Boyut',
+		lines		: 'satır',
+		chkMulti	: 'Çoklu seçime izin ver',
+		opText		: 'Metin',
+		opValue		: 'Değer',
+		btnAdd		: 'Ekle',
+		btnModify	: 'Düzenle',
+		btnUp		: 'Yukarı',
+		btnDown		: 'Aşağı',
+		btnSetValue : 'Seçili değer olarak ata',
+		btnDelete	: 'Sil'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Çok Satırlı Metin Özellikleri',
+		cols		: 'Sütunlar',
+		rows		: 'Satırlar'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Metin Girişi Özellikleri',
+		name		: 'Ad',
+		value		: 'Değer',
+		charWidth	: 'Karakter Genişliği',
+		maxChars	: 'En Fazla Karakter',
+		type		: 'Tür',
+		typeText	: 'Metin',
+		typePass	: 'Parola'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Gizli Veri Özellikleri',
+		name	: 'Ad',
+		value	: 'Değer'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Resim Özellikleri',
+		titleButton	: 'Resimli Düğme Özellikleri',
+		menu		: 'Resim Özellikleri',
+		infoTab	: 'Resim Bilgisi',
+		btnUpload	: 'Sunucuya Yolla',
+		url		: 'URL',
+		upload	: 'Karşıya Yükle',
+		alt		: 'Alternatif Yazı',
+		width		: 'Genişlik',
+		height	: 'Yükseklik',
+		lockRatio	: 'Oranı Kilitle',
+		resetSize	: 'Boyutu Başa Döndür',
+		border	: 'Kenar',
+		hSpace	: 'Yatay Boşluk',
+		vSpace	: 'Dikey Boşluk',
+		align		: 'Hizalama',
+		alignLeft	: 'Sol',
+		alignAbsBottom: 'Tam Altı',
+		alignAbsMiddle: 'Tam Ortası',
+		alignBaseline	: 'Taban Çizgisi',
+		alignBottom	: 'Alt',
+		alignMiddle	: 'Orta',
+		alignRight	: 'Sağ',
+		alignTextTop	: 'Yazı Tepeye',
+		alignTop	: 'Tepe',
+		preview	: 'Ön İzleme',
+		alertUrl	: 'Lütfen resmin URL\'sini yazınız',
+		linkTab	: 'Köprü',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash Özellikleri',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash Özellikleri',
+		chkPlay		: 'Otomatik Oynat',
+		chkLoop		: 'Döngü',
+		chkMenu		: 'Flash Menüsünü Kullan',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Boyutlandır',
+		scaleAll		: 'Hepsini Göster',
+		scaleNoBorder	: 'Kenar Yok',
+		scaleFit		: 'Tam Sığdır',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Hizalama',
+		alignLeft	: 'Sol',
+		alignAbsBottom: 'Tam Altı',
+		alignAbsMiddle: 'Tam Ortası',
+		alignBaseline	: 'Taban Çizgisi',
+		alignBottom	: 'Alt',
+		alignMiddle	: 'Orta',
+		alignRight	: 'Sağ',
+		alignTextTop	: 'Yazı Tepeye',
+		alignTop	: 'Tepe',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Arka Renk',
+		width	: 'Genişlik',
+		height	: 'Yükseklik',
+		hSpace	: 'Yatay Boşluk',
+		vSpace	: 'Dikey Boşluk',
+		validateSrc : 'Lütfen köprü URL\'sini yazın',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Yazım Denetimi',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Sözlükte Yok',
+		changeTo		: 'Şuna değiştir:',
+		btnIgnore		: 'Yoksay',
+		btnIgnoreAll	: 'Tümünü Yoksay',
+		btnReplace		: 'Değiştir',
+		btnReplaceAll	: 'Tümünü Değiştir',
+		btnUndo			: 'Geri Al',
+		noSuggestions	: '- Öneri Yok -',
+		progress		: 'Yazım denetimi işlemde...',
+		noMispell		: 'Yazım denetimi tamamlandı: Yanlış yazıma rastlanmadı',
+		noChanges		: 'Yazım denetimi tamamlandı: Hiçbir kelime değiştirilmedi',
+		oneChange		: 'Yazım denetimi tamamlandı: Bir kelime değiştirildi',
+		manyChanges		: 'Yazım denetimi tamamlandı: %1 kelime değiştirildi',
+		ieSpellDownload	: 'Yazım denetimi yüklenmemiş. Şimdi yüklemek ister misiniz?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'İfade',
+		title	: 'İfade Ekle'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Numaralı Liste',
+	bulletedlist : 'Simgeli Liste',
+	indent : 'Sekme Arttır',
+	outdent : 'Sekme Azalt',
+
+	justify :
+	{
+		left : 'Sola Dayalı',
+		center : 'Ortalanmış',
+		right : 'Sağa Dayalı',
+		block : 'İki Kenara Yaslanmış'
+	},
+
+	outdent : 'Sekme Azalt',
+	blockquote : 'Blok Oluştur',
+
+	clipboard :
+	{
+		title		: 'Yapıştır',
+		cutError	: '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.',
+		copyError	: '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.',
+		pasteMsg	: 'Lütfen aşağıdaki kutunun içine yapıştırın. (<STRONG>Ctrl+V</STRONG>) ve <STRONG>Tamam</STRONG> butonunu tıklayın.',
+		securityMsg	: '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..'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Word\'den Yapıştır',
+		title : 'Word\'den Yapıştır',
+		advice : 'Lütfen aşağıdaki kutunun içine yapıştırın. (<STRONG>Ctrl+V</STRONG>) ve <STRONG>Tamam</STRONG> butonunu tıklayın.',
+		ignoreFontFace : 'Yazı Tipi tanımlarını yoksay',
+		removeStyle : 'Biçem Tanımlarını çıkar'
+	},
+
+	pasteText :
+	{
+		button : 'Düz Metin Olarak Yapıştır',
+		title : 'Düz Metin Olarak Yapıştır'
+	},
+
+	templates :
+	{
+		button : 'Şablonlar',
+		title : 'İçerik Şablonları',
+		insertOption: 'Mevcut içerik ile değiştir',
+		selectPromptMsg: 'Düzenleyicide açmak için lütfen bir şablon seçin.<br>(hali hazırdaki içerik kaybolacaktır.):',
+		emptyListMsg : '(Belirli bir şablon seçilmedi)'
+	},
+
+	showBlocks : 'Blokları Göster',
+
+	stylesCombo :
+	{
+		label : 'Biçem',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Biçim',
+		panelTitle : 'Biçim',
+
+		tag_p : 'Normal',
+		tag_pre : 'Biçimli',
+		tag_address : 'Adres',
+		tag_h1 : 'Başlık 1',
+		tag_h2 : 'Başlık 2',
+		tag_h3 : 'Başlık 3',
+		tag_h4 : 'Başlık 4',
+		tag_h5 : 'Başlık 5',
+		tag_h6 : 'Başlık 6',
+		tag_div : 'Paragraf (DIV)'
+	},
+
+	font :
+	{
+		label : 'Yazı Türü',
+		panelTitle : 'Yazı Türü'
+	},
+
+	fontSize :
+	{
+		label : 'Boyut',
+		panelTitle : 'Boyut'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Yazı Rengi',
+		bgColorTitle : 'Arka Renk',
+		auto : 'Otomatik',
+		more : 'Diğer renkler...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/uk.js
===================================================================
--- /CKEditor/trunk/_source/lang/uk.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/uk.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Ukrainian language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['uk'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Джерело',
+	newPage			: 'Нова сторінка',
+	save			: 'Зберегти',
+	preview			: 'Попередній перегляд',
+	cut				: 'Вирізати',
+	copy			: 'Копіювати',
+	paste			: 'Вставити',
+	print			: 'Друк',
+	underline		: 'Підкреслений',
+	bold			: 'Жирний',
+	italic			: 'Курсив',
+	selectAll		: 'Виділити все',
+	removeFormat	: 'Прибрати форматування',
+	strike			: 'Закреслений',
+	subscript		: 'Підрядковий індекс',
+	superscript		: 'Надрядковий индекс',
+	horizontalrule	: 'Вставити горизонтальну лінію',
+	pagebreak		: 'Вставити розривши сторінки',
+	unlink			: 'Знищити посилання',
+	undo			: 'Повернути',
+	redo			: 'Повторити',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Передивитися на сервері',
+		url				: 'URL',
+		protocol		: 'Протокол',
+		upload			: 'Закачати',
+		uploadSubmit	: 'Надіслати на сервер',
+		image			: 'Зображення',
+		flash			: 'Flash',
+		form			: 'Форма',
+		checkbox		: 'Флагова кнопка',
+		radio		: 'Кнопка вибору',
+		textField		: 'Текстове поле',
+		textarea		: 'Текстова область',
+		hiddenField		: 'Приховане поле',
+		button			: 'Кнопка',
+		select	: 'Список',
+		imageButton		: 'Кнопка із зображенням',
+		notSet			: '<не визначено>',
+		id				: 'Ідентифікатор',
+		name			: 'Им\'я',
+		langDir			: 'Напрямок мови',
+		langDirLtr		: 'Зліва на право (LTR)',
+		langDirRtl		: 'Зправа на ліво (RTL)',
+		langCode		: 'Мова',
+		longDescr		: 'Довгий опис URL',
+		cssClass		: 'Клас CSS',
+		advisoryTitle	: 'Заголовок',
+		cssStyle		: 'Стиль CSS',
+		ok				: 'ОК',
+		cancel			: 'Скасувати',
+		generalTab		: 'Загальна',
+		advancedTab		: 'Розширений',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Вставити спеціальний символ',
+		title		: 'Оберіть спеціальний символ'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Вставити/Редагувати посилання',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Вставити посилання',
+		title		: 'Посилання',
+		info		: 'Інформація посилання',
+		target		: 'Ціль',
+		upload		: 'Закачати',
+		advanced	: 'Розширений',
+		type		: 'Тип посилання',
+		toAnchor	: 'Якір на цю сторінку',
+		toEmail		: 'Эл. пошта',
+		target		: 'Ціль',
+		targetNotSet	: '<не визначено>',
+		targetFrame	: '<фрейм>',
+		targetPopup	: '<спливаюче вікно>',
+		targetNew	: 'Нове вікно (_blank)',
+		targetTop	: 'Найвище вікно (_top)',
+		targetSelf	: 'Теж вікно (_self)',
+		targetParent	: 'Батьківське вікно (_parent)',
+		targetFrameName	: 'Ім\'я целевого фрейма',
+		targetPopupName	: 'Ім\'я спливаючого вікна',
+		popupFeatures	: 'Властивості спливаючого вікна',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Строка статусу',
+		popupLocationBar	: 'Панель локації',
+		popupToolbar	: 'Панель інструментів',
+		popupMenuBar	: 'Панель меню',
+		popupFullScreen	: 'Повний екран (IE)',
+		popupScrollBars	: 'Полоси прокрутки',
+		popupDependent	: 'Залежний (Netscape)',
+		popupWidth		: 'Ширина',
+		popupLeft		: 'Позиція зліва',
+		popupHeight		: 'Висота',
+		popupTop		: 'Позиція зверху',
+		id				: 'Id', // MISSING
+		langDir			: 'Напрямок мови',
+		langDirNotSet	: '<не визначено>',
+		langDirLTR		: 'Зліва на право (LTR)',
+		langDirRTL		: 'Зправа на ліво (RTL)',
+		acccessKey		: 'Гаряча клавіша',
+		name			: 'Им\'я',
+		langCode		: 'Напрямок мови',
+		tabIndex		: 'Послідовність переходу',
+		advisoryTitle	: 'Заголовок',
+		advisoryContentType	: 'Тип вмісту',
+		cssClasses		: 'Клас CSS',
+		charset			: 'Кодировка',
+		styles			: 'Стиль CSS',
+		selectAnchor	: 'Оберіть якір',
+		anchorName		: 'За ім\'ям якоря',
+		anchorId		: 'За ідентифікатором елемента',
+		emailAddress	: 'Адреса ел. пошти',
+		emailSubject	: 'Тема листа',
+		emailBody		: 'Тіло повідомлення',
+		noAnchors		: '(Немає якорів доступних в цьому документі)',
+		noUrl			: 'Будь ласка, занесіть URL посилання',
+		noEmail			: 'Будь ласка, занесіть адрес эл. почты'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Вставити/Редагувати якір',
+		menu		: 'Властивості якоря',
+		title		: 'Властивості якоря',
+		name		: 'Ім\'я якоря',
+		errorName	: 'Будь ласка, занесіть ім\'я якоря'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Знайти і замінити',
+		find				: 'Пошук',
+		replace				: 'Заміна',
+		findWhat			: 'Шукати:',
+		replaceWith			: 'Замінити на:',
+		notFoundMsg			: 'Вказаний текст не знайдений.',
+		matchCase			: 'Учитывать регистр',
+		matchWord			: 'Збіг цілих слів',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Замінити все',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Таблиця',
+		title		: 'Властивості таблиці',
+		menu		: 'Властивості таблиці',
+		deleteTable	: 'Видалити таблицю',
+		rows		: 'Строки',
+		columns		: 'Колонки',
+		border		: 'Розмір бордюра',
+		align		: 'Вирівнювання',
+		alignNotSet	: '<Не вст.>',
+		alignLeft	: 'Зліва',
+		alignCenter	: 'По центру',
+		alignRight	: 'Зправа',
+		width		: 'Ширина',
+		widthPx		: 'пікселів',
+		widthPc		: 'відсотків',
+		height		: 'Висота',
+		cellSpace	: 'Проміжок (spacing)',
+		cellPad		: 'Відступ (padding)',
+		caption		: 'Заголовок',
+		summary		: 'Резюме',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Осередок',
+			insertBefore	: 'Вставити комірку до',
+			insertAfter		: 'Вставити комірку після',
+			deleteCell		: 'Видалити комірки',
+			merge			: 'Об\'єднати комірки',
+			mergeRight		: 'Об\'єднати зправа',
+			mergeDown		: 'Об\'єднати до низу',
+			splitHorizontal	: 'Розділити комірку по горизонталі',
+			splitVertical	: 'Розділити комірку по вертикалі'
+		},
+
+		row :
+		{
+			menu			: 'Рядок',
+			insertBefore	: 'Вставити рядок до',
+			insertAfter		: 'Вставити рядок після',
+			deleteRow		: 'Видалити строки'
+		},
+
+		column :
+		{
+			menu			: 'Колонка',
+			insertBefore	: 'Вставити колонку до',
+			insertAfter		: 'Вставити колонку після',
+			deleteColumn	: 'Видалити колонки'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Властивості кнопки',
+		text		: 'Текст (Значення)',
+		type		: 'Тип',
+		typeBtn		: 'Кнопка',
+		typeSbm		: 'Відправити',
+		typeRst		: 'Скинути'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Властивості флагової кнопки',
+		radioTitle	: 'Властивості кнопки вибору',
+		value		: 'Значення',
+		selected	: 'Обрана'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Властивості форми',
+		menu		: 'Властивості форми',
+		action		: 'Дія',
+		method		: 'Метод',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Ціль',
+		targetNotSet	: '<не визначено>',
+		targetNew	: 'Нове вікно (_blank)',
+		targetTop	: 'Найвище вікно (_top)',
+		targetSelf	: 'Теж вікно (_self)',
+		targetParent	: 'Батьківське вікно (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Властивості списку',
+		selectInfo	: 'Інфо',
+		opAvail		: 'Доступні варіанти',
+		value		: 'Значення',
+		size		: 'Розмір',
+		lines		: 'лінії',
+		chkMulti	: 'Дозволити обрання декількох позицій',
+		opText		: 'Текст',
+		opValue		: 'Значення',
+		btnAdd		: 'Добавити',
+		btnModify	: 'Змінити',
+		btnUp		: 'Вгору',
+		btnDown		: 'Вниз',
+		btnSetValue : 'Встановити як вибране значення',
+		btnDelete	: 'Видалити'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Властивості текстової області',
+		cols		: 'Колонки',
+		rows		: 'Строки'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Властивості текстового поля',
+		name		: 'Ім\'я',
+		value		: 'Значення',
+		charWidth	: 'Ширина',
+		maxChars	: 'Макс. кіл-ть символів',
+		type		: 'Тип',
+		typeText	: 'Текст',
+		typePass	: 'Пароль'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Властивості прихованого поля',
+		name	: 'Ім\'я',
+		value	: 'Значення'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Властивості зображення',
+		titleButton	: 'Властивості кнопки із зображенням',
+		menu		: 'Властивості зображення',
+		infoTab	: 'Інформація про изображении',
+		btnUpload	: 'Надіслати на сервер',
+		url		: 'URL',
+		upload	: 'Закачати',
+		alt		: 'Альтернативний текст',
+		width		: 'Ширина',
+		height	: 'Висота',
+		lockRatio	: 'Зберегти пропорції',
+		resetSize	: 'Скинути розмір',
+		border	: 'Бордюр',
+		hSpace	: 'Горизонтальний відступ',
+		vSpace	: 'Вертикальний відступ',
+		align		: 'Вирівнювання',
+		alignLeft	: 'По лівому краю',
+		alignAbsBottom: 'Абс по низу',
+		alignAbsMiddle: 'Абс по середині',
+		alignBaseline	: 'По базовій лінії',
+		alignBottom	: 'По низу',
+		alignMiddle	: 'По середині',
+		alignRight	: 'По правому краю',
+		alignTextTop	: 'Текст на верху',
+		alignTop	: 'По верху',
+		preview	: 'Попередній перегляд',
+		alertUrl	: 'Будь ласка, введіть URL зображення',
+		linkTab	: 'Посилання',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Властивості Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Властивості Flash',
+		chkPlay		: 'Авто програвання',
+		chkLoop		: 'Зациклити',
+		chkMenu		: 'Дозволити меню Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Масштаб',
+		scaleAll		: 'Показати всі',
+		scaleNoBorder	: 'Без рамки',
+		scaleFit		: 'Дійсний розмір',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Вирівнювання',
+		alignLeft	: 'По лівому краю',
+		alignAbsBottom: 'Абс по низу',
+		alignAbsMiddle: 'Абс по середині',
+		alignBaseline	: 'По базовій лінії',
+		alignBottom	: 'По низу',
+		alignMiddle	: 'По середині',
+		alignRight	: 'По правому краю',
+		alignTextTop	: 'Текст на верху',
+		alignTop	: 'По верху',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Колір фону',
+		width	: 'Ширина',
+		height	: 'Висота',
+		hSpace	: 'Горизонтальний відступ',
+		vSpace	: 'Вертикальний відступ',
+		validateSrc : 'Будь ласка, занесіть URL посилання',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Перевірити орфографію',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Не має в словнику',
+		changeTo		: 'Замінити на',
+		btnIgnore		: 'Ігнорувати',
+		btnIgnoreAll	: 'Ігнорувати все',
+		btnReplace		: 'Замінити',
+		btnReplaceAll	: 'Замінити все',
+		btnUndo			: 'Назад',
+		noSuggestions	: '- Немає припущень -',
+		progress		: 'Виконується перевірка орфографії...',
+		noMispell		: 'Перевірку орфографії завершено: помилок не знайдено',
+		noChanges		: 'Перевірку орфографії завершено: жодне слово не змінено',
+		oneChange		: 'Перевірку орфографії завершено: змінено одно слово',
+		manyChanges		: 'Перевірку орфографії завершено: 1% слів змінено',
+		ieSpellDownload	: 'Модуль перевірки орфографії не встановлено. Бажаєтн завантажити його зараз?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Смайлик',
+		title	: 'Вставити смайлик'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Нумерований список',
+	bulletedlist : 'Маркований список',
+	indent : 'Збільшити відступ',
+	outdent : 'Зменшити відступ',
+
+	justify :
+	{
+		left : 'По лівому краю',
+		center : 'По центру',
+		right : 'По правому краю',
+		block : 'По ширині'
+	},
+
+	outdent : 'Зменшити відступ',
+	blockquote : 'Цитата',
+
+	clipboard :
+	{
+		title		: 'Вставити',
+		cutError	: 'Настройки безпеки вашого браузера не дозволяють редактору автоматично виконувати операції вирізування. Будь ласка, використовуйте клавіатуру для цього (Ctrl+X).',
+		copyError	: 'Настройки безпеки вашого браузера не дозволяють редактору автоматично виконувати операції копіювання. Будь ласка, використовуйте клавіатуру для цього (Ctrl+C).',
+		pasteMsg	: 'Будь-ласка, вставте з буфера обміну в цю область, користуючись комбінацією клавіш (<STRONG>Ctrl+V</STRONG>) та натисніть <STRONG>OK</STRONG>.',
+		securityMsg	: 'Редактор не може отримати прямий доступ до буферу обміну у зв\'язку з налаштуваннями вашого браузера. Вам потрібно вставити інформацію повторно в це вікно.'
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Вставити з Word',
+		title : 'Вставити з Word',
+		advice : 'Будь-ласка, вставте з буфера обміну в цю область, користуючись комбінацією клавіш (<STRONG>Ctrl+V</STRONG>) та натисніть <STRONG>OK</STRONG>.',
+		ignoreFontFace : 'Ігнорувати налаштування шрифтів',
+		removeStyle : 'Видалити налаштування стилів'
+	},
+
+	pasteText :
+	{
+		button : 'Вставити тільки текст',
+		title : 'Вставити тільки текст'
+	},
+
+	templates :
+	{
+		button : 'Шаблони',
+		title : 'Шаблони змісту',
+		insertOption: 'Замінити поточний вміст',
+		selectPromptMsg: 'Оберіть, будь ласка, шаблон для відкриття в редакторі<br>(поточний зміст буде втрачено):',
+		emptyListMsg : '(Не визначено жодного шаблону)'
+	},
+
+	showBlocks : 'Показувати блоки',
+
+	stylesCombo :
+	{
+		label : 'Стиль',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Форматування',
+		panelTitle : 'Форматування',
+
+		tag_p : 'Нормальний',
+		tag_pre : 'Форматований',
+		tag_address : 'Адреса',
+		tag_h1 : 'Заголовок 1',
+		tag_h2 : 'Заголовок 2',
+		tag_h3 : 'Заголовок 3',
+		tag_h4 : 'Заголовок 4',
+		tag_h5 : 'Заголовок 5',
+		tag_h6 : 'Заголовок 6',
+		tag_div : 'Нормальний (DIV)'
+	},
+
+	font :
+	{
+		label : 'Шрифт',
+		panelTitle : 'Шрифт'
+	},
+
+	fontSize :
+	{
+		label : 'Розмір',
+		panelTitle : 'Розмір'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Колір тексту',
+		bgColorTitle : 'Колір фону',
+		auto : 'Автоматичний',
+		more : 'Кольори...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/vi.js
===================================================================
--- /CKEditor/trunk/_source/lang/vi.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/vi.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Vietnamese language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['vi'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: 'Mã HTML',
+	newPage			: 'Trang mới',
+	save			: 'Lưu',
+	preview			: 'Xem trước',
+	cut				: 'Cắt',
+	copy			: 'Sao chép',
+	paste			: 'Dán',
+	print			: 'In',
+	underline		: 'Gạch chân',
+	bold			: 'Đậm',
+	italic			: 'Nghiêng',
+	selectAll		: 'Chọn Tất cả',
+	removeFormat	: 'Xoá Định dạng',
+	strike			: 'Gạch xuyên ngang',
+	subscript		: 'Chỉ số dưới',
+	superscript		: 'Chỉ số trên',
+	horizontalrule	: 'Chèn Đường phân cách ngang',
+	pagebreak		: 'Chèn Ngắt trang',
+	unlink			: 'Xoá Liên kết',
+	undo			: 'Khôi phục thao tác',
+	redo			: 'Làm lại thao tác',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: 'Duyệt trên máy chủ',
+		url				: 'URL',
+		protocol		: 'Giao thức',
+		upload			: 'Tải lên',
+		uploadSubmit	: 'Tải lên Máy chủ',
+		image			: 'Hình ảnh',
+		flash			: 'Flash',
+		form			: 'Biểu mẫu',
+		checkbox		: 'Nút kiểm',
+		radio		: 'Nút chọn',
+		textField		: 'Trường văn bản',
+		textarea		: 'Vùng văn bản',
+		hiddenField		: 'Trường ẩn',
+		button			: 'Nút',
+		select	: 'Ô chọn',
+		imageButton		: 'Nút hình ảnh',
+		notSet			: '<không thiết lập>',
+		id				: 'Định danh',
+		name			: 'Tên',
+		langDir			: 'Đường dẫn Ngôn ngữ',
+		langDirLtr		: 'Trái sang Phải (LTR)',
+		langDirRtl		: 'Phải sang Trái (RTL)',
+		langCode		: 'Mã Ngôn ngữ',
+		longDescr		: 'Mô tả URL',
+		cssClass		: 'Lớp Stylesheet',
+		advisoryTitle	: 'Advisory Title',
+		cssStyle		: 'Mẫu',
+		ok				: 'Đồng ý',
+		cancel			: 'Bỏ qua',
+		generalTab		: 'Chung',
+		advancedTab		: 'Mở rộng',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: 'Chèn Ký tự đặc biệt',
+		title		: 'Hãy chọn Ký tự đặc biệt'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: 'Chèn/Sửa Liên kết',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: 'Sửa Liên kết',
+		title		: 'Liên kết',
+		info		: 'Thông tin Liên kết',
+		target		: 'Đích',
+		upload		: 'Tải lên',
+		advanced	: 'Mở rộng',
+		type		: 'Kiểu Liên kết',
+		toAnchor	: 'Neo trong trang này',
+		toEmail		: 'Thư điện tử',
+		target		: 'Đích',
+		targetNotSet	: '<không thiết lập>',
+		targetFrame	: '<khung>',
+		targetPopup	: '<cửa sổ popup>',
+		targetNew	: 'Cửa sổ mới (_blank)',
+		targetTop	: 'Cửa sổ trên cùng(_top)',
+		targetSelf	: 'Cùng cửa sổ (_self)',
+		targetParent	: 'Cửa sổ cha (_parent)',
+		targetFrameName	: 'Tên Khung đích',
+		targetPopupName	: 'Tên Cửa sổ Popup',
+		popupFeatures	: 'Đặc điểm của Cửa sổ Popup',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: 'Thanh trạng thái',
+		popupLocationBar	: 'Thanh vị trí',
+		popupToolbar	: 'Thanh công cụ',
+		popupMenuBar	: 'Thanh Menu',
+		popupFullScreen	: 'Toàn màn hình (IE)',
+		popupScrollBars	: 'Thanh cuộn',
+		popupDependent	: 'Phụ thuộc (Netscape)',
+		popupWidth		: 'Rộng',
+		popupLeft		: 'Vị trí Trái',
+		popupHeight		: 'Cao',
+		popupTop		: 'Vị trí Trên',
+		id				: 'Id', // MISSING
+		langDir			: 'Đường dẫn Ngôn ngữ',
+		langDirNotSet	: '<không thiết lập>',
+		langDirLTR		: 'Trái sang Phải (LTR)',
+		langDirRTL		: 'Phải sang Trái (RTL)',
+		acccessKey		: 'Phím Hỗ trợ truy cập',
+		name			: 'Tên',
+		langCode		: 'Đường dẫn Ngôn ngữ',
+		tabIndex		: 'Chỉ số của Tab',
+		advisoryTitle	: 'Advisory Title',
+		advisoryContentType	: 'Advisory Content Type',
+		cssClasses		: 'Lớp Stylesheet',
+		charset			: 'Bảng mã của tài nguyên được liên kết đến',
+		styles			: 'Mẫu',
+		selectAnchor	: 'Chọn một Neo',
+		anchorName		: 'Theo Tên Neo',
+		anchorId		: 'Theo Định danh Element',
+		emailAddress	: 'Thư điện tử',
+		emailSubject	: 'Tiêu đề Thông điệp',
+		emailBody		: 'Nội dung Thông điệp',
+		noAnchors		: '(Không có Neo nào trong tài liệu)',
+		noUrl			: 'Hãy đưa vào Liên kết URL',
+		noEmail			: 'Hãy đưa vào địa chỉ thư điện tử'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: 'Chèn/Sửa Neo',
+		menu		: 'Thuộc tính Neo',
+		title		: 'Thuộc tính Neo',
+		name		: 'Tên của Neo',
+		errorName	: 'Hãy nhập vào tên của Neo'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: 'Tìm kiếm và Thay Thế',
+		find				: 'Tìm kiếm',
+		replace				: 'Thay thế',
+		findWhat			: 'Tìm chuỗi:',
+		replaceWith			: 'Thay bằng:',
+		notFoundMsg			: 'Không tìm thấy chuỗi cần tìm.',
+		matchCase			: 'Phân biệt chữ hoa/thường',
+		matchWord			: 'Đúng toàn bộ từ',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: 'Thay thế Tất cả',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: 'Bảng',
+		title		: 'Thuộc tính bảng',
+		menu		: 'Thuộc tính bảng',
+		deleteTable	: 'Xóa Bảng',
+		rows		: 'Hàng',
+		columns		: 'Cột',
+		border		: 'Cỡ Đường viền',
+		align		: 'Canh lề',
+		alignNotSet	: '<Chưa thiết lập>',
+		alignLeft	: 'Trái',
+		alignCenter	: 'Giữa',
+		alignRight	: 'Phải',
+		width		: 'Rộng',
+		widthPx		: 'điểm (px)',
+		widthPc		: '%',
+		height		: 'Cao',
+		cellSpace	: 'Khoảng cách Ô',
+		cellPad		: 'Đệm Ô',
+		caption		: 'Đầu đề',
+		summary		: 'Tóm lược',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: 'Ô',
+			insertBefore	: 'Chèn Ô Phía trước',
+			insertAfter		: 'Chèn Ô Phía sau',
+			deleteCell		: 'Xoá Ô',
+			merge			: 'Kết hợp Ô',
+			mergeRight		: 'Kết hợp Sang phải',
+			mergeDown		: 'Kết hợp Xuống dưới',
+			splitHorizontal	: 'Tách ngang Ô',
+			splitVertical	: 'Tách dọc Ô'
+		},
+
+		row :
+		{
+			menu			: 'Hàng',
+			insertBefore	: 'Chèn Hàng Phía trước',
+			insertAfter		: 'Chèn Hàng Phía sau',
+			deleteRow		: 'Xoá Hàng'
+		},
+
+		column :
+		{
+			menu			: 'Cột',
+			insertBefore	: 'Chèn Cột Phía trước',
+			insertAfter		: 'Chèn Cột Phía sau',
+			deleteColumn	: 'Xoá Cột'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: 'Thuộc tính Nút',
+		text		: 'Chuỗi hiển thị (Giá trị)',
+		type		: 'Kiểu',
+		typeBtn		: 'Nút Bấm',
+		typeSbm		: 'Nút Gửi',
+		typeRst		: 'Nút Nhập lại'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : 'Thuộc tính Nút kiểm',
+		radioTitle	: 'Thuộc tính Nút chọn',
+		value		: 'Giá trị',
+		selected	: 'Được chọn'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: 'Thuộc tính Biểu mẫu',
+		menu		: 'Thuộc tính Biểu mẫu',
+		action		: 'Hành động',
+		method		: 'Phương thức',
+		encoding	: 'Encoding', // MISSING
+		target		: 'Đích',
+		targetNotSet	: '<không thiết lập>',
+		targetNew	: 'Cửa sổ mới (_blank)',
+		targetTop	: 'Cửa sổ trên cùng(_top)',
+		targetSelf	: 'Cùng cửa sổ (_self)',
+		targetParent	: 'Cửa sổ cha (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: 'Thuộc tính Ô chọn',
+		selectInfo	: 'Thông tin',
+		opAvail		: 'Các tùy chọn có thể sử dụng',
+		value		: 'Giá trị',
+		size		: 'Kích cỡ',
+		lines		: 'dòng',
+		chkMulti	: 'Cho phép chọn nhiều',
+		opText		: 'Văn bản',
+		opValue		: 'Giá trị',
+		btnAdd		: 'Thêm',
+		btnModify	: 'Thay đổi',
+		btnUp		: 'Lên',
+		btnDown		: 'Xuống',
+		btnSetValue : 'Giá trị được chọn',
+		btnDelete	: 'Xoá'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: 'Thuộc tính Vùng văn bản',
+		cols		: 'Cột',
+		rows		: 'Hàng'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: 'Thuộc tính Trường văn bản',
+		name		: 'Tên',
+		value		: 'Giá trị',
+		charWidth	: 'Rộng',
+		maxChars	: 'Số Ký tự tối đa',
+		type		: 'Kiểu',
+		typeText	: 'Ký tự',
+		typePass	: 'Mật khẩu'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: 'Thuộc tính Trường ẩn',
+		name	: 'Tên',
+		value	: 'Giá trị'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: 'Thuộc tính Hình ảnh',
+		titleButton	: 'Thuộc tính Nút hình ảnh',
+		menu		: 'Thuộc tính Hình ảnh',
+		infoTab	: 'Thông tin Hình ảnh',
+		btnUpload	: 'Tải lên Máy chủ',
+		url		: 'URL',
+		upload	: 'Tải lên',
+		alt		: 'Chú thích Hình ảnh',
+		width		: 'Rộng',
+		height	: 'Cao',
+		lockRatio	: 'Giữ nguyên tỷ lệ',
+		resetSize	: 'Kích thước gốc',
+		border	: 'Đường viền',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		align		: 'Vị trí',
+		alignLeft	: 'Trái',
+		alignAbsBottom: 'Dưới tuyệt đối',
+		alignAbsMiddle: 'Giữa tuyệt đối',
+		alignBaseline	: 'Đường cơ sở',
+		alignBottom	: 'Dưới',
+		alignMiddle	: 'Giữa',
+		alignRight	: 'Phải',
+		alignTextTop	: 'Phía trên chữ',
+		alignTop	: 'Trên',
+		preview	: 'Xem trước',
+		alertUrl	: 'Hãy đưa vào URL của hình ảnh',
+		linkTab	: 'Liên kết',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Thuộc tính Flash',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Thuộc tính Flash',
+		chkPlay		: 'Tự động chạy',
+		chkLoop		: 'Lặp',
+		chkMenu		: 'Cho phép bật Menu của Flash',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: 'Tỷ lệ',
+		scaleAll		: 'Hiển thị tất cả',
+		scaleNoBorder	: 'Không đường viền',
+		scaleFit		: 'Vừa vặn',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: 'Vị trí',
+		alignLeft	: 'Trái',
+		alignAbsBottom: 'Dưới tuyệt đối',
+		alignAbsMiddle: 'Giữa tuyệt đối',
+		alignBaseline	: 'Đường cơ sở',
+		alignBottom	: 'Dưới',
+		alignMiddle	: 'Giữa',
+		alignRight	: 'Phải',
+		alignTextTop	: 'Phía trên chữ',
+		alignTop	: 'Trên',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: 'Màu nền',
+		width	: 'Rộng',
+		height	: 'Cao',
+		hSpace	: 'HSpace',
+		vSpace	: 'VSpace',
+		validateSrc : 'Hãy đưa vào Liên kết URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: 'Kiểm tra Chính tả',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: 'Không có trong từ điển',
+		changeTo		: 'Chuyển thành',
+		btnIgnore		: 'Bỏ qua',
+		btnIgnoreAll	: 'Bỏ qua Tất cả',
+		btnReplace		: 'Thay thế',
+		btnReplaceAll	: 'Thay thế Tất cả',
+		btnUndo			: 'Phục hồi lại',
+		noSuggestions	: '- Không đưa ra gợi ý về từ -',
+		progress		: 'Đang tiến hành kiểm tra chính tả...',
+		noMispell		: 'Hoàn tất kiểm tra chính tả: Không có lỗi chính tả',
+		noChanges		: 'Hoàn tất kiểm tra chính tả: Không có từ nào được thay đổi',
+		oneChange		: 'Hoàn tất kiểm tra chính tả: Một từ đã được thay đổi',
+		manyChanges		: 'Hoàn tất kiểm tra chính tả: %1 từ đã được thay đổi',
+		ieSpellDownload	: 'Chức năng kiểm tra chính tả chưa được cài đặt. Bạn có muốn tải về ngay bây giờ?'
+	},
+
+	smiley :
+	{
+		toolbar	: 'Hình biểu lộ cảm xúc (mặt cười)',
+		title	: 'Chèn Hình biểu lộ cảm xúc (mặt cười)'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : 'Danh sách có thứ tự',
+	bulletedlist : 'Danh sách không thứ tự',
+	indent : 'Dịch vào trong',
+	outdent : 'Dịch ra ngoài',
+
+	justify :
+	{
+		left : 'Canh trái',
+		center : 'Canh giữa',
+		right : 'Canh phải',
+		block : 'Canh đều'
+	},
+
+	outdent : 'Dịch ra ngoài',
+	blockquote : 'Khối Trích dẫn',
+
+	clipboard :
+	{
+		title		: 'Dán',
+		cutError	: 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh cắt. Hãy sử dụng bàn phím cho lệnh này (Ctrl+X).',
+		copyError	: 'Các thiết lập bảo mật của trình duyệt không cho phép trình biên tập tự động thực thi lệnh sao chép. Hãy sử dụng bàn phím cho lệnh này (Ctrl+C).',
+		pasteMsg	: 'Hãy dán nội dung vào trong khung bên dưới, sử dụng tổ hợp phím (<STRONG>Ctrl+V</STRONG>) và nhấn vào nút <STRONG>Đồng ý</STRONG>.',
+		securityMsg	: '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
+	},
+
+	pastefromword :
+	{
+		toolbar : 'Dán với định dạng Word',
+		title : 'Dán với định dạng Word',
+		advice : 'Hãy dán nội dung vào trong khung bên dưới, sử dụng tổ hợp phím (<STRONG>Ctrl+V</STRONG>) và nhấn vào nút <STRONG>Đồng ý</STRONG>.',
+		ignoreFontFace : 'Chấp nhận các định dạng phông',
+		removeStyle : 'Gỡ bỏ các định dạng Styles'
+	},
+
+	pasteText :
+	{
+		button : 'Dán theo định dạng văn bản thuần',
+		title : 'Dán theo định dạng văn bản thuần'
+	},
+
+	templates :
+	{
+		button : 'Mẫu dựng sẵn',
+		title : 'Nội dung Mẫu dựng sẵn',
+		insertOption: 'Thay thế nội dung hiện tại',
+		selectPromptMsg: 'Hãy chọn Mẫu dựng sẵn để mở trong trình biên tập<br>(nội dung hiện tại sẽ bị mất):',
+		emptyListMsg : '(Không có Mẫu dựng sẵn nào được định nghĩa)'
+	},
+
+	showBlocks : 'Hiển thị các Khối',
+
+	stylesCombo :
+	{
+		label : 'Mẫu',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : 'Định dạng',
+		panelTitle : 'Định dạng',
+
+		tag_p : 'Normal',
+		tag_pre : 'Formatted',
+		tag_address : 'Address',
+		tag_h1 : 'Heading 1',
+		tag_h2 : 'Heading 2',
+		tag_h3 : 'Heading 3',
+		tag_h4 : 'Heading 4',
+		tag_h5 : 'Heading 5',
+		tag_h6 : 'Heading 6',
+		tag_div : 'Normal (DIV)'
+	},
+
+	font :
+	{
+		label : 'Phông',
+		panelTitle : 'Phông'
+	},
+
+	fontSize :
+	{
+		label : 'Cỡ chữ',
+		panelTitle : 'Cỡ chữ'
+	},
+
+	colorButton :
+	{
+		textColorTitle : 'Màu chữ',
+		bgColorTitle : 'Màu nền',
+		auto : 'Tự động',
+		more : 'Màu khác...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/zh-cn.js
===================================================================
--- /CKEditor/trunk/_source/lang/zh-cn.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/zh-cn.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Chinese Simplified language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['zh-cn'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: '源代码',
+	newPage			: '新建',
+	save			: '保存',
+	preview			: '预览',
+	cut				: '剪切',
+	copy			: '复制',
+	paste			: '粘贴',
+	print			: '打印',
+	underline		: '下划线',
+	bold			: '加粗',
+	italic			: '倾斜',
+	selectAll		: '全选',
+	removeFormat	: '清除格式',
+	strike			: '删除线',
+	subscript		: '下标',
+	superscript		: '上标',
+	horizontalrule	: '插入水平线',
+	pagebreak		: '插入分页符',
+	unlink			: '取消超链接',
+	undo			: '撤消',
+	redo			: '重做',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: '浏览服务器',
+		url				: '源文件',
+		protocol		: '协议',
+		upload			: '上传',
+		uploadSubmit	: '发送到服务器上',
+		image			: '图象',
+		flash			: 'Flash',
+		form			: '表单',
+		checkbox		: '复选框',
+		radio		: '单选按钮',
+		textField		: '单行文本',
+		textarea		: '多行文本',
+		hiddenField		: '隐藏域',
+		button			: '按钮',
+		select	: '列表/菜单',
+		imageButton		: '图像域',
+		notSet			: '<没有设置>',
+		id				: 'ID',
+		name			: '名称',
+		langDir			: '语言方向',
+		langDirLtr		: '从左到右 (LTR)',
+		langDirRtl		: '从右到左 (RTL)',
+		langCode		: '语言代码',
+		longDescr		: '详细说明地址',
+		cssClass		: '样式类名称',
+		advisoryTitle	: '标题',
+		cssStyle		: '行内样式',
+		ok				: '确定',
+		cancel			: '取消',
+		generalTab		: '常规',
+		advancedTab		: '高级',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: '插入特殊符号',
+		title		: '选择特殊符号'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: '插入/编辑超链接',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: '编辑超链接',
+		title		: '超链接',
+		info		: '超链接信息',
+		target		: '目标',
+		upload		: '上传',
+		advanced	: '高级',
+		type		: '超链接类型',
+		toAnchor	: '页内锚点链接',
+		toEmail		: '电子邮件',
+		target		: '目标',
+		targetNotSet	: '<没有设置>',
+		targetFrame	: '<框架>',
+		targetPopup	: '<弹出窗口>',
+		targetNew	: '新窗口 (_blank)',
+		targetTop	: '整页 (_top)',
+		targetSelf	: '本窗口 (_self)',
+		targetParent	: '父窗口 (_parent)',
+		targetFrameName	: '目标框架名称',
+		targetPopupName	: '弹出窗口名称',
+		popupFeatures	: '弹出窗口属性',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: '状态栏',
+		popupLocationBar	: '地址栏',
+		popupToolbar	: '工具栏',
+		popupMenuBar	: '菜单栏',
+		popupFullScreen	: '全屏 (IE)',
+		popupScrollBars	: '滚动条',
+		popupDependent	: '依附 (NS)',
+		popupWidth		: '宽',
+		popupLeft		: '左',
+		popupHeight		: '高',
+		popupTop		: '右',
+		id				: 'Id', // MISSING
+		langDir			: '语言方向',
+		langDirNotSet	: '<没有设置>',
+		langDirLTR		: '从左到右 (LTR)',
+		langDirRTL		: '从右到左 (RTL)',
+		acccessKey		: '访问键',
+		name			: '名称',
+		langCode		: '语言方向',
+		tabIndex		: 'Tab 键次序',
+		advisoryTitle	: '标题',
+		advisoryContentType	: '内容类型',
+		cssClasses		: '样式类名称',
+		charset			: '字符编码',
+		styles			: '行内样式',
+		selectAnchor	: '选择一个锚点',
+		anchorName		: '按锚点名称',
+		anchorId		: '按锚点 ID',
+		emailAddress	: '地址',
+		emailSubject	: '主题',
+		emailBody		: '内容',
+		noAnchors		: '(此文档没有可用的锚点)',
+		noUrl			: '请输入超链接地址',
+		noEmail			: '请输入电子邮件地址'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: '插入/编辑锚点链接',
+		menu		: '锚点链接属性',
+		title		: '锚点链接属性',
+		name		: '锚点名称',
+		errorName	: '请输入锚点名称'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: '查找和替换',
+		find				: '查找',
+		replace				: '替换',
+		findWhat			: '查找:',
+		replaceWith			: '替换:',
+		notFoundMsg			: '指定文本没有找到。',
+		matchCase			: '区分大小写',
+		matchWord			: '全字匹配',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: '全部替换',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: '表格',
+		title		: '表格属性',
+		menu		: '表格属性',
+		deleteTable	: '删除表格',
+		rows		: '行数',
+		columns		: '列数',
+		border		: '边框',
+		align		: '对齐',
+		alignNotSet	: '<没有设置>',
+		alignLeft	: '左对齐',
+		alignCenter	: '居中',
+		alignRight	: '右对齐',
+		width		: '宽度',
+		widthPx		: '像素',
+		widthPc		: '百分比',
+		height		: '高度',
+		cellSpace	: '间距',
+		cellPad		: '边距',
+		caption		: '标题',
+		summary		: '摘要',
+		headers		: '标题单元格',
+		headersNone		: '无',
+		headersColumn	: '第一列',
+		headersRow		: '第一行',
+		headersBoth		: '第一列和第一行',
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: '单元格',
+			insertBefore	: '在左侧插入单元格',
+			insertAfter		: '在右侧插入单元格',
+			deleteCell		: '删除单元格',
+			merge			: '合并单元格',
+			mergeRight		: '向右合并单元格',
+			mergeDown		: '向下合并单元格',
+			splitHorizontal	: '水平拆分单元格',
+			splitVertical	: '垂直拆分单元格'
+		},
+
+		row :
+		{
+			menu			: '行',
+			insertBefore	: '在上方插入行',
+			insertAfter		: '在下方插入行',
+			deleteRow		: '删除行'
+		},
+
+		column :
+		{
+			menu			: '列',
+			insertBefore	: '在左侧插入列',
+			insertAfter		: '在右侧插入列',
+			deleteColumn	: '删除列'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: '按钮属性',
+		text		: '标签(值)',
+		type		: '类型',
+		typeBtn		: '按钮',
+		typeSbm		: '提交',
+		typeRst		: '重设'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : '复选框属性',
+		radioTitle	: '单选按钮属性',
+		value		: '选定值',
+		selected	: '已勾选'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: '表单属性',
+		menu		: '表单属性',
+		action		: '动作',
+		method		: '方法',
+		encoding	: 'Encoding', // MISSING
+		target		: '目标',
+		targetNotSet	: '<没有设置>',
+		targetNew	: '新窗口 (_blank)',
+		targetTop	: '整页 (_top)',
+		targetSelf	: '本窗口 (_self)',
+		targetParent	: '父窗口 (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: '菜单/列表属性',
+		selectInfo	: '信息',
+		opAvail		: '列表值',
+		value		: '值',
+		size		: '高度',
+		lines		: '行',
+		chkMulti	: '允许多选',
+		opText		: '标签',
+		opValue		: '选定',
+		btnAdd		: '新增',
+		btnModify	: '修改',
+		btnUp		: '上移',
+		btnDown		: '下移',
+		btnSetValue : '设为初始化时选定',
+		btnDelete	: '删除'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: '多行文本属性',
+		cols		: '字符宽度',
+		rows		: '行数'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: '单行文本属性',
+		name		: '名称',
+		value		: '初始值',
+		charWidth	: '字符宽度',
+		maxChars	: '最多字符数',
+		type		: '类型',
+		typeText	: '文本',
+		typePass	: '密码'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: '隐藏域属性',
+		name	: '名称',
+		value	: '初始值'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: '图象属性',
+		titleButton	: '图像域属性',
+		menu		: '图象属性',
+		infoTab	: '图象',
+		btnUpload	: '发送到服务器上',
+		url		: '源文件',
+		upload	: '上传',
+		alt		: '替换文本',
+		width		: '宽度',
+		height	: '高度',
+		lockRatio	: '锁定比例',
+		resetSize	: '恢复尺寸',
+		border	: '边框大小',
+		hSpace	: '水平间距',
+		vSpace	: '垂直间距',
+		align		: '对齐方式',
+		alignLeft	: '左对齐',
+		alignAbsBottom: '绝对底边',
+		alignAbsMiddle: '绝对居中',
+		alignBaseline	: '基线',
+		alignBottom	: '底边',
+		alignMiddle	: '居中',
+		alignRight	: '右对齐',
+		alignTextTop	: '文本上方',
+		alignTop	: '顶端',
+		preview	: '预览',
+		alertUrl	: '请输入图象地址',
+		linkTab	: '链接',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash 属性',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash 属性',
+		chkPlay		: '自动播放',
+		chkLoop		: '循环',
+		chkMenu		: '启用 Flash 菜单',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: '缩放',
+		scaleAll		: '全部显示',
+		scaleNoBorder	: '无边框',
+		scaleFit		: '严格匹配',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: '对齐方式',
+		alignLeft	: '左对齐',
+		alignAbsBottom: '绝对底边',
+		alignAbsMiddle: '绝对居中',
+		alignBaseline	: '基线',
+		alignBottom	: '底边',
+		alignMiddle	: '居中',
+		alignRight	: '右对齐',
+		alignTextTop	: '文本上方',
+		alignTop	: '顶端',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: '背景颜色',
+		width	: '宽度',
+		height	: '高度',
+		hSpace	: '水平间距',
+		vSpace	: '垂直间距',
+		validateSrc : '请输入超链接地址',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: '拼写检查',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: '没有在字典里',
+		changeTo		: '更改为',
+		btnIgnore		: '忽略',
+		btnIgnoreAll	: '全部忽略',
+		btnReplace		: '替换',
+		btnReplaceAll	: '全部替换',
+		btnUndo			: '撤消',
+		noSuggestions	: '- 没有建议 -',
+		progress		: '正在进行拼写检查...',
+		noMispell		: '拼写检查完成：没有发现拼写错误',
+		noChanges		: '拼写检查完成：没有更改任何单词',
+		oneChange		: '拼写检查完成：更改了一个单词',
+		manyChanges		: '拼写检查完成：更改了 %1 个单词',
+		ieSpellDownload	: '拼写检查插件还没安装，你是否想现在就下载？'
+	},
+
+	smiley :
+	{
+		toolbar	: '表情符',
+		title	: '插入表情图标'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : '编号列表',
+	bulletedlist : '项目列表',
+	indent : '增加缩进量',
+	outdent : '减少缩进量',
+
+	justify :
+	{
+		left : '左对齐',
+		center : '居中对齐',
+		right : '右对齐',
+		block : '两端对齐'
+	},
+
+	outdent : '减少缩进量',
+	blockquote : '块引用',
+
+	clipboard :
+	{
+		title		: '粘贴',
+		cutError	: '您的浏览器安全设置不允许编辑器自动执行剪切操作，请使用键盘快捷键(Ctrl+X)来完成。',
+		copyError	: '您的浏览器安全设置不允许编辑器自动执行复制操作，请使用键盘快捷键(Ctrl+C)来完成。',
+		pasteMsg	: '请使用键盘快捷键(<STRONG>Ctrl+V</STRONG>)把内容粘贴到下面的方框里，再按 <STRONG>确定</STRONG>。',
+		securityMsg	: '因为你的浏览器的安全设置原因，本编辑器不能直接访问你的剪贴板内容，你需要在本窗口重新粘贴一次。'
+	},
+
+	pastefromword :
+	{
+		toolbar : '从 MS Word 粘贴',
+		title : '从 MS Word 粘贴',
+		advice : '请使用键盘快捷键(<STRONG>Ctrl+V</STRONG>)把内容粘贴到下面的方框里，再按 <STRONG>确定</STRONG>。',
+		ignoreFontFace : '忽略 Font 标签',
+		removeStyle : '清理 CSS 样式'
+	},
+
+	pasteText :
+	{
+		button : '粘贴为无格式文本',
+		title : '粘贴为无格式文本'
+	},
+
+	templates :
+	{
+		button : '模板',
+		title : '内容模板',
+		insertOption: '替换当前内容',
+		selectPromptMsg: '请选择编辑器内容模板:',
+		emptyListMsg : '(没有模板)'
+	},
+
+	showBlocks : '显示区块',
+
+	stylesCombo :
+	{
+		label : '样式',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : '格式',
+		panelTitle : '格式',
+
+		tag_p : '普通',
+		tag_pre : '已编排格式',
+		tag_address : '地址',
+		tag_h1 : '标题 1',
+		tag_h2 : '标题 2',
+		tag_h3 : '标题 3',
+		tag_h4 : '标题 4',
+		tag_h5 : '标题 5',
+		tag_h6 : '标题 6',
+		tag_div : '段落(DIV)'
+	},
+
+	font :
+	{
+		label : '字体',
+		panelTitle : '字体'
+	},
+
+	fontSize :
+	{
+		label : '大小',
+		panelTitle : '大小'
+	},
+
+	colorButton :
+	{
+		textColorTitle : '文本颜色',
+		bgColorTitle : '背景颜色',
+		auto : '自动',
+		more : '其它颜色...'
+	}
+};
Index: /CKEditor/trunk/_source/lang/zh.js
===================================================================
--- /CKEditor/trunk/_source/lang/zh.js	(revision 3282)
+++ /CKEditor/trunk/_source/lang/zh.js	(revision 3282)
@@ -0,0 +1,544 @@
+﻿/*
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+/**
+ * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
+ * Chinese Traditional language.
+ */
+
+/**#@+
+   @type String
+   @example
+*/
+
+/**
+ * Constains the dictionary of language entries.
+ * @namespace
+ */
+CKEDITOR.lang['zh'] =
+{
+	/**
+	 * The language reading direction. Possible values are "rtl" for
+	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
+	 * languages (like English).
+	 * @default 'ltr'
+	 */
+	dir : 'ltr',
+
+	// Toolbar buttons without dialogs.
+	source			: '原始碼',
+	newPage			: '開新檔案',
+	save			: '儲存',
+	preview			: '預覽',
+	cut				: '剪下',
+	copy			: '複製',
+	paste			: '貼上',
+	print			: '列印',
+	underline		: '底線',
+	bold			: '粗體',
+	italic			: '斜體',
+	selectAll		: '全選',
+	removeFormat	: '清除格式',
+	strike			: '刪除線',
+	subscript		: '下標',
+	superscript		: '上標',
+	horizontalrule	: '插入水平線',
+	pagebreak		: '插入分頁符號',
+	unlink			: '移除超連結',
+	undo			: '復原',
+	redo			: '重複',
+
+	// Common messages and labels.
+	common :
+	{
+		browseServer	: '瀏覽伺服器端',
+		url				: 'URL',
+		protocol		: '通訊協定',
+		upload			: '上傳',
+		uploadSubmit	: '上傳至伺服器',
+		image			: '影像',
+		flash			: 'Flash',
+		form			: '表單',
+		checkbox		: '核取方塊',
+		radio		: '選項按鈕',
+		textField		: '文字方塊',
+		textarea		: '文字區域',
+		hiddenField		: '隱藏欄位',
+		button			: '按鈕',
+		select	: '清單/選單',
+		imageButton		: '影像按鈕',
+		notSet			: '<尚未設定>',
+		id				: 'ID',
+		name			: '名稱',
+		langDir			: '語言方向',
+		langDirLtr		: '由左而右 (LTR)',
+		langDirRtl		: '由右而左 (RTL)',
+		langCode		: '語言代碼',
+		longDescr		: '詳細 URL',
+		cssClass		: '樣式表類別',
+		advisoryTitle	: '標題',
+		cssStyle		: '樣式',
+		ok				: '確定',
+		cancel			: '取消',
+		generalTab		: '一般',
+		advancedTab		: '進階',
+		validateNumberFailed	: 'This value is not a number.', // MISSING
+		confirmNewPage	: 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
+		confirmCancel	: 'Some of the options have been changed. Are you sure to close the dialog?' // MISSING
+	},
+
+	// Special char dialog.
+	specialChar		:
+	{
+		toolbar		: '插入特殊符號',
+		title		: '請選擇特殊符號'
+	},
+
+	// Link dialog.
+	link :
+	{
+		toolbar		: '插入/編輯超連結',		// IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!!
+		menu		: '編輯超連結',
+		title		: '超連結',
+		info		: '超連結資訊',
+		target		: '目標',
+		upload		: '上傳',
+		advanced	: '進階',
+		type		: '超連接類型',
+		toAnchor	: '本頁錨點',
+		toEmail		: '電子郵件',
+		target		: '目標',
+		targetNotSet	: '<尚未設定>',
+		targetFrame	: '<框架>',
+		targetPopup	: '<快顯視窗>',
+		targetNew	: '新視窗 (_blank)',
+		targetTop	: '最上層視窗 (_top)',
+		targetSelf	: '本視窗 (_self)',
+		targetParent	: '父視窗 (_parent)',
+		targetFrameName	: '目標框架名稱',
+		targetPopupName	: '快顯視窗名稱',
+		popupFeatures	: '快顯視窗屬性',
+		popupResizable	: 'Resizable', // MISSING
+		popupStatusBar	: '狀態列',
+		popupLocationBar	: '網址列',
+		popupToolbar	: '工具列',
+		popupMenuBar	: '選單列',
+		popupFullScreen	: '全螢幕 (IE)',
+		popupScrollBars	: '捲軸',
+		popupDependent	: '從屬 (NS)',
+		popupWidth		: '寬',
+		popupLeft		: '左',
+		popupHeight		: '高',
+		popupTop		: '右',
+		id				: 'Id', // MISSING
+		langDir			: '語言方向',
+		langDirNotSet	: '<尚未設定>',
+		langDirLTR		: '由左而右 (LTR)',
+		langDirRTL		: '由右而左 (RTL)',
+		acccessKey		: '存取鍵',
+		name			: '名稱',
+		langCode		: '語言方向',
+		tabIndex		: '定位順序',
+		advisoryTitle	: '標題',
+		advisoryContentType	: '內容類型',
+		cssClasses		: '樣式表類別',
+		charset			: '連結資源之編碼',
+		styles			: '樣式',
+		selectAnchor	: '請選擇錨點',
+		anchorName		: '依錨點名稱',
+		anchorId		: '依元件 ID',
+		emailAddress	: '電子郵件',
+		emailSubject	: '郵件主旨',
+		emailBody		: '郵件內容',
+		noAnchors		: '(本文件尚無可用之錨點)',
+		noUrl			: '請輸入欲連結的 URL',
+		noEmail			: '請輸入電子郵件位址'
+	},
+
+	// Anchor dialog
+	anchor :
+	{
+		toolbar		: '插入/編輯錨點',
+		menu		: '錨點屬性',
+		title		: '錨點屬性',
+		name		: '錨點名稱',
+		errorName	: '請輸入錨點名稱'
+	},
+
+	// Find And Replace Dialog
+	findAndReplace :
+	{
+		title				: '尋找與取代',
+		find				: '尋找',
+		replace				: '取代',
+		findWhat			: '尋找:',
+		replaceWith			: '取代:',
+		notFoundMsg			: '未找到指定的文字。',
+		matchCase			: '大小寫須相符',
+		matchWord			: '全字相符',
+		matchCyclic			: 'Match cyclic', // MISSING
+		replaceAll			: '全部取代',
+		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+	},
+
+	// Table Dialog
+	table :
+	{
+		toolbar		: '表格',
+		title		: '表格屬性',
+		menu		: '表格屬性',
+		deleteTable	: '刪除表格',
+		rows		: '列數',
+		columns		: '欄數',
+		border		: '邊框',
+		align		: '對齊',
+		alignNotSet	: '<未設定>',
+		alignLeft	: '靠左對齊',
+		alignCenter	: '置中',
+		alignRight	: '靠右對齊',
+		width		: '寬度',
+		widthPx		: '像素',
+		widthPc		: '百分比',
+		height		: '高度',
+		cellSpace	: '間距',
+		cellPad		: '內距',
+		caption		: '標題',
+		summary		: '摘要',
+		headers		: 'Headers', // MISSING
+		headersNone		: 'None', // MISSING
+		headersColumn	: 'First column', // MISSING
+		headersRow		: 'First Row', // MISSING
+		headersBoth		: 'Both', // MISSING
+		invalidRows		: 'Number of rows must be a number greater than 0.', // MISSING
+		invalidCols		: 'Number of columns must be a number greater than 0.', // MISSING
+		invalidBorder	: 'Border size must be a number.', // MISSING
+		invalidWidth	: 'Table width must be a number.', // MISSING
+		invalidHeight	: 'Table height must be a number.', // MISSING
+		invalidCellSpacing	: 'Cell spacing must be a number.', // MISSING
+		invalidCellPadding	: 'Cell padding must be a number.', // MISSING
+
+		cell :
+		{
+			menu			: '儲存格',
+			insertBefore	: '向左插入儲存格',
+			insertAfter		: '向右插入儲存格',
+			deleteCell		: '刪除儲存格',
+			merge			: '合併儲存格',
+			mergeRight		: '向右合併儲存格',
+			mergeDown		: '向下合併儲存格',
+			splitHorizontal	: '橫向分割儲存格',
+			splitVertical	: '縱向分割儲存格'
+		},
+
+		row :
+		{
+			menu			: '列',
+			insertBefore	: '向上插入列',
+			insertAfter		: '向下插入列',
+			deleteRow		: '刪除列'
+		},
+
+		column :
+		{
+			menu			: '欄',
+			insertBefore	: '向左插入欄',
+			insertAfter		: '向右插入欄',
+			deleteColumn	: '刪除欄'
+		}
+	},
+
+	// Button Dialog.
+	button :
+	{
+		title		: '按鈕屬性',
+		text		: '顯示文字 (值)',
+		type		: '類型',
+		typeBtn		: '按鈕 (Button)',
+		typeSbm		: '送出 (Submit)',
+		typeRst		: '重設 (Reset)'
+	},
+
+	// Checkbox and Radio Button Dialogs.
+	checkboxAndRadio :
+	{
+		checkboxTitle : '核取方塊屬性',
+		radioTitle	: '選項按鈕屬性',
+		value		: '選取值',
+		selected	: '已選取'
+	},
+
+	// Form Dialog.
+	form :
+	{
+		title		: '表單屬性',
+		menu		: '表單屬性',
+		action		: '動作',
+		method		: '方法',
+		encoding	: 'Encoding', // MISSING
+		target		: '目標',
+		targetNotSet	: '<尚未設定>',
+		targetNew	: '新視窗 (_blank)',
+		targetTop	: '最上層視窗 (_top)',
+		targetSelf	: '本視窗 (_self)',
+		targetParent	: '父視窗 (_parent)'
+	},
+
+	// Select Field Dialog.
+	select :
+	{
+		title		: '清單/選單屬性',
+		selectInfo	: '資訊',
+		opAvail		: '可用選項',
+		value		: '值',
+		size		: '大小',
+		lines		: '行',
+		chkMulti	: '可多選',
+		opText		: '顯示文字',
+		opValue		: '選取值',
+		btnAdd		: '新增',
+		btnModify	: '修改',
+		btnUp		: '上移',
+		btnDown		: '下移',
+		btnSetValue : '設為預設值',
+		btnDelete	: '刪除'
+	},
+
+	// Textarea Dialog.
+	textarea :
+	{
+		title		: '文字區域屬性',
+		cols		: '字元寬度',
+		rows		: '列數'
+	},
+
+	// Text Field Dialog.
+	textfield :
+	{
+		title		: '文字方塊屬性',
+		name		: '名稱',
+		value		: '值',
+		charWidth	: '字元寬度',
+		maxChars	: '最多字元數',
+		type		: '類型',
+		typeText	: '文字',
+		typePass	: '密碼'
+	},
+
+	// Hidden Field Dialog.
+	hidden :
+	{
+		title	: '隱藏欄位屬性',
+		name	: '名稱',
+		value	: '值'
+	},
+
+	// Image Dialog.
+	image :
+	{
+		title		: '影像屬性',
+		titleButton	: '影像按鈕屬性',
+		menu		: '影像屬性',
+		infoTab	: '影像資訊',
+		btnUpload	: '上傳至伺服器',
+		url		: 'URL',
+		upload	: '上傳',
+		alt		: '替代文字',
+		width		: '寬度',
+		height	: '高度',
+		lockRatio	: '等比例',
+		resetSize	: '重設為原大小',
+		border	: '邊框',
+		hSpace	: '水平距離',
+		vSpace	: '垂直距離',
+		align		: '對齊',
+		alignLeft	: '靠左對齊',
+		alignAbsBottom: '絕對下方',
+		alignAbsMiddle: '絕對中間',
+		alignBaseline	: '基準線',
+		alignBottom	: '靠下對齊',
+		alignMiddle	: '置中對齊',
+		alignRight	: '靠右對齊',
+		alignTextTop	: '文字上方',
+		alignTop	: '靠上對齊',
+		preview	: '預覽',
+		alertUrl	: '請輸入影像 URL',
+		linkTab	: '超連結',
+		button2Img	: 'Do you want to transform the selected image button on a simple image?', // MISSING
+		img2Button	: 'Do you want to transform the selected image on a image button?' // MISSING
+	},
+
+	// Flash Dialog
+	flash :
+	{
+		properties		: 'Flash 屬性',
+		propertiesTab	: 'Properties', // MISSING
+		title		: 'Flash 屬性',
+		chkPlay		: '自動播放',
+		chkLoop		: '重複',
+		chkMenu		: '開啟選單',
+		chkFull		: 'Allow Fullscreen', // MISSING
+ 		scale		: '縮放',
+		scaleAll		: '全部顯示',
+		scaleNoBorder	: '無邊框',
+		scaleFit		: '精確符合',
+		access			: 'Script Access', // MISSING
+		accessAlways	: 'Always', // MISSING
+		accessSameDomain	: 'Same domain', // MISSING
+		accessNever	: 'Never', // MISSING
+		align		: '對齊',
+		alignLeft	: '靠左對齊',
+		alignAbsBottom: '絕對下方',
+		alignAbsMiddle: '絕對中間',
+		alignBaseline	: '基準線',
+		alignBottom	: '靠下對齊',
+		alignMiddle	: '置中對齊',
+		alignRight	: '靠右對齊',
+		alignTextTop	: '文字上方',
+		alignTop	: '靠上對齊',
+		quality		: 'Quality', // MISSING
+		windowMode	: 'Window mode', // MISSING
+		flashvars	: 'Variables for Flash', // MISSING
+		bgcolor	: '背景顏色',
+		width	: '寬度',
+		height	: '高度',
+		hSpace	: '水平距離',
+		vSpace	: '垂直距離',
+		validateSrc : '請輸入欲連結的 URL',
+		validateWidth : 'Width must be a number.', // MISSING
+		validateHeight : 'Height must be a number.', // MISSING
+		validateHSpace : 'HSpace must be a number.', // MISSING
+		validateVSpace : 'VSpace must be a number.' // MISSING
+	},
+
+	// Speller Pages Dialog
+	spellCheck :
+	{
+		toolbar			: '拼字檢查',
+		title			: 'Spell Check', // MISSING
+		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		errorLoading	: 'Error loading application service host: %s.', // MISSING
+		notInDic		: '不在字典中',
+		changeTo		: '更改為',
+		btnIgnore		: '忽略',
+		btnIgnoreAll	: '全部忽略',
+		btnReplace		: '取代',
+		btnReplaceAll	: '全部取代',
+		btnUndo			: '復原',
+		noSuggestions	: '- 無建議值 -',
+		progress		: '進行拼字檢查中…',
+		noMispell		: '拼字檢查完成：未發現拼字錯誤',
+		noChanges		: '拼字檢查完成：未更改任何單字',
+		oneChange		: '拼字檢查完成：更改了 1 個單字',
+		manyChanges		: '拼字檢查完成：更改了 %1 個單字',
+		ieSpellDownload	: '尚未安裝拼字檢查元件。您是否想要現在下載？'
+	},
+
+	smiley :
+	{
+		toolbar	: '表情符號',
+		title	: '插入表情符號'
+	},
+
+	elementsPath :
+	{
+		eleTitle : '%1 element' // MISSING
+	},
+
+	numberedlist : '編號清單',
+	bulletedlist : '項目清單',
+	indent : '增加縮排',
+	outdent : '減少縮排',
+
+	justify :
+	{
+		left : '靠左對齊',
+		center : '置中',
+		right : '靠右對齊',
+		block : '左右對齊'
+	},
+
+	outdent : '減少縮排',
+	blockquote : '引用文字',
+
+	clipboard :
+	{
+		title		: '貼上',
+		cutError	: '瀏覽器的安全性設定不允許編輯器自動執行剪下動作。請使用快捷鍵 (Ctrl+X) 剪下。',
+		copyError	: '瀏覽器的安全性設定不允許編輯器自動執行複製動作。請使用快捷鍵 (Ctrl+C) 複製。',
+		pasteMsg	: '請使用快捷鍵 (<strong>Ctrl+V</strong>) 貼到下方區域中並按下 <strong>確定</strong>',
+		securityMsg	: '因為瀏覽器的安全性設定，本編輯器無法直接存取您的剪貼簿資料，請您自行在本視窗進行貼上動作。'
+	},
+
+	pastefromword :
+	{
+		toolbar : '自 Word 貼上',
+		title : '自 Word 貼上',
+		advice : '請使用快捷鍵 (<strong>Ctrl+V</strong>) 貼到下方區域中並按下 <strong>確定</strong>',
+		ignoreFontFace : '移除字型設定',
+		removeStyle : '移除樣式設定'
+	},
+
+	pasteText :
+	{
+		button : '貼為純文字格式',
+		title : '貼為純文字格式'
+	},
+
+	templates :
+	{
+		button : '樣版',
+		title : '內容樣版',
+		insertOption: '取代原有內容',
+		selectPromptMsg: '請選擇欲開啟的樣版<br> (原有的內容將會被清除):',
+		emptyListMsg : '(無樣版)'
+	},
+
+	showBlocks : '顯示區塊',
+
+	stylesCombo :
+	{
+		label : '樣式',
+		panelTitle1 : 'Block Styles', // MISSING
+		panelTitle2 : 'Inline Styles', // MISSING
+		panelTitle3 : 'Object Styles' // MISSING
+	},
+
+	format :
+	{
+		label : '格式',
+		panelTitle : '格式',
+
+		tag_p : '一般',
+		tag_pre : '已格式化',
+		tag_address : '位址',
+		tag_h1 : '標題 1',
+		tag_h2 : '標題 2',
+		tag_h3 : '標題 3',
+		tag_h4 : '標題 4',
+		tag_h5 : '標題 5',
+		tag_h6 : '標題 6',
+		tag_div : '一般 (DIV)'
+	},
+
+	font :
+	{
+		label : '字體',
+		panelTitle : '字體'
+	},
+
+	fontSize :
+	{
+		label : '大小',
+		panelTitle : '大小'
+	},
+
+	colorButton :
+	{
+		textColorTitle : '文字顏色',
+		bgColorTitle : '背景顏色',
+		auto : '自動',
+		more : '更多顏色…'
+	}
+};
Index: /CKEditor/trunk/_source/plugins/wsc/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/wsc/plugin.js	(revision 3281)
+++ /CKEditor/trunk/_source/plugins/wsc/plugin.js	(revision 3282)
@@ -23,5 +23,5 @@
 		editor.ui.addButton( 'SpellChecker',
 			{
-				label : editor.lang.spellCheck.title,
+				label : editor.lang.spellCheck.toolbar,
 				command : commandName
 			});
