mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
ACL: Language fixes.
This commit is contained in:
@@ -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'> </td>\n";
|
||||
echo " </tr>\n";
|
||||
echo " <tr>\n";
|
||||
|
||||
@@ -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'] = '';
|
||||
|
||||
Reference in New Issue
Block a user