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
Loading items

Target

Select target project
  • byecorps/id/archive/strings
1 result
Select Git revision
  • main
1 result
Show changes

Commits on Source 3

......@@ -3,7 +3,7 @@ $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'] = 'If you have a passkey or security key you can use that to log in to your account.';
$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';
......
<?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['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';