mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
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:
parent
d18f99fa1c
commit
79bb13e17d
5 changed files with 105 additions and 30 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue