<?php
/*************************
  Coppermine Photo Gallery
  ************************
  Copyright (c) 2003-2005 Coppermine Dev Team
  v1.1 originaly written by Gregory DEMAR

  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.
  ********************************************
  Coppermine version: 1.4.8
  $Source: /cvsroot/cpg-contrib/master_template/codebase.php,v $
  $Revision: 1.3 $
  $Author: donnoman $
  $Date: 2005/12/08 05:46:49 $
**********************************************/
/**********************************************
Modified by Frantz for FileMove plugin
2007/07/19
**********************************************/

if (!defined('IN_COPPERMINE')) { die('Not in Coppermine...'); }

$lang_plugin_FileMove = array(
  'display_name'    => 'FileMove',			// Display Name
  'config_title'    => 'Configure FileMove',			// Title of the button on the gallery config menu
  'config_button'   => 'FileMove',				// Label of the button on the gallery config menu
  'install_note'    => 'Configure plugin using button on Admin toolbar.',	// Note about configuring plugin
  'install_click'   => 'Apretar boton para instalar el plugin',	// Message to install plugin
  'version'         => 'Ver 1.0', // Curent plugin version
  'folder_name'     => 'Seleccionar la carpeta que deseas mover',
  'folder_ar'				=> 'Seleccionar la carpeta de destino',
  'some_files'			=> 'Mover algunos archivos',
  'choix'						=>'Opcion de la operacion',
  'choix2'					=>'Escoje que quieres hacer',
  'confirm'					=>'Confirma tu eleccion',
  'confirm_titre' 	=>'<b>Has seleccionado las siguientes carpetas:</b>',
  'confirm_files' 	=>'<b>Has seleccionado los siguientes archivos:</b>',
  'folder'					=> 'Mover TODA la carpeta',
  'DFolder'					=> 'Carpeta de inicio ',
  'AFolder'					=> 'Carpeta de destino: ',
  'to'							=>' hacia ',
  'error'      			=> 'ERROR!',
  'file'	  				=> 'Archivo',
  'files'						=> 'Archivos',
  'valid'						=> 'Tramitar',
  'continue' 				=> 'Continuar',
  'back'						=> 'Atras',
  'transfer'				=> 'Transferir el contenido de ',
  'transfer_file' 	=> 'Transferir  ',
  'folder2'					=> 'carpeta ',
  'folder_error'		=> 'Error, la carpeta no existe',
  'traitement'			=> ' Archivos transferidos',
);


?>