Initial commit as of 2018-10-16
This commit is contained in:
16
assets/js/tinymce/plugins/jbimages/langs/en.js
Normal file
16
assets/js/tinymce/plugins/jbimages/langs/en.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Justboil.me - a TinyMCE image upload plugin
|
||||
* jbimages/langs/en.js
|
||||
*
|
||||
* Released under Creative Commons Attribution 3.0 Unported License
|
||||
*
|
||||
* License: http://creativecommons.org/licenses/by/3.0/
|
||||
* Plugin info: http://justboil.me/
|
||||
* Author: Viktor Kuzhelnyi
|
||||
*
|
||||
* Version: 2.3 released 23/06/2013
|
||||
*/
|
||||
|
||||
tinyMCE.addI18n('en.jbimages',{
|
||||
desc : 'Upload an image'
|
||||
});
|
25
assets/js/tinymce/plugins/jbimages/langs/en_dlg.js
Normal file
25
assets/js/tinymce/plugins/jbimages/langs/en_dlg.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Justboil.me - a TinyMCE image upload plugin
|
||||
* jbimages/langs/en_dlg.js
|
||||
*
|
||||
* Released under Creative Commons Attribution 3.0 Unported License
|
||||
*
|
||||
* License: http://creativecommons.org/licenses/by/3.0/
|
||||
* Plugin info: http://justboil.me/
|
||||
* Author: Viktor Kuzhelnyi
|
||||
*
|
||||
* Version: 2.3 released 23/06/2013
|
||||
*/
|
||||
|
||||
tinyMCE.addI18n('en.jbimages_dlg',{
|
||||
title : 'Upload an image from computer',
|
||||
select_an_image : 'Select an image',
|
||||
upload_in_progress : 'Upload in progress',
|
||||
upload_complete : 'Upload Complete',
|
||||
upload : 'Upload',
|
||||
longer_than_usual : 'This is taking longer than usual.',
|
||||
maybe_an_error : 'An error may have occurred.',
|
||||
view_output : 'View script\'s output',
|
||||
|
||||
lang_id : 'english' /* php-side language files are in: ci/application/language/{lang_id}; and in ci/system/language/{lang_id} */
|
||||
});
|
16
assets/js/tinymce/plugins/jbimages/langs/fr.js
Normal file
16
assets/js/tinymce/plugins/jbimages/langs/fr.js
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* Justboil.me - a TinyMCE image upload plugin
|
||||
* jbimages/langs/fr.js
|
||||
*
|
||||
* Released under Creative Commons Attribution 3.0 Unported License
|
||||
*
|
||||
* License: http://creativecommons.org/licenses/by/3.0/
|
||||
* Plugin info: http://justboil.me/
|
||||
* Author: Viktor Kuzhelnyi
|
||||
*
|
||||
* Version: 2.3 released 23/06/2013
|
||||
*/
|
||||
|
||||
tinyMCE.addI18n('fr.jbimages',{
|
||||
desc : 'T\u00E9l\u00E9charger une image'
|
||||
});
|
25
assets/js/tinymce/plugins/jbimages/langs/fr_dlg.js
Normal file
25
assets/js/tinymce/plugins/jbimages/langs/fr_dlg.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Justboil.me - a TinyMCE image upload plugin
|
||||
* jbimages/langs/fr_dlg.js
|
||||
*
|
||||
* Released under Creative Commons Attribution 3.0 Unported License
|
||||
*
|
||||
* License: http://creativecommons.org/licenses/by/3.0/
|
||||
* Plugin info: http://justboil.me/
|
||||
* Author: Viktor Kuzhelnyi
|
||||
*
|
||||
* Version: 2.3 released 23/06/2013
|
||||
*/
|
||||
|
||||
tinyMCE.addI18n('fr.jbimages_dlg',{
|
||||
title : 'T\u00E9l\u00E9charger une image depuis votre ordinateur',
|
||||
select_an_image : 'S\u00E9lectionnez une image',
|
||||
upload_in_progress : 'T\u00E9l\u00E9chargement en cours',
|
||||
upload_complete : 'T\u00E9l\u00E9chargement termin\u00E9',
|
||||
upload : 'T\u00E9l\u00E9charger',
|
||||
longer_than_usual : 'C\'est plus long que pr\u00E9vu.',
|
||||
maybe_an_error : 'Une erreur est probablement survenue.',
|
||||
view_output : 'Voir la sortie du script',
|
||||
|
||||
lang_id : 'french' /* php-side language files are in: ci/application/language/{lang_id}; and in ci/system/language/{lang_id} */
|
||||
});
|
17
assets/js/tinymce/plugins/jbimages/langs/ru.js
Normal file
17
assets/js/tinymce/plugins/jbimages/langs/ru.js
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Justboil.me - a TinyMCE image upload plugin
|
||||
* jbimages/langs/ru.js
|
||||
*
|
||||
* Released under Creative Commons Attribution 3.0 Unported License
|
||||
*
|
||||
* License: http://creativecommons.org/licenses/by/3.0/
|
||||
* Plugin info: http://justboil.me/
|
||||
* Author: Viktor Kuzhelnyi
|
||||
*
|
||||
* Version: 2.3 released 23/06/2013
|
||||
*/
|
||||
|
||||
tinyMCE.addI18n('ru.jbimages',{
|
||||
desc : '\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435',
|
||||
delta_width : 10
|
||||
});
|
25
assets/js/tinymce/plugins/jbimages/langs/ru_dlg.js
Normal file
25
assets/js/tinymce/plugins/jbimages/langs/ru_dlg.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/**
|
||||
* Justboil.me - a TinyMCE image upload plugin
|
||||
* jbimages/langs/ru_dlg.js
|
||||
*
|
||||
* Released under Creative Commons Attribution 3.0 Unported License
|
||||
*
|
||||
* License: http://creativecommons.org/licenses/by/3.0/
|
||||
* Plugin info: http://justboil.me/
|
||||
* Author: Viktor Kuzhelnyi
|
||||
*
|
||||
* Version: 2.3 released 23/06/2013
|
||||
*/
|
||||
|
||||
tinyMCE.addI18n('ru.jbimages_dlg',{
|
||||
title : '\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u044f \u0441 \u043a\u043e\u043c\u043f\u044c\u044e\u0442\u0435\u0440\u0430',
|
||||
select_an_image : '\u0412\u044b\u0431\u0435\u0440\u0438\u0442\u0435 \u0438\u0437\u043e\u0431\u0440\u0430\u0436\u0435\u043d\u0438\u0435',
|
||||
upload_in_progress : '\u0412\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442\u0441\u044f \u0437\u0430\u0433\u0440\u0443\u0437\u043a\u0430',
|
||||
upload_complete : '\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0437\u0430\u0432\u0435\u0440\u0448\u0435\u043d\u0430',
|
||||
upload : '\u0417\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c',
|
||||
longer_than_usual : '\u0417\u0430\u0433\u0440\u0443\u0437\u043a\u0430 \u0437\u0430\u043d\u0438\u043c\u0430\u0435\u0442 \u0431\u043e\u043b\u044c\u0448\u0435 \u0432\u0440\u0435\u043c\u0435\u043d\u0438, \u0447\u0435\u043c \u043e\u0431\u044b\u0447\u043d\u043e.',
|
||||
maybe_an_error : '\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e \u043f\u0440\u043e\u0438\u0437\u043e\u0448\u043b\u0430 \u043e\u0448\u0438\u0431\u043a\u0430.',
|
||||
view_output : '\u041f\u043e\u0441\u043c\u043e\u0442\u0440\u0435\u0442\u044c \u0432\u044b\u0434\u0430\u0447\u0443 \u0441\u043a\u0440\u0438\u043f\u0442\u0430',
|
||||
|
||||
lang_id : 'russian' /* php-side language files are in: ci/application/language/{lang_id}; */
|
||||
});
|
Reference in New Issue
Block a user