From 3b9eba7bb4a84dab8d063570c39968996b4e538b Mon Sep 17 00:00:00 2001
From: bye <bye@byecorps.com>
Date: Sun, 30 Jun 2024 22:55:36 +0100
Subject: [PATCH] Add a shit ton of strings

---
 en.php | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/en.php b/en.php
index c57312f..dc277b2 100644
--- a/en.php
+++ b/en.php
@@ -1,7 +1,13 @@
 <?php
 $LANG['auth']['signup'] = 'Sign up';
 $LANG['auth']['login'] = 'Log in';
+$LANG['auth']['email'] = 'Email';
+$LANG['auth']['password'] = 'Password';
+$LANG['auth']['confirmPassword'] = 'Confirm password';
+$LANG['button']['submit'] = 'Submit';
 $LANG['page']['credits'] = 'Credits';
+$LANG['page']['signup'] = 'Sign up for ByeCorps ID';
+$LANG['page']['login'] = 'Log in to ByeCorps ID';
 $LANG['footer']['executionTime'] = 'Execution time';
 $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!';
 $LANG['generic']['error'] = 'An error occurred.';
-- 
GitLab