diff --git a/admin/index.php b/admin/index.php
index a7768224..7100926d 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -27,18 +27,18 @@
send_header("Administration");
echo "
";
- echo "Participant Registration
";
- echo "Print / Export Reports
";
+ echo "".i18n("Participant Registration")."
";
+ echo "".i18n("Print / Export Reports")."
";
echo "
"; +echo i18n("Choose a language to manage translations for"); +echo " | "; +echo ""; +echo " |
".i18n("English / French")." | ".i18n("Save")." |
---|---|
".i18n("English")." / ".$translangname." | ".i18n("Save")." |