aboutsummaryrefslogtreecommitdiff
path: root/archive/index.php
diff options
context:
space:
mode:
authorMinteck <46352972+Minteck@users.noreply.github.com>2021-08-01 22:28:15 +0200
committerMinteck <46352972+Minteck@users.noreply.github.com>2021-08-01 22:28:15 +0200
commit9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2 (patch)
tree22d9b851864f9370282f21d10113afd5d565e4cf /archive/index.php
parentb028da9fea70c65ccd52d1d478859739027d756a (diff)
downloadmain-9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2.tar.gz
main-9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2.tar.bz2
main-9852b6cd074cceec0d0b549bb6c9bd7fe50c86f2.zip
Update
Diffstat (limited to 'archive/index.php')
-rw-r--r--archive/index.php2
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>