Fichier application/language/french/messages_album_lang.php

<?php
/**
 * Message file for entity Album
 * 
 * Please don't forget to load this file:
 *  Solution A : Use "/application/config/autoload.php"
 *               Add this line:
 *               $autoload['language'] = array(..., 'messages_album', ...);
 *
 *  Solution B : Load this message file anywhere you want.
 *  
 */
$lang['album.message.askConfirm.deletion'] = "Désirez-vous supprimer ce Album ?";

$lang['album.message.confirm.deleted'] = "Album supprimé";
$lang['album.message.confirm.added'] = "Album créé avec succès";
$lang['album.message.confirm.modified'] = "Album mis à jour avec succès";

$lang['album.form.create.title'] = "Ajouter un album";
$lang['album.form.edit.title'] = "Editer un album";
$lang['album.form.list.title'] = "Liste des albums";

$lang['album.menu.item'] = "Album";


$lang['album.form.albidalb.label'] = "Identifiant";
$lang['album.form.albidalb.description'] = "Identifiant système";  
$lang['album.form.alblbtit.label'] = "Titre";
$lang['album.form.alblbtit.description'] = "Titre de l'album";  
$lang['album.form.albreext.label'] = "Référence externe";
$lang['album.form.albreext.description'] = "Référence de la BD dans un autre système";  
$lang['album.form.albiddes.label'] = "Dessinateur";
$lang['album.form.albiddes.description'] = "Lien vers le dessinateur";  
$lang['album.form.albidsce.label'] = "Scénariste";
$lang['album.form.albidsce.description'] = "Lien vers le scénariste";  
$lang['album.form.albidgen.label'] = "Genre";
$lang['album.form.albidgen.description'] = "Lien vers le genre";  


?>