X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Flt.js;h=060c56734798569f7ca67473fa36f91bd3665460;hp=5a69361ab4d0d7b9e04c79f5234c6edf6f1b5366;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/lang/lt.js b/_source/lang/lt.js index 5a69361..060c567 100644 --- a/_source/lang/lt.js +++ b/_source/lang/lt.js @@ -121,6 +121,8 @@ CKEDITOR.lang['lt'] = alignBottom : 'Apačią', invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -201,7 +203,8 @@ CKEDITOR.lang['lt'] = menu : 'Žymės savybės', title : 'Žymės savybės', name : 'Žymės vardas', - errorName : 'Prašome įvesti žymės vardą' + errorName : 'Prašome įvesti žymės vardą', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -271,8 +274,8 @@ CKEDITOR.lang['lt'] = invalidBorder : 'Border size must be a number.', // MISSING invalidWidth : 'Table width must be a number.', // MISSING invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a number.', // MISSING - invalidCellPadding : 'Cell padding must be a number.', // MISSING + invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING + invalidCellPadding : 'Cell padding must be a positive number.', // MISSING cell : { @@ -413,7 +416,6 @@ CKEDITOR.lang['lt'] = upload : 'Nusiųsti', alt : 'Alternatyvus Tekstas', lockRatio : 'Išlaikyti proporciją', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Atstatyti dydį', border : 'Rėmelis', hSpace : 'Hor.Erdvė', @@ -770,41 +772,41 @@ CKEDITOR.lang['lt'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Dokumento savybės', + title : 'Dokumento savybės', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING + meta : 'Meta duomenys', chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + other : '', + docTitle : 'Puslapio antraštė', + charset : 'Simbolių kodavimo lentelė', + charsetOther : 'Kita simbolių kodavimo lentelė', charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING - charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING + charsetCE : 'Centrinės Europos', + charsetCT : 'Tradicinės kinų (Big5)', + charsetCR : 'Kirilica', + charsetGR : 'Graikų', + charsetJP : 'Japonų', + charsetKR : 'Korėjiečių', + charsetTR : 'Turkų', + charsetUN : 'Unikodas (UTF-8)', + charsetWE : 'Vakarų Europos', + docType : 'Dokumento tipo antraštė', + docTypeOther : 'Kita dokumento tipo antraštė', + xhtmlDec : 'Įtraukti XHTML deklaracijas', + bgColor : 'Fono spalva', + bgImage : 'Fono paveikslėlio nuoroda (URL)', + bgFixed : 'Neslenkantis fonas', + txtColor : 'Teksto spalva', + margin : 'Puslapio kraštinės', + marginTop : 'Viršuje', + marginLeft : 'Kairėje', + marginRight : 'Dešinėje', + marginBottom : 'Apačioje', + metaKeywords : 'Dokumento indeksavimo raktiniai žodžiai (atskirti kableliais)', + metaDescription : 'Dokumento apibūdinimas', + metaAuthor : 'Autorius', + metaCopyright : 'Autorinės teisės', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };