Feature template-extension based on 2006 chrisaga's idea.

chrisaga wrote: "If you want to make some template customization without building a brand new
template, you should use ..."

git-svn-id: http://piwigo.org/svn/trunk@2434 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital 2008-07-14 21:42:40 +00:00
commit df29ffbde7
14 changed files with 643 additions and 4 deletions

View file

@ -649,4 +649,12 @@ $lang['Deleted on'] = 'Effacé le';
$lang['Last hit'] = 'Dernier accès';
$lang['Hits'] = 'Utilisations';
$lang['GD library is missing'] = 'la bibliothèque GD est manquante';
?>
$lang['conf_extents'] = 'Templates (modèles)';
$lang['extend_for_templates'] = 'Etendre les templates';
$lang['Replacement of original templates'] =
'Remplacement des templates d\'origine par vos templates adaptés du dossier template-extension';
$lang['Replacers'] = 'Remplaçants (templates modifiés)';
$lang['Original templates'] = 'Templates d\'origine';
$lang['Optional URL keyword'] = 'Paramètre facultatif de l\'URL';
$lang['Templates recorded.'] = 'La configuration des templates a été enregistrée.';
?>