github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/tinymce/plugins/jbimages/langs/en_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('en.jbimages_dlg',{
    15  	title : 'Upload an image from computer',
    16  	select_an_image : 'Select an image',
    17  	upload_in_progress : 'Upload in progress',
    18  	upload_complete : 'Upload Complete',
    19  	upload : 'Upload',
    20  	longer_than_usual : 'This is taking longer than usual.',
    21  	maybe_an_error : 'An error may have occurred.',
    22  	view_output : 'View script\'s output',
    23  	
    24  	lang_id : 'english' /* php-side language files are in: ci/application/language/{lang_id}; and in ci/system/language/{lang_id} */
    25  });