<?php
/**************************************************
  Coppermine 1.4.x Plugin - Imageflow v1.7
  *************************************************
  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.
  ***************************************************/

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...'); }
//language variables
$lang_plugin_imageflow = array(
'imageflow_width'  => 'Larghezza di Imageflow&nbsp;&nbsp;<br>(in percento o in pixel; esempio: 800px, 50%)',
'imageflow_numberofpics' => 'Numero di immagini da mostrare',
'imageflow_bgcolor' => 'Colore dello sfondo #',
'display_name' => 'Imageflow PlugIn',
'main_title' => 'Imageflow PlugIn',
'version' => 'v1.7',
'pluginmanager' => 'Gestione Plugin',
'imageflow_yes' => 'Si',
'imageflow_no' => 'No',
'submit_button' => 'Inserisci',
'update_success' => 'Valori correttamente impostati.',
'skipportrait' => 'Salta immagini in orientamento portrait',
'align' => 'Allneamento',
'left' => 'sinistra',
'center' => 'centrato',
'intable' => 'Theme has table based layout&nbsp;&nbsp;<br />(lasciarlo attivo; per alcuni temi impostare NO)',
'procent' => 'Il riflesso generato per le immagini&nbsp;&nbsp;<br />hanno una dimensione delle immagini in percentuale (rilevante se la larghezza di&nbsp;&nbsp;<br />è impostata in %)',
'cache' => 'Cache generated reflexion pics (increases speed, but uses&nbsp;&nbsp;<br>additional webspace). Please finally set to yes AFTER&nbsp;&nbsp;<br>you found your personal percent size of normal pics (see above)',
'hardcore' => '!!!PRESTARE ATTENZIONE!!!&nbsp;&nbsp;<br>Cambiare le impostazioni solamente se sai quello che stai facendo!',
'topcorrect' => 'Correggi il bordo superiore dell\'animazione (valore compreso tra -200 e 500)',
'loading' => 'Immagini in caricamento',
'album' => 'Mostra immagini che si trovano in meta album',
'standardtable' => 'Mostra Imageflow nelle tabelle standard del tema',
'useenlarge' => 'Usa EnlargeIt!',
'enlani' => 'EnlargeIt! animazione',
'noani' => 'nessuna animazione',
'fade' => 'dissolvenza in/out',
'glide' => 'glide',
'enlspeed' => 'EnlargeIt! - tempo inercorrente tra le animazioni',
'enlmaxstep' => 'EnlargeIt! - numero delle animazioni',
'enlborder' => 'EnlargeIt! usa bordi',
'enlbrdcolor' => 'EnlargeIt! colore bordo',
'enlbrdsize' => 'EnlargeIt! border thickness',
'enlshowcap' => 'EnlargeIt! show caption',
'pictype' => 'Enlarge to pic in',
'imageflow_normalsize' => 'intermediate (normal) size',
'imageflow_fullsize' => 'dimensioni originali',
'enlbrdshadow' => 'EnlargeIt! mostra ombreggiato attorno al bordo',
'enlshadowsize' => 'EnlargeIt! dimensione dell\'ombra destro/basso',
'enlshadowintens' => 'EnlargeIt! intensità ombreggiatura',
'bumpglide' => 'bump glide',
'enlargeoptions' => 'Opzioni EnlargeIt!',
);
?>