Index: /FCKeditor.Java/branches/2.4/src/main/resources/net/fckeditor/handlers/default.properties
===================================================================
--- /FCKeditor.Java/branches/2.4/src/main/resources/net/fckeditor/handlers/default.properties	(revision 1486)
+++ /FCKeditor.Java/branches/2.4/src/main/resources/net/fckeditor/handlers/default.properties	(revision 1487)
@@ -1,38 +1,42 @@
+#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
 ## Default properties.
 ##
 ## @version $Id: default.properties 1184 2008-01-03 10:39:36Z th-schwarz $ 
 
+# base directory for the user files relative to the context root (starting / and no ending /)
+fckeditor.basedir = /userfiles
+
+fckeditor.browser.is_compatible     = Your browser is fully compatible
+fckeditor.browser.is_not_compatible = Your browser is not compatible
+
+fckeditor.connector.file_browsing.disabled = The Connector is disabled for FileBrowsing
+fckeditor.connector.file_browsing.enabled  = The Connector is enabled for FileBrowsing
+fckeditor.connector.file_upload.disabled   = The Connector is disabled for FileUpload
+fckeditor.connector.file_upload.enabled    = The Connector is enabled for FileUpload
+
+# directory of the editor relative to the context root according to fckeditor.js (trailing slashes!)
+fckeditor.dir = /fckeditor/
+
+fckeditor.file.extensions.denied  = php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi
+
+fckeditor.flash.extensions.denied  = swf|fla
+
+# Due to security issues with Apache modules, it is recommended to leave this setting enabled.
+fckeditor.forcesingleextension = true
+
+# default height of the editor
+fckeditor.height = 200
+
+fckeditor.image.extensions.allowed = jpg|gif|jpeg|png|bmp
+
+# sub-directories for each file type
+fckeditor.subdir.media.file  = /file
+fckeditor.subdir.media.flash = /flash
+fckeditor.subdir.media.image = /image
+fckeditor.subdir.media.media = /media
+
+# default toolbar set of the editor
+fckeditor.toolbarset = Default
 
 # default width of the editor
-fckeditor.width=100%
-
-# default height of the editor
-fckeditor.height=200
-
-# default toolbar set of the editor
-fckeditor.toolbarset=Default
-
-# directory of the editor relative to the context root according to fckeditor.js (trailing slashes!)
-fckeditor.dir=/fckeditor/
-
-# base directory for the user files relative to the context root (starting / and no ending /)
-fckeditor.basedir=/userfiles
-
-# sub-directories for each file type
-fckeditor.subdir.media.file=/file
-fckeditor.subdir.media.image=/image
-fckeditor.subdir.media.flash=/flash
-fckeditor.subdir.media.media=/media
-
-# allowed and denied extensions for each file type
-fckeditor.file.extensions.allowed=
-fckeditor.file.extensions.denied=php|php3|php5|phtml|asp|aspx|ascx|jsp|cfm|cfc|pl|bat|exe|dll|reg|cgi
-fckeditor.image.extensions.allowed=jpg|gif|jpeg|png|bmp
-fckeditor.image.extensions.denied=
-fckeditor.flash.extensions.allowed=
-fckeditor.flash.extensions.denied=swf|fla
-fckeditor.media.extensions.allowed=
-fckeditor.media.extensions.denied=
-
-# Due to security issues with Apache modules, it is recommended to leave this setting enabled.
-fckeditor.forcesingleextension=true
+fckeditor.width = 100%
