Include

Pour de meilleurs résultats, ajoutez les fichiers de configuration suivants :

[WEBROOT]/conf/plugin_lang/include/en/lang.php

lang.php
<?php
/**
 *
 * Fichier de langue en anglais
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 */
$lang['readmore']              = 'Read more';

[WEBROOT]/conf/plugin_lang/include/fr/lang.php

lang.php
<?php
/**
 *
 * Fichier de langue en français
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 */
$lang['readmore']              = 'Lire la suite';