github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/public/libs/tinymce/plugins/jbimages/langs/fr_dlg.js (about)

     1  /**
     2   * Justboil.me - a TinyMCE image upload plugin
     3   * jbimages/langs/fr_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('fr.jbimages_dlg',{
    15  	title : 'T\u00E9l\u00E9charger une image depuis votre ordinateur',
    16  	select_an_image : 'S\u00E9lectionnez une image',
    17  	upload_in_progress : 'T\u00E9l\u00E9chargement en cours',
    18  	upload_complete : 'T\u00E9l\u00E9chargement termin\u00E9',
    19  	upload : 'T\u00E9l\u00E9charger',
    20  	longer_than_usual : 'C\'est plus long que pr\u00E9vu.',
    21  	maybe_an_error : 'Une erreur est probablement survenue.',
    22  	view_output : 'Voir la sortie du script',
    23  	
    24  	lang_id : 'french' /* php-side language files are in: ci/application/language/{lang_id}; and in ci/system/language/{lang_id} */
    25  });