<?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';
$s_plugin_Lightbox_description = 'Adiciona Lightbox ao Mantis.';
$s_plugin_Lightbox_config = 'Configuração';
$s_plugin_Lightbox_on_preview = 'Exibir Lightbox ao clicar na miniatura da imagem';
$s_plugin_Lightbox_on_link = 'Exibir Lightbox ao clicar no link para a imagem';
$s_plugin_Lightbox_img_extensions = 'Cria o Lightbox apenas nos links para essas extensões (aplicavel apenas para links). Separe por virgura.';