쉬운설치 개선

This commit is contained in:
hanssem@forppl.com 2020-08-09 20:38:06 +09:00
parent c3d40f733d
commit 2e523370d7
9 changed files with 125 additions and 7 deletions

View file

@ -53,3 +53,9 @@ $lang->typename['m.skin'] = 'Mobile Skin';
$lang->typename['skin'] = 'Skin';
$lang->typename['widgetstyle'] = 'Widget style';
$lang->typename['style'] = 'Document style';
$lang->config = 'Config';
$lang->location_site = 'Location Site';
$lang->about_location_site = 'Please type your location site. ex)https://xe1.xpressengine.com/';
$lang->download_server = 'Download Server';
$lang->about_download_server = 'Please type your download server. ex)https://download.xpressengine.com/';

View file

@ -55,3 +55,9 @@ $lang->typename['m.skin'] = '모바일 스킨';
$lang->typename['skin'] = '스킨';
$lang->typename['widgetstyle'] = '위젯스타일';
$lang->typename['style'] = '문서스타일';
$lang->config = '설정';
$lang->location_site = '로케이션 사이트';
$lang->about_location_site = '로케이션 사이트를 입력해 주세요. 예)https://xe1.xpressengine.com/';
$lang->download_server = '다운로드 서버';
$lang->about_download_server = '다운로드 서버를 입력해 주세요. 예)https://download.xpressengine.com/';