X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fro.js;h=aad40d26147f623813625615512874140efed25a;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=34b4647fe0c1a7439d31d86ae1e3698f38baea7c;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/lang/ro.js b/_source/lang/ro.js index 34b4647..aad40d2 100644 --- a/_source/lang/ro.js +++ b/_source/lang/ro.js @@ -34,8 +34,8 @@ CKEDITOR.lang['ro'] = 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 : 'Sursa', @@ -175,18 +175,19 @@ CKEDITOR.lang['ro'] = langDirRTL : 'dreapta-stânga (RTL)', acccessKey : 'Tasta de acces', name : 'Nume', - langCode : 'DirecÅ£ia cuvintelor', - tabIndex : 'Indexul tabului', - advisoryTitle : 'Titlul consultativ', + langCode : 'DirecÅ£ia cuvintelor', + tabIndex : 'Indexul tabului', + advisoryTitle : 'Titlul consultativ', advisoryContentType : 'Tipul consultativ al titlului', cssClasses : 'Clasele cu stilul paginii (CSS)', charset : 'Setul de caractere al resursei legate', styles : 'Stil', - selectAnchor : 'SelectaÅ£i o ancoră', + rel : 'Relationship', // MISSING + selectAnchor : 'SelectaÅ£i o ancoră', anchorName : 'după numele ancorei', - anchorId : 'după Id-ul elementului', - emailAddress : 'Adresă de e-mail', - emailSubject : 'Subiectul mesajului', + anchorId : 'după Id-ul elementului', + emailAddress : 'Adresă de e-mail', + emailSubject : 'Subiectul mesajului', emailBody : 'ConÅ£inutul mesajului', noAnchors : '(Nicio ancoră disponibilă în document)', noUrl : 'Vă rugăm să scrieÅ£i URL-ul', @@ -714,6 +715,8 @@ CKEDITOR.lang['ro'] = { 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 }, @@ -744,9 +747,64 @@ CKEDITOR.lang['ro'] = toolbarCollapse : 'Collapse 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 : 'Document Properties', // MISSING + title : 'Document Properties', // MISSING + 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 + 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 + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };