Approval.

This commit is contained in:
2020-05-18 02:10:25 +02:00
committed by Stefan Rohde-Enslin
parent 48d1d28b37
commit 984834659c
9 changed files with 90 additions and 0 deletions

10
pt/login.php Normal file
View File

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