feat(ACP): Added robots.txt editor (#1913)

* feat(admin): Added robots.txt editor

* Update admin_robots.tpl

* Update admin_robots.php

* Update admin_robots.php

* Update admin_robots.php

* Update admin_robots.tpl

* Updated

* Updated

* Update main.php

* Updated
This commit is contained in:
Roman Kelesidis 2025-05-30 17:53:22 +03:00 committed by GitHub
commit 79bb13e17d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 105 additions and 30 deletions

View file

@ -1986,6 +1986,11 @@ $lang['USER_POSTS_COUNT_SYNCHRONIZED'] = 'User posts count has been synchronized
// Online Userlist
$lang['SHOW_ONLINE_USERLIST'] = 'Show the list of online users';
// Robots.txt editor
$lang['ROBOTS_TXT_EDITOR_TITLE'] = 'Manage robots.txt';
$lang['ROBOTS_TXT_UPDATED_SUCCESSFULLY'] = 'File robots.txt has been updated successfully';
$lang['CLICK_RETURN_ROBOTS_TXT_CONFIG'] = '%sClick Here to return to robots.txt manager%s';
// Auth pages
$lang['USER_SELECT'] = 'Select a User';
$lang['GROUP_SELECT'] = 'Select a Group';
@ -3021,6 +3026,8 @@ $lang['HASH_NOT_FOUND'] = 'Release with hash %s not found';
$lang['TERMS_EMPTY_TEXT'] = '[align=center]The text of this page is edited at: [url]%s[/url]. This line can see only administrators.[/align]';
$lang['TERMS_EXPLAIN'] = 'On this page, you can specify the text of the basic rules of the resource is displayed to users.';
$lang['TERMS_UPDATED_SUCCESSFULLY'] = 'Terms have been updated successfully';
$lang['CLICK_RETURN_TERMS_CONFIG'] = '%sClick Here to return to Terms editor%s';
$lang['TR_STATS'] = [
0 => 'inactive users in 30 days',