mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Add line breaks to help text
This commit is contained in:
parent
5ba6346bec
commit
7df280a697
2 changed files with 2 additions and 2 deletions
|
|
@ -158,7 +158,7 @@ $lang->about_use_gzip = 'This option should be left off unless you know for sure
|
|||
$lang->delay_session = 'Delay session start';
|
||||
$lang->about_delay_session = 'To improve performance when using a caching proxy server such as Varnish, do not issue sessions to visitors until they log in.<br>Selecting this option may interfere with autologin, and visitor counts may become inaccurate.';
|
||||
$lang->delay_template_compile = 'Delay template compile';
|
||||
$lang->about_delay_template_compile = 'Wait a few seconds before compiling an updated template file. This may help avoid errors when you are editing templates over a slow connection.';
|
||||
$lang->about_delay_template_compile = 'Wait a few seconds before compiling an updated template file.<br />This may help avoid errors when you are editing templates over a slow connection.';
|
||||
$lang->mediafilter_whitelist = 'Allow external media';
|
||||
$lang->about_mediafilter_whitelist = 'This list defines other websites from which users are allowed to embed multimedia content using <iframe> or <video> tags.<br />The restriction does not apply to attachments or any media embedded by the administrator.';
|
||||
$lang->mediafilter_classes = 'Allow HTML class';
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ $lang->about_use_gzip = '웹서버가 gzip을 지원하지 않더라도 페이
|
|||
$lang->delay_session = '세션 시작 지연';
|
||||
$lang->about_delay_session = 'Varnish 등의 프록시 캐싱 서버 사용시 성능 개선을 위해, 로그인하지 않은 사용자에게는 인증 세션을 부여하지 않습니다.<br>이 옵션을 사용하면 자동 로그인이 되지 않으며, 방문자 수 집계가 정확하게 이루어지지 않을 수 있습니다.';
|
||||
$lang->delay_template_compile = '템플릿 변환 지연';
|
||||
$lang->about_delay_template_compile = '템플릿 파일이 업데이트되었을 때 즉시 변환하지 않고 몇 초간 기다립니다. 업로드 중인 템플릿을 로딩하려고 시도하다가 오류가 발생하는 것을 막을 수 있습니다.';
|
||||
$lang->about_delay_template_compile = '템플릿 파일이 업데이트되었을 때 즉시 변환하지 않고 몇 초간 기다리도록 할 수 있습니다.<br />업로드 중인 템플릿을 로딩하다가 오류가 발생하는 것을 막는 데 도움이 됩니다.';
|
||||
$lang->mediafilter_whitelist = '외부 멀티미디어 허용';
|
||||
$lang->about_mediafilter_whitelist = '<iframe>, <video> 등으로 본문 삽입을 허용할 주소 목록입니다. 서비스마다 공통으로 사용하는 앞부분만 입력하면 됩니다.<br />직접 첨부한 파일이나 관리자가 작성한 글은 제한을 받지 않습니다.';
|
||||
$lang->mediafilter_classes = 'HTML class 허용';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue