add multible email patch

This commit is contained in:
Mario Fetka
2011-02-11 15:11:43 +01:00
parent 8a334881bd
commit e8d8d896ad
8 changed files with 235 additions and 1 deletions

View File

@@ -302,6 +302,7 @@ $strings['Clear All'] = "Clear All";
$strings['Access Denied'] = "Access Denied";
$strings['My Pending Requests'] = "My Pending Requests";
$strings['Site Pending Requests'] = "Site Pending Requests";
$strings['Multiple Accounts'] = "Multiple Accounts";
$strings['Cancel Request'] = "Cancel Request";
$strings['User is not allowed to login'] = "User is not allowed to login";
$strings['Authentication successful'] = "Authentication successful";
@@ -341,4 +342,6 @@ $strings['Rule'] = 'Rule';
$strings['My rules'] = 'My Rules';
$strings['Site Rules'] = 'Site Rules';
$strings['Search for rules whose:'] = 'Search for rules whose:';
$strings['Retrieving Configuration...'] = 'Retrieving Configuration...';
$strings['Attached Email'] = 'Attached Email';
?>