1<?php
2/**
3 * English language file for photogallery plugin
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  Marco Nolletti
7 * @contributors Felix Mühlbauer
8 */
9
10$lang['imagescnt'] = '%s images';
11$lang['videoscnt'] = '%s videos';
12$lang['lnk_download'] = 'Download';
13$lang['notauthorized'] = 'Sorry, you are not allowed to view the photo gallery in <b>%s</b>.';
14$lang['nsnotexists'] = 'Warning, the folder related to namespace <b>%s</b> does not exist.';
15$lang['pgnotexists'] = 'Warning, the page <b>%s</b> does not exist.';
16$lang['phpthumbexecerror'] = 'PhotoGallery error: pgImg.php is not executable';
17$lang['phpthumbexecpermset'] = 'Successfully set execute permission for pgImg.php';
18$lang['phpthumbpermseterror'] = 'Unable to set execute permission for pgImg.php';
19$lang['phpthumbdisabled'] = 'Warning, phpThumb cannot be used; please disable it in plugin configuration to suppress error messages';
20$lang['zipdisabled'] = 'Cannot create archive because ZIP estension is not loaded';
21
22// menu entry for admin plugins
23$lang['menu'] = 'PhotoGallery info page';
24