Current File : /home/karenpetzb/www/js/tinymce/plugins/jbimages/langs/fr_dlg.js
/**
 * 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} */
});