X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fen-ca.js;h=1c5265e12a81972d8d37fce31bac5bcfe0423e55;hp=1210ec47829b6caa7ee687d5c5aa3b0063de4e60;hb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;hpb=059b4c2fef02528bf1af189f7996e80652faddfb diff --git a/_source/lang/en-ca.js b/_source/lang/en-ca.js index 1210ec4..1c5265e 100644 --- a/_source/lang/en-ca.js +++ b/_source/lang/en-ca.js @@ -110,17 +110,24 @@ CKEDITOR.lang['en-ca'] = unavailable : '%1, unavailable' // MISSING }, + contextmenu : + { + options : 'Context Menu Options' // MISSING + }, + // Special char dialog. specialChar : { toolbar : 'Insert Special Character', - title : 'Select Special Character' + title : 'Select Special Character', + options : 'Special Character Options' // MISSING }, // Link dialog. link : { toolbar : 'Link', + other : '', menu : 'Edit Link', title : 'Link', info : 'Link Info', @@ -476,7 +483,8 @@ CKEDITOR.lang['en-ca'] = smiley : { toolbar : 'Smiley', - title : 'Insert a Smiley' + title : 'Insert a Smiley', + options : 'Smiley Options' // MISSING }, elementsPath : @@ -503,9 +511,9 @@ CKEDITOR.lang['en-ca'] = clipboard : { title : 'Paste', - cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).', - copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).', - pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK', + cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', + copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', + pasteMsg : 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', pasteArea : 'Paste Area' // MISSING }, @@ -528,6 +536,7 @@ CKEDITOR.lang['en-ca'] = { button : 'Templates', title : 'Content Templates', + options : 'Template Options', // MISSING insertOption : 'Replace actual contents', selectPromptMsg : 'Please select the template to open in the editor', emptyListMsg : '(No templates defined)'