From 750354a23175bc818abe505f4d96768190f37fff Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 1 Feb 2005 22:22:17 +0000 Subject: - bug fixed : text "Powered by" is now localized git-svn-id: http://piwigo.org/svn/trunk@726 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/page_tail.php | 1 + language/en_UK.iso-8859-1/common.lang.php | 1 + language/fr_FR.iso-8859-1/common.lang.php | 1 + template/default/footer.tpl | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3