<?php
/**************************************************
  Coppermine 1.4.x Plugin - Slider v1.0
  *************************************************
  Copyright (c) 2008 Timos-Welt (www.timos-welt.de)
  *************************************************
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.
  ***************************************************
  Based on a mod by pbasmo, you can find it in this thread:
  http://coppermine-gallery.net/forum/index.php?topic=41197.0
  ***************************************************/
/* Lang FR by PYAP : http://coppermine-gallery.net/forum/index.php?board=38.0 */

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...'); }
//language variables
$lang_plugin_slider = array(
'slider_speed'  => 'Vitesse Diaporama',
'slider_height' => 'Hauteur Diaporama',
'slider_width'  => 'Longueur Diaporama',
'slider_numberofpics' => 'Nombre images',
'slider_bgcolor' => 'Couleur arrière plan (Background)(vide = transparant)',
'display_name' => 'Slider Plugin',
'main_title' => 'Slider Plugin',
'version' => 'v1.0',
'pluginmanager' => 'Plugin Manager',
'slider_install' => 'Slider Installation',
'install_button' => 'Installez maintenant',
'cancel_button' => 'Annulez',
'slider_yes' => 'Oui',
'slider_no' => 'Non',
'submit_button' => 'Oui',
'update_success' => 'Valeurs mise à jour avec succès.',
'slider_title' => 'Titre Diaporama',
);
?>