ct-ckeditor
Version:
ct-ckeditor
12 lines (11 loc) • 526 B
JavaScript
CKEDITOR.plugins.setLang( 'uploadpictures', 'en', {
title: 'Batch picture upload',
toolbar: 'Batch picture upload',
file_type_tip: 'The file type only supports:',
single_file_max_size_tip: 'A single file size can not be exceeded:',
waiting_upload_text: 'waiting',
delete_text: 'remove',
uploaded_text: 'uploaded',
waiting_finish_tip: 'please waiting......',
confirm_clear_tip: 'There is a file in the current list that is not uploaded, will the list be cleared, and will it continue?'
} );