X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fplugins%2Fclipboard%2Flang%2Fms.js;fp=sources%2Fplugins%2Fclipboard%2Flang%2Fms.js;h=b9e479a21ea3345d755abf437367ff16e505f592;hp=3a01be4869e7c970a9c4ed9f574770743722c957;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/plugins/clipboard/lang/ms.js b/sources/plugins/clipboard/lang/ms.js index 3a01be4..b9e479a 100644 --- a/sources/plugins/clipboard/lang/ms.js +++ b/sources/plugins/clipboard/lang/ms.js @@ -8,8 +8,5 @@ CKEDITOR.plugins.setLang( 'clipboard', 'ms', { cut: 'Potong', cutError: 'Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).', paste: 'Tampal', - pasteArea: 'Paste Area', // MISSING - pasteMsg: 'Please paste inside the following box using the keyboard (Ctrl/Cmd+V) and hit OK', // MISSING - 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.', // MISSING - title: 'Tampal' + pasteNotification: 'Your browser doesn\'t allow you to paste this way. Press %1 to paste.' // MISSING } );