-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfi.php
36 lines (36 loc) · 1.16 KB
/
fi.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?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'] = '';