diff options
author | rub <rub@piwigo.org> | 2009-04-22 19:32:00 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2009-04-22 19:32:00 +0000 |
commit | c1a78a542d88db748735c74d196ddf21972cd208 (patch) | |
tree | 09528aa31511b44406331d106282225e11fc2b89 | |
parent | e917678030cc5ee8a407c3fd5c6aff6e123bb0c6 (diff) |
Resolved issue 0000976: Add link of website on mail footer...
git-svn-id: http://piwigo.org/svn/trunk@3245 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/de_DE/common.lang.php | 1 | ||||
-rw-r--r-- | language/en_UK/common.lang.php | 1 | ||||
-rw-r--r-- | language/es_ES/common.lang.php | 1 | ||||
-rw-r--r-- | language/fr_FR/common.lang.php | 1 | ||||
-rw-r--r-- | language/it_IT/common.lang.php | 1 | ||||
-rw-r--r-- | language/nl_NL/common.lang.php | 1 | ||||
-rw-r--r-- | language/pl_PL/common.lang.php | 1 | ||||
-rw-r--r-- | template/yoga/mail/text/html/footer.tpl | 7 | ||||
-rw-r--r-- | template/yoga/mail/text/plain/footer.tpl | 4 |
9 files changed, 14 insertions, 4 deletions
diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php index bafbc793e..15f141c72 100644 --- a/language/de_DE/common.lang.php +++ b/language/de_DE/common.lang.php @@ -367,4 +367,5 @@ $lang['show tag cloud'] = 'zeigen die Tag-Wolke'; $lang['cloud'] = 'Wolke'; // --------- Starting below: New or revised $lang ---- from Colibri (2.1) /* TODO */ $lang['del_all_favorites_hint'] = 'delete all images from your favorites'; +/* TODO */ $lang['Sent by'] = 'Sent by'; ?> diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php index 19cbca35d..b7ebe47ac 100644 --- a/language/en_UK/common.lang.php +++ b/language/en_UK/common.lang.php @@ -367,4 +367,5 @@ $lang['show tag cloud'] = 'show tag cloud'; $lang['cloud'] = 'cloud'; // --------- Starting below: New or revised $lang ---- from Colibri (2.1) $lang['del_all_favorites_hint'] = 'delete all images from your favorites'; +$lang['Sent by'] = 'Sent by'; ?> diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php index 7fd0d818f..37fec5733 100644 --- a/language/es_ES/common.lang.php +++ b/language/es_ES/common.lang.php @@ -367,4 +367,5 @@ $lang['show tag cloud'] = 'mostrar la nube de tags'; $lang['cloud'] = 'nube'; // --------- Starting below: New or revised $lang ---- from Colibri (2.1) $lang['del_all_favorites_hint'] = 'Suprimir todas las imágenes de sus favoritos'; +/* TODO */ $lang['Sent by'] = 'Sent by'; ?> diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php index 221474e04..c22efc447 100644 --- a/language/fr_FR/common.lang.php +++ b/language/fr_FR/common.lang.php @@ -367,4 +367,5 @@ $lang['show tag cloud'] = 'montrer le nuage de tags'; $lang['cloud'] = 'nuage'; // --------- Starting below: New or revised $lang ---- from Colibri (2.1) $lang['del_all_favorites_hint'] = 'supprimer toutes les images de vos favoris'; +$lang['Sent by'] = 'Envoyé par'; ?> diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php index 38622cc0c..e9a34ec0f 100644 --- a/language/it_IT/common.lang.php +++ b/language/it_IT/common.lang.php @@ -367,4 +367,5 @@ $lang['show tag cloud'] = 'fare salire la nuvola di tags'; $lang['cloud'] = 'nuvola'; // --------- Starting below: New or revised $lang ---- from Colibri (2.1) /* TODO */ $lang['del_all_favorites_hint'] = 'delete all images from your favorites'; +/* TODO */ $lang['Sent by'] = 'Sent by'; ?> diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php index c6f7ee46b..18c33ec8b 100644 --- a/language/nl_NL/common.lang.php +++ b/language/nl_NL/common.lang.php @@ -362,4 +362,5 @@ $lang['Choose an image'] = 'Kies een afbeelding om'; $lang['Piwigo Help'] = 'Piwigo Help'; // --------- Starting below: New or revised $lang ---- from Colibri (2.1) /* TODO */ $lang['del_all_favorites_hint'] = 'delete all images from your favorites'; +/* TODO */ $lang['Sent by'] = 'Sent by'; ?> diff --git a/language/pl_PL/common.lang.php b/language/pl_PL/common.lang.php index eef024891..5b58192ea 100644 --- a/language/pl_PL/common.lang.php +++ b/language/pl_PL/common.lang.php @@ -367,4 +367,5 @@ $lang['show tag cloud'] = 'pokazuj tag jako chmurkę'; $lang['cloud'] = 'chmurka'; // --------- Starting below: New or revised $lang ---- from Colibri (2.1) $lang['del_all_favorites_hint'] = 'usuń wszystkie obrazy z Twoich ulubionych'; +/* TODO */ $lang['Sent by'] = 'Sent by'; ?>
\ No newline at end of file diff --git a/template/yoga/mail/text/html/footer.tpl b/template/yoga/mail/text/html/footer.tpl index bdd3e7cb0..989d0ee0b 100644 --- a/template/yoga/mail/text/html/footer.tpl +++ b/template/yoga/mail/text/html/footer.tpl @@ -2,14 +2,17 @@ </div> <!-- content --> <div id="copyright"> <hr> + {'Sent by'|@translate} + <a href="{$GALLERY_URL}">{$GALLERY_TITLE}</a> + {* Please, do not remove this copyright. If you really want to, contact us on http://piwigo.org to find a solution on how to show the origin of the script...*} - - {'powered_by'|@translate} + - {'powered_by'|@translate} <a href="http://piwigo.org" class="Piwigo"> <span class="Piwigo">Piwigo</span></a> {$VERSION} + - {'send_mail'|@translate} <a href="mailto:{$MAIL}?subject={$TITLE_MAIL}">{'Webmaster'|@translate}</a> diff --git a/template/yoga/mail/text/plain/footer.tpl b/template/yoga/mail/text/plain/footer.tpl index 86ac31e3e..1bd1aaaa9 100644 --- a/template/yoga/mail/text/plain/footer.tpl +++ b/template/yoga/mail/text/plain/footer.tpl @@ -1,4 +1,4 @@ {* $Id$ *} ------------------------- -Piwigo {$VERSION} +------------------------------------------------------------------------------ +{'Sent by'|@translate} {$GALLERY_URL} - {'powered_by'|@translate} Piwigo {$VERSION} - {'send_mail'|@translate} {$MAIL} |