PATH:
home
/
letacommog
/
letaweb
/
protected
/
modules
/
admin
/
messages
/
categories
<?php /* SVN FILE: $Id: initialisation.php 9 2010-12-17 13:21:39Z Chris $*/ /** * Message translation file. * Initialisation messages. * en-gb. * * @copyright Copyright © 2010 PBM Web Development - All Rights Reserved * * @since V1.0.0 * * @version $Revision: 9 $ * * @license BSD License (see documentation) */ return array( 'Cannot add "{child}" as a child of "{parent}". "{child}" does not exist' => '', 'Cannot add "{child}" as a child of "{parent}". Incompatible types' => '', 'Cannot initialise; no authorisation data.' => '', 'Default role for users that are logged in. RBAC default role.' => '', 'Default role for users that are not logged in. RBAC default role.' => '', 'Do you wish to re-initialise RBAC Authorisation Data?' => '', 'Initialise RBAC Authorisation Data' => '', 'Manages Role Assignments. RBAM required role.' => '', 'Manages Auth Items and Role Assignments. RBAM required role.' => '', 'Manages Auth Items. RBAM required role.' => '', 'No changes have been made to the existing RBAC Authorisation Data.' => '', 'RBAC Authorisation Data initialised.' => '', 'RBAC Initialisation Failed' => '', 'RBAM has detected existing RBAC authorisation data.' => '', 'Re-Initialise RBAC' => '', 'WARNING: Re-initialising will overwrite all existing RBAC Authorisation Data.' => '', "Would you like RBAM to generate Authorisation Data based on your application's modules, controllers and actions?" => '', );
[+]
..
[-] validation.php
[edit]
[-] help.php
[edit]
[-] rbam.php
[edit]
[-] initialisation.php
[edit]