From 5713889808ea7b842c9b949390341776458c0f58 Mon Sep 17 00:00:00 2001 From: Bye <bye@omg.lol> Date: Mon, 1 Jul 2024 21:19:47 +0000 Subject: [PATCH] Translated using Weblate (English) Currently translated at 100.0% (19 of 19 strings) Translation: ByeCorps ID/Web Translate-URL: https://translit.litdevs.org/projects/byecorps-id/web/en/ --- en.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/en.php b/en.php index 51ab506..7ce9273 100644 --- a/en.php +++ b/en.php @@ -6,21 +6,15 @@ $LANG['auth']['signedout'] = 'You were signed out.'; $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.'; - $LANG['error']['generic'] = 'No error message provided.'; $LANG['error']['loggedIn'] = 'You\'re already logged in.'; $LANG['error']['notLoggedIn'] = 'You\'re not logged in'; -$LANG['error']['incorrectAuth'] = 'Incorrect username or password.'; - -$LANG['name'] = 'English (Traditional)'; \ No newline at end of file +$LANG['error']['incorrectAuth'] = 'Incorrect email or password.'; +$LANG['name'] = 'English (Traditional)'; -- GitLab