Approval.

This commit is contained in:
2025-09-17 15:05:52 +00:00
committed by md translation bot
parent 335a68c345
commit 3e186af15b
7 changed files with 301 additions and 0 deletions

13
cs/login.php Normal file
View File

@@ -0,0 +1,13 @@
<?PHP
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',
);