X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fca.js;h=88ce2a73bc43a74af1031e613f8be8f60a7d3211;hp=61806f72a2d6ee740a2d208be9c7b1c5a85fe3dd;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/lang/ca.js b/_source/lang/ca.js index 61806f7..88ce2a7 100644 --- a/_source/lang/ca.js +++ b/_source/lang/ca.js @@ -121,6 +121,8 @@ CKEDITOR.lang['ca'] = alignBottom : 'Inferior', invalidHeight : 'L\'alçada ha de ser un nombre.', invalidWidth : 'L\'amplada ha de ser un nombre.', + 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, no disponible' @@ -201,7 +203,8 @@ CKEDITOR.lang['ca'] = menu : 'Propietats de l\'àncora', title : 'Propietats de l\'àncora', name : 'Nom de l\'àncora', - errorName : 'Si us plau, escriviu el nom de l\'ancora' + errorName : 'Si us plau, escriviu el nom de l\'ancora', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -413,7 +416,6 @@ CKEDITOR.lang['ca'] = upload : 'Puja', alt : 'Text alternatiu', lockRatio : 'Bloqueja les proporcions', - unlockRatio : 'Desbloqueja el ràtio', resetSize : 'Restaura la mida', border : 'Vora', hSpace : 'Espaiat horit.', @@ -770,40 +772,40 @@ CKEDITOR.lang['ca'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Propietats del document', + title : 'Propietats del document', 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 + meta : 'Metadades', + chooseColor : 'Trieu', + other : '', + docTitle : 'Títol de la pàgina', + charset : 'Codificació de conjunt de caràcters', + charsetOther : 'Una altra codificació de caràcters', 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 + charsetCE : 'Centreeuropeu', + charsetCT : 'Xinès tradicional (Big5)', + charsetCR : 'Ciríl·lic', + charsetGR : 'Grec', + charsetJP : 'Japonès', + charsetKR : 'Coreà', + charsetTR : 'Turc', 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 + charsetWE : 'Europeu occidental', + docType : 'Capçalera de tipus de document', + docTypeOther : 'Un altra capçalera de tipus de document', + xhtmlDec : 'Incloure declaracions XHTML', + bgColor : 'Color de fons', + bgImage : 'URL de la imatge de fons', + bgFixed : 'Fons fixe', + txtColor : 'Color de Text', + margin : 'Marges de pàgina', + marginTop : 'Cap', + marginLeft : 'Esquerra', + marginRight : 'Dreta', + marginBottom : 'Peu', + metaKeywords : 'Mots clau per a indexació (separats per coma)', + metaDescription : 'Descripció del document', + metaAuthor : 'Autor', metaCopyright : 'Copyright', // MISSING previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING }