ACL: Language fixes.

This commit is contained in:
Nate Jones
2015-02-15 08:11:21 +00:00
parent 3e7cc4cc77
commit 24888eca23
2 changed files with 17 additions and 6 deletions

View File

@@ -46,12 +46,13 @@ else {
//additional includes
require_once "resources/header.php";
$documentu['title'] = $text['title-acl']
require_once "resources/paging.php";
//show the content
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
echo " <tr>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-acls']."</b></td>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['header-access_control_list']."</b></td>\n";
echo " <td width='50%' align='right'>&nbsp;</td>\n";
echo " </tr>\n";
echo " <tr>\n";

View File

@@ -1,15 +1,25 @@
<?php
//Access Control List
$text['title-acl']['en-us'] = 'Access Control List';
$text['title-access_control_list']['en-us'] = 'Access Control List';
$text['title-access_control_list']['es-cl'] = '';
$text['title-access_control_list']['pt-pt'] = '';
$text['title-access_control_list']['fr-fr'] = '';
$text['title-acl']['en-us'] = 'ACL';
$text['title-acl']['es-cl'] = '';
$text['title-acl']['pt-pt'] = '';
$text['title-acl']['fr-fr'] = '';
$text['title-acl']['en-us'] = 'Acl';
$text['title-acl']['es-cl'] = '';
$text['title-acl']['pt-pt'] = '';
$text['title-acl']['fr-fr'] = '';
$text['header-access_control_list']['en-us'] = 'Access Control List';
$text['header-access_control_list']['es-cl'] = '';
$text['header-access_control_list']['pt-pt'] = '';
$text['header-access_control_list']['fr-fr'] = '';
$text['header-acl']['en-us'] = 'ACL';
$text['header-acl']['es-cl'] = '';
$text['header-acl']['pt-pt'] = '';
$text['header-acl']['fr-fr'] = '';
$text['description-acl']['en-us'] = 'Access control list can allow or deny ranges of IP addresses.';
$text['description-acl']['es-cl'] = '';