Index: /CKEditor/trunk/_dev/langtool/config
===================================================================
--- /CKEditor/trunk/_dev/langtool/config	(revision 7314)
+++ /CKEditor/trunk/_dev/langtool/config	(revision 7314)
@@ -0,0 +1,3 @@
+# CKLangTool config
+# Define here "lang_map" mappings between CKEditor language codes and Transifex
+lang_map = en_CA:en-ca,en_AU:en-au,fr_CA:fr-ca,pt_BR:pt-br,sr@latin:sr-latn,zh_CN:zh-cn,zh_HK:zh-hk,zh_TW:zh-tw
Index: /CKEditor/trunk/_dev/langtool/langtool.bat
===================================================================
--- /CKEditor/trunk/_dev/langtool/langtool.bat	(revision 7313)
+++ /CKEditor/trunk/_dev/langtool/langtool.bat	(revision 7314)
@@ -10,3 +10,8 @@
 ECHO.
 
+SET PLUGINS=(a11yhelp devtools placeholder specialchar uicolor)
+
 java -jar langtool/langtool.jar update ../../_source/lang
+for %%P in %PLUGINS% do (
+java -jar langtool/langtool.jar update ../../_source/plugins/%%P/lang
+)
Index: /CKEditor/trunk/_dev/langtool/langtool_export_po.bat
===================================================================
--- /CKEditor/trunk/_dev/langtool/langtool_export_po.bat	(revision 7314)
+++ /CKEditor/trunk/_dev/langtool/langtool_export_po.bat	(revision 7314)
@@ -0,0 +1,36 @@
+@ECHO OFF
+::
+:: Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+:: For licensing, see LICENSE.html or http://ckeditor.com/license
+::
+:: Generates .po translation files using JavaScript language files as source files.
+:: PO file can be used to update translations in CKEditor UI Translation Center:
+:: https://www.transifex.net/projects/p/ckeditor/
+::
+
+CLS
+ECHO.
+
+SET PLUGINS=(a11yhelp devtools placeholder specialchar uicolor)
+SET TARGETDIR=po
+
+:: Cleanup target folder
+IF NOT EXIST %TARGETDIR% GOTO :start
+SET /P ANSWER=The target directory ("%TARGETDIR%") already exists. Do you want to delete it (y/n)?
+if /i {%ANSWER%}=={y} (goto :yes)
+if /i {%ANSWER%}=={yes} (goto :yes)
+echo Target directory already exists ("%TARGETDIR%"), nothing to do.
+exit /b 1
+:yes
+rmdir /S /Q %TARGETDIR%
+
+:start
+mkdir %TARGETDIR%
+:: Generate po file for core
+java -jar langtool/langtool.jar export -c=config -f=gettext -m=meta/ckeditor.core/meta.txt ../../_source/lang/ %TARGETDIR%/ckeditor.core/
+
+:: Generate po files for plugins
+for %%P in %PLUGINS% do (
+java -jar langtool/langtool.jar export -c=config -f=gettext -m=meta/ckeditor.plugin-%%P/meta.txt ../../_source/plugins/%%P/lang/ %TARGETDIR%/ckeditor.plugin-%%P/
+)
+ 
Index: /CKEditor/trunk/_dev/langtool/langtool_update_meta.bat
===================================================================
--- /CKEditor/trunk/_dev/langtool/langtool_update_meta.bat	(revision 7314)
+++ /CKEditor/trunk/_dev/langtool/langtool_update_meta.bat	(revision 7314)
@@ -0,0 +1,26 @@
+@ECHO OFF
+::
+:: Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+:: For licensing, see LICENSE.html or http://ckeditor.com/license
+::
+:: Updates meta files, adding new empty entries for new strings.
+:: "Meta" files contain descriptions for translators to help in understanding where each string is used.
+::
+
+CLS
+ECHO.
+
+SET PLUGINS=(a11yhelp devtools placeholder specialchar uicolor)
+SET TARGETDIR=meta
+
+mkdir %TARGETDIR%
+:: Update meta file for core
+java -jar langtool/langtool.jar update -c=config -f=meta -m=meta/ckeditor.core/meta.txt ../../_source/lang/ %TARGETDIR%/ckeditor.core/
+
+:: Update meta files for plugins
+for %%P in %PLUGINS% do (
+java -jar langtool/langtool.jar update -c=config -f=meta -m=meta/ckeditor.plugin-%%P/meta.txt ../../_source/plugins/%%P/lang/ %TARGETDIR%/ckeditor.plugin-%%P/
+)
+
+
+ 
Index: /CKEditor/trunk/_dev/langtool/meta/ckeditor.core/meta.txt
===================================================================
--- /CKEditor/trunk/_dev/langtool/meta/ckeditor.core/meta.txt	(revision 7314)
+++ /CKEditor/trunk/_dev/langtool/meta/ckeditor.core/meta.txt	(revision 7314)
@@ -0,0 +1,579 @@
+# Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+# For licensing, see LICENSE.html or http://ckeditor.com/license
+
+dir = 
+editorTitle = Editor description for screenreader users with information on how to get help.
+toolbars = ARIA description for editor toolbars.
+editor = ARIA description for the editor.
+source = Toolbar button tooltip for the Source feature.
+newPage = Toolbar button tooltip for the New Page feature.
+save = Toolbar button tooltip for the Save feature.
+preview = Toolbar button tooltip for the Preview feature.
+cut = Toolbar button tooltip for the Cut feature.
+copy = Toolbar button tooltip for the Copy feature.
+paste = Toolbar button tooltip for the Paste feature.
+print = Toolbar button tooltip for the Print feature.
+underline = Toolbar button tooltip for the Underline feature.
+bold = Toolbar button tooltip for the Bold feature.
+italic = Toolbar button tooltip for the Italics feature.
+selectAll = Toolbar button tooltip for the Select All feature.
+removeFormat = Toolbar button tooltip for the Remove Format feature.
+strike = Toolbar button tooltip for the Strike feature.
+subscript = Toolbar button tooltip for the Subscript feature.
+superscript = Toolbar button tooltip for the Superscript feature.
+horizontalrule = Toolbar button tooltip for the Horizontal Rule feature.
+pagebreak = Toolbar button tooltip for the PageBreak feature.
+pagebreakAlt = Toolbar button tooltip for the PageBreak feature.
+unlink = Toolbar button tooltip for the Unlink feature.
+undo = Toolbar button tooltip for the Undo feature.
+redo = Toolbar button tooltip for the Redo feature.
+common.browseServer = Button label for the file browser.
+common.url = Label for the URL field of a dialog window.
+common.protocol = Label for the Protocol field of the Link dialog window.
+common.upload = Label for the Upload field of the Link dialog window.
+common.uploadSubmit = Label for the button that uploads the file to the server. 
+common.image = Toolbar button tooltip for the Image feature.
+common.flash = Toolbar button tooltip for the Flash feature.
+common.form = Toolbar button tooltip for the Form feature.
+common.checkbox = Toolbar button tooltip for the Checkbox feature.
+common.radio = Toolbar button tooltip for the Radio Button feature.
+common.textField = Toolbar button tooltip for the Text Field feature.
+common.textarea = Toolbar button tooltip for the Textarea feature.
+common.hiddenField = Toolbar button tooltip for the Hidden Field feature.
+common.button = Toolbar button tooltip for the Button feature.
+common.select = Toolbar button tooltip for the Selection Field feature.
+common.imageButton = Toolbar button tooltip for the Image Button feature.
+common.notSet = Label displayed when a particular dialog window field does not have any value set.
+common.id = Label for the ID field of a dialog window.
+common.name = Label for the Name field of a dialog window.
+common.langDir = Label for the Language Direction field of a dialog window.
+common.langDirLtr = Left to Right (LTR) language direction option text.
+common.langDirRtl = Right to Left (RTL) language direction option text.
+common.langCode = Label for the Language Code field of a dialog window.
+common.longDescr = Label for the Long Description URL field of a dialog window.
+common.cssClass = Label for the Stylesheet Classes field of a dialog window.
+common.advisoryTitle = Label for the Advisory Title field of a dialog window.
+common.cssStyle = Label for the Style field of a dialog window.
+common.ok = Label for the OK button of a dialog window.
+common.cancel = Label for the Cancel button of a dialog window.
+common.close = Tooltip for the Close icon of a dialog window.
+common.preview = Label for the Preview field of a dialog window.
+common.generalTab = Label for the General tab of a dialog window.
+common.advancedTab = Label for the Advanced tab of a dialog window.
+common.validateNumberFailed = Error message displayed when a non-numeric value is entered in a field that only accepts numbers.
+common.confirmNewPage = Error message displayed when a user attempts to load a new page without saving previously entered content.
+common.confirmCancel = Error message displayed when a user attempts to close a dialog window without accepting the changes.
+common.options = Label for the Options menu item.
+common.target = Label for the Target field of a dialog window.
+common.targetNew = New Window (_blank) target option text.
+common.targetTop = Topmost Window (_top) target option text.
+common.targetSelf = Same Window (_self) target option text.
+common.targetParent = Parent Window (_parent) target option text.
+common.langDirLTR = Left to Right (LTR) language direction option text.
+common.langDirRTL = Right to Left (RTL) language direction option text.
+common.styles = Label for the Style field of a dialog window.
+common.cssClasses = Label for the Stylesheet Classes field of a dialog window.
+common.width = Label for the Width field of a dialog window.
+common.height = Label for the Height field of a dialog window.
+common.align = Label for the Alignment field of a dialog window.
+common.alignLeft = Left alignment option text.
+common.alignRight = Right alignment option text.
+common.alignCenter = Center alignment option text.
+common.alignTop = Top alignment option text.
+common.alignMiddle = Middle alignment option text.
+common.alignBottom = Bottom alignment option text.
+common.invalidHeight = Error message displayed to the user when the specified height value is invalid.
+common.invalidWidth = Error message displayed to the user when the specified width value is invalid.
+common.invalidCssLength = Error message displayed to the user when the specified length value is not a valid CSS measurement unit.
+common.invalidHtmlLength = Error message displayed to the user when the specified length value is not a valid HTML measurement unit.
+common.invalidInlineStyle = 
+common.cssLengthTooltip = 
+common.unavailable = 
+contextmenu.options = WAI-ARIA label for the context menu entries.
+specialChar.toolbar = Toolbar button tooltip for the Special Character feature.
+specialChar.title = Label for the Special Character dialog window.
+specialChar.options = Voice label for the Special Character Options feature.
+link.toolbar = Toolbar button tooltip for the Link feature.
+link.other = Other protocol option text.
+link.menu = Context menu entry text for link editing.
+link.title = Label for the Link dialog window.
+link.info = Label for the Link Info tab of the Link dialog window.
+link.target = Label for the Target tab of the Link dialog window.
+link.upload = Label for the Upload tab of the Link dialog window.
+link.advanced = Label for the Advanced tab of the Link dialog window.
+link.type = Label for the Link Type field of the Link dialog window.
+link.toUrl = URL link type option text.
+link.toAnchor = Anchor link type option text.
+link.toEmail = E-mail link type option text.
+link.targetFrame = Frame target type option text.
+link.targetPopup = Pop-up target type option text.
+link.targetFrameName = Label for the Target Frame Name field of the Target tab (Link dialog window).
+link.targetPopupName = Label for the Popup Window Name field of the Target tab (Link dialog window).
+link.popupFeatures = Label for the Popup Window Features fieldset of the Target tab (Link dialog window).
+link.popupResizable = Label for the Resizable pop-up window option.
+link.popupStatusBar = Label for the Status Bar pop-up window option.
+link.popupLocationBar = Label for the Location Bar pop-up window option.
+link.popupToolbar = Label for the Toolbar pop-up window option.
+link.popupMenuBar = Label for the Menu Bar pop-up window option.
+link.popupFullScreen = Label for the Full Screen (IE) pop-up window option.
+link.popupScrollBars = Label for the Scroll Bars pop-up window option.
+link.popupDependent = Label for the Dependent (Netscape) pop-up window option.
+link.popupLeft = Label for the Left Position pop-up window option.
+link.popupTop = Label for the Top Position pop-up window option.
+link.id = Label for the ID field of the Link dialog window.
+link.langDir = Label for the Language Direction field of the Link dialog window.
+link.langDirLTR = Left to Right (LTR) language direction option text for the Link dialog window.
+link.langDirRTL = Right to Left (RTL) language direction option text for the Link dialog window.
+link.acccessKey = Label for the Access Key field of the Link dialog window.
+link.name = Label for the Name field of the Link dialog window.
+link.langCode = Label for the Language Code field of the Link dialog window.
+link.tabIndex = Label for the Tab Index field of the Link dialog window.
+link.advisoryTitle = Label for the Advisory Title field of the Link dialog window.
+link.advisoryContentType = Label for the Advisory Content Type field of the Link dialog window.
+link.cssClasses = Label for the Stylesheet Classes field of the Link dialog window.
+link.charset = Label for the Linked Resource Charset field of the Link dialog window.
+link.styles = Label for the Style field of the Link dialog window.
+link.rel = Label for the Relationship field of the Link dialog window.
+link.selectAnchor = Label for the Select Anchor fieldset of the Link Info tab (Link dialog window).
+link.anchorName = Label for the By Anchor Name field for selecting an anchor in the Link dialog window.
+link.anchorId = Label for the By Element Id field for selecting an anchor in the Link dialog window.
+link.emailAddress = Label for the E-Mail Address field of the Link dialog window for e-mail link type.
+link.emailSubject = Label for the Message Subject field of the Link dialog window for e-mail link type.
+link.emailBody = Label for the Message Body field of the Link dialog window for e-mail link type.
+link.noAnchors = Error message displayed for anchor link type when no anchor is defined in the document.
+link.noUrl = Error message displayed when a user attempts to add a link without giving its URL.
+link.noEmail = Error message displayed when a user attempts to add an e-mail link without giving the e-mail address.
+anchor.toolbar = Toolbar button tooltip for the Anchor feature.
+anchor.menu = Label for the Edit Anchor feature displayed in the anchor context menu.
+anchor.title = Label for the Anchor Properties dialog window.
+anchor.name = Label for the Anchor Name field of the Anchor Properties dialog window.
+anchor.errorName = Error message displayed when a user attempts to add an anchor without giving its name.
+anchor.remove = Label for the Remove Anchor feature displayed in the anchor context menu.
+list.numberedTitle = Label for the Numbered List Properties dialog window.
+list.bulletedTitle = Label for the Bulleted List Properties dialog window.
+list.type = Label for the Type field of the Numbered and Bulleted List Properties dialog windows.
+list.start = Label for the Start field of the Numbered and Bulleted List Properties dialog windows.
+list.validateStartNumber = Error message displayed when a numbered list does not start with a whole number.
+list.circle = Label for the Circle bulleted list type option.
+list.disc = Label for the Disc bulleted list type option.
+list.square = Label for the Square bulleted list type option.
+list.none = 
+list.notset = Label for the <not set> list type option.
+list.armenian = Label for the Armenian numbering numbered list type option.
+list.georgian = Label for the Georgian numbering numbered list type option.
+list.lowerRoman = Label for the Lower Roman numbered list type option.
+list.upperRoman = Label for the Upper Roman numbered list type option.
+list.lowerAlpha = Label for the Lower Alpha numbered list type option.
+list.upperAlpha = Label for the Upper Alpha numbered list type option.
+list.lowerGreek = Label for the Lower Greek numbered list type option.
+list.decimal = Label for the Decimal numbering numbered list type option.
+list.decimalLeadingZero = Label for the Decimal leading zero numbered list type option.
+findAndReplace.title = Label for the Find and Replace dialog window.
+findAndReplace.find = Label for the Find tab and Find button of the Find and Replace dialog window.
+findAndReplace.replace = Label for the Replace tab and Replace button of the Find and Replace dialog window.
+findAndReplace.findWhat = Label for the Find what field of the Find and Replace dialog window.
+findAndReplace.replaceWith = Label for the Replace with field of the Find and Replace dialog window.
+findAndReplace.notFoundMsg = Error message displayed when the specified term was not found in the document.
+findAndReplace.findOptions = 
+findAndReplace.matchCase = Label for the Match Case field of the Find and Replace dialog window.
+findAndReplace.matchWord = Label for the Match whole word field of the Find and Replace dialog window.
+findAndReplace.matchCyclic = Label for the Match cyclic field of the Find and Replace dialog window.
+findAndReplace.replaceAll = Label for the Replace All button of the Find and Replace dialog window.
+findAndReplace.replaceSuccessMsg = A message stating how many occurrences of the searched term were replaced in the document.
+table.toolbar = Toolbar button tooltip for the Table feature.
+table.title = Label for the Table Properties dialog window.
+table.menu = Label for the Table Properties feature displayed in the table context menu.
+table.deleteTable = Label for the Delete Table feature displayed in the table context menu.
+table.rows = Label for the Rows field of the Table Properties dialog window.
+table.columns = Label for the Columns field of the Table Properties dialog window.
+table.border = Label for the Border Size field of the Table Properties dialog window.
+table.widthPx = Label for the pixels width unit option of the Cell Properties dialog window.
+table.widthPc = Label for the percent width unit option of the Cell Properties dialog window.
+table.widthUnit = Label for the width unit selection field of the Cell Properties dialog window.
+table.cellSpace = Label for the Cell spacing field of the Table Properties dialog window.
+table.cellPad = Label for the Cell padding field of the Table dialog window.
+table.caption = Label for the Caption field of the Table Properties dialog window.
+table.summary = Label for the Summary field of the Table Properties dialog window.
+table.headers = Label for the Headers field of the Table Properties dialog window.
+table.headersNone = Label for the None headers option of the Table Properties dialog window.
+table.headersColumn = Label for the First column headers option of the Table Properties dialog window.
+table.headersRow = Label for the First row headers option of the Table Properties dialog window.
+table.headersBoth = Label for the Both headers option of the Table Properties dialog window.
+table.invalidRows = Error message displayed when the number of rows given is not a number greater than zero.
+table.invalidCols = Error message displayed when the number of columns given is not a number greater than zero.
+table.invalidBorder = Error message displayed when the border size given is not a number.
+table.invalidWidth = Error message displayed when the table width given is not a number.
+table.invalidHeight = Error message displayed when the table height given is not a number.
+table.invalidCellSpacing = Error message displayed when the cell spacing given is not a positive number.
+table.invalidCellPadding = Error message displayed when the cell padding given is not a positive number.
+table.cell.menu = Label for the Cell context menu entry for a table cell.
+table.cell.insertBefore = Label for the Insert Cell Before context menu entry for a table cell.
+table.cell.insertAfter = Label for the Insert Cell After context menu entry for a table cell.
+table.cell.deleteCell = Label for the Delete Cell context menu entry for a table cell.
+table.cell.merge = Label for the Merge Cells context menu entry for a table cell.
+table.cell.mergeRight = Label for the Merge Right context menu entry for a table cell.
+table.cell.mergeDown = Label for the Merge Down context menu entry for a table cell.
+table.cell.splitHorizontal = Label for the Split Cell Horizontally context menu entry for a table cell.
+table.cell.splitVertical = Label for the Split Cell Vertically context menu entry for a table cell.
+table.cell.title = Label for the Cell Properties dialog window.
+table.cell.cellType = Label for the Cell Type field of the Cell Properties dialog window.
+table.cell.rowSpan = Label for the Rows Span field of the Cell Properties dialog window.
+table.cell.colSpan = Label for the Columns Span field of the Cell Properties dialog window.
+table.cell.wordWrap = Label for the Word Wrap field of the Cell Properties dialog window.
+table.cell.hAlign = Label for the Horizontal Align field of the Cell Properties dialog window.
+table.cell.vAlign = Label for the Vertical Align field of the Cell Properties dialog window.
+table.cell.alignBaseline = Label for the Baseline vertical alignment option of the Cell Properties dialog window.
+table.cell.bgColor = Label for the Background Color field of the Cell Properties dialog window.
+table.cell.borderColor = Label for the Border Color field of the Cell Properties dialog window.
+table.cell.data = Label for the Data cell type option of the Cell Properties dialog window.
+table.cell.header = Label for the Header cell type option of the Cell Properties dialog window.
+table.cell.yes = Label for the Yes word wrap option of the Cell Properties dialog window.
+table.cell.no = Label for the No word wrap option of the Cell Properties dialog window.
+table.cell.invalidWidth = Error message displayed when the cell width given is not a number.
+table.cell.invalidHeight = Error message displayed when the cell height given is not a number.
+table.cell.invalidRowSpan = Error message displayed when the row span given is not a whole number.
+table.cell.invalidColSpan = Error message displayed when the column span given is not a whole number.
+table.cell.chooseColor = Label for the Choose button for cell background and border color.
+table.row.menu = Label for the Row context menu entry for a table cell.
+table.row.insertBefore = Label for the Insert Row Before context menu entry for a table cell.
+table.row.insertAfter = Label for the Insert Row After context menu entry for a table cell.
+table.row.deleteRow = Label for the Delete Row context menu entry for a table cell.
+table.column.menu = Label for the Column context menu entry for a table cell.
+table.column.insertBefore = Label for the Insert Column Before context menu entry for a table cell.
+table.column.insertAfter = Label for the Insert Column After context menu entry for a table cell.
+table.column.deleteColumn = Label for the Delete Column context menu entry for a table cell.
+button.title = Label for the Button Properties dialog window.
+button.text = Label for the Text (Value) field of the Button Properties dialog window.
+button.type = Label for the Type field of the Button Properties dialog window.
+button.typeBtn = Label for the Button button type option of the Button Properties dialog window.
+button.typeSbm = Label for the Submit button type option of the Button Properties dialog window.
+button.typeRst = Label for the Reset button type option of the Button Properties dialog window.
+checkboxAndRadio.checkboxTitle = Label for the Checkbox Properties dialog window.
+checkboxAndRadio.radioTitle = Label for the Radio Button Properties dialog window.
+checkboxAndRadio.value = Label for the Value field of the Checkbox and Radio Button Properties dialog windows.
+checkboxAndRadio.selected = Label for the Selected field of the Checkbox and Radio Button Properties dialog windows.
+form.title = Label for the Form Properties dialog window.
+form.menu = Label for the Form Properties context menu entry for a form.
+form.action = Label for the Action field of the Form Properties dialog window.
+form.method = Label for the Method field of the Form Properties dialog window.
+form.encoding = Label for the Encoding field of the Form Properties dialog window.
+select.title = Label for the Selection Field Properties dialog window.
+select.selectInfo = Label for the Select Info tab of the Selection Field Properties dialog window.
+select.opAvail = Label for the Available Options section of the Selection Field Properties dialog window.
+select.value = Label for the Value field of the Selection Field Properties dialog window.
+select.size = Label for the Size field of the Selection Field Properties dialog window.
+select.lines = Size unit caption (lines) of the Selection Field Properties dialog window.
+select.chkMulti = Label for the Allow multiple selections field of the Selection Field Properties dialog window.
+select.opText = Label for the Text field of the Selection Field Properties dialog window.
+select.opValue = Label for the Value field of the Selection Field Properties dialog window.
+select.btnAdd = Label for the Add button of the Selection Field Properties dialog window.
+select.btnModify = Label for the Modify button of the Selection Field Properties dialog window.
+select.btnUp = Label for the Up button of the Selection Field Properties dialog window.
+select.btnDown = Label for the Down button of the Selection Field Properties dialog window.
+select.btnSetValue = Label for the Set as selected value button of the Selection Field Properties dialog window.
+select.btnDelete = Label for the Delete button of the Selection Field Properties dialog window.
+textarea.title = Label for the Textarea Properties dialog window.
+textarea.cols = Label for the Columns field of the Textarea Properties dialog window.
+textarea.rows = Label for the Rows field of the Textarea Properties dialog window.
+textfield.title = Label for the Text Field Properties dialog window.
+textfield.name = Label for the Name field of the Text Field Properties dialog window.
+textfield.value = Label for the Value field of the Text Field Properties dialog window.
+textfield.charWidth = Label for the Character Width field of the Text Field Properties dialog window.
+textfield.maxChars = Label for the Maximum Characters field of the Text Field Properties dialog window.
+textfield.type = Label for the Type field of the Text Field Properties dialog window.
+textfield.typeText = Label for the Text type of the Text Field Properties dialog window.
+textfield.typePass = Label for the Password type of the Text Field Properties dialog window.
+hidden.title = Label for the Hidden Field Properties dialog window.
+hidden.name = Label for the Name field of the Hidden Field Properties dialog window.
+hidden.value = Label for the Value field of the Hidden Field Properties dialog window.
+image.title = Label for the Image Properties dialog window.
+image.titleButton = Label for the Image Button Properties dialog window.
+image.menu = Label for the Image Properties context menu entry for an image.
+image.infoTab = Label for the Image Info tab of the Image Properties dialog window.
+image.btnUpload = Label for the button that uploads the file to the server.
+image.upload = Label for the Upload tab of the Image Properties dialog window.
+image.alt = Label for the Alternative Text field of the Image Properties dialog window.
+image.lockRatio = Tooltip for the Lock Ratio icon of the Image Properties dialog window.
+image.resetSize = Tooltip for the Reset Size icon of the Image Properties dialog window.
+image.border = Label for the Border field of the Image Properties dialog window.
+image.hSpace = Label for the HSpace field of the Image Properties dialog window.
+image.vSpace = Label for the VSpace field of the Image Properties dialog window.
+image.alertUrl = 
+image.linkTab = Label for the Link tab of the Image Properties dialog window.
+image.button2Img = A message asking the user to confirm if one wants to transform an image button to a normal image.
+image.img2Button = A message asking the user to confirm if one wants to transform an image to an image button.
+image.urlMissing = Error message displayed when a user attempts to add an image without giving its URL.
+image.validateBorder = Error message informing the user that the image border value must be a whole number.
+image.validateHSpace = Error message informing the user that the HSpace value must be a whole number.
+image.validateVSpace = Error message informing the user that the VSpace value must be a whole number.
+flash.properties = Label for the Flash Properties context menu entry for a Flash object.
+flash.propertiesTab = Label for the Properties tab of the Flash Properties dialog window.
+flash.title = Label for the Flash Properties dialog window.
+flash.chkPlay = Label for the Auto Play field of the Flash Properties dialog window.
+flash.chkLoop = Label for the Loop field of the Flash Properties dialog window.
+flash.chkMenu = Label for the Enable Flash Menu field of the Flash Properties dialog window.
+flash.chkFull = Label for the Allow Fullscreen field of the Flash Properties dialog window.
+flash.scale = Label for the Scale field of the Flash Properties dialog window.
+flash.scaleAll = Label for the Show all scale option of the Flash Properties dialog window.
+flash.scaleNoBorder = Label for the No Border scale option of the Flash Properties dialog window.
+flash.scaleFit = Label for the Exact Fit scale option of the Flash Properties dialog window.
+flash.access = Label for the Script Access field of the Flash Properties dialog window.
+flash.accessAlways = Label for the Always script access option of the Flash Properties dialog window.
+flash.accessSameDomain = Label for the Same domain script access option of the Flash Properties dialog window.
+flash.accessNever = Label for the Never script access option of the Flash Properties dialog window.
+flash.alignAbsBottom = Label for the Abs Bottom alignment option of the Flash Properties dialog window.
+flash.alignAbsMiddle = Label for the Abs Middle alignment option of the Flash Properties dialog window.
+flash.alignBaseline = Label for the Baseline alignment option of the Flash Properties dialog window.
+flash.alignTextTop = Label for the Text Top alignment option of the Flash Properties dialog window.
+flash.quality = Label for the Quality field of the Flash Properties dialog window.
+flash.qualityBest = Label for the Best quality option of the Flash Properties dialog window.
+flash.qualityHigh = Label for the High quality option of the Flash Properties dialog window.
+flash.qualityAutoHigh = Label for the Auto High quality option of the Flash Properties dialog window.
+flash.qualityMedium = Label for the Medium quality option of the Flash Properties dialog window.
+flash.qualityAutoLow = Label for the Auto Low quality option of the Flash Properties dialog window.
+flash.qualityLow = Label for the Low quality option of the Flash Properties dialog window.
+flash.windowModeWindow = Label for the Window mode option of the Flash Properties dialog window.
+flash.windowModeOpaque = Label for the Opaque window mode option of the Flash Properties dialog window.
+flash.windowModeTransparent = Label for the Transparent window mode option of the Flash Properties dialog window.
+flash.windowMode = Label for the Window Mode field of the Flash Properties dialog window.
+flash.flashvars = Label for the Flash Variables fieldset of the Properties tab Flash Properties dialog window).
+flash.bgcolor = Label for the Background Color field of the Flash Properties dialog window.
+flash.hSpace = Label for the HSpace field of the Flash Properties dialog window.
+flash.vSpace = Label for the VSpace field of the Flash Properties dialog window.
+flash.validateSrc = Error message displayed when a user attempts to add a Flash object without giving its URL.
+flash.validateHSpace = Error message informing the user that the HSpace value must be a number.
+flash.validateVSpace = Error message informing the user that the VSpace value must be a number.
+spellCheck.toolbar = Toolbar button tooltip for the Spell Check feature.
+spellCheck.title = Label for the Spell Check dialog window.
+spellCheck.notAvailable = Error message displayed when the spellchecker is not available.
+spellCheck.errorLoading = Error message displayed when the spellchecker application service host cannot be loaded.
+spellCheck.notInDic = Error message displayed when a word is not in dictionary.
+spellCheck.changeTo = Label for the Change To button of the Spell Check dialog window.
+spellCheck.btnIgnore = Label for the Ignore button of the Spell Check dialog window.
+spellCheck.btnIgnoreAll = Label for the Ignore All button of the Spell Check dialog window.
+spellCheck.btnReplace = 
+spellCheck.btnReplaceAll = 
+spellCheck.btnUndo = 
+spellCheck.noSuggestions = 
+spellCheck.progress = 
+spellCheck.noMispell = 
+spellCheck.noChanges = 
+spellCheck.oneChange = 
+spellCheck.manyChanges = 
+spellCheck.ieSpellDownload = 
+smiley.toolbar = Toolbar button tooltip for the Smiley feature.
+smiley.title = Label for the Smiley dialog window.
+smiley.options = Voice label for the Smiley Options feature.
+elementsPath.eleLabel = Voice label for the Elements Path feature.
+elementsPath.eleTitle = Tooltip displaying the element name on the Element Path bar.  
+numberedlist = Toolbar button tooltip for the Insert/Remove Numbered List feature.
+bulletedlist = Toolbar button tooltip for the Insert/Remove Bulleted List feature.
+indent = Toolbar button tooltip for the Increase Indent feature.
+outdent = Toolbar button tooltip for the Decrease Indent feature.
+justify.left = Toolbar button tooltip for the Align Left feature.
+justify.center = Toolbar button tooltip for the Align Center feature.
+justify.right = Toolbar button tooltip for the Align Right feature.
+justify.block = Toolbar button tooltip for the Justify feature.
+blockquote = Toolbar button tooltip for the Blockquote feature.
+clipboard.title = Label for the Paste dialog window.
+clipboard.cutError = Error message displayed when the browser security settings are blocking the cutting operation.
+clipboard.copyError = Error message displayed when the browser security settings are blocking the copying operation.
+clipboard.pasteMsg = A help message urging the user to paste the text into the dialog window by using the keyboard.
+clipboard.securityMsg = Error message displayed when the browser security settings are blocking the pasting operation.
+clipboard.pasteArea = WAI-ARIA label for the paste area.
+pastefromword.confirmCleanup = A confirmation message displayed when the pasted text seems to be coming from Word and can be cleaned up.
+pastefromword.toolbar = Toolbar button tooltip for the Paste from Word feature.
+pastefromword.title = Label for the Paste from Word dialog window.
+pastefromword.error = Error message displayed when the pasted text cannot be cleaned up.
+pasteText.button = Toolbar button tooltip for the Paste as Plain Text feature.
+pasteText.title = Label for the Paste as Plain Text dialog window.
+templates.button = Toolbar button tooltip for the Templates feature.
+templates.title = Label for the Content Templates dialog window.
+templates.options = Voice label for the Template Options feature.
+templates.insertOption = Label for the Replace actual contents field of the Content Templates dialog window.
+templates.selectPromptMsg = Content Templates dialog window command description.
+templates.emptyListMsg = Error message displayed when the template list in the Content Templates dialog window is empty.
+showBlocks = Toolbar button tooltip for the Show Blocks feature.
+stylesCombo.label = Label for the Styles drop-down menu.
+stylesCombo.panelTitle = Toolbar drop-down menu tooltip and WAI-ARIA label for the Styles feature.
+stylesCombo.panelTitle1 = Label for the Block Styles group of the Styles drop-down menu.
+stylesCombo.panelTitle2 = Label for the Inline Styles group of the Styles drop-down menu.
+stylesCombo.panelTitle3 = Label for the Object Styles group of the Styles drop-down menu.
+format.label = Label for the Format drop-down menu.
+format.panelTitle = Toolbar drop-down menu tooltip and WAI-ARIA label for the Format feature.
+format.tag_p = Label for the human-readable description of the paragraph format.
+format.tag_pre = Label for the human-readable description of the preformatted text format.
+format.tag_address = Label for the human-readable description of the address format.
+format.tag_h1 = Label for the human-readable description of the heading level 1 format.
+format.tag_h2 = Label for the human-readable description of the heading level 2 format.
+format.tag_h3 = Label for the human-readable description of the heading level 3 format.
+format.tag_h4 = Label for the human-readable description of the heading level 4 format.
+format.tag_h5 = Label for the human-readable description of the heading level 5 format.
+format.tag_h6 = Label for the human-readable description of the heading level 6 format.
+format.tag_div = Label for the human-readable description of the div format.
+div.title = Label for the Div Container dialog window.
+div.toolbar = Toolbar button tooltip for the Div Container feature.
+div.cssClassInputLabel = Label for the Stylesheet Classes field of the Div Container dialog window.
+div.styleSelectLabel = Label for the Style field of the Div Container dialog window.
+div.IdInputLabel = Label for the Id field of the Div Container dialog window.
+div.languageCodeInputLabel = Label for the Language Code field of the Div Container dialog window.
+div.inlineStyleInputLabel = 
+div.advisoryTitleInputLabel = Label for the Advisory Title field of the Div Container dialog window.
+div.langDirLabel = Label for the Language Direction field of the Div Container dialog window.
+div.langDirLTRLabel = Left to Right (LTR) language direction option text for the Div Container dialog window.
+div.langDirRTLLabel = Right to Left (RTL) language direction option text for the Div Container dialog window.
+div.edit = Context menu entry text for Div container editing.
+div.remove = Label for the Remove Div Container feature displayed in the Div container context menu.
+iframe.title = Label for the IFrame dialog window.
+iframe.toolbar = Toolbar button tooltip for the IFrame feature.
+iframe.noUrl = Error message displayed to the user if one attempts to close the IFrame dialog window without giving the iframe URL.
+iframe.scrolling = Label for the Enable scrollbars option of the IFrame dialog window.
+iframe.border = Label for the Show frame borders option of the IFrame dialog window.
+font.label = Label for the Font drop-down menu.
+font.voiceLabel = 
+font.panelTitle = Toolbar drop-down menu tooltip and WAI-ARIA label for the Font feature.
+fontSize.label = Label for the Font Size drop-down menu.
+fontSize.voiceLabel = 
+fontSize.panelTitle = Toolbar drop-down menu tooltip and WAI-ARIA label for the Font Size feature.
+colorButton.textColorTitle = Toolbar drop-down menu tooltip for the Text Color feature.
+colorButton.bgColorTitle = Toolbar drop-down menu tooltip for the Background Color feature.
+colorButton.panelTitle = WAI-ARIA label for the Colors drop-down menu.
+colorButton.auto = Label and tooltip for the Automatic color option.
+colorButton.more = Label and tooltip for the More colors option.
+colors.000 = Tooltip with a human-readable name for the #000 color.
+colors.800000 = Tooltip with a human-readable name for the #800000 color.
+colors.8B4513 = Tooltip with a human-readable name for the #8B4513 color.
+colors.2F4F4F = Tooltip with a human-readable name for the #2F4F4F color.
+colors.008080 = Tooltip with a human-readable name for the #008080 color.
+colors.000080 = Tooltip with a human-readable name for the #000080 color.
+colors.4B0082 = Tooltip with a human-readable name for the #4B0082 color.
+colors.696969 = Tooltip with a human-readable name for the #696969 color.
+colors.B22222 = Tooltip with a human-readable name for the #B22222 color.
+colors.A52A2A = Tooltip with a human-readable name for the #A52A2A color.
+colors.DAA520 = Tooltip with a human-readable name for the #DAA520 color.
+colors.006400 = Tooltip with a human-readable name for the #006400 color.
+colors.40E0D0 = Tooltip with a human-readable name for the #40E0D0 color.
+colors.0000CD = Tooltip with a human-readable name for the #0000CD color.
+colors.800080 = Tooltip with a human-readable name for the #800080 color.
+colors.808080 = Tooltip with a human-readable name for the #808080 color.
+colors.F00 = Tooltip with a human-readable name for the #F00 color.
+colors.FF8C00 = Tooltip with a human-readable name for the #FF8C00 color.
+colors.FFD700 = Tooltip with a human-readable name for the #FFD700 color.
+colors.008000 = Tooltip with a human-readable name for the #008000 color.
+colors.0FF = Tooltip with a human-readable name for the #0FF color.
+colors.00F = Tooltip with a human-readable name for the #00F color.
+colors.EE82EE = Tooltip with a human-readable name for the #EE82EE color.
+colors.A9A9A9 = Tooltip with a human-readable name for the #A9A9A9 color.
+colors.FFA07A = Tooltip with a human-readable name for the #FFA07A color.
+colors.FFA500 = Tooltip with a human-readable name for the #FFA500 color.
+colors.FFFF00 = Tooltip with a human-readable name for the #FFFF00 color.
+colors.00FF00 = Tooltip with a human-readable name for the #00FF00 color.
+colors.AFEEEE = Tooltip with a human-readable name for the #AFEEEE color.
+colors.ADD8E6 = Tooltip with a human-readable name for the #ADD8E6 color.
+colors.DDA0DD = Tooltip with a human-readable name for the #DDA0DD color.
+colors.D3D3D3 = Tooltip with a human-readable name for the #D3D3D3 color.
+colors.FFF0F5 = Tooltip with a human-readable name for the #FFF0F5 color.
+colors.FAEBD7 = Tooltip with a human-readable name for the #FAEBD7 color.
+colors.FFFFE0 = Tooltip with a human-readable name for the #FFFFE0 color.
+colors.F0FFF0 = Tooltip with a human-readable name for the #F0FFF0 color.
+colors.F0FFFF = Tooltip with a human-readable name for the #F0FFFF color.
+colors.F0F8FF = Tooltip with a human-readable name for the #F0F8FF color.
+colors.E6E6FA = Tooltip with a human-readable name for the #E6E6FA color.
+colors.FFF = Tooltip with a human-readable name for the #000 color.
+scayt.title = Label for the Spell Check As You Type (SCAYT) dialog window.
+scayt.opera_title = Toolbar drop-down menu tooltip for the SCAYT feature displayed to Opera users.
+scayt.enable = Label for the Enable SCAYT menu option for the SCAYT feature.
+scayt.disable = Label for the Disable SCAYT menu option for the SCAYT feature.
+scayt.about = Label for the About SCAYT menu option for the SCAYT feature.
+scayt.toggle = 
+scayt.options = 
+scayt.langs = Label for the Languages menu option for the SCAYT feature.
+scayt.moreSuggestions = Label for the More suggestions context menu option for the SCAYT feature.
+scayt.ignore = Label for the Ignore context menu option for the SCAYT feature.
+scayt.ignoreAll = Label for the Ignore All context menu option for the SCAYT feature.
+scayt.addWord = Label for the Add Word context menu option for the SCAYT feature.
+scayt.emptyDic = Error message displayed when the SCAYT dictionary name is empty.
+scayt.optionsTab = Label for the Options tab of the Spell Check As You Type dialog window.
+scayt.allCaps = Label for the Ignore All-Caps Words field of the Spell Check As You Type dialog window.
+scayt.ignoreDomainNames = Label for the Ignore Domain Names field of the Spell Check As You Type dialog window.
+scayt.mixedCase = Label for the Ignore Words with Mixed Case field of the Spell Check As You Type dialog window.
+scayt.mixedWithDigits = Label for the Ignore Words with Numbers field of the Spell Check As You Type dialog window.
+scayt.languagesTab = Label for the Languages tab of the Spell Check As You Type dialog window.
+scayt.dictionariesTab = Label for the Dictionaries tab of the Spell Check As You Type dialog window and the menu option for SCAYT.
+scayt.dic_field_name = Label for the Dictionary name field of the Spell Check As You Type dialog window.
+scayt.dic_create = Label for the Create button of the Spell Check As You Type dialog window. 
+scayt.dic_restore = Label for the Restore button of the Spell Check As You Type dialog window.
+scayt.dic_delete = Label for the Delete button of the Spell Check As You Type dialog window.
+scayt.dic_rename = Label for the Rename button of the Spell Check As You Type dialog window.
+scayt.dic_info = Dictionary information text of the Spell Check As You Type dialog window.
+scayt.aboutTab = Label for the About tab of the Spell Check As You Type dialog window.
+about.title = Label for the About CKEditor dialog window.
+about.dlgTitle = Label for the About CKEditor dialog window displayed to Internet Explorer users.
+about.help = Information about where to find CKEditor documentation.
+about.userGuide = CKEditor User's Guide title.
+about.moreInfo = Caption for licensing information.
+about.copy = CKEditor copyright note.
+maximize = Toolbar button tooltip for the Maximize feature.
+minimize = Toolbar button tooltip for the Minimize feature.
+fakeobjects.anchor = 
+fakeobjects.flash = 
+fakeobjects.iframe = 
+fakeobjects.hiddenfield = 
+fakeobjects.unknown = 
+resize = Toolbar button tooltip for the Resize feature that resizes the editor interface.
+colordialog.title = Label for the Colors dialog window.
+colordialog.options = Voice label for the Options entry of the Colors dialog window. 
+colordialog.highlight = Label for the Highlight field of the Colors dialog window.
+colordialog.selected = Label for the Selected color field of the Colors dialog window.
+colordialog.clear = Label for the Clear button of the Colors dialog window.
+toolbarCollapse = Toolbar button tooltip for the Collapse Toolbar feature.
+toolbarExpand = Toolbar button tooltip for the Expand Toolbar feature.
+toolbarGroups.document = WAI-ARIA label for the Document toolbar buttons group.
+toolbarGroups.clipboard = WAI-ARIA label for the Clipboard/Undo toolbar buttons group.
+toolbarGroups.editing = WAI-ARIA label for the Editing toolbar buttons group.
+toolbarGroups.forms = WAI-ARIA label for the Forms toolbar buttons group.
+toolbarGroups.basicstyles = WAI-ARIA label for the Basic Styles toolbar buttons group.
+toolbarGroups.paragraph = WAI-ARIA label for the Paragraph toolbar buttons group.
+toolbarGroups.links = WAI-ARIA label for the Links toolbar buttons group.
+toolbarGroups.insert = WAI-ARIA label for the Insert toolbar buttons group.
+toolbarGroups.styles = WAI-ARIA label for the Styles toolbar buttons group.
+toolbarGroups.colors = WAI-ARIA label for the Colors toolbar buttons group.
+toolbarGroups.tools = WAI-ARIA label for the Tools toolbar buttons group.
+bidi.ltr = Toolbar button tooltip for the Text direction from left to right feature.
+bidi.rtl = Toolbar button tooltip for the Text direction from right to left feature.
+docprops.label = Toolbar button tooltip for the Document Properties feature.
+docprops.title = Label for the Document Properties plugin dialog window.
+docprops.design = Label for the Design tab of the Document Properties plugin dialog window.
+docprops.meta = Label for the Meta Tags tab of the Document Properties plugin dialog window.
+docprops.chooseColor = Label for the Choose button of the Document Properties plugin dialog window.
+docprops.other = Label for the Other doctype and charset options of the Document Properties plugin dialog window.
+docprops.docTitle = Label for the Page Title field of the Document Properties plugin dialog window.
+docprops.charset = Label for the Character Set Encoding field of the Document Properties plugin dialog window.
+docprops.charsetOther = Label for the Other Character Set Encoding field of the Document Properties plugin dialog window.
+docprops.charsetASCII = Label for the ASCII charset option of the Document Properties plugin dialog window.
+docprops.charsetCE = Label for the Central European charset option of the Document Properties plugin dialog window.
+docprops.charsetCT = Label for the Chinese Traditional (Big5) charset option of the Document Properties plugin dialog window.
+docprops.charsetCR = Label for the Cyrillic charset option of the Document Properties plugin dialog window.
+docprops.charsetGR = Label for the Greek charset option of the Document Properties plugin dialog window.
+docprops.charsetJP = Label for the Japanese charset option of the Document Properties plugin dialog window.
+docprops.charsetKR = Label for the Korean charset option of the Document Properties plugin dialog window.
+docprops.charsetTR = Label for the Turkish charset option of the Document Properties plugin dialog window.
+docprops.charsetUN = Label for the Unicode (UTF-8) charset option of the Document Properties plugin dialog window.
+docprops.charsetWE = Label for the Western European charset option of the Document Properties plugin dialog window.
+docprops.docType = Label for the Document Type Heading field of the Document Properties plugin dialog window.
+docprops.docTypeOther = Label for the Other Document Type Heading field of the Document Properties plugin dialog window.
+docprops.xhtmlDec = Label for the Include XHTML Declarations field of the Document Properties plugin dialog window.
+docprops.bgColor = Label for the Background Color field of the Document Properties plugin dialog window.
+docprops.bgImage = Label for the Background Image URL field of the Document Properties plugin dialog window.
+docprops.bgFixed = Label for the Non-scrolling (Fixed) Background field of the Document Properties plugin dialog window.
+docprops.txtColor = Label for the Text Color field of the Document Properties plugin dialog window.
+docprops.margin = Label for the Page Margins field of the Document Properties plugin dialog window.
+docprops.marginTop = Label for the Top margin option of the Document Properties plugin dialog window.
+docprops.marginLeft = Label for the Left margin option of the Document Properties plugin dialog window.
+docprops.marginRight = Label for the Right margin option of the Document Properties plugin dialog window.
+docprops.marginBottom = Label for the Bottom margin option of the Document Properties plugin dialog window.
+docprops.metaKeywords = Label for the Document Indexing Keywords (comma separated) field of the Document Properties plugin dialog window.
+docprops.metaDescription = Label for the Document Description field of the Document Properties plugin dialog window.
+docprops.metaAuthor = Label for the Author field of the Document Properties plugin dialog window.
+docprops.metaCopyright = Label for the Copyright field of the Document Properties plugin dialog window.
+docprops.previewHtml = HTML preview of the text displayed in the Preview tab of the Document Properties plugin dialog window.
Index: /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-a11yhelp/meta.txt
===================================================================
--- /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-a11yhelp/meta.txt	(revision 7314)
+++ /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-a11yhelp/meta.txt	(revision 7314)
@@ -0,0 +1,33 @@
+# Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+# For licensing, see LICENSE.html or http://ckeditor.com/license
+
+accessibilityHelp.title = 
+accessibilityHelp.contents = 
+accessibilityHelp.legend.0.name = 
+accessibilityHelp.legend.0.items.0.name = 
+accessibilityHelp.legend.0.items.0.legend = 
+accessibilityHelp.legend.0.items.1.name = 
+accessibilityHelp.legend.0.items.1.legend = 
+accessibilityHelp.legend.0.items.2.name = 
+accessibilityHelp.legend.0.items.2.legend = 
+accessibilityHelp.legend.0.items.3.name = 
+accessibilityHelp.legend.0.items.3.legend = 
+accessibilityHelp.legend.0.items.4.name = 
+accessibilityHelp.legend.0.items.4.legend = 
+accessibilityHelp.legend.1.name = 
+accessibilityHelp.legend.1.items.0.name = 
+accessibilityHelp.legend.1.items.0.legend = 
+accessibilityHelp.legend.1.items.1.name = 
+accessibilityHelp.legend.1.items.1.legend = 
+accessibilityHelp.legend.1.items.2.name = 
+accessibilityHelp.legend.1.items.2.legend = 
+accessibilityHelp.legend.1.items.3.name = 
+accessibilityHelp.legend.1.items.3.legend = 
+accessibilityHelp.legend.1.items.4.name = 
+accessibilityHelp.legend.1.items.4.legend = 
+accessibilityHelp.legend.1.items.5.name = 
+accessibilityHelp.legend.1.items.5.legend = 
+accessibilityHelp.legend.1.items.6.name = 
+accessibilityHelp.legend.1.items.6.legend = 
+accessibilityHelp.legend.1.items.7.name = 
+accessibilityHelp.legend.1.items.7.legend = 
Index: /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-devtools/meta.txt
===================================================================
--- /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-devtools/meta.txt	(revision 7314)
+++ /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-devtools/meta.txt	(revision 7314)
@@ -0,0 +1,8 @@
+# Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+# For licensing, see LICENSE.html or http://ckeditor.com/license
+
+devTools.title = 
+devTools.dialogName = 
+devTools.tabName = 
+devTools.elementId = 
+devTools.elementType = 
Index: /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-placeholder/meta.txt
===================================================================
--- /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-placeholder/meta.txt	(revision 7314)
+++ /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-placeholder/meta.txt	(revision 7314)
@@ -0,0 +1,8 @@
+# Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+# For licensing, see LICENSE.html or http://ckeditor.com/license
+
+placeholder.title = 
+placeholder.toolbar = 
+placeholder.text = 
+placeholder.edit = 
+placeholder.textMissing = 
Index: /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-specialchar/meta.txt
===================================================================
--- /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-specialchar/meta.txt	(revision 7314)
+++ /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-specialchar/meta.txt	(revision 7314)
@@ -0,0 +1,121 @@
+# Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+# For licensing, see LICENSE.html or http://ckeditor.com/license
+
+euro = 
+lsquo = 
+rsquo = 
+ldquo = 
+rdquo = 
+ndash = 
+mdash = 
+iexcl = 
+cent = 
+pound = 
+curren = 
+yen = 
+brvbar = 
+sect = 
+uml = 
+copy = 
+ordf = 
+laquo = 
+not = 
+reg = 
+macr = 
+deg = 
+sup2 = 
+sup3 = 
+acute = 
+micro = 
+para = 
+middot = 
+cedil = 
+sup1 = 
+ordm = 
+raquo = 
+frac14 = 
+frac12 = 
+frac34 = 
+iquest = 
+Agrave = 
+Aacute = 
+Acirc = 
+Atilde = 
+Auml = 
+Aring = 
+AElig = 
+Ccedil = 
+Egrave = 
+Eacute = 
+Ecirc = 
+Euml = 
+Igrave = 
+Iacute = 
+Icirc = 
+Iuml = 
+ETH = 
+Ntilde = 
+Ograve = 
+Oacute = 
+Ocirc = 
+Otilde = 
+Ouml = 
+times = 
+Oslash = 
+Ugrave = 
+Uacute = 
+Ucirc = 
+Uuml = 
+Yacute = 
+THORN = 
+szlig = 
+agrave = 
+aacute = 
+acirc = 
+atilde = 
+auml = 
+aring = 
+aelig = 
+ccedil = 
+egrave = 
+eacute = 
+ecirc = 
+euml = 
+igrave = 
+iacute = 
+icirc = 
+iuml = 
+eth = 
+ntilde = 
+ograve = 
+oacute = 
+ocirc = 
+otilde = 
+ouml = 
+divide = 
+oslash = 
+ugrave = 
+uacute = 
+ucirc = 
+uuml = 
+yacute = 
+thorn = 
+yuml = 
+OElig = 
+oelig = 
+372 = 
+374 = 
+373 = 
+375 = 
+sbquo = 
+8219 = 
+bdquo = 
+hellip = 
+trade = 
+9658 = 
+bull = 
+rarr = 
+rArr = 
+hArr = 
+diams = 
+asymp = 
Index: /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-uicolor/meta.txt
===================================================================
--- /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-uicolor/meta.txt	(revision 7314)
+++ /CKEditor/trunk/_dev/langtool/meta/ckeditor.plugin-uicolor/meta.txt	(revision 7314)
@@ -0,0 +1,7 @@
+# Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
+# For licensing, see LICENSE.html or http://ckeditor.com/license
+
+uicolor.title = 
+uicolor.preview = 
+uicolor.config = 
+uicolor.predefined = 
Index: /CKEditor/trunk/_dev/releaser/langtool.bat
===================================================================
--- /CKEditor/trunk/_dev/releaser/langtool.bat	(revision 7313)
+++ /CKEditor/trunk/_dev/releaser/langtool.bat	(revision 7314)
@@ -1,2 +1,3 @@
+@ECHO OFF
 ::
 :: Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
@@ -4,3 +5,8 @@
 ::
 
+SET PLUGINS=(a11yhelp devtools placeholder specialchar uicolor)
+
 java -jar ../langtool/langtool/langtool.jar release/release/_source/lang
+for %%P in %PLUGINS% do (
+java -jar ../langtool/langtool/langtool.jar release/release/_source/plugins/%%P/lang
+)
