mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Resolved issue 0000976: Add link of website on mail footer...
git-svn-id: http://piwigo.org/svn/trunk@3245 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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';
|
||||
?>
|
||||
|
||||
@@ -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';
|
||||
?>
|
||||
|
||||
@@ -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';
|
||||
?>
|
||||
|
||||
@@ -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';
|
||||
?>
|
||||
|
||||
@@ -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';
|
||||
?>
|
||||
|
||||
@@ -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';
|
||||
?>
|
||||
|
||||
@@ -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';
|
||||
?>
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{* $Id$ *}
|
||||
|
||||
------------------------
|
||||
Piwigo {$VERSION}
|
||||
------------------------------------------------------------------------------
|
||||
{'Sent by'|@translate} {$GALLERY_URL} - {'powered_by'|@translate} Piwigo {$VERSION} - {'send_mail'|@translate} {$MAIL}
|
||||
|
||||
Reference in New Issue
Block a user