Approval.

This commit is contained in:
2023-01-23 21:43:39 +00:00
committed by md translation bot
parent 442031be23
commit 690ced6b48
84 changed files with 3493 additions and 3241 deletions

View File

@ -1,10 +1,13 @@
<?PHP
$tlLogin['username'] = 'Username';
$tlLogin['password'] = 'Password';
$tlLogin['login'] = 'Login';
$tlLogin['remember_me'] = 'Remember me';
$tlLogin['global_statistics'] = 'Global statistics';
$tlLogin['recent_blog_posts'] = 'Recent blog posts';
$tlLogin['public_db_contents'] = 'Published database contents';
$tlLogin['log_in'] = 'Log in';
$tlLogin['avg_text_len'] = 'Average object description length';
declare(strict_types = 1);
$tlLogin = array (
'username' => 'Username',
'password' => 'Password',
'login' => 'Login',
'remember_me' => 'Remember me',
'global_statistics' => 'Global statistics',
'recent_blog_posts' => 'Recent blog posts',
'public_db_contents' => 'Published database contents',
'log_in' => 'Log in',
'avg_text_len' => 'Average object description length',
);