diff options
Diffstat (limited to 'archive')
-rw-r--r-- | archive/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archive/index.php b/archive/index.php index 87d367c..26a0ad1 100644 --- a/archive/index.php +++ b/archive/index.php @@ -6,7 +6,7 @@ <?php $_ACTIVE = "archive"; require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/categories.php"; ?> <h2><?= l("Projects Archives", "Archives des projets") ?></h2> <div class="alert alert-secondary"> - <strong>Note : </strong>You may find more archived projects on <a href="https://github.com/Minteck-Archives">Minteck's GitHub archives</a>. + <strong>Note<?= l("", " ") ?>: </strong><?= l("You may find more archived projects on", "Vous pourriez trouver plus de vieux projets dans") ?> <a href="https://github.com/Minteck-Archives"><?= l("Minteck's GitHub archives", "les archives GitHub de Minteck") ?></a>. </div> <?php require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/archive/main.php"; ?> </div> |