mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-07 11:02:17 +09:00
Add option to control whether boards and pages are indexed by search engines, using the X-Robots-Tag header
This commit is contained in:
parent
fde3609f70
commit
2197b0a982
7 changed files with 37 additions and 9 deletions
|
|
@ -343,6 +343,8 @@ $lang->filter['invalid_float'] = 'The format of %s is invalid. Please enter numb
|
|||
$lang->filter['invalid_extension'] = 'The format of %s is invalid. e.g. gif, jpg, png';
|
||||
$lang->security_warning_embed = 'Due to security concern, administrators are not allowed to view embedded items.<BR /> To view them, please use another non-administrator ID.';
|
||||
$lang->msg_pc_to_mobile = 'View mobile optimized version of this page';
|
||||
$lang->cmd_robots_tag = 'Search Engine Indexing';
|
||||
$lang->msg_about_robots_tag = 'Allow search engines to index this page.';
|
||||
$lang->cmd_yes = 'Yes';
|
||||
$lang->cmd_no = 'No';
|
||||
$lang->cmd_set_multilingual = 'Select Language';
|
||||
|
|
|
|||
|
|
@ -347,6 +347,8 @@ $lang->filter['invalid_extension'] = '%s의 형식이 잘못되었습니다. gif
|
|||
$lang->security_invalid_session = '바르지 않은 접근입니다. 인증을 위해 다시 로그인해야 합니다.';
|
||||
$lang->security_warning_embed = '보안 문제로 관리자 아이디로는 embed를 볼 수 없습니다. 확인하려면 다른 아이디로 접속하세요';
|
||||
$lang->msg_pc_to_mobile = '모바일에 최적화된 화면으로 보기';
|
||||
$lang->cmd_robots_tag = '검색엔진 색인';
|
||||
$lang->msg_about_robots_tag = '검색엔진이 이 페이지를 색인하는 것을 허용합니다.';
|
||||
$lang->cmd_yes = '예';
|
||||
$lang->cmd_no = '아니오';
|
||||
$lang->cmd_set_multilingual = '다국어 설정';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue