github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/tinymce/plugins/jbimages/langs/zh_CN_dlg.js (about) 1 /** 2 * Justboil.me - a TinyMCE image upload plugin 3 * jbimages/langs/en_dlg.js 4 * 5 * Released under Creative Commons Attribution 3.0 Unported License 6 * 7 * License: http://creativecommons.org/licenses/by/3.0/ 8 * Plugin info: http://justboil.me/ 9 * Author: Viktor Kuzhelnyi 10 * 11 * Version: 2.3 released 23/06/2013 12 */ 13 14 tinyMCE.addI18n('zh_CN.jbimages_dlg',{ 15 title : '从计算机里上传一张图片', 16 select_an_image : '选择一张图片', 17 upload_in_progress : '正在上传', 18 upload_complete : '上传完成', 19 upload : '上传', 20 longer_than_usual : '上传了很久没反应啊', 21 maybe_an_error : '上传可能发生错误', 22 view_output : '查看程序输出信息', 23 24 lang_id : 'chinese' /* php-side language files are in: ci/application/language/{lang_id}; and in ci/system/language/{lang_id} */ 25 });