mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
Move unrelated thumbnail setting out of the general config page
This commit is contained in:
parent
ffa90345d0
commit
49a42abddb
6 changed files with 28 additions and 27 deletions
|
|
@ -157,8 +157,8 @@ $lang->about_use_mobile_view = 'Show mobile page when visitors access with mobil
|
|||
$lang->thumbnail_type = 'Select thumbnail type.';
|
||||
$lang->input_footer_script = 'Footer script';
|
||||
$lang->detail_input_footer_script = 'The script is inserted into the bottom of body. It does not work at admin page.';
|
||||
$lang->corp = 'Crop(Cut)';
|
||||
$lang->ratio = 'Ratio(Keep Aspect)';
|
||||
$lang->corp = 'Crop (Cut)';
|
||||
$lang->ratio = 'Ratio (Keep Aspect Ratio)';
|
||||
$lang->admin_ip_allow = 'IP addresses allowed to log in as administrator';
|
||||
$lang->admin_ip_deny = 'IP addresses forbidden to log in as administrator';
|
||||
$lang->local_ip_address = 'Local IP address';
|
||||
|
|
|
|||
|
|
@ -160,8 +160,8 @@ $lang->about_use_mobile_view = '모바일 기기로 접속시 모바일 페이
|
|||
$lang->thumbnail_type = '썸네일 생성 방식';
|
||||
$lang->input_footer_script = '하단(footer) 스크립트';
|
||||
$lang->detail_input_footer_script = '최하단에 코드를 삽입합니다. 관리자 페이지에서는 수행되지 않습니다.';
|
||||
$lang->corp = 'Crop(잘라내기)';
|
||||
$lang->ratio = 'Ratio(비율 맞추기)';
|
||||
$lang->corp = 'Crop (잘라내기)';
|
||||
$lang->ratio = 'Ratio (비율 맞추기)';
|
||||
$lang->admin_ip_allow = '관리자 로그인 허용 IP';
|
||||
$lang->admin_ip_deny = '관리자 로그인 금지 IP';
|
||||
$lang->local_ip_address = '로컬 IP 주소';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue