JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.6.1
[ckeditor.git] / _source / plugins / devtools / plugin.js
index a53b504..1bde1cd 100644 (file)
@@ -1,11 +1,11 @@
 /*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
 CKEDITOR.plugins.add( 'devtools',\r
 {\r
-       lang : [ 'en' ],\r
+       lang : [ 'en', 'bg', 'cs', 'cy', 'da', 'de', 'el', 'eo', 'et', 'fa', 'fi', 'fr', 'gu', 'he', 'hr', 'it', 'ku', 'nb', 'nl', 'no', 'pl', 'pt-br', 'sk', 'tr', 'ug', 'uk', 'vi', 'zh-cn' ],\r
 \r
        init : function( editor )\r
        {\r
@@ -127,15 +127,15 @@ CKEDITOR.plugins.add( 'devtools',
 })();\r
 \r
 /**\r
- * A function that returns the text to be displayed inside the developer tooltip when hovering over a dialog UI element.\r
- * There are 4 parameters that are being passed into the function: editor, dialog, element, tab name.\r
+ * A function that returns the text to be displayed inside the Developer Tools tooltip when hovering over a dialog UI element.\r
+ * There are 4 parameters that are being passed into the function: editor, dialog window, element, tab name.\r
  * @name editor.config.devtools_textCallback\r
  * @since 3.6\r
  * @type Function\r
  * @default (see example)\r
  * @example\r
  * // This is actually the default value.\r
- * // Show dialog name, tab id and element id.\r
+ * // Show dialog window name, tab ID, and element ID.\r
  * config.devtools_textCallback = function( editor, dialog, element, tabName )\r
  * {\r
  *     var lang = editor.lang.devTools,\r
@@ -158,7 +158,7 @@ CKEDITOR.plugins.add( 'devtools',
  */\r
 \r
 /**\r
- * A setting that holds CSS rules to be injected do page and contain styles to be applied to the tooltip element.\r
+ * A setting that stores CSS rules to be injected into the page with styles to be applied to the tooltip element.\r
  * @name CKEDITOR.config.devtools_styles\r
  * @since 3.6\r
  * @type String\r