diff --git a/include/page_tail.php b/include/page_tail.php
index c2908e71c..910516dcc 100644
--- a/include/page_tail.php
+++ b/include/page_tail.php
@@ -36,6 +36,7 @@ $template->assign_vars(
'L_SEND_MAIL' => $lang['send_mail'],
'L_TITLE_MAIL' => $lang['title_send_mail'],
'L_WEBMASTER'=>$lang['webmaster'],
+ 'L_POWERED_BY'=>$lang['powered_by']
));
//------------------------------------------------------------- generation time
if ($conf['show_gt'])
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php
index 384a0925e..e42e5653f 100644
--- a/language/en_UK.iso-8859-1/common.lang.php
+++ b/language/en_UK.iso-8859-1/common.lang.php
@@ -57,6 +57,7 @@ $lang['default'] = 'Default';
$lang['send_mail'] = 'Contact';
$lang['webmaster'] = 'Webmaster';
$lang['language']='Language';
+$lang['powered_by'] = 'Powered by';
//Properties
$lang['registration_date'] = 'Registered on';
diff --git a/language/fr_FR.iso-8859-1/common.lang.php b/language/fr_FR.iso-8859-1/common.lang.php
index c19c05f76..549a4f7ad 100644
--- a/language/fr_FR.iso-8859-1/common.lang.php
+++ b/language/fr_FR.iso-8859-1/common.lang.php
@@ -57,6 +57,7 @@ $lang['default'] = 'D
$lang['webmaster'] = 'Webmaster';
$lang['language'] = 'Langue';
$lang['send_mail'] = 'Contact';
+$lang['powered_by'] = 'Propulsé par';
// Properties
$lang['registration_date'] = 'Enregistré le';
diff --git a/template/default/footer.tpl b/template/default/footer.tpl
index be201d51f..708525797 100644
--- a/template/default/footer.tpl
+++ b/template/default/footer.tpl
@@ -7,7 +7,7 @@
contact me pierrick@phpwebgallery.net to find a solution on how
to show the origin of the script...-->
- Powered by PhpWebGallery
+ {L_POWERED_BY} PhpWebGallery
{VERSION} -
{L_SEND_MAIL}