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 : "Augstums",
|
306 |
DlgTableHeight : "Augstums",
|
307 |
DlgTableCellSpace : "Rūtiņu atstatums",
|
307 |
DlgTableCellSpace : "Rūtiņu atstatums",
|
308 |
DlgTableCellPad : "Rūtiņu nobīde",
|
308 |
DlgTableCellPad : "Rūtiņu nobīde",
|
309 |
DlgTableCaption : "Leģenda",
|
309 |
DlgTableCaption : "Leģenda",
|
310 |
DlgTableSummary : "Anotācija",
|
310 |
DlgTableSummary : "Anotācija",
|
- |
|
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 : "Rūtiņas īpašības",
|
318 |
DlgCellTitle : "Rūtiņas īpašības",
|
314 |
DlgCellWidth : "Platums",
|
319 |
DlgCellWidth : "Platums",
|
Line 328... |
Line 333... |
328 |
DlgCellVerAlignNotSet : "<nav norādīts>",
|
333 |
DlgCellVerAlignNotSet : "<nav norādīts>",
|
329 |
DlgCellVerAlignTop : "Augša",
|
334 |
DlgCellVerAlignTop : "Augša",
|
330 |
DlgCellVerAlignMiddle : "Vidus",
|
335 |
DlgCellVerAlignMiddle : "Vidus",
|
331 |
DlgCellVerAlignBottom : "Apakša",
|
336 |
DlgCellVerAlignBottom : "Apakša",
|
332 |
DlgCellVerAlignBaseline : "Pamatrindā",
|
337 |
DlgCellVerAlignBaseline : "Pamatrindā",
|
- |
|
338 |
DlgCellType : "Cell Type", //MISSING
|
- |
|
339 |
DlgCellTypeData : "Data", //MISSING
|
- |
|
340 |
DlgCellTypeHeader : "Header", //MISSING
|
333 |
DlgCellRowSpan : "Rindu pārnese",
|
341 |
DlgCellRowSpan : "Rindu pārnese",
|
334 |
DlgCellCollSpan : "Kolonnu pārnese",
|
342 |
DlgCellCollSpan : "Kolonnu pārnese",
|
335 |
DlgCellBackColor : "Fona krāsa",
|
343 |
DlgCellBackColor : "Fona krāsa",
|
336 |
DlgCellBorderColor : "Rāmja krāsa",
|
344 |
DlgCellBorderColor : "Rāmja krāsa",
|
337 |
DlgCellBtnSelect : "Iezīmē...",
|
345 |
DlgCellBtnSelect : "Iezīmē...",
|
Line 360... |
Line 368... |
360 |
PasteAsText : "Ievietot kā vienkāršu tekstu",
|
368 |
PasteAsText : "Ievietot kā vienkāršu tekstu",
|
361 |
PasteFromWord : "Ievietot no Worda",
|
369 |
PasteFromWord : "Ievietot no Worda",
|
Line 362... |
Line 370... |
362 |
|
370 |
|
363 |
DlgPasteMsg2 : "Lūdzu, ievietojiet tekstu šajā laukumā, izmantojot klaviatūru (<STRONG>Ctrl+V</STRONG>) un apstipriniet ar <STRONG>Darīts!</STRONG>.",
|
371 |
DlgPasteMsg2 : "Lūdzu, ievietojiet tekstu šajā laukumā, izmantojot klaviatūru (<STRONG>Ctrl+V</STRONG>) un apstipriniet ar <STRONG>Darīts!</STRONG>.",
|
364 |
DlgPasteSec : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.", //MISSING
|
372 |
DlgPasteSec : "Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.", //MISSING
|
365 |
DlgPasteIgnoreFont : "IgnorÄt iepriek¨norÄdÄ«tos fontus",
|
373 |
DlgPasteIgnoreFont : "Ignorēt iepriekš norādītos fontus",
|
Line 366... |
Line 374... |
366 |
DlgPasteRemoveStyles : "Noņemt norādītos stilus",
|
374 |
DlgPasteRemoveStyles : "Noņemt norādītos stilus",
|
367 |
|
375 |
|
368 |
// Color Picker
|
376 |
// Color Picker
|