first commit
This commit is contained in:
3
libraries/ckeditor/plugins/lineheight/lang/LANG.js
Normal file
3
libraries/ckeditor/plugins/lineheight/lang/LANG.js
Normal file
@@ -0,0 +1,3 @@
|
||||
CKEDITOR.plugins.setLang('lineheight','{LANGUAGE_CODE}', {
|
||||
title: '{LINE-HEIGHT}'
|
||||
} );
|
||||
3
libraries/ckeditor/plugins/lineheight/lang/ar.js
Normal file
3
libraries/ckeditor/plugins/lineheight/lang/ar.js
Normal file
@@ -0,0 +1,3 @@
|
||||
CKEDITOR.plugins.setLang('lineheight','ar', {
|
||||
title: 'خط الطول'
|
||||
} );
|
||||
3
libraries/ckeditor/plugins/lineheight/lang/de.js
Normal file
3
libraries/ckeditor/plugins/lineheight/lang/de.js
Normal file
@@ -0,0 +1,3 @@
|
||||
CKEDITOR.plugins.setLang('lineheight','de', {
|
||||
title: 'Zeilenhöhe'
|
||||
} );
|
||||
3
libraries/ckeditor/plugins/lineheight/lang/en.js
Normal file
3
libraries/ckeditor/plugins/lineheight/lang/en.js
Normal file
@@ -0,0 +1,3 @@
|
||||
CKEDITOR.plugins.setLang('lineheight','en', {
|
||||
title: 'Line Height'
|
||||
} );
|
||||
3
libraries/ckeditor/plugins/lineheight/lang/es.js
Normal file
3
libraries/ckeditor/plugins/lineheight/lang/es.js
Normal file
@@ -0,0 +1,3 @@
|
||||
CKEDITOR.plugins.setLang('lineheight','es', {
|
||||
title: 'Altura de Línea'
|
||||
} );
|
||||
3
libraries/ckeditor/plugins/lineheight/lang/fr.js
Normal file
3
libraries/ckeditor/plugins/lineheight/lang/fr.js
Normal file
@@ -0,0 +1,3 @@
|
||||
CKEDITOR.plugins.setLang('lineheight','fr', {
|
||||
title: 'Hauteur de Ligne'
|
||||
} );
|
||||
3
libraries/ckeditor/plugins/lineheight/lang/ko.js
Normal file
3
libraries/ckeditor/plugins/lineheight/lang/ko.js
Normal file
@@ -0,0 +1,3 @@
|
||||
CKEDITOR.plugins.setLang('lineheight','ko', {
|
||||
title: '줄 높이'
|
||||
} );
|
||||
3
libraries/ckeditor/plugins/lineheight/lang/pt.js
Normal file
3
libraries/ckeditor/plugins/lineheight/lang/pt.js
Normal file
@@ -0,0 +1,3 @@
|
||||
CKEDITOR.plugins.setLang('lineheight','af', {
|
||||
title: 'linha Altura'
|
||||
} );
|
||||
Reference in New Issue
Block a user