X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fdevtools%2Fplugin.js;h=255b1c369ba8e4762c60d7fda755feae0fc6c801;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=a53b5042845e0b95231e3594f4f9763b6f1182fc;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/plugins/devtools/plugin.js b/_source/plugins/devtools/plugin.js index a53b504..255b1c3 100644 --- a/_source/plugins/devtools/plugin.js +++ b/_source/plugins/devtools/plugin.js @@ -1,11 +1,11 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ CKEDITOR.plugins.add( 'devtools', { - lang : [ 'en' ], + lang : [ 'bg', 'cs', 'cy', 'da', 'de', 'el', 'en', 'eo', 'et', 'fa', 'fi', 'fr', 'gu', 'he', 'hr', 'it', 'nb', 'nl', 'no', 'pl', 'tr', 'ug', 'uk', 'vi', 'zh-cn' ], init : function( editor ) { @@ -127,15 +127,15 @@ CKEDITOR.plugins.add( 'devtools', })(); /** - * A function that returns the text to be displayed inside the developer tooltip when hovering over a dialog UI element. - * There are 4 parameters that are being passed into the function: editor, dialog, element, tab name. + * A function that returns the text to be displayed inside the Developer Tools tooltip when hovering over a dialog UI element. + * There are 4 parameters that are being passed into the function: editor, dialog window, element, tab name. * @name editor.config.devtools_textCallback * @since 3.6 * @type Function * @default (see example) * @example * // This is actually the default value. - * // Show dialog name, tab id and element id. + * // Show dialog window name, tab ID, and element ID. * config.devtools_textCallback = function( editor, dialog, element, tabName ) * { * var lang = editor.lang.devTools, @@ -158,7 +158,7 @@ CKEDITOR.plugins.add( 'devtools', */ /** - * A setting that holds CSS rules to be injected do page and contain styles to be applied to the tooltip element. + * A setting that stores CSS rules to be injected into the page with styles to be applied to the tooltip element. * @name CKEDITOR.config.devtools_styles * @since 3.6 * @type String