Subversion Repositories Applications.papyrus

Rev

Rev 1925 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1925 Rev 2048
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
4
 *
4
 *
5
 * == BEGIN LICENSE ==
5
 * == BEGIN LICENSE ==
6
 *
6
 *
7
 * Licensed under the terms of any of the following licenses at your
7
 * Licensed under the terms of any of the following licenses at your
8
 * choice:
8
 * choice:
Line 306... Line 306...
306
DlgTableHeight		: "Height",
306
DlgTableHeight		: "Height",
307
DlgTableCellSpace	: "Cell spacing",
307
DlgTableCellSpace	: "Cell spacing",
308
DlgTableCellPad		: "Cell padding",
308
DlgTableCellPad		: "Cell padding",
309
DlgTableCaption		: "Caption",
309
DlgTableCaption		: "Caption",
310
DlgTableSummary		: "Summary",
310
DlgTableSummary		: "Summary",
-
 
311
DlgTableHeaders		: "Headers",	//MISSING
-
 
312
DlgTableHeadersNone		: "None",	//MISSING
-
 
313
DlgTableHeadersColumn	: "First column",	//MISSING
-
 
314
DlgTableHeadersRow		: "First Row",	//MISSING
-
 
315
DlgTableHeadersBoth		: "Both",	//MISSING
Line 311... Line 316...
311
 
316
 
312
// Table Cell Dialog
317
// Table Cell Dialog
313
DlgCellTitle		: "Cell Properties",
318
DlgCellTitle		: "Cell Properties",
314
DlgCellWidth		: "Width",
319
DlgCellWidth		: "Width",
Line 328... Line 333...
328
DlgCellVerAlignNotSet	: "<Not set>",
333
DlgCellVerAlignNotSet	: "<Not set>",
329
DlgCellVerAlignTop	: "Top",
334
DlgCellVerAlignTop	: "Top",
330
DlgCellVerAlignMiddle	: "Middle",
335
DlgCellVerAlignMiddle	: "Middle",
331
DlgCellVerAlignBottom	: "Bottom",
336
DlgCellVerAlignBottom	: "Bottom",
332
DlgCellVerAlignBaseline	: "Baseline",
337
DlgCellVerAlignBaseline	: "Baseline",
-
 
338
DlgCellType		: "Cell Type",
-
 
339
DlgCellTypeData		: "Data",
-
 
340
DlgCellTypeHeader	: "Header",
333
DlgCellRowSpan		: "Rows Span",
341
DlgCellRowSpan		: "Rows Span",
334
DlgCellCollSpan		: "Columns Span",
342
DlgCellCollSpan		: "Columns Span",
335
DlgCellBackColor	: "Background Colour",
343
DlgCellBackColor	: "Background Colour",
336
DlgCellBorderColor	: "Border Colour",
344
DlgCellBorderColor	: "Border Colour",
337
DlgCellBtnSelect	: "Select...",
345
DlgCellBtnSelect	: "Select...",