⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

French translation for Image Crud



Laurent Nunenthal

Laurent Nunenthal
  • profile picture
  • Member

Posted 04 April 2016 - 16:52 PM

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');

 
$lang['upload_button'] = 'Chargement des fichiers';
$lang['upload-drop-area'] = 'Déposer les fichiers ici';
$lang['upload-cancel'] = 'Abandon';
$lang['upload-failed'] = 'Echoué';
 
$lang['loading'] = 'Chargement, patientez...';
$lang['deleting'] = 'Suppression, patientez...';
$lang['saving_title'] = 'Sauvegarde du titre...';
 
$lang['list_delete'] = 'Supression';
$lang['alert_delete'] = 'Etes vous sure de vouloir supprimer cette image ?';
 
/* End of file french.php */
/* Location: ./assets/image_crud/languages/french.php */