X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Flv.js;h=9d99bb6869a34dee7adc8e8775603dd012b9fe0c;hp=a8e2b14455ff290d79d3bf54b8fb947589628ccc;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/lang/lv.js b/_source/lang/lv.js index a8e2b14..9d99bb6 100644 --- a/_source/lang/lv.js +++ b/_source/lang/lv.js @@ -121,6 +121,8 @@ CKEDITOR.lang['lv'] = alignBottom : 'Apakšā', 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['lv'] = menu : 'Iezīmes īpašības', title : 'Iezīmes īpašības', name : 'Iezīmes nosaukums', - errorName : 'Lūdzu norādiet iezīmes nosaukumu' + errorName : 'Lūdzu norādiet iezīmes nosaukumu', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -271,8 +274,8 @@ CKEDITOR.lang['lv'] = 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['lv'] = upload : 'Augšupielādēt', alt : 'Alternatīvais teksts', lockRatio : 'Nemainīga Augstuma/Platuma attiecība', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Atjaunot sākotnējo izmēru', border : 'Rāmis', hSpace : 'Horizontālā telpa', @@ -770,15 +772,15 @@ CKEDITOR.lang['lv'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Dokumenta īpašības', + title : 'Dokumenta īpašības', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING + meta : 'META dati', chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + other : '', + docTitle : 'Dokumenta virsraksts ', + charset : 'Simbolu kodējums', + charsetOther : 'Cits simbolu kodējums', charsetASCII : 'ASCII', // MISSING charsetCE : 'Central European', // MISSING charsetCT : 'Chinese Traditional (Big5)', // MISSING @@ -789,22 +791,22 @@ CKEDITOR.lang['lv'] = 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 + docType : 'Dokumenta tips', + docTypeOther : 'Cits dokumenta tips', + xhtmlDec : 'Ietvert XHTML deklarācijas', + bgColor : 'Fona krāsa', + bgImage : 'Fona attēla hipersaite', + bgFixed : 'Fona attēls ir fiksēts', + txtColor : 'Teksta krāsa', + margin : 'Lapas robežas', + marginTop : 'Augšā', + marginLeft : 'Pa kreisi', + marginRight : 'Pa labi', + marginBottom : 'Apakšā', + metaKeywords : 'Dokumentu aprakstoši atslēgvārdi (atdalīti ar komatu)', + metaDescription : 'Dokumenta apraksts', + metaAuthor : 'Autors', + metaCopyright : 'Autortiesības', previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING } };