Changeset 395
- Timestamp:
- 30.08.2006 12:23:49 (2 years ago)
- Files:
-
- trunk/language/lang_english.php (modified) (1 diff)
- trunk/language/lang_francais.php (modified) (1 diff)
- trunk/subscribe.php (modified) (1 diff)
- trunk/templates/subscribe_body.tpl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/language/lang_english.php
r374 r395 83 83 $lang['Title']['archives'] = "logs of the mailing lists"; 84 84 $lang['Title']['sendpass'] = "Generate a new password"; 85 $lang['Title']['form'] = "Subscribe to newsletter"; 85 86 86 87 trunk/language/lang_francais.php
r380 r395 83 83 $lang['Title']['archives'] = "Archives des listes de diffusion"; 84 84 $lang['Title']['sendpass'] = "Générer un nouveau mot de passe"; 85 $lang['Title']['form'] = "Inscription à la liste de diffusion"; 85 86 86 87 trunk/subscribe.php
r297 r395 80 80 81 81 $output->assign_vars(array( 82 'PAGE_TITLE' => $lang['Title']['form'], 82 83 'L_INVALID_EMAIL' => str_replace('\'', '\\\'', $lang['Message']['Invalid_email']), 83 84 'L_PAGE_LOADING' => str_replace('\'', '\\\'', $lang['Page_loading']), trunk/templates/subscribe_body.tpl
r289 r395 24 24 <meta http-equiv="Content-Style-Type" content="text/css" /> 25 25 26 <title> Inscription à la liste de diffusion</title>26 <title>{PAGE_TITLE}</title> 27 27 28 28 <meta name="Author" content="Bobe" /> … … 126 126 Powered by <a href="http://phpcodeur.net/" hreflang="fr" title="Site officiel de Wanewsletter"> 127 127 phpCodeur</a> © 2002–2006 | Wanewsletter<br /> 128 Ce script est distribu élibrement sous <a href="http://phpcodeur.net/wascripts/GPL" hreflang="fr">128 Ce script est distribué librement sous <a href="http://phpcodeur.net/wascripts/GPL" hreflang="fr"> 129 129 licence <abbr title="General Public Licence" xml:lang="en" lang="en">GPL</abbr></a> 130 130 </address>
