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		: "Hoogde",
306
DlgTableHeight		: "Hoogde",
307
DlgTableCellSpace	: "Cell spasieering",
307
DlgTableCellSpace	: "Cell spasieering",
308
DlgTableCellPad		: "Cell buffer",
308
DlgTableCellPad		: "Cell buffer",
309
DlgTableCaption		: "Beskreiwing",
309
DlgTableCaption		: "Beskreiwing",
310
DlgTableSummary		: "Opsomming",
310
DlgTableSummary		: "Opsomming",
-
 
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 eienskappe",
318
DlgCellTitle		: "Cell eienskappe",
314
DlgCellWidth		: "Weite",
319
DlgCellWidth		: "Weite",
Line 328... Line 333...
328
DlgCellVerAlignNotSet	: "<geen instelling>",
333
DlgCellVerAlignNotSet	: "<geen instelling>",
329
DlgCellVerAlignTop	: "Bo",
334
DlgCellVerAlignTop	: "Bo",
330
DlgCellVerAlignMiddle	: "Middel",
335
DlgCellVerAlignMiddle	: "Middel",
331
DlgCellVerAlignBottom	: "Onder",
336
DlgCellVerAlignBottom	: "Onder",
332
DlgCellVerAlignBaseline	: "Baseline",
337
DlgCellVerAlignBaseline	: "Baseline",
-
 
338
DlgCellType		: "Cell Type",	//MISSING
-
 
339
DlgCellTypeData		: "Data",	//MISSING
-
 
340
DlgCellTypeHeader	: "Header",	//MISSING
333
DlgCellRowSpan		: "Rei strekking",
341
DlgCellRowSpan		: "Rei strekking",
334
DlgCellCollSpan		: "Kolom strekking",
342
DlgCellCollSpan		: "Kolom strekking",
335
DlgCellBackColor	: "Agtergrond Kleur",
343
DlgCellBackColor	: "Agtergrond Kleur",
336
DlgCellBorderColor	: "Kant Kleur",
344
DlgCellBorderColor	: "Kant Kleur",
337
DlgCellBtnSelect	: "Keuse...",
345
DlgCellBtnSelect	: "Keuse...",