X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen-ca.js;h=1c70d882454bc8462d7cb2ff26f893cdb7d5b659;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hp=704b9194867060667801d289e510dc2aa67488d6;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/_source/lang/en-ca.js b/_source/lang/en-ca.js index 704b919..1c70d88 100644 --- a/_source/lang/en-ca.js +++ b/_source/lang/en-ca.js @@ -56,6 +56,7 @@ CKEDITOR.lang['en-ca'] = superscript : 'Superscript', horizontalrule : 'Insert Horizontal Line', pagebreak : 'Insert Page Break for Printing', + pagebreakAlt : 'Page Break', // MISSING unlink : 'Unlink', undo : 'Undo', redo : 'Redo', @@ -105,6 +106,21 @@ CKEDITOR.lang['en-ca'] = targetTop : 'Topmost Window (_top)', // MISSING targetSelf : 'Same Window (_self)', // MISSING targetParent : 'Parent Window (_parent)', // MISSING + langDirLTR : 'Left to Right (LTR)', // MISSING + langDirRTL : 'Right to Left (RTL)', // MISSING + styles : 'Style', // MISSING + cssClasses : 'Stylesheet Classes', // MISSING + width : 'Width', // MISSING + height : 'Height', // MISSING + align : 'Align', + alignLeft : 'Left', // MISSING + alignRight : 'Right', // MISSING + alignCenter : 'Centre', + alignTop : 'Top', // MISSING + alignMiddle : 'Middle', // MISSING + alignBottom : 'Bottom', // MISSING + invalidHeight : 'Height must be a number.', // MISSING + invalidWidth : 'Width must be a number.', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -151,9 +167,7 @@ CKEDITOR.lang['en-ca'] = popupFullScreen : 'Full Screen (IE)', popupScrollBars : 'Scroll Bars', popupDependent : 'Dependent (Netscape)', - popupWidth : 'Width', popupLeft : 'Left Position', - popupHeight : 'Height', popupTop : 'Top Position', id : 'Id', langDir : 'Language Direction', @@ -196,6 +210,7 @@ CKEDITOR.lang['en-ca'] = bulletedTitle : 'Bulleted List Properties', // MISSING type : 'Type', // MISSING start : 'Start', // MISSING + validateStartNumber :'List start number must be a whole number.', // MISSING circle : 'Circle', // MISSING disc : 'Disc', // MISSING square : 'Square', // MISSING @@ -238,15 +253,9 @@ CKEDITOR.lang['en-ca'] = rows : 'Rows', columns : 'Columns', border : 'Border size', - align : 'Alignment', - alignLeft : 'Left', - alignCenter : 'Centre', - alignRight : 'Right', - width : 'Width', widthPx : 'pixels', widthPc : 'percent', widthUnit : 'width unit', // MISSING - height : 'Height', cellSpace : 'Cell spacing', cellPad : 'Cell padding', caption : 'Caption', @@ -282,9 +291,6 @@ CKEDITOR.lang['en-ca'] = wordWrap : 'Word Wrap', hAlign : 'Horizontal Alignment', vAlign : 'Vertical Alignment', - alignTop : 'Top', - alignMiddle : 'Middle', - alignBottom : 'Bottom', alignBaseline : 'Baseline', bgColor : 'Background Color', borderColor : 'Border Color', @@ -405,24 +411,17 @@ CKEDITOR.lang['en-ca'] = btnUpload : 'Send it to the Server', upload : 'Upload', alt : 'Alternative Text', - width : 'Width', - height : 'Height', lockRatio : 'Lock Ratio', unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Reset Size', border : 'Border', hSpace : 'HSpace', vSpace : 'VSpace', - align : 'Align', - alignLeft : 'Left', - alignRight : 'Right', alertUrl : 'Please type the image URL', linkTab : 'Link', button2Img : 'Do you want to transform the selected image button on a simple image?', img2Button : 'Do you want to transform the selected image on a image button?', urlMissing : 'Image source URL is missing.', // MISSING - validateWidth : 'Width must be a whole number.', // MISSING - validateHeight : 'Height must be a whole number.', // MISSING validateBorder : 'Border must be a whole number.', // MISSING validateHSpace : 'HSpace must be a whole number.', // MISSING validateVSpace : 'VSpace must be a whole number.' // MISSING @@ -446,16 +445,10 @@ CKEDITOR.lang['en-ca'] = accessAlways : 'Always', accessSameDomain: 'Same domain', accessNever : 'Never', - align : 'Align', - alignLeft : 'Left', alignAbsBottom : 'Abs Bottom', alignAbsMiddle : 'Abs Middle', alignBaseline : 'Baseline', - alignBottom : 'Bottom', - alignMiddle : 'Middle', - alignRight : 'Right', alignTextTop : 'Text Top', - alignTop : 'Top', quality : 'Quality', qualityBest : 'Best', // MISSING qualityHigh : 'High', // MISSING @@ -469,13 +462,9 @@ CKEDITOR.lang['en-ca'] = windowMode : 'Window mode', flashvars : 'Variables for Flash', bgcolor : 'Background colour', - width : 'Width', - height : 'Height', hSpace : 'HSpace', vSpace : 'VSpace', validateSrc : 'URL must not be empty.', - validateWidth : 'Width must be a number.', - validateHeight : 'Height must be a number.', validateHSpace : 'HSpace must be a number.', validateVSpace : 'VSpace must be a number.' }, @@ -523,10 +512,10 @@ CKEDITOR.lang['en-ca'] = justify : { - left : 'Left Justify', - center : 'Centre Justify', - right : 'Right Justify', - block : 'Block Justify' + left : 'Align Left', + center : 'Centre', + right : 'Align Right', + block : 'Justify' }, blockquote : 'Block Quote', @@ -610,6 +599,15 @@ CKEDITOR.lang['en-ca'] = remove : 'Remove Div' // MISSING }, + iframe : + { + title : 'iFrame Properties', // MISSING + toolbar : 'iFrame', // MISSING + noUrl : 'Please type the iFrame URL', // MISSING + scrolling : 'Enable scrollbars', // MISSING + border : 'Show frame border' // MISSING + }, + font : { label : 'Font', @@ -642,7 +640,7 @@ CKEDITOR.lang['en-ca'] = '008080' : 'Teal', // MISSING '000080' : 'Navy', // MISSING '4B0082' : 'Indigo', // MISSING - '696969' : 'Dim Gray', // MISSING + '696969' : 'Dark Gray', // MISSING 'B22222' : 'Fire Brick', // MISSING 'A52A2A' : 'Brown', // MISSING 'DAA520' : 'Golden Rod', // MISSING @@ -658,7 +656,7 @@ CKEDITOR.lang['en-ca'] = '0FF' : 'Cyan', // MISSING '00F' : 'Blue', // MISSING 'EE82EE' : 'Violet', // MISSING - 'A9A9A9' : 'Dark Gray', // MISSING + 'A9A9A9' : 'Dim Gray', // MISSING 'FFA07A' : 'Light Salmon', // MISSING 'FFA500' : 'Orange', // MISSING 'FFFF00' : 'Yellow', // MISSING @@ -707,7 +705,7 @@ CKEDITOR.lang['en-ca'] = dic_restore : 'Restore', // MISSING dic_delete : 'Delete', // MISSING dic_rename : 'Rename', // MISSING - dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type it\'s name and click the Restore button.', // MISSING + dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING aboutTab : 'About' // MISSING }, @@ -725,10 +723,11 @@ CKEDITOR.lang['en-ca'] = fakeobjects : { - anchor : 'Anchor', // MISSING - flash : 'Flash Animation', // MISSING - div : 'Page Break', // MISSING - unknown : 'Unknown Object' // MISSING + anchor : 'Anchor', // MISSING + flash : 'Flash Animation', // MISSING + iframe : 'iFrame', // MISSING + hiddenfield : 'Hidden Field', // MISSING + unknown : 'Unknown Object' // MISSING }, resize : 'Drag to resize', // MISSING @@ -736,11 +735,18 @@ CKEDITOR.lang['en-ca'] = colordialog : { title : 'Select color', // MISSING + options : 'Color Options', // MISSING highlight : 'Highlight', // MISSING - selected : 'Selected', // MISSING + selected : 'Selected Color', // MISSING clear : 'Clear' // MISSING }, toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarExpand : 'Expand Toolbar', // MISSING + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };