UNPKG
ct-ckeditor
Version:
latest (4.18.2)
4.18.2
4.18.1
4.18.0
4.17.1
4.17.0
4.16.2
4.16.1
ct-ckeditor
ckeditor.com
cd-fez/ct-ckeditor
ct-ckeditor
/
plugins
/
shortUrl
/
lang
/
en.js
7 lines
(6 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
CKEDITOR.plugins.
setLang
(
'shortUrl'
,
'en'
, {
title
:
'Convert to short url'
,
empty_error
:
'The URL can not be empty'
,
max_error
:
'Add a short URL to the limit'
,
toolbar
:
'Short URL'
} );