<?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.13
  Download Resized version: 1.2
  $Author: stramm $
**********************************************/

if (!defined('IN_COPPERMINE'))
{
	die('Not in Coppermine...');
}

$lang_download_resized  = array(
  'resize' => 'Redimensionar',
  'send_data' => 'Enviar',
  'download' => 'Bajar la imagen de redimensionar',
  'px' => 'px',
)
?>