<?php
/**
 * English language file for photogallery plugin
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author  Marco Nolletti
 * @contributors Felix Mühlbauer
 */

$lang['imagescnt'] = '%s images';
$lang['videoscnt'] = '%s videos';
$lang['lnk_download'] = 'Download';
$lang['notauthorized'] = 'Sorry, you are not allowed to view the photo gallery in <b>%s</b>.';
$lang['nsnotexists'] = 'Warning, the folder related to namespace <b>%s</b> does not exist.';
$lang['pgnotexists'] = 'Warning, the page <b>%s</b> does not exist.';
$lang['phpthumbexecerror'] = 'PhotoGallery error: pgImg.php is not executable';
$lang['phpthumbexecpermset'] = 'Successfully set execute permission for pgImg.php';
$lang['phpthumbpermseterror'] = 'Unable to set execute permission for pgImg.php';
$lang['phpthumbdisabled'] = 'Warning, phpThumb cannot be used; please disable it in plugin configuration to suppress error messages';
$lang['zipdisabled'] = 'Cannot create archive because ZIP estension is not loaded';

// menu entry for admin plugins
$lang['menu'] = 'PhotoGallery info page';
