X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fca.js;h=61806f72a2d6ee740a2d208be9c7b1c5a85fe3dd;hb=refs%2Ftags%2Fv3.6;hp=1edfd3a2bd92998f80bd28cba205a913d621a169;hpb=1056598c95187351dc58f4991d331e2258d038b5;p=ckeditor.git diff --git a/_source/lang/ca.js b/_source/lang/ca.js index 1edfd3a..61806f7 100644 --- a/_source/lang/ca.js +++ b/_source/lang/ca.js @@ -34,8 +34,8 @@ CKEDITOR.lang['ca'] = editorTitle : 'Editor de text enriquit, %1, prem ALT 0 per obtenir ajuda.', // ARIA descriptions. - toolbar : 'Barra d\'eines', - editor : 'Editor de text enriquit', + toolbars : 'Editor toolbars', // MISSING + editor : 'Editor de text enriquit', // Toolbar buttons without dialogs. source : 'Codi font', @@ -715,6 +715,8 @@ CKEDITOR.lang['ca'] = { title : 'Quant al CKEditor', dlgTitle : 'Quant al CKEditor', + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'Per informació sobre llicències visiteu el web:', copy : 'Copyright © $1. Tots els drets reservats.' }, @@ -745,9 +747,64 @@ CKEDITOR.lang['ca'] = toolbarCollapse : 'Redueix la barra d\'eines', toolbarExpand : 'Amplia la barra d\'eines', + 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 : 'Direcció del text d\'esquerra a dreta', rtl : 'Direcció del text de dreta a esquerra' + }, + + 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 } };