X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fro.js;h=f1b5814227315f6d1a4d5915ac46ab173342a1e5;hb=2f22c0c38f17e75be5541089076885442aaa2377;hp=aad40d26147f623813625615512874140efed25a;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba;p=ckeditor.git diff --git a/_source/lang/ro.js b/_source/lang/ro.js index aad40d2..f1b5814 100644 --- a/_source/lang/ro.js +++ b/_source/lang/ro.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['ro'] = @@ -121,6 +121,10 @@ CKEDITOR.lang['ro'] = alignBottom : 'Jos', 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 + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -201,7 +205,8 @@ CKEDITOR.lang['ro'] = menu : 'Proprietăţi ancoră', title : 'Proprietăţi ancoră', name : 'Numele ancorei', - errorName : 'Vă rugăm scrieţi numele ancorei' + errorName : 'Vă rugăm scrieţi numele ancorei', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -237,6 +242,7 @@ CKEDITOR.lang['ro'] = findWhat : 'Găseşte:', replaceWith : 'Înlocuieşte cu:', notFoundMsg : 'Textul specificat nu a fost găsit.', + findOptions : 'Find Options', // MISSING matchCase : 'Deosebeşte majuscule de minuscule (Match case)', matchWord : 'Doar cuvintele întregi', matchCyclic : 'Match cyclic', // MISSING @@ -271,8 +277,8 @@ CKEDITOR.lang['ro'] = 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 +419,6 @@ CKEDITOR.lang['ro'] = upload : 'Încarcă', alt : 'Text alternativ', lockRatio : 'Păstrează proporţiile', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Resetează mărimea', border : 'Margine', hSpace : 'HSpace', @@ -770,41 +775,41 @@ CKEDITOR.lang['ro'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Proprietăţile documentului', + title : 'Proprietăţile documentului', design : 'Design', // MISSING meta : 'Meta Tags', // MISSING chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + other : '', + docTitle : 'Titlul paginii', + charset : 'Encoding setului de caractere', + charsetOther : 'Alt encoding al setului de caractere', 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 + charsetCT : 'Chinezesc tradiţional (Big5)', + charsetCR : 'Chirilic', + charsetGR : 'Grecesc', + charsetJP : 'Japonez', + charsetKR : 'Corean', + charsetTR : 'Turcesc', charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING + charsetWE : 'Vest european', 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 + docTypeOther : 'Alt Document Type Heading', + xhtmlDec : 'Include declaraţii XHTML', + bgColor : 'Culoarea fundalului (Background Color)', + bgImage : 'URL-ul imaginii din fundal (Background Image URL)', + bgFixed : 'Fundal neflotant, fix (Non-scrolling Background)', + txtColor : 'Culoarea textului', + margin : 'Marginile paginii', + marginTop : 'Sus', + marginLeft : 'Stânga', + marginRight : 'Dreapta', + marginBottom : 'Jos', + metaKeywords : 'Cuvinte cheie după care se va indexa documentul (separate prin virgulă)', + metaDescription : 'Descrierea documentului', + metaAuthor : 'Autor', + metaCopyright : 'Drepturi de autor', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };