2008-11-01 16:31:08 +01:00
< ? php
global $lang ;
2009-01-12 06:09:57 +01:00
$lang [ 'en_US' ][ 'SubsiteAdmin' ][ 'MENUTITLE' ] = array (
2010-03-01 22:40:55 +01:00
'Subsites' ,
2009-01-12 06:09:57 +01:00
100 ,
'Menu title'
);
2010-03-01 22:39:43 +01:00
$lang [ 'en_US' ][ 'GroupSubsites' ][ 'ACCESSALL' ] = 'All subsites' ;
$lang [ 'en_US' ][ 'GroupSubsites' ][ 'ACCESSONLY' ] = 'Only these subsites' ;
$lang [ 'en_US' ][ 'GroupSubsites' ][ 'ACCESSRADIOTITLE' ] = 'Give this group access to' ;
2010-03-01 22:40:26 +01:00
$lang [ 'en_US' ][ 'GroupSubsites' ][ 'MANAGE_SUBSITES' ] = 'Manage subsites for groups' ;
$lang [ 'en_US' ][ 'GroupSubsites' ][ 'MANAGE_SUBSITES_HELP' ] = 'Ability to limit the permissions for a group to one or more subsites.' ;
2008-11-24 05:04:55 +01:00
$lang [ 'en_US' ][ 'GroupSubsites' ][ 'SECURITYTABTITLE' ] = 'Subsites' ;
2010-03-01 22:39:43 +01:00
$lang [ 'en_US' ][ 'ModelAdmin' ][ 'LOADEDFOREDITING' ] = 'Loaded \'%s\' for editing.' ;
2010-03-01 22:40:26 +01:00
$lang [ 'en_US' ][ 'Permissions' ][ 'PERMISSIONS_CATEGORY' ] = 'Roles and access permissions' ;
2010-03-01 22:39:43 +01:00
$lang [ 'en_US' ][ 'RelatedPageLink' ][ 'PLURALNAME' ] = array (
'Related Page Links' ,
50 ,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang [ 'en_US' ][ 'RelatedPageLink' ][ 'SINGULARNAME' ] = array (
'Related Page Link' ,
50 ,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
2010-03-01 22:40:26 +01:00
$lang [ 'en_US' ][ 'Subsite' ][ 'MANAGE_ASSETS' ] = 'Manage assets for subsites' ;
$lang [ 'en_US' ][ 'Subsite' ][ 'MANAGE_ASSETS_HELP' ] = 'Ability to select the subsite to which an asset folder belongs. Requires "Access to Files & Images."' ;
2008-11-01 16:31:08 +01:00
$lang [ 'en_US' ][ 'Subsite' ][ 'PLURALNAME' ] = array (
'Subsits' ,
50 ,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang [ 'en_US' ][ 'Subsite' ][ 'SINGULARNAME' ] = array (
'Subsite' ,
50 ,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
2010-03-01 22:39:43 +01:00
);
$lang [ 'en_US' ][ 'SubsiteDomain' ][ 'PLURALNAME' ] = array (
'Subsite Domains' ,
50 ,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang [ 'en_US' ][ 'SubsiteDomain' ][ 'SINGULARNAME' ] = array (
'Subsite Domain' ,
50 ,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
2008-11-01 16:31:08 +01:00
);
2009-09-10 06:10:56 +02:00
$lang [ 'en_US' ][ 'Subsite_Template' ][ 'PLURALNAME' ] = array (
'Subsite Templats' ,
50 ,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang [ 'en_US' ][ 'Subsite_Template' ][ 'SINGULARNAME' ] = array (
'Subsite Template' ,
50 ,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
2009-01-12 06:09:57 +01:00
$lang [ 'en_US' ][ 'SubsitesVirtualPage' ][ 'PLURALNAME' ] = array (
'Subsites Virtual Pags' ,
50 ,
'Pural name of the object, used in dropdowns and to generally identify a collection of this object in the interface'
);
$lang [ 'en_US' ][ 'SubsitesVirtualPage' ][ 'SINGULARNAME' ] = array (
'Subsites Virtual Page' ,
50 ,
'Singular name of the object, used in dropdowns and to generally identify a single object in the interface'
);
$lang [ 'en_US' ][ 'VirtualPage' ][ 'CHOOSE' ] = 'Choose a page to link to' ;
$lang [ 'en_US' ][ 'VirtualPage' ][ 'EDITCONTENT' ] = 'Click here to edit the content' ;
2008-11-01 16:31:08 +01:00
?>