source: extensions/akBookStyle/trunk/language/fr_FR/plugin.lang.php @ 3791

Last change on this file since 3791 was 3791, checked in by nikrou, 15 years ago

Allow admin to change number of column
Use $confdir_thumbnail and $confprefix_thumbnail in ak_jquery-load.js for replace('thumbnail\/TN-', )

File size: 415 bytes
RevLine 
[3764]1<?php
[3791]2/** admin **/
[3764]3$lang['ak_title'] = "ak Book Style";
4$lang['ak_intro'] = "Ce plugin permet de gérer une présentation alternative de votre galerie avec les miniatures sur la même page qu'une photo medium.";
5$lang['ak_info'] = "";
[3791]6
7$lang['ak_general_config'] = "Configuration générale";
8$lang['ak_by_line'] = "Nombre de colonnes";
9$lang['ak_by_line_changed'] = "Le nombre de colonne a été mis à jour";
10
[3764]11?>
Note: See TracBrowser for help on using the repository browser.