first commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
CKEDITOR.plugins.setLang('jsplus_bootstrap_gallery', 'en', {
|
||||
jsplus_image_title: "Insert image", // image
|
||||
jsplus_preview_title: "Insert image with preview", // preview
|
||||
jsplus_file_title: "Insert file", // file
|
||||
jsplus_gallery_title: "Insert gallery", // gallery
|
||||
jsplus_bootstrap_gallery_title: "Insert Bootstrap gallery", // bs gallery
|
||||
jsplus_foundation_gallery_title: "Insert Foundation gallery", // bs gallery
|
||||
|
||||
jsplus_bootstrap_gallery_col_count: "Columns",
|
||||
jsplus_foundation_gallery_col_count: "Columns",
|
||||
|
||||
file_filter_name: "All supported files",
|
||||
|
||||
resize: "Max size", // image or preview
|
||||
resize_up: "Scale up if small image", // image or preview
|
||||
resize_thumb: "Thumbnail", // preview
|
||||
download_label: "Download file", // file
|
||||
status_file_upload: "File uploading...",
|
||||
status_file_upload_success: "File upload success. Click OK to continue",
|
||||
status_file_upload_wait: "Uploading file. Wait...",
|
||||
status_file_upload_fail: "Unable to upload the file. Try again or use another file.",
|
||||
label_send_to_server: "Send to server",
|
||||
label_no_file: "You did not upload a file",
|
||||
label_no_support: "Loading...",
|
||||
|
||||
select_files_first: 'Select files first',
|
||||
|
||||
btn_ok: "OK",
|
||||
btn_cancel: "Cancel"
|
||||
} );
|
||||
Reference in New Issue
Block a user