Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5925)
+++ /CKEditor/trunk/CHANGES.html	(revision 5926)
@@ -61,4 +61,5 @@
 		<li>Updated the following language files:<ul>
 			<li><a href="http://dev.ckeditor.com/ticket/6427">#6427</a> : Ukrainian;</li>
+			<li>Hebrew;</li>
 		</ul></li>
 	</ul>
Index: /CKEditor/trunk/_source/plugins/uicolor/lang/he.js
===================================================================
--- /CKEditor/trunk/_source/plugins/uicolor/lang/he.js	(revision 5926)
+++ /CKEditor/trunk/_source/plugins/uicolor/lang/he.js	(revision 5926)
@@ -0,0 +1,15 @@
+﻿/*
+Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+
+CKEDITOR.plugins.setLang( 'uicolor', 'he',
+{
+	uicolor :
+	{
+		title : 'בחירת צבע ממשק משתמש',
+		preview : 'תצוגה מקדימה',
+		config : 'הדבק את הטקסט הבא לתוך הקובץ config.js',
+		predefined : 'קבוצות צבעים מוגדרות מראש'
+	}
+});
Index: /CKEditor/trunk/_source/plugins/uicolor/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/uicolor/plugin.js	(revision 5925)
+++ /CKEditor/trunk/_source/plugins/uicolor/plugin.js	(revision 5926)
@@ -7,5 +7,5 @@
 {
 	requires : [ 'dialog' ],
-	lang : [ 'en' ],
+	lang : [ 'en', 'he' ],
 
 	init : function( editor )
