<?php
/**
 * english language file for permissioninfo plugin
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Gabriel Birke <gb@birke-software.de>
 */
 
// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';
 
// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Permission info'; 
$lang['users'] = 'Users';
$lang['permissions'] = 'Permissions';

$lang['pi_resource'] = 'Namespace / Page';
$lang['pi_permissionfor'] = "Permission info for %s";
$lang['pi_to_overview'] = "Back to overview";
$lang['pi_no_permissions_found'] = "No permission info found.";

// This was copied form the lang file of the acl plugin
$lang['acl_perm1']  = 'Read';
$lang['acl_perm2']  = 'Edit';
$lang['acl_perm4']  = 'Create';
$lang['acl_perm8']  = 'Upload';
$lang['acl_perm16'] = 'Delete';

