Index: /CKEditor/branches/prototype/_source/lang/ar.js
===================================================================
--- /CKEditor/branches/prototype/_source/lang/ar.js	(revision 2376)
+++ /CKEditor/branches/prototype/_source/lang/ar.js	(revision 2377)
@@ -20,30 +20,11 @@
  */
 
-/**
- * @fileOverview Defines the {@link CKEDITOR.lang} object, for the English
- *		language. This is the base file for all translations.
- */
-
-/**#@+
-   @type String
-   @example
-*/
-
-/**
- * Constains the dictionary of language entries.
- * @namespace
- */
 CKEDITOR.lang['ar'] =
 {
-	/**
-	 * The language reading direction. Possible values are "rtl" for
-	 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
-	 * languages (like English).
-	 * @default 'ltr'
-	 */
 	dir : 'rtl',
 
-	// Toolbar buttons.
-	bold	: 'غامق',
-	italic	: 'مائل'
+	source		: 'شفرة المصدر',
+	underline	: 'تسطير',
+	bold		: 'غامق',
+	italic		: 'مائل'
 };
Index: /CKEditor/branches/prototype/_source/lang/en.js
===================================================================
--- /CKEditor/branches/prototype/_source/lang/en.js	(revision 2376)
+++ /CKEditor/branches/prototype/_source/lang/en.js	(revision 2377)
@@ -45,5 +45,7 @@
 
 	// Toolbar buttons.
-	bold	: 'Bold',
-	italic	: 'Italic'
+	source		: 'Source',
+	underline	: 'Underline',
+	bold		: 'Bold',
+	italic		: 'Italic'
 };
Index: /CKEditor/branches/prototype/_source/lang/it.js
===================================================================
--- /CKEditor/branches/prototype/_source/lang/it.js	(revision 2376)
+++ /CKEditor/branches/prototype/_source/lang/it.js	(revision 2377)
@@ -24,5 +24,7 @@
 	dir : 'ltr',
 
-	bold	: 'Grassetto',
-	italic	: 'Corsivo'
+	source		: 'Codice Sorgente',
+	underline	: 'Sottolineato',
+	bold		: 'Grassetto',
+	italic		: 'Corsivo'
 };
Index: /CKEditor/branches/prototype/_source/lang/pt-br.js
===================================================================
--- /CKEditor/branches/prototype/_source/lang/pt-br.js	(revision 2376)
+++ /CKEditor/branches/prototype/_source/lang/pt-br.js	(revision 2377)
@@ -24,5 +24,7 @@
 	dir : 'ltr',
 
-	bold	: 'Negrito',
-	italic	: 'Itálico'
+	source		: 'Código Fonte',
+	underline	: 'Sublinhado',
+	bold		: 'Negrito',
+	italic		: 'Itálico'
 };
Index: /CKEditor/branches/prototype/_source/plugins/sourcearea/plugin.js
===================================================================
--- /CKEditor/branches/prototype/_source/plugins/sourcearea/plugin.js	(revision 2376)
+++ /CKEditor/branches/prototype/_source/plugins/sourcearea/plugin.js	(revision 2377)
@@ -28,6 +28,4 @@
 {
 	requires : [ 'editingblock' ],
-
-	lang : [ 'it', 'ar', 'pt-br' ],
 
 	init : function( editor, pluginPath )
