<?php
/**************************************************
  Coppermine 1.4.x Plugin - Slider v1.2
  *************************************************
  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
  ***************************************************/

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...'); }
//language variables
$lang_plugin_slider = array(
'slider_speed'  => 'Velocità dello Slider',
'slider_height' => 'Altezza Slider',
'slider_width'  => 'Larghezza width',
'slider_numberofpics' => 'Numero dell immagini',
'slider_bgcolor' => 'Sfondo colore (se vuoto= trasparente)',
'display_name' => 'Slider PlugIn',
'main_title' => 'Slider PlugIn',
'version' => 'v1.2',
'pluginmanager' => 'Gestione Plugin',
'slider_install' => 'Installazione di Slider',
'install_button' => 'Installa adesso',
'cancel_button' => 'Annulla',
'slider_yes' => 'Si',
'slider_no' => 'No',
'submit_button' => 'Invia',
'update_success' => 'Valori aggiornati con successo.',
'slider_title' => 'Titolo dello Slider',
'skipportrait' => 'Salta immagine modalità portait',
'align' => 'Allinea Slider',
'left' => 'sinistra',
'right' => 'destra',
'center' => 'centro',
);
?>