|
From: <and...@us...> - 2007-10-14 16:01:00
|
Revision: 74
http://thevr.svn.sourceforge.net/thevr/?rev=74&view=rev
Author: andrewbelcher
Date: 2007-10-14 09:01:00 -0700 (Sun, 14 Oct 2007)
Log Message:
-----------
Added language variables I forgot about...
Modified Paths:
--------------
mods/pms/branches/permissions/includes/ucp/info/ucp_sites.php
mods/pms/branches/permissions/language/en/ucp.php
Modified: mods/pms/branches/permissions/includes/ucp/info/ucp_sites.php
===================================================================
--- mods/pms/branches/permissions/includes/ucp/info/ucp_sites.php 2007-10-14 15:53:41 UTC (rev 73)
+++ mods/pms/branches/permissions/includes/ucp/info/ucp_sites.php 2007-10-14 16:01:00 UTC (rev 74)
@@ -20,7 +20,7 @@
'title' => 'UCP_SITES',
'version' => '1.0.0',
'modes' => array(
- 'main' => array('title' => 'UCP_SITES_MAIN', 'auth' => '', 'cat' => array('UCP_SITES')),
+ 'main' => array('title' => 'UCP_SITES_REG', 'auth' => '', 'cat' => array('USCP_SITES_CAT')),
),
);
}
Modified: mods/pms/branches/permissions/language/en/ucp.php
===================================================================
--- mods/pms/branches/permissions/language/en/ucp.php 2007-10-14 15:53:41 UTC (rev 73)
+++ mods/pms/branches/permissions/language/en/ucp.php 2007-10-14 16:01:00 UTC (rev 74)
@@ -427,6 +427,9 @@
'UCP_PROFILE_REG_DETAILS' => 'Edit account settings',
'UCP_PROFILE_SIGNATURE' => 'Edit signature',
+ 'UCP_SITES_CAT' => 'Sites',
+ 'UCP_SITES_REG' => 'Site Registration',
+
'UCP_USERGROUPS' => 'Usergroups',
'UCP_USERGROUPS_MEMBER' => 'Edit memberships',
'UCP_USERGROUPS_MANAGE' => 'Manage groups',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|