Index: /CKEditor/branches/versions/3.6.x/CHANGES.html
===================================================================
--- /CKEditor/branches/versions/3.6.x/CHANGES.html	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/CHANGES.html	(revision 7687)
@@ -35,4 +35,19 @@
 		CKEditor Changelog
 	</h1>
+	<h3>
+			CKEditor 3.6.6 (SVN)</h3>
+	<p>
+			Fixed issues:</p>
+	<ul>
+		<li><a href="http://dev.ckeditor.com/ticket/9866">#9866</a> : [IE10] The full toolbar is displayed in two lines in RTL environment.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/9483">#9483</a> : [IE10] Fixed script error on float panel opening.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6410">#6410</a> : SCAYT will show no suggestions when appropriate, instead of not appearing.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/7533">#7533</a>, <a href="http://dev.ckeditor.com/ticket/9439">#9439</a> : Fixed SCAYT issues with setData().</li>
+		<li><a href="http://dev.ckeditor.com/ticket/9167">#9167</a> : Improper HTML transformations happening on specific cases.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/9553">#9553</a> : Properly handle dash values in the style field of dialogs.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/9787">#9787</a> : [IE9] onChange wasn't fired for checkboxes in dialogs.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/8888">#8888</a> : It was not possible to scroll dialogs on very small viewports.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/9594">#9594</a> : The TAB key was having no effect on focused read-only editor.</li>
+	</ul>
 	<h3>
 			CKEditor 3.6.5</h3>
Index: /CKEditor/branches/versions/3.6.x/_source/core/env.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/core/env.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/core/env.js	(revision 7687)
@@ -290,4 +290,7 @@
 			if ( env.quirks )
 				env.cssClass += ' cke_browser_iequirks';
+
+			if ( document.documentMode && document.documentMode >=9 )
+				env.cssClass += ' cke_browser_ie9plus';
 		}
 
Index: /CKEditor/branches/versions/3.6.x/_source/core/htmlparser/fragment.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/core/htmlparser/fragment.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/core/htmlparser/fragment.js	(revision 7687)
@@ -128,5 +128,5 @@
 		{
 			while ( pendingBRs.length )
-				addElement( pendingBRs.shift(), currentNode );
+				currentNode.add( pendingBRs.shift() );
 		}
 
Index: /CKEditor/branches/versions/3.6.x/_source/lang/_translationstatus.txt
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/_translationstatus.txt	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/_translationstatus.txt	(revision 7687)
@@ -2,64 +2,64 @@
 For licensing, see LICENSE.html or http://ckeditor.com/license
 
-af.js      Found: 550 Missing: 28
-ar.js      Found: 470 Missing: 108
-bg.js      Found: 396 Missing: 182
-bn.js      Found: 292 Missing: 286
-bs.js      Found: 175 Missing: 403
-ca.js      Found: 549 Missing: 29
-cs.js      Found: 578 Missing: 0
-cy.js      Found: 578 Missing: 0
-da.js      Found: 576 Missing: 2
-de.js      Found: 577 Missing: 1
-el.js      Found: 391 Missing: 187
-en-au.js   Found: 347 Missing: 231
-en-ca.js   Found: 345 Missing: 233
-en-gb.js   Found: 517 Missing: 61
-eo.js      Found: 577 Missing: 1
-es.js      Found: 577 Missing: 1
-et.js      Found: 577 Missing: 1
-eu.js      Found: 417 Missing: 161
-fa.js      Found: 577 Missing: 1
-fi.js      Found: 578 Missing: 0
-fo.js      Found: 576 Missing: 2
-fr-ca.js   Found: 321 Missing: 257
-fr.js      Found: 577 Missing: 1
-gl.js      Found: 292 Missing: 286
-gu.js      Found: 577 Missing: 1
-he.js      Found: 577 Missing: 1
-hi.js      Found: 329 Missing: 249
-hr.js      Found: 577 Missing: 1
-hu.js      Found: 573 Missing: 5
-id.js      Found: 1 Missing: 577
-is.js      Found: 326 Missing: 252
-it.js      Found: 578 Missing: 0
-ja.js      Found: 495 Missing: 83
-ka.js      Found: 570 Missing: 8
-km.js      Found: 286 Missing: 292
-ko.js      Found: 304 Missing: 274
-ku.js      Found: 578 Missing: 0
-lt.js      Found: 577 Missing: 1
-lv.js      Found: 294 Missing: 284
-mk.js      Found: 0 Missing: 578
-mn.js      Found: 320 Missing: 258
-ms.js      Found: 276 Missing: 302
-nb.js      Found: 578 Missing: 0
-nl.js      Found: 575 Missing: 3
-no.js      Found: 578 Missing: 0
-pl.js      Found: 577 Missing: 1
-pt-br.js   Found: 578 Missing: 0
-pt.js      Found: 326 Missing: 252
-ro.js      Found: 433 Missing: 145
-ru.js      Found: 577 Missing: 1
-sk.js      Found: 577 Missing: 1
-sl.js      Found: 426 Missing: 152
-sr-latn.js Found: 287 Missing: 291
-sr.js      Found: 286 Missing: 292
-sv.js      Found: 551 Missing: 27
-th.js      Found: 298 Missing: 280
-tr.js      Found: 577 Missing: 1
-ug.js      Found: 574 Missing: 4
-uk.js      Found: 577 Missing: 1
-vi.js      Found: 577 Missing: 1
-zh-cn.js   Found: 577 Missing: 1
-zh.js      Found: 435 Missing: 143
+af.js      Found: 551 Missing: 28
+ar.js      Found: 471 Missing: 108
+bg.js      Found: 397 Missing: 182
+bn.js      Found: 293 Missing: 286
+bs.js      Found: 176 Missing: 403
+ca.js      Found: 550 Missing: 29
+cs.js      Found: 579 Missing: 0
+cy.js      Found: 579 Missing: 0
+da.js      Found: 577 Missing: 2
+de.js      Found: 578 Missing: 1
+el.js      Found: 449 Missing: 130
+en-au.js   Found: 348 Missing: 231
+en-ca.js   Found: 346 Missing: 233
+en-gb.js   Found: 518 Missing: 61
+eo.js      Found: 578 Missing: 1
+es.js      Found: 578 Missing: 1
+et.js      Found: 577 Missing: 2
+eu.js      Found: 418 Missing: 161
+fa.js      Found: 577 Missing: 2
+fi.js      Found: 579 Missing: 0
+fo.js      Found: 577 Missing: 2
+fr-ca.js   Found: 322 Missing: 257
+fr.js      Found: 578 Missing: 1
+gl.js      Found: 293 Missing: 286
+gu.js      Found: 577 Missing: 2
+he.js      Found: 578 Missing: 1
+hi.js      Found: 330 Missing: 249
+hr.js      Found: 578 Missing: 1
+hu.js      Found: 574 Missing: 5
+id.js      Found: 1 Missing: 578
+is.js      Found: 327 Missing: 252
+it.js      Found: 579 Missing: 0
+ja.js      Found: 496 Missing: 83
+ka.js      Found: 570 Missing: 9
+km.js      Found: 287 Missing: 292
+ko.js      Found: 305 Missing: 274
+ku.js      Found: 578 Missing: 1
+lt.js      Found: 577 Missing: 2
+lv.js      Found: 578 Missing: 1
+mk.js      Found: 0 Missing: 579
+mn.js      Found: 389 Missing: 190
+ms.js      Found: 277 Missing: 302
+nb.js      Found: 579 Missing: 0
+nl.js      Found: 576 Missing: 3
+no.js      Found: 579 Missing: 0
+pl.js      Found: 578 Missing: 1
+pt-br.js   Found: 579 Missing: 0
+pt.js      Found: 327 Missing: 252
+ro.js      Found: 434 Missing: 145
+ru.js      Found: 577 Missing: 2
+sk.js      Found: 578 Missing: 1
+sl.js      Found: 427 Missing: 152
+sr-latn.js Found: 288 Missing: 291
+sr.js      Found: 287 Missing: 292
+sv.js      Found: 552 Missing: 27
+th.js      Found: 299 Missing: 280
+tr.js      Found: 578 Missing: 1
+ug.js      Found: 574 Missing: 5
+uk.js      Found: 578 Missing: 1
+vi.js      Found: 578 Missing: 1
+zh-cn.js   Found: 579 Missing: 0
+zh.js      Found: 436 Missing: 143
Index: /CKEditor/branches/versions/3.6.x/_source/lang/af.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/af.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/af.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Voeg woord by',
 		emptyDic		: 'Woordeboeknaam mag nie leeg wees nie.',
-
+		noSuggestions	: 'Geen voorstel',
 		optionsTab		: 'Opsies',
 		allCaps			: 'Ignoreer woorde in hoofletters',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ar.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ar.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ar.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'إضافة كلمة',
 		emptyDic		: 'اسم القاموس يجب ألا يكون فارغاً.',
-
+		noSuggestions	: 'لا توجد إقتراحات',
 		optionsTab		: 'خيارات',
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/bg.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/bg.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/bg.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'Няма предложения',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/bn.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/bn.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/bn.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'কোন সাজেশন নেই',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/bs.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/bs.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/bs.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'No suggestions',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ca.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ca.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ca.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Afegeix una paraula',
 		emptyDic		: 'El nom del diccionari no hauria d\'estar buit.',
-
+		noSuggestions	: 'Cap suggeriment',
 		optionsTab		: 'Opcions',
 		allCaps			: 'Ignora paraules en majúscules',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/cs.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/cs.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/cs.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Přidat slovo',
 		emptyDic		: 'Název slovníku nesmí být prázdný.',
-
+		noSuggestions	: 'Zádné návrhy',
 		optionsTab		: 'Nastavení',
 		allCaps			: 'Ignorovat slova tvořená velkými písmeny',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/cy.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/cy.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/cy.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Ychwanegu Gair',
 		emptyDic		: 'Ni ddylai enw\'r geiriadur fod yn wag.',
-
+		noSuggestions	: 'Dim awgrymiadau',
 		optionsTab		: 'Opsiynau',
 		allCaps			: 'Anwybyddu Geiriau Nodau Uwch i Gyd',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/da.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/da.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/da.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Tilføj ord',
 		emptyDic		: 'Ordbogsnavn må ikke være tom.',
-
+		noSuggestions	: 'Ingen forslag',
 		optionsTab		: 'Indstillinger',
 		allCaps			: 'Ignorer alle store bogstaver',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/de.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/de.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/de.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Wort hinzufügen',
 		emptyDic		: 'Wörterbuchname sollte leer sein.',
-
+		noSuggestions	: 'keine Vorschläge',
 		optionsTab		: 'Optionen',
 		allCaps			: 'Groß geschriebenen Wörter ignorieren',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/el.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/el.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/el.js	(revision 7687)
@@ -451,23 +451,23 @@
 		scaleFit		: 'Ακριβές Μέγεθος',
 		access			: 'Script Access', // MISSING
-		accessAlways	: 'Always', // MISSING
+		accessAlways	: 'Πάντα',
 		accessSameDomain: 'Same domain', // MISSING
-		accessNever		: 'Never', // MISSING
+		accessNever		: 'Ποτέ',
 		alignAbsBottom	: 'Απόλυτα Κάτω',
 		alignAbsMiddle	: 'Απόλυτα στη Μέση',
 		alignBaseline	: 'Γραμμή Βάσης',
 		alignTextTop	: 'Κορυφή Κειμένου',
-		quality			: 'Quality', // MISSING
-		qualityBest		: 'Best', // MISSING
-		qualityHigh		: 'High', // MISSING
-		qualityAutoHigh	: 'Auto High', // MISSING
-		qualityMedium	: 'Medium', // MISSING
-		qualityAutoLow	: 'Auto Low', // MISSING
-		qualityLow		: 'Low', // MISSING
-		windowModeWindow: 'Window', // MISSING
-		windowModeOpaque: 'Opaque', // MISSING
-		windowModeTransparent : 'Transparent', // MISSING
+		quality			: 'Ποιότητα',
+		qualityBest		: 'Καλύτερη',
+		qualityHigh		: 'Υψηλή',
+		qualityAutoHigh	: 'Αυτόματη Υψηλή',
+		qualityMedium	: 'Μεσαία',
+		qualityAutoLow	: 'Αυτόματη Χαμηλή',
+		qualityLow		: 'Χαμηλή',
+		windowModeWindow: 'Παράθυρο',
+		windowModeOpaque: 'Συμπαγές',
+		windowModeTransparent : 'Διάφανο',
 		windowMode		: 'Window mode', // MISSING
-		flashvars		: 'Variables for Flash', // MISSING
+		flashvars		: 'Μεταβλητές για Flash',
 		bgcolor			: 'Χρώμα Υποβάθρου',
 		hSpace			: 'Οριζόντιο Διάστημα',
@@ -482,6 +482,6 @@
 	{
 		toolbar			: 'Ορθογραφικός Έλεγχος',
-		title			: 'Spell Check', // MISSING
-		notAvailable	: 'Sorry, but service is unavailable now.', // MISSING
+		title			: 'Ορθογραφικός Έλεγχος',
+		notAvailable	: 'Η υπηρεσία δεν είναι διαθέσιμη αυτήν την στιγμή.',
 		errorLoading	: 'Error loading application service host: %s.', // MISSING
 		notInDic		: 'Δεν υπάρχει στο λεξικό',
@@ -505,5 +505,5 @@
 		toolbar	: 'Smiley',
 		title	: 'Επιλέξτε ένα Smiley',
-		options : 'Smiley Options' // MISSING
+		options : 'Επιλογές Smiley'
 	},
 
@@ -511,5 +511,5 @@
 	{
 		eleLabel : 'Elements path', // MISSING
-		eleTitle : '%1 element' // MISSING
+		eleTitle : '%1 στοιχείο'
 	},
 
@@ -613,5 +613,5 @@
 		toolbar		: 'IFrame', // MISSING
 		noUrl		: 'Please type the iframe URL', // MISSING
-		scrolling	: 'Enable scrollbars', // MISSING
+		scrolling	: 'Ενεργοποίηση μπαρών κύλισης',
 		border		: 'Show frame border' // MISSING
 	},
@@ -620,5 +620,5 @@
 	{
 		label		: 'Γραμματοσειρά',
-		voiceLabel	: 'Font', // MISSING
+		voiceLabel	: 'Γραμματοσειρά',
 		panelTitle	: 'Όνομα Γραμματοσειράς'
 	},
@@ -627,5 +627,5 @@
 	{
 		label		: 'Μέγεθος',
-		voiceLabel	: 'Font Size', // MISSING
+		voiceLabel	: 'Μέγεθος γραμματοσειράς',
 		panelTitle	: 'Μέγεθος Γραμματοσειράς'
 	},
@@ -635,5 +635,5 @@
 		textColorTitle	: 'Χρώμα Κειμένου',
 		bgColorTitle	: 'Χρώμα Φόντου',
-		panelTitle		: 'Colors', // MISSING
+		panelTitle		: 'Χρώματα',
 		auto			: 'Αυτόματα',
 		more			: 'Περισσότερα χρώματα...'
@@ -642,5 +642,5 @@
 	colors :
 	{
-		'000' : 'Black', // MISSING
+		'000' : 'Μαύρο',
 		'800000' : 'Maroon', // MISSING
 		'8B4513' : 'Saddle Brown', // MISSING
@@ -656,6 +656,6 @@
 		'40E0D0' : 'Turquoise', // MISSING
 		'0000CD' : 'Medium Blue', // MISSING
-		'800080' : 'Purple', // MISSING
-		'808080' : 'Gray', // MISSING
+		'800080' : 'Μώβ',
+		'808080' : 'Γκρί',
 		'F00' : 'Red', // MISSING
 		'FF8C00' : 'Dark Orange', // MISSING
@@ -692,35 +692,35 @@
 		about			: 'About SCAYT', // MISSING
 		toggle			: 'Toggle SCAYT', // MISSING
-		options			: 'Options', // MISSING
-		langs			: 'Languages', // MISSING
-		moreSuggestions	: 'More suggestions', // MISSING
-		ignore			: 'Ignore', // MISSING
-		ignoreAll		: 'Ignore All', // MISSING
-		addWord			: 'Add Word', // MISSING
-		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
-		optionsTab		: 'Options', // MISSING
-		allCaps			: 'Ignore All-Caps Words', // MISSING
+		options			: 'Επιλογές',
+		langs			: 'Γλώσσες',
+		moreSuggestions	: 'Περισσότερες προτάσεις',
+		ignore			: 'Αγνόησε το',
+		ignoreAll		: 'Να αγνοηθούν όλα',
+		addWord			: 'Προσθήκη στο λεξικό',
+		emptyDic		: 'Το όνομα του λεξικού δεν πρέπει να είναι κενό.',
+		noSuggestions	: 'No suggestions', // MISSING
+		optionsTab		: 'Επιλογές',
+		allCaps			: 'Να αγνοούνται όλες οι λέξεις σε κεφαλαία',
 		ignoreDomainNames : 'Ignore Domain Names', // MISSING
 		mixedCase		: 'Ignore Words with Mixed Case', // MISSING
 		mixedWithDigits	: 'Ignore Words with Numbers', // MISSING
 
-		languagesTab	: 'Languages', // MISSING
-
-		dictionariesTab	: 'Dictionaries', // MISSING
-		dic_field_name	: 'Dictionary name', // MISSING
-		dic_create		: 'Create', // MISSING
-		dic_restore		: 'Restore', // MISSING
-		dic_delete		: 'Delete', // MISSING
-		dic_rename		: 'Rename', // MISSING
+		languagesTab	: 'Γλώσσες',
+
+		dictionariesTab	: 'Λεξικά',
+		dic_field_name	: 'Όνομα λεξικού',
+		dic_create		: 'Δημιουργία',
+		dic_restore		: 'Ανάκτηση',
+		dic_delete		: 'Διαγραφή',
+		dic_rename		: 'Μετονομασία',
 		dic_info		: 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
 
-		aboutTab		: 'About' // MISSING
+		aboutTab		: 'Περί'
 	},
 
 	about :
 	{
-		title		: 'About CKEditor', // MISSING
-		dlgTitle	: 'About CKEditor', // MISSING
+		title		: 'Περί του CKEditor',
+		dlgTitle	: 'Περί του CKEditor',
 		help	: 'Check $1 for help.', // MISSING
 		userGuide : 'CKEditor User\'s Guide', // MISSING
@@ -738,5 +738,5 @@
 		iframe		: 'IFrame', // MISSING
 		hiddenfield	: 'Hidden Field', // MISSING
-		unknown		: 'Unknown Object' // MISSING
+		unknown		: 'Άγνωστο Αντικείμενο'
 	},
 
@@ -745,9 +745,9 @@
 	colordialog :
 	{
-		title		: 'Select color', // MISSING
-		options	:	'Color Options', // MISSING
+		title		: 'Επιλογή Χρώματος',
+		options	:	'Επιλογές Χρωμάτων',
 		highlight	: 'Highlight', // MISSING
-		selected	: 'Selected Color', // MISSING
-		clear		: 'Clear' // MISSING
+		selected	: 'Επιλεγμένο Χρώμα',
+		clear		: 'Καθαρισμός'
 	},
 
@@ -757,15 +757,15 @@
 	toolbarGroups :
 	{
-		document : 'Document', // MISSING
+		document : 'Έγγραφο',
 		clipboard : 'Clipboard/Undo', // MISSING
-		editing : 'Editing', // MISSING
-		forms : 'Forms', // MISSING
-		basicstyles : 'Basic Styles', // MISSING
-		paragraph : 'Paragraph', // MISSING
-		links : 'Links', // MISSING
-		insert : 'Insert', // MISSING
-		styles : 'Styles', // MISSING
-		colors : 'Colors', // MISSING
-		tools : 'Tools' // MISSING
+		editing : 'Σε επεξεργασία',
+		forms : 'Φόρμες',
+		basicstyles : 'Βασικά στυλ',
+		paragraph : 'Παράγραφος',
+		links : 'Συνδέσμοι',
+		insert : 'Εισαγωγή',
+		styles : 'Στυλ',
+		colors : 'Χρώματα',
+		tools : 'Εργαλεία'
 	},
 
Index: /CKEditor/branches/versions/3.6.x/_source/lang/en-au.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/en-au.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/en-au.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'No suggestions',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/en-ca.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/en-ca.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/en-ca.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'No suggestions',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/en-gb.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/en-gb.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/en-gb.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word',
 		emptyDic		: 'Dictionary name should not be empty.',
-
+		noSuggestions	: 'No suggestions',
 		optionsTab		: 'Options',
 		allCaps			: 'Ignore All-Caps Words',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/en.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/en.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/en.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word',
 		emptyDic		: 'Dictionary name should not be empty.',
-
+		noSuggestions	: 'No suggestions',
 		optionsTab		: 'Options',
 		allCaps			: 'Ignore All-Caps Words',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/eo.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/eo.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/eo.js	(revision 7687)
@@ -121,5 +121,5 @@
 		alignMiddle		: 'Centre',
 		alignBottom		: 'Malsupre',
-		invalidValue	: 'Invalid value.', // MISSING
+		invalidValue	: 'Nevalida Valoro',
 		invalidHeight	: 'Alto devas esti nombro.',
 		invalidWidth	: 'Larĝo devas esti nombro.',
@@ -699,5 +699,5 @@
 		addWord			: 'Almeti la vorton',
 		emptyDic		: 'La vortaronomo ne devus esti malplena.',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'Opcioj',
 		allCaps			: 'Ignori la vortojn skribitajn nur per ĉefliteroj',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/es.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/es.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/es.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Añadir palabra',
 		emptyDic		: 'El nombre del diccionario no puede estar en blanco.',
-
+		noSuggestions	: 'No hay sugerencias',
 		optionsTab		: 'Opciones',
 		allCaps			: 'Omitir palabras en MAYÚSCULAS',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/et.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/et.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/et.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Lisa sõna',
 		emptyDic		: 'Sõnaraamatu nimi ei tohi olla tühi.',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'Valikud',
 		allCaps			: 'Läbivate suurtähtedega sõnade eiramine',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/eu.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/eu.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/eu.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Hitza Gehitu',
 		emptyDic		: 'Hiztegiaren izena ezin da hutsik egon.',
-
+		noSuggestions	: 'Iradokizunik ez',
 		optionsTab		: 'Aukerak',
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/fa.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/fa.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/fa.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'افزودن Word',
 		emptyDic		: 'نام دیکشنری نباید خالی باشد.',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'گزینهها',
 		allCaps			: 'نادیده گرفتن همه کلاه-واژهها',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/fi.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/fi.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/fi.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Lisää sana',
 		emptyDic		: 'Sanakirjan nimi on annettava.',
-
+		noSuggestions	: 'Ei ehdotuksia',
 		optionsTab		: 'Asetukset',
 		allCaps			: 'Ohita sanat, jotka on kirjoitettu kokonaan isoilla kirjaimilla',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/fo.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/fo.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/fo.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Legg orð afturat',
 		emptyDic		: 'Heiti á orðabók eigur ikki at vera tómt.',
-
+		noSuggestions	: 'Einki uppskot',
 		optionsTab		: 'Uppseting',
 		allCaps			: 'Loyp orð við bert stórum stavum um',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/fr-ca.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/fr-ca.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/fr-ca.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'Pas de suggestion',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/fr.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/fr.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/fr.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Ajouter le mot',
 		emptyDic		: 'Le nom du dictionnaire ne devrait pas être vide.',
-
+		noSuggestions	: 'Aucune suggestion',
 		optionsTab		: 'Options',
 		allCaps			: 'Ignorer les mots entièrement en majuscules',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/gl.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/gl.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/gl.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'Sen candidatos',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/gu.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/gu.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/gu.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'શબ્દ ઉમેરવો',
 		emptyDic		: 'ડિક્સનરીનું નામ ખાલી ના હોય.',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'વિકલ્પો',
 		allCaps			: 'ઓલ-કેપ્સ વર્ડ છોડી દો.',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/he.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/he.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/he.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'הוספת מילה',
 		emptyDic		: 'יש לבחור מילון.',
-
+		noSuggestions	: 'אין הצעות',
 		optionsTab		: 'אפשרויות',
 		allCaps			: 'התעלם ממילים שכל אותיותיהן גדולות',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/hi.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/hi.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/hi.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'कोई सुझाव नहीं',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/hr.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/hr.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/hr.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Dodaj riječ',
 		emptyDic		: 'Naziv rječnika ne smije biti prazno.',
-
+		noSuggestions	: 'Nema preporuke',
 		optionsTab		: 'Opcije',
 		allCaps			: 'Ignoriraj riječi s velikim slovima',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/hu.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/hu.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/hu.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Szó hozzáadása',
 		emptyDic		: 'A szótár nevét meg kell adni.',
-
+		noSuggestions	: 'Nincs javaslat',
 		optionsTab		: 'Beállítások',
 		allCaps			: 'Nagybetűs szavak kihagyása',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/id.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/id.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/id.js	(revision 7687)
@@ -698,5 +698,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/is.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/is.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/is.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'engar tillögur',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/it.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/it.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/it.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Aggiungi Parola',
 		emptyDic		: 'Il nome del dizionario non può essere vuoto.',
-
+		noSuggestions	: 'Nessun suggerimento',
 		optionsTab		: 'Opzioni',
 		allCaps			: 'Ignora Parole in maiuscolo',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ja.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ja.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ja.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: '語句追加',
 		emptyDic		: '辞書名は必ず入力してください',
-
+		noSuggestions	: '該当なし',
 		optionsTab		: 'オプション',
 		allCaps			: '全て大文字の単語を無視',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ka.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ka.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ka.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'სიტყვის დამატება',
 		emptyDic		: 'ლექსიკონის სიტყვა არ უნდა იყოს ცარიელი.',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'პარამეტრები',
 		allCaps			: 'დიდი ასოებით დაწერილი სიტყვების უგულებელყოფა',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/km.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/km.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/km.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: ' គ្មានសំណើរ ',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ko.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ko.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ko.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: '추천단어 없음',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ku.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ku.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ku.js	(revision 7687)
@@ -698,5 +698,5 @@
 		addWord			: 'زیادکردنی ووشه',
 		emptyDic		: 'ناوی فه‌رهه‌نگ نابێت خاڵی بێت.',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'هه‌ڵبژارده',
 		allCaps			: 'پشتگوێخستنی وشانه‌ی پێکهاتووه له‌پیتی گه‌وره‌',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/lt.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/lt.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/lt.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Pridėti žodį',
 		emptyDic		: 'Žodyno vardas neturėtų būti tuščias.',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'Parametrai',
 		allCaps			: 'Ignoruoti visas didžiąsias raides',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/lv.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/lv.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/lv.js	(revision 7687)
@@ -32,10 +32,10 @@
 	 * of reading non-English words. So be careful while translating it.
 	 */
-	editorTitle : 'Rich text editor, %1', // MISSING
-	editorHelp : 'Press ALT 0 for help', // MISSING
+	editorTitle : 'Bagātinātā teksta redaktors, %1',
+	editorHelp : 'Palīdzībai, nospiediet ALT 0 ',
 
 	// ARIA descriptions.
-	toolbars	: 'Editor toolbars', // MISSING
-	editor		: 'Rich Text Editor', // MISSING
+	toolbars	: 'Redaktora rīkjoslas',
+	editor		: 'Bagātinātā teksta redaktors',
 
 	// Toolbar buttons without dialogs.
@@ -43,20 +43,20 @@
 	newPage			: 'Jauna lapa',
 	save			: 'Saglabāt',
-	preview			: 'Pārskatīt',
+	preview			: 'Priekšskatīt',
 	cut				: 'Izgriezt',
 	copy			: 'Kopēt',
-	paste			: 'Ievietot',
+	paste			: 'Ielīmēt',
 	print			: 'Drukāt',
-	underline		: 'Apakšsvītra',
-	bold			: 'Treknu šriftu',
-	italic			: 'Slīprakstā',
+	underline		: 'Pasvītrots',
+	bold			: 'Treknināts',
+	italic			: 'Kursīvs',
 	selectAll		: 'Iezīmēt visu',
 	removeFormat	: 'Noņemt stilus',
 	strike			: 'Pārsvītrots',
-	subscript		: 'Zemrakstā',
+	subscript		: 'Apakšrakstā',
 	superscript		: 'Augšrakstā',
 	horizontalrule	: 'Ievietot horizontālu Atdalītājsvītru',
-	pagebreak		: 'Ievietot lapas pārtraukumu',
-	pagebreakAlt		: 'Page Break', // MISSING
+	pagebreak		: 'Ievietot lapas pārtraukumu drukai',
+	pagebreakAlt		: 'Lapas pārnesums',
 	unlink			: 'Noņemt hipersaiti',
 	undo			: 'Atcelt',
@@ -74,9 +74,9 @@
 		flash			: 'Flash',
 		form			: 'Forma',
-		checkbox		: 'Atzīmēšanas kastīte',
-		radio			: 'Izvēles poga',
+		checkbox		: 'Izvēles rūtiņa',
+		radio			: 'Radio poga',
 		textField		: 'Teksta rinda',
 		textarea		: 'Teksta laukums',
-		hiddenField		: 'Paslēpta teksta rinda',
+		hiddenField		: 'Paslēpts lauks',
 		button			: 'Poga',
 		select			: 'Iezīmēšanas lauks',
@@ -93,47 +93,47 @@
 		advisoryTitle	: 'Konsultatīvs virsraksts',
 		cssStyle		: 'Stils',
-		ok				: 'Darīts!',
+		ok				: 'Apstiprināt',
 		cancel			: 'Atcelt',
-		close			: 'Close', // MISSING
-		preview			: 'Preview', // MISSING
-		generalTab		: 'General', // MISSING
+		close			: 'Aizvērt',
+		preview			: 'Priekšskatījums',
+		generalTab		: 'Vispārīgi',
 		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
-		options			: 'Options', // MISSING
-		target			: 'Target', // MISSING
-		targetNew		: 'New Window (_blank)', // MISSING
-		targetTop		: 'Topmost Window (_top)', // MISSING
-		targetSelf		: 'Same Window (_self)', // MISSING
-		targetParent	: 'Parent Window (_parent)', // MISSING
-		langDirLTR		: 'Left to Right (LTR)', // MISSING
-		langDirRTL		: 'Right to Left (RTL)', // MISSING
-		styles			: 'Style', // MISSING
-		cssClasses		: 'Stylesheet Classes', // MISSING
+		validateNumberFailed : 'Šī vērtība nav skaitlis',
+		confirmNewPage	: 'Jebkuras nesaglabātās izmaiņas tiks zaudētas. Vai tiešām vēlaties atvērt jaunu lapu?',
+		confirmCancel	: 'Daži no uzstādījumiem ir mainīti. Vai tiešām vēlaties aizvērt šo dialogu?',
+		options			: 'Uzstādījumi',
+		target			: 'Mērķis',
+		targetNew		: 'Jauns logs (_blank)',
+		targetTop		: 'Virsējais logs (_top)',
+		targetSelf		: 'Tas pats logs (_self)',
+		targetParent	: 'Avota logs (_parent)',
+		langDirLTR		: 'Kreisais uz Labo (LTR)',
+		langDirRTL		: 'Labais uz Kreiso (RTL)',
+		styles			: 'Stils',
+		cssClasses		: 'Stilu klases',
 		width			: 'Platums',
 		height			: 'Augstums',
-		align			: 'Nolīdzināt',
+		align			: 'Līdzinājums',
 		alignLeft		: 'Pa kreisi',
 		alignRight		: 'Pa labi',
 		alignCenter		: 'Centrēti',
 		alignTop		: 'Augšā',
-		alignMiddle		: 'Vertikāli centrēts',
+		alignMiddle		: 'Pa vidu',
 		alignBottom		: 'Apakšā',
-		invalidValue	: 'Invalid value.', // MISSING
-		invalidHeight	: 'Height must be a number.', // MISSING
-		invalidWidth	: 'Width must be a number.', // MISSING
-		invalidCssLength	: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
-		invalidHtmlLength	: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
-		invalidInlineStyle	: 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING
-		cssLengthTooltip	: 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
+		invalidValue	: 'Nekorekta vērtība',
+		invalidHeight	: 'Augstumam jābūt skaitlim.',
+		invalidWidth	: 'Platumam jābūt skaitlim',
+		invalidCssLength	: 'Laukam "%1" norādītajai vērtībai jābūt pozitīvam skaitlim ar vai bez korektām CSS mērvienībām (px, %, in, cm, mm, em, ex, pt, vai pc).',
+		invalidHtmlLength	: 'Laukam "%1" norādītajai vērtībai jābūt pozitīvam skaitlim ar vai bez korektām HTML mērvienībām (px vai %).',
+		invalidInlineStyle	: 'Iekļautajā stilā norādītajai vērtībai jāsastāv no viena vai vairākiem pāriem pēc forma\'ta "nosaukums: vērtība", atdalītiem ar semikolu.',
+		cssLengthTooltip	: 'Ievadiet vērtību pikseļos vai skaitli ar derīgu CSS mērvienību (px, %, in, cm, mm, em, ex, pt, vai pc).',
 
 		// Put the voice-only part of the label in the span.
-		unavailable		: '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
+		unavailable		: '%1<span class="cke_accessibility">, nav pieejams</span>'
 	},
 
 	contextmenu :
 	{
-		options : 'Context Menu Options' // MISSING
+		options : 'Uznirstošās izvēlnes uzstādījumi'
 	},
 
@@ -143,5 +143,5 @@
 		toolbar		: 'Ievietot speciālo simbolu',
 		title		: 'Ievietot īpašu simbolu',
-		options : 'Special Character Options' // MISSING
+		options : 'Speciālo simbolu uzstādījumi'
 	},
 
@@ -158,5 +158,5 @@
 		advanced	: 'Izvērstais',
 		type		: 'Hipersaites tips',
-		toUrl		: 'URL', // MISSING
+		toUrl		: 'Adrese',
 		toAnchor	: 'Iezīme šajā lapā',
 		toEmail		: 'E-pasts',
@@ -166,5 +166,5 @@
 		targetPopupName	: 'Uznirstošā loga nosaukums',
 		popupFeatures	: 'Uznirstošā loga nosaukums īpašības',
-		popupResizable	: 'Resizable', // MISSING
+		popupResizable	: 'Mērogojams',
 		popupStatusBar	: 'Statusa josla',
 		popupLocationBar: 'Atrašanās vietas josla',
@@ -176,18 +176,18 @@
 		popupLeft		: 'Kreisā koordināte',
 		popupTop		: 'Augšējā koordināte',
-		id				: 'Id', // MISSING
+		id				: 'ID',
 		langDir			: 'Valodas lasīšanas virziens',
 		langDirLTR		: 'No kreisās uz labo (LTR)',
 		langDirRTL		: 'No labās uz kreiso (RTL)',
-		acccessKey		: 'Pieejas kods',
+		acccessKey		: 'Pieejas taustiņš',
 		name			: 'Nosaukums',
-		langCode			: 'Valodas lasīšanas virziens',
+		langCode			: 'Valodas kods',
 		tabIndex			: 'Ciļņu indekss',
 		advisoryTitle		: 'Konsultatīvs virsraksts',
 		advisoryContentType	: 'Konsultatīvs satura tips',
 		cssClasses		: 'Stilu saraksta klases',
-		charset			: 'Pievienotā resursa kodu tabula',
+		charset			: 'Pievienotā resursa kodējums',
 		styles			: 'Stils',
-		rel			: 'Relationship', // MISSING
+		rel			: 'Relācija',
 		selectAnchor		: 'Izvēlēties iezīmi',
 		anchorName		: 'Pēc iezīmes nosaukuma',
@@ -205,9 +205,9 @@
 	{
 		toolbar		: 'Ievietot/Labot iezīmi',
-		menu		: 'Iezīmes īpašības',
-		title		: 'Iezīmes īpašības',
+		menu		: 'Labot iezīmi',
+		title		: 'Iezīmes uzstādījumi',
 		name		: 'Iezīmes nosaukums',
 		errorName	: 'Lūdzu norādiet iezīmes nosaukumu',
-		remove		: 'Remove Anchor' // MISSING
+		remove		: 'Noņemt iezīmi'
 	},
 
@@ -215,23 +215,23 @@
 	list:
 	{
-		numberedTitle		: 'Numbered List Properties', // MISSING
-		bulletedTitle		: 'Bulleted List Properties', // MISSING
-		type				: 'Type', // MISSING
-		start				: 'Start', // MISSING
-		validateStartNumber				:'List start number must be a whole number.', // MISSING
-		circle				: 'Circle', // MISSING
-		disc				: 'Disc', // MISSING
-		square				: 'Square', // MISSING
-		none				: 'None', // MISSING
-		notset				: '<not set>', // MISSING
-		armenian			: 'Armenian numbering', // MISSING
-		georgian			: 'Georgian numbering (an, ban, gan, etc.)', // MISSING
-		lowerRoman			: 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
-		upperRoman			: 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
-		lowerAlpha			: 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
-		upperAlpha			: 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
-		lowerGreek			: 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
-		decimal				: 'Decimal (1, 2, 3, etc.)', // MISSING
-		decimalLeadingZero	: 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
+		numberedTitle		: 'Numurēta saraksta uzstādījumi',
+		bulletedTitle		: 'Vienkārša saraksta uzstādījumi',
+		type				: 'Tips',
+		start				: 'Sākt',
+		validateStartNumber				:'Saraksta sākuma numuram jābūt veselam skaitlim',
+		circle				: 'Aplis',
+		disc				: 'Disks',
+		square				: 'Kvadrāts',
+		none				: 'Nekas',
+		notset				: '<nav norādīts>',
+		armenian			: 'Armēņu skaitļi',
+		georgian			: 'Gruzīņu skaitļi (an, ban, gan, utt)',
+		lowerRoman			: 'Mazie romāņu (i, ii, iii, iv, v, utt)',
+		upperRoman			: 'Lielie romāņu (I, II, III, IV, V, utt)',
+		lowerAlpha			: 'Mazie alfabēta (a, b, c, d, e, utt)',
+		upperAlpha			: 'Lielie alfabēta (A, B, C, D, E, utt)',
+		lowerGreek			: 'Mazie grieķu (alfa, beta, gamma, utt)',
+		decimal				: 'Decimālie (1, 2, 3, utt)',
+		decimalLeadingZero	: 'Decimālie ar nulli (01, 02, 03, utt)'
 	},
 
@@ -239,5 +239,5 @@
 	findAndReplace :
 	{
-		title				: 'Find and Replace', // MISSING
+		title				: 'Meklēt un aizvietot',
 		find				: 'Meklēt',
 		replace				: 'Nomainīt',
@@ -245,10 +245,10 @@
 		replaceWith			: 'Nomainīt uz:',
 		notFoundMsg			: 'Norādītā frāze netika atrasta.',
-		findOptions			: 'Find Options', // MISSING
+		findOptions			: 'Meklēt uzstādījumi',
 		matchCase			: 'Reģistrjūtīgs',
 		matchWord			: 'Jāsakrīt pilnībā',
-		matchCyclic			: 'Match cyclic', // MISSING
+		matchCyclic			: 'Sakrist cikliski',
 		replaceAll			: 'Aizvietot visu',
-		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
+		replaceSuccessMsg	: '%1 gadījums(i) aizvietoti'
 	},
 
@@ -265,52 +265,52 @@
 		widthPx		: 'pikseļos',
 		widthPc		: 'procentuāli',
-		widthUnit	: 'width unit', // MISSING
+		widthUnit	: 'platuma mērvienība',
 		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 positive number.', // MISSING
-		invalidCellPadding	: 'Cell padding must be a positive number.', // MISSING
+		headers		: 'Virsraksti',
+		headersNone		: 'Nekas',
+		headersColumn	: 'Pirmā kolona',
+		headersRow		: 'Pirmā rinda',
+		headersBoth		: 'Abi',
+		invalidRows		: 'Rindu skaitam jābūt lielākam par 0',
+		invalidCols		: 'Kolonu skaitam jābūt lielākam par 0',
+		invalidBorder	: 'Rāmju izmēram jābūt skaitlim',
+		invalidWidth	: 'Tabulas platumam jābūt skaitlim',
+		invalidHeight	: 'Tabulas augstumam jābūt skaitlim',
+		invalidCellSpacing	: 'Šūnu atstarpēm jābūt pozitīvam skaitlim',
+		invalidCellPadding	: 'Šūnu atkāpēm jābūt pozitīvam skaitlim',
 
 		cell :
 		{
 			menu			: 'Šūna',
-			insertBefore	: 'Insert Cell Before', // MISSING
-			insertAfter		: 'Insert Cell After', // MISSING
+			insertBefore	: 'Pievienot šūnu pirms',
+			insertAfter		: 'Pievienot šūnu pēc',
 			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
-			title			: 'Cell Properties', // MISSING
-			cellType		: 'Cell Type', // MISSING
-			rowSpan			: 'Rows Span', // MISSING
-			colSpan			: 'Columns Span', // MISSING
-			wordWrap		: 'Word Wrap', // MISSING
-			hAlign			: 'Horizontal Alignment', // MISSING
-			vAlign			: 'Vertical Alignment', // MISSING
-			alignBaseline	: 'Baseline', // MISSING
-			bgColor			: 'Background Color', // MISSING
-			borderColor		: 'Border Color', // MISSING
-			data			: 'Data', // MISSING
-			header			: 'Header', // MISSING
-			yes				: 'Yes', // MISSING
-			no				: 'No', // MISSING
-			invalidWidth	: 'Cell width must be a number.', // MISSING
-			invalidHeight	: 'Cell height must be a number.', // MISSING
-			invalidRowSpan	: 'Rows span must be a whole number.', // MISSING
-			invalidColSpan	: 'Columns span must be a whole number.', // MISSING
-			chooseColor		: 'Choose' // MISSING
+			mergeRight		: 'Apvieno pa labi',
+			mergeDown		: 'Apvienot uz leju',
+			splitHorizontal	: 'Sadalīt šūnu horizontāli',
+			splitVertical	: 'Sadalīt šūnu vertikāli',
+			title			: 'Šūnas uzstādījumi',
+			cellType		: 'Šūnas tips',
+			rowSpan			: 'Apvienotas rindas',
+			colSpan			: 'Apvienotas kolonas',
+			wordWrap		: 'Vārdu pārnese',
+			hAlign			: 'Horizontālais novietojums',
+			vAlign			: 'Vertikālais novietojums',
+			alignBaseline	: 'Pamatrinda',
+			bgColor			: 'Fona krāsa',
+			borderColor		: 'Rāmja krāsa',
+			data			: 'Dati',
+			header			: 'Virsraksts',
+			yes				: 'Jā',
+			no				: 'Nē',
+			invalidWidth	: 'Šūnas platumam jābūt skaitlim',
+			invalidHeight	: 'Šūnas augstumam jābūt skaitlim',
+			invalidRowSpan	: 'Apvienojamo rindu skaitam jābūt veselam skaitlim',
+			invalidColSpan	: 'Apvienojamo kolonu skaitam jābūt veselam skaitlim',
+			chooseColor		: 'Izvēlēties'
 		},
 
@@ -318,6 +318,6 @@
 		{
 			menu			: 'Rinda',
-			insertBefore	: 'Insert Row Before', // MISSING
-			insertAfter		: 'Insert Row After', // MISSING
+			insertBefore	: 'Ievietot rindu pirms',
+			insertAfter		: 'Ievietot rindu pēc',
 			deleteRow		: 'Dzēst rindas'
 		},
@@ -326,6 +326,6 @@
 		{
 			menu			: 'Kolonna',
-			insertBefore	: 'Insert Column Before', // MISSING
-			insertAfter		: 'Insert Column After', // MISSING
+			insertBefore	: 'Ievietot kolonu pirms',
+			insertAfter		: 'Ievieto kolonu pēc',
 			deleteColumn	: 'Dzēst kolonnas'
 		}
@@ -338,7 +338,7 @@
 		text		: 'Teksts (vērtība)',
 		type		: 'Tips',
-		typeBtn		: 'Button', // MISSING
-		typeSbm		: 'Submit', // MISSING
-		typeRst		: 'Reset' // MISSING
+		typeBtn		: 'Poga',
+		typeSbm		: 'Nosūtīt',
+		typeRst		: 'Atcelt'
 	},
 
@@ -359,5 +359,5 @@
 		action		: 'Darbība',
 		method		: 'Metode',
-		encoding	: 'Encoding' // MISSING
+		encoding	: 'Kodējums'
 	},
 
@@ -428,10 +428,10 @@
 		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
-		urlMissing	: 'Image source URL is missing.', // MISSING
-		validateBorder	: 'Border must be a whole number.', // MISSING
-		validateHSpace	: 'HSpace must be a whole number.', // MISSING
-		validateVSpace	: 'VSpace must be a whole number.' // MISSING
+		button2Img	: 'Vai vēlaties pārveidot izvēlēto attēla pogu uz attēla?',
+		img2Button	: 'Vai vēlaties pārveidot izvēlēto attēlu uz attēla pogas?',
+		urlMissing	: 'Trūkst attēla atrašanās adrese.',
+		validateBorder	: 'Apmalei jābūt veselam skaitlim',
+		validateHSpace	: 'HSpace jābūt veselam skaitlim',
+		validateVSpace	: 'VSpace jābūt veselam skaitlim'
 	},
 
@@ -440,40 +440,40 @@
 	{
 		properties		: 'Flash īpašības',
-		propertiesTab	: 'Properties', // MISSING
+		propertiesTab	: 'Uzstādījumi',
 		title			: 'Flash īpašības',
 		chkPlay			: 'Automātiska atskaņošana',
 		chkLoop			: 'Nepārtraukti',
 		chkMenu			: 'Atļaut Flash izvēlni',
-		chkFull			: 'Allow Fullscreen', // MISSING
+		chkFull			: 'Pilnekrāns',
  		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
+		access			: 'Skripta pieeja',
+		accessAlways	: 'Vienmēr',
+		accessSameDomain: 'Tas pats domēns',
+		accessNever		: 'Nekad',
 		alignAbsBottom	: 'Absolūti apakšā',
 		alignAbsMiddle	: 'Absolūti vertikāli centrēts',
 		alignBaseline	: 'Pamatrindā',
 		alignTextTop	: 'Teksta augšā',
-		quality			: 'Quality', // MISSING
-		qualityBest		: 'Best', // MISSING
-		qualityHigh		: 'High', // MISSING
-		qualityAutoHigh	: 'Auto High', // MISSING
-		qualityMedium	: 'Medium', // MISSING
-		qualityAutoLow	: 'Auto Low', // MISSING
-		qualityLow		: 'Low', // MISSING
-		windowModeWindow: 'Window', // MISSING
-		windowModeOpaque: 'Opaque', // MISSING
-		windowModeTransparent : 'Transparent', // MISSING
-		windowMode		: 'Window mode', // MISSING
-		flashvars		: 'Variables for Flash', // MISSING
+		quality			: 'Kvalitāte',
+		qualityBest		: 'Labākā',
+		qualityHigh		: 'Augsta',
+		qualityAutoHigh	: 'Automātiski Augsta',
+		qualityMedium	: 'Vidēja',
+		qualityAutoLow	: 'Automātiski Zema',
+		qualityLow		: 'Zema',
+		windowModeWindow: 'Logs',
+		windowModeOpaque: 'Necaurspīdīgs',
+		windowModeTransparent : 'Caurspīdīgs',
+		windowMode		: 'Loga režīms',
+		flashvars		: 'Flash mainīgie',
 		bgcolor			: 'Fona krāsa',
 		hSpace			: 'Horizontālā telpa',
 		vSpace			: 'Vertikālā telpa',
 		validateSrc		: 'Lūdzu norādi hipersaiti',
-		validateHSpace	: 'HSpace must be a number.', // MISSING
-		validateVSpace	: 'VSpace must be a number.' // MISSING
+		validateHSpace	: 'Hspace jābūt skaitlim',
+		validateVSpace	: 'Vspace jābūt skaitlim'
 	},
 
@@ -482,7 +482,7 @@
 	{
 		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
+		title			: 'Pārbaudīt gramatiku',
+		notAvailable	: 'Atvainojiet, bet serviss šobrīd nav pieejams.',
+		errorLoading	: 'Kļūda ielādējot aplikācijas servisa adresi: %s.',
 		notInDic		: 'Netika atrasts vārdnīcā',
 		changeTo		: 'Nomainīt uz',
@@ -505,15 +505,15 @@
 		toolbar	: 'Smaidiņi',
 		title	: 'Ievietot smaidiņu',
-		options : 'Smiley Options' // MISSING
+		options : 'Smaidiņu uzstādījumi'
 	},
 
 	elementsPath :
 	{
-		eleLabel : 'Elements path', // MISSING
-		eleTitle : '%1 element' // MISSING
+		eleLabel : 'Elementa ceļš',
+		eleTitle : '%1 elements'
 	},
 
 	numberedlist	: 'Numurēts saraksts',
-	bulletedlist	: 'Izcelts saraksts',
+	bulletedlist	: 'Pievienot/Noņemt vienkāršu sarakstu',
 	indent			: 'Palielināt atkāpi',
 	outdent			: 'Samazināt atkāpi',
@@ -527,22 +527,22 @@
 	},
 
-	blockquote : 'Block Quote', // MISSING
+	blockquote : 'Bloka citāts',
 
 	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/Cmd+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/Cmd+C), lai veiktu šo darbību.',
+		cutError	: 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj redaktoram automātiski veikt izgriezšanas darbību.  Lūdzu, izmantojiet (Ctrl/Cmd+X), lai veiktu šo darbību.',
+		copyError	: 'Jūsu pārlūkprogrammas drošības iestatījumi nepieļauj redaktoram automātiski veikt kopēšanas darbību.  Lūdzu, izmantojiet (Ctrl/Cmd+C), lai veiktu šo darbību.',
 		pasteMsg	: 'Lūdzu, ievietojiet tekstu šajā laukumā, izmantojot klaviatūru (<STRONG>Ctrl/Cmd+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
-		pasteArea	: 'Paste Area' // MISSING
+		securityMsg	: 'Jūsu pārlūka drošības uzstādījumu dēļ, nav iespējams tieši piekļūt jūsu starpliktuvei. Jums jāielīmē atkārtoti šajā logā.',
+		pasteArea	: 'Ielīmēšanas zona'
 	},
 
 	pastefromword :
 	{
-		confirmCleanup	: 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
+		confirmCleanup	: 'Teksts, kuru vēlaties ielīmēt, izskatās ir nokopēts no Word. Vai vēlaties to iztīrīt pirms ielīmēšanas?',
 		toolbar			: 'Ievietot no Worda',
 		title			: 'Ievietot no Worda',
-		error			: 'It was not possible to clean up the pasted data due to an internal error' // MISSING
+		error			: 'Iekšējas kļūdas dēļ, neizdevās iztīrīt ielīmētos datus.'
 	},
 
@@ -557,19 +557,19 @@
 		button			: 'Sagataves',
 		title			: 'Satura sagataves',
-		options : 'Template Options', // MISSING
-		insertOption	: 'Replace actual contents', // MISSING
+		options : 'Sagataves uzstādījumi',
+		insertOption	: 'Aizvietot pašreizējo saturu',
 		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
+	showBlocks : 'Parādīt blokus',
 
 	stylesCombo :
 	{
 		label		: 'Stils',
-		panelTitle	: 'Formatting Styles', // MISSING
-		panelTitle1	: 'Block Styles', // MISSING
-		panelTitle2	: 'Inline Styles', // MISSING
-		panelTitle3	: 'Object Styles' // MISSING
+		panelTitle	: 'Formatēšanas stili',
+		panelTitle1	: 'Bloka stili',
+		panelTitle2	: 'iekļautie stili',
+		panelTitle3	: 'Objekta stili'
 	},
 
@@ -593,26 +593,26 @@
 	div :
 	{
-		title				: 'Create Div Container', // MISSING
-		toolbar				: 'Create Div Container', // MISSING
-		cssClassInputLabel	: 'Stylesheet Classes', // MISSING
-		styleSelectLabel	: 'Style', // MISSING
-		IdInputLabel		: 'Id', // MISSING
-		languageCodeInputLabel	: ' Language Code', // MISSING
-		inlineStyleInputLabel	: 'Inline Style', // MISSING
-		advisoryTitleInputLabel	: 'Advisory Title', // MISSING
-		langDirLabel		: 'Language Direction', // MISSING
-		langDirLTRLabel		: 'Left to Right (LTR)', // MISSING
-		langDirRTLLabel		: 'Right to Left (RTL)', // MISSING
-		edit				: 'Edit Div', // MISSING
-		remove				: 'Remove Div' // MISSING
+		title				: 'Izveidot div konteineri',
+		toolbar				: 'Izveidot div konteineri',
+		cssClassInputLabel	: 'Stilu klases',
+		styleSelectLabel	: 'Stils',
+		IdInputLabel		: 'Id',
+		languageCodeInputLabel	: 'Valodas kods',
+		inlineStyleInputLabel	: 'Iekļautais stils',
+		advisoryTitleInputLabel	: 'Konsultatīvs virsraksts',
+		langDirLabel		: 'Valodas virziens',
+		langDirLTRLabel		: 'Kreisais uz Labo (LTR)',
+		langDirRTLLabel		: 'Labais uz kreiso (RTL)',
+		edit				: 'Labot Div',
+		remove				: 'Noņemt Div'
   	},
 
 	iframe :
 	{
-		title		: 'IFrame Properties', // MISSING
-		toolbar		: 'IFrame', // MISSING
-		noUrl		: 'Please type the iframe URL', // MISSING
-		scrolling	: 'Enable scrollbars', // MISSING
-		border		: 'Show frame border' // MISSING
+		title		: 'IFrame uzstādījumi',
+		toolbar		: 'IFrame',
+		noUrl		: 'Norādiet iframe adresi',
+		scrolling	: 'Atļaut ritjoslas',
+		border		: 'Rādīt rāmi'
 	},
 
@@ -620,5 +620,5 @@
 	{
 		label		: 'Šrifts',
-		voiceLabel	: 'Font', // MISSING
+		voiceLabel	: 'Fonts',
 		panelTitle	: 'Šrifts'
 	},
@@ -627,5 +627,5 @@
 	{
 		label		: 'Izmērs',
-		voiceLabel	: 'Font Size', // MISSING
+		voiceLabel	: 'Fonta izmeŗs',
 		panelTitle	: 'Izmērs'
 	},
@@ -635,5 +635,5 @@
 		textColorTitle	: 'Teksta krāsa',
 		bgColorTitle	: 'Fona krāsa',
-		panelTitle		: 'Colors', // MISSING
+		panelTitle		: 'Krāsa',
 		auto			: 'Automātiska',
 		more			: 'Plašāka palete...'
@@ -642,136 +642,136 @@
 	colors :
 	{
-		'000' : 'Black', // MISSING
-		'800000' : 'Maroon', // MISSING
-		'8B4513' : 'Saddle Brown', // MISSING
-		'2F4F4F' : 'Dark Slate Gray', // MISSING
-		'008080' : 'Teal', // MISSING
-		'000080' : 'Navy', // MISSING
-		'4B0082' : 'Indigo', // MISSING
-		'696969' : 'Dark Gray', // MISSING
-		'B22222' : 'Fire Brick', // MISSING
-		'A52A2A' : 'Brown', // MISSING
-		'DAA520' : 'Golden Rod', // MISSING
-		'006400' : 'Dark Green', // MISSING
-		'40E0D0' : 'Turquoise', // MISSING
-		'0000CD' : 'Medium Blue', // MISSING
-		'800080' : 'Purple', // MISSING
-		'808080' : 'Gray', // MISSING
-		'F00' : 'Red', // MISSING
-		'FF8C00' : 'Dark Orange', // MISSING
-		'FFD700' : 'Gold', // MISSING
-		'008000' : 'Green', // MISSING
-		'0FF' : 'Cyan', // MISSING
-		'00F' : 'Blue', // MISSING
-		'EE82EE' : 'Violet', // MISSING
-		'A9A9A9' : 'Dim Gray', // MISSING
-		'FFA07A' : 'Light Salmon', // MISSING
-		'FFA500' : 'Orange', // MISSING
-		'FFFF00' : 'Yellow', // MISSING
-		'00FF00' : 'Lime', // MISSING
-		'AFEEEE' : 'Pale Turquoise', // MISSING
-		'ADD8E6' : 'Light Blue', // MISSING
-		'DDA0DD' : 'Plum', // MISSING
-		'D3D3D3' : 'Light Grey', // MISSING
-		'FFF0F5' : 'Lavender Blush', // MISSING
-		'FAEBD7' : 'Antique White', // MISSING
-		'FFFFE0' : 'Light Yellow', // MISSING
-		'F0FFF0' : 'Honeydew', // MISSING
-		'F0FFFF' : 'Azure', // MISSING
-		'F0F8FF' : 'Alice Blue', // MISSING
-		'E6E6FA' : 'Lavender', // MISSING
-		'FFF' : 'White' // MISSING
+		'000' : 'Melns',
+		'800000' : 'Sarkanbrūns',
+		'8B4513' : 'Sedlu brūns',
+		'2F4F4F' : 'Tumšas tāfeles pelēks',
+		'008080' : 'Zili-zaļš',
+		'000080' : 'Jūras',
+		'4B0082' : 'Indigo',
+		'696969' : 'Tumši pelēks',
+		'B22222' : 'Ķieģeļsarkans',
+		'A52A2A' : 'Brūns',
+		'DAA520' : 'Zelta',
+		'006400' : 'Tumši zaļš',
+		'40E0D0' : 'Tirkīzs',
+		'0000CD' : 'Vidēji zils',
+		'800080' : 'Purpurs',
+		'808080' : 'Pelēks',
+		'F00' : 'Sarkans',
+		'FF8C00' : 'Tumši oranžs',
+		'FFD700' : 'Zelta',
+		'008000' : 'Zaļš',
+		'0FF' : 'Tumšzils',
+		'00F' : 'Zils',
+		'EE82EE' : 'Violets',
+		'A9A9A9' : 'Pelēks',
+		'FFA07A' : 'Gaiši laškrāsas',
+		'FFA500' : 'Oranžs',
+		'FFFF00' : 'Dzeltens',
+		'00FF00' : 'Laima',
+		'AFEEEE' : 'Gaiši tirkīza',
+		'ADD8E6' : 'Gaiši zils',
+		'DDA0DD' : 'Plūmju',
+		'D3D3D3' : 'Gaiši pelēks',
+		'FFF0F5' : 'Lavandas sārts',
+		'FAEBD7' : 'Antīki balts',
+		'FFFFE0' : 'Gaiši dzeltens',
+		'F0FFF0' : 'Meduspile',
+		'F0FFFF' : 'Debesszils',
+		'F0F8FF' : 'Alises zils',
+		'E6E6FA' : 'Lavanda',
+		'FFF' : 'Balts'
 	},
 
 	scayt :
 	{
-		title			: 'Spell Check As You Type', // MISSING
-		opera_title		: 'Not supported by Opera', // MISSING
-		enable			: 'Enable SCAYT', // MISSING
-		disable			: 'Disable SCAYT', // MISSING
-		about			: 'About SCAYT', // MISSING
-		toggle			: 'Toggle SCAYT', // MISSING
-		options			: 'Options', // MISSING
-		langs			: 'Languages', // MISSING
-		moreSuggestions	: 'More suggestions', // MISSING
-		ignore			: 'Ignore', // MISSING
-		ignoreAll		: 'Ignore All', // MISSING
-		addWord			: 'Add Word', // MISSING
-		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
-		optionsTab		: 'Options', // MISSING
-		allCaps			: 'Ignore All-Caps Words', // MISSING
-		ignoreDomainNames : 'Ignore Domain Names', // MISSING
-		mixedCase		: 'Ignore Words with Mixed Case', // MISSING
-		mixedWithDigits	: 'Ignore Words with Numbers', // MISSING
-
-		languagesTab	: 'Languages', // MISSING
-
-		dictionariesTab	: 'Dictionaries', // MISSING
-		dic_field_name	: 'Dictionary name', // MISSING
-		dic_create		: 'Create', // MISSING
-		dic_restore		: 'Restore', // MISSING
-		dic_delete		: 'Delete', // MISSING
-		dic_rename		: 'Rename', // MISSING
-		dic_info		: 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
-
-		aboutTab		: 'About' // MISSING
+		title			: 'Pārbaudīt gramatiku rakstot',
+		opera_title		: 'Opera neatbalsta',
+		enable			: 'Ieslēgt SCAYT',
+		disable			: 'Atslēgt SCAYT',
+		about			: 'Par SCAYT',
+		toggle			: 'Pārslēgt SCAYT',
+		options			: 'Uzstādījumi',
+		langs			: 'Valodas',
+		moreSuggestions	: 'Vairāk ieteikumi',
+		ignore			: 'Ignorēt',
+		ignoreAll		: 'Ignorēt visu',
+		addWord			: 'Pievienot vārdu',
+		emptyDic		: 'Vārdnīcas nosaukums nevar būt tukšs.',
+		noSuggestions	: 'No suggestions', // MISSING
+		optionsTab		: 'Uzstādījumi',
+		allCaps			: 'Ignorēt vārdus ar lielajiem burtiem',
+		ignoreDomainNames : 'Ignorēt domēnu nosaukumus',
+		mixedCase		: 'Ignorēt vārdus ar jauktu reģistru burtiem',
+		mixedWithDigits	: 'Ignorēt vārdus ar skaitļiem',
+
+		languagesTab	: 'Valodas',
+
+		dictionariesTab	: 'Vārdnīcas',
+		dic_field_name	: 'Vārdnīcas nosaukums',
+		dic_create		: 'Izveidot',
+		dic_restore		: 'Atjaunot',
+		dic_delete		: 'Dzēst',
+		dic_rename		: 'Pārsaukt',
+		dic_info		: 'Sākumā lietotāja vārdnīca tiek glabāta Cookie. Diemžēl, Cookie ir ierobežots izmērs. Kad vārdnīca sasniegs izmēru, ka to vairs nevar glabāt Cookie, tā tiks noglabāta uz servera. Lai saglabātu personīgo vārdnīcu uz jūsu servera, jums jānorāda tās nosaukums. Ja jūs jau esiet noglabājuši vārdnīcu, lūdzu ierakstiet tās nosaukum un nospiediet Atjaunot pogu.',
+
+		aboutTab		: 'Par'
 	},
 
 	about :
 	{
-		title		: 'About CKEditor', // MISSING
-		dlgTitle	: 'About CKEditor', // MISSING
-		help	: 'Check $1 for help.', // MISSING
-		userGuide : 'CKEditor User\'s Guide', // MISSING
-		moreInfo	: 'For licensing information please visit our web site:', // MISSING
-		copy		: 'Copyright &copy; $1. All rights reserved.' // MISSING
-	},
-
-	maximize : 'Maximize', // MISSING
-	minimize : 'Minimize', // MISSING
+		title		: 'Par CKEditor',
+		dlgTitle	: 'Par CKEditor',
+		help	: 'Pārbaudiet $1 palīdzībai.',
+		userGuide : 'CKEditor Lietotāja pamācība',
+		moreInfo	: 'Informācijai par licenzēšanu apmeklējiet mūsu mājas lapu:',
+		copy		: 'Kopēšanas tiesības &copy; $1. Visas tiesības rezervētas.'
+	},
+
+	maximize : 'Maksimizēt',
+	minimize : 'Minimizēt',
 
 	fakeobjects :
 	{
-		anchor		: 'Anchor', // MISSING
-		flash		: 'Flash Animation', // MISSING
-		iframe		: 'IFrame', // MISSING
-		hiddenfield	: 'Hidden Field', // MISSING
-		unknown		: 'Unknown Object' // MISSING
-	},
-
-	resize : 'Drag to resize', // MISSING
+		anchor		: 'Iezīme',
+		flash		: 'Flash animācija',
+		iframe		: 'Iframe',
+		hiddenfield	: 'Slēpts lauks',
+		unknown		: 'Nezināms objekts'
+	},
+
+	resize : 'Velciet lai mērogotu',
 
 	colordialog :
 	{
-		title		: 'Select color', // MISSING
-		options	:	'Color Options', // MISSING
-		highlight	: 'Highlight', // MISSING
-		selected	: 'Selected Color', // MISSING
-		clear		: 'Clear' // MISSING
-	},
-
-	toolbarCollapse	: 'Collapse Toolbar', // MISSING
-	toolbarExpand	: 'Expand Toolbar', // MISSING
+		title		: 'Izvēlies krāsu',
+		options	:	'Krāsas uzstādījumi',
+		highlight	: 'Paraugs',
+		selected	: 'Izvēlētā krāsa',
+		clear		: 'Notīrīt'
+	},
+
+	toolbarCollapse	: 'Aizvērt rīkjoslu',
+	toolbarExpand	: 'Atvērt rīkjoslu',
 
 	toolbarGroups :
 	{
-		document : 'Document', // MISSING
-		clipboard : 'Clipboard/Undo', // MISSING
-		editing : 'Editing', // MISSING
-		forms : 'Forms', // MISSING
-		basicstyles : 'Basic Styles', // MISSING
-		paragraph : 'Paragraph', // MISSING
-		links : 'Links', // MISSING
-		insert : 'Insert', // MISSING
-		styles : 'Styles', // MISSING
-		colors : 'Colors', // MISSING
-		tools : 'Tools' // MISSING
+		document : 'Dokuments',
+		clipboard : 'Starpliktuve/Atcelt',
+		editing : 'Labošana',
+		forms : 'Formas',
+		basicstyles : 'Pamata stili',
+		paragraph : 'Paragrāfs',
+		links : 'Saites',
+		insert : 'Ievietot',
+		styles : 'Stili',
+		colors : 'Krāsas',
+		tools : 'Rīki'
 	},
 
 	bidi :
 	{
-		ltr : 'Text direction from left to right', // MISSING
-		rtl : 'Text direction from right to left' // MISSING
+		ltr : 'Teksta virziens no kreisās uz labo',
+		rtl : 'Teksta virziens no labās uz kreiso'
 	},
 
@@ -780,21 +780,21 @@
 		label : 'Dokumenta īpašības',
 		title : 'Dokumenta īpašības',
-		design : 'Design', // MISSING
+		design : 'Dizains',
 		meta : 'META dati',
-		chooseColor : 'Choose', // MISSING
+		chooseColor : 'Izvēlēties',
 		other : '<cits>',
 		docTitle :	'Dokumenta virsraksts <Title>',
 		charset : 	'Simbolu kodējums',
 		charsetOther : 'Cits simbolu kodējums',
-		charsetASCII : 'ASCII', // MISSING
-		charsetCE : 'Central European', // MISSING
-		charsetCT : 'Chinese Traditional (Big5)', // MISSING
-		charsetCR : 'Cyrillic', // MISSING
-		charsetGR : 'Greek', // MISSING
-		charsetJP : 'Japanese', // MISSING
-		charsetKR : 'Korean', // MISSING
-		charsetTR : 'Turkish', // MISSING
-		charsetUN : 'Unicode (UTF-8)', // MISSING
-		charsetWE : 'Western European', // MISSING
+		charsetASCII : 'ASCII',
+		charsetCE : 'Centrāleiropas',
+		charsetCT : 'Ķīniešu tradicionālā (Big5)',
+		charsetCR : 'Kirilica',
+		charsetGR : 'Grieķu',
+		charsetJP : 'Japāņu',
+		charsetKR : 'Korejiešu',
+		charsetTR : 'Turku',
+		charsetUN : 'Unikods (UTF-8)',
+		charsetWE : 'Rietumeiropas',
 		docType : 'Dokumenta tips',
 		docTypeOther : 'Cits dokumenta tips',
@@ -813,5 +813,5 @@
 		metaAuthor : 'Autors',
 		metaCopyright : 'Autortiesības',
-		previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
+		previewHtml : '<p>Šis ir <strong>parauga teksts</strong>. Jūs izmantojiet <a href="javascript:void(0)">CKEditor</a>.</p>'
 	}
 };
Index: /CKEditor/branches/versions/3.6.x/_source/lang/mk.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/mk.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/mk.js	(revision 7687)
@@ -698,5 +698,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/mn.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/mn.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/mn.js	(revision 7687)
@@ -36,6 +36,6 @@
 
 	// ARIA descriptions.
-	toolbars	: 'Editor toolbars', // MISSING
-	editor		: 'Rich Text Editor', // MISSING
+	toolbars	: 'Болосруулагчийн хэрэгслийн самбар',
+	editor		: 'Хэлбэрт бичвэр боловсруулагч',
 
 	// Toolbar buttons without dialogs.
@@ -52,5 +52,5 @@
 	italic			: 'Налуу',
 	selectAll		: 'Бүгдийг нь сонгох',
-	removeFormat	: 'Формат авч хаях',
+	removeFormat	: 'Параргафын загварыг авч хаях',
 	strike			: 'Дундуур нь зураастай болгох',
 	subscript		: 'Суурь болгох',
@@ -59,5 +59,5 @@
 	pagebreak		: 'Хуудас тусгаарлагч оруулах',
 	pagebreakAlt		: 'Page Break', // MISSING
-	unlink			: 'Линк авч хаях',
+	unlink			: 'Холбоос авч хаях',
 	undo			: 'Хүчингүй болгох',
 	redo			: 'Өмнөх үйлдлээ сэргээх',
@@ -95,24 +95,24 @@
 		ok				: 'OK',
 		cancel			: 'Болих',
-		close			: 'Close', // MISSING
+		close			: 'Хаах',
 		preview			: 'Preview', // MISSING
-		generalTab		: 'General', // MISSING
+		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
-		options			: 'Options', // MISSING
-		target			: 'Target', // MISSING
+		options			: 'Сонголт',
+		target			: 'Бай',
 		targetNew		: 'New Window (_blank)', // MISSING
 		targetTop		: 'Topmost Window (_top)', // MISSING
 		targetSelf		: 'Same Window (_self)', // MISSING
 		targetParent	: 'Parent Window (_parent)', // MISSING
-		langDirLTR		: 'Left to Right (LTR)', // MISSING
-		langDirRTL		: 'Right to Left (RTL)', // MISSING
-		styles			: 'Style', // MISSING
+		langDirLTR		: 'Зүүн талаас баруун тийшээ (LTR)',
+		langDirRTL		: 'Баруун талаас зүүн тийшээ (RTL)',
+		styles			: 'Загвар',
 		cssClasses		: 'Stylesheet Classes', // MISSING
 		width			: 'Өргөн',
 		height			: 'Өндөр',
-		align			: 'Эгнээ',
+		align			: 'Тулгах тал',
 		alignLeft		: 'Зүүн',
 		alignRight		: 'Баруун',
@@ -122,6 +122,6 @@
 		alignBottom		: 'Доод талд',
 		invalidValue	: 'Invalid value.', // MISSING
-		invalidHeight	: 'Height must be a number.', // MISSING
-		invalidWidth	: 'Width must be a number.', // MISSING
+		invalidHeight	: 'Өндөр нь тоо байх ёстой.',
+		invalidWidth	: 'Өргөн нь тоо байх ёстой.',
 		invalidCssLength	: 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
 		invalidHtmlLength	: 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
@@ -149,16 +149,16 @@
 	link :
 	{
-		toolbar		: 'Линк Оруулах/Засварлах',
+		toolbar		: 'Холбоос',
 		other 		: '<other>', // MISSING
 		menu		: 'Холбоос засварлах',
-		title		: 'Линк',
-		info		: 'Линкийн мэдээлэл',
+		title		: 'Холбоос',
+		info		: 'Холбоосын тухай мэдээлэл',
 		target		: 'Байрлал',
 		upload		: 'Хуулах',
 		advanced	: 'Нэмэлт',
 		type		: 'Линкийн төрөл',
-		toUrl		: 'URL', // MISSING
-		toAnchor	: 'Энэ хуудасандах холбоос',
-		toEmail		: 'E-Mail',
+		toUrl		: 'цахим хуудасны хаяг (URL)',
+		toAnchor	: 'Энэ бичвэр дэх зангуу руу очих холбоос',
+		toEmail		: 'Э-захиа',
 		targetFrame		: '<Агуулах хүрээ>',
 		targetPopup		: '<popup цонх>',
@@ -169,7 +169,7 @@
 		popupStatusBar	: 'Статус хэсэг',
 		popupLocationBar: 'Location хэсэг',
-		popupToolbar	: 'Багажны хэсэг',
-		popupMenuBar	: 'Meню хэсэг',
-		popupFullScreen	: 'Цонх дүүргэх (IE)',
+		popupToolbar	: 'Багажны самбар',
+		popupMenuBar	: 'Цэсний самбар',
+		popupFullScreen	: 'Цонх дүүргэх (Internet Explorer)',
 		popupScrollBars	: 'Скрол хэсэгүүд',
 		popupDependent	: 'Хамаатай (Netscape)',
@@ -182,5 +182,5 @@
 		acccessKey		: 'Холбох түлхүүр',
 		name			: 'Нэр',
-		langCode			: 'Хэлний чиглэл',
+		langCode			: 'Хэлний код',
 		tabIndex			: 'Tab индекс',
 		advisoryTitle		: 'Зөвлөлдөх гарчиг',
@@ -190,13 +190,13 @@
 		styles			: 'Загвар',
 		rel			: 'Relationship', // MISSING
-		selectAnchor		: 'Холбоос сонгох',
-		anchorName		: 'Холбоосын нэрээр',
-		anchorId			: 'Элемэнт Id-гаар',
-		emailAddress		: 'E-Mail Хаяг',
-		emailSubject		: 'Message гарчиг',
-		emailBody		: 'Message-ийн агуулга',
-		noAnchors		: '(Баримт бичиг холбоосгүй байна)',
-		noUrl			: 'Линк URL-ээ төрөлжүүлнэ үү',
-		noEmail			: 'Е-mail хаягаа төрөлжүүлнэ үү'
+		selectAnchor		: 'Нэг зангууг сонгоно уу',
+		anchorName		: 'Зангуугийн нэрээр',
+		anchorId			: 'Элемэнтйн Id нэрээр',
+		emailAddress		: 'Э-шуудангийн хаяг',
+		emailSubject		: 'Зурвасны гарчиг',
+		emailBody		: 'Зурвасны их бие',
+		noAnchors		: '(Баримт бичиг зангуугүй байна)',
+		noUrl			: 'Холбоосны URL хаягийг шивнэ үү',
+		noEmail			: 'Э-шуудангий хаягаа шивнэ үү'
 	},
 
@@ -204,10 +204,10 @@
 	anchor :
 	{
-		toolbar		: 'Холбоос Оруулах/Засварлах',
-		menu		: 'Холбоос шинж чанар',
-		title		: 'Холбоос шинж чанар',
-		name		: 'Холбоос нэр',
-		errorName	: 'Холбоос төрөл оруулна уу',
-		remove		: 'Remove Anchor' // MISSING
+		toolbar		: 'Зангуу',
+		menu		: 'Зангууг болосруулах',
+		title		: 'Зангуугийн шинж чанар',
+		name		: 'Зангуугийн нэр',
+		errorName	: 'Зангуугийн нэрийг оруулна уу',
+		remove		: 'Зангууг устгах'
 	},
 
@@ -217,5 +217,5 @@
 		numberedTitle		: 'Numbered List Properties', // MISSING
 		bulletedTitle		: 'Bulleted List Properties', // MISSING
-		type				: 'Type', // MISSING
+		type				: 'Төрөл',
 		start				: 'Start', // MISSING
 		validateStartNumber				:'List start number must be a whole number.', // MISSING
@@ -239,15 +239,15 @@
 	findAndReplace :
 	{
-		title				: 'Хай мөн Дарж бич',
+		title				: 'Хайж орлуулах',
 		find				: 'Хайх',
-		replace				: 'Солих',
+		replace				: 'Орлуулах',
 		findWhat			: 'Хайх үг/үсэг:',
 		replaceWith			: 'Солих үг:',
-		notFoundMsg			: 'Хайсан текст олсонгүй.',
-		findOptions			: 'Find Options', // MISSING
+		notFoundMsg			: 'Хайсан бичвэрийг олсонгүй.',
+		findOptions			: 'Хайх сонголтууд',
 		matchCase			: 'Тэнцэх төлөв',
 		matchWord			: 'Тэнцэх бүтэн үг',
 		matchCyclic			: 'Match cyclic', // MISSING
-		replaceAll			: 'Бүгдийг нь Солих',
+		replaceAll			: 'Бүгдийг нь солих',
 		replaceSuccessMsg	: '%1 occurrence(s) replaced.' // MISSING
 	},
@@ -265,5 +265,5 @@
 		widthPx		: 'цэг',
 		widthPc		: 'хувь',
-		widthUnit	: 'width unit', // MISSING
+		widthUnit	: 'өргөний нэгж',
 		cellSpace	: 'Нүх хоорондын зай (spacing)',
 		cellPad		: 'Нүх доторлох(padding)',
@@ -278,5 +278,5 @@
 		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
+		invalidWidth	: 'Хүснэгтийн өргөн нь тоо байх ёстой.',
 		invalidHeight	: 'Table height must be a number.', // MISSING
 		invalidCellSpacing	: 'Cell spacing must be a positive number.', // MISSING
@@ -299,18 +299,18 @@
 			colSpan			: 'Columns Span', // MISSING
 			wordWrap		: 'Word Wrap', // MISSING
-			hAlign			: 'Horizontal Alignment', // MISSING
-			vAlign			: 'Vertical Alignment', // MISSING
+			hAlign			: 'Хэвтээд тэгшлэх арга',
+			vAlign			: 'Босоод тэгшлэх арга',
 			alignBaseline	: 'Baseline', // MISSING
-			bgColor			: 'Background Color', // MISSING
-			borderColor		: 'Border Color', // MISSING
+			bgColor			: 'Дэвсгэр өнгө',
+			borderColor		: 'Хүрээний өнгө',
 			data			: 'Data', // MISSING
 			header			: 'Header', // MISSING
-			yes				: 'Yes', // MISSING
-			no				: 'No', // MISSING
-			invalidWidth	: 'Cell width must be a number.', // MISSING
+			yes				: 'Тийм',
+			no				: 'Үгүй',
+			invalidWidth	: 'Нүдний өргөн нь тоо байх ёстой.',
 			invalidHeight	: 'Cell height must be a number.', // MISSING
 			invalidRowSpan	: 'Rows span must be a whole number.', // MISSING
 			invalidColSpan	: 'Columns span must be a whole number.', // MISSING
-			chooseColor		: 'Choose' // MISSING
+			chooseColor		: 'Сонгох'
 		},
 
@@ -371,5 +371,5 @@
 		size		: 'Хэмжээ',
 		lines		: 'Мөр',
-		chkMulti	: 'Олон сонголт зөвшөөрөх',
+		chkMulti	: 'Олон зүйл зэрэг сонгохыг зөвшөөрөх',
 		opText		: 'Тэкст',
 		opValue		: 'Утга',
@@ -420,5 +420,5 @@
 		btnUpload	: 'Үүнийг сервэррүү илгээ',
 		upload		: 'Хуулах',
-		alt			: 'Тайлбар текст',
+		alt			: 'Зургийг орлох бичвэр',
 		lockRatio	: 'Радио түгжих',
 		resetSize	: 'хэмжээ дахин оноох',
@@ -427,8 +427,8 @@
 		vSpace		: 'Босоо зай',
 		alertUrl	: 'Зурагны URL-ын төрлийн сонгоно уу',
-		linkTab		: 'Линк',
+		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
-		urlMissing	: 'Image source URL is missing.', // MISSING
+		urlMissing	: 'Зургийн эх сурвалжийн хаяг (URL) байхгүй байна.',
 		validateBorder	: 'Border must be a whole number.', // MISSING
 		validateHSpace	: 'HSpace must be a whole number.', // MISSING
@@ -451,7 +451,7 @@
 		scaleFit		: 'Яг тааруулах',
 		access			: 'Script Access', // MISSING
-		accessAlways	: 'Always', // MISSING
-		accessSameDomain: 'Same domain', // MISSING
-		accessNever		: 'Never', // MISSING
+		accessAlways	: 'Онцлогууд',
+		accessSameDomain: 'Байнга',
+		accessNever		: 'Хэзээ ч үгүй',
 		alignAbsBottom	: 'Abs доод талд',
 		alignAbsMiddle	: 'Abs Дунд талд',
@@ -470,5 +470,5 @@
 		windowMode		: 'Window mode', // MISSING
 		flashvars		: 'Variables for Flash', // MISSING
-		bgcolor			: 'Фонны өнгө',
+		bgcolor			: 'Дэвсгэр өнгө',
 		hSpace			: 'Хөндлөн зай',
 		vSpace			: 'Босоо зай',
@@ -489,5 +489,5 @@
 		btnIgnore		: 'Зөвшөөрөх',
 		btnIgnoreAll	: 'Бүгдийг зөвшөөрөх',
-		btnReplace		: 'Дарж бичих',
+		btnReplace		: 'Солих',
 		btnReplaceAll	: 'Бүгдийг Дарж бичих',
 		btnUndo			: 'Буцаах',
@@ -521,11 +521,11 @@
 	justify :
 	{
-		left	: 'Зүүн талд байрлуулах',
-		center	: 'Төвд байрлуулах',
-		right	: 'Баруун талд байрлуулах',
-		block	: 'Блок хэлбэрээр байрлуулах'
-	},
-
-	blockquote : 'Хайрцаглах',
+		left	: 'Зүүн талд тулгах',
+		center	: 'Голлуулах',
+		right	: 'Баруун талд тулгах',
+		block	: 'Тэгшлэх'
+	},
+
+	blockquote : 'Ишлэл хэсэг',
 
 	clipboard :
@@ -549,6 +549,6 @@
 	pasteText :
 	{
-		button	: 'Plain Text-ээс буулгах',
-		title	: 'Plain Text-ээс буулгах'
+		button	: 'Энгийн бичвэрээр буулгах',
+		title	: 'Энгийн бичвэрээр буулгах'
 	},
 
@@ -563,10 +563,10 @@
 	},
 
-	showBlocks : 'Block-уудыг үзүүлэх',
+	showBlocks : 'Хавтангуудыг харуулах',
 
 	stylesCombo :
 	{
 		label		: 'Загвар',
-		panelTitle	: 'Formatting Styles', // MISSING
+		panelTitle	: 'Загвар хэлбэржүүлэх',
 		panelTitle1	: 'Block Styles', // MISSING
 		panelTitle2	: 'Inline Styles', // MISSING
@@ -576,16 +576,16 @@
 	format :
 	{
-		label		: 'Формат',
-		panelTitle	: 'Формат',
+		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_h1		: 'Гарчиг 1',
+		tag_h2		: 'Гарчиг 2',
+		tag_h3		: 'Гарчиг 3',
+		tag_h4		: 'Гарчиг 4',
+		tag_h5		: 'Гарчиг 5',
+		tag_h6		: 'Гарчиг 6',
 		tag_div		: 'Paragraph (DIV)'
 	},
@@ -593,6 +593,6 @@
 	div :
 	{
-		title				: 'Create Div Container', // MISSING
-		toolbar				: 'Create Div Container', // MISSING
+		title				: 'Div гэдэг хэсэг бий болгох',
+		toolbar				: 'Div гэдэг хэсэг бий болгох',
 		cssClassInputLabel	: 'Stylesheet Classes', // MISSING
 		styleSelectLabel	: 'Style', // MISSING
@@ -602,6 +602,6 @@
 		advisoryTitleInputLabel	: 'Advisory Title', // MISSING
 		langDirLabel		: 'Language Direction', // MISSING
-		langDirLTRLabel		: 'Left to Right (LTR)', // MISSING
-		langDirRTLLabel		: 'Right to Left (RTL)', // MISSING
+		langDirLTRLabel		: 'Зүүн талаас баруун тишээ (LTR)',
+		langDirRTLLabel		: 'Баруун талаас зүүн тишээ (RTL)',
 		edit				: 'Edit Div', // MISSING
 		remove				: 'Remove Div' // MISSING
@@ -619,7 +619,7 @@
 	font :
 	{
-		label		: 'Фонт',
-		voiceLabel	: 'Font', // MISSING
-		panelTitle	: 'Фонт'
+		label		: 'Үсгийн хэлбэр',
+		voiceLabel	: 'Үгсийн хэлбэр',
+		panelTitle	: 'Үгсийн хэлбэрийн нэр'
 	},
 
@@ -627,13 +627,13 @@
 	{
 		label		: 'Хэмжээ',
-		voiceLabel	: 'Font Size', // MISSING
-		panelTitle	: 'Хэмжээ'
+		voiceLabel	: 'Үсгийн хэмжээ',
+		panelTitle	: 'Үсгийн хэмжээ'
 	},
 
 	colorButton :
 	{
-		textColorTitle	: 'Фонтны өнгө',
-		bgColorTitle	: 'Фонны өнгө',
-		panelTitle		: 'Colors', // MISSING
+		textColorTitle	: 'Бичвэрийн өнгө',
+		bgColorTitle	: 'Дэвсгэр өнгө',
+		panelTitle		: 'Өнгөнүүд',
 		auto			: 'Автоматаар',
 		more			: 'Нэмэлт өнгөнүүд...'
@@ -642,6 +642,6 @@
 	colors :
 	{
-		'000' : 'Black', // MISSING
-		'800000' : 'Maroon', // MISSING
+		'000' : 'Хар',
+		'800000' : 'Хүрэн',
 		'8B4513' : 'Saddle Brown', // MISSING
 		'2F4F4F' : 'Dark Slate Gray', // MISSING
@@ -657,21 +657,21 @@
 		'0000CD' : 'Medium Blue', // MISSING
 		'800080' : 'Purple', // MISSING
-		'808080' : 'Gray', // MISSING
-		'F00' : 'Red', // MISSING
+		'808080' : 'Саарал',
+		'F00' : 'Улаан',
 		'FF8C00' : 'Dark Orange', // MISSING
-		'FFD700' : 'Gold', // MISSING
-		'008000' : 'Green', // MISSING
-		'0FF' : 'Cyan', // MISSING
-		'00F' : 'Blue', // MISSING
-		'EE82EE' : 'Violet', // MISSING
+		'FFD700' : 'Алт',
+		'008000' : 'Ногоон',
+		'0FF' : 'Цэнхэр',
+		'00F' : 'Хөх',
+		'EE82EE' : 'Ягаан',
 		'A9A9A9' : 'Dim Gray', // MISSING
 		'FFA07A' : 'Light Salmon', // MISSING
-		'FFA500' : 'Orange', // MISSING
-		'FFFF00' : 'Yellow', // MISSING
+		'FFA500' : 'Улбар шар',
+		'FFFF00' : 'Шар',
 		'00FF00' : 'Lime', // MISSING
 		'AFEEEE' : 'Pale Turquoise', // MISSING
 		'ADD8E6' : 'Light Blue', // MISSING
 		'DDA0DD' : 'Plum', // MISSING
-		'D3D3D3' : 'Light Grey', // MISSING
+		'D3D3D3' : 'Цайвар саарал',
 		'FFF0F5' : 'Lavender Blush', // MISSING
 		'FAEBD7' : 'Antique White', // MISSING
@@ -681,5 +681,5 @@
 		'F0F8FF' : 'Alice Blue', // MISSING
 		'E6E6FA' : 'Lavender', // MISSING
-		'FFF' : 'White' // MISSING
+		'FFF' : 'Цагаан'
 	},
 
@@ -692,6 +692,6 @@
 		about			: 'About SCAYT', // MISSING
 		toggle			: 'Toggle SCAYT', // MISSING
-		options			: 'Options', // MISSING
-		langs			: 'Languages', // MISSING
+		options			: 'Сонголт',
+		langs			: 'Хэлүүд',
 		moreSuggestions	: 'More suggestions', // MISSING
 		ignore			: 'Ignore', // MISSING
@@ -699,6 +699,6 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
-		optionsTab		: 'Options', // MISSING
+		noSuggestions	: 'No suggestions', // MISSING
+		optionsTab		: 'Сонголт',
 		allCaps			: 'Ignore All-Caps Words', // MISSING
 		ignoreDomainNames : 'Ignore Domain Names', // MISSING
@@ -706,12 +706,12 @@
 		mixedWithDigits	: 'Ignore Words with Numbers', // MISSING
 
-		languagesTab	: 'Languages', // MISSING
-
-		dictionariesTab	: 'Dictionaries', // MISSING
+		languagesTab	: 'Хэлүүд',
+
+		dictionariesTab	: 'Толь бичгүүд',
 		dic_field_name	: 'Dictionary name', // MISSING
-		dic_create		: 'Create', // MISSING
+		dic_create		: 'Бий болгох',
 		dic_restore		: 'Restore', // MISSING
-		dic_delete		: 'Delete', // MISSING
-		dic_rename		: 'Rename', // MISSING
+		dic_delete		: 'Устгах',
+		dic_rename		: 'Нэрийг солих',
 		dic_info		: 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
 
@@ -729,10 +729,10 @@
 	},
 
-	maximize : 'Maximize', // MISSING
-	minimize : 'Minimize', // MISSING
+	maximize : 'Дэлгэц дүүргэх',
+	minimize : 'Цонхыг багсгаж харуулах',
 
 	fakeobjects :
 	{
-		anchor		: 'Anchor', // MISSING
+		anchor		: 'Зангуу',
 		flash		: 'Flash Animation', // MISSING
 		iframe		: 'IFrame', // MISSING
@@ -763,15 +763,15 @@
 		basicstyles : 'Basic Styles', // MISSING
 		paragraph : 'Paragraph', // MISSING
-		links : 'Links', // MISSING
-		insert : 'Insert', // MISSING
-		styles : 'Styles', // MISSING
-		colors : 'Colors', // MISSING
-		tools : 'Tools' // MISSING
+		links : 'Холбоосууд',
+		insert : 'Оруулах',
+		styles : 'Загварууд',
+		colors : 'Онгөнүүд',
+		tools : 'Хэрэгслүүд'
 	},
 
 	bidi :
 	{
-		ltr : 'Text direction from left to right', // MISSING
-		rtl : 'Text direction from right to left' // MISSING
+		ltr : 'Зүүнээс баруун тийш бичлэг',
+		rtl : 'Баруунаас зүүн тийш бичлэг'
 	},
 
@@ -782,5 +782,5 @@
 		design : 'Design', // MISSING
 		meta : 'Meta өгөгдөл',
-		chooseColor : 'Choose', // MISSING
+		chooseColor : 'Сонгох',
 		other : '<other>',
 		docTitle :	'Хуудасны гарчиг',
@@ -799,5 +799,5 @@
 		docType : 'Баримт бичгийн төрөл Heading',
 		docTypeOther : 'Бусад баримт бичгийн төрөл Heading',
-		xhtmlDec : 'XHTML агуулж зарлах',
+		xhtmlDec : 'XHTML-ийн мэдээллийг агуулах',
 		bgColor : 'Фоно өнгө',
 		bgImage : 'Фоно зурагны URL',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ms.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ms.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ms.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'Tiada cadangan',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/nb.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/nb.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/nb.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Legg til ord',
 		emptyDic		: 'Ordboknavn bør ikke være tom.',
-
+		noSuggestions	: 'Ingen forslag',
 		optionsTab		: 'Valg',
 		allCaps			: 'Ikke kontroller ord med kun store bokstaver',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/nl.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/nl.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/nl.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Woord toevoegen',
 		emptyDic		: 'De naam van het woordenboek mag niet leeg zijn.',
-
+		noSuggestions	: 'Geen suggesties',
 		optionsTab		: 'Opties',
 		allCaps			: 'Negeer woorden helemaal in hoofdletters',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/no.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/no.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/no.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Legg til ord',
 		emptyDic		: 'Ordboknavn bør ikke være tom.',
-
+		noSuggestions	: 'Ingen forslag',
 		optionsTab		: 'Valg',
 		allCaps			: 'Ikke kontroller ord med kun store bokstaver',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/pl.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/pl.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/pl.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Dodaj słowo',
 		emptyDic		: 'Nazwa słownika nie może być pusta.',
-
+		noSuggestions	: 'Brak sugestii',
 		optionsTab		: 'Opcje',
 		allCaps			: 'Ignoruj wyrazy pisane dużymi literami',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/pt-br.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/pt-br.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/pt-br.js	(revision 7687)
@@ -698,5 +698,5 @@
 		addWord			: 'Adicionar palavra',
 		emptyDic		: 'O nome do dicionário não deveria estar vazio.',
-
+		noSuggestions	: 'sem sugestões de ortografia',
 		optionsTab		: 'Opções',
 		allCaps			: 'Ignorar palavras maiúsculas',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/pt.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/pt.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/pt.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'Sem sugestões',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ro.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ro.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ro.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'Fără sugestii',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ru.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ru.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ru.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Добавить слово',
 		emptyDic		: 'Вы должны указать название словаря.',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'Параметры',
 		allCaps			: 'Игнорировать слова из заглавных букв',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/sk.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/sk.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/sk.js	(revision 7687)
@@ -121,5 +121,5 @@
 		alignMiddle		: 'Na stred',
 		alignBottom		: 'Dole',
-		invalidValue	: 'Invalid value.', // MISSING
+		invalidValue	: 'Neplatná hodnota.',
 		invalidHeight	: 'Výška musí byť číslo.',
 		invalidWidth	: 'Šírka musí byť číslo.',
@@ -699,5 +699,5 @@
 		addWord			: 'Pridať slovo',
 		emptyDic		: 'Názov slovníka by nemal byť prázdny.',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'Možnosti',
 		allCaps			: 'Ignorovať slová písané veľkými písmenami',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/sl.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/sl.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/sl.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Dodaj besedo',
 		emptyDic		: 'Ime slovarja ne more biti prazno.',
-
+		noSuggestions	: 'Ni predlogov',
 		optionsTab		: 'Možnosti',
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/sr-latn.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/sr-latn.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/sr-latn.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'Bez sugestija',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/sr.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/sr.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/sr.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: 'Без сугестија',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/sv.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/sv.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/sv.js	(revision 7687)
@@ -698,5 +698,5 @@
 		addWord			: 'Lägg till ord',
 		emptyDic		: 'Ordlistans namn får ej vara tomt.',
-
+		noSuggestions	: 'Förslag saknas',
 		optionsTab		: 'Inställningar',
 		allCaps			: 'Ignorera alla ord med enbart versaler',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/th.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/th.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/th.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Add Word', // MISSING
 		emptyDic		: 'Dictionary name should not be empty.', // MISSING
-
+		noSuggestions	: ' ไม่มีคำแนะนำใดๆ ',
 		optionsTab		: 'Options', // MISSING
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/lang/tr.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/tr.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/tr.js	(revision 7687)
@@ -698,5 +698,5 @@
 		addWord			: 'Kelime Ekle',
 		emptyDic		: 'Sözlük adı boş olamaz.',
-
+		noSuggestions	: 'Öneri Yok',
 		optionsTab		: 'Seçenekler',
 		allCaps			: 'Tüm büyük küçük kelimeleri yoksay',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/ug.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/ug.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/ug.js	(revision 7687)
@@ -698,5 +698,5 @@
 		addWord			: 'سۆز قوش',
 		emptyDic		: 'لۇغەت ئاتى بوش قالمايدۇ',
-
+		noSuggestions	: 'No suggestions', // MISSING
 		optionsTab		: 'تاللانما',
 		allCaps			: 'چوڭ ھەرپتە يېزىلغان ھەممە سۆزگە پەرۋا قىلما',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/uk.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/uk.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/uk.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Додати слово',
 		emptyDic		: 'Назва словника повинна бути вказана.',
-
+		noSuggestions	: 'Немає варіантів',
 		optionsTab		: 'Опції',
 		allCaps			: 'Пропустити прописні слова',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/vi.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/vi.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/vi.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: 'Thêm từ',
 		emptyDic		: 'Tên của từ điển không được để trống.',
-
+		noSuggestions	: 'Không đưa ra gợi ý về từ',
 		optionsTab		: 'Tùy chọn',
 		allCaps			: 'Không phân biệt chữ HOA chữ thường',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/zh-cn.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/zh-cn.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/zh-cn.js	(revision 7687)
@@ -121,5 +121,5 @@
 		alignMiddle		: '居中',
 		alignBottom		: '底部',
-		invalidValue	: 'Invalid value.', // MISSING
+		invalidValue	: '无效的值。',
 		invalidHeight	: '高度必须为数字格式',
 		invalidWidth	: '宽度必须为数字格式',
@@ -699,5 +699,5 @@
 		addWord			: '添加单词',
 		emptyDic		: '字典名不应为空.',
-
+		noSuggestions	: '没有建议',
 		optionsTab		: '选项',
 		allCaps			: '忽略所有大写单词',
Index: /CKEditor/branches/versions/3.6.x/_source/lang/zh.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/lang/zh.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/lang/zh.js	(revision 7687)
@@ -699,5 +699,5 @@
 		addWord			: '添加單詞',
 		emptyDic		: '字典名不應為空.',
-
+		noSuggestions	: '無建議值',
 		optionsTab		: '選項',
 		allCaps			: 'Ignore All-Caps Words', // MISSING
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/a11yhelp/lang/_translationstatus.txt
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/a11yhelp/lang/_translationstatus.txt	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/a11yhelp/lang/_translationstatus.txt	(revision 7687)
@@ -15,4 +15,5 @@
 it.js      Found: 30 Missing: 0
 ku.js      Found: 30 Missing: 0
+lv.js      Found: 30 Missing: 0
 mk.js      Found: 5 Missing: 25
 nb.js      Found: 30 Missing: 0
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/a11yhelp/lang/lv.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/a11yhelp/lang/lv.js	(revision 7687)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/a11yhelp/lang/lv.js	(revision 7687)
@@ -0,0 +1,89 @@
+﻿/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'a11yhelp', 'lv',
+{
+	accessibilityHelp :
+	{
+		title : 'Pieejamības instrukcija',
+		contents : 'Palīdzības saturs. Lai aizvērtu ciet šo dialogu nospiediet ESC.',
+		legend :
+		[
+			{
+				name : 'Galvenais',
+				items :
+						[
+							{
+								name : 'Redaktora rīkjosla',
+								legend:
+									'Nospiediet ${toolbarFocus} lai pārvietotos uz rīkjoslu. Lai pārvietotos uz nākošo vai iepriekšējo rīkjoslas grupu izmantojiet pogu TAB un SHIFT+TAB.  Lai pārvietotos uz nākošo vai iepriekšējo rīkjoslas pogu izmantojiet Kreiso vai Labo bultiņu. Nospiediet Atstarpi vai ENTER lai aktivizētu rīkjosla pogu.' 
+							},
+
+							{
+								name : 'Redaktora dialoga  logs',
+								legend :
+									'Dialoga logā nospiediet pogu TAB lai pārvietotos uz nākošo dialoga loga lauku, nospiediet SHIFT+TAB lai atgrieztos iepriekšējā laukā, nospiediet ENTER lai apstiprinātu dialoga datus, nospiediet ESC lai aizvērtu šo dialogu. Dialogam kuram ir vairākas cilnes, nospiediet ALT+F10 lai pārvietotos uz nepieciešamo cilni.  Lai pārvietotos uz nākošo cilni izmantojiet pogu TAB vai Labo bultiņu. Lai pārvietotos uz iepriekšējo cilni nospiediet SHIFT+TAB vai kreiso bultiņu. Nospiediet SPACE vai ENTER lai izvēlētos lapas cilni.' 
+							},
+
+							{
+								name : 'Redaktora satura izvēle',
+								legend :
+									'Nospiediet ${contextMenu} vai APPLICATION KEY lai atvērtu satura izvēlni. Lai pārvietotos uz nākošo izvēlnes opciju izmantojiet pogu TAB vai pogu Bultiņu uz leju. Lai pārvietotos uz iepriekšējo opciju izmantojiet  SHIFT+TAB vai pogu Bultiņa uz augšu. Nospiediet SPACE vai ENTER lai izvelētos izvēlnes opciju. Atveriet tekošajā opcija apakšizvēlni ar SAPCE vai ENTER ka ari to var izdarīt ar Labo bultiņu. Lai atgrieztos atpakaļ uz sakuma izvēlni nospiediet ESC vai Kreiso bultiņu. Lai aizvērtu ciet izvēlnes saturu nospiediet ESC.' 
+							},
+
+							{
+								name : 'Redaktora saraksta lauks',
+								legend :
+									'Saraksta laukā, lai pārvietotos uz nākošo saraksta elementu nospiediet TAB vai pogu Bultiņa uz leju. Lai pārvietotos uz iepriekšējo saraksta elementu nospiediet SHIFT+TAB vai pogu Bultiņa uz augšu. Nospiediet SPACE vai ENTER lai izvēlētos saraksta opcijas. Nospiediet ESC lai aizvērtu saraksta lauku. ' 
+							},
+
+							{
+								name : 'Redaktora elementa ceļa josla',
+								legend :
+									'Nospiediet ${elementsPathFocus} lai pārvietotos uz  elementa ceļa joslu. Lai pārvietotos uz nākošo elementa pogu izmantojiet TAB vai Labo bultiņu. Lai pārvietotos uz iepriekšējo elementa pogu  izmantojiet SHIFT + TAB vai Kreiso bultiņu. Nospiediet SPACE vai ENTER lai izvēlētos elementu redaktorā.' 
+							}
+						]
+			},
+			{
+				name : 'Komandas',
+				items :
+						[
+							{
+								name : 'Komanda atcelt darbību',
+								legend : 'Nospiediet ${undo}'
+							},
+							{
+								name : 'Komanda atkārtot darbību',
+								legend : 'Nospiediet ${redo}'
+							},
+							{
+								name : 'Treknraksta komanda',
+								legend : 'Nospiediet ${bold}'
+							},
+							{
+								name : 'Kursīva komanda',
+								legend : 'Nospiediet ${italic}'
+							},
+							{
+								name : 'Apakšsvītras komanda ',
+								legend : 'Nospiediet ${underline}'
+							},
+							{
+								name : 'Hipersaites komanda',
+								legend : 'Nospiediet ${link}'
+							},
+							{
+								name : 'Rīkjoslas aizvēršanas komanda',
+								legend : 'Nospiediet ${toolbarCollapse}'
+							},
+							{
+								name : 'Pieejamības palīdzība',
+								legend : 'Nospiediet ${a11yHelp}'
+							}
+						]
+			}
+		]
+	}
+});
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/devtools/lang/_translationstatus.txt
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/devtools/lang/_translationstatus.txt	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/devtools/lang/_translationstatus.txt	(revision 7687)
@@ -18,4 +18,5 @@
 it.js      Found: 5 Missing: 0
 ku.js      Found: 5 Missing: 0
+lv.js      Found: 5 Missing: 0
 nb.js      Found: 5 Missing: 0
 nl.js      Found: 5 Missing: 0
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/devtools/lang/lv.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/devtools/lang/lv.js	(revision 7687)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/devtools/lang/lv.js	(revision 7687)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'devtools', 'lv',
+{
+	devTools :
+	{
+		title		: 'Elementa informācija',
+		dialogName	: 'Dialoga loga nosaukums',
+		tabName		: 'Cilnes nosaukums',
+		elementId	: 'Elementa ID',
+		elementType	: 'Elementa tips'
+	}
+});
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/dialog/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/dialog/plugin.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/dialog/plugin.js	(revision 7687)
@@ -751,4 +751,14 @@
 
 			var isFixed = element.getComputedStyle( 'position' ) == 'fixed';
+
+			// (#8888) In some cases of a very small viewport, dialog is incorrectly
+			// positioned in IE7. It also happens that it remains sticky and user cannot
+			// scroll down/up to reveal dialog's content below/above the viewport; this is
+			// cumbersome.
+			// The only way to fix this is to move mouse out of the browser and
+			// go back to see that dialog position is automagically fixed. No events,
+			// no style change - pure magic. This is a IE7 rendering issue, which can be
+			// fixed with dummy style redraw on each move.
+			element.setStyle( 'zoom', '100%' );
 
 			if ( isFixed && this._.position && this._.position.x == x && this._.position.y == y )
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/dialogadvtab/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/dialogadvtab/plugin.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/dialogadvtab/plugin.js	(revision 7687)
@@ -138,5 +138,5 @@
 						getStyle : function( name, defaultValue )
 						{
-							var match = this.getValue().match( new RegExp( name + '\\s*:\\s*([^;]*)', 'i') );
+							var match = this.getValue().match( new RegExp( '(?:^|;)\\s*' + name + '\\s*:\\s*([^;]*)', 'i' ) );
 							return match ? match[ 1 ] : defaultValue;
 						},
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/dialogui/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/dialogui/plugin.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/dialogui/plugin.js	(revision 7687)
@@ -1183,5 +1183,5 @@
 					onChange : function( dialog, func )
 					{
-						if ( !CKEDITOR.env.ie )
+						if ( !CKEDITOR.env.ie || ( CKEDITOR.env.version > 8 ) )
 							return commonEventProcessors.onChange.apply( this, arguments );
 						else
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/enterkey/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/enterkey/plugin.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/enterkey/plugin.js	(revision 7687)
@@ -316,7 +316,7 @@
 				isPre = ( startBlockTag == 'pre' );
 
-				// Gecko prefers <br> as line-break inside <pre> (#4711).
-				if ( isPre && !CKEDITOR.env.gecko )
-					lineBreak = doc.createText( CKEDITOR.env.ie ? '\r' : '\n' );
+				// IE<8 prefers text node as line-break inside of <pre> (#4711).
+				if ( startBlockTag == 'pre' && CKEDITOR.env.ie && CKEDITOR.env.version < 8 )
+					lineBreak = doc.createText( '\r' );
 				else
 					lineBreak = doc.createElement( 'br' );
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/floatpanel/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/floatpanel/plugin.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/floatpanel/plugin.js	(revision 7687)
@@ -208,14 +208,7 @@
 							if ( block.autoSize )
 							{
-								// We must adjust first the width or IE6 could include extra lines in the height computation
-								var widthNode = block.element.$;
-
-								if ( CKEDITOR.env.gecko || CKEDITOR.env.opera )
-									widthNode = widthNode.parentNode;
-
-								if ( CKEDITOR.env.ie )
-									widthNode = widthNode.document.body;
-
-								var width = widthNode.scrollWidth;
+								var panelDoc = block.element.getDocument();
+								var width = ( CKEDITOR.env.webkit? block.element : panelDoc.getBody() )[ '$' ].scrollWidth;
+
 								// Account for extra height needed due to IE quirks box model bug:
 								// http://en.wikipedia.org/wiki/Internet_Explorer_box_model_bug
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/menu/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/menu/plugin.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/menu/plugin.js	(revision 7687)
@@ -176,4 +176,9 @@
 			onHide : function()
 			{
+				this._.unlockSelection();
+				this.onHide && this.onHide();
+			},
+
+			unlockSelection : function() {
 				// Unlock the selection upon first panel closing.
 				if ( CKEDITOR.env.ie && !this.parent )
@@ -182,6 +187,4 @@
 					selection && selection.unlock( true );
 				}
-
-				this.onHide && this.onHide();
 			},
 
@@ -260,6 +263,8 @@
 					this._.onShow();
 					// Don't menu with zero items.
-					if ( ! this.items.length )
+					if ( ! this.items.length ) {
+						this._.unlockSelection();
 						return;
+					}
 				}
 
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/placeholder/lang/_translationstatus.txt
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/placeholder/lang/_translationstatus.txt	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/placeholder/lang/_translationstatus.txt	(revision 7687)
@@ -17,4 +17,5 @@
 it.js      Found: 5 Missing: 0
 ku.js      Found: 5 Missing: 0
+lv.js      Found: 5 Missing: 0
 nb.js      Found: 5 Missing: 0
 nl.js      Found: 5 Missing: 0
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/placeholder/lang/lv.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/placeholder/lang/lv.js	(revision 7687)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/placeholder/lang/lv.js	(revision 7687)
@@ -0,0 +1,16 @@
+﻿/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'placeholder', 'lv',
+{
+	placeholder :
+	{
+		title		: 'Viettura uzstādījumi',
+		toolbar		: 'Izveidot vietturi',
+		text		: 'Viettura teksts',
+		edit		: 'Labot vietturi',
+		textMissing	: 'Vietturim jāsatur tekstu'
+	}
+});
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/scayt/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/scayt/plugin.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/scayt/plugin.js	(revision 7687)
@@ -36,4 +36,7 @@
 		var createInstance = function()	// Create new instance every time Document is created.
 		{
+			if( plugin.instances[ editor.name ] )
+				plugin.instances[ editor.name ].destroy();
+
 			var config = editor.config;
 			// Initialise Scayt instance.
@@ -79,5 +82,4 @@
 
 			var scayt_control = new window.scayt( oParams );
-
 			scayt_control.afterMarkupRemove.push( function( node )
 			{
@@ -103,5 +105,8 @@
 		};
 
-		editor.on( 'contentDom', createInstance );
+		editor.on( 'contentDom', function(ev)
+			{
+				createInstance(); 
+			});
 		editor.on( 'contentDomUnload', function()
 			{
@@ -124,7 +129,35 @@
 		editor.on( 'beforeCommandExec', function( ev )		// Disable SCAYT before Source command execution.
 			{
-				if ( ( ev.data.name == 'source' || ev.data.name == 'newpage' ) && editor.mode == 'wysiwyg' )
-				{
-					var scayt_instance = plugin.getScayt( editor );
+				if ( ev.data.name == 'source'  && editor.mode == 'source' )
+					plugin.markControlRestore( editor );
+			});
+
+		editor.on( 'afterCommandExec', function( ev )
+			{
+				if ( !plugin.isScaytEnabled( editor ) )
+					return;
+
+				if ( editor.mode == 'wysiwyg' && ( ev.data.name == 'undo' || ev.data.name == 'redo' ) )
+					window.setTimeout( function() { plugin.getScayt( editor ).refresh(); }, 10 );
+			});
+		editor.on( 'destroy', function( ev )
+			{
+				var editor = ev.editor,
+					scayt_instance = plugin.getScayt( editor );
+
+				// SCAYT instance might already get destroyed by mode switch (#5744).
+				if ( !scayt_instance )
+					return;
+
+				delete plugin.instances[ editor.name ];
+				// store a control id for restore a specific scayt control settings
+				plugin.setControlId( editor, scayt_instance.id );
+				scayt_instance.destroy( true );
+			});
+		//#9439 after SetData method fires contentDom event and SCAYT create additional instanse
+		// This way we should destroy SCAYT on setData event when contenteditable Iframe was re-created
+		editor.on( 'setData', function( ev )
+			{
+				var scayt_instance = plugin.getScayt( editor );
 					if ( scayt_instance )
 					{
@@ -135,44 +168,4 @@
 						delete plugin.instances[ editor.name ];
 					}
-				}
-				// Catch on source mode switch off (#5720)
-				else if ( ev.data.name == 'source'  && editor.mode == 'source' )
-					plugin.markControlRestore( editor );
-			});
-
-		editor.on( 'afterCommandExec', function( ev )
-			{
-				if ( !plugin.isScaytEnabled( editor ) )
-					return;
-
-				if ( editor.mode == 'wysiwyg' && ( ev.data.name == 'undo' || ev.data.name == 'redo' ) )
-					window.setTimeout( function() { plugin.getScayt( editor ).refresh(); }, 10 );
-			});
-
-		editor.on( 'destroy', function( ev )
-			{
-				var editor = ev.editor,
-					scayt_instance = plugin.getScayt( editor );
-
-				// SCAYT instance might already get destroyed by mode switch (#5744).
-				if ( !scayt_instance )
-					return;
-
-				delete plugin.instances[ editor.name ];
-				// store a control id for restore a specific scayt control settings
-				plugin.setControlId( editor, scayt_instance.id );
-				scayt_instance.destroy( true );
-			});
-
-		// Listen to data manipulation to reflect scayt markup.
-		editor.on( 'afterSetData', function()
-			{
-				if ( plugin.isScaytEnabled( editor ) ) {
-					window.setTimeout( function()
-						{
-							var instance = plugin.getScayt( editor );
-							instance && instance.refresh();
-						}, 10 );
-				}
 			});
 
@@ -375,7 +368,12 @@
 
 			if ( this.engineLoaded === true )
-				return onEngineLoad.apply( editor );	// Add new instance.
-			else if ( this.engineLoaded == -1 )			// We are waiting.
+			{
+				return onEngineLoad.apply( editor );				
+			}
+				// Add new instance.
+			else if ( this.engineLoaded == -1 )	
+			{	// We are waiting.
 				return CKEDITOR.on( 'scaytReady', function(){ onEngineLoad.apply( editor ); } );	// Use function(){} to avoid rejection as duplicate.
+			}
 
 			CKEDITOR.on( 'scaytReady', onEngineLoad, editor );
@@ -428,5 +426,7 @@
 			}
 			else
+			{
 				CKEDITOR.fireOnce( 'scaytReady' );
+			}				
 
 			return null;
@@ -659,8 +659,5 @@
 
 						var sLang = scayt_control.getLang(),
-							_r = {},
 							items_suggestion = window.scayt.getSuggestion( word, sLang );
-						if ( !items_suggestion || !items_suggestion.length )
-							return null;
 						// Remove unused commands and menuitems
 						for ( var m in moreSuggestions )
@@ -687,47 +684,58 @@
 						contextCommands = contextCommands.split( '|' );
 
-						for ( var i = 0, l = items_suggestion.length; i < l; i += 1 )
-						{
-							var commandName = 'scayt_suggestion_' + items_suggestion[i].replace( ' ', '_' );
-							var exec = ( function( el, s )
+						if ( items_suggestion && items_suggestion.length ) {
+							for ( var i = 0, l = items_suggestion.length; i < l; i += 1 )
+							{
+								var commandName = 'scayt_suggestion_' + items_suggestion[i].replace( ' ', '_' );
+								var exec = ( function( el, s )
+									{
+										return {
+											exec: function()
+											{
+												scayt_control.replace(el, s);
+											}
+										};
+									})( node, items_suggestion[i] );
+
+								if ( i < maxSuggestions )
 								{
-									return {
-										exec: function()
-										{
-											scayt_control.replace( el, s );
-										}
-									};
-								})( node, items_suggestion[i] );
-
-							if ( i < maxSuggestions )
+									addButtonCommand( editor, 'button_' + commandName, items_suggestion[i],
+										commandName, exec, 'scayt_suggest', i + 1 );
+									mainSuggestions[ commandName ] = CKEDITOR.TRISTATE_OFF;
+								}
+								else if ( moreSuggestionsUnable == 'on' )
+								{
+									addButtonCommand( editor, 'button_' + commandName, items_suggestion[i],
+										commandName, exec, 'scayt_moresuggest', i + 1 );
+									moreSuggestions[ commandName ] = CKEDITOR.TRISTATE_OFF;
+									moreSuggestionsUnableAdded = true;
+								}
+							}
+
+							if ( moreSuggestionsUnableAdded )
 							{
-								addButtonCommand( editor, 'button_' + commandName, items_suggestion[i],
-									commandName, exec, 'scayt_suggest', i + 1 );
-								_r[ commandName ] = CKEDITOR.TRISTATE_OFF;
-								mainSuggestions[ commandName ] = CKEDITOR.TRISTATE_OFF;
-							}
-							else if ( moreSuggestionsUnable == 'on' )
-							{
-								addButtonCommand( editor, 'button_' + commandName, items_suggestion[i],
-									commandName, exec, 'scayt_moresuggest', i + 1 );
-								moreSuggestions[ commandName ] = CKEDITOR.TRISTATE_OFF;
-								moreSuggestionsUnableAdded = true;
+								// Register the More suggestions group;
+								editor.addMenuItem( 'scayt_moresuggest',
+								{
+									label : editor.lang.scayt.moreSuggestions,
+									group : 'scayt_moresuggest',
+									order : 10,
+									getItems : function()
+									{
+										return moreSuggestions;
+									}
+								});
+								mainSuggestions[ 'scayt_moresuggest' ] = CKEDITOR.TRISTATE_OFF;
 							}
 						}
-
-						if ( moreSuggestionsUnableAdded )
-						{
-							// Register the More suggestions group;
-							editor.addMenuItem( 'scayt_moresuggest',
+						else {
+							// "No suggestions" feature
+							editor.addMenuItem( 'scayt_nosuggest',
 							{
-								label : lang.moreSuggestions,
-								group : 'scayt_moresuggest',
-								order : 10,
-								getItems : function()
-								{
-									return moreSuggestions;
-								}
+								label : editor.lang.scayt.noSuggestions ? editor.lang.scayt.noSuggestions : (editor.lang.spellCheck.noSuggestions ? editor.lang.spellCheck.noSuggestions : 'No suggestions'),
+								group : 'scayt_suggest',
+								order : 1
 							});
-							mainSuggestions[ 'scayt_moresuggest' ] = CKEDITOR.TRISTATE_OFF;
+							mainSuggestions[ 'scayt_nosuggest' ] = CKEDITOR.TRISTATE_OFF;
 						}
 
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/specialchar/lang/_translationstatus.txt
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/specialchar/lang/_translationstatus.txt	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/specialchar/lang/_translationstatus.txt	(revision 7687)
@@ -15,8 +15,10 @@
 it.js      Found: 118 Missing: 0
 ku.js      Found: 118 Missing: 0
+lv.js      Found: 118 Missing: 0
 nb.js      Found: 118 Missing: 0
 nl.js      Found: 118 Missing: 0
 no.js      Found: 118 Missing: 0
 pt-br.js   Found: 118 Missing: 0
+sk.js      Found: 118 Missing: 0
 tr.js      Found: 118 Missing: 0
 ug.js      Found: 39 Missing: 79
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/specialchar/lang/lv.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/specialchar/lang/lv.js	(revision 7687)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/specialchar/lang/lv.js	(revision 7687)
@@ -0,0 +1,126 @@
+﻿/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'specialchar', 'lv',
+{
+	euro: 'Euro zīme',
+	lsquo: 'Kreisā  vienkārtīga pēdiņa',
+	rsquo: 'Labā  vienkārtīga pēdiņa',
+	ldquo: 'Kreisā  dubult pēdiņa',
+	rdquo: 'Labā dubult pēdiņa',
+	ndash: 'En svītra',
+	mdash: 'Em svītra',
+	iexcl: 'Apgriezta izsaukuma zīme',
+	cent: 'Centu naudas zīme',
+	pound: 'Sterliņu mārciņu naudas zīme',
+	curren: 'Valūtas zīme',
+	yen: 'Jenu naudas zīme',
+	brvbar: 'Vertikāla pārrauta līnija',
+	sect: 'Paragrāfa zīme',
+	uml: 'Diakritiska zīme',
+	copy: 'Autortiesību zīme',
+	ordf: 'Sievišķas kārtas rādītājs',
+	laquo: 'Kreisā dubult stūra pēdiņu zīme',
+	not: 'Neparakstīts',
+	reg: 'Reģistrēta zīme',
+	macr: 'Garumzīme',
+	deg: 'Grādu zīme',
+	sup2: 'Augšraksts divi',
+	sup3: 'Augšraksts trīs',
+	acute: 'Akūta uzsvara zīme',
+	micro: 'Mikro zīme',
+	para: 'Rindkopas zīme ',
+	middot: 'Vidējs punkts',
+	cedil: 'Āķītis zem burta',
+	sup1: 'Augšraksts viens',
+	ordm: 'Vīrišķīgas kārtas rādītājs',
+	raquo: 'Labā dubult stūra pēdiņu zīme',
+	frac14: 'Vulgāra frakcija 1/4',
+	frac12: 'Vulgāra frakcija 1/2',
+	frac34: 'Vulgāra frakcija 3/4',
+	iquest: 'Apgriezta jautājuma zīme',
+	Agrave: 'Lielais latīņu burts A ar uzsvara zīmi',
+	Aacute: 'Lielais  latīņu burts A ar akūtu uzsvara zīmi',
+	Acirc: 'Lielais latīņu burts A ar diakritisku zīmi',
+	Atilde: 'Lielais latīņu burts A ar tildi ',
+	Auml: 'Lielais latīņu burts A ar diakritisko zīmi',
+	Aring: 'Lielais latīņu burts A ar aplīti augšā',
+	AElig: 'Lielais latīņu burts Æ',
+	Ccedil: 'Lielais latīņu burts C ar āķīti zem burta',
+	Egrave: 'Lielais latīņu burts E ar apostrofu',
+	Eacute: 'Lielais latīņu burts E ar akūtu uzsvara zīmi',
+	Ecirc: 'Lielais latīņu burts E ar diakritisko zīmi',
+	Euml: 'Lielais latīņu burts E ar diakritisko zīmi',
+	Igrave: 'Lielais latīņu burts I ar uzsvaras  zīmi',
+	Iacute: 'Lielais latīņu burts I ar akūtu uzsvara zīmi',
+	Icirc: 'Lielais latīņu burts I ar diakritisko zīmi',
+	Iuml: 'Lielais latīņu burts I ar diakritisko zīmi',
+	ETH: 'Lielais latīņu burts Eth',
+	Ntilde: 'Lielais latīņu burts N ar tildi',
+	Ograve: 'Lielais latīņu burts O ar uzsvara zīmi',
+	Oacute: 'Lielais latīņu burts O ar akūto uzsvara zīmi',
+	Ocirc: 'Lielais latīņu burts O ar diakritisko zīmi',
+	Otilde: 'Lielais latīņu burts O ar tildi',
+	Ouml: 'Lielais latīņu burts O ar diakritisko zīmi',
+	times: 'Reizināšanas zīme ',
+	Oslash: 'Lielais latīņu burts O ar iesvītrojumu',
+	Ugrave: 'Lielais latīņu burts U ar uzsvaras zīmi',
+	Uacute: 'Lielais latīņu burts U ar akūto uzsvars zīmi',
+	Ucirc: 'Lielais latīņu burts U ar diakritisko zīmi',
+	Uuml: 'Lielais latīņu burts U ar diakritisko zīmi',
+	Yacute: 'Lielais latīņu burts Y ar akūto uzsvaras zīmi',
+	THORN: 'Lielais latīņu burts torn',
+	szlig: 'Mazs latīņu burts ar ligatūru',
+	agrave: 'Mazs latīņu burts a ar uzsvara zīmi',
+	aacute: 'Mazs latīņu burts a ar akūto uzsvara zīmi',
+	acirc: 'Mazs latīņu burts a ar diakritisko zīmi',
+	atilde: 'Mazs latīņu burts a ar tildi',
+	auml: 'Mazs latīņu burts a ar diakritisko zīmi',
+	aring: 'Mazs latīņu burts a ar aplīti augšā',
+	aelig: 'Mazs latīņu burts æ',
+	ccedil: 'Mazs latīņu burts c ar āķīti zem burta',
+	egrave: 'Mazs latīņu burts e ar uzsvara zīmi ',
+	eacute: 'Mazs latīņu burts e ar akūtu uzsvara zīmi',
+	ecirc: 'Mazs latīņu burts e ar diakritisko zīmi',
+	euml: 'Mazs latīņu burts e ar diakritisko zīmi',
+	igrave: 'Mazs latīņu burts i ar uzsvara zīmi ',
+	iacute: 'Mazs latīņu burts i ar akūtu uzsvara zīmi',
+	icirc: 'Mazs latīņu burts i ar diakritisko zīmi',
+	iuml: 'Mazs latīņu burts i ar diakritisko zīmi',
+	eth: 'Mazs latīņu burts eth',
+	ntilde: 'Mazs latīņu burts n ar tildi',
+	ograve: 'Mazs latīņu burts o ar uzsvara zīmi ',
+	oacute: 'Mazs latīņu burts o ar akūtu uzsvara zīmi',
+	ocirc: 'Mazs latīņu burts o ar diakritisko zīmi',
+	otilde: 'Mazs latīņu burts o ar tildi',
+	ouml: 'Mazs latīņu burts o ar diakritisko zīmi',
+	divide: 'Dalīšanas zīme',
+	oslash: 'Mazs latīņu burts o ar iesvītrojumu',
+	ugrave: 'Mazs latīņu burts u ar uzsvara zīmi ',
+	uacute: 'Mazs latīņu burts u ar  akūtu uzsvara zīmi',
+	ucirc: 'Mazs latīņu burts u ar diakritisko zīmi',
+	uuml: 'Mazs latīņu burts u ar diakritisko zīmi',
+	yacute: 'Mazs latīņu burts y ar  akūtu uzsvaras zīmi',
+	thorn: 'Mazs latīņu burts torns',
+	yuml: 'Mazs latīņu burts y ar diakritisko zīmi',
+	OElig: 'Liela latīņu ligatūra OE',
+	oelig: 'Maza latīņu ligatūra oe',
+	'372': 'Liels latīņu burts W ar diakritisko zīmi ',
+	'374': 'Liels latīņu burts Y ar diakritisko zīmi ',
+	'373': 'Mazs latīņu burts w ar diakritisko zīmi ',
+	'375': 'Mazs latīņu burts y ar diakritisko zīmi ',
+	sbquo: 'Mazas-9 vienkārtīgas pēdiņas',
+	'8219': 'Lielas-9 vienkārtīgas apgrieztas pēdiņas',
+	bdquo: 'Mazas-9 dubultas pēdiņas',
+	hellip: 'Horizontāli daudzpunkti',
+	trade: 'Preču zīmes zīme',
+	'9658': 'Melns pa labi pagriezts radītājs',
+	bull: 'Lode',
+	rarr: 'Bulta pa labi',
+	rArr: 'Dubulta Bulta pa labi',
+	hArr: 'Bulta pa kreisi',
+	diams: 'Dubulta Bulta pa kreisi',
+	asymp: 'Gandrīz vienāds ar'
+});
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/specialchar/lang/sk.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/specialchar/lang/sk.js	(revision 7687)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/specialchar/lang/sk.js	(revision 7687)
@@ -0,0 +1,126 @@
+﻿/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'specialchar', 'sk',
+{
+	euro: 'Znak eura',
+	lsquo: 'Ľavá jednoduchá úvodzovka',
+	rsquo: 'Pravá jednoduchá úvodzovka',
+	ldquo: 'Pravá dvojitá úvodzovka',
+	rdquo: 'Pravá dvojitá úvodzovka',
+	ndash: 'En pomlčka',
+	mdash: 'Em pomlčka',
+	iexcl: 'Obrátený výkričník',
+	cent: 'Znak centu',
+	pound: 'Znak libry',
+	curren: 'Znak meny',
+	yen: 'Znak jenu',
+	brvbar: 'Prerušená zvislá čiara',
+	sect: 'Znak odseku',
+	uml: 'Prehláska',
+	copy: 'Znak copyrightu',
+	ordf: 'Ženský indikátor rodu',
+	laquo: 'Znak dvojitých lomených úvodzoviek vľavo',
+	not: 'Logistický zápor',
+	reg: 'Znak registrácie',
+	macr: 'Pomlčka nad',
+	deg: 'Znak stupňa',
+	sup2: 'Dvojka ako horný index',
+	sup3: 'Trojka ako horný index',
+	acute: 'Dĺžeň',
+	micro: 'Znak mikro',
+	para: 'Znak odstavca',
+	middot: 'Bodka uprostred',
+	cedil: 'Chvost vľavo',
+	sup1: 'Jednotka ako horný index',
+	ordm: 'Mužský indikátor rodu',
+	raquo: 'Znak dvojitých lomených úvodzoviek vpravo',
+	frac14: 'Obyčajný zlomok jedna štvrtina',
+	frac12: 'Obyčajný zlomok jedna polovica',
+	frac34: 'Obyčajný zlomok tri štvrtiny',
+	iquest: 'Otočený otáznik',
+	Agrave: 'Veľké písmeno latinky A s accentom',
+	Aacute: 'Veľké písmeno latinky A s dĺžňom',
+	Acirc: 'Veľké písmeno latinky A s mäkčeňom',
+	Atilde: 'Veľké písmeno latinky A s tildou',
+	Auml: 'Veľké písmeno latinky A s dvoma bodkami',
+	Aring: 'Veľké písmeno latinky A s krúžkom nad',
+	AElig: 'Veľké písmeno latinky Æ',
+	Ccedil: 'Veľké písmeno latinky C s chvostom vľavo',
+	Egrave: 'Veľké písmeno latinky E s accentom',
+	Eacute: 'Veľké písmeno latinky E s dĺžňom',
+	Ecirc: 'Veľké písmeno latinky E s mäkčeňom',
+	Euml: 'Veľké písmeno latinky E s dvoma bodkami',
+	Igrave: 'Veľké písmeno latinky I s accentom',
+	Iacute: 'Veľké písmeno latinky I s dĺžňom',
+	Icirc: 'Veľké písmeno latinky I s mäkčeňom',
+	Iuml: 'Veľké písmeno latinky I s dvoma bodkami',
+	ETH: 'Veľké písmeno latinky Eth',
+	Ntilde: 'Veľké písmeno latinky N s tildou',
+	Ograve: 'Veľké písmeno latinky O s accentom',
+	Oacute: 'Veľké písmeno latinky O s dĺžňom',
+	Ocirc: 'Veľké písmeno latinky O s mäkčeňom',
+	Otilde: 'Veľké písmeno latinky O s tildou',
+	Ouml: 'Veľké písmeno latinky O s dvoma bodkami',
+	times: 'Znak násobenia',
+	Oslash: 'Veľké písmeno latinky O preškrtnuté',
+	Ugrave: 'Veľké písmeno latinky U s accentom',
+	Uacute: 'Veľké písmeno latinky U s dĺžňom',
+	Ucirc: 'Veľké písmeno latinky U s mäkčeňom',
+	Uuml: 'Veľké písmeno latinky U s dvoma bodkami',
+	Yacute: 'Veľké písmeno latinky Y s dĺžňom',
+	THORN: 'Veľké písmeno latinky Thorn',
+	szlig: 'Malé písmeno latinky ostré s',
+	agrave: 'Malé písmeno latinky a s accentom',
+	aacute: 'Malé písmeno latinky a s dĺžňom',
+	acirc: 'Malé písmeno latinky a s mäkčeňom',
+	atilde: 'Malé písmeno latinky a s tildou',
+	auml: 'Malé písmeno latinky a s dvoma bodkami',
+	aring: 'Malé písmeno latinky a s krúžkom nad',
+	aelig: 'Malé písmeno latinky æ',
+	ccedil: 'Malé písmeno latinky c s chvostom vľavo',
+	egrave: 'Malé písmeno latinky e s accentom',
+	eacute: 'Malé písmeno latinky e s dĺžňom',
+	ecirc: 'Malé písmeno latinky e s mäkčeňom',
+	euml: 'Malé písmeno latinky e s dvoma bodkami',
+	igrave: 'Malé písmeno latinky i s accentom',
+	iacute: 'Malé písmeno latinky i s dĺžňom',
+	icirc: 'Malé písmeno latinky i s mäkčeňom',
+	iuml: 'Malé písmeno latinky i s dvoma bodkami',
+	eth: 'Malé písmeno latinky eth',
+	ntilde: 'Malé písmeno latinky n s tildou',
+	ograve: 'Malé písmeno latinky o s accentom',
+	oacute: 'Malé písmeno latinky o s dĺžňom',
+	ocirc: 'Malé písmeno latinky o s mäkčeňom',
+	otilde: 'Malé písmeno latinky o s tildou',
+	ouml: 'Malé písmeno latinky o s dvoma bodkami',
+	divide: 'Znak delenia',
+	oslash: 'Malé písmeno latinky o preškrtnuté',
+	ugrave: 'Malé písmeno latinky u s accentom',
+	uacute: 'Malé písmeno latinky u s dĺžňom',
+	ucirc: 'Malé písmeno latinky u s mäkčeňom',
+	uuml: 'Malé písmeno latinky u s dvoma bodkami',
+	yacute: 'Malé písmeno latinky y s dĺžňom',
+	thorn: 'Malé písmeno latinky thorn',
+	yuml: 'Malé písmeno latinky y s dvoma bodkami',
+	OElig: 'Veľká ligatúra latinky OE',
+	oelig: 'Malá ligatúra latinky OE',
+	'372': 'Veľké písmeno latinky W s mäkčeňom',
+	'374': 'Veľké písmeno latinky Y s mäkčeňom',
+	'373': 'Malé písmeno latinky w s mäkčeňom',
+	'375': 'Malé písmeno latinky y s mäkčeňom',
+	sbquo: 'Dolná jednoduchá 9-úvodzovka',
+	'8219': 'Horná jednoduchá otočená 9-úvodzovka',
+	bdquo: 'Dolná dvojitá 9-úvodzovka',
+	hellip: 'Trojbodkový úvod',
+	trade: 'Znak ibchodnej značky',
+	'9658': 'Čierny ukazovateľ smerujúci vpravo',
+	bull: 'Kruh',
+	rarr: 'Šípka vpravo',
+	rArr: 'Dvojitá šipka vpravo',
+	hArr: 'Dvojitá šipka vľavo a vpravo',
+	diams: 'Čierne piky',
+	asymp: 'Skoro sa rovná'
+});
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/tab/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/tab/plugin.js	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/tab/plugin.js	(revision 7687)
@@ -14,4 +14,5 @@
 	var blurCommand =
 		{
+			readOnly : 1,
 			exec : function( editor )
 			{
@@ -22,4 +23,5 @@
 	var blurBackCommand =
 		{
+			readOnly : 1,
 			exec : function( editor )
 			{
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/uicolor/lang/_translationstatus.txt
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/uicolor/lang/_translationstatus.txt	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/uicolor/lang/_translationstatus.txt	(revision 7687)
@@ -17,4 +17,5 @@
 it.js      Found: 4 Missing: 0
 ku.js      Found: 4 Missing: 0
+lv.js      Found: 4 Missing: 0
 mk.js      Found: 4 Missing: 0
 nb.js      Found: 4 Missing: 0
Index: /CKEditor/branches/versions/3.6.x/_source/plugins/uicolor/lang/lv.js
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/plugins/uicolor/lang/lv.js	(revision 7687)
+++ /CKEditor/branches/versions/3.6.x/_source/plugins/uicolor/lang/lv.js	(revision 7687)
@@ -0,0 +1,15 @@
+﻿/*
+Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'uicolor', 'lv',
+{
+	uicolor :
+	{
+		title : 'UI krāsas izvēle',
+		preview : 'Priekšskatījums',
+		config : 'Ielīmējiet šo rindu jūsu config.js failā',
+		predefined : 'Predefinēti krāsu komplekti'
+	}
+});
Index: /CKEditor/branches/versions/3.6.x/_source/skins/kama/toolbar.css
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/skins/kama/toolbar.css	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/skins/kama/toolbar.css	(revision 7687)
@@ -362,5 +362,7 @@
 
 .cke_skin_kama .cke_browser_gecko .cke_rtl .cke_button .cke_label,
-.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_break
+.cke_skin_kama .cke_browser_gecko .cke_rtl .cke_break,
+.cke_skin_kama .cke_browser_ie8 .cke_rtl .cke_break,
+.cke_skin_kama .cke_browser_ie9plus .cke_rtl .cke_break
 {
 	float: right;
Index: /CKEditor/branches/versions/3.6.x/_source/skins/office2003/toolbar.css
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/skins/office2003/toolbar.css	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/skins/office2003/toolbar.css	(revision 7687)
@@ -212,7 +212,7 @@
 
 /*#7181*/
-.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_separator,
-.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_toolbar_start,
-.cke_skin_office2003 .cke_browser_ie9 .cke_rtl .cke_toolbar_end
+.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_separator,
+.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_toolbar_start,
+.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_toolbar_end
 {
 	vertical-align:middle;
@@ -470,5 +470,7 @@
 
 .cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_button .cke_label,
-.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_break
+.cke_skin_office2003 .cke_browser_gecko18 .cke_rtl .cke_break,
+.cke_skin_office2003 .cke_browser_ie8 .cke_rtl .cke_break,
+.cke_skin_office2003 .cke_browser_ie9plus .cke_rtl .cke_break
 {
 	float: right;
Index: /CKEditor/branches/versions/3.6.x/_source/skins/v2/toolbar.css
===================================================================
--- /CKEditor/branches/versions/3.6.x/_source/skins/v2/toolbar.css	(revision 7686)
+++ /CKEditor/branches/versions/3.6.x/_source/skins/v2/toolbar.css	(revision 7687)
@@ -197,7 +197,7 @@
 
 /*#7181*/
-.cke_skin_v2 .cke_browser_ie9 .cke_rtl .cke_separator,
-.cke_skin_v2 .cke_browser_ie9 .cke_rtl .cke_toolbar_start,
-.cke_skin_v2 .cke_browser_ie9 .cke_rtl .cke_toolbar_end
+.cke_skin_v2 .cke_browser_ie9plus .cke_rtl .cke_separator,
+.cke_skin_v2 .cke_browser_ie9plus .cke_rtl .cke_toolbar_start,
+.cke_skin_v2 .cke_browser_ie9plus .cke_rtl .cke_toolbar_end
 {
 	vertical-align:middle;
@@ -418,5 +418,7 @@
 
 .cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_button .cke_label,
-.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_break
+.cke_skin_v2 .cke_browser_gecko18 .cke_rtl .cke_break,
+.cke_skin_v2 .cke_browser_ie8 .cke_rtl .cke_break,
+.cke_skin_v2 .cke_browser_ie9plus .cke_rtl .cke_break
 {
 	float: right;
