diff --git a/en_US.php b/en_US.php index 18eb31040caddc773644d651eef9a16a6fdb5399..5d60480630d85aa1af8116d9c33a52c52d611093 100644 --- a/en_US.php +++ b/en_US.php @@ -2,7 +2,7 @@ $LANG['auth']['signup'] = 'Sign up'; $LANG['auth']['login'] = 'Log in'; $LANG['page']['credits'] = 'Credits'; -$LANG['footer']['executionTime'] = 'Execution time'; +$LANG['footer']['executionTime'] = '<b>Execution time:</b> {{time}} ms'; $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!'; $LANG['generic']['error'] = 'An error occurred.'; $LANG['error']['generic'] = 'No error message provided.'; @@ -19,3 +19,5 @@ $LANG['page']['login'] = 'Log in to ByeCorps ID'; $LANG['auth']['signout'] = 'Sign out'; $LANG['error']['incorrectAuth'] = 'Incorrect email or password.'; $LANG['header']['hello'] = 'Howdy {{display_name}}!'; +$LANG['idcard']['joined'] = 'Joined on {{date}}'; +$LANG['page']['dashboard'] = 'Dashboard'; diff --git a/en_UWU.php b/en_UWU.php index 289631e38eb5ff8ae6ea03ecd22d596ef5d36efe..861a3808ea89ebddbe7ce4355f6aeb89d6fe2ff8 100644 --- a/en_UWU.php +++ b/en_UWU.php @@ -5,9 +5,9 @@ $LANG['generic']['error'] = 'Ohh nyo an ewwow 3:'; $LANG['error']['generic'] = 'nyo ewwow massage :P'; $LANG['error']['loggedIn'] = 'u r logged in already siwwy :3'; $LANG['error']['notLoggedIn'] = 'u r not logged in ;~;'; -$LANG['page']['signup'] = 'get a bye-corpse passpowt :D'; -$LANG['name'] = 'kawaii engwish ^_^'; -$LANG['page']['login'] = 'let me haz ur bye-corpse passpowt OwO'; +$LANG['page']['signup'] = 'get a byecorps id :D'; +$LANG['name'] = 'kawaii engwish :3'; +$LANG['page']['login'] = 'log in with ur byecorps id OwO'; $LANG['footer']['executionTime'] = ''; $LANG['button']['submit'] = 'submit >///<'; $LANG['error']['incorrectAuth'] = 'u typed ur login wrong :P'; diff --git a/nb_NO.php b/nb_NO.php index 71a9ef5e0c972ecaf5ad40e8befca13c8d2bc890..cb94b7ac07b3af53a820bc68fc5d772479f3ff1f 100644 --- a/nb_NO.php +++ b/nb_NO.php @@ -13,3 +13,4 @@ $LANG['auth']['signedout'] = 'Du var logget ut.'; $LANG['auth']['signout'] = 'Logg ut'; $LANG['name'] = 'Norsk bokmål'; $LANG['error']['incorrectAuth'] = 'Feil e-postaddresse eller passord.'; +$LANG['header']['hello'] = 'Hei {{display_name}}!';