X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Flt.js;h=060c56734798569f7ca67473fa36f91bd3665460;hb=f0610347140239143439a511ee2bd48cb784f470;hp=a58b103072daaf1b25772d052c08c0987cba4cb4;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/lang/lt.js b/_source/lang/lt.js index a58b103..060c567 100644 --- a/_source/lang/lt.js +++ b/_source/lang/lt.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -34,8 +34,8 @@ CKEDITOR.lang['lt'] = editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Å altinis', @@ -56,6 +56,7 @@ CKEDITOR.lang['lt'] = superscript : 'VirÅ¡utinis indeksas', horizontalrule : 'Ä®terpti horizontalią liniją', pagebreak : 'Ä®terpti puslapių skirtuką', + pagebreakAlt : 'Page Break', // MISSING unlink : 'Panaikinti nuorodą', undo : 'AtÅ¡aukti', redo : 'Atstatyti', @@ -105,6 +106,23 @@ CKEDITOR.lang['lt'] = targetTop : 'Topmost Window (_top)', // MISSING targetSelf : 'Same Window (_self)', // MISSING targetParent : 'Parent Window (_parent)', // MISSING + langDirLTR : 'Left to Right (LTR)', // MISSING + langDirRTL : 'Right to Left (RTL)', // MISSING + styles : 'Style', // MISSING + cssClasses : 'Stylesheet Classes', // MISSING + width : 'Plotis', + height : 'AukÅ¡tis', + align : 'Lygiuoti', + alignLeft : 'Kairę', + alignRight : 'DeÅ¡inę', + alignCenter : 'Centrą', + alignTop : 'VirÅ¡Å«nę', + alignMiddle : 'Vidurį', + 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 @@ -151,9 +169,7 @@ CKEDITOR.lang['lt'] = popupFullScreen : 'Visas ekranas (IE)', popupScrollBars : 'Slinkties juostos', popupDependent : 'Priklausomas (Netscape)', - popupWidth : 'Plotis', popupLeft : 'Kairė pozicija', - popupHeight : 'AukÅ¡tis', popupTop : 'VirÅ¡utinė pozicija', id : 'Id', // MISSING langDir : 'Teksto kryptis', @@ -161,18 +177,19 @@ CKEDITOR.lang['lt'] = langDirRTL : 'IÅ¡ deÅ¡inės į kairę (RTL)', acccessKey : 'Prieigos raktas', name : 'Vardas', - langCode : 'Teksto kryptis', - tabIndex : 'Tabuliavimo indeksas', - advisoryTitle : 'Konsultacinė antraÅ¡tė', + langCode : 'Teksto kryptis', + tabIndex : 'Tabuliavimo indeksas', + advisoryTitle : 'Konsultacinė antraÅ¡tė', advisoryContentType : 'Konsultacinio turinio tipas', cssClasses : 'Stilių lentelės klasės', charset : 'Susietų iÅ¡teklių simbolių lentelė', styles : 'Stilius', - selectAnchor : 'Pasirinkite žymę', + rel : 'Relationship', // MISSING + selectAnchor : 'Pasirinkite žymę', anchorName : 'Pagal žymės vardą', - anchorId : 'Pagal žymės Id', - emailAddress : 'El.paÅ¡to adresas', - emailSubject : 'Žinutės tema', + anchorId : 'Pagal žymės Id', + emailAddress : 'El.paÅ¡to adresas', + emailSubject : 'Žinutės tema', emailBody : 'Žinutės turinys', noAnchors : '(Å iame dokumente žymių nėra)', noUrl : 'PraÅ¡ome įvesti nuorodos URL', @@ -186,7 +203,32 @@ 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 + list: + { + numberedTitle : 'Numbered List Properties', // MISSING + bulletedTitle : 'Bulleted List Properties', // MISSING + type : 'Type', // MISSING + start : 'Start', // MISSING + validateStartNumber :'List start number must be a whole number.', // MISSING + circle : 'Circle', // MISSING + disc : 'Disc', // MISSING + square : 'Square', // MISSING + none : 'None', // MISSING + notset : '', // MISSING + armenian : 'Armenian numbering', // MISSING + georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING + lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING + upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING + lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING + upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING + lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING + decimal : 'Decimal (1, 2, 3, etc.)', // MISSING + decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING }, // Find And Replace Dialog @@ -215,15 +257,9 @@ CKEDITOR.lang['lt'] = rows : 'Eilutės', columns : 'Stulpeliai', border : 'Rėmelio dydis', - align : 'Lygiuoti', - alignLeft : 'Kairę', - alignCenter : 'Centrą', - alignRight : 'DeÅ¡inę', - width : 'Plotis', widthPx : 'taÅ¡kais', widthPc : 'procentais', widthUnit : 'width unit', // MISSING - height : 'AukÅ¡tis', cellSpace : 'Tarpas tarp langelių', cellPad : 'Trapas nuo langelio rėmo iki teksto', caption : 'AntraÅ¡tė', @@ -238,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 : { @@ -259,9 +295,6 @@ CKEDITOR.lang['lt'] = wordWrap : 'Word Wrap', // MISSING hAlign : 'Horizontal Alignment', // MISSING vAlign : 'Vertical Alignment', // MISSING - alignTop : 'Top', // MISSING - alignMiddle : 'Middle', // MISSING - alignBottom : 'Bottom', // MISSING alignBaseline : 'Baseline', // MISSING bgColor : 'Background Color', // MISSING borderColor : 'Border Color', // MISSING @@ -382,24 +415,16 @@ CKEDITOR.lang['lt'] = btnUpload : 'Siųsti į serverį', upload : 'Nusiųsti', alt : 'Alternatyvus Tekstas', - width : 'Plotis', - height : 'AukÅ¡tis', lockRatio : 'IÅ¡laikyti proporciją', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Atstatyti dydį', border : 'Rėmelis', hSpace : 'Hor.Erdvė', vSpace : 'Vert.Erdvė', - align : 'Lygiuoti', - alignLeft : 'Kairę', - alignRight : 'DeÅ¡inę', alertUrl : 'PraÅ¡ome įvesti vaizdo URL', linkTab : 'Nuoroda', button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING img2Button : 'Do you want to transform the selected image on a image button?', // MISSING urlMissing : 'Image source URL is missing.', // MISSING - validateWidth : 'Width must be a whole number.', // MISSING - validateHeight : 'Height must be a whole number.', // MISSING validateBorder : 'Border must be a whole number.', // MISSING validateHSpace : 'HSpace must be a whole number.', // MISSING validateVSpace : 'VSpace must be a whole number.' // MISSING @@ -423,16 +448,10 @@ CKEDITOR.lang['lt'] = accessAlways : 'Always', // MISSING accessSameDomain: 'Same domain', // MISSING accessNever : 'Never', // MISSING - align : 'Lygiuoti', - alignLeft : 'Kairę', alignAbsBottom : 'Absoliučią apačią', alignAbsMiddle : 'Absoliutų vidurį', alignBaseline : 'Apatinę liniją', - alignBottom : 'Apačią', - alignMiddle : 'Vidurį', - alignRight : 'DeÅ¡inę', alignTextTop : 'Teksto virÅ¡Å«nę', - alignTop : 'VirÅ¡Å«nę', quality : 'Quality', // MISSING qualityBest : 'Best', // MISSING qualityHigh : 'High', // MISSING @@ -446,13 +465,9 @@ CKEDITOR.lang['lt'] = windowMode : 'Window mode', // MISSING flashvars : 'Variables for Flash', // MISSING bgcolor : 'Fono spalva', - width : 'Plotis', - height : 'AukÅ¡tis', hSpace : 'Hor.Erdvė', vSpace : 'Vert.Erdvė', validateSrc : 'PraÅ¡ome įvesti nuorodos URL', - validateWidth : 'Width must be a number.', // MISSING - validateHeight : 'Height must be a number.', // MISSING validateHSpace : 'HSpace must be a number.', // MISSING validateVSpace : 'VSpace must be a number.' // MISSING }, @@ -587,6 +602,15 @@ CKEDITOR.lang['lt'] = remove : 'Remove Div' // MISSING }, + iframe : + { + title : 'IFrame Properties', // MISSING + toolbar : 'IFrame', // MISSING + noUrl : 'Please type the iframe URL', // MISSING + scrolling : 'Enable scrollbars', // MISSING + border : 'Show frame border' // MISSING + }, + font : { label : 'Å riftas', @@ -619,7 +643,7 @@ CKEDITOR.lang['lt'] = '008080' : 'Teal', // MISSING '000080' : 'Navy', // MISSING '4B0082' : 'Indigo', // MISSING - '696969' : 'Dim Gray', // MISSING + '696969' : 'Dark Gray', // MISSING 'B22222' : 'Fire Brick', // MISSING 'A52A2A' : 'Brown', // MISSING 'DAA520' : 'Golden Rod', // MISSING @@ -635,7 +659,7 @@ CKEDITOR.lang['lt'] = '0FF' : 'Cyan', // MISSING '00F' : 'Blue', // MISSING 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dark Gray', // MISSING + 'A9A9A9' : 'Dim Gray', // MISSING 'FFA07A' : 'Light Salmon', // MISSING 'FFA500' : 'Orange', // MISSING 'FFFF00' : 'Yellow', // MISSING @@ -657,6 +681,7 @@ CKEDITOR.lang['lt'] = scayt : { title : 'Spell Check As You Type', // MISSING + opera_title : 'Not supported by Opera', // MISSING enable : 'Enable SCAYT', // MISSING disable : 'Disable SCAYT', // MISSING about : 'About SCAYT', // MISSING @@ -668,9 +693,23 @@ CKEDITOR.lang['lt'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING + optionsTab : 'Options', // MISSING + allCaps : 'Ignore All-Caps Words', // MISSING + ignoreDomainNames : 'Ignore Domain Names', // MISSING + mixedCase : 'Ignore Words with Mixed Case', // MISSING + mixedWithDigits : 'Ignore Words with Numbers', // MISSING + languagesTab : 'Languages', // MISSING + dictionariesTab : 'Dictionaries', // MISSING + dic_field_name : 'Dictionary name', // MISSING + dic_create : 'Create', // MISSING + dic_restore : 'Restore', // MISSING + dic_delete : 'Delete', // MISSING + dic_rename : 'Rename', // MISSING + dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING + aboutTab : 'About' // MISSING }, @@ -678,6 +717,8 @@ CKEDITOR.lang['lt'] = { title : 'About CKEditor', // MISSING dlgTitle : 'About CKEditor', // MISSING + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', // MISSING copy : 'Copyright © $1. All rights reserved.' // MISSING }, @@ -687,10 +728,11 @@ CKEDITOR.lang['lt'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + iframe : 'IFrame', // MISSING + hiddenfield : 'Hidden Field', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING @@ -698,11 +740,73 @@ CKEDITOR.lang['lt'] = colordialog : { title : 'Select color', // MISSING + options : 'Color Options', // MISSING highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING + selected : 'Selected Color', // MISSING clear : 'Clear' // MISSING }, toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarExpand : 'Expand Toolbar', // MISSING + + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Dokumento savybės', + title : 'Dokumento savybės', + design : 'Design', // MISSING + meta : 'Meta duomenys', + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Puslapio antraÅ¡tė', + charset : 'Simbolių kodavimo lentelė', + charsetOther : 'Kita simbolių kodavimo lentelė', + charsetASCII : 'ASCII', // 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 + } };