<?php
/**
 * Lightbox Integration
 * Copyright (C) 2015 Karim Ratib (karim.ratib@gmail.com)
 * New Version by Kaue Santoja
 *
 * Lightbox Integration is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License 2
 * as published by the Free Software Foundation.
 *
 * Lightbox Integration is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with Lightbox Integration; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
 * or see http://www.gnu.org/licenses/.
 */

$s_plugin_Lightbox_title = 'Lightbox Integration';
$s_plugin_Lightbox_description = 'Adds Lightbox integration to Mantis.';
$s_plugin_Lightbox_config = 'Configuration';
$s_plugin_Lightbox_on_preview = 'Show Lightbox on preview click';
$s_plugin_Lightbox_on_link = 'Show Lightbox when click on image link';
$s_plugin_Lightbox_img_extensions = 'Create Lightbox on links to this extensions (apply only to links). Use comma to separate.';
$s_plugin_Lightbox_action_update = 'Update';
