aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2005-02-01 22:22:17 +0000
committerplegall <plg@piwigo.org>2005-02-01 22:22:17 +0000
commit750354a23175bc818abe505f4d96768190f37fff (patch)
tree90bd554256cf6f0d582e73db76059bce0be8a218
parentf30455c6ff6543519c88242154e915de59928eb6 (diff)
- bug fixed : text "Powered by" is now localized
git-svn-id: http://piwigo.org/svn/trunk@726 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--include/page_tail.php1
-rw-r--r--language/en_UK.iso-8859-1/common.lang.php1
-rw-r--r--language/fr_FR.iso-8859-1/common.lang.php1
-rw-r--r--template/default/footer.tpl2
4 files changed, 4 insertions, 1 deletions
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éfaut';
$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 <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a>
+ {L_POWERED_BY} <a href="http://www.phpwebgallery.net" class="back">PhpWebGallery</a>
{VERSION} -
{L_SEND_MAIL}