Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2047 → Rev 2048

/trunk/api/fckeditor/editor/lang/en.js
1,6 → 1,6
/*
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
* Copyright (C) 2003-2009 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
308,6 → 308,11
DlgTableCellPad : "Cell padding",
DlgTableCaption : "Caption",
DlgTableSummary : "Summary",
DlgTableHeaders : "Headers",
DlgTableHeadersNone : "None",
DlgTableHeadersColumn : "First column",
DlgTableHeadersRow : "First Row",
DlgTableHeadersBoth : "Both",
 
// Table Cell Dialog
DlgCellTitle : "Cell Properties",
330,6 → 335,9
DlgCellVerAlignMiddle : "Middle",
DlgCellVerAlignBottom : "Bottom",
DlgCellVerAlignBaseline : "Baseline",
DlgCellType : "Cell Type",
DlgCellTypeData : "Data",
DlgCellTypeHeader : "Header",
DlgCellRowSpan : "Rows Span",
DlgCellCollSpan : "Columns Span",
DlgCellBackColor : "Background Color",