mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
more work in translation to portuguese from Portugal (pt-pt)
This commit is contained in:
@@ -27,6 +27,7 @@ include "root.php";
|
||||
require_once "includes/require.php";
|
||||
require_once "includes/checkauth.php";
|
||||
require_once "includes/paging.php";
|
||||
require_once "app_languages.php";
|
||||
if (permission_exists('fax_extension_add')) {
|
||||
//access granted
|
||||
}
|
||||
@@ -35,6 +36,10 @@ else {
|
||||
exit;
|
||||
}
|
||||
|
||||
foreach($content_fax as $key => $value) {
|
||||
$content_fax[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
||||
//set the http get/post variable(s) to a php variable
|
||||
if (isset($_REQUEST["id"])) {
|
||||
$fax_uuid = check_str($_REQUEST["id"]);
|
||||
@@ -105,7 +110,7 @@ else {
|
||||
require_once "includes/header.php";
|
||||
echo "<meta http-equiv=\"refresh\" content=\"2;url=fax.php\">\n";
|
||||
echo "<div align='center'>\n";
|
||||
echo "Copy Complete\n";
|
||||
echo "".$content_fax['confirm-copy']."\n";
|
||||
echo "</div>\n";
|
||||
require_once "includes/footer.php";
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user