Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5937)
+++ /CKEditor/trunk/CHANGES.html	(revision 5938)
@@ -45,7 +45,4 @@
 			Fixed issues:</p>
 	<ul>
-		<li><a href="http://dev.ckeditor.com/ticket/6225">#6225</a> : [FF] Can not transform sevaral lines to list with enterMode BR.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/5399">#5399</a> : Lists pasted from Word do not maintain their nesting.</li>
-		<li><a href="http://dev.ckeditor.com/ticket/6377">#6377</a> : FF width and height are not shown for smiley in Image properties dialog.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/5237">#5237</a> : English text in dialogs' title was flipped when using RTL language (office2003 and v2 skins).</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6289">#6289</a> : Deleting nested table removed the parent cell.</li>
@@ -63,6 +60,10 @@
 		<li><a href="http://dev.ckeditor.com/ticket/6420">#6420</a> : [IE] The table properties dialog now correctly retrieves the caption text.</li>
 		<li><a href="http://dev.ckeditor.com/ticket/6141">#6141</a> : It was impossible to outdent a list when indentOffset was set to 0.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6377">#6377</a> : FF width and height are not shown for smiley in Image properties dialog.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/5399">#5399</a> : Lists pasted from Word do not maintain their nesting.</li>
+		<li><a href="http://dev.ckeditor.com/ticket/6225">#6225</a> : [FF] Can not transform sevaral lines to list with enterMode BR.</li>
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/6427">#6427</a> : Ukrainian;</li>
+			<li><a href="http://dev.ckeditor.com/ticket/6464">#6464</a> : Finnish;</li>
 			<li>Hebrew;</li>
 		</ul></li>
Index: /CKEditor/trunk/_source/lang/_translationstatus.txt
===================================================================
--- /CKEditor/trunk/_source/lang/_translationstatus.txt	(revision 5937)
+++ /CKEditor/trunk/_source/lang/_translationstatus.txt	(revision 5938)
@@ -21,5 +21,5 @@
 eu.js      Found: 403 Missing: 128
 fa.js      Found: 302 Missing: 229
-fi.js      Found: 518 Missing: 13
+fi.js      Found: 531 Missing: 0
 fo.js      Found: 420 Missing: 111
 fr-ca.js   Found: 301 Missing: 230
Index: /CKEditor/trunk/_source/lang/fi.js
===================================================================
--- /CKEditor/trunk/_source/lang/fi.js	(revision 5937)
+++ /CKEditor/trunk/_source/lang/fi.js	(revision 5938)
@@ -106,8 +106,8 @@
 		targetSelf		: 'Sama ikkuna (_self)',
 		targetParent	: 'Ylemmän tason ikkuna (_parent)',
-		langDirLTR		: 'Left to Right (LTR)', // MISSING
-		langDirRTL		: 'Right to Left (RTL)', // MISSING
-		styles			: 'Style', // MISSING
-		cssClasses		: 'Stylesheet Classes', // MISSING
+		langDirLTR		: 'Vasemmalta oikealle (LTR)',
+		langDirRTL		: 'Oikealta vasemmalle (RTL)',
+		styles			: 'Tyyli',
+		cssClasses		: 'Tyylitiedoston luokat',
 
 		// Put the voice-only part of the label in the span.
@@ -117,5 +117,5 @@
 	contextmenu :
 	{
-		options : 'Context Menu Options' // MISSING
+		options : 'Pikavalikon ominaisuudet'
 	},
 
@@ -125,5 +125,5 @@
 		toolbar		: 'Lisää erikoismerkki',
 		title		: 'Valitse erikoismerkki',
-		options : 'Special Character Options' // MISSING
+		options : 'Erikoismerkin ominaisuudet'
 	},
 
@@ -201,5 +201,5 @@
 		type				: 'Tyyppi',
 		start				: 'Alku',
-		validateStartNumber				:'List start number must be a whole number.', // MISSING
+		validateStartNumber				:'Listan ensimmäisen numeron tulee olla kokonaisluku.',
 		circle				: 'Ympyrä',
 		disc				: 'Levy',
@@ -208,5 +208,5 @@
 		notset				: '<ei asetettu>',
 		armenian			: 'Armeenialainen numerointi',
-		georgian			: 'Georgian numbering (an, ban, gan, etc.)', // MISSING
+		georgian			: 'Georgialainen numerointi (an, ban, gan, etc.)',
 		lowerRoman			: 'Pienet roomalaiset (i, ii, iii, iv, v, jne.)',
 		upperRoman			: 'Isot roomalaiset (I, II, III, IV, V, jne.)',
@@ -513,5 +513,5 @@
 		toolbar	: 'Hymiö',
 		title	: 'Lisää hymiö',
-		options : 'Smiley Options' // MISSING
+		options : 'Hymiön ominaisuudet'
 	},
 
@@ -565,5 +565,5 @@
 		button			: 'Pohjat',
 		title			: 'Sisältöpohjat',
-		options : 'Template Options', // MISSING
+		options : 'Sisältöpohjan ominaisuudet',
 		insertOption	: 'Korvaa editorin koko sisältö',
 		selectPromptMsg	: 'Valitse pohja editoriin<br>(aiempi sisältö menetetään):',
@@ -742,5 +742,5 @@
 	{
 		title		: 'Valitse väri',
-		options	:	'Color Options', // MISSING
+		options	:	'Värin ominaisuudet',
 		highlight	: 'Korostus',
 		selected	: 'Valittu',
@@ -753,6 +753,6 @@
 	bidi :
 	{
-		ltr : 'Text direction from left to right', // MISSING
-		rtl : 'Text direction from right to left' // MISSING
+		ltr : 'Tekstin suunta vasemmalta oikealle',
+		rtl : 'Tekstin suunta oikealta vasemmalle'
 	}
 };
