more work in translation to portuguese from Portugal (pt-pt)

This commit is contained in:
Nuno Miguel Reis
2012-10-06 18:01:45 +00:00
parent 42db314c54
commit ba56a2ab8a
10 changed files with 362 additions and 162 deletions

View File

@@ -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;