Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • main
1 result

Target

Select target project
  • byecorps/id/strings
1 result
Select Git revision
Loading items
Show changes

Commits on Source 16

<?php
$LANG['auth']['signup'] = 'Sign up';
$LANG['auth']['login'] = 'Log in';
$LANG['auth']['logInWithPasskey'] = 'Log in with passkey';
$LAND['auth']['logInToContinue'] = 'Please log in to continue.';
$LANG['auth']['logInWithPasskeyExplainer'] = 'You can sign into your account with a passkey or security key if you have one.';
$LANG['auth']['passkey'] = 'Passkey';
$LANG['auth']['passkeyPlural'] = 'Passkeys';
$LANG['auth']['signout'] = 'Sign out';
$LANG['auth']['signedout'] = 'You were signed out.';
$LANG['auth']['email'] = 'Email';
$LANG['auth']['password'] = 'Password';
$LANG['auth']['confirmPassword'] = 'Confirm password';
$LANG['auth']['newPassword'] = 'New password';
$LANG['auth']['currentPassword'] = 'Current password';
$LANG['generic']['avatarAltText'] = '{{display_name}}\'s avatar';
$LANG['button']['submit'] = 'Submit';
$LANG['button']['changePassword'] = 'Change password';
$LANG['page']['credits'] = 'Credits';
$LANG['page']['signup'] = 'Sign up for ByeCorps ID';
$LANG['page']['login'] = 'Log in to ByeCorps ID';
$LANG['page']['signup'] = 'Sign up for {{byecorps_id}}';
$LANG['page']['login'] = 'Log in to {{byecorps_id}}';
$LANG['page']['dashboard'] = 'Dashboard';
$LANG['page']['profile'] = 'Profile';
$LANG['page']['settings'] = 'Settings';
$LANG['settings']['account'] = 'Account';
$LANG['settings']['region'] = 'Region & language';
$LANG['settings']['security'] = 'Security';
$LANG['dashboard']['applicationsAccessToAccount'] = "{{count}} applications have access to your {{byecorps_id}}";
$LANG['header']['hello'] = 'Hey hey {{display_name}}!';
$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['generic']['languageUpdated'] = 'Language updated successfully!';
$LANG['idcard']['joined'] = 'Joined on {{date}}';
$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 email or password.';
$LANG['error']['invalidEmail'] = 'Invalid email address.';
$LANG['error']['noAppId'] = 'Missing App ID';
$LANG['error']['invalidAppId'] = 'Invalid App ID';
$LANG['name'] = 'English (Traditional)';
// LANGUAGES
$LANG['language']['en'] = 'English (Traditional)';
$LANG['language']['en_US'] = 'English (Simplified)';
$LANG['language']['fi'] = 'Finnish';
$LANG['language']['ga'] = 'Irish';
$LANG['language']['nb_NO'] = 'Norwegian Bokmål';
$LANG['language']['en_UWU'] = 'Cute English';
......@@ -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,6 @@ $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';
$LANG['auth']['logInWithPasskey'] = 'Log in with passkey';
<?php
$LANG['auth']['signup'] = 'myake user ^~^';
$LANG['generic']['generic'] = 'u bwoke it :3';
$LANG['generic']['error'] = 'Ohh nyo an ewwow 3:';
$LANG['error']['generic'] = 'nyo ewwow massage :P';
$LANG['generic']['generic'] = 'u unlocked da generic text!';
$LANG['generic']['error'] = 'ohh nyo ewwow 3:';
$LANG['error']['generic'] = 'nyo ewwow message :P';
$LANG['error']['loggedIn'] = 'u r logged in already siwwy :3';
$LANG['error']['notLoggedIn'] = 'u r not logged in ;~;';
$LANG['page']['signup'] = 'get a byecorps id :D';
$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['page']['login'] = 'log in with ur {{byecorps_id}} OwO';
$LANG['footer']['executionTime'] = '<b>dis page took me:</b> {{time}} ms!';
$LANG['button']['submit'] = 'submit >///<';
$LANG['error']['incorrectAuth'] = 'u typed ur login wrong :P';
$LANG['header']['hello'] = 'omg hai {{display_name}}~~!!';
$LANG['error']['incorrectAuth'] = 'wrong details dummy :P';
$LANG['header']['hello'] = 'hai {{display_name}}~~!!';
$LANG['error']['invalidEmail'] = 'wrong email dummy >:3';
<?php
$LANG['auth']['signup'] = '';
$LANG['auth']['login'] = '';
$LANG['auth']['logInWithPasskey'] = '';
$LANG['auth']['logInWithPasskeyExplainer'] = '';
$LANG['auth']['passkey'] = '';
$LANG['auth']['passkeyPlural'] = '';
$LANG['auth']['signout'] = '';
$LANG['auth']['signedout'] = '';
$LANG['auth']['email'] = '';
$LANG['auth']['password'] = '';
$LANG['auth']['confirmPassword'] = '';
$LANG['auth']['newPassword'] = '';
$LANG['auth']['currentPassword'] = '';
$LANG['button']['submit'] = '';
$LANG['button']['changePassword'] = '';
$LANG['page']['credits'] = '';
$LANG['page']['signup'] = '';
$LANG['page']['login'] = '';
$LANG['page']['dashboard'] = '';
$LANG['page']['profile'] = '';
$LANG['page']['settings'] = '';
$LANG['settings']['account'] = '';
$LANG['settings']['region'] = '';
$LANG['settings']['security'] = '';
$LANG['header']['hello'] = '';
$LANG['footer']['executionTime'] = '';
$LANG['generic']['generic'] = '';
$LANG['generic']['error'] = '';
$LANG['idcard']['joined'] = '';
$LANG['error']['generic'] = '';
$LANG['error']['loggedIn'] = '';
$LANG['error']['notLoggedIn'] = '';
$LANG['error']['incorrectAuth'] = '';
$LANG['error']['invalidEmail'] = '';
$LANG['name'] = '';
<?php
$LANG['name'] = 'Gaeilge';
$LANG['auth']['email'] = 'Ríomhphost';
$LANG['header']['hello'] = 'Haigh {{display_name}}!';
$LANG['language']['en'] = 'Béarla';
$LANG['language']['en_US'] = 'Béarla (Meiriceá)';
$LANG['language']['fi'] = 'Fionlainnise';
$LANG['language']['ga'] = 'Gaeilge';
$LANG['language']['nb_NO'] = 'Ioruais';
$LANG['language']['en_UWU'] = 'Béarla Gleoite';
......@@ -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}}!';